/* 
_____________________________________________________ GLOBAL DEFINITIONS

	Bootstrap 2 breakpoints at	480, 768, 970, 1200

	Bootstrap 3 breakpoints at	<768(xs), 		>=768(sm),		>=992 (md),		>=1200(lg)
	container width				width-30px		750px-30px		970px-30px		1170px-30px
	useful width				width-30px		720px			940px			1140px
	col width					auto			60pxf			81px			97px
	
	Bootstrap 3 breakpoints at min-width: <768(xs), >=768(sm), >=992 (md), >=1200(lg)
	Bootstrap 3 breakpoints at max-width: no media query as no upper bound(xl), 1199(lg), 991(md), 767(sm), 0(xs) 

	Bootstrap 4 breakpoints at 34em, 48em, 62em, 75em
	Bootstrap 4 breakpoints at min-width: 554(xs), 768(sm), 992(md), 1200(lg), (xl) 
	Bootstrap 4 breakpoints at max-width: no media query as no upper bound(xl), 1199(lg), 991(md), 767(sm), 553(xs) 

	SiteOrigin breakpoints (defaults) at 1024(tablet), 780(mobile)
	SiteOrigin breakpoints (aligned to BS3 in this theme) at 768(tablet), 480(mobile)
	
	Apple iPhone:Logical	320x480(1-3GS), 320x480(4-4S), 320x568(5,5C,5S),  375x667(6),  414x735(6+):actual590x960(6+)
	Apple iPhone:Physical	320x480(1-3GS), 640x960(4-4S), 640x1136(5,5C,5S), 750x1334(6), 1080x1920(6+):actual1242x2208(6+)

	Apple iPad:Logical		768x1024(3-4, Air-2, Pro, Mini2-4),  1024x1366(Pro12.9")
	Apple iPad:Physical		1536x2048(3-4, Air-2, Pro, Mini2-4), 2048x2732(Pro12.9")

	Theme image sizes are thumbnail=150x150 medium=300x300 large=1024x1024 
	Woocommerce image sizes are shop_thumbnail=180x180 shop_catalog=300x300 shop_single=600x600



_____________________________________________________ GLOBAL STYLES
*/

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/*	Accepting that browser being used has root font size default at 16px, then this will set root html size at 10px 
html { font-size: 62.5%; } 
*/
body {
    color: #777;
/*    font-family: 'Droid Sans', sans-serif; */
/*    font-family: 'Varela Round'', sans-serif; */
/*    font-family: 'Open Sans', sans-serif; */
    font-family: 'Nobile', sans-serif;
    font-size: 1em;
    font-weight: 300;
    overflow-x: hidden;
}
/*	BS3 default: html font-size=14px */
/*	BS4 default: html font-size=16px */
/*	catering for old, then modern borwsers =14px
body { font-size: 14px; font-size: 1.4rem; } 
*/
h1,h2,h3,h4,h5,h6 {
    color: #333;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    line-height: 1.4;
}
/*	catering for old, then modern borwsers =24px 
h1 { font-size: 24px; font-size: 2.4rem; } 
*/

/*
NB	:hover MUST be listed AFTER :link and :visited to be effective
	:focus SHOULD always be PAIRED with :hover to support mobile
*/
a:link {text-decoration: none; color: #ddd}
a:visited {text-decoration: none; color: #ddd}
a:hover {text-decoration: none; color: #fff}
a:active {text-decoration: none}
/* globally responsive images 
   rather set per object to prevent cards auto-sizing
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
*/
/* reduced (half the bootstrap default 30px) gutter for Accommodation section */
/* 14px gutter */
.gutter-3.row {
  margin-right: -3px;
  margin-left: -3px;
}
.gutter-3 > [class^="col-"], 
.gutter-3 > [class^=" col-"] {
  padding-right: 3px;
  padding-left: 3px;
}
/* reduced (half the bootstrap default 30px) gutter for Attractions section */
/* 16px gutter */
.gutter-16.row {
  margin-right: -8px;
  margin-left: -8px;
}
.gutter-16 > [class^="col-"], 
.gutter-16 > [class^=" col-"] {
  padding-right: 8px;
  padding-left: 8px;
}
/*
	CARD
*/
.bespoke-card {
	width: 232px;
	height: 348px;
	position: relative;
	-webkit-perspective: 800px;
	   -moz-perspective: 800px;
	   	 -o-perspective: 800px;
	   	 	perspective: 800px;
}
#bespoke-card-face01,
#bespoke-card-face02,
#bespoke-card-face03, 
#bespoke-card-face10, 
#bespoke-card-face11, 
#bespoke-card-face12, 
#bespoke-card-face13, 
#bespoke-card-face14, 
#bespoke-card-face15, 
#bespoke-card-face16 {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform 1s;
         -moz-transition: -moz-transform 1s;
           -o-transition: -o-transform 1s;
              transition: transform 1s;
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	     -o-transform-style: preserve-3d;
		 	transform-style: preserve-3d;
}
#bespoke-card-face01.flipped,
#bespoke-card-face02.flipped,
#bespoke-card-face03.flipped,
#bespoke-card-face10.flipped,
#bespoke-card-face11.flipped,
#bespoke-card-face12.flipped,
#bespoke-card-face13.flipped,
#bespoke-card-face14.flipped,
#bespoke-card-face15.flipped,
#bespoke-card-face16.flipped {
	-webkit-transform: rotateY( 180deg );
	   -moz-transform: rotateY( 180deg );
	     -o-transform: rotateY( 180deg );
		 	transform: rotateY( 180deg );
}
.bespoke-card figure {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	     -o-backface-visibility: hidden;
		 	backface-visibility: hidden;
}
.bespoke-card-front img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	     -o-backface-visibility: hidden;
		 	backface-visibility: hidden;
}
.bespoke-card-back {
/*
	background: white;
	background: #245371; - blue
	background: #8b929b;
	background: gainsboro;
*/
	background: #dcdcdc;
	color: white;
	color: #222;
	font-weight: 400;

	padding: 30px 15px;
	font-size: 13px;
	vertical-align: middle;
	-webkit-transform: rotateY( 180deg );
	   -moz-transform: rotateY( 180deg );
	     -o-transform: rotateY( 180deg );
		 	transform: rotateY( 180deg );
}
.bespoke-card-back i {
	font-size: 17px;
	width: 25px;
	margin-right: 10px;
	text-align: center;
}
.bespoke-card-back tr {
	border-bottom-color: transparent;
	border-bottom-style: solid;
	border-bottom-width: 9px;
}
.bespoke-card-back td {
	padding: 0 3px 0 0;
}
.bespoke-card-back h1 {
	color: white;
	font-size: 18px;
	text-align: center;
}
.bespoke-card-back p {
	margin-top: 10px;
	text-align: center;
}
.bespoke-card-inset {
	position: relative;
}
.bespoke-card-inset p {
/*
	background-color: rgba(160, 160, 160, 0.6);
*/
	background-color: rgba(80, 80, 80, 0.4);
	border-bottom: white solid 2px;
	color: white;
	font-weight: 600;
	font-size: 11px;
	margin: 0;
	padding: 0 5px;
	text-align: right;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.bespoke-card-x4 {
	background: #111;
	color: #ddd;
	position: relative;
}
.bespoke-card-x4 > img {
/*
	display: inline-block;
	float: left;
*/
	height: 87px;
	width: auto;
}
.bespoke-card-x4 > span {
/*
	display: inline-block;
*/
	float: left;
	font-size: 10px;
	font-weight: 600;
	height: 87px;
	line-height: 1.1;
	margin-top: auto;
	margin-bottom: auto;
	padding-left: 3px;
	text-align: center;
	width: 144px;
}
.bespoke-card-x4 p {
	background-color: rgba(100, 100, 100, 0.6);
	border-bottom: white solid 2px;
	color: white;
	font-weight: 600;
	font-size: 11px;
	margin: 0;
	padding: 0 5px;
	text-align: right;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.bespoke-card-x4v {
	border-right: #bbb 1px solid;
	position: relative;
	overflow: hidden;
	float: left;
}
.bespoke-card-x4v > img {
/*
	display: inline;
	float: left;
	display: inline-block;
*/
	display: inline-block;
	height: 174px;
	width: 115px;
}
.bespoke-card-x4v p {
/*
	display: inline;
	float: left;
	display: inline-block;
*/
	background-color: rgba(100, 100, 100, 0.6);
	border-bottom: #bbb solid 1px;
	color: white;
	font-weight: 600;
	font-size: 11px;
	margin: 0;
	padding: 0 5px;
	text-align: right;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 116px;
}
.bespoke-card-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
/*
	background-color: rgba(100, 100, 100, 0.1);
*/
	background-color: rgba(100, 100, 100, 0);
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	     -o-backface-visibility: hidden;
		 	backface-visibility: hidden;
}
.bespoke-card-info {
	position: absolute; 
/*
	bottom: 40px;
	bottom: 150px;
*/
	bottom: 172px;
	left: 0;
	width: 100%;
	color: white; 
/*
	background: rgba(255,255,255,0.32);
*/
	background: rgba(0,0,0,0.15);
	font-size: 18px;
	font-weight: 600;
	font-family: "Raleway";
/*
	line-height: 40px;
*/
	line-height: 35px;
	text-align: center;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	     -o-backface-visibility: hidden;
		 	backface-visibility: hidden;
}
.bespoke-card-flip {
	position: absolute; 
/*	take#1 fat fingers no good
	top: 0.55em;
	right: 0.75em;
*/
	top: 0.05em;
	right: 0.25em;
	border-color: transparent;
	border-width: 0.5em;
	border-style: solid;
	color: white; 
	cursor: pointer;
	font-size: 18px;	
/*
	opacity: 0.50; 
*/
	opacity: 0.80; 
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	     -o-backface-visibility: hidden;
		 	backface-visibility: hidden;
}
.bespoke-flip-brown {
	color: #664356;
}
.bespoke-flip-black {
	color: black;
}
.bespoke-card-flip:hover {
	opacity: 1;
}
.bespoke-card-done {
	position: absolute; 
	top: 0.05em;
	right: 0.25em;
	border-color: transparent;
	border-width: 0.5em;
	border-style: solid;
	width: auto;
	color: #777; 
	cursor: pointer;
	font-size: 18px;	
	opacity: 0.6; 
	margin-right: 0;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	     -o-backface-visibility: hidden;
		 	backface-visibility: hidden;
}
.bespoke-card-done:hover {
	opacity: 1;
}
.bespoke-card-list {
	padding-left: 0;
}
.bespoke-card-list li {
	list-style-type: none;
    margin-left: 15px;  
}
/* Prevent nested li's from getting messed up */
.bespoke-card-list li:before {
    content: "• ";
    margin-left: -15px;
}


.bespoke-7apiconfont-regular {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.bespoke-card-back i.bespoke-7apiconfont-regular {
	font-size: 17px;
	width: 25px;
	margin-right: 10px;
	text-align: center;
}
.bespoke-7apiconfont-regular-tv:before {
  content: "\e00e";	
}
.bespoke-7apiconfont-regular-hairdryer:before {
  content: "\e004";
}
.bespoke-7apiconfont-regular-kitchen:before {
  content: "\e008";
}
.bespoke-7apiconfont-regular-tableware:before {
  content: "\e011";
}
.bespoke-7apiconfont-regular-stove:before {
  content: "\e010";
}
.bespoke-7apiconfont-regular-refrigerator:before {
  content: "\62";
}
.bespoke-7apiconfont-regular-laundry-washer:before {
  content: "\e00a";
}
.bespoke-7apiconfont-regular-laundry-dryer:before {
  content: "\e00b";
}
.bespoke-7apiconfont-regular-ironing:before {
  content: "\e007";
}
.bespoke-7apiconfont-regular-car:before {
  content: "\e000";
}
.bespoke-7apiconfont-regular-wheelchair:before {
  content: "\e00f";
}
.bespoke-7apiconfont-regular-family:before {
  content: "\e00c";	
}
.bespoke-7apiconfont-regular-pool:before {
  content: "\e009";
}
.bespoke-7apiconfont-regular-sundeck:before {
  content: "\e006";
}
.bespoke-7apiconfont-regular-bbq:before {
  content: "\e002";
}
.bespoke-7apiconfont-regular-sofa:before {
  content: "\e001";
}
.bespoke-7apiconfont-regular-games:before {
  content: "\e005";
}


.bespoke-clear {
	clear: both;
}


/*
_____________________________________________________ HEADER SECTION

	HERO CONTAINER
*/
#bespoke-hero {
	/* fallback for browsers pre vh */
	height: 768px;
	height: 100vh;
	position: relative;
	/* reset bootstrap container-fluid */
	padding-left: 0;
	padding-right: 0;
}
@media only screen and (max-height: 1024px) {
	#bespoke-hero {
		height: 1024px;
		height: 100vh;
	}
}
@media only screen and (max-height: 800px) {
	#bespoke-hero {
		height: 800px;
		height: 100vh;
	}
}
@media only screen and (max-height: 768px) {
	#bespoke-hero {
		height: 768px;
		height: 100vh;
	}
}
@media only screen and (max-height: 640px) {
	#bespoke-hero {
		height: 640px;
		height: 100vh;
	}
}
@media only screen and (max-height: 568px) {
	#bespoke-hero {
		height: 568px;
		height: 100vh;
	}
}
@media only screen and (max-height: 480px) {
	#bespoke-hero {
		height: 480px;
		height: 100vh;
	}
}
@media only screen and (max-height: 320px) {
	#bespoke-hero {
		height: 320px;
	}
}
/* 
	PARALLAX + OVERLAY
*/
/* without parallax, i.e. on iOS mobiles and tablets */
.bespoke-parallax {
    background-position: center center;
    background-repeat: no-repeat;
/* 	not allowed on mobile (safari) - find media q to disable when mobile
	or leave out as it probably counts against page rank score (SEO)
    background-attachment: fixed!important;
*/
    height: 100%;
	overflow: hidden;
  	-webkit-background-size: cover; 
	   -moz-background-size: cover; 
		 -o-background-size: cover; 
		 	background-size: cover;
}
/* with parallax, i.e. desktops */
@supports ((perspective: 1px) and (not (-webkit-overflow-scrolling: touch))) {
	.bespoke-parallax {
	    background-position: center center;
	    background-repeat: no-repeat;
	    background-attachment: fixed!important;
	    height: 100%;
		overflow: hidden;
	  	-webkit-background-size: cover; 
		   -moz-background-size: cover; 
			 -o-background-size: cover; 
			 	background-size: cover;
	}
}
.bespoke-parallax-pattern {
/*
    background-image: url(../../../uploads/pattern-half.png);
*/
    background-image: url(../../../uploads/pattern-full.png);
    background-repeat: repeat;
    height: 100%;
}
.bespoke-parallax-overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(20, 20, 20, 0.25);
/* warmer
	background-color: rgba(122, 91, 87, 0.2);
*/
}
/*
	HERO-TEXT CONTAINER
*/
#bespoke-hero-text{
	height: 100%;
	position: relative;
}
/*
	NAVIGATION - TOP
*/
#bespoke-top-nav.row {
	margin-left: 0;
	margin-right: 0;
}
#bespoke-top-nav {
	display: block;
	font-size: 14px;
    padding-top: 5px;
	padding-bottom: 5px;
}
@media only screen and (max-width: 767px) {
	#bespoke-top-nav {
		display: none;
	}
}
#bespoke-top-nav-award-txt {
/*
	display: none;
*/
	text-align: left;
