/*
    Theme Name: kristinelilly
    Theme URI: #
    Description: kristinelilly WordPress Theme

    License: MIT
    License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
    font-size:62.5%;
}
body {
    font-weight: normal;
    font-family: "Open Sans", san-serif;
    color: #707070;
    font-size: 16px;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
    max-width:100%;
    vertical-align:bottom;
}
a {
    color:#444;
    text-decoration:none;
}
a:hover {
    color:#444;
}
a:focus {
    outline:0;
}
a:hover,
a:active {
    outline:0;
}
input:focus {
    outline:0;
    border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* header */

body:not(.home) .logo a {
    color: #182C58;
}

body:not(.home) header.header.clear ul li > a {
    color: #182C58;
    text-decoration: none;
}

body:not(.home) header.header.clear {
    margin: 55px 0 220px;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::-moz-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}

::selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-webkit-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-moz-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display:block;
    margin:5px auto 5px auto;
}
.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
a img.alignnone {
    margin:5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.wp-caption {
    background:#FFF;
    border:1px solid #F0F0F0;
    max-width:96%;
    padding:5px 3px 10px;
    text-align:center;
}
.wp-caption.alignnone {
    margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin:5px 20px 20px 0;
}
.wp-caption.alignright {
    margin:5px 0 20px 20px;
}
.wp-caption img {
    border:0 none;
    height:auto;
    margin:0;
    max-width:98.5%;
    padding:0;
    width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background:transparent !important;
        color:#000 !important;
        -webkit-box-shadow:none !important;
                box-shadow:none !important;
        text-shadow:none !important;
    }
    a,
    a:visited {
        text-decoration:underline;
    }
    a[href]:after {
        content:" (" attr(href) ")";
    }
    abbr[title]:after {
        content:" (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content:"";
    }
    pre,blockquote {
        border:1px solid #999;
        page-break-inside:avoid;
    }
    thead {
        display:table-header-group;
    }
    tr,img {
        page-break-inside:avoid;
    }
    img {
        max-width:100% !important;
    }
    @page {
        margin:0.5cm;
    }
    p,
    h2,
    h3 {
        orphans:3;
        widows:3;
    }
    h2,
    h3 {
        page-break-after:avoid;
    }
}

/* Header */

body.home header.header {
    position: absolute;
    z-index: 9;
    width: 100%;
    top: 70px;
}

header.header.clear > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1190px;
    width: 90%;
}

.logo a {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-family: "Graduate";
    text-decoration: none;
}

.home-hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    height: 980px;
    overflow: hidden;
}

.home-hero > img {
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

header.header.clear ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}

header.header.clear ul li > a {
    position: relative;
    color: #fff;
    font-size: 12px;
    font-family: "Open sans";
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
}

header.header.clear ul li > a:after{
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #922020;
    opacity: 0;
    -webkit-transition: .35s all;
    -o-transition: .35s all;
    transition: .35s all;
}

header.header.clear ul li:hover > a:after,header.header.clear ul li.current-menu-item > a:after {
    opacity: 1;
}


header.header.clear ul > li {
    padding: 0 18px;
}

header.header.clear ul > li:last-child{
    padding-right: 0;
}

.home-hero .container {
    position: absolute;
    top: 43%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    width: 1000px;
}

.hero-title {
    color: transparent;
    font-size: 110px;
    font-family: "Graduate";
    text-transform: uppercase;
    letter-spacing: .05em;
    -webkit-text-stroke: 1px #fff;
    line-height: 125px;
}

/* Footer */

footer.footer {
    background: #F5F5F5;
}

footer.footer .container {
    max-width: 1190px;
}

.media-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 50px;
}

.media-grid > img {
    width: 25%;
    height: auto;
    padding: 6px;
}

