T/* 
	Theme Name: EX5 v.2.0
	Theme URL: http://www.exsite.ie
	Description: EX5 a Wordpress Template By exSite
	Author: Graziano & Marcel
	Version: 2.0 (responsive)
*/

/* #Reset & Basics
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
		font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: normal;
	}
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }
	p { font-size: 16px; font-size: 1.1428rem; color: #231f20; }

/* #Basic Styles
================================================== */
	body {
		background: #f1f1f2;
		font: 14px/21px Helvetica, Arial, sans-serif;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }

nav 
{
	display: block;
}
.boxpost{
	margin-bottom:20px;}
	
.boxpost .current{
	background: #ffc002;
	color: white;
	font-size: 14px;
	margin-left: 17px;
	padding: 5px 8px;
	position: relative;
	text-transform: uppercase;
}
.boxpost .current:after{
	border-width: 13px 20px;
	border-style: solid;
	border-color: transparent transparent transparent #ffc002;
	content: ' ';
	height: 0;
	right: -40px;
	position: absolute;
	top: 0;
	width: 0;
}

/* #Typography
================================================== */
	
   h1, h2, h3, h4, h5, h6 {margin-bottom: 5px;font-weight: bold; text-transform: uppercase;}
   p {margin-bottom: 5px;}
   h1 {font-size: 1.5em; line-height: 1em; }
   h2 {font-size: 1.475em; line-height: 1.0909em;}
   h3 {font-size: 1.25em; line-height: 1.2em;}
   h4 {font-size: 1.125em; line-height: 1.333em; }
   h5, h6 {font-size: 1em;line-height: 1.5em; }


/* #Links
================================================== */
	a { 
		color: #333; 
		text-decoration: 
		underline; outline: 0;
		-webkit-transition: all ease-in-out 0.4s;
		-moz-transition: all ease-in-out 0.4s;
		-ms-transition: all ease-in-out 0.4s;
		-o-transition: all ease-in-out 0.4s;
		transition: all ease-in-out 0.4s;
	}
	
	a:hover, a:focus { color: #000; }
	p a { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }

/* #Buttons
================================================== */
	
	.menu-toggle {
			padding: 6px 10px;
			padding: 0.428571429rem 0.714285714rem;
			font-size: 11px;
			font-size: 0.785714286rem;
			line-height: 1.428571429;
			font-weight: normal;
			color: #7c7c7c;
			background-color: #e6e6e6;
			background-repeat: repeat-x;
			background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
			background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
			background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
			background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
			background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
			border: 1px solid #d2d2d2;
			border-radius: 3px;
			box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
		}
		.menu-toggle
		{
			cursor: pointer;
		}
		
		.menu-toggle:hover {
			color: #5e5e5e;
			background-color: #ebebeb;
			background-repeat: repeat-x;
			background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
			background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
			background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
			background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
			background-image: linear-gradient(top, #f9f9f9, #ebebeb);
		}
		.menu-toggle:active,
		.menu-toggle.toggled-on
		{
			color: #757575;
			background-color: #e1e1e1;
			background-repeat: repeat-x;
			background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
			background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
			background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
			background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
			background-image: linear-gradient(top, #ebebeb, #e1e1e1);
			box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
			border: none;
		}
	
	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }

/* #Navigation
================================================== */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}	

#logo
{
	float: left;
	padding: 20px 15px 0 0px;
}

#topdetails
{
	float: right;
}

.container .row
{
	background-color: #fff;
	padding: 0px 15px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */

}
.container{
	margin:0;
}

.home h2
{
	text-align: center;
}

#sections
{
	padding-top: 40px;
	text-align: center;
}

#sections h3, .boxcat h3
{
	font-size: 16px !important;
	text-transform: uppercase;
	color: #fff !important;
	height:51px;
	text-align: center;
    padding: 3px 5px;
	background-color: #bcbec0;
}

.boxcat a, .boxcat a:hover, #sections a, #sections a:hover
{
	color: #fff;
	text-decoration: none;
}

#site-navigation .current-menu-item a
{
	color: #ffc002;
}


#site-navigation .current-menu-item .sub-menu a
{
    color: #3C2415;
}

#top {
	background-color: #f1f1f2;
}

.footer
{
	background-color: #231f20 !important;
	margin-top: 20px !important;
	margin-bottom: 10px !important;
}

.footer p
{
	margin: 4px 10px !important;
}

.footer p, .footer a
{
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}

