/*!
Theme Name: White + White
Theme URI: http://identitydivision.co
Author: Identity Division co. 
AuthorURI: http://identitydivision.co
Description: Custom designed and developed website for White + White events March 2019.
Version: 1.0
Text Domain: liselle
*/


/* LISELLE TABLE OF CONTENTS
==================================================
1 Fonts
2 Foundation & Reset
3 Typography
4 Layouts
5 Page Navigation
6 Header
7 Navigation
8 Footer
9 Widget Styling
10 Forms
11 Main Blog Index
12 Blog Comments & Replies
13 Single Blog Posts
14 Project Page Specfics (copy for individs)
15 Media Queries
blah

  

/* FONTS 
------------------------------------------------ */

@font-face {
	font-family: 'ScandiaWebMedium';
	src: url('/wp-content/themes/whitewhite/assets/fonts/ScandiaWebMedium.eot');
	src: url('/wp-content/themes/whitewhite/assets/fonts/ScandiaWebMedium.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/whitewhite/assets/fonts/ScandiaWebMedium.woff2') format('woff2'),
         url('/wp-content/themes/whitewhite/assets/fonts/ScandiaWebMedium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	}

@font-face {
		font-family: 'ScandiaWebLight';
		src: url('/wp-content/themes/whitewhite/assets/fonts/ScandiaWebLight.eot');
		src: url('/wp-content/themes/whitewhite/assets/fonts/ScandiaWebLight.eot?#iefix') format('embedded-opentype'),
					 url('/wp-content/themes/whitewhite/assets/fonts/ScandiaWebLight.woff2') format('woff2'),
					 url('/wp-content/themes/whitewhite/assets/fonts/ScandiaWebLight.woff') format('woff');
		font-weight: normal;
		font-style: normal;
	}

	@font-face{ 
		font-family: 'NoeDisplay';
		src: url('/wp-content/themes/whitewhite/assets/fonts/NoeDisplay.eot');
		src: url('/wp-content/themes/whitewhite/assets/fonts/NoeDisplay.eot?#iefix') format('embedded-opentype');
		src: url('/wp-content/themes/whitewhite/assets/fonts/NoeDisplay.woff') format('woff');
	}

	@font-face{ 
		font-family: 'SaolDisplay';
		src: url('/wp-content/themes/whitewhite/assets/fonts/SaolDisplay-LightItalic.eot');
		src: url('/wp-content/themes/whitewhite/assets/fonts/SaolDisplay-LightItalic.eot?#iefix') format('embedded-opentype'),
			url('/wp-content/themes/whitewhite/assets/fonts/SaolDisplay-LightItalic.woff2') format('woff2'),
			 url('/wp-content/themes/whitewhite/assets/fonts/SaolDisplay-LightItalic.woff') format('woff'),
		  url('/wp-content/themes/whitewhite/assets/fonts/SaolDisplay-LightItalic.ttf') format('truetype'),
	 url('/wp-content/themes/whitewhite/assets/fonts/SaolDisplay-LightItalic.svg#SaolDisplay-LightItalic') format('svg');
		font-weight: 300;
		font-style: italic;
	}


/* FOUNDATION & RESET
------------------------------------------------ */

html {
	height: 100%;
}

body, input, textarea {
	color: #000;
	font-family: 'ScandiaWebLight';
	font-weight: 300;
	font-size: 18px;
	line-height: 27px;
}

body {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
	overflow-x: hidden;
}

h1.entry {
	margin-top: 0;
}

#page-wrap {
	float: left;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}

#primary {
	float: left;
	width: 100%;
}

::selection {
  background: #153F45; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #153F45; /* Gecko Browsers */
  color: #fff;
}

input::-moz-placeholder,
input:-ms-input-placeholder,
input::-webkit-input-placeholder {
	opacity: 0.7!important;
	color: #fff!important;
}



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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  clear: both;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
h1 {
	font-family: 'ScandiaWebMedium';
	font-size: 36px;
	letter-spacing: 0px;
	line-height: 50px;
	font-weight: 500;
}
h2 {
	font-family: 'NoeDisplay';
	font-size: 72px;
	letter-spacing: 0px;
	line-height: 90px;
	font-weight: 500;
	margin-bottom: 3%;
}
h3 {
	font-family: 'SaolDisplay', serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	line-height: 22px;
}
h4 {
	font-family: 'SaolDisplay', serif;
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	line-height: 30px;
}
h5 {
	font-family: 'ScandiaWebMedium';
	font-size: 24px;
	letter-spacing: 0px;
	line-height: 35px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 0;
}
hr {
	background-color: #000;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
	float: left;
	width: 100%;
}

/* Text elements */
p {
  margin-bottom: 1.5em!important;
}

ul, ol {
  margin: 0 0 1.5em 2.5em;
}

ul {
  list-style: square;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol {
  list-style: lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
}

dl {
  margin: 0 1.5em;
}

dd {
  margin-bottom: 1.5em;
}

em, i {
  font-style: italic;
}

blockquote {
  font-style: italic;
  font-weight: normal;
  margin: 0 3em;
}

blockquote em, blockquote i, blockquote cite {
  font-style: normal;
}

cite {
  color: #666;
  letter-spacing: 0.05em;
  padding-left: 60px;
}

pre {
  background: #f4f4f4;
  line-height: 1.5;
  margin-bottom: 1.5em;
  overflow: auto;
  padding: 0.75em 1.5em;
}

code, kbd {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym, dfn {
  cursor: help;
}

address {
  display: block;
  margin: 0 0 1.5em;
}

ins {
  background: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 10px;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

/* Assistive text */
.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

#access a.assistive-text:active,
#access a.assistive-text:focus {
  clip: auto !important;
  font-size: 12px;
  position: absolute;
  text-decoration: underline;
  top: 0;
  left: 7.6%;
}


/* 404 ERROR
------------------------------------------------ */

#all-error {
	padding-bottom: 10%;
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 10%;
}

.oops {
	width: 75%;
	text-align: left;
	margin-left: 0;
}

.error404 footer {
	display: none;
}

.error404 #page {
	height: 100vh;
}


/* =LAYOUTS
------------------------------------------------ */

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.home {
    background-color: #fff;
}

article {
  float: left;
  width: 100%;
}

.entry-header {
  float: left;
  width: 100%;
  padding-left: 0%;
}

#page {
	float: left;
	overflow-x: hidden;
	padding-left: 5%;
	padding-right: 5%;
	width: 80%;
	margin-left: 5%;
	background: #FAF7F5;
	margin-right: 5%;
}
.col {
  display: block;
  float: left;
  width: 100%;
  margin-left: 2%;
}

.col:first-child,
.col.pull-left {
  margin-left: 0;
}

.hentry {
  padding: 0 0;
  position: relative;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.page .hentry {
  border-bottom: none;
}

.entry-content,
.entry-summary {
 float: left;
 padding: 20px 0 0;
 width: 100%;
}

.entry-content table {
  margin: 0 0 1.5em;
  width: 100%;
}

.entry-content table td {
  padding: 6px 10px 6px 0;
}

.entry-content #s {
  width: 75%;
}

.pull-left {
  float: left;
  margin-right: 5%;
  width: 70%;
}

#secondary {
  float: left;
  width: 22%;
}

.comment-content table {
  margin: 0 0 1.5em;
  width: 100%;
}

.comment-content table td {
  padding: 6px 10px 6px 0;
}

.comment-content #s {
  width: 75%;
}

dl.gallery-item {
  margin: 0;
}

/* Images & Embeds */
embed
iframe,
object {
  max-width: 100%;
}

img {
  max-width: 100%;
}

.large {
	font-size: 36px;
	line-height: 47px; 
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
}

img.size-full,
img.size-large {
  width: auto;
  /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 1.5em;
}

/* Captions */
.wp-caption {
  max-width: 100%;
  height: auto;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}

.wp-caption img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.wp-caption .wp-caption-text {
  font-size: 85%;
  margin-bottom: 0.5em;
  padding: 5px 0;
  position: relative;
}


/* =PAGE NAVIGATION
------------------------------------------------ */

#content nav {
  clear: both;
  overflow: hidden;
  padding: 0 0 1.5em;
}

.nav-previous {
  float: left;
  width: 50%;
}

.nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/* Singular navigation */
#nav-single {
  float: right;
  position: relative;
  top: -0.3em;
  text-align: right;
  z-index: 1;
}

#nav-single .nav-previous,
#nav-single .nav-next {
  float: none;
  width: auto;
}

#nav-single .nav-next {
  padding-left: .5em;
}



/* =NAVIGATION
------------------------------------------------ */

.menu-button {
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 17px;
	padding: 10px 0;
	cursor: pointer;
	padding-left: 2%;
}

.mob-menu a {
	color: #000 !important;
}

.mob-menu li.contact a {
	font-family: 'SaolDisplay' !important;
	font-style: italic;
}
  
  #header-top .overlay-menu {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	left: 0;
	right: 0;
	background: #F8CEAE;
	margin: 5%;
	height: 100vh;
	margin-top: 4.35%;
	transition: 0.5s ease-in-out;
  opacity: 0;
  overflow: scroll;
  }

  #branding #menu .social a {
	color: #fff;
	font-size: 25px;
	font-weight: 400;
	margin-right: 10px;
}

#branding #menu .social a:last-child {
	margin-right: 0;
}

#branding #menu .social {
	float: left;
	width: 87%;
	margin-top: 5%;
	border-top: 0.5px solid #ddd;
	padding-top: 4%;
}

.menu-button p {
	margin: 0;
}

.over-wrap {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.menu-tws {
	width: 35%;
	text-align: center;
	margin-top: 4%;
	padding-right: 7%;
}

.menu-tws a {
color: #fff;
}

.menu-tws a:hover {
	color: #000;
	}
  
.overlay-menu nav {
	position: relative;
	top: 5vh;
	height: 100%;
	padding-left: 7%;
	background-color: none;
	padding-right: 7%;
	text-align: left;
	width: 40%;
	padding-bottom: 5%;
}

  .overlay-menu ul li {
	margin-bottom: 1%;
}
  
  .overlay-menu ul {
	list-style: none;
	margin: 0 auto;
	padding-left: 0;
  }
  
  .overlay-menu ul li a {
    font-weight: normal;
    text-decoration: none;
    color: white;
    font-size: 17px;
    line-height: 27px;
  }

	.overlay-close {
		font-size: 30px !important;
		height: auto;
		top: 15px;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: normal !important;
		letter-spacing: 1px;
		margin-left: -3%;
		cursor: pointer;
	}
  
  .overlay-data-menu {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
  }
  
  .overlay-open {
	opacity: 1!important;
	visibility: visible;
	-webkit-transition: all 0.5s;
	transition: all 0.5s; 
  }



/* =NAVIGATION
------------------------------------------------ */

header {
	float: left;
		padding-left: 0;
	width: 100%;
	padding-right: 0;
	color: #90C5D0;
}

#header-top {
	float: right;
	width: 95%;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: fixed;
	background: #fff;
	height: 8%;
	z-index: 10000000;
	justify-content: center;
	align-items: center;
	padding-right: 5%;
}

#header-top .menu-button {
	display: inline-block;
	text-align: right;
	width: 57%;
	font-family: 'ScandiaWebMedium';
	color: #000;
	font-size: 16px;
	letter-spacing: 0.5px;
}

.socials {
	width: 50%;
	display: inline-block;
	text-align: right;
}

