/*
Theme Name: TheStudio
Author: App Studios, LLC
Author URI: https://appstudios.net/
Description: A Wireframe parent template used to develop awesome themes on.
Version: 1.0.0
Text Domain: thestudio

TheStudio WordPress Theme © 2016 App Studios, LLC
TheStudio is not for free redistribution. All rights reserved by App Studios, LLC.
*/

/* Ninja Forms Edit Break */

/*nav#primary {
    display: none !important;
}*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    font-size: 100%;
    font:inherit;
    padding:0;
    border:0;
    margin:0;
    vertical-align:baseline;
}

body {
    font-size: 16px; /* this determines what 1em equals */
    line-height: 1;
    background-color: #fff;
    font-family: 'Asap', sans-serif;
}

* {
    box-sizing: border-box;
}

header, main, nav, article, aside, footer {
    display: block;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, div {
    display: block;
    box-sizing: border-box;
}

h1, h3, h5 {
    font-family: 'Playfair Display', serif;
}
h2, h4, h6 {
    font-family: 'Asap', sans-serif;
}

h1 { font-size: 1.5em; }     /* 24px */
h2 { font-size: 1.25em; }    /* 20px */
h3 { font-size: 1.5em; }   /* 24px */
h4 { font-size: 1em; }      /* 16px */
h5 { font-size: .75em; }    /* 12px */
h6 { font-size: .5em; }     /* 8px */

em {
    font-style: italic;
}

p {
    margin: 1em 0px;
    line-height: 1.4;
}

strong, b {
    font-weight: bold;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote cite {
    padding-bottom: 1.5rem !important;
    display: block;
}

blockquote:before, blockquote:after, q:before, q:after {
    content:'';
    content:none
}

a {
    text-decoration: none;
    color: #39c;
}

a:hover {
    text-decoration: none;
}

table {
    border-collapse:collapse;
    border-spacing:0
}

small{
    font-size: small;
}

.clear { clear:both }
.sticky {}
.bypostauthor {}

.wp-caption {}
.wp-caption-text {}
.gallery-caption {}

.serif { font-family: 'Playfair Display', serif !important; }
.sans-serif { font-family: 'Asap', sans-serif !important; }

.alignright { float: right; }
.alignleft { float: left; }
.aligncenter {  }

.textalignright { text-align: right; }
.textalignleft { text-align: left; }
.textaligncenter { text-align: center; }

.uppercase { text-transform: uppercase; }
.lowercase { text-transform: lowercase; }
.captilize { text-transform: capitalize; }

.screen-reader-text {
    clip:rect(1px, 1px, 1px, 1px);
    position:absolute !important
}

.inline-left {
    display: inline-block;
    box-sizing: border-box;
    margin-right: -0.125em;

}
.inline-right {
    display: inline-block;
    box-sizing: border-box;
    margin-left: -0.125em;

}

.left-transparent-gradient {
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.21) 25%, rgba(255,255,255,0.85) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.21) 25%,rgba(255,255,255,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.21) 25%,rgba(255,255,255,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#d9ffffff',GradientType=1 ); /* IE6-9 */

}

.btn,
.rounded-btn, input#submit,
a.comment-reply-link,
#nf-field-4 {
    display: inline-block;
    padding: 1rem 1.5rem;
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-weight: 500;
}

.rounded-btn, input#submit, a.comment-reply-link, #nf-field-4{
    border-radius: .25rem;
}

.mobile-only { display: none; }



/*
    Theme Specific (Move to Child Theme)
*/

.gradient-btn {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    font-family: 'ASAP', sans-serif;
    background: rgb(51,153,204);
    background: linear-gradient(145deg, rgba(51,153,204,1) 0%, rgba(77,204,189,1) 70%);
}

.red-btn, .widget-btn, input#submit, a.comment-reply-link,
#nf-field-4 {
    background-color: #133c55;
    color: #fff;
    border: none;
    font-family: 'ASAP', sans-serif;
    font-size: 16px;
    letter-spacing: .1em;
}

hr.yellow { border: 1px solid #d8c564; }

.yellow { color: #d8c564; }

.light-blue {
     color: #3399cc;
}

.yellow-border-bottom {
    border-bottom: 1px solid #d8c564;
}

hr { clear: both; }

span.nf-form-title h3 {
    font-family: "Playfair Display", serif !important;
}

.nf-form-fields-required {
    font-size: 14px;
    color: #777;
    padding: .5rem 0 1rem;
}

#nf-field-4:hover {
    cursor: pointer;
}


/*
    Desktop Styles
    -----------------
*/
.container {
    max-width: 90rem; /* 1440px */
    margin: auto;
    position:relative;
}

.video-container {
    position: relative;
    height: 100%;
    padding-bottom: 56.25%;
    max-height: 860px;
    max-width: 1440px;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div#video_media {
    padding: 1rem;
    max-width: 1080px;
    margin: auto;
}

/* Header - All Layouts */
header#site-header {}
div#header-main {
    padding: 1em; /* 16px */
    text-align: center;
}

a#site-logo {
    display: inline-block;
    max-width: 250px;
    float: left;
}
a#site-logo img {
    width: 100%;
    height: auto;
}

header.lmr-layout div#social-links {
    display: inline-block;
    float: right;
    margin-top: 1.25em;
}


/* Navigation Menus - Desktop */
nav#primary, nav#secondary {
    display: inline-block;
}
nav#primary li.menu-item, nav#secondary li.menu-item {
    list-style: none;
    text-align: left;
    position: relative;
    display: inline-block;
}

nav#primary {
    margin-top: 1.35rem;
}
nav#primary li.menu-item a {
    display: block;
    padding: .5em 1em; /* 8px 16px */
    margin-right: -4px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .1em;
    font-size: .9em;
}

/*nav#primary > ul > li.menu-item:hover > a {
    color: #70b8db;
}*/
nav#primary li.menu-item a:hover {
    color: #3399cc;
}

nav#primary > li.current-menu-item a {
    opacity: .5;
    color: #fff !important;
}

nav ul > li {
    position: relative;
}

nav ul.sub-menu {
    opacity: 0;
    position: absolute;
    text-align: left;
    background-color: #fff;
    min-width: 13em;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

nav li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    z-index: 9999;
}

nav ul.sub-menu li,
nav ul.sub-menu li a {
    width: 100%;
    color: #fff;
}

nav ul.sub-menu li:hover a {
    background-color: rgba(255, 255, 255, 0) !important;
}

nav#secondary {
    padding-bottom: 1em;
}

nav#secondary li.menu-item {
    margin-right: -4px;
}
nav#secondary li.menu-item a {
    display: block;
    padding: 0em 1.75em 0;
    border-left: 2px solid #d8c564;
    text-transform: uppercase;
    color: #133c55;
    letter-spacing: .15em;
    font-size: .9em;
}

nav#secondary li.menu-item:first-child a {
    border-left: 0px;
}

span.inline-menu-label {
    display: inline-block;
    padding: 1rem 0em;
    color: #3399cc;
    font-weight: bold;
    font-size: 1.25em;
}

