

@font-face {
    font-family: "NeutraText-Book";
    src: url("fonts/NeutraText-Book.ttf");
}

@font-face {
    font-family: "NeutraText-Demi";
    src: url("fonts/NeutraText-Demi.ttf");
}

@font-face {
    font-family: "NeutraText-Bold";
    src: url("fonts/NeutraText-Bold.ttf");
}

html {
	background-color: #FFFFFF;
	-webkit-tap-highlight-color: RGBA(0,0,0,0);
	font-size: 16px;
}

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	color: #404040;
	font-size: 16px;
}

body.modal-open {
    overflow: hidden;
}

.the_content {
	margin-top: 0px;
}

.the_content.no_banner {
    margin-top: 100px;
}

.site_title {
	font-family: "NeutraText-Book";
	font-size: 2rem;
	margin: 18px 0px 20px 0px;
}

/* Desktop Navigation */
#header.homepage {
    position: absolute;
    bottom: 0px;
    z-index: 9;
}

#header.docked {
    position: fixed;
    top: 0px;
    z-index: 9;
}

#header {
	margin: 0px;
	padding: 0px;
}

#header-image {
	padding-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
}

#desktop_menu.wide_container {
    width: 1200px;
    margin: auto;
}

#desktop_menu ul {
    margin: 25px 0px 25px 0px;
    padding: 0;
    float: right;
}

#desktop_menu ul li {
	list-style: none;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	font-size: 1rem;
	margin-left: 40px;
	font-family: "NeutraText-Book";
	color: #8a8a8a;
	text-transform: uppercase;
}

#desktop_menu ul li a {
	text-decoration: none;
	font-family: "NeutraText-Book";
	color: #8a8a8a;
	font-size: 1rem;
	letter-spacing: .8px;
}

#desktop_menu ul li a:hover {
	text-decoration: none;
	color: #8a8a8a;
}

#desktop_menu .current_page_item a {
	font-family: "NeutraText-Demi";
	color: #404040;
}

/* Mobile Nav */
.nav-up {
    top: -80px !important;
    transition: top .2s linear;
}

.nav-down {
	transition: top .2s linear;
}

#mobile_nav {
	position: fixed;
	top: 0px;
	height: 80px;
	background-color: white;
	z-index: 2;
	width: 100%;
	box-shadow: 0px 1px 3px RGBA(0,0,0,.1);
}

.logo_centerd {
    width: auto;
    padding-left: 30px;
    margin: 0px;
    display: inline-block;
    float: left;
    text-align: left;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#hamburger {
    float: right;
    height: 50px;
    width: 8%;
    margin: 0px;
    padding: 16px 30px 0px 0px;
    text-align: right;
    vertical-align: middle;
    display: inline;
    font-size: 25px;
    color: #8a8a8a;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#mobile {
	display: none;
}

#mobile_nav ul {
	margin: 0;
    padding: 0px;
    border-top: 2px solid #8a8a8a;
    color: #8a8a8a;
    width: 100%;
    background-color: white;
    position: relative;
    top: 80px;
}

#mobile_nav ul li {
    list-style: none;
    display: block;
    text-align: left;
    margin: 0 0 0 0px;
    font-weight: 900;
    font-size: 1.1rem;
    width: auto;
    border-bottom: 1px solid #8a8a8a;
}

#mobile_nav ul li a {
	text-transform: uppercase;
    font-size: .9em;
    font-family: "NeutraText-Book";
    color: #8a8a8a;
    display: inherit;
    padding: 17px 20px;
    width: 100%;
}

#footer {
	padding: 1em 0;
}

.footer_nav ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 0px;
}

.footer_nav li {
    list-style: none;
    display: inline;
    margin-right: 20px;
    font-size: 1rem;
    line-height: 0px;
}

.footer_nav li a {
    text-decoration: none;
    color: white;
    font-family: "NeutraText-Book";
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 0px;
}

ul.social_links {
    list-style: none;
    text-align: center;
}

ul.social_links li {
    color: white;
    font-size: 1.563rem;
    display: inline;
}

