body.mw-live-edit {
    margin-top: 0 !important;
}

body.mw-live-edit .element-current { z-index: 999; }


.inline-block {
    display: inline-block !important;
}

/* Q  THEME */
.newsletter-holder .alert {
    font-size: 16px;
    margin-top: 13px;
    padding: 2px 10px;
}

.leave-message-holder .captcha-holder > input,
.leave-message-holder .captcha-holder > div {
    margin: 0;
}

.mw-live-edit div.element:empty {
	background: #FFFFB9;
    color: #0088CC;
    position: relative;
    min-height: 44px;
    display: block;	
}


body { background-color: #F8F9FA; }

p {
  	line-height: 1.5;
  	font-size: 1rem;
	margin-top: .5rem;
	margin-bottom: .5rem;
}

.card {
	background-color: #fff;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: .25rem;
	border-width: 0px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
	margin-bottom: 32px;
}
.card.card-1 .card-header { background-color: #222; }
.card.card-1 h4 { color: #F2FCFF; }

.nat--close {
	min-width: 44px; min-height: 44px;
    background: #000; color: #fff;
    font-size: 32px; font-weight: 200; border: 0px;
}

/*.material-icons:not(.mw-) {
    margin-top: -6px !important;
}*/

.checkout-modal .js-shopping-cart .products .product .title, .checkout-modal .js-shopping-cart .products .product .price, .checkout-modal .js-shopping-cart .products .product .action {
    padding-top: 28px;
}

.checkout-modal .js-shopping-cart .products .product .qty {
    padding-top: 16px;
}

/* My Orders Modal */
.my-orders-modal .modal-content {
    border: 1px solid #c3c3c3 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background: #f5f5f5;
    color: #505050;
}

.my-orders-modal .modal-header {
    padding-bottom: 0;
    border-color: #c3c3c3;
    border: 0;
}

.my-orders-modal .modal-header .close {
    margin-top: -25px;
    margin-right: -25px;
    background: #f5f5f5;
    opacity: 1;
    color: #505050;
    padding: 1px 5px;
    border: 1px solid #c3c3c3;
    border-radius: 100%;
}

.my-orders-modal .modal-dialog {
    /*max-width: 500px;*/
}

.my-orders-modal .modal-body {
    padding: 20px 60px;
}

.my-orders-modal .modal-body .form-control {
    background: #fff;
    border: 1px solid #c3c3c3;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    color: #505050;
    font-size: 16px;
}

.my-orders-modal .modal-body p {
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 24px;
}

.my-orders-modal .modal-body .icon {
    text-align: center;
    margin-bottom: 20px;
}

.my-orders-modal .modal-body .icon i {
    font-size: 45px;
    color: #333;
}

.my-orders-modal .personal-data {
    color: #bbbbbb !important;
    text-align: justify !important;
}

.text-green {
    color: green;
}

.text-red {
    color: red;
}

/* Home */
.section-6 {
    position: relative;
    overflow: hidden;
}



.section-11 .btn {
    margin: 10px 5px;
}

.pricing-list .plan {
    padding-top: 27px;
}

.pricing-list .feature.plan {
    padding-top: 0px;
}

.mw-live-edit .pricing-list {
    padding-top: 20px;
}

.module-btn .btn i {
    font-size: 1.3em;
    line-height: 1em;
    margin-right: 5px;
}

.module-btn .btn-lg i {
    font-size: 1.2em;
    line-height: 1em;
    margin-right: 5px;
}

a.btn-primary:hover { box-shadow: none !important; }

.modal-body {
    padding: 25px;
}

.navigation .navbar-header .logo img {
    max-height: 64px;
    width: auto;
}

@media screen and (min-width: 992px) {
	
	.content-id-1 .section-6 h1, .content-id-1 .section-6 h2, .content-id-1 .section-6 h3 { font-size: 4rem; }
	
    .tabs-2 .nav-tabs {
        /*border-bottom: 3px solid #3d00b4;*/
        height: 49px;
    }
}

.mw-custom-fields .mw-ui-label {
    color: #fff;
    font-weight: bold;
}

.modal-backdrop {
    z-index: 3 !important;
}

.container .container {
    max-width: 100%;
}

.dropdown-menu > li > a:focus {
    background-color: #f5f5f5 !important;
}

.navigation .menu .list.menu_1:not(.collapseNav-initialized) li {
    opacity: 0 !important;
    visibility: hidden !important;
    position: absolute !important;
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
}

.navigation .menu .list.menu_1:not(.collapseNav-initialized) li:first-child {
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
}