/* Secondary Menu Subscribe Items Per Post Type */

body.page #secondary .itunes-show-subscribe,
body.page #secondary .itunes-podcast-subscribe,
body.post-template-default #secondary .itunes-show-subscribe,
body.post-template-default #secondary .itunes-podcast-subscribe,
body.product-template-default #secondary .itunes-show-subscribe,
body.product-template-default #secondary .itunes-podcast-subscribe{
    display: none;
}

.page-id-302 .itunes-show-subscribe {
    display: inline-block !important;
}

body.podcast-template-default #secondary.navigation .itunes-show-subscribe,
body.post-type-archive-show #secondary.navigation .itunes-show-subscribe{
    display: none;
}

body.show-template-default #secondary.navigation .itunes-podcast-subscribe,
body.post-type-archive-podcast #secondary.navigation .itunes-show-subscribe{
    display: none;
}


/* Header Layout : lmr-layout (aka left-middle-right) */
header.lmr-layout {}
header.lmr-layout div#header-main .container > * {
    vertical-align: middle;
}
header.lmr-layout nav#primary {
    text-align: center;
}
header.lmr-layout div#social-links {
    display: inline-block;
}

header.lmr-layout div#social-links span a {
    padding: .25rem;
    margin-left: .25rem;
    font-size: 22px;
}

header.lmr-layout div#header-bottom {
    background-color: #ffffff;
}

/* Home Page: Hero */
div#hero {
    width: 100%;
    height: 720px;
    position: relative;
}

.hero-image {
    background-position: 30% bottom;
    width: 100%;
    height: 100%;

}

.hero-content h1 {
    font-size: 2.25rem;
    letter-spacing: 1px;
    font-weight: 700 !important;
    color: #133c55;
    margin-bottom: 2.5rem;
}

.hero-content {
    max-width: 480px;
    position: absolute;
    left: 50%;
    top: 30%;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: subpixel-antialiased;
}

.hero-content p {
    font-size: 18px;
    font-weight: bold;
    color: #222;
}

.hero-content .rounded-btn {
    margin-top: 1.5rem;
}


/* Home Page: Promo CTA */
div#promo-cta {
    background-color: #133c55;
    color: #39c;
    padding: 2.5rem;
}

.promo-left {
    display: inline-block;
    position: relative;
    left: 15%;
    max-width: 45%;
    width: 100%;
    vertical-align: top;
    margin-right: 2rem;
}

.promo-left h2 {
    color: #4dccbd;
    font-size: 28px;
    font-family: 'Playfair Display', serif;
}

.promo-left p {
    color: #fff;
    margin-bottom: 0;
}

.promo-right {
    float: right;
    margin-right: 2rem;
    margin-top: -5px;
}

/* Home Page: Feature CTAs */
div#largeCTA-offsetFeatPosts {
    padding: 4rem 1rem;
}
div#largeCTA-offsetFeatPosts div.container > * {
    vertical-align: top;
}
div#largeCTA-offsetFeatPosts div#main-feature {
    width: 70%;
    /* max-width: 62.5rem; */
    /* max-height: 37.5rem; */
    height: 700px;
    display: inline-block;
    box-sizing: border-box;
    background-color: #39c;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.main-feature-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}
.main-feature-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #f2f0e7f2;
    padding: 1rem;
}
.main-feature-title {
    display: inline-block;
    max-width: 75%;
}
.main-feature-title span {
    text-transform: uppercase;
    font-size: 1em;
    line-height: 28px;
    letter-spacing: .1em;
}
.main-feature-button {
    float: right;
}

div#main-feature .left-transparent-gradient {
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
}

div#main-feature section {
    width: 26em;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

div#main-feature header {
    padding: 2em 2em 0;
    text-align: center;
    line-height: 1.5;
    color: #39C;
}

div#main-feature hr {
    width: 23em;
    margin: 1.5em auto;
}

div#main-feature section h1 {
    text-shadow: 0px 0px 50px #fff;
}

div#main-feature section > div {
    padding: 0 2rem 2rem;
    width: 22rem;
    margin: auto;
    text-align: center;
    color: #555;
    font-weight: 100;
}

aside#side-features {
    width: 30%;
    display: inline-block;
    padding-left: 4rem;
    box-sizing: border-box;
}

aside#side-features section {
    vertical-align: top;
}

aside#side-features section > a {
    display: block;
}
aside#side-features section:first-child > a {
    margin-bottom: 1em;
}

aside#side-features h3 {
    color: #333;
    font-size: 1.25em;
    line-height: 1.25;
    margin-top: 5px;
}

.side-feature-image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 220px;
    max-height: 220px;
    margin-bottom: 1em;
    border: 1px solid #fdfdfd;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* Two Column Feature Row */

.feature-row {

    padding: 0 3em 3rem;
}

#two-column-feature-row {
    margin-bottom: 4rem;
    padding: 0 1rem;
}

.left-feature.inline-left, .right-feature.inline-right {
    width: 50%;
    max-width: 45rem;
    vertical-align: top;
}

.right-feature.inline-right {
    /*background-color: #39c;*/
    margin-bottom: 2rem;
    padding-left: 5rem;
}

.video-feature-left, .right-feature-content {
    width: 100%;
}

.right-feature-content, .left-feature-content {
    /*padding: 0 4rem;*/
    font-size: 18px;
    text-align: center;
}

#two-column-feature-row h3, .right-feature-title h3, .left-feature-title h3 {
    color: #7d7d7d;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
    max-width: 20em;
    margin: auto;
}

.video-feature-left iframe {
    min-height: 25.3rem;
}

.right-feature-content a.rounded-btn.red-btn, .left-feature-content a.rounded-btn.red-btn {
    margin-top: 1rem;
    text-align: center;
}

.feature-row-btn-container {
    max-width: 80%;
    margin: auto;
    text-align: center;
}

.right-feature-content img.alignleft {
    margin-right: 1rem;
}

.right-feature-content img.alignright {
    margin-left: 1rem;
}

.right-feature-image-wrapper img {
    width: 100%;
}

.mobile img {
    display: none;
}

.none-mobile img {
    display: block;
}

/* Audio Player

div#mep_0 {
    width: 23rem;
}*/


/* Simple Parallax Section Styles */
.parallax {
    /*height: 30em;*/
    perspective: 1px;
    overflow-x: hidden;
    overflow-y: hidden;
    background: fixed;
    padding: 4rem 4rem 2rem;
}
.parallax_layer {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.parallax_layer_base {
    transform: translateZ(0);
}
.parallax_layer_back {
    transform: translateZ(-1px);
}

#parallax_row.two-column .content-box {
    width: 100%;
    max-width: 43.25em;
    max-width: calc(50% - 1.75em);
    /*height: 21.875em;*/
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0px 0px 25px 1px #2f190b;
    margin: .75em;
}

#parallax_row .cb-inner.inline-left,
#parallax_row .cb-inner.inline-right{
    max-width: 21rem;
    width: 50%;
    padding: 3em;
    vertical-align: top;
}

