/*
	Theme Name: Micky Mouse
	Theme URI: http://soletrader.com
	Description: ST.com  Theme
	Version: 1.0
	Author: Alicia Collymore
	Author URI: http://soletrader.com

*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	height: 100%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
	background: #E8E8E8;
	background-size: cover!important;
	background-repeat: no-repeat;
	background-attachment: fixed!important;
	bac
	height: 100%;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	 text-decoration: underline;
}
a:hover {
	color:#444;
	opacity: 0.5;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

ul {
	padding: 0px;
	margin:0px;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width: 1000px;
	width:100%;
	margin:0 auto;
	position:relative;
	height: 100%;
	padding: 1%;
	font-family: 'Open Sans', sans-serif;
}
/* header */
.header {
	margin-top: 10px;
	background:#fff;
	padding: 3%;
	height: 100%;
	max-height: 150px;
}

/* logo */
.logo {
	width: 35%;
	float: left;
}
.logo-img {

}
/* nav */
.nav {
	width: 55%;
	float: right;
	font-weight: 700;
	padding-top: 10px;
	-webkit-box-shadow: 0px 5px 9px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 5px 9px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 5px 9px 0px rgba(50, 50, 50, 0.25);
}

.nav ul {
	height: 100%;
	text-align: center;
}

.nav li {
	display: inline;
	list-style-type: none;
	height: 100%;
	line-height: 70px;
	position: relative;
}

.nav li a {
	font-size: 15px;
	padding: 0px 4% 20px 4%;
	text-transform: lowercase;
	text-decoration: none;
}

.nav li a:hover, .nav li.current-menu-item > a, .nav li.current-menu-parent > a {
	opacity: 0.5;
}

/* -- makes drop nav appear on hover -- */
.nav ul li:hover ul {
    visibility:visible
}

/* -- nav drop -- */
.nav .sub-menu {
    visibility: hidden;
    position: absolute;
    z-index: 200;
    left: 0px;
    height: auto;
    padding: 3%;
    margin-top: -20px;
    width: 200%;
    text-align: left;
    padding-bottom: 0;
}

.nav .sub-menu li {
  display: block;
  margin: 0 auto;
  padding-bottom: 15px;
  line-height: 30px;
}

.nav .sub-menu span {
	display: none;
}

/* mobile menu hidden from desktop */
.mobilemenu {
	display: none;
}

.pagetitle {
	float: left;
	margin-right: 2%;
	margin-bottom: 0;
	font-size: 35px;
	font-weight: 300;
}

.full {
	width: 100%;
	background: #fff;
	padding: 3%;
	margin-top: 15px;
	position: relative;
}

.third {
	float: left;
	width: 33.3333333333333%;
	padding: 0 2%;
	position: relative;
}

.third h1, .half-left h2, .half-right h2  {
	font-weight: 400;
	text-transform: uppercase;
}

.half-left h2, .half-right h2   {
	font-size: 2em;
}

.half-left {
	float: left;
	width: 50%;
	padding: 0 1%;
	position: relative;
}

.half-right {
	float: right;
	width: 50%;
	padding: 0 1%;
	position: relative;
}

/* section dividers */
.divider {
	position: absolute;
	border: 1px solid #ccc;
	width: 1px;
	height: 90%;
	top:20px;
}

#thirddivider1 {
	left: 33.3333333333333%;
}

#thirddivider2 {
	right: 34.3333333333333%;
}

#halfdivider {
	left: 50%;
}

/* footer */
.footer {
	background: #fff;
	padding: 3%;
	text-align: center;
}

	.copyright img {
		width: 20%;
		margin-bottom: 2px;
	}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/*homepage*/

/*slideshow on homepage*/
.slide {
	width: 70%;
	float: left;
}
.easingsliderlite div,
.easingsliderlite.use-slide .easingsliderlite-slide,
.easingsliderlite,
.easingslider.use-slide .easingslider-viewport {
		height: 350px!important;
		max-height: 350px!important;
	}

