/*
Theme Name: Melanie Duncan V3
Description: Melanie Duncan personal wordpress theme
Version: 3.0
Tags: white, light, one-column, two-columns, flexible-width
Text Domain: melanieduncan

*/

* {
    outline: none;
    -webkit-text-size-adjust: 100%;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: Georgia, sans-serif;
    font-size: 20px;
    line-height: 25px;
    color: #231f20;
    border: 8px solid #b68d3d;
}

.bodoni_beregular {
    font-family: 'bodoni_beregular';
}

.bodoni_beitalic {
    font-family: 'bodoni_beitalic';
}

.bodoni_belight {
    font-family: 'bodoni_belight';
}

.table-box {
    display: table;
    height: 100%;
    width: 100%;
}

.cell-box {
    display: table-cell;
    vertical-align: middle;
}

.hidden-text {
    display: none !important;
}

a {
    outline: 0 !important;
}

a.nostyle {
    outline: 0 !important;
    color: inherit;
    text-decoration: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal !important;
}

@media (max-width: 1000px) {
    body {
        border-width: 5px;
    }
}

@media (max-width: 980px) {
    .container {
        padding: 0;
    }
}

@media (max-width: 600px) {
    body {
        border-width: 5px;
    }
}


/* -- HEADER -- */

#header {
    padding: 32px 0 4px;
}

#logo {
    margin-bottom: 54px;
    display: inline-block;
    transition: opacity .3s;
}

#logo:hover {
    opacity: 0.6;
}

#logo img {
    max-width: 100%;
    width: 100%;
}

#main-menu {
    font-family: 'bodoni_beregular';
    margin: 0;
    padding: 0;
    list-style: none;
}

#main-menu li {
    display: inline-block;
    padding: 0 20px;
    border-right: 1px solid #464646;
}

#main-menu li:last-child {
    border: 0;
}

#main-menu a,
#mobile-menu a {
    color: #464646;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.1em;
    transition: color .3s;
}

#main-menu a:hover,
#mobile-menu a:hover {
    color: #b68d3d;
}

#mobile-menu-trigger {
    display: none;
    background: #b68d3d;
    padding: 10px;
    border-radius: 2px;
    outline: 0;
    transition: opacity .3s;
}

#mobile-menu-trigger:hover {
    opacity: 0.8;
}

#mobile-menu-trigger span.bar {
    display: block;
    height: 2px;
    width: 30px;
    background: #fff;
    border-radius: 2px;
    margin: 0 0 3px;
}

#mobile-menu-trigger span.bar.last {
    margin: 0;
}

#mobile-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
}

#mobile-menu li {
    padding: 10px 0;
    border-bottom: 1px solid #464646;
}

#mobile-menu li:last-child {
    border-bottom: 0;
}

@media (max-width: 1220px) {
    #main-menu {
        display: none;
    }
    #mobile-menu-trigger {
        display: inline-block;
    }
}

@media (max-width: 600px) {
    #logo {
        margin-bottom: 30px;
    }
    #mobile-menu {
        font-size: 16px;
    }
}


/* -- TOP IMAGE SECTION -- */

#top-image-section {
    margin-bottom: 45px;
}

#top-image-section.blog-section {
    position: relative;
    background: url(images/top-blog-section-bg.jpg) center no-repeat;
    background-size: cover;
    height: 416px;
}

#top-image-section.blog-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}

#top-image-section.frontpage-section {
    background: url(images/top-frontpage-section-bg.jpg) center no-repeat;
    background-size: cover;
    height: 600px;
}

#top-image-section .container,
#top-image-section .grid-12 {
    height: 100%;
}

#top-image-section h1 {
    margin: 0;
    color: #fff;
    font-size: 80px;
    font-family: 'bodonibook';
    font-weight: normal;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    word-wrap: break-word;
    width: 100%;
    line-height: 1;
}

#top-image-section h1 span {
    font-size: 50px;
    display: block;
}

#top-image-section.frontpage-section h1 {
    text-align: left;
    padding-top: 30%;
    font-family: 'bodoni_belight';
    letter-spacing: 0.04em;
    text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.76);
}

#top-image-section.frontpage-section h1 span {
    font-family: 'bodonibook_italic';
    letter-spacing: 0.05em;
    text-transform: none;
    font-size: 70px;
}

@media (max-width: 1220px) {
    #top-image-section.blog-section {
        height: 300px;
    }
    #top-image-section h1 {
        font-size: 50px;
    }
    #top-image-section h1 span {
        font-size: 36px;
    }
    #top-image-section.frontpage-section {
        height: 500px;
    }
    #top-image-section.frontpage-section h1 {
        font-size: 70px;
    }
    #top-image-section.frontpage-section h1 span {
        font-size: 60px;
    }
}

@media (max-width: 980px) {
    #top-image-section.frontpage-section {
        height: 400px;
    }
    #top-image-section.frontpage-section h1 {
        padding-top: 25%;
        font-size: 60px;
    }
    #top-image-section.frontpage-section h1 span {
        font-size: 50px;
    }
}

@media (max-width: 800px) {
    #top-image-section.frontpage-section h1 {
        padding-top: 35%;
    }
}

@media (max-width: 600px) {
    #top-image-section.blog-section {
        height: 240px;
    }
    #top-image-section h1 {
        font-size: 36px;
    }
    #top-image-section h1 span {
        font-size: 26px;
    }
    #top-image-section.frontpage-section {
        height: 300px;
    }
    #top-image-section.frontpage-section h1 {
        padding-top: 150px;
        font-size: 50px;
    }
    #top-image-section.frontpage-section h1 span {
        font-size: 40px;
    }
}

@media (max-width: 480px) {
    #top-image-section.blog-section {
        height: 240px;
    }
    #top-image-section h1 {
        font-size: 28px;
    }
    #top-image-section h1 span {
        font-size: 20px;
    }
    #top-image-section.frontpage-section {
        height: 300px;
    }
    #top-image-section.frontpage-section h1 {
        font-size: 36px;
    }
    #top-image-section.frontpage-section h1 span {
        font-size: 30px;
    }
}

@media (max-width: 400px) {
    #top-image-section.frontpage-section {
        height: 250px;
    }
    #top-image-section.frontpage-section h1 {
        font-size: 30px;
    }
    #top-image-section.frontpage-section h1 span {
        font-size: 26px;
    }
}


/* -- POSTS PAGE -- */

#posts-wrap {
    padding-bottom: 50px;
}

#posts-wrap .post-1,
#posts-wrap .post-2,
#posts-wrap .post-3,
#posts-wrap .post-4,
#posts-wrap .post-5,
#posts-wrap .post-6,
#posts-wrap .post-7,
#posts-wrap .post-8,
#posts-wrap .post-9,
#posts-wrap .post-10,
#posts-wrap .post-11,
#posts-wrap .post-12 {
    margin-right: 0 !important;
}

.single .post {
    float: none;
    width: 100%;
}

.post:nth-child(2n + 2) {
    float: right;
}

.post .title-wrapper {
    position: relative;
    height: 100%;
}

.post .title-wrapper img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}

.post .title-wrapper a {
    display: block;
    transition: 0.3s;
}

.post .title-wrapper a:hover {
    opacity: 0.8;
}

.post .title-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.post h2.post-title {
    font-size: 40px;
    color: #b68d3d;
    font-family: 'bodoni_beitalic';
    text-transform: uppercase;
    padding: 0 20px;
    margin: 10px 0;
    line-height: 1;
}

.single .post .title-wrapper h2 {
    font-size: 80px;
    line-height: 80px;
    letter-spacing: 0.04em;
    color: #b68d3d;
    text-transform: uppercase;
    font-family: 'bodoni_beitalic';
    margin: 0 0 10px;
}

.post h2.post-title a {
    color: #b68d3d;
    text-decoration: none;
    outline: 0;
    transition: color .3s;
}

.post h2.post-title a:hover {
    color: #231f20;
}

.post h3.subtitle {
    font-size: 30px;
    text-transform: uppercase;
    color: #b68d3d;
    font-family: 'bodoni_beregular';
    margin: 15px 0 -10px;
}

.single .post h3.subtitle {
    font-size: 50px;
    margin: 0 0 20px;
}

.post-excerpt-wrap {
    padding: 0;
    margin: 0 0 30px 0;
}

.post-excerpt-wrap p {
    padding: 0 10px;
    color: #000;
    text-align: left;
    line-height: 30px;
    letter-spacing: 0.05em;
}

.single .post-content-wrap p {
    line-height: 30px;
    letter-spacing: 0.05em;
}

.single .post-content-wrap p strong {
    line-height: 34px;
    font-size: 24px;
}

.single .post-content-wrap blockquote {
    border-top: 2px solid #b68d3d;
    border-bottom: 2px solid #b68d3d;
    padding: 10px;
    margin: 10px 0;
}

.single .post-content-wrap blockquote p {
    margin: 0;
    font-size: 24px;
    line-height: 34px;
    color: #b68d3d;
    letter-spacing: 0.06em;
    font-style: italic;
}

.single .post-content-wrap blockquote p cite {
    color: #000;
    font-family: 'dearjoe_6_trialregular';
    font-size: 18px;
    display: block;
}

.single .post-content-wrap .custom-box {
    margin: 30px 0;
}

.single .post-content-wrap .custom-box p {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    margin: 0;
}

.single .post-content-wrap .custom-box a {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    color: #b68d3d;
    font-style: italic;
    transition: opacity .3s;
}

.single .post-content-wrap .custom-box a:hover {
    opacity: 0.8;
}

.single .post-content-wrap p.signature {
    font-size: 40px;
    line-height: 40px;
    font-family: 'dearjoe_6_trialregular';
    color: #231f20;
}

.post a.read-more {
    width: 100%;
    max-width: 287px;
    display: block;
    margin: 0 auto;
    padding: 12px 0;
    background: #b68d3d;
    color: #fff;
    font-size: 28px;
    font-family: 'bodoni_beregular';
    text-transform: uppercase;
    text-decoration: none;
    transition: opacity .3s;
}

.post a.read-more:hover {
    opacity: 0.8;
}

.single #post-navigation {
    border-top: 2px solid #b68d3d;
    padding-top: 30px;
}

#post-navigation .left,
#post-navigation .right {
    width: 50%;
    float: left;
    text-align: left;
}

#post-navigation .right {
    float: right;
    text-align: right;
}

#post-navigation a {
    position: relative;
    display: inline-block;
    font-size: 28px;
    line-height: 30px;
    text-transform: uppercase;
    color: #b68d3d;
    text-decoration: none;
    padding-left: 56px;
    transition: opacity .3s;
}

#post-navigation .right a {
    padding-left: 0;
    padding-right: 56px;
}

#post-navigation a:hover {
    opacity: 0.8;
}

.prev-arrow,
.next-arrow {
    display: inline-block;
    width: 26px;
    height: 30px;
    background: url(images/prev-arrow.png) no-repeat;
    margin-right: 17px;
    position: absolute;
    top: 0;
    left: 0;
}

.next-arrow {
    background: url(images/next-arrow.png) no-repeat;
    margin-right: 0;
    margin-left: 17px;
    left: auto;
    right: 0;
}

.post-share p.title {
    font-size: 50px;
    color: #b68d3d;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-family: 'bodoni_beregular';
    margin: 0;
    line-height: 1;
}

.post-share p.num-of-shares {
    font-size: 30px;
    line-height: 30px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    font-family: 'bodonibook';
    margin: 20px 0;
}

.post-share .icons a {
    font-size: 32px;
    line-height: 56px;
    height: 56px;
    width: 56px;
    display: inline-block;
    color: #fff;
    background-color: #b68d3d;
    text-align: center;
    float: none;
    border: 0;
    border-radius: 50%;
    margin: 0 0 0 20px;
}

.post-share .icons a:first-child {
    margin: 0;
}

.post-share .icons a:hover {
    opacity: 0.8;
}

@media (max-width: 1220px) {
    .single .post .title-wrapper h2 {
        font-size: 60px;
        line-height: 60px;
    }
    .single .post h3.subtitle {
        font-size: 30px;
    }
}

@media (max-width: 980px) {
    .single .post .title-wrapper h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .single .post h3.subtitle {
        font-size: 22px;
        margin: 0 0 15px;
    }
    .single .post-content-wrap p {
        line-height: 24px;
        font-size: 16px;
    }
    .single .post-content-wrap p strong {
        line-height: 26px;
        font-size: 18px;
    }
    .single .post-content-wrap blockquote p {
        font-size: 18px;
        line-height: 26px;
    }
    .single .post-content-wrap blockquote p cite {
        font-size: 14px;
    }
    .single .post-content-wrap .custom-box p,
    .single .post-content-wrap .custom-box a {
        font-size: 16px;
        line-height: 24px;
    }
    .single .post-content-wrap p.signature {
        font-size: 24px;
        line-height: 24px;
    }
    .single #post-navigation {
        padding-top: 20px;
    }
    .post-share p.title {
        font-size: 40px;
    }
    .post-share p.num-of-shares {
        font-size: 22px;
        margin: 0 0 20px;
    }
}

