/**
Theme Name: Cartol
Author: Semantica
Author URI: https://www.semantica.co.za/
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: cartol
Template: astra
*/

#cartol-head {
  position: fixed; width:100%; top;0;	
  transition: transform 0.3s ease;
  transform-origin: top;
}

.main-logo img {
  display: block;
  transition: opacity 0.3s ease;
  filter: brightness(0) invert(1);
}

#main-footer input, #main-footer select, #main-footer textarea, #main-footer button{font-size:14px;}
#main-footer .wpforms-container {margin:0;}

#main-footer button[name="wpforms[submit]"]{
  background:transparent;
  color: #fff;
  border:1px solid #fff;
  text-transform:uppercase;
}

#main-footer button[name="wpforms[submit]"]:hover{
  background:#fff;
  color: #153357;
  border:1px solid #fff;
}

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
  
}

/* When sticky is active (only on desktop and tablets) */
@media (min-width: 768px) {
  .header-logo-mobile {display:none;}
  #cartol-head.sticky {
    max-height:70px;
  }

  #cartol-head.sticky .main-logo img {
    max-width:60px;
	content: url('./images/cartol-logo-sml.png');
	padding-left:20px;
  }
	
	#cartol-head.sticky {background:#fff !important;}
	#cartol-head.sticky .main-logo img {
	  filter: none !important;
	}
	#cartol-head.sticky ul.elementor-nav-menu li a, #cartol-head.sticky .fas.fa-user, #cartol-head.sticky .eicon-bag-light {color:#333 !important;}
}
 
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
	.header-logo-mobile {display:none !important;}
}
 
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
	#cartol-head.sticky .fas.fa-user, #cartol-head.sticky .eicon-bag-light, #cartol-head.sticky .fas.fa-bars {color:#333 !important;} 
}
 
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
	.header-logo-mobile {display:none !important;}
}
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
	
	.footer-menu .elementor-nav-menu li a {display:inline-block !important; text-align:center !important; width:100% !important;}
	.wpforms-one-half {width:100% !important; margin:0 !important;}
	.wpforms-first {margin-bottom: 20px !important;}
	#main-footer button[name="wpforms[submit]"] {
		width: 100%;
	}
	
	#cartol-head {background:#fff !important;}
	#cartol-head .main-logo img {
	  filter: none !important;
	}
	#cartol-head .fas.fa-user, #cartol-head .eicon-bag-light, #cartol-head .fas.fa-bars {color:#333 !important;}
}
 
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
 
}