#header-left {
	float: left;
	width: 5%;
	height: 95vh;
	position: fixed;
	background: #fff;
	z-index: 10000000000;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: column wrap;
	margin-top: 1%;
	padding-top: 10px;
	justify-content: space-between;
}

.hsletters {
	width: 100%;
	text-align: center;
}

.hsletters img {
	width: 50%;
}

.hl-mid.hsletters img {
	width: 30%;
}

#branding a {
	font-size: 18px;
	text-decoration: none;
	letter-spacing: 1px;
}

.socials a {
	color: #000 !important;
	margin-left: 5px;
}

.socials a:hover {
	color: #F8CEAE !important;
}

#access {
display: inline-block;
margin: 0;
text-align: center;
width: 75%;
}

#access ul {
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
float: right;
list-style: outside none none;
margin: 0 !important;
padding-left: 0;
text-align: right;
width: 100%;
}

#access ul li {
display: inline-block;
line-height: 85px;
padding: 0 3%;
position: relative;
text-align: right;
vertical-align: middle;
white-space: nowrap;
width: auto;
}

#access ul li::after {
color: #59476f;
content: ".";
font-size: 38px;
position: absolute;
right: -3%;
top: -11px;
}

#access ul li:last-child::after {
  content: "";
}

#access ul li a {
color: #729E8C;
cursor: pointer;
font-size: 13px;
font-weight: 400;
margin: 2px 0;
padding: 3% 0;
text-decoration: none;
text-transform: uppercase;
}



/* =FOOTER
------------------------------------------------ */

footer {
	float: left;
	padding: 0;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}

.page-template-page-home footer {
	margin-top: -7%;
}

.foot-socials a {
	color: #000;
	margin-right: 15px;
}

#ww-credits {
	float: left;
	width: 90%;
	margin-top: 5%;
	margin-left: 5%;
	margin-right: 5%;
	position: relative;
	z-index: 10000;
}

.foot-socials {
	float: left;
	width: 100%;
	margin-top: 1%;
}

#ww-insta {
	width: 90%;
	margin-left: 5%;
	float: left;
	position: relative;
	z-index: 100000;
	}

.ww-logo {
	width: 10%;
	float: left;
}

.foot-menu {
	float: left;
	width: 100%;
}

.fm-primary {
	float: left;
	width: 100%;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.fm-secondary {
	float: left;
	width: 100%;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-top: 1%;
}

.fm-secondary p {
	margin: 0;
}

.fm-secondary a, .fm-secondary p {
	color: #000;
	margin-right: 2%;
	font-size: 14px;
}

.fm-primary a {
	font-family: 'ScandiaWebMedium';
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
}

.menu-footer-primary-menu-container {
	float: left;
	width: 100%;
}

.foot-email {
	float: left;
	width: 100%;
	margin-top: 1%;
}

.foot-email a {
	color: #000;
}

.foot-email h3 {
	float: left;
	width: 100%;
	margin: 0;
}

.menu-footer-primary-menu-container {
	float: left;
	width: 100%;
}

#menu-footer-primary-menu {
	list-style: none;
	float: left;
	width: 100%;
	margin-left: -3.5%;
	margin-top: 2%;
	margin-bottom: 0;
}

#menu-footer-primary-menu li {
	margin-bottom: 0;
	float: left;
	margin-right: 2%;
}

#ww-foot-img {
	margin-top: -32%;
	float: left;
	width: 100%;
}

#ww-foot-img img {
	width: 100%;
	float: left;
	z-index: -1;
	position: relative;
}


/* =EDD CHECKOUT SUCCESS PAGE
------------------------------------------------ */


.edd-success h3 {
	font-size: 41px !important;
}

#edd_purchase_receipt_products tr th {
	font-weight: 800 !important;
	font-family: 'ScandiaWebMedium';
}


/* =CART / CHECKOUT PAGE
------------------------------------------------ */

#edd_checkout_form_wrap #edd-privacy-policy-agreement {
	border: 0 !important;
	background: none !important;
}

#edd_checkout_cart {
	text-align: left;
	width: 100%;
	border: 2px solid #000;
	margin: 0 0 21px;
	table-layout: auto;
	background: none !important;
	background: #fff !important;
}

#edd_checkout_cart .edd_cart_header_row th {
	background: none !important;
	padding: 10px 15px;
	border: 0 !important;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'ScandiaWebMedium';
	color: #000 !important;
	border-bottom: 2px solid #000 !important;
}

#edd_checkout_cart td {
	line-height: 25px;
	vertical-align: middle;
	background: none !important;
	border: 0 !important;
	padding-left: 15px !important;
}

.edd_cart_item_name {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.edd_checkout_cart_item_title {
	color: #000 !important;
	font-weight: 700;
	letter-spacing: 0;
}

.edd_cart_total {
	border-top: 2px solid #000 !important;
	border-bottom: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	font-family: 'ScandiaWebMedium';
	color: #000 !important;
	text-transform: uppercase;
	font-size: 14px !important;
	line-height: 20px !important;
	padding-top: 9px !important;
}

#edd_checkout_form_wrap legend {
	display: none !important;
}

#edd_checkout_form_wrap fieldset {
	border: 2px solid #000 !important;
	padding: 1.387em;
	margin: 0 0 21px;
	background: #fff !important;
}

#edd_checkout_form_wrap #edd_purchase_submit {
	border: 0 !important;
	background: none !important;
}

#edd_final_total_wrap {
	background: #000 !important;
	border: 0 !important;
	color: #fff !important;
	text-align: right !important;
	text-transform: uppercase;
	font-size: 14px;
}

#edd-purchase-button {
	margin-top: 0!important;
	float: right;
}

#edd-email-description, #edd-first-description, #edd-last-description {
	display: none !important;
}

#edd-first-name-wrap, #edd-last-name-wrap {
	width: 50% !important;
	float: left;
}

#edd_purchase_form .edd-label {
	font-weight: 700;
	color: #000 !important;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'ScandiaWebMedium';
}

#edd-email {
	border: 0 !important;
	border-bottom: 1px solid #ddd !important;
	width: 100% !important;
	padding: 0 !important;
	margin-top: 5px !important;
}

#edd-first, #edd-last {
	border: 0 !important;
	padding: 0 !important;
	border-bottom: 1px solid #ddd !important;
	width: 100% !important;
}

#edd-first-name-wrap, #edd-last-name-wrap {
	margin-bottom: 1.5% !important;
}

.edd_cart_item_price {
	text-align: center !important;
}

#edd-first, #edd-last, #edd-email {
	box-shadow: none !important;
}



/* =DEFAULT PAGE
------------------------------------------------ */

.page-template-default #page {
	padding-top: 7%;
	padding-bottom: 7%;
}

.entry-title {
	color: #000;
}


/* =FOOTER SIGNUP
------------------------------------------------ */

#wwu {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	float: left;
	width: 90%;
	padding: 5%;
}

.wws-letter {
	width: 25%;
	margin-left: -5%;
	margin-top: -7%;
}

#ww-signup {
	float: left;
	width: 100%;
	background: #F8CEAE;
}

.ww-mc-su #mc-embedded-subscribe {
	border: 0 !important;
	background: none !important;
	color: #fff !important;
	cursor: pointer;
}

#ww-signup ::-webkit-input-placeholder { /* WebKit browsers */
	color: #fff;
	opacity: 1!important;
	}
	
#ww-signup :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #fff;
	opacity: 1!important;
	}
	
#ww-signup ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #fff;
	opacity: 1!important;
	}
	
#ww-signup :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #fff;
	opacity: 1!important;
	}

.ww-mc-txt {
	color: #fff;
	font-family: 'ScandiaWebMedium';
	width: 22%;
	margin-right: 3%;
}

#mc_embed_signup {
	float: left;
	width: 100%;
}

.ww-mc-su {
	float: left;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 75%;
	border-bottom: 2px solid #fff;
}

#ig-feat .gramming {
	float: left;
	width: 100%;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-top: 3%;
}

.gramming a {
	float: left;
	width: 20%;
	margin-right: 3%;
}

.gramming a:last-child {
	margin-right: 0;
}

.insta-liner {
	float: left;
	width: 100%;
	margin-bottom: 0;
	margin-top: 4%;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.insta-liner a {
	color: #000;
}



/* =WIDGET STYLING
------------------------------------------------ */

.widget {
  clear: both;
  margin: 0;
  padding: 0 0 20px;
}

.widget-title {
  color: #666;
  text-align: left;
}

.widget ul {
  margin: 0;
}

.widget ul ul {
  margin-left: 1.5em;
}

/* Special Classes */
.no-border {
  border-bottom: none;
  margin-bottom: 0;
  padding: 0;
}

/* Search Widget */
.widget_search form {
  margin: 0 0 10px;
}

.widget_search #s {
  width: 95%;
  display: inline-block;
}


/* =FORMS
------------------------------------------------ */

textarea {
  padding: 4px 10px;
  -webkit-appearance: none;
}

input[type=submit] {
  -webkit-appearance: none;
}

/* Placeholders */
input:-webkit-autofill,
input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 50px #6d6e6e inset;
	box-shadow: 0 0 0 50px #6d6e6e inset;
  -webkit-text-fill-color: white;
}




/* =SIGNUP FORM
------------------------------------------------ */

.mce_inline_error {
	background: none !important;
	border-bottom: 2px solid #000;
	border-radius: 0 !important;
	padding: 0 !important;
	color: #000 !important;
}

#mc_embed_signup form {
	position: relative;
	padding: 0 !important;
	float: none !important;
	width: 100% !important;
	height: 100%;
	display: -webkit-box;      
	display: -moz-box;         
	display: -ms-flexbox;      
	display: -webkit-flex;     
	display: flex;
	width: 100% !important;
}

#mc_embed_signup_scroll {
	display: -webkit-box;      
	display: -moz-box;         
	display: -ms-flexbox;      
	display: -webkit-flex;     
	display: flex;
	width: 100% !important;
	align-items: center;
	height: 100%!important;
	flex-direction: row;
}

#mc_embed_signup .mc-field-group {
	clear: none !important;
	position: relative !important;
	width: 37% !important;
	padding-bottom: 0 !important;
	float: left !important;
	min-width: 35%;
	background: none !important;
}

#mc_embed_signup .mc-field-group input {
	display: block;
	width: 100% !important;
	padding: 0px 0 !important;
	text-indent: 2%;
	border-radius: 0 !important;
	margin: 10px 0 !important;
	background: none !important;
	color: #fff !important;
	border-bottom: 2px solid #fff !important;
}

#mc_embed_signup .button {
	clear: both;
	background-color: #90C5D0 !important;
	border: 0 none;
	border-radius: 0px !important;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	height: 100% !important;
	line-height: 32px;
	margin: 0 !important;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	text-transform: uppercase !important;
	font-weight: 400 !important;
	-webkit-transition: ease-in-out 0.5s;
	-moz-transition: ease-in-out 0.5s;
	-o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
	font-family: 'BuenosAiresWeb';
	letter-spacing: 1.5px;
}

.foot-btn {
	background-color: #90C5D0 !important;
	height: 100% !important;
	margin: 0 !important;
	margin-left: auto !important;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	padding: 0 4% !important;
	white-space: nowrap;
	-webkit-transition: ease-in-out 0.5s;
	-moz-transition: ease-in-out 0.5s;
	-o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

div#mce-responses {
	font-size: 15px!important;
	line-height: 20px!important;
	padding: 0 2%!important;
	font-weight: 600;
	color: #E0535F;
	width: 100%;
	float: right;
	text-align: right;
}

