/*
CTC Separate Stylesheet
Updated: 2020-04-14 08:10:15
Theme Name: Attesa Child
Theme URI: https://alternert.gr/
Template: attesa
Author: Tampakis George
Author URI: https://alternet.gr
Description: Attesa is an extremely versatile and customizable multipurpose WordPress theme. You can use it to create a simple blog but also for more complex websites or even an e-commerce using WooCommerce. You can customize many graphic aspects to create the website that best suits your target. Attesa theme is compatible with the most famous page builders as Elementor, SiteOrigin, Beaver Builder, etc... Responsive, RTL ready, WPML ready, SEO oriented and with many available demos, take a look: https://attesawp.com/demos/
Tags: two-columns,right-sidebar,custom-colors,custom-menu,featured-images,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready,blog,news,e-commerce,footer-widgets,custom-logo
Version: 1.2.0.1586851815
*/

@media (min-width: 1024px) {

    .nav-middle .attesa-logo img{
        max-height: 40px!important;
    }

    .my_custom_loginout_link{
        display: none!important;
    }

    #content.site-content {
        padding: 2.4em;
    }

    .home p#breadcrumbs {
        display: none;
    }

    .footerArea{
    padding-top: 1em;
    }

    .footerArea{
        padding-bottom: 0em;
    }

    .attesaFooterWidget{
        font-size: 12px;
    }

    .elementor-8 .elementor-element.elementor-element-d0c1757 .eael-product-grid .woocommerce li.product .button.add_to_cart_button{
        font-size: 11px!important;
    }

    .elementor-8 .elementor-element.elementor-element-d0c1757 .eael-product-grid .woocommerce li.product .button.add_to_cart_button:hover{
        font-size: 11px!important;
    }
    .widget .widget-title .widgets-heading{
        font-size: 14px!important;
    }
	
	 ul.products.columns-4>li{
        width: 23%!important;
    }
	
	.everest-forms button[type=submit]{
        color: white;
        background-color: #1e73be;
        border-radius: 7px;
    }

    .hentry .entry-title, .attesaFeatBoxTitle .entry-title{
        display: none!important;
    }
	
	body.no-sidebar #primary.content-area {
		width: 100%!important;
	}

	.woocommerce-loop-product__title {
 	 	min-height: 150px;
		font-size: 12px!important;
}


}

@media screen and (max-width: 1024px) {
    .nav-middle .attesa-logo img{
        max-height: 30px!important;
    }

    #content.site-content {
        padding: 2em 0;
        margin-bottom: 10px;
    }
	
	 ul.products.columns-6>li{
        width: 46%!important;
    }
	
	.everest-forms button[type=submit]{
        color: white;
        background-color: #1e73be;
        border-radius: 7px;
    }

    .hentry .entry-title, .attesaFeatBoxTitle .entry-title{
        display: none!important;
    }
	.woocommerce-loop-product__title {
  min-height: 150px;
	font-size: 12px!important;
}
}

@media (max-width: 768px) {
    .nav-middle .attesa-logo img{
        max-height: 20px!important;
    }

    #content.site-content {
        padding: 0em 0;
        margin-top: 44px !important;
    }
	
	 ul.products.columns-6>li{
        width: 100%!important;
    }
	
	.everest-forms button[type=submit]{
        color: white;
        background-color: #1e73be;
        border-radius: 7px;
    }

    .hentry .entry-title, .attesaFeatBoxTitle .entry-title{
        display: none!important;
    }
}

