/* ==========================================================================
   Header and General styles
   ========================================================================== */

@font-face {
    font-family: 'ScriptMT';
    src: url('../fonts/scriptmtbold-webfont.woff2') format('woff2'),
         url('../fonts/scriptmtbold-webfont.woff') format('woff'),
         url('../fonts/scriptmtbold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Artico';
    src: url('../fonts/ArticoMedium.woff2') format('woff2'),
        url('../fonts/ArticoMedium.woff') format('woff'),
        url('../fonts/ArticoMedium.ttf') format('truetype'),
        url('../fonts/ArticoMedium.svg#ArticoMedium') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?5oasgo');
    src:  url('../fonts/icomoon.eot?5oasgo#iefix') format('embedded-opentype'),
      url('../fonts/icomoon.ttf?5oasgo') format('truetype'),
      url('../fonts/icomoon.woff?5oasgo') format('woff'),
      url('../fonts/icomoon.svg?5oasgo#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}



[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

i.icon-link {
    background: url("../images/sol.png");
    background-repeat: repeat;
    background-size: auto;
    background-size: 22px;
    float: left;
    width: 20px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    margin-top: 5px;
}

body {
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16.5px;
    font-weight: normal;
    line-height: 1.7;
}

h2,
h3,
h4,
h5,
h6 {
    margin: 45px auto 15px;
    font-family: 'Artico';
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 26px;
}

h6 {
    font-size: 24px;
}

a {
    text-decoration: none;
    transition: all 0.25s ease-in-out 0s;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.text-upppercase {
    text-transform: uppercase;
}

.site-header {
    position: absolute;
    display: flex;
    width: 100%;
    padding: 15px;
    justify-content: center;
}

.primary-menu ul {
    list-style: none;
    padding: 0;
}

.primary-menu ul > li {
    display: inline-block;
}

.primary-menu ul li a {
    color: #fff;
    font-size: 15px;
    padding: 0 7px;
    border-right: 1px solid #fff;
}

.primary-menu ul li:last-of-type a {
    border-right: none;
}

.btn-primary {
    display: inline-block;
    padding: 4px 16px;
    background: #1e0d02;
    color: #fff;
    font-size: 24px;
}

.site-branding {
    text-align: center;
}

.site-branding .logo {
    display: inline-block;
    width: 135px;
    height: 102.75px;
    margin: 120px auto 0;
    background: transparent url("../images/isotype-mono.png") no-repeat;
    background-size: cover;
}

.site-branding .site-title {
    margin: 10px 0 0;
    font-family: 'ScriptMT';
    font-size: 32px;
    font-weight: 700;
    text-transform:initial;
    color: #fff;
    line-height: 1.5;
    text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
}

.isotype {
    display: none;
}

/* ==========================================================================
   Hero
   ========================================================================== */

.hero {
    display: block;
    width: 100%;
    height: 100vh;
    background: transparent url("../images/portraits.jpg") no-repeat center;
    background-size: cover;
}

/* ==========================================================================
   Section
   ========================================================================== */

.section {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}

.section-header {
    display: block;
    /* margin-bottom: 30px; */
    text-align: center;
}

.section-title {
    margin: 0 auto 15px;
    font-size: 48px;
}

.section.has-background-color {
    color: #fff;
    background-color: #a08c6c;
}

.section.gutterless {
    padding: 0;
}

.section a:not(.btn) {
    color: #1e0d02;
    text-decoration: underline;
    transition: all 250ms ease-in 0s;
}

.section a:not(.btn):hover {
    text-decoration: none;
}

/* Storytelling
   ========================================================================== */

#storytelling .left-side,
#storytelling .right-side {
    position: relative;
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 120px;
}

#storytelling .left-side .isotype {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


#storytelling .section-header {
    margin-bottom: 30px;
}

#storytelling .section-header .section-title {
    margin-bottom: 0;
    font-size: 44.49px;
    line-height: 1;
}

#storytelling .section-header p {
    margin: 0;
    text-align: center;
}

/* Callout
   ========================================================================== */

#callout .btn-wrap {
    margin-top: 45px;
    text-align: center;
}

/* Gallery
   ========================================================================== */

#gallery h2 {
    font-size: 48px;
    margin: 45px auto 0;
    line-height: 1.25;
    text-align: center;
}

#gallery h3 {
    margin: 60px auto 45px;
    color: #a08c6c;
    font-size: 36px;
    text-align: center;
}

#gallery .grid-stories .has-thumbnail {
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
    /* align-items: flex-start; */
    height: 320px;
    overflow: hidden;
}

#gallery .grid-stories a {
    display: block;
    position: relative;
    overflow: hidden;
}

#gallery .grid-stories a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../images/icon-play.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 64px;
    transition: all 0.25s ease-in 0s;
    z-index: 0;
}

#gallery .grid-stories a:hover::before {
    background-color: rgba(30, 13, 2, 0.45);
}

#gallery .grid-stories .has-thumbnail > img {
    object-fit: cover;
}

#gallery .grid-stories .has-text {
    padding: 15px 30px;
}

#gallery .grid-stories .has-text h5 {
    margin: 15px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.025rem;
}