/* temp verticle spacing of logo+menu until absolute */	
/* NB! when you change this also update affix offset in header-one-page*/
/* or change this so that height of both award-txt + award2-txt = 46px */
/*
	margin-bottom: 24px;
*/
}
#bespoke-top-nav-award2-txt {
/*
	display: none;
*/
	text-align: left;
/* temp verticle spacing of logo+menu until absolute */	
/* NB! when you change this also update affix offset in header-one-page*/
	margin-bottom: 8px;
}
/* either -txt above or -icon below */
#bespoke-top-nav-award-icon img {
	margin-top: 15px;
	margin-left: 15px;
	opacity: 0.6;
	width: 70px;
}
#bespoke-top-nav-contact {
	text-align: right;
}
#bespoke-top-nav i {
	color: #eee;
	line-height: 20px;
	vertical-align: middle;
}
#bespoke-top-nav a {
	font-weight: 600;
	font-size: 11px;
	line-height: 20px;
	vertical-align: middle;
/* revert to Open Sans here */
	font-family: 'Open Sans', sans-serif; 
	font-size: 12px;
}
/*
	LOGO
*/
#bespoke-logo {
/*	take#1
    background-color: rgba(224, 224, 225, 0.1);
*/
	display: inline-block;

/*	take#1
	margin-bottom: 15px;
	margin-bottom: 10px;
*/
    margin-top: 25px;
	margin-bottom: 25px;

/*
    max-width: 80px;
*/
/*	take#1 7AP
	width: 80px;
	height: 94.2857px;
*/
	width: auto;
	height: 66px;
}
@media only screen and (max-width: 767px) {
	#bespoke-logo {
		display: none;
	}
}

/* menu - equal larger than 768px */
.bespoke-logo-image img {
	display: none; 
}
@media only screen and (max-width: 767px) {
	.bespoke-logo-image img {
		display: inline; 
		margin-top: 3px;
/*	take#1		
		margin-left: 15px;
*/
		margin-right: 15px;
		max-height: 40px;
		width: auto;
		-webkit-transition: all 0.1s ease-in-out 0s;
				transition: all 0.1s ease-in-out 0s;
	}
}
/*
	NAVIGATION - PRIMARY
*/
#bespoke-primary-nav-frontpage {
	background-color: transparent;
	border-width: 0;
	color: #fff;
	font-family: "Raleway";
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 2px;
	/* no margin or padding allowed as this will become fixed-top */
}
/* fix to top when scrolled */
#bespoke-primary-nav-frontpage.navbar-fixed-top {
	background-color: #62676a;
}
#bespoke-primary-nav-frontpage.affix {
	top: 0;
	width: 100%;	
	z-index: 9999 !important;
	background-color: #62676a;
}
#bespoke-primary-nav-frontpage.affix ~ .container-fluid {
     position: relative;
     top: 50px;
}
#bespoke-primary-nav-frontpage .navbar-nav li.tstlogo {
	-webkit-transition: all 0.1s ease-in-out 0s;
		transition: all 0.1s ease-in-out 0s;
	display: none;
}
@media only screen and (min-width: 768px) {
	#bespoke-primary-nav-frontpage.affix .navbar-nav li.tstlogo {
		display: inline-block;
	}
}
#bespoke-primary-nav-frontpage .navbar-nav > li.tstlogo > a {
	text-align: left;
/* 	BOOK ONLINE 	
	width: 112.117px; */
/* 	BOOKINGS 	
	width: 87.2833px; */
/*	LOGO 7AP currently 44.5 
		margin-right is 87.283 - 44.5 */
	margin: 3px 64.233px 0 0;
}
#bespoke-primary-nav-frontpage .navbar-nav > li.tstlogo > a.bespoke-cta-nav-md-button {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(180, 180, 180, 0.45);
    border-radius: 0;
 	background-color: transparent;
	color: #fff;

	margin: 3px 0 0;
	padding: 6px;	
    -webkit-transition: all ease-in-out 0.1s 0s;
	   -moz-transition: all ease-in-out 0.1s 0s;
	    -ms-transition: all ease-in-out 0.1s 0s;
			transition: all ease-in-out 0.1s 0s;
}
#bespoke-primary-nav-frontpage .navbar-nav > li.tstlogo > a.bespoke-cta-nav-md-button:link {text-decoration: none; color: #fff;}
#bespoke-primary-nav-frontpage .navbar-nav > li.tstlogo > a.bespoke-cta-nav-md-button:visited {text-decoration: none; color: #fff;}
#bespoke-primary-nav-frontpage .navbar-nav > li.tstlogo > a.bespoke-cta-nav-md-button:hover {text-decoration: none; border-color: #eee; background-color: #eee; color: #222;}
#bespoke-primary-nav-frontpage .navbar-nav > li.tstlogo > a.bespoke-cta-nav-md-button:active {text-decoration: none; color: #fff;}	