.copyrights {
    text-align: center;
    color: #D0D0D0;
    font-size: 12px;
    padding-bottom: 40px;
}
.social-wrap .title {
    color: #8D8D8D;
    text-align: center;
    text-transform: uppercase;
    font-family: "Graduate";
    font-weight: 400;
    font-size: 25px;
    padding-bottom: 15px;
}

.social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 90px;
}

.social-icons > a {
    width: 30px;
    height: 30px;
    margin: 0 10px;
}

.home-hero:after {
    content: '';
    height: 250px;
    width: 200%;
    position: absolute;
    background: #fff;
    bottom: -250px;
    left: 0;
    -webkit-transform: skew(0deg, 3deg);
    -ms-transform: skew(0deg, 3deg);
    transform: skew(0deg, 5deg);
}

/* Home intro */

.home-intro {
    position: relative;
    margin-top: -140px;
    padding-bottom: 150px;
}

.home-intro > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0;
    max-width: 1260px;
}

.book-wrap {
    width: 55%;
    position: relative;
}

.book-wrap img {
    width: 100%;
}

.quotes-slider-wrap {
    width: 41%;
}

a.btn {
    border: 1px solid #922020;
    font-size: 20px;
    padding: 10px 50px;
    font-family: "Graduate";
    text-transform: uppercase;
    color: #922020;
    border-radius: 0;
}

.quotes-slider {
    margin-bottom: 70px;
}

.quote-slide-item blockquote ,
.slide-item blockquote {
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 37px;
    text-align: left;
}

.quote-slide-item:before,
.slide-item blockquote:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    margin-bottom: 30px;
    background-image: url(img/left-quote.svg);
    background-size: contain;
    background-position: center center;
    margin: 0 auto 30px;
}

.quote-slide-item .author,
.slide-item .author {
    font-size: 30px;
    color: #182C58;
    text-transform: uppercase;
    line-height: 35px;
    font-family: "Graduate";
}

.quote-slide-item .designation,
.slide-item .designation {
    font-size: 12px;
    line-height: 17px;
    font-weight: bold;
    padding-top: 5px;
}

ul.slick-dots {
    text-align: left;
}

.slick-dots li.slick-active button{
    background: #707070;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li button {
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    padding: 0;
    position: relative;
    left: 2px;
    top: 2px;
}

.slick-dots li {
    width: 12px;
    height: 12px;
    border: 1px solid #707070;
    border-radius: 100%;
    margin: 0 5px;
}


.quotes-slider-wrap ul.slick-dots {
    position: static;
    margin-top: 35px;
    padding-bottom: 25px;
}

/* Events Slider */

.events-slider {
    border: 1px solid #E0E0E0;
    padding: 78px 97px;
}

.upcoming-events-wrap .container {
    max-width: 1190px;
    position: relative;
}

.upcoming-events-wrap {
    margin-bottom: 117px;
}

.slick-arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.prev-arrow.slick-arrow {
    left: -30px;
}

.next-arrow.slick-arrow {
    right: -30px;
}

.slick-arrow:hover svg path.a {
    stroke: #922020;
}

.upcoming-events-wrap ul.slick-dots {
    left: 0;
    text-align: center;
    bottom: -40px;
}

.event-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

a.event-thumb {
    width: 45%;
}

.event-details {
    width: 50%;
}

.event-date {
    font-size: 12px;
    font-weight: bold;
    line-height: 17px;
    letter-spacing: .1em;
}

h2.events-date-title {
    font-size: 30px;
    font-family: "Graduate";
    color: #182C58;
    margin: 10px 0 20px;
}

h2.events-date-title a {
    color: #182C58;
}

.event-details p {
    font-size: 16px;
    line-height: 22px;
    color: #707070;
    margin: 0;
}

ul.instagram-pics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    margin: 0 -8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

ul.instagram-pics li {
    padding: 8px;
}

ul.instagram-pics li img {
    height: 275px;
    width: 275px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
}


div#null-instagram-feed-2 >  h3 {
    display: none;
}

.container{
    width: 95%;
}