#parallax_row .cb-inner.inline-left{
    padding-right: 1.5em;
    text-align: center;
}

#parallax_row .cb-inner.inline-right{
    padding-left: 1.5em;
}

#parallax_row .cb-inner a.rounded-btn {
    display: block;
    text-align: center;
}

#parallax_row .cb-img {
   /* max-height: 15.7em*/
    width: 100%;
}

.parallax_layer.parallax_layer_base.container h3 {
    color: #d8c564;
}

#animated_slogan {
    margin-bottom: 2rem;
}
.slogan-line {
    float: left;
    width: 50%;
    padding: 0 .25em;
    font-size: 1.75em;
    font-style: italic;
    font-family: 'Playfair Display';
    color: #fff;
    text-shadow: 3px 4px 7px #000;
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.slogan-line:nth-of-type(1) {
    text-align: right;
}

.slogan-line.active {
    opacity: 1;
}


/* Testimonial Row */
.testimonials_row h2 {
    font-size: 2rem;
    color: #113c55;
    margin-bottom: 2rem;
    text-align: center;
    font-family: 'Playfair Display', serif;
}
.testimonials {
    text-align: center;
    display: table;
    width: 100%;
    border: 0;
    border-spacing: 1rem;
    margin-bottom: 2rem;
}
.testimonial {
    width: 33%;
    text-align: left;
    vertical-align: top;
    display: table-cell;
    background-color: #fff;
    border-radius: .5rem;
    position: relative;
    border: 1px solid #ddd7c9;
}
.testimonial-icon {
    position: relative;
    width: 60px;
    margin: auto;
}
i.fas.fa-quote-right {
    position: absolute;
    top: -5px;
    margin-top: -24px;
    padding: 1rem;
    border-radius: 100%;
    background: #123c55;
    color: #ddd7c9;
    font-size: 28px;
}
.testimonial-top, .testimonial-bottom {
    font-weight: 100;
    font-size: 18px;
    color: #333;
}
.testimonial-top {
    padding: 2.5rem 1.5rem 3rem;
}
.testimonial-top p {
    margin-top: 0;
}
.testimonial-top p:last-child {
    margin-bottom: 0;
}
.testimonial-bottom {
    text-align: right;
    padding: .5rem 1rem 1rem;
    color: #123c55b8;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}
/* END Testimonial Row */

/* Video Media */

#video-title h3 {
    color: #7d7d7d;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
    max-width: 20em;
    margin: auto;
}


/* Image Link Grid Section */

div#image-link-grid .container {
    text-align: center;
}

div#image-link-grid {
    padding: 1em 2em 4em;
}

#image-link-grid h3 {
    color: #7d7d7d;
    padding-bottom: 1em;
    text-align: center;
    max-width: 20em;
    margin: 1em auto;
}

#image-link-grid a.image-link {
    display: inline-block;
    max-width: 29.325em;
    max-width: calc(calc(100% / 3) - calc(4em / 3));
    max-height: 17em;
    width: 100%;
    margin-top: 1em;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 1em;
    box-shadow: 0px 9px 7px -10px #17445a;
    background-position: center center;
    vertical-align: top;
}

#image-link-grid a.image-link:nth-of-type(3n+2) {
    margin: 1em 2em;
}

a.image-link span {
    display: block;
    /*max-width: 10rem;*/
    text-align: center;
    margin: 7.5rem 2rem;
    font-size: 2em;
    font-family: 'Playfair Display';
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 0px 5px #333;
}





/* Default Page Styles */
#page,
#post,
#podcast {
    padding: 0 1em;
}
#page > .container,
#podcast > .container,
#post > .container{
    padding: 4em 0;
}

#page.sidebar-right section#content,
#podcast.sidebar-right section#content,
#post.sidebar-right section#content{
    padding-right: 4em;
}

#page.sidebar-left section#content,
#podcast.sidebar-left section#content,
#post.sidebar-left section#content {
    padding-left: 4em;
}

#page header,
#podcast header,
#post header {
    margin-bottom: 2rem;
}

#page h1.entry-title,
#podcast h1.entry-title,
#post h1.entry-title {
    color: #39c;
    line-height: 1.5;
}

#page h1.entry-title {
    padding-bottom: 1.5rem;
}

#post h1.entry-title {
    padding-bottom: 0.25rem;
}

#post .post-meta span.yellow,
#podcast .post-meta span.yellow
{
    text-transform: uppercase;
}

span.yellow, label {
    text-transform: uppercase;
    font-size: .8em;
    line-height: 2em;
    letter-spacing: .1em;
}

.post-meta {
    font-size: .8em;
    font-family: 'Asap', sans-serif !important;
}

#page.sidebar-right section#content,
#page.sidebar-right aside#sidebar,
#post.sidebar-right section#content,
#post.sidebar-right aside#sidebar,
#podcast.sidebar-right section#content,
#podcast.sidebar-right aside#sidebar{
    float: left;
}

#page.sidebar-left section#content,
#page.sidebar-left aside#sidebar,
#post.sidebar-left section#content,
#post.sidebar-left aside#sidebar,
#podcast.sidebar-left section#content,
#podcast.sidebar-left aside#sidebar{
    float: right;
}

section#content {
    width: calc(100% - 27rem);
    max-width: 63rem;
    font-size: 20px;
    font-family: 'Georgia', serif;
}

section#content section.entry-content p {
    margin: 1.5rem 0;
    color: #333;
}

section#content .entry-content img:not(woocommerce li a) {
    max-width: 100%;
    height: auto;
    padding: 1em;
}

section#content img.portrait {
    max-width: 50%;
    margin-bottom: 2rem;
}

section#content img.portrait.alignleft {
    margin-right: 2rem;
}

section#content img.portrait.alignright {
    margin-left: 2rem;
}

section#content ul {
    margin-left: 2rem;
    list-style-type: disc;
    line-height: 1.5;
}

section#content ul li:not(woocommerce columns-4), section#content ol li:not(woocommerce columns-4) {
    margin: 1.5rem 1rem;
}

section#content ol li {
    list-style-type: decimal;
}

aside#sidebar {
    min-width: 27rem;
    max-width: calc(100% - 63rem);
}

#sidebar .widget-container {
    background-color: #ececec63;
    padding: 1.5em 2em 2em;
    margin-bottom: 2rem;
}

#sidebar .widget-title {
    color: #7d7d7d;
    text-align: center;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #d8c564;
    font-size: 26px;
}

/*
#sidebar .custom-widget-image {
    max-width: 45%;
    height: auto;
    margin-bottom: 0.5em;
    margin-right: 1em;
    float: left;
}*/

#sidebar .custom-widget-image {
    max-width: 100%;
    height: auto;
    margin: 0 auto 1em;
    display: block;
}

#sidebar .widget_recent_entries li a {
    display: block;
    margin-bottom: 1rem;
    font-size: 18px;
    font-weight: bold;
    color: #7d7d7d;
}

#sidebar .widget_recent_entries li:last-child a {
    margin-bottom: 0px;
}