@media (max-width: 800px) {
    .post {
        width: 100%;
    }
}

@media (max-width: 600px) {
    #posts-wrap {
        padding-bottom: 20px;
    }
    .post h3.subtitle {
        font-size: 24px;
    }
    .post-excerpt-wrap p {
        font-size: 16px;
        line-height: 24px;
    }
    .post a.read-more {
        font-size: 22px;
    }
    .post-share {
        padding: 20px 0 0;
    }
    .post-share p.title {
        font-size: 30px;
    }
    .post-share p.num-of-shares {
        font-size: 16px;
        margin: 0 0 15px;
    }
}

@media (max-width: 480px) {
    .post h2.post-title {
        font-size: 28px;
    }
    #post-navigation a {
        font-size: 20px;
    }
    #post-navigation .left a {
        padding-left: 40px;
    }
    #post-navigation .right a {
        padding-right: 40px;
    }
    .single .post .title-wrapper h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .single .post h3.subtitle {
        font-size: 20px;
    }
}

@media (max-width: 400px) {
    .post .title-wrap h2 {
        font-size: 24px;
    }
}


/* -- PAGE WRAP -- */

#page-wrap {
    padding: 20px 0 0;
}

#page-wrap .line {
    width: 50px;
    height: 3px;
    background: #b68d3d;
    margin: 0 auto 20px;
}

#page-wrap .title-wrapper h2 {
    font-family: 'bodoni_beitalic';
    font-size: 80px;
    color: #b68d3d;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2;
}

#page-wrap .page-content-wrap {
    text-align: left;
}

#page-wrap .page-content-wrap p,
#page-wrap .page-content-wrap li {
    line-height: 30px;
}

#page-wrap .page-content-wrap p a,
#page-wrap .page-content-wrap li a {
    color: #b68d3d;
}

#page-wrap .page-content-wrap ul {
    padding-left: 20px;
}

@media (max-width: 980px) {
    #page-wrap .title-wrapper h2 {
        font-size: 50px;
    }
    #page-wrap .page-content-wrap p,
    #page-wrap .page-content-wrap li {
        line-height: 24px;
        font-size: 16px;
    }
}

@media (max-width: 980px) {
    #page-wrap .title-wrapper h2 {
        font-size: 30px;
    }
}


/* -- FRONTPAGE INTRO -- */

#frontpage-intro h2 {
    font-size: 60px;
    color: #b68d3d;
    font-family: 'bodonibook_italic';
    margin: -20px 0 0;
    line-height: 1.2;
}

#frontpage-intro .grid-12 p {
    color: #464646;
    font-size: 24px;
    font-family: 'bodoni_beregular';
    margin: 0;
}

#frontpage-intro hr {
    border: 0;
    height: 1px;
    background: #b68d3d;
    margin: 40px 0;
}

#frontpage-intro .opt-in {
    margin-bottom: 40px;
}

#frontpage-intro .opt-in .left:after {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -20px;
    background: #b68d3d;
}

#frontpage-intro .opt-in .left p {
    font-size: 80px;
    text-transform: uppercase;
    font-family: 'bodoni_beregular';
    color: #bd831f;
    margin: 0;
    line-height: 1.2;
}

#frontpage-intro .opt-in .left p span {
    color: #000;
    font-family: 'bodoni_beitalic';
    font-size: 50px;
    display: block;
    text-transform: none;
    font-weight: bold;
}

#frontpage-intro .opt-in .right {
    padding: 0 20px;
}

#frontpage-intro .opt-in .right p {
    font-size: 32px;
    line-height: 50px;
    color: #000;
    font-family: 'bodoni_beregular';
    text-align: left;
    margin: 0;
}

#frontpage-intro .opt-in .right p a {
    color: #bd831f;
    text-transform: uppercase;
    font-family: 'bodoni_beitalic';
}

@media (max-width: 980px) {
    #frontpage-intro .opt-in .left:after {
        display: none;
    }
    #frontpage-intro h2 {
        font-size: 50px;
    }
    #frontpage-intro .grid-12 p {
        font-size: 20px;
    }
}

@media (max-width: 800px) {
    #frontpage-intro h2 {
        font-size: 40px;
    }
    #frontpage-intro hr {
        margin: 20px 0;
    }
    #frontpage-intro .opt-in .left p {
        font-size: 60px;
    }
    #frontpage-intro .opt-in .left p span {
        font-size: 36px;
    }
    #frontpage-intro .opt-in .right p {
        font-size: 26px;
        line-height: 36px;
    }
}

@media (max-width: 600px) {
    #frontpage-intro h2 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    #frontpage-intro .opt-in .left p {
        font-size: 40px;
    }
    #frontpage-intro .opt-in .left p span {
        font-size: 28px;
    }
    #frontpage-intro .opt-in .right p {
        font-size: 22px;
        line-height: 30px;
    }
}


/* -- FRONTPAGE SECTIONS -- */

#frontpage-sections {
    background: #000;
    padding: 50px 0 0;
    color: #fff;
}

#frontpage-blog-section header {
    background: url(images/top-blog-section-bg.jpg) center no-repeat;
    background-size: cover;
    padding: 100px 0;
}

#frontpage-blog-section header h2 {
    font-family: 'bodonibook';
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
    font-size: 60px;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    line-height: 1;
}

#frontpage-blog-section header h2 span {
    font-size: 40px;
}

#frontpage-blog-section header h2 span.top {
    display: block;
}

#frontpage-blog-section p.subtitle {
    font-size: 16px;
    line-height: 24px;
}

#frontpage-blog-section .recent-blog-posts {
    margin-bottom: 40px;
    display: table;
}

#frontpage-blog-section .recent-blog-posts .bottom-line {
    background: #b68d3d;
    height: 2px;
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    clear: both;
}

#frontpage-blog-section .recent-blog-posts h3 {
    color: #b68d3d;
    font-size: 50px;
    font-family: 'bodonibook_italic';
    font-weight: normal;
    margin: 0 20px 30px;
    position: relative;
}

#frontpage-blog-section .recent-blog-posts h3 span.line {
    width: 100%;
    height: 1px;
    background: #b68d3d;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
}

#frontpage-blog-section .recent-blog-posts h3 span.text {
    display: inline-block;
    padding: 0 50px;
    background: #000;
    position: relative;
    z-index: 10;
}

#frontpage-blog-section .recent-blog-posts .recent-post {
    margin-bottom: 30px;
}

#frontpage-blog-section .recent-blog-posts .recent-post h4 {
    font-family: 'bodoni_beregular';
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 30px;
    font-weight: normal;
    margin: 0 0 10px;
    line-height: 1.2;
}

#frontpage-blog-section .recent-blog-posts .recent-post p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px;
}

#frontpage-blog-section .recent-blog-posts .recent-post a.read-more-btn {
    font-family: 'bodoni_beregular';
    font-size: 28px;
    color: #b68d3d;
    text-transform: uppercase;
    text-decoration: none;
    transition: opacity .3s;
}

#frontpage-blog-section .recent-blog-posts .recent-post a.read-more-btn:hover {
    opacity: 0.6;
}

#frontpage-blog-section .recent-blog-posts .recent-post a.read-more-btn .next-arrow {
    position: relative;
    top: 2px;
    left: auto;
    width: 20px;
    height: 23px;
    background-size: cover;
    margin-left: 20px;
}

#frontpage-features-section .grid-6 {
    margin-bottom: 40px;
}

#frontpage-features-section .image-box {
    position: relative;
}

#frontpage-features-section .image-box img {
    display: block;
    max-width: 100%;
    width: 100%;
}

#frontpage-features-section .image-box h3 {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 25px;
    margin: 0;
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'bodoni_beregular';
    font-weight: normal;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#frontpage-features-section .image-box h3 span {
    font-family: 'bodoni_beitalic';
    text-transform: none;
}

#frontpage-features-section p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

@media (max-width: 1220px) {
    #frontpage-blog-section header {
        padding: 80px 0;
    }
    #frontpage-blog-section header h2 {
        font-size: 40px;
    }
    #frontpage-blog-section header h2 span {
        font-size: 26px;
    }
}

@media (max-width: 980px) {
    #frontpage-blog-section header {
        padding: 60px 0;
    }
    #frontpage-blog-section header h2 {
        font-size: 30px;
    }
    #frontpage-blog-section header h2 span {
        font-size: 22px;
    }
    #frontpage-blog-section .recent-blog-posts h3 {
        font-size: 40px;
    }
}

@media (max-width: 600px) {
    #frontpage-blog-section header {
        padding: 40px 0;
    }
    #frontpage-blog-section .recent-blog-posts h3 {
        font-size: 30px;
    }
    #frontpage-blog-section .recent-blog-posts h3 span.text {
        padding: 0 30px;
    }
    #frontpage-blog-section .recent-blog-posts .recent-post h4 {
        font-size: 24px;
    }
    #frontpage-blog-section .recent-blog-posts .recent-post a.read-more-btn {
        font-size: 22px;
    }
    #frontpage-features-section .image-box h3 {
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    #frontpage-blog-section header h2 {
        font-size: 24px;
    }
    #frontpage-blog-section header h2 span {
        font-size: 16px;
    }
    #frontpage-features-section .image-box h3 {
        font-size: 20px;
    }
}


/* -- ABOUT -- */

#about-top {
    background: url(images/about-top-bg.jpg) no-repeat center top;
    background-size: cover;
    color: #fff;
    letter-spacing: 0.05em;
    padding: 100px 0;
}

#about-top h1 {
    font-size: 100px;
    font-family: 'bodonibook';
    line-height: 100px;
    text-transform: uppercase;
    width: 500px;
    float: right;
}

#about-intro h2 {
    font-size: 42px;
    line-height: 52px;
    letter-spacing: 0.025em;
    color: #b68d3d;
    font-family: 'bodonibook_italic';
}

#about-intro p {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.025em;
    font-family: 'bodonibook';
    color: #020202;
}

#about-intro .line {
    background: #b68d3d;
    height: 2px;
    max-width: 960px;
    width: 100%;
    margin: 50px auto;
}

#about-timeline .container {
    position: relative;
}

#about-timeline .container .border-line {
    width: 2px;
    background: #b68d3d;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#about-timeline .container .border-line-bottom {
    width: 59px;
    height: 2px;
    background: #b68d3d;
    position: absolute;
    bottom: 20px;
    left: 0;
}

#about-timeline .timeline-box {
    text-align: left;
    position: relative;
    margin-bottom: 100px;
}

#about-timeline .timeline-box.text-image .grid-6.image-box {
    float: right;
}

#about-timeline .timeline-box.text-image .grid-6.text-box {
    float: left;
}

#about-timeline .timeline-box .pointer {
    background: #b68d3d;
    width: 59px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
}

#about-timeline .timeline-box img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

#about-timeline .timeline-box h3 {
    font-size: 80px;
    line-height: 80px;
    letter-spacing: 0.04em;
    color: #363636;
    text-transform: uppercase;
    font-family: 'bodonibook_italic';
    margin: 0 0 40px;
    padding-left: 70px;
}

#about-timeline .timeline-box.text-image h3 {
    padding-left: 0;
    text-align: right;
}

#about-timeline .timeline-box h3 span {
    font-size: 36px;
    color: #b68d3d;
    font-family: 'dearjoe_6_trialregular';
    display: block;
    line-height: 40px;
}

#about-timeline .timeline-box p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.06em;
    color: #000;
    margin-top: 0;
}

#about-timeline .timeline-box p.bottom {
    padding-left: 70px;
}

#about-timeline .timeline-box p a {
    color: #000;
    text-decoration: underline;
}

#about-timeline .timeline-box.text-image p {
    padding-left: 70px;
}

#about-timeline .timeline-box p strong.big {
    font-size: 24px;
    line-height: 34px;
}

#about-timeline .timeline-box blockquote {
    border-top: 2px solid #b68d3d;
    border-bottom: 2px solid #b68d3d;
    margin: 0;
    padding: 10px 0;
}

#about-timeline .timeline-box blockquote.bottom {
    margin-left: 70px;
}

#about-timeline .timeline-box.text-image blockquote {
    margin-left: 70px;
}

#about-timeline .timeline-box blockquote p {
    font-size: 18px;
    line-height: 28px;
    color: #b68d3d;
    font-style: italic;
    margin: 0;
}

#about-timeline .timeline-box.text-image blockquote p {
    padding-left: 0;
}

#about-timeline .timeline-box blockquote p cite {
    display: block;
    font-family: 'dearjoe_6_trialregular';
    color: #000;
    font-style: normal;
}

#about-timeline .timeline-box blockquote p cite span {
    color: #636363;
}

#about-opt-in {
    margin: -40px 0 0;
}

#about-opt-in p {
    max-width: 960px;
    width: 100%;
    font-size: 24px;
    line-height: 34px;
    margin: 0 auto 20px;
    color: #000;
    letter-spacing: 0.06em;
}

a.optin-btn {
    display: inline-block;
    padding: 12px 38px;
    text-transform: uppercase;
    font-size: 28px;
    color: #fff;
    background: #b68d3d;
    font-family: 'bodoni_beregular';
    text-decoration: none;
    transition: opacity .3s;
    letter-spacing: 0.06em;
    margin-bottom: 40px;
}