ul.social_links li a {
    color: white;
    padding: 10px;
}

#footer p {
	text-align: center;
	color: white;
	text-transform: uppercase;
	font-size: 0.688rem;
	line-height: 0px;
}

#footer img {
	display:block;
    margin:auto;
	text-align: center;
	width: 175px;
}

#footer button {
    background-color: white;
    border-radius: 0px;
    border: 0px solid white;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#header {
	background-color: white;
	margin: 0px;
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	-webkit-box-shadow: 0px 3px 14px -7px rgba(117,117,117,1);
	-moz-box-shadow: 0px 3px 14px -7px rgba(117,117,117,1);
	box-shadow: 0px 3px 14px -7px rgba(117,117,117,1);
}

#header img {
    width: 127px;
    display: block;
    position: absolute;
    float: left;
    top: 12px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}

/* COLORS */
.color_sample {
	font-size: 8rem;
}

.primary_color {
	color: #8a8a8a;
}

.body_text_color {
	color: #404040;
}

/* TYPOGRAPHY */
.typography_testing label {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid black;
}

p, td, li {
	font-family: "NeutraText-Book";
	font-size: 1rem;
    line-height: 1.8rem;
    letter-spacing: .34px;
	color: #404040;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 1.875em;
}

 div {
    font-family: "NeutraText-Book";
    font-size: 1rem;
    letter-spacing: .34px;
    color: #404040;
    font-weight: 400;
}

p.large {
    font-size: 1.3rem;
    line-height: 1.9rem;
}

p::-moz-selection {
	background-color: #8a8a8a;
	color: white;
}

p::selection {
	background-color: #8a8a8a;
	color: white;
}

a {
	color: #404040;
	position: relative;
	text-decoration: none;	
	transition: color 0.3s ease-in-out 0s;
}

a:hover {
	color: #8a8a8a;
	transition: color 0.2s ease-in-out 0s;
}

p a {
	color: #8a8a8a;
}

p a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #8a8a8a;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

p a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

h1 {
	font-family: "NeutraText-Demi";
	font-size: 1.250rem;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	color: #8a8a8a;
	-webkit-font-smoothing: antialiased;
}

h2 {
	font-family: "NeutraText-Book";
	font-size: 1.125rem;
	text-transform: uppercase;
	letter-spacing: .4px;
	color: #8a8a8a;
	-webkit-font-smoothing: antialiased;
}

h3 {
	font-family: "NeutraText-Demi";
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: #8a8a8a;
	-webkit-font-smoothing: antialiased;
}

h4 {
	font-family: "NeutraText-Demi";
	font-size: 1.125rem;
	letter-spacing: .5px;
	text-transform: uppercase;
	color: #8a8a8a;
	-webkit-font-smoothing: antialiased;
}

h5 {
	font-family: "NeutraText-Demi";
	font-size: 1rem;
	letter-spacing: .5px;
	color: #8a8a8a;
}

h6 {
	font-family: "NeutraText-Demi";
	font-size: 1.75rem;
	letter-spacing: .5px;
	text-transform: uppercase;
	color: #8a8a8a;
	font-weight: 900;
}

.white {
	color: white;
}

blockquote {
	margin: 0px;
	padding: 0px;
}