/* reset bootstrap navbar settings */
#bespoke-primary-nav-frontpage.navbar {
	border-radius: 0;
	margin-bottom: 0;
	min-height: 40px;
}
#bespoke-primary-nav-frontpage .navbar-toggle {
	margin-top: 3px;
	margin-bottom: 3px;
	/* for left side of navbar */
	margin-right: 0;
	margin-left: 4px;
}
/* center the navbar */
#bespoke-primary-nav-frontpage .navbar-nav {
    width: 100%;
    text-align: center;
}
#bespoke-primary-nav-frontpage .navbar-nav li {
    float: none;
    display: inline-block;
}
a.bespoke-cta-nav-button {
	display: none;
}
@media only screen and (max-width: 767px) {
	a.bespoke-cta-nav-button {
	    border-width: 1px;
	    border-style: solid;
	    border-color: rgba(180, 180, 180, 0.45);
	    border-radius: 0;
	 	background-color: transparent;
		color: #fff;
		display: inline-block;
	    font-family: 'Raleway';
	    font-size: 14px;
	    font-weight: 600;
	    letter-spacing: normal;
/*		take#1
		margin: 3px 0 0 9px;
*/
		margin: 3px 0 0 0;
	/*
		position: absolute;
		left: 50%;
		margin-left: -71px;
	*/
	    -webkit-transition: all ease-in-out 0.1s 0s;
		   -moz-transition: all ease-in-out 0.1s 0s;
		    -ms-transition: all ease-in-out 0.1s 0s;
				transition: all ease-in-out 0.1s 0s;
	}
	a.bespoke-cta-nav-button:link {text-decoration: none; color: #fff;}
	a.bespoke-cta-nav-button:visited {text-decoration: none; color: #fff;}
	a.bespoke-cta-nav-button:hover {text-decoration: none; border-color: #eee; background-color: #eee; color: #222;}
	a.bespoke-cta-nav-button:active {text-decoration: none; color: #fff;}	
}
/*
	PAY-OFF LINE & CTA
*/
.bespoke-pay-off {
    color: #fff;
	display: block;
    font-family: 'Raleway';
/*
    font-size: 60px;
    font-size: calc(4vh + 2vw - 2vmin);
*/
    font-size: 54px;
    font-weight: 300;
    line-height: 1.2;
/*
	margin: 10% 0 20px;
*/	
	margin: 0;
	position: absolute;
	top: 51%;
	left: 50%;
	margin-left: -341px;
}
@media only screen and (max-width: 767px) {
	.bespoke-pay-off {
		display: none;
	}
}
.bespoke-pay-off-mobi-portrait {
	display: none;
}
@media screen and (orientation:portrait) and (max-width: 767px) {
	.bespoke-pay-off-mobi-portrait {
	    color: #fff;
	    display: block;
	    font-family: 'Raleway';
	    font-size: 42px;
	    font-weight: 300;
	    line-height: 1.1;
		margin: 0;
		position: absolute;
		top: 32%;
		left: 50%;
		margin-left: -81px;
	}
}
.bespoke-pay-off-mobi-landscape {
	display: none;
}
@media screen and (orientation:landscape) and (max-width: 767px) {
	.bespoke-pay-off-mobi-landscape {
	    color: #fff;
	    display: block;
	    font-family: 'Raleway';
	    font-size: 36px;
	    font-weight: 300;
	    line-height: 1.2;
		margin: 0;
		position: absolute;
		left: 50%;
		margin-left: -81px;

	top: 45%;
	margin-left: -228px;

	}
}
.bespoke-cta-small {
/*
	display: none;
*/
	display: block;
	letter-spacing: 9px;
	font-size: 11px;
	position: absolute;
	top: 23px;
	left: 50%;
	margin-left: -91px;
}
@media only screen and (min-width: 768px) {
	.bespoke-cta-small {
		letter-spacing: 10px;
		font-size: 12px;
		top: 30px;
		margin-left: -100px;
	}
}
.bespoke-cta {
    color: #fff;
    font-family: 'Raleway';
/*
    font-size: 27px;
*/
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4;
/*
	margin: 0 0 20px;
*/	
	margin: 0;
	position: absolute;
	top: 62%;
	left: 50%;
	margin-left: -193px;
}
@media only screen and (orientation:portrait) and (max-width: 767px) {
	.bespoke-cta {
		font-size: 18px;
		margin-left: -145px;
		top: 72%;
	}
}
@media only screen and (orientation:landscape) and (max-width: 767px) {
	.bespoke-cta {
		font-size: 18px;
		margin-left: -145px;
	}
}
.bespoke-phone-mobile {
	display: none;	
    color: #fff;
    font-family: 'Raleway';
    font-weight: 300;
	margin: 0;
	position: absolute;
	left: 50%;
}
@media only screen and (orientation:portrait) and (max-width: 767px) {
	.bespoke-phone-mobile {
		display: inline-block;
		font-size: 18px;
		margin-left: -82px;
		top: 81%;
	}
}
@media only screen and (orientation:landscape) and (max-width: 767px) {
	.bespoke-phone-mobile {
		display: inline-block;
		font-size: 18px;
		top: 75%;
		margin-left: -82px;
	}
}
.bespoke-cta-button a {
    border-width: 1px;
    border-style: solid;
    border-color: #bbb;
    border-radius: 0;
	background-color: transparent;
	color: #eee;
    font-family: 'Raleway';
    font-size: 16px;
	margin: 0;
	position: absolute;

/*	before stellenbosch
	top: 70%;
*/
	top: 72%;
	left: 50%;
	margin-left: -71px;
    -webkit-transition: all ease-in-out 0.2s 0s;
	   -moz-transition: all ease-in-out 0.2s 0s;
	    -ms-transition: all ease-in-out 0.2s 0s;
			transition: all ease-in-out 0.2s 0s;
}
.bespoke-cta-button a:link {text-decoration: none; color: #eee;}
.bespoke-cta-button a:visited {text-decoration: none; color: #eee;}
.bespoke-cta-button a:hover {text-decoration: none; border-color: #eee; background-color: #eee; color: #222;}
.bespoke-cta-button a:active {text-decoration: none;}
@media only screen and (max-width: 767px) {
	.bespoke-cta-button {
		display: none;
	}	
}
.bespoke-pointer-down {
    color: #fff;
    font-size: 32px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 2%;
    margin-left: -30.25px;
    padding: 10px 20px;
    border-radius: 2px;
    z-index: 10;
    -webkit-transition: all ease-in-out 0.2s 0s;
	   -moz-transition: all ease-in-out 0.2s 0s;
	    -ms-transition: all ease-in-out 0.2s 0s;
			transition: all ease-in-out 0.2s 0s;
}
@media only screen and (max-width: 767px) {
	.bespoke-pointer-down {
	    bottom: 2%;
	}	
}



/*
_____________________________________________________ RESERVATION FRAME SECTION
*/
#reservations-frame {
	width: 100%;
/*
	height: auto;
*/
	height: 2200px;
}


/*
_____________________________________________________ ABOUT SECTION
*/
#about {
	/* provide offset for affix-top menu */
	background-color: white;
/*
	color: #333;
*/
	color: #222;
	font-family: "Raleway";
	font-weight: 300;
	font-weight: 400;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 100px;
}
@media only screen and (max-width: 320px) {
	#about {
		padding-bottom: 50px;
		padding-top: 20px;
	}
}
#about .row {
	/* top and bottom margins should = 100px per section */
}
#about h1 {
	font-size: 36px;
	font-weight: 300 !important;
}
#about p {
/*
	font-weight: 300;
*/
	font-weight: 400;
	font-size: 16px;
	max-width: 550px;
	margin: 0 auto;
}



/*
_____________________________________________________ ACCOMMODATION SECTION
*/
#accommodation {
	/* provide offset for affix-top menu */
	/* card itself has 40px top and bottom for flipping without clipping */
	padding-top: 60px;
	background-color: #f2f2f2;
	/* 348px card + 100px top & bottom on desktop */
	height: 548px;
	color: #333;
}
@media only screen and (max-width: 320px) {
	#accommodation {
		padding-top: 10px;
		height: 448px;
	}
}
#accommodation .bespoke-card {
	width: 232px;
	height: 348px;
}
#bespoke-accommodation-carousel {
	height: 100%;
}
#bespoke-accommodation-carousel .touchcarousel-wrapper {
	/* ensure flipping card tops do not get clipped */
	padding-top: 40px;
	padding-bottom: 40px;
}
@media only screen and (max-width: 320px) {
	#bespoke-accommodation-carousel .touchcarousel-wrapper {
		padding-top: 40px;
	}
}
#bespoke-accommodation-carousel .touchcarousel-container {
}
/* single col on mobile portrait */
#bespoke-accommodation-carousel .touchcarousel-item {
	margin-left: 29px;
	margin-right: 29px;
}
/* 3 col on tablet portrait */
@media only screen and (min-width: 768px) {
	#bespoke-accommodation-carousel .touchcarousel-item {
		margin-left: 4px;
		margin-right: 4px;
	}
}
/* 3 col on tablet landscape & medium desktop */
@media only screen and (min-width: 992px) {
	#bespoke-accommodation-carousel .touchcarousel-item {
		margin-left: 40px;
		margin-right: 40px;
	}
}
/* 3 col on large desktop */
@media only screen and (min-width: 1200px) {
	#bespoke-accommodation-carousel .touchcarousel-item {
		margin-left: 74px;
		margin-right: 74px;
	}
}
#bespoke-accommodation-carousel .scrollbar-holder {
	bottom: 45px;
}