#mc_embed_signup .button:hover {
	opacity: 0.7;
	-webkit-transition: ease-in-out 0.5s;
	-moz-transition: ease-in-out 0.5s;
	-o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

#mc_embed_signup .mc-field-group.name, #mc_embed_signup .mc-field-group.email {
	position: relative;
	z-index: 0;
	padding-left: 5px;
	align-items: center;
}

.mce_inline_error {
	font-size: 10px;
	font-weight: 200;
	text-decoration: none;
	border: 0;
	line-height: 14px;
	color: #E2525C !important;
	float: left !important;
}

#mce-FNAME, #mce-EMAIL {
	color: #fff!important;
	opacity: 1!important;
}

#mc_embed_signup .mc-field-group input#mce-FNAME {
	border: none!important;
	margin-bottom: 0!important;
}

#mc_embed_signup .mc-field-group input#mce-EMAIL {
	border: none!important;
	margin-bottom: 0!important;
}

#mce-success-response {
	float: left !important;
	color: #fff !important;
	font-weight: 400 !important;
	font-family: inherit !important;
	padding: 0 !important;
	margin: 0 !important;
    border-bottom: 2px solid #fff;
}



/* =HOME PAGE
------------------------------------------------ */

#down-1 {
	display: block;
}

.top-slider {
	float: left;
	width: 114%;
	margin-left: -7%;
}

.bx-default-pager {
	display: none;
}

.bx-controls {
	float: left;
	width: 100%;
	margin-top: -35%;
	position: relative;
	z-index: 10000;
}

.bx-controls-direction {
	position: relative;
	float: left;
	width: 100%;
}

.bx-prev {
	color: #fff;
	font-size: 35px;
	float: left;
	margin-left: 3%;
}

.bx-next {
	float: right;
	color: #fff;
	font-size: 35px;
	margin-right: 3%;
}

.bx-prev:hover, .bx-next:hover {
	color: #fff;
}

.bx-prev, .bx-next {
	color: #fff;
}

#home-start {
	float: left;
	width: 113%;
	background: #FDF2E9;
	margin-left: -6.5%;
	margin-top: -10%;
	padding-top: 20%;
	padding-bottom: 5%;
}

.hs-intro {
	text-align: center;
	width: 75%;
	margin: auto;
}

.hs-intro .btn {
	margin-top: 2%;
}

.hs-intro h1 {
	position: relative;
	z-index: 10000;
}

.hsi-letter {
	margin-top: -18%;
	position: relative;
	z-index: 1;
}

.hs-intro .large {
	margin-top: -6%;
}

.diy-end.personal {
	float: left;
	width: 90%;
	margin-top: 3%;
	margin-left: 5%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hsbp-left h4 {
	margin: 0;
}

.hsbp-left {
	min-width: 70%;
}

.btn {
	border: 2px solid;
	text-transform: uppercase;
	font-family: 'ScandiaWebMedium';
	padding-top: 10px;
	padding-bottom: 7px;
	width: auto;
	text-align: center;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 4%;
	font-size: 12px;
	cursor: pointer;
  background: linear-gradient(to right, black 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
	transition: all .5s ease-out;
}

.btn:hover {
	background-position: left bottom;
	color: #fff;
	border: 2px solid #000;
}

.btn.white:hover {
	color: #000!important;
		background-position: left bottom;
		border: 2px solid #fff;
}

.btn.white {
	background: linear-gradient(to right, white 50%, transparent 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	border: 2px solid #fff;
}

a:hover .btn {
	color: #fff !important;
}

.btn:hover button {
	color: #fff;
}

.btn button {
	cursor: pointer;
}

.btn.white {
	color: #fff;
}

.btn.black {
	color: #000;
}

.btn.black:hover a {
	color: #fff;
}

strong {
	font-family: 'ScandiaWebMedium';
}

#home-blog {
	float: left;
	width: 100%;
	margin-top: 5%;
}

#home-feat-products {
	float: left;
	width: 100%;
	margin-top: 7%;
}

#home-feat-products h1 {
	text-align: center;
	margin-bottom: 5%;
}

.hf-feat {
	float: left;
	width: 100%;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.hf-box {
	float: left;
	width: 33%;
	margin-right: 5%;
	padding: 2%;
	background: #fff;
}

.hf-box img {
	float: left;
	width: 100%;
}

.hf-box.last {
	margin-right: 0;
}

.hs-boxes {
	float: left;
	width: 90%;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 5%;
}

.hsb {
	background: #FCE8D9;
	width: 33.33%;
	margin-right: 3%;
	padding: 3%;
	text-align: center;
}

.hsb.last {
	margin-right: 0;
	}

.hsb img {
	height: 80px;
	filter: brightness(0);
}

.shop-buttons {
	float: left;
	width: 100%;
}

.right .btn {
	float: right;
}

#home-wedschool {
	float: left;
	width: 100%;
	margin-top: 9%;
}

.ws-top h4 {
	margin-top: 1%;
}

.ws-top {
	text-align: center;
}

.ws-top h1 {
	margin-bottom: 0;
}

.ws-wrap {
	float: left;
	width: 100%;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-top: 5%;
}

.ws-left {
	width: 33.33%;
	margin-right: 5%;
}

.ws-left p {
	margin-top: 0;
}

.ws-right {
	width: 66.66%;
}

.ws-right iframe {
	width: 100% !important;
	float: left;
}

.wsr-letter {
	float: right;
	margin-top: -15%;
	z-index: 10000;
	position: relative;
	margin-right: -7%;
}

.hide {
	display: none;
}

#blog-squares {
	float: left;
	width: 60%;
	margin-right: 5%;
}

.post-listing {
	z-index: 1000000;
	position: relative;
	float: left;
	width: 35%;
}

.post-image img {
	height: 500px;
	object-fit: cover;
	width: 100%;
}

.post-image p {
	width: 75%;
	margin: auto;
	text-align: center;
	margin-top: 1%;
}

.post-image a {
	color: #000;
}

.sl-link.active {
	color: #000;
}

.sl-link h3 {
	margin-bottom: 0;
	margin-top: 1%;
}

.an-btn {
	width: 100%;
	margin-bottom: 8%;
	float: left;
}

.sl-link p {
	margin: 0!important;
}

.sl-link {
	color: #000;
	float: left;
}

.sl-link.active {
	border-left: 3px solid #000;
	margin-left: -3%;
	padding-left: 3%;
}

#home-blog h2 {
	margin-bottom: 0;
	float: left;
	width: 100%;
	z-index: 100000;
	position: relative;
}

.btn .fa-arrow-left {
	margin-right: 7px;
}

.btn .fa-arrow-right {
	margin-left: 7px;
}

.btn button {
	text-transform: uppercase;
	}



/* =SINGLE PRODUCT PAGE
------------------------------------------------ */

#prod-feat-img {
	float: left;
	width: 113%;
	margin-left: -6.5%;
}

#prod-feat-img img {
	width: 100%;
	}

#prod-intro {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-left: -6.5%;
	width: 115%;
	margin-right: 0;
	margin-top: 3%;
}

.pi-left {
	background: #F8CEAE;
	width: 33%;
}

.pi-right {
	float: left;
	width: 54%;
	margin-left: 5%;
	padding-top: 5%;
	padding-bottom: 7%;
}

.single-download #show-boxes {
	background: #FEEEE0;
	margin-top: 0;
	margin-bottom: 0;
}

.pir-text h4 {
	margin-top: 0;
}

.pir-title {
	padding-bottom: 5%;
}

.pi-wrap-mid {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	float: left;
	width: 100%;
}

#init-img {
	margin-left: -58%;
	position: relative;
	z-index: 100000;
	width: 250%;
}

.pir-text {
	margin-left: 7%;
}

#product-what-get {
	float: left;
	width: 100%;
	margin-top: 7%;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.what-get-txt {
	padding: 5%;
	background: #fff;
	width: 42%;
	margin-right: 5%;
}

.what-get-img {
	text-align: center;
	width: 43%;
	}

.what-get-img img {
	width: 70%;
}

.what-get-txt h5 {
	text-align: center;
	margin-bottom: 5%;
}

.get-listing .get-line p {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.get-listing .get-line {
	align-items: center;
	margin-bottom: 5%;
}

.get-line .number {
	font-size: 45px;
	line-height: 45px;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-right: 5% !important;
	width: 30px;
}

.edd_go_to_checkout, .edd-add-to-cart, #edd-purchase-button {
	background: none !important;
	border: 2px solid #000 !important;
	border-radius: 0 !important;
	color: #000 !important;
	text-transform: uppercase !important;
	font-family: 'ScandiaWebMedium';
	padding-top: 10px!important;
	padding-bottom: 7px;
	width: auto;
	text-align: center;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 4%;
	font-size: 12px;
}

.edd_cart_remove_item_btn {
	color: #153F45;
}


/* =SHOP PAGE
------------------------------------------------ */

.ts-title {
	float: left;
	width: auto;
}

.ts-title h2 {
	margin: 0;
}

.edd_download_inner {
	float: left;
	width: 100%;
	padding: 0;
}

.edd_download_image a {
	font-size: large;
	width: 100%;
}

.edd_download_image img {
	float: left;
	width: 100%;
}

.page-template-page-shop .edd_download_title {
	display: none;
}

.edd_download_columns_2 .edd_download {
	width: 29.5%;
	margin-right: 5%;
	margin-bottom: 5%;
}

.edd_download_columns_3 .edd_download {
	width: 30%;
	margin-right: 5%;
	margin-bottom: 4%;
}

.edd_downloads_list.edd_download_columns_2 {
	float: left;
	width: 100%;
}

.edd_download_columns_3 .edd_download:nth-child(3n) {
	margin-right: 0;
}

.edd_downloads_list {
	margin-bottom: 5%;
	float: left;
	width: 100%;
}

#shop-cart h4 {
	margin: 0;
}

#shop-cart {
	float: right;
	width: 100%;
	text-align: right;
	margin-bottom: 4%;
	margin-top: -1%;
}

#shop-cart a {
	color: #000;
}

#top-shop {
	float: left;
	width: 100%;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.shop-filter {
	float: right;
	width: 100%;
}

.shop-filter li {
	list-style: none;
	float: right;
	margin-left: 4%;
}

.shop-filter a {
	color: #000;
	font-family: 'ScandiaWebMedium';
}

.page-template-page-shop .cat-item-all {
	border-bottom: 2px solid;
}



/* =EDD CATEGORY ARCHIVES
------------------------------------------------ */

.tax-download_category #page {
	background: #FAF7F5!important;
}

.shop-filter .current-cat {
	border-bottom: 2px solid;
}



/* =THE WEDDING SCHOOL
------------------------------------------------ */

#header-prof {
	background: #E2E5DF;
	margin-left: -6.5%;
	padding-right: 6.5%;
	padding-left: 6.5%;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	text-align: center;
	align-items: center;
	padding-top: 7%;
	width: 100%;
}

#tws-standout .tws-letter {
	width: 18%;
}

.hp-left {
	margin: auto;
	width: 55%;
	margin-right: 10%;
}

.hp-right img {
	float: right;
}

.hp-right {
	position: relative;
	bottom: 0;
	align-self: self-end;
	width: 35%;
}