.footer a:hover
{
	text-decoration: underline;
	color: #fff;
}

.pagetitle
{
	padding: 5px 0px 10px 12px;
	color:#ffc002;
}

#banner .columns
{
	padding: 10px !important;
	background-color: #e7e8e9 !important;
}

#banner{
	background-color: #fff !important;
	padding-top: 14px !important;
	padding-bottom: 14px !important;
}

#sections, .postcat
{
	margin: 0px !important;
	padding: 10px 0px !important;
}

#sections .box
{
	max-width: 197px;
	text-align: center;
	margin: 0 auto;
}

.boxcat
{
	width: 189px;
	text-align: center;
	float: left;
	padding: 0px 19px 20px;
	min-height:300px;
}
.boxcat a img{
	width:100%;
	height:265px;
	}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry {
	margin:0 0 0 10px;}
.entry p {
	list-style:circle;
	margin:5px;
}
.entry ul {
	list-style:outside circle;}
.entry ul li {
	margin: 0px 30px;
	font-size:12px;}
.entry img
{
	border: 7px solid #f1f1f2;
    display:none;
}

.entry img.alignleft
{	
	margin-right: 20px;
}

.entry img.alignright
{	
	margin-left: 20px;
}

.clear
{
	clear: both;
}

.simplyrow
{
	padding: 0px !important;
}

.homerow
{
	padding: 0px !important;
	text-align: justify;
}

.homerow .columns
{
	padding: 0px 10px;
}

.homerow .columns:first-child
{
	padding: 0px 10px 0px 5px;
}

.manage_page, .manage_post
{
	clear: both;
}

.manage_page  li, .manage_post li
{
	float: left;
	width: 150px;
}

.manage_page  .children, .manage_post .children
{
	padding-top: 10px;
}

.manage_page  li a, .manage_post li a
{
	color: #3C2415;
}

.manage_page  li a:hover, .manage_post li a:hover
{
	color: #595959;
}

.manage_page  .children li a, .manage_post .children li a
{
	color: #D04526;
}

.manage_page  .children li, .manage_post .children li
{
	clear: both;
	float: none;
	padding-right: 0px;
}

.manage_page h3, .manage_post h3
{
	padding-bottom: 20px;
}


.manage_page .current_page_item > a, .manage_post .current_page_item > a
{
	font-weight: normal !important;
}

.titlepage
{
	font-size: 16px;
}

#copyright
{
	color: #fff;
}
.exsite{color:#595959;}
#menu-main-menu
{
	position: relative;
}

#menu-main-menu .sub-menu
{
	display: none;
    margin: 0;
    padding: 25px 0 0;
    position: absolute;
    top: 15px;
}

#menu-main-menu .sub-menu li
{
	padding: 0px 17px 0px 0px;
	margin: 0px;
	border: 0px;
}

#menu-main-menu .sub-menu li:hover a, #menu-main-menu li a:hover
{
	color: #595959 !important;
}
.sub-menu
{
	display: none;
    margin: 0;
    padding: 25px 0 0;
    position: absolute;
    top: 15px;
}
.sub-menu li
{
	padding: 0px 17px 0px 0px;
	margin: 0px;
	border: 0px;
}

.sub-menu li:hover a
{
	color: #595959 !important;
}

#menu-main-menu li:hover > .sub-menu, #menu-main-menu li .sub-menu:hover
{
	display: block;
	cursor: pointer;
}
.sub-menu:hover
{
	display: block;
	cursor: pointer;
}
#categories{
	display:none;
	}
	
.custom_image {
	border: 1px solid #999;
	margin: 5px 5px 5px 5px;
	max-width:100%;
	height:382px;
 }
#footer{
	background: none repeat scroll 0 0 #231f20;
    max-width: 940px;
    min-height: 70px;
    width: 100%;
	}
.designer p{
	color:white;
}

.designer a{
	color:#ffc002;
}
	
#TB_secondLine {
	font: 15px sans-serif !important;
}

.testmonial {
background-color: #525252;
margin-bottom: 4px;
padding: 9px 8px;
min-height:209px;
}
.testmonial p{
	color:#FFF;
	font-size:0.95em;
	margin:6px 0 0 0;}
#form-contact input{
	margin: 5px 0;
	width: 90%;}
#form-contact textarea{
	margin: 5px 0;
	width: 90%;}