#gallery .grid-stories .has-text p {
    font-size: 16.5px;
    margin-bottom: 0;
}

/* About Us
   ========================================================================== */

#about .isotype {
    position: absolute;
    right: -180px;
    bottom: 30px;
}

#about a {
    color: #a08c6c;
}

#about a:hover {
    color: #877353;
}

/* Contact
   ========================================================================== */

#contact ul {
    margin: 30px 0 15px;
    padding: 0;
    list-style: none;
}

#contact ul li {
    margin: 10px 0;
}

#contact ul li .icon {
    margin-right: 10px;
}

#contact ul li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

#contact ul li a:hover {
    color: #fff;
}

#contact .contact-form {
    margin-top: 20px;
}

#contact .form-control-wrap {
    padding-left: 5px;
    padding-right: 5px;
}

#contact input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.3);
    border: none;
}

#contact input::placeholder{
    color: #fff;
    opacity: 1;
}

#contact input:-ms-input-placeholder {
    color: #fff;
}

#contact input::-ms-input-placeholder {
    color: #fff;
}

#contact input:focus {
    background: #fff;
}

#contact input:focus::placeholder{
    color: #000;
    opacity: 1;
}

#contact input:focus:-ms-input-placeholder {
    color: #000;
}

#contact input:focus::-ms-input-placeholder {
    color: #000;
}

#contact input[type="submit"] {
    margin-top: 15px;
    background: #1e0d02;
    color: #fff;
    cursor: pointer;
}

#contact input[type=submit][disabled=disabled] {
    background: #999;
    cursor: not-allowed;
}

#contact .response-output {
    text-align: center;
    font-size: 15px;
}


/* Footer
   ========================================================================== */

#footer {
    padding: 15px 0;
    background-color: #1e0d02;
    color: #fff;
    text-align: center;
}

#footer .copyright,
#footer .site-credit {
    display: block;
    font-size: 1rem;
}

#footer .site-credit a {
    color: rgba(255, 255, 255, 0.5);
}

#footer .site-credit a:hover {
    color: #fff;
    text-decoration: underline;
}

.icon-phone:before {
    content: "\f095";
}

.icon-envelope:before {
    content: "\f0e0";
}

.icon-youtube:before {
    content: "\f167";
}

.icon-facebook:before {
    content: "\f230";
}

.back-to-top {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    background: #1e0d02 url("../images/icon-arrow-up.svg") no-repeat center;
    background-size: 100%;
}

.back-to-top:hover {
    cursor: pointer;
}


/* Mailing List Popup
   ========================================================================== */
   .popup-mailing-list .mfp-content {
    max-width: 240px;
    padding: 1.15em;
    font-size: .87rem;
    margin: auto;
    background: #fff;
    text-align: center;
}

.popup-mailing-list .mfp-content h2 {
    margin-bottom: 1em;
    font-size: 1.5rem;
    line-height: 1.2;
}

.popup-mailing-list form input {
    width: 100%;
    margin-bottom: 1em;
    padding: 0.75em;
}

.popup-mailing-list form input[type="submit"] {
    margin-bottom: 10px;
    background: #a08c6c;
    color: #fff;
    border: none;
    letter-spacing: 0.025em;
    font-weight: 600;
    transition: all 0.25s ease-in-out 0s;
}

.popup-mailing-list form input[type="submit"]:hover {
    background: #1e0d02;
    cursor: pointer;
}

.popup-mailing-list form span {
    display: block;
    color: #aaa;
}

.popup-mailing-list form a {
    color: #1e0d02;
    text-decoration: underline;
    transition: all 0.25s ease-in-out 0s;
}

.popup-mailing-list form a:hover {
    color: #a08c6c;
}

/* Small only */
@media screen and (max-width: 39.9375em) {}

/* Medium and up */
@media screen and (min-width: 40em) {

    .primary-menu ul li a {
        font-size: 20px;
        padding: 0 15px;
    }

    .site-branding .logo {
        width: 270px;
        height: 205.5px;
        margin: 120px auto 0;
    }

    .popup-mailing-list .mfp-content {
        max-width: 360px;
        padding: 2em;
        font-size: 1rem;
    }

    .popup-mailing-list .mfp-content h2 {
        font-size: 2.25rem;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .grid-stories .box:nth-child(odd) .grid-x {
        flex-direction: row-reverse;
    }
}

/* Large and up */
@media screen and (min-width: 64em) {

    .site-header {
        padding: 15px 60px;
        justify-content: flex-end;
    }

    .site-branding .logo {
        margin: 45px auto 0;
    }

    .site-branding .site-title {
        font-size: 60px;
    }


    .grid-stories:first-of-type .box:nth-child(3) .grid-x,
    .grid-stories:first-of-type .box:nth-child(4) .grid-x,
    .grid-stories:last-of-type .box:last-child .grid-x,
    .grid-stories:last-of-type .box:nth-last-child(2) .grid-x {
        flex-direction: row-reverse;
    }

    .grid-stories .box:last-child {
        margin: auto;
    }

    .isotype {
        display: block;
        background: transparent url("../images/isotype.png") no-repeat;
        background-size: cover;
        width: 360px;
        height: 274px;
    }
}