﻿/*
Theme Name: Yunus Eliza
Theme URI: http://www.ethicaldesign.co.uk/
Description: A custom theme developed by www.ethicaldesign.co.uk for Yunus & Eliza
Author: john@ethicaldesign.co.uk
Version: 1.0
License: www.ethicaldesign.co.uk
*/

/*
 * Web fonts
 *
 */

@font-face {
	font-family: 'Cinzel';
	src: url('fonts/Cinzel-Regular-webfont');
	src: url('fonts/Cinzel-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Cinzel-Regular-webfont.woff') format('woff'),
		 url('fonts/Cinzel-Regular-webfont.ttf') format('truetype'),
		 url('fonts/Cinzel-Regular-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Cinzel';
	src: url('fonts/Cinzel-Bold-webfont.eot');
	src: url('fonts/Cinzel-Bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Cinzel-Bold-webfont.woff') format('woff'),
		 url('fonts/Cinzel-Bold-webfont.ttf') format('truetype'),
		 url('fonts/Cinzel-Bold-webfont.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}


@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?83in0a');
  src:  url('fonts/icomoon.eot?83in0a#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?83in0a') format('truetype'),
    url('fonts/icomoon.woff?83in0a') format('woff'),
    url('fonts/icomoon.svg?83in0a#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook2:before {
  content: "\ea91";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-pinterest:before {
  content: "\ead1";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-envelope:before {
  content: "\f0e0";
}



/*
----------------------- RESETS ----------------------------
*/


/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
 }

html,
body,
img {
	display: block;
}

a:link,
a:visited,
a:hover {
	text-decoration: none;
	font-weight:normal;
}

ol, ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

p {
	margin: 0 0 20px 0;
}

h1, h2, h3, h4 {
	margin: 0;
}

/* turn off all safari focus outlines */
*:focus {
    outline: none;
}

/*
----------------------- MAIN STRUCTURE ----------------------------
*/

html,body {min-height:100%;}

html {background-color:#fafafa;}

body {
	margin: 0;
	padding-top:40px;
	background-color: #fff;
	color: #333;
	overflow-x:hidden;
}

#main {
	margin-top:40px;
}

.space-below {
	margin-bottom:20px;
}

.left {float:left;}


/*
----------------------- TYPOGRAPHY ----------------------------
*/

body,p,address {
	font-size:16px;
	font-weight:normal;
	font-style:normal;
	font-family: 'Lato','gill sans',sans-serif;
}

p {
	line-height:1.6;
}

h1,h2,h3 {
	font-family: 'Cinzel',serif;
	font-weight:normal;
	text-align:center;
}

h1 {font-size:20pt;}

.small {
	font-size: 0.75em;
	line-height: 1.3;
}

.superscript {
	vertical-align: super;
	font-size: 75%;
	line-height: 0em;
}


hr {
		border: 0;
		color: #ddd;
		background-color: #ddd;
		height: 1px;
		width: 100%;
		margin-bottom:15px;
  }

.nowrap {white-space:nowrap;}

.content-wrapper h1 {margin-bottom:40px;}
.content-wrapper p {text-align:center;}



/*
----------------------- UI ELEMENTS ----------------------------
*/

a:link, a:visited {
color:#333;
background-color: transparent;

}

a:hover {
border-color: #557baa;
color: #557baa;
background-color: transparent;
}

input {font:  normal 16px/1.5em 'PT Sans','gill sans', sans-serif;}

.button,.wpcf7-submit,.map-info-window a {
	
	margin:20px 0 20px 0;
	padding:5px 10px !important;
	display:inline-block;width:auto;
	background-color:white !important;
	color:#111 !important;
	border-radius:2px;
	cursor:pointer;
	border:1px solid #222 !important;
	transition:all 0.15s linear;
	text-transform:uppercase;
	font-weight:normal !important;
	font:12pt 'Cinzel',serif;
}

.button:hover,.wpcf7-submit:hover,.map-info-window a:hover {
	color:white !important;
	/*background-color:#c11f41 !important;*/
	background-color:#557baa !important;
	border-color:#557baa !important;
}

.wpcf7-textarea {width:100%;max-width:930px;font-family: 'Lato','gill sans',sans-serif;}
.wpcf7-text {width:100%;max-width:500px;font-family: 'Lato','gill sans',sans-serif;}
.wpcf7-text[name="your_subject"] {max-width:100%;}
.wpcf7-submit { float:left !important;}

.wpcf7-response-output {border:0 !important;background-color:grey;color:white;}
.wpcf7-not-valid-tip {color:#AA0000 !important;}
.wpcf7-response-output {clear:both;margin:0 !important;width:100%;padding:10px 20px !important;}
.wpcf7-response-output.wpcf7-validation-errors {background-color:#AA0000;color:white;}
.wpcf7-mail-sent-ok {background-color:#557baa;color:white;}

.wpcf7 .ajax-loader {float:left;padding:20px !important;margin:20px !important;background-repeat:no-repeat !important;background-position:50% 50%;}

/*	=======
	HEADER
	=======
*/

/*
#header-logo {
	height:280px; 
	margin:0;
	width:100%;

	background:url('images/logo.svg')  50% top no-repeat white;
	background-size:auto 200px;
}
*/


#feature-header
{
	margin-bottom:40px;
	background-position: center center;
	width:100%;
	text-align:center;
	position:relative;
}

#feature-header img {margin:0 auto;max-width:100%;height:auto;}

#feature-header .overlay,
#feature-header-full .overlay,
#feature-footer .overlay,
#feature-footer-full .overlay {
	height:100%;width:100%;
	z-index:1000;position:absolute;
	top:0;left:0;
	opacity:0.1;
}

#feature-header p {margin:0;}

#feature-header-full {
	min-height:400px;
	height:70vh;
	width:100%;
	background-size:cover;
	background-repeat:none;
	background-position: center center;
	margin-bottom:40px;
	position:relative;
}

#constrained-header {width:100%;height:auto;margin-bottom:40px;}
#constrained-header .feature-header-full {max-width:970px !important;margin:0 auto;height:auto !important;min-height:500px;}


#feature-footer-full {
	min-height:50px;
	height:30vh;
	width:100%;
	background-size:cover;
	background-repeat:none;
	background-position: center center;
	position:relative;
	top:40px;
}


#feature-footer { margin-top:40px;text-align:center;}
#feature-footer img {margin:0 auto;max-width:100%;height:auto;}

.big-title {padding-bottom:40px;border-bottom:1px solid #efefef;margin-bottom:40px !important;}
.big-title h1 {text-align:center;font-size:26pt;}

#feature-header-full .image-overlay {height:100%;width:100%;max-width:920px;margin:0 auto;}
#feature-header-full .image-overlay img, #feature-header .image-overlay img {
	margin:0 auto;
	width:55%;height:auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#feature-header .image-overlay {
	height:100%;width:100%;z-index:1000;position:absolute;top:0;left:0;
}



/*	=========
 	FORMS
 	=========
*/

sup {font-size:70%;position:relative;top:1px;}

input[type=checkbox],input[type=radio] { display: none; }

input[type=checkbox] + label,input[type=radio] + label {cursor:pointer;position:relative;left:25px;display:block;}

input[type=checkbox] + label:hover, input[type=radio] + label:hover {color:#333;}

input[type=checkbox] + label span.box, input[type=radio] + label span.box {
    display:inline-block;height:15px;width:15px;margin:0 10px 0 -25px;border:3px solid #333;background-color:white;
}

input[type=checkbox]:checked + label span.box, input[type=radio]:checked + label span.box {
    background-color:#333;
}

input[type=submit] {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	clear:both;display:block;float:right;
	background:0;border:0;
	color:#999;border-bottom:1px solid #999;
	padding:5px 0;
	cursor:pointer;
	font-size:12pt;
}

input[type=submit]:hover { color: #2460ff;border-color: #2460ff;}

form .user-details label.small {display:inline-block;width:35%;font-size:11pt}
form .user-details select {padding:10px;margin-bottom:5px;}
form .user-details option {padding:0px 10px 0 10px;}
form .user-details input {padding:10px;margin-bottom:5px;}
form .user-details {}
form .user-details p {margin:0; line-height:30px;}
form .user-details input[type=text] {width:65%;line-height:1.2;background-color:white;border:1px solid #ddd;}




/*	=======
	FOOTER
	=======
*/


#footer {
	width:100%;
	background-color:#fafafa;
	margin-top:40px;
	color:#333;
	overflow:hidden;
}

#footer-inner {
	padding-top: 40px;
	margin:0 auto;
	text-align: center;overflow:hidden;clear:both;overflow:hidden;
	padding-bottom:27px;max-width:950px;
}

#footer .logo {
	clear:both;width:110px;height:75px;display:inline-block;
}

#footer .logo img {margin:0 auto;}

#footer p {font-size:9pt;line-height:1.65;}


#footer .logo-container {float:left;width:50%;margin:0 auto;padding:0 20px;overflow:hidden;}
#footer .logo {height:auto;width:150px;}
#footer .logo img {width:100px;height:auto;}
#footer .logo-container p.copyright {font:14pt 'Cinzel',serif;padding:10px;margin:0;}
#footer .logo-container p.credit {margin:0;}
#footer .logo-container p.network {margin:0 0 20px 0;}
#footer-menu {clear:both;}
#footer-menu li a {
	font-size:10pt;
	font-family: 'Lato','gill sans',sans-serif;
}

#footer .newsletter-container {float:left;width:25%;text-align:left;}
#footer-newsletter-link {font-size:12pt;}
#footer-newsletter-link i {font-size:12pt;margin-right:10px;}
#footer-newsletter-link:hover {color:#557baa;}
#footer-newsletter-form {padding:0px 10px 10px 25px;display:none;}
#footer-newsletter-form label, #footer-newsletter-form input, #footer-newsletter-form select {font-size:9pt;}
#footer-newsletter-form input,#footer-newsletter-form select {height:20px;padding:2px;}
#footer-newsletter-form .required {background-size:auto 50%;line-height:9pt;}
#footer-newsletter-form .newsletter-submit {padding:0;margin:0;}
#footer-newsletter-form .newsletter-submit:hover {color:#557baa;border-color:#557baa;}
#footer .social-container {float:right;text-align:right;width:25%;font-size:10pt;}
#footer ul.social-media-vertical-list li {text-align:right;background:none;padding:0 0 10px 0;}
#footer ul.social-media-vertical-list li a {padding:10px 20px 10px 0;color:#333;background-size:25px;transition:color 0.1s linear;}
#footer ul.social-media-vertical-list li a:hover {color: #557baa;}
#footer ul.social-media-vertical-list li i {float:right;font-size:14pt;}


#footer-newsletter-form-ajax-response {font-size:9pt;padding:15px 0px;line-height:1.3;margin-bottom:20px;display:none;}
#footer-newsletter-form-ajax-response .error {width:100%;padding:5px;background-color:#AA0000;color:white;display:block;}
.subscribe-text {padding-top:6px;float:left;font-size:9pt;}
.newsletter-ajax-loader { background:url('images/ajax-spinner-small.gif') 0px 5px no-repeat;height:28px;width:35px;float:left;vertical-align:middle;padding:10px;}

#footer-hr {clear:both;margin:50px 0 0 0;}

/* IN PAGE NEWSLETTER SUBSCRIPTION FORM */

#newsletter-form-ajax-response .subscribe-text {padding-top:2px;}

#footer .notices {font-size:10pt;margin-top:20px;padding:10px 0 10px 0;border-top:1px solid #ddd;color:#333;}

/*	=======
	FAQ
	=======
*/

.faq dt {font-weight:bold;padding-bottom:10px;margin-bottom:10px;cursor:pointer;border-bottom:1px dotted #ddd;}

/*	=======================
	GENERAL IN-PAGE CONTENT
	=======================
*/

/*

.content-wrapper ol {
    counter-reset:li;
    margin-left:45px;
    padding-left:0;
	list-style-position: outside;
}

.content-wrapper ol > li {
    position:relative;
    margin:0 0 20px 0;
    list-style:none;
	font-weight:bold;
}


.content-wrapper ol > li:before {
    content: counters(li, ".") " ";
    counter-increment:li;
	padding-right:10px;
	width:40px;
	margin-left:-35px;
}

.content-wrapper li ol,
.content-wrapper li ul {margin-top:6px;}
.content-wrapper ol ol li:last-child {margin-bottom:0;}

.content-wrapper ol li ol li {padding-top:20px;font-weight:normal;font-size:11pt;}
.content-wrapper ol li ol li ol li {font-size:10pt;}
*/

/* user entered content */

.content ul {
	padding-left: 15px;
	list-style-type: square;
}

.content ol {margin-left:15px;list-style-type: decimal;}

.content ol li ol {list-style-type:lower-alpha;margin-top:20px;}
.content ol li ol li ol {list-style-type:lower-roman;}

.content ul li, .content ol li { padding-left:15px;margin-bottom:20px;line-height:1.6;font-weight:normal;}

.content h2 {margin-bottom:20px;}

.content blockquote{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 20px;
  margin: 0 0 20px 20px;
  position: relative;
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  
  /*Borders - (Optional)*/
  border-left: 5px solid #efefef;
  
}

.content blockquote::after{
  /*Reset to make sure*/
  content: "";
}

.content blockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

.content blockquote a:hover{
 color: #666;
}

.content blockquote em{
  font-style: italic;
}

.wp-caption {margin-bottom:40px;}
.wp-caption img {margin:0 !important;width:100%;height:auto;}
.wp-caption p {margin:0;padding:0;font-size:9pt;}

/*	===========
	TOPNAV MENU
	===========
*/

#topnav {
	position:relative;top:0;left:0;width:100%;height:auto;background-color:white;z-index:2000;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	font-family: 'Cinzel',serif;
	/*-webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;*/
}



#topnav.is_stuck {
	position:fixed;top:0;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 3px 3px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 3px 3px 0px rgba(50, 50, 50, 0.2);
	z-index:20000;

}


#site-name {
	width:100%;
	/*padding-top:220px;*/
	text-align:center;
	font-size:22pt;
	letter-spacing:5px;
}

#site-name a {
	color:black;
	text-transform:uppercase;
}