/*#sidebar .custom-widget-subtitle {
    display: inline;
    font-weight: bold;
    color: #c05746;
    margin-bottom: 1em;
    line-height: 1.25;
}*/

#sidebar .custom-widget-subtitle {
    display: block;
    font-weight: bold;
    color: #133c55;
    margin-bottom: 1em;
    line-height: 1.25;
    font-size: 18px;
    text-align: center;
}

#sidebar .custom-widget-text {
    /*font-size: .75em*/;
    line-height: 1.5;
    color: #7d7d7d;
    margin-top: .5rem;
}

.widget-btn-container {
    text-align: center;
}

#sidebar .widget-btn {
    clear: both;
    display: inline-block;
    max-width: 85%;
    margin: 1em auto 0;
}



/* Blogroll */

article.postlet {
    display: inline-block;
    max-width: 20.5em;
    max-width: calc(calc(100% / 3) - calc(2em / 3) - 0.1875em);
    min-width: 20em;
    min-height: 22.75em;
    vertical-align: top;
    background-color: #ececec63;
}

.postlet-img {
    height: 12.5em;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 0 !important;
}

.postlet header {
    margin-bottom: 0em !important;
    padding: 0 1.5em;
}

.postlet-title {
    margin: 1em 0em !important;
}

h3.postlet-title {
    font-size: 1em;
}

.postlet section.entry-summary {
    padding: 0 1.5em 1.5em;
}

.postlet section.entry-summary p {
    margin: 1rem 0 0 !important;
    font-size: 18px;
    color: #7d7d7d;
    line-height: 1.5;
}

nav.custom-pagination {
    width: 90%;
    margin: 2em auto;
    text-align: center;
    padding: 1em;
    border-top: 1px solid #d8c564;
    border-bottom: 1px solid #d8c564;
}

a.next, a.prev {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .125em;
}

.page-numbers {
    margin-left: 4px;
    color: #7d7d7d;
    font-weight: bold;
}

span.page-numbers.current {
    color: #39c;
}


span.pagination-separator {
    color: #7d7d7d;
    font-weight: bold;
}

.custom-pagination .page-numbers:last-child .pagination-separator {
    display: none;
}


/*Front Ent Meta */

a.post-edit-link {
    display: none;
}



/*COMMENT AREA*/

#respond { }

h3#reply-title {
    padding: 0;
    padding-top: 1em;
    font-size: 14px;
}

h2.screen-reader-text {
    display: none;
}

p.logged-in-as {
    font-size: .8em;
    padding-top: .5em;
}

.logged-in-as a {
    color: rgb(0,0,0);
    text-decoration: none;
}

.comment-form-comment p label {
    display: block;
    width: 100%;
    color: #000 !important;
    text-transform: capitalize !important;
    letter-spacing: normal !important;
}

textarea#comment {
    display: block;
    width: 100%
}

input#submit {
    border: none;
    border-radius: 4px;
}

h2.comments-title {
    font-size: 1.2em;
    color: rgb(102, 0, 51);
}

ol.comment-list {
    list-style: none;
}

.comment-body {
    background-color: #f2f0e7;
    padding: 1em;
}

.comment-author.vcard {
    display: block;
}

img.avatar {
    display: none;
}

cite.fn {
    display: block;
    font-size: .8em;
    line-height: normal;
}

cite.fn a.url {
    color: #000 !important;
    text-decoration: none !important;
}

span.says {
    display: none;
}

.comment-meta.commentmetadata {
    margin-top: -8px;
}

.comment-meta.commentmetadata a {
    color: #333;
    text-decoration: none;
    font-size: 10px;
    letter-spacing: 1px;
    font-family: "ASAP";
    line-height: 1;
}

.comment-meta.commentmetadata a:hover {
    text-decoration: none;
}

section#comments ul {
    list-style-type: none;
    margin: 0;
}

section#comments ul > li ul {
    list-style-type: none;
    margin-left: 2em;;
}

section#comments ul > li {
    margin: 1em 0;
    padding: 0;
}

#comments p {
    color: #999;
    font-size: .9em;
    margin: .5em 0 1em;
}

a.comment-reply-link {
    padding: .5em 1em;
    font-size: 14px;
}

ol.children {
    list-style: none !important;
}


/* Footer */

footer {
    position: relative;
    font-size: 14px;
}

footer div { box-sizing: border-box; }

footer .widget-container {
    width: 100%;
    display: inline-block;
    padding: 2rem 4rem;
    vertical-align: top;
    margin: 2em -4px 2em 0;
}

footer.three-column-layout .widget-container {
    max-width: 33.3333333333333%;
    max-width: calc(100% / 3);
}

footer.four-column-layout .widget-container {
    max-width: 25%;
    max-width: calc(100% / 4);
}

footer.three-column-layout .widget-container:nth-child(2) {
    border-left: 2px solid rgba(255, 255, 255, .5);
    border-right: 2px solid rgba(255, 255, 255, .5);
}

#copyright {
    padding: 1.5rem 2rem;
    display: inline-block;
    max-width: 50%;
}

div#privacy-menu {
    display: inline-block;
    max-width: 50%;
}

#privacy-menu ul li {
    display: inline-block;
    padding-right: 1rem;
}

#privacy-menu ul li a {
    color: #ffffffa3;
}

#appstudios_love {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 1em;
    background-color: rgba(50,50,50, 0.3);
    font-size: .75em;
    color: #dfdfdf;
}

footer .widget-container h3 {
    margin-bottom: 1.5em;
    color: #d8c564;
    text-transform: uppercase;
    font-size: 1.25em;
    letter-spacing: .1em;
}


footer .widget_recent_entries li {
    position: relative;
    padding-top: 1rem;
    margin-bottom: 1.5rem;
}

footer .widget_recent_entries ul li a {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .05em;
}

footer .thestudio_cta_widget .custom-widget-text {
    margin-top: 2em;
    line-height: 1.5;
    font-size: 12px;
}


footer img.custom-widget-image {
    display: block;
    width: auto;
    margin: auto;
}



/* Move to child */

footer .widget_recent_entries li span.post-date {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
    font-size: .9em;
}


footer .thestudio_cta_widget:first-child {
    padding-top: 0;
}

/* Remove Featured Image On Specific Pages: May 30, 2018 */

article#post-4402 img#featured-image, article#post-4404 img#featured-image, article#post-4407 img#featured-image {
    display: none;
}

/* Changes to WooCommerce Pages: Sept 28, 2020 */

.woocommerce.columns-4 li.product.type-product {
    break-after: auto;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
}

ul.products.columns-4::before {
    display: none;
}

.variations select#colors, .variations select#sizes {
    padding: .5rem;
    font-size: 1rem;
        margin-bottom: 1rem;
}

.woocommerce-product-gallery ol li {
    list-style-type: none !important;
    margin: 0 !important;
}

.woocommerce div.product form.cart .variations {
    width: 50%;
}

