/*

Theme Name: WordPress Theme
Description:  Base development theme.
Author: Laurence Caro
Date: September 2015
Version: 1.0
Theme URI: http://www.carocreative.uk
Author URI: http://www.carocreative.uk
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Caro Creative
Tags: one-column, two-columns, right-sidebar, flexible-width

*/



/*	Resets
*************************************************/

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;
}

.content {
    background: transparent;
    padding: 20px;
    margin: 0 0 20px 0;
}


/*	Responsive styling for Youtube iframe embeds
*************************************************/

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



/*	Remove styling from select menus (remove if not needed)
*************************************************/

select { -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px;
	background: #fff url(images/down-arrow.png) 95% center no-repeat; border: 1px solid #ccc;  }


/* HTML5 display-role reset for older browsers 
**************************************************/

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;
}



/*	Base CSS
*************************************************/

body {
    color: #505050;
    font-size: 14px;
    font-family: 'Open Sans', Helvetica, Verdana, Arial, sans-serif;
    margin: 0px auto 0px;
    padding: 10px 0px 0px 0px;
    line-height: 1.6;
    background: #fff url(http://elitegd.co.uk/wp-content/uploads/2015/10/top.jpg) repeat-x;
}

p { margin: 0 0 15px 0; line-height: 1.6; }

.nav li a {
    color: #1E1952;
    text-decoration: none;
    outline: none;
    font-size: 1.1em;
    font-weight: 600;
}