.quote, blockquote p {
	font-family: "NeutraText-Book";
	color: #404040;
	font-size: 1.4rem;
    color: #404040;
    letter-spacing: 0.8px;
    font-weight: 400;
    line-height: 2.2rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.quote:before, blockquote p:before {
	color: #ccc;
    content: open-quote;
    font-family: serif;
    font-size: 30px;
    line-height: 0.1rem;
    margin-right: .04rem;
    vertical-align: -8px;
}

.quote:after, blockquote p:after {
	color: #ccc;
    content: close-quote;
    font-family: serif;
    font-size: 30px;
    line-height: 0.1rem;
    margin-left: .04rem;
    vertical-align: -8px;
}

.alert, .nf-form-fields-required, 
.nf-error-msg.nf-error-required-error,
.nf-error-msg.nf-error-field-errors {
	font-family: ;
	font-size: 1.75rem;
	font-style: italic;
	color: #404040;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

.extra_letter_spacing {
	letter-spacing: 1px;
}

.uppercase {
	text-transform: uppercase;
}

.pum-title popmake-title {
    margin-bottom: 10px !important;
}

/* Workshop */
.formcraft-css .fc-form .stripe-cover {
    padding: 0px !important;    
}

.stripe-amount-show {
    display: none !important;
}

.formcraft-css .fc-form.align-left {
    margin-left: 0;
    margin-right: auto;
}

/* Blog */
.blog_card .blog_image {
	height: 24vh;
	background-color: #dadada;
}

.blog_card h1,
.workshop_card h1 {
	font-size: 1.125rem;
	line-height: 1.5rem;
	font-family: "NeutraText-Book";
    margin-bottom: 15px;
}

.blog_card h2,
.workshop_card h2 {
	font-size: 0.9rem;
	font-family: "NeutraText-Bold";
	color: #404040;
    margin-bottom: .5rem;
}

/* Checkout */
.empty_cart {
    width: 100%;
    height: 40vh;
    background-color: #f7f7f7;
    display: grid;
    align-items: center;
    text-align: center;
}

.empty_cart i.fas.fa-shopping-cart {
    font-size: 2rem;
    color: #999999;
    margin-bottom: 1rem;
}

.empty_cart p {
    color: #999999;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
}

html .formcraft-css .fc-form .form-page-content {
    padding: 10px 0px 0px 0px;
}

html .formcraft-css .fc-form {
    box-shadow: none;
    border: none;
}

.blog_card .category {
	font-size: 0.75rem;
	font-family: "NeutraText-Book";
	color: #404040;
}

.blog_card .seperator,
.workshop_card .seperator {
    margin: 0 1rem;
    font-family: "NeutraText-Book";
    color: #404040;
}

.blog_card p,
.workshop p {
	font-size: 0.875rem;
	line-height: 1.5rem;
	color: #404040;
}

.blog_card a {
	font-size: 1.1rem;
	line-height: 1.4rem;
}

.post_details h1 {
    text-align: center;
    color: #404040;
    font-size: 3em;
    font-family: "NeutraText-Demi";
    text-transform: uppercase;
    margin-bottom: 20px;
}

.post_details h2 {
    text-align: center;
    color: #404040;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-family: "NeutraText-Book";
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
}

.post_details h2:after {
    display: inline-block;
    margin: 0 0 5px 20px;
    height: 2px;
    content: " ";
    text-shadow: none;
    background-color: #404040;
    width: 60px;
}

.post_details h2:before {
    display: inline-block;
    margin: 0 20px 5px 0;
    height: 2px;
    content: " ";
    text-shadow: none;
    background-color: #404040;
    width: 60px;

}

.post_details h3 {
	text-align: center;
    color: #404040;
    text-transform: uppercase;
    font-size: 1rem;
    font-family: "NeutraText-Book";
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;

}

.nav-links {
    text-align: center;
    font-size: 1rem;
}

.nav-links .prev, .nav-links .next {
	font-size: 1rem;
	line-height: 1.5rem;
	text-transform: uppercase;
	color: #404040;
}

.nav-links a.prev {
	margin-right: 1rem;
}

.nav-links a.next {
	margin-left: 1rem;
}

.nav-links a.prev:hover , .nav-links a.next:hover  {
	color: black;
}

.nav-links .current {
	font-size: 1rem;
    padding: 0.3rem 0.9rem;
    background-color: #404040;
    border-radius: 5px;
    line-height: 1.5rem;
    margin: 0 4px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.nav-links a.page-numbers {
    font-size: 1rem;
    padding: 0.3rem 0.9rem;
    background-color: #8a8a8a;
    border-radius: 5px;
    line-height: 1.5rem;
    margin: 0 4px;
    text-transform: uppercase;
    background-color: #dadada;
}

.nav-links a.page-numbers:hover {
    font-size: 1rem;
    padding: 0.3rem 0.9rem;
    background-color: #8a8a8a;
    border-radius: 5px;
    line-height: 1.5rem;
    margin: 0 4px;
    text-transform: uppercase;
    color: #FFFFFF;
}

nav.navigation h2 {
	display: none;
}

a h5:hover {
	color: #8a8a8a;
}

/* Margin Classes */
.columns, .row {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.no_margin { /* 0px */
	margin-top: 0em !important;
}

.slim_margin { /* 15px */
	margin-top: 0.938em !important;
    margin-bottom: 0px;
}

.normal_margin { /* 30px */
	margin-top: 1.875em !important;
}

.large_margin { /* 60px */
	margin-top: 3.750em !important;
}

.page_bottom {
	margin-bottom: 3.750em !important;
}

/* Images */
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
img.size-full {width: auto; height: auto; max-width: 100%}

.youtube_embed {
	width: 100%;
	margin-bottom: 1rem;
}

.youtube_embed iframe {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

img.avatar {
    border-radius: 50%;
    max-width: 100%;
    height: auto;
}

.home .banner_image {
	width: 100%;
	height: 90vh; 
}

.banner_image {
	width: 100%;
	height: 73vh; 
	position: relative;
	z-index: 1;
}

.blog.banner_image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog_banner_overlay {
    background-color: RGBA(0,0,0,.3);
    height: 73vh;
    width: 100vw;
    z-index: 9;
    position: absolute;
}

.post_meta {
    z-index: 10;
}

.post_meta p, .post_meta h1, .post_meta h2 {
    color: white !important;
    text-align: center !important;
    font-family: "NeutraText-Demi" !important;
    text-transform: uppercase !important;
}

.post_meta h1 {
    font-size: 1.5rem !important;
    margin-top: 40px !important;
}

.post_meta .seperator {
    margin: 0 1rem;
}

.profile_image {
	width: 100%;
	height: 280px;
}

.content-gallery img {
    max-width: 100%;
    height: auto;
    margin: 0px 0px 10px 0px;
}
/* Slick Carousel */
.instagram_card {
    
    margin-bottom: 30px;
}

.instagram.four_columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 40px;
}

.instagram .image {
    padding-top: 100%;
    width: 100%;
}

.instagram_image {
	height: 37vh;
}

.instagram_card .card_top {
    padding: 16px 16px 8px 16px;
}

img.profile_image {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
}

.instagram_card .card_top h1 {
    display: inline-block;
    line-height: 0px;
    margin: 0px;
    padding: 0px 0px 0px 10px;
    font-size: 14px;
    position: relative;
    vertical-align: middle;
    top: -10px;
    font-family: arial;
    color: #262626;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0px;
}

.instagram_card .card_body {
	width: 100%;
    height: 44vh;
}

.instagram_card .card_bottom {
    padding: 16px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 1px solid #e6e6e6;
    margin: 0px;
}

.instagram_card .card_bottom h1 {
    font-size: 1em;
    font-family: "NeutraText-Book";
    color: color: #8a8a8a;
    text-transform: none;
    letter-spacing: 0px;
    margin: 0px 0px 10px 0px;
}

.instagram_card .card_bottom p {
    letter-spacing: 0px;
    font-size: 14px;
    line-height: 18px;
    margin: 0px;
}

.instagram_card .card_bottom p span {
    font-weight: 600;
    padding-right: 4px;
}

.slick-slide img {
    display: block;
    width: 100%;
}

.slick-slide.slick-current, .slick-slide {
    outline: none;
}

.carousel .fa-angle-right.slick-arrow,
.full_screen_lightbox .fa-angle-right.slick-arrow {
    position: absolute;
    top: 50%;
    right: -30px;
    cursor: pointer;
    font-size: 2rem;
}

.carousel .fa-angle-left.slick-arrow,
.full_screen_lightbox .fa-angle-left.slick-arrow {
    position: absolute;
    top: 50%;
    left: -30px;
    cursor: pointer;
    font-size: 2rem;
}

.full_width_carousel .fa-angle-right.slick-arrow {
    position: absolute;
    top: 50%;
    right: 30px;
    cursor: pointer;
    font-size: 2rem;
    z-index: 9;
    color: white;
}

.slick-arrow.slick-disabled {
    color: #dadada;
}

<!-- Prevent Home Carousel from flashing -->
.home_banner_carousel .slick-slider {
	display: none !important;
}

.home_banner_carousel .slick-initialized {
	display: block !important;
}

.full_width_carousel .fa-angle-left.slick-arrow {
    position: absolute;
    top: 50%;
    left: 30px;
    cursor: pointer;
    font-size: 2rem;
    z-index: 9;
    color: white;
}

.full_screen_lightbox {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	z-index: 10;
	display: none;
	background-color: rgba(0,0,0,1);
}

.full_screen_lightbox .fa-times-circle {
	position: absolute;
	top: 20px;
	right: 20px;
	color: white;
	cursor: pointer;
	z-index: 11;
}

.full_screen_lightbox .slick-arrow {
	color: white;
	top: 38% !important;
}

.full_screen_lightbox .slick-slide {
	margin: 0 10px 0 10px;
}

.full_screen_lightbox .slick-dots li button:before {
	color: white;
}

.slick-dots {
	bottom: -2.5rem;
}

.slick-dotted.slick-slider {
    margin-bottom: 3.5rem;
}

/* Single Workshop */
.page_banner {
    display: grid;
    width: 100%;
    align-items: center;
    margin-bottom: 3rem;
}

.page_banner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 89vh;
    background-color: #0000001c;
    z-index: 1;
}

.banner_overlay {
    z-index: 2;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.page_banner h1, 
.page_banner h2, 
.page_banner h3, 
.page_banner h4, 
.page_banner h5, 
.page_banner h6, 
.page_banner p {
    color: white;
}

#block_banner_image h1 {
    margin: 3rem auto 0px auto;
    font-size: 1.8rem;
}

#block_banner_image h2 {
    text-transform: uppercase;
    margin-top: 1rem;
    font-size: 1.5rem;
}

#payment_overlay {
    display: none;
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000b8;
    overflow: scroll;
    padding: 30px 0px;
}

#payment_overlay i#close_payment_modal {
    position: fixed;
    top: 70px;
    left: 40px;
    font-size: 2rem;
    z-index: 1000;
    color: white;
    display: block;
}