h1.page-title {
    position: relative;
    text-align: center;
    color: #182C58;
    font-family: "Graduate";
    font-weight: 400;
    text-transform: uppercase;
    font-size: 90px;
    line-height: 103px;
}

h1.page-title:after {
    content: '';
    width: 150px;
    height: 72px;
    background: #F5F5F5;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -30px;
    top: -20px;
    z-index: -1;
}

/* About */

body.page-template-template-about article {
    border-top: 1px solid #E0E0E0;
    padding-top: 77px;
}

h1.page-title {
    margin-bottom: 60px;
}

.about-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 120px;
    max-width: 970px;
    margin: 0 auto;
    padding-bottom: 120px;
}

div.about-bio {
    width: 65%;
    padding-left: 55px;
}

.about-wrap .headshot {
    width: 35%;
}

.content {
    line-height: 2;
    font-size: 16px;
    font-weight: 300;
}

.content p {
    margin-bottom: 35px;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6
 {
     color: #182C58;
     font-family: "Graduate";
     text-transform: uppercase;
     margin-bottom: 25px;
 }

 .content ul{
     padding-left: 0;
     list-style: none;
 }

.content ul li:before {
    content: '\2022';
    color: #4A4A4A;
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 16px;
}

.content ul li {
    position: relative;
    padding-left: 12px;
}

.h2, h2{
    font-size: 30px;
    font-family: "Graduate";
    text-transform: uppercase;
}

.slide-item {
    text-align: center;
}

.global-slider {
    border: 1px solid #E0E0E0;
    padding: 83px 97px 67px;
}

section.container {
    margin-bottom: 125px;
    max-width: 1190px;
}

.slider-wrap {
    position: relative;
    max-width: 970px;
    margin: 0 auto;
}

.slider-wrap ul.slick-dots {
    text-align: center;
    list-style: none;
    left: 0;
    bottom: -40px;
}

ul.slick-dots li:before {
    display: none;
}

.slider-wrap ul.slick-dots {
    text-align: center;
    list-style: none;
    left: 0;
    bottom: -40px;
}

ul.slick-dots li:before {
    display: none;
}

.slider-wrap .next-arrow.slick-arrow {
    right: -50px;
}

.slider-wrap .prev-arrow.slick-arrow {
    left: -50px;
}


.featured-wrap {
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
}

.featured-post {
    padding: 167px 30px 90px;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.featured-post:after {
    width: 100%;
    content: '';
    background: #182C58;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: .8;
}

.featured-post {}

span.date {
    display: block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.featured-wrap h2 {
    text-transform: uppercase;
    font-family: "Graduate";
    color: #fff;
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.featured-wrap h2 a {
    color: #fff;
}

.featured-wrap > div {
    line-height: 22px;
    font-weight: 400;
}

.read-on a.view-article {
    color: #fff;
    width: 130px;
    line-height: 36px;
    height: 36px;
    border: 1px solid #FFFFFF;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    line-height: 1;
}

.read-on {
    padding-top: 35px;
    text-align: center;
}

a.view-article span {
    width: 5px;
    height: 10px;
    background-image: url(img/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 9px;
    position: relative;
    top: -1px;
}

.featured-post a.view-article span{
    background-image: url(img/arrow-white.svg);
}

.blog-list > article {
    border-top: 1px solid #E0E0E0;
    padding: 78px 0;
}

.featured-post {
    margin-bottom: 78px;
}

.article-wrap {
    max-width: 970px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.artile-details {
    width: 50%;
}

.artile-details > p {
    margin: 0;
}

.pagination {
    text-align: center;
    border-top: 1px solid #E0E0E0;
    padding-top: 78px;
    width: 100%;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.pagination > * {
    color: #707070;
    font-weight: bold;
    font-size: 16px;
    padding: 0 5px;
}

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

.pagination > *:hover {
    color: #922020;
}

.artile-details h2 a {
    color: #182C58;
}

.artile-details h2 {
    padding: 8px 0 17px;
}

a.view-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: 12px;
    color: #922020;
    margin-top: 20px;
}

.blog-full {
    text-align: center;
    padding: 80px 0 56px;
    padding: 80px 0 29px;
}

.blog-content {
    max-width: 768px;
    margin: 0 auto;
}

.pagination.events a {
    color: #922020;
}

.blog-featured img {
    width: 100%;
}

.event-full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
}

body.single-events article.post-article.content {
    max-width: 960px;
    margin: 0 auto;
    padding-top: 105px;
}

.event-full .event-details {
    width: 240px;
    color: #922020;
    font-weight: 400;
    border-right: 1px solid #707070;
}

.event-content {
    width: calc(100% - 240px);
    padding-left: 55px;
}

div.content.book {
    max-width: 768px;
    margin: 0 auto;
}

article#book-article {
    border-top: 1px solid #E0E0E0;
    padding-top: 77px;
}

.book-featured {
    text-align: center;
    padding-bottom: 77px;
}

.autho-bios {
    padding-top: 70px;
}

.content p strong, .content li strong {
    font-weight: 700;
    color: #4A4A4A;
}

.preorder-btn {
    text-align: center;
    margin: 60px 0 109px;
}

.contact-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.contact-left {
    width: 33%;
}

.contact-form {
    width: 66%;
    background: #F5F5F5;
    padding: 72px 82px 58px;
    max-width: 562px;
}

.gform_wrapper label.gfield_label {
    color: #4A4A4A;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .1em;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    width: 100%;
    height: 44px;
    padding: 0 10px!important;
}

.gform_wrapper input , textarea {
    border: 0;
}

textarea#input_1_3 {
    height: 212px;
}

input#gform_submit_button_1 {
    color: #922020;
    font-size: 25px;
    width: 114px;
    height: 65px;
    font-family: "Graduate";
    border: 1px solid #922020;
    background: transparent;
    text-transform: uppercase;
}

input#gform_submit_button_1:hover {
    background: #fff;
    cursor: pointer;
}

.social-details img {
    width: 31px;
    height: 31px;
    margin-right: 20px;
}

.social-details > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 25px;
}

