/*



 Theme Name:   Twenty Fourteen Child



 Theme URI:    http://example.com/twenty-fourteen-child/



 Description:  Twenty Fourteen Child Theme



 Author:       John Doe



 Author URI:   http://example.com



 Template:     twentyfourteen



 Version:      1.0.0



 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready



 Text Domain:  twenty-fourteen-child



*/











/* =Theme customization starts here



-------------------------------------------------------------- */







html,body,ul,li{



	margin: 0;



	padding: 0;



	font-family: 'Roboto Slab', serif;



	list-style: none;



}







.container{



	position: relative;



	width: 960px;



	height: auto;



}







.call-us{



	display: block;



	text-align: right;



	color: #51270d;



	font-size: 20px;



	font-family: 'Roboto Slab', serif;



	font-weight: 700;



	margin-top: 15px;



}







.phone{



	color: #51270d;



	text-align: right;



	font-size: 16px;



}



.phone a{

	color: #51270d;

}







.full-width{



	position: relative;



	display: block;



	width: 100%;



}







.brown{



	background: #51270d;



}







.wetnose-menu{



	position: relative;



	display: block;



	text-decoration: none;



	list-style: none;



	text-align: center;



	padding: 0;



	margin: 0;



}







.wetnose-menu li{



	position: relative;



	display: inline-block;



	margin-right: 95px;



}







.wetnose-menu li:last-child{



	margin-right: 0;



}







.wetnose-menu a{



	display: block;



	padding: 13px 0 7px 0;



	border-bottom: solid 6px transparent;



	font-size: 18px;



	color: #fff;



}





.wetnose-menu li:hover a,.wetnose-menu li.current_page_item a{

	text-decoration: none;

	border-bottom: solid 6px #fdc300;

}





.homebanner{



	position: relative;



	display: block;



	width: 100%;



	background: url(images/banner.jpg) no-repeat center center;



	background-size: cover;



	height: 569px;



	margin-bottom: 50px;



}







.bannertext{



	position: absolute;



	display: flex;



	justify-content: center;



	align-items: center;



	width: 100%;



	height: 133px;



	background: rgba(255,255,255,0.5);



	bottom: 90px;



	text-align: center;



	color: #22130a;



	font-size: 28px;



	font-weight: 700;



}





/** home **/



.homesection a{

	display: block;

	padding: 5px 0;

	color: #000;

	text-decoration: none;

	text-align: center;

	font-size: 18px;

	font-weight: 700;

	text-transform: uppercase;

}





.homesection a small{

	font-size: 20px;

}





img.yellow{

	border-top: solid 6px #f6c21e;

	margin: 0 auto;

}



.homedesc p{

	font-size: 14px;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	color: #22130a;

	margin-bottom: 44px;

}



/** footer **/







.footer{



	color: #fff;

	font-family: 'Roboto Slab', serif;
	font-size: 14px;

}







.footer a{



	display: block;



	color: #fcce39;



	margin-top: 15px;



}







.footer .col-md-4,.footer .col-md-3,.footer .col-md-5{



	border-right: solid 1px #fff;



	height: 100px;

	margin-bottom: 0px;



}







.footer .col-md-4:last-child{



	border-right: 0;



}







ul.social-media{



	position: relative;



	text-align: left;



}







ul.social-media li{



	display: inline-block;



	margin-right: 12px;



}







ul.social-media a{



	display: block;



	width: 32px;



	height: 32px;



	background: url(images/social.png);



}







ul.social-media a.fb{



	background-position: 0 0;



}







ul.social-media a.yt{



	background-position: -44px 0;



}







p.join{



	font-size: 12px;



	font-weight: 700;



}







.footer ul.menu{



	position: relative;



	display: block;



}







.footer ul.menu li{

	display: block;

	width: 45%;

	margin-right: 15%;

	float: left;

	line-height: 2;



}





.footer ul.menu li:nth-child(even){

	width: 40%;

	margin-right: 0;

}





.footer ul.menu a{



	font-size: 14px;



	color: #fff;



	margin: 0;



}



.footer ul.menu li:hover a{

	color: #fcce39;

	text-decoration: none;

}





.footer ul.menu li:last-child a{



	color: #fcce39;



}







.footer ul.menu li:last-child a:after{



	content: " \00BB";



}



h1.page-title{

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size: 36px;

	font-weight: bold;

	margin: 0;

	padding: 0;

	margin-bottom: 23px;

}



article p{

	font-size: 16px;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	line-height: 1.5;

	text-decoration: none !important;

}



article a{

	color: #51270d;
	text-decoration: none !important;

}



article a:hover{

	color: #fcce39 !important;
	text-decoration: none !important;

}

article a:active,article a:visited{

	color: #51270d;

	text-decoration: none !important;

}



article ul li{

	list-style-type: disc !important;

	margin-left: 15px;

	margin-bottom: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;

}



article h3 a{

	color: #000;

	text-decoration: none;

}