/* Testimonials */
.testimonial_carousel {
	margin-left: -1.1565rem;
    margin-right: -1.1565rem;
}

.testimonial_card {
	position:relative;
	background-color: white;
	padding: 1.875rem;
	margin: .2em 1.155rem;
	height: 220px;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.14);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.14);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.14);
    cursor: pointer;
}

.testimonial_card h1 {
	font-family: "NeutraText-Bold";
	font-size: 0.750rem;
	line-height: 1.438rem;
	color: #8a8a8a;
	text-transform: uppercase;
	letter-spacing: .27px;
}

.testimonial_card h1 span {
	font-family: "NeutraText-Book";
	font-size: 0.750rem;
	line-height: 1.438rem;
	color: #8a8a8a;
	text-transform: uppercase;
	letter-spacing: .27px;
}

.testimonial_card p {
	font-size: 0.813rem;
	line-height: 1.438rem;
	color: ;
}

.testimonial_card h2 {
	font-size: 0.750rem;
	color: #8a8a8a;
	position: absolute;
    bottom: -16px;
    right: 20px;
}

.full_review {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: white;
    right: 0;
    overflow: auto;
    z-index: 999999;
}

.full_review + .show {
    display: block !important;
}

.close_review {
    position: absolute;
    top: 60px;
    left: 60px;
    color: black;
    font-size: 20px;
    cursor: pointer;
}

