/*
Theme Name: Alar Ecology
Author: Stuart Magog
Author URI: stuartmagog.co.uk
Version: 1.0
*/
/* -----------------------------------
Basic rules
----------------------------------- */
body{
	font-family: 'Roboto', sans-serif;
	padding:30px 0 0;
	color:#555;
}
.highlight{
	color:#626c9c;
}
h2{
	font-size:1em;
	font-weight:500;
	margin:0 0 0.6em;
	color:#626c9c;
}
h3{
	font-size:1em;
	font-weight:500;
	margin:0 0 0.6em;
	color:#555;
}
h4{
	font-size:0.9em;
	font-weight:500;
	margin:0 0 0.4em;
	color:#626c9c;
}
h5{
	font-size:0.9em;
	font-weight:700;
	margin:0 0 0.4em;
	color:#626c9c;
	text-transform:uppercase;
}
h6{
	font-size:0.9em;
	font-weight:700;
	margin:0 0 0.4em;
	color:#98bd49;
	text-transform:uppercase;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	text-decoration:none;
	color:#555;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
	text-decoration:underline;
}
.intro h1{
	font-size:0.9em;
	font-weight:300;
	line-height:1.4;
	margin:0 0 2em;
}
.pagetitle h1{
	font-size:1.4em;
	font-weight:300;
	line-height:1.1;
	margin:1em 0;
}
p + h2, p + h3, p + h4, p + h5, p + h6, h5 + h6, h4 + h5, h3 + h4, h2 + h3{
	margin-top:2em;
}
p, li{
	font-size:0.9em;
	font-weight:300;
}
p{
	margin:0 0 1em;
	line-height:1.5;
}
ul, ol{
	padding-left:0;
	margin-left:15px;
}
img{
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
	border:0;
}
a{
	color:#78a120;
	outline:0 !important;
}
a:hover{
	color:#626c9c;
	text-decoration:underline;
}
a:active{
	color:#626c9c;
}
/* -----------------------------------
Layout
----------------------------------- */
.container{
	min-width:240px;
	max-width:1000px;
	margin:0 auto;
	padding:0 20px;
}
.row{
	clear:both;
}
.intro{
	padding:20px 0 0;
	clear:left;
	overflow:hidden;
}
.page{
}
#sidebar{
	margin:38px 0 0;
	clear:left;
	overflow:hidden;
}
/* -----------------------------------
Header
----------------------------------- */
#header{
	width:100%;
	position:relative;
	clear:both;
	overflow:hidden;
	padding:0 0 30px;
	text-align:center;
}
#header #logo{
	width:240px;
	height:77px;
	background:url(assets/img/north-and-co.png) top left no-repeat;
	background:url(assets/img/alar-ecology.png) top left no-repeat;
	background-size:cover;
	margin:0 auto;
}
#header #contact{
	padding:2px 0 0;
}
p.heading{
}
#contact p{
	font-size:0.875em;
	font-weight:300;
	margin:0;
}
#header .highlight{
	font-weight:700;
	color:#98bd49;
}
#header a{
	color:#555;
	text-decoration:none;
}
#header a:hover{
	color:#626c9c;
	text-decoration:underline;
}
/* -----------------------------------
Navigation
----------------------------------- */
#nav{
	width:100%;
	background:#98bd49;
	z-index:9998;
}
#nav ul{
	list-style-type:none;
	margin:0;
	padding:0;
	background:#98bd49;
}
#nav li{
	font-size:0.875em;
	font-weight:400;
	display:block;	
}
#nav li ul{
}
#nav li ul li{
	font-size:100%;
	text-transform:none;
	z-index:9999;
}
#nav a{
	color:#fff;
	text-decoration:none;
	display:block;
	margin:0;
	padding:0.5em 0.6em;
	border-bottom:1px solid #c2d1ab;
}
#nav-toggle{
	display:block;
	padding:.4em .5em .4em 40px;
	text-decoration:none;
	color:#fff;
	background:#98bd49 url(assets/img/responsive-nav-over.png) 10px 50% no-repeat;
}
#nav a:hover,#nav-toggle:hover{
	background-color:#626c9c;
	color:#fff;
}
.nav-toggle-active{
	background-color:#a82d36;
	color:#fff;
}
#nav a:focus,#nav-toggle:focus{
	background-color:#a82d36;
	color:#fff;
}
#nav a:active,#nav-toggle:active{
	background-color:#a82d36;
	color:#fff;
}
#nav li ul{
	display:none;
}
#nav li:hover ul{
	display:block;
}
#nav li ul a{
	padding:0.4em 1.8em;
	background:#98bd49;
}