#tws-intro {
	float: left;
	width: 100%;
	padding-top: 3%;
	padding-bottom: 3%;
}

.ti-call {
	float: left;
	width: 63%;
}

.ti-call h4 {
	margin-bottom: 5%;
}

#tws-intro p {
	float: left;
	width: 100%;
}

#tws-intro p:first-child {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

#tws-standout {
	background: #B0BBAC;
	color: #fff;
	float: left;
	width: 100%;
	margin-left: -6.5%;
	padding-right: 6.5%;
	padding-left: 6.5%;
	padding-top: 8%;
	margin-top: 4%;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
}

.tws-text {
	margin-right: 3%;
}

.tws-letter {
	position: relative;
	z-index: 10000000;
}

#tws-learn {
	float: left;
	width: 100%;
	padding-top: 8%;
	padding-bottom: 8%;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.twl-left {
	float: left;
	width: 27%;
	margin-right: 7%;
}

.twl-right {
	width: 65%;
	float: right;
	text-align: right;
}

#tws-help #home-feat-products {
	margin-top: 0;
}

#tws-help h5 {
	margin-bottom: 5%;
}

#tws-workshops {
	float: left;
	width: 100%;
	padding-top: 10%;
	padding-bottom: 8%;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.tww-right {
	float: left;
	width: 27%;
	margin-left: 7%;
}

.tww-left {
	width: 65%;
	float: left;
	text-align: left;
}

#feat-signup {
	float: left;
}

#feat-signup {
	background: #153F45;
	color: #fff;
	margin-left: -6.5%;
	padding-left: 6.5%;
	padding-right: 6.5%;
	padding-top: 5%;
	padding-bottom: 5%;
	width: 100%;
}

#feat-signup h4 {
	text-align: center;
	margin-top: 1%;
}

.feat-wrapper {
	float: left;
	width: 100%;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	margin-top: 4%;
}

.feat-img {
	margin-right: 5%;
	width: 25%;
}

.feat-text #wwu {
	float: left;
	width: 100%;
	margin-top: 2%;
	padding: 0;
}

.feat-text .ww-mc-su {
	width: 100%;
}

.tws-letter {
	float: right;
	margin-right: -7%;
	width: 60%;
	margin-top: -5%;
}



/* =WORKSHOPS & SPEAKING
------------------------------------------------ */

#banner-video iframe {
	width: 100%;
}

.ww-listing.three .wwl-desc.wwl-txt {
	padding-left: 0;
	}

#work-video {
	float: left;
	width: 100%;
	margin: auto;
	text-align: center;
	margin-top: 5%;
}

.wv-wrap {
	width: 75%;
	margin: auto;
	text-align: center;
}

.wv-letter {
	float: right;
	width: 50%;
	margin-top: -14%;
	position: relative;
	z-index: 100000;
}

#workshops h2 {
	text-align: center;
}

.top-wwl, .bot-wwl {
	width: 90%;
	margin: auto;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.wwl-img {
	float: left;
	width: 25%;
	padding-right: 5%;
}

.ww-listing-wrap {
	float: left;
	width: 100%;
	margin-top: 5%;
}

.wwl-desc li {
	margin-bottom: 3%;
}

.wwl-txt {
	float: left;
	padding-top: 4%;
	margin-right: 8%;
	width: 65%;
}

.wwl-txt h4 {
	margin-bottom: 0;
	margin-top: 0;
}

.wwl-img img {
	float: left;
	width: 100%;
}

.wwl-img img {
	float: left;
	width: 100%;
}

.bot-wwl {
	margin-left: 12%;
	margin-top: -17%;
	align-items: center;
}

.wwl-desc ul {
	margin-bottom: 0;
	margin-top: 0;
	padding-left: 0;
}

.ww-listing {
	float: left;
	width: 100%;
	margin-bottom: 8%;
}

.ww-listing.right {
	float: right;
	text-align: right;
}

.right .wwl-img {
	float: right;
	text-align: right;
	padding-right: 0;
	padding-left: 5%;
}

.right .wwl-txt {
	float: right;
	margin-right: 0;
	margin-left: 8%;
}

.right .bot-wwl {
	margin-right: 12%;
	margin-left: 0;
	float: right;
}

.wwl-desc {
	padding-left: 5%;
	padding-top: 0;
}

.right .wwl-desc {
	padding-left: 0;
	padding-right: 2%;
}

.right .wwl-desc ul {
	text-align: right;
	direction: rtl;
	unicode-bidi: embed;
}

.right .wwl-desc ul li {
	unicode-bidi: embed;
}

#upcoming {
	background: #fff;
	width: 90%;
	padding: 5%;
	float: left;
	margin-bottom: 5%;
	padding-bottom: 3%;
}

.upcoming-sess {
	float: left;
	width: 70%;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	margin-top: 2%;
}

.us-line h3 {
	margin: 0;
}

.us-line p {
	margin: 0;
}

.us-line {
	float: left;
	width: 45%;
	margin-bottom: 3%;
}

.upcoming-buttons .btn {
	float: right;
	clear: both;
}

.upcoming-buttons {
	float: right;
	width: 30%;
}

.menu-button h1 {
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 24px;
}

.noscroll { overflow: hidden; }

.overlay-close {
	display: none;
}

.overlay {
	position: fixed;
	overflow-y: scroll;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10000000000;
	background: rgba(0,0,0,0.5);
}

.overlay-close .fal {
	color: #000;
	}

[aria-hidden="true"] { display: none; }
[aria-hidden="false"] { display: block; }

.overlay-menu .menu {
	padding-bottom: 10%;
}

.overlay-menu .menu li a {
	font-family: 'NoeDisplay';
	letter-spacing: 0px !important;
	font-size: 28px !important;
	line-height: 40px !important;
}

.overlay-menu .menu li a:hover {
	color: #fff !important;
}

.ov-inner {
	margin: 15vh auto;
	width: 65%;
	padding: 10%;
	background: rgba(255,255,255, 1);
	text-align: center;
	padding-top: 5%;
}

.close-overlay {
	border: 0 !important;
	box-shadow: none !important;
	background: none !important;
	font-size: 45px;
	float: right;
	margin-top: -3%;
	margin-right: -8%;
	cursor: pointer;
}

.ov-intro {
	margin-bottom: 1% !important;
	width: 100%;
	margin: auto;
}

.ov-desc strong {
	margin-bottom: 3%;
	float: left;
	width: 100%;
	margin-top: 5%;
}

.open-overlay {
	box-shadow: none !important;
	background: none !important;
	border: 0 !important;
	font-weight: 700;
	font-size: 12px;
}

#work-classes {
	float: left;
	width: 100%;
	border-top: 2px solid #DDD;
	margin-top: 3%;
	margin-bottom: 8%;
}

#work-classes h2 {
	width: 19%;
	line-height: 75px;
}

.se-desc {
	float: left;
	width: 100%;
	margin-bottom: 4%;
}

.swc-wrap {
	float: left;
	width: 100%;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.swc-list {
	float: left;
	width: 100%;
	}

.sw-col {
	margin-right: 5%;
}

.sw-col strong {
	margin-bottom: 5%;
	float: left;
	width: 100%;
}

.speak-conc {
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 2%;
}

.speak-conc h4 {
	width: 75%;
}

.speak-conc h3 {
	float: left;
	width: 60%;
}

.wws-letter {
	float: left;
	width: 37%;
	margin-top: -2%;
	margin-bottom: -13%;
}


/* =DIY CONSULTING PACKAGE
------------------------------------------------ */

#dream-team.get {
	background: #E2E5DF;
}

.get-text {
	float: left;
	width: 100%;
	}

.faq-line:first-child p {
	display: block;
}

.get-list {
	float: left;
	width: 100%;
	margin-top: 7%;
}

.get-line {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	float: left;
	width: 100%;
	margin-bottom: 3%;
}

#faqs-sect h1 {
	margin-top: 0;
}

.gl-num {
	margin-right: 3%;
}

.gl-num h4 {
	font-size: 45px;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 26px;
}

#weddings-intro.diy {
	padding-bottom: 7%;
}

.hs-intro.cw-best {
	background: #FEEEE0;
	margin-left: -6.5%;
	margin-right: 0 !important;
	width: 100%;
	padding-left: 6.5%;
	padding-right: 6.5%;
	padding-top: 15%;
	float: left;
	padding-bottom: 8%;
}

#faqs-sect {
	float: left;
	width: 100%;
	border-top: 2px solid #DDDDDD;
	padding-top: 5%;
	padding-bottom: 5%;
}

.faq-line h4 {
	cursor: pointer;
}

.btn.black a {
	color: #000;
}


/* =GALLERY PAGE
------------------------------------------------ */

#gallery {
	width: 100%;
	float: left;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 5%;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-left: -25px;
}

#gallery a {
	float: left;
	width: 100%;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.gal-img {
	float: left;
	margin-bottom: 5%;
	width: 31%;
}

.gal-title {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 28px;
	min-width: 0;
}

.gal-title > span {
	transform: rotate(-90deg);
	white-space: nowrap;
	color: #000;
	font-family: 'ScandiaWebMedium';
	font-size: 13px;
}

.gal-img img {
	flex: 1;
}

.gf-letter {
	float: right;
	width: 45%;
	margin-top: -15%;
	position: relative;
}

#gallery-filter {
	float: left;
	width: 100%;
	margin-bottom: 5%;
	padding-top: 5%;
}

.select-filter {
	font-family: 'ScandiaWebMedium';
	line-height: 1.3;
	padding: 6% 0 5% 8%;
	box-sizing: border-box;
	margin: 0;
	box-shadow: none;
	border-radius: 0 !important;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: none !important;
	text-transform: uppercase;
	font-size: 14px;
	position: relative;
	border: 0 !important;
	cursor: pointer;
}

.controls {
	float: left;
	width: auto;
	border: 2px solid #000;
	position: relative;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 1.5%;
}

.controls i {
	font-size: 13px;
	margin-left: 5px;
}

.select-filter i {
	position: absolute;
	top: 40%;
	right: 15px;
}

.select-filter::-ms-expand {
	display: none;
}

.select-filter:focus {
	border-color: #000;
	box-shadow: 0!important;
	color: #000; 
	outline: none;
}

.select-filter option{
	font-size: 15px;
	font-family: 'ScandiaWebLight';
}

.select-filter::after {
	content: "";
	font-family: 'Font Awesome 5 Pro';
}

.top-slider .image img {
	width: 100%;
}




/* =EVENTS PAGE
------------------------------------------------ */

.as-weddings.events {
	width: 30%;
}

.page-template-page-events #med-press {
	margin-top: 5%;
}




/* =WEDDINGS PAGE
------------------------------------------------ */

.two-cols {
	column-count: 2;
	-moz-column-count: 2;
	column-gap: 50px;
	-moz-column-gap: 50px;
	float: left;
	width: 100;
}

#diy-package .cont-txt h4 {
	margin-bottom: 0%;
	}

.two-cols p {
	margin-top: 0;
}

.wi-conc {
	float: left;
	width: 100%;
	margin-top: 2%;
}

.as-weddings {
	float: right;
	width: 50%;
	position: relative;
	z-index: 1000;
	margin-top: -28%;
}

#process-steps {
	float: left;
	width: 100%;
	border-top: 2px solid #DDDDDD;
	margin-top: 4%;
	padding-top: 5%;
	padding-bottom: 2%;
}

#weddings-intro {
	float: left;
	width: 100%;
}