#form-contact input.send{
	width:20%;
}
.google-maps {
        position: relative;
        padding-bottom: 30%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
#tagline{
	font-size:0.75em;
	color:#595959;
	font-family:Helvetica, Arial, sana serif;
	float:left;
	text-transform: uppercase;
	min-width:290px;
	padding:5px 0px;
	}	
	
.slideshowlink{
	display: none;
}	
	
.backbutton a{
	background: #ffc00e;
	color: white;
	display: inline-block;
	font-size: 14px;
	padding: 5px 14px;
	margin: 15px;
	text-transform: uppercase;
}	

	.backbutton a:hover{
		background: #dfa80d;
		color: white;
	}
	
#socials{
	margin: 10px 0 0 11px;}
	
@media only screen and (min-width: 320px) and (max-width:480px){
	.testmonial p{
		color:#FFF;
		font-size:0.55em;
		margin-top:10px;
	}
	menu-main-menu-container {display:none}
	#tagline{
	font-size:0.55em;
	color:#595959;
	font-family:Helvetica, Arial, sana serif;
	float:left;
	text-transform: uppercase;}	
	
	.designer p{
	font-size: 12px;
	text-align:center;
	}
	#copyright p, #credits p
	{
	text-align: center;
	}
	
	#socials
	{
	text-align: center !important;
	}
}

@media only screen and (min-width: 480px) and (max-width:770px) {
	.testmonial p{
		color:#FFF;
		font-size:0.45em;
		margin-top:10px;
	}
	menu-main-menu-container {display:none}
	#tagline{
	font-size:0.65em;
	color:#595959;
	font-family:Helvetica, Arial, sana serif;
	clear:left;
	text-transform: uppercase;
	}
	
	#copyright p, #credits p{
		text-align: center;
	}

	
	#sidebarright, .main-navigation, #sidebarleft, nav
	{
		left: 50% !important;
		text-align: center !important;
	}
	#sidebarright ul li, #sidebarleft ul li, nav, .footer, .footer li
	{
		text-align: center !important;
	}
	
	#sections .columns
	{
		padding-bottom: 30px;
	}
	.testmonial p{
		color:#FFF;
		font-size:0.95em;
		margin-top:10px;
	}
		.designer p{
		font-size: 12px;
		text-align:center;
	}
}
/* Max width of 770 pixels. */
@media screen and (max-width: 770px){	

	.menu-main-menu-container {display:none}
	
}


@media screen and (min-width: 768px){

	#sections
	{
		background-color: #f1f1f2;
		display: flex;
	}
		.row .three.columns {
			flex: 1;
			overflow: hidden;
			position: relative;
		}
		
		.testmonial_column{
			background: #525252;
		}
		
			.testmonial_column{
				background: #525252;
			}
		
				.testmonial{
					height: auto;
				}
					.testmonial p{
						font-size: 11px;
					}
				
					.testmonial_column h3{
						border-top: 5px solid #f1f1f2;
						border-bottom: 5px solid #f1f1f2;
						bottom: -5px;
						left: 0;
						padding: 3px 0;
						position: absolute;
						width: 100%;
					}
	

}


@media only screen and (min-width: 768px) and (max-width:770px) {
 
 .testmonial_column{
	height: 253px;
 }
	.testmonial_column p{
		margin-top: 0;
	}

}


@media screen and (min-width: 960px){

	.testmonial p{
		font-size: 13px;
	}

	
}


@media screen and (min-width: 770px)
{
	.responsiveSelectContainer{display:none;}
	
	#copyright
{
	float: right;
}

#credits
{
	float: left;
}

	.main-navigation li { margin: 0px 10px; margin: 0 0.7571rem; display: block; float: left; clear: none; margin-right: 0.5%; border-left: 1px solid #c2c4c6; padding-left: 20px; padding-left: 1.0rem;}
	#sidebarright
	{
		float: right;
	}
	
}

.main-navigation { margin: 0; padding-top: 30px; padding-top: 2.1428rem; width: auto; font-size: 13px; font-size: 0.8rem; }

.main-navigation li a{ color:#3c2415; text-transform: uppercase;}

.main-navigation li:last-child { margin-right: 0; }

.main-navigation a { display: block; color: #FFF; text-decoration:none; }

.main-navigation a:hover { color: #484a50; border-bottom-color: #484a50; }


@media only screen and (max-width: 770px) {

}

@media only screen and (min-width: 770px) and (max-width: 800px) {
	/* iPad styles. Fixing responsiveness */
	

	
	
}