/*
_____________________________________________________ GUEST BOOK SECTION
*/
/* on mobile */
#guestbook {
	/* provide offset for affix-top menu */
	padding-top: 20px;
	padding-bottom: 20px;
/*
	background-color: #adb2bd;
*/
	background-color: #adb4bd;
	color: #333;
}
/* on tablet portrait */
@media only screen and (min-width: 768px) {
	#guestbook {
		/* provide offset for affix-top menu */
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
#guestbook .row {
}
/* on mobile */
#guestbook .bespoke-testimonial-container {
	position: relative;
	min-height: 420px; 
}
/* on tablet portrait */
@media only screen and (min-width: 768px) {
	#guestbook .bespoke-testimonial-container {
		min-height: 180px; 
	}
}
/* on tablet landscape & medium desktop */
@media only screen and (min-width: 992px) {
	#guestbook .bespoke-testimonial-container {
		min-height: 150px; 
	}
}
/* on large desktop */
@media only screen and (min-width: 1200px) {
	#guestbook .bespoke-testimonial-container {
		min-height: 150px; 
	}
}
#guestbook .slide {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
		 	transform: translateY(-50%);
}
#guestbook blockquote:before {
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: -50px;
	top: -26px;
	color: white;
}
#guestbook blockquote {
	/* reset bootstrap left bar */
	border-left: 0;
	color: white;
	font-family: "Raleway";
	font-style: italic;
	font-weight: 400;
	line-height: 1.45;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 80%;
}
#guestbook blockquote cite {
	color: #eee;
	font-size: 14px;
	display: block;
	margin-top: 5px;
	text-align: right;
}
#guestbook blockquote cite:before {
	content: "\2014 \2009";
}



/*
_____________________________________________________ ATTRACTIONS SECTION
*/
#attractions {
	/* provide offset for affix-top menu */
	/* card itself has 40px top and bottom for flipping without clipping */
	padding-top: 60px;
	background-color: #fafafa;
	/* 348px card + 100px top & bottom on desktop */
	height: 548px;
	color: #333;
}
@media only screen and (max-width: 320px) {
	#attractions {
		padding-top: 10px;
		height: 448px;
	}
}
#attractions .bespoke-card {
	width: 232px;
	height: 348px;
}
#bespoke-attractions-carousel {
	height: 100%;
}
#bespoke-attractions-carousel .touchcarousel-wrapper {
	/* ensure flipping card tops do not get clipped */
	padding-top: 40px;
	padding-bottom: 40px;
}
@media only screen and (max-width: 320px) {
	#bespoke-attractions-carousel .touchcarousel-wrapper {
		padding-top: 40px;
	}
}
#bespoke-attractions-carousel .touchcarousel-container {
}
/* single col on mobile portrait */
#bespoke-attractions-carousel .touchcarousel-item {
	margin-left: 29px;
	margin-right: 29px;
}
/* 3 col on tablet portrait */
@media only screen and (min-width: 768px) {
	#bespoke-attractions-carousel .touchcarousel-item {
		margin-left: 4px;
		margin-right: 4px;
	}
}
/* 3 col on tablet landscape & medium desktop */
@media only screen and (min-width: 992px) {
	#bespoke-attractions-carousel .touchcarousel-item {
		margin-left: 40px;
		margin-right: 40px;
	}
}
/* 3 col on large desktop */
@media only screen and (min-width: 1200px) {
	#bespoke-attractions-carousel .touchcarousel-item {
/*		
		margin-left: 74px;
		margin-right: 74px;
*/
		margin-left: 26px;
		margin-right: 26px;
	}
}
#bespoke-attractions-carousel .scrollbar-holder {
	bottom: 45px;
}
.bespoke-attractions-art {
/*
	background: #faf3d7;
*/
}
.bespoke-attractions-art-table {
/*
	color: #257f66;
	color: #1e6651;
	color: #164d3d;
*/
	font-size: 11px;
	height: 187px;
	padding: 5px;
	width: 100%;
}
.bespoke-attractions-art-table table {
	border-collapse: separate;
	border-spacing: 0 1px;
}
.bespoke-attractions-art-table td {
	padding-left: 2px;
	padding-right: 2px;
}
#bespoke-attraction-winelands {
/*
	background-color: #9c9997;
	background-color: #f2ede9;
*/
	background-color: #eae9e5;
	color: #66473d;
	color: #402d26;
}
#bespoke-attraction-winelands h1 {
	color: #66473d;
	color: #402d26;
}
#bespoke-attraction-dining {
	background-color: #a3abb5;
}
#bespoke-attraction-dining h1 {
}

#bespoke-attraction-art {
	background-color: #dcdcdc;
	color: #222;
}
#bespoke-attraction-art h1 {
/*
	color: #222;
*/
	color: #721422;
	font-size: 15px;
	margin-top: 30px;
	margin-bottom: 13px;
	font-family: "Nobile";
	font-weight: 300;
}
.bespoke-attraction-art-map {
	margin-left: 38px;
	margin-bottom: 10px;
}
#bespoke-attraction-cafe {
/*
	background-color: #3d6270;
	background-color: #4c798a;
	background-color: #547a8a;
	background-color: #245371;
*/
	background-color: #3a6b8a;
}
#bespoke-attraction-cafe h1 {
}

.bespoke-event-table {
	margin-top: 24px;
}
.bespoke-event-date {
	color: #666;
	text-align: center;
	vertical-align: middle;
}
.bespoke-event-date-container {
	display: inline-block;
	padding: 12px 0 10px 0;
	width: 54px;
}
.bespoke-event-date-month {
/*
	color: #90949c;
*/	
	font-size: 12px;
	line-height: 12px;
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
	white-space: nowrap;
}
.bespoke-event-date-day {
/*
	color: #90949c;
*/
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
	margin: 2px 0 0 0;
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
	white-space: nowrap;
}
.bespoke-event-detail {
/*
	width: 316px;
*/
	text-align: left;
}
.bespoke-event-detail-container {
/*
	width: 316px;
*/
}
.bespoke-event-title {
/*
	color: #1d2129;
	color: #4b4f56;
	color: black;
	color: steelblue;
	color: #4682b4;
*/
	color: #721422;
	font-size: 14px;
	overflow: hidden;
	padding-top: 5px;
	text-overflow: ellipsis;
/*
	white-space: nowrap;
*/
}
.bespoke-event-duration {
	padding-top: 3px;
/*	
	color: #777;
*/
	color: #90949c;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
/*
	white-space: nowrap;
*/
}

/*
_____________________________________________________ CONTACT CONTAINER
*/
#contact {
	/* provide offset for affix-top menu */
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #f0f0f0;
	color: #333;
}
@media only screen and (max-width: 320px) {
	#contact {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
#bespoke-contact-detail {
}
.bespoke-contact-detail-inner {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	width: 320px;
	margin: 0 auto;
}
@media only screen and (max-width: 320px) {
	.bespoke-contact-detail-inner {
		width: 290px;
	}
}
#bespoke-contact-top {
	float: left;
	margin-bottom: 20px;
}
#bespoke-contact-middle {
	float: left;
/*
	margin-top: 40px;
*/
	width: 320px;
}
@media only screen and (max-width: 320px) {
	#bespoke-contact-middle {
/*
		margin-top: 25px;
*/
		width: 290px;
	}
}
.bespoke-contact-middle-award {
	padding: 3px 3px;
}
#bespoke-contact-middle a {
	opacity: 0.7;
}
#bespoke-contact-middle a:hover {
	opacity: 1;
}
#bespoke-contact-bottom {
	float: left;
	margin-top: 40px;
}
@media only screen and (max-width: 320px) {
	#bespoke-contact-bottom {
		margin-top: 25px;
	}
}
#bespoke-contact-clear {
	clear: both;
}
.bespoke-contact-address {
	font-size: 1.5em;
/*	
	margin-bottom: 20px;	
	margin-top: 90px;
*/
}
#bespoke-contact-city {
/*
	font-weight: 600;
*/}
#bespoke-contact-country {
	font-weight: 300;
}
.bespoke-contact-quick i {
	color: #777;
	font-size: 1.2em;
	vertical-align: middle;
}
@media only screen and (max-width: 767px) {
	.bespoke-contact-quick {
		font-size: 15px;
	}	
	.bespoke-contact-quick i {
		display: block;
	}
}
.bespoke-contact-quick a:link {text-decoration: none; color: #666}
.bespoke-contact-quick a:visited {text-decoration: none; color: #666}
.bespoke-contact-quick a:hover {text-decoration: none; font-weight: 400; color: #222}
.bespoke-contact-quick a:active {text-decoration: none}

#bespoke-contact-invite {
	font-size: 1.1em;
/*
	margin-top: 50px;
	margin-top: 100px;
*/
}
#bespoke-contact-social.row {
	color: #666;
	margin: 0;
}
/*
#bespoke-contact-social .col-sm-5 {
	padding-left: 0;
}
*/
#bespoke-contact-social > [class^="col-"], 
#bespoke-contact-social > [class^=" col-"] {
  padding-left: 0;
}
#bespoke-contact-social p {
	margin-bottom: 0;
}
.bespoke-social-media-icon img {
	display: inline-block;
	width: 2.83em;
}
.bespoke-social-media-icon:hover {
	background: #4060a4;
	border-bottom-color: #4060a4;
}
.bespoke-social-media-button {
	font-size: 1.33em;
	padding: 0.5em 0.5em;
	margin: 0.1em 0.1em 0.1em 0;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 1em;
	-webkit-border-radius: 0em;
	-moz-border-radius: 0em;
	border-radius: 0em;
}
.bespoke-social-media-button-text {
/*
	height: 1em;
	width: 1em;
*/
	width: 1.29em;
	display: inline-block;
}
.bespoke-social-media-share-button-text {
	height: 1em;
	width: 3.2em;
	display: inline-block;
	font-size: 0.9em;
	vertical-align: top;
	text-align: left;
}
.bespoke-social-media-button-tripadvisor {
	color: #ffffff !important;
/*
	background-color: #589442;
	border: 1px solid #589442;
*/
	background-color: #c5c5c5;
	border: 1px solid #c5c5c5;
}
.bespoke-social-media-button-tripadvisor:hover {
	background: #61a349;
	border-bottom-color: #61a349;
}
.bespoke-social-media-button-facebook {
	color: #ffffff !important;
/*
	background-color: #3a5795;
	border: 1px solid #3a5795;
*/
	background-color: #c5c5c5;
	border: 1px solid #c5c5c5;
}
.bespoke-social-media-button-facebook:hover {
	background: #4060a4;
	border-bottom-color: #4060a4;
}
.bespoke-social-media-button-instagram {
	color: #ffffff !important;
	background-color: #3d739c;
	border: 1px solid #3d739c;
}
.bespoke-social-media-button-instagram:hover {
	background: #437eab;
	border-bottom-color: #437eab;
}
.bespoke-social-media-button-linkedin {
	color: #ffffff !important;
	background-color: #0177b4;
	border: 1px solid #0177b4;
}
.bespoke-social-media-button-linkedin:hover {
	background: #0184c8;
	border-bottom-color: #0184c8;
}
.bespoke-social-media-button-twitter {
	color: #ffffff !important;
	background-color: #78bdf1;
	border: 1px solid #78bdf1;
}
.bespoke-social-media-button-twitter:hover {
	background: #8ac6f3;
	border-bottom-color: #8ac6f3;
}
/*
	MAP
*/
#bespoke-contact-map {
	width: 100%;
	/* must set height to row heigh to vertically center against text */
	/* img is responsive (width:100% height:auto) */
	height: 401px;
        position: relative;
