/*
 Theme Name:   Mancino Mats Child Theme
 Author:       MSonder
 Template:     twentynineteen
 Version: 1.12
*/



* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

html, body {  
	margin: 0px;
	
	border: 0px;
	padding: 0px;
	margin-top: 0px !important;
	
	text-align: left;

	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: none;
	text-rendering: optimizelegibility;

	color: #666;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 26px;

	background: #fff;
}

body:not(.custom-background-image).admin-bar::before {top: 0px;}
body:not(.custom-background-image)::before, body:not(.custom-background-image)::after {height: 0px;}


a {outline:none;}

ul {padding-top: 0px; margin-top: 0px;}

	ul#checkmark {
		list-style-type: none;
		padding: 0px; 
		margin: 0px;
	}
	
	ul#checkmark li {
		background-image: url('images/checkmark.png');
		background-repeat: no-repeat;
		background-position: 0px top; 
		padding-left: 35px;
	}		


:root {overflow-y: scroll !important;}
::-moz-selection {
    background: #393939;
	color: #6a6a6a;
    text-shadow: none;
}

::selection {
    background: #393939;
	color: #6a6a6a;
    text-shadow: none;
}

.right {float:right !important;}
.left {float:left !important;}
.clear {clear:both;}
img.right {float:right !important; margin:0 0 20px 20px !important;}
img.left {float:left !important; margin:0 20px 20px 0 !important;}
img {border: none;}

img.alignright {float:right; margin:0 0 1em 1em;}
img.alignleft {float:left; margin:0 1em 1em 0;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto;}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto;}
.text-center {text-align: center;}

.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    bottom: 130px;
    right: 50px;
    display: none;
    text-indent: -9999px;
    background: url(images/icon_top.png) no-repeat;
}


.responsive {width: 90%;}



/*	--------------------------------------------------
	:: Structure
	-------------------------------------------------- */


#top-wrapper {
	height: auto;
	margin: 0;
	padding: 0;
	background: #ac202d;
}