a.optin-btn:hover {
    opacity: 0.8;
}

#about-opt-in p.signature {
    font-size: 40px;
    font-family: 'dearjoe_6_trialregular';
}

@media (max-width: 1220px) {
    #about-top h1 {
        font-size: 80px;
        line-height: 80px;
    }
    #about-timeline .timeline-box h3 {
        font-size: 55px;
        line-height: 55px;
    }
    #about-opt-in {
        margin: -10px 0 0;
    }
}

@media (max-width: 980px) {
    #about-top h1 {
        font-size: 50px;
        line-height: 50px;
        width: 350px;
    }
    #about-intro h2 {
        font-size: 30px;
        line-height: 40px;
    }
    #about-intro p {
        font-size: 20px;
        line-height: 26px;
    }
    #about-timeline .container .border-line {
        left: 15px;
    }
    #about-timeline .container .border-line-bottom {
        left: 15px;
    }
    #about-timeline .timeline-box .grid-6 {
        float: none !important;
    }
    #about-timeline .timeline-box h3 {
        font-size: 45px;
        line-height: 45px;
        margin-bottom: 0;
    }
    #about-timeline .timeline-box h3 br {
        display: none;
    }
    #about-timeline .timeline-box.text-image h3 {
        padding-left: 70px;
        text-align: left;
    }
    #about-timeline .timeline-box h3 span {
        font-size: 30px;
        line-height: 34px;
        padding-top: 5px;
    }
    #about-timeline .timeline-box p {
        font-size: 16px;
        line-height: 24px;
        padding-left: 15px;
    }
    #about-timeline .timeline-box p.bottom {
        padding-left: 15px;
    }
    #about-timeline .timeline-box.text-image p {
        padding-left: 15px;
    }
    #about-timeline .timeline-box p strong.big {
        font-size: 20px;
        line-height: 28px;
    }
    #about-timeline .timeline-box blockquote,
    #about-timeline .timeline-box.text-image blockquote,
    #about-timeline .timeline-box blockquote.bottom {
        margin-left: 15px;
    }
    #about-timeline .timeline-box.text-image blockquote p,
    #about-timeline .timeline-box blockquote p {
        font-size: 16px;
        line-height: 22px;
        padding-left: 0;
    }
    #about-opt-in p {
        font-size: 16px;
        line-height: 24px;
    }
    #about-opt-in a.optin-btn {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    #about-top {
        padding: 50px 0;
    }
    #about-top h1 {
        font-size: 40px;
        line-height: 40px;
        width: 250px;
    }
}

@media (max-width: 480px) {
    #about-top h1 {
        text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    }
    #about-timeline .timeline-box h3 {
        font-size: 40px;
        line-height: 40px;
    }
    #about-timeline .timeline-box h3 span {
        font-size: 20px;
        line-height: 26px;
        padding-top: 8px;
    }
}

@media (max-width: 480px) {
    #about-timeline .timeline-box h3 {
        font-size: 30px;
        line-height: 30px;
    }
}


/* -- CONTACT -- */

#contact-top {
    background: url(images/contact-top-bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 150px 0;
}

#contact-top h1 {
    font-family: 'bodonibook';
    font-size: 120px;
    color: #fff;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
}

#contact-us h2 {
    font-size: 80px;
    line-height: 80px;
    font-family: 'bodonibook_italic';
    margin-bottom: 20px;
    letter-spacing: 0.04em;
}

#contact-us h2 a {
    color: #b68d3d;
}

#contact-us p {
    font-size: 30px;
    line-height: 60px;
    color: #464646;
    letter-spacing: 0.04em;
    font-family: 'bodonibook';
}

#contact-us p span {
    font-family: 'bodoni_beregular';
}

@media (max-width: 1220px) {
    #contact-top h1 {
        font-size: 80px;
    }
    #contact-us h2 {
        font-size: 60px;
        line-height: 60px;
    }
    #contact-us p {
        font-size: 24px;
        line-height: 50px;
    }
}

@media (max-width: 980px) {
    #contact-top {
        padding: 100px 0;
    }
    #contact-top h1 {
        font-size: 50px;
    }
    #contact-us h2 {
        font-size: 40px;
        line-height: 40px;
    }
    #contact-us p {
        font-size: 20px;
        line-height: 40px;
    }
}

@media (max-width: 480px) {
    #contact-top {
        padding: 50px 0;
    }
    #contact-top h1 {
        font-size: 34px;
    }
}


/* -- DREAM TEAM -- */

#join-dream-team {
    background: url(images/join-dream-team.jpg) no-repeat center top;
    background-size: cover;
    padding: 150px 0;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
    letter-spacing: 0.05em;
    text-align: left;
    position: relative;
    z-index: 10;
}

#join-dream-team h1 {
    font-size: 100px;
    line-height: 100px;
    color: #fdfdfd;
    font-family: 'bodonibook';
    margin: 0;
    text-transform: uppercase;
    max-width: 620px;
    float: right;
}

#join-dream-team p {
    font-family: 'bodonibook_italic';
    font-size: 50px;
    line-height: 60px;
    color: #fdfdfd;
    margin: 0;
    max-width: 620px;
    width: 100%;
    float: right;
    clear: both;
}

#dream-team-features {
    padding: 60px 0 0;
    position: relative;
}

#dream-team-features img.dream-team-image1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 300px;
}

#dream-team-features img.dream-team-image2 {
    position: absolute;
    top: 440px;
    left: 0;
    z-index: -1;
    width: 200px;
}

#dream-team-features .accordion-box {
    margin-bottom: 40px;
}

#dream-team-features .accordion-box .line {
    height: 2px;
    width: 100%;
    background: #b68d3d;
}

#dream-team-features .accordion-box h2 {
    margin: 0;
    text-transform: uppercase;
    color: #b68d3d;
    font-size: 50px;
    font-family: 'bodonibook';
    cursor: pointer;
    padding-bottom: 100px;
    position: relative;
}

#dream-team-features .accordion-box h2 .arrow {
    background: url(images/arrow.png) no-repeat;
    width: 50px;
    height: 50px;
    margin: 0 0 0 -25px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    display: block;
}

#dream-team-features .accordion-box h2.opened .arrow {
    background-image: url(images/arrow-up.png);
}

#dream-team-features .accordion-box .accordion-content {
    padding-bottom: 20px;
    display: none;
}

#dream-team-features .accordion-box .accordion-content .accordion-image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

#dream-team-features .accordion-box.ac-box-what-we-do .accordion-content p,
#dream-team-features .accordion-box.ac-box-our-philosophy .accordion-content p,
#dream-team-features .accordion-box.ac-box-why-join .why-join-box {
    padding: 0 100px;
}

#dream-team-features .accordion-box.ac-about-founders .accordion-content p {
    text-align: left;
}

#dream-team-features .accordion-box .accordion-content p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.06em;
}

#dream-team-features .accordion-box .accordion-content p strong.big {
    font-size: 24px;
    line-height: 36px;
}

#dream-team-features .accordion-box .accordion-content p strong.upper {
    text-transform: uppercase;
    display: block;
}

.ac-box-our-philosophy .accordion-content {
    position: relative;
}

.ac-box-our-philosophy .accordion-content img.dream-team-image3 {
    position: absolute;
    top: 50px;
    left: 0;
    width: 200px;
    z-index: -1;
}

.ac-box-our-philosophy .accordion-content img.dream-team-image4 {
    position: absolute;
    top: -100px;
    right: 0;
    width: 200px;
    z-index: -1;
}

.ac-box-why-join .accordion-content {
    position: relative;
}

.ac-box-why-join .why-join-box .left {
    width: 50%;
    float: left;
    padding-right: 20px;
    text-align: left;
}

.ac-box-why-join .why-join-box .right {
    width: 50%;
    float: left;
    padding-left: 20px;
    text-align: left;
}

.ac-box-why-join .why-join-box img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.ac-box-why-join .accordion-content img.dream-team-image5 {
    position: absolute;
    top: -300px;
    left: 0;
    z-index: -1;
    width: 150px;
}

.ac-box-why-join .accordion-content img.dream-team-image6 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 150px;
}

#open-positions {
    background: #000;
    padding: 50px 0;
    margin-bottom: 100px;
    position: relative;
    z-index: 10;
}

#open-positions h3 {
    font-size: 80px;
    color: #b68d3d;
    font-family: 'bodonibook';
    text-transform: uppercase;
    border-bottom: 1px solid #b68d3d;
    margin: 0 0 40px;
    line-height: 1.2;
}

#open-positions ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#open-positions ul li {
    color: #fff;
    font-size: 42px;
    line-height: 46px;
    padding: 3px 0;
    letter-spacing: 0.025em;
    font-family: 'bodonibook_italic';
}

#open-positions ul li a {
    color: #fff;
    font-size: 42px;
    line-height: 46px;
    padding: 3px 0;
    letter-spacing: 0.025em;
    font-family: 'bodonibook_italic';
    text-decoration: none;
    border-bottom: 1px solid #fff;
    transition: all .3s;
}

#open-positions ul li a:hover,
#open-positions ul li a:focus {
    color: #b68d3d;
    font-size: 42px;
    line-height: 46px;
    padding: 3px 0;
    letter-spacing: 0.025em;
    font-family: 'bodonibook_italic';
    text-decoration: none;
    border-bottom: 1px solid #b68d3d;
}

@media (max-width: 1220px) {
    #join-dream-team h1 {
        font-size: 80px;
        line-height: 80px;
        max-width: 520px;
    }
    #join-dream-team p {
        font-size: 40px;
        line-height: 48px;
        max-width: 520px;
    }
    #open-positions h3 {
        font-size: 60px;
    }
    #dream-team-features img.dream-team-image1 {
        width: 250px;
    }
    #dream-team-features img.dream-team-image2 {
        width: 150px;
        top: 550px;
    }
    .ac-box-our-philosophy .accordion-content img.dream-team-image3 {
        width: 150px;
    }
    .ac-box-our-philosophy .accordion-content img.dream-team-image4 {
        width: 150px;
    }
}

@media (max-width: 980px) {
    #join-dream-team {
        padding: 100px 0;
    }
    #join-dream-team h1 {
        font-size: 60px;
        line-height: 60px;
        max-width: 420px;
    }
    #join-dream-team p {
        font-size: 30px;
        line-height: 36px;
        max-width: 420px;
    }
    #dream-team-features .accordion-box h2 {
        font-size: 40px;
        padding-bottom: 60px;
    }
    #dream-team-features .accordion-box h2 .arrow {
        width: 30px;
        height: 30px;
        background-size: cover;
        margin: 0 0 0 -15px;
        bottom: 10px;
    }
    #dream-team-features .accordion-box .accordion-content p {
        font-size: 16px;
        line-height: 24px;
    }
    #dream-team-features .accordion-box .accordion-content p strong.big {
        font-size: 18px;
        line-height: 26px;
    }
    #open-positions h3 {
        font-size: 40px;
    }
    #open-positions ul li {
        font-size: 30px;
        line-height: 34px;
    }
    #open-positions ul li a {
        font-size: 30px;
        line-height: 34px;
    }
    #open-positions ul li a:hover,
    #open-positions ul li a:focus {
        font-size: 30px;
        line-height: 34px;
    }
    #dream-team-features img.dream-team-image1 {
        width: 200px;
    }
    #dream-team-features img.dream-team-image2 {
        width: 150px;
        top: 350px;
    }
    .ac-box-our-philosophy .accordion-content img.dream-team-image3 {
        width: 100px;
    }
    .ac-box-our-philosophy .accordion-content img.dream-team-image4 {
        width: 100px;
    }
    .ac-box-why-join .why-join-box .left,
    .ac-box-why-join .why-join-box .right {
        width: 100%;
        padding: 0;
    }
    .ac-box-why-join .accordion-content img.dream-team-image5 {
        top: -200px;
        width: 100px;
    }
    .ac-box-why-join .accordion-content img.dream-team-image6 {
        width: 100px;
    }
}

@media (max-width: 768px) {
    #dream-team-features .accordion-box h2 {
        font-size: 30px;
    }
}

@media (max-width: 600px) {
    #dream-team-features .accordion-box.ac-box-what-we-do .accordion-content p,
    #dream-team-features .accordion-box.ac-box-our-philosophy .accordion-content p,
    #dream-team-features .accordion-box.ac-box-why-join .why-join-box {
        padding: 0 50px;
    }
}

