/*
Theme Name:   	CLS Washing
Theme URI:    	https://everywhererightnow.com
Author:       	Everywhere Right Now LLC
Author URI:     https://everywhererightnow.com
Template:     	storefront
Description:  	A custom theme developed exclusively for Commercial Laundry Specialists (CLS).
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:  	storefront
 */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {font-family: 'Open Sans', sans-serif;}

a:focus, .focus a {
	outline: none !important;
}
a, #logo a, a img, button, .button, .gform_button, #searchform button[type="submit"], .search-submit, .mc4wp-form-fields input[type="submit"] {
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	}
#logo a:hover, a img:hover, #searchform button[type="submit"]:hover {
	opacity:0.75;
	filter:alpha(opacity=85);
	}
a, a:visited {
	color:#0791be;
	text-decoration:none !important;
	}
a:hover {
	color:#333;
	text-decoration:none;
	}
.home .entry-header, .edit-link, .storefront-product-pagination, #site-navigation-menu-toggle, .handheld-menu {
	display:none;
}
button, .button, button.alt, .button.alt {
	background:#f70;
	color:#FFF !important;
}
button:hover, .button:hover, button.alt:hover, .button.alt:hover {
	background:#fc0;
	color:#000 !important;
}
.return-to-shop .button, .added_to_cart {
	color:#FFF !important;
}
.return-to-shop .button:hover {
	color:#333 !important;
}
.towels img {
	max-height:600px;
	width:auto;
}
.cls-brand img {
	max-width:210px;
}
p, li {
	color:#000;
}
h3 {
	font-weight:700;
}
h5 {
	font-size:1.5em;
}
@media (min-width: 768px) {
	.site-header .site-branding {
		width:50%;
	}
}
.site-header {
    padding-top: 0.6em;
	}
.site-branding {
	margin-bottom:0.6em;
	}
	.white-text p, .white-text h2 {
		color:#fff;
	}
.q-box h5 {
	color:#11dfc7;
	text-align:center;
	margin:0;
	font-size:2.4em;
	font-weight:700;
	line-height:0.9em;
}
.q-box h6 {
	color:#fff;
	text-align:center;
	margin:0;
	font-size:1.5em
}
.q-box p {
	color:#fff;
	text-align:center;
	margin:0;
}
.site-footer {
  background-color: #fff;
  color: #000;
}
.site-info {
	text-align:center;
	font-size:0.9em;
	}
.site-info img {
	width:270px;
	margin:0.9em auto;
	}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
	outline:none;
	background:#ffc;
}
input[type="submit"], .button {
	background-color: #3DC3EE;
 	border-color: #3DC3EE;		
	}
input[type="submit"]:hover, .button:hover {
	background-color: #1D4C8E;
 	border-color: #1D4C8E;
	color:#fff !important;
	}
.flyout-menu li a {
	text-shadow:none;
}
.flyout-menu li.current_page_item > a, .flyout-menu li.current-menu-item > a {
	background:#f1f1f1;
}













/* For everything below a break point */
@media (max-width: 768px) {
	#mega-menu-wrap-primary {
		display:none;
	}
	.handheld-menu {
		display:block;
		text-align:center;
	}
	.handheld-menu a {
		display:block;
		color:#fff;
		padding:0.6em;
		background:#3DC3EE;
	}

}






/* Move Primary Menu to right of logo */
@media (min-width: 1160px) {
        #masthead .col-full {
            display: flex;
            align-items: center;
        }
        #masthead .main-navigation {
            text-align: right;
        }
        .woocommerce-active .site-header div.site-branding {
            width: auto;
        }
}
