/*
Theme Name: 	M11
Theme URI: 		m11studio.co.nz
Description: 	M11 2017
Version: 		1.0
Author: 		Dean Foster
Author URI: 	inhousedesign.co.nz

*/
div,
article,
section,
header,
footer,
nav,
li					{ position:relative; /* For absolutely positioning elements within containers (add more to the list if need be) */ }
.group:after 		{ display:block; height:0; clear:both; content:"."; visibility:hidden; /* For clearing */ }
body 				{ background:#fff; /* Don't forget to style your body to avoid user overrides */ }
::-moz-selection 	{ background:#999999; color:#333; }
::selection 		{ background:#999999; color:#333; }

html { font-size: 48%; } 

@media (min-width: 768px) {
html { font-size: 52.5%; } 
}
@media (min-width: 992px) {
	html { font-size: 58.5%; } 
}
@media (min-width: 1200px) {
	html { font-size: 62.5%; } 
}
@font-face {
    font-family: 'larish_neuesemibold';
    src: url('fonts/larish_neue_semibold-webfont.woff2') format('woff2'),
         url('fonts/larish_neue_semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'relativebold';
    src: url('fonts/relative-bold-webfont.woff2') format('woff2'),
         url('fonts/relative-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'relativebook';
    src: url('fonts/relative-book-webfont.woff2') format('woff2'),
         url('fonts/relative-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body,td,th  {
	background-color: #ede9e2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'relativebook', helvetica, arial, sans-serif; font-weight:normal; font-style:normal;
	text-align:left;
	font-size:2.2rem;
	line-height:1.3em;
	letter-spacing: 0.02em;
	color:#000000;
}
@media (min-width: 768px) {
body,td,th  {
	font-size:1.6rem;
}
}


strong {
	font-family: 'relativebold';
	letter-spacing: 0.1em;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}
a {
	outline: 0 !important;
}
a {
	font-size: 2.2rem;
	color:#000000;
}
@media (min-width: 768px) {
a {
	font-size: 1.6rem;
}
}


a:link {
	text-decoration: none;
	color:#000000;
}
a:visited {
	text-decoration: none;
	color:#000000;
}
a:hover {
	text-decoration: underline;
	color:#000000;
}
a:active {
	text-decoration: none;
	color:#000000;
}
.cleared {
	clear:both;
}
/*Nav*/
.mainNav {
    float: none;
    text-align: left;
}
.mainNav li {
	float: left;
}
.mainNav li a{
  font-size:2.1rem;
  font-family: 'larish_neuesemibold';
}
.mainNav li a:hover {
    font-size:2.1rem;
}


.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar-default .navbar-nav > li > a {
 color: #231f20;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #231f20;
  background-color: transparent;
}
.navbar-default .navbar-nav > .current-menu-item > a, .navbar-default .navbar-nav > .current-menu-item > a:hover, .navbar-default .navbar-nav > .current-menu-item > a:focus {
  background-color: transparent;
  color: #231f20;
  border-bottom:1px solid #231f20;
}
.nav.mainNav a:link {
}
.nav.mainNav a:visited {

}
.nav.mainNav a:hover {
	color:#c9bea3;
}
a:active {

}


.navbar-nav > li > a {
  padding-bottom: 0;
padding-left:0;
padding-right:0;
padding-top: 0;
}
nav { z-index:100;}
.navbar {
	border:0;
	min-height: 0;
	margin-bottom: 0;
	}
	.navbar-toggle {
  background-color: transparent;
  background-image: none;
  border: 0;
  border-radius: 0;
  float: left;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  position: fixed;
  display:block;
  cursor:pointer;
  padding: 0;
    top: 2rem;
margin-left:0;
 z-index: 10;
}
@media (min-width: 768px) {
.navbar-toggle {
margin-left:2.4rem;
}
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-header {
  float: none;
  z-index:101;
height: 0;
}
.navbar-collapse {
  background: #fff1e0 none repeat scroll 0 0;
  border-top: 0 none;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.1) inset;
  margin-left: -12px;
  margin-right: -12px;
  padding: 0 12px;
  position: absolute;
}
@media (min-width: 768px) {
.navbar-collapse {
  background: #fff1e0 none repeat scroll 0 0;
  border-top: 0 none;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.1) inset;
  padding: 0;
  position: absolute;
  width: 100%;
   margin-left: 0;
  margin-right: 0;
}
}
.navbar-collapse.collapse {
  display: none!important;
}
.navbar-nav {
  float: none !important;
  margin: 8rem 0 3rem;
  z-index: 100;
}
.navbar-nav>li {
  float: none;
}
.navbar-nav>li>a {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.navbar-collapse.collapse.in {
  display: block!important;
}
.nav > li > a {
  display: inline;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: underline;
}
#menuHolder {
  position: absolute;
  top: 0;
  width: 100%;
}
.fixed #menuHolder {
position:fixed;	
}

/*Hamburger + Anim */
.navbar-toggle .icon-bar {
	border-radius: 0;
	display: block;
	height: 12px;
	width: 70px;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 14px;
}
button.navbar-toggle {
    display: block;
	cursor:pointer;
}
button.navbar-toggle span {
   /*  margin-top: 10px; This is just a fix to avoid the nav-toggle go to much over the top, you can remove it or fix it for your needs */
}
button.navbar-toggle .icon-bar {
    /*cursor: pointer;
    position: absolute;
    display: block;*/
	background:black;
}
button.navbar-toggle span.icon-top {
}
button.navbar-toggle span.icon-bottom {
}
button.navbar-toggle .icon-bar {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
button.navbar-toggle.active span {
/*    background-color: transparent;
*/}
button.navbar-toggle .icon-bar {
    top: 0;
}
button.navbar-toggle.active span.icon-top {
	-webkit-transform: translate(0,13px) rotate(45deg);
    -moz-transform: translate(0,13px) rotate(45deg);
    -o-transform: translate(0,13px) rotate(45deg);
    transform: translate(0,13px) rotate(45deg);
	/*background:white;*/
}
button.navbar-toggle.active span.icon-bottom {
	-webkit-transform: translate(0,-13px) rotate(-45deg);
    -moz-transform: translate(0,-13px) rotate(-45deg);
    -o-transform: translate(0,-13px) rotate(-45deg);
    transform: translate(0,-13px) rotate(-45deg);
	/*background:white;*/
}
#mainNav {
top:0;
left:0;	
height:0;
position:fixed;
width:100%;
	z-index: 101;
	
	 -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	
}
@media (min-width: 768px) {
body.home #mainNav {
	opacity: 0;
}
}


body.home.fixed #mainNav {
	opacity: 1;
}
body.home.menuActive #mainNav {
	opacity: 1;
}

#mainNav .container-fluid, #mainNav .row, #mainNav .col {

}
.container-fluid {
 
}
.bigNav {
  background: RGBA(238, 234, 228, 0.9) none repeat scroll 0 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.nav.mainNav {
  color: #000000;
  margin: 0;
 }
@media (min-width: 768px) {
.nav.mainNav {
  height: 100%;
 }
}


.nav.mainNav a {
  color: #000000;
font-size: 4.8rem !important ;
  letter-spacing: 0.05rem;
  line-height: 1.1em;
  font-weight:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	text-decoration: none;
	cursor: pointer;
}
@media (min-width: 768px) {
.nav.mainNav a {
font-size: 5.7vw !important;
}
}

.mainNav li a::after {
	content: "";
	display: inline-block;
	width: 1em;
	border-bottom: 1px solid #000000;
}
@media (min-width: 768px) {
.mainNav li.menu-item-19 a::after, .mainNav li.menu-item-25 a::after {
	content: "";
	display: none;
	width: 0;
	border-bottom: 0;
}
	.menu-item-21 {
	clear: both;
}
}

ul#menu-main-menu {
	margin: 1rem 1.5vw;
	width: 75%;
}
@media (min-width: 768px) {
ul#menu-main-menu {
	width: auto;
}
}