#process-steps {
	float: left;
	width: 100%;
	border-top: 2px solid #DDDDDD;
	margin-top: 4%;
	padding-top: 5%;
}

.process-line {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	float: left;
	width: 100%;
	align-items: center;
	margin-bottom: 5%;
}

#weddings-intro h2 {
	margin-top: 2%;
}

.process-line h4 {
	margin-top: 0;
	margin-bottom: 2%;
}

.proc-img {
	width: 12%;
	margin-right: 4%;
}

.proc-txt {
width: 88%;
}

#process-steps .small-title {
	margin-bottom: 5%;
	}

.small-title {
	float: left;
	width: 100%;
	margin-bottom: 2%;
}

#what-get h5 {
	text-align: center;
	margin-bottom: 3%;
}

#dream-team {
	float: left;
	width: 106.5%;
	background: #F8CEAE;
	margin-left: -6.5%;
	padding-left: 6.5%;
	right: 6.5%;
	padding-top: 10%;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

#what-get {
	background: #fff;
	padding: 4% 4%;
	width: 45%;
}

#get-img {
	align-items: center;
	align-content: center;
	justify-content: center;
	text-align: center;
	float: left;
	width: 54%;
}

.get-text li:last-child {
	margin-bottom: 0;
}

#get-img img {
	width: 60%;
}

.as-dreamteam {
	width: 90%;
	margin: auto;
	margin-top: -27%;
	margin-bottom: -39%;
	position: relative;
	z-index: 100000;
}

.as-dreamteam img {
	width: 100% !important;
}
	.get-text ul {
		margin-bottom: 0;
	}

	.get-text ul {
		margin-bottom: 0;
	}
	
	#diy-package {
		float: left;
		width: 100%;
		background: #FEEEE0;
		margin-left: -6.5%;
		padding-left: 6.5%;
		padding-right: 6.5%;
		padding-top: 7%;
		padding-bottom: 6%;
	}
	
	.diy-end {
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		width: 100%;
		justify-content: space-between;
		align-items: center;
		border-top: 1px solid #F8CEAE;
		margin-top: 5%;
		padding-top: 2%;
	}

	.diy-end h4 {
		width: 75%;
		margin-right: 5%;
	}

	#testi-block {
		float: left;
		width: 100%;
		padding-top: 7%;
		padding-bottom: 6%;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}

	.tb-left {
		float: left;
		margin-right: 3%;
		width: 28%;
	}

	.tb-left img {
		width: 100%;
	}

	.tb-right {
		float: left;
		width: 67%;
	}

	.tb-right p {
		margin-top: 0;
		}



/* =CONTACT FORMS
------------------------------------------------ */

.wpcf7 ::-webkit-input-placeholder { /* WebKit browsers */
	color: #fff !important;
	}
.wpcf7 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #fff !important;
	}
.wpcf7 ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #fff !important;
	}
.wpcf7 :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #fff !important;
	}

	.page-template-page-contact #med-wrap {
		padding-bottom: 5%;
	}

	.wpcf7-mail-sent-ok {
		float: left;
		width: 95%;
		color: #398f14 !important;
	}

	#cf-sect {
		background: #B0BBAC;
		float: left;
		width: 100%;
		margin-left: -6.5%;
		padding-left: 6.5%;
		padding-right: 6.5%;
		padding-top: 7%;
		padding-bottom: 5%;
	}

	#cf-sect {
		color: #fff;
	}

	#cf-sect h5 {
		width: 46%;
		margin-bottom: 4%;
	}

	.cf-flex {
		float: left;
		width: 105%;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-flow: row wrap;
	}

	.cf-flex p {
		float: left;
		width: 44.5%;
		margin-right: 5%;
		margin-bottom: 3%;
	}

	.cf-flex span {
		width: 100%;
		float: left;
	}

	.cf-flex input {
		width: 100%;
		border: 0 !important;
		box-shadow: 0 !important;
		background: none !important;
		color: #fff !important;
		border-bottom: 3px solid #fff !important;
	}

	.cf-message textarea {
		background: none !important;
		border: 3px solid #fff !important;
		float: left;
		width: 97% !important;
		margin-top: 3%;
		height: 150px !important;
	}

	.cf-send {
		float: right;
		width: 100%;
		text-align: right;
		margin-top: 3%;
		margin-right: 6px;
	}

	.cf-send input {
		background: none !important;
		color: #fff !important;
		text-transform: uppercase;
		font-family: 'ScandiaWebMedium';
		letter-spacing: 1px;
		font-size: 15px;
		box-shadow: 0 !important;
		border: 3px solid #fff;
		padding: 2px 2%;
		line-height: 25px;
		padding-top: 4px;
		cursor: pointer;
	}

	div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
		border: 3px solid #474747;
		float: left;
		width: 98%;
		padding: 0.5%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
		color: #474747;
		font-weight: 900 !important;
		text-align: center;
	}

	.wpcf7-not-valid-tip {
		color: #474747 !important;
		font-weight: 700 !important;
	}




/* =BLOG PAGE INDEX
------------------------------------------------ */

.post-intro-img img {
    max-width: auto !important;
    width: 100% !important;
}

	.blog-title {
		margin-top: 0;
		float: left;
		width: 30%;
		line-height: 61px;
	}

	#post-box .post-txt {
		margin-bottom: 0;
	}

	#post-box .post-txt p {
		margin-bottom: 5px !important;
	}

	#post-all {
		float: left;
		width: 110%;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		margin-left: -5%;
		margin-top: 5%;
	}

	#post-box {
		width: 38%;
		margin-right: 4%;
		text-align: center;
		padding: 2.5% 5%;
	}

	.post-img {
		width: 75%;
		margin: auto;
	}

	#post-box:nth-child(2n) {
		margin-right: 0;
	}

	.blog #page, .search #page, .archive #page {
		background: #fff;
	}

	.post-type-archive-show .post-txt {
		display: none;
	}

 .search #ww-insta, .archive #ww-insta {
		border-top: 2px solid #DDD;
	}

	.cats a {
		color: #000;
	}

	.post-desc strong {
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
		text-align: center;
		margin-top: 8%;
		float: left;
	}

	.post-desc a {
		color: #000;
	}

	#nav-below a {
		font-family: 'Playfair Display', serif;
		font-size: 14px;
		font-style: italic;
		color: #000;
		line-height: 22px;
	}

	#nav-below {
		float: left;
		width: 100%;
		margin-bottom: 5%;
	}

	#cats-filter a.active {
		color: #153F45;
	}

	#cats-filter .current-cat a {
		color: #153F45;
	}

	#cats-filter br {
		display: none;
	}

	#cats-filter {
		float: left;
		width: 100%;
		margin-top: 5%;
	}

	#cats-filter a {
		color: #ddd;
		font-size: 36px;
		font-family: 'ScandiaWebMedium';
	}

	#cats-filter a.active::after {
		color: #ddd;
	}

	#cats-filter a:hover {
		color: #153F45 !important;
	}

	.post-txt {
		float: left;
		color: #000;
	}

	#cats-filter li {
		list-style: none;
		float: left;
		word-break: break-all;
		margin-bottom: 2%;
	}

	#cats-filter li::after {
		content: "-";
		font-size: 36px;
		margin-left: 12px;
		margin-right: 12px;
		color: #ddd;
		font-family: 'ScandiaWebMedium';
	}

	#cats-filter li:last-child::after {
		content: "";
	}

	.blog .cat-item-all a {
		color: #153F45 !important;
	}



/* =ARCHIVES BLOG
------------------------------------------------ */

#ww-header-block {
	background: #E2E5DF;
	margin-top: 3%;
	margin-left: -6.5%;
	padding-left: 6.5%;
	padding-right: 6.5%;
	width: 100%;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	padding-top: 12.5%;
	padding-bottom: 10%;
	margin-bottom: 5%;
	justify-content: space-between;
}

.whb-right {
	float: right;
	width: 20%;
	text-align: right;
}

	.whb-left h2 {
		margin: 0;
	}

	.whb-left {
		float: left;
		width: 70%;
		margin-right: 5%;
	}

	.whb-left h2 {
		line-height: 65px;
	}

	.search .page-header h2 {
		margin-bottom: 0;
		margin-top: 0;
		color: #000;
	}

	.search .page-header span {
		text-transform: capitalize;
	}

	.search .page-header {
		margin-bottom: 7%;
		margin-left: 4.5%;
	}


/* =TWS SCHOW ARCHIVES
------------------------------------------------ */

	.post-type-archive-show #cats-filter {
		display: none;
	}

	.post-type-archive-show #page {
		background: #FAF7F5;
	}

	.post-type-archive-show #post-all {
		margin-top: 0;
		margin-left: 0;
		width: 108%;
		align-items: start;
	}

	.post-type-archive-show #post-box {
		width: 28%;
		float: left;
		padding: 0;
		text-align: left;
		margin-bottom: 5%;
	}

	.post-type-archive-show .post-img {
		width: 100%;
	}

	.post-type-archive-show .post-desc strong {
		width: 100%;
		margin: 0;
		text-align: left;
	}

	.post-type-archive-show #ww-insta {
		border: none!important;
	}

	.post-type-archive-show #ww-header-block {
		background: none !important;
		padding-top: 10%;
		padding-bottom: 0% !important;
	}

	.post-type-archive-show #post-box:nth-child(2n) {
		margin-right: 4%;
		}



/* =SINGLE SHOW EPISODES
------------------------------------------------ */

	#show-video {
		text-align: center;
		margin-top: 15%;
	}

	#show-video iframe {
		width: 80%;
		height: 500px;
	}

	#show-intro h3 {
		margin-bottom: 0;
	}

	#show-intro h1 {
		margin-top: 1%;
	}

	#show-intro {
		margin-top: 5%;
		float: left;
	}

	#show-intro h3 {
		margin-bottom: 0;
	}

	#show-intro h1 {
		margin-top: 1%;
		width: 45%;
	}

	#show-summary {
		float: left;
		width: 100%;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		margin-top: 2%;
	}

	.ss-left {
		width: 65%;
		float: left;
	}

	.ss-left p:first-child {
		margin-top: 0;
	}

	.ss-right {
		float: right;
		width: 20%;
	}

	.ss-right strong {
		float: left;
		width: 100%;
	}

	#show-boxes {
		background: #E2E5DF;
		float: left;
		width: 113%;
		margin-left: -6.5%;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		padding-top: 5%;
		padding-bottom: 5%;
		margin-top: 5%;
		margin-bottom: 7%;
	}

	.sb-boxes {
		padding: 0 5%;
		text-align: center;
		border-right: 2px solid #fff;
		width: 33.33%;
	}

	.sb-boxes p {
		margin-bottom: 0 !important;
	}

	.sb-boxes.last {
		border: 0;
	}

	.show-quote {
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		float: left;
		width: 100%;
		margin-top: 2%;
		margin-bottom: 5%;
	}

	.quote-mark {
		font-size: 75px;
		margin-right: 3%;
		line-height: 82px;
	}

	.quote-txt h4 {
		margin-top: 0;
		margin-bottom: 0;
		line-height: 38px;
	}

	#show-resources {
		float: left;
		width: 100%;
		border-top: 2px solid #ddd;
		padding-top: 5%;
		margin-bottom: 7%;
	}

	.mention-line a {
		color: #F8CEAE;
	}

	.res-listing {
		float: left;
		width: 100%;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		margin-top: 3%;
	}

	.mention-line {
		width: 47.5%;
		float: left;
		margin-right: 5%;
	}

	.mention-line:nth-child(2n) {
		margin-right: 0;
	}

	.ss-right .sics {
		float: left;
		width: 100%;
	}

	.ss-right .sics a {
		color: #000;
	}

	.ss-right .sics a:hover {
		opacity: 0.5;
	}

	.first-post {
		margin-top: 3%;
	}

	.fp-right {
		width: 32% !important;
		margin-left: 2%;
	}

	.fp-thirds-title {
		float: left;
		width: 100%;
		margin-top: 2%;
		font-size: 16px;
		font-family: 'ScandiaWebMedium';
		line-height: 20px;
	}

	.first-post {
		margin-top: 3%;
		float: left;
		width: 100%;
		display: flex;
	}

	.fp-box a {
		float: left;
		width: 100%;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}

	.fp-box img {
		width: 66%;
		float: left;
		margin-right: 0%;
	}

	.fp-title {
		font-size: 24px;
		color: #000;
		font-weight: 700;
		line-height: 33px;
		font-family: 'ScandiaWebMedium';
	}

	.fp-right p {
		color: #000;
		margin-bottom: 0% !important;
	}

	.date-line h3 {
		margin: 0 !important;
	}

	.three-posts .fp-box {
		width: 30%;
		float: left;
		margin-right: 2%;
	}

	.three-posts .fp-box a {
		display: block;
		color: #000;
		float: left;
		width: 100%;
	}

	.three-posts .fp-box img {
		margin-right: 0;
		width: 100%;
		object-fit: cover;
		}

	.three-posts {
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		float: left;
		width: 106%;
		margin-top: 2%;
	}

	.three-posts .fp-box {
		width: 30%;
		float: left;
		margin-right: 2%;
	}

	.three-posts .fp-box a {
		display: block;
	}

	.date-line {
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		float: left;
		width: 100%;
		margin-top: 2%;
	}

	.first-post a h3 {
		color: #000;
	}

	.pp-mins {
		margin-left: 4px;
	}




