.accent-color {
    color: #ed1558;
}

div#beyrouth-docs-content {
    background: white;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    padding: 30px;
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 30px;
    font-family: Lato;
}

div#beyrouth-docs-content p {
    font-weight: 300;
    line-height: normal;
    font-size: 18px;
}

.section-heading {
    padding: 0;
    font-size: 42px;
    text-transform: uppercase;
    letter-spacing: .075em;
    margin-top: 0;
    margin-bottom: 0px;
    font-family: Lato;
    font-weight: 500;
}

.section-subheading {
    padding: 0;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: .075em;
    margin-top: 0;
    margin-bottom: 0px;
    font-family: Lato;
    font-weight: 500;
}

.discount-code {
    font-size: 18px;
}

@media (max-width:1199px) {
    div#beyrouth-docs-content {
        font-size: 16px;
    }
    div#beyrouth-docs-content p {
        font-size: 16px;
    }
}

#upgrade-presets-loop .preset {
    width: 31.333333%;
    float: left;
    margin-right: 3%;
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

#upgrade-presets-loop .preset:nth-child(3n+1) {
    clear: both;
}

#upgrade-presets-loop .preset:nth-child(3n) {
    margin-right: 0 !important;
}

#upgrade-presets-loop .preset img {
    max-width: 100%;
    width: 100%;
    display: block;
}

.preset-content {
    display: flex;
    align-items: center;
    border-top: 1px solid #cdcdcd;
    margin: 0;
    background: #fff;
    padding: 0 15px;
}

.preset-content .title {
    text-transform: uppercase;
    letter-spacing: .125em;
    font-family: Lato;
    font-size: 20px;
    font-weight: 300;
    width: 100%;
}

.preset-content a {
    /*justify-self: right;*/
}

div#beyrouth-docs-content p {
    font-weight: 300;
    line-height: normal;
    font-size: 18px;
}

div#upgrade-presets-loop {
    margin-bottom: 30px;
}

div#beyrouth-upgrade-prompt .get-button {
    height: 30px;
    line-height: 30px;
    padding: 0 30px;
    float: right;
    max-width: 220px;
}

@media (max-width:1199px) {

    div#beyrouth-upgrade-prompt .get-button {
        float: none;
        display: block;
        margin-top: 15px;
    }

}

div#pro-features .feature-wrap {
    float: left;
    width: 33.333333%;
    text-align: center;
    margin-bottom: 30px;
}

div#pro-features .feature-wrap .feature {
    padding: 0 30px;
}

div#pro-features .feature-wrap .feature-icon {
    font-size: 50px;
    color: #0285ba;
}

div#pro-features .feature-wrap .feature-label {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .125em;
}

div#pro-features {
    margin-top: 50px;
}

@media (max-width:991px) {
    #upgrade-presets-loop .preset {
        width: 48%;
        margin-right: 4%;
    }
    #upgrade-presets-loop .preset:nth-child(3n) {
        margin-right: 4% !important;
    }
    #upgrade-presets-loop .preset:nth-child(2n) {
        margin-right: 0 !important;
    }
    #upgrade-presets-loop .preset:nth-child(3n+1) {
        clear: none;
    }
    #upgrade-presets-loop .preset:nth-child(2n+1) {
        clear: both;
    }
}

@media (max-width:767px) {
    div#pro-features .feature-wrap {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
}

@media (max-width:599px) {
    #upgrade-presets-loop .preset {
        width: 100%;
        margin-right: 0% !important;
    }
    #upgrade-presets-loop .preset:nth-child(1n) {
        margin-right: 0 !important;
    }
}

img.beyrouth-pro-logo {
    height: 41px;
}

.ocdi__gl-item-image-container {
    overflow: visible;
}

.ocdi__gl-item-image-container:after {
    display: none;
}

.about-wrap img {
    position: relative;
}