#menu-main-menu-1 {
	margin: 1rem 0;
}
/*NAV-override----------------*/
.navbar-toggle {
  float: right;
  position: relative;
  top: 2.5rem;
}







/*Structure*/
@media (min-width: 768px) {
.container {
  width: 753px;
}
}
@media (min-width: 992px) {
.container {
  width: 977px;
}
}
@media (min-width: 1200px) {
.container {
  width: 1185px;
}
}
@media (min-width: 1500px) {
	.container {
    width: 1450px;
}
}
#contentHolder {
  margin-top: 0;
}
section {
	
}
footer {
	padding-top:3rem;
	padding-bottom:6rem;
}
footer p, footer a {
	color: #7b7879 !important;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	 -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	
}
.longDash {
	-webkit-transform: scale(6.0, 1.0);
	-moz-transform: scale(6.0, 1.0);
	-ms-transform: scale(6.0, 1.0);
	-o-transform: scale(6.0, 1.0);
	transform: scale(6.0,1.0);
	display: inline-block;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
}
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
}
.row {
  margin-left: -0.5vw;
  margin-right: -0.5vw;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 0.5vw;
  padding-right: 0.5vw;
}
.img-responsive {
 width: 100%;
	max-width: none;
}


/*Logo*/
.logoHolder {
width:26rem;	
margin-top:2rem;
margin-bottom:2rem;
}
@media (min-width: 768px) {
.logoHolder {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
  width: 26rem;
}
}