@media (max-width: 480px) {
    #join-dream-team {
        padding: 50px 0;
    }
    #join-dream-team h1 {
        font-size: 40px;
        line-height: 40px;
    }
    #join-dream-team p {
        font-size: 22px;
        line-height: 26px;
    }
    #open-positions h3 {
        font-size: 30px;
    }
    #open-positions ul li {
        font-size: 22px;
        line-height: 26px;
    }
    #open-positions ul li a {
        font-size: 22px;
        line-height: 26px;
    }
    #open-positions ul li a:hover,
    #open-positions ul li a:focus {
        font-size: 22px;
        line-height: 26px;
    }
    #dream-team-features img.dream-team-image1 {
        width: 100px;
    }
    #dream-team-features img.dream-team-image2 {
        width: 80px;
        top: 450px;
    }
    #dream-team-features .accordion-box.ac-box-what-we-do .accordion-content p,
    #dream-team-features .accordion-box.ac-box-our-philosophy .accordion-content p,
    #dream-team-features .accordion-box.ac-box-why-join .why-join-box {
        padding: 0 20px;
    }
    .ac-box-our-philosophy .accordion-content img.dream-team-image3 {
        width: 60px;
    }
    .ac-box-our-philosophy .accordion-content img.dream-team-image4 {
        width: 60px;
    }
    .ac-box-why-join .accordion-content img.dream-team-image5 {
        top: -100px;
        width: 60px;
    }
    .ac-box-why-join .accordion-content img.dream-team-image6 {
        width: 60px;
    }
}


/* -- EVENTS -- */

#events-top {
    background: url(images/events-top-bg.jpg) center top no-repeat;
    background-size: cover;
    padding: 100px 0;
    color: #fff;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    text-align: left;
}

#events-top h1 {
    font-size: 100px;
    line-height: 100px;
    margin: 0;
    text-transform: uppercase;
    font-family: 'bodonibook';
}

#events-top p {
    font-size: 50px;
    line-height: 50px;
    margin: 0;
    font-family: 'bodonibook_italic';
}

.events-intro-top p {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.025em;
    color: #020202;
    font-family: 'bodonibook';
    border-bottom: 2px solid #b68d3d;
    padding-bottom: 30px;
}

.events-intro-top p span {
    font-size: 42px;
    line-height: 52px;
    color: #b68d3d;
    font-family: 'bodonibook_italic';
}

.events-intro-bottom {
    padding: 40px 0;
}

.events-intro-bottom .grid-6:first-child {
    padding-left: 40px;
}

.events-intro-bottom h2 {
    margin: 0;
    font-size: 60px;
    line-height: 60px;
    color: #b68d3d;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-align: left;
}

.events-intro-bottom p {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    letter-spacing: 0.06em;
    margin: 0 0 30px;
    text-align: left;
}

.events-intro-bottom img {
    max-width: 100%;
}

#why-host {
    background: #000;
    padding: 50px 0;
    color: #fff;
}

#why-host img {
    max-width: 100%;
}

#why-host h3 {
    font-size: 60px;
    color: #b68d3d;
    text-transform: uppercase;
    margin: 20px 0 0;
}

#why-host p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.06em;
    margin-bottom: 40px;
}

#events-experience {
    padding-top: 50px;
}

#events-experience h3,
#events-process h3,
#events-dates h3 {
    font-size: 80px;
    line-height: 90px;
    color: #b68d3d;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: 'bodonibook';
    margin: 0;
}

#events-experience p.subtitle {
    font-family: 'bodonibook';
    text-transform: uppercase;
    font-size: 24px;
    line-height: 48px;
    color: #000;
    margin: 10px 0 20px;
}

#events-experience p {
    font-size: 20px;
    line-height: 30px;
    color: #000;
}

#events-experience img {
    max-width: 100%;
}

#events-process {
    padding: 30px 0;
}

#events-process a img {
    max-width: 100%;    
}

.events-process-top p,
.events-process-bottom p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.06em;
    color: #000;
}

.events-process-middle {
    padding-top: 50px;
}

.events-process-middle img {
    max-width: 100%;
}

.events-process-middle p.title {
    font-family: 'bodoni_beitalic';
    color: #b68d3d;
    text-transform: none;
}

.events-process-middle p {
    font-family: 'bodonibook';
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.events-process-middle p em {
    font-family: 'bodonibook_italic';
    text-transform: none;
}

.events-process-bottom p strong.big {
    font-size: 24px;
    line-height: 36px;
}

.events-process-bottom p span {
    font-family: 'dearjoe_6_trialregular';
    color: #b68d3d;
    font-size: 40px;
    line-height: 40px;
}

#events-dates {
    background: #000;
    padding: 50px 0;
    color: #fff;
}

#events-dates p.tickets-cost {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0.06em;
    font-family: 'bodoni_beregular';
    text-transform: uppercase;
    margin: 0;
}

.event-dates-box {
    padding: 50px 0;
}

.event-dates-box .grid-4 {
    width: 33%;
    margin: 0;
}

.event-dates-box .grid-4:nth-child(2) {
    border-left: 1px solid #b68d3d;
    border-right: 1px solid #b68d3d;
}

.event-dates-box p {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0.06em;
    font-family: 'bodonibook_italic';
    text-transform: uppercase;
    margin: 0 0 15px;
}

.event-dates-box a {
    font-family: 'bodoni_beregular';
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background: #b68d3d;
    display: inline-block;
    max-width: 286px;
    width: 100%;
    padding: 12px 0;
    transition: opacity .3s;
}

.event-dates-box .disabled p,
.event-dates-box .disabled a {
    text-decoration: line-through;
}

.event-dates-box a:hover {
    opacity: 0.8;
}

.event-dates-box .disabled a {
    cursor: default;
}

.event-dates-box .disabled a:hover {
    opacity: 1;
}

#events-testimonial {
    padding: 50px 0;
}

#events-testimonial p {
    border-top: 2px solid #b68d3d;
    border-bottom: 2px solid #b68d3d;
    color: #b68d3d;
    font-style: italic;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.06em;
    padding: 25px 0;
}

#events-testimonial p span {
    font-family: 'dearjoe_6_trialregular';
    color: #000;
    font-style: normal;
}

#events-testimonial p span.grey {
    color: #636363;
}

@media (max-width: 1220px) {
    #events-top h1 {
        font-size: 80px;
        line-height: 80px;
    }
    #events-top p {
        font-size: 40px;
        line-height: 40px;
    }
    .events-process-middle p,
    .event-dates-box p,
    #events-dates p.tickets-cost {
        font-size: 30px;
        line-height: 36px;
    }
}

@media (max-width: 980px) {
    #events-top h1 {
        font-size: 60px;
        line-height: 60px;
    }
    #events-top p {
        font-size: 30px;
        line-height: 30px;
    }
    .events-intro-top p {
        font-size: 22px;
        line-height: 28px;
    }
    .events-intro-top p span {
        font-size: 30px;
        line-height: 36px;
    }
    .events-intro-bottom .grid-6:first-child {
        padding-left: 0;
    }
    .events-intro-bottom h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .events-intro-bottom p {
        font-size: 16px;
        line-height: 24px;
    }
    #why-host h3 {
        font-size: 40px;
    }
    #why-host p {
        font-size: 16px;
        line-height: 24px;
    }
    #events-experience h3,
    #events-process h3,
    #events-dates h3 {
        font-size: 50px;
        line-height: 56px;
    }
    #events-experience p.subtitle {
        font-size: 20px;
        line-height: 30px;
    }
    #events-experience p,
    .events-process-top p,
    .events-process-bottom p {
        font-size: 16px;
        line-height: 24px;
    }
    .events-process-bottom p strong.big {
        font-size: 20px;
        line-height: 30px;
    }
    .events-process-bottom p span {
        font-size: 24px;
        line-height: 30px;
    }
    .event-dates-box .grid-4 {
        width: 100%;
        margin: 0;
    }
    .event-dates-box .grid-4:nth-child(2) {
        border: 0;
        border-top: 1px solid #b68d3d;
        border-bottom: 1px solid #b68d3d;
        margin: 30px 0;
        padding: 30px 0;
    }
    #events-testimonial p {
        font-size: 22px;
        line-height: 28px;
    }
}

@media (max-width: 600px) {
    #events-top {
        padding: 50px 0;
    }
    .events-process-middle p,
    .event-dates-box p,
    #events-dates p.tickets-cost {
        font-size: 20px;
        line-height: 24px;
    }
    .event-dates-box a {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    #events-top h1 {
        font-size: 40px;
        line-height: 40px;
    }
    #events-top p {
        font-size: 20px;
        line-height: 20px;
    }
    #events-experience h3,
    #events-process h3,
    #events-dates h3 {
        font-size: 36px;
        line-height: 42px;
    }
    #events-testimonial p {
        font-size: 18px;
        line-height: 24px;
    }
}


/* -- INSPIRATION -- */

#inspiration-top {
    background: url(images/inspiration-top-bg.jpg) center top no-repeat;
    background-size: cover;
    padding: 300px 0 50px;
    letter-spacing: 0.05em;
    color: #fff;
}

#inspiration-top h1 {
    font-family: 'bodonibook';
    font-size: 80px;
    line-height: 90px;
    text-transform: uppercase;
    margin: 0;
}

#inspiration-top p {
    font-family: 'bodonibook_italic';
    font-size: 50px;
    line-height: 60px;
    margin: 0;
}

#inspiration-owl .owl-item {
    padding: 0 10px;
}

#inspiration-owl .owl-item a {
    display: block;
    transition: opacity .3s;
}

#inspiration-owl .owl-item a:hover {
    opacity: 0.8;
}

#inspiration-owl img {
    max-width: 100%;
}

#inspiration-owl-wrap {
    position: relative;
}

#day-in-life-of-melanie h2 {
    font-size: 80px;
    line-height: 90px;
    color: #b68d3d;
    text-transform: uppercase;
    margin: 50px 0 30px;
    font-family: 'bodonibook';
}

#day-in-life-of-melanie p {
    font-family: 'bodonibook';
    font-size: 30px;
    line-height: 40px;
    color: #000;
    letter-spacing: 0.025em;
}

#day-in-life-of-melanie p a {
    color: #000;
    transition: color .3s;
}

#day-in-life-of-melanie p a:hover {
    color: #b68d3d;
}

#day-in-life-of-melanie #owl-prev,
#day-in-life-of-melanie #owl-next {
    background: url(images/prev-arrow.png) no-repeat;
    width: 26px;
    height: 30px;
    display: block;
    position: absolute;
    top: 50%;
    left: -50px;
    margin: -15px 0 0;
    transition: opacity .3s;
}

#day-in-life-of-melanie #owl-next {
    background: url(images/next-arrow.png) no-repeat;
    left: auto;
    right: -50px;
}

#day-in-life-of-melanie #owl-prev:hover,
#day-in-life-of-melanie #owl-next:hover {
    opacity: 0.8;
}

#inspirations .line-wrap {
    padding: 0 20px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

#inspirations .line-wrap .line {
    height: 2px;
    background: #b68d3d;
}

.inspiration-box {
    color: #363636;
    padding: 50px 0;
}

.inspiration-box.image-text .text-box {
    float: right;
}

.inspiration-box.image-text .image-box {
    float: left;
}

.inspiration-box h3 {
    letter-spacing: 0.04em;
    font-size: 50px;
    line-height: 60px;
    margin: 0;
    font-family: 'bodoni_beitalic';
    text-transform: uppercase;
}

.inspiration-box p.num {
    letter-spacing: 0.04em;
    font-size: 80px;
    line-height: 80px;
    margin: 0;
    font-family: 'bodoni_beitalic';
}

.inspiration-box p.subtitle {
    letter-spacing: 0.04em;
    font-size: 48px;
    line-height: 58px;
    margin: 0;
    font-family: 'bodonibook_italic';
}

.inspiration-box p.desc {
    letter-spacing: 0.06em;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    text-align: left;
}

.inspiration-box p.desc a {
    color: #000;
}

.inspiration-box img {
    max-width: 100%;
}

@media (max-width: 1330px) {
    #day-in-life-of-melanie #owl-prev {
        left: 0;
    }
    #day-in-life-of-melanie #owl-next {
        right: 0;
    }
}

@media (max-width: 980px) {
    #inspiration-top {
        padding: 250px 0 50px;
    }
    #inspiration-top h1,
    #day-in-life-of-melanie h2 {
        font-size: 50px;
        line-height: 56px;
    }
    #inspiration-top p {
        font-size: 30px;
        line-height: 36px;
    }
    #day-in-life-of-melanie p {
        font-size: 20px;
        line-height: 28px;
    }
    .inspiration-box.image-text .text-box,
    .inspiration-box .text-box {
        width: 100%;
        padding: 0 20px;
    }
    .inspiration-box.image-text .image-box,
    .inspiration-box .image-box {
        width: 100%;
        padding: 20px 20px 0;
    }
}

@media (max-width: 768px) {
    #inspiration-top {
        padding: 200px 0 30px;
    }
    #inspiration-top h1,
    #day-in-life-of-melanie h2 {
        font-size: 36px;
        line-height: 42px;
    }
    #inspiration-top p {
        font-size: 24px;
        line-height: 28px;
    }
    .inspiration-box h3 {
        font-size: 30px;
        line-height: 38px;
    }
    .inspiration-box p.num {
        font-size: 50px;
        line-height: 50px;
    }
    .inspiration-box p.subtitle {
        font-size: 24px;
        line-height: 30px;
    }
    .inspiration-box p.desc {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 480px) {
    #inspiration-top {
        padding: 150px 0 30px;
    }
    #inspiration-top h1,
    #day-in-life-of-melanie h2 {
        font-size: 28px;
        line-height: 36px;
    }
    #inspiration-top p {
        font-size: 20px;
        line-height: 24px;
    }
    #inspiration-top h1 br,
    #inspiration-top p br {
        display: none;
    }
}