/* =THE WEDDING SCHOOL SHOW
------------------------------------------------ */

	.page-template-page-show #top-title {
		width: 40%;
	}

	.page-template-page-show .as-left {
		margin-left: 5%;
		margin-right: 0;
	}

	#tws-standout .tws-text {
		margin-right: 3%;
		width: 80%;
		}

	#next-steps {
		float: left;
		width: 113%;
		margin-left: -6.5%;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}

	.ns-left {
		background: #B0BBAC;
		color: #fff;
		width: 40%;
		text-align: center;
		padding: 5%;
	}

	.ns-left img {
		width: 10%;
	}

	.ns-right p, .ns-left p {
		margin-bottom: 0 !important;
	}

	.ns-right {
		background: #E2E5DF;
		color: #000;
		width: 40%;
		padding: 5%;
		float: left;
		text-align: center;
	}

	.ns-right img {
		width: 17%;
	}

	#show-questions {
		background: #FDF2E9;
		float: left;
		width: 100%;
		margin-left: -6.5%;
		margin-top: 7%;
		padding-left: 6.5%;
		padding-right: 6.5%;
	}

	.ql-letter {
		margin-left: -5%;
		width: 22%;
		margin-top: 2%;
	}

	.sq-line-wrap {
		float: left;
		width: 100%;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		margin-top: -6%;
		justify-content: space-between;
		align-items: center;
		padding-bottom: 5%;
	}

	.sq-line-wrap p {
		float: left;
		width: 75%;
		margin: 0 !important;
	}

	#latest-eps {
		float: left;
		width: 100%;
		border-top: 2px solid #ddd;
		margin-top: 6%;
		padding-top: 6%;
	}



/* =ABOUT PAGE
------------------------------------------------ */

.about-sect .as-right a {
	color: #000;
	}

.about-sect .as-right	li {
		margin-bottom: 1%;
		}

#ww-header {
	float: left;
	width: 113%;
	margin-left: -6.5%;
	margin-bottom: 5%;
	margin-top: 4%;
}

.pullup {
	margin-top: -31%;
}

#ww-header img {
	float: left;
	width: 100%;
}

.about-tabbed {
	float: left;
	width: 100%;
	text-align: center;
}

.about-inner-tabs {
	float: left;
	width: 100%;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1000;
}

.about-inner-tabs .mod-link {
	color: #000;
	font-family: 'ScandiaWebMedium';
	margin-right: 3%;
}

.about-sect {
	float: left;
	width: 100%;
	margin-bottom: 10%;
	margin-top: 8%;
}

.as-left {
	width: 30%;
	float: left;
	margin-right: 5%;
}

.as-left img {
	width: 100%;
	float: left;
}

.as-right {
	float: left;
	width: 65%;
}

.as-right p {
	margin-top: 0;
}

.team-photos {
	float: left;
	width: 100%;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-top: 4%;
}

.items-line {
	float: left;
	width: 48%;
	margin-bottom: 4%;
}

.team-primary-img h4 {
	float: left;
	width: 100%;
	text-align: center;
}

.mod-link.active {
	border-bottom: 2px solid;
}

.as-hello {
	float: left;
	width: 122%;
	margin-left: -22%;
	margin-top: -33%;
}

.as-hello {
	float: left;
	width: 122%;
	margin-left: -22%;
	margin-top: -33%;
}



/* =MEDIA PAGE
------------------------------------------------ */

#ww-mid-img {
	padding-top: 12%;
	margin: auto;
	margin-bottom: 5%;
	float: left;
	width: 100%;
	text-align: center;
}

.mwr-line a {
	float: left;
	width: 100%;
}

.mwr-line p {
	margin-bottom: 0 !important;
}

#ww-mid-img img {
	width: 85%;
	margin: auto;
}

#med-cont {
	float: left;
	width: 100%;
}

#med-cont h2 {
	margin-top: 0;
	margin-bottom: 1%;
}

#med-wrap {
	width: 100%;
	float: left;
}

.mw-left {
	width: 65%;
	margin-right: 5%;
	float: left;
}

.mw-right {
	float: left;
	width: 30%;
}

.mwr-line {
	float: left;
	width: 100%;
	margin-bottom: 5%;
}

.mwr-line strong {
	width: 100%;
	float: left;
}

#med-cont h4 {
	float: left;
	width: 100%;
	margin-top: 5%;
	margin-bottom: 6%;
}

.mw-right a {
	color: #000;
}

#med-press {
	float: left;
	width: 100%;
	border-top: 2px solid #DDD;
	padding-top: 3%;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 7%;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}

.logo-box {
	width: 20%;
	margin-top: 3%;
}

.logo {
	text-align: center;
}

.logo img {
	width: 50%;
	text-align: center;
}

#med-kit {
	background: #E2E5DF;
	float: left;
	width: 100%;
	margin-left: -6.5%;
	padding-left: 6.5%;
	padding-right: 6.5%;
	padding-top: 5%;
	padding-bottom: 5%;
}

.mk-txt {
	float: left;
	width: 60%;
	margin-right: 10%;
}

.mk-img {
	float: right;
	width: 20%;
}

#med-founder {
	background: #153F45;
	float: left;
	width: 100%;
	padding-left: 6.5%;
	margin-left: -6.5%;
	padding-right: 6.5%;
	color: #fff;
	padding-top: 5%;
	padding-bottom: 5%;
}




/* =MAIN BLOG INDEX
------------------------------------------------ */

.entry-title {
	width: 58%;
	float: left;
	margin-right: 10%;
}

.entry-meta {
	clear: both;
}

.entry-date {
	font-size: 11px;
	padding-bottom: 2px;
}



/* =BLOG COMMENT & REPLIES
------------------------------------------------ */

/* Comment Form */
#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 68.9%;
	float:  left;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}
.comment-subscription-form {
  clear: both;
  display: block;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 10px;
	margin-top: 10px;
}

ul, ol {
  margin: 0 0 1.5em -1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style-type: decimal;
}

li {
	margin-bottom: 4%;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol {
  list-style: lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
}

dl {
  margin: 0 1.5em;
}

dd {
  margin-bottom: 1.5em;
}

em, i {
  font-style: italic;
}

blockquote {
	font-style: italic;
	font-weight: normal;
	border-left: 2px solid;
	margin-left: 0;
	padding-left: 3%;
	width: 60%;
}

blockquote h4 {
	line-height: 38px;
}

blockquote em, blockquote i, blockquote cite {
  font-style: normal;
}

cite {
  color: #666;
  letter-spacing: 0.05em;
  padding-left: 60px;
}

pre {
  background: #f4f4f4;
  line-height: 1.5;
  margin-bottom: 1.5em;
  overflow: auto;
  padding: 0.75em 1.5em;
}

code, kbd {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym, dfn {
  cursor: help;
}

address {
  display: block;
  margin: 0 0 1.5em;
}

ins {
  background: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 10px;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

/* Links */
a {
	color: #F8CEAE;
	text-decoration: none;
	-webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

a:hover, a:focus {
	color: #F8CEAE;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
 
/* Assistive text */
.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

#access a.assistive-text:active,
#access a.assistive-text:focus {
  clip: auto !important;
  font-size: 12px;
  position: absolute;
  text-decoration: underline;
  top: 0;
  left: 7.6%;
}

#comments-title {
  padding: 0 0 2.6em;
}

.nopassword,
.nocomments {
  font-size: 24px;
  margin: 26px 0;
}

.commentlist {
  list-style: none;
  margin: 0 auto;
  width: 100%;
}

.commentlist > li.comment {
  position: relative;
}

.commentlist .pingback {
  margin: 0 0 10px;
  padding: 10px;
}

.commentlist .children {
  list-style: none;
  margin: 0 0 10px 20px;
}

.commentlist .children .children {
  margin: 10px 0 10px 10px;
}

.commentlist .children li.comment {
  position: relative;
}

article.comment {
  padding: 10px 0;
}

.comment-meta {
  margin-bottom: 12px;
}

.comment-meta .fn,
.comment-meta time {
  font-style: normal;
  display: block;
  clear: right;
}

.avatar {
  float: left;
  padding-right: 10px;
  vertical-align: bottom;
}

.comment-content p {
  margin-bottom: 1em;
}

.comment-content p:last-of-type {
  margin-bottom: 0;
}

/* Post author highlighting */
.commentlist > li.bypostauthor,
.commentlist .children > li.bypostauthor {
  padding: 5px 10px;
}


/* =SINGLE POST - ELEMENTOR
------------------------------------------------ */

.elementor-widget-image .elementor-image img {
	vertical-align: middle;
	display: inline-block;
	width: 100%;
}

.elementor-add-section-area-button.elementor-add-template-button {
	display: none !important;
}

.elementor-column-wrap p:first-child {
	margin-top: 0 !important;
}


.elementor-row .elementor-col-50:last-child .elementor-image img {
	padding-right: 0px !important;
}



/* =SINGLE POST
------------------------------------------------ */

.single-post #page {
	background: #fff;
	margin-top: 5%;
}

.post-intro {
	float: right;
	text-align: right;
	width: 85%;
}

.post-title h1 {
	float: right;
	text-align: right;
}

.post-txt h4 {
	font-size: 24px;
	line-height: 40px;
}

.inner-ec {
	float: left;
	width: 100%;
}

.post-title.hs-intro {
	float: right;
}

.post-intro-img {
	float: left;
	margin-left: -6%;
	width: 112%;
	margin-bottom: 5%;
}

.post-txt {
	float: left;
	color: #000;
	margin-bottom: 4%;
}

.post-date {
	float: right;
	font-family: 'ScandiaWebMedium';
	text-transform: uppercase;
	transform: rotate(-90deg);
	margin-right: -6%;
	display: none;
}

#post-resources {
	float: left;
	width: 100%;
	margin-top: 9%;
	margin-left: 0;
	border-bottom: 2px solid #ddd;
	margin-bottom: 5%;
}

.pr-top {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	float: left;
	width: 100%;
	justify-content: space-between;
	text-transform: uppercase;
	font-size: 12px;
	border-bottom: 2px solid #ddd;
	margin-bottom: 5%;
}

.prt-right {
	min-width: 40%;
}

.sics {
	float: right;
}

.prt-right .sics a {
	margin: 0 !important;
	color: #000;
	line-height: 14px;
}

.sics p {
	margin: 0 !important;
}

.sics.pin {
	margin-right: 10px;
	border-right: 2px solid;
	padding-right: 10px;
}

#supply-lists ul {
	padding-left: 0;
	list-style-position: inside;
	padding-left: 9%;
}