.review_container {
    max-width: 960px;
    margin: auto;
    padding: 30px;
}

.full_review {
    display: none;
}

.full_bio {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: white;
    right: 0;
    overflow: auto;
    z-index: 999999;
}

.full_bio + .show {
    display: block !important;
}

.close_bio {
    position: absolute;
    top: 60px;
    left: 60px;
    color: black;
    font-size: 20px;
    cursor: pointer;
}

.bio_container {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
}

.full_bio {
    display: none;
}

.profile_image {
    cursor: pointer;
}

/* Publications */
.publications_carousel {
	margin-left: -1.1565rem;
    margin-right: -1.1565rem;
}

.magazine_card {
	position:relative;
	padding: 1.1875rem;
    margin-bottom: 30px;
}

.magazine_card div {
	width: 100%;
	height: 100%;
}

/* Portfolio */
.banner_image .layer {
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.event_details {
    bottom: 60px;
    position: absolute;
    z-index: 3;
    width: 100%;
}

.pinterest {
    text-align: right;
}

.banner_image h1 {
    text-align: center;
    color: #8a8a8a;
    font-size: 3em;
    font-family: "NeutraText-Bold";
}

.banner_image h2 {
    text-align: center;
    color: #8a8a8a;
    text-transform: none;
    font-size: 1.25rem;
    font-family: "NeutraText-Demi";
}

.banner_image span.divider {
    margin: 0 30px;
    font-size: 30px;
    position: relative;
    top: 3px;
}

.event_card {
	margin-bottom: 0.938rem;
}

.event_card a div,
.workshop_card a div {
	height: 28vh;
	background-color: #dadada;
}

.event_card a h3 {
	margin-top: 0.938rem;
	margin-bottom: 0rem;
}

/* Weddings Page */
.wedding_packages_carousel,
.recent_weddings_carousel,
.event_packages_carousel,
.recent_events_carousel,
.featured_events_carousel,
.featured_posts_carousel,
.awards_carousel {
	margin-left: -1.1565rem;
    margin-right: -1.1565rem;
}

.wedding_package_outer {
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.14);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.14);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.14);
	margin: .2em 1.155rem;

}