.social-details a {
    font-size: 16px;
    color: #922020;
    font-weight: 600;
    letter-spacing: .1em;
}

.contact-content {
    padding-top: 58px;
}

body .gform_wrapper .top_label div.ginput_container {
    margin: 0!important;
}

.gform_wrapper ul.gform_fields li.gfield {
    padding: 0!important;
}

.contact-content strong {
    font-weight: bold;
}

.contact-content > div {
    padding-bottom: 40px;
}

.contact-content > div:last-child {
    padding-bottom: 0;
}

.contact-content h2 {
    padding-bottom: 30px;
    margin-bottom: 0;
}

.contact-content p:first-child {
    padding-bottom: 20px;
}

.social-details a:hover{
    text-decoration: none;
    color: #182C58;
}

.grid-sizer.grid-item {
    width: 32%;
    margin-bottom: 1%;
}

.gallery-grid .grid-sizer.grid-item img {
    width: 100%;
}

.gutter-sizer{
    width: 1%;
}

article#gallery {
    border-top: 1px solid #E0E0E0;
    padding-top: 77px;
}

.camp-slider ul.slick-dots {
    text-align: center;
    bottom: -40px;
}

.camp-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 70px;
}

.camp-left {
    width: 60%;
    font-size: 20px;
}

.camp-details {
    width: 28.5%;
}

.inner-container {
    max-width: 970px;
    margin: 0 auto;
}

.camp-details h3 {
    color: #922020;
    font-family: "Open Sans";
    font-weight: 700;
    letter-spacing: .1em;
    font-size: 14px;
    margin-bottom: 10px;
}

.camp-left h2 {
    padding-top: 20px;
}

