/**
Theme Name: WeGoGroup
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wegogroup
Template: astra
*/

.eae-flip-box-wrapper .icon-wrapper{
	padding: 0;
}
.eae-flip-box-wrapper .back-icon-title, .eae-flip-box-wrapper .front-icon-title {
	margin-top: 0;
}
.flip-blocks .eae-flip-box-wrapper .icon-wrapper{
	display: none;
}
.site-content{
	background: #e5eef6;
}

.custom-team-slider .premium-person-info{
	bottom: 0!important;
}.row{
	width: 100%;
}

.info-list {
    align-items: center;
    display: flex;
}

ul.info-list li {
    display: inline-block;
    font-size: 12px;
    margin-right: 40px;
}
.info-list .header-phone {
    font-size: 18px;
}
.ast-header-html.inner-link-style-{
	line-height: 1;
}
ul.info-list li i {
    font-size: 20px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    color: #ed1c24;
}
ul.info-list li a {
    color: #fff;
    text-decoration: none;
}
.ast-builder-footer-grid-columns {
    grid-column-gap: 30px!important;
}
.ast-above-header.ast-above-header-bar{
	background-color: #073e5b;
}
footer .widget-title{
    line-height: 1.2;
    margin: 0 0 20px;
	color: #fff;
    font-size: 18px;
    margin-bottom: 40px;
    position: relative;
	font-weight: 800;
	font-family: Montserrat, Arial, sans-serif;
}

footer  ul.footer-menu li a {
    position: relative;
    padding-left: 14px;
	color: #fff;
	text-decoration: none;
}
footer ul.footer-menu li a:before {
    position: absolute;
    top: -1px;
    left: 0;
    content: "\f101";;
    font-family: FontAwesome;
}
footer .widget-title:after {
    position: absolute;
    left: 0;
    bottom: -6px;
    content: "";
    height: 1px;
    width: 45px;
    background: rgba(255, 255, 255, 0.2);
}
footer a,
footer p{
	/*color: #fff;*/
}
.ast-site-title-wrap{
	display: none;
}
.ast-site-header-cart .ast-addon-cart-wrap i.astra-icon:after{
	    background-color: #f26522;
}
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], 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], textarea {
    color: #000;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 11px 20px;
    box-sizing: border-box;
    outline: none;
    max-width: 100%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}
input, select, optgroup, textarea {
    color: #252525;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.5714285714;
    font-weight: 400;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    box-sizing: border-box;
}
.wpcf7-form input, .wpcf7-form select{
	height: 44px;
}

.wpcf7-submit{
	min-width: 130px;
}

.sidebar-main{
	background-color: #fff;
	padding: 30px;
	margin-bottom: 30px;
	    border-radius: 2px;
    -webkit-border-radius: 2px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}
.ast-filter-wrap .widget-title{
	text-transform: uppercase;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 20px;
    color: #000;
    box-sizing: inherit;
    word-wrap: break-word;
}

.sidebar-main .menu li a {
    display: flex;
    margin-left: 15px;
    padding: 12px;
    position: relative;
	color: #000;
    transition: none;
}
.sidebar-main .menu li:hover{
	background-color: #073e5b;
}
.sidebar-main .menu li:hover a{
	color: #fff;
}
.sidebar-main .menu li a:before {
    color: #073e5b;
    content: "⮞";
    left: -4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.sidebar-main .menu li:hover a:before{
	color: #fff;
}
a{
	color:#073e5b;
}
.sub-menu a:last-child {
    background: white !important;
    color: black !important;
}
.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link,
.main-navigation ul li li a {
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    color: #363636;
    text-align: left;
    display: block;
    padding: 15px 18px 15px 18px;
    position: relative;
    text-decoration: none;
    outline: none;
    text-transform: none;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    border-bottom: 1px solid #ebebeb;
	line-height: 20px;
}
/*.main-navigation ul > li li.menu-item-has-children > a:after {
    position: absolute;
    width: 9px;
    height: 14px;
    right: 15px;
    top: 50%;
    margin-top: -7px;
    font-weight: 900;
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 14px;
    line-height: 14px;
}*/
.ast-grid-common-col{
	background-color:#fff;
}
.sub-menu a:last-child:hover {
    background: red !important;
    color: white !important;
}
.main-navigation ul li li {
    display: block;
    position: relative;
}
.main-navigation ul ul {
    border-top-color: #ed1c24;
}

.wpcf7-form textarea{
	height: 133px;
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] h4{
	font-size: 18px!important;
}

.info-list {
    align-items: center;
    display: flex;
}
.fleft {
    float: left;
}
ul.info-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#main{
	background-color: #fff;
	padding: 15px;
}
nav.woocommerce-MyAccount-navigation ul li {
    padding: 10px;
    border-bottom: 1px solid #ec1c23;
    margin-top: 10px;
    font-weight: 600;
    background-color: #ec1c23;
    color: white !important;
}
body .woocommerce-MyAccount-navigation-link.is-active a,
nav.woocommerce-MyAccount-navigation ul li a {
    color: white;
}
nav.woocommerce-MyAccount-navigation ul li a{
	padding: 0 10px;
}
article.post-10{
	padding: 35px 40px;
}
.page-id-10 .entry-header{
	margin: 0;
}
.page-id-10 .entry-header .entry-title {
	display: none;
	
}
body .woocommerce-MyAccount-navigation-link.is-active a {
    background-color: transparent;
	
}