.wedding_package_outer .wedding_package_image {
	height: 12.375rem;
	width: 100%;
}

.wedding_package_inner {
	padding: 1.875rem;
	position: relative;
}

.wedding_package_inner h1 {
	font-size: 0.875rem;
	line-height: 1.3125rem;
	letter-spacing: 2px;
    margin-bottom: 15px;
}

.wedding_package_inner p {
	font-size: 0.875rem;
	line-height: 1.500rem;
	letter-spacing: .16px;
	margin-bottom: 50px !important;
}

.wedding_package_inner .pricing {
    position: absolute;
    width: 100%;
    margin-left: -30px;
    bottom: 0px;
}

.wedding_package_inner h2.price_label {
	text-align: center;
	font-size: 0.7rem;
	letter-spacing: .16px;
}

.wedding_package_inner h1.price {
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.500rem;
	letter-spacing: .16px;
}

.recent_weddings_carousel .event_card,
.recent_events_carousel .event_card,
.featured_events_carousel .event_card,
.featured_posts_carousel .event_card {
	margin: .2em 1.155rem;
}

.awards_carousel .award_card {
	margin: .2em 2rem;
}


/* Contact Page */
input[type="email"]:focus, 
input[type="number"]:focus, 
input[type="search"]:focus, 
input[type="text"]:focus, 
input[type="tel"]:focus, 
input[type="url"]:focus, 
input[type="password"]:focus, 
textarea:focus, select:focus {
	border: 1px solid #8a8a8a;
}

body .gform_wrapper ul li.gfield, .ginput_container.ginput_container_checkbox {
    margin: 0em !important;
}

.contact_form form label {
	display: none !important;
}

form label.wpforms-field-label {
    display: block !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-sublabel {
    display: block !important;
    font-size: 13px;
    float: none;
    font-weight: 400;
    line-height: 1.3;
    margin: 4px 0 0;
    padding: 0;
}

input#wpforms-20758-field_3_1 {
    width: auto !important;
    margin-right: 10px;
    position: relative;
    top: -3px;
}

.contact_form input {
    padding: .25em 0.5em !important;
    background-color: #fafafa;
    border: 1px solid #8A8A8A;
    border-radius: 4px;
    font-size: 0.938em !important;
    width: 50% !important;
}