/* for google dynamic map iframe
	height: 0;
	overflow: hidden;
	padding-bottom: 40%;
	position: relative;
*/
}
@media only screen and (max-width: 992px) {
	#bespoke-contact-map {
		/* height of actual map image only */
		height: 350px;
		margin-top: 50px;
	}
}
#bespoke-contact-map img {
	border-style: solid;
	border-width: 1px;
	border-color: rgba(255, 255, 255, 0.25);

	max-height: 100%;  
	max-width: 100%; 
	width: auto;
	height: auto;
	position: absolute;  
	top: 0;  
	bottom: 0;  
	left: 0;  
	right: 0;
	margin: auto;
}
/*	hack to attempt larger map height on mobile - fix properly 
@media only screen and (max-width: 320px) {
	#bespoke-contact-map img {
		max-width: 500px; 
		margin-left: -105px;
	}
}
*/
/*	for dynamic google maps */
.bespoke-contact-map iframe {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}



/*
_____________________________________________________ FOOTER CONTAINER
*/
#bespoke-footer {
	color: #9c9c9c;
	background-color: #444;
/*
	background-color: #616464;
*/
	font-size: 12px;
	font-weight: 400;
	padding: 10px 0 10px;
}
/* desktop */
@media only screen and (min-width: 768px) {
	#bespoke-footer {
		padding: 20px 0 20px;
	}
}
#bespoke-footer a {
	color: #cfcfcf;
}
#bespoke-footer a:hover {
	color: #fff;
}



/*
_____________________________________________________ TERMS & CONDITIONS CONTAINER
*/
.bespoke-not-front-page {
	background-color: #f2f2f2;	
}
.bespoke-page-terms {
/*
	background-color: #fafafa;

*/	color: #222;
	font-size: 14px;
	font-weight: 400;
	padding-top: 80px;
	padding-bottom: 30px;
	
}
.bespoke-page-terms h1 {
	font-size: 24px; 
}
.bespoke-page-terms h2 {
	font-size: 20px; 
}
.bespoke-page-terms h3 {
	font-size: 18px; 
}
.bespoke-page-terms h4 {
	font-size: 16px; 
}
.bespoke-page-terms a {
	color: #327ba8;
}
.bespoke-page-terms a:hover {
	color: #000;
}
.bespoke-page-terms table {
    border-collapse: collapse;
	margin-left: 35px;
}
.bespoke-page-terms table, 
.bespoke-page-terms th, 
.bespoke-page-terms td {
    border: 1px solid #ddd;
}
.bespoke-page-terms th,
.bespoke-page-terms td {
    padding: 5px;
}


/* ORIGINAL STUFF BELOW */








/*
_____________________________________________________ LOGO CONTAINER
*/

/*
#bespoke-primary-nav-frontpage.darkbg .bespoke-logo-image img { 
	max-height: 40px;
	width: auto;
	margin-top: 5px;
	margin-left: 15px;
}
#bespoke-primary-nav.darkbg .bespoke-logo-image img { 
	max-height: 40px;
	width: auto;
	margin-top: 5px;
	margin-left: 15px;
}
*/

/* 
	Boostrap navigators
*/
/* primary nav */



#bespoke-primary-nav-frontpage .navbar-brand {
  color: #ffffff;
}
#bespoke-primary-nav-frontpage .navbar-brand:hover,
#bespoke-primary-nav-frontpage .navbar-brand:focus {
  color: #ffffff;
}
#bespoke-primary-nav-frontpage .navbar-text {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
	#bespoke-primary-nav-frontpage .navbar-nav {
		margin-left: 0px;
	}
}
/* for active + hover underline animation */
#bespoke-primary-nav-frontpage .navbar-nav > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  	  -ms-transform: scaleX(0);
  	  	  transform: scaleX(0);
  -webkit-transition: all 0.1s ease-in-out 0s;
  		  transition: all 0.1s ease-in-out 0s;
}
#bespoke-primary-nav-frontpage .navbar-nav > li > a {
  color: #ffffff;
  /* for active + hover underline animation */
  /* ensure text is centered */
  margin-top: 10px;
  margin-bottom: 9px;
  margin-left: 1.5em;
  margin-right: 1.5em;
  padding-top: 0;
  /* bring underline closer to text */
  padding-bottom: 1px;
  /* shorten underline to equal text width and increase space between nac items */
  padding-left: 1px;
  padding-right: 1px;
  position: relative;
  text-decoration: none;
/*
  font-size: 13px;
  font-weight: 700;
*/  
  font-size: 11px;
  font-weight: 600;
  
  letter-spacing: 2px;
  word-spacing: 1px;
}
/* for active + hover underline animation */
#bespoke-primary-nav-frontpage .navbar-nav > li > a:hover:before,
#bespoke-primary-nav-frontpage .navbar-nav > li > a:focus {
  visibility: visible;
  -webkit-transform: scaleX(1);
  	  -ms-transform: scaleX(1);
  		  transform: scaleX(1);
}
@media only screen and (max-width: 767px) {
	#bespoke-primary-nav-frontpage .navbar-nav > li > a:hover:before,
	#bespoke-primary-nav-frontpage .navbar-nav > li > a:focus {
/*
		visibility: hidden;
		-webkit-transform: scaleX(1);
			-ms-transform: scaleX(1);
				transform: scaleX(1);
*/
	}
}
#bespoke-primary-nav-frontpage .navbar-nav > li > a:hover,
#bespoke-primary-nav-frontpage .navbar-nav > li > a:focus {
  color: #ffffff;
}
/* for active underline - FIXME */
#bespoke-primary-nav-frontpage .navbar-nav > .active > a:before {
  visibility: visible;
}
#bespoke-primary-nav-frontpage .navbar-nav > .active > a,
#bespoke-primary-nav-frontpage .navbar-nav > .active > a:hover,
#bespoke-primary-nav-frontpage .navbar-nav > .active > a:focus {
  color: #ffffff;
/*
  background-color: #2c2c2c;
*/
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
	#bespoke-primary-nav-frontpage .navbar-nav > .active > a,
	#bespoke-primary-nav-frontpage .navbar-nav > .active > a:hover,
	#bespoke-primary-nav-frontpage .navbar-nav > .active > a:focus {
	  text-decoration: underline;
	}
}
#bespoke-primary-nav-frontpage .navbar-nav > .open > a,
#bespoke-primary-nav-frontpage .navbar-nav > .open > a:hover,
#bespoke-primary-nav-frontpage .navbar-nav > .open > a:focus {
  color: #ffffff;
/*
  background-color: #2c2c2c;
*/
  background-color: transparent;
}
#bespoke-primary-nav-frontpage .navbar-nav .dropdown-menu {
	background-color: #bdbdbd;
}
#bespoke-primary-nav-frontpage .navbar-nav .dropdown-menu > li > a {
 	letter-spacing: 1px;
}
#bespoke-primary-nav-frontpage .navbar-nav .dropdown-menu {
	min-width: 120px;
}
#bespoke-primary-nav-frontpage .navbar-toggle {
/*
  border-color: #2c2c2c;
*/
	border-color: transparent;
}
#bespoke-primary-nav-frontpage .navbar-toggle:hover,
#bespoke-primary-nav-frontpage .navbar-toggle:focus {
/*
  background-color: #2c2c2c;
*/
  background-color: transparent;
}
#bespoke-primary-nav-frontpage .navbar-toggle .icon-bar {
  background-color: #ffffff;
}


.collapsing {
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 2s;
       -o-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transition-property: width, height, visibility, display;
       -o-transition-property: width, height, visibility, display;
          transition-property: width, height, visibility, display;
}


@media only screen and (max-width: 767px) {
	#bespoke-primary-nav-frontpage .collapse.navbar-collapse {
/*	darker
		background-color: #4b4f52;
		border-color: #4b4f52;
*/
		background-color: #62676a;
		border-color: #62676a;
		border-style: solid;
		border-width: 1px;
		border-right-style: none;
	    position: fixed;
	/* 
	    top: 0;
	    left: 0;
	    height: 100%;
	*/
	    top: 40px;
		right: 0;
		height: 180px;
	/*
		height: calc(100vh - 41px);
	*/
	    z-index: 10000;
	    width: 180px;
	}
}