/* -- PHILOSOPHY -- */

#philosophy-top {
    background: url(images/philosophy-top-bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 150px 0;
    letter-spacing: 0.05em;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: left;
}

#philosophy-top h1,
#table-of-contents h2 {
    font-size: 80px;
    line-height: 90px;
    text-transform: uppercase;
    font-family: 'bodonibook';
    margin: 0;
}

#philosophy-top p {
    font-size: 50px;
    line-height: 60px;
    font-family: 'bodonibook_italic';
    margin: 0;
}

#table-of-contents,
.philosophy-content,
.philosophy-opt-in {
    position: relative;
    z-index: 10;
}

#table-of-contents {
    padding: 40px 0 20px;
}

#table-of-contents h2 {
    color: #b68d3d;
}

#table-of-contents h2 span {
    text-transform: none;
    font-family: 'bodonibook_italic';
}

#table-of-contents p {
    font-size: 40px;
    line-height: 50px;
    color: #363636;
    letter-spacing: 0.06em;
    font-family: 'bodoni_beitalic';
    margin: 0;
}

#table-of-contents ul {
    list-style: none;
    text-align: left;
    padding: 50px 0 0;
}

#table-of-contents ul li span {
    font-family: 'bodonibook_italic';
    color: #b68d3d;
    font-size: 60px;
    position: absolute;
    left: 0;
    top: 0;
}

#table-of-contents ul li span sup {
    border-bottom: 1px solid #b68d3d;
    line-height: 36px;
    text-transform: none;
    display: inline-block;
}

#table-of-contents ul li {
    text-transform: uppercase;
    color: #000;
    font-family: 'bodonibook';
    font-size: 40px;
    line-height: 80px;
    position: relative;
    padding-left: 150px;
}

#table-of-contents ul li span.line {
    width: 1px;
    background: #000;
    height: 100%;
    left: 120px;
}

#table-of-contents ul li a {
    color: #000;
    text-decoration: none;
    transition: color .3s;
}

#philosophy-wrap {
    position: relative;
}

#philosophy-wrap img.philosophy-ab-image1 {
    position: absolute;
    right: 0;
    top: 50px;
    width: 250px;
    z-index: -1;
}

#philosophy-wrap img.philosophy-ab-image2 {
    position: absolute;
    left: 0;
    top: 80px;
    width: 250px;
    z-index: -1;
}

#philosophy-wrap img.philosophy-ab-image3 {
    position: absolute;
    right: 0;
    top: 500px;
    width: 230px;
    z-index: -1;
}

#philosophy-wrap img.philosophy-ab-image4 {
    position: absolute;
    right: 0;
    top: 2500px;
    width: 130px;
    z-index: -1;
}

#philosophy-wrap img.philosophy-ab-image5 {
    position: absolute;
    left: 0;
    top: 2600px;
    width: 130px;
    z-index: -1;
}

#table-of-contents ul li a:hover {
    color: #b68d3d;
}

.philosophy-video-title {
    position: relative;
}

#philosophy-owl-wrap {
    position: relative;
    padding-top: 40px;
}

#philosophy-prev,
#philosophy-next {
    background: url(images/prev-arrow.png) no-repeat;
    width: 26px;
    height: 30px;
    display: block;
    position: absolute;
    top: 100px;
    left: 50px;
    margin: -15px 0 0;
    transition: opacity .3s;
    z-index: 100;
}

#philosophy-next {
    background: url(images/next-arrow.png) no-repeat;
    left: auto;
    right: 50px;
}

#philosophy-prev:hover,
#philosophy-next:hover {
    opacity: 0.8;
}

.philosophy-content-video p.num {
    font-family: 'bodonibook_italic';
    color: #b68d3d;
    font-size: 80px;
    line-height: 80px;
    margin: 0;
}

.philosophy-content-video p.num sup {
    border-bottom: 1px solid #b68d3d;
    line-height: 44px;
    display: inline-block;
}

.philosophy-content-video h3 {
    letter-spacing: 0.04em;
    font-size: 80px;
    line-height: 80px;
    color: #363636;
    text-transform: uppercase;
    font-family: 'bodonibook';
    margin: 0 0 30px;
}

.philosophy-content-video .philosophy-video {
    display: block;
    position: relative;
    background-image: url('https://melanie-duncan-wp-theme-v3-omedevelopment.c9.io/wp-content/themes/melanieduncan_v3/images/video-player-placeholder.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    padding: 39px 26px 68px 48px;
}

.philosophy-content-video .philosophy-video video {
    cursor: pointer;
    max-width: 100%;
    display: inline-block;
    position: relative;
}

video::-webkit-media-controls,
video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none !important;
    opacity: 0 !important;
    -webkit-opacity: 0 !important;
}

.philosophy-content-video .philosophy-video .playbtn {
    cursor: pointer;
    font-size: 64px;
    line-height: 128px;
    height: 128px;
    width: 128px;
    display: inline-block;
    color: #fff;
    background-color: transparent;
    text-align: center;
    float: none;
    border-radius: 50%;
    position: relative;
    border: 8px solid #fff;
    box-sizing: content-box;
    margin: -72px 0 0 -72px;
    text-indent: 8px;
}

.philosophy-content-video .philosophy-video .playbtn i {
    text-align: center;
}

.philosophy-content-video .philosophy-video .playbtn i span {
    position: absolute;
    white-space: nowrap;
    text-align: center;
    font-size: 28px;
    line-height: 28px;
    bottom: -50px;
    left: -50%;
    font-family: Georgia, sans-serif;
    font-weight: 600;
}

.philosophy-content-video .philosophy-video:hover .playbtn {
    color: #b68d3d;
    border-color: #b68d3d;
}

.philosophy-content-video .philosophy-video .playbtncont {
    display: table;
    width: 100%;
    position: absolute;
    top: 50%;
    text-align: center;
    vertical-align: middle;
}

.philosophy-content-text .grid-6 {
    padding: 0 10px;
}

.philosophy-content-text p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.06em;
    color: #000;
    text-align: left;
}

.philosophy-content-text p span.big {
    font-size: 40px;
    line-height: 50px;
    font-style: italic;
}

.philosophy-content-text p span.big-no-italic {
    font-size: 40px;
    line-height: 50px;
}

.philosophy-content-text p span.big strong {
    font-style: normal;
}

.philosophy-content-text p strong.big {
    font-size: 24px;
    line-height: 36px;
}

.philosophy-content-text p em.big {
    font-size: 24px;
    line-height: 36px;
}

.philosophy-content-card img {
    display: block;
    max-width: 100%;
}

.philosophy-content-card-inner {
    position: relative;
}

.philosphy-content-card-inside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 100px;
}

.philosophy-content-card-inner p.text {
    font-size: 65px;
    line-height: 75px;
    letter-spacing: 0.04em;
    color: #000;
    font-family: 'bodonibook_italic';
    text-transform: uppercase;
    margin: 0;
}

.philosophy-content-card-inner p.author {
    font-family: 'dearjoe_6_trialregular';
    font-size: 45px;
    color: #000;
    letter-spacing: 0.04em;
    margin: 0;
    line-height: 1;
}

.philosophy-content-testimonial {
    padding: 80px 0 40px;
}

.philosophy-content-testimonial p {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0.06em;
    color: #b68d3d;
    font-style: italic;
    border-top: 2px solid #b68d3d;
    border-bottom: 2px solid #b68d3d;
    padding: 30px 0;
    margin: 0;
}

.philosophy-content-testimonial p span {
    font-size: 30px;
    line-height: 36px;
    font-family: 'dearjoe_6_trialregular';
    color: #000;
}

.philosophy-content-testimonial p span span {
    color: #636363;
}

.philosophy-opt-in {
    background: #000;
    color: #fff;
    letter-spacing: 0.04em;
    padding: 38px 0;
}

.philosophy-opt-in p {
    margin: 0;
}

.philosophy-opt-in p.par1 {
    font-size: 40px;
    font-family: 'bodonibook_italic';
    text-transform: uppercase;
    margin: 0 0 40px;
    line-height: 1;
}

.philosophy-opt-in p.par2 {
    font-size: 40px;
    font-family: 'dearjoe_6_trialregular';
    line-height: 1.2;
}

.philosophy-opt-in p.par3 {
    font-size: 80px;
    font-family: 'bodoni_beitalic';
    color: #b68d3d;
    text-transform: uppercase;
    line-height: 1.5;
}

.philosophy-opt-in p.par4 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.01em;
    margin: 0 0 30px;
}

.philosophy-opt-in a {
    display: block;
    margin: 0 auto;
    max-width: 259px;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-family: 'bodoni_beregular';
    background: #b68d3d;
    text-decoration: none;
    padding: 12px 0;
    font-size: 28px;
    line-height: 1.2;
    transition: opacity .3s;
}

.philosophy-opt-in a:hover {
    opacity: 0.8;
}

@media (max-width: 1330px) {
    #philosophy-prev {
        left: 10px;
    }
    #philosophy-next {
        right: 10px;
    }
    .philosophy-video-title {
        padding: 0 30px;
    }
}

@media (max-width: 1220px) {
    #philosophy-top {
        padding: 130px 0;
    }
    #philosophy-top h1,
    #table-of-contents h2 {
        font-size: 60px;
        line-height: 70px;
    }
    #philosophy-top p,
    #table-of-contents p {
        font-size: 30px;
        line-height: 40px;
    }
    #table-of-contents ul li {
        font-size: 30px;
        line-height: 60px;
    }
    #table-of-contents ul li span {
        font-size: 60px;
    }
    .philosophy-content-video p.num {
        font-size: 60px;
        line-height: 60px;
    }
    .philosophy-content-video p.num sup {
        line-height: 38px;
    }
    .philosophy-content-video h3 {
        font-size: 60px;
        line-height: 60px;
    }
    .philosphy-content-card-inside {
        padding: 50px;
    }
    .philosophy-content-card-inner p.text {
        font-size: 50px;
        line-height: 60px;
    }
    .philosophy-content-card-inner p.author {
        font-size: 35px;
    }
    .philosophy-content-testimonial p {
        font-size: 30px;
        line-height: 40px;
    }
    .philosophy-content-testimonial p span {
        font-size: 26px;
        line-height: 32px;
    }
    .philosophy-opt-in p.par1 {
        font-size: 34px;
    }
    .philosophy-opt-in p.par2 {
        font-size: 34px;
    }
    .philosophy-opt-in p.par3 {
        font-size: 60px;
    }
    .philosophy-opt-in p.par4 {
        font-size: 24px;
        line-height: 30px;
    }
    .philosophy-opt-in a {
        font-size: 22px;
    }
    #philosophy-wrap img.philosophy-ab-image1 {
        width: 200px;
    }
    #philosophy-wrap img.philosophy-ab-image2 {
        width: 180px;
    }
    #philosophy-wrap img.philosophy-ab-image3 {
        width: 170px;
    }
    #philosophy-wrap img.philosophy-ab-image4 {
        width: 100px;
    }
    #philosophy-wrap img.philosophy-ab-image5 {
        width: 100px;
    }
}

@media (max-width: 980px) {
    #philosophy-top {
        padding: 100px 0;
    }
    #philosophy-top h1,
    #table-of-contents h2 {
        font-size: 40px;
        line-height: 50px;
    }
    #philosophy-top p,
    #table-of-contents p {
        font-size: 24px;
        line-height: 28px;
    }
    #table-of-contents ul {
        margin-left: 15%;
    }
    #table-of-contents ul li {
        font-size: 24px;
        line-height: 48px;
    }
    #table-of-contents ul li span {
        font-size: 48px;
    }
    #philosophy-owl-wrap {
        padding-top: 0;
    }
    #philosophy-prev {
        top: 70px;
    }
    #philosophy-next {
        top: 70px;
    }
    .philosophy-content-video p.num {
        font-size: 40px;
        line-height: 40px;
    }
    .philosophy-content-video p.num sup {
        line-height: 24px;
    }
    .philosophy-content-video h3 {
        font-size: 40px;
        line-height: 40px;
    }
    .philosophy-content-text p {
        font-size: 16px;
        line-height: 24px;
    }
    .philosophy-content-text p span.big,
    .philosophy-content-text p span.big-no-italic {
        font-size: 26px;
        line-height: 32px;
    }
    .philosophy-content-text p strong.big,
    .philosophy-content-text p em.big {
        font-size: 18px;
        line-height: 26px;
    }
    .philosphy-content-card-inside {
        padding: 50px;
    }
    .philosophy-content-card-inner p.text {
        font-size: 30px;
        line-height: 36px;
    }
    .philosophy-content-card-inner p.author {
        font-size: 25px;
    }
    .philosophy-content-testimonial p {
        font-size: 24px;
        line-height: 32px;
    }
    .philosophy-content-testimonial p span {
        font-size: 20px;
        line-height: 26px;
    }
    .philosophy-opt-in p.par1 {
        font-size: 26px;
    }
    .philosophy-opt-in p.par2 {
        font-size: 26px;
    }
    .philosophy-opt-in p.par3 {
        font-size: 40px;
    }
    .philosophy-opt-in p.par4 {
        font-size: 16px;
        line-height: 24px;
    }
    .philosophy-opt-in a {
        font-size: 18px;
    }
    #philosophy-wrap img.philosophy-ab-image1 {
        width: 150px;
    }
    #philosophy-wrap img.philosophy-ab-image2 {
        width: 120px;
    }
    #philosophy-wrap img.philosophy-ab-image3 {
        width: 130px;
        top: 400px;
    }
    #philosophy-wrap img.philosophy-ab-image4 {
        width: 80px;
        top: 2000px;
    }
    #philosophy-wrap img.philosophy-ab-image5 {
        width: 80px;
        top: 2100px;
    }
}