.wpforms-container input {
    width: 100% !important;
}

.contact_form textarea {
    padding: .25em 0.5em !important;
    background-color: #fafafa;
    border: 1px solid #8A8A8A;
    border-radius: 4px;
    font-size: 0.938em !important;
    width: 100% !important;
}

.contact_form input[type=checkbox] + label {
    display: inline-block !important;
    font-size: 0.938em !important;
    font-family: "NeutraText-Book" !important;
    color: #8a8a8a !important;
    position: relative;
    top: -5px;
}

/* Wedding Worksheet */
.gform_wrapper .gf_progressbar {
    padding: 0px !important;
}

.gform_wrapper .gf_progressbar_percentage {
    height: 24px;
    text-align: right;
    font-family: inherit;
    font-size: .813em!important;
    text-shadow: 0 1px 1px rgba(0,0,0,.5);
    z-index: 999;
    vertical-align: middle;
    background: none !important;
    border-radius: 0px !important;
}

.gform_wrapper .gf_progressbar:after {
    border-radius: 0px !important;
}

.gform_wrapper .percentbar_blue {
    background-color: #8a8a8a !important;
    color: #FFF;
}

.gform_wrapper .top_label .gfield_label,
.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
    color: #8a8a8a !important;
    font-family: "NeutraText-Demi" !important;
    font-size: .9em !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    opacity: 1 !important;
}

.ginput_complex.ginput_container label {
    color: #8a8a8a !important;
    font-family: "NeutraText-Demi";
    font-size: .9em;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.gform_wrapper .description_above .gfield_description {
    color: #8a8a8a !important;
    font-family: "NeutraText-Book" !important;
    font-size: .9em !important;
    letter-spacing: 0.8px !important;
    opacity: 1 !important;
}

.gform_wrapper .gfield_checkbox li input, .gform_wrapper .gfield_checkbox li input[type=checkbox], .gform_wrapper .gfield_radio li input[type=radio] {
    display: inline-block !important;
    vertical-align: top !important;
    margin-left: 0px;
    margin-right: 10px !important;
}

.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
    position: relative !important;
    top: 1px !important;
    color: #8a8a8a !important;
}

/* Buttons */
.btn, input[type="submit"] {
	display: block;
	opacity: 1;
	transition: opacity .1s linear;
	margin: 0 auto 0 auto;
	color: white;
	text-align: center;
	width: auto;
	border: none;
	height: auto;
	padding: 1.5rem 2.5rem;
	border-radius: .2rem;
	color: white;
	font-family: "NeutraText-Book";
	font-size: 2rem;
	white-space: normal;
}

.formcraft-css .button {
    background-color: #8a8a8a !important;
}

.btn:hover {
	opacity: .6;
	transition: opacity .1s linear;
}

.btn:active {
	opacity: 1;
	transition: opacity .1s linear;
}

.btn.primary, input[type="submit"] {
	display: block;
	background-color: #8a8a8a;
}

.btn.secondary {
	background-color: ;
}

.btn.disabled {
	background-color: #c3c3c3;
}

.btn.wire {
	background-color: transparent;
	-webkit-box-shadow:inset 0px 0px 0px 10px #f00;
    -moz-box-shadow:inset 0px 0px 0px 10px #f00;
    box-shadow:inset 0px 0px 0px 2px #404040;
	color: #404040;
}

.btn.full_width {
	display: block;
}

a > .btn, a .btn  {
	text-decoration: none !important;
	color: white;
}

/* Progress bar */
#progress_container {
	width: 100%;
	height: 8px;
	background-color: #dadada;
	margin: 0px;
	position: fixed;
	bottom: 0px;
	display: inline-block;
	z-index: 1;
}

#progress_bar {
	height: 8px;
	width: 0%;
	background-color: #8a8a8a;
	margin: 0px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	display: inline-block;
	z-index: 2;
	transition: width .1s linear;
}

.print_container {
	position: fixed;
	display: block;
	top: 150px;
	left: 50px;
	background-color: white;
}

.print_style {
	font-size: 1rem;
	color: #333333;
}