.content a {
    color: #922020;
    text-decoration: underline;
}

.content a.btn{
    text-decoration: none;
}

body.page-template-template-camp .slider-wrap {
    margin-bottom: 125px;
}

.quote-slide-item:before {
    margin-left: 0;
}

a.btn:hover {
    background: #922020;
    color: #fff;
}
/* Responsiveness */

@media all and (max-width: 1200px){
    .home-hero {
        height: 780px;
    }

    .home-intro {
        margin-top: -80px;
    }
    ul.instagram-pics li img {
        height: 225px;
        width: 225px;
    }
    body:not(.home) header.header.clear {
        margin-bottom: 120px;
    }
    .slider-wrap {
        width: calc(100% - 90px);
    }
    .article-wrap{
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .slider-wrap {
        width: calc(100% - 100px);
    }

    .slider-wrap .prev-arrow.slick-arrow {
        left: -30px;
    }

    .slider-wrap .next-arrow.slick-arrow {
        right: -30px;
    }
    .camp-details{
        width: 34%;
    }
    .preorder-btn {
        margin: 50px 0 50px;
    }

    section.container {
        margin-top: 85px;
    }

    .camp-left {
        font-size: 18px;
    }
    .contact-form {
        width: 60%;
        padding: 50px 50px;
        max-width: 100%;
    }
}

button.hamburger{
    display: none;
    padding: 0;
}

@media all and (max-width: 992px){

    html.menu-active header.header.clear .nav{
        opacity: 1;
        visibility: visible;
        overflow: auto;
        z-index: 9;
    }

    header.header.clear .nav {
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(24, 44, 88, 0.9);
        height: 100%;
        width: 100%;
        padding: 100px 58px;
        opacity: 0;
        visibility: hidden;
    }

    header.header.clear ul {
        display: block;
        width: 100%;
    }

    header.header.clear ul > li {
        padding: 0;
    }

    header.header.clear ul li > a {
        font-size: 20px;
        font-family: "Graduate";
        font-weight: 400;
        padding-bottom: 20px;
        display: block;
    }
    .events-slider {
        padding: 30px 30px;
    }

    .home-intro > div {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .home-intro {
        margin-top: 0;
    }

    .quote-slide-item:before {
        margin-left: 0;
    }

    .home-intro {
        padding-bottom: 100px;
    }

    body.home header.header{
        top: 50px;
    }

    .hero-title {
        font-size: 85px;
        line-height: 90px;
    }
    button.hamburger{
        display: block;
        z-index: 10;
        outline: 0;
    }
    .about-wrap .headshot {
        text-align: center;
        width: 100%;
    }

    div.about-bio {
        width: 100%;
        padding-left: 0;
        padding-top: 50px;
    }

    .about-bio {
        width: 100%;
    }

    .global-slider {
        padding: 50px 40px;
    }

    .upcoming-events-wrap .container {
        width: calc(100% - 100px);
    }

    .blog-full {
        padding: 50px 0 35px;
    }
    .contact-form {
        width: 60%;
        padding: 50px 40px;
    }

    .social-details a {
        font-size: 12px;
    }

    .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
        background: #fff;
        border-radius: 0;
        width: 30px;
    }

    span.hamburger-inner {
        width: 20px;
    }

    .hamburger-inner:after, .hamburger-inner:before {
        right: 0;
    }

    .hamburger-box {
        width: 30px;
        right: -10px;
    }

    .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
        background: #fff;
        opacity: 1;
        z-index: 23;
    }

    .hamburger.is-active:hover, .hamburger:hover {
        opacity: 1;
    }

    body:not(.home) .hamburger.is-active .hamburger-inner, 
    body:not(.home) .hamburger.is-active .hamburger-inner:after, 
    body:not(.home) .hamburger.is-active .hamburger-inner:before {
        /*background: #182C58;*/
        opacity: 1;
        z-index: 23;
    }

    body:not(.home) .hamburger-inner, 
    body:not(.home) .hamburger-inner:after, 
    body:not(.home) .hamburger-inner:before {
        background: #182C58;
    }


    html.menu-active, .menu-active body{
        overflow: hidden;
    }

    body:not(.home) header.header.clear ul li > a {
    color: #fff;
    }

    header.header.clear ul li > a:after {
        display: 15px;
    }

    header.header.clear ul li:hover > a:after, header.header.clear ul li.current-menu-item > a:after {
        display: none;
    }

    header.header.clear ul li:hover > a, header.header.clear ul li.current-menu-item > a {
        color: #000;
    }

    body:not(.home) header.header.clear {
        margin: 27px 0 70px;
    }

    h1.page-title {
        font-size: 42px;
        line-height: 1;
        margin-bottom: 25px;
    }

    h1.page-title:after {
        width: 75px;
        height: 35px;
        top: -16px;
    }

    body.page-template-template-about article {
        padding-top: 25px;
    }

    .slider-wrap {
        width: 100%;
        text-align: left;
    }

    .slide-item blockquote {
        text-align: left;
    }

    slide-item blockquote:before {
        margin-left: 0;
    }

    .global-slider .slide-item blockquote:before {
        margin-left: 0;
    }

    .content {
        line-height: 24px;
    }

    .about-wrap {
        padding-bottom: 53px;
    }

    .global-slider .slide-item * {
        text-align: left;
    }

    .global-slider .designation {
        padding-top: 0;
        text-transform: uppercase;
    }

    .global-slider .slide-item p {
        line-height: 24px;
        font-size: 14px;
    }

    header.header.clear ul li.current-menu-item > a {
        color: #922020!important;
    }
}