/* -----------------------------------
Narrow dropdown
----------------------------------- */
.js #nav{
	clip: rect(0 0 0 0);
	max-height: 0;
	position: absolute;
	display: block;

}
#nav.opened{ max-height: 9999px; }

/* -----------------------------------
Banners
----------------------------------- */
.banner{
	width:100%;
	clear:left;
	overflow:hidden;
}
.banner img{
	max-width: 100%;
	display: block;
	_width: 100%;
}
/* -----------------------------------
Homepage Signposts
----------------------------------- */
.signposts{
	margin:0 0 40px;
	clear:both;
	overflow:hidden;
}
.signposts ul{
	margin:0;
	padding:0;
}
.signposts li{
	list-style-type:none;
	margin:0 0 1px;
}
.signposts h3{
	font-size:1em;
	font-weight:300;
	margin:0;
	padding:6px 10px;
	background:#626c9c;	
}
.signposts h3 a{
	color:#fff;
	text-decoration:none;
	background:url(assets/img/arrow.png) center right no-repeat;
	padding:0 18px 0 0;
}
.signposts h3 a:hover{
	text-decoration:underline;
}
.signposts img{
	display:none;
}
/* -----------------------------------
Content
----------------------------------- */
.textbox p{
	font-size:0.875em;
	margin:0 0 1.6em;
}
/* -----------------------------------
Homepage News Preview
----------------------------------- */
.newsPreview{
	background:#626c9c;
	color:#fff;
	margin-bottom:40px;
}
.newsPreviewContent{
	padding:10px;
}
.newsPreview h3{
	font-weight:300;
	margin:0 0 0.4em;
	color:#fff;
}
.newsPreview p{
	font-size:0.8em;
	line-height:1.3;
	margin:0 0 1em;
}
.newsPreview p.date{
	font-size:0.75em;
}
.newsPreview a{
	color:#fff;
}
.newsPreview a:hover{
	color:#b6e05c;
}
.newsPreviewImage{
	margin:0 0 12px;
}
.newsPreviewImage img{
	width:100%;
	max-width: 100%;
	display: block;
	_width: 100%;
}
/* -----------------------------------
Sidebar
----------------------------------- */
#sidebar ul{
	margin:0;
	padding:0;
}
#sidebar li{
	list-style-type:none;
}
#sidebar .submenu{
	margin:10px 0 40px;
	clear:left;
	overflow:hidden;
}
#sidebar .submenu li{
	border-bottom:1px solid #a6a8aa;
}
#sidebar .submenu li a{
	display:block;
	padding:0.5em 1em 0.5em 18px;
	text-decoration:none;
	color:#555;
	background:url(assets/img/bullet.png) center left no-repeat;
}
#sidebar .submenu li a.current{
	color:#78a120;
}
#sidebar .submenu li a:hover{
	color:#78a120;
}
#sidebar .submenu li.current_page_item a,#sidebar .submenu li.current a{
	color:#78a120 !important;
}
#sidebar .submenu li.current_page_item ul li a{
	color:#555 !important;
}
#sidebar .submenu li ul.children{
	padding-left:20px;
	font-size:90%;
}
#sidebar .submenu li ul.children li a{
	background:url(assets/img/bullet2.png) center left no-repeat;
	padding:0.3em 1em 0.3em 15px;
	color:#555;
}
#sidebar .submenu li ul.children li:last-child{
	border-bottom:none;
}
.submenu h3{
	background:#626c9c;
	color:#fff;
	margin:0 0 0.6em;
	padding:10px 18px;
	font-weight:300;
}
.submenu h3 a{
	color:#fff;
}
/* Widget Area */
.widgetarea{
	margin:10px 0 40px;
}
.widgetarea h4{
	background:#626c9c;
	color:#fff;
	margin:0 0 0.6em;
	padding:10px 18px;
	font-weight:300;
}
.widgetarea li{
	border-bottom:1px solid #a6a8aa;
}
.widgetarea li a{
	display:block;
	padding:0.5em 1em 0.5em 18px;
	text-decoration:none;
	color:#555;
	background:url(assets/img/bullet.png) center left no-repeat;
}
.widgetarea li a.current, .widgetarea li.current a{
	color:#78a120;
}
.widgetarea li a:hover{
	color:#78a120;
}
.widgetarea li.current-cat a{
	color:#78a120;
}
/* -----------------------------------
Footer
----------------------------------- */
.footer{
	clear:left;
	overflow:hidden;
	background:#565656;
	padding:20px 0 10px;
	color:#fff;
}
.footer p{
	font-size:0.8em;
}
.footer a{
	color:#fff;
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
}
.footer .row{
	padding:0 0 10px;
	margin:10px 0 0;

}
.footer .small{
	border-top:1px solid #7b7a7a;
	padding:10px 0 0;
	font-size:0.65em;
	line-height:120%;
}
/* -----------------------------------
News section
----------------------------------- */
.news-post{
	width:100%;
	clear:left;
	overflow:hidden;
	padding:0 0 19px;
	margin:0 0 38px;
	border-bottom:1px solid #a6a8aa;
}
.post-details{
	margin:0 0 19px;
}
.post-details p{
	line-height:1.1;
}
.post-img{
	width:100%;
	margin:6px 0 19px;
}
.post-img img{
	max-width: 100%;
	display: block;
	_width: 100%;
}
.post-text{
}
.post-text p{
	font-size:90%;
}
.post-tags{
	clear:both;
}
.tags-list{
}
.posts_navigation{
	font-weight:300;
}
.previous{
	width:50%;
	float:left;
	text-align:left;
}
.next{
	width:50%;
	float:right;
	text-align:right;
}
/* -----------------------------------
Cookie Policy
----------------------------------- */
#catapult-cookie-bar{
	font-family: 'Roboto', sans-serif;
	font-weight:300;
}
#catapultCookie{
	font-family: 'Roboto', sans-serif;
	font-weight:300 !important;
	font-size:80% !important;
}
/* -----------------------------------
Soliloquy Slider
----------------------------------- */
.soliloquy-container{
	position:relative !important;
}
.soliloquy-caption{
	font-size:85% !important;
	font-weight:400;
}
.soliloquy-caption-inside{
	background:#252525 !important;
	background:none !important;
	opacity:0.7 !important;
}
.soliloquy-caption-inside h3{
	font-size:140%;
	margin-bottom:2px;
	color:#fff;
}
.soliloquy-caption-inside a{
	color:#fff;
}
.soliloquy-next{
	display:none !important;
}
.soliloquy-prev{
	display:none !important;
}
.copyright{
	position:absolute !important;
	bottom:4px !important;
	right:-240% !important;
}
/* -----------------------------------
Get in touch box
----------------------------------- */
.contactbox{
	background:#f2f2f2;
	clear:left;
	overflow:hidden;
	padding:0 0 20px;
	margin:0 0 38px;
}
.contactbox p{
	padding:14px 20px 6px;
}
.contactbox .highlight{
	font-weight:700;
	color:#98bd49;
}
.contactbox h3{
	background:#626c9c;
	color:#fff;
	margin:0 0 0.6em;
	padding:10px 18px;
	font-weight:300;
}
.socialmedia{
	margin:20px 0 0 !important;
	padding:0 0 0 20px !important;
}
.socialmedia li{
	width:30px;
	height:30px;
	float:left;
	margin:0 4px 0 0;
}
.socialmedia li a{
	background:#626c9c;
	display:block;
	height:30px;
	width:30px;
}
.socialmedia li img{
	max-width: 100%;
	display: block;
	_width: 100%;
}
.socialmedia li a:hover{
	background:#98bd49;
}
/* -----------------------------------
WordPress Images
----------------------------------- */
.alignright{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width:100% !important;
	height:auto !important;
	margin:38px 0 19px;
}
.alignleft{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width:100% !important;
	height:auto !important;
	margin:38px 0 19px;
}
.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width:100% !important;
	height:auto !important;
	margin:38px 0 38px;
}
.aligncenter img, .alignleft img, .alignright img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100% !important;
	width:100% !important;
	height:auto !important;
	margin:38px 0 19px;
}
.alignnone {
	width:100% !important;
	height:auto !important;
	margin:38px 0 38px;
}
.wp-caption{
	text-align:left;
	padding:0 !important;
	width:100% !important;
}
.wp-caption img{
	margin:0 !important;
}
.wp-caption p{
	font-size:70%;
	padding:2px 0 0;
	margin:0;
	line-height:1.2;
}
.alignleft + .alignright{
	margin-top:0;
}
.alignright + .alignleft{
	margin-top:0;
}
img.actualsize{
	width:auto !important;
	height:auto !important;
}
.alignnone{
	max-width:100% !important;
	width:100% !important;
}
.alignnone img{
	max-width:100% !important;
	height:auto !important;
}