@media (max-width: 768px) {
    #table-of-contents ul {
        margin-left: 10%;
        padding: 20px 0;
    }
    #table-of-contents ul li {
        font-size: 20px;
        line-height: 40px;
        padding-left: 100px;
    }
    #table-of-contents ul li span {
        font-size: 40px;
    }
    #table-of-contents ul li span sup {
        line-height: 22px;
    }
    #table-of-contents ul li span.line {
        left: 85px;
    }
    #philosophy-wrap img.philosophy-ab-image1 {
        width: 100px;
    }
    #philosophy-wrap img.philosophy-ab-image2 {
        width: 90px;
    }
    #philosophy-wrap img.philosophy-ab-image3 {
        width: 80px;
        top: 300px;
    }
    #philosophy-wrap img.philosophy-ab-image4 {
        width: 60px;
    }
    #philosophy-wrap img.philosophy-ab-image5 {
        width: 60px;
    }
}

@media (max-width: 600px) {
    #table-of-contents ul li {
        font-size: 16px;
        line-height: 32px;
        padding-left: 80px;
    }
    #table-of-contents ul li span {
        font-size: 32px;
    }
    #table-of-contents ul li span.line {
        left: 65px;
    }
    .philosphy-content-card-inner {
        padding: 30px;
    }
    .philosophy-content-card-inner p.text {
        font-size: 24px;
        line-height: 30px;
    }
    .philosophy-content-card-inner p.author {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    #philosophy-top {
        padding: 50px 0;
    }
    #philosophy-top h1,
    #table-of-contents h2 {
        font-size: 30px;
        line-height: 38px;
    }
    #philosophy-top p,
    #table-of-contents p {
        font-size: 20px;
        line-height: 24px;
    }
    #philosophy-top p br {
        display: none;
    }
    #table-of-contents ul {
        margin-left: 0;
    }
    .philosophy-content-video p.num {
        font-size: 30px;
        line-height: 30px;
    }
    .philosophy-content-video p.num sup {
        line-height: 18px;
    }
    .philosophy-content-video h3 {
        font-size: 30px;
        line-height: 30px;
        margin: 0 0 10px;
    }
    .philosphy-content-card-inside {
        padding: 20px;
    }
    .philosophy-content-card-inner p.text {
        font-size: 18px;
        line-height: 22px;
    }
    .philosophy-content-card-inner p.author {
        font-size: 15px;
    }
    .philosophy-content-testimonial p {
        font-size: 18px;
        line-height: 24px;
    }
    .philosophy-content-testimonial p span {
        font-size: 16px;
        line-height: 22px;
    }
    #philosophy-wrap img.philosophy-ab-image1 {
        width: 50px;
    }
    #philosophy-wrap img.philosophy-ab-image2 {
        width: 50px;
    }
    #philosophy-wrap img.philosophy-ab-image3 {
        width: 40px;
        top: 200px;
    }
    #philosophy-wrap img.philosophy-ab-image4 {
        width: 40px;
        top: 2400px;
    }
    #philosophy-wrap img.philosophy-ab-image5 {
        width: 40px;
        top: 2500px;
    }
}

@media (max-width: 400px) {
    .philosophy-content-card-inner p.text {
        font-size: 14px;
        line-height: 18px;
    }
    .philosophy-content-card-inner p.author {
        font-size: 14px;
    }
}


/* -- WORK FROM WHEREVER -- */

#work-from-wherever-top {
    background: url(images/work-from-wherever-top-bg.jpg) no-repeat center top;
    background-size: cover;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    color: #fff;
    letter-spacing: 0.05em;
    padding: 400px 0 50px;
}

#work-from-wherever-top h1 {
    font-size: 80px;
    line-height: 90px;
    text-transform: uppercase;
    font-family: 'bodonibook';
    margin: 0;
}

#work-from-wherever-top p {
    font-size: 50px;
    line-height: 60px;
    font-family: 'bodonibook_italic';
    margin: 0;
}

#what-does-it-mean {
    padding: 40px 0 0;
}

#what-does-it-mean h2 {
    font-size: 80px;
    color: #b68d3d;
    text-transform: uppercase;
    font-family: 'bodonibook';
    margin: 0;
    letter-spacing: 0.05em;
    line-height: 1.2;
}

#what-does-it-mean p.par1 {
    font-family: 'bodonibook_italic';
    font-size: 50px;
    color: #b68d3d;
    margin: 0;
    letter-spacing: 0.05em;
}

#what-does-it-mean p.par2 {
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    font-family: 'bodonibook';
    margin: 0;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}

#work-from-wherever-testimonials-wrap {
    position: relative;
    border-top: 2px solid #b68d3d;
    border-bottom: 2px solid #b68d3d;
    padding: 30px 0;
}

#work-from-wherever-testimonials p {
    font-size: 42px;
    line-height: 52px;
    letter-spacing: 0.025em;
    color: #000;
    font-family: 'bodonibook_italic';
    margin: 0;
    padding: 0 100px;
}

#work-from-wherever-testimonials p span {
    font-family: 'dearjoe_6_trialregular';
    font-size: 32px;
}

#testimonial-prev,
#testimonial-next {
    background: url(images/prev-arrow.png) no-repeat;
    width: 26px;
    height: 30px;
    display: block;
    position: absolute;
    top: 50%;
    left: -50px;
    margin: -15px 0 0;
    transition: opacity .3s;
    z-index: 10;
}

#testimonial-next {
    background: url(images/next-arrow.png) no-repeat;
    left: auto;
    right: -50px;
}

#testimonial-prev:hover,
#testimonial-next:hover {
    opacity: 0.8;
}

#about-work-from-wherever {
    position: relative;
}

img.work-from-home-postcard2 {
    position: absolute;
    top: 200px;
    right: 0;
    z-index: -1;
    width: 200px;
}

img.work-from-home-postcard1 {
    position: absolute;
    top: 200px;
    left: 0;
    z-index: -1;
    width: 200px;
}

#about-work-from-wherever p {
    font-family: 'bodonibook';
    font-size: 30px;
    line-height: 40px;
    color: #020202;
    letter-spacing: 0.025em;
}

#about-work-from-wherever p span.big {
    font-size: 42px;
    color: #b68d3d;
    font-family: 'bodonibook_italic';
}

#about-work-from-wherever p span.big2 {
    font-size: 42px;
    color: #b68d3d;
    font-family: 'bodoni_beitalic';
}

#about-work-from-wherever p em {
    font-family: 'bodonibook_italic';
}

#about-work-from-wherever p strong {
    font-family: 'bodoni_beregular';
}

#about-work-from-wherever a.btn {
    max-width: 286px;
    width: 100%;
    background: #b68d3d;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 0;
    font-size: 28px;
    font-family: 'bodoni_beregular';
    display: block;
    margin: 0 auto;
    text-decoration: none;
    transition: opacity .3s;
    letter-spacing: 0.06em;
}

#about-work-from-wherever a.btn:hover {
    opacity: 0.8;
}

#about-work-from-wherever hr {
    width: 80px;
    height: 2px;
    background: #b68d3d;
    margin: 50px auto 60px;
    display: block;
    border: 0;
}

#now-its-your-turn .inner {
    border-top: 2px solid #b68d3d;
    border-bottom: 2px solid #b68d3d;
    padding: 60px 0;
}

#now-its-your-turn .inner h2 {
    font-size: 80px;
    text-transform: uppercase;
    color: #b68d3d;
    margin: 0;
    font-family: 'bodonibook';
    line-height: 1.2;
}

#now-its-your-turn .inner p.subtitle {
    font-family: 'bodonibook_italic';
    font-size: 50px;
    color: #b68d3d;
    margin: 0 0 20px;
}

#now-its-your-turn .inner p.bottom {
    font-size: 30px;
    line-height: 40px;
    color: #000;
    font-family: 'bodonibook';
}

#now-its-your-turn .inner p.bottom em {
    font-family: 'bodonibook_italic';
}

#now-its-your-turn .inner p.bottom strong {
    font-family: 'bodoni_beitalic';
}

#work-from-wherever-list {
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
    text-align: left;
}

#work-from-wherever-list li {
    float: left;
    text-align: center;
    width: 216px;
    margin: 0 0 0 20px;
}

#work-from-wherever-list li:first-child {
    margin: 0;
}

#work-from-wherever-list li .image-box img {
    max-width: 100%;
}

#work-from-wherever-list li p {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.05em;
}

#work-from-wherever-list li p.num {
    font-size: 40px;
    color: #b68d3d;
    font-family: 'bodonibook';
    margin-bottom: 15px;
}

#work-from-wherever-list li p.desc {
    font-style: italic;
    margin-bottom: 20px;
    overflow: hidden;
}

#work-from-wherever-list li p.author {
    color: #b68d3d;
}

#work-from-wherever-list li p.author strong {
    display: block;
    word-break: break-all;
}

#melanies-story {
    padding: 50px 0;
    text-align: left;
}

#melanies-story img {
    max-width: 100%;
    margin-bottom: 20px;
}

#melanies-story p {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
}

#melanies-story p span.big {
    font-size: 32px;
    line-height: 40px;
}

#melanies-story .line {
    height: 2px;
    background: #b68d3d;
    clear: both;
}

@media (max-width: 1330px) {
    #testimonial-next {
        right: 0;
    }
    #testimonial-prev {
        left: 0;
    }
}

@media (max-width: 1220px) {
    #work-from-wherever-top h1 {
        font-size: 60px;
        line-height: 70px;
    }
    #work-from-wherever-top p {
        font-size: 40px;
        line-height: 48px;
    }
    #what-does-it-mean h2,
    #now-its-your-turn .inner h2 {
        font-size: 60px;
    }
    #what-does-it-mean p.par1 {
        font-size: 40px;
    }
    #what-does-it-mean p.par2 {
        font-size: 20px;
    }
    #work-from-wherever-testimonials p {
        font-size: 30px;
        line-height: 40px;
        padding: 0 80px;
    }
    #work-from-wherever-testimonials p span {
        font-size: 24px;
    }
    #now-its-your-turn .inner p.subtitle {
        font-size: 40px;
    }
    #now-its-your-turn .inner p.bottom {
        font-size: 26px;
        line-height: 32px;
    }
    #work-from-wherever-list li {
        width: 286px;
        margin-bottom: 20px;
    }
}

@media (max-width: 980px) {
    #work-from-wherever-top {
        padding: 300px 0 50px;
    }
    #work-from-wherever-top h1 {
        font-size: 40px;
        line-height: 48px;
    }
    #work-from-wherever-top p {
        font-size: 30px;
        line-height: 36px;
    }
    #what-does-it-mean h2,
    #now-its-your-turn .inner h2 {
        font-size: 40px;
    }
    #what-does-it-mean p.par1 {
        font-size: 30px;
    }
    #what-does-it-mean p.par2 {
        font-size: 16px;
    }
    #work-from-wherever-testimonials p {
        font-size: 24px;
        line-height: 30px;
        padding: 0 40px;
    }
    #work-from-wherever-testimonials p span {
        font-size: 18px;
    }
    #about-work-from-wherever p {
        font-size: 20px;
        line-height: 28px;
    }
    #about-work-from-wherever p span.big {
        font-size: 30px;
    }
    #about-work-from-wherever p span.big2 {
        font-size: 30px;
    }
    #about-work-from-wherever a.btn {
        font-size: 20px;
    }
    #about-work-from-wherever hr {
        margin: 30px auto;
    }
    img.work-from-home-postcard2 {
        width: 100px;
    }
    img.work-from-home-postcard1 {
        width: 100px;
    }
    #now-its-your-turn .inner p.subtitle {
        font-size: 30px;
    }
    #now-its-your-turn .inner p.bottom {
        font-size: 24px;
        line-height: 30px;
    }
    #work-from-wherever-list li {
        width: 48%;
        margin: 0 2% 20px 0;
    }
    #work-from-wherever-list li:nth-child(2n+2) {
        margin-right: 0;
    }
    #work-from-wherever-list li p {
        font-size: 16px;
        line-height: 24px;
    }
    #work-from-wherever-list li p.num {
        font-size: 30px;
    }
    #work-from-wherever-list li p.desc {
        height: 72px;
    }
    #melanies-story p {
        font-size: 16px;
        line-height: 24px;
    }
    #melanies-story p span.big {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (max-width: 600px) {
    #work-from-wherever-top {
        padding: 200px 0 50px;
    }
    #work-from-wherever-top h1 {
        font-size: 30px;
        line-height: 36px;
    }
    #work-from-wherever-top p {
        font-size: 24px;
        line-height: 28px;
    }
    img.work-from-home-postcard2 {
        width: 60px;
    }
    img.work-from-home-postcard1 {
        width: 60px;
    }
}