/*home page navigation*/
.homenav {
	float: right;
	width: 27%;
	background: #F8F8F8;
	text-transform: lowercase;
}

.homenav .sub-menu {
	display: none;
}

.homenav li {
	list-style: none;
	width: 100%;
	font-size: 25px;
	padding: 17.5px 5%;
	-webkit-box-shadow: 0px 5px 9px 0px rgba(50, 50, 50, 0.79);
	-moz-box-shadow:    0px 5px 9px 0px rgba(50, 50, 50, 0.79);
	box-shadow:         0px 5px 9px 0px rgba(50, 50, 50, 0.79);
}

.homenav li:hover {
	opacity: .5;
}

.homenav li a {
	width: 100%;
	display: block;
	text-decoration: none;
}

/* homepage boxes row 1 */
.third .welcomecopy {
	font-size: 17px;
	line-height: 1.5;
}

.third.services p, .third.services li {
	font-size: 13px;
}

.third.services li {
	list-style: none;
	display: inline;
}

.third.services li:after {
	content: ', ';
}

.third.services li:last-child:after  {
	content: '.';
}

.third.services li:last-child:before  {
	content: 'and ';
}

.third.findus iframe {
	width: 100%;
	-webkit-box-shadow: 0px 5px 9px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 5px 9px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 5px 9px 0px rgba(50, 50, 50, 0.25);
}


.third button {
	box-shadow: 0px 10px 14px -7px #9B9B9B;
	border-radius: 8px;
	display: inline-block;
	font-weight: 300;
	cursor: pointer;
	color: #ffffff;
	font-size: 20px;
	padding: 2% 2%;
	text-decoration: none;
	text-shadow: 0px 1px 0px #696969;
	border: 0;
	text-transform: lowercase;
}

.third button:hover {
	opacity: .7
}

.third button:active {
	position:relative;
	top:1px;
}


/* homepage boxes row 2 */

/* bullet points on le homepage */
.moretext {
	width: 48%;
}

.moretext li {
	font-size: 17px;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	list-style: none;
}

.moretext li:first-child {
	padding-top: 0;
}

.moretext li:last-child {
	border: 0px;
}

/* request a call back form on le homepage */
.callback {
	padding-left: 2%;
}

.callback p {
	font-size: 17px;
}

.form {
	background: #E1E1E1;
}

.callback input,
.callback input[type=submit] {
	border: 0px;
	width: 100%;
	margin: 0%!important;
	padding: 3%!important;
}

input#gform_submit_button_1,
input#gform_submit_button_2 {
	width: 100%!important;
}

.callback input[type=submit] {
	-webkit-box-shadow: 0px 5px 9px 0px rgba(50, 50, 50, 0.79);
	-moz-box-shadow:    0px 5px 9px 0px rgba(50, 50, 50, 0.79);
	box-shadow:         0px 5px 9px 0px rgba(50, 50, 50, 0.79);
}

.callback input[type=submit]:hover {
	opacity: .7;
}


.callback li {
	list-style: none;
	width: 100%;
	padding: 3%;
	font-size: 15px;
	font-weight: 300;
	-webkit-box-shadow: 0px 5px 9px 0px rgba(50, 50, 50, 0.79);
	-moz-box-shadow:    0px 5px 9px 0px rgba(50, 50, 50, 0.79);
	box-shadow:         0px 5px 9px 0px rgba(50, 50, 50, 0.79);
}

.callback .form .gform_wrapper .top_label li.gfield.gf_inline input[type=text].medium,
.callback .gform_wrapper .top_label li.gfield.gf_inline,
.callback .gform_wrapper {
	width: 100%!important;
	max-width: 100%!important;
}

.gform_wrapper .gform_footer{
	margin: 0px!important;
	padding: 0px!important
}

