/*
Theme Name:         Socha Responsive Theme
Theme URI:          http://alethemes.com
Description:        Socha Responsive Theme by <a href="http://alethemes.com/">Alethemes</a>.
Version:            2.6
Author:             CRIK0VA / ALETHEMES.COM
Author URI:         http://themeforest.net/user/CRIK0VA
License:            GPL v2
License URI:        http://www.gnu.org/licenses/gpl-2.0.html
Tags:               Green, Orange, Blue, Black, Red
*/

.alert-bar {
    background: #f44d50;
    color: white;
    padding: 20px;
}

.alert-bar-wrap {
    max-width: 1286px;
    margin: 0 auto
}

.alert-bar-wrap * {
    margin: 0
}

.alert-bar a {
    color: white;
    text-decoration: underline;
}



.benjamin-slider .slick-next {
    right: 0;
    z-index: 1;
    height: 125px;
    width: 75px;
    background-size: cover;
    background: rgba(255, 255, 255, .8);
    padding: 10px;
    box-sizing: border-box;
    transition: all 300ms ease-in-out;
    text-align: right;
}

.benjamin-slider .slick-next:hover {
    background: rgba(255, 255, 255, 1);
}

.benjamin-slider .slick-next img {
    margin-top: 10px
}

.benjamin-slider .slick-next:before {
    content: ''
}


.benjamin-slider .slick-prev {
    left: 0;
    z-index: 1;
    height: 125px;
    width: 75px;
    background-size: cover;
    background: rgba(255, 255, 255, .8);
    padding: 10px;
    box-sizing: border-box;
    transition: all 300ms ease-in-out;
}

.benjamin-slider .slick-prev:hover {
    background: rgba(255, 255, 255, 1);
}

.benjamin-slider .slick-prev img {
    margin-top: 10px
}

.benjamin-slider .slick-prev:before {
    content: ''
}

.flex-section {
    margin: 50px 0;
}



.flex-column img {
    max-width: 100%;
}

a.red-button,
.story a.red-button:visited {
    display: block;
    background: #f44d50;
    color: white !important;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}

.pr-20 {
    padding-right: 20px;
}

.thumbnail-slider {
    margin-top: 50px;
}

.thumbnail-slider img {
    padding: 10px
}

.thumbnail-slider .slick-dots li button:before {
    font-size: 50px;
}

.thumbnail-slider img {
    opacity: .5;
}

.thumbnail-slider img:not(.slick-current):hover {
    opacity: .8;
    cursor: pointer;
}

.thumbnail-slider img.slick-current {
    opacity: 1;
}

.thumbnail-slider {
    display: none;
}

.slider-caption {
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    background: #f44d50;
    z-index: 1;
    padding: 10px;
    transition: bottom .3s ease-in-out;
}

.slider-caption:hover {
    bottom: 0 !important;
}

.pagelayout section.story .slider-caption p {
    margin: 0 !important;
    color: white;
    width: 90%;
}

.benjamin-slider-wrap {
    position: relative;
    overflow: hidden;
}

span.open-caption {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 30px;
    font-weight: bold;
    color: white;
    border-radius: 50%;
    border: 3px solid white;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2
}

.benjamin-gallery {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.gallery-column {
    width: 50%;
}

.gallery-column img {
    padding: 10px;
    max-width: 100%
}

.benjamin-gallery * {
    box-sizing: border-box;
}

@media screen and (min-width: 768px) {
    .flex-section {
        display: flex;
        align-items: center;
    }

    .flex-column {
        width: 50%
    }

    a.red-button,
    .story a.red-button:visited {
        width: 33.33%;
    }

    .thumbnail-slider {
        display: block;
    }

    .gallery-column {
        width: 25%;
    }
}