/*HOME PAGE ---------------*/

section#homeTop {
	padding: 6vw 0 0;
}
@media (min-width: 768px) {
section#homeTop {
	padding: 9vw 0 0;
}
}


#homeTop .mainImageCol img {
	max-width: none;
	margin-bottom:4rem;
}
@media (min-width: 768px) {
#homeTop .mainImageCol img {
	width: calc(100% + 1.5vw);
	margin-bottom:0;
}
}

.logoCol {
z-index: 10;
}
.logoCol img {
	width: 60%;
	margin:0 0 3rem 0;
}

@media (min-width: 768px) {
.logoCol img {
	margin:0;
	width: calc(100% + 6.95vw);
}
}
@media (max-width: 767px) {
#homeTop .socialHolder {
	position: absolute;
	top: 60vw;
}
}



#homeTop .addressHolder {
	margin-bottom:5rem;
}
@media (min-width: 768px) {
#homeTop .socialHolder, #homeTop .addressHolder {
	left: 60%;
	height: 15vw;
	margin-bottom:0;
	
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);

	
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-ms-transform-origin: top left;
	-o-transform-origin: top left;
	transform-origin: top left;
}
}


@media (min-width: 768px) {
#homeTop .addressHolder {
	height: auto;
	margin-top:11vw;
}
}

body.home #posts article{
	clear:both;
}
body.home #posts h2, body.home #posts h2 a {
	font-family: "larish_neuesemibold";
	text-align: center;
	font-size: 3.8rem;
	line-height: 1.1em;
	margin-bottom: 0.4em;
width: 100%;
left: 0;
}
@media (min-width: 768px) {
body.home #posts h2, body.home #posts h2 a {
	font-size: 2.9vw;
}
}


body.home #posts ul {
	margin: 2rem 0 1rem;
}

body.home #posts li {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}
@media (max-width: 767px) {
body.home #posts li a {
	font-size:1.8rem;
}
}





@media (min-width: 768px) {
.toEdge.pull-right img {
	margin-left: 0;
	margin-right: -1.5vw;
}
}
@media (min-width: 768px) {
.toEdge.centre-block img {
	width: 100%;
	margin:0;
}
}
@media (min-width: 768px) {
body.home #posts .col.centre-block.colNum3 {
float:right;
left: 1.5vw; 
}
}
@media (min-width: 768px) {
body.home #posts .col-sm-4 {
	left:8.3333%;
}
}
body.home {
	width:100%;
	overflow-x: hidden;
}
@media (min-width: 768px) {
body.home .col.toEdge.colLeft {
	left: -1.5vw;
}
}
@media (min-width: 768px) {
body.home #posts .col-sm-4.pull-right {
	left:0;
	margin-right: 8.3333%;
}
}
@media (min-width: 768px) {
body.home #posts .col-sm-4.pull-right.toEdge {
	margin-right: 0;
}
}
@media (min-width: 768px) {
body.home #posts .col-sm-4.toEdge img {
	width: 100%;
	margin:0;
}
}
@media (min-width: 768px) {
body.home #posts .col.centre-block {
	  float: none;
    margin: 5vw auto;
	padding: 10vw 0.5vw 12vw;
	z-index: 0;
}
}
@media (max-width: 767px) { /*MAXXXXXXXXXX*/
body.home article {
	margin-bottom:8rem;
}
}
@media (max-width: 767px) { /*MAXXXXXXXXXX*/
body.home .futureCol {
clear:both !important;
	float: left !important;
	width: 100%;
	}
}



