/*
Theme Name: Aditea
Theme URI: 
Author: 
Author URI:
Version: 1.0
*/

img{display:block}, button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline: transparent dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}
html,
body {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
body {
	font-family: 'Alegreya Sans', Arial, sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #2a3437;
	font-size: 18px;
	letter-spacing: normal;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
figcaption {
	font-size: 18px;
}
.row {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
	display: block;
}
header {
	width: 100%;
	float: left;
	z-index: 400;
	position: absolute;
}
body#logged header {
	top: 32px;
}
header .row {
	position: relative;
}
header .logo {
	width: 245px;
	position: relative;
	z-index: 100;
	float: left;
}
header .contact-info {
	position: absolute;
	right: 0;
	top: 10px;
}
header .contact-info a.icon {
	color: #2A3437;
	font-size: 16px;
	padding: 5px 0 5px 22px;
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: 15px;
	background-size: auto 15px;
}
header .contact-info a.icon:hover {
	text-decoration: underline;
}
header .contact-info a.icon.phone {
	background-image: url('img/icon-phone.svg');
}
header .contact-info a.icon.email {
	background-image: url('img/icon-email.svg');
}
a {
	text-decoration: none;
}
header .slogan {
	top: 40px;
	position: absolute;
	left: 280px;
	font-weight: 400;
	font-size: 58px;
}
header .main-menu {
	background-image: url('img/menu-line.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	width: calc(100% - 260px);
	float: right;
	margin-top: 120px;
}
body#logged header .main-menu {
	top: 95px;
}
header .main-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
header .main-menu li {
	margin-right: 10px;
	display: inline-table;
	position: relative;
	padding-bottom: 20px;
}
header .main-menu li a {
	color: #fff;
	font-size: 27px;
	font-weight: 300;
	padding: 5px;
	border: 2px solid transparent;
	border-radius: 5px;
	letter-spacing: -1px;
}
header .main-menu li:hover > a, header .main-menu li.current-menu-item > a, header .main-menu li.current-page-ancestor > a, header .main-menu li.current-menu-parent > a {
	border-color: #df6902;
	color: #df6902;
}
header .main-menu ul ul {
	width: 250px;
	background: #df6902;
	position: absolute;
	top: 45px;
	left: -17px;
	z-index: 100;
	padding: 15px 20px;
	text-align: left;
	display: none;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
header .main-menu ul ul li {
	display: block;
	padding-bottom: 0;
	margin: 5px 0;
}
header .main-menu ul ul li a {
	font-size: 22px;
	color: #fff;
	display: inline-block;
}
header .main-menu ul ul li a:hover, header .main-menu ul ul li.current-menu-item > a {
	color: #fff;
	border-color: #fff;
}
header .main-menu ul li:hover > ul {
	display: block;
}
.main-box {
	background-image: url('img/bg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	height: 530px;
	background-size: cover;
	position: relative;
}
.main-box.in-page {
	height: 360px;
}
a.button {
	padding: 10px 15px;
	border-radius: 5px;
	color: #fff;
	border: 2px solid #DF6902;
	font-size: 28px;
	font-weight: 700;
	display: table;
	background: #DF6902;
}
a.button.center {
	margin: 0 auto;
	
}
a.button:hover {
	color: #DF6902;
	background: none;
	
}
section {
	float: left;
	width: 100%;
}
.motto {
	margin-top: 280px;
	float: right;
	width: calc(100% - 260px);
}
.main-box .row {
	position: relative;
}
.motto h1 {
	margin: 0 0 20px;
	color: #fff;
	font-size: 48px;
	font-weight: 300;
	line-height: 105%;
}
.motto h1 strong {
	font-weight: 400;
}
.motto p {
	color: #fff;
	font-size: 28px;
	font-weight: 500;
	text-align: right;
    margin: 0;
	
}
header .menu-show {
	position: absolute;
	right: 20px;
	top: 25px;
	display: none;
	width: 35px;
	font-size: 0;
	height: 28px;
	padding-top: 55px;
	z-index: 15;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 300ms linear;
	-moz-transition:300ms linear;
	-ms-transition: 300ms linear;
	-o-transition: 300ms linear;
	transition: 300ms linear;
	cursor: pointer;
	text-transform: uppercase;
}
header .menu-show span {
	position: absolute;
	left: 0;
	display: block;
	width: 35px;
	height: 3px;
	background: #000;
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
header .menu-show span:nth-child(1) {
	top: 23px;
}
header .menu-show span:nth-child(2),
header .menu-show span:nth-child(3) {
	top: 32px;
}
header .menu-show span:nth-child(4) {
	top: 41px;
}
.open-mobile header .menu-show span:nth-child(1) {
	top: 23px;
	left: 50%;
	width: 0%;
}
.open-mobile header .menu-show span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 31px;
}
.open-mobile header .menu-show span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 31px;
}
.open-mobile header .menu-show span:nth-child(4) {
	top: 20px;
	left: 50%;
	width: 0%;
}
.open-mobile header .main-menu {
	background: #DF6902;
	position: absolute;
	top: 100px !important;
	width: 100%;
	height: calc(100vh - 96px);
	z-index: 100;
	overflow-y: auto;
	left: 0;
	margin: 0;
	padding: 60px 0 0 0;
	display: block;
	-webkit-overflow-scrolling: touch;
}
.open-mobile header .main-menu ul {
	display: block;
	width: 100%;
}
.open-mobile header .main-menu ul ul {
	background: none;
	position: static;
	box-shadow: none;
	padding: 0;
	text-align: center;
}
.open-mobile header .main-menu ul li {
	width: 100%;
	margin: 5px 0 !important;
	text-align: center;
	padding-bottom: 0;
}
.open-mobile header .main-menu ul li a {

}
.entry {
	font-size: 20px;
	min-height: 450px;
	font-weight: 400;
}
.entry p a {
	color: #DF6902;
}
section.content {
	padding: 40px 0;
}
.entry h1 {
	font-size: 46px;
	margin: 0 0 15px;
	font-weight: 400;
}
.our-services {
	background-image: url('img/services-line.png');
	background-position: center top;
	background-repeat: no-repeat;
	padding: 20px 0;
	margin-top: 30px;
	float: left;
	width: 100%;
}
.our-services h2 {
	text-align: center;
	font-size: 50px;
	color: #df6902;
	font-weight: 500;
	margin: 0;
}
.our-services .list {
	margin-top: 30px;
}
.our-services .list .item {
	background-image: url('img/item-arrow.png');
	background-position: calc(100% - 10px) 10px;
	background-repeat: no-repeat;
	background-color: #FAA74A;
	position: relative;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	padding: 15px;
	color: #fff;
	float: left;
	width: calc(50% - 15px);
	margin: 0 30px 15px 0;
}
.our-services .list .item:nth-child(2n+0) {
	margin-right: 0;
}
.our-services .list .item h3 {
	margin: 0 0 5px;
	text-decoration: underline;
	font-weight: 400;
	font-size: 40px;
}
.our-services .list .item p {
	margin: 0;
}
a.link {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}
.our-services .list .item:nth-child(2) {
	background-color: #F7941D;
}
.our-services .list .item:nth-child(3) {
	background-color: #F7941D;
}
.our-services .list .item:nth-child(4) {
	background-color: #FAA74A;
}
.our-services .list .item:nth-child(5) {
	background-color: #FAA74A;
}
.our-services .list .item:nth-child(6) {
	background-color: #F7941D;
}
.our-services .list .item:nth-child(7) {
	background-color: #F7941D;
}
.our-services .list .item:nth-child(8) {
	background-color: #FAA74A;
}
.our-services .list .item:nth-child(9) {
	background-color: #FAA74A;
}
.our-services .list .item:nth-child(10) {
	background-color: #F7941D;
}
.our-services .list .item:hover {
	opacity: 0.9;
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
}
.our-services .list .item:hover {
	background-position: calc(100% - 5px) 10px;
}
.half {
	float: left;
	width: 50%;
}
.half.right {
	text-align: right;
}
.entry hr {
	background-image: url('img/services-line.png');
	background-position: center top;
	background-repeat: no-repeat;
	padding: 10px 0;
    margin: 10px 10px 10px 10px;
	border: 0;
	display: block;
	width: 100%;
}


footer {
	float: left;
	width: 100%;
	font-size: 22px;
}
footer .top {
	background-image: url('img/bg.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	float: left;
	width: 100%;
	padding: 30px 0;
	position: relative;
}
footer .top:after {
	background: #000;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: '';
	z-index: 1;
}
footer .top .row {
	position: relative;
	z-index: 10;
}
footer .col {
	float: left;
	width: 25%;
	padding-right: 20px;
}
footer .col .title {
	font-size: 22px;
	margin-bottom: 10px;
}
footer .col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer .col ul li {
	margin-bottom: 7px;
}
footer .col ul li a {
	color: #fff;
}
footer .col ul li a:hover {
	color: #DF6902;
}
footer .col p {
	margin-bottom: 15px;
	line-height: 135%;
}
footer .bottom {
	float: left;
	width: 100%;
	color: #000;
	padding: 5px 0;
	font-size: 18px;
	font-weight: 400;
	background: #fff;
}
footer .bottom a {
	color: #000;
	font-weight: 700;
}
footer .bottom a:hover {
	text-decoration: underline;
}
.clear {clear: both;}
.only-mobile {display: none;}



@media (max-width: 980px) {
	header .main-menu ul, header .slogan, footer .socials {display: none;}
	header .menu-show {display: block;}
	.our-services .list .item {padding-right: 45px;}
	.our-services .list .item h3 {font-size: 30px;}
	.main-box {height: auto; padding-bottom: 50px;}
	.motto {margin-top: 150px; width: 100%; text-align: center;}
	.motto p {margin-bottom: 25px; text-align: center;}
	.main-box a.button {margin: 0 auto;}
	footer .col {width: 50%;}
	footer .col:nth-child(1), .half {width: 100%;}
	footer, .half.right {text-align: center;}
	footer .half {margin: 10px 0;}
	header .contact-info {margin-right: 20px;}
	header .logo img {width: 145px; margin-left: -20px;}
}
@media (max-width: 670px) {
	.our-services .list .item {width: 100%; margin-right: 0;}
	footer .col {width: 100%; margin: 10px 0;}
	.motto h1, .entry h1 {font-size: 38px;}
	
}
@media (max-width: 480px) {
	header .contact-info a.icon.email {display: none;}
	.our-services .list .item h3 {font-size: 24px;}
	
	
	
}