/* gallery */

.rocket-gallery .elementor-image-gallery .gallery-columns-4 .gallery-item .gallery-icon img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.rocket-gallery .elementor-image-gallery .gallery-columns-4 .gallery-item .gallery-icon {
    height: 100%;
    width: 100%;
}

.rocket-gallery .elementor-image-gallery .gallery-columns-4 .gallery-item {
    max-width: 100%;
    width: 100%;
	position: relative;
}

.rocket-gallery .gallery-columns-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.elementor-image-gallery .gallery-item .wp-caption-text.gallery-caption {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    pointer-events: none;
    position: absolute;
    width: calc(100% - 15px);
    top: 50%;
    transform: translatey(-50%);
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    visibility: hidden;
	border: none;
}
.entry-content{
	    background: #e5eef6;
}
article .entry-content{
	/*background-color: #fff;*/
}
section >.elementor-container{
	background-color: #fff;
}
.elementor-image-gallery .gallery-item:hover .wp-caption-text.gallery-caption {
    visibility: visible;
}
.elementor-image-gallery .gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.woocommerce-js table.shop_table td.woocommerce-orders-table__cell-order-actions a.woocommerce-button{
	font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background: #e9e6ed;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
	white-space: nowrap;
	margin: 2px !important;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
}
.woocommerce-orders-table__header{
	background-color: #ec1c23;
	color: #fff;
	border-color: #fff;
}
.woocommerce-orders-table__cell-order-number{
	background-color: #ec1c23;
}
.woocommerce-Price-amount{
	color:  #ec1c23;
}
.woocommerce-orders-table {
	font-size: 12px;
}
.wg-container {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    padding-top: clamp(15px, calc(0.9375rem + ((1vw - 3.75px) * 2.5157)), 35px);
    padding-bottom: clamp(15px, calc(0.9375rem + ((1vw - 3.75px) * 2.5157)), 35px);
    padding-right: clamp(15px, calc(0.9375rem + ((1vw - 3.75px) * 3.1447)), 40px);
    padding-left: clamp(15px, calc(0.9375rem + ((1vw - 3.75px) * 3.1447)), 40px);
    min-height: 0vw;
    background-color: #ffffff;
  }
.wg-container.slick-initialized,
.wg-team-slider .elementor-container.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.wg-team-slider .elementor-container {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
  }
  .wg-banner {
    margin-bottom: 30px;
  }
  .wg-slide {
    position: relative;
  }
  .wg-container a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .widget ul{
    padding: 0;
  }

  .amw-cat-box, #page-sideb,
.product-sidebar,
.amw-cat-list a {
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}
.amw-cat-info {
  transition: all .2s;
}
.amw-cat-box:hover .amw-cat-info {
  background-color: #073e5b !important;
}
.amw-cat-box:hover .elementor-heading-title {
  color: #fff !important;
}
#page-sideb .elementor-rocket-menu ul li:hover,
.product-category-menus .product-category-menus__menu li:hover {
  background-color: #073e5b;
}