body.home #posts .col.colNum1 {

	background: #ede9e2;
	mix-blend-mode: normal;
	z-index: auto;
}
@media (min-width: 768px) {
body.home #posts .col.colNum1 {
	margin-top: -14vw;
	padding-right: 0;
	background: #ede9e2;
	mix-blend-mode: normal;
	z-index: auto;
}
}

@media (min-width: 768px) {
body.home .col.toEdge.pull-right {
	left: 1.5vw;
}
}




body.home #posts .col.colNum1 img {
	mix-blend-mode: multiply;	
}
body.home #posts article:nth-last-of-type(1){
	padding-bottom:0;
	margin-bottom: 12vw
}
body.home #posts article:nth-last-of-type(1) h2, body.home #posts article:nth-last-of-type(1) h2 a {
	position: relative;
}
body.home #posts .futureCol h2 {
	font-size: 6rem;
	line-height: 0.97em;
	width: 100%;
}

@media (min-width: 768px) {
body.home #posts .futureCol h2 {
	text-align: left;
	font-size: 4.3vw;
	line-height: 0.97em;
	margin-top: -0.5em;
	width:auto;
}
}


body.home #posts .col {
	z-index: 1;
background:#ede9e2;
}
@media (min-width: 768px) {
body.home #posts .col {
	margin-top: -9vw;
}
}


body.home #posts article img {
	mix-blend-mode: multiply;
}
#homeMenu {
	display:none;
}
@media (min-width: 768px) {
body.home #homeMenu {
	display:block;
}
}


.mainCaption {
	margin-top: 0.5em;
	left: -4.3vw;
}
.mainCaption p {
	font-size: 0.9vw;
}
.homeLink {
	text-align: center;
	margin-top: 1.3em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.homeLink a{ 
color:#afafaf;
}
.hometitleHolder {
	width:100%;
}
.hometitleHolder p {
	text-align: center;
	width: 80%;
	margin-left: 10%;
	margin-bottom: 0.5em;
}
#homeMenu .phoneHolder {
display:none;
}
@media (min-width: 768px) {
#homeMenu .phoneHolder {
	display:block;
	position: absolute;
	right: 2.8vw;
	top: 3.1vw;
	font-size: 1.3vw;
}
}

#homeMenu .phoneHolder::after {
	content: '';
	width: 50%;
	display: block;
	border-bottom: 1px solid #000000;
	height: 0.7em;
}

#mainNav .phoneHolder {
	left: 1.6vw;
	font-family: 'larish_neuesemibold';
	font-size: 4rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-top:4rem;
}
@media (min-width: 768px) {
#mainNav .phoneHolder {
	top: 16.9vw;
	font-size: 3.4vw;
	position: absolute;
	margin-top:0;

}
}


#videoOver {
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-color:rgba(0,0,0,0.9);
		z-index:1000;
}
#videoOver video{
	max-width:100%;
	max-height:100%;
	margin:0 auto;
	padding:2vw;
	display: block;
}
#videoOver button {
	position: absolute;
	right: 0.7vw;
	top: 2.2vw;
	display: block;
	cursor: pointer;
	background: none;
	border: 0;
}
#videoOver button .icon-bar {
	background: #ffffff;
		display: block;
height: 12px;
width: 70px;
		transform:translate(0,13px) rotate(45deg);

}
#videoOver button .icon-bar + .icon-bar {
	margin-top: 14px;
		transform:translate(0,-13px) rotate(-45deg);
}

.triangle-right {
	width: 0;
	height: 0;
	border-top: 12vw solid transparent;
	border-left: 15vw solid #ede9e2;
	border-bottom: 12vw solid transparent;
	left: calc(50% - 2.7vw);
	top: calc(50% - 9.5vw);
	z-index: 100;
		opacity:0;
		-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

}
@media (min-width: 768px) {
.triangle-right {
	width: 0;
	height: 0;
	border-top: 4vw solid transparent;
	border-left: 5vw solid #ede9e2;
	border-bottom: 4vw solid transparent;
	left: calc(50% - 1.7vw);
	top: calc(50% - 3.5vw);
	z-index: 100;
		opacity:0;
		-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

}
}


.triangleHolder {
	position:absolute;
	width: 100%;

}
.triangleHolder.triVisible .triangle-right{
	opacity:1;
}