#site-location {
	width:100%;text-align:center;font-size:14pt;display:none;
}

#topnav .nav-wrapper {position:relative;max-width:950px;width:100%;margin: 0 auto;}

#menu-collapser {
    position: relative;
    background-color: white;
    color: #a2a2a2;
    width: auto;
    font-size: 16px;height:55px;
    padding:0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.collapse-button {
	width:100px;
	background-color: white;
    cursor: pointer;
    font-size: 16px;
	margin:0 auto;
	line-height:55px;height:55px;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	padding:0 20px 0 30px;
	background:url('data:image/gif;base64,R0lGODlhFAARAIABAJmZmf///yH5BAEAAAEALAAAAAAUABEAAAIahI+py+0Zopy02ouz3vH5DzrcSJYmFaaqVwAAOw==') no-repeat left 50%;
	image-rendering:-moz-crisp-edges; image-rendering: -o-crisp-edges; image-rendering:-webkit-optimize-contrast; -ms-interpolation-mode:nearest-neighbor;

}
.collapse-button:hover, .collapse-button:focus {
    background-color: white;
    color: #333;
	background-image: url('data:image/gif;base64,R0lGODlhFAARAIABADMzM////yH5BAEAAAEALAAAAAAUABEAAAIahI+py+0Zopy02ouz3vH5DzrcSJYmFaaqVwAAOw==');
}