.woocommerce.columns-4 .button,
.woocommerce .columns-4 .add_to_cart_button {
    font-size: .9rem;
    color: #133c55 !important;
    background: transparent !important;
    border: solid 1px #d8c564 !important;
}

.woocommerce.columns-4 ul.products li.product .button:hover {
    background: #d8c564 !important;
}

.woocommerce section#comments {
    display: none;
}

.woocommerce-variation-price {
    padding-bottom: 1rem;
}

/* Clear Talk Media Shop */

.page-id-7317 section#content {
    width: 100%;
    margin: auto;
    float: none !important;
        padding-left: 0 !important;
}

.page-id-7317 aside#sidebar {
    display: none;
}

.page-id-7317 img#featured-image {
    display: none;
}

.page-id-7317 section#content ul.products.columns-4 {
    margin-left: 0;
}

/*Changes to WooCommerce Pages: January 4, 2017 */

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background-color: #133c55 !important;
    color: #fff !important;
    border: none !important;
    font-family: 'ASAP', sans-serif !important;
    text-transform: uppercase;
    font-weight: normal !important;
    letter-spacing: .08em;
}

#product aside#sidebar {
    min-width: 27rem;
    max-width: calc(100% - 63rem);
    display: inline-block;
    float: left;
}

.archive #product #container {
    width: 80%;
    display: inline-block;
    margin: 0 10%;
}

/* Hides Cart Button

form.cart {
    display: none;
}

/* Hides Sidebar on Product Category Pages*/

.archive #product aside#sidebar {
  display: none;
}

div#product.wrapper.sidebar-left {
    padding: 4em 1em;
    margin: auto;
    max-width: 90rem;
}

#product #content {
    float: right;
    padding-left: 4em;
    width: calc(100% - 27rem) !important;
    max-width: 63rem !important;
}


textarea.input-text, input.input-text {
    padding: .5em;
    font-size: 1em;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background-color: #a46497;
    color: #fff;
}

/*Changes to Main Feature Description Image Size: February 13, 2017 */

div#main-feature section > div img {
    max-height: 254px;
    width: auto;
}

/*Changes to Main Feature: November 2, 2016 */

div#main-feature section img {
    width: 100%;
    height: auto;
}

div#main-feature hr {
  display: none;
}

div#main-feature section {
  width: 30em;
}

/* Start Here Button Styles */
.menu-standout {
    border-radius: .2rem;
    margin-left: 11px;
    background-color: #d8c564;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

li.menu-standout a {
  color: #7d7d7d !important;
}

li.menu-standout:hover {
    background-color: #dccf8c;
}

li.menu-standout a:hover {
    color: #7d7d7d !important;
}

.mobile-slide-menu .menu-standout a {
    color: #7d7d7d !important;
}

/* Featured Image Changes Oct, 2016*/

.left-transparent-gradient {
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.0) 25%, rgba(255,255,255,0.0) 0%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.0) 25%,rgba(255,255,255,0.0) 0%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.0) 0%,rgba(255,255,255,0.0) 0%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#d9ffffff',GradientType=1 );
}

div#main-feature section p {
    color: #fff;
}

div#main-feature section h1 {
    text-shadow: none;
}

.portrait.none {
    display: none;
}

/*Search Widget Styles */

.search #sidebar {
    min-width: 27rem;
    max-width: calc(100% - 63rem);
}

.search nav#nav-below {
    margin-top: 2rem;
}

.search div#post {
    padding: 4em 0;
    max-width: 90rem;
    margin: auto;
}

.search ul.page-numbers {
    border-top: solid 1px #d8c564;
    border-bottom: solid 1px #d8c564;
    padding: .5em;
    text-align: right;
    margin-top: 1rem;
}

.search ul.page-numbers li {
    display: inline;
}

input#searchsubmit {
    text-transform: uppercase;
    font-weight: 600;
    padding: .75em 1em;
}

#searchform input#s {
    padding: 1.2em;
    margin-right: .5em;
}

.search h2.entry-title {
    margin-top: 2em;
    border-top: solid 1px rgba(125, 125, 125, 0.45);
    padding-top: 1em;
}

/* Iframes */

iframe {
    width: 100%;
}

/* Ordered Lists */

ol {
     margin-left: 2rem;
    list-style-type: disc;
    line-height: 1.5;
}

/* Archive Change to 4 Column */

article.postlet {
    display: inline-block;
    max-width: calc(calc(100% / 4) - calc(2em / 4) - 0.1875em) !important;
      max-width: 22%;
    min-width: 14em;
    margin-left: 1em;
}

/* Content Styles */

.aligncenter {
    display: block;
    margin: auto;
}

article.postlet:nth-of-type(2n) {
    float: none !important;
}

span.inline-menu-label {
    padding: 1rem 0em 1rem 1rem;
}

.postlet {
    margin-bottom: 4rem;
}

#sidebar .custom-widget-image {
    max-width: 60% !important;
}

footer .thestudio_cta_widget .custom-widget-text a {
  color: rgb(216, 197, 100);
}


/*nav ul.sub-menu li:hover a {
    background-color: rgba(255, 255, 255, 0) !important;
}*/

section.entry-content h2, section.entry-content h3, section.entry-content h4 {
    font-family: 'ASAP', sans-serif;
    font-weight: 900;
    padding-top: 1.5em;
}

section.entry-content h2 {
    color: #7d7d7d;
}

section.entry-content h3 {
    color: #3399cc;
}

section.entry-content h4 {
    color: #133c55;
}

section.entry-content a {
    border-bottom: dotted 1px #39c;
}

section#content section.entry-content blockquote, q {
    quotes: none;
    text-align: center;
    font-size: 1.5rem;
    font-family: 'Playfair Display', Georgia, serif;
    color: #d8c564 !important;
    margin: 2em;
    border-top: solid 1px rgba(125, 125, 125, 0.48);
    border-bottom: solid 1px rgba(125, 125, 125, 0.48);
    padding: 1em;
}

img.alignleft {
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-bottom: .5em;
}

img.alignright {
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: .5em;
}

/* Ninja Forms Customization */

.ninja-forms-field {
    padding: 10px;
    border: solid 1px;
}

.nf-field-element textarea {
    border: solid 1px #000 !important;
}

/* Button Styles */

.red-btn, .widget-btn, input#submit, a.comment-reply-link, #nf-field-4, input[type=button], input[type="button" i], input[type="submit" i], input[type="reset" i] {
    background-color: #133c55 !important;
    color: #fff !important;
    border: none !important;
    font-family: 'ASAP', sans-serif !important;
    font-size: 16px !important;
}

.rounded-btn, input#submit, a.comment-reply-link, #nf-field-4, input[type=button], input[type="button" i], input[type="submit" i], input[type="reset" i] {
    border-radius: .25rem !important;
}

.slogan-line {
    width: 100%;
    text-align: center !important;
    font-size: 2.75em;
    padding: 2rem;
}

/* APP Studios Styles, WooCommerce */
.page-id-1759 img#featured-image {
    display: none;
}

.woocommerce-page img#featured-image {
    display: none;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: none;
    width: 100%;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    margin-bottom: 0;
}

