/*
 * Responsive styles
 *
 * @author: Exquiture
 * @version: 1.0
 *
*/
.nopadding {
    padding: 0 !important;
}
.container {
    position: relative;
}
/* Mobile menu */
.navbar-default .navbar-toggle {
    border: none;
    background: transparent;
    box-shadow: none;
    color: #fff;
}
.navbar-default .navbar-toggle:hover {
    background: transparent;
}
.navbar-toggle .icon-bar {
    background-color: #fff !important;
    height: 4px;
    width: 26px;
}
.drk .navbar-toggle .icon-bar {    
    background-color: #000 !important;    
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: transparent;
}
.navbar-toggle {
    margin-right: 10px;
    padding-right: 0;
    border: none;
    background: none;
    box-shadow: none;
}
.navbar-toggle.on .one {
    -moz-transform: rotate(45deg) translate(8px, 8px);
    -ms-transform: rotate(45deg) translate(8px, 8px);
    -webkit-transform: rotate(45deg) translate(8px, 8px);
    transform: rotate(45deg) translate(8px, 8px);
    width: 26px;
}
.navbar-toggle.on .two {
    opacity: 0;
}
.navbar-toggle.on .three {
    -moz-transform: rotate(-45deg) translate(6px, -6px);
    -ms-transform: rotate(-45deg) translate(6px, -6px);
    -webkit-transform: rotate(-45deg) translate(6px, -6px);
    transform: rotate(-45deg) translate(6px, -6px);
    width: 26px;
}
.one,
.two,
.three {
    width: 100%;
    height: 6px;
    background: #fff;
    margin: 6px auto;
    backface-visibility: hidden;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
}
.navbar-default {
    background: none;
    border: none;    
}
.navbar-default.tgl {
    position: absolute;
    top: 15px;
    right: 0;
}
.navbar-nav>li>a {
    color: #231F20;
    font-family: 'cervo';
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding-right: 0;
}
.navbar-nav>li>a:hover {
    color: #231F20;
    background-color: rgba(255,255,255,.6);
}
.dropdown-menu {
    padding-left: 5px;
}
.dropdown-menu>li>a {
    color: #231F20;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.19em;
    white-space: normal;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #231F20;
    background-color: rgba(255,255,255,.6);
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    border-color: transparent;
    background-color: rgba(255,255,255,.6);
}
.caret {
    color: #231F20;
}
nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 4em auto;
    text-align: center;
}
nav ul.hidden {
    display: none;
}
.menu-section.on {
    z-index: 1001;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}