.callback .form .gform_wrapper .gfield_required,
.callback .gform_wrapper .top_label .gfield_label {
	display: none!important;
}

/* About page */

.about {
	font-size: 17px;
	line-height: 1.6
}

.aboutlists li {
	list-style: none;
	display: inline;
	font-size: 17px;
}

.aboutlists li:after {
	content: ', ';
}

.aboutlists li:last-child:after  {
	content: '.';
}

.aboutlists li:last-child:before  {
	content: 'and ';
}

.featuredimg img {
	-webkit-box-shadow: 0px 5px 9px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 5px 9px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 5px 9px 0px rgba(50, 50, 50, 0.25);
}

.associationinfo {
	display: none;
}

.associationbutton {
	box-shadow: 0px 10px 14px -7px #9B9B9B;
	border-radius: 8px;
	display: inline-block;
	font-weight: 300;
	cursor: pointer;
	color: #ffffff;
	font-size: 15px;
	padding: 1% 2%;
	text-decoration: none;
	text-shadow: 0px 1px 0px #696969;
	border: 0;
	text-transform: lowercase;
}

.associations img {
	max-height: 50px;
	margin: 1%;
}


button.associationbutton:hover {
	opacity: .7
}

button.associationbutton:active {
	position: relative;
	top: 1px;
}

.associationdesc {
	font-size: 15px;
}

.associationfeed iframe {
	max-height: 450px;
}

/*gallery page*/

.gallery .pagetitle {
	padding-top: 50px;
}

.ngg-galleryoverview {
	clear: none!important;
	overflow: visible!important;
}

.ngg-template-caption .ngg-gallery-thumbnail-box {
	margin: 2%!important;
	width:20%!important;
}

.ngg-template-caption .ngg-gallery-thumbnail-box:nth-child(1),
.ngg-template-caption .ngg-gallery-thumbnail-box:nth-child(2),
.ngg-template-caption .ngg-gallery-thumbnail-box:nth-child(3) {
	width: 23.5%!important;
}

.ngg-gallery-thumbnail {
	position: relative;
}

.ngg-gallery-thumbnail img {
	width: 100%!important;
	border: 0px!important;
	margin:0!important;
	padding: 0!important;
	height: auto!important;
}


.ngg-gallery-thumbnail:hover span {
	visibility: visible;
	transition-duration: 1s;
}

.ngg-gallery-thumbnail img:hover {
	opacity: .1;
	border: 0;
	transition-duration: 0.5s;
}

.ngg-gallery-thumbnail span {
	visibility: hidden;
	font-size: 17px!important;
}

.galCaption {
	position: absolute;
	width: 100%;
	top:0;
	left: 0;
	font-size: 17px;
	padding: 2%;
}

div#shDisplay img#shTopImg {
	background: #fff!important;
	padding: 2%!important;
}

/* reviews page */

.reviews p {
	font-size: 17px;
}

.reviews h2 {
	padding-top: 13px;
	font-size: 25px;
}

.reviews button {
	box-shadow: 0px 10px 14px -7px #9B9B9B;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display: inline-block;
	font-weight: 300;
	cursor: pointer;
	color: #ffffff;
	font-size: 20px;
	padding: 1% 2%;
	text-decoration: none;
	text-shadow: 0px 1px 0px #696969;
	border: 0;
	text-transform: lowercase;
}

.reviews button:hover {
	opacity: .7
}

.reviews button:active {
	position:relative;
	top:1px;
}

.messi-box {
	background-color: #fff!important;
}

.messi-titlebox.info,
.messi-titlebox.anim {
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	text-shadow:none;
}

.messi-content {
	font: 17px normal 'Open Sans', sans-serif!important;
	color:#444;
	font-weight: 300!important;
}

