/* Desktop Fonts */

h1 {
    font-size: 40px !important;
    font-weight: 800 !important;
    font-family: muli !important;
}
h2 {
    font-family: muli !important;
    font-size: 30px !important;
    line-height: 31px !important;
    text-transform: none !important;
}
h3 {
    font-family: muli !important;
    font-size: 24px !important;    
    line-height: 30px !important;
    text-transform: none !important;
}
#middle .inner-pageContent h3 {
    padding-top: 20px;
}
h5 {
    font-family: muli !important;
}
#header .navbar-nav li a, .cart-box li a, .header-cart-btn .btn {
    font-family: muli !important;
    font-size: 20px !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
}
.footer-links ul li a, .subscription-email label {
    font-family: muli;
    font-weight: 300;
    font-size: 18px;
    color: #797979;
    float: left;
    line-height: 34px;
    text-decoration: none;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
}
#page .search-form input, .search-form input:focus {
    font-size: 18px;
}

#middle .woocommerce h4 {
    font-family: muli !important;
}
#middle .cart-product-info .product-name a, #middle .music-pass-info h3 {
    font-family: muli !important;
}
#middle .woocommerce h1 {
    font-family: muli !important;
}
#body #middle .woocommerce .qty-field input, #middle .cart-product-info .woocommerce-Price-amount, #middle .cart-product-info .woocommerce-Price-currencySymbol {
    font-family: muli !important;
}
#middle .woocommerce .coupon-code-wrapper .coupon input, #middle .woocommerce .input-wrapper-field .form-row .selection .select2-selection, #middle .woocommerce .input-wrapper-field .form-row input {
    font-family: muli !important;
}
#body h2, p {
    font-family: muli !important;
}

li {
    font-family: muli !important;
    color: #333333 !important;
    font-size: 20px !important;
}
.pricing-style1 .pricing-body {
    padding: 0px 40px 0 40px !important;
}
.pricing-style1 .pricing-plan {
    background: #e6e5e3 !important;
}
.badge {
    display: none !important;
}

/* Mobile Fonts */

@media only screen and (max-width: 750px) {
  li {
    font-family: muli !important;
    color: #333333 !important;
    font-size: 15px !important;
}
  
  h1 {
    font-size: 20px !important;
    font-weight: 800 !important;
    font-family: muli !important;
	}
  h2 {
    font-family: muli !important;
    font-size: 17px !important;
    line-height: 18px !important;
    text-transform: none !important;
}
  h3 {
    font-family: muli !important;
    font-size: 15px !important;
    line-height: 17px !important;
    text-transform: none !important;
}
div#desktop {
    display: none;
}
}

@media only screen and (min-width: 751px) {
  div#mobile {
    display: none;
}
  
}

.vc_row.wpb_row.vc_row-fluid.vc_row-o-full-height.vc_row-o-columns-middle.vc_row-flex {
    min-height: 0 !important;
}
/* .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0px !important; 
   margin-top: 0px !important; 
} */
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0px;
}
.vc_btn3.vc_btn3-size-lg {
    font-size: 35px !important;
    color: #cc2a2a !important;
}
div#trustcontainer {
    text-align: center;
}
.testimonial_body {
    text-align: center !important;
}
span.testimonial-client {
    text-align: center !important;
}
span.date {
    display: none !important;
}
#middle .btn {
    font-family: muli !important;
    font-weight: 700 !important;
}
span.ubtn-data.ubtn-text {
    font-weight: 900 !important;
}

div#none {
    display: none;
}
.button, .select, i {
    float: left;
    padding-left: 9px;
}
i.fa.fa-times {
    color: red;
}
i.fa.fa-check {
    color: #7fd004;
}
.pricing-style1 .pricing-footer {
    padding: 0px 40px 5px 40px !important;
    text-align: center;
}
.tp-fullwidth-forcer{
  pointer-events: none;
}
#header .navbar-default {
    background-color: rgba(0, 0, 0, 0.2);
}
form.wpcf7-form {
    background-color: transparent;
    padding: 20px;
    max-width: 570px;
		border: 1px solid #ffffff;
    margin: auto !important;
}
span.wpcf7-not-valid-tip {
    color: #d6d6d6;
    font-size: 1em;
    font-weight: normal;
    display: block;
}
input[type=text], input[type=email], input[type=url], input[type=password], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], input[type=number], input[type=search], textarea {
    font-size: 20px;
}
select {
    font-size: 20px;
}
label {
    font-size: 20px;
	  color: #ffffff;
}
button, input[type=button], input[type=submit] {
    font-size: 20px;
    padding: 10px 20px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    color: #ffffff;
    font-size: 15px;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    font-size: 12px;
    color: #ffffff;
}

.wpcf7 input[type=submit] {
    padding:15px 45px; 
    background:#f3ee21;
    color:#000000;
    font-size:22px;
    font-weight:bold; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 50px; 
}

wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    color: #fdff33;
    background-color: #000000;
		font-size:15px;
    border: 0;
    padding: 10px;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #fdff33;
    background-color: #000000;
		font-size:15px !important;
    border: 0;
    padding: 10px;
		border-color: #fdff33 !important;
}
div.wpcf7-mail-sent-ok:before,div.wpcf7-validation-errors:before {
    font: 26px/30px dashicons;
    margin-right: 16px;
    vertical-align: middle;
}
div.wpcf7-mail-sent-ok:before {
    content: "\f147";
}
div.wpcf7-validation-errors:before {
    content: "\f158";
}
#page #middle .blog-page strong {
    float: none !important;
    font-family: inherit;
    font-size: 20px;
    position: relative;
    width: 100%;
    color: #E94654;
    margin-bottom: 15px;
    line-height: 29px;
	font-weight: 700;
}
.vc_separator.vc_sep_color_juicy_pink .vc_sep_line {
    border-color: #e94654;
}
.single-featured-image-header img {
	display: none !important;
}
.article-box time, .postDate span {
    font-size: 18px;
    font-family: inherit;
    font-weight: 500;
}

@media only screen and (max-width: 1199px) {
#header .navbar-nav li a, .cart-box li a, .header-cart-btn .btn {
    font-size: 17px !important;
}
	#header .navbar-nav li {
    padding: 15px 15px !important;
}
	h1 {
    font-size: 25px !important;
	}
	h3 {
    font-size: 17px !important;
    line-height: 22px !important;
}
}