ul.slimmenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
	width: auto;
	max-width:950px;
	margin:0 auto;
	background-color:white;
	text-align:center;
	z-index:1000;

}
ul.slimmenu li {
    position: relative;
    display: inline-block;
    background-color: white;
	cursor:pointer;
	text-align:left;
}
ul.slimmenu > li {}
ul.slimmenu > li:first-child { border-left: 0 }
ul.slimmenu > li:last-child { margin-right: 0 }
ul.slimmenu li a {
	border:0;
	background-color:white;
	text-decoration:none;
    display: block;
    color: #a2a2a2;
    padding: 14px 12px 14px 14px;
    font-size: 13pt;font-weight:normal;
    transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -webkit-transition: background-color 0.5s ease-out;
}

ul.slimmenu .menu-item-home a { padding-left:0;} /*home aligns with left*/
ul.slimmenu.collapsed .menu-item-home a { padding-left:14px;} /* but not in collapsed state */

ul.slimmenu li a:hover {
	color:#444444 !important;
    text-decoration: none;
	background-color:white;
}
ul.slimmenu li .sub-collapser {
    background: transparent;
    position: absolute;
    right: 10px;
    top: 0;
    width: 30px;
    height: auto;
    text-align: right;
    z-index: 999;
    cursor: pointer;
}