/* Containers */
.below_slider {
    margin-top: 150px !important;
}

.large_container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.fill_div {
	background-color: #8a8a8a;
	width: 100%;
    height: auto;
    text-align: center;
    padding: .7rem;
    font-family: "NeutraText-Book";
}

/* Images */
.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* Helper Classes */
.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

/* Form Feilds */
form, select {
	margin: 0px;
}

form.portfolio {
	float: right;
}

.textarea {
	width: 100%;
}

/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Mobile Nav */
@media (max-width: 749px) {
	#desktop_menu {
		display: none;
	}

    .the_content {
        margin-top: 80px;
    }
	/* Center logo in menu */
	#header img {
        width: 110px;
        top: 17px;
    }

    ul.social_links {
        list-style: none;
        text-align: center;
    }

    ul.social_links li {
        font-size: 1.563rem;
        display: inline;
        text-align: center;
    }

    ul.social_links li a {
        color: white;
        padding-right: 20px;
    }

    .footer_nav ul {
        list-style: none;
        display: block;
        margin-right: 0px;
        font-size: 1rem;
        line-height: 10px;
    }

    .footer_nav ul li {
        list-style: none;
        display: block;
        margin-right: 0px;
        font-size: 1rem;
        line-height: 10px;
    }

	.carousel .fa-angle-right.slick-arrow  {
	    right: 0px;
	}

	.carousel .fa-angle-left.slick-arrow {
	    left: 0px;
	}

	.wedding_package_outer, .testimonial_card {
        margin: .2em .4rem;
    }

	.recent_weddings_carousel .event_card,
	.recent_events_carousel .event_card,
	.featured_events_carousel .event_card,
	.featured_posts_carousel .event_card,
    .awards_carousel .award_card {
	    margin: .2em .4rem;
	}

	.banner_image {
	    width: 100%;
	    height: 30vh;
	}

    .blog_banner_overlay {
        height: 30vh;
    }

    .testimonial_carousel {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .wedding_packages_carousel,
    .recent_weddings_carousel,
    .event_packages_carousel,
    .recent_events_carousel,
    .featured_events_carousel,
    .featured_posts_carousel,
    .awards_carousel {
        margin-left: 0px;
        margin-right: 0px;
    }

    .full_width_section h1.center {
        padding: 0 30px;
    }

    .event_stats h1 {
        font-size: 2em;
        text-align: center;
        margin-bottom: 4px;
    }

    .event_stats h2 {
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .close_review {
        top: 12px;
        left: 20px;
    }

    .the_content {
        2rem;   
    }

    .the_content.no_banner {
        margin-top: 100px;
    }

    .profile_image {
        width: 100%;
        height: 450px;
    }

    .profile {
        margin-bottom: 30px;
    }

    .event_details {
        top: 33%;
        position: absolute;
        z-index: 3;
    }

    .banner_image h1 {
        text-align: center;
        color: #404040;
        font-size: 2em;
        font-family: "NeutraText-Bold";
        margin-bottom: 0px;
    }

    .banner_image h2 {
        text-align: center;
        color: #404040;
        text-transform: none;
        font-size: 1rem;
        font-family: "NeutraText-Demi";
    }

    .large_container.edge_to_edge {
        padding: 0px;
    }

    .full_width_section .edge_to_edge {
        width: 100% !important;
    }

    .below_slider {
        margin-top: 60px !important;
    }

    #payment_overlay {
        display: none;
        position: fixed;
        z-index: 100;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        overflow: scroll;
        padding: 0px;
        margin: 0px;
    }

    #payment_overlay i#close_payment_modal {
        position: fixed;
        top: 20px;
        left: 20px;
        font-size: 1.4rem;
        z-index: 1000;
        color: black;
        display: block;
    }
}

/* Larger than tablet */
@media (min-width: 750px) {
	#desktop_menu {
        display: none;
    }
}

/* Larger than desktop */
@media (min-width: 1200px) {
    #mobile_nav, #hamburger {
        display: none !important;
    }

    #desktop_menu {
        display: block;
    }
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}