.woocommerce  ul.products.amw-cat-list li.product a img {
  transition: .2s;
  margin-bottom: 0;
}
.woocommerce  ul.products.amw-cat-list li.product .woocommerce-loop-category__title {
  position: relative;
  z-index: 1;
  padding: 20px!important;
}
.amw-cat-list a {
  overflow: hidden;
  text-decoration: none;
}
.amw-cat-list a h2 {
  color: #073E5B;
  background-color: #F2F2F2!important;
  text-align: center;
}
.amw-cat-list a:hover h2 {
  color: #fff;
  background-color: #073E5B !important;
}
.amw-cat-list a:hover img {
  transform: scale(1.1);
}
.woocommerce-loop-category__title .count {
    display: none!important;
}
.woocommerce-js ul.products li.product .woocommerce-loop-category__title, .woocommerce-page ul.products li.product .woocommerce-loop-category__title{
    bottom: 60px;
    width: 100%;
    left: 0;
}
.woocommerce .amw-cat-list ul.products li.product a img {
    transition: .2s;
}

.woocommerce ul.products.amw-cat-list  .astra-shop-summary-wrap .woocommerce-loop-product__title{
   padding: 15px; 
   margin-bottom: 0px;
}
@media (max-width: 921px) {
    .ast-left-sidebar #content > .ast-container {
        flex-direction: column;
    }
}
@media (min-width: 993px) {
    .ast-left-sidebar #secondary {
        padding-right: 15px;
    }
    .ast-left-sidebar #primary {
        padding-left: 15px;
    }
}
@media (min-width: 922px) {
    .ast-left-sidebar #primary {
        border-left: none;
    }
    .ast-left-sidebar #secondary {
        border-right: none;
        margin-right: 0px;
    }
    .site-content .ast-container {
        display: flex;
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 1229px) {
     .info-list {
        flex-wrap: wrap;
        row-gap: 10px;
    }
}
@media screen and (min-width: 1025px){
	.col-md-6{
		width: 50%;
		float: left;
		padding-left: 5px;
		padding-right: 5px;
	}
	.col-md-12{
		width: 100%;
		float: left;
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media (max-width: 921px) {
    .ast-builder-menu-mobile .main-navigation .menu-item:hover > .menu-link, 
	.ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item:hover > .ast-menu-toggle {
        color: #fff;
        background: #ED1C24;
    }
}

@media screen and (max-width: 768px){
	.desktop-sidebar{
		display: none;
	}
	.main-header-menu .menu-item{
		font-size: 18px;
		font-weight: 500;
		
	}
	.ast-header-break-point .main-navigation ul .menu-item .menu-link{
		padding: 5px 20px;
	}
	.woocommerce-breadcrumb{
		display: none;
	}
	
	.main-navigation ul li li a{
		font-size: 18px;
		padding-top: 20px;
		padding-bottom: 20px;
		font-weight: 500;
	}
	.submenu-with-border .sub-menu .menu-link{
		padding: 20px;
	}
	.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link {
		padding-left: 30px;
		padding-top: 20px;
		padding-bottom: 20px;
		font-weight: 500;
	}
	.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"].footer-widget-area-inner,
	.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"].footer-widget-area-inner,
	.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"].footer-widget-area-inner p,
	.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"].footer-widget-area-inner a,
	footer ul.footer-menu li a,
	.footer-widget-area.footer-widget-area-inner {
		color: #ffffff;
		font-size: 16px;
		line-height: 2;
	}
	footer ul.footer-menu li a:before{
		top: -5px;
	}
	
	.footer-widget p {
		margin-bottom: 20px;
	}
	
	ul.info-list li{
		margin-right: 20px;
		font-size: 14px;
	}
}
@media (max-width: 544px) {
    .footer-widget-area[data-section="section-footer-menu"] .astra-footer-mobile-vertical-menu {
        display: flex;
        /* justify-content: center; */
    }
	footer .widget-title{
		margin-bottom: 20px; 
		margin-top: 40px;
	}
}

.red-accordion-btn{
	background: #EC1C23 !important; 
	color: white !important;
	width: 100% !important;
	padding: 10px !important;
	font-size: 18px !important;
	border: none !important;
	font-weight: 600 !important;
	border-radius: 0 !important;
	text-align: center!important;
	justify-content: center;
    margin-top: 20px;
}
.mob-section .accordion-item{
	background-color: transparent;
	border-color: transparent;
}
.mob-section .accordion-body{
	padding: 0;
}
.red-accordion-btn::after{
	display: none;
}
@media only screen and (min-width: 768px) {

	.mob-section {
		display: none;
	}
}

.ast-header-breadcrumb{
	display: none;
}