ul.slimmenu li .sub-collapser:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

ul.slimmenu li .sub-collapser > i { display:none;}

ul.slimmenu.collapsed li .sub-collapser > i {
    color: #a2a2a2;
    display: inline-block;
    vertical-align: middle;


}


ul.slimmenu li ul {
    margin: 0;padding:0;
    list-style-type: none;
	min-width:220px;
}
ul.slimmenu li ul li {min-width:220px;}
ul.slimmenu li ul li a {border-bottom:1px dotted #aaa;min-width:220px;color:#a2a2a2;}
ul.slimmenu li ul li:first-child a {border-top:1px dotted #aaa;}
ul.slimmenu li ul li a:hover {background-color: #f5f5f5;color:#444;}
ul.slimmenu li > ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    width: 100%;
}
ul.slimmenu li > ul > li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    width: 100%;
	min-width:220px;
}

ul.slimmenu.collapsed li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li a {
    display: block;
    border-bottom: 1px solid #333;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li a:hover {
    background-color:#f5f5f5;
}
ul.slimmenu.collapsed li .sub-collapser {
    height:62px;
}
ul.slimmenu.collapsed li > ul {
    display: none;
    position: static;
}

ul.slimmenu.collapsed li ul li {background-color:#f5f5f5;}
ul.slimmenu.collapsed li ul li a {background-color:#f5f5f5;width:96%;margin-left:4%;padding-left:5%;}


ul.slimmenu .current-menu-item a, ul.slimmenu .current-menu-parent a {color:#444 !important;}


/* 	======================
	GALLERY SLIDE SHOW
	======================
*/

.slideshow {
	background-color:black;
}

/*
.slideshow-container {
	height:auto;
	width:100%;
	overflow:hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);

	background-color:black;

}

/*
.slideshow {
	width:100%;height:auto;
	position:relative;
	overflow:hidden;
	margin:0;padding:0;
	background-size: 64px 64px;
	background-color: black;
	text-align:center;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	}
.slideshow img {width:100%;height:auto;display:none}
.slideshow img:hover {cursor:pointer;}
.slideshow img.first { display: block }
.caption-nav {position:relative;}

.cycle-next.active {
	position:absolute;top:50%;right:0;
	z-index:200;
	cursor:pointer;
	height:53px;width:27px;margin-top:-27px;
	background:url('images/icons/cycle-next.gif') top left no-repeat;
	opacity:0.5;
}

.cycle-prev.active {
	position:absolute;top:50%;left:0;
	z-index:200;
	cursor:pointer;
	height:53px;width:27px;
	margin-top:-27px;
	background:url('images/icons/cycle-prev.gif') top left no-repeat;
	opacity:0.5;
}



.cycle-pager { text-align: left; float:left;width: 30%; z-index: 500; overflow: hidden;height:41px;}

.cycle-pager span {
    font-family:arial; font-size:33px; width:15px; height:15px; padding:12px 0 0 8px;
    display:inline-block;color:#999;cursor:pointer;
}
.cycle-pager span.cycle-pager-active {color:#333;}
.cycle-pager > * {cursor:pointer;}

.slideshow-caption {
float:right;
width: 65%;
text-align: left;
font-size: 14px;
line-height: 1.4;
margin:12px 2% 0 0;
}

.slideshow-caption p {
letter-spacing: 0px;
}
*/
/* 	===================================
	GENERAL POST CONTENT AND BLOCKS
	===================================
*/

.full-width { clear:both;width:100%;}
.full-width.black {background-color:black;color:white !important;}
.full-width.black h2,.full-width.black h2 a {color:white !important;}
.full-width.black h2:hover,.full-width.black h2 a:hover {color: #2460ff !important;}
.full-width.light-grey {background-color:#eeeeee;}

.no-column-break {
-webkit-column-break-inside: avoid;
-moz-column-break-inside: avoid;
-o-column-break-inside: avoid;
column-break-inside: avoid;
break-inside:avoid;
display: table;
}

.two-column {
	-webkit-column-count: 2;
	   -moz-column-count: 2;
		    column-count: 2;
-webkit-column-gap: 40px;
    -moz-column-gap: 40px;
	    column-gap: 40px;
}

.half-width{ width:50%; }
.left,.alighleft{float:left;padding-right:20px;}
.right,.alignright {float:right;padding-left:20px;}

.text-left * {text-align:left !important;}
.text-right * {text-align:right !important;}

.content-wrapper {
	clear: both;
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
	position: relative !important;
	overflow: hidden;
	padding:0 20px /* add padding to allow for shadow overspill and responsive collapse*/
}


.content-wrapper a {
	padding-bottom:2px;
	border-bottom:1px dotted #333;
}

.content-wrapper.front-page {
	clear: both;
	max-width:100%;width:100%;text-align:center;
	background:url('images/front-page-background.jpg') bottom center no-repeat;
	background-size:contain;
	height:80vh;
	text-align:center;
}

.content-wrapper.front-page .logo img {
	margin:7vh auto 0 auto;
	width:auto;
	height:30vh;
}


/*	==========
	STOCKISTS
	==========
*/


.stockists {margin-top:40px;}
.stockists h2 {
	padding:20px 0;
	margin:20px 0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}

.stockist-location { width:100%;}
.stockist address p {margin-bottom:0px;}
.stockist a {display:inline-block;margin-bottom:40px;}


/* OEMBEDS - relies upon fitVids() javascript plugin*/

.oembed-video {width:100%;max-width:950px;margin-bottom:20px;}
.oembed-video iframe #player {width:100%;height:auto;}

/* 	=========================
	GOOGLE MAPS
	=========================
*/

.google-map {
	width:100%;height:400px;
	clear:both;
	border:1px solid #d8dfe9;
	margin-bottom:40px;
}

.map-info-window p {
	max-width:300px;width:100%;
	line-height:1.2em;min-width:180px;
	font-size:10pt;margin:0;
	padding:5px 0 5px 0;
}

.map-info-window a { margin:5px 0;padding:3px 10px !important;} /* full style defined in .button */

.scroll-fix {
	line-height: 1.35;
    overflow: hidden;
    white-space: nowrap;
}


.map-info-window img {width:100%;height:auto;min-height:200px;} /*min-height for google maps height bug */

/*	===============
	ISOTOPE
	===============
*/


#isotope-container {
  	width:100%;
	max-width: 950px;

}

/* clear fix */
#isotope-container:after {
  content: '';
  display: block;
  clear: both;
}

.grid-sizer {width:33%;} /* must be defined individually or it causes collapsing problems!*/
.isotope-item.landscape {width:66%;}
.isotope-item.portrait {width:33%;}

.isotope-item{
	float: left;
	width: 33%;
	height: auto;
	padding:0 40px 40px 0;
}


.isotope-item .inner {
	background-color:#fafafa;
	transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}

.isotope-item:hover .inner {
background-color:white;
-webkit-box-shadow: 0px 0px 17px 0px rgba(50, 50, 50, 0.3);
-moz-box-shadow:    0px 0px 17px 0px rgba(50, 50, 50, 0.3);
box-shadow:         0px 0px 17px 0px rgba(50, 50, 50, 0.3);
}

.isotope-item .details {padding:20px;}
.isotope-item h3 {margin-bottom:10px;}
.isotope-item .tag-list {font-size:10pt;}

.isotope-item .image-container { background-color:#eee;background:url('images/ajax-spinner-small.gif') no-repeat 50% 50%}

.isotope-item .image {
	width:100%;
	height:auto;
	opacity:0.95;
	-moz-transition: opacity .3s ease-out;
	-webkit-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;

}

.isotope-item:hover .image {opacity:1;}

/* isotope css transitions TODO: check if these are still required with the latest version of isoptope*/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
-webkit-transition-duration: 0.8s;
   -moz-transition-duration: 0.8s;
        transition-duration: 0.8s;
}

.isotope {
-webkit-transition-property: height, width;
   -moz-transition-property: height, width;
        transition-property: height, width;
}

.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
   -moz-transition-property:    -moz-transform, opacity;
        transition-property:         transform, opacity;
}



/* TODO: if these icons don't need to have hover states in the future, consider base64 encoding and inlining them here */

.sticky-wrapper {
	background-color:white;
	z-index:500;
	padding:20px 0 20px 0;
	margin-bottom:40px;
	/*-webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;*/
}

.sticky-wrapper.is_stuck {
	background-color:#fafafc;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 3px 3px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 3px 3px 0px rgba(50, 50, 50, 0.2);
	/*-webkit-box-shadow: inset 0px -3px 9px 0px rgba(50, 50, 50, 0.2);*/
	/*-moz-box-shadow:    inset 0px -3px 9px 0px rgba(50, 50, 50, 0.2);*/
	/*box-shadow:         inset 0px -3px 9px 0px rgba(50, 50, 50, 0.2);*/
	/*border-bottom:1px solid #ccc;*/
}


ul.tag-list.horizontal, ul.shop-cat-list.horizontal {
	/*background:url('images/icons/bookmark.svg') no-repeat left 50%;
	background-size:20px auto;
	padding-left:20px;
	list-style-position: outside;*/
	text-align:center;
}

ul.tag-list.horizontal li, ul.shop-cat-list.horizontal li {
	display:inline;
	padding-right:10px;
	
}

ul.tag-list.horizontal.header, ul.shop-cat-list.horizontal.header {
	background:none;
	padding:0;
	margin:0 auto;
	max-width:930px;
	font-size:11pt;
}

ul.shop-cat-list.horizontal.header {padding-top:10px;}

ul.tag-list.horizontal.header li a, ul.shop-cat-list.horizontal.header li a {
	padding:5px;
	border:1px solid #eee;
	-webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
	display:inline-block;
	margin-top:10px;

}

ul.tag-list.horizontal.header li a:hover, ul.shop-cat-list.horizontal.header li a:hover {
	background-color:#fafafa;
}


ul.tag-list.horizontal.header li a.active, ul.shop-cat-list.horizontal.header li a.active {
	background-color:#fafafa;
	color:black;
}

.sticky-wrapper.is_stuck ul.tag-list.horizontal.header li a.active {
	background-color:white;
	color:black;
}


/*
 *==================
 *WOOCOMMERCE STYLES
 *==================
 */

.products {padding-top:40px;text-align:center;}

.product .images .zoom img {
	margin:0 auto;
}

.product a {transition:color 0.1s linear;}

.product a img {
	-webkit-transition: filter ease 0.4s;
	-moz-transition: filter ease 0.4s;
   	-ms-transition: filter ease 0.4s;
	-o-transition: filter ease 0.4s;
	transition: filter ease 0.4s;
}

.product a:hover img {filter:brightness(107%);}

.product .summary {margin-bottom:40px;text-align:center;}

.product .summary .product_title {text-align:center;clear:both;}
.product h2 {font-size:13pt;padding:20px;}
.product .images .thumbnails {text-align:center;}
.product .images .thumbnails a {display:inline-block;border:0;}

.related.products, .upsells.products {
	clear:both;
	padding:20px 0;
}

.related.products h2, .upsells.products h2 {
	border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd;
	padding:20px 0;
	margin-bottom:20px;
}

.products .product {display:inline-block;padding:40px 20px 40px 0;text-align:center;width:33%}

.variations_form {text-align:center;}


table.variations {margin: 0 auto 40px auto;text-align:left;}
.reset_variations {display:none;}

#cart-contents-wrapper{
	position:absolute;
	right:0;top:5px;
	height:48px;
	}


.cart-contents .amount {color:#ccc;position:relative;top:11px;padding-left:10px;}
.cart-contents:hover .amount {color:#333;}

.cart-contents .bag{float:left;text-align:center;}

.cart-contents .bag-handle {
	position:relative;top:0;left:50%;margin-left:-11px;
	height:8px;width:22px;background:url('images/icons/bag-handle.gif') top left no-repeat;
	background-size:100% auto;

}


.cart-contents .count{
	padding:3px 10px;
	border:2px solid #ddd;
}



#cart-contents-wrapper:hover .count {background-color:#333;border-color:#333;color:white}
#cart-contents-wrapper:hover .bag-handle {background-image:url('images/icons/bag-handle-hover.gif');}

#mini-cart {
	display:none;
	position:absolute;
	border:1px solid #ddd;
	background-color:#fafafc;
	z-index:1000;
	width:400px;
	-webkit-box-shadow: 0px 6px 3px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 6px 3px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 6px 3px 0px rgba(50, 50, 50, 0.2);
}

#mini-cart .cart_list li {
width:100%;clear:both;float:left;border-bottom:1px dotted #ddd;overflow:hidden;
padding:20px;
background-color:white;
}

#mini-cart .cart_list li:nth-last-child(1) {border-bottom:0;}

#mini-cart .cart_list li .remove {float:right;padding-left:10px;font-size:14pt;}
#mini-cart .cart_list li a {font-size:14pt;}
#mini-cart .cart_list li img {float:right;width:33%;height:auto;border:1px solid #eee; padding-bottom:10px;}
#mini-cart .cart_list li .variation {width:50%;float:left;margin-top:20px;}
#mini-cart .cart_list li .variation dt  {
	font-family: 'PT Sans','gill sans',sans-serif;
	color:black;
	font-weight:bold;
	font-size:10pt;
}

#mini-cart .cart_list li .quantity {
	clear:left;float:left;margin:10px 0 20px 0;
	font-family: 'PT Sans','gill sans',sans-serif;

}