/* Remove Featured Image On Specific Pages: May 30, 2018 */

article#post-4402 img#featured-image, article#post-4404 img#featured-image, article#post-4407 img#featured-image {
    display: none;
}


/*Changes to WooCommerce Pages: January 4, 2017 */

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background-color: #133c55 !important;
    color: #fff !important;
    border: none !important;
    font-family: 'ASAP', sans-serif !important;
    text-transform: uppercase;
    font-weight: bold !important;
    letter-spacing: .08em;
    /*font-size: 16px !important;*/
}

#product aside#sidebar {
    min-width: 27rem;
    max-width: calc(100% - 63rem);
    display: inline-block;
    float: left;
}

.archive #product #container {
    width: 80%;
    display: inline-block;
    margin: 0 10%;
}

/* Hides Cart Button

form.cart {
    display: none;
}

/* Hides Sidebar on Product Category Pages*/

.archive #product aside#sidebar {
  display: none;
}

div#product.wrapper.sidebar-left {
    padding-top: 4em;
    padding-bottom: 4em;
    margin: auto;
    max-width: 90rem;
}

#product #container {
    max-width: 59rem;
    display: inline-block;
    margin-left: 4rem;
}


textarea.input-text, input.input-text {
    padding: .5em;
    font-size: 1em;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background-color: #a46497;
    color: #fff;
}

/*Changes to Main Feature Description Image Size: February 13, 2017 */

div#main-feature section > div img {
    max-height: 254px;
    width: auto;
}

/*Changes to Main Feature: November 2, 2016 */

div#main-feature section img {
    width: 100%;
    height: auto;
}

div#main-feature hr {
  display: none;
}

div#main-feature section {
  width: 30em;
}

/* Start Here Button Styles */
.menu-standout {
    border-radius: .2rem;
    margin-left: 11px;
    background-color: #d8c564;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

li.menu-standout a {
  color: #7d7d7d !important;
}

li.menu-standout:hover {
    background-color: #dccf8c;
}

li.menu-standout a:hover {
    color: #7d7d7d !important;
}

.mobile-slide-menu .menu-standout a {
    color: #7d7d7d !important;
}

/* Featured Image Changes Oct, 2016*/

.left-transparent-gradient {
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.0) 25%, rgba(255,255,255,0.0) 0%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.0) 25%,rgba(255,255,255,0.0) 0%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.0) 0%,rgba(255,255,255,0.0) 0%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#d9ffffff',GradientType=1 );
}

div#main-feature section p {
    color: #fff;
}

div#main-feature section h1 {
    text-shadow: none;
}

.portrait.none {
    display: none;
}

/*Search Widget Styles */

.search #sidebar {
    min-width: 27rem;
    max-width: calc(100% - 63rem);
}

.search nav#nav-below {
    margin-top: 2rem;
}

.search div#post {
    padding: 4em 0;
    max-width: 90rem;
    margin: auto;
}

.search ul.page-numbers {
    border-top: solid 1px #d8c564;
    border-bottom: solid 1px #d8c564;
    padding: .5em;
    text-align: right;
    margin-top: 1rem;
}

.search ul.page-numbers li {
    display: inline;
}

input#searchsubmit {
    text-transform: uppercase;
    font-weight: bold;
    padding: .75em 1em;
}

#searchform input#s {
    padding: 1.2em;
    margin-right: .5em;
}

.search h2.entry-title {
    margin-top: 2em;
    border-top: solid 1px rgba(125, 125, 125, 0.45);
    padding-top: 1em;
}

/* Iframes */

iframe {
    width: 100%;
}

/* Ordered Lists */

ol {
     margin-left: 2rem;
    list-style-type: disc;
    line-height: 1.5;
}

/* Archive Change to 4 Column */

article.postlet {
    display: inline-block;
    max-width: calc(calc(100% / 4) - calc(2em / 4) - 0.1875em);
      max-width: 22%;
    min-width: 14em;
    margin-left: 1em;
}

/* Content Styles */

.aligncenter {
    display: block;
    margin: auto;
}

article.postlet:nth-of-type(2n) {
    float: none !important;
}

span.inline-menu-label {
    padding: 1rem 0em 1rem 1rem;
}

.postlet {
    margin-bottom: 4rem;
}

#sidebar .custom-widget-image {
    max-width: 60% !important;
}

footer .thestudio_cta_widget .custom-widget-text a,
footer .widget-container h3 {
    color: #4dccbd;
}

section.entry-content h2, section.entry-content h3, section.entry-content h4 {
    font-family: 'ASAP', sans-serif;
    font-weight: 900;
    padding-top: 1.5em;
}

section.entry-content h2 {
    color: #7d7d7d;
}

section.entry-content h3 {
    color: #3399cc;
}

section.entry-content h4 {
    color: #133c55;
}

section.entry-content a {
    border-bottom: dotted 1px #39c;
}
img.alignleft {
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-bottom: .5em;
}

img.alignright {
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: .5em;
}

/* Ninja Forms Customization */

.ninja-forms-field {
    padding: 10px;
    border: solid 1px;
}

.nf-field-element textarea {
    border: solid 1px #000 !important;
}

/* Button Styles */

.red-btn, .widget-btn, input#submit, a.comment-reply-link, #nf-field-4, input[type=button], input[type="button" i], input[type="submit" i], input[type="reset" i] {
    background: rgb(51,153,204) !important;
    background: linear-gradient(145deg, rgba(51,153,204,1) 0%, rgba(77,204,189,1) 70%) !important;
    color: #fff !important;
    border: none !important;
    font-family: 'ASAP', sans-serif !important;
    font-size: 22px !important;
      font-weight: bold !important;
}

.rounded-btn, input#submit, a.comment-reply-link, #nf-field-4, input[type=button], input[type="button" i], input[type="submit" i], input[type="reset" i] {
    border-radius: .25rem !important;
}

.slogan-line {
    width: 100%;
    text-align: center !important;
    font-size: 2.75em;
    padding: 2rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    border-bottom: none;
}

/* Mobile */

@media (max-width: 1024px){
    #product section#content {
    width: 100% !important;
}

    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: none;
    width: 100%;
}

    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: none;
    width: 100%;
}
    #product aside#sidebar {
    max-width: 100%;
    float: none;
}
    section#content section.entry-content blockquote, q {
    margin: 0;
}
}

@media only screen and (min-width: 1025px) and (max-width: 1280px){

    .parallax_layer_base {
        transform: translateZ(0);
        text-align: center;
    }
    #parallax_row.two-column .content-box {
        max-width: 25em;
    }
    #parallax_row .cb-inner {
        display:block;
        width: auto !important;
        max-width: none !important;
        padding-left: 2em !important;
        padding-right: 2em !important;
    }
    .parallax_layer.parallax_layer_base.container h3,
    .parallax_layer.parallax_layer_base.container p {
        text-align: center;
    }
    #parallax_row .cb-inner .rounded-btn {
        display: block;
        text-align: center;
    }
    #parallax_row .cb-inner.inline-right {
        padding-top: 1em !important;
        padding-bottom: 2em !important;
    }
    #parallax_row .cb-inner.inline-left {
        padding-top: 2em !important;
        padding-bottom: 1em !important;
    }

}