/* -----------------------------------
Small+ Screens
----------------------------------- */
@media (min-width:400px)
{
.page{
	clear:left;
	overflow:hidden;
	padding-bottom:10px;
}
h1{
	border-bottom:none;
}
.newsPreviewContent{
	padding:16px;
}
.newsPreview p{
	font-size:0.9em;
	line-height:1.4;
}
/* -----------------------------------
WordPress Images
----------------------------------- */
.alignright{
	width:48.5% !important;
	float:right !important;
	margin:0 0 3% 0 !important;
}
.alignleft{
	width:48.5% !important;
	float:left;
	margin:0 3% 3% 0 !important;
}
p + .alignleft{
	margin-top:19px !important;
}
p + .alignleft + .alignright{
	margin-top:19px !important;
}
.alignright + p{
	margin-top:19px !important;
	float:left;
	width:100%;
}
a.linkedin + p{
margin-top:-5px;
}
#catapultCookie{
	font-size:100% !important;
}
}


/* -----------------------------------
Medium+ screen
----------------------------------- */
@media (min-width:600px)
{
h2{
	font-size:1.4em;
}
p, li{
	font-size:1em;
}
/* -----------------------------------
Soliloquy Slider
----------------------------------- */
.soliloquy-next{
	display:block !important;
	width:28px !important;
	height:63px !important;
	position:absolute;
	top:42% !important;
	margin-top:0 !important;
	right:20px !important;
	z-index:1320;
	background:url(assets/img/slider-right.png) top left no-repeat !important;
}
.soliloquy-prev{
	display:block !important;
	width:28px !important;
	height:63px !important;
	position:absolute;
	top:42% !important;
	margin-top:0 !important;
	left:20px !important;
	z-index:1320;
	background:url(assets/img/slider-left.png) top left no-repeat !important;
}
/* -----------------------------------
Homepage News Preview
----------------------------------- */
.newsPreview{
	clear:left;
	overflow:hidden;
}
.newsPreviewImage{
	width:48%;
	float:left;
	margin-right:4%;
	padding-top:6px;
}
.newsPreviewText{
	width:48%;
	float:left;
}
/* -----------------------------------
News section
----------------------------------- */
.post-img{
	width:32.4675%;
	margin-right:3.0844%;
	float:left;
}
.post-text{
	width:64.4481%;
	float:left;
}
}


