/*
 Theme Name:     Nucleare Child Theme
 Description:    Nucleare Child Theme
 Author:         Arcimedia Digital Agency
 Author URI:     http://www.arcimedia.co.uk
 Template:      nucleare
 Version:        1.0.0
*/
 
@import url("../nucleare/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
@font-face {
    font-family: 'maiandra_gdregular';
    src: url('fonts/maian-webfont.eot');
    src: url('fonts/maian-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/maian-webfont.woff2') format('woff2'),
         url('fonts/maian-webfont.woff') format('woff'),
         url('fonts/maian-webfont.ttf') format('truetype'),
         url('fonts/maian-webfont.svg#maiandra_gdregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body, button, input, select, textarea {
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
	line-height: 1.5;
}
.entry-header, .entry-content, .entry-footer, .entry-summary, .page-header, .page-content {
    padding: 1em 3em 0 3em;
}
.page-content, .entry-content, .entry-summary {
    margin: 0.5em 0 0;
}
.entry-page-title {
    padding-bottom: 0;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-family: 'maiandra_gdregular';
}
p{
	margin-bottom:0.8em;
}
.site-description{
	font-family: 'maiandra_gdregular';
	font-size: 16px;
	line-height: 1.6;
	text-transform: none;
	letter-spacing: auto;
}
.site {
    max-width: 1140px;
    margin: 1em auto 3em;
}
.content-area {
    float: left;
    width: 100%;
}
header.site-header {
    margin-bottom: 1em;
}
.desktop-only{
	display:inline;
}
.mobile-only{
	display:none;
}
#site-logo{
	width:23%;
	max-width:265px;
	float:left;
}
.site-title {
	font-size: 40px;
}
.site-branding{
	float:right;
	text-align:right;
	padding-top: 36px;
	width:73%;
}
.site-branding h2{
	line-height: 34px;
}
.theNavigationBar {
	position:static;
}
.fixed{
	position:fixed;
}	
.theNavigationBlock {
	overflow:hidden;
}
.main-navigation a{
	padding: 1em 1em;
	font-size: 16px;
	line-height: 1.6;
	text-transform: none;
}
.main-navigation ul li:hover > a, .main-navigation ul li.focus > a, .main-navigation li.current-menu-item > a, .main-navigation li.current-menu-parent > a, .main-navigation li.current-page-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_parent > a {
   background: rgb(223, 221, 208);
}
.smallPart, aside .tagcloud, .smallPart a, input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="password"], input[type="search"], textarea, .theNavigationSocial a, .sticky .entry-header::before, .menu-toggle {
    color: #777;
    background-color:rgb(223, 221, 208);
	border: 1px solid rgba(0,0,0,.2);
}
#search-full input[type="search"] {
    background: rgb(223, 221, 208);
    font-size: 125%;
    line-height: 1;
    border-radius: 0px;
    padding: 1em 5px;
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.3);
    box-shadow: none;
}
.slider-container{
	position:relative;
	width:100%;
}
.top-right-padding{
	float:right;
	width:30%;
	height:520px;
	display:inline;
}
.left-container{
	width:70%;
}
.content-left h1, .content-left h2, .content-left h3, .content-left h4, .content-left h5, .content-left h6 {
	clear:none;
}
.contact-container{
	position:absolute;
	top:20px;
	right:20px;
	width:330px;
	background:#b9b4a7;
	padding:2%;
	border:solid 1px #cccccc;
-webkit-box-shadow: 0px 6px 15px -4px rgba(69,69,69,0.61);
-moz-box-shadow: 0px 6px 15px -4px rgba(69,69,69,0.61);
box-shadow: 0px 6px 15px -4px rgba(69,69,69,0.61);
z-index: 99;
}
.wpcf7-form-control{ width: 100%; }
.wpcf7-captchac{
		width:100px;
}
#owl-services{
	border: 1px solid #cccccc;
	padding: 10px;
	margin:15px 0;
}
.logo-style{
	font-family: 'maiandra_gdregular';
	font-size:21px; 
	text-align: center; 
	color:#653819;
}
.logo-style-header{
	font-family: 'maiandra_gdregular';
	font-size:22px; 
	text-align: center; 
	color:#000000;
	line-height: 28px;
	margin-bottom: 15px;
	float: left;
}
.header-email{
	color:#000000;
}
 .footer-navigation {
	clear: both;
	display: block;
	float: left;
}

.footer-navigation ul {
	list-style: none;
	margin: 0;
}

.footer-navigation li {
	float: left;
	position: relative;
	background: #f9f9f9;
}