/*===========================================================================================*\
\*===========================================================================================*/
/*===========================================================================================*\
    Tablet/Mobile Styles
\*===========================================================================================*/
/*===========================================================================================*\
\*===========================================================================================*/
@media only screen and (max-width: 1280px){
    .promo-left {
        left: 0;
    }
    .promo-right {
        margin-right: 0;
    }
}

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

    .mobile-only {
        display: block;
    }

    hr.mobile-only {
        border: 0;
        border-top: 1px solid rgba(101, 178, 217, 0.3);
        width: 80%;
        margin: 2em auto;
    }

    header.lmr-layout div#social-links {
        display: block;
        float: right;
        clear: both;
        padding: .5rem;
        margin-top: -1rem;
        text-align: center;
    }

    nav#primary {
        width: 10em;
        max-width: none;
        float: right;
        margin-top: 0;
    }

    nav#primary .menu-main-menu-container {
        display: none;
    }

    /* Mobile Menu Styles */
    #mobile-menu-btn {
        color: #fff;
        text-transform: uppercase;
        padding: 1em;
        background-color: #133c55;
    }
    .mobile-slide-menu{
        -webkit-transition: left 0.3s ease;
        -o-transition: left 0.2s ease;
        -moz-transition: left 0.2s ease;
        -ms-transition: left 0.2s ease;
        transition: left 0.2s ease;
        position:fixed;
        top: 0;
        bottom: 0px;
        left: -280px;
        width: 280px;
        z-index: 999999; }

    #mobile-toggle-menu {
        background-color: #FFFFFF;
        padding: 0 .75em;
        box-sizing: border-box;
        overflow-y: scroll;
        z-index: 999999999;
    }

    .mobile-slide-menu.active {
        left: 0px !important;
    }

    .mobile-menu-header {
        padding: .5rem 0;
        color: #a7a7a7;
        text-transform: uppercase;
        font-size: .75em;
        text-align: right;
        font-weight: bold;
    }

    .mobile-slide-menu ul {
        list-style: none;
        padding: 0px !important;
    }

    .mobile-slide-menu li {
        border-bottom: 0px !important;
    }

    .mobile-slide-menu li a {
        display: block;
        text-align: left;
        text-transform: uppercase;
        font-weight: bold;
    }

    .mobile-slide-menu li > ul li a {
        padding: 10px 20px 6px;
    }

    .mobile-slide-menu li > ul li a:before {
        /*content:'> ';*/
        vertical-align: middle;
        margin-right: 5px;
    }

    .mobile-slide-menu li > ul li > ul li a {
        padding: 10px 30px 6px;
    }

    .mobile-slide-menu .sub-menu {
        display: block;
        margin: 0px;
        list-style: none;
        position: relative;
        top: 0px;
        text-align: left;
    }


    .mobile-slide-menu li
    {
        list-style: none !important;
    }

    .mobile-slide-menu a
    {
        text-decoration: none !important;
        background-color: transparent !important;
        padding: 1em !important
    }

    .mobile-slide-menu .sub-menu li a {
        padding: 10px 10px 10px 20px !important;
        font-size: .85em;
        color: #78bcde;
    }

    .mobile-slide-menu ul.sub-menu
    {
        opacity: 1  !important;
        z-index:auto !important;
        width: auto !important;

    }

    #menu-mobile-menu ul.sub-menu
    {
        background-color: rgba(99, 95, 67, 0.5) !important;
    }
    /* End Mobile Menu Styles */



    div#header-bottom {
        display: none;
    }

    .hero-image {
        background-position: 30% bottom;
    }

    .hero-content {
        top: 25%;
        margin-right: 1rem;
    }

    div#largeCTA-offsetFeatPosts {
        padding: 2em 2em 0;
        border-top: 1px solid #a5d7f1;
    }

    div#largeCTA-offsetFeatPosts div#main-feature {
        width: 100%;
    }

    aside#side-features {
        padding: 0;
        width: auto !important;
        display:block;
        text-align: center;
    }

    #side-features section {
        padding: 4em 2em;
        display: inline-block;
        width: 48%;
        max-width: 30em;
        text-align: left;
    }
    #side-features section:first-of-type {
        float: left;
    }
    #side-features section:last-of-type {
        float: right;
    }

    #two-column-feature-row {
        margin-bottom: 0;
    }

    .left-feature.inline-left, .right-feature.inline-right {
        width: 100%;
        max-width: 64rem;
        text-align: center;
        padding: 0 !important;
    }

    #parallax_row.two-column .content-box {
        max-width: 43.25em;
        margin-left: auto !important;
        margin-right: auto !important;
        display:block;
    }

    #parallax_row.two-column .content-box.inline-right {
        margin-top: 4rem;
    }

    div#image-link-grid {
        padding: 1em 2em 2em;
    }

    #image-link-grid a.image-link{
        max-width: 47%;
        max-width: calc(calc(100% / 2) - calc(2rem / 2));

    }

    #image-link-grid a.image-link:nth-of-type(3n+2) {
        margin: auto;
    }

    #image-link-grid a.image-link:nth-of-type(2n) {
        margin-left: 2rem;
    }

    #page, #post {
        padding: 0 2em;
    }

    #page > .container,
    #post > .container {
        padding: 2em 0;
    }

    #page.sidebar-left section#content,
    #page.sidebar-left aside#sidebar,
    #post.sidebar-left section#content,
    #post.sidebar-left aside#sidebar,
    #podcast.sidebar-left section#content,
    #podcast.sidebar-left aside#sidebar{
        float: none;
        max-width: none;
        min-width: 0;
        width: 100%;
        padding: 0;
    }

    article.postlet {
        max-width: none !important;
        margin: .5em !important;
        width: 48%;
        width: calc(calc(100% / 2) - 2rem);
    }

    article.postlet:nth-of-type(n+1), article.postlet:nth-of-type(2n) {
        float: none;
    }

    #sidebar .widget-container:nth-of-type(n+1) {
        float: left;
    }
    #sidebar .widget-container:nth-of-type(2n) {
        float: right;
    }

    #sidebar .widget-container {
        margin: .5em;
        width: calc(calc(100% / 2) - 1em);
    }

    footer .widget-container:first-child {
        display: block;
        max-width: none !important;
        padding: 2em 4em 0;
        margin-top: 0px;
    }

    footer .widget-container:nth-child(2) {
        border-left: 0 !important;
    }

    footer.three-column-layout .widget-container {
        max-width: calc(100% / 2);
    }

    .mobile img {
        display: block;
        max-width: 560px;
        margin: auto;
    }
    .non-mobile img {
        display: none;
    }

}/*End @media only screen and (max-width: 1024px) */