/* -----------------------------------
Wide screen
----------------------------------- */
@media (min-width:720px)
{
/* ********** Basic Rules ********** */
.intro h1{
	font-size:1.5em;
	font-weight:300;
}
.pagetitle h1{
	font-size:2.2em;
	font-weight:300;
}
h1{
	font-size:2.25em;
}
h2{
	font-size:1.4em;
}
h3{
	font-size:1.2em;
}
h4{
	font-size:1em;
}
h5{
}
h6{
}
.left{
	float:left;
	text-align:left;
}
.right{
	float:right;
	text-align:right;
}
.page li{
	margin-bottom:0.4em;
}
/* ********** Layout ********** */
html{
}
body{
	padding-top:0;
}
.mainPage{
	width:100%;
	clear:left;
	overflow:hidden;
	margin:0 0 40px;
}
.page{
	width:61.6%;
	float:right;
	padding:4px 0 0 3.8%;
}
.textarea{
	padding-left:38px;
}
#sidebar{
	width:30.8%;
	float:left;
	margin:0 3.8% 0 0;
	padding:0;
}
/* ********** Header ********** */
#header{
	padding:0 0 10px;
}
#header #logo{
	float:left;
	width:240px;
	height:77px;
	margin:30px 0 0;
}
#header #contact{
	position:absolute;
	top:4px;
	right:0;
	padding-top:0;
}
.heading{
	position:absolute;
	top:73px;
	left:260px;
	color:#626c9c;
	font-size:1.2em;
}
#header #contact p{
}
#header .highlight{
	padding-left:8px;
}
/* ********** Nav ********** */
.js #nav {
	position: relative;
}
.js #nav.closed { max-height: none; }
#nav{
	float:right;
	width:auto;
	margin:0 auto;
	padding:10px 26px 4px;
	z-index:9998;
	background:#626c9c;
}
#nav li{
	font-family:"Open Sans", sans-serif;
	font-weight:600;
	text-transform:uppercase;
	position:relative;
	float:left;
	padding:0 20px 0 0;
	margin:0 20px 0 0;
	background:url(assets/img/nav.png) center right no-repeat;
}
#nav li:last-child{
	background:none;
	margin:0;
	padding:0;
}
#nav a{
	padding:0 0 2px;
	border:none;
}
#nav a:hover{
	color:#b6e05c;
}
#nav a#active{
	color:#b6e05c;
	background-color:transparent !important;
}
#nav a:active, #nav a:focus{
	background-color:transparent !important;
}
#nav a:focus, #nav-toggle:focus{
	background-color:transparent !important;
	outline:none;
}
#nav li.current_page_item a{
	color:#b6e05c;
}
#nav li.current-page-ancestor a, #nav li.current_page_parent a{
	color:#b6e05c;
}
#nav ul.sub-menu li a{
	color:#fff;
}
#nav li ul{
	position:absolute;
	float:left;
	clear:left;
	overflow:hidden;
	top:19px;
	left:-90px;
	width:260px;
	padding:20px 0 0;
	background:none;
}
#nav li ul li{
	display:block;
	float:none;
	height:auto;
	background:#626c9c !important;
	width:100%;
}
#nav li ul a{
	background:#626c9c;
	display:block;
	border:none;
	width:100%;
	border-bottom:1px solid #858ebd !important;
	color:#fff;
}
#nav li ul a:hover{
	background:none;
	color:#b6e05c;
}
#nav li ul li:last-child a{
	border:none;
}
#nav-toggle { display: none; }
/* -----------------------------------------------------------------
Banner
----------------------------------------------------------------- */
.bannerbox{
	background:#626c9c;
	width:100%;
	clear:both;
	overflow:hidden;
	padding:38px 0;
}
.banner{
	border:6px solid #fff;
	width:98.8%;
	margin:0;
	clear:left;
	overflow:hidden;
}
.banner ul{
	margin:0;
	padding:0;
}
/* -----------------------------------------------------------------
Content
----------------------------------------------------------------- */
.pagetitle{
	padding:26px 0 38px;
}
.pagetitle h1{
	margin:24px 0 0;
}
.intro h1{
	margin-top:16px;
}
.pagetitle p{
	font-size:1.4em;
	margin:0.3em 0 0;
}
.pagetitle img{
	max-width: 100%;
	display: block;
	_width: 100%;
}
.textarea li{
	margin-bottom:0.2em;
}
/* -----------------------------------------------------------------
Homepage Signposts
----------------------------------------------------------------- */
.signposts{
	background:#f3f1f0;
	padding:38px 0 0;
	margin-bottom:40px;
}
.signposts ul{
	margin:0;
	padding:0;
}
.signposts li{
	font-size:100%;
	width:30.8%;
	float:left;
	margin:0 3.8% 3.8% 0;
	background:#fff;
	position:relative;
}
.signposts li:nth-child(3n+3){
	margin-right:0;
}
.signposts li .sign{
	position:relative;
	clear:left;
	overflow:hidden;
}
.signposts h3{
	font-size:1em;
	line-height:1.2;
	position:absolute;
	bottom:0;
	left:0;
	clear:left;
	overflow:hidden;
	width:100%;
	background:none;
	background:url(assets/img/signpost-h3.png);
	padding:10px 18px;
}
.signposts h3 a{
}
.signpost-image img{
	max-width: 100%;
	display: block;
	_width: 100%;
}
/* -----------------------------------------------------------------
Homepage Content
----------------------------------------------------------------- */
.textbox{
	width:65.4%;
	margin-right:3.8%;
	float:left;
}
.newsPreview{
	width:30.8%;
	float:left;
	margin:9px 0 0;
}
/* -----------------------------------
Homepage News Preview
----------------------------------- */
.newsPreview{
	clear:none;
	overflow:hidden;
}
.newsPreviewImage{
	width:100%;
	float:none;
	margin-right:0;
	padding-top:6px;
}
.newsPreviewText{
	width:100%;
	float:none;
}
.newsPreviewText p{
	font-size:0.8em;
}
/* -----------------------------------
Sidebar
----------------------------------- */
#sidebar .submenu{
	margin:10px 0 57px;
}
#sidebar .submenu li{
	padding:4px 0 2px;
	margin-bottom:2px;
}
/* -----------------------------------
Get in touch box
----------------------------------- */
.contactbox{
	margin:10px 0 38px;
}
/* -----------------------------------
Footer
----------------------------------- */
.footer .container{
	background:url(assets/img/footer.png) top left no-repeat;
	overflow:hidden;
	clear:left;
}
.footer .container p{
	padding-left:40px;
}
.footer .row{
	padding-top:20px;
}
.footer p.small{
	padding-left:0 !important;
}
}

