/*
CSS Structure
CSS Grid by cssgrid.co
-------------------------------------------------------------
01. Normalise
02. Fonts
03. Header + Menu + Footer
04. Website Styles
05. Mobile, below 767 width
-------------------------------------------------------------
*/

/* 01. Normalise */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
}
h1, h2, h3, h4, h5, h6, p, blockquote {
	margin:0;
	padding:0;
	font-weight:normal;
}
body {
	width:100%;
	height:auto;
	margin:0 auto;
	font-family:'futuralight', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
	background-color:#fff;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
html {
	margin:0 auto;
	overflow-x:hidden;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display:inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* 02. Fonts */
@font-face {
    font-family: 'the_styled_editstligregular';
    src: url('../fonts/thestylededitstlig-webfont.woff2') format('woff2'),
         url('../fonts/thestylededitstlig-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'futuralight';
    src: url('../fonts/futural-webfont.woff2') format('woff2'),
         url('../fonts/futural-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'futurabook';
    src: url('../fonts/futuran-webfont.woff2') format('woff2'),
         url('../fonts/futuran-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'futurabold';
    src: url('../fonts/futurab-webfont.woff2') format('woff2'),
         url('../fonts/futurab-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'futuramedium';
    src: url('../fonts/futuram-webfont.woff2') format('woff2'),
         url('../fonts/futuram-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* 03. Header + Menu + Footer */
.header {
	position:fixed;
	width:auto;
	top:0;
	left:0;
	right:0;
	height:100px;
	background-color:#fff;
	margin:0 auto;
	z-index:4;
}
.logos {
	z-index:4;
	position:relative;
	opacity:1;
}
.logos.on {
	z-index:1;
	position:relative;
	opacity:0;
}
.logo {
	font-family:'futuralight', Arial, Helvetica, sans-serif;
	font-weight:normal;
	position:relative;
	float:left;
	width:391px;
	margin-top:40px;
	margin-left:60px;
}
.logo a {
	display:block;
	width:100%;
	height:100%;
}
.logo.off {
	margin-top:10px;
	opacity:0;
	height:60px;
	overflow:hidden;
}
.logo-transitioned {
	font-family:'futuralight', Arial, Helvetica, sans-serif;
	font-weight:normal;
	position:absolute;
	width:272px;
	margin-top:60px;
	margin-left:60px;
	opacity:0;
}
.logo-transitioned.on {
	margin-top:18px;
	opacity:1;
}
.logo-transitioned a {
	display:block;
	width:100%;
	height:100%;
}
.logo a img,
.logo-transitioned a img {
}
.logo a:hover img,
.logo-transitioned a:hover img {
	opacity:1;
}

.splashes-right-top {
    position: absolute;
    width: 30%;
    left: 70%;
    height: 1100px;
	background-image: url(../images/splash-top.png);
	background-repeat: no-repeat;
	background-position: center center;
    z-index: 2;
}
.splashes-left-first {
    position: absolute;
    width: 60%;
    left:0;
    height: 350px;
    z-index: 1;
    margin-top: -200px;
	background-image: url(../images/splash-first.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.splashes-right-first {
    position: absolute;
    width: 30%;
    left:70%;
    height: 500px;
    z-index: 1;
    margin-top: -50px;
	background-image: url(../images/splash-second.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.splashes-left-footer {
    position: absolute;
    width: 25%;
    left:0;
    height: 400px;
    z-index: 1;
    margin-top: -100px;
	background-image: url(../images/splash-footer-first.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.splashes-right-footer {
    position: absolute;
    width: 20%;
    left:80%;
    height: 200px;
    z-index: 1;
    margin-top: 200px;
	background-image: url(../images/splash-footer-second.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.p2,
.h1,
.h4,
p,
.nav-weddings,
.centered,
.faqs,
.content-contact {
    z-index: 2;
    position: relative;
}
.gallery-home {
    z-index: 1;
    position: relative;
}
.nav {
	float:right;
	z-index:2;
	display:inline-block;
	padding-top:27px;
	padding-right:10px;
}
ul.nav-buttons {
	list-style:none;
}
ul.nav-buttons li {
	text-align:left;
	display:inline-block;
}
ul.nav-buttons li a {
	font-family:'futuralight', Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#000;
	letter-spacing:0.7px;
	text-transform:uppercase;
	display:inline-block;
	text-decoration:none;
	line-height:44px;
	padding-left:12px;
	padding-right:12px;
}

.single-couples ul.nav-buttons li.menu-item-437 a,
.single-couples ul.nav-buttons li.menu-item-1092 a,
.page-template-page-couples-older ul.nav-buttons li.menu-item-1092 a,
ul.nav-buttons li.current-menu-item a,
ul.nav-buttons li.current-page-ancestor a {
	font-family:'futuramedium', Arial, Helvetica, sans-serif;
}
ul.nav-buttons li a span {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
.single-couples ul.nav-buttons li.menu-item-437 a span,
.single-couples ul.nav-buttons li.menu-item-1092 a span,
.page-template-page-couples-older ul.nav-buttons li.menu-item-1092 a span,
ul.nav-buttons li a:hover span,
ul.nav-buttons li.current-page-parent a span,
ul.nav-buttons li.current-page-ancestor a span,
ul.nav-buttons li.current-menu-item a span {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
ul.nav-buttons li:hover a span {
	border-bottom-color: #000;
}
/* Hover Nav */
ul.nav-buttons li ul {
	position:absolute;
	width: auto;
	min-width:160px;
	opacity:0.5;
	display:none;
	border: 1px solid #fff;
}
ul.nav-buttons li:hover ul {
	opacity:1;
	display:block;
}
ul.nav-buttons li ul li {
	display:block;
	background-color:#ebe3e0;
}
ul.nav-buttons li ul li a,
ul.nav-buttons li.current-menu-item ul li a {
	font-family:'futuralight', Arial, Helvetica, sans-serif;
	display:block;
	background-color:transparent;
}
ul.nav-buttons li ul li a:hover,
ul.nav-buttons li ul li.current a {
	display:block;
	background-color:transparent;
}
ul.nav-buttons li ul li a span,
ul.nav-buttons li.current-menu-item ul li a span {
	border-bottom-color: #ebe3e0;
}
/*ul.nav-buttons li a:hover ul li a span,
ul.nav-buttons li.current-menu-item ul li a span {
	border-bottom-color: #ccc;
}*/
ul.nav-buttons li:hover ul li a span {
	border-bottom-color: #ebe3e0;
}
ul.nav-buttons li:hover ul li:hover a span {
	border-bottom-color: #444;
}
ul.nav-buttons li.current-page-ancestor ul li a {
	font-family:'futuralight', Arial, Helvetica, sans-serif;
}


/* Cols */
.p2 .one {
	width:50%;
	float:left;
}
.p2 .one.max {
    max-width: 560px;
}
.two-inner {
    width: 90%;
}
.p2 .two {
	width:50%;
	margin-left:50%;
}
.p2.padd-top {
    padding-top: 10%;
}


/* 04. Website Styles */
.wrapper, a, a img, .header, .nav, .nav-off, .line-nav-1, .line-nav-2, .line-nav-3, .line-nav-4, .logo, .logos, .logo-transitioned, ul.nav-buttons li a span, .faq-content, .sbi_item:hover .sbi_photo_wrap, a span {
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
a {
	text-decoration:none;
	outline:0;
	color:#74797e;
}
img,
img a {
	font-size:14px;
	color:#999;
	border:0;
	margin:0;
	padding:0;
	width:100%;
	height:auto;
}
a:hover img {
	opacity:0.7;
}
.wrapper {
	width:100%;
	height:auto;
	position:relative;
	z-index:1;
	padding-top:100px;
}
.cover {
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	background-position:center center;
}
.cover.align-top {
	background-position:center top;
}
.cover.align-bot {
	background-position:center bottom;
}

.bg-experience {
	background-position:center center;
}
.centered {
	display:table;
	width:100%;
	height:100%;
	position:relative;
}
.centered-content {
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
}
.text-home {
	position:absolute;
	bottom:11%;
	left:10%;
}
.text-blog {
	position:absolute;
	bottom:8%;
	left:10%;
    right: 10%;
    text-align: center;
}
.text-blog-article {
	left:10%;
    right: 10%;
    text-align: center;
}
.text-blog-article img {
    width: 70%;
    max-width: 1200px;
}
.text-blog-article h1 {
    width: 67%;
    text-align: right;
    margin: 0 auto;
    margin-top: -70px;
    max-width: 1160px;
}
.text-blog-article h2 {
	font-family:'the_styled_editstligregular', Arial, Helvetica, sans-serif;
	font-size:65px;
	line-height:80px;
	color:#444;
    text-align: center;
    display: block;
    max-width: none;
    width: 100%;
    padding-top: 20px;
}
.hero {
	width:100%;
	height:810px;
	background-color:#ebe3e0;
	position:relative;
}
.hero-article {
	width:100%;
	height:810px;
	position:relative;
	background-color:#ececec;
}
.hero-article-gal {
	width:100%;
	height:810px;
	position:relative;
	background-color:#ececec;
}
.bg-pink {
	background-color:#ebe3e0;
}
.bg-grey {
	background-color:#f1f2f2;
}
.bg-grey-med {
	background-color:#dcdfe0;
	padding:55px;
	padding-bottom:90px;
	text-align:center;
}
.bg-grey-med p {
	margin:0 auto;
	max-width:750px;
	margin-bottom:20px;
}
.grey-dark {
	padding-left:60px;
	padding-right:60px;
}
.bg-faqs {
	padding-left:1%;
	padding-right:1%;
	max-width:1500px;
	margin:0 auto;
}
.bg-faqs h1,
.bg-faqs h2 {
	color:#393b3e;
}
.bg-faqs h2 {
	font-size:21px;
	letter-spacing:1.3px;
	text-transform:uppercase;
}
.img-faqs1,
.img-faqs2,
.img-faqs3 {
	position:relative;
}
.img-faqs1 {
	width:32%;
	float:left;
	margin-top:5%;
	margin-left:10%;
	z-index:2;
}
.img-faqs2 {
	width:32%;
	float:left;
	margin-left:-4%;
	z-index:1;
}
.img-faqs3 {
	width:22%;
	float:left;
	margin-top:13%;
	margin-left:-2%;
	z-index:2;
}
.faqs-text {
	position:absolute;
	left:14%;
	bottom:15%;
	z-index:3;
}
.faqs {
	max-width:1200px;
	margin:0 auto;
}
.faq-block {
	color:#393b3e;
	background-color:#ebe3e0;
	border: 1px solid #fff;
	margin-bottom:25px;
}
.faq-button span {
	font-family:'futurabook', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:20px;
	color:#393b3e;
	letter-spacing:2px;
    cursor: pointer;
}
.faq-button span {
	display:block;
	width: calc(100% - 95px);
	background-image: url(../images/icon-faq.png);
	background-repeat: no-repeat;
	background-position: 100% center;
	background-size:40px;
	-moz-background-size:40px;
	padding-top:22px;
	padding-bottom:22px;
	padding-left:30px;
	padding-right:50px;
}
.faq-button span.switch {
	background-image: url(../images/icon-faq-on.png);
}
.faq-content {
	text-transform:none;
	background-color:#fff;
	padding-top:0;
	padding-bottom:0;
	padding-left:30px;
	padding-right:30px;
	height:0;
	overflow:hidden;
	opacity:0;
}
.faq-content.on {
	padding-top:25px;
	padding-bottom:15px;
	height:auto;
	overflow:auto;
	opacity:1;
}
.faq-content p {
	font-size:18px;
	line-height:25px;
	letter-spacing:0.5px;
}
.faq-content p a {
	font-size:18px;
	line-height:25px;
	letter-spacing:0.5px;
	margin:0;
	padding:0;
	text-transform:none;
	text-decoration:underline;
}
.faq-content p a:hover {
}

.padd-about-top {
	padding-top:8%;
}
.bg-about {
	padding-left:1%;
	padding-right:1%;
	max-width:1500px;
	margin:0 auto;
}
.img-about1 {
	float:left;
	width:32%;
	margin-left:8%;
}
.img-about1 img,
.img-about2 img,
.about-img-right1 img,
.about-img-right2 img,
.about-img-right3 img,
.mywork img,
.mentoring-img1 img,
.mentoring-img2 img,
.mentoring-img3 img,
.pricing-img1 img,
.pricing-img2 img,
.pricing-img3 img,
.img-faqs1 img,
.img-faqs2 img,
.img-faqs3 img,
.blog-img3 img,
.blog-img4 img,
.blog-img5 img,
.guides-img1 img,
.guides-img2 img,
.guides-img3 img,
.guides-img4 img,
.images-2-guides-one img, 
.images-2-guides-two img,
.article-img img,
.text-blog-article-gal-img img,
.text-block-img img {
    border: 1px solid #fff;
}
.text-block-img {
    padding-top: 50px;
}
.img-about2 {
	margin-left:31%;
	width:60%;
	max-width:800px;
	bottom:15%;
	position:absolute;
}
.img-about2 img {
	width:48%;
	float:left;
}
.about-text {
	float:left;
	margin-top:4%;
	margin-left:50px;
}
.bg-about h1 {
	padding-top:10px;
	font-size:75px;
	line-height:90px;
}
.bg-about h1,
.bg-about h2 {
	color:#393b3e;
}
.bg-about h2 {
	font-size:21px;
	letter-spacing:1.3px;
	text-transform:uppercase;
}
.img-about2-text {
	float:left;
	width:48%;
	margin-left:3.5%;
}

.about-img-right1 {
	float:left;
	width:55%;
	z-index:2;
	position:relative;
}
.about-img-right2 {
	float:left;
	width:40%;
	margin-top:-5%;
	margin-left:-4%;
	z-index:1;
}
.about-img-right3 {
	float:left;
	width:55%;
	margin-top:8%;
	margin-left:-10%;
	z-index:2;
	position:relative;
}
.blog-img3 {
    float: left;
    width: 48%;
}
.blog-img4 {
    float: left;
    width: 52%;
    margin-left: -4%;
    margin-top: 10%;
}
.blog-img5 {
    float: left;
    width: 44%;
    margin-left: 54%;
    margin-top: -25%;
    z-index: 2;
    position: relative;
}

.text-experience {
	width:30%;
	margin-left:65%;
}
.text-experience h1,
.text-experience h2,
.text-experience p {
	color:#393b3e;
}
.text-experience h1 {
	padding-top:10px;
}
.text-experience h2 {
	font-size:21px;
	letter-spacing:1.3px;
	text-transform:uppercase;
}

.exp-max {
	max-width:1250px;
	margin:0 auto;
}
.exp-first {
	padding-bottom:4%;
}
.exp-second {
	padding-bottom:8%;
}
.exp-tape {
	padding-top:8%;
}
.exp-padd-three {
	padding-left:18%;
}
.exp-number,
.exp-title,
.exp-text {
	color:#444;
}
.exp-number {
	font-family:'the_styled_editstligregular', Arial, Helvetica, sans-serif;
	font-size:250px;
	line-height:70px;
	width:95px;
	display:inline-block;
	padding-top:50px;
}
.exp-title {
	font-family:'the_styled_editstligregular', Arial, Helvetica, sans-serif;
	font-size:50px;
	line-height:60px;
	display:inline-block;
	vertical-align:top;
	padding-top:20px;
}
.exp-text {
	display:block;
	padding-left:100px;
	padding-right:40px;
}


.line {
	border-top-width: 28px;
	border-top-style: solid;
	border-top-color: #fff;
}
h1,
.h2 {
	font-family:'the_styled_editstligregular', Arial, Helvetica, sans-serif;
	font-size:65px;
	line-height:80px;
	color:#fff;
	margin-bottom:30px;
}
h2 {
	font-family:'futurabook', Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:22px;
	letter-spacing:0.4px;
	color:#fff;
	max-width:420px;
	margin-bottom:20px;
}
.h1 {
	font-family:'futurabook', Arial, Helvetica, sans-serif;
	font-size:21px;
	line-height:25px;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#444;
	margin-bottom:40px;
}
.mentoring h2 {
	font-family:'the_styled_editstligregular', Arial, Helvetica, sans-serif;
	font-size:60px;
	line-height:80px;
	color:#444;
	margin-bottom:10px;
	max-width:none;
	margin-left:-50%;
}
.mentoring.sessions h2 {
	margin-left:0;
	margin-bottom:0;
}
.mentoring.sessions h3,
.mentoring.sessions p {
	padding-left:16%;
	padding-right:9%;
}
.mentoring.sessions h3 {
	padding-top:10px;
}
.mentoring.sessions .tape {
	padding-left:16%;
}

h3 {
	font-family:'futurabook', Arial, Helvetica, sans-serif;
	font-size:21px;
	line-height:25px;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#444;
	margin-bottom:40px;
}
h3 span {
	font-family:'the_styled_editstligregular', Arial, Helvetica, sans-serif;
	font-size:60px;
    line-height: 64px;
    text-transform: none;
}
h4 {
	font-family:'futurabook', Arial, Helvetica, sans-serif;
	font-size:21px;
	line-height:25px;
	letter-spacing:1px;
	color:#444;
	text-transform:uppercase;
	margin-bottom:35px;
}
h4 span {
	font-family:'the_styled_editstligregular', Arial, Helvetica, sans-serif;
	font-size:58px;
	line-height:70px;
	text-transform:none;
	padding-right:15px;
}
h5 {
	font-family:'futurabook', Arial, Helvetica, sans-serif;
	font-size:21px;
	line-height:25px;
	letter-spacing:1px;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:35px;
}
h5 a {
	color:#fff;
}
h5 span {
	font-family:'the_styled_editstligregular', Arial, Helvetica, sans-serif;
	font-size:110px;
	line-height:70px;
	text-transform:none;
	vertical-align:bottom;
}
p {
	font-family:'futurabook', Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:22px;
	letter-spacing:0.8px;
	color:#444;
	margin-bottom:20px;
}
.section p a,
.section h4 a {
    color: #444;
    border-bottom: 1px solid #999;
}
.section p a:hover,
.section h4 a:hover {
    color: #444;
    border-bottom: 1px solid #444;
}
.blog-feature.txtall p,
.blog-feature.txtall ul,
.blog-feature.txtall ul li {
	text-align: left;
	font-size:16px;
	line-height:22px;
	letter-spacing:0.8px;
}
.blog-feature.txtall ul li {
	margin-bottom: 14px;
}
.blog-feature.txtall ul {
	padding-left: 16px;
	padding-bottom: 20px;
}
.padding-inner {
	padding:9%;
	padding-top:7%;
	padding-bottom:7%;
	max-width:1230px;
	margin:0 auto;
}
.padding-inner-ins {
	padding:1%;
	padding-left: 4%;
	padding-top:7%;
	padding-bottom:7%;
	max-width:1920px;
	margin:0 auto;
}
.padding-inner-ins img {
	max-width: 350px;
}
.padding-inner-tb {
	padding-top:7%;
	padding-bottom:7%;
    padding-left: 2%;
    padding-right: 2%;
}
.padding-inner.less-top-bot {
	padding-top:5%;
	padding-bottom:5%;
}
.padding-inner-less {
	padding:6%;
	padding-top:4%;
	padding-bottom:4%;
	max-width:1650px;
	margin:0 auto;
}
.pink-inner {
	padding-left:12%;
	max-width:490px;
	text-align:left;
}
.pink-inner.width-auto {
	max-width:none;
}
.one .pink-inner p {
	padding-right:14%;
}

.text-left .pink-inner p {
	padding-right:0;
}

.kate-content {
	text-align:center;
}
.kate {
	margin:0 auto;
	padding-top:30px;
}
.kate img {
	max-width:380px;
	border: 1px solid #fff;
}
.love-kate {
	max-width:250px;
	position:absolute;
	padding-left:45px;
}
span.tape {
	display:block;
	margin-top:100px;
}
.tape-home-top {
    padding-top: 20px;
}
span.tape.tape-home {
	display:block;
	margin-top:60px;
    min-height: 1px;
}
span.tape.second {
	display:block;
	margin-top:75px;
}
span.tape.tape-about {
	display:block;
	margin-top:20px;
	margin-left:20px;
}
span.tape-text {
	font-family:'the_styled_editstligregular', Arial, Helvetica, sans-serif;
	font-size:50px;
	line-height:72px;
	color:#444;
	position:absolute;
	z-index:2;
}
span.tape-text a {
	color:#444;
}
span.stickytape {
	background-color:#f1f2f2;
	position:relative;
	display:block;
	width:100%;
	height:54px;
	z-index:0;
	margin-top:-55px;
	border: 1px solid #fff;
	padding-left:15px;
	padding-right:4px;
}
span.stickytape.pinktape {
	background-color:#ebe3e0;
}
span.tape-text.smaller {
	font-size:40px;
	line-height:62px;
}
span.tape-text.smaller span.stickytape {
	height:48px;
	margin-top:-45px;
	padding-left:15px;
	padding-right:4px;
}
.tape-intimate {
	margin-left:15%;
	position:relative;
	z-index:3;
}
.kate-weddings {
	position:relative;
	z-index:2;
	width:65%;
	max-width:340px;
	margin-top:-90px;
	margin-left:35%;
}
.the-gallery-title {
	font-family:'the_styled_editstligregular', Arial, Helvetica, sans-serif;
	color:#444;
	font-size:62px;
	line-height:72px;
	position:absolute;
	margin-top:-190px;
	z-index:4;
}
.kate-couples {
	position:relative;
	z-index:4;
	width:80%;
	max-width:260px;
	margin-top:-80px;
	margin-left:10%;
}
.tape-couples {
	margin-top:-130px;
	position:relative;
	z-index:5;
}
.tape-couples span.tape-text span.stickytape {
	padding-left:30px;
}
.tape-couples span.stickytape {
	width:220px;
}
.kate-elopements {
	position:relative;
	z-index:1;
	width:46%;
	max-width:236px;
	margin-top:-190px;
	margin-left:57%;
}
.kate-weddings img,
.kate-couples img,
.kate-elopements img {
	border: 1px solid #fff;
}
.tape-elopements {
	margin-top:-90px;
	margin-left:58%;
}
.tape-elopements span.tape-text span.stickytape {
	padding-left:30px;
}
.tape-elopements span.stickytape {
	width:220px;
}

/* Gallery */

.text-gallery {
	margin-left:60%;
	width:35%;
}
.text-mentoring {
	margin-left:60%;
	width:35%;
	max-width:450px;
}
.text-pricing {
	margin-left:68%;
	width:30%;
	max-width:450px;
}
.nav-weddings {
	background-color:#ebe3e0;
	padding:20px;
	margin:0 auto;
	text-align:center;
}
.nav-weddings ul {
	list-style:none;
	margin:0;
	padding:0;
}
.nav-weddings ul li {
	font-family:'futurabook', Arial, Helvetica, sans-serif;
	color:#393b3e;
	font-size:20px;
	line-height:30px;
    margin-left: 10px;
    margin-right: 10px;
	letter-spacing:1.5px;
	display:inline-block;
	text-transform:uppercase;
}
.nav-weddings ul li a {
	color:#444;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebe3e0;
}
.nav-weddings ul li.current-menu-item a,
.nav-weddings ul li a:hover {
	color:#444;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444;
}
.gallery {
	text-align:center;
	margin:0 auto;
}

/* Projects Grid */

.grid-outer {
	padding-top:3%;
}
.project {
	overflow:hidden;
}
.project.landscape img {
	overflow:hidden;
	margin-bottom:-4px;
}
.project.portrait img {
	overflow:hidden;
	margin-bottom:-4px;
}
.projects {
	padding:0.5%;
	background-color:#fff;
}
.grid:after {
	content: '';
	display: block;
	clear: both;
}
.grid-item,
.grid-sizer {
	width:1%;
}
.gutter-sizer {
	width:0%;
}
.grid-item {
	float:left;
	position:relative;
	width:25%;
	margin:0;
	padding:0;
}
.grid-item img {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	margin-bottom:-5px;
}
.project.landscape {
    width: calc(50% - 20px);
    margin:0;
    padding: 0;
    /*border: 10px solid #f1f2f2;*/
    border: 10px solid transparent;
}
.project.landscape .inner {
	margin:0;
}
.project.portrait {
    width: calc(25% - 20px);
    margin:0;
    padding: 0;
    /*border: 10px solid #f1f2f2;**/
    border: 10px solid transparent;
}
.grid-blog .project.landscape,
.grid-blog .project.portrait {
    border: 10px solid #ebe3e0;
}
.project.portrait .inner {
	margin:0;
}
.project.landscape .inner {
	margin:0;
}

/* End Projects Grid */

.shop h3 {
	width:90%;
}

.businesses {
    font-size: 0;
    max-width: 900px;
    margin: 0 auto;
}
.business {
    font-size: 0;
    text-align: left;
    width: 31%;
    margin: 1%;
    font-size: 0;
    display: inline-block;
    padding-bottom: 20px;
    vertical-align: top;
}
.article-content .business h3 {
    padding-top: 0;
    margin-bottom: 20px;
}
.article-content .business h3,
.article-content .business p {
    text-align: left;
    width: 90%;
}

.article-content .tape-on-footer {
    margin-top: 120px;
}

.timeline {
    width: 92%;
}
.timeline-line {
    border-left: 1px solid #444;
}
.timeline-line h3 {
    font-size: 18px;
}
.links {
    padding: 10%;
}
.links-max {
    max-width: 1500px;
    margin: 0 auto;
}
.links h1 {
    padding-top: 30px;
    color: #444;
    max-width: 470px;
}
.link a {
	font-family:'futurabook', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #444;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 15px;
    background: #ebe3e0;
    border: 1px solid #fff;
    margin-bottom: 30px;
    display: block;
    max-width: 500px;
}
.link a:hover {
    background-color: #dcdfe0;
}


/* Contact */

.text-contact {
	margin-left:67%;
	width:30%;
}
.content-contact {
	margin:0 auto;
	max-width:900px;
}
.content-contact h4,
.content-contact p {
	text-align:center;
}
.content-contact p {
	max-width:750px;
	margin:0 auto;
	margin-bottom:16px;
}

/* Blog */

.article-content {
    position: relative;
    z-index: 2;
}
.article-content h2 {
    padding-top: 10px;
}

.article-content .text-left h1,
.article-content .text-left h2,
.article-content .text-left h3,
.article-content .text-left p {
    text-align: left;
    display: block;
    max-width: none;
}
.article-content h2,
.article-content h3,
.article-content p {
    text-align: center;
}
.article-content h2 {
	font-family:'the_styled_editstligregular', Arial, Helvetica, sans-serif;
	font-size:65px;
	line-height:80px;
	color:#444;
	margin-bottom:30px;
    width: 100%;
    display: block;
    max-width: none;
    margin-top: 70px;
}
.article-content h2:nth-child(1) {
    margin-top: 0;
}
.article-content h3 {
    padding-top: 50px;
}
.blog-more {
    margin: 0 auto;
    text-align: center;
}
.blog-more h3 {
    text-align: center;
    display: block;
    padding-bottom: 1%;
}
.blog-older h3 {
    text-align: right;
    display: block;
    padding-top: 40px;
    padding-bottom: 0;
    margin-right: 2.5%;
}
.blog-older h3 a {
    color: #444;
}
.blog-feature {
    background-color: #f1f2f2;
    border: 1px solid #fff;
    width: 30%;
    margin: 1%;
    display: inline-block;
    font-size: 0;
    vertical-align: top;
}
.blog-feature-inner {
    padding-top: 35px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
    text-align: center;
}
.blog-feature.bg-white {
    background-color: #fff;
    border: 1px solid #ebe3e0;
	text-align: left;
}
.blog-feature.bg-white .blog-feature-inner {
	text-align: left;
}

.blog-feature h3 {
    margin-top: 0;
    padding-top: 0;
}
.tape-on-footer.tape-blog {
    margin-top: 80px;
    height: auto;
}
.tape-on-footer.tape-blog span {
    font-size: 45px;
}
.tape-on-footer.tape-blog span.stickytape {
	position:relative;
	display:block;
	width:auto;
	height:44px;
	z-index:0;
	margin-top:-50px;
	border: 1px solid #fff;
	padding-left:15px;
	padding-right:4px;
}
.article-buttons {
    position: relative;
    z-index: 4;
    min-height: 40px;

}
.article-prev {
    float: left;
    width: 50%;
}
.article-prev a {
    font-size: 20px;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 70px;
    display: block;
    border-right: 2px solid #fff;
	background-image: url(../images/icon-prev.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:60px;
	-moz-background-size:60px;
}
.article-next {
    width: 50%;
    margin-left: 50%;
    background-color: #ebe3e0;
}
.article-next a {
    font-size: 20px;
    color: #000;
    text-align: right;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 70px;
    display: block;
	background-image: url(../images/icon-next.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:60px;
	-moz-background-size:60px;
}
.article-prev a span {
    border-bottom: 1px solid #f1f2f2;
}
.article-prev a:hover span {
    border-bottom: 1px solid #444;
}
.article-next a span {
    border-bottom: 1px solid #ebe3e0;
}
.article-next a:hover span {
    border-bottom: 1px solid #444;
}
.photog {
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}
.photog-gal {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    width: 28%;
    margin: 2%;
    margin-bottom: 4%;
}
.photog-gal img {
    border: 1px solid #fff;
    width: calc(100% - 2px);
}
.photog-gal-title {
	font-family:'futurabook', Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #444;
    text-align: left;
    text-transform: uppercase;
    padding-top: 30px;
    letter-spacing: 1px;
}
.photog-gal-title.subt {
    padding-top: 10px;
}
.text-plus {
	font-family:'the_styled_editstligregular', Arial, Helvetica, sans-serif;
	font-size:110px;
	line-height:70px;
    float: right;
    color: #444;
    padding-top: 20px;
}

.text-blog-article-gal {
    width: 82%;
    max-width: 1520px;
    margin: 0 auto;
    font-size: 0;
}
.text-blog-article-gal h1 {
    color: #444;
    padding-bottom: 15px;
}
.text-blog-article-gal h3 {
    margin-bottom: 30px;
}
.text-blog-article-gal-img {
    width: 60%;
    display: inline-block;
    vertical-align: middle;
}
.text-blog-article-gal-right {
    width: 39%;
    display: inline-block;
    vertical-align: middle;
}
.text-blog-article-gal-right-inner {
    padding-left: 17%;
}
.text-blog-guides-article {
	left:15%;
    right: 15%;
    text-align: center;
    max-width: 1700px;
    margin: 0 auto;
}
.text-blog-guides-article h3 {
    margin-top: 0;
    margin-bottom: 10px;
}
.guides-article-left {
    display: inline-block;
    width: 35%;
    vertical-align: middle;
}
.guides-article-left h1 {
    display: block;
    padding-right: 20px;
    text-align: right;
    margin-top: -75px;
}
.guides-article-right {
    display: inline-block;
    width: 45%;
    vertical-align: middle;
    text-align: left;
}
.guides-article-right-inner {
    padding-left: 20%;
}

.guides-img1 {
    width: 55%;
    margin-left: 10%;
    z-index: 1;
    position: relative;
}
.guides-img2 {
    width: 45%;
    margin-left: 50%;
    margin-top: -10%;
    z-index: 3;
    position: relative;
}
.guides-img3 {
    width: 50%;
    margin-left: 5%;
    margin-top: -17%;
    z-index: 2;
    position: relative;
}
.guides-img4 {
    width: 60%;
    margin-left: 29%;
    margin-top: -13%;
    z-index: 1;
    position: relative;
}

.images-2-guides {
    padding-top: 40px;
    padding-bottom: 20px;
    margin: 0 auto;
    max-width: 1000px;
}
.images-2-guides-one {
    float: left;
    width: 55%;
}
.images-2-guides-two {
    float: left;
    width: 45%;
    margin-top: 5%;
    margin-left: -5%;
}

.p2-article {
    padding-top: 50px;
    text-align: left;
}

.p2-article .one h3,
.p2-article .one p {
    text-align: left;
    padding-right: 80px;
}
.p2-article .two h3,
.p2-article .two p {
    text-align: left;
    padding-right: 20px;
}
.p2-article .one h3,
.p2-article .two h3 {
    padding-top: 10px;
    margin-bottom: 20px;
}
.guide-padd-left {
    padding-top: 12%;
}

.nav-sticky {
	position:-webkit-sticky;
	position:-moz-sticky;
	position:-o-sticky;
	position:-ms-sticky;
	position:sticky;
	top:100px;
    z-index: 3;
}
.waypoint.way-article {
    margin-top: -120px;
    width: 3%;
    height: 10px;
    position: absolute;
}
.nav-guides-left {
	background-color:#ebe3e0;
	padding-top:20px;
    padding-bottom: 20px;
	margin:0 auto;
	text-align:right;
	font-family:'futurabook', Arial, Helvetica, sans-serif;
	color:#393b3e;
	font-size:20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    float: left;
    width: 50%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.nav-guides-left span {
    display: block;
    text-align: right;
    padding-right: 10%;
}
.nav-guides-right {
	background-color:#f1f2f2;
	margin:0 auto;
	text-align:left;
	font-family:'futurabook', Arial, Helvetica, sans-serif;
	color:#393b3e;
	font-size:20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    float: left;
    width: 50%;
    border-top: 1px solid #fff;
    position: relative;
    z-index: 3;
}
.nav-guides-right a {
    display: block;
	color:#444;
    text-align: left;
	padding-top:20px;
    padding-bottom: 20px;
    padding-left: 10%;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
	background-image: url(../images/icon-down.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size:50px;
	-moz-background-size:50px;
}
.nav-guides-right a.opened {
	background-image: url(../images/icon-up.png);
}
.nav-guides-right-closed {
    display: none;
}
.nav-guides-right-open {
    display: block;
    position: absolute;
    width: 100%;
}
.nav-guides-right-open a {
    width: 100%;
    display: block;
    text-align: left;
	padding-top:20px;
    padding-bottom: 20px;
    padding-left: 10%;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #f1f2f2;
	background-position: -10% center;
}
.nav-guides-right-open a:hover {
    background-color: #ebe3e0;
}

.nav-guides-right-closed a {
	background-position: -10% center;
}

.hidden-img1 {
    width: 38%;
    float: left;
    z-index: 2;
    position: relative;
    margin-top: 20%;
}
.hidden-img2 {
    width: 40%;
    float: left;
    margin-left: -5%;
    z-index: 1;
    position: relative;
}
.hidden-img3 {
    width: 27%;
    float: left;
    margin-left: -5%;
    z-index: 1;
    position: relative;
    margin-top: 10%;
}


/* Resources */

.padd-right-col {
    padding-top: 15%;
}
.hero.auto {
	width:100%;
	height:810px;
	background-color:#ebe3e0;
	position:relative;
}
.resources-text {
    font-size: 0;
    width: 90%;
    margin: 0 auto;
}
.resources-left {
    display: inline-block;
    vertical-align: middle;
    width: 45%;
}
.resources-left h2 {
    padding-left: 40px;
    width: 78%;
}
.resources-left p {
    padding-left: 40px;
    width: 78%;
}
.resources-right {
    display: inline-block;
    vertical-align: middle;
    width: 55%;
}
.resources-kate {
    margin-top: -40px;
    padding-left: 240px;
}
.resources-kate img {
    max-width: 210px;
    width: 80%;
}
.resources-right-img1 {
    float: left;
    width: 60%;
}
.resources-right-img2 {
    float: left;
    width: 50%;
    margin-left: -10%;
    margin-top: 18%;
}
.resources-right-img1 img,
.resources-right-img2 img {
    border: 1px solid #fff;
}
.resources-text-right {
    width: 37.5%;
    padding-top: 15px;
    float: right;
}
.resources-text-right p {
    font-size: 15px;
    line-height: 20px;
    opacity: 0.7;
}
.blocks3 {
}
.block-third {
    display: inline-block;
    text-align: left;
    width: 30.8%;
    margin: 1%;
    padding-bottom: 30px;
}
.block-third p {
    text-align: left;
    width: 90%;
    min-height: 130px;
}
.block-third p.caps {
    min-height: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.block-number {
	font-family:'the_styled_editstligregular', Arial, Helvetica, sans-serif;
	font-size:65px;
	line-height:80px;
	color:#444;
    display: inline-block;
    vertical-align: top;
    width: 25px;
}
.block-content {
    padding-top: 20px;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 30px);
}
.mobileonly {
    display: none;
}
.resources-img-inner {
    margin: 10px;
    background-color: #fff;
}
.resources-carousel {
    margin-top: 40px;
}
.resources-carousel .owl-nav {
	z-index:5;
	width:100%;
	height:0;
	top:50%;
}
.resources-carousel .owl-prev {
	width:60px;
	height:60px;
	color:transparent;
	display:block;
	background-image: url(../images/arrow-left.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:60px;
	-moz-background-size:60px;
	z-index:5;
	position:absolute;
	top:50%;
	margin-top:-40px;
	margin-left:-60px;
}
.resources-carousel .owl-next {
	width:60px;
	height:60px;
	color:transparent;
	display:block;
	background-image: url(../images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:60px;
	-moz-background-size:60px;
	z-index:5;
	top:50%;
	margin-top:-40px;
	right:-60px;
	position:absolute;
}
.tape-middle {
    text-align: center;
}
.tape-middle span.tape-text {
    width: auto;
}
.bg-flowers {
	background-image: url(../images/bg-flowers.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:600px;
	-moz-background-size:600px;    
}
.bg-flowers.bot {
	background-position: right bottom;
}
.h3-drag h3 {
    padding-top: 0!important;
}
.bg-books {
    background-color: #ebe3e0;
}
.books-frame {
    background-color: #ebe3e0;
    padding: 5%;
    padding-top: 4%;
}
.book {
    display: inline-block;
    width: 24.7%;
    margin: 4%;
}
.book img {
    border: 1px solid #fff;
}
ul.nav-books {
    padding-top: 6%;
    background-color: #ebe3e0;
    text-align: center;
}
ul.nav-books li,
ul.nav-books span {
    display: inline-block;
}
ul.nav-books li a.on h3 {
    border-bottom: 1px solid #333;
}
ul.nav-books li a h3 {
    padding-bottom: 0;
    margin-bottom: 0;
}
.book-area {
    display: none;
    z-index: 1;
}
.book-area.active {
    display: block;
    z-index: 1;
}
.title-freebies {
    position: relative;
    margin-top: -90px;
}
.title-freebies h2 {
    color: #fff;
    text-align: left;
    padding-left: 30px;
}
.freebs {
    padding-top: 30px;
    text-align: left;
}
.freebs p {
    text-align: left;
}
.freebs-left {
    float: left;
    width: 45%;
}
.freebs-right {
    width: 45%;
    margin-left: 55%;
}
.freebs-right .tape {
    margin-top: 0;
    padding: 0;
    position: relative;
}
.freebs-right span.tape-text {
    position: relative;
}
.freebs-right span.stickytape {
	width:95%;
	height:54px;
	z-index:0;
	margin-top:0;
	padding-left:15px;
	padding-right:4px;
}

/* Affiliate */

.affiliate {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 auto;
}
.aff-250 {
    width: 100%;
    max-width: 250px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}
.aff-300 {
    width: 100%;
    max-width: 300px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}
.aff-728 {
    width: 100%;
    max-width: 728px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}

/* End Affiliate */

.hidden-images-bot {
}
.hidden-images-bot-1 {
    padding-top: 20px;
    margin-top: 20px;
    width: 65%;
    position: relative;
    z-index: 1;
}
.hidden-images-bot-2 {
    width: 50%;
    float: right;
    margin-top: -75px;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
}
.hidden-images-bot-1 img,
.hidden-images-bot-2  img{
    border: 1px solid #fff;
}

.visibile {
    display: block!important;
}
.hidden {
    display: none!important;
}


/* Instagram */

.instag-inline,
.instag-inline-right {
	display: inline-block;
	vertical-align: top;
}
.instag-sneak p {
	max-width: 460px;
}
.instag-inline-right {
	margin-top: -45px;
	padding-left: 30px;
}
.text-elopement.instag h2 {
	width: 100%;
	max-width: none;
}
.text-elopement-dark.instag h1 {
	max-width: 1100px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.text-elopement-dark.instag h3 {
	font-family:'futurabook', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:20px;
	line-height: 30px;
	color:#393b3e;
	padding-top: 30px;
	margin-bottom: 30px;
	max-width: 400px;
}
.text-elopement-dark.instag p {
	max-width: 500px;
}
.instag-img-1 {
    width: 53%;
}
.instag-img-2 {
    width: 45%;
    margin-top: -67%;
    margin-left: 45%;
}
.instag-img-1 img,
.instag-img-2 img {
    border: 1px solid #fff;
}
.instag-img-3 {
	width: 80%;
	max-width: 290px;
	margin: 0 auto;
	padding-top: 40px;
}
.instag-img-3 img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    border: 10px solid #ebe3e0;
	margin-left: -10px;
}
.h34-centered h3,
.h34-centered h4 {
	text-align: center;
}
.h34-centered h3 {
	margin-bottom: 20px;
}
.one {
}
.two {
}
.instag-margin-top {
	padding-top: 15%;
}
.img-align-mid {
	text-align: center;
	margin: 0 auto;
}
.instag-img-border {
	border: 10px solid #ebe3e0;
}
.instag-bullets p {
	padding-left: 30px;
	display: block;
	background-image: url(../images/icon-tick.png);
	background-repeat: no-repeat;
	background-position: left center;
    background-size: 21px;
	-webkit-background-size: 21px;
	-o-background-size: 21px;
	-moz-background-size: 21px;
}
.p2-stretch .one {
	width: 57%;
	float: left;
}
.p2-stretch .one img {
	width: 90%;
}
.p2-stretch .two {
	width: 43%;
	margin-left: 57%;
}
.text-row-right p {
	width: 100%;
	max-width: 100%;
}
.text-row {
	width: 100%;
}
.text-row-left.has-circle {
	margin-top: 0;
	vertical-align: middle;
}
.has-circle .text-row-left,
.has-circle .text-row-right {
    vertical-align: middle;
}
.has-circle .text-row-left {
	background-image: url(../images/icon-circle.png);
	background-repeat: no-repeat;
	background-position: left center;
    background-size: 100px;
	-webkit-background-size: 100px;
	-o-background-size: 100px;
	-moz-background-size: 100px;
}
.has-circle .text-row-left p {
    margin-top: 15px;
}
.elopement-mistakes {
	text-align: center;
	margin: 0 auto;
}
.elopement-mistakes img {
	max-width: 350px;
}
.instag-box.box-left,
.instag-box.box-right {
	background-color: #fff;
	border: 1px solid #ebe3e0;
	width: 95%;
}
.instag-box.box-right {
	margin-left: 5%;
}
.instag-box-inner {
	padding: 50px;
}
.instag-box-inner ul {
	font-size: 16px;
	line-height: 22px;
	padding-left: 14px;
	letter-spacing: 0.5px;
}
.instag-box-inner ul li {
	margin-bottom: 10px;
}
.instag-box-inner img {
	padding-top: 30px;
	max-width: 250px;
}
.button-instag {
	/*margin-top: -250px;
	margin-left: 40%;*/
	height: auto;
}
.instag-sneak {
	padding-top: 60px;
	padding-left: 70px;
	padding-bottom: 30px;
}
.instag-box video {
	width: 100%;
	height: auto;
}
.instag-vid {
	border: 20px solid #fff;
}
.resources-carousel.instag {
    margin-top: 0;
}
.elopement-articles.instagr {
	padding-bottom: 1px;
}

.kcb-foot-nav {
	font-size: 0;
	padding-top: 10px;
}
.kcb-foot-nav-col {
	display: inline-block;
	vertical-align: top;
	width: 45%;
}

/* Added 20 Oct 21 */

.exp-first {
	padding-bottom:4%;
}
.exp-second {
	padding-bottom:8%;
}

.elopement-img-6.drop img {
	margin-top: -90px;
}

.bg-flowers.align-bot-right {
	background-position: right bottom;
}
.bg-flowers.align-bot-left {
	background-position: left bottom;
}

.text-elopement-dark.other h3 {
	font-family:'futurabook', Arial, Helvetica, sans-serif;
	font-size:21px;
	line-height:25px;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#444;
	margin-bottom:40px;
}
.text-elopement-dark.other h3 {
	text-align: center;
	margin-top: -40px;
}
.text-elopement-dark.other h4 {
	font-family:'the_styled_editstligregular', Arial, Helvetica, sans-serif;
	font-size:65px;
	line-height:80px;
	text-transform: none;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}
.text-elopement-dark.other h4 {
	padding-top: 40px;
}
.text-elopement-dark.other h4:nth-child(1) {
	padding-top: 0;
}
.text-elopement-dark.other h5 {
	font-family:'the_styled_editstligregular', Arial, Helvetica, sans-serif;
	font-size:57px;
	line-height:70px;
	text-transform: none;
	color: #444;
	margin: 0;
	padding: 0;
	padding-top: 70px;
	padding-bottom: 30px;
}
.tape-auto {
	font-family:'the_styled_editstligregular', Arial, Helvetica, sans-serif;
	font-size:50px;
	line-height:72px;
	color:#444;
	background-color: #f1f2f2;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 45px;
	margin-bottom: 30px;
	border: 1px solid #fff;
}
.tape-auto.padd-more {
	margin-top: 70px;
}
.tape-auto.bg-pink {
	background-color: #ebe3e0;
}
.m0 {
	margin: 0 auto;
	text-align: center;
}
.blocks {
	padding-top: 4%;
}
.block-left {
	width: 67%;
	display: inline-block;
	vertical-align: top;
}
.icon-quote-text h5,
.icon-quote-text p, {
	text-align: left;
}
.block-right {
	width: 32%;
	display: inline-block;
	vertical-align: top;
}
.elope-img img {
	border: 1px solid #fff;
}
.elope-1,
.elope-2,
.elope-3,
.elope-4,
.elope-5,
.elope-6,
.elope-7 {
	position: relative;
}
.elope-1 {
	width: 38%;
	margin-left: 18%;
	z-index: 2;
}
.elope-2 {
	width: 29%;
	margin-top: -38%;
	margin-left: 54%;
	z-index: 3;
}
.elope-3 {
	width: 40%;
	margin-top: -24%;
	z-index: 0;
}
.elope-4 {
	width: 48%;
	margin-top: -25%;
	margin-left: 30%;
	z-index: 1;
}
.elope-5 {
	width: 27%;
	margin-top: -20%;
	margin-left: 5%;
	z-index: 1;
}
.elope-6 {
	width: 40%;
	margin-top: -23%;
	margin-left: 16%;
}
.elope-7 {
	width: 35%;
	margin-top: -55%;
	margin-bottom: 25%;
	margin-left: 50%;
}
.icon-quote-open,
.icon-quote-close,
.icon-quote-text {
	display: inline-block;
	vertical-align: top;
}
.icon-quote-open,
.icon-quote-close {
	width: 90px;
}
.icon-quote-close {
	float: right;
	margin-top: -90px;
	position: relative;
	z-index: 2;
}
.icon-quote-close img,
.icon-quote-open img {
	width: 90px;
}
.icon-quote-close img {
}
.icon-quote-text {
	width: calc(95% - 110px);
}
.icon-quote-text p {
	max-width: 570px;
}
.img-quote {
	text-align: center;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #fff;
}
.img-quote img {
	max-width: 500px;
	max-height: 500px;
	margin-bottom: -6px;
	overflow: hidden;
}
.elopement-img-6.drop img {
	margin-top: -90px;
}
.col-3 {
	width: 32%;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 5%;
}
.p-bot {
	padding-bottom: 8%;
}
.num,
.numt {
	display: inline-block;
	vertical-align: top;
}
.num {
	font-family:'the_styled_editstligregular', Arial, Helvetica, sans-serif;
	font-size:70px;
	line-height:80px;
	color:#444;
	width: 40px;
}
.numt {
	width: calc(95% - 40px);
}

.elopement-img-7.pull-1 {
	margin-top: -30%;
}
.elopement-img-8.pull-2 {
	margin-top: -20%;
	margin-bottom: 0;
	padding-bottom: 0;
	position: relative;
	float: left;
}
.elopement-img-8-tape.ending {
	margin-top: 30px;
}
.elopement-img-8-tape.ending .tape {
	height: auto;
	margin-bottom: 0;
	padding-bottom: 0;
	float: left;
	margin-left: -220px;
}

/* Feb 2022 */

ul.swop {
	width: 100%;
	height: 40px;
	text-align: center;
	position: relative;
	z-index: 2;
	list-style: none;
}
ul.swop-fits {
margin-top: -70px;
}
ul.swop li {
	display: inline-block;
}
ul.swop li a {
	line-height: 40px;
	width: 28px;
	display: inline-block;
	z-index: 3;
	position: relative;
}
ul.swop li a span {
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
ul.swop li.activ:first-child a span,
ul.swop li a.on span {
	background-color:#d9abac;
}
.social-black {
}
.social-black a:before {
	color: #000;
}
.testi-butts {
	padding-top: 60px;
}
.tape-new {
	position: relative;
	height: 50px;
	line-height: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #f1f2f2;
	border: 1px solid #fff;
}
.tape-new a {
	font-family:'the_styled_editstligregular', Arial, Helvetica, sans-serif;
	font-size:50px;
	color:#444;
	width: auto;
	display: inline-block;
}
.testi-butts {
	margin: 0 auto;
	width: 100%;
	display: block;
	text-align: center;
}
.testi-butt {
	width: auto;
	padding-left: 40px;
	padding-right: 40px;
	display: inline-block;
}
.testi-butt .tape {
}
.testi-padd-top {
	padding-top: 7%;
}
.testi-img-1 {
	width: 47%;
	margin-top: -10%;
}
.testi-img-2 {
	width: 40%;
	margin-top: -58%;
	margin-left: 45%;
}
.testi-h1 {
	text-align: center;
}
.testi-5stars {
	display: block;
}
.testi-5stars img {
	max-width: 440px;
	margin: 0 auto;
}
.bg-flowers-elopement-right {
	background-image: url(../images/bg-flowers-elopement-right.png);
	background-repeat: no-repeat;
	background-position: center center;
    background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	background-position:center center;
}
.bg-flowers-elopement-right-top {
	background-image: url(../images/bg-flowers-elopement-right-top.png);
	background-repeat: no-repeat;
	background-position: center center;
    background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	background-position: right top;
}

.assoc-para p:nth-child(2) {
	font-family:'futurabook', Arial, Helvetica, sans-serif;
	font-size:21px;
	line-height:25px;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#444;
	margin-bottom:20px;
}

.assoc-img-1 {
	width: 48%;
	margin-left: 50%;
	position: relative;
	z-index: 2;
}
.assoc-img-2 {
	width: 50%;
	margin-top: -20%;
	position: relative;
	z-index: 1;
}
.assoc-img-3 {
	width: 53%;
	margin-top: -20%;
	margin-left: 40%;
	position: relative;
	z-index: 1;
}
.assoc-max p {
	max-width: 790px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.meet-images {
	padding-top: 5%;
}
.meet-img-1,
.meet-img-2,
.meet-img-3,
.meet-img-4,
.meet-img-5,
.meet-img-6,
.meet-img-7 {
	position: relative;
}
.meet-img-1 {
	width: 16%;
	margin-left: 26%;
	z-index: 3;
}
.meet-img-2 {
	width: 29%;
	margin-top: -22%;
	margin-left: 55%;
	z-index: 3;
}
.meet-img-3 {
	width: 21%;
}
.meet-img-4 {
	width: 20%;
	margin-top: -26%;
	margin-left: 19%;
}
.meet-img-5 {
	width: 20%;
	margin-top: -35%;
	margin-left: 39%;
}
.meet-img-6 {
	width: 20%;
	margin-top: -23%;
	margin-left: 58%;
	z-index: 4;
}
.meet-img-7 {
	width: 24%;
	margin-top: -27%;
	margin-bottom: 12%;
	margin-left: 76%;
}
.assoc-team {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 5%;
	padding-bottom: 2%;
}
.assoc-team h3,
.assoc-team p {
	text-align: left;
}
.assoc-team p {
	max-width: 510px;
	margin: 0;
}
.assoc-team h3 {
	padding-top: 0;
	margin-bottom: 20px;
}
.assoc-team-right {
	padding-left: 4%;
}
.assoc-team-right-img {
	padding-left: 15%;
}
.assoc-team-right-img .img-team-circle {
	width: 93%;
}
.team-social a img {
	width: 20px;
}
.team-social a {
	width: 60px;
	height: 44px;
	line-height: 44px;
	display: inline-block;
}
.img-team-circle {
	width: 75%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #fff;
}
.img-team-circle img {
	margin-bottom: -5px;
	overflow: hidden;
}


.assoc-quote {
	font-size: 0;
	padding-top: 4%;
}
.assoc-quote h2 {
	font-size: 60px;
	line-height: 100px;
	width: calc(100% - 220px);
	display: inline-block;
}
.assoc-quote-open,
.assoc-quote-close {
	width: 110px;
	display: inline-block;
}
.assoc-quote-open {
	vertical-align: top;
}
.assoc-quote-close {
	vertical-align: bottom;
}


.img-border img {
    border: 1px solid #fff;
}
.h3-first h3 {
	padding-bottom: 40px;
}
.insta-feb h3 {
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.insta-feb h3 span.no-big {
	font-size: 180px;
	line-height: 120px;
	vertical-align: top;
	display: inline-block;
}
.insta-feb.h3-2 h3 {
	margin-bottom: 0;
	padding-bottom: 10px;
	line-height: 100px;
}
.insta-feb.h3-2 h3 span.no-big {
	font-size: 180px;
	line-height: 80px;
	vertical-align: bottom;
	display: inline-block;
	margin-bottom: -70px;
}
.insta-feb h3 span.h3-right {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	margin-top: -80px;
	padding-left: 80px;
	line-height: 80px;
}
.push-left {
	padding-left: 21%;
}
.insta-feb-p1 p {
	max-width: 380px;
}
.insta-feb-p2 p {
	max-width: 480px;
	padding-right: 50px;
}
.insta-feb-p3 p {
	max-width: 400px;
}
.insta-feb-p4 p {
	max-width: 400px;
	padding-right: 50px;
}
.insta-feb.padd-top {
	padding-top: 7%;
}
.insta-img-1 {
	width: 48%;
}
.insta-img-2 {
	width: 60%;
	margin-top: -100px;
	margin-left: 40%;
}
.insta-img-3 {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}
.insta-img-4 {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-left: -2%;
}
.insta-img-5 {
	width: 65%;
	margin-left: 35%;
}
.insta-img-6 {
	width: 45%;
	margin-top: -120px;
	margin-bottom: 40px;
}
.insta-padd-top {
	padding-top: 70px;
}
.h3-3 h3 {
	padding-top: 20px;
	padding-bottom: 30px;
}
.h3-right {
	display: block;
	text-align: right;
	width: 90%;
}
.blog-feature.border-0 {
	border: 0;
}
.blog-feature.border-0 {
	background-color: transparent;
}
.blog-feature.border-0 .tape-on-footer {
	margin-top: -20px;
	width: 90%;
	text-align: left;
}
.blog-feature.border-0 .tape-on-footer .tape .tape-text .stickytape {
	text-align: left;
}
.blog-feature.border-0 .tape-on-footer .tape .tape-text .stickytape a {
	padding-left: 25px;
}
.push-left-sml {
	padding-left: 13%;
}
.push-left-sml.mentoring h2 {
	margin-left: 0;
	max-width: none;
}
.video-padd {
	padding-bottom: 8%;
}
.h3-margin h3 {
}






/* End main CSS .............................................*/

@media screen and (min-width: 1024px) and (max-width: 1440px) {

.insta-feb.h3-3 h3,
.insta-feb h3 span.h3-right {
	font-size: 50px;
	line-height: 80px;
}
.assoc-quote h2 {
	font-size: 50px;
	line-height: 90px;
}

}

@media screen and (max-width: 1023px) {

.img-quote {
	width: 500px;
	height: auto;
}
.testi-butt {
	padding-left: 0;
	padding-right: 0;
	display: block;
}
.testi-butt.butt-first {
	padding-bottom: 30px;
}

.testi-5stars {
	display: block;
	padding-bottom: 40px;
}
.testi-5stars img {
	max-width: 300px;
}
.testi-img-1 {
	margin-top: 0;
}
.testi-h1 {
	padding-top: 14%;
}
.assoc-team {
	padding-top: 0;
	padding-bottom: 0;
}
.assoc-team.tom {
	padding-top: 0;
	padding-bottom: 8%;
}
.assoc-team h3 {
	padding-top: 0!important;
}
.assoc-team p {
	max-width: none;
	margin: 0;
}
.assoc-team-right {
	padding-left: 0;
}
.assoc-team-right-img {
	padding-left: 0;
}
.assoc-team-right-img .img-team-circle {
	width: 50%;
}
.img-team-circle {
	width: 50%;
}
.push-left-sml {
	padding-left: 0;
}
.insta-col-padd {
	padding-bottom: 30px;
}
.h3-first h3 {
	padding-bottom: 0;
}
.insta-feb.h3-3 h3,
.insta-feb h3 span.h3-right {
	font-size: 40px;
	line-height: 60px;
}
.h3-3 h3 {
	padding-bottom: 0;
	text-align: left;
}
.insta-feb h3 {
	margin-top: -40px;
}
.insta-feb h3 span.h3-right {
	margin-top: -60px;
	padding-left: 70px;
	line-height: 60px;
	vertical-align: top;
	display: inline-block;
}
.insta-feb h3 span.no-big {
	font-size: 120px;
	line-height: 60px;
	vertical-align: top;
	display: inline-block;
}
.insta-feb.h3-3 h3 span.no-big {
	padding-top: 20px;
}
.para-first-one {
	margin-top: -30px;
}

.insta-feb-p1 p,
.insta-feb-p2 p,
.insta-feb-p3 p,
.insta-feb-p4 p {
	max-width: none;
}
.push-left {
	padding-left: 0;
}
.assoc-quote h2 {
	font-size: 40px;
	line-height: 80px;
	width: calc(100% - 120px);
}
.assoc-quote-open,
.assoc-quote-close {
	width: 60px;
}
.assoc-quote-open {
	vertical-align: top;
	padding-top: 30px;
}

}

@media screen and (max-width: 767px) {

.img-quote {
	width: 300px;
	height: auto;
}
.icon-quote-text {
	width: 85%;
}
.icon-quote-open,
.icon-quote-close {
	width: 50px;
	padding-bottom: 0;
}
.icon-quote-text h5 {
	padding-top: 0;
	padding-left: 15px;
}
h5 abb.break-767 {
    display: block;
}

}

/* End Feb 2022 */



@media screen and (max-width: 1440px) {

.elopement-img-8.pull-2 {
	margin-top: -2%;
	position: relative;
	float: none;
	margin-left: 0;
}
.elopement-img-8-tape.ending {
	margin-top: -60px;
}
.elopement-img-8-tape.ending .tape {
	margin-left: 20px;
}

}

@media screen and (max-width: 1023px) {

.block-left {
	width: 100%;
}
.block-right {
	width: 100%;
	padding-top: 8%;
}
.col-3 {
	width: 49%;
}
.elopement-img-8.pull-2 {
	margin-top: -10px;
}

}

@media screen and (max-width: 768px) {

.feature-height {
	min-height: 250px;
}
.elopement-img-7.pull-1 {
	margin-top: -40px;
}

}

@media screen and (max-width: 767px) {

.tape-auto {
	text-align: center;
	font-size:30px;
	line-height:50px;
	padding-left: 20px;
	padding-right: 20px;
}
.col-3 {
	width: 100%;
	padding-bottom: 5%;
}

}

@media screen and (min-width: 1024px) {

.ptop {
	padding-top: 5%;
}

}

/* End Added 20 Oct 21 */


@media screen and (max-width: 1439px) {

.button-instag {
	/*margin-top:-30px;
	margin-left: 0;
	height: auto;*/
}
.instag-inline,
.instag-inline-right {
	display: block;
}
.instag-inline-right {
	margin-top: -20px;
	padding-bottom: 30px;
	padding-left: 0;
}
.instag-sneak {
	padding-left: 40px;
}


}

@media screen and (max-width: 1023px) {

.instag-margin-top {
	padding-top: 0;
}
.kcb-foot-nav-col {
	width: 100%;
}

}

@media screen and (max-width: 767px) {

.has-circle .text-row-left {
	background-image: url(../images/icon-circle.png);
    background-size: 70px;
	-webkit-background-size: 70px;
	-o-background-size: 70px;
	-moz-background-size: 70px;
}
.instag-box-inner {
	padding: 25px;
}
.instag-sneak {
	padding-top: 40px;
}
.instag-inline-right {
	margin-top: -30px;
}

}

/* End Instagram */


@media screen and (max-width: 1023px) {

.resources-left {
    width: 50%;
}
.resources-right {
    width: 50%;
}
.resources-right-img1 {
}
.resources-right-img2 {
    float: none;
    margin-left: 50%;
}
.resources-right-img2 img {
    margin-top: -70%;
}
.resources-text-right {
    width: 100%;
    padding-top: 15px;
    float: none;
}
.block-third {
    width: 47.4%;
    margin: 1%;
}
.resources-carousel .owl-prev {
	width:40px;
	height:60px;
	margin-left:-35px;
}
.resources-carousel .owl-next {
	width:40px;
	height:60px;
	right:-35px;
}
.h3-drag h3 {
    font-size: 18px;
    line-height: 24px;
}

}

@media screen and (max-width: 767px) {

.resources-left {
    width: 100%;
    display: block;
}
.resources-right {
    width: 100%;
    display: block;
}
.desktoponly {
    display: none;
}
.mobileonly {
    display: block;
}
.resources-left h2 {
    padding-left: 0;
    width: 95%;
}
.resources-left p {
    padding-left: 0;
    width: 95%;
}
.resources-kate {
    margin-top: 0;
    padding-left: 0;
    padding-bottom: 20px;
}
.resources-kate img {
    max-width: 100px;
    width: 80%;
}
.resources-text-right p {
    font-size: 14px;
    line-height: 19px;
    padding-bottom: 20px;
}
.block-third {
    width: 99%;
    margin: 0;
    padding-bottom: 30px;
    display: block;
}
.block-third p {
    width: 100%;
    min-height: 30px;
}
.resources-carousel .owl-prev {
	width:30px;
	height:60px;
	margin-left:-25px;
}
.resources-carousel .owl-next {
	width:30px;
	height:60px;
	right:-25px;
}
.h3-drag h3 {
    font-size: 16px;
    line-height: 22px;
}
.book {
    display: inline-block;
    width: 42.9%;
    margin: 3%;
}
.freebs-left {
    float: none;
    width: 100%;
    padding-bottom: 20px;
}
.freebs-right {
    width: 100%;
    margin-left: 0;
}

}

/* End Resources */




/* Contact Form */

form.wpcf7-form {
	margin:0;
	padding:0;
}
form.wpcf7-form span {
}

div.wpcf7 .ajax-loader {
	background-image: url('../images/ajax-loader.gif');
	width: 24px;
	height: 24px;
	display:block;
	text-align:center;
	margin:0 auto;
	margin-top:20px;
}
/*
::placeholder {
	color: #1f1f1f;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #1f1f1f;
}
::-ms-input-placeholder {
	color: #1f1f1f;
}
*/

/*
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
	font-family:'futuralight', Arial, Helvetica, sans-serif;
	font-weight:normal;
    color: #ff6633;
	font-size:15px;
	line-height:21px;
    letter-spacing:0.5px;
    border:0;
    padding:0;
	margin:0;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
	font-family:'futuralight', Arial, Helvetica, sans-serif;
	font-weight:normal;
    color: #ff5c4b;
	font-size:15px;
	line-height:21px;
    border:0;
    padding:0;
	margin:0;
}
span.wpcf7-not-valid-tip {
	font-family:'futuralight', Arial, Helvetica, sans-serif;
	font-weight:normal;
    color: #ff6633;
	font-size:15px;
	position:relative;
	display:block;
	text-align:left;
}
*/

/* CF7 changed the way their CSS is output and broke their forms! This fixes it. */

.wpcf7 form.sent .wpcf7-response-output {
	font-family:'futuralight', Arial, Helvetica, sans-serif;
	font-weight:normal;
    color: #ff5c4b;
	font-size:15px;
	line-height:21px;
    border:0;
    padding:0;
	margin:0;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	font-family:'futuralight', Arial, Helvetica, sans-serif;
	font-weight:normal;
    color: #ff6633;
	font-size:15px;
	line-height:21px;
    letter-spacing:0.5px;
    border:0;
    padding:0;
	margin:0;
}
.wpcf7 form.spam .wpcf7-response-output {
    color: #ff6633;
    border: 0;
    margin: 0;
    padding: 0;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	font-family:'futuralight', Arial, Helvetica, sans-serif;
	font-weight:normal;
    color: #ff6633;
	font-size:15px;
	line-height:21px;
    letter-spacing:0.5px;
    border:0;
    padding:0;
	margin:0;
}
span.wpcf7-not-valid-tip {
	font-family:'futuralight', Arial, Helvetica, sans-serif;
	font-weight:normal;
    color: #ff6633;
	font-size:15px;
	position:relative;
	display:block;
	text-align:left;
}
/* End CF7 fix */

form {
	margin:0;
	padding:0;
	padding-top:50px;
	font-size:0;
}
label {
	font-family:'futuramedium', Helvetica, Arial, sans-serif;
	cursor:pointer;
	display:block;
	font-size:16px;
	line-height:30px;
	color:#444;
	letter-spacing:1px;
	margin-top:35px;
}
input {
	font-family:'futurabook', Arial, Helvetica, sans-serif;
	color:#444;
	font-size:18px;
	text-align:left;
	margin:0;
	padding:0;
	width: 100%;
	display:block;
	padding:0;
	margin:0;
	padding-top:15px;
	padding-bottom:15px;
	-webkit-appearance: none;
	background-color:transparent;
	border:0;
	border-bottom: 1px solid #444;
	outline:none;
}
label.half-left {
	width:48%;
	display:inline-block;
	vertical-align:top;
	margin-right:2%;
}
label.half-right {
	width:48%;
	display:inline-block;
	vertical-align:top;
	margin-left:2%;
}
select {
	font-family:'futurabook', Arial, Helvetica, sans-serif;
	color:#444;
	font-size:18px;
	text-align:left;
	margin:0;
	padding:0;
	width: 100%;
	display:block;
	padding:0;
	margin:0;
	padding-top:15px;
	padding-bottom:14px;
	-webkit-appearance: none;
	background-color:transparent;
	border:0;
	border-bottom: 1px solid #444;
	outline:none;
	margin-bottom:25px;
	background-image: url(../images/icon-arrow-down.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:24px;
	-moz-background-size:24px;
}
textarea {
	font-family:'futurabook', Arial, Helvetica, sans-serif;
	color:#444;
	font-size:18px;
	text-align:left;
	margin:0;
	padding:0;
	width: 100%;
	height:150px;
	display:block;
	padding:0;
	margin:0;
	padding-top:15px;
	padding-bottom:15px;
	-webkit-appearance: none;
	background-color:transparent;
	border:0;
	border-bottom: 1px solid #444;
	outline:none;
}
input:invalid,
input:focus:invalid,
select:invalid,
select:focus:invalid,
textarea:invalid,
textarea:focus:invalid {
	box-shadow:none !important;
	border-bottom: 1px solid #cc0000;
}
input:invalid,
select:invalid,
textarea:invalid {
	box-shadow:none !important;
	border-bottom: 1px solid #444;
}
input:focus,
input:valid,
input:focus:valid,
select:focus,
select:valid,
select:focus:valid,
textarea:focus,
textarea:valid,
textarea:focus:valid {
	box-shadow:none !important;
	border-bottom: 1px solid #444;
}
input.submit,
input.submit:focus {
	font-family:'the_styled_editstligregular', Arial, Helvetica, sans-serif;
	font-size:50px;
	line-height:70px;
	height:70px;
	color:#444;
	text-align:center;
	width:70%;
	max-width:290px;
	cursor:pointer;
	background-color:#ebe3e0;
	border: 1px solid #fff;
	padding:0;
	padding-top:10px;
	margin:0 auto;
    margin-top: 40px;
}
input.submit:hover {
}
::placeholder {
	color: #444;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #444;
}
::-ms-input-placeholder {
	color: #444;
}




.footer {
	background-color:#393b3e;
}
.tape-on-footer {
	display:block;
	height:80px;
	margin:0 auto;
	position:relative;
}
.tape-on-footer {
	margin:0 auto;
	text-align:center;
}
.tape-on-footer .tape {
	margin:0 auto;
	margin-top:-40px;
	text-align:center;
}
.tape-on-footer span.tape-text {
	font-family:'the_styled_editstligregular', Arial, Helvetica, sans-serif;
	font-size:50px;
	line-height:72px;
	color:#444;
	position:relative;
	width:100%;
	z-index:2;
	text-align:center;
	margin:0 auto;
}
.tape-on-footer span.stickytape {
	position:relative;
	height:62px;
	z-index:0;
	margin-top:-60px;
	padding-left:0;
	padding-right:0;
	max-width:400px;
	text-align:center;
	margin:0 auto;
}

.instagram {
	width:61%;
	float:left;
}
.instagram-feed {
}
.insta {
	float:left;
	width:23.9%;
	margin-right:0.6%;
	border: 1px solid #999;
}
.insta a:hover {
	opacity:0.7;
}
.insta a img {
	margin-bottom:-4px;
	overflow:hidden;
}

.sb_instagram_header {
	display:none;
}
#sbi_images .sbi_item .sbi_photo_wrap {
	float:left;
	width:97%;
	margin-right:0.6%;
	border: 1px solid #999;
    opacity: 1;
}
#sbi_images .sbi_item:hover .sbi_photo_wrap {
    opacity: 0.7;
}
#sbi_load {
	display:none;
}

/* End Instagram Plugin Custom */


.logo-nav {
	margin-left:69%;
}
.logo-footer {
	width:85%;
}
ul.nav-footer {
	margin:0;
	padding:0;
	list-style:none;
	max-width:380px;
}
ul.nav-footer li {
	font-size:19px;
	line-height:24px;
	margin:0;
	padding:0;
	width: 92%;
}
ul.nav-footer li a {
	font-family:'futurabook', Arial, Helvetica, sans-serif;
	color:#fff;
	letter-spacing:1px;
	text-transform:uppercase;
}
ul.nav-footer li a:hover {
	color:#ebe3e0;
}
.smallprint {
	font-family:'futurabook', Arial, Helvetica, sans-serif;
	color:#393b3e;
	font-size:15px;
	line-height:22px;
	letter-spacing:1px;
	text-transform:uppercase;
	background-color:#dcdfe0;
}
.smallprint a {
	color:#393b3e;
}
.smallprint-inner {
	max-width:1330px;
	margin:0 auto;
	padding-top:20px;
	padding-bottom:35px;
	padding-left:60px;
	padding-right:60px;
}
.sp-left {
	float:left;
}
.sp-right {
	float:right;
}
.sp-right a {
	display:inline-block;
	padding-left:36px;
	line-height:22px;
	background-image: url(../images/icon-top.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:22px;
	-moz-background-size:22px;
}
.social {
	padding-top:10px;
	padding-bottom:40px;
	padding-left:60px;
}
.social a:hover {
	opacity:0.5;
}
.ico-foot-fb:before,
.ico-foot-in:before,
.ico-foot-pin:before,
.ico-foot-email:before {
	color:#fff;
	font-size:17px;
	line-height:44px;
	display:inline-block;
	padding-right:40px;
}
.ico-foot-fb:before {
	content: "\f082";
}
.ico-foot-in:before {
	content: "\f16d";
}
.ico-foot-pin:before {
	content: "\f231";
}
.ico-foot-email:before {
	content: "\f0e0";
}

.mentoring-img1 {
	width:75%;
}
.mentoring-img2 {
	width:40%;
	position:relative;
	margin-top:-250px;
	margin-left:55%;
}
.mentoring-img3 {
	padding-top:8%;
}


.pricing-img1 {
	width:70%;
}
.pricing-img2 {
	width:45%;
	position:relative;
	margin-top:-75%;
	margin-left:50%;
}
.pricing-img3 {
	width:45%;
	position:relative;
	margin-top:-52%;
	margin-left:50%;
}
.padd-pricing {
	padding-bottom:30px;
}
.pricing-tape {
	margin:0 auto;
	text-align:center;
}
.pricing-tape .tape {
	margin:0 auto;
	text-align:center;
	margin-left:-25%;
}

.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}
.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.logos-scroll-wrap {
    padding-left: 5%;
    padding-right: 5%;
}
.logos-scroll {
    max-width: 1300px;
    margin: 0 auto;
}

.testimonials {
    max-width: 1300px;
    margin: 0 auto;
}
.testimonial {
    width: 70%;
    margin: 0 auto;
    background-color: #dcdfe0;
}
.testimonials .owl-nav,
.logos-scroll .owl-nav {
	z-index:5;
	width:100%;
	height:0;
	top:50%;
}
.testimonials .owl-prev,
.logos-scroll .owl-prev {
	width:60px;
	height:60px;
	color:transparent;
	display:block;
	background-image: url(../images/arrow-left.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:60px;
	-moz-background-size:60px;
	z-index:5;
	position:absolute;
	top:42%;
	margin-top:-40px;
	margin-left:-30px;
}
.testimonials .owl-next,
.logos-scroll .owl-next {
	width:60px;
	height:60px;
	color:transparent;
	display:block;
	background-image: url(../images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:60px;
	-moz-background-size:60px;
	z-index:5;
	top:42%;
	margin-top:-40px;
	right:-30px;
	position:absolute;
}
.logos-scroll .owl-next,
.logos-scroll .owl-prev {
	margin-top:-20px;
}
.logos-scroll {
    text-align: center;
}
.logo-scroll-inner {
    text-align: center;
    padding-left: 20%;
    padding-right: 20%;
}
.logos-scroll-padd {
    padding: 50px;
}
.popup-thanks {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.7);
}
.popup-thanks-off {
    display: none;
}
.popup-thanks-centered {
	display:table;
	width:100%;
	height:100%;
    padding-top: 40px;
}
.centered-content {
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
}
.popup-box {
    width: 80%;
    max-width: 500px;
    padding: 20px;
    padding-bottom: 30px;
    background-color: #fff;
    border: 1px solid #393b3e;
    margin: 0 auto;
    text-align: center;
}
.popup-box img {
    width: 80%;
    padding-bottom: 10px;
    margin-top: -20px;
    position: relative;
    z-index: 1;
}
.popup-box p {
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
}
.popup-box p a {
    color: #393b3e;
}
.thanks-title {
	font-family:'the_styled_editstligregular', Arial, Helvetica, sans-serif;
	font-size:50px;
	line-height:90px;
	color:#393b3e;
    z-index: 2;
    position: relative;
}
.popup-close {
    display: block;
    height: 40px;
    text-align: right;
}
.popup-close a {
    display: inline-block;
    width: 40px;
    height: 40px;
	background-image: url(../images/icon-close.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:34px;
	-moz-background-size:34px;
}
.popup-box .tape-on-footer {
    height: auto;
}




.desktop {
	display:block!important;
}
.mobile {
	display:none!important;
}


@media screen and (min-width: 1701px) {

    .text-blog-article-gal h1 {
        font-size: 75px;
		line-height: 90px;
    }

}

@media screen and (min-width: 0px) and (max-width: 1700px) {

.logo {
	width:280px;
	margin-top:40px;
	margin-left:40px;
}
.logo-transitioned {
	margin-left:40px;
}
ul.nav-buttons li a {
	letter-spacing:0.5px;
	padding-left:10px;
	padding-right:10px;
}
.img-about1 {
	float:left;
	width:38%;
	margin-left:5%;
}

}

@media screen and (min-width: 0px) and (max-width: 1480px) {

.desktop {
	display:none!important;
}
.mobile {
	display:block!important;
}
.navclosed {
	color:transparent;
	display:block;
	width:60px;
	height:60px;
	position:absolute;
	top:19px;
	right:20px;
	z-index:5;
	cursor:pointer;
}
.navclosed a {
	color:transparent;
	display:block;
	width:100%;
	height:100%;
}
.line-nav-1,
.line-nav-2,
.line-nav-3,
.line-nav-4 {
	width:32px;
	height:2px;
	position:absolute;
	background-color:#000;
}
.line-nav-1 {
	top:22px;
	left:14px;
}
.line-nav-4 {
	top:36px;
	left:14px;
}
.line-nav-2,
.line-nav-3 {
	opacity:0;
	top:29px;
	left:14px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.line-nav-2-open {
	opacity:1;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.line-nav-3-open {
	opacity:1;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.line-nav-1-open,
.line-nav-4-open {
	opacity:0;
}
.nav-off {
	top:0;
	bottom:0;
	left:auto;
	right:-320px;
	width:280px;
	position:fixed;
	opacity:1;
	background-color:#fff;
}
.nav-on {
	top:0;
	bottom:0;
	left:auto;
	width:100%;
	right:0;
	position:fixed;
	opacity:1;
	background-color:#fff;
}
.nav {
	position:absolute;
	width:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
ul.nav-buttons {
	padding-top:50px;
	overflow-x:hidden;
	overflow-y:auto;
}
ul.nav-buttons li {
	display:block;
	padding-left:50px;
}
ul.nav-buttons li a {
	display:block;
	text-decoration:none;
	line-height:70px;
	font-size:22px;
	letter-spacing:1px;
}
ul.nav-buttons li a span.toggle {
	content: "";
	width:40px;
	height:40px;
	float:right;
	display:inline-block;
	text-align:center;
	background-image: url(../images/arrow-toggle.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:40px;
	-moz-background-size:40px;
	background-color:#888;
}
ul.nav-buttons li a span.toggle.clicked {
	content: "";
	background-image: url(../images/arrow-toggle-clicked.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:40px;
	-moz-background-size:40px;
	background-color:#808;
}
ul.nav-buttons li ul {
	display:none;
	position:relative;
	width:auto;
	display:block;
	opacity:1;
	background-color:#fff;
}
ul.nav-buttons li.hover ul {
	opacity:1;
	display:block;
	background-color:#fff;
	-moz-box-shadow: 5px 5px 5px rgba(99, 99, 99, 0);
	-webkit-box-shadow: 5px 5px 5px rgba(99, 99, 99, 0);
	box-shadow: 5px 5px 5px rgba(99, 99, 99, 0);
	background-image: url(../images/icon-arrow-down.png);
	background-repeat: no-repeat;
	background-position: 10px top;
	background-size:20px;
	-moz-background-size:20px;
}
ul.nav-buttons li ul li {
	display:inline-block;
	background-color:#fff;
	padding-left:0;
	padding-right:0;
}
ul.nav-buttons li ul li a {
	padding-right:0;
}
ul.nav-buttons li ul li a {
	color:#444;
	text-transform:none;
	display:block;
	background-color:#fff;
}
ul.nav-buttons li ul li a:hover,
ul.nav-buttons li ul li.current a {
	background-color:#fff;
}
ul.nav-buttons li ul li a span {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
ul.nav-buttons li ul li a:hover span {
	border-bottom-color: #444;
}
.sp-left span {
	display:block;
}
.sp-left span.line-divide {
	display:none;
}



.img-about1 {
	float:left;
	width:45%;
	margin-left:3%;
}
.img-about2 {
	margin-left:33%;
	width:60%;
	max-width:800px;
	bottom:5%;
	position:absolute;
}
.img-about2 img {
	width:48%;
	float:left;
}
.about-text {
	float:left;
	margin-top:0;
	margin-left:50px;
	width:46%;
}
.bg-about h1 {
	padding-top:10px;
	font-size:65px;
	line-height:75px;
}
.img-about2-text {
	float:left;
	width:48%;
	margin-left:3.5%;
}


.text-experience {
	width:90%;
	margin-left:5%;
}
.exp-padd-three {
	padding-left:0;
}
.exp-text {
	padding-left:0;
	padding-right:40px;
}

.mentoring h2 {
	font-size:55px;
	line-height:75px;
	margin-bottom:10px;
	max-width:none;
	margin-left:0;
}


}

@media screen and (min-width: 0px) and (max-width: 1400px) {

.kate-couples {
	margin-top:-60px;
	margin-left:5%;
}
.kate-elopements {
	position:relative;
	z-index:1;
	width:45%;
	max-width:236px;
	margin-top:-130px;
	margin-left:55%;
}
ul.nav-footer {
	padding-top:30px;
}

}

@media screen and (min-width: 1024px) {

.img-desktop {
	display:block;
}
.img-mobile {
	display:none;
}

}

@media screen and (min-width: 0px) and (max-width: 1023px) {

.waypoint.way-article {
    margin-top: -100px;
}

.img-desktop {
	display:none;
}
.img-mobile {
	display:block;
}
.padd-mob-top {
	padding-top:5%;
}
.p2 .one {
	width:100%;
	float:none;
	padding-bottom:9%;
}
.mentoring-img2 {
	width:40%;
	position:relative;
	margin-top:-50px;
	margin-left:55%;
	margin-bottom:10px;
}
.pricing-img2 {
	width:45%;
	position:relative;
	margin-top:-60%;
	margin-left:50%;
}
.pricing-img3 {
	width:45%;
	position:relative;
	margin-top:-30%;
	margin-left:50%;
}
.guide-padd-left {
    padding-top: 0;
}

.p2 .two {
	width:100%;
	margin-left:0;
}
.p2 .one.no-padd-bot {
    padding-bottom: 0;
}

.two-inner {
    padding-left: 8%;
}
.p2 .one.max {
    max-width: none;
}
.pink-inner {
	padding-left:8%;
	padding-right:8%;
	text-align:left;
	max-width:1000px;
}
.pink-inner.width-auto {
	max-width:none;
	padding-left:0;
	padding-right:0;
	text-align:left;
	max-width:1000px;
}



span.tape-text {
	font-size:40px;
	line-height:62px;
}
span.stickytape {
	width:100%;
	height:50px;
	margin-top:-55px;
	padding-left:15px;
	padding-right:4px;
}


.tape-intimate {
	margin-left:5%;
}
.kate-weddings {
	position:relative;
	z-index:2;
	width:65%;
	max-width:500px;
	margin-top:-75px;
	margin-left:35%;
}
.the-gallery-title {
	font-size:52px;
	margin-top:-240px;
}
.kate-couples {
	width:50%;
	margin-top:-60px;
	margin-left:5%;
	max-width:360px;
}
.tape-couples {
	margin-top:-130px;
	position:relative;
	z-index:5;
}
.kate-elopements {
	width:50%;
	max-width:336px;
	margin-top:-100px;
	margin-left:50%;
}
.tape-elopements {
	margin-top:-90px;
	margin-left:30%;
}
.tape-elopements span.tape-text span.stickytape {
	padding-left:30px;
}
.tape-elopements span.stickytape {
	width:220px;
}

.insta {
	float:left;
	width:47.3%;
	margin-right:1.6%;
	margin-bottom:1.6%;
}
.insta img {
	margin-bottom:-5px;
	overflow:hidden;
}
ul.nav-footer li {
	font-size:19px;
	line-height:24px;
	float:none;
	width:100%;
}

.img-faqs1 {
	width:32%;
	float:left;
	margin-top:7%;
	margin-left:10%;
	z-index:2;
}
.img-faqs2 {
	width:50%;
	float:left;
	margin-left:-4%;
	z-index:1;
}
.img-faqs3 {
	width:19%;
	float:left;
	margin-top:34%;
	margin-left:-15%;
	z-index:2;
}
.faqs-text {
	position:absolute;
	left:14%;
	bottom:15%;
	z-index:3;
}
.bg-faqs h2 {
	font-size:18px;
	letter-spacing:1.5px;
	background-color:#ebe3e0;
	width:auto;
	display:inline-block;
	padding:3px;
}


.img-about1 {
	float:left;
	width:50%;
	margin-left:3%;
}
.img-about2 {
	margin-left:33%;
	width:60%;
	max-width:800px;
	bottom:3%;
	position:absolute;
}
.img-about2 img {
	width:37%;
	float:left;
}
.about-text {
	float:left;
	margin-top:-3%;
	margin-left:50px;
	width:40%;
}
.bg-about h1 {
	padding-top:10px;
	font-size:55px;
	line-height:65px;
}
.bg-about h2 {
	font-size:19px;
}
.img-about2-text {
	float:left;
	width:58%;
	margin-left:4%;
}

.exp-tape {
	margin-top:0;
	padding-bottom:20px;
}
.exp-tape .tape {
	margin-top:0;
}
.exp-second {
	padding-top:10px;
}
.exp-number {
	font-size:130px;
	line-height:60px;
	width:65px;
	padding-top:40px;
}
.exp-text {
	padding-right:0;
}

.nav-weddings ul li {
	font-size:18px;
	line-height:30px;
	letter-spacing:1.5px;
}

.mentoring.sessions h3,
.mentoring.sessions p {
	padding-left:10%;
	padding-right:10%;
}
.mentoring.sessions .tape {
	padding-left:10%;
}

.text-pricing {
	margin-left:5%;
	width:90%;
	max-width:1020px;
	padding-top:300px;
}

.blog-more h3 {
    padding-top: 15px;
    padding-bottom: 0;
}
.blog-feature {
    width: 94%;
    margin-top: 0;
    margin-bottom: 20px;
}
.blog-older h3 a {
    font-size: 16px;
}
.article-prev a {
    font-size: 16px;
    letter-spacing: 1px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 50px;
	background-size:45px;
	-moz-background-size:45px;
}
.article-next a {
    font-size: 16px;
    letter-spacing: 1px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 50px;
	background-size:45px;
	-moz-background-size:45px;
}

.article-content h2 {
	font-size:40px;
	line-height:60px;
	margin-bottom:20px;
}
.article-content h3 {
    padding-top: 40px;
}
.photog-gal {
    width: 44%;
    margin: 2%;
    margin-bottom: 4%;
}
.photog-gal-title {
    font-size: 18px;
    padding-top: 25px;
    letter-spacing: 1px;
}

.hero-article-gal {
    height: auto;
    padding-top: 40px;
    padding-bottom: 10px;
}
.text-blog-article-gal-img {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.text-blog-article-gal-right {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.text-blog-article-gal-right-inner {
    padding-top: 30px;
    padding-left: 0;
}

.p2-article .one h3,
.p2-article .one p {
    padding-right: 0;
}
.p2-article .two h3,
.p2-article .two p {
    padding-right: 0;
}

.nav-guides-left {
	padding-top:16px;
    padding-bottom: 16px;
	font-size:16px;
    letter-spacing: 2px;
    display: none;
}
.nav-guides-left span {
    padding-right: 6%;
}
.nav-guides-right {
	font-size:15px;
    letter-spacing: 2px;
    width: 100%;
}
.nav-guides-right a {
	padding-top:16px;
    padding-bottom: 16px;
    padding-left: 6%;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    letter-spacing: 1px;
}
.nav-guides-right-open a {
	padding-top:16px;
    padding-bottom: 16px;
    padding-left: 6%;
}


}

/* 05. Mobile, below 767 width */
@media screen and (min-width: 0px) and (max-width: 767px) {

.nav-sticky {
	top:60px;
}
.navclosed {
	top:1px;
	right:4px;
}
.header {
	height:60px;
}
.wrapper {
	padding-top:60px;
}
.logo {
	width:280px;
	margin-top:25px;
	margin-left:30px;
}
.logo-transitioned {
	width:160px;
	margin-left:30px;
}
.logo-transitioned.on {
	margin-top:12px;
}
.hero {
	height:620px;
}
.hero.auto {
	height:auto;
}
.hero-article {
	height:auto;
    padding-top: 40px;
    padding-bottom: 10px;
}
.hero-article-gal {
	height:auto;
    padding-top: 30px;
    padding-bottom: 4px;
}
.hero-article-gal h3 {
    font-size: 18px;
}
.text-home {
	bottom:7%;
	left:10%;
}

.guides-article-left {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
}
.guides-article-left h1 {
    display: block;
    padding-right: 20px;
    text-align: right;
    margin-top: -75px;
}
.guides-article-right {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 10px;
}
.guides-article-right-inner {
    padding-left: 0;
}

h1,
.h2 {
	font-size:50px;
	line-height:65px;
	margin-bottom:20px;
}
h2 {
	font-size:15px;
	line-height:21px;
	letter-spacing:0.3px;
	margin-bottom:15px;
	width:90%;
}


.text-blog-article img {
    width: 80%;
}
.text-blog-article h1 {
    width: 76%;
    font-size: 40px;
    margin-top: -60px;
}
.text-blog-article h2 {
	font-size:45px;
	line-height:60px;
    padding-top: 20px;
}



.one.mentoring h2,
.one.mentoring p {
	text-align:left;
}
.mentoring h2 {
	font-size:45px;
	line-height:60px;
	margin-bottom:10px;
	max-width:none;
	padding-left:0;
	margin-left:0;
}
h4 {
	font-size:20px;
	line-height:24px;
	margin-bottom:20px;
}
h4 span {
	font-size:50px;
	line-height:60px;
	text-transform:none;
	padding-right:0;
	padding-bottom:20px;
	display:block;
}
h5 {
	font-size:18px;
	line-height:20px;
	letter-spacing:1px;
	padding-top:30px;
}
h5 a {
	color:#fff;
}
h5 span {
	font-size:70px;
	line-height:70px;
}
p {
	font-size:15px;
	line-height:21px;
	letter-spacing:0.6px;
	margin-bottom:18px;
}
.line {
	border-top-width: 10px;
}
span.tape.second {
	margin-top:50px;
}
.padding-inner {
	padding:40px;
}
.pink-inner,
.two-inner {
	padding-left:0;
	padding-right:0;
}
.the-gallery-title {
	margin-top:-160px;
}
.tape-couples span.stickytape,
.tape-elopements span.stickytape {
	width:220px;
}
.tape-couples a span.stickytape,
.tape-elopements a span.stickytape {
    font-size: 34px;
}
.tape-couples span.tape-text span.stickytape,
.tape-elopements a span.stickytape {
	padding-left:25px;
}
span.tape-text.smaller span.stickytape {
	padding-left:15px;
}
.tape-new a {
	font-size:34px;
}
.exp-tape span.tape-text span.stickytape {
    font-size: 34px;
}

.logo-footer {
	width:100%;
}
ul.nav-footer {
	padding-top:15px;
}
ul.nav-footer li {
	font-size:15px;
	line-height:23px;
	float:none;
	width:100%;
}
.grey-dark {
	padding-left:30px;
	padding-right:30px;
}
.smallprint,
.smallprint a {
	font-size:12px;
	line-height:20px;
	letter-spacing:0.7px;
}
.smallprint-inner {
	padding-top:20px;
	padding-bottom:35px;
	padding-left:30px;
	padding-right:30px;
}
.tape-on-footer .tape {
	margin-top:25px;
}
.tape-on-footer span.tape-text {
	font-size:42px;
	line-height:70px;
}
.tape-on-footer span.stickytape {
	height:62px;
	margin-top:-60px;
	max-width:400px;
}
.social {
	padding-left:30px;
}
.ico-foot-fb:before,
.ico-foot-in:before,
.ico-foot-pin:before,
.ico-foot-email:before {
	padding-right:30px;
}


.faq-block {
	margin-bottom:20px;
}
.faq-button span {
	font-size:16px;
	letter-spacing:2px;
	/*background-size:30px;
	-moz-background-size:30px;
	background-position: 97% center;
	padding-top:18px;
	padding-bottom:18px;
	padding-left:15px;
	padding-right:30px;*/
}
.faq-button span {
	width: calc(100% - 70px);
	font-size:16px;
	letter-spacing:2px;
	background-size:30px;
	-moz-background-size:30px;
	padding-top:18px;
	padding-bottom:18px;
	padding-left:15px;
	padding-right:40px;
}
.faq-content {
	padding-top:0;
	padding-bottom:0;
	padding-left:15px;
	padding-right:15px;
}
.faq-content.on {
	padding-top:15px;
	padding-bottom:5px;
	height:auto;
	overflow:auto;
	opacity:1;
}
.faq-content p {
	font-size:16px;
	line-height:22px;
	letter-spacing:0.3px;
}
.faq-content p a,
.faq-content p a:hover {
	font-size:16px;
	line-height:24px;
	letter-spacing:0.3px;
}


.hero.about-custom {
	height:auto;
    padding-top: 30px;
}
.img-about1 {
	float:left;
	width:56%;
	margin-left:3%;
}
.img-about2 {
	margin-left:35px;
	width:auto;
	bottom:auto;
    position: relative;
}
.img-about2 img {
	width:45%;
	float:left;
    margin-left: -17%;
    margin-top: 8%;
}

.img-about2-inner {
	padding:0;
}
.about-text {
	float:left;
	margin-top:15%;
	margin-left:-12%;
	width:52%;
}
.bg-about h1 {
	padding-top:0;
	font-size:35px;
	line-height:45px;
}
.bg-about h2 {
	font-size:17px;
	line-height:21px;
}
.img-about2-text p:nth-child(3) {
}
.img-about2-text {
	float:left;
    padding-top: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
	width:95%;
	margin-left:0;
}
.bg-about p {
	font-size:15px;
}

.text-experience p:nth-child(5) {
	display:none;
}
.text-experience h2 {
	font-size:17px;
	line-height:21px;
}

.text-contact {
	margin-left:5%;
	width:80%;
}

label.half-left {
	width:100%;
	display:block;
	margin-right:0;
}
label.half-right {
	width:100%;
	display:block;
	margin-left:0;
}
label {
	letter-spacing:0.4px;
	font-size:15px;
	line-height:24px;
}
input,
select,
textarea {
	font-size:16px;
}

.text-gallery {
	margin-left:5%;
	width:90%;
	padding-top:300px;
}

.nav-weddings ul li {
	font-size:17px;
	line-height:30px;
	letter-spacing:1.5px;
	display:block;
}
.nav-weddings ul li span {
	display:none;
}

.text-mentoring {
	margin-left:5%;
	width:90%;
	max-width:780px;
}

.popup-thanks-centered {
   padding-top: 30px;
}
.popup-box {
    width: 86%;
    padding: 10px;
    padding-bottom: 20px;
}
.popup-box img {
    width: 80%;
    padding-bottom: 10px;
    margin-top: -30px;
    position: relative;
    z-index: 1;
}
.popup-box p {
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
}
.thanks-title {
	font-size:34px;
	line-height:90px;
}

.photog-gal {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
}
.photog-gal-title {
    font-size: 18px;
    padding-top: 25px;
    letter-spacing: 1px;
}

.business {
    font-size: 0;
    text-align: left;
    width: 47%;
    margin-left: 0;
    margin-right: 3%;
    font-size: 0;
    padding-bottom: 20px;
}

.timeline-line {
    border-left: 0 solid #444;
}

.link a {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    padding: 14px;
    margin-bottom: 20px;
}

.article-content,
.article-content h2,
.article-content h3,
.article-content p {
    text-align: left;
}
.logos-bot.article-content h2 {
    text-align: center;
}
.text-block-img {
    padding-top: 50px;
}

}

@media screen and (min-width: 0px) and (max-width: 480px) {

.img-about1 {
	float:left;
	width:65%;
	margin-left:3%;
}
.about-text {
	float:left;
	margin-top:20%;
	margin-left:-25%;
	width:52%;
}

h1,
.h2 {
	font-size:42px;
	line-height:57px;
	margin-bottom:20px;
}
.text-home {
	left:34px;
	bottom:34px;
}
ul.nav-buttons {
	padding-top:40px;
}
ul.nav-buttons li {
	padding-left:30px;
}
ul.nav-buttons li a {
	font-size:18px;
	color:#000;
	letter-spacing:1px;
	line-height:50px;
}
ul.nav-buttons li ul li {
	padding-left:0;
	display:inline-block;
}
ul.nav-buttons li ul li a {
	padding-right:0;
}
.the-gallery-title {
	margin-top:-90px;
	z-index:5;
	position:relative;
}
.love-kate {
	max-width:200px;
	padding-left:30px;
}
.kate-couples {
	margin-top:-40px;
}
span.tape-text {
	font-size:35px;
	line-height:60px;
}
span.tape-text span.stickytape {
	height:46px;
	margin-top:-43px;
	padding-left:10px;
	padding-right:1px;
}
span.tape-text.smaller {
	font-size:36px;
	line-height:62px;
}
span.tape-text.smaller span.stickytape {
	height:46px;
	margin-top:-43px;
	padding-left:10px;
	padding-right:1px;
}
.tape-couples span.stickytape,
.tape-elopements span.stickytape {
	width:220px;
}

.bg-grey-med {
	padding:40px;
	padding-bottom:40px;
	padding-left:30px;
	padding-right:30px;
}
.tape-on-footer {
	height:65px;
}
.tape-on-footer span.tape {
	margin-top:15px;
}
.tape-on-footer span.tape-text {
	font-size:35px;
	line-height:62px;
}
.tape-on-footer span.stickytape {
	margin-top:-70px;
	max-width:320px;
}


.sp-left {
	float:none;
}
.sp-right {
	padding-top:20px;
	float:none;
	text-align:right;
}
.sp-right a {
	padding-left:26px;
	line-height:22px;
	background-size:18px;
	-moz-background-size:18px;
}
.instagram {
	width:100%;
	float:none;
}
.instagram-feed {
}
.insta {
	float:left;
	width:47.2%;
	margin-right:2%;
	margin-bottom:2%;
}
.insta a:hover {
	opacity:0.7;
}
.logo-nav {
	padding-top:30px;
	margin-left:0;
}
.logo-footer {
	width:85%;
	padding-bottom:20px;
}
ul.nav-footer {
	margin:0;
	padding:0;
	list-style:none;
	max-width:380px;
}
ul.nav-footer li {
	font-size:17px;
	line-height:24px;
	margin:0;
	padding:0;
	float:left;
	width:50%;
}
.social {
	padding-top:20px;
}

.img-faqs1 {
	width:42%;
	float:left;
	margin-top:6%;
	margin-left:13%;
	z-index:2;
}
.img-faqs2 {
	width:40%;
	float:left;
	margin-left:-6%;
	z-index:1;
}
.img-faqs3 {
	width:20%;
	float:left;
	margin-top:24%;
	margin-left:-16%;
	z-index:2;
}
.faqs-text {
	position:relative;
	left:13%;
	bottom:auto;
}
.faqs-text h1 {
	padding-top:16px;
}
.faqs-text h2 {
	background-color:transparent;
}
.about-text span {
	display:block;
}

}