a, .nav ul ul li.current_page_item a, .nav ul ul li a {
    text-decoration: none;
    outline: none;
    color: #F1592A;
}
a:hover, .nav ul ul li a:hover	{ color: #F1592A; text-decoration: none; outline: none; }

.sticky {}
.gallery-caption {}
.bypostauthor {}




/*	Simple social icons using FontAwesome
*************************************************/

.simple-social-icons {
	overflow: hidden;
}
 
.simple-social-icons ul {
	margin: 0;
	padding: 0;
}
 
.simple-social-icons ul li {
	float: left;
	margin: 3px;
	padding: 0;
	border: none;
	background: none;
	list-style-type: none;
}
 
.simple-social-icons ul li a {
	display: inline-block;
	box-sizing: content-box;
	width: 1em;
	border: none;
	font-family: "fontawesome";
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	text-transform: none;
 
	speak: none;
}
 
.simple-social-icons ul.aligncenter {
	text-align: center;
}
 
.simple-social-icons ul.aligncenter li {
	display: inline-block;
	float: none;
}


	
/*	Responsive Grid (desktop) DO NOT NEST these styles
*************************************************/

*, *:after, *:before { 	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

[class*='col-'] { float: left; padding-right: 20px; /* column-space */ overflow: hidden; }
[class*='col-'] img { width: auto; height: auto; }
.grid, .header {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	overflow: hidden;
}

.grid:after {
	content: "";
	display: table;
	clear: both;
}

.grid-pad {
	padding-top: 20px;
	padding-left: 20px; /* grid-space to left */
	padding-right: 0px; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-20px=0 */
}

.footer .grid-pad { padding-top: 0px; }

.push-right {
	float: right;
}

/* ------------------------ 
Content Columns 
 -------------------------- */

.col-1-1 {
	width: 100%;
}
.col-2-3, .col-8-12 {
	width: 66.66%;
}

.col-1-2, .col-6-12 {
	width: 50%;
}

.col-1-3, .col-4-12 {
	width: 33.33%;
}

.col-1-4, .col-3-12 {
	width: 25%;
}

.col-1-5 {
	width: 20%;
}

.col-1-6, .col-2-12 {
	width: 16.667%;
}

.col-1-7 {
	width: 14.28%;
}

.col-1-8 {
	width: 12.5%;
}

.col-1-9 {
	width: 11.1%;
}

.col-1-10 {
	width: 10%;
}

.col-1-11 {
	width: 9.09%;
}

.col-1-12 {
	width: 8.33%
}

/* Layout Columns */

.col-11-12 {
	width: 91.66%
}

.col-10-12 {
	width: 83.333%;
}

.col-9-12, .col-3-4 {
	width: 75%;
}

.col-5-12 {
	width: 41.66%;
}

.col-7-12 {
	width: 58.33%
}



/* Pushing blocks */

.push-2-3, .push-8-12 {
	margin-left: 66.66%;
}

.push-1-2, .push-6-12 {
	margin-left: 50%;
}

.push-1-3, .push-4-12 {
	margin-left: 33.33%;
}

.push-1-4, .push-3-12 {
	margin-left: 25%;
}

.push-1-5 {
	margin-left: 20%;
}

.push-1-6, .push-2-12 {
	margin-left: 16.667%;
}

.push-1-7 {
	margin-left: 14.28%;
}

.push-1-8 {
	margin-left: 12.5%;
}

.push-1-9 {
	margin-left: 11.1%;
}

.push-1-10 {
	margin-left: 10%;
}

.push-1-11 {
	margin-left: 9.09%;
}

.push-1-12 {
	margin-left: 8.33%
}



/*	Header									*
************************************************/

a.logo { display: block; float: left; margin: 0px 15px 20px 0;  }

.header-contact-info { float: right; }



/*	Navbar  									*
************************************************/

.nav {
    padding: 10px 0;
    background: #e4e4e4 url(http://elitegd.co.uk/wp-content/uploads/2015/10/navg.jpg)repeat-x top;
    border-top: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
    margin: 0px 0px 10px 0px;
}

.nav ul {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0px 0px;
    text-align: left;
}

.nav li { display: inline; margin: 0 1%; position: relative; /* this is needed in order to position sub menus */ }

.nav li a { padding: 20px 0;  }

.nav li a:hover	{ }

.nav li.current_page_item a { }


/*	Dropdowns
***********************************************/


.nav ul ul { /* this targets all sub menus */
	display: none; /* hide all sub menus from view */
	position: absolute;
	padding: 0 0 10px 10px; 
	overflow: hidden;
	top: 39px; /* this should be the same height as the top level menu -- height + padding + borders */
	left: 0;
	width: 200px;
	background: #0e1052;
	text-align: left;
}

.nav ul ul li {}

.nav ul ul li a { /* target all sub menu item links */
	padding: 0px 10px; /* give our sub menu links a nice button feel */
	display: block;

}


.nav ul li:hover > ul {
	display: block; /* show sub menus when hovering over a parent */
}


/*	Images
************************************************/
/* This CSS controls both height and width of images - handy for making different size logos fit */

/*.classnamehere img { display: block; max-width:250px; max-height:95px; width: auto; height: auto; } */




/*	Content 					     		    * 
************************************************/

/* Typography */

h1, h2, h3, h4, h5, h6 { line-height: 1.4; }
h1 { font-size: 260%; margin: 0 0 10px 0; }
h2 {
    font-size: 220%;
    margin: 0 0 10px 0;
    width: 100%;
    display: block;
    float: left;
}
h3 { font-size: 160%; margin: 0 0 10px 0; }
h4 { font-size: 126%; margin: 0 0 10px 0; }
h5 { font-size: 93%; margin: 0 0 10px 0; }
h6 { font-size: 70%; margin: 0 0 10px 0; }

/* Content Elements */

.content.slider { margin-top: -20px; margin-bottom: 0px; padding: 200px 0; text-align: center; }

/* Lists */

.content.editor ul { list-style: square; margin: 40px 0; padding: 0 0 0 40px; }
.content.editor ul li { margin: 0 0 10px 0; }

/* Blockquotes */

blockquote { margin: 30px 0; padding: 20px; border: 1px solid #fff; background: #eee; }


/*	Sidebars								*
************************************************/

/* LEFT	*/

.left-sidebar { }
.left-sidebar-widget { margin-bottom: 40px; }
.left-sidebar ul { list-style: none; }
.left-sidebar li { margin: 5px 0;  }

.left-sidebar ul li a {
    display: block;
    padding: 10px 10px 10px 10px;
    font-size: 1.1em;
    text-align: center;
    border-bottom: 3px solid #BBB5B5;
    margin: 10px 0px 10px 0px;
    color: #FFFFFF!important;
    background: #0E1052!important;
}

.left-sidebar ul li a:hover {
    display: block;
    padding: 10px 10px 10px 10px;
    background: #E4E4E4;
    color: #464646;
    font-size: 1.1em;
    text-align: center;
    border-bottom: 3px solid #BBB5B5;
    margin: 10px 0px 10px 0px;
}

.left-sidebar ul li.current_page_item a, .left-sidebar ul li.current_page_parent a {
    background:#C1C1C1!important;
    color: #ffffff!important;
}

/* RIGHT */

.right-sidebar { }
.right-sidebar-widget {
    margin-bottom: 15px;
    overflow: hidden;
}
.right-sidebar ul { list-style: none; }
.right-sidebar li { margin: 5px 0; }
.right-sidebar ul li a {  display: block; padding: 5px; background: #0e1052; }


/*	Footer  									*
************************************************/

.footer {
    margin: 20px 0 0 0;
    background: #242730 url(http://elitegd.co.uk/wp-content/uploads/2015/10/whitetri.png) no-repeat center top;
    color: #fff;
    padding: 20px 0px 0px 0px;
    display: block;
    float: left;
    width: 100%;
}

.footer h5 {
    padding: 0 0 6px 0;
    border-bottom: 1px solid #343742;
    font-size: 1.3em;
    margin-bottom: 25px;
}

.footer .content {margin: 0; }
.footerinner {  }
.footer p { }
.footer ul { margin: 20px 0;  }
.footer ul li {  }
.footer ul li a {
    display: block;
    margin: 0 0 5px 0;
    color: #fff;
}
.footer ul li a:hover {  }
.footer ul ul { margin: 0; }
.copyright { background: #666;}
.copyright a { color: #fff;}
.copyright p {
    color: #DCDCDC;
    text-align: center;
    padding: 20px 0px 20px 0px;
    margin: 0;
    font-size: 100%;
    background: #191B1F;
}

.freequote { background: #666;}
.freequote a { color: #fff;}
.freequote p {
    color: #DCDCDC;
    text-align: center;
    padding: 20px 0px 20px 0px;
    margin: 0;
    font-size: 100%;
    background: #191B1F;
}



/*	Wordpress Core Style					     		    * 
************************************************/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

img.alignnone {
    margin: 5px 20px 20px 0;
    height: auto;
    width: auto;
}

img.teammember {
    margin: 5px 20px 20px 0;
    height: auto;
    width: auto;
    max-width: 150px;
    float: left;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}



/*	Responsive  									*
************************************************/




@media (max-width: 767px) {
	.grid {
		width: 100%;
		min-width: 0;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 20px; /* grid-space to left */
		padding-right: 10px; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-10px=10px */
	}
	
	[class*='col-'] {
		width: auto;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-left: 0px;
		padding-right: 10px; /* column-space */
	}
	
	
	/* Mobile Layout */
	
	[class*='col-'] {
		float: left;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 10px;
		padding-left: 0px;
		padding-right: 10px; /* column-space */
		padding-bottom: 0px;
	}
	
	.col-1-1 {
		width: 100%;
	}
	.col-2-3, .col-8-12 {
		width: 100%;
	}

	.col-1-2, .col-6-12 {
		width: 100%;
	}

	.col-1-3, .col-4-12 {
		width: 100%;
	}

	header .col-1-3 { width: 50%; } /*This moves the LOGO and CONTACT divs to 50% width on iPad */

	.col-1-4, .col-3-12 {
		width: 50%;
	}

	.col-1-5 {
		width: 20%;
	}

	.col-1-6, .col-2-12 {
		width: 33.33%;
	}

	.col-1-7 {
		width: 14.28%;
	}

	.col-1-8 {
		width: 12.5%;
	}

	.col-1-9 {
		width: 11.1%;
	}

	.col-1-10 {
		width: 10%;
	}

	.col-1-11 {
		width: 9.09%;
	}

	.col-1-12 {
		width: 8.33%
	}

	/* Layout Columns */

	.col-11-12 {
		width: 91.66%
	}

	.col-10-12 {
		width: 83.333%;
	}

	.col-9-12, .col-3-4 {
		width: 75%;
	}

	.col-5-12 {
		width: 41.66%;
	}

	.col-7-12 {
		width: 58.33%
	}
	
	.hide-on-mobile {
		display: none !important;
		width: 0;
		height: 0;
	}
}


/*	Media Queries  			*
************************************************/

@media (max-width: 1599px) { }

@media (max-width: 1069px) { }

@media (max-width: 999px) { }



/* iPad breakpoint. */

@media (max-width: 767px) {

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu {
width:100%!important; }

 }

@media (max-width: 643px) { .col-1-6, .col-2-12 { width: 50%; }   }


/* Mobile devices */

@media (max-width: 500px) {

ul.tab-links li {
    width: 100%;
    margin: 3px 0px 3px 0px;
}

div.gallery {
    background: #fff!important;
    padding: 0 0 5px 0px!important;
    margin: 0 0 15px 0 !important;
    display: block;
    border: 1px solid #fff!important;
}

#gallery-2 .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 100%!important;
}

#gallery-2 .gallery-item img {
    width: 100%!important;
}

.mobiletitle h3 a {
    display: block!important;
font-size:0.6em!important;
}

.header .col-1-3.push-left h4 {
    font-size: 0.8em!important;
    margin: -10px 0 10px 0;
}

ul.mega-sub-menu {
width:100%!important; }

h1 {     font-size: 1.5em; }
h2 {     font-size: 1.2em; }

.grid.grid-pad.hometop h1 {
    font-size: 1.5em;
}

.header .social {
    text-align:center!important;
    }

.header .social h3 {
float:left;
    font-size: 1.5em;
    text-align:center!important;
    }

.header .social h4 a {
float:left;
    font-size: 1em!important;
    text-align:center!important;
    }

.header .col-1-3.push-left h3 {
    color: #1E1B54;
    font-size: 1.1em;
    font-weight: 600;
    margin: 15px 0px 10px 0px;
}

.header .col-1-3.push-left h4 {
    font-size: 0.9em;
    margin: 0px 0px 10px 0px;
}

.header .col-1-3.push-left {
    width: 100%!important;
}

.content {
    background: transparent;
    padding: 10px!important;
    margin: 0 0 20px 0;
}




.col-1-1 .content.main h1 {
    color: #333332;
    font-size: 1.6em!important;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    margin: 0px 0px 0px 0px;
}

.footer .copyright p {
    padding: 15px;
}

.footer .content {
    background: transparent;
    padding: 20px 0px 5px 0px;
    margin: 0 0 0px 0;
}

.col-1-3.cta .content {
margin:5px 0px 5px 0px;
}

header .col-1-3 { width: 100%; } /*This moves the LOGO and CONTACT divs to 100% width on PHONES */

.nav {
    padding: 0px 0;
    background: #E4E4E4;
    border-top: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle {
    display: block;
    color: #1E1957;
    background: #E4E4E4;
}

.col-1-3.push-right {
    padding: 0px;
    text-align: center;
    width: 100%;
}

.social h3 {
    font-size: 1.75em;
    float: right;
    font-weight: 600;
    line-height: 1.4;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 8px;
    margin-top: -10px;
    background: url(http://elitegd.co.uk/wp-content/uploads/2015/11/phone.png) no-repeat left center!important;
    padding-left: 37px!important;
    background-size: 10%!important;
    background-position-y: 4px!important;
}

.social h3 a {
    font-weight: 600;
    text-align: center;
    color:#1d1952;
    line-height: 1.4;
}

.social h4 a {
    font-size: 0.8em;
    float: right;
    color: #f1592a;
    line-height: 1.4;
}

 }



/* Smartphones (portrait and landscape) ----------- */

@media only screen 

and (min-device-width : 320px) 

and (max-device-width : 480px) {


 }


/* All Mobile Sizes (devices and browsers)

====================================================================== */

@media only screen and (max-width: 767px) {

}

#mega-menu-wrap-max_mega_menu_1 {
    clear: both;
    background: transparent;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 {
    visibility: visible;
    text-align: left;
    padding: 0px 0px 0px 0px;
    max-width: 1100px;
    margin: 0 auto;
}

.content.orange {
    min-height: 103px;
    background: #f1592a;
    color: #fff;
}

.content.grey {
    min-height: 103px;
    background: #333332;
    color: #fff;
}

.content.blue {
    min-height: 103px;
    background: #1d1952;
    color: #fff;
}

header .grid-pad {
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 0px;
}

.social h3 {
    font-size: 1.75em;
    float: right;
    font-weight: 600;
    line-height: 1.4;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 8px;
    margin-top: -10px;
    background: url(http://elitegd.co.uk/wp-content/uploads/2015/11/phone.png) no-repeat left center!important;
    padding-left: 37px!important;
    background-size: 10%!important;
    background-position-y: 4px!important;
}

.social h4 a {
    font-size: 1.2em;
    float: right;
    color: #f1592a;
    line-height: 1.4;
    font-weight: 600;
    background: url(http://elitegd.co.uk/wp-content/uploads/2015/11/email.png) no-repeat left center;
    padding-left: 34px;
    background-size: 8%;
    background-position-y: 6px;
}

.col-1-3.cta h2 {
    font-size: 1.4em;
    text-align: left;
    margin-top: 15px;
    padding-left: 20px;
}

.col-1-3.cta .content.orange {
    min-height: 103px;
    background: #f1592a url(http://elitegd.co.uk/wp-content/uploads/2015/10/gd.png) no-repeat center right;
    background-position-x: 90%;
    color: #fff;
    border-bottom: 3px solid #CE4419;
}

.col-1-3.cta .content.orange:hover {
opacity:0.9;
}

.col-1-3.cta .content.grey {
    min-height: 103px;
    background: #333332 url(http://elitegd.co.uk/wp-content/uploads/2015/10/gd.png) no-repeat center right;
    background-position-x: 90%;
    color: #fff;
    border-bottom: 3px solid #1D1D1B;
}

.col-1-3.cta .content.grey:hover {
opacity:0.9;
}

.col-1-3.cta .content.blue {
    min-height: 103px;
    background: #1d1952 url(http://elitegd.co.uk/wp-content/uploads/2015/10/gd.png) no-repeat center right;
    background-position-x: 90%;
    color: #fff;
    border-bottom: 3px solid #0C0A27;
}

.col-1-3.cta .content.blue:hover {
opacity:0.9;
}

.col-1-1 .content.main h1 {
    color: #333332;
    font-size: 2.3em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    margin: 0px 0px 0px 0px;
}

.col-1-1.services h3 {
    color: #585858;
    font-size: 1.5em;
    text-align: center;
    margin: 10px 0px 10px 0px;
    font-weight: 600;
}

.home .col-1-1.greybanner {
    background: #E4E4E4 url(http://elitegd.co.uk/wp-content/uploads/2015/10/whitetri.png) no-repeat center top;
    padding: 20px;
    margin: 40px 0px 20px 0px;
}

.col-1-1.greybanner {
    background: #E4E4E4 url(http://elitegd.co.uk/wp-content/uploads/2015/10/whitetri.png) no-repeat center top;
    padding: 20px;
    margin: 40px 0px -20px 0px;
}

.col-1-1.greybanner img {
    max-width:500px;
    margin:10px 0px 0px 0px;
}

.col-1-1.greybanner h3 {
    color: #333332;
    font-size: 1.5em;
    text-align: center;
    margin: 10px 0px 10px 0px;
    font-weight: 600;
}

.col-1-1.greybanner .col-1-2 {
    text-align: center;
}

.col-1-1.services .col-1-3 {
    text-align: center;
}

.content.orange h2 {
    font-size: 1.4em;
    text-align: left;
    margin-top: 20px;
    padding-left: 40px;
    background: transparent url(http://elitegd.co.uk/wp-content/uploads/2015/10/garage1.png) no-repeat left!important;
}

.content.grey h2 {
    font-size: 1.4em;
    text-align: left;
    margin-top: 20px;
    padding-left: 40px;
    background: transparent url(http://elitegd.co.uk/wp-content/uploads/2015/10/garage2.png) no-repeat left!important;
}

.content.blue h2 {
    font-size: 1.4em;
    text-align: left;
    margin-top: 20px;
    padding-left: 40px;
    background: transparent url(http://elitegd.co.uk/wp-content/uploads/2015/11/tools.png) no-repeat left!important;
}

ul.mega-sub-menu {
    padding: 10px 0px 20px 0px!important;
}

.footer li.current_page_item a, .footer li.current_page_parent a {
    color: #FFFFFF!important;
    background: none!important;
}

.content.main h1 {
    font-size: 240%;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #E4E4E4;
    padding: 0px 0px 10px 0px;
}

.arconix-faq-title {
    background: url(http://elitegd.co.uk/wp-content/uploads/2015/10/toggle-open.png) no-repeat left transparent;
    cursor: pointer;
    font-size: 16px;
    padding: 0 0 0 30px;
    position: relative;
}

.arconix-faq-title.faq-open {
    background: url(http://elitegd.co.uk/wp-content/uploads/2015/10/toggle-close.png) no-repeat left transparent;
}

.right-sidebar-widget h5 {
    font-size: 1.8em;
    border-bottom: 1px solid #E4E4E4;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 25px 0px;
}

.text-wrap.label-above input {
    width: 100%;
    padding: 10px 10px 10px 8px;
    border: 1px solid #CECECE;
}

#totop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    outline: none;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 5px;
    color: #fff;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-toggle-on > a, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:focus {
    background: none;
    color: none;
    font-weight: none;
    text-decoration: none;
    border-color: none;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
    border-top: 0px solid #fff;
    border-left: 0px solid #fff;
    border-right: 1px solid #C7C7C7;
    border-bottom: 0px solid #fff;
    outline: none;
    text-decoration: none;
    padding: 0px 15px 0px 15px!important;
    line-height: 40px;
    font-weight: 600!important;
    height: 40px;
    vertical-align: baseline;
    text-align: left;
    width: auto;
    display: block;
    color: #1B1850!important;
    text-transform: none;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    -o-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    font-family: inherit;
    font-size: 1.2em;
    cursor: pointer;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu {
    z-index: 999;
    position: absolute;
    width: 200px!important;
    border-top: 0px solid #fff;
    border-left: 0px solid #fff;
    border-right: 1px solid #c7c7c7;
    border-bottom: 0px solid #fff;
    padding: 0px 0px 0px 0px;
    background: #f1f1f1;
    -webkit-box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.1);
}

input#ninja_forms_field_12 {
    background: #F1592A;
    color: #fff;
    padding: 10px;
    font-size: 1.2em;
    width: 100%;
    border: none;
    border-bottom: 3px solid #CE4419;
}

li.blogfeat.col-1-2 h3 a {
    color: #333332;
}

.col-1-1.whitebanner {
    background: #FFFFFF url(http://elitegd.co.uk/wp-content/uploads/2015/10/greytri.png) no-repeat center top;
    padding: 20px 0px 20px 0px;
    margin: -20px 0px 20px 0px;
}

.col-1-1.whitebanner img {
    max-width:500px;
    margin:10px 0px 0px 0px;
}

.col-1-1.whitebanner h3 {
    color: #333332;
    font-size: 1.5em;
    text-align: center;
    margin: 10px 0px 10px 0px;
    font-weight: 600;
}

.col-1-1.whitebanner .col-1-2 {
    text-align: center;
}

.col-1-1.whitebanner h2 {
    color: #333332;
    font-size: 2.2em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    margin: 0px 0px 10px 0px;
}

.col-1-1.whitebanner h3 a {
    color: #333332;
    font-size: 1.1em;
    text-align: center;
    margin: 10px 0px 10px 0px;
    font-weight: 600;
}

p.social {
    margin: 20px 0px 0px 0px;
}

p.social img {
    max-width: 30px;
    display: inline-block;
}

.content.main ul {
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 1.4;
    display: inline-block;
    width: 100%;
}

.content.main ul li {
    background: url(http://elitegd.co.uk/wp-content/uploads/2015/10/bullet.png) no-repeat 0 4px;
    padding: 2px 0px 10px 30px;
    background-position-x: 10px;
}

a.ctabutton {
    background: #F1592A;
    color: #fff;
    padding: 10px;
    font-size: 1.2em;
    width: 100%;
    border: none;
    border-bottom: 3px solid #CE4419;
    display: block;
    text-align: center;
    max-width: 350px;
}

a.ctabutton:hover {
    color: #FFFFFF!important;
    background: #DE4E22!important;
-webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.footerinner a {
    color: #fff;
}

.col-1-1.whitebanner .content.main ul li {
    background: none;
    padding: 2px 0px 10px 30px;
    background-position-x: 10px;
}

.bx-wrapper ul li {
    background: none!important;
    padding: 2px 0px 10px 30px;
    background-position-x: 10px;
}

.bx-wrapper {
    margin-top: 20px!important;
}

ul#menu-quick-links li {
    border-bottom: 1px solid #343742;
    padding: 7px 0px 5px 0px;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    color: #676767!important;
    font-family: inherit;
    font-size: 16px;
    text-decoration: none!important;
    font-weight: 400!important;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
    vertical-align: top;
    display: block;
    border-top: 0px solid #555;
    border-left: 0px solid #555;
    border-right: 0px solid #555;
    border-bottom: 0px solid #555;
}

.page-id-265 h2 {
    background: #fff;
}

p.grey {
    color: #797979;
}

p.grey a {
    color: #797979;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:hover {
    color: #F1592A!important;
    border-right: 1px solid #C7C7C7;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-current-menu-item > a.mega-menu-link {
    color: #F1592A!important;
    border-right: 1px solid #C7C7C7;
}

strong {
    font-weight: bold;
}

/*----- Tabs -----*/
.tabs {
	width:100%;
	display:inline-block;
}

	/*----- Tab Links -----*/
	/* Clearfix */
	.tab-links:after {
		display:block;
		clear:both;
		content:'';
	}

.tab-links li {
  margin: 0px 4px;
  float: left;
  list-style: none;
}

.tab-links a {
    padding: 9px 15px;
    display: inline-block;
    border-radius: 3px 3px 0px 0px;
    background: #E2E2E2;
    font-size: 1.5em!important;
    font-weight: 600;
    color: #8F8F8F;
    transition: all linear 0.15s;
    width: 100%;
    text-align: center;
}

		.tab-links a:hover {
			background:#ffffff;
			text-decoration:none;
		}

	li.active a, li.active a:hover {
  background: #fff;
  color: #13639E;
}

	/*----- Content of Tabs -----*/
	.tab-content {
  padding: 15px;
  border-radius: 3px;
  background: #fff;
  overflow: hidden;
}

		.tab {
			display:none;
		}

		.tab.active {
			display:block;
		}

div#tab1,div#tab2,div#tab3,div#tab4,div#tab5,div#tab6,div#tab7 {
  margin: 0px 0px 0px 0px;
}

ul.tab-links {
    width: 100%;
    display: inline-block;
    margin-bottom: 0px;
}

ul.tab-links li {
    width: auto;
    font-size: 10px!important;
    background: none!important;
    padding: 0px 0px 0px 0px!important;
}

.tab-content img {
  margin-bottom: 5px;
}

.page-id-19 .tab-content ul li, .page-id-17 .tab-content ul li {
    background: none;
    padding: 10px 15px 0px 0px!important;
}

.page-id-17 li.blogfeat.col-1-3 {
    /* max-height: 155px; */
    min-width: 344px;
}

li.blogfeat.col-1-3 h3 a {
    color: #1B1851;
    font-size: 0.7em;
    line-height: 1.2;
}

.grid.grid-pad img:hover {
opacity:0.9;
}

.page-id-19 .content.main ul li {
    background: none;
    padding: 2px 0px 10px 30px;
}

.col-1-3.push-left h3 {
    color: #1E1B54;
    font-size: 1.2em;
    font-weight: 600;
    margin: 40px 0px 10px 0px;
}

.col-1-3.push-left h4 {
    color: #888;
    font-size: 1em;
    font-weight: 400;
}

.col-1-3.push-left {
    width: 50%;
}

ul#testimonialsfade {
    margin: 0 auto!important;
    right: 0;
    width: 100%;
    display: block;
    margin-top: 20px;
    text-align: center;
    padding: 15px 0px 15px 0px;
    font-size:1.1em;
}

.content.main ul#testimonialsfade li {
    background: none;
    padding: 2px 0px 10px 30px;
    list-style: none;
}

h3#faq-general {
    display: none;
}

.col-2-3.homemain h2 {
    font-size: 1.6em;
}

.col-2-3.homemain p {
    font-size: 1.2em;
}

.col-2-3.homemain {
    margin: 0px 0px 25px 0px;
}

.col-1-1.hometop .content {
    margin: 0px 0px -20px 0px;
}

.grid.grid-pad.hometop h1 {
    color: #333332;
    font-size: 2.3em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    margin: 15px 0px 15px 0px;
}

b {
    font-weight: 600;
}

.right-sidebar-widget .col-1-2 p {
    color: #404040;
    margin: 5px 0px 5px 0px;
    text-align: center;
}

.right-sidebar-widget .col-1-2 img {
border: 1px solid #E6E6E6;
    -webkit-box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.13);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.13);
}

#gallery-2 img {
    border: 2px solid #cfcfcf;
    max-width: 80px;
}

div.gallery {
    background: #F7F7F7;
    padding: 0px 0px 5px 10px;
    margin: 0px 0px 15px 0px!important;
    display: block;
    border: 1px solid #E2E2E2;
}

.easingslider {
    margin: 0px 0px 20px 0px!important;
}

.grid.grid-pad img {
    max-width: 100%;
}

.socialcontact h3 {
    font-size: 1.5em;
    float: left;
    font-weight: 600;
    line-height: 1.4;
    border-bottom: none;
    padding-bottom: 8px;
    margin-top: 0px;
    background: url(http://elitegd.co.uk/wp-content/uploads/2015/11/phone.png) no-repeat left center!important;
    padding-left: 37px!important;
    background-size: 4%!important;
    background-position-y: 4px!important;
    display: inline-block;
    width: 100%;
}

.socialcontact h4 a {
    font-size: 1.2em;
    float: left;
    color: #f1592a;
    line-height: 1.4;
    font-weight: 600;
    background: url(http://elitegd.co.uk/wp-content/uploads/2015/11/email.png) no-repeat left center;
    padding-left: 37px;
    background-size: 3%;
    background-position-y: 6px;
    background-position-x: 3px;
    margin: -5px 0px 0px 0px;
    width: 100%;
    margin-bottom: 20px;
}

.textarea-wrap textarea {
    height: 200px;
    width: 100%;
    padding: 10px 10px 10px 8px;
    border: 1px solid #CECECE;
    color: #9C9C9C;
    font-size: 1em;
    font-family: inherit;
    max-height:100px;
}

#swipebox-overlay {
    background: rgba(37, 37, 37, 0.95);
}

li.blogfeat.col-1-4 h3 a {
    color: #1B1851;
    font-size: 0.7em;
    line-height: 1.2;
}



/*
 * Caption component
 */
.caption {
    position: relative;
    overflow: hidden;
text-align:center;
    /* Only the -webkit- prefix is required these days */
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}

.caption::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    transition: background .35s ease-out;
}

.caption:hover::before {
    background: rgba(22, 20, 70, 0.76);
    max-height: 250px;
    height: 100%;
}

.caption__media {
    display: block;
    min-width: 100%;
    max-width: 100%;
    height: auto;
}

.caption__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 40px 10px 0px 10px;
    color: white;

    -webkit-transform: translateY(100%);
            transform: translateY(100%);

    transition: -webkit-transform .35s ease-out;
    transition:         transform .35s ease-out;
}

.caption:hover .caption__overlay {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.caption__overlay__title {
    -webkit-transform: translateY( -webkit-calc(-100% - 10px) );
            transform: translateY( calc(-100% - 10px) );

    transition: -webkit-transform .35s ease-out;
    transition:         transform .35s ease-out;
}

.caption:hover .caption__overlay__title {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.caption h3 a {
    color: #fff!important;
    text-align:center;
}

.caption h4 a {
    color: #fff!important;
    text-align: center;
    font-size: 0.9em;
    margin-top: 20px;
    padding-bottom: 60px;
    background: url(http://elitegd.co.uk/wp-content/uploads/2015/11/arrow-right.png) no-repeat center center;
    background-size: 30%;
}

.content.main ul li {
    padding: 2px 0px 10px 30px;
}

.single-post #gallery-2 img {
    border: 2px solid #cfcfcf;
    max-width: 330px;
}

.wp-caption-text {
    font-size: 1.1em;
    font-weight: 600;
}

li.blogfeat.completed img {
max-height:203px;
}

li.blogfeat.col-1-3 {
    min-height: 500px;
}

dd.wp-caption-text.gallery-caption {
display:none;
}

.nivo-lightbox-theme-default .nivo-lightbox-title {
    font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    background: none;
    color: #fff;
    padding: 7px 15px;
    border-radius: 30px;
}

.page-id-504 .content.main ul li, .page-id-502 .content.main ul li, .page-id-506 .content.main ul li, .page-id-508 .content.main ul li, .page-id-510 .content.main ul li, .page-id-512 .content.main ul li {
background:none;    
padding: 2px 0px 10px 30px;
}

.single-post .content.main h1 {
    font-size: 2em;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #E4E4E4;
    padding: 0px 0px 10px 0px;
}

.ppt {
    display: none!important;
}

.pp_content {
    min-height: 330px!important;
}

div.pp_default .pp_description {
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    margin: 5px 50px 5px 0;
    float: left;
}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle:before {
    content: "\f333";
    font-family: 'dashicons';
    font-size: 24px;
    margin: 0 5px;
    float: right;
    color: #565656;
}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle {
    background: none!important;
    margin-right: 20px;
    font-size: 1.2em;
}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle:after {
    content: 'MENU';
    color: #565656!important;
}

@media only screen and (device-width: 768px) {
  /* For general iPad layouts */

.col-1-3.push-right {
    width: 50%;
}

.col-1-3.push-left h3 {
    color: #1E1B54;
    font-size: 1.3em;
    font-weight: 600;
    margin: 20px 0px 10px 0px;
}

.col-2-3.slider {
    width:100%;
}

}

.mobiletitle h3 a {
    display: none;
}