.messi .btn {
	box-shadow: 0px 10px 14px -7px #9B9B9B!important;
	background-color: #373737!important;
	background-image:none!important;
	-moz-border-radius: 8px!important;
	-webkit-border-radius: 8px!important;
	font-family: 'Open Sans', sans-serif;
	border-radius: 8px!important;
	font-weight: 300!important;
	cursor: pointer!important;
	color: #ffffff!important;
	font-size: 20px!important;
	padding: 1% 2%!important;
	text-decoration: none!important;
	text-shadow: 0px 1px 0px #696969!important;
	border: 0!important;
}

/* contact page */

.map {
	width: 70%;
	float: left;
}

.map iframe {
	width: 100%;
	height: 100%;
	min-height: 350px;
}


.contactform {
	float: right;
	width: 27%;
	text-transform: lowercase;
}

.contactform li {
	list-style: none;
	width: 100%;
	padding: 3%;
	font-size: 15px;
	font-weight: 300;
	-webkit-box-shadow: 0px 5px 9px 0px rgba(50, 50, 50, 0.79);
	-moz-box-shadow:    0px 5px 9px 0px rgba(50, 50, 50, 0.79);
	box-shadow:         0px 5px 9px 0px rgba(50, 50, 50, 0.79);
}

.contactform input, .contactform textarea {
	border: 0px;
	padding: 3%!important;
	width: 100%!important;
	margin-bottom: 5px;
}

.contactform input[type=submit] {
	margin-bottom: 0px;
}

.contactform input[type=submit]:hover {
	opacity: .5
}

.contactform .gform_wrapper .top_label .gfield_label {
	font-weight: 400;
	margin: 2%;
}

.contactform .gform_wrapper .gform_footer {
	-webkit-box-shadow: 0px 5px 9px 0px rgba(50, 50, 50, 0.79);
	-moz-box-shadow:    0px 5px 9px 0px rgba(50, 50, 50, 0.79);
	box-shadow:         0px 5px 9px 0px rgba(50, 50, 50, 0.79);
}

.contactform .gform_wrapper {
	margin: 0px;
	max-width: 100%;
}

.contactdetails {
	width: 70%;
	float: left;
	font-size: 17px;
}

.contactdetails a {
	word-break: break-word;
}

.paymentlogos h2 {
	font-weight: 400;
	font-size: 20px;
}


.paymentlogos img {
	margin: 1%;
}

/*------------------------------------*\
    ADD ONS
\*------------------------------------*/

/* video */
.wideo {
	width:60%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.wideo iframe {
	with:100%;
	height:300px;
}

/*accordions */
h3.ui-accordion-header {
	cursor: pointer;
	padding: 3%;
	font-weight: 300;
	font-size: 17px;
}

h3:hover.ui-accordion-header {
	opacity: .7;
}

.ui-accordion-content {
	width: 98%;
	margin: 0 auto;
	font-size: 15px;
}

/* le list of prices - table */
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	box-shadow: 0 1px 0px rgba(0,0,0,0.09);
	font-size: 17px;
}

td, th {
	border: 1px solid #CCC;
	padding: 1%;
	font-weight: 300;
}


/* carousel slide show */
.thumb-slider .ngg-template-caption .ngg-gallery-thumbnail-box:nth-child(1),
.thumb-slider .ngg-template-caption .ngg-gallery-thumbnail-box:nth-child(2),
.thumb-slider .ngg-template-caption .ngg-gallery-thumbnail-box:nth-child(3) {
	width: auto!important;
}

.thumb-slider .ngg-template-caption .ngg-gallery-thumbnail-box {
	width: auto!important;
	margin: auto!important;
	margin-right:5px!important;
}

/* gallery album */
.ngg-album {
	border: 0px!important;
}

.ngg-albumoverview {
	border-bottom: 1px solid #ccc
}

.ngg-albumtitle {
	font-weight: 400!important;
	font-size: 20px!important;
}

.ngg-description {
	font-size: 17px;
}

.ngg-thumbnail {
	width: 15%;
}

.ngg-thumbnail img {
	background-color: transparent!important;
	border: 0px!important;
	margin: 0px!important;
	padding: 0px!important;
	width: 100%;
}