/*INFINITE LOAD*/
.yith-infs-loader img {
	display:none;
}
.yith-infs-loader {
 position:relative;
width: 40px;
  height: 40px;
  margin: 100px auto;
 background-color: #c9bea3;
clear:both;
  border-radius: 100%;  
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}
nav.navigation{
	clear:both;
}
/*OTher PAGES-----------------------------_>>>>>>>>>>>>>>>*/

body.page h1, body.category h1, body.archive h1, body.single h2 {
	font-family: 'larish_neuesemibold';
	color: #000000;
	font-size: 4.8rem;
	letter-spacing: 0.05rem;
	line-height: 1.1em;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: none;
	margin:1rem 0;
}

@media (min-width: 768px) {
body.page h1, body.category h1, body.archive h1, body.single h2 {
	font-size: 5.7vw;
	
}
}
body.page h1::after, body.archive h1::after, body.single h2::after {
	content: "";
	display: inline-block;
	width: 1em;
	border-bottom: 1px solid #000000;
}

body.services h1::after {
		border-bottom: 1px solid #ffffff;
	}
body.page .titleSection, body.category .titleSection, body.archive .titleSection, body.single .titleSection {
	margin-bottom: 8rem;
}
@media (min-width: 768px) {
body.page .titleSection, body.category .titleSection, body.archive .titleSection, body.single .titleSection {
	margin-bottom: 20vh;
}
}


@media (min-width: 768px) {
body.page .topSection img {
	width: calc(100% + 1.5vw);
	max-width: none;
	margin-left:-1.5vw;
}
}
@media (min-width: 768px) {
body.page .topSection .pull-right img {
	margin-left:0;
}
}
body.page .topSection .col {
	z-index:10;
}
@media (min-width: 768px) {
body.page .secondImg {
	margin-top: -7vw;
		z-index:5 !important;
}
}

@media (min-width: 768px) {
.addressCol p {
	left: 50%;
	width: 50%;
	position: absolute;
	transform: rotate(90deg);
	transform-origin: top left;
}
}

@media (min-width: 768px) {
body.page .topSection {
	margin-bottom:18rem;
}
}

body.page .topSection .col {
	margin-bottom:4rem;
}
@media (min-width: 768px) {
body.page .topSection .col {
	margin-bottom:0;
}
}



body.page .repeaterSection .col {
	margin-bottom:4rem;
}
body.page .repeaterSection .col.noText {
	margin-bottom:0;
}

@media (min-width: 768px) {
body.page .repeaterSection .col {
	margin-bottom:18rem;
}
}

@media (min-width: 768px) {
body.page .repeaterSection .col:nth-of-type(4n+1) {
	float: right;
}
}

@media (min-width: 768px) {
body.page .repeaterSection .txtCol {
	left: 8.33333333%;
}
}
body.page .repeaterSection .txtCol p {
	font-family: "larish_neuesemibold";
	font-size: 5rem;
	line-height: 1.1em;
}
@media (min-width: 768px) {
body.page .repeaterSection .txtCol p {
	font-size: 2.9vw;
}
}


.small-cap-text {
	text-transform: uppercase;
	font-size: 1.6rem;
	font-family: 'relativebook', helvetica, arial, sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.07em;
}
@media (min-width: 768px) {

body.page .topSpacer {
	height: 32rem;
}
}


/*SERVICES PAGE---------------------------_>>>>>>>>>>>>>>>>>>>>>*/

body.services, body.services table, body.services td, body.services td span {
	background:#000000;
	color:#ffffff !important;
	line-height: 1.3em;
	padding-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
	
}
body.services td {
}
@media (min-width: 768px) {
body.services td {
	font-size:1.3vw;
}
}