#bespoke-primary-nav-frontpage .navbar-collapse,
#bespoke-primary-nav-frontpage .navbar-form {
  border-color: #ffffff;
}
@media only screen and (max-width: 767px) {
	#bespoke-primary-nav-frontpage .navbar-collapse {
		border-top-style: none;		
	}
}

#bespoke-primary-nav-frontpage .navbar-link {
  color: #ffffff;
}
#bespoke-primary-nav-frontpage .navbar-link:hover {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  #bespoke-primary-nav-frontpage .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  #bespoke-primary-nav-frontpage .navbar-nav .open .dropdown-menu > li > a:hover,
  #bespoke-primary-nav-frontpage .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
  }
  #bespoke-primary-nav-frontpage .navbar-nav .open .dropdown-menu > .active > a,
  #bespoke-primary-nav-frontpage .navbar-nav .open .dropdown-menu > .active > a:hover,
  #bespoke-primary-nav-frontpage .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
/*
  background-color: #2c2c2c;
*/
    background-color: transparent;
  }
}
@media only screen and (min-width : 768px) {
    /* Dropdown on Desktop Hover */
    #bespoke-primary-nav-frontpage .dropdown:hover .dropdown-menu {
        display: block;
    }
}
/* green background when at page-top */
/*
#bespoke-primary-nav-frontpage {

	background: transparent;
	border: none;
	-webkit-transition: 0.2s all linear;	
		    transition: 0.2s all linear;	
}
#bespoke-primary-nav {
	background: #3c3c3c;
	border: none;
	-webkit-transition: 0.2s all linear;	
		    transition: 0.2s all linear;	
}
#bespoke-primary-nav-frontpage.darkbg {
	background-color: #2c2c2c;
	}
#bespoke-primary-nav.darkbg {
	background-color: #2c2c2c;
	}
#bespoke-primary-nav.navbar {
	padding-bottom: 0px;
}

*/

/* 
	Front page hero section
*/

/* 
	Front page Welcome section
*/
.bespoke-fp-heading-welcome-row {
	color: #252525;
	background-color: white;
	font-size: 46px;
	font-weight: 700;
	letter-spacing: 6px;
	text-align: center;
	height: 285px;
	position: relative;
}
.bespoke-fp-heading-welcome-text {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    	-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}
.bespoke-fp-heading-welcome-text .textwidget span {
/*
	vertical-align: top;
	font-size: 0.45em;
	font-weight: 400;
	color: #777;
*/
}
/*
.bespoke-fp-heading-welcome-text .textwidget:after {
	content: "A\0000a0\0000a0\0000a0R\0000a0\0000a0\0000a0T\0000a0\0000a0\0000a0I\0000a0\0000a0\0000a0S\0000a0\0000a0\0000a0T";
	vertical-align: top;
	font-size: 0.45em;
	font-weight: 400;
	color: #777;
}
@media only screen and (max-width: 360px) {
	.bespoke-fp-heading-welcome-text .textwidget:after {
		content: "A\0000a0R\0000a0T\0000a0I\0000a0S\0000a0T";
	vertical-align: top;
	font-size: 0.45em;
	font-weight: 400;
	color: #777;
	}	
}
*/
.bespoke-fp-heading-welcome-row #about { 
	position: absolute; 
	top: -95px;
}
@media only screen and (min-width: 768px) {
	.bespoke-fp-heading-welcome-row #about { 
		position: absolute; 
		top: -125px;
	}
}


/* 
	Front page About-me section
*/
.bespoke-fp-aboutme-row {
}
.bespoke-fp-aboutme-container {
	position: relative;
	min-height: 500px;
}
.bespoke-fp-aboutme-image {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right top;
	background-image: url("../../../uploads/2016/09/aboutme_960x600_72v05.jpg");
}
.bespoke-fp-aboutme-text {
	position: relative;
	top: 0;
	left: 0;
	color: white;
	background-color: transparent;
	max-width: 640px;
	padding-bottom: 40px;
	z-index: 100;
	line-height: 1.29em;
}
.bespoke-fp-aboutme-quote {
	font-family: 'Italianno', cursive;
	font-weight: 400;
}
.bespoke-fp-aboutme-statement {
/*
	text-align: justify;
*/
}
.bespoke-fp-aboutme-text p {
/*
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
*/
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
.bespoke-fp-aboutme-row blockquote {
	border-left: 0px;
/*
	font-size: 1.0em;
*/
	font-size: 2.0em;
	text-align: center;
/*
	line-height: 2.0em;
*/
	line-height: 1.0em;
}
.bespoke-fp-aboutme-row blockquote small {
	color: white;
	font-size: 0.6em;

	line-height: 1em;
}
/*
  Mobile media queries 
*/
/* iPhone 3-5SE, Galaxy S5 */
@media only screen and (max-width : 374px) and (orientation : portrait) {
  	.bespoke-fp-aboutme-image {
		background-image: url("../../../uploads/2016/09/aboutme_320x731_72v05.jpg");
	}
	.bespoke-fp-aboutme-text {
		font-size: 15px;
		padding: 0px 15px 10px;
	}
	.bespoke-fp-aboutme-row blockquote {
/*
		font-size: 14px;
*/
		font-size: 28px;
		padding: 0px 31px 0px;
		
		margin-bottom: 36px;
	}
	.bespoke-fp-aboutme-statement {

		line-height: 1.25em;
	}
}

@media only screen and (max-width : 666px) and (orientation : landscape) {
	.bespoke-fp-aboutme-image {
		background-image: url("../../../uploads/2016/09/aboutme_568x912_72v05.jpg");
	}
	.bespoke-fp-aboutme-text {
		font-size: 15px;
		padding: 0px 33% 10px 3%;
	}
	.bespoke-fp-aboutme-row blockquote {
		font-size: 28px;
		padding: 10px 20px 20px;
	}
}
/* iPhone 6 */
@media only screen and (min-width: 375px) and (max-width : 413px) and (orientation : portrait) {
	.bespoke-fp-aboutme-image {
		background-image: url("../../../uploads/2016/09/aboutme_320x731_72v05.jpg");
	}
	.bespoke-fp-aboutme-text {
		font-size: 16px;
		padding: 0px 45px 10px 15px;
	}
	.bespoke-fp-aboutme-row blockquote {
/*	
		font-size: 15px;
*/		
		font-size: 30px;
		padding: 10px 36px 20px;
		
		margin-bottom: 36px;
	}
	.bespoke-fp-aboutme-statement {

		line-height: 1.25em;
	}
}
@media only screen and (min-width: 667px) and (max-width : 734px) and (orientation : landscape) {
	.bespoke-fp-aboutme-image {
		background-image: url("../../../uploads/2016/09/aboutme_735x846_72v05.jpg");
	}
	.bespoke-fp-aboutme-text {
		font-size: 16px;
		padding: 0px 30% 10px 5%;
	}
	.bespoke-fp-aboutme-row blockquote {
		font-size: 30px;
		padding: 10px 20px 20px;
	}
}
/* iPhone 6+ */
@media only screen and (min-width: 414px) and (max-width : 767px) and (orientation : portrait) {
	.bespoke-fp-aboutme-image {
		background-image: url("../../../uploads/2016/09/aboutme_320x731_72v05.jpg");
	}
	.bespoke-fp-aboutme-text {
		font-size: 17px;
		padding: 10px 70px 10px 25px;
	}
	.bespoke-fp-aboutme-row blockquote {
/*		
		font-size: 16px;
*/		
		font-size: 32px;
/*
	line-height: 2.1em;
*/
		padding: 10px 31px 20px;
		
		margin-bottom: 36px;
	}
}
@media only screen and (min-width: 735px) and (max-width : 1023px) and (orientation : landscape) {
	.bespoke-fp-aboutme-image {
		background-image: url("../../../uploads/2016/09/aboutme_735x846_72v05.jpg");
	}
	.bespoke-fp-aboutme-text {
		font-size: 17px;
		padding: 0px 20% 10px 5%;
		max-width: 88%;
	}
	.bespoke-fp-aboutme-row blockquote {
		font-size: 32px;
/*		
		line-height: 2.1em;
*/		
		padding: 10px 20px 20px;
	}
}
/* iPad*/
@media only screen and (min-width: 768px) and (max-width : 1023px) and (orientation : portrait) {
	.bespoke-fp-aboutme-image {
		background-image: url("../../../uploads/2016/09/aboutme_1024x855_72v05.jpg");
	}
	.bespoke-fp-aboutme-text {
		font-size: 16px;
		padding: 0px 88px 40px 5%;
		max-width: 83%;
	}
	.bespoke-fp-aboutme-row blockquote {
		font-size: 32px;
/*		
		line-height: 2.1em;
*/		
		padding: 20px 70px 10px;
	}
}
@media only screen and (min-width: 1024px) and (orientation : landscape) {
	.bespoke-fp-aboutme-image {
		background-image: url("../../../uploads/2016/09/aboutme_960x600_72v05.jpg");
	}
	.bespoke-fp-aboutme-text {
		font-size: 17px;
		padding: 0 20px 40px 4%;
		max-width: 62%;
	}
	.bespoke-fp-aboutme-row blockquote {
		font-size: 32px;
/*
		line-height: 2.1em;
		line-height: 2.4em;
*/
		padding: 15px 90px 0px;
	}
}
/* iPad Pro 12.9*/
@media only screen and (min-width: 1024px) and (orientation : portrait) {
	.bespoke-fp-aboutme-image {
		background-image: url("../../../uploads/2016/09/aboutme_1024x855_72v05.jpg");
	}
	.bespoke-fp-aboutme-text {
		font-size: 17px;
		padding: 10px 155px 40px 9%;
		max-width: 80%;
	}
	.bespoke-fp-aboutme-row blockquote {
		font-size: 32px;
		padding: 20px 90px 20px;
	}
}
/* Desktop */
@media only screen and (min-width: 1250px) {
	.bespoke-fp-aboutme-image {
		background-image: url("../../../uploads/2016/09/aboutme_960x600_72v05.jpg");
	}
	.bespoke-fp-aboutme-text {
		font-size: 17px;
		padding: 20px 110px 40px 4%;
		max-width: 62%;
	}
	.bespoke-fp-aboutme-row blockquote {
		font-size: 34px;
		padding: 20px 80px 20px;
	}
}


/* 
	Front page 1-line heading sections
*/
.bespoke-fp-heading-row {
	color: #252525;
	background-color: white;
	font-size: 46px;
	font-weight: 700;
	letter-spacing: 6px;
	text-align: center;
	position: relative;
}
.bespoke-fp-heading-row a { 
	position: absolute; 
/* 50px + 46px 30px? */
	top: -50px;
}
/* to vertical aling single line of text, set line-height larger than font-size */
.bespoke-fp-heading-text {
	line-height: 235px;
}


/* 
	Front page Works section
*/
.bespoke-fp-works-row {
	color: #9c9c9c;
/*
	background-color: #c8c6bf;
*/
	background-color: #e7e2da;
	padding-top: 30px;
	padding-bottom: 30px;
}
.bespoke-fp-works-row-inner {
	margin: 15px 5% 0px;
}
.bespoke-fp-works-row .wp-caption {
    background: 1px #F9F9F9;
    max-width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
/*
    background-color: #c8c6bf;
*/
    background-color: #e7e2da;
    padding: 5px;
    margin-bottom: 20px;
}
.bespoke-fp-works-row .wp-caption img {
	-webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
	border-radius: 50%;
}
.bespoke-fp-works-row .wp-caption img:hover {
	opacity: 0.7;	
}
.bespoke-fp-works-row .wp-caption-text {
    margin-top: 1em;
    font-size: 120%;
    color: #444;
    letter-spacing: 1px;
}


/* 
	Front page News section
*/
.bespoke-fp-news-row {
	color: #9c9c9c;
/*
	background-color: #bab493;
	background-color: #baa387;	
	background-color: #9e896e; gold	
	background-color: #c4a488;	
	background-color: #a69e9d;	me love
	background-color: #a69c9d;	good, maybe a touch too much blue (purple)
*/
	background-color: #a69c9d;	
	padding: 40px 2.5%;
}
.bespoke-fp-news-row .vgpc-item-i {
	border-radius: 3px;
	font-weight: normal;

	letter-spacing: 0.5px;
}
.bespoke-fp-news-row #vgpc-wrapper549 .vgpc-item-i {
	background-color: #e8e8e6;
}
.bespoke-fp-news-row #vgpc-wrapper549 .vgpc-item-i a {
	color: #777;
}
.bespoke-fp-news-row .vgpc-wrapper.theme-default .vgpc-post-title {
	color: #555;
	padding-bottom: 20px;
	line-height: 1.1em;
/*
	font-family: Impact, Charcoal, sans-serif;
	
	font-family: "Oswald", sans-serif;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.4)
	font-weight: 400;
*/
	font-size: 17px;
	font-weight: normal;
}
.bespoke-fp-news-row .vgpc-wrapper.theme-default .vgpc-post-desc {
	color: #3c3c3c;
/*
	font-size: 15px;
*/
	font-size: 14px;
	padding-bottom: 25px; 
	
	letter-spacing: 0.5px;
}
.bespoke-fp-news-row .vgpc-wrapper.theme-default .vgpc-post-author {
	color: #666;
	font-size: 11px;
}
.bespoke-fp-news-row .owl-theme .owl-controls .owl-page span {
	background: #666;
}


