/*
Theme Name: Cool Country hats
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@charset "utf-8";

/* ==========================================================================
   1. CSS Reset Code
   ========================================================================== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img,
ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* Force scrollbar */
html { overflow-y: scroll; }


/* Align radios and text inputs with their label */

input[type='radio'],
input[type='checkbox'] {
	vertical-align: text-bottom; 
	width: auto;
	height: auto;
	min-width: auto;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

/* Hand cursor on clickable input elements */
label,
input[type='button'],
input[type='submit'],
button {
  cursor: pointer;
}

input[type='button'],
input[type='submit'],
button {
  width: auto;
	min-width: auto;
	font: 600 14px Open Sans;
	color: #44a9df;
	text-decoration: none;
	padding: 8px 17px;
	border: 2px solid #44a9df;
	border-radius: 5px;
	background: transparent;
	-webkit-transition: all .3s;
	transition: all .3s;
}

input[type='button']:hover,
input[type='submit']:hover,
button:hover{
	background: #44a9df;
	color: #fff;
	border-color: #44a9df;
}

*{
	border: none;
	outline: none;
	box-sizing: border-box;
}

b,strong {
  font-weight: bold;
  font-family: inherit;
  font-size: inherit;
}

i,
em { font-style: italic; }

img {
  border: 0;
  vertical-align: middle;
	max-width: 100%;
}

sub,
sup {
  vertical-align: baseline;
  position: relative;
  font-size: 55%;
  line-height: 0;
}

sup { top: -.7em; }

sub { bottom: -.25em; }

a{
	color: #f36e41;
	text-decoration: underline;
	display: inline-block; 
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

a:focus,
a:active{ border: none; outline: none; }

div{ vertical-align: top; }

table,tr,td,th{
	border: 1px solid #000;
	padding: 5px;
	font: 400 16px Mont-Reg, sans-serif;
}

table{ border-collapse: collapse; }

/* 1.2. Clear Fix
   ========================================================================== */

.clearfix:before,
.clearfix:after{
  display: table;
  content: " ";
}

.clearfix:after{ clear: both; }

.row{
	margin-left: -15px;
	margin-right: -15px;
}

.row:before,
.row:after{
  display: table;
  content: " ";
}

.row:after{ clear: both; }


/*=======================================================================
						FONT FACE DECLARTIONS
========================================================================*/

@font-face{
  font-family: 'HelvNeue-Black';
  src: url('fonts/HelveticaNeue-CondensedBlack.eot');
  src: url('fonts/HelveticaNeue-CondensedBlack.woff') format('woff'),
			 url('fonts/HelveticaNeue-CondensedBlack.woff2') format('woff2'),
			 url('fonts/HelveticaNeue-CondensedBlack.ttf') format('truetype'),
			 url('fonts/HelveticaNeue-CondensedBlack.svg#HelveticaNeue-CondensedBlack') format('svg'),
       url('fonts/HelveticaNeue-CondensedBlack.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face{
  font-family: 'HelvNeue-Roman';
  src: url('fonts/helveticaneue-roman.eot');
  src: url('fonts/helveticaneue-roman.woff') format('woff'),
			 url('fonts/helveticaneue-roman.woff2') format('woff2'),
			 url('fonts/helveticaneue-roman.ttf') format('truetype'),
			 url('fonts/helveticaneue-roman.svg#helveticaneue-roman') format('svg'),
       url('fonts/helveticaneue-roman.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face{
  font-family: 'HelvNeue';
  src: url('fonts/helveticaneue.eot');
  src: url('fonts/helveticaneue.woff') format('woff'),
			 url('fonts/helveticaneue.woff2') format('woff2'),
			 url('fonts/helveticaneue.ttf') format('truetype'),
			 url('fonts/helveticaneue.svg#helveticaneue') format('svg'),
       url('fonts/helveticaneue.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}


/*=======================================================================

========================================================================*/


body{
	font: 400 17px 'HelvNeue', sans-serif;
	color: #32325d;
	background: #fff;
	-webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6{
	font-weight: 700;
	color: #C49A6B;
	font-family: 'HelvNeue-Black', sans-serif;
}

h1{ font-size: 42px; }
h2{ font-size: 35px; font-weight: 500; }
h3{ font-size: 32px; }
h4{ font-size: 28px; }
h5{ font-size: 24px; }
h6{ font-size: 17px; font-weight: 800; }

p{
	font: 400 22px/32px 'HelvNeue-Roman', sans-serif;
	color: #58585B;
	margin-bottom: 15px;
}

ul li,
ol li{
	font: 500 22px/42px 'HelvNeue', sans-serif;
	color: #58585B;
}

input{
	font: 500 17px 'HelvNeue', sans-serif;
	color: #000;
	outline: none;
	height: 45px;
	border: 1px solid #000;
	min-width: 200px;
	padding: 0 10px;
}

textarea{
	min-width: 300px; 
	min-height: 100px; 
	font: 500 17px 'HelvNeue', sans-serif; 
	border: 1px solid #000;
	padding: 10px;
}	

body{ 
	background-color: #fff;
	min-height: 100vh; 
	position: relative;
}

main{
	min-height: calc(100vh - 300px);
}

/*=======================================================================

/* Default pages styling */
.postContentDefault 										{   font: 400 17px/28px 'HelvNeue', sans-serif; color: #32325d;}

.general-page .container{ padding: 45px 15px; }

.postContentDefault h1									{    font: 400 48px 'HelvNeue', sans-serif;    color: #32325d; padding:0 0 10px 0;}
.postContentDefault h2									{font: 400 44px 'HelvNeue', sans-serif; padding:0 0 10px 0;}
.postContentDefault h3									{font: 400 38px 'HelvNeue', sans-serif;  padding:0 0 10px 0;}
.postContentDefault h4									{font: 400 32px 'HelvNeue', sans-serif;  padding:0 0 10px 0;}
.postContentDefault h5									{font: 400 26px 'HelvNeue', sans-serif;  padding:0 0 10px 0;}
.postContentDefault h6									{font: 800 18px 'HelvNeue', sans-serif;  padding:0 0 10px 0;}

.postContentDefault  hr									{height:1px; background:#000;}

.postContentDefault p 									{        font: 400 17px/28px 'HelvNeue', sans-serif; padding:0 0 20px 0; margin:0; color:#000; }
.postContentDefault p b, .postContentDefault p strong 		{font-weight:bold;}
.postContentDefault p em 									{font-style:italic;}
.postContentDefault p a, .postContentDefault a			{color:#f36e41; text-decoration: underline;}

.postContentDefault blockquote 							{padding: 10px; background:#d1dce1;text-indent:15px; margin:0 0 20px 0;}
.postContentDefault blockquote p							{margin:0; padding:0;}


.postContentDefault figure.wp-caption						{margin:0; background:none; }
.postContentDefault figure.wp-caption img 					{margin:0 0 10px 0;}
.postContentDefault figcaption.wp-caption-text 				{text-align:left; font-size:18px; line-height:20px; color: #565a5c; }

.postContentDefault ul 									{margin-bottom: 25px; margin-left: 40px;}
.postContentDefault ul li									{padding-bottom: 10px; list-style: outside disc;}
.postContentDefault ul li a  								{font-size:17px;line-height:20px; color:#f36e41;}
.postContentDefault ol									{list-style:decimal inside;margin:0 0 20px 0; padding:0; color:#66899b;}
.postContentDefault ol li									{font-size:17px; padding:0 0 5px 0; margin:0; line-height:20px; color:#32325d; font-weight:normal;}
.postContentDefault ol li a 								{font-size:18px; line-height:20px; color:#f36e41; font-weight:normal;}


.postContentDefault form label 								{display:block; font-size:18px; line-height:20px; margin:0 0 5px 0;}
.postContentDefault form input[type="text"], 
.postContentDefault form input[type="email"], 
.postContentDefault form input[type="url"], 
.postContentDefault form input[type="search"],
.postContentDefault form input[type="number"],
.postContentDefault form select{max-width: 300px; font-size:17px; width:80%; height:45px; padding:10px; border:1px solid #32325d; margin:0 0 10px 0; background:#fff;}
.postContentDefault form select {font-size: 17px;height:auto;}


.form-control{
	border-color: #32325d;
	font-size: 17px;
}

.postContentDefault {padding: 50px 0;}

.col{ padding: 0 15px; }


.postContentDefault .navigation.paging-navigation 		{width:100%;}
.postContentDefault .navigation.paging-navigation h1		{display:none !important;}
.postContentDefault .navigation.paging-navigation a		{font-size: 17px;line-height: 1px; color: #f36e41; background: #66899b;  padding:22px 10px;  margin: 0 3px; }
.postContentDefault .navigation.paging-navigation span	{font-size: 18px;line-height: 20px; color: #f36e41; background: #b3d66f;  padding: 4px 10px;  margin: 0 3px; }
.postContentDefault .wp-pagenavi span.pages 				{background:#40A35F; color:#fff; font-size: 18px;line-height: 20px;  padding: 4px 10px;  margin: 0 5px 0 0; }
.postContentDefault .wp-pagenavi a						{font-size: 18px;line-height: 20px; color: #fff; background: #f36e41;  padding: 4px 10px;  margin: 0 3px;}
.postContentDefault .wp-pagenavi span.current 			{background:#b3d66f; color:#f36e41; font-size: 18px;line-height: 20px;  padding: 4px 10px;  margin: 0 5px 0 0;}
.search-form span.screen-reader-text {display:none;}

.postContentDefault table 									{font-size:18px; line-height:20px; width:100%;}
.postContentDefault table  th 								{font-weight:bold;}
.postContentDefault table td, .postContentDefault table th	{border:1px solid;}

.postContentDefault p img, .postContentDefault img		{max-width:100%; width:auto; height:auto;}
.postContentDefault iframe 								{ max-width:100%; min-height:250px;}

.navigation.paging-navigation a{
	display: inline-block;
	padding: 22px;
}

.navigation.paging-navigation{ text-align: center; }

.wp-pagenavi{ text-align: center; }

img.alignright{
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

body.page-template-default{ padding-top: 200px; }

/*========================================================================*/

header{
	width: 100%;
	background-color: rgba(241,90,33,0.78);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}

header .container{
	width: 100%;
	max-width: 1920px;
	padding: 30px 15px;
}

.logo{
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}

.header_nav ul{
	width: 100%;
	text-align: center;
	display: table;
}

.header_nav ul li{
	width: 13%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font: 400 17px 'HelvNeue-Black', helvetica;
	letter-spacing: 1px;
}

.header_nav ul li:last-child{ margin-right: 0; }

.header_nav ul li a{
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}

li.logo_space{
	min-width: 360px;
}

/*===========STICKY HEADER===========*/

header.stick{
	width: 100%;
	position: fixed;
	-webkit-animation: slide-down .7s;
	-moz-animation: slide-down .7s;
	-ms-animation: slide-down .7s;
	-o-animation: slide-down .7s;
	animation: slide-down .7s;
	z-index: 9999;	
}

header.stick .logo{
  margin-top: -315px;
}

header.stick li.logo_space{ display: none; }

@-webkit-keyframes slide-down{
    0% {
        opacity: 0;
        transform: translateY(-100%);
			transition: all .3s;
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
			transition: all .3s;
    } 
}

@-moz-keyframes slide-down{
    0% {
        opacity: 0;
        transform: translateY(-100%);
			transition: all .3s;
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
			transition: all .3s;
    } 
}

@-ms-keyframes slide-down{
    0% {
        opacity: 0;
        transform: translateY(-100%);
			transition: all .3s;
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
			transition: all .3s;
    } 
}

@-o-keyframes slide-down{
    0% {
        opacity: 0;
        transform: translateY(-100%);
			transition: all .3s;
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
			transition: all .3s;
    } 
}

@keyframes slide-down{
    0% {
        opacity: 0;
        transform: translateY(-100%);
			transition: all .3s;
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
			transition: all .3s;
    } 
}

/*============BANNER=============*/

.banner_img img{
	width: 100%;
	height: auto;
	max-height: 96vh;
	object-fit: cover;
	object-position: top center;
}

.banner_slider .slide{ position: relative; }

.banner_slider .slide .container{
	max-width: 1920px;
	width: 100%;
	display: block;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}

.banner_slider .slide h2{
	font: 900 236px/166px 'HelvNeue-Black', helvetica;
	color: #fff;
}

.banner_slider .slide h2 a{ color: #fff; text-decoration: none; }

.banner_slider .slick-dots{
	max-width: 1280px;
	margin: 0 auto;
	text-align: left;
	right: 0;
	bottom: 190px; 
	left: 0;
}

.banner_slider .slick-dots li button{
	border: 1px solid #fff;
	border-radius: 50%;
	position: relative;
	z-index: 10;
}

.banner_slider .slick-dots li.slick-active button{ background-color: #c3996b; }

.slick-dots li button:before{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	color: transparent;
	border: 2px solid #000;
	opacity: 0.4 !important;
	border-radius: 50%;
	filter: blur(2px);
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: -1;
}

/*========================*/

.container{
	max-width: 1280px;
	width: 100%;
}

.short_sec h3{
	font-size: 43px;
	letter-spacing: 2px;
}

.short_sec h4{
	font-size: 32px;
	color: #C49A6B;
}

.short_sec p{ line-height: 42px; }

.short_cont_form h6{
	color: #000;
	font-size: 20px;
	letter-spacing: 2px;
	margin-bottom: 5px;
}

.ph_email{ margin-bottom: 20px; }

.ph_email b{
	font-size: 31px;
	color: #C49A6B;
	font-family: 'HelvNeue-Black';
}

.ph_email a{
	font-size: 14px;
	color: #C49A6B;
	font-weight: 800;
	font-family: 'HelvNeue';
	text-decoration: none;
}

.short_cont_form form{ max-width: 250px; }

.short_cont_form .ip{
	display: block;
	width: 100%;
	height: 28px;
	border-radius: 8px;
	font-size: 10px;
	color: #000;
  background-color: #fff;
	margin-bottom: 10px;
}

.short_cont_form textarea{
	display: block;
	width: 100%;
	min-width: inherit;
	height: 115px;
	border-radius: 8px;
	font-size: 10px;
	color: #000;
  background-color: #fff;
	margin-bottom: 10px;
}

.short_cont_form .wpcf7-submit{
	border: 2px solid #C49A6B !important;
	color: #fff !important;
	min-width: 100px !important;
	padding: 10px !important;
	height: auto !important;
	background: #C49A6B !important;
}

/*===========ABOUT US SEC===========*/

.about_us_sec h2{
  font-size: 227px;
  text-align: left;
}

.about_us_sec h4{
  font-size: 32px;
  margin-bottom: 15px;
}

.blue_contact{ margin-top: 50px; }

.blue_contact .col_left img{
  min-height: 275px;
  object-fit: cover;
}

.blue_contact .short_cont_form{
  min-height: 275px;
  padding: 30px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00aeef+0,00aeef+99,000000+100&0.65+72,0.65+72,0+100 */
background: -moz-linear-gradient(left, rgba(0,174,239,1) 0%, rgba(0,174,239,0.65) 72%, rgba(0,174,239,0.02) 99%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,174,239,1) 0%,rgba(0,174,239,0.65) 72%,rgba(0,174,239,0.02) 99%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,174,239,1) 0%,rgba(0,174,239,0.65) 72%,rgba(0,174,239,0.02) 99%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a600aeef', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

.blue_contact .short_cont_form form{
  max-width: 500px;
  margin: 0 -8px;
  position: relative;
}

.blue_contact .short_cont_form form:before,
.blue_contact .short_cont_form form:after{ content: ""; display: table; }

.blue_contact .short_cont_form form:after{ clear: both; }

.short_cont_form .form_half{
  width: 50%;
  float: left;
  padding: 0 8px;
}

.blue_contact .short_cont_form .form_full .wpcf7-submit{
    position: absolute;
    bottom: 0;
    left: 100%;
}

.blue_contact .short_cont_form .form_full .ajax-loader{ position: absolute; }

.blue_contact .short_cont_form textarea{ height: 105px; margin-bottom: 0; }

.blue_contact .ph_email b,
.blue_contact .ph_email a{ color: #fff; }


.section_list .section .container{
  padding: 80px 15px;
}

.section_list .section {
  min-height: 100vh;
	background-position: right top !important;
}

.black_board{
  padding: 15px 30px 50px;
  background-color: rgba(0,0,0,0.7);
}

.black_board .list ul{
  list-style-type: none;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.black_board ul{ list-style-type: none; }

.black_board h3{
  font-size: 62px;
  margin-bottom: 10px;
}

.black_board ul li{
  font: 400 42px/46px 'HelvNeue-Black';
  color: #fff;
  margin-bottom: 20px;
}

.black_board h6{
  font-size: 27px;
  margin: 10px 0 20px;
}

.black_board .suppliers ul li{
  font-size: 30px;
  line-height: 40px;
}

.black_board ul li a{
  color: #fff;
  text-decoration: none;
}

.black_board ul li a:hover{ color: #FFEB3B; }

/*============FOOTER=============*/

footer{ background-color: #c49a6b; }

footer .container{ padding: 15px; }

ul.footer_links{ list-style-type: none; }

ul.footer_links li{
  font-weight: 700;
  font-size: 12px;
  line-height: 28px;
  color: #fff;
}

ul.footer_links li a{
  text-decoration: none;
  color: #fff;
}

footer .ph_email b{
  font-size: 65px;
  color: #fff;
}

footer .ph_email a{
  font-size: 31px;
  color: #fff;
}

footer p{
  font-size: 16px;
  color: #fff;
}

footer .col_middle{ padding-top: 50px; }
footer .col_right{ padding-top: 50px; }

/*=========TOOGLE MENU============*/

.toggle_menu{
	display: none;
	float: right;
	cursor: pointer;
}

.toggle_menu span{
	display: block;
	width: 30px;
	height: 4px;
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 6px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	transform-origin: center;
}

.toggle_menu span:last-child{ margin-bottom: 0; }

.toggle_menu.open span:first-child{
	transform: rotate(45deg);
	position: relative;
	top: 10px;
}

.toggle_menu.open span:nth-child(2){ opacity: 0; }

.toggle_menu.open span:last-child{
	transform: rotate(-45deg);
	position: relative;
	top: -10px;
}

.wpcf7 .wpcf7-form-control-wrap:last-child input{ margin-bottom: 0; }

.wpcf7:before,
.wpcf7:after{ content: ""; display: table; }

.wpcf7:after{ clear: both; }

wpcf7-not-valid-tip {display:none !important;}
.wpcf7-not-valid {border: 1px solid red !important;}
div.wpcf7-validation-errors {border: none !important; color: red !important;}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 12px;
    font-weight: normal;
    display: block; 
    line-height: normal;
}

div.wpcf7 .screen-reader-response {
    position: static;
    overflow: visible;
    height: auto;
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    color: #3ca036;
    font-size: 14px;
    font-weight: 700;
}
div.wpcf7 .screen-reader-response ul  {display:none !important;}
div.wpcf7 .screen-reader-response {margin-bottom:20px;    font-weight: 100; margin-top:10px;}