article h3 a:hover{

	text-decoration: none;

}





/** mobile menu **/



.mobile{

	position: relative;

	display: none;

}



.mobile a.toggle-menu{

	display: inline-block;

	font-size: 30px;

	color: #51270d;

	background: #fff;

}



.mobile ul{

	position: relative;

	display: none;

}



.mobile ul li{

	position: relative;

	display: block;

	padding: 10px 15px;

	border-top: solid 1px #A35322;

	border-bottom: solid 1px #1D0E05;

}



.mobile ul li:first-child{

	border-top: 0;

}



.mobile ul li:last-child{

	border-bottom: 0;

}



.mobile ul a{

	color: #fff;

	font-size: 16px;

}

.alignleft{
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}

.alignright{
	float: left;
	padding-left: 15px;
	padding-bottom: 15px;
}



/***** BLOG ******/

h3.post-title{
	margin-bottom: 15px;
}

h3.post-title a{
	color: #51270d;
	font-size: 26px;
}


h3.post-title a:hover{
	text-decoration: none;
	color: #fcce39;
}

p.post-details{
	font-size: 13px;
	margin-bottom: 18px;
}

article a.more-link{
	display: block;
	margin-top: 30px;
	font-size: 13px;
}

/****** END BLOG ******/



/** sidebar **/
h4.panel-title{
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
}

.panel-default>.panel-heading,.panel-body{
	padding: 10px 5px;
}

.panel-default{
	border-color: transparent;
}

.panel-default>.panel-heading{
	background-color: transparent;
}

.panel{
	background-color: transparent;
	box-shadow: none;
	border: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group{
	border-top: 0;
}

.panel-default>.panel-heading{
	border-top: solid 1px #d5d3cb;
}

.panel-body ul{
	list-style: none;
	font-size: 15px;
}

.panel-body ul p{
	margin-bottom: 5px;
	color: #222222;
}

.panel-body ul li{
	margin-bottom: 25px;
}

.panel-title>a{
	text-decoration: none;
}

.panel-title>a:hover{
	text-decoration: none;
}

ul.tags{
	display: block;
}

ul.tags li{
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}

ul.tags a{
	color: #222;
	text-decoration: none;
}

ul.tags li:hover a{
	color: #4579a0;
	text-decoration: none;
}

p.post-info{
	font-size: 12px;
}

p.post-title{
	font-size: 14px !important;
}

p.post-title a{
	color: #51270d !important;
}

p.post-title a:hover{
	color: #fcce39 !important;
	text-decoration: none !important;
}

.footer-mobile{
	display: none;
}


a.toggle-menu{
	display: none;
}

ul.wetnose-mobile{
	display: none;
}

.padding-desktop{
	display: block;
	height: 25px;
}

img.logos{
	float: right;
}

/**** SIDEBAR *****/


@media(max-width: 960px){



	.container{



		width: 100%;



	}



	.wetnose-menu{

		display: none;

	}



	.mobile{

		display: block;

	}



	.container-menu{

		padding: 0;

	}



}



@media(max-width: 736px){

	.container-menu{
		padding: 15px;
	}

	.footer .col-md-4, .footer .col-md-3, .footer .col-md-5{

		border: 0;

	}



	.homebanner{

		height: 300px !important;

	}



	.header-container{

		text-align: center;

	}



	.header-container .logo{

		margin: 0 auto !important;
		max-width: 160px;

	}



	.call-us, .phone{

		text-align: center;
		display: none;
	}



	.bannertext{

		height: 100px;

		bottom: 50px;

		font-size: 18px;

	}



	.footer .col-md-4, .footer .col-md-3, .footer .col-md-5{

		height: auto;

		margin-bottom: 15px;

	}

	.mobile{
		position: absolute;
		top:15px;
	}

	.mobile a.toggle-menu{
		float: left;
		font-size: 20px;
	}

	a.toggle-menu{
		position: absolute;
		top: 20px;
		font-size: 30px;
		color: #000;
		left: 15px;
		z-index: 100;
		display: block;
	}

	ul.wetnose-mobile{
		position: absolute;
		display: none;
		width: calc(100% - 30px);
		background: #fff;
		top: 60px;
		z-index: 100;
	}


	ul.wetnose-mobile a{
		display: block;
		padding: 15px;
		text-align: left;
		color: #000;
	}

	ul.wetnose-mobile li:last-child{
		display: none;
	}


	.footer-desktop{
		display: none;

	}

	.footer-mobile{
		display: block;
		text-align: center;
	}

	.footer-mobile a{
		margin-top: 5px;
	}

	.padding-desktop{
		display: none;
	}

	img.logos{
		position: relative;
		display: block;
		margin: 0 auto;
		float: none;
	}
}



@media(max-width: 320px){

	.homebanner{

		height: 200px !important;

	}



	.bannertext{

		height: 70px;

		bottom: 40px;

		font-size: 14px;

	}

}