/* 
	Front page Contactme section
*/
.bespoke-fp-contact-row {
	color: #9c9c9c;
	background-color: #3c3c3c;
	letter-spacing: 1px;
	position: relative; 
	padding: 40px 2.5%;
}
.bespoke-fp-contact-row #contact {
	position: absolute; 
	/* 50px + 46px 30px? */
	top: -49px;
}
.bespoke-fp-contact-row a {
	color: white;
}
@media only screen and (max-width: 767px) {
	.bespoke-fp-contact-heading {
		margin-top: 10px;
	}
}
.bespoke-social-media-container:before {
	content: '';
	display: block;
}
.bespoke-social-media-container {
	text-align: left;
}









/* sow contact form */
.bespoke-fp-contact-row .sow-contact-form {
	padding-left: 0px;
	padding-right: 0px;
	max-width: 300px;
	margin-top: 21px;
}
@media only screen and (max-width: 767px) {
	.bespoke-fp-contact-row .sow-contact-form {
		margin-top: 10px;
	}
}
.bespoke-fp-contact-row input {
	border-width: 0px;
	background-color: #252525;
	border-color: #252525;
	color: #9c9c9c;
	padding: 8px 15px;
/*
	font-size: 12px;
*/
	line-height: 1.5;
	height: 39px;
}
.bespoke-fp-contact-row input::-moz-placeholder, 
.bespoke-fp-contact-row input::-webkit-input-placeholder, 
.bespoke-fp-contact-row input:-moz-placeholder, 
.bespoke-fp-contact-row input:-ms-input-placeholder {
	color: #666;
}
.bespoke-fp-contact-row textarea {
	border-width: 0px;
	background-color: #252525;
	border-color: #252525;
	color: #9c9c9c;
	padding: 8px 15px;
/*
	font-size: 12px;
*/
	line-height: 1.5;
	height: auto;
	max-height: 100px;
}
.bespoke-fp-contact-row textarea::-webkit-input-placeholder, 
.bespoke-fp-contact-row textarea:-moz-placeholder, 
.bespoke-fp-contact-row textarea::-moz-placeholder, 
.bespoke-fp-contact-row textarea:-ms-input-placeholder {
	color: #666;
}
.bespoke-fp-contact-row .sow-submit {
	float: right;
}
/* google recaptcha */
.bespoke-fp-contact-row .sow-recaptcha {
	float: right;
}
.bespoke-fp-contact-row .sow-contact-form .sow-submit-styled .sow-submit:disabled {
	display: none;
}