@media (max-width: 480px) {
    #work-from-wherever-top {
        padding: 150px 0 30px;
    }
    #work-from-wherever-top h1 {
        font-size: 24px;
        line-height: 30px;
    }
    #work-from-wherever-top p {
        font-size: 18px;
        line-height: 24px;
    }
    #what-does-it-mean h2 {
        font-size: 30px;
    }
    #what-does-it-mean p.par1 {
        font-size: 20px;
    }
    #what-does-it-mean p.par2 {
        font-size: 14px;
    }
    #work-from-wherever-testimonials-wrap {
        padding: 15px 0;
    }
    #work-from-wherever-testimonials p {
        font-size: 20px;
        line-height: 26px;
        padding: 0 30px;
    }
    #work-from-wherever-testimonials p span {
        font-size: 16px;
    }
    #testimonial-next {
        right: -15px;
    }
    #testimonial-prev {
        left: -15px;
    }
    #now-its-your-turn .inner h2 {
        font-size: 36px;
    }
    #work-from-wherever-list li {
        width: 100%;
        margin: 0 0 20px 0;
    }
}


/* -- PROGRAMS -- */

#programs-top {
    background: url(images/programs-top-bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 150px 0;
}

#programs-top .box {
    max-width: 510px;
    float: right;
    text-align: left;
    color: #fff;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

#programs-top h1 {
    margin: 0;
    font-family: 'bodonibook';
    font-size: 80px;
    line-height: 80px;
    text-transform: uppercase;
}

#programs-top p {
    margin: 0;
    font-family: 'bodonibook_italic';
    font-size: 50px;
}

#programs {
    padding: 80px 0 0;
}

.program-box {
    margin-bottom: 80px;
}

.program-box:nth-child(2n+3) {
    clear: left;
}

.program-box .image-box {
    margin: 0 0 20px;
}

.program-box .image-box img {
    max-width: 100%;
}

.program-box h2 {
    font-family: 'bodoni_beregular';
    font-size: 50px;
    text-transform: uppercase;
    color: #b68d3d;
    margin: 0 0 10px;
    line-height: 1;
}

.program-box h2 span {
    font-size: 30px;
}

.program-box p.desc {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.06em;
    color: #000;
    text-align: left;
    margin: 0 0 30px;
}

body.category-blog .blogItem > a {
    text-decoration: none;
}

body.category-blog .blogItem p.readmore,
.program-box a.btn {
    display: block;
    max-width: 286px;
    width: 100%;
    margin: 0 auto 30px;
    background: #b68d3d;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 28px;
    font-family: 'bodoni_beregular';
    padding: 12px 0;
    transition: opacity .3s;
}

body.category-blog .blogItem p.readmore:hover,
.program-box a.btn:hover {
    opacity: 0.8;
}

.program-box blockquote {
    border-top: 2px solid #b68d3d;
    border-bottom: 2px solid #b68d3d;
    padding: 10px 0;
    text-align: left;
    margin: 0;
}

.program-box blockquote p {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    color: #b68d3d;
    letter-spacing: 0.05em;
    font-style: italic;
}

.program-box blockquote p.author {
    font-family: 'dearjoe_6_trialregular';
    font-size: 18px;
    color: #000;
    margin: 5px 0 0;
}

.program-box blockquote p.author span {
    color: #636363;
}

@media (max-width: 1220px) {
    #programs-top {
        padding: 100px 0;
    }
}

@media (max-width: 980px) {
    #programs-top h1 {
        font-size: 60px;
        line-height: 60px;
    }
    #programs-top p {
        font-size: 40px;
    }
    #programs {
        padding: 40px 0 0;
    }
    .program-box h2 {
        font-size: 40px;
    }
    .program-box h2 span {
        font-size: 24px;
    }
    .program-box p.desc {
        font-size: 16px;
        line-height: 24px;
    }
    .program-box a.btn {
        font-size: 20px;
    }
    .program-box blockquote p {
        font-size: 16px;
        line-height: 24px;
    }
    .program-box blockquote p.author {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    #programs-top h1 {
        font-size: 40px;
        line-height: 40px;
    }
    #programs-top p {
        font-size: 30px;
    }
}

@media (max-width: 600px) {
    #programs-top {
        padding: 50px 0;
    }
}

@media (max-width: 480px) {
    #programs-top h1 {
        font-size: 30px;
        line-height: 30px;
    }
    #programs-top p {
        font-size: 20px;
    }
    .program-box h2 {
        font-size: 30px;
    }
    .program-box h2 span {
        font-size: 18px;
    }
}


/* -- FOOTER -- */

#footer {
    font-family: 'bodoni_beregular';
    letter-spacing: 0.1em;
    line-height: 32px;
    padding-bottom: 30px;
    padding-top: 30px;
}

#footer p.copyright {
    color: #b68d3d;
    margin: 0;
    text-transform: uppercase;
}

#footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer-menu li {
    display: inline-block;
    padding: 0 15px;
    border-right: 1px solid #000;
    line-height: 20px;
    font-size:16px;
}

#footer-menu li:last-child {
    border: 0;
}

#footer-menu a {
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    transition: color .3s;
}

#footer-menu a:hover {
    color: #b68d3d;
}

@media (max-width: 600px) {
    #footer {
        font-size: 16px;
    }
}


/* Blog page */

body.category-blog .post {}

body.category-blog .blogItem {}

body.category-blog img.blogThumb {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    background-color: #000;
    padding: 0;
}

body.category-blog div.blogThumb {
    display: block;
    position: relative;
    width: 100%;
    height: 400px;
    margin: 0;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
    padding: 0;
}

/* ===== DREAM TEAM DETAIL ===== */


/* ===== DREAM TEAM DETAIL ===== */


/* ===== DREAM TEAM DETAIL ===== */

.dream-team-detail-page #join-dream-team {
    background: url(images/join-dream-team.jpg) no-repeat center top;
    background-size: cover;
    padding: 142px 0;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
    text-align: left;
    position: relative;
    z-index: 10;
}

.dream-team-detail-page #join-dream-team .inner {
    padding-left: 10px;
}

.dream-team-detail-page #join-dream-team h1 {
    font-size: 100px;
    line-height: 1;
    color: #fff;
    font-family: 'bodonibook';
    font-weight: normal;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.dream-team-detail-page #join-dream-team p {
    font-family: 'bodoni_beitalic';
    font-size: 50px;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 16px;
}

.dream-team-detail-page #join-dream-team p.small {
    font-family: Georgia, serif;
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
}

.dream-team-detail-page .ac-box-details-about-position li {
    line-height: 1.5em;
    margin: 0 0 1em 0;
}

@media only screen and (max-width: 1220px) {
    .dream-team-detail-page #join-dream-team {
        padding: 118px 0;
    }
    .dream-team-detail-page #join-dream-team h1 {
        font-size: 83px;
    }
    .dream-team-detail-page #join-dream-team p {
        font-size: 42px;
    }
    .dream-team-detail-page #join-dream-team p.small {
        font-size: 17px;
    }
}

@media only screen and (max-width: 980px) {
    .dream-team-detail-page #join-dream-team {
        padding: 89px 0;
    }
    .dream-team-detail-page #join-dream-team h1 {
        font-size: 62px;
    }
    .dream-team-detail-page #join-dream-team p {
        font-size: 32px;
    }
    .dream-team-detail-page #join-dream-team p.small {
        font-size: 13px;
    }
}

@media only screen and (max-width: 760px) {
    .dream-team-detail-page #join-dream-team {
        padding: 72px 0;
    }
    .dream-team-detail-page #join-dream-team h1 {
        font-size: 50px;
    }
    .dream-team-detail-page #join-dream-team p {
        font-size: 26px;
    }
}


/* ===== DREAM TEAM FEATURES ===== */

.dream-team-detail-page #dream-team-features {
    padding: 68px 0 0;
    position: relative;
    overflow: hidden;
}

.dream-team-detail-page #dream-team-features img.dream-team-image1 {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 16.9%;
}

.dream-team-detail-page #dream-team-features img.dream-team-image2 {
    position: absolute;
    top: 294px;
    left: 0;
    max-width: 12.6%;
}

.dream-team-detail-page #dream-team-features img.dream-team-image3 {
    position: absolute;
    top: 1620px;
    right: 0;
    max-width: 16.7%;
}

.dream-team-detail-page #dream-team-features img.dream-team-image4 {
    position: absolute;
    top: 1801px;
    left: 0;
    max-width: 15.4%;
}

.dream-team-detail-page #dream-team-features img.dream-team-image5 {
    position: absolute;
    top: 2705px;
    right: 0;
    max-width: 11.25%;
}

.dream-team-detail-page #dream-team-features img.dream-team-image6 {
    position: absolute;
    top: 3583px;
    left: 0;
    max-width: 12.9%;
}

.dream-team-detail-page #dream-team-features img.dream-team-image7 {
    position: absolute;
    top: 4121px;
    right: 0;
    max-width: 11.25%;
}

.dream-team-detail-page #dream-team-features img.dream-team-image8 {
    position: absolute;
    top: 4961px;
    left: 0;
    max-width: 15.9%;
}

.dream-team-detail-page #dream-team-features img.dream-team-image9 {
    position: absolute;
    top: 5663px;
    right: 0;
    max-width: 11.25%;
}

.dream-team-detail-page #dream-team-features .accordion-box {
    margin-bottom: 31px;
}

.dream-team-detail-page #dream-team-features .accordion-box .line {
    height: 2px;
    width: 100%;
    background: #b68d3d;
}

.dream-team-detail-page #dream-team-features .accordion-box h2 {
    margin: 0;
    text-transform: uppercase;
    color: #b68d3d;
    font-size: 60px;
    line-height: 1.16;
    letter-spacing: 0.06em;
    font-weight: normal;
    font-family: 'bodoni_beregular';
    cursor: pointer;
    padding-bottom: 103px;
    position: relative;
}

.dream-team-detail-page #dream-team-features .accordion-box h2 .arrow {
    background: url(images/arrow-up.png) no-repeat;
    width: 50px;
    height: 50px;
    margin: 0 0 0 -25px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    display: block;
}

.dream-team-detail-page #dream-team-features .accordion-box h2.opened .arrow {
    background-image: url(images/arrow.png);
}

.dream-team-detail-page #dream-team-features .accordion-box .accordion-content {
    padding-bottom: 20px;
    display: block;
}

.dream-team-detail-page #dream-team-features .accordion-box .accordion-content .accordion-image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.dream-team-detail-page #dream-team-features .accordion-box.ac-box-what-we-do .accordion-content p,
.dream-team-detail-page #dream-team-features .accordion-box.ac-box-our-philosophy .accordion-content p,
.dream-team-detail-page #dream-team-features .accordion-box.ac-box-why-join .why-join-box {
    padding: 0 100px;
}

.dream-team-detail-page #dream-team-features .accordion-box.ac-about-founders .accordion-content p {
    text-align: left;
}

.dream-team-detail-page #dream-team-features .accordion-box .accordion-content p {
    letter-spacing: 0.06em;
}

.dream-team-detail-page #dream-team-features .accordion-box .accordion-content p strong.big {
    font-size: 24px;
}

.dream-team-detail-page #dream-team-features .accordion-box .accordion-content p strong.upper {
    text-transform: uppercase;
    display: block;
}

.dream-team-detail-page .ac-box-our-philosophy .accordion-content {
    position: relative;
}

.dream-team-detail-page .ac-box-our-philosophy .accordion-content img.dream-team-image3 {
    position: absolute;
    top: 50px;
    left: 0;
    width: 200px;
    z-index: -1;
}

.dream-team-detail-page .ac-box-our-philosophy .accordion-content img.dream-team-image4 {
    position: absolute;
    top: -100px;
    right: 0;
    width: 200px;
    z-index: -1;
}

.dream-team-detail-page .ac-box-why-join .accordion-content {
    position: relative;
}

.dream-team-detail-page .ac-box-why-join .why-join-box .left {
    width: 50%;
    float: left;
    padding-right: 20px;
    text-align: left;
}

.dream-team-detail-page .ac-box-why-join .why-join-box .right {
    width: 50%;
    float: left;
    padding-left: 20px;
    text-align: left;
}

.dream-team-detail-page .ac-box-why-join .why-join-box img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.dream-team-detail-page .ac-box-details-about-position .accordion-content {
    text-align: left;
}

.dream-team-detail-page .ac-box-details-about-position h3 {
    font-size: 100px;
    font-family: 'bodoni_beitalic';
    line-height: 1;
    letter-spacing: 0.06em;
    color: #b68d3d;
    text-align: center;
    font-weight: normal;
    margin: 0;
}

.dream-team-detail-page .ac-box-details-about-position hr {
    border: 0;
    max-width: 160px;
    height: 2px;
    background: #b68d3d;
    margin: 20px auto 30px;
}