@media only screen and (max-width: 900px){
    .promo-cta-inner {
        text-align:center;
    }
    .promo-left {
        margin: 0;
        width: 100%;
        max-width: none;
    }
    .promo-right {
        float: none;
        margin-top: 2rem;
    }
}
/*===========================================================================================*\
\*===========================================================================================*/
/*===========================================================================================*\
    Mobile Styles
\*===========================================================================================*/
/*===========================================================================================*\
\*===========================================================================================*/
@media only screen and (max-width: 768px){

    a.image-link span { margin: 5.5rem auto; }

    #side-features section { padding: 2em 1em; }

    .slogan-line {
        float: none;
        width: 100%;
        text-align: center !important;
        padding: .5em 0;
    }

    div#main-feature section {
        width: 25em;
    }
    section#content section.entry-content blockquote, q {
     quotes: none;
     text-align: center;
     font-size: 1em;
     font-family: 'Playfair Display', Georgia, serif;
     color: #d8c564 !important;
     margin: 0;
     border-top: solid 1px rgba(125, 125, 125, 0.48);
     border-bottom: solid 1px rgba(125, 125, 125, 0.48);
     padding: 0;
    }
}

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

    .parallax {
        padding: 1.5rem;
    }

    #parallax_row.two-column .content-box.inline-left {
        margin-right: 0px;
    }
    #parallax_row.two-column .content-box.inline-right {
        margin-left: 0px;
        margin-top: 1.5rem;
    }


    #post .post-meta > span {
        display: block;
        line-height: 1.25;
    }

    article.postlet,
    #sidebar .widget-container {
        float: none !important;
        max-width: none;
        width: auto;
        margin: 1em auto 0 !important;
        min-width: 0;
    }

    article.postlet {
        margin: 1em auto 0 !important;
    }

    footer#footer {
        padding-bottom: 2rem;
    }

    footer.three-column-layout .widget-container {
        max-width: none;
        margin: 1em auto;
        padding: 2em 2em 0;
        border: 0 !important;
    }

    #appstudios_love {
        display: none;
    }

    #copyright {
        display: block;
    }

    div#privacy-menu {
        display: block;
        margin: auto;
    }

}/*End @media only screen and (max-width: 767px) */

@media only screen and (max-width: 730px){
    div#largeCTA-offsetFeatPosts div#main-feature {
        height: auto !important;
    }
    .main-feature-image {
        height: 480px !important;
    }
    .main-feature-title {
        display:block;
        max-width: none;
        margin-bottom: 1rem;
    }
    .main-feature-bottom {
        position: relative;
    }
}

@media only screen and (max-width: 680px){
  div#image-link-grid {
      padding: 0 2em 2em;
  }
  a.image-link span {
    margin: 4.5rem auto;
  }
  div#main-feature section {
    position: relative;
    margin: auto;
  }

    div#main-feature hr {
    width: 80%;
    margin: 1em auto;
  }

  div#main-feature section > div {
    width: 100%;
  }

  div#largeCTA-offsetFeatPosts div#main-feature {
    background-size: inherit;
    background-position: 13% top;
  }

  div#main-feature .left-transparent-gradient {
  background: #7d7d7d !important;
    height: 35rem;
    bottom: 0;
    }

#product #container {
    width: 80%;
    margin: 0 10%;

  }
}

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

    #parallax_row.two-column .content-box {
        max-width: 28em;
    }
    #parallax_row .cb-inner {
        display:block;
        width: auto !important;
        max-width: none !important;
        padding-left: 1em !important;
        padding-right: 1em !important;
    }
    .parallax_layer.parallax_layer_base.container h3,
    .parallax_layer.parallax_layer_base.container p {
        text-align: center;
    }
    #parallax_row .cb-inner .rounded-btn {
        display: block;
        text-align: center;
    }
    #parallax_row .cb-inner.inline-right {
        padding-top: .5em !important;
        padding-bottom: 1em !important;
    }
    #parallax_row .cb-inner.inline-left {
        padding-top: 1em !important;
        padding-bottom: .5em !important;
    }

    div#main-feature .left-transparent-gradient {
        height: 100%;
        width: 100%;
        position: absolute;
        right: 0;
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.21) 0%, rgba(255,255,255,0.85) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.21) 0%,rgba(255,255,255,0.85) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.21) 0%,rgba(255,255,255,0.85) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#d9ffffff',GradientType=1 );
    }

    div#main-feature .left-transparent-gradient section {
        width: 100%;
    }


    .main-feature-image {
        height: 360px !important;
    }

}

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

    div#image-link-grid {
      padding: 0 1em 2em;
  }
  a.image-link span {
    margin: 6.5rem auto;
  }
  #image-link-grid a.image-link {
    width: 100%;
    max-width: 460px;
    margin: 1em auto !important;
}
  div#image-link-grid {
    padding: 0 2em 1em;
}

    #side-features section {
          padding: 2em 2em 0em 2em;
            display: block;
           width: 100%;
            max-width: 100%;
            text-align: center;
    }
      aside#side-features {
        margin-bottom: 3em;
    }
      .parallax {
        padding: 2rem;
     }
}

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

    a#site-logo {
        display: block;
        margin: auto;
        float: none;
    }

    header.lmr-layout div#social-links {
        float: none;
        padding: 1rem 0 0;
        text-align: center;
        margin: 0 auto !important;
    }

    nav#primary {
        float: none;
        margin: 1em auto 0;
        display: block;
    }

    #hero {
        height: auto !important;
    }
    .hero-image {
        background-position: 20% 70%;
        height: 480px
    }
    .hero-content {
        max-width: none;
        position: relative;
        left: auto;
        top: auto;
        margin-right: 0;
        padding: 1rem;
        background: #e7e9e8;
    }
    .hero-image {
        background-position: 20% 70%;
        height: 280px;
        background-size: 250%;
    }
}

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

    div#largeCTA-offsetFeatPosts div#main-feature {
        display: block;
        width: 100%;
        margin: 0 !important;
    }

    aside#side-features {
        display: block;
        width: auto;
        padding: 2em;
    }

    section#comments ul > li ul {
        margin-left: .5em;
    }

    section#comments input#submit {
        width: 100%;
    }

    #page, #post {
        padding: 0 1.5em;
    }
    #page > .container, #podcast > .container, #post > .container {
        padding: 1.5em 0;
    }

    #page.sidebar-left section#content, #podcast.sidebar-left section#content, #post.sidebar-left section#content {
        padding-left: 0;
    }

    section#content {
        width: 100%;
        max-width: none;
    }

    article.postlet {
        display: block !important;
        max-width: none !important;
        min-width: auto !important;
    }

    aside#sidebar {
        float: none;
        min-width: auto;
        max-width: none;
    }

    aside#side-features {
    display: block;
    width: auto;
    padding: 0 !important;
    }
    a.image-link span {
      margin: 4.5rem auto !important;
  }


}

    /* Mobile Styles */

@media only screen and (max-width: 429px) {
  div#main-feature .left-transparent-gradient {
    height: 65%;
    overflow: scroll;
  }
}


}/*End @media only screen and (max-width: 480px) */