#supply-lists li {
	margin-bottom: 0;
	list-style: none;
	list-style-position: inside;
	margin-left: 2%;
}

#supply-lists {
	float: left;
	width: 106%;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 3%;
}

.sup-line {
	width: 20%;
	margin-right: 5%;
}

#related_posts h4 {
	margin-top: 0;
	margin-bottom: 5%;
}

.rel-post {
	width: 31.333%;
	float: left;
	margin-right: 3%;
	text-align: center;
}

.rel-post a {
	color: #000;
}

.relatedthumb img {
	height: 400px;
	object-fit: cover;
	width: 100%;
}

#supply-lists li a {
	color: #000;
}

#supply-lists li a:hover {
	opacity: 0.5;
}

.rel-post:last-child {
	margin-right: 0;
}

#related_posts {
	width: 85%;
	text-align: center;
	margin: auto;
}

#related-posts-wrap {
	float: left;
	width: 100%;
	margin-bottom: 10%;
}




/* =MEDIA QUERIES
------------------------------------------------ */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {


}


@media (min-width: 1450px) and (max-width: 6500px) {
}


@media (max-width: 1250px) {
}

@media (max-width: 1075px) {
}


@media (max-width: 959px) {
	h1 {
		font-size: 53px;
		line-height: 66px;
	}
	.entry-title {
		width: 63%;
		float: left;
		margin-right: 5%;
	}
/* Remove the margin on singular articles */
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	width: 100%;
}
/* Simplify the pullquotes and pull styles */
.singular blockquote.pull {
	margin: 0 0 1.625em;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 0;
}
.singular .pull.alignright {
	margin: 0 0 0 1.625em;
}
.singular .entry-meta .edit-link a {
	left: 0;
	position: absolute;
	top: 40px;
}
.singular #author-info {
	margin: 2.2em -8.8% 0;
	padding: 20px 8.8%;
}
/* Full-width comment form */
#respond {
	width: auto;
}
/* No need to float footer widgets at this size */
#colophon #supplementary .widget-area {
	float: none;
	margin-right: 0;
	width: auto;
}
/* No need to float 404 widgets at this size */
.error404 #main .widget {
	float: none;
	margin-right: 0;
	width: auto;
}
#page {
	padding-left: 5%;
	padding-right: 5%;
	width: 86%;
}
}
@media (max-width: 875px) {
}
@media (max-width: 775px) {
/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
#access ul {
  display: inline-block;
}
#site-title a {
	font-size: 24px;
}
#site-description {
	font-size: 12px;
}
#access ul {
	font-size: 12px;
}
article.intro .entry-content {
	font-size: 12px;
}
.entry-title {
	font-size: 21px;
}
.featured-post .entry-title {
	font-size: 14px;
}
.singular .entry-title {
	font-size: 28px;
}
.entry-meta {
	font-size: 12px;
}
blockquote {
	margin: 0;
}
blockquote.pull {
	font-size: 17px;
}
/* Reposition the site title and description slightly */
#site-title {
	padding: 5.30625em 0 0;
}
#site-title,
#site-description {
	margin-right: 0;
}

/* Make sure the post-post navigation doesn't collide with anything */
#nav-single {
	display: block;
	position: static;
}
.singular .hentry {
	padding: 1.625em 0 0;
}
.singular.page .hentry {
	padding: 1.625em 0 0;
}
/* Talking avatars take up too much room at this size */
.commentlist > li.comment,
.commentlist > li.pingback {
	margin-left: 0 !important;
}
.commentlist .avatar {
	background: transparent;
	display: block;
	padding: 0;
	position: static;
}
.commentlist .children .avatar {
	background: none;
	left: 2.2em;
	padding: 0;
	position: absolute;
	top: 2.2em;
}
/* Use the available space in the smaller comment form */
#respond input[type="text"] {
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	left: 95%;
}
#content .gallery-columns-3 .gallery-item {
	width: 31%;
	padding-right: 2%;
}
#content .gallery-columns-3 .gallery-item img {
	width: 100%;
	height: auto;
}
#access {
  width: 100%;
}
#access ul li {
  line-height: 40px;
}
.cry-aff p {
	width: 80%;
}
#start {
	width: 90%;
}
#page {
	margin-left: 0;
	border-left: 0;
	width: 90%;
}
footer {
	margin-left: 0;
	border-left: 0;
	width: 100%;
}
.entry-title {
	width: 100%;
	float: left;
	margin-right: 0;
}
h1 {
	font-size: 40px;
	line-height: 55px;
}
.hsi-letter {
	margin-top: -30%;
}
.large {
	font-size: 25px;
	line-height: 35px;
}
#page-wrap {
	width: 95%;
	margin-left: 5%;
}
.hs-boxes {
	display: block;
}
.hsb {
	width: 94%;
	margin-bottom: 5%;
	padding: 5% 3%;
}
.hsb p {
	margin-bottom: 1% !important;
}
#blog-squares {
	float: left;
	width: 100%;
	margin-right: 0;
}
.post-listing {
	z-index: 1000000;
	position: relative;
	float: left;
	width: 100%;
	display: none;
}
.ws-wrap {
	display: block;
}
.ws-left {
	width: 100%;
	margin-right: 0;
} 
.ws-right {
	width: 100%;
}
.wsr-letter {
	margin-top: -25%;
}
#mc_embed_signup_scroll {
	display: block;
}
.ww-mc-txt {
	width: 100%;
	margin-right: 0;
}
.ww-mc-su {
	width: 100%;
}
#menu-footer-primary-menu {
	padding-left: 0;
	margin-left: 0;
}
.fm-secondary {
	display: block;
}
#header-top .overlay-menu {
	z-index: 1000000000;
	margin-left: 0%;
	padding-top: 8%;
	padding-bottom: 5%;
	margin-left: 0;
	overflow: visible;
	margin-right: 0;
	margin-top: 0;
}
.overlay-close {
	z-index: 500000000000;
	margin-top: 25px;
}
.menu-tws {
	display: none;
}
.mob-menu {
	width: 86% !important;
	text-align: center!important;
}
#header-left {
	z-index: 1000000;
}
h2 {
	font-size: 40px;
	line-height: 45px;
}
.two-cols {
	column-count: 1;
	-moz-column-count: 1;
	column-gap: 0px;
	-moz-column-gap: 0;
}
#dream-team {
	display: block;
	width: 101%;
	padding-right: 5%;
}
#what-get {
	width: 92%;
	float: left;
}
.gl-num h4 {
	font-size: 25px;
}
#get-img {
	width: 100%;
	margin-top: 5%;
}
#get-img img {
	width: 100%;
}
.hsi-letter {
	margin-top: -50%;
}
.tb-left {
	display: none;
}
.tb-right {
	width: 100%;
}
.hs-intro.cw-best p {
	text-align: left;
}
.hs-intro.cw-best .btn.black {
	float: left;
}
#ww-header {
	margin-top: 6%;
}
.wv-wrap {
	width: 100%;
}
#work-classes h2 {
	width: 100%;
	line-height: 50px;
}
.top-wwl, .bot-wwl {
	width: 100%;
}
.bot-wwl {
	margin-left: 0;
	margin-top: 0;
	align-items: center;
}
.wwl-desc.wwl-txt {
	margin-left: 3%;
	margin-right: 0;
}
.right .bot-wwl {
	margin-right: 0;
}
.ww-listing.three .wwl-desc.wwl-txt {
	padding-left: 4%;
}
.us-line {
	width: 100%;
}
.upcoming-sess {
	width: 100%;
}
.us-line p {
	margin-bottom: 0 !important;
}
.upcoming-buttons {
	float: left;
	width: 100%;
}
.upcoming-buttons .btn {
	float: left;
	clear: none;
	margin-right: 2%;
	margin-top: 0 !important;
}
.swc-wrap {
	display: block;
}
.sw-col {
	margin-right: 0;
	width: 100% !important;
	border-bottom: 1px solid #DDD;
	float: left;
	margin-bottom: 5%;
}
.sw-col:last-child {
	border: 0!important;
}
.speak-conc {
	display: block;
}
.speak-conc h4 {
	width: 100%;
	margin-bottom: 0;
}
footer {
	padding-left: 5%;
	width: 95%;
}
#gallery {
	width: 100%;
	margin-left: 0;
}
.gal-img {
	float: left;
	margin-bottom: 3%;
	width: 47%;
	display: block;
}
#gallery a {
	float: left;
	width: 100%;
	display: block;
}
#gallery a {
	float: left;
	width: 100%;
	display: block;
}
.gal-title > span {
	transform: rotate(0deg);
}
.gal-img img {
	max-width: 100%;
}
.blog-title {
	width: 100%;
}
#cats-filter a {
	font-size: 20px;
}
#cats-filter li::after {
	font-size: 22px;
}
.feat-img {
	display: none;
}
#feat-signup {
	padding-bottom: 8%;
}
.post-img {
	width: 100%;
}
.post-desc strong {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	line-height: 22px;
}
.post-txt {
	text-align: left;
}
#post-all {
	margin-left: 0;
	width: 100%;
}
#post-box {
	padding-left: 0;
	padding-right: 0;
	width: 48%;
}
#post-box:nth-child(2n) {
	padding-top: 0;
}
.page-template-page-show #top-title {
	width: 100%;
	margin-top: 0;
	float: left;
}
.page-template-page-show .as-left {
	margin-left: 0;
	margin-right: 0;
}
.fp-box a {
	display: block;
}
.fp-box img {
	width: 100%;
	float: left;
	margin-right: 0;
}
.fp-title {
	float: left;
	width: 100%;
	margin-top: 5%;
}
.fp-right {
	width: 100%;
}
.three-posts {
	display: block;
	width: 100%;
}
.three-posts .fp-box {
	width: 100%;
	float: left;
	margin-right: 0;
	margin-bottom: 10%;
}
.sq-line-wrap {
	display: block;
}
.sq-line-wrap p {
	width: 100%;
}
#next-steps {
	width: 103%;
	display: block;
}
.ns-left {
	width: 100%;
	padding: 8% 5%;
}
.ns-right {
	width: 100%;
	padding: 8% 5%;
}
.mention-line {
	width: 100%;
}
#show-boxes {
	display: block;
}
.sb-boxes {
	padding: 0 5%;
	border-right: 0;
	width: 90%;
	border-bottom: 1px solid #fff;
	padding-bottom: 8%;
	margin-bottom: 8%;
}
#show-intro h1 {
	margin-top: 1%;
	width: 100%;
}
#show-video iframe {
	width: 100%;
	height: auto;
}
.ss-left {
	width: 100%;
	float: left;
}
.ss-right {
	float: left;
	width: 100%;
}
#show-boxes {
	padding-bottom: 0;
}
.sb-boxes.last {
	margin-bottom: 0;
}
.sb-boxes:first-child {
	padding-top: 5%;
}
.ti-call {
	width: 100%;
}
#tws-standout .tws-letter {
	display: none;
}
#tws-standout .tws-text {
	margin-right: 0;
	width: 100%;
}
#tws-learn {
	display: block;
}
.twl-left {
	float: left;
	width: 100%;
	margin-right: 0;
}
.twl-left .btn {
	margin-top: 0;
}
.twl-right {
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 5%;
}
#tws-workshops {
	display: block;
	width: 100%;
}
.tww-left {
	width: 100%;
	float: left;
	text-align: left;
	margin-bottom: 5%;
}
.tww-right {
	float: left;
	width: 100%;
	margin-left: 0;
}
.hp-right {
	width: 50%;
}
.hp-left h1 {
	font-size: 21px;
	line-height: 30px;
	text-align: left;
}
.hp-left p {
	text-align: left;
	font-size: 12px;
	line-height: 21px;
}
#ww-mid-img {
	margin-top: 10%;
}
#med-wrap {
	display: block;
}
.mw-left {
	width: 100%;
	margin-right: 0;
	float: left;
}
.mw-right {
	float: left;
	width: 100%;
}
.mk-txt {
	width: 100%;
	margin-right: 0;
}
.mk-img {
	float: left;
	width: 100%;
	margin-top: 5%;
}
.mk-img img {
	width: 100%;
}
#ww-mid-img img {
	width: 100%;
}
#top-shop {
	display: block;
}
.ts-title {
	width: 100%;
}
.shop-filter {
	float: left;
	width: 100%;
	text-align: left;
}
.shop-filter li {
	list-style: none;
	float: left;
	margin-left: 0;
	margin-right: 4%;
}
#shop-cart {
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 4%;
	margin-top: 1%;
}
.edd_download_columns_3 .edd_download {
	width: 45%;
}
.edd_download_columns_3 .edd_download:nth-child(3n) {
	margin-right: 5%;
}
.edd_download_columns_2 .edd_download:nth-child(2n+1), .edd_download_columns_3 .edd_download:nth-child(3n+1), .edd_download_columns_4 .edd_download:nth-child(4n+1), .edd_download_columns_5 .edd_download:nth-child(5n+1), .edd_download_columns_6 .edd_download:nth-child(6n+1) {
	clear: none;
}
.shop-filter {
	display: flex;
	flex-flow: row wrap;
}
.pi-left {
	display: none;
}
.pi-right {
	width: 90%;
}
.pir-title {
	padding-bottom: 0;
}
.pi-wrap-mid {
	display: block;
	float: left;
	width: 100%;
}
#init-img {
	margin-left: 0;
	width: 100%;
	margin-bottom: 5%;
}
.pir-text {
	margin-left: 0;
}
#product-what-get {
	display: block;
}
.what-get-txt {
	width: 90%;
	float: left;
}
.what-get-img {
	text-align: center;
	width: 100%;
	float: left;
	margin-top: 5%;
}
.what-get-img img {
	width: 100%;
	margin-bottom: 5%;
}
#edd-first-name-wrap {
	width: 100% !important;
	margin-bottom: 9% !important;
}
#edd-last-name-wrap {
	width: 100% !important;
	margin-bottom: 5% !important;
}
#edd_checkout_cart .edd_cart_header_row th {
	padding: 0px 4px;
}
.edd_cart_item_image {
	display: none;
}
.edd_checkout_cart_item_title {
	font-size: 12px;
	line-height: 19px;
}
.edd_cart_item_name {
	font-size: 4px;
	line-height: 15px;
}
#edd_checkout_cart {
	width: 100% !important;
	float: left;
}
#edd_checkout_cart thead {
	border-bottom: 2px solid #000 !important;
	float: left;
	width: 100%;
	display: none;
}
#edd_checkout_cart .edd_cart_header_row th {
	border-bottom: 0!important;
}
.edd_cart_item td {
	padding: 2px 4px !important;
}
#edd_checkout_cart td {
	padding-left: 4px !important;
}
.cf-flex {
	display: block;
}
.cf-flex p {
	width: 95%;
}
.cf-message textarea {
	width: 91% !important;
}
.bx-next {
	font-size: 20px;
}
.bx-prev {
	font-size: 20px;
}
.large {
	font-size: 15px;
	line-height: 24px;
}
.hs-intro {
	width: 90%;
}
}