body.services tr {
	height: auto !important;
}
body.services td span {
font-family: inherit !important;
	font-size: inherit !important;
}
body.services h1 {
	color:#ffffff;
}
body.services table td:nth-of-type(2n+1) {
	width: 70% !important;
}
body.services table td:nth-of-type(2n+2) {
	width: 30% !important ;
	text-align:right;
}
body.services table {
	width:100% !important;
	font-size:1.3vw;
}
body.services button.navbar-toggle .icon-bar {
	background: #ffffff;
}
button.navbar-toggle .icon-bar {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
body.services button.navbar-toggle.active span.icon-top, body.services button.navbar-toggle.active span.icon-bottom {
	background: #000000; 
}
body.services .centreCol {
	padding: 0 1.8vw;
}
@media (min-width: 768px) {
body.services .centreCol {
	border-left: 1px solid #ffffff;
}
}


body.services .rightCol{
	
	  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

	
	padding: 0;
}
body.services .rightCol .content{
	padding: 0 1.8vw;
	width: 100%;
}
@media (min-width: 768px) {
body.services .rightCol .content{
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding: 0 1.8vw;
	margin-top: 32rem;
	width: 100%;
}
}


.services-heading {
	font-weight:700;
text-transform: uppercase;
	margin-top: 2em;
display: inline-block;
}
body.services h2 {
	font-family: "larish_neuesemibold";
	font-size: 5.6rem;
	line-height: 1em;
	margin-bottom: 8rem;
}
@media (min-width: 768px) {
body.services h2 {
	font-size: 6.6rem;
}
}


body.services tr:nth-of-type(1) .services-heading {
	margin-top: 0;
}
@media (min-width: 768px) {
body.services .contentSection .row {
	  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
}
@media (max-width: 767px) {
body.services .leftCol {
	display:none;
}
}




body.services .contentSection {
	margin-bottom:12rem;
}
body.services h3 {
	font-family: "larish_neuesemibold";
	font-size: 2.4rem;
	line-height: 1.2em;
	width: 90%;
}
body.services .contentSection p {
	margin-bottom: 1.65em;
	font-size: 2.2rem;
	line-height: 1.3em;
}
@media (min-width: 768px) {
    body.services .contentSection p {
        font-size: 1.3vw;
    }
}

@media (min-width: 768px) {
    body.services .weddingSection .topSpacer {
        height: 24rem;
    } 
    body.services .weddingSection .rightCol .content {
        margin-top: 24rem;
    }
    
}




/*Category INdex---------------------------------_>>>>>>>>>>>>>>>>>>*/
body.archive article {
		background-color: #ede9e2;
}
body.archive .col img {
mix-blend-mode: multiply;
}

body.archive h2{
	margin: 0.4em 0;
	font-family: "larish_neuesemibold";
	font-size: 3.8rem;
	line-height: 1.1em;
}
@media (min-width: 768px) {
body.archive h2  {
	font-size: 1.7vw;
}
} 

body.archive .col:nth-of-type(3n+1){
	clear:both;
}
body.archive #posts .col {
	margin-bottom: 12rem;
}
body.archive .post-categories{
	display:none;
}
body.archive  .hometitleHolder p {
	text-align: left;
	width: 80%;
	margin-left: 0;
	margin-bottom: 0.5em;
}
body.archive .homeLink {
	text-align: left;
	margin-top: 1em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
} 


/*Single---------------------------------_>>>>>>>>>>>>>>>>>>*/
body.single h1 {
	font-family: "larish_neuesemibold";
	font-size: 2.9vw;
	line-height: 1.1em;
	margin-bottom: 0.55em;
}
body.single .repeaterSection .col:nth-of-type(4n+1) {
	float: right;
}
body.single   .txtCol {
	left: 8.33333333%;
}
body.single .col.toEdge {
	left: -1.5vw;
}
body.single #contentHolder .col img {
	mix-blend-mode: multiply;
}
body.single #contentHolder .col {
	background-color:#ede9e2;
	margin-bottom: 12rem;
}
body.single #contentHolder .titleSection .col {
	margin-bottom: 0;
}

body.single h3 {
	font-family: "larish_neuesemibold";
	font-size: 2.9vw;
	line-height: 1.2em;
	margin-bottom: 0.3em;
}
body.single h4 {
		font-family: "larish_neuesemibold"; 
	font-size: 2.4vw;
	line-height: 1.2em;
	margin-bottom: 0.3em;
}
body.single p {
	margin-bottom: 0.65em;
}
.vidHolder {
	height: auto;
	max-width: 100%;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	margin-bottom: 12rem;
}
.vidHolder iframe, .vidHolder object, .vidHolder embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-left: 0;
	padding-right: 0;
	padding-bottom:0;
}
.vidCol {
	float: none !important;
	margin: 0 auto;
}
.vidTxtCol {
	margin: 0 auto;
	float: none;
	left: 0 !important;
	clear: both;
	text-align: center;
}
/*People Page---------------------------------_>>>>>>>>>>>>>>>>>>*/
.peopleTextHolder {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 1vw);
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	margin: 0 0.5vw;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #ffffff;
		-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
	
}
.peopleTextHolder p {
	font-size: 1.8rem;
	line-height: 1.3em;
	margin-bottom: 0.64em;
}
@media (min-width: 768px) {
.peopleTextHolder p {
	font-size: 1.4vw;
}
}