/* Landing page */
.landing .top-bar {
    background: #1e242b;
    width: 100%;
    min-height: 72px;
    color: #fff;
    font-family: 'cervo';
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 0.1em;
    font-weight: 300;
    padding-top: 20px;
}
.landing .top-bar strong {
    font-family: 'northwell';
    text-transform: none;
    letter-spacing: 0;
    font-size: 38px;
    font-weight: 100;
}
.landing .top-bar .txt {
    float: left;
    margin-right: 15px;
}
.landing .top-bar .txt p {
    margin-bottom: 0;
}
.landing .top-bar .frm {
    float: left;
}
.landing .top-bar .frm .gform_wrapper form.gf_simple_horizontal div.gform_body {
    max-width: 80%;
    width: 80%;
}
.landing .top-bar .frm .gform_wrapper {
    margin: 0;
}
.landing .top-bar .frm input[type="text"] {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: 'lulo' !important;
    font-weight: 300;
    letter-spacing: 0.2em;
    outline: 0;
    font-size: 7px !important;
}
.landing .top-bar .frm input[type="submit"] {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    border-radius: 0;
    color: #fff;
    font-family: 'cervo';
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 0.1em;
    font-weight: 300;
    box-shadow: none;
    text-shadow: none;
    padding-bottom: 0;
    outline: 0;
    padding-left: 0;
    padding-top: 16px;
}
.landing .main-img {
    background-position: center;
    background-size: cover;
    height: 880px;
    position: relative;
}
.landing .main-img .container {
    height: 100%;
}
.landing .main-img .overlay {
    background: #fff;
    max-width: 500px;
    position: absolute;
    left: 0;
    bottom: -105px;
    padding: 87px 76px 52px 45px;
/*    margin-left: -45px;*/
}
.landing .main-img .overlay .top-img {
    position: absolute;
    top: -270px;
    left: -65px;
}
.landing .main-img .overlay .top-img img {
    max-width: none;
}
.landing .main-img .overlay h2.box-title {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 56px;
    font-family: 'cervo';
    font-weight: 400;
    color: #12312a;
}
.landing .main-img .overlay .txt {
    font-weight: 300;
    font-size: 30px;
    line-height: 1.33;
}
.landing .main-img .overlay .txt:after {
    content: '';
    display: block;
    width: 104px;
    height: 4px;
    background: #f9dfe1;
    margin: 30px 0;
}
.landing .main-img .overlay .cts {
    text-transform: uppercase;
    font-size: 45px;
    font-family: 'cervo';
    font-weight: 400;
    color: #12312a;
    line-height: 1.13;
    padding-right: 67px;
    position: relative;
}
.landing .main-img .overlay .cts .arw {
    background: url(../img/land-arrow.png) center no-repeat;
    height: 102px;
    width: 262px;
    position: absolute;
    top: 48%;
    right: -200px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.landing .grey-bar {
    min-height: 380px;
    width: 100%;
    background: #28282f url(../img/land-shapes.png) center repeat;
}
.landing .grey-bar .signup {
    min-width: 533px;
    max-width: 533px;
    float: right;
    position: relative;
    text-align: center;
    padding-top: 135px;
    color: #f9dfe1;
    margin-right: 35px;
}
.landing .grey-bar .signup .sgn {
    background: url(../img/sign-up.png) center no-repeat;
    width: 342px;
    height: 241px;
    position: absolute;
    top: -136px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.landing .grey-bar .signup .frm {
    font-family: 'lulo';
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.01em;
}
.landing .grey-bar .signup .frm label {
    display: none;
}
.landing .grey-bar .signup .frm li {
    margin: 0;
}
.landing .grey-bar .signup .frm p {
    margin-bottom: 0;
}
.landing .grey-bar .signup .frm .gform_wrapper {
    margin: 0;
}
.landing .grey-bar .signup .frm input[type="text"] {
    border: none;
    border-radius: 0;
    background: none;
    color: #fff !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-bottom: 1px solid #f9dfe1;
    font-family: 'cervo' !important;
    font-weight: 300;
    letter-spacing: 0 !important;
    font-size: 25px !important;
    text-transform: uppercase;
    text-align: left;
    outline: 0;
}
.landing .grey-bar .signup .frm .gform_wrapper .gform_footer {
    text-align: center;
}
.landing .grey-bar .signup .frm input[type="submit"] {
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
    text-shadow: none;
    color: #28282f;
    text-transform: uppercase;
    font-family: 'cervo';
    font-size: 27px;
    letter-spacing: 0.01em;
    background: #f9dfe1;
    font-weight: 300;
    outline: 0;
    padding-bottom: 7px;
}
.landing .content .container {
    padding: 45px 0 65px;
}
.landing .content .txt {
    font-size: 29px;
    line-height: 1.43;
    font-weight: 300;
    padding-left: 45px;
}
.landing .content .txt strong {
    color: #12312a;
    font-weight: 700;
}
footer.land nav {
    background: #f6f5f5;
    height: 70px;
    width: 100%;
    text-align: center;
    color: #131a20;
    font-family: 'lulo';
    font-size: 13px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 29px;
    position: fixed;
    bottom: 0;
    left: 0;
}
footer.land nav.main-navigation ul {
    display: inline-block;
}
footer.land nav.main-navigation ul li {
    margin: 0 30px;
}
@media only screen and (max-width : 1250px) {
    footer.land nav.main-navigation ul li {
        margin: 0 20px;
    }
}
footer.site-footer {
    text-align: center;
}
footer.site-footer .wdgs {
    border-top: 1px solid #f9dfe1;
    border-bottom: 1px solid #f9dfe1;
    margin-top: 77px;
    padding-top: 11px;
    padding-bottom: 11px;
}
footer.site-footer .wdg {
    display: inline-block;
    vertical-align: middle;
    height: 130px;
    text-align: center;
}
footer.site-footer .wdg.first {
    padding-top: 30px;
    border-right: 1px solid #f9dfe1;
}
footer.site-footer .wdg.second {
    padding-top: 41px;
    line-height: 0;
}
footer.site-footer .wdg.mid {
    padding-top: 19px;
    border-right: 1px solid #f9dfe1;
    border-left: 1px solid #f9dfe1;
}
footer.site-footer .wdg.third {
    padding-top: 27px;
    border-right: 1px solid #f9dfe1;
}
footer.site-footer .wdg.fourth {
    padding-top: 37px;
}
footer.site-footer .wdg h4 {
    text-transform: uppercase;
    font-size: 8px;
    font-family: 'lulo';
    font-weight: 700;
    letter-spacing: 0.15em;
}
footer.site-footer .wdg .socials ul {
    padding: 0;
    margin-left: 0;
    list-style: none;
    text-align: center;
}
footer.site-footer .wdg .socials ul li {
    display: inline-block;
    margin: 0 9px;
    font-size: 20px;
}
footer.site-footer .site-info {
    padding: 32px 0;
    text-transform: uppercase;
    font-size: 8px;
    letter-spacing: 0.15em;
    font-family: 'lulo';
    font-weight: 700;
    line-height: 3;
}
.site-branding {
    float: left;
    margin-top: 79px;
}
.pgnav {
    margin-top: 117px;
    float: right !important;
    text-transform: uppercase;
    font-family: 'lulo';
    font-weight: 700;
    letter-spacing: 0.16em;
    font-size: 10px;
    color: #28282f;
    text-align: right;
    width: auto !important;
    clear: none !important;
}
.pgnav a {
    color: #28282f;
}
.pgnav ul {
    text-align: right;
}
.pgnav ul li {
    margin-left: 30px;
    display: inline-block;
    float: none;
    transition: 350ms ease all;
}
.pgnav ul li:hover, .pgnav ul li.current-menu-item {
    border-bottom: 4px solid #f9dfe1;
    transition: 300ms ease all;
}

/* Homepage */
.img-hdr .site-header {
    background-position: center;
    background-size: cover;
    min-height: 800px;
    position: relative;
}
.page-template-template-homepage .site-header {
    height: 1080px;
}
.page-template-template-homepage header .ovrl {
    color: #fff;
    max-width: 625px;
    float: right;
    font-weight: 300;
    font-size: 28px;
    margin-right: -30px;
    margin-top: 60px;
}
.page-template-template-homepage header .ovrl h2 {
    font-size: 70px;
    font-family: 'northwell';
    font-weight: normal;
}
.page-template-template-homepage header .ovrl p {
    margin-bottom: 30px;
}
.page-template-template-homepage header .ovrl:after {
    content: '';
    height: 4px;
    width: 104px;
    background: #f9dfe1;
    margin-top: 30px;
    display: block;
}
.homepage .grey-frm {
    background: #28282f;
    color: #fff;
    position: relative;
    z-index: 99;
    padding: 32px 84px 20px;
    margin-top: -125px;
}
.homepage .grey-frm .shape {
    background: url(../img/home-shape.png) center no-repeat;
    width: 169px;
    height: 185px;
    position: absolute;
    top: -87px;
    right: -57px;
    z-index: 55;
}
.homepage .grey-frm h2 {
    text-transform: uppercase;
    font-family: 'cervo';
    font-weight: 300;
    font-size: 47px;
}
.homepage .grey-frm .txt {
    font-weight: 300;
    font-size: 29px;
    line-height: 1.63;
}
.homepage .grey-frm .txt input[type="text"] {
    border: none;
    border-radius: 0;
    background: none;
    color: #fff !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-bottom: 1px solid #f9dfe1;
    font-family: 'cervo' !important;
    font-weight: 300;
    letter-spacing: 0 !important;
    font-size: 25px !important;
    text-transform: uppercase;
    text-align: left;
    outline: 0;
}
.homepage .grey-frm .txt input[type="submit"] {
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
    text-shadow: none;
    color: #28282f;
    text-transform: uppercase;
    font-family: 'cervo';
    font-size: 27px;
    letter-spacing: 0.01em;
    background: #f9dfe1;
    font-weight: 300;
    outline: 0;
    padding-bottom: 7px;
}
.homepage .grey-frm .txt .gform_wrapper form.gf_simple_horizontal div.gform_body {
    width: 100%;
}
.homepage .pg-content {
    max-width: 995px;
    padding-top: 80px;
    font-weight: 300;
    font-size: 26px;
    color: #37373d;
}
.homepage .pg-content p {
    line-height: 1.58;
}
.homepage .pg-content h2 {
    color: #28282f;
    text-transform: uppercase;
    font-family: 'cervo';
    font-weight: 300;
    font-size: 52px;
    margin-top: 20px;
    margin-bottom: 30px;
    border-bottom: 4px solid #f9dfe1;
    display: inline-block;
}
.homepage .pg-content strong {
    font-weight: 700;
    color: #12312b;
}
.homepage .pg-content blockquote, .page.default blockquote, .entry-content blockquote, .luminary .mid-section blockquote {
    border: none !important;
    font-family: 'Libre Baskerville';
    color: #12312a;
    font-style: italic;
    font-size: 43px;
    text-align: center;
    background: url(../img/quote-underline.png) center bottom no-repeat;
    padding-bottom: 20px;
    margin-bottom: 1.5em;
}
.homepage .grey-bar {
    min-height: 400px;
    width: 100%;
    background: #28282f url(../img/land-shapes.png) center repeat;

}
.homepage .grey-bar .gs-wdgs {
    list-style: none;
    padding: 0;
    padding-top: 90px;
    margin-left: 0;
}
.homepage .grey-bar .gs-wdgs li {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-right: -3px;
}

/* Newsletter page template */
.page-template-template-newsletter .ovrl {
    background: #fff;
    max-width: 670px;
    min-height: 368px;
    position: absolute;
    top: 61%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    text-transform: uppercase;
    font-family: 'cervo';
    font-weight: 300;
    font-size: 54px;
    line-height: 1.11;
    padding: 96px 90px 60px;
}
.page-template-template-newsletter .ovrl p {
    margin: 0;
}
.page-template-template-newsletter .ovrl p:after {
    content: '';
    display: block;
    width: 104px;
    height: 4px;
    background: #f9dfe1;
    margin: 20px 0 0;
}
.page-template-template-newsletter .ovrl strong {
    font-weight: 700;
    color: #12312a;
    
}
.page-template-template-newsletter .ovrl .stars {
    background: url(../img/nws-stars.png) center no-repeat;
    width: 109px;
    height: 140px;
    position: absolute;
    left: 66px;
    top: -70px;
}
.page.newsletter .pg-content {
    margin-top: 64px;
    padding-bottom: 62px;
}
.page.newsletter .pg-content .left {
    position: relative;
}
.page.newsletter .pg-content .left .shape {
    background: url(../img/nws-shape.png) center no-repeat;
    width: 213px;
    height: 196px;
    position: absolute;
    top: -46px;
    left: -55px;
}
.page.newsletter .pg-content .right {
    padding-top: 26px;
    font-size: 26px;
    font-weight: 300;
    padding-left: 45px;
}
.page.newsletter .pg-content .right strong {
    font-weight: 700;
    color: #12312a;
}
.page.newsletter .pg-content .right .arw-txt {
    font-family: 'Libre Baskerville';
    font-style: italic;
    font-size: 43px;
    color: #12312a;
    line-height: 1.23;
    position: relative;
}
.page.newsletter .pg-content .right .arw-txt:after {
    content: '';
    display: block;
    width: 144px;
    height: 4px;
    background: #f9dfe1;
    margin: 20px 0 0;
}
.page.newsletter .pg-content .right .arw-txt .arw {
    background: url(../img/nws-arrow.png) center no-repeat;
    width: 130px;
    height: 346px;
    position: absolute;
    bottom: -295px;
    right: 93px;
}
.page.newsletter .grey-section {
    background: #28282f url(../img/lights.png) center top repeat-x;
    min-height: 570px;
    padding-top: 178px;
    color: #fff;
}
.page.newsletter .grey-section .container {
    max-width: 1030px;
}
.page.newsletter .grey-section .left {
    text-align: center;
    padding-top: 35px;
}
.page.newsletter .grey-section .right {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    padding-left: 58px;
}
.page.newsletter .grey-section .right ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}
.page.newsletter .grey-section .right ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 25px;
}
.page.newsletter .grey-section .right ul li:before {
    content: '';
    display: inline-block;
    background: url(../img/star1.png) center no-repeat;
    width: 10px;
    height: 13px;
    position: absolute;
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.page.newsletter .grey-section .right ul li:nth-child(2n):before {
    content: '';
    display: inline-block;
    background: url(../img/star2.png) center no-repeat;
    width: 14px;
    height: 13px;

}
.page.newsletter .grey-section .right ul li:nth-child(3n):before {
    content: '';
    display: inline-block;
    background: url(../img/star3.png) center no-repeat;
    width: 10px;
    height: 8px;
}
.page.newsletter .grey-section input[type="text"] {
    border: none;
    border-radius: 0;
    background: none;
    color: #fff !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-bottom: 1px solid #f9dfe1;
    font-family: 'cervo' !important;
    font-weight: 300;
    letter-spacing: 0 !important;
    font-size: 25px !important;
    text-transform: uppercase;
    text-align: left;
    outline: 0;
}
.page.newsletter .grey-section input[type="submit"] {
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
    text-shadow: none;
    color: #28282f;
    text-transform: uppercase;
    font-family: 'cervo';
    font-size: 27px;
    letter-spacing: 0.01em;
    background: #f9dfe1;
    font-weight: 300;
    outline: 0;
    padding-bottom: 7px;
}
.page.newsletter .grey-section .gform_wrapper form.gf_simple_horizontal div.gform_body {
    width: 100%;
}
.page .featured {
    text-align: center;
}
.page .featured ul {
    list-style: none;
    padding: 0;
    margin-left: 0;
    padding-top: 65px;
    padding-bottom: 40px;
}
.page .featured ul li {
    display: inline-block;
    vertical-align: middle;
}
.page .featured ul li.feat-title {
    text-transform: uppercase;
    font-family: 'cervo';
    font-weight: 300;
    font-size: 27px;
    color: #12312a;
}
.page .featured ul li.feat {
    margin-left: 60px;
}

/* Work with me */
.page-template-template-workwith .ovrl {
    text-align: right;
    padding-top: 64px;
    padding-right: 78px;
}
.wwm-cont {
    max-width: 968px;
    margin-top: 62px;
    font-size: 26px;
    line-height: 1.57;
    font-weight: 300;
}

.workwith h2.wwm-title {
    text-transform: uppercase;
    font-family: 'cervo';
    font-weight: 300;
    font-size: 52px;
    text-align: center;
    line-height: 1.1;
    display: inline-block;
    border-bottom: 4px solid #f9dfe1;
    margin-bottom: 50px;
}
.wwm-cont .mid blockquote {
    border: none !important;
    font-family: 'northwell';
    color: #28282f;
    font-style: normal;
    font-size: 74px;
    text-align: center;
    background: url(../img/quote-underline.png) center bottom no-repeat;
    padding-bottom: 0;
    line-height: 0.8;
    margin-bottom: 1.2em;
    margin-top: 1.2em;
}
.wwm-cont blockquote {
    border: none !important;
    font-family: 'Libre Baskerville';
    color: #12312a;
    font-style: italic;
    font-size: 43px;
    text-align: center;
    background: url(../img/quote-underline.png) center bottom no-repeat;
    padding-bottom: 20px;
    margin-bottom: 1.5em;
}
.wwm-cont strong {
    font-weight: 700;
    color: #12312a;
}
.page.workwith .grey-section {
    background: #28282f url(../img/lights.png) center top repeat-x;
    min-height: 570px;
    padding-top: 178px;
    color: #fff;
}
.page.workwith .grey-section .container {
    max-width: 1030px;
}
.page.workwith .grey-section .left {
    text-align: center;
/*    padding-top: 35px;*/
}
.page.workwith .grey-section .right {
    font-size: 20px;
    line-height: 1.58;
    color: #f9dfe1;
    font-family: 'lulo';
    font-weight: 700;
    letter-spacing: 0.01em;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}
.page.workwith .grey-section .right label {
    display: none;
}
.page.workwith .grey-section .right li {
    margin: 0;
}
.page.workwith .grey-section .right p {
/*    margin-bottom: 0;*/
}
.page.workwith .grey-section .right .gform_wrapper {
    margin: 0;
}
.page.workwith .grey-section .right input[type="text"] {
    border: none;
    border-radius: 0;
    background: none;
    color: #fff !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-bottom: 1px solid #f9dfe1;
    font-family: 'cervo' !important;
    font-weight: 300;
    letter-spacing: 0 !important;
    font-size: 25px !important;
    text-transform: uppercase;
    text-align: left;
    outline: 0;
}
.page.workwith .grey-section .right .gform_wrapper .gform_footer {
    text-align: center;
}
.page.workwith .grey-section .right input[type="submit"] {
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
    text-shadow: none;
    color: #28282f;
    text-transform: uppercase;
    font-family: 'cervo';
    font-size: 27px;
    letter-spacing: 0.01em;
    background: #f9dfe1;
    font-weight: 300;
    outline: 0;
    padding-bottom: 7px;
}

.wmm-head {
    text-align: center;
    padding-bottom: 40px;
}
.wmm-head .price {
    display: block;
    font-family: 'Libre Baskerville';
    font-size: 27px;
    font-style: italic;
}
.wmm-head h2.wwm-title {
    margin-bottom: 10px;
}
.wwm-cont.bt {
    max-width: 1110px;
    padding-left: 0;
    padding-right: 0;
}
.wwm-cont.bt .left {
    position: relative;
}
.wwm-cont.bt .left .shape {
    background: url(../img/nws-shape.png) center no-repeat;
    width: 213px;
    height: 196px;
    position: absolute;
    top: -46px;
    left: -55px;
}
.wwm-cont.bt .right {
    font-weight: 300;
    line-height: 1.57;
    padding-top: 26px;
}
.wwm-cont.bt .right h3 {
    font-family: 'Libre Baskerville';
    font-style: italic;
    font-size: 38px;
    color: #12312a;
    font-weight: normal;
    line-height: 1.36;
}
.wwm-cont .arw {
    background: url(../img/wwm-arw.png) center no-repeat;
    width: 102px;
    height: 271px;
    position: absolute;
    bottom: -135px;
    right: -30px;
}

/* Default page and 404 */
.page.default {
    padding-top: 85px;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.57;
}
.page.default h1.page-title {
    font-family: 'cervo';
    text-transform: uppercase;
    font-size: 54px;
    font-weight: 300;
    display: inline-block;
    border-bottom: 4px solid #f9dfe1;
    margin-bottom: 25px;
}
/* Blog */
.container.blog {
    max-width: 926px;
    margin-top: 85px;
}
.blog .entry-title {
    text-transform: uppercase;
    font-family: 'cervo';
    letter-spacing: 0.02em;
    font-size: 58px;
    font-weight: 300;
    color: #28282f;
    margin-top: 40px;
}
.blog .entry-title a {
    color: #28282f;
    text-decoration: none;
}
.blog .entry-meta {
    font-family: 'lulo';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.04em;
    color: #f9dfe1;
}
.blog .entry-meta a {
    color: #f9dfe1;
    text-decoration: none;
}
.blog .exrp {
    font-size: 19px;
    letter-spacing: 0.05em;
    font-weight: 300;
    line-height: 1.68;
    color: #444444;
    margin-top: 30px;
}
.blog a.read-more {
    display: inline-block;
    color: #fff;
    background: #12312a;
    padding: 17px 39px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'lulo';
    letter-spacing: 0.12em;
    font-size: 12px;
    text-decoration: none;
}
.blog a.read-more:hover {
    opacity: 0.7;
}
.blog article {
    margin-bottom: 85px;
}

/* Sidebar */
aside.widget-area {
    padding-top: 130px;
}
.icons-widget {
    text-align: center;
}
.icons-widget ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
.icons-widget ul li {
    text-align: center;
    margin-bottom: 40px;
}
.icons-widget ul li .tit {
    font-family: 'lulo';
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.15em;
    font-weight: 700;
    color: #28282f;
    margin-top: 12px;
}
.icons-widget ul li a {
    text-decoration: none;
}
.icons-widget ul li a:hover {
    opacity: 0.7;
}
.widget.insta {
    text-align: center;
    font-family: 'lulo';
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.15em;
    font-weight: 700;
    color: #28282f;    
}
.widget.insta .textwidget {
    background: url(../img/insta-arw.png) center bottom no-repeat;
    padding-bottom: 25px;
}
.widget.insta a {
    color: #28282f;
    text-decoration: none;
}
.widget.insta:before {
    content: '';
    display: block;
    width: 80%;
    height: 4px;
    background: #f9dfe1;
    margin: 10px auto 25px;
}
.widget.insta:after {
    content: '';
    display: block;
    width: 80%;
    height: 4px;
    background: #f9dfe1;
    margin: 25px auto;
}
.pagination {
    width: 100%;
    text-transform: uppercase;
    font-family: 'lulo';
    font-size: 10px;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #12312a;
}
.pagination a {
    text-decoration: none;
}
.pagination .old_posts, .pagination .no_old_posts {
    background: url(../img/pag-left.png) center left no-repeat;
    padding-left: 47px;
    height: 29px;
    padding-top: 9px;
}
.pagination .new_posts, .pagination .no_new_posts {
    background: url(../img/pag-right.png) center right no-repeat;
    padding-right: 56px;
    height: 29px;
    padding-top: 9px;
}
.pagination .no_new_posts, .pagination .no_old_posts, .pagination a:hover {
    opacity: 0.6;
}

/* Single post */
.container.single-post {
    margin-top: 85px;
    max-width: 1112px;
}
.single-post .entry-content {
    font-size: 19px;
    color: #444444;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1.78;
}
.container.single-post h1.entry-title {
    text-transform: uppercase;
    font-family: 'cervo';
    font-weight: 300;
    font-size: 58px;
    letter-spacing: 0.02em;
    color: #28282f;
    margin-bottom: 20px;
}
.single-post .entry-meta {
    text-transform: uppercase;
    font-family: 'lulo';
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 0.03em;
    color: #606060;
}
.single-post .entry-meta a {
    color: #606060;
    text-decoration: none;
}
.single-post .entry-footer {
    position: relative;
    border-top: 4px solid #f9dfe1;
    border-bottom: 4px solid #f9dfe1;
    padding: 13px 0;    
    margin-top: 45px;
}
.single-post .entry-footer .heart {
    background: url(../img/heart.png) center no-repeat;
    width: 31px;
    height: 26px;
    position: absolute;
    left: 22px;
    top: -12px;
}
.single-post .entry-footer .sgnp {
    border-right: 4px solid #f9dfe1;
}
.single-post .entry-footer .sgnp h3 {
    font-family: 'cervo';
    text-transform: uppercase;
    font-size: 37px;
    font-weight: 300;
    letter-spacing: 0.02em;
    color: #12312a;
    margin-top: 30px;
}
.single-post .entry-footer .sgnp .frm {
    padding-bottom: 30px;
}
.single-post .entry-footer .sgnp label {
    display: none !important;
}
.single-post .entry-footer .sgnp input[type="text"] {
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-bottom: 1px solid #606060;
    font-family: 'lulo' !important;
    font-weight: 700;
    letter-spacing: 0.12em !important;
    font-size: 10px !important;
    text-transform: uppercase;
}
.single-post .entry-footer .sgnp .gform_wrapper {
    margin: 0;
}
.single-post .entry-footer .sgnp .gform_body {
    width: 71%;
    float: left;
}
.single-post .entry-footer .sgnp .gform_footer {
    width: 28%;
    float: left;
    clear: none;
    margin-top: 0;
}
.single-post .entry-footer .sgnp .gform_wrapper .gform_footer input[type=submit] {
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: 'cervo';
    font-size: 23px;
    letter-spacing: 0.01em;
    color: #28282f;
    font-weight: 300;
    background: #f9dfe1;
    text-shadow: none;
    box-shadow: none;
    height: 82px;
}
.bookmarks h4 {
    text-transform: uppercase;
    font-family: 'lulo';
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 0.05em;
    color: #12312a;
    text-align: center;
    margin-top: 38px;
}
.bookmarks ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.bookmarks ul li {
    display: inline-block;
    width: 25%;
    text-align: center;
    height: 38px;
    margin: 10px 20px;
}
.bookmarks ul li a {
    height: 100%;
    width: 100%;
    display: block;
}
.bookmarks ul li.twitter {
    background: url(../img/bookmarks.png) 0 0 no-repeat;
    width: 35px;
}
.bookmarks ul li.pin {
    background: url(../img/bookmarks.png) -139px 0 no-repeat;
    width: 25px;
}
.bookmarks ul li.like {
    background: url(../img/bookmarks.png) -73px 0 no-repeat;
    width: 19px;
    margin-left: 28px;
}
.bookmarks ul li.email {
    background: url(../img/bookmarks.png) -200px 0 no-repeat;
    width: 39px;
}
/* comments */
h2.comments-title {
    font-family: 'cervo';
    text-transform: uppercase;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: #12312a;
    margin-bottom: 40px;
}
ul.comment-list {
    margin-left: 0;
    list-style: none;
    padding-left: 0;
}
ul.comment-list ul {
    list-style: none;
}
.comment-author {
    font-family: 'Libre Baskerville';
    font-size: 22px;
    font-style: italic;
    color: #12312a;
}
.comment-author a {
    color: #12312a;
}
.comment-author .avatar {
    border-radius: 50%;
    display: block;
    float: left;
    margin-right: 20px;
    margin-bottom: 40px;
}
.comment-author .fn {
    font-weight: normal;
}
.comment-metadata {
    color: #12312a;
    font-size: 17px;
    letter-spacing: 0.005em;
    margin-top: 5px;
}
.comment-content {
    font-size: 14px;
    color: #444444;
    font-weight: 300;
    line-height: 2.2;
    margin-top: 20px;
    display: block;
/*    padding-left: 105px;*/
    padding-left: 0;
}
#comments .reply {
/*    padding-left: 105px;*/
    padding-left: 0;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0.02em;
    font-family: 'cervo';
    color: #12312a;
}
#comments .reply a {
    color: #12312a;
}
.comment-body {
    margin-bottom: 35px;
}
h3.comment-reply-title {
    text-align: left;
    letter-spacing: 0.02em;
    font-size: 20px;
    color: #12312a;
    font-family:'cervo';
    text-transform: uppercase;
    font-weight: 300;
}
p.comment-notes {
    text-align: left;
    letter-spacing: 0;
    font-size: 13px;
    color: #12312a;
    font-style: italic;
    font-family: 'Libre Baskerville';
}
.comments-area label {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0.02em;
    display: block;
    color: #12312a;
    font-family:'cervo';

}
.comments-area textarea {
    height: 72px;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.comments-area input[type="text"], .comments-area input[type="email"] {
    height: 36px;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
}
.comment-form-author, .comment-form-email {
    width: 49%;
    float: left;
    margin-bottom: 18px;
}
.comment-form-comment, .comment-form-url {
    margin-bottom: 18px;
}
.comment-form-author {
    margin-right: 2%;
}
.comments-area input[type="url"] {
    height: 36px;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
}
.comments-area input[type="submit"] {
    background: #f9dfe1;
    border-radius: 0;
    color: #000;
    text-transform: uppercase;
    font-family:'cervo' !important;
    font-size: 23px !important;
    letter-spacing: 0.02em !important;
    padding-right: 35px;
    padding-left: 35px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    padding-bottom: 9px;
    box-shadow: none !important;
    text-shadow: none !important;
}
.comments-area .form-submit {
    text-align: left;
}
.comments-area input[type="submit"]:hover {
    opacity: 0.7;
    color: #000;
    box-shadow: none !important;
    text-shadow: none !important;
}
.comment-respond {
    margin-bottom: 40px;
}
.entry-footer .dld, .entry-footer .itns {
    text-align: center;
    text-transform: uppercase;
    font-family: 'lulo';
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.15em;
    padding-top: 25px;
    padding-bottom: 20px;
}

/* Podcasts */
.page-template-template-podcastland .ovrl {
    background: #fff;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    font-family: 'northwell';
    font-size: 110px;
    line-height: 0.8;
    padding: 86px 98px 30px;
    max-width: 514px;
}
.page-template-template-podcastland .ovrl .mic {
    background: url(../img/podcast.png) center no-repeat;
    width: 71px;
    height: 66px;
    position: absolute;
    left: 50%;
    top: -33px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.page-template-template-podcastland .ovrl .line {
    width: 104px;
    height: 4px;
    background: #f9dfe1;
    margin: 20px auto;
}
.podcast .latest {
    margin-top: 50px;
}
.podcast .latest h2, .podcast .categs h2 {
    font-family: 'cervo';
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 300;
    color: #28282f;
    font-style: normal;
}
.podcast .latest .content, .podcast .categs .content {
    max-width: 912px;
    margin: 20px auto;
    font-family: 'Libre Baskerville';
    font-size: 22px;
    font-style: italic;
    color: #12312a;
    font-weight: normal;
}
.podcast .latest .but {
    text-align: center;
}
.podcast .latest .but a {
    font-family: 'cervo';
    text-transform: uppercase;
    font-size: 27px;
    letter-spacing: 0.01em;
    font-weight: 300;
    color: #28282f;
    background: #f9dfe1;
    padding: 15px 25px 7px;
}
.podcast .latest .but a:hover {
    opacity: 0.7;
    text-decoration: none;
}
.podcast .categs {
    border-top: 4px solid #f9dfe1;
    padding-top: 35px;
    margin-top: 60px;
}
.pod-thumb, .podcast .cats .hldr {
    margin-bottom: 30px;
    position: relative;
}
.podcast .gal-thumb {
    position: relative;
    transition: 350ms ease opacity;
}
.podcast .gal-thumb .hldr, .podcast .cats .title {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(40,40,47,.5);
    transition: 350ms ease opacity;
}
.podcast .gal-thumb h2, .podcast .cats .hldr h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
    margin: 0;
    font-family: 'Libre Baskerville';
    font-size: 22px;
    font-style: italic;
    text-transform: none;
    width: 100%;
}
.podcast .gal-thumb:hover .hldr, .podcast .cat:hover .title {
    opacity: 0;
    transition: 350ms ease opacity;
}
.pod-thumb img, .podcast .cats img {
    width: 100%;
    height: auto;
}

/* Podcast coming soon */
.page-template-template-podcastsoon .ovrl {
    background: #fff;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    font-family: 'cervo';
    font-weight: 300;
    font-size: 45px;
    padding: 86px 98px 30px;
    max-width: 514px;
}
.page-template-template-podcastsoon .ovrl p {
    margin: 0;
}
.page-template-template-podcastsoon .ovrl h1 {
    font-family: 'northwell';
    font-size: 110px;
    line-height: 0.8;
    margin: 0;
}
.page-template-template-podcastsoon .ovrl .mic {
    background: url(../img/podcast.png) center no-repeat;
    width: 71px;
    height: 66px;
    position: absolute;
    left: 50%;
    top: -33px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.page-template-template-podcastsoon .ovrl .line {
    width: 104px;
    height: 4px;
    background: #f9dfe1;
    margin: 20px auto;
}

.podcast .midsection {
    margin-top: 50px;
    max-width: 1010px;
}
.podcast .midsection .right {
    padding-top: 60px;
    padding-left: 88px;
}
.podcast .midsection .right ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}
.podcast .midsection .right ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 25px;
}
.podcast .midsection .right ul li:before {
    content: '';
    display: inline-block;
    background: url(../img/star1.png) center no-repeat;
    width: 10px;
    height: 13px;
    position: absolute;
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.podcast .midsection .right ul li:nth-child(2n):before {
    content: '';
    display: inline-block;
    background: url(../img/star2.png) center no-repeat;
    width: 14px;
    height: 13px;

}
.podcast .midsection .right ul li:nth-child(3n):before {
    content: '';
    display: inline-block;
    background: url(../img/star3.png) center no-repeat;
    width: 10px;
    height: 8px;
}
.podcast .midsection .frm {
    margin-top: 65px;
}
.podcast .midsection input[type="text"] {
    border: none;
    border-radius: 0;
    background: none;
    color: #28282f !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-bottom: 1px solid #f9dfe1;
    font-family: 'cervo' !important;
    font-weight: 300;
    letter-spacing: 0 !important;
    font-size: 25px !important;
    text-transform: uppercase;
    text-align: left;
    outline: 0;
}
.podcast .midsection input[type="submit"] {
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
    text-shadow: none;
    color: #28282f;
    text-transform: uppercase;
    font-family: 'cervo';
    font-size: 27px;
    letter-spacing: 0.01em;
    background: #f9dfe1;
    font-weight: 300;
    outline: 0;
    padding-bottom: 7px;
}
.podcast .midsection .gform_wrapper form.gf_simple_horizontal div.gform_body {
    width: 100%;
}

/* Luminaries page*/
.page-template-template-luminary header.site-header {
    max-height: 600px;
    min-height: 600px;
}
.page-template-template-luminary header.site-header .ovrl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}
.page-template-template-luminary header.site-header .ovrl p {
    margin: 0;
}
.page-template-template-luminary header.site-header .ovrl h1 {
    font-family: 'northwell';
    font-size: 110px;
    color: #fff;
    font-weight: 100;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 0;
    background: url(../img/lum-heading.png) center bottom no-repeat;
    padding-bottom: 20px;
    line-height: 0.3;
}
.luminary .top-section {
    margin-top: 60px;
}
.luminary .top-section .left {
    position: relative;
    padding-left: 45px;
}
.luminary .top-section .left .feather {
    background: url(../img/feather.png) center no-repeat;
    width: 179px;
    height: 172px;
    position: absolute;
    left: -4px;
    top: -26px;
}
.luminary .top-section .right {
    padding-top: 40px;
    font-size: 26px;
    line-height: 1.57;
    font-weight: 300;
    position: relative;
}
.luminary .top-section .right em {
    color: #12312a;
    font-family: 'Libre Baskerville';
    font-style: italic;
    font-size: 30px;
}
.luminary .top-section .right hr {
    background: #f9dfe1;
    border: none;
    height: 4px;
    width: 104px;
    margin-left: 0;
}
.luminary .top-section .right .arw {
    background: url(../img/lum-top-arw.png) center no-repeat;
    width: 324px;
    height: 106px;
    position: absolute;
    left: -170px;
    bottom: 10px;
}
.luminary .top-section .pr {
    padding-left: 45px;
    margin-top: 45px;
    font-size: 26px;
    line-height: 1.57;
    font-weight: 300;
}
.luminary .top-grey {
    background: #28282f url(../img/lum-lights.png) center top repeat-x;
    padding-top: 125px;
    color: #fff;
    padding-bottom: 65px;
}
.luminary .top-grey .container {
    max-width: 1077px;
}
.luminary .top-grey h2 {
    text-transform: uppercase;
    font-family: 'lulo';
    font-weight: 700;
    letter-spacing: 0.15em;
    font-size: 26px;
    text-align: center;
    line-height: 1.84;
    margin-top: 0;
    margin-bottom: 45px;
}
.luminary .top-grey ul.icns {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px;
}
.luminary .top-grey ul.icns li, .luminary .top-grey .last-icn {
    font-weight: 300;
    font-size: 19px;
    line-height: 1.42;
    clear: both;
    margin-bottom: 30px;
    display: table;
    min-height: 220px;
}
.luminary .top-grey ul.icns li span, .luminary .top-grey .last-icn span {
    color: #f9dfe1;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: 'cervo';
    font-size: 31px;
    font-weight: 300;
}
.luminary .top-grey ul.icns li div, .luminary .top-grey .last-icn div {
    display: table-cell;
    vertical-align: middle;
    
}
.luminary .top-grey ul.icns li div.icon, .luminary .top-grey .last-icn .icon {
    width: 184px;
}
.luminary .top-grey ul.icns li div.descr, .luminary .top-grey .last-icn .descr {
    width: calc(100% - 184px);
}
.luminary .mid-section {
    padding: 65px 0 45px;
    font-size: 26px;
    line-height: 1.57;
    font-weight: 300;
}
.luminary .mid-section strong {
    font-weight: 700;
    color: #12312b;
}
.luminary .mid-section blockquote {
    font-size: 38px;
}
.luminary .pink-section {
    background: #f9dfe1;
    padding: 65px 0 45px;
}
.luminary .pink-section .intro {
    font-family: 'lulo';
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.005em;
    color: #28282f;
    text-align: center;
    line-height: 1.91;
    padding: 0 84px;
}
.luminary .pink-section .intro em {
    font-size: 80px;
    font-family: 'northwell';
    font-weight: 100;
    letter-spacing: 0;
    line-height: 1.6;
    text-transform: none;
    font-style: normal;
    margin: 35px 0;
}
.luminary .pink-section ul.items {
    margin-left: 0;
    padding-left: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 85px;
    -moz-column-gap: 85px;
    column-gap: 85px;
    padding: 0 60px;
}
.luminary .pink-section ul.items li {
    font-family: 27px;
    font-weight: 300;
    line-height: 1.57;
    color: #28282f;
    margin-bottom: 40px;
}
.luminary .pink-section ul.items li span {
    text-transform: uppercase;
    font-family: 'cervo';
    font-size: 37px;
    letter-spacing: 0.05em;
    line-height: 1;
}
.luminary .icn-section {
    padding: 65px 0 45px;
    font-size: 26px;
    font-weight: 300;
}
.luminary .icn-section strong {
    font-weight: 700;
    color: #12312a;
}
.luminary .icn-section .icns h2 {
    color: #12312a;
    font-size: 43px;
    text-align: center;
    font-family: 'Libre Baskerville';
    font-style: italic;
    margin-top: 65px;
    margin-bottom: 35px;
}
.luminary .icn-section .icns ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 45px 0;
}
.luminary .icn-section .icns ul li {
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
    font-family: 'cervo';
    font-size: 31px;
    letter-spacing: 0.05em;
    line-height: 1;
    min-height: 250px;
    margin-bottom: 30px;
}
.luminary .icn-section .icns ul li:last-child {
    clear: right;
}
.luminary .icn-section .icns ul li .icon {
    margin-bottom: 25px;
}
.luminary .icn-section .arw {
    background: url(../img/lum-arrow.png) center no-repeat;
    width: 162px;
    height: 230px;
    position: absolute;
    left: 80px;
    bottom: -210px;
}
.luminary .grey-ca {
    background: #28282f;
    padding: 80px 0 70px;
    color: #fff;
    text-align: center;
}
.luminary .grey-ca h2 {
    text-align: center;
    text-transform: uppercase;
    font-family: 'cervo';
    font-size: 47px;
    letter-spacing: 0.05em;
    font-weight: 300;
    border-bottom: 2px solid #f9dfe1;
    display: inline-block;
    margin-bottom: 40px;
}
.luminary .grey-ca .container {
    max-width: 1030px;
}
.luminary .grey-ca .left {
    text-align: center;
    padding-top: 35px;
}
.luminary .grey-ca.right {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    padding-left: 58px;
}
.luminary .grey-ca .right ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}
.luminary .grey-ca .right ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 25px;
    text-align: left;
}
.luminary .grey-ca .right ul li:before {
    content: '';
    display: inline-block;
    background: url(../img/star1.png) center no-repeat;
    width: 10px;
    height: 13px;
    position: absolute;
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.luminary .grey-ca .right ul li:nth-child(2n):before {
    content: '';
    display: inline-block;
    background: url(../img/star2.png) center no-repeat;
    width: 14px;
    height: 13px;
}
.luminary .grey-ca .right ul li:nth-child(3n):before {
    content: '';
    display: inline-block;
    background: url(../img/star3.png) center no-repeat;
    width: 10px;
    height: 8px;
}
.luminary .grey-ca .but {
    margin-top: 30px;
}
.luminary .grey-ca .but a {
    color: #28282f;
    text-transform: uppercase;
    font-family: 'cervo';
    font-size: 27px;
    letter-spacing: 0.05em;
    font-weight: 300;
    text-decoration: none;
    background: #f9dfe1;
    padding: 15px 25px 7px;
}
.luminary .grey-ca .but a:hover {
    opacity: 0.7;
}
.luminary .bottom-section {
    padding: 78px 0;
}
.luminary .bottom-section .left {
    font-size: 26px;
    font-weight: 300;
    line-height: 1.57;
    padding-right: 41px;
}
.luminary .bottom-section .left strong {
    font-weight: 700;
    color: #12312a;
}
.luminary .bottom-section .right {
    position: relative;
}
.luminary .bottom-section .right .signup {
    background: url(../img/lum-signup.png) center no-repeat;
    width: 560px;
    height: 323px;
    position: absolute;
    left: 5px;
    bottom: -305px;
}
.luminary .bottom-section .but {
    text-align: center;
    padding-top: 92px;
}
.luminary .bottom-section .but a {
    color: #28282f;
    font-size: 54px;
    text-transform: uppercase;
    font-family: 'cervo';
    letter-spacing: 0.01em;
    font-weight: 300;
    padding: 25px 70px 10px;
    background: #f9dfe1;
    text-decoration: none;
}
.luminary .bottom-section .but a:hover {
    opacity: 0.7;
}

/* Contact page*/
.page-template-template-topimg .ovrl {
    background: #fff;
    max-width: 670px;
    position: absolute;
    top: 61%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    text-transform: uppercase;
    font-family: 'cervo';
    font-weight: 300;
    font-size: 54px;
    line-height: 1.11;
    padding: 46px 80px 41px;
}
.page-template-template-topimg .ovrl p {
    margin: 0;
}
.page-template-template-topimg .ovrl p:after {
    content: '';
    display: block;
    width: 104px;
    height: 4px;
    background: #f9dfe1;
    margin: 20px 0 0;
}
.page-template-template-topimg .ovrl strong {
    font-weight: 700;
    color: #12312a;    
}
.page-template-template-topimg .entry-header {
    display: none;
}
.page.default input[type="text"] {
    border: none;
    border-radius: 0;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-bottom: 1px solid #f9dfe1;
    font-family: 'cervo' !important;
    font-weight: 300;
    letter-spacing: 0 !important;
    font-size: 25px !important;
    text-transform: uppercase;
    text-align: left;
    outline: 0;
}
.page.topimg .gform_wrapper .top_label .gfield_label {
    display: none;
}
.page.default .textarea {
    max-height: 100px;
    border: none;
    border-radius: 0;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-bottom: 1px solid #f9dfe1;
    font-family: 'cervo' !important;
    font-weight: 300;
    letter-spacing: 0 !important;
    font-size: 25px !important;
    text-transform: uppercase;
    text-align: left;
    outline: 0;
}
.page.default input[type="submit"] {
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
    text-shadow: none;
    color: #28282f;
    text-transform: uppercase;
    font-family: 'cervo';
    font-size: 27px;
    letter-spacing: 0.01em;
    background: #f9dfe1;
    font-weight: 300;
    outline: 0;
    padding-bottom: 7px;
} 
.page.default li.gfield {
    margin-bottom: 35px;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    /* Mobile nav */
    .navbar-default.tgl {
        right: 15px;
        top: 0;
    }
    .navbar-default.tgl.drk {
        right: 10px;
        top: -50px;
        z-index: 2900;
        position: fixed;
    }
    #page .navbar-default.tgl.drk {
        right: 9px;
        top: 59px;
        z-index: 2900;
        position: fixed;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar {
        right: auto;
        background: none;
        border: none;
    }
    .row-offcanvas {
        position: relative;
        -webkit-transition: all .25s ease-out;
             -o-transition: all .25s ease-out;
                transition: all .25s ease-out;
    }
    .navbar-toggle {
        display: block;
    }

    .row-offcanvas-right {
        right: 0;
    }

    .row-offcanvas-left {
        left: 0;
    }

    .row-offcanvas-right
    .sidebar-offcanvas {
        right: -50%; /* 6 columns */
        padding-left: 15px;
    }

    .row-offcanvas-left
    .sidebar-offcanvas {
        left: -50%; /* 6 columns */
    }

    .row-offcanvas-right.active {
        right: 50%; /* 6 columns */
    }

    .row-offcanvas-left.active {
        left: 50%; /* 6 columns */
    }
    .navbar-section {
        height: 0;
    }
    .sidebar-offcanvas {
        position: fixed;
        top: 0;
        width: 50%; /* 6 columns */
        left: -50%;
        height: 100%;
        background: #fff;
        z-index: 90000;
        -webkit-transition: all .25s ease-out;
             -o-transition: all .25s ease-out;
                transition: all .25s ease-out;
    }
    .sidebar-offcanvas.on {
        left: 0;
    }
    .sidebar-offcanvas {
        background-color: rgba(218,218,215,.9);
        background-position: center;
        background-repeat: repeat;
        padding: 16px;
        padding-top: 0;
        padding-bottom: 0;
    }    
    .sidebar-offcanvas
    .navbar-nav .open .dropdown-menu {
        text-align: left;
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav {
        float: none;
        margin: 0;
        width: 100%;
        margin-top: 10px;
    }
    .navbar-nav>li {
        float: none;
        text-align: left;
        padding-right: 10px;
    }
    .single-post {
        padding: 0 10px !important;
    }
    .landing .top-bar .frm {
        width: 41%;
    }
    .landing .top-bar .frm .gform_wrapper form.gf_simple_horizontal div.gform_body {
        width: 90%;
    }
    .landing .container {
        width: 95%;
    }
    .landing .main-img .overlay .top-img {
        top: -250px;
        left: -1px;
    }
    .page.newsletter .pg-content .right {
        font-size: 23px;
    }
    .page.newsletter .pg-content .right .arw-txt {
        font-size: 32px;
    }
    .page.newsletter .pg-content .right .arw-txt .arw {
        background-size: contain;
        height: 290px;
        bottom: -240px;
        right: 83px;
    }
    .page .featured ul li.feat-title {
        font-size: 25px;
    }
    footer.site-footer .wdg.mid {
        display: none;
    }
    footer.site-footer .wdg.second {
        border-right: 1px solid #f9dfe1;
    }
}
/* ipad width */
@media only screen and (max-width : 1024px) {
    .landing .grey-bar .signup {
        margin-right: 0;
    }
    .landing .grey-bar .signup .sgn {
        left: auto;
        right: 0;
        transform: translateX(0);
    }
    .landing .grey-bar .signup {
        min-width: auto;
        max-width: 363px;
    }
    .landing .grey-bar .signup .frm {
        font-size: 12px;
    }
    .landing .main-img .overlay .cts .arw {
        background-size: contain;
        width: 216px;
        right: -130px;
    }
    .page-template-template-homepage header .ovrl {
        max-width: 519px;
        margin-right: 0;
        font-size: 24px;
    }
    .page-template-template-homepage header .ovrl h2 {
        font-size: 58px;
    }
    .homepage .grey-frm h2 {
        font-size: 41px;
    }
    .homepage .grey-frm .txt {
        font-size: 25px;
    }
    .homepage .pg-content h2 {
        font-size: 48px;
    }
    .homepage .pg-content blockquote, .page.default blockquote, .entry-content blockquote, .luminary .mid-section blockquote {
        font-size: 37px;
    }
    .homepage .grey-frm .shape {
        display: none;
    }
    .page-template-template-newsletter .ovrl {
        font-size: 50px;
    }
    .wwm-cont.bt .right {
        font-size: 23px;
    }
    .wwm-cont.bt .right h3 {
        font-size: 33px;
    }
    .page-template-template-luminary header.site-header .ovrl h1 {
        font-size: 90px;
    }
    .luminary .icn-section .arw {
        left: 20px;
    }
    .luminary .bottom-section .left {
        font-size: 22px;
        line-height: 1.5;
    }
    .luminary .bottom-section .right .signup {
        background-size: contain;
        width: 480px;
        bottom: -275px;
    }
    .luminary .bottom-section .but {
        padding-top: 22px;
    }
    .luminary .top-section .right {
        padding-top: 0;
        font-size: 22px;
    }
    .luminary .top-section .right em {
        font-size: 28px;
    }
    .luminary .top-section .pr {
        font-size: 22px;
    }
    .luminary .top-grey h2 {
        font-size: 23px;
    }
    .page-template-template-topimg .ovrl {
        font-size: 50px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .landing .top-bar {
        text-align: center;
    }
    .landing .top-bar .txt, .landing .top-bar .frm {
        width: 100%;
    }
    .landing .top-bar .frm .gform_wrapper {
        display: inline-block;
    }
    .landing .top-bar .frm input[type="submit"] {
        padding-right: 0;
        margin-right: 0;
    }
    .landing .top-bar .frm .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
        width: 17%;
        text-align: center;
    }
    .landing .grey-bar .signup {
        margin-right: 0;
    }
    .landing .grey-bar .signup .sgn {
        left: auto;
        right: 0;
        transform: translateX(0);
    }
    .landing .grey-bar .signup {
        min-width: auto;
        max-width: 363px;
    }
    .landing .grey-bar .signup .frm {
        font-size: 12px;
    }
    .landing .main-img .overlay .cts .arw {
        background-size: contain;
        width: 216px;
        right: -130px;
    }
    footer.site-footer .wdg.second {
        border-right: 0;
    }
    .podcast .midsection .right {
        padding-left: 35px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .blog .entry-title {
        font-size: 45px;
    }
    .single-post .entry-footer .sgnp {
        border-bottom: 4px solid #f9dfe1;
        border-right: none;
    }
    .bookmarks ul {
        text-align: center;
    }
    .single-post .entry-footer .sgnp .gform_wrapper .gform_footer input[type=submit] {
        width: 100%;
    }
    .container.single-post h1.entry-title {
        font-size: 40px;
    }
    .single-post .entry-footer .sgnp h3 {
        font-size: 27px;
    }
    .single-post .entry-footer .sgnp .gform_body {
        width: 100%;
    }
    .single-post .entry-footer .sgnp .gform_footer {
        width: 100%;
        margin-top: 20px;
    }
    .single-post .entry-footer .sgnp .gform_wrapper .gform_footer input[type=submit] {
        height: 70px;
    }
    .bookmarks ul {
        margin-bottom: 11px;
    }
    .comment-author .avatar {
        width: 60px;
    }
    .comment-content, #comments .reply {
        padding-left: 80px;
    }
    ul.comment-list ul {
        padding-left: 0;
    }
    .container.nopadding {
        padding: 0 10px !important;
    }
    .landing .top-bar .frm .gform_wrapper form.gf_simple_horizontal div.gform_body {
        width: 100%;
        max-width: 100%;
    }
    .landing .top-bar .frm .gform_wrapper .top_label .gfield_label {
        display: none;
    }
    .landing .top-bar .frm .gform_wrapper {
        display: block;
    }
    .landing .top-bar .frm .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
        width: 100%;
        text-align: center;
    }
    .landing .main-img .overlay {
        width: 54%;
        padding: 87px 45px 25px 30px;
    }
    .landing .main-img .overlay h2.box-title {
        font-size: 45px;
    }
    .landing .main-img .overlay .cts {
        font-size: 30px;
    }
    .landing .main-img .overlay .txt {
        font-size: 24px;
    }
    .landing .main-img .overlay .top-img {
        top: -120px;
    }
    .landing .main-img .overlay .top-img img {
        max-width: 100%;
    }
    .landing .top-bar {
        padding-bottom: 20px;
    }
    .landing .main-img .overlay {
        bottom: 35px;
    }
    .landing .grey-bar .signup .sgn {
        max-width: 80%;
        background-size: contain;
    }
    .landing .main-img .overlay .cts .arw {
        background: url(../img/lum-arrow.png) center no-repeat;
        width: 162px;
        height: 230px;
        background-size: contain;
        right: 20px;
        top: 188%;
    }
    .landing .content .txt {
        font-size: 21px;
    }
    .page-template-template-homepage header .ovrl {
        width: 55%;
        font-size: 22px;
    }
    .page-template-template-homepage header .ovrl h2 {
        font-size: 43px;
    }
    .homepage .pg-content h2 {
        font-size: 40px;
    }
    .page-template-template-newsletter .ovrl {
        font-size: 42px;
        padding: 96px 70px 55px;
    }
    .page.newsletter .pg-content .right .arw-txt {
        font-size: 25px;
    }
    .page.newsletter .pg-content .right {
        font-size: 18px;
    }
    .page.newsletter .pg-content .right .arw-txt .arw {
        height: 240px;
        bottom: -220px;
    }
    .page.newsletter .grey-section .right {
        font-size: 16px;
    }
    .page .featured ul li.feat-title {
        display: block;
        width: 100%;
        text-align: center;
    }
    .page .featured ul li.feat {
        margin: 0 30px;
    }
    .page-template-template-workwith .ovrl {
        padding-right: 0;
        text-align: center;
    }
    .workwith h2.wwm-title {
        font-size: 41px;
    }
    .wwm-cont blockquote {
        font-size: 30px;
    }
    .page.workwith .grey-section .right {
        font-size: 13px;
    }
    .wwm-cont .mid blockquote {
        font-size: 54px;
    }
    .wwm-cont.bt .right {
        padding-top: 6px;
        font-size: 20px;
    }
    .wwm-cont.bt .right h3 {
        font-size: 30px;
    }
    .wwm-cont .arw {
        display: none;
    }
    .luminary .top-section .right, .luminary .top-section .pr {
        font-size: 19px;
    }
    .luminary .top-section .right em {
        font-size: 20px;
    }
    .luminary .top-grey ul.icns li div.icon, .luminary .top-grey .last-icn .icon {
        width: 150px;
    }
    .luminary .top-grey ul.icns li div.descr, .luminary .top-grey .last-icn .descr {
        width: calc(100% - 150px);
        font-size: 18px;
    }
    .luminary .top-grey ul.icns li span, .luminary .top-grey .last-icn span {
        font-size: 24px;
    }
    .luminary .top-grey ul.icns li div.icon img, .luminary .top-grey .last-icn .icon img {
        max-width: 70%;
        height: auto;
    }
    .luminary .top-grey ul.icns {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
    .luminary .mid-section {
        font-size: 22px;
    }
    .luminary .pink-section .intro {
        font-size: 19px;
    }
    .luminary .pink-section .intro em {
        font-size: 69px;
    }
    .luminary .pink-section ul.items li span {
        font-size: 31px;
    }
    .luminary .icn-section {
        font-size: 22px;
    }
    .luminary .icn-section .icns h2 {
        font-size: 32px;
    }
    .luminary .icn-section .arw {
        display: none;
    }
    .luminary .bottom-section .but {
        float: right;
        margin-top: -390px;
    }
    .luminary .bottom-section .right .signup {
        width: 360px;
        bottom: -225px;
    }
    .page-template-template-luminary header.site-header .ovrl h1 {
        font-size: 70px;
    }
    .page-template-template-luminary header.site-header {
        min-height: 480px;
    }
    .page-template-template-topimg .ovrl {
        font-size: 42px;
    }
    .podcast .midsection .right label {
        display: none;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .landing .main-img .overlay {
        width: 100%;
        padding: 87px 20px 25px 20px;
        bottom: -325px;
    }
    .landing .main-img {
        height: 650px;
    }
    .landing .grey-bar .signup {
        padding-top: 550px;
    }
    .landing .grey-bar .signup .sgn {
        left: 50%;
        right: auto;
        top: 320px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
    }
    .landing .main-img .overlay .cts .arw {
        display: none;
    }
    .landing .content .txt {
        padding-left: 17px;
    }
    .landing .content .sign {
        text-align: right;
    }
    .landing .main-img {
        background-position: -1820px 0;
    }
    .page-template-template-landing #page .navbar-default.tgl.drk {
        top: 15px;
    }
    .homepage .grey-frm {
        padding: 25px 35px;        
    }
    .homepage .grey-frm h2 {
        font-size: 30px;
    }
    .homepage .grey-frm .txt {
        font-size: 20px;
    }
    .homepage .grey-frm .gform_wrapper .top_label .gfield_label {
        display: none;
    }
    .homepage .grey-bar .gs-wdgs li {
        margin-bottom: 40px;
    }
    .page-template-template-homepage header .ovrl {
        width: 70%;
    }
    .page.newsletter .grey-section .left {
        margin-bottom: 45px;
    }
    .page.newsletter .pg-content .right {
        padding-left: 15px;
    }
    .page.newsletter .grey-section .right {
        padding-left: 43px;
    }
    .page.newsletter .grey-section .gform_wrapper .top_label .gfield_label {
        display: none;
    }
    .page .featured ul li.feat-title {
        font-size: 20px;
    }
    .page .featured ul li.feat {
        margin: 0 2px;
        max-width: 33%;
    }
    .page-template-template-newsletter .ovrl {
        width: 90%;
        padding: 96px 40px 55px;
        font-size: 42px;
    }
    .page-template-template-workwith .ovrl img {
        max-width: 80%
    }
    .workwith h2.wwm-title {
        font-size: 35px;
    }
    .page.workwith .grey-section .left {
        margin-bottom: 55px;
    }
    .luminary .top-section .left {
        padding-left: 15px;
        margin-bottom: 50px;
    }
    .page-template-template-luminary header.site-header .ovrl {
        width: 98%;
    }
    .page-template-template-luminary header.site-header .ovrl h1 {
        line-height: 1;
    }
    .luminary .top-section .right .arw {
        display: none;
    }
    .luminary .top-section .pr {
        padding-left: 15px;
    }
    .luminary .top-grey h2 {
        font-size: 15px;
    }
    .luminary .top-grey ul.icns, .luminary .pink-section ul.items {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
    .luminary .top-grey ul.icns li, .luminary .top-grey .last-icn {
        margin-bottom: 10px;
    }
    .homepage .pg-content blockquote, .page.default blockquote, .entry-content blockquote, .luminary .mid-section blockquote {
        font-size: 27px;
    }
    .luminary .pink-section .intro {
        padding: 0 22px;
        font-size: 12px;
    }
    .luminary .pink-section .intro em {
        font-size: 50px;
    }
    .luminary .pink-section ul.items {
        padding: 0 20px;
    }
    .luminary .grey-ca h2 {
        font-size: 31px;
    }
    .luminary .grey-ca .left {
        margin-bottom: 45px;
    }
    .luminary .bottom-section .but {
        float: none;
        margin-top: 200px;
    }
    .luminary .bottom-section .right .signup {
        width: 100%;
    }
    .luminary .icn-section .icns ul li {
        font-size: 22px;
    }
    .page-template-template-topimg .ovrl {
        width: 90%;
        padding: 46px 40px 41px;
        font-size: 42px;
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}