#mini-cart .cart_list li .variation dd { margin:0;}
#mini-cart .cart_list li .variation dd p {font-size:10pt;color:#666;margin:0;}
#mini-cart .total {
	clear:both;float:left;
	width:100%;
	border-top:1px dotted #ddd;
	padding-top:10px;
	text-align:center;
}

#mini-cart p.buttons {text-align:center;}
#mini-cart p.buttons
.button {margin:0;}


.wc-forward {
	background-color:#0f1d41 !important;
	padding:10px !important;
}

.woocommerce-message {
	border:0 !important;
	background-color:#fafafc !important;
}

.woocommerce-message::before {
	content:none !important;
	padding:0;
}

.shop_table.cart {
	border:0 !important;
}

.shop_table.cart th {
	border-bottom:2px solid #0f1d41 !important;
}

.cart_totals {
}

a.remove { color:#0f1d41 !important;}


.woocommerce-pagination { clear:both;width:100%;text-align:center;}
.woocommerce-pagination ul li {display:inline-block;font-size:14pt;}
.woocommerce-pagination ul li a {border:0;padding:5px;}
.woocommerce-pagination ul li .current {border-bottom:1px solid #333;font-weight:bold;color:black;}


/* product category blocks inc. images */

.products { margin-top:20px;}

.products li.product-category {
	width:33%;
	padding:3%;

}

.products img {
	width:100%;height:auto;
}

.woocommerce-main-image img {
height:60vh;
width:auto;

}


.enquire-button {text-align:center;}
.enquire-button .button {padding:10px 20px !important;}

/* product image zoomer/viewer */

.iconic-woothumbs-all-images-wrap {margin:0 auto;}
.iconic-woothumbs-all-images-wrap a {border:0;}
.pswp__container, .pswp__item, .pswp__img {background-color:white !important;}
.iconic-woothumbs-icon-prev {position:absolute;bottom:0;}
.pswp__top-bar {background-color:black !important}
.pswp__caption {display:block !important;background-color:black !important;opacity:1 !important;color:white;}
.iconic-woothumbs-pswp {z-index:30000 !important;}

/* style overrides set in wordpress admin custom field */

.content-align-left,
.content-align-left p,
.content-align-left h1,
.content-align-left h2,
.content-align-left h3 {text-align:left !important;}
.content-align-left img {margin:40px 0;}

.content-align-right {text-align:right !important;}
.content-align-center {text-align:center !important;}

.got-prod-grid {width:100% !important;}
.got-prod-grid img {width:100% !important;height:auto !important;transition:filter 0.3s linear}
.got-prod-grid a:hover img {filter: brightness(110%);}

#catapult-cookie-bar {background-color:#111;color:white;font-size:9pt;padding:15px 40px;}
#catapult-cookie-bar .ctcc-inner {text-align:center;}
#catapult-cookie-bar .ctcc-right-side button {margin-left:20px;padding:3px 10px;background-color:#efefef;color:black;cursor:pointer;text-transform:uppercase;}
#catapult-cookie-bar .ctcc-right-side button:hover {background-color:#557baa;color:white;font-size:9pt;}
#catapult-cookie-bar .ctcc-more-info-link {color:grey;text-decoration:underline;}
#catapult-cookie-bar .ctcc-more-info-link:hover {color:white;}
html.has-cookie-bar.cookie-bar-top-bar {
	margin-top: 30px;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	transition: all 0.25s;
}




/*	==================
	RESPONSIVE LAYOUT
	==================
*/


@media all and (max-width: 970px) {
	#footer-inner {padding-left:20px;padding-right:20px;}
	#footer-newsletter-link {font-size:11pt;}
}

@media all and (max-width: 800px) {
	
	#footer-newsletter-link .signup {display:none;}
	#footer-newsletter-form {padding:0 0 20px 0;}
}


@media all and (max-width: 680px) {

	.stockists {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	}


	.isotope-item.portrait,.isotope-item.landscape, .grid-sizer {
		width:50%;
	}

	#footer-newsletter-link .ye {display:none;}
	#footer-newsletter-form label,
	#footer-newsletter-form input[type="text"],
	#footer-newsletter-form select {width:100%;display:block;}
	
	#footer-newsletter-form label {margin:5px 0;text-align:left;}
	ul.products .product {width:45%;}
	
}

/*SMALL SCREENS (500px and smaller) ---------------------------------------------*/

@media all and (max-width: 500px) {

	.isotope-item, .isotope-item.portrait, .isotope-item.landscape, .grid-sizer { width:100%;margin:0;padding:0 0 20px 0; } /* 1 column */

	#footer .social-media-vertical-list a {padding-right:0 !important;}
	#footer .social-media-vertical-list i {display:none;}
	#main .half-width {width:100%;clear:both;padding-bottom:20px;}
	ul.products .product {width:100%;}
}

@media all and (max-width: 360px)
	{
		#footer-inner {display:table;}
		#footer .newsletter-container,
		#footer .social-container,
		#footer .logo-container {
			clear:both;width:100%;padding:0 0 40px 0;text-align:center;display: table-cell;}
		
		#footer-newsletter-link .signup, #footer-newsletter-link .ye {display:inline-block;padding-right:5px;}		
		#footer-inner .logo-container {display: table-header-group;}
		#footer-inner .newsletter-container {display: table-footer-group;}
		
		#footer .social-media-vertical-list li {padding:0;margin:0;}
		#footer .social-media-vertical-list a {width:100%;text-align:center;display:block;padding:5px !important;}
	}
