body {
	margin: 0;
	padding: 0;
	font-family: 'Muli', sans-serif;
	font-size: 14px;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2, h3 {
	text-transform: uppercase;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit
}

p {
	line-height: 180%;
}

input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]):not([type=button]) {
	font-size: 15px;
    min-height: 40px;
    padding: 5px 14px;
    border-radius: 3px;
	    width: 100%;
    border: 1px solid #818a91;
    background-color: transparent;
    color: #373a3c;
    vertical-align: middle;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

input[type="button"], input[type="submit"], input[type="reset"] {
	font-size: 1em;
    width: auto;
    margin: 0 16px 0 0;
	display: inline-block;
    line-height: 1;
    background-color: #818a91;
    color: #fff;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
	border: none;
}

.elementor-button-wrapper a {
	border-radius: 0 !important;
	background-color: #BED430;
}

.social_menu_icon {
	background-color: #67B2E8;
	margin: 0 10px 0 0;
}

.social_menu li:last-child .social_menu_icon {
	margin: 0;
}

.social_menu_icon-facebook {
	background-color: #3b5998;
}

.social_menu_icon-twitter {
	background-color: #00aced;
}

.social_menu_icon-google-plus {
	background-color: #dd4b39;
}

.social_menu_icon-youtube {
	background-color: #bb0000;
}

.wrapper {
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}

.header {
	background-image: url(../images/header-bg.jpg);
	background-position: center center;
	color: #fff;
	overflow: hidden;
}

.header .phone a {
	color: inherit;
}

.header .wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .logo {
	height: 84px;
	width: 151px;
	margin: 30px 30px 30px 0;
}

.contact {
	text-align: right;
	background-color: #1A1A1A;
}

.header .contact {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	position: relative;
	flex-direction: column;
	width: 385px;
	height: 144px;
}

.header .contact > * {
	position: relative;
	z-index: 2;
}

.header .contact:before {
	content: '';
	display: block;
	background-image: url('../images/header-transition.jpg');
	background-repeat: no-repeat;
	position: absolute;
	left: -115px;
	top: 0;
	width: 137px;
	height: 200px;
	z-index: 1;
}

.contact .login {
	margin-bottom: 20px;
}

.contact .login a {
	background-color: #BED430;
	color: #fff;
	padding: 5px 15px;
	margin: 0 0 0 10px;
	text-transform: uppercase;
	font-size: 85%;
}

.contact .phone {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.header-menu {
	width: 100%;
	font-family: 'Muli', sans-serif;
	font-weight: bold;
	margin: 30px 0 30px 0;
}

.main-section {
	width: 60%;
	float: left;
}

.sidebar-section {
	float: left;
	width: 40%;
	padding: 30px 0 30px 30px;
	box-sizing: border-box;
}

.page-title {
	position: relative;
	background-image: url('../images/page-title.jpg');
	background-position: center center;
	background-size: cover;
}

.page-title:before {
	content: '';
	display: block;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.page-title h1 {
	margin: 0;
	padding: 25px 0;
	line-height: 50px;
	font-size: 35px;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 5px #333;
	position: relative;
	z-index: 10;
}

.page:after {
	content: '';
	display: block;
	clear: both;
}

.wp-post-image {
	width: 100%;
	height: auto;
	display: block;
}

.post-meta {
	border-top: 1px solid #ccc;
	margin: 0 0 20px 0;
	padding: 5px 0;
	overflow: hidden;
	font-size: 90%;
}

.post-meta .published {
	float: left;
}

.post-meta .categories {
	float: right;
	text-transform: uppercase;
}

.posts {
	overflow: hidden;
	margin: 25px -15px;
}

.post {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 15px;
}

.post-inner {
	box-shadow: 0 0 5px #aaa;
}

.post .content {
	padding: 10px;
}

.post .post-meta {
	margin: 0;
	padding: 10px 0 0 0;
}

.post h2 {
	margin: 0 0 10px 0;
	font-size: 18px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}

.post .excerpt {
	line-height: 18px;
	height: 72px;
	overflow: hidden;
	margin: 0 0 10px 0;
}

.post .excerpt p {
	margin: 0;
}

.footer {
	background-color: #1A1A1A;
	color: #fff;
	overflow: hidden;
	padding: 25px 0;
}

.footer hr {
	border: none;
	border-top: 1px solid #fff;
	margin: 20px auto;
	max-width: 1200px;
}

.footer a {
	color: inherit;
}

.footer .wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

@media(max-width: 1200px){
	.header {
		background: none;
	}
	.header .wrapper {
		display: block;
		text-align: center;
	}
	
	.header .logo {
		margin: 20px auto 0 auto;
	}
	
	.header-menu {
		display: inline-block;
		width: auto;
	}
	
	.header .contact:before {
		display: none;
	}
	
	.header .contact {
		width: auto;
		height: auto;
		padding: 20px;
		margin: 0 -20px;
		align-items: center;
	}
	
	.footer .wrapper {
		display: block;
	}
	
	.social-media {
		text-align: center;
		margin-bottom: 20px;
	}
	
	.contact {
		text-align: center;
	}
}