/*
Theme Name: Visual Composer Starter
Theme URI: https://visualcomposer.io/visual-composer-starter-theme/
Author: The Visual Composer Team
Author URI: https://visualcomposer.io/
Description: Visual Composer Starter theme designed to be a perfect companion for a simple and good looking website.
Version: 3.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: featured-images, full-width-template, blog
Text Domain: visual-composer-starter
*/


/*FONT FAMILY*/

@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900&display=swap');


/*VARIABLES*/

:root {
  --primary-color: #4a1b25;
}



*{
    font-family: 'Lato', sans-serif !important;
}


body, .sidebar-widget-area a:hover, .sidebar-widget-area a:focus, .sidebar-widget-area .widget_recent_entries ul li:hover, .sidebar-widget-area .widget_archive ul li:hover, .sidebar-widget-area .widget_categories ul li:hover, .sidebar-widget-area .widget_meta ul li:hover, .sidebar-widget-area .widget_recent_entries ul li:focus, .sidebar-widget-area .widget_archive ul li:focus, .sidebar-widget-area .widget_categories ul li:focus, .sidebar-widget-area .widget_meta ul li:focus, .visualcomposerstarter.woocommerce-cart .woocommerce table.cart .product-name a{
    color: var(--primary-color);
}

.fc-priamry{
    color: var(--primary-color);
}


img{
    max-width: 100%;
}

.main-content {
    overflow: hidden;
}


#menu-social-menu {
    float: right;
}

#menu-social-menu li{
    display: inline-block;
    list-style: none;
    position: relative;
    margin-right: 10px;
}

#menu-social-menu a {
    /* color: #fff; */
    /* margin-right: 20px; */
    font-size: 0px !important;
    position: relative;
    overflow: hidden;
    width: 30px;
    height: 20px;
    display: block;
    /*background-color: red;*/
    text-align: center;
}



#menu-social-menu,
.header-widgetised-area,
.widget_nav_menu{
    margin-bottom: 0px !important;
}

#menu-social-menu{
    margin-top: 30px;
}

#menu-social-menu a:before{
    position: absolute;
    content: "\f09a";
    /* width: 32px; */
    /* height: 32px; */
    /*background-color: red; */
    font: normal normal normal 16px/1 FontAwesome;
    /*padding: 8px;*/
    text-align: center;
    color: #fff;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    color: #ccc;
}

#menu-social-menu a[href*="facebook"]:before{
	/*background-color: #3b5998;*/
	content: "\f09a";
}
#menu-social-menu a[href*="messenger"]:before{
	/*background-color: #fa3c4c;*/
	content: "\f0e6";
}
#menu-social-menu a[href*="instagram"]:before{
	/*background-color: #8a3ab9;*/
	content: "\f16d";
}
#menu-social-menu a[href*="youtube"]:before{
	/*background-color: #FF0000;*/
	content: "\f16a";
}
#menu-social-menu a[href*="whatsapp"]:before{
	/*background-color: #25D366;*/
	content: "\f232";
}
#menu-social-menu a[href*="tumblr"]:before{
	/*background-color: #32506d;*/
	content: "\f173";
}
#menu-social-menu a[href*="twitter"]:before{
	/*background-color: #38A1F3;*/
	content: "\f099";
}
#menu-social-menu a[href*="google"]:before{
	/*background-color: #CC3333;*/
	content: "\f0d5";
}
#menu-social-menu a[href*="skype"]:before{
	/*background-color: #00aff0;*/
	content: "\f17e";
}
#menu-social-menu a[href*="snapchat"]:before{
	/*background-color: #fefc00;*/
	content: "\f2ac";
}
#menu-social-menu a[href*="pinterest"]:before{
	/*background-color: #c8232c;*/
	content: "\f231";
}
#menu-social-menu a[href*="linkedin"]:before{
	/*background-color: #0077B5;*/
	content: "\f0e1";
}

#menu-social-menu a:hover:before{
    color: var(--primary-color);
}

.footer-about{
    background-color: #e2dbda; 
    padding: 60px 0;
    clear: both;
    overflow: hidden;
}
.footer-about .inner-content{
    margin-top: 100px;  
    font-weight: 500;
    font-size: 24px;
    color: #4a1b25;
}
.navbar-wrapper{
    padding: 10px;
}

a.woocommerce-product-gallery__trigger {
    display: none;
}
section.related {
    
    display: none;
}

footer#footer {
    border-bottom: 10px solid #828183;
}

#footer .copyright,
.footer-right-block {
    margin-top: 30px;
}

.page-title,
.sub-title{
    color: #4a1b25;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.page-title{
    font-size: 50px;
    border-bottom: 1px solid;

}

.sub-title{
    font-size: 36px;
    font-weight: 300;
}


.sidebar-menu{
    padding: 10px;
    background-color: #f8f8f8;
}
.sidebar-menu ul{
    padding-left: 0px;
}

.sidebar-menu ul li{
    list-style: none;
}



.sidebar-menu ul li a{
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 0;
    display: block;
    color: var(--primary-color);
}

.sidebar-menu ul li.current-menu-item a{
    font-weight: bold;
}

.content-wrapper{
    background-image: url(http://clients.logoswebdesign.com/nada_maher_wp/wp-content/uploads/2019/06/background.jpg);
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
}

.visualcomposerstarter .vct-cart-wrapper a {
    width: 54px;
    top: 16px;
    position: relative;
}

.visualcomposerstarter .products .button.add_to_cart_button, .visualcomposerstarter .products .button.product_type_grouped, .visualcomposerstarter .products .button.product_type_simple{
    padding: 16px 20px;
}

.hm-product-area .product .woocommerce-loop-product__title,
.hm-product-area .product .price{
    display: none !important;
}

.hm-product-area .products .product .button.add_to_cart_button {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
}
.woocommerce ul.products li.product .button {
	
}

.woocommerce ul.products li.product .button {
    margin-top: -8em !important;
    width: 100% !important;
}

/*.sticky{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}*/

section.related {float:left;}
.woocommerce-ordering,.woocommerce-result-count { display:none;}
@media (min-width: 992px){
    .hide-desktop{
        display: none !important;
    }

}
@media (max-width: 991px){
    .sidebar-menu{
        display: none;
    }

}

@media (max-width: 767px){
    .navbar-brand img {
        width: 220px;
    }

    .footer-about .inner-content{
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .footer-socials {
        text-align: center;
    }

    .sidebar-menu{
        display: none;
    }

    #menu-social-menu{
        padding-left: 0px;
    }

}

.archive ul.products li.product,
.archive ul.products li.product{
    margin-bottom: 40px;
}   
.woocommerce ul.products li.product .woocommerce-loop-product__title {font-size: 22px;
    font-weight: 600;}

.term-description p { margin-bottom:30px;}

.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 0px !important;
	padding-right: 15px !important;

    width: 100%;
}
.entry-content ul>li:before {content:' ' !important; color: #fff !important;}
.shop .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    min-height: 80px;
	text-align:center;
}
.shop .woocommerce ul.products li.product {
    border: 1px solid #e0e0e0;
}
.shop .woocommerce ul.products li.product a img { padding:5px;}
div.wpcf7-mail-sent-ok {
    display: inline-table !important;
    clear: both;
}
.woocommerce-Tabs-panel--description h2 { display:none;}