.ratedpeopleBanner {
	text-align: center;
}



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/


/* ipad / tablet portrait */
@media screen and (max-width:768px) {

	.wideo {
	width:80%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.wideo iframe {
	with:100%;
	height:250px;
}

	.nav li a {
		padding: 0px 3% 20px;
	}

}


/* samsung/htc/iphone6lanscape */
@media screen and (max-width:667px) {

	/*header*/
	.nav {
    width: 65%;
    }
    .logo {
    	width: 30%;
    	margin-top: 15px;
    }

    /*homepage*/
    .homenav li {
    	font-size: 20px;
    	padding: 13.5px 5%;
    }


    /*contactpage*/
    .map {
	    width: 50%;
	}
	.contactform {
		width: 45%
	}
	.contactdetails {
   	 width: 100%;
	}
}


/* iphone 5 landscape */
@media screen and (max-width:568px) {
		/*header*/
		.header {
			max-height: 100px;
		}

		.logo {
	    	width: 45%;
		}

		/*special mobile nav*/
		.mobile-hide, .nav {
			display: none;
		}
		.mobilemenu {
			display: block;
			cursor: pointer;
			float: right;
			width: 40%;
			text-align: left;
			font-size: 25px;
			padding-left: 30px;
		}
		.nav {
			position: absolute;
			z-index: 1000;
			width: 55%;
			right: 4%;
		}
		.nav ul, .nav .sub-menu {
			text-align: left;
			padding-left: 30px;
		}

		.nav li, .nav .sub-menu li {
			display: block;
			line-height: 30px;
			padding-bottom: 0px;
		}
		.nav a, .nav .sub-menu a {

		}
		.nav .sub-menu {
			position: relative;
			visibility: visible;
			width: 100%;
			margin-top: 0px;
			padding: 0;
		}

		/*homepage*/
		.easingsliderlite div,
		.easingsliderlite.use-slide .easingsliderlite-slide,
		.easingsliderlite,
		.easingslider.use-slide .easingslider-viewport, {
			height: 300px!important;
			max-height: 300px!important;
		}

		/*gallery */
		.ngg-template-caption .ngg-gallery-thumbnail-box:nth-child(1),
		.ngg-template-caption .ngg-gallery-thumbnail-box:nth-child(2),
		.ngg-template-caption .ngg-gallery-thumbnail-box:nth-child(3) {
			width: 20%!important;
		}

		/* reviews */
		.reviews h2 {
			padding-top: 13px;
			font-size: 20px;
			padding-left: 38%;
		}


	}



/* iphne 4 landscape */
@media screen and (max-width:480px) {

	/* homepage */
	.slide {
	    width: 100%;
	}

	.homenav {
		display: none;
	}


	.divider {
		display: none;
	}

	.third,
	.half-right,
	.half-left,
	.map,
	.contactform {
		float: none;
		width: 100%;
		border-bottom: 1px solid #ccc;
		padding-bottom: 15px;
	}

	.third:last-child,
	.half-left:last-child,
	.half-right {
		border: 0px;
	}

}


/* most mobile portrait devives (360px and under basically) */
@media screen and (max-width:360px) {

	.easingsliderlite div,
	.easingsliderlite.use-slide .easingsliderlite-slide,
	.easingsliderlite,
	.easingslider.use-slide .easingslider-viewport {
	height: 200px!important;
	max-height: 200px!important;
	}

	.ngg-template-caption .ngg-gallery-thumbnail-box:nth-child(1),
	.ngg-template-caption .ngg-gallery-thumbnail-box:nth-child(2),
	.ngg-template-caption .ngg-gallery-thumbnail-box:nth-child(3),
	.ngg-template-caption .ngg-gallery-thumbnail-box {
		width: 25%!important;
	}

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.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;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
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%;
	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 .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

.errorpage p {
	font-size: 20px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