.peopleInner {
	padding: 2.2vw 4vw 3.5vw 2.8vw;
}
.peopleCol:hover .peopleTextHolder {
	display:block;
	opacity:1;

}
.peopleTextHolder h2 {
	font-family: "larish_neuesemibold";
		font-size: 2.6rem;

	line-height: 1.1em;
	margin-bottom: 2vw;
}
@media (min-width: 768px) {
.peopleTextHolder h2 {
	font-size: 2.9vw;
}
}

.peopleTextHolder h2::after {
	content: "";
	display: block;
	width: 5vw;
	height: 0.7em;
	border-bottom: 1px solid #ffffff;
}
.peopleCol {
	margin-bottom:1vw;
}

/*CONTACT PAGE----------------------------->>>>>>>>>>>>>*/

body.contact h3 {
	font-size: 3.6rem;
	padding-top: 0.1em;
	margin-top: 0.2em;
	border-top: 1px solid #000000;
	line-height: 1.1em;
}
@media (min-width: 768px) {
body.contact h3 {
	font-size: 5.7vw;
}
}

body.contact h2 {
	font-family: "larish_neuesemibold";
	font-size: 2.4rem;
	line-height: 1.1em;
}
@media (min-width: 768px) {
body.contact h2 {
	font-size: 1.8vw;
}
}
body.contact .contentSection p {
	font-size: 2.4rem;
	line-height: 1.1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
body.contact .contentSection p {
	font-size: 1.6vw;
}
}


body.contact h2:nth-of-type(2) {
margin-top:4rem;
}
@media (min-width: 768px) {
body.contact h2:nth-of-type(2) {
margin-top:12rem;
}
}

body.contact .rightColumn {
	margin-top:4rem;
}
@media (min-width: 768px) {
body.contact .rightColumn {
	margin-top:0;
}
}

body.contact .rightColumn p:nth-of-type(1) {
	margin-top: 0.2em;
}
body.contact .leftColumn p:last-of-type{
	margin-top:2em;
}
body.contact iframe {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	border: 7px solid #000000 !important;
	height: 65vh;
}

body.contact .mapSection {
	margin:4rem 0;
	mix-blend-mode: multiply;
}
@media (min-width: 768px) {
body.contact .mapSection {
	margin:12rem 0;
}
}
body.contact h3 a {
	font-size: inherit;
}

body.contact #contentHolder {
	background:#ede9e2;
}

/*Beautiful tax filter styles*/
button.beautiful-taxonomy-filters-button {
	display:none;
}
.filterCol {
  margin: 6rem 0 3rem;
}
select.beautiful-taxonomy-filters-select {
  background-clip: padding-box;
  background-color: #dcddde;
  background-image: none;
  border: 0 none;
  border-radius: 0;
  color: #16e7a5;
  display: block;
  font-size: inherit;
  height: 2.4em;
  line-height: 1.25;
  padding: 0.5em 0.75em 0.3em;
  width: 100%;
}
.beautiful-taxonomy-filters {
  border-bottom: 0 none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.beautiful-taxonomy-filters label {
	display:none;
}
body.filterFixed .beautiful-taxonomy-filters {
  background: #ffffff none repeat scroll 0 0;
  left: 0;
  padding: 0 2.5rem 2.9rem;
  position: fixed;
  top: 6.3rem;
  width: 100%;
  z-index: 10;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 2.4em;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  right: 1px;
  top: 0.45em;
  width: 20px;
}
.select2-container .select2-selection--single {
	height: auto;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0.8em;
}
.select2-container--default .select2-selection--single {
	border: 0;
	background-color: #ddd9d2;
}

body.archive #posts .col.filterCol {
	margin-bottom:4rem;
}
body.post-type-archive-m11_product article{
	text-align: center;
}
body.post-type-archive-m11_product article .homeLink {
	text-align: inherit;
} 




#mc_embed_signup {
	background: transparent !important;
	font: inherit !important;
	margin-top: 3vw;
}
#mc_embed_signup form {
	padding: 0 !important;
}
#mce-EMAIL {
	background: transparent !important;
	width: 72% !important;
}
#mc_embed_signup label {
	font-weight: normal !important;
}
#mc-embedded-subscribe {
	mix-blend-mode: multiply;	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
}