/* 
	 Tabs section
*/
.7ackermannplace .responsive-tabs-wrapper {
	margin-bottom: 0px;
}
.7ackermannplace .responsive-tabs  {
	background-color: #3c3c3c;
	letter-spacing: 1px;
}
.7ackermannplace .tabcontent {
	background-color: white;
}
.7ackermannplace .responsive-tabs ul.responsive-tabs__list {
	margin: 0 0 0 12px;
}
.7ackermannplace .responsive-tabs .responsive-tabs__list__item {
	color: #aaa;
	font-size: 15px;
	border-style: none;
	border-radius: 0px;
	margin-bottom: 1px;
}
.7ackermannplace .responsive-tabs .responsive-tabs__list__item:hover {
	color: white;
}
.7ackermannplace .responsive-tabs .responsive-tabs__list__item--active {
	background-color: #3c3c3c;
	border-bottom: solid;
	border-width: 4px;	
}
.7ackermannplace .responsive-tabs .responsive-tabs__list__item--active:hover {
	color: white;
	background-color: #3c3c3c;
}
.7ackermannplace .responsive-tabs .responsive-tabs__panel {
	border-style: none;

	background-color: #e8e8e6;
}
/* 
	Gallery section
*/
.bespoke-gal-head {
	color: #9c9c9c;
	background-color: #3c3c3c;
	text-align: right;
	vertical-align: bottom;
	letter-spacing: 1px;
	font-size: 1.7em;
	font-weight: 400;
	text-transform: uppercase;
	padding-top: 50px;
	padding-right: 15px;
}
@media only screen and (min-width: 768px) {
	.bespoke-gal-head {
		padding-top: 70px;
		padding-right: 55px;
	}
}
.bespoke-sculptures-row {

	background-color: #e8e8e6;
}
.bespoke-gal-row {
	min-height: 10px;
	height: 10px;
	background-color: #3c3c3c;
}
.bespoke-gal-tabs {
	color: white;
	background-color: #2c2c2c;
	height: 30px;
	min-height: 30px;
	margin: 0 -15px;
}
.bespoke-gal-text {
	padding: 0 5%;
	color: #3c3c3c;
	letter-spacing: 1px;
}
.bespoke-products-page .gallery {
	padding-top: 50px;
	margin-bottom: 1.5em;
	display: block;
	-webkit-column-gap: 2.25rem;
	-moz-column-gap: 2.25rem;
	column-gap: 12.25rem;

	background-color: #e8e8e6;
}
.bespoke-products-page .gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.bespoke-products-page .gallery.gallery-columns-5{
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
}
@media(max-width: 1170px){
  .bespoke-products-page .gallery.gallery-columns-5{
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}
/*-4 columns------*/
.bespoke-products-page .gallery.gallery-columns-4{
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
/*-3 columns------*/
.bespoke-products-page .gallery.gallery-columns-3{
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
/*-2 columns------*/
.bespoke-products-page .gallery.gallery-columns-2{
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
/*-1 columns------*/
.bespoke-products-page .gallery.gallery-columns-1{
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
/*--------Responsive---------*/
@media(max-width: 991px){
  .bespoke-products-page .gallery.gallery-columns-4,
  .bespoke-products-page .gallery.gallery-columns-5{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media(max-width: 767px){
  .bespoke-products-page .gallery.gallery-columns-4,
  .bespoke-products-page .gallery.gallery-columns-5,
  .bespoke-products-page .gallery.gallery-columns-3{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media(max-width: 540px){
  .bespoke-products-page .gallery.gallery-columns-4,
  .bespoke-products-page .gallery.gallery-columns-5,
  .bespoke-products-page .gallery.gallery-columns-3,
  .bespoke-products-page .gallery.gallery-columns-2{
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.bespoke-products-page .gallery .gallery-item{
  display: inline-block !important;
  width: 100% !important;
  max-width: 100% !important;
  position: relative;
  display: block;
  padding: 3px;
	background-color: #e8e8e6;  
  float: none !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-bottom: 80px !important;
}
.bespoke-products-page .gallery .gallery-caption {
	padding-top: 1.3rem;
	color: #5c5c5c;
	letter-spacing: 1px;
	font-size: 0.95em;
}
/* get rid of WP default grey border around img */
.bespoke-products-page #gallery-6 img,
.bespoke-products-page #gallery-5 img,
.bespoke-products-page #gallery-4 img,
.bespoke-products-page #gallery-3 img,
.bespoke-products-page #gallery-2 img,
.bespoke-products-page #gallery-1 img {
	border-style: none !important;
	max-width: 100% !important;
	height: auto !important;
	display: block !important;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
            transition: all 0.2s linear;	
	-webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.2), 0 0 2px rgba(50, 50, 50, 0.2);
	   -moz-box-shadow:	2px 2px 2px 0px rgba(50, 50, 50, 0.2), 0 0 2px rgba(50, 50, 50, 0.2);
			box-shadow:	2px 2px 2px 0px rgba(50, 50, 50, 0.2), 0 0 2px rgba(50, 50, 50, 0.2);
}
/* for round paintings */
.bespoke-products-page #gallery-2 > dl:nth-child(10) > dt:nth-child(1) > a:nth-child(1) > img:nth-child(1),
.bespoke-products-page #gallery-4 > dl:nth-child(7) > dt:nth-child(1) > a:nth-child(1) > img:nth-child(1) {
	border-radius: 100%;
}

.bespoke-products-page #gallery-6 img:hover, 
.bespoke-products-page #gallery-5 img:hover, 
.bespoke-products-page #gallery-4 img:hover, 
.bespoke-products-page #gallery-3 img:hover, 
.bespoke-products-page #gallery-2 img:hover, 
.bespoke-products-page #gallery-1 img:hover {
	opacity: 0.8;	
}


/* 
	Blog section
*/
.row.bespoke-single-row {
	background-color: #c9c6b4;
	overflow: hidden;
}
/* equal height columns */
.row.bespoke-single-row > [class*="col-"]{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
.bespoke-single-post-col {

	font-size: 16px;

	font-weight: 400;
	background-color: white;
	padding-left: 40px;
	padding-top: 15px;
}
@media only screen and (max-width : 768px) {
	.bespoke-single-post-col {
		padding-left: 15px;
	}
}
.bespoke-single-post-col p {
/*
	font-family: "Roboto", sans-serif;
*/
}
.bespoke-single-post-col h1 {
	font-size: 24px;
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom: 6px;
/*
font-family: "Roboto", sans-serif;
*/
	letter-spacing: 0.5px;
}
/* standard and gallery post formats */
.7ackermannplace .format-standard .wp-post-image , 
.7ackermannplace .format-gallery .wp-post-image {
	float: right;
	margin: 0.3em 2em 2em 2em;
	max-width: 160px;
	height: auto;
}
@media only screen and (max-width : 360px) {
	/* standard and gallery post formats */
	.7ackermannplace .format-standard .wp-post-image , 
	.7ackermannplace .format-gallery .wp-post-image {
		float: none;
		display: block;
		margin: 0 auto 1em;
	}
}
/* image post format */
.format-image .wp-post-image {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
@media only screen and (max-width : 360px) {
	.format-image .wp-post-image {
		width: 95%;
		margin-bottom: 1em;
	}
}
.bespoke-single-post-col p {
	padding-left: 2%;
	padding-right: 2%;
/*	
	letter-spacing: 1px;
*/
	letter-spacing: 0.5px;
}
.bespoke-single-post-col p img {
	padding-bottom: 3px;
}
.7ackermannplace .format-standard p:last-child {
	margin-bottom: 15px;
}
.7ackermannplace .format-gallery p:last-child:before {
    content: "";
	display: block;
	text-align: center;
	margin: 30px auto;
	height: 2px;
	width: 20%;
	background: -webkit-radial-gradient(#aaa, white);
	background: -moz-radial-gradient(#aaa, white);
	background: radial-gradient(#aaa, white);
}
.7ackermannplace .format-gallery p:last-child a {
	margin-right: 3px;	
}
.bespoke-single-post-meta {
	font-size: 12px;
	font-style: italic;
	clear: both;
	padding-bottom: 15px;
}
.bespoke-single-sidebar-col {
	color: #7c7c7c;
	background-color: transparent;
	font-size: 14px;
	padding-top: 15px;

	letter-spacing: 0.5px;
}
.bespoke-single-sidebar-col p {
/*
	font-family: "Roboto", sans-serif;
*/
}
.bespoke-single-sidebar-col a {
	color: #5c5c5c;
}
.bespoke-single-row ul {
	padding-left: 10px;
}	
.bespoke-single-row .widget_recent_entries {
	padding-top: 14px;
}	
.bespoke-single-row .widget_recent_entries h4 {
	border-bottom: 1px solid #7c7c7c;
}
.bespoke-single-row .widget_archive {
	padding-top: 20px;
}	
.bespoke-single-row .widget_archive h4 {
	border-bottom: 1px solid #7c7c7c;
}
/* archive */
.bespoke-archive-post-col {
	font-size: 16px;
	font-weight: 400;
	background-color: white;
	padding-left: 40px;
	padding-top: 15px;
	min-height: 100%;
}
@media only screen and (max-width : 768px) {
	.bespoke-archive-post-col {
		padding-left: 15px;
	}
}
.bespoke-archive-post-col h1 {
	font-size: 24px;
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom: 6px;
/*
	font-family: "Roboto", sans-serif;
*/
	letter-spacing: 0.5px;
}
.bespoke-archive-post-col p {
	padding-left: 2%;
	padding-right: 2%;
/*
	font-family: "Roboto", sans-serif;
*/
	letter-spacing: 0.5px;
}
.bespoke-archive-more {
/*	
	font-size: .95em;
*/	
	font-size: .94em;
	vertical-align: top;
	margin-bottom: 50px;
}
.bespoke-archive-more a {
	color: #777;
	padding-left: 15px;
}


/* 
	General Text formatting
*/
.bespoke-font-smaller {
	font-size: 90%;
}



/* 
	Error Messages
*/
#bespoke-404 h1 {
	margin-top: 100px;
	margin-left: 10%;
}
#bespoke-404 h4 {
	margin-left: 10%;
	margin-right: 5%;
	margin-bottom: 40px;
}



/*
	Testing
*/
.bespoke-tabs{
    position: relative;
    margin: 0;
    padding: 15px;
    font-size: 0;
}
.bespoke-tabs li{
    display: inline-block;
    margin-right: 1px;
    list-style-type: none;
    font-size: 14px;
}
.bespoke-tabs li:last-child{
    margin-right: 0;
}
.bespoke-tabs li a{
    display: block;
    padding: 10px 15px;
    background: rgba(219,219,219,1);
    text-decoration: none;
    color:#4B5056;
    transition: background 0.5s ease;
}
.bespoke-tabs a + div{
    position: absolute;
    left: 0;
/*
    height: 0;
*/    
    display: none;
    
    padding: 0 15px;
    overflow: hidden;
}
.bespoke-tabs :target a{
    background: rgba(219,219,219,0);
}
.bespoke-tabs :target a + div{
/*
    height: 100%;
    overflow: visible;
*/
	display: table;
}

@media (max-width: 768px) {

    .bespoke-tabs a {
        width:100%;
    }

    .bespoke-tabs a + div{
        position: static;
        float:left;
    }
    .bespoke-tabs li{
        display: block;
        overflow: hidden;
        margin: 0 0 1px 0;
    }

}

/*
	GLOBAL OVERRIDES
*/
.bespoke-no-padding {
	padding: 0;
}
.bespoke-horizontal-padding {
	padding-left: 15px;
	padding-right: 15px;
}
.bespoke-no-horizontal-padding {
	padding-left: 0;
	padding-right: 0;
}
.bespoke-color-white {
	color: white;
}



/**
 * Notification modal overlay
 */

.bespoke-page-overlay {
	bottom: 0;
	display: none;
	left: 0;
	outline: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-overflow-scrolling: touch;
	z-index: 9999;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

.modal-dialog {
    color: #333;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    line-height: 1.4;

	margin: 0 auto;
	max-width: 500px;
	padding: 0 15px;
	position: relative;
	width: auto;
}
@media only screen and (min-width: 768px) {
    .modal-dialog {
    	margin: 0 auto;
        max-width: 500px;
    }
}
.bespoke-page-overlay .modal-dialog {
/*
    left: 50%;
    margin: 0;
    position: absolute;
*/
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.modal-content {
	position: relative;
	background-color: #f2f2f4;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: none;
	box-shadow: none;
	background-clip: padding-box;
	outline: 0;
}
@media only screen and (min-width: 768px) {
    .modal-content {
    	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    	-webkit-box-shadow: none;
    	box-shadow: none;
    }
}

.modal-header {
	padding: 20px 15px 0;
	border-bottom: 0;
	font-weight: 400;
	min-height: 16.428571429px;
}
.modal-header .close {
	margin-top: -16px;
}

.modal-title {
    font-size: 28px;
    font-weight: 400;
	line-height: 1.428571429;
	margin: 0;
    text-align: center;
}

.modal-body {
	position: relative;
	padding: 0 20px 15px;
	text-align: center;
}
.bespoke-offer-line {
    font-size: 18px;
    font-weight: 400;
    margin-top: 18px;
}
.bespoke-offer-line span {
    color: red;
}
.bespoke-condition {
    font-size: 1.1rem;    
}

.modal-footer {
	border-top: 0;
	padding: 0 0 28px;
	text-align: center;
}

.btn-primary {
	background-color: #f2f2f4;
	border: 1px solid #999;
	border-radius: 0;
	color: #333;
	font-weight: 600;
}
.btn-primary:active,
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active:hover, 
.btn-primary:active:focus,
.btn-primary:active.focus, 
.btn-primary.active:focus, 
.btn-primary.focus, 
.btn-primary.active.focus {
	background-color: #666;
	border: 1px solid #666;
	border-radius: 0;
	color: #f2f2f4;
	font-weight: 600;
}



/* TESTING */
/*
#test img {
	max-width: 200px;
}
*/