.footer-navigation ul ul li {
	box-shadow: 0px 0px 2px rgba(0,0,0,.05);
}

.footer-navigation li a:not(:last-child):after {
	content: "\f107";
	font-family: FontAwesome;
	margin: 0 0 0 4px;
	font-size: 10px;
}
.footer-navigation ul ul li a:not(:last-child):after {
	content: "\f105";
	margin: 2px 0 0 4px;
	float: right;
}

.footer-navigation a {
	display: block;
	text-decoration: none;
	padding: 1em 1.1em;
	font-size: 17px;
	line-height: 1.6;
	text-transform: none;
	letter-spacing: 1px;
	-o-transition: color .3s ease-in-out, background .3s ease-in-out;
	-moz-transition: color .3s ease-in-out, background .3s ease-in-out;
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
}

.footer-navigation ul ul {
	float: left;
	position: absolute;
	top: 59px;
	left: auto;
	z-index: 99999;
	visibility:hidden;
	opacity:0;
	transition:visibility 0s linear 0.2s,opacity 0.2s linear, transform 0.2s linear;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

.footer-navigation div > ul > li > ul {
	padding-top: 15px;
}

.footer-navigation div > ul > li > ul > li:first-child {
	border-top: 2px solid #7fc7af;
}

.footer-navigation div > ul > li > ul::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 30px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: transparent;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #7fc7af;
}

.footer-navigation div > ul > li > ul::after {
	content: "";
	position: absolute;
	top: 10px;
	left: 33px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: transparent;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #7fc7af;
}

.footer-navigation ul ul ul {
	left: 100%;
	top: 0;
	visibility:hidden;
	opacity:0;
	transition:visibility 0s linear 0.2s,opacity 0.2s linear, transform 0.2s linear;
	-webkit-transform: translate3d(20px,0,0);
	transform: translate3d(20px,0,0);
}

.footer-navigation ul ul a {
	width: 230px;
	padding: 1em 1.5em;
}

.footer-navigation ul li:hover > ul, .footer-navigation ul li:focus > ul, .footer-navigation ul li:active > ul, .footer-navigation ul li.focus > ul {
	visibility:visible;
	opacity:1;
	transition-delay:0s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.footer-navigation ul ul li:hover > ul, .footer-navigation ul ul li:focus > ul, .footer-navigation ul ul li:active > ul, .footer-navigation ul ul li.focus > ul  {
	visibility:visible;
	opacity:1;
	transition-delay:0s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.footer-navigation ul li:hover > a, 
.footer-navigation ul li.focus > a, 
.footer-navigation li.current-menu-item > a, 
.footer-navigation li.current-menu-parent > a, 
.footer-navigation li.current-page-ancestor > a,
.footer-navigation .current_page_item > a, 
.footer-navigation .current_page_parent > a {
	 background: rgb(223, 221, 208);
	color: #5e5e5e;
}

/* ------------- Responsive ----------- */

@media all and (max-width: 1100px) { /* If device width is less than or equal to */
	.main-navigation a, .footer-navigation a {
		padding: 1em 0.8em;
		font-size: 15px;
	}
	.top-right-padding{
		width:34%;
	}
	.left-container{
		width:62%;
	}
}
@media all and (max-width: 990px) { /* If device width is less than or equal to */
	.main-navigation a, .footer-navigation a {
		padding: 1em 0.5em;
		font-size: 15px;
	}
	.top-right-padding{
		width:38%;
	}
	.left-container{
		width:55%;
	}
}
@media all and (max-width: 782px) { /* If device width is less than or equal to */
	.entry-header, .entry-content, .entry-footer, .entry-summary, .page-header, .page-content {
		padding: 1em 1em 0 1em;
	}
	.contact-container{
		position:static;
		top:auto;
		right:auto;
		width:100%;
		background:#ffffff;
		padding:2%;
		margin-bottom: 20px;
	}
	.desktop-only{
	display:none;
	}
	.mobile-only{
		display:block;
	}
	#site-logo {
		float:none;
		margin:auto;
		width:100%;
	}
	.logo-style-header{
		text-align: center;
		float:none;
	}
	.site-branding{
		float:none;
		text-align:center;
		padding-top:8px;
		width:100%;
	}
	.top-right-padding{
		display:none;
	}
	.left-container{
		width:100%;
	}
	.header-email{
		font-size:14px;
	}
	.theNavigationSocial {
		position: static;
	}
	.footer-navigation li {
		width:100%;
	}
	.footer-navigation a {
		padding: 0.5em 0.7em;
	}
}