#top {
	width: 100%;  /* Change to exact pixels for static (non-responsive)*/
	height: auto;
	margin: 0 auto;
	padding: 0;
}


		ul.top-menu {margin: 0; padding: 0px 0 0 0;}

		ul.top-menu li {list-style: none; position: relative; float: left;}
		ul.top-menu li:last-child a {}
		ul.top-menu li:first-child a {}

		ul.top-menu li:hover {cursor: default;}
		ul.top-menu li a {
			display: block;
			line-height: 15px;
			font-size: 14px;
			text-align: center;
			padding: 010px;
			width: 100%;
			font-weight: 500;
			color: #fff;
			text-transform: uppercase;
			text-decoration: none;
				-webkit-transition: all 0.25s ease-in-out;
				-moz-transition: all 0.25s ease-in-out;
				-o-transition: all 0.25s ease-in-out;
				transition: all 0.25s ease-in-out;
			}
		ul.top-menu li a:hover, ul.top-menu li.current_page_item a, ul.top-menu li a:focus {background: #c62836; color: #E0DADA;}






		#header-wrapper {
			width: 100%;
			height: auto;
			background: #ffffff;
		}
		#header {
			width: 90%; /* Change to exact pixels for static (non-responsive) */
			height: auto;
			margin: 0 auto;
			position: relative;
		}		
		#header .g60 {float: right; padding: 20px 0;}
		#header .g60 a {text-align: right;}

		#logo {position: absolute; top: 50%; transform: translateY(-50%); left: 0;}
		#logo img {width: auto;}	
		
		#phone {font-size: 20px; color: #949494; text-transform: uppercase;}	
		#phone a {color: #17366c; text-decoration: none;}
		






		.header-info {text-transform: uppercase; padding: 10px 0;}
		.header-info a {
			display: inline-block;
			font-size: 12px; 
			line-height: 18px;
			font-weight: 400;
			color: #141414; 
			text-decoration: none;
		}
		.header-info i {
			font-size: 12px;
			text-align: center;
			color: #141414;
			margin-right: 10px;
		}
        .header-info:hover {opacity: 0.8;}




		/* WP fix */
		.search button {
			border: none !important;
			font-family: 'Open Sans', sans-serif;
			padding: 0px !important;
			background: #e9e8e8;
		}
		
		.search input {
			font-family: 'Open Sans', sans-serif;
			font-size: 16px;
			background: #ffffff !important;
			padding: 3px 10px;
			border: 1px solid #b9b8b8 !important;
			border-radius: 6px 0 0 6px;
		}
		.search .header-search-button {
			background: #e9e8e8;
			border-radius: 0 6px 6px 0;
			padding: 7px;
			border: 1px solid #b9b8b8;
			border-left: 0px;
			width: auto;
		}

		.search input:focus {
			background: #ffffff !important;
			padding: 3px 10px;
			border: 1px solid #b9b8b8 !important;
		}

		.search-form input {color: #261c14;}
		.search-form input:focus {border: 1px solid #a39f84 !important;}


		.search-form .search-submit {display: none;}






		.social-icon {
			background: #555;
			border: 1px solid #e9e9e9;
			padding: 3px 0;
			width: 35px;
			display: inline-block;
			color: #888;
			text-align: center;
			font-size: 20px;
			margin-top: 4px;
		}
		.social-icon:hover {background: #e9e9e9;}
				
				
				
				
				
				
				
		#slideshow-wrapper {
			width: auto;
			height: auto;
			background: #000 url(images/slideshow-bg.jpg) no-repeat scroll center center / cover;
			/* padding-top: 38.35714285714286%; image height divided by image width */

		}	
		
		#slideshow-bg {
			width: 90%;  /* Change to exact pixels for static (non-responsive)*/
			margin: 0 auto;
		}	

		.slogan {
			background-color: rgba(23, 54, 108, .7) !important;
			width: 50%;
			float: right;
			padding: 50px 0 !important;
		}
		.slogan h1 {font-size: 36px !important; font-weight: 500 !important;}
		.slogan p {font-size: 18px !important;}

		.slogan hr.wp-block-separator {height: 2px !important; background: #fff; border-bottom: 0px !important;}

		


		
		
		#grey-wrapper {
			width: auto;
			height: auto;
			background: #dadada;
			padding: 80px 0;
		}	
		
		#grey {
			width: 90%;  /* Change to exact pixels for static (non-responsive)*/
			margin: 0 auto;
			color: #fff;
			font-size: 16px;
			line-height: 24px;
		}	

	
		.grey-bg {background: #ecf0f3; padding: 25px; margin-bottom: 20px; border-left: 4px solid #17366c;}
		.grey-bg h3 {margin-bottom: 15px;}
		
		#content-wrapper {
			width: 100%;
			height: auto;
			margin: 0px auto;
		}
		
		#content {
			width: 100%;
			margin: 0px auto;
			height: auto;
			padding: 20px 0px 50px 0px;
		}
		#content a {color: #81090a; text-decoration: underline; line-height: 20px; font-weight: 600;}
		#content a:hover {color: #610b0c; text-decoration: none;}
				
		.white-font {color: #fff !important;}



.blue-wrapper {padding: 80px 30px !important;}
.blue-wrapper h2 {color: #fff !important;}

.blue-wrapper a.wp-block-button__link {
	display: inline-block;
	background: #17366c;
	border: 2px solid #fff;
	font-family: 'Montserrat', sans-serif;
	color: #fff !important;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px 0;
	padding: 20px 30px;
	border-radius: 0px;
	text-decoration: none !important;
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
}
.blue-wrapper a.wp-block-button__link:hover {background: #fff; border: 2px solid #fff; color: #17366c !important;}

/*.blue-wrapper .wp-block-column {margin: 0 10%;}*/








ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image {border: 2px solid #17366c;}

ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title {font-size: 16px; text-transform: uppercase; color: #17366c !important;}

ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price {font-size: 20px; font-weight: bold; color: #c00000;}




		
/*	--------------------------------------------------
	:: Navigation (FULL CSS w/ DROPS)
	-------------------------------------------------- */
	
		
#nav-wrapper {
	height: auto;
	margin: 0;
	padding: 0;
	background: #17366c;
}

#nav-bg {
	width: 100%;  /* Change to exact pixels for static (non-responsive)*/
	height: auto;
	margin: 0 auto;
	padding: 0;
}
		
		

	ul.menu {margin: 0; padding: 0px 0 0 0;}
	
	ul.menu li {list-style: none; position: relative; float: left;}
	ul.menu li:last-child a {}
	ul.menu li:first-child a {}
	
	ul.menu li:hover {cursor: default;}
	ul.menu li a {
		display: block;
		line-height: 70px;
		font-size: 16px;
		font-weight: 500;
	  	text-align: center;
		padding: 0 14px;
		width: 100%;
		color: #fff;
		text-transform: uppercase;
		text-decoration: none;
			-webkit-transition: all 0.25s ease-in-out;
			-moz-transition: all 0.25s ease-in-out;
			-o-transition: all 0.25s ease-in-out;
			transition: all 0.25s ease-in-out;
		}
	ul.menu li a:hover, ul.menu li.current_page_item a, ul.menu li a:focus {background: #0d2753;}

	ul.menu li ul {
		position: absolute;
		left: -9999em;
		width: auto;
		margin: 0;
		padding: 0;
		list-style-type: none;
		white-space: nowrap;
	}

	ul.menu li:hover ul {left: 0;}
	ul.menu li:hover ul li {
		float: none;
		width: 100%;
		position: relative;
		z-index: 9999;
	}
	ul.menu li:hover ul li a {
		display: block;
		line-height: 40px;
		text-transform: none;
		text-shadow: none;
		text-align: left !important;
		padding-left: 10px;
		background: #888;
		width: 100%;
		color: #FFF;
		text-decoration: none;
	}
	ul.menu li:hover ul li a:hover {background: #666; border-bottom: none;}

	.slicknav_menu {display: none; background: #888;}
    .slicknav_btn {
        background: #ccc;   
    }
    
    







/*	--------------------------------------------------
	:: Footer
	-------------------------------------------------- */


		#pre-footer-wrapper {
			height: auto; 
			width: 100%;
			background: #445e8a;
			margin-bottom: 15px;
		}		
		#pre-footer {
			height: auto; 
			width: 90%; /* Change to exact pixels for static (non-responsive) */
			margin: 0 auto;
			padding: 30px 0;
			background: #445e8a;
			font-family: 'Montserrat', sans-serif;  
			font-size: 20px; 
			line-height: 26px; 
			color: #fff;
		}





		#footer-wrapper {
			height: auto; 
			width: 100%;
			background: #fff;
		}		
		#footer {
			height: auto; 
			width: 90%; /* Change to exact pixels for static (non-responsive) */
			margin: 0 auto;
			padding: 30px 0;
			background: #fff;
			font-family: 'Montserrat', sans-serif;  
			font-size: 14px; 
			line-height: 22px; 
			color: #576B93;
		}
		#footer a {color: #881e11; text-decoration: none;}
		#footer a:hover {color: #58130a; text-decoration: underline;}
	
	


			/* Options - Social */
			ul.social-icons {list-style: none; text-align: left !important; padding: 0; margin: 0; display: inline;}

			ul.social-icons li {display: inline;}
			ul.social-icons li a {text-decoration: none !important;}
			ul.social-icons li a:hover {opacity: 0.8;}

			ul.social-icons a i {
				font-size: 18px;
				width: 40px;
				height: 40px;
				line-height: 40px;
				border-radius: 150px;
				text-align: center;
				background: #969696;
				color: #fff;
			}

			

		#copyright-wrapper {
			height: auto; 
			width: 100%;
			background: #ac202d;
		}	
		#copyright {
			height: auto; 
			width: 90%; /* Change to exact pixels for static (non-responsive) */
			margin: 0 auto;
			padding: 20px 0;
			background: #ac202d;
			font-family: 'Montserrat', sans-serif;  
			font-size: 16px; 
			line-height: 20px;
			color: #fff;
		}
		#copyright a {color: #ffffff; text-decoration: none;}
		#copyright a:hover {color: #cfcfcf; text-decoration: underline;}
				

		#copyright .g60 {font-size: 12px;}


				
		img.featured {
			width: 100%;
			height: auto;
			position: relative;
		
		}	



		/* HOMEPAGE SERVICES BOXES */
		/* Image Hover Effects on "/css/homepage-hover.css" */

			.category-bg {background: #000 url(images/product-bg.jpg) no-repeat fixed top center / cover; padding: 10% 5% 5% 5% !important;}

			.homepage-services {text-align: center;}

			.homepage-services .wp-block-buttons .wp-block-button {
				display: block;
				margin-right: 0px;
				margin-bottom: 0px;
			}






/*	--------------------------------------------------
	:: Elements
	-------------------------------------------------- */
	

h1:not(.site-title)::before, h2::before{
	background: none !important;
	content: none !important;
	height: 0px !important;
	margin: 0 !important;
	width: 0 !important;
}
	
					
		.feat-img-bg {
			background-size: cover;
			background-position: center center;
			background-repeat: no-repeat;
			position: relative;
		}

		h1.featured {
			background: rgba(0, 0, 0, .5);
			position: relative; 
			padding: 175px 0px;
		}


h1 {
	color: #17366c;
    font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 50px;
	margin: 0px;
	padding: 30px 0;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.home h1 {
	color: #231f20;
    font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size:30px;
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
	text-transform: none;
}
.home h1 strong {color: #fcdd0c !important;}




h2 {
	color: #17366c;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 34px;
	margin: 0px;
	padding: 0px;
	line-height: 40px;
	margin-bottom: 15px;
}



h3 {
	color: #233168;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
}


p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

hr { 
	border: 0; 
	height: 3px; 
	background: #D3D3D3;
}

	.pquote {	
		border-left: 12px solid #ec1f27;
		background: #e4e4e0;
		color: #000;
		font-size: 14px; 
		line-height: 20px;
		padding: 20px 10px 20px 40px;
	}
	.pquote a {color: #000 !important; font-weight: bold;}		
	.pquote a:hover {color: #ec1f27 !important;}		
	

	blockquote {	
		border-left: 12px solid #ec1f27 !important;
		background: #e4e4e0;
		color: #000; 
		padding: 20px 10px 20px 40px !important;
	}
	blockquote p {padding: 0;}
	blockquote a {color: #000 !important; font-weight: bold;}		
	blockquote a:hover {color: #ec1f27 !important;}		
	
	blockquote cite {
		font-size: 16px; 
		text-transform: uppercase; 
		color: #575757; 
		font-style: italic;
	}





	a.link {
		display: inline-block;
		background: #17366c;
		font-family: 'Montserrat', sans-serif;
		color:#fff !important;
		font-size: 18px;
		text-transform: uppercase;
		font-weight: bold;
		margin: 10px 0;
		padding: 20px 30px;
		border-radius: 0px;
		text-decoration: none !important;
			-webkit-transition: all 0.25s ease-in-out;
			-moz-transition: all 0.25s ease-in-out;
			-o-transition: all 0.25s ease-in-out;
			transition: all 0.25s ease-in-out;
	}
	a.link:hover {background: #12264a; color: #f2e1d4 !important;}


	a.link-sm {
		display: inline-block;
		background: #17366c;
		font-family: 'Montserrat', sans-serif;
		color:#fff !important;
		font-size: 18px;
		text-transform: uppercase;
		font-weight: bold;
		margin: 10px 0;
		padding: 10px 15px;
		border-radius: 0px;
		text-decoration: none !important;
			-webkit-transition: all 0.25s ease-in-out;
			-moz-transition: all 0.25s ease-in-out;
			-o-transition: all 0.25s ease-in-out;
			transition: all 0.25s ease-in-out;
	}
	a.link-sm:hover {background: #12264a; color: #f2e1d4 !important;}


	div.link-open-sm {
		display: inline-block;
		background: transparent;
		border: 2px solid #fff;
		font-family: 'Montserrat', sans-serif;
		color:#fff !important;
		font-size: 18px;
		text-transform: uppercase;
		font-weight: bold;
		margin: 10px 0;
		padding: 10px 15px;
		border-radius: 0px;
		text-decoration: none !important;
			-webkit-transition: all 0.25s ease-in-out;
			-moz-transition: all 0.25s ease-in-out;
			-o-transition: all 0.25s ease-in-out;
			transition: all 0.25s ease-in-out;
	}
	div.link-open-sm:hover {background: #fff; color: #12264a !important;}



	a.wp-block-button__link {
		display: inline-block;
		background: #17366c;
		font-family: 'Montserrat', sans-serif;
		color: #fff !important;
		font-size: 18px;
		text-transform: uppercase;
		font-weight: bold;
		margin: 10px 0;
		padding: 20px 30px;
		border-radius: 0px;
		text-decoration: none !important;
			-webkit-transition: all 0.25s ease-in-out;
			-moz-transition: all 0.25s ease-in-out;
			-o-transition: all 0.25s ease-in-out;
			transition: all 0.25s ease-in-out;
	}
	a.wp-block-button__link:hover {background: #12264a; color: #f2e1d4 !important;}










/*	--------------------------------------------------
	:: Blog Styles
	-------------------------------------------------- */


figure .wp-block-image .home-promo {
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
}

.grey {background: #eeeeee; padding: 5px; margin-bottom: 15px;}


.hentry {padding: 0px !important;}

.entry .entry-content, .entry .entry-summary {
    max-width: 100% !important;
    padding: 0px !important;
	margin: 0px !important;
}

.widget {
    background-color: #f0eded;
    margin: 0 0 15px 0;
    padding: 10px 8px 15px 8px;
	border-bottom: 4px solid #17366c;
}

.widget li {
    padding: 0px 0px;
	margin: 10px 0;
	font-family: 'Montserrat', sans-serif;
	line-height: 18px !important;
}


.widget li a {
	color: #0480C4 !important;
    text-decoration: underline;
	font-size: 14px;
}

.post-date {
	font-style: italic; 
	font-size: 14px; 
	color: #636363; 
	font-weight: normal; 
	display: block;
}


.widget .widget-title, 
h4.h-widget {
	font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #17366c;
    font-weight: 600;
}










/*	--------------------------------------------------
	:: WooCommerce Styles
	-------------------------------------------------- */


.wc_payment_methods img {width: auto !important; height: auto;}

.woocommerce-Reviews-title {display: none;}


.woocommerce-breadcrumb {
    margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	border-bottom: 1px solid #b4afa5;
	padding: 20px 0;
}


.woocommerce .content-area .site-main {
    max-width: 100%;
    /*float: left;*/
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {text-align: center; border: 1px solid #eee; padding-bottom: 20px !important;}



.wc-tabs-wrapper {
	background: #EEEEEE !important;
	padding: 20px 40px;

}

.woocommerce-tabs ul.tabs {
    display: block;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #17356C;
}

.woocommerce-tabs ul.tabs li {
    background: #17356C;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
	display: inline-block;
    padding: 0 30px;
    cursor: pointer;
    border: 1px solid #17356C;
    margin-right: 15px;
}

.woocommerce-tabs ul.tabs li a {color: #fff !important;}
.woocommerce-tabs ul.tabs li.active a {color: #17356C !important;}

.woocommerce-tabs ul.tabs li.active {
	background: transparent;
	border-bottom: none;
}





h1.product_title  {
    font-size: 40px !important;
    color: #047FC4 !important;
    margin-bottom: 25px !important;
    text-transform: none;
    font-weight: 500;
}

h2.woocommerce-loop-product__title,
h2.woocommerce-loop-category__title {
	color: #047FC4 !important; 
	font-size: 18px !important; 
	line-height: 26px !important; 
	text-align: center;
	text-transform: none;
}

a.woocommerce-LoopProduct-link span.price {
	color: #17346C !important; 
	font-family: 'Montserrat', sans-serif !important;
	font-size: 16px !important; 
	font-weight: 800 !important; 
	text-align: center;
	margin: 5px 0 !important;
}
span.tc-price {
	/*color: #17346C !important; */
	font-family: 'Montserrat', sans-serif !important;
	font-size: 16px !important; 
	font-weight: 400 !important; 
	text-align: center;
	margin: 5px 0 !important;
}

p.price {
	color: #17366C !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 30px !important; 
	font-weight: 800 !important; 
}
h2 mark.count {
   display: none !important;
}


.entry .entry-content > *, .entry .entry-summary > *, .entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *, .entry .entry-content > .wp-block-group > .wp-block-group__inner-container > * {
    margin: 0 !important;
}



.widget_product_categories {
    width: 20%;
    float: left;
    margin: 2%;
	padding: 15px 30px;
}


table.variations td, table.variations th {
    padding: 0 !important;
    border: 0px !important;
    word-break: break-all;
	display: block;
}

table.variations td.label label {
    font-weight: 700;
	line-height: 40px;
	color: #17346C;
	text-transform: uppercase;
}
table.variations td.value select {
	background: #fff !important;
	border: 1px solid #626262 !important;
	padding: 0px !important;
}


li.tmcp-field-wrap label input {
	background: #fff !important;
	padding: 0px !important;
}

.tm-extra-product-options .tm-epo-element-label {
	color: #17346C;
	text-transform: uppercase;
}


.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap {width: 8% !important;}

.tm-extra-product-options ul.tm-extra-product-options-upload li.tmcp-field-wrap {width: 100% !important;}

.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap {margin: 0 !important;}
	
form.variations_form .tm-description p {padding: 0px !important; margin: 0px !important;}
form.variations_form .tm-description {margin-bottom: 0px !important;}

.woocommerce-variation-price {display: none;} 






.widget_product_categories .widget {border-bottom: none;}


a.remove, 
a.button,
.woocommerce-info a {color: #fff !important;}
a:hover.button {background: #17366c !important;}




.woocommerce .widget_product_categories ul:not(.children)>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #c0bfbf;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	font-size: 16px;
	line-height: 22px !important;
}

.woocommerce .widget_product_categories li a {
	color: #0480C4 !important;
    text-decoration: none;
}
.woocommerce .widget_product_categories li a:hover {
	color: #024a72 !important;
    text-decoration: underline;
}

.woocommerce .widget_product_categories span.count {
    color: #7d7d7d;
    margin-left: auto;
    font-size: 12px;
}

.woocommerce .widget_product_categories ul.children {
    padding: 1em;
    flex: 1 0 100%;
}

.woocommerce .widget_product_categories ul.children span.count {
    display: none;
}

.woocommerce .widget_product_categories ul:not(.children)>li.cat-parent span:after {
	font-family: FontAwesome; 
	content: "\f107";
    /*content: '+';*/
    font-size: 16px;
    color: #17366c;
}
.woocommerce .widget_product_categories ul:not(.children)>li.cat-parent span.flipped:after {
	font-family: FontAwesome; 
	content: "\f106";
}









/*	--------------------------------------------------
	:: Grid 
	-------------------------------------------------- */

div#content > div img {width: 100%;}
 /* Override */.no-full {width: auto !important;}
 

.g10, .g20, .g30, .g40, .g50, .g60, .g70, .g80, .g90, .g100, .g33, .g25, .g75 {
	height:auto;
	float:left;
}
.g10 {width:10%;}
.g20 {width:20%;}
.g30 {width:30%;}
.g40 {width:40%;}
.g50 {width:50%;}
.g60 {width:60%;}
.g70 {width:70%;}
.g80 {width:80%;}
.g90 {width:90%;}
.g100 {width:100%;}

.g33 {width:33.33333333%;}
.g25 {width:25%;}
.g75 {width:75%;}

.padding {padding: 10px 15px;}











/*	--------------------------------------------------
	:: Form Styles
	-------------------------------------------------- */


input, textarea, select {
    border: 0px !important;
	background: #ecf0f3 !important;
	border-bottom: 2px solid #2e74a9;
    font-family: inherit;
    padding: 15px;
	width: 100%;
}
input[type="checkbox"], input[type="radio"] {
	width: auto;
}
input:focus, textarea:focus, select:focus {
    border: 0px;
	background: #ccd6dd!important;
	border-bottom: 2px solid #1a5079;
    font-family: inherit;
    padding: 15px;
}


p.comment-form-comment textarea {background: #fff !important;}


            
	.ginput_complex.ginput_container_address .address_city {
		width: 31% !important;
		margin-right: 2% !important;
		margin-left: 0 !important;
		padding: 0 !important;
		display: block;
		float: left;
	}
	.ginput_complex.ginput_container_address .address_state {
		width: 32% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		padding: 0 !important;
		display: block;
		float: left;
	}
	.ginput_complex.ginput_container_address span.ginput_right+.ginput_left.address_zip {
		width: 33% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding: 0 !important;
		display: block;
		float: right;
	}


::-webkit-input-placeholder {
  color: #000;
  font-size: 14px;
}

:-moz-placeholder { /* Firefox 18- */
  color: #000;
  font-size: 14px;
}

::-moz-placeholder {  /* Firefox 19+ */
  color: #000;
  font-size: 14px;
}

:-ms-input-placeholder {
  color: #000;
  font-size: 14px;
}



button, input[type="submit"], input[type="button"], input[type="reset"] {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #17366c 0%, #17366c 100%) repeat scroll 0 0 !important;
    border-bottom: 2px solid #17366c !important;
    color: #fff !important;
    display: inline-block;
    padding: 15px 20px;
    text-decoration: none;
	text-transform: uppercase;
}

button:hover, button:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #12264a 0%, #12264a 100%) repeat scroll 0 0 !important;
}









/*	--------------------------------------------------
	:: Media Queries
	-------------------------------------------------- */


@media screen and (min-width: 1200px) {
	
	.responsive {width: 1200px !important;}

}

@media screen and (max-width: 1200px) {

	.scrollup {
		width: 20px;
		height: 20px;
		background-size: cover;
		bottom: 115px;
		right: 1%;
	}
}



@media screen and (max-width: 800px) {
    
    #content img.alignright {
        display: block;
        margin: 0px auto;   
        float: none;
        width: auto;
        max-width: 100%;
    }
	.menu {display: none !important;}
	.slicknav_menu {display: block !important;}
	
	.g25 {width: 50% !important;}
	.g30 {width: 100% !important;}
	.g33 {width: 100% !important;}
	.g50 {width: 100% !important;}
	.g70 {width: 100% !important;}
	
.woocommerce .content-area .site-main {max-width: 100%;}

.widget_product_categories {width: 100%; margin: 2%;}

}


@media screen and (max-width: 600px) {
	
	.responsive {width: 90% !important;}
	
	#header .g40 {width: 100% !important; text-align: center;}
	#logo {position: static; transform: none;}
		
	#header .right {float: none;}
	#header .header-info a {display: inline;}
	#header .g60 {
		float: none !important;
		padding: 10px 0 !important;
	}
	
}


@media screen and (max-width: 480px) {

	.responsive {width: 95% !important;}
	
	.g10 {width: 100% !important;}
	.g20 {width: 100% !important;}
	.g25 {width: 100% !important;}
	.g40 {width: 100% !important;}
	.g60 {width: 100% !important;}
	.g80 {width: 100% !important;}
	.g90 {width: 100% !important;}

}	
	
	