.dream-team-detail-page .ac-box-details-about-position h4 {
    font-size: 40px;
    line-height: 1.75;
    font-weight: normal;
    margin: 0;
    text-align: center;
    font-family: 'bodoni_beregular';
}

.dream-team-detail-page .ac-box-details-about-position ul.list-2col li {
    width: 50%;
    float: left;
}

.dream-team-detail-page .ac-box-details-about-position ul.list-2col li:nth-child(2n+3) {
    clear: left;
}

.dream-team-detail-page .ac-box-details-about-position a.apply-btn {
    display: block;
    width: 560px;
    margin: 0 auto;
    font-family: 'bodoni_beregular';
    font-size: 40px;
    line-height: 1;
    background: #b68d3d;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    padding: 36px 48px;
    transition: opacity .3s;
}

.dream-team-detail-page .ac-box-details-about-position a.apply-btn:hover {
    opacity: 0.8;
}

.dream-team-detail-page #dream-team-features .ac-box-details-about-position p.dear-joe {
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0.06em;
    text-align: center;
    font-family: 'dearjoe_6_trialregular';
}

@media only screen and (max-width: 1220px) {
    .dream-team-detail-page #dream-team-features {
        padding: 57px 0 0;
    }
    .dream-team-detail-page #dream-team-features img.dream-team-image2 {
        top: 245px;
    }
    .dream-team-detail-page #dream-team-features img.dream-team-image3 {
        top: 1350px;
    }
    .dream-team-detail-page #dream-team-features img.dream-team-image4 {
        top: 1500px;
    }
    .dream-team-detail-page #dream-team-features img.dream-team-image5 {
        top: 2254px;
    }
    .dream-team-detail-page #dream-team-features img.dream-team-image6 {
        top: 2986px;
    }
    .dream-team-detail-page #dream-team-features img.dream-team-image7 {
        top: 3434px;
    }
    .dream-team-detail-page #dream-team-features img.dream-team-image8 {
        top: 4134px;
    }
    .dream-team-detail-page #dream-team-features img.dream-team-image9 {
        top: 4719px;
    }
    .dream-team-detail-page #dream-team-features .accordion-box {
        margin-bottom: 26px;
    }
    .dream-team-detail-page #dream-team-features .accordion-box h2 {
        font-size: 50px;
        padding-bottom: 86px;
    }
    .dream-team-detail-page #dream-team-features .accordion-box h2 .arrow {
        width: 42px;
        height: 42px;
        margin: 0 0 0 -21px;
        bottom: 33px;
        background-size: 100%;
    }
    .dream-team-detail-page #dream-team-features .accordion-box .accordion-content {
        padding-bottom: 17px;
    }
    .dream-team-detail-page #dream-team-features .accordion-box.ac-box-what-we-do .accordion-content p,
    .dream-team-detail-page #dream-team-features .accordion-box.ac-box-our-philosophy .accordion-content p,
    .dream-team-detail-page #dream-team-features .accordion-box.ac-box-why-join .why-join-box {
        padding: 0 83px;
    }
    .dream-team-detail-page #dream-team-features .accordion-box .accordion-content p strong.big {
        font-size: 20px;
    }
    .dream-team-detail-page .ac-box-details-about-position h3 {
        font-size: 83px;
    }
    .dream-team-detail-page .ac-box-details-about-position hr {
        margin: 17px auto 25px;
    }
    .dream-team-detail-page .ac-box-details-about-position h4 {
        font-size: 33px;
    }
    .dream-team-detail-page .ac-box-details-about-position a.apply-btn {
        width: 467px;
        font-size: 33px;
        padding: 27px 36px;
    }
    .dream-team-detail-page #dream-team-features .ac-box-details-about-position p.dear-joe {
        font-size: 33px;
    }
}

@media only screen and (max-width: 980px) {
    .dream-team-detail-page #dream-team-features {
        padding: 43px 0 0;
    }
    .dream-team-detail-page #dream-team-features img.dream-team-image2 {
        top: 184px;
    }
    .dream-team-detail-page #dream-team-features img.dream-team-image3 {
        top: 1015px;
    }
    .dream-team-detail-page #dream-team-features img.dream-team-image4 {
        top: 1127px;
    }
    .dream-team-detail-page #dream-team-features img.dream-team-image5 {
        top: 1695px;
    }
    .dream-team-detail-page #dream-team-features img.dream-team-image6 {
        top: 2245px;
    }
    .dream-team-detail-page #dream-team-features img.dream-team-image7 {
        top: 2582px;
    }
    .dream-team-detail-page #dream-team-features img.dream-team-image8 {
        top: 3108px;
    }
    .dream-team-detail-page #dream-team-features img.dream-team-image9 {
        top: 3548px;
    }
    .dream-team-detail-page #dream-team-features .accordion-box {
        margin-bottom: 20px;
    }
    .dream-team-detail-page #dream-team-features .accordion-box h2 {
        font-size: 38px;
        padding-bottom: 65px;
    }
    .dream-team-detail-page #dream-team-features .accordion-box h2 .arrow {
        width: 32px;
        height: 32px;
        margin: 0 0 0 -16px;
        bottom: 25px;
        background-size: 100%;
    }
    .dream-team-detail-page #dream-team-features .accordion-box .accordion-content {
        padding-bottom: 13px;
    }
    .dream-team-detail-page #dream-team-features .accordion-box.ac-box-what-we-do .accordion-content p,
    .dream-team-detail-page #dream-team-features .accordion-box.ac-box-our-philosophy .accordion-content p,
    .dream-team-detail-page #dream-team-features .accordion-box.ac-box-why-join .why-join-box {
        padding: 0 62px;
    }
    .dream-team-detail-page #dream-team-features .accordion-box .accordion-content p strong.big {
        font-size: 15px;
    }
    .dream-team-detail-page .ac-box-details-about-position h3 {
        font-size: 62px;
    }
    .dream-team-detail-page .ac-box-details-about-position hr {
        margin: 13px auto 19px;
    }
    .dream-team-detail-page .ac-box-details-about-position h4 {
        font-size: 25px;
    }
    .dream-team-detail-page .ac-box-details-about-position a.apply-btn {
        width: 351px;
        font-size: 25px;
        padding: 20px 27px;
    }
    .dream-team-detail-page #dream-team-features .ac-box-details-about-position p.dear-joe {
        font-size: 25px;
    }
}

@media only screen and (max-width: 760px) {
    .dream-team-detail-page #dream-team-features {
        padding: 35px 0 0;
    }
    .dream-team-detail-page #dream-team-features img.dream-team-image2 {
        top: 148px;
    }
    .dream-team-detail-page #dream-team-features img.dream-team-image3 {
        top: 819px;
    }
    .dream-team-detail-page #dream-team-features img.dream-team-image4 {
        top: 909px;
    }
    .dream-team-detail-page #dream-team-features img.dream-team-image5 {
        top: 1367px;
    }
    .dream-team-detail-page #dream-team-features img.dream-team-image6 {
        top: 1810px;
    }
    .dream-team-detail-page #dream-team-features img.dream-team-image7 {
        top: 2082px;
    }
    .dream-team-detail-page #dream-team-features img.dream-team-image8 {
        top: 2506px;
    }
    .dream-team-detail-page #dream-team-features img.dream-team-image9 {
        top: 2861px;
    }
    .dream-team-detail-page #dream-team-features .accordion-box {
        margin-bottom: 16px;
    }
    .dream-team-detail-page #dream-team-features .accordion-box h2 {
        font-size: 31px;
        padding-bottom: 52px;
    }
    .dream-team-detail-page #dream-team-features .accordion-box h2 .arrow {
        width: 26px;
        height: 26px;
        margin: 0 0 0 -13px;
        bottom: 20px;
        background-size: 100%;
    }
    .dream-team-detail-page #dream-team-features .accordion-box .accordion-content {
        padding-bottom: 10px;
    }
    .dream-team-detail-page #dream-team-features .accordion-box.ac-box-what-we-do .accordion-content p,
    .dream-team-detail-page #dream-team-features .accordion-box.ac-box-our-philosophy .accordion-content p,
    .dream-team-detail-page #dream-team-features .accordion-box.ac-box-why-join .why-join-box {
        padding: 0 50px;
    }
    .dream-team-detail-page .ac-box-details-about-position h3 {
        font-size: 50px;
    }
    .dream-team-detail-page .ac-box-details-about-position hr {
        margin: 10px auto 15px;
    }
    .dream-team-detail-page .ac-box-details-about-position h4 {
        font-size: 20px;
    }
    .dream-team-detail-page .ac-box-details-about-position a.apply-btn {
        width: 283px;
        font-size: 20px;
        padding: 16px 22px;
    }
    .dream-team-detail-page #dream-team-features .ac-box-details-about-position p.dear-joe {
        font-size: 20px;
    }
    .dream-team-detail-page .ac-box-details-about-position ul.list-2col li {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .dream-team-detail-page .ac-box-why-join .why-join-box .left,
    .dream-team-detail-page .ac-box-why-join .why-join-box .right {
        padding: 0;
        width: 100%;
    }
}


/* ===== OPEN POSITIONS ===== */

.dream-team-detail-page #open-positions {
    background: #000;
    padding: 48px 0;
    margin-top: 49px;
    position: relative;
    z-index: 10;
}

.dream-team-detail-page #open-positions h3 {
    font-size: 80px;
    line-height: 1.125;
    color: #b68d3d;
    font-family: 'bodoni_beregular';
    font-weight: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-bottom: 2px solid #b68d3d;
    margin: 0 0 33px;
    padding-bottom: 20px;
}

.dream-team-detail-page #open-positions ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dream-team-detail-page #open-positions ul li {
    color: #fff;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: 0.025em;
    font-family: 'bodoni_beitalic';
}

.dream-team-detail-page #open-positions ul li a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    transition: color .3s;
}

.dream-team-detail-page #open-positions ul li a:hover {
    color: #b68d3d;
    border-bottom: 1px solid #b68d3d;
}

@media only screen and (max-width: 1220px) {
    .dream-team-detail-page #open-positions {
        padding: 40px 0;
        margin-top: 41px;
    }
    .dream-team-detail-page #open-positions h3 {
        font-size: 67px;
        margin: 0 0 28px;
        padding-bottom: 17px;
    }
    .dream-team-detail-page #open-positions ul li {
        font-size: 35px;
    }
}

@media only screen and (max-width: 980px) {
    .dream-team-detail-page #open-positions {
        padding: 30px 0;
        margin-top: 31px;
    }
    .dream-team-detail-page #open-positions h3 {
        font-size: 50px;
        margin: 0 0 21px;
        padding-bottom: 13px;
    }
    .dream-team-detail-page #open-positions ul li {
        font-size: 26px;
    }
}

@media only screen and (max-width: 760px) {
    .dream-team-detail-page #open-positions {
        padding: 24px 0;
        margin-top: 25px;
    }
    .dream-team-detail-page #open-positions h3 {
        font-size: 40px;
        margin: 0 0 17px;
        padding-bottom: 10px;
    }
    .dream-team-detail-page #open-positions ul li {
        font-size: 21px;
    }
}


/* ===== DREAM TEAM DETAIL ===== */


/* ===== DREAM TEAM DETAIL ===== */


/* ===== DREAM TEAM DETAIL ===== */



/* ===== ERROR PAGE ===== */
#error-page {
    background: #000;
    padding: 90px 0;
	margin: 50px 0 0;
    color: #fff;
}

#error-page h3 {
    color: #b68d3d;
    font-size: 32px;
    font-family: 'bodonibook_italic';
    font-weight: bold !important;
    margin: 0 20px 30px;
    position: relative;
	clear: both;
}

#error-page h3 span.line {
    width: 100%;
    height: 1px;
    background: #b68d3d;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
}

#error-page h3 span.text {
    display: inline-block;
    padding: 0 20px;
    background: #000;
    position: relative;
    z-index: 10;
	color: #fff;
	left:-25%;
}

#error-page a.read-more-btn {
    font-family: 'bodoni_beregular';
    font-size: 28px;
    color: #b68d3d;
    text-transform: uppercase;
    text-decoration: none;
    transition: opacity .3s;
}

#error-page a.read-more-btn:hover {
    opacity: 0.6;
}

#error-page a.read-more-btn .next-arrow {
    position: relative;
    top: 2px;
    left: auto;
    width: 20px;
    height: 23px;
    background-size: cover;
    margin-left: 20px;
}

#error-page .error-spacer {
	display: block;
	height: 80px;	
}

@media (max-width: 480px){
#error-page h3 span.text {
	font-size: 22px;
	left:0;
}
#error-page p {
	font-size: 15px;	
	}
#error-page .error-spacer {
	height: 50px;	
	}
}

@media (max-width: 320px){
#error-page h3 span.text {
	font-size: 20px;
	padding: 0 10px;
	left:0;
}
#error-page p {
	font-size: 13px;	
	}
#error-page .error-spacer {
	height: 30px;	
	}
}
[data-featherlight],
[data-leadbox],
.program-box a.btn,
#package-details a.btn { display: none !important }