/*
Theme Name: AWHealth
Theme URI: http://awhealth.org
Author: -
Author URI: -
Description: Custom theme for Advocates for World Health
Version: 0.1.0
Text Domain: awhealth

Resource Licenses:
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
Bootstrap: http://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT, documentation under CC BY 3.0.)
Owl Carousel 2: http://www.owlcarousel.owlgraphic.com/ | https://github.com/smashingboxes/OwlCarousel2/blob/develop/LICENSE (Code licensed under MIT)
and of course
jQuery: https://jquery.org | (Code licensed under MIT)
WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL
*/


@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600&display=swap');

/* WooCommerce Pages Styles */
.woocommerce ul.products li.product .price { color: rgba(0,0,0,.617); font-weight:800; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: #C8363C; font-weight:800; }
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 { color: #C8363C; }
.add_to_cart_button { color: #C8363C; border-color: #C8363C; }
.add_to_cart_button:hover { color: #fff; background-color: #C8363C; border-color: #C8363C; }
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt { background-color: #C8363C; }
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover { background-color: #A9363C; }
.wc-proceed-to-checkout .btn { background-color: #C8363C; border-color: #C8363C; }
.wc-proceed-to-checkout .btn:hover { background-color: #A9363C; border-color: #A9363C; }
.woocommerce-cart-form .actions .btn { color: #C8363C; border-color: #C8363C; }
.woocommerce-cart-form .actions .btn:hover { color: #fff; background-color: #C8363C; border-color: #C8363C; }
.woocommerce-cart-form #coupon_code { min-width:140px; border-radius:4px; font-size: 1rem; 
}
.woocommerce-checkout-payment #place_order { background-color: #C8363C; border-color: #C8363C; }
.woocommerce-checkout-payment #place_order:hover { background-color: #A9363C; border-color: #A9363C; }
.thumbnail_product_container {
	width: 100%;
	height:200px;
	overflow: hidden;
	margin: 0 0 1em;
}
.thumbnail_product_container img {
	min-width: 100%;
	min-height: 100%;
	height: auto;
}
@media all and (min-width:767px) and (max-width:992px){
	.thumbnail_product_container { height: 160px; }
}
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input { 
	/* font-size: 0.7rem !important; */
	/* height: 34px !important; */
	font-size: 1rem !important;
	height: 60px !important;
    padding: 4px 5px !important;
}
.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit { 
	font-size: 0.7rem !important;
	height: 60px !important;
/* 	padding: 0 5px !important; */
	padding: 0 25px !important;
}
.dgwt-wcas-search-wrapp {
    display: block;
	margin-left: auto;
	margin-right: auto;
    min-width: 450px !important;
    max-width: 300px !important;
    width: auto !important;
}
a.wc-store-catalog-pdf-download-link.button {
    margin-top: 20px;
    display: table;
}
a.wc-store-catalog-pdf-download-link:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 20px;
    background: url(images/pdf-imge.png);
    background-repeat: no-repeat;
    vertical-align: middle;
}





/* CSS Revamp */

body{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 400;
}
h1, h2, h3 {
	font-weight: 600; 
}
h4 {
	font-weight: 500; 
}
h5 {
    margin: 20px 0;
    font-weight: 300;
    line-height: 35px;
}
a {
    color: #d42c31;
}

body .btn-outline-primary, body .wpcf7 input[type=submit] {
    color: #d42c31;
    background-color: transparent;
    background-image: none;
    border-color: #d42c31;
    font-size: 12px;
}
body .btn-outline-primary:hover, body  .wpcf7 input[type=submit]:hover {
    color: #fff;
    background-color: #d42c31;
    border-color: #d42c31;
}
.wrapper {
    padding: 0;
}
.container {
    position: relative;
}
.entry-content p, p,
.entry-content ul li{
    color: #7c8292;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Poppins', sans-serif !important;
}
.entry-content ul,
.entry-content ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.navbar-nav .nav-link {
    font-size: 15px;
    text-transform: none;
}

.catalog-sec ul {
    margin-top: 22px;
}
.catalog-sec ul li {
	margin-bottom: 15px;
    color: #fff;
    padding-left: 20px;
    position: relative;
}
.catalog-sec ul li:before {
    content: "";
    font: normal normal normal 10px/0 FontAwesome;
    text-align: center;
    line-height: 24px;
    color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
}

.btn-1 .vc_btn3 {
    padding: 14px 50px 12px 50px !important;
}
.btn-1 .vc_btn3:hover {
    color: #fff !important;
    background: #11192f !important;
}
.btn-1 .vc_btn3 i {
    left: 25px !important;
    top: 26px !important;
}

.topbar { background: #11192f !important; color: #fff; }
.topbar .topbar__menu { display: block; text-align: right; }
.topbar .topbar__menu>.menu-item { font-size: 12px; text-transform: none; font-weight: 400 !important; }
.topbar .topbar__menu>.menu-item>a { color: #ffffff; font-weight: 400; }
.topbar .topbar__menu>.menu-item>a:hover,
.navbar-light .navbar-nav .nav-link:hover	{ color: #d42c31; }
.topbar .topbar__menu { padding-left: 0px; padding-right: 0px; }
.topbar .topbar__menu>.menu-item:nth-last-child(1),
.topbar .topbar__menu>.menu-item:nth-last-child(2) { position: absolute; top: 14px; }
.topbar .topbar__menu>.menu-item:nth-last-child(1) { left: 150px; }
.topbar .topbar__menu>.menu-item:nth-last-child(2) { left: 20px; }
.topbar .topbar__menu>.menu-item.menu-btn {  margin-right: 0px; }
.topbar .topbar__menu>.menu-item.menu-btn a { background: #d42c31; padding: 14px 24px; position: relative; top: -2px; font-weight: 600; }
.topbar .topbar__menu>.menu-item.menu-btn a:hover { background: #7f8d8f; color: #fff; }

.navbar 		{    padding: 1.36rem 1rem;  }
.navbar-brand img {
    width: 181px;
}
.navbar-light .navbar-nav .nav-link {
    font-weight: 500;
}

.navbar-collapse {
	justify-content: flex-end;
}
.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(212, 44, 49) !important;
}


.navbar  .dgwt-wcas-search-wrapp { 
    position: absolute;
    top: 55px;
    right: 20px;
    display: none;
 }
 .dgwt-wcas-preloader {
    /*right: 50px !important;*/
    right: 85px !important;
    background-size: 22% !important;
}
.awhero {
    min-height: 190px;
}
.awhero__content {
  flex-basis: 77vw;
  text-align: left;
  z-index: 1; 
}
.awhero__content>.awhero__heading {
    font-size: 26px;
    font-weight: 500;
    margin: 0px 0px 5px 0px;
    color: #292e3c;
}

.awhero__content.awhero__content--light span {
    font-size: 14px;
    color: #d42c31;
}
.awhero__content.awhero__content--light span a span, 
.awhero__content.awhero__content--light {
    color: #3c4357 !important;
}

.home .awhero.awhero__front { display: none; }
.home .wrapper { padding: 0px !important;}

.vc_row.services-sec{
    background-position: center right !important;
}
.main-services-box {
    box-shadow: 0px 20px 15px #00000017;
    padding: 40px;
        min-height: 400px;
}
.main-services-box:hover {
    background: #f3f6ff !important;
}
.main-services-box a.aio-icon-read.xx {
    position: absolute;
    bottom: 17px;
    font-size: 0px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #d42c31;
    border-radius: 50%;
    margin: 0px auto;
    left: 0;
    right: 0;
}
.main-services-box a.aio-icon-read.xx:hover {
    text-decoration: none;
}
.main-services-box a.aio-icon-read.xx:before {
    content: "";
    font: normal normal normal 16px/1 FontAwesome;
    text-align: center;
    line-height: 31px;
    color: #fff;
}
.main-services-box a.aio-icon-read.xx:hover {
	background: #292e3c;
}

.woocommerce ul.products {
    margin-right: -2%;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    margin: 0 2% 1.8em 0;
    width: 23%;
    margin-left: 0;
}

.woocommerce ul.products li {
    background: #fff;
    padding: 25px !important;
}
.woocommerce ul.products li.product .thumbnail_product_container {
    display: none;
}
.woocommerce ul.products li .add_to_cart_button {
    border: none;
    text-align: left;
    padding: 0px;
    margin-top: 15px;
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    color: #9ea1a9;
    text-transform: uppercase;
    background: none !important;
}
.woocommerce ul.products li .add_to_cart_button:hover,
.woocommerce ul.products li .woocommerce-loop-product__title:hover {
    color: #d42c31;
}
.woocommerce ul.products li .woocommerce-loop-product__title {
    font-size: 20px !important;
    color: #3c4357 !important;
    font-weight: 600;
}
.woocommerce ul.products li.product .price {
    color: #d42c31;
    font-weight: 600;
    font-size: 18px;
}
.woocommerce ul.products li.product div p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.woocommerce .related.products ul.products li .woocommerce-loop-product__title {
    font-size: 14px !important;
}


/* Testimonial */
.owl-theme .owl-nav {
    display: block !important;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    display: none;
}
.main-testimonial .hs_column {
    display: flex;
    flex-direction: column-reverse;
}
.main-testimonial .hs_title {
    display: none;
}
.owl-theme .owl-nav .owl-prev {
    left: 0px;
}
.owl-theme .owl-nav .owl-next {
    right: 0px;
}
.owl-theme .owl-nav .owl-prev:before {
    content: "\f053";
    font: normal normal normal 20px/1 FontAwesome !important;
}
.owl-theme .owl-nav .owl-next:before  {
     content: "\f054";
     font: normal normal normal 20px/1 FontAwesome !important;
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
	background: transparent !important;
	padding: 0px  !important;
	position: absolute;
    top: 22%;
    font-size: 0px  !important;
}
.main-testimonial .hs_column {
    display: flex;
    flex-direction: column-reverse;
    padding: 0px 100px;
}
.main-testimonial  .hs_client_message p {
    font-size: 17px;
    line-height: 26px;
    color: #e2e2e2;
    font-weight: 400;
}
.main-testimonial  .hs_client_image {
    margin-top: 15px !important;
}
.main-testimonial  .hs_client_image img {
	    border: 2px solid #dfdfdf !important;
}


/* Filtter Portfolio */
.vp-portfolio__filter-wrap ul {
    margin-bottom: 40px !important;
}
.vp-portfolio__filter-wrap ul .vp-filter__item a {
    background: transparent !important;
    border: none !important;
    text-transform: uppercase;
    color: #292e3c !important;
    font-size: 16px !important;
    border-bottom: 2px solid transparent !important;
}
.vp-portfolio__filter-wrap ul .vp-filter__item.vp-filter__item-active a {
    color: #d64347 !important;
    border-color: #d64347 !important;
}
.vp-pagination__style-default {
    margin-top: 50px !important;
}
.vp-pagination__style-default .vp-pagination__item a {
    background: transparent;
    border-color: #d64347 !important;
    padding: 13px 30px 12px 30px;
    color: #000;
    text-transform: uppercase;
}
.vp-pagination__style-default .vp-pagination__item a:hover {
    background: #d64347 !important;
    color: #fff !important;
}


/* Contact Css */
.gform_wrapper .top_label .gfield_label {
    display: none !important;
}
.gform_wrapper .gform_body ul li.gfield {
    margin-top: 12px;
    padding-top: 0;
}
.gform_wrapper .gform_body textarea {
    height: 200px !important;
}

.gform_wrapper .gform_body input, .gform_wrapper .gform_body textarea {
    padding: 10px 15px !important;
    height: 45px;
    color: #7c8292 !important;
    font-size: 14px !important;
    border-radius: 0px !important;
    background: #fafafa;
}
.gform_wrapper .gform_footer {
    text-align: right;
}
.gform_wrapper .gform_footer .gform_button {
    border-radius: 0px !important;
    background: #d42c31 !important;
    padding: 12px 40px!important;
    font-weight: 400 !important;
    font-size: 14px !important;
    cursor: pointer;
}
.gform_wrapper .gform_footer .gform_button:hover {
    background:#11192f !important;
    color: #fff !important;
}

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], 
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
	margin-bottom: 0px !important;
}
body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0px !important;
}
body .gform_wrapper.gf_browser_chrome input.button.gform_button_select_files {
    background: #000;
    border: none;
    padding: 10px 30px !important;
    color: #fff !important;
}

.contact-box .aio-icon.none {
    top: 0px !important;
    position: static !important;
}
.contact-box .aio-icon-title {
    margin: 20px 0px 0px 0px;
}
.contact-box .aio-icon-description a {
	color: #272c39;
}
.gform_wrapper .gform_footer {
    margin: 0px !important;
}

/* Footer CSS */

.footer__wrapper,
.footer__wrapper .footer__copyright {
    background: #11192f;
}
.footer__wrapper .footer__widgets .footer__widget .widget-title,
.footer__wrapper .footer__widgets .footer__widget {
    color: #c0c1c4;
}


.footer__widget.widget_nav_menu ul li {
    display: inline-block;
    color: #c0c1c4;
    font-size: 14px;
    font-weight: 300 !important;
    margin-right: 15px;
    margin-bottom: 25px;
}
.footer__widget.widget_nav_menu ul li a {
    font-weight: 300 !important;
    color: #c0c1c4 !important;
}
.footer__widget.widget_nav_menu ul li a:hover {
    color: #d42c31!important;
}
.footer__widget.widget_nav_menu {
    width: 52%;
}
.footer__wrapper .footer__copyright p {
    color: #c0c1c4;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}
.foot-info {
    display: flex;
    justify-content: space-between;
}



.woocommerce-page .awhero {
    min-height: 190px;
    background: url(https://dev.perfecent.tech/surgicalrg-2/wp-content/uploads/2019/06/page-title-img.jpg)!important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
    margin-bottom: 40px !important;
    
}
.woocommerce-page #woocommerce-wrapper {
    padding: 80px 0px;
}
.woocommerce-page #woocommerce-wrapper h1.page-title {
    display: none;
}

#left-sidebar .widget-title {
    margin: 0px 0px 15px 0px;
    font-size: 18px;
    font-weight: 500;
    color: #292e3c;
}
#left-sidebar .product-categories {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
#left-sidebar .product-categories a {
    color: #7c8292;
    font-size: 14px;
    padding: 3px 0px;
    display: block;
}
#left-sidebar .product-categories a:hover {
    text-decoration: none;
    color: #d42c31;
}
#left-sidebar aside {
    margin-bottom: 40px !important;
    display: block;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #d42c31;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #ededed;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #c5252a;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #ededed;
    border: 0;
    margin: 0px auto 20px auto;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    float: left;
    padding: 7px 15px 5px 15px;
    font-size: 13px;
    font-weight: 400;
    margin-top: 2px;
    background: #000;
    color: #ffff;
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 30.75%;
    border: 1px solid #e5e5e5;
}
.woocommerce ul.products.columns-3 {
    margin-right: -30px;
}
.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    padding: 0px 10px;
    font-size: 13px;
    background: #fafafa;
    margin-bottom: 20px;
    font-weight: 100;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul {
    border: none;
}
.woocommerce nav.woocommerce-pagination ul {
    margin: 0px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #dc9822;
    color: #ffffff;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    padding: 0;
    line-height: 8px;
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
    min-width: 10px;
    display: block;
    margin: 0px 5px;
    color: #000
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    border: 1px solid #dfdfdf;
}
.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    font-size: 34px;
    color: #3c4357;
    margin: 0px 0px 15px 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, 
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, 
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: none !important;
    box-shadow: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom: 1px solid #d42c31 !important;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    display: none;
}
.woocommerce .related.products {
    margin-top: 60px !important;
}

.woocommerce .related.products ul.products li.product {
    border: 1px solid #eee;
}
.woocommerce .related.products > h2 {
    font-size: 30px;
    text-align: left;
    color: #3c4357 !important;
    font-weight: 500;
}

.product_meta .sku_wrapper, 
.product_meta .posted_in {
    display: block;
    font-size: 13px;
}

.entry-summary .wc-store-catalog-pdf-download-link {
    font-size: 14px !important;
    font-weight: 100 !important;
    margin: 0px 0px 0px 5px !important;
    background: transparent !important;
    border: 1px solid #dc9822!important;
    border-radius: 0px !important;
    color: #3c4357 !important;
}
.entry-summary .wc-store-catalog-pdf-download-link:hover {
    background: #f3f3f3!important;
}
.wc-store-catalog-pdf-download-link:before {
    height: 18px !important;
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    font-weight: 400;
    font-size: 15px;
    height: 36px;
    line-height: 17px;
    background: #dc9822;
}

.woocommerce div.product form.cart .button:hover {
    background: #929292;
}
.woocommerce-cart-form #coupon_code {
    font-size: 14px;
    height: 31px !important;
}
.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px;
    display: block;
}
.woocommerce form .woocommerce-billing-fields .form-row label {
    line-height: 2;
    display: block !important;
    font-size: 13px;
    margin: 0px 0px 4px 0px;
}

.woocommerce form .woocommerce-billing-fields .form-row {
    margin-bottom: 20px !important;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select {
    font-size: 14px;
    height: 40px;
}
form.checkout.woocommerce-checkout {
    padding-bottom: 40px;
}

.list-items .aio-icon {
    margin-top: 5px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    display: none !important;
}
.woocommerce-page #woocommerce-wrapper { overflow: hidden; }



/* Responsive CSS */
@media (min-width: 768px){
	#boxed-width-page-wrapper .container {
	    max-width: 1120px;
	}
    .woocommerce-page #woocommerce-wrapper .col-md-8 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .woocommerce-page #woocommerce-wrapper .col-md-4 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media all and (max-width: 768px){
    .topbar .topbar__menu li {
        position: inherit !important;
    }
    
    .topbar .topbar__menu {
        text-align: center;
    }
    
    .topbar .topbar__menu>.menu-item.menu-btn a {
        background: transparent;
        padding: inherit;
        top: 0;
        font-weight: inherit;
    }
    
    .topbar .topbar__menu>.menu-item {
        margin: 0px 4px;
    }
    
    .topbar .topbar__menu>.menu-item a {
        font-size: 10px; 
    }   
}

/*additional*/
.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
   top: 35% !important;
}

.dgwt-wcas-search-wrapp {
    padding: 40px 40px !important;
    background: #292e3c82;
    border-radius: 10px;
}

@media screen and (max-width: 480px) {
	.dgwt-wcas-search-wrapp {
		left: -50px !important;
		top: -10px !important;
		min-width: 360px !important;
		max-width: 300px !important;
		padding: 20px 20px !important
	}
	.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit,
	.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input{height: 50px !important}
	.tp-bullets{display: none !important}
}

@media screen and (max-width: 767px) {
	.dgwt-wcas-search-wrapp {
		min-width: 290px !important;
		top: -30px;
		left: -30px;
		padding: 10px 10px !important;
	}
	.tp-bullets{display: none !important}	
}
.dgwt-wcas-close { width:20% !important; }
.dgwt-wcas-preloader { width:20% !important; }  