@media (max-width: 620px) {
body, input, textarea {
	font-size: 16px;
	line-height: 28px;
}
.hf-feat {
	display: block;
}
.hf-box {
	width: 96%;
	margin-bottom: 5%;
}
h1 {
	font-size: 30px;
	line-height: 42px;
}
#header-left {
	display: none;
}
#page-wrap {
	width: 100%;
	margin-left: 0;
}
.as-left {
	width: 100%;
}
.as-right {
	width: 100%;
	margin-top: 5%;
}
.as-hello {
	display: none;
}
.pullup {
	margin-top: 0;
}
.melnk-btn {
	text-align: left;
}
.melnk-btn {
	line-height: 20px;
}
.wwl-img {
	display: none;
}
.wwl-txt {
	margin-right: 0;
	width: 100%;
}
#workshops h2 {
	text-align: left;
}
.right .wwl-txt {
	float: left;
	margin-right: 0;
	margin-left: 8%;
	text-align: left;
	margin-left: 0;
}
.right .wwl-desc {
	padding-left: 0;
	padding-right: 0;
	float: left;
	text-align: left;
	margin-left: 0 !important;
}
.wwl-txt ul {
	padding-left: 4%;
}
#ww-insta {
	width: 95%;
	background: #eee;
	margin-left: 0;
	padding-left: 0%;
	padding-right: 5%;
}
#ww-credits {
	float: left;
	width: 95%;
	padding-top: 5%;
	padding-left: 0%;
	padding-right: 5%;
	background: #eee;
	padding-bottom: 5%;
	margin-left: 0;
}
footer {
	padding-left: 5%;
	width: 95%;
	background: #eee;
}
#ww-signup {
	width: 105%;
	margin-left: -5%;
}
.process-line {
	display: block;
}
.proc-img {
	margin-bottom: 4%;
}
.proc-txt {
	width: 100%;
}
#dream-team {
	padding-bottom: 5%;
}
#cf-sect h5 {
	width: 100%;
}
.diy-end {
	display: block;
}
.diy-end h4 {
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
}
.controls {
	width: 98%;
}
select#cat {
	padding-top: 3%;
	padding-bottom: 2%;
}
#post-all {
	display: block;
}
#post-box {
	width: 100%;
	margin-right: 0;
	margin-bottom: 10%;
	float: left;
}
.cats h3 {
	float: left;
	margin-top: 0;
}
.post-desc strong {
	text-align: left;
}
.blog-title {
	line-height: 37px;
	margin-top: 3%;
}
#cats-filter a {
	font-size: 15px;
	line-height: 30px;
}
#ww-insta {
	border: 0 !important;
}
.whb-right {
	display: none;
}
.whb-left {
	width: 100%;
	margin-right: 0;
}
#ww-header-block {
	margin-top: 12%;
	padding-bottom: 0%;
}
.hp-right {
	display: none;
}
.hp-left {
	width: 100%;
	margin-right: 10%;
	padding-top: 10%;
	padding-bottom: 5%;
}
#banner-video {
	height: auto !important;
}
.ws-top {
	text-align: left;
	float: left;
	width: 100%;
}
h1 {
	font-size: 25px;
	line-height: 35px;
}
.ws-top h4 {
	margin-bottom: 0;
}
.ws-right {
	margin-top: 10%;
}
#home-feat-products .right .btn {
	float: left;
	width: 88%;
}
#home-feat-products .left .btn {
	width: 88%;
}
.proc-img {
	width: 20%;
}
#header-top .overlay-menu {
	overflow: scroll;
}
}

@media (min-width: 120px) and (max-width: 520px) {
}



/* =PRINT BODY
------------------------------------------------ */

@media print {
body {
	background: none !important;
	font-size: 10pt;
}
footer.entry-meta a[rel=bookmark]:link:after,
footer.entry-meta a[rel=bookmark]:visited:after {
	content: " [" attr(href) "] "; /* Show URLs */
}
#page {
	clear: both !important;
	display: block !important;
	float: none !important;
	max-width: 100%;
	position: relative !important;
	overflow: hidden;
	width: 100%;
}
#branding {
	border-top: none !important;
	padding: 0;
}
#branding hgroup {
	margin: 0;
}
#site-title a {
	font-size: 21pt;
}
#site-description {
	font-size: 10pt;
}
#branding #searchform {
	display: none;
}
#branding img {
	display: none;
}
#access {
	display: none;
}
#main {
	border-top: none;
	box-shadow: none;
}
#primary {
	float: left;
	margin: 0;
	width: 100%;
}
#content {
	margin: 0;
	width: auto;
}
.singular #content {
	margin: 0;
	width: 100%;
}
.singular .entry-header .entry-meta {
	position: static;
}
.entry-meta .edit-link a {
	display: none;
}
#content nav {
	display: none;
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	margin: 0;
	width: 100%;
}
.singular .hentry {
	padding: 0;
}
.entry-title,
.singular .entry-title {
	font-size: 21pt;
}
.entry-meta {
	font-size: 10pt;
}
.entry-header .comments-link {
	display: none;
}
.page-link {
	display: none;
}
.singular #author-info {
	background: none;
	border-bottom: none;
	border-top: none;
	margin: 2.2em 0 0;
	padding: 0;
}
#respond {
	display: none;
}
.widget-area {
	display: none;
}
#colophon {
	display: none;
}

/* Comments */

#comments {
  float: left!important;
  width: 100%;
}
.commentlist > li.comment {
	background: none;
	border: 1px solid #ddd;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: auto;
}
.commentlist .avatar {
	height: 39px;
	left: 2.2em;
	top: 2.2em;
	width: 39px;
}
.commentlist li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist li.comment .fn {
	display: block;
}
.commentlist li.comment .comment-content {
	margin: 1.625em 0 0;
}
.commentlist .comment-edit-link {
	display: none;
}
.commentlist > li::before,
.commentlist > li.bypostauthor::before {
	content: '';
}
.commentlist .reply {
	display: none;
}

}


/* =INTERNET EXPLORER 7
------------------------------------------------ */

#ie7 article.intro {
margin-left: -7.6%;
margin-right: -7.6%;
padding-left: -7.6%;
padding-right: -7.6%;
max-width: 1000px;
}
#ie7 .featured-posts {
margin: 0 -7.6%;
}
#ie7 .featured-post {
margin-left: 0;
margin-right: 0;
max-width: 100%;
}
#ie7 section.recent-posts {
margin-right: 7.6%;
}


/* =INTERNET EXPLORER 8
------------------------------------------------ */

#ie8 section.feature-image.large img {
width: auto;
}
#ie8 section.featured-post .attachment-small-feature {
max-width: none;
}




 
   
   