/* -----------------------------------
Widest screens
----------------------------------- */
@media (min-width:920px)
{
#header{
	padding:0;
}
#header #contact{
	top:10px;
}
.textbox p{
	font-size:1em;
	margin:0 0 1.6em;
}
/* -----------------------------------
Soliloquy Slider
----------------------------------- */
.soliloquy-caption{
	width:28% !important;
	position:absolute;
	top:0;
	left:38px !important;
}
.soliloquy-caption-inside{
	text-align:left !important;
	padding:19px !important;
}
.soliloquy-caption-inside h3{
	font-size:140%;
	margin-bottom:10px;
}
.soliloquy-caption-inside p{
	line-height:1.3;
}
.soliloquy-caption-inside a{
	text-decoration:underline;
}
.signposts h3{
	font-size:1.2em;
	line-height:1.3;
}
}


/* -----------------------------------
iPad Landscape
----------------------------------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
body{
	font-size:80%;
}
h2{
	font-size:1.4em;
}
#nav li{
	font-size:90%;
}
.pagetitle{
	font-size:80%;
}
.textbox p{
	line-height:1.5;
	margin:0 0 1.4em;
}
.newsPreview p{
	line-height:1.5;
	margin:0 0 0.8em;
}
.newsPreview p.date{
	font-size:0.6em;
	margin-top:-4px;
}
#catapult-cookie-bar{
	font-size:60% !important;
}
#sidebar{
	font-size:80%;
}
#sidebar .submenu li a, #sidebar .widgetarea li a{
	background:none;
	padding-left:0;
}
}

/* -----------------------------------
iPad Portrait
----------------------------------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
.pagetitle{
	font-size:80%;
}
h2{
	font-size:1.4em;
}
#sidebar{
	font-size:80%;
}
#sidebar .submenu li a, #sidebar .widgetarea li a{
	background:none;
	padding-left:0;
}
.textarea{
	padding-left:19px;
	font-size:80%;
}
}

ul.smbt-social-icons{
	margin-left:0;
	margin-top:0.6em;
}
.smbt-social-icons li img{
	margin-left:0 !important;
}