@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700,800,900');

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

/*.slide{
	background: url('images/slide-background-01.jpg') no-repeat center;
	background-size: 100%;
	

	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}*/
.logo{
	margin: -25px 0px;
	width: 100%;
}
a{
	float: left;
}
h2.title{
	font-size: 32px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
}
h2{
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
h3{
	display: flex;
	float:left;
	font-size: 16px;
	height: 40px;
	font-weight: 700;
	margin: 0px; padding: 15px;
	text-transform: uppercase;
}
.socmed{
	display: flex;
	float: left;
	margin: 0px; padding: 0px;
}
.socmed li{
	float: left;
	list-style: none;
	margin: 0px; padding: 5px;
	font-size: 16px;
	color: #aaa;
}
.socmed li a i{
	font-size: 20px;
	color: #aaa;
	border: 1px solid #ccc;
	border-radius: 50%;
	padding: 10px;
	width: 40px; height: 40px;
}

p{
	text-align: center;
	font-size: 15px;
	color: #aaa;
	font-weight: 300;
}
nav{
	position: relative;
	float: left;
	background: #fff;
	width: 100%;
	padding: 0px;
}
.menu{
	padding: 0px; 
	margin: 0px;
	margin-left: 20px;
}
.menu li {
	float: left;
	list-style: none;
	margin: 0px;
	margin-left: 20px;
}
.menu li a{
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px 15px;
	color: #AAAAAA;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
}
.menu li a:hover{
	color: #111;
	border-bottom: 5px solid #111;
	text-decoration: none;
}
.menu li.current_page_item a{
	color: #111;
	border-bottom: 5px solid #111;
}

.textbox{
	border: 1px solid #e9e9e9;
	padding: 10px;
	margin: 10px 0px;
	font-size: 15px;
	width: 100%;
	color: #888;
	font-weight: 300;
}
.button{
	background: #333;
	color: #fff;
	font-weight: 600;
	border: 0px solid #e9e9e9;
	padding: 15px;
	font-size: 12px;
	width: 100%;
	height: 60px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 10px 0px;
}
.row, 
.col-8, .col-4,
.col-md-8, .col-md-4,
.col-md-7, .col-md-3{
	padding: 0px; margin: 0px;
}
@media only screen and (min-width: 800px) {
    .row, 
	.col-8, .col-4,
	.col-md-8, .col-md-4,
	.col-md-7, .col-md-3{
		display: flex;
	}
}

.slide{
	background: #111;
	text-align: center;
}
.slide img{
	width: 100%;
	max-width: 1200px;
}
.container{
	width: 100%;
	max-width: 1200px;
	padding: 40px 10px;
}
.post-content p{
	font-size: 18px;
	line-height: 28px;
}
.post-content h4{
	font-size: 22px;
	text-align: center;
	color: #666;
	font-weight: 300;
	margin-bottom: 20px;
}
.thumb{
	width: 100%;
}

.row{
	margin: 20px 0px;
}
.footer{
	background:#333;
	padding: 20px;
	color: #fff;
	font-weight: 300;
	font-size: 14px;
}

#wpcf7-f5-p8-o1{
	position: relative;
	border: 1px solid #fff;
	margin: 20px 0;
}
#wpcf7-f5-p8-o1 p{
	color: #666;
	text-align: left;
}
#wpcf7-f5-p8-o1 .wpcf7-text, 
#wpcf7-f5-p8-o1 .wpcf7-select, 
#wpcf7-f5-p8-o1 .wpcf7-textarea{
    border: 1px solid #e9e9e9;
	padding: 8px;
	margin: 5px 0px;
	font-size: 15px;
	width: 100%;
	color: #aaa;
	font-weight: 300;
}


#wpcf7-f5-p8-o1 .wpcf7-textarea{
    height: 150px;
}

#wpcf7-f5-p8-o1 .wpcf7-submit{
    background: #333;
	color: #fff;
	font-weight: 600;
	border: 0px solid #e9e9e9;
	padding: 15px 35px;
	font-size: 12px;
	height: 60px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 10px 0px;
}


footer > .wpcf7{
	padding: 0px; margin: 0px;
}
footer > .wpcf7  .wpcf7-text{
    border: 1px solid #e9e9e9;
	padding: 15px;
	margin: 12px 0px;
	font-size: 15px;
	width: 100%;
	color: #aaa;
	font-weight: 300;
}