@media all and (max-width: 767px){
    .content {
        font-size: 14px;
        line-height: 1.75;
    } 
    .home-hero {
        height: 40vh;
        min-height: 280px;
    }

    .home-hero .container {
        display: none;
    }

    body.home header.header {
        top: 30px;
    }

    header.header.clear > div {
        width: 100%;
        padding: 0 27px;
    }

    .logo a {
        font-size: 20px;
    }

    .home-intro > div {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .book-wrap {
        width: 100%;
    }

    .quotes-slider-wrap {
        width: 100%;
        text-align: center;
    }

    .container {
        width: calc(100% - 54px);
        padding: 0;
    }

    .home-hero:after {
        -webkit-transform: skew(0deg, 7deg);
            -ms-transform: skew(0deg, 7deg);
                transform: skew(0deg, 7deg);
    }

    .home-intro {
        margin-top: -80px;
        padding-bottom: 60px;
    }

    .quote-slide-item:before {
        margin: 40px auto 25px;
    }

    .quote-slide-item blockquote, .slide-item blockquote {
        font-size: 14px;
        left: 22px;
        text-align: center;
    }

    .quote-slide-item .author, .slide-item .author {
        text-align: center;
        font-size: 23px;
    }

    .quote-slide-item .designation, .slide-item .designation {
        font-size: 8px;
        text-align: center;
    }

    .quotes-slider-wrap ul.slick-dots {
        text-align: center;
        margin-top: 15px;
    }

    .slick-dots li {
        margin: 0 3px;
    }

    .event-item-wrap {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    a.event-thumb {
        width: 100%;
        margin-bottom: 25px;
        display: block;
    }

    .event-details {
        width: 100%;
    }

    .slick-arrow {
        opacity: 0;
        visibility: hidden;
    }

    .upcoming-events-wrap .container {
        width: calc(100% - 54px);
        padding: 0;
    }

    .events-slider {
        padding: 45px 30px 35px;
    }

    .event-details p {
        font-size: 14px;
        line-height: 19px;
    }

    .upcoming-events-wrap {
        margin-bottom: 96px;
    }

    .media-grid {
        padding-top: 55px;
    }

    ul.instagram-pics {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    ul.instagram-pics li {
        width: 50%;
        padding: 6px;
    }

    ul.instagram-pics li img {
        height: 170px;
    }

    .social-wrap .title {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .social-icons {
        padding-bottom: 56px;
    }   

    .copyrights{
        padding-bottom: 30px;
    }

    .book-wrap img {
        width: 100%;
        max-width: 301px;
        margin: 0 auto;
        display: block;
    }

    main.blog .blog-list {
        border-top: 1px solid #E0E0E0;
        padding-top: 25px;
    }

    .featured-post {
        padding: 51px 30px;
        margin-bottom: 35px;
    }

    .featured-wrap p {
        font-size: 14px;
    }

    .read-on {
        padding-top: 5px;
    }

    .article-wrap {
        display: block;
        max-width: calc(100% - 40px);
    }

    .artile-details {
        width: 100%;
    }

    .blog-list > article {
        padding: 35px 0;
    }

    .pagination {
        padding-top: 38px;
    }

    section.container {
        margin-bottom: 40px;
        margin-bottom: 96px;
    }

    .blog-featured {
        border-top: 1px solid #E0E0E0;
        padding-top: 25px;
    }

    .blog-full {
        padding: 40px 0 10px;
    }

    body.single-events article.post-article.content {
        padding-top: 40px;
    }

    .event-full {
        display: block;
        padding-top: 0;
    }

    .event-full .event-details {
        width: 100%;
        font-size: 16px;
        border: 0;
    }

    .event-content {
        width: 100%;
        padding: 25px 0 0;
        border-top: 1px solid #E0E0E0;
        margin-top: 40px;
    }
    .camp-wrapper {
        display: block;
    }

    .camp-left {
        width: 100%;
        font-size: 14px;
        line-height: 24px;
    }

    .content p {
        margin-bottom: 30px;
    }

    .camp-details {
        width: 100%;
    }

    .preorder-btn {
        text-align: left;
    }

    body.page-template-template-camp .slider-wrap {
        max-width: calc(100% - 54px);
        margin-bottom: 96px;
    }

    .global-slider {
        padding: 40px 30px;
    }

    .global-slider .slide-item * {
        text-align: left!important;
    }

    .grid-sizer.grid-item {
        width: 100%;
        margin-bottom: 15px;
    }

    .grid-sizer.grid-item:last-child{
        margin-bottom: 0;
    }

    article#gallery{
        padding-top: 25px;
    }

    .contact-left {
        width: 100%;
    }

    .contact-cols {
        display: block;
    }

    .contact-form {
        width: 100%;
        padding: 64px 30px 30px;
        margin-top: 70px;
    }

    .social-details a {
        font-size: 16px;
    }

    .contact-content h2 {
        margin: 0;
    }
    body.page-template.page-template-page-templates.page-template-template-schedule section.container {
        margin-bottom: 40px;
    }

    .camp-details h3{
        margin-bottom: 5px;
    }

    .autho-bios{
        padding-top: 50px;
    }

    .book-featured .preorder-btn {
        text-align: center;
    }
}

@media all and (max-width: 400px){
    
}

body.single span.date {
    color: #182C58;
    padding-bottom: 10px;
}

.content a.btn {
    min-width: 269px;
    text-align: center;
    height: 65px;
    line-height: 65px;
    padding: 0;
    font-size: 26px;
}

.content ul > p {
    display: none;
}

@media all and (min-width: 768px){
    .gallery-grid {
        margin-right: -2%;
    }
}

@media all and (min-width: 3000px){
    .home-hero:after{
        display: none;
    }
}

.camp-details >a {
    margin-bottom: 30px;
}

.book-featured .preorder-btn {
    margin-bottom: 0;
    padding-bottom: 0;
}

body {
    overflow-x: hidden;
}

.blog-full h1{ 
    font-size: 30px;
}

body.is_IE .hero-title {
    color: #fff;
}