/* 
    Created on  : Sep 21, 2016, 4:38:01 PM
    Author      : Sergiu
    Role        : Custom blocks style
*/

/*############################################################################*/

/*Woman`s block*/
.women-blog-home {
    width: 100%;
    clear: both;
    background: #1989e6;
    padding: 70px 0;
}

.women-blog-home .section-title {
    display: table;
    margin: 0 auto;
    color: #FFF;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 70px;
    border-bottom: 1px solid #FFF;
}

.women-blog-home p {
    color: #FFF;
}

.women-blog-home a {
    display: table;
    margin: 70px auto 0 auto;
    color: #FFF;
    text-transform: uppercase;
    font-size: 22px;
    border: 1px solid #FFF;
    width: 100%;
    max-width: 400px;
    text-align: center;
    line-height: 40px;
}


@media screen and (max-width: 500px) {
    .women-blog-home {
        padding: 40px 0;
    }
    
    .women-blog-home a {
        max-width: 100%;
        font-size: 15px;
        margin: 20px auto 0 auto;
    }
    
    .women-blog-home .section-title {
        margin-bottom: 40px;
    }
}

/*Woman`s block*/
.pdf-download-home {
    width: 100%;
    clear: both;
    background: #1989e6;
    padding: 70px 0;
}

.pdf-download-home .section-title {
    display: table;
    margin: 0 auto;
    color: #FFF;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 70px;
    border-bottom: 1px solid #ce2052;
}

.pdf-download-home p {
    color: #FFF;
}

.pdf-download-home a {
    display: table;
    margin: 70px auto 0 auto;
    color: #FFF;
    text-transform: uppercase;
    font-size: 22px;
    border: 1px solid #FFF;
    width: 100%;
    max-width: 400px;
    text-align: center;
    line-height: 40px;
}


@media screen and (max-width: 500px) {
    .pdf-download-home {
        padding: 40px 0;
    }
    
    .pdf-download-home a {
        max-width: 100%;
        font-size: 15px;
        margin: 20px auto 0 auto;
    }
    
    .pdf-download-home .section-title {
        margin-bottom: 40px;
    }
}

/*############################################################################*/

/*About us block*/
.about-us-home {
    background: #838f9b;
    padding: 70px 0;
}

.about-us-home .section-title {
    display: table;
    margin: 0 auto;
    color: #FFF;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 70px;
    border-bottom: 1px solid #FFF;
}

.about-us-home p {
    color: #FFF;
    font-size: 18px;
    margin-bottom: 20px;
}

.about-us-home .about-wrapper {
    border: 1px solid #FFF;
}

.about-us-home ul.tabs {
    display: block;
    width: 100%;
    margin: 0;
    list-style-type: none;
}

.about-us-home ul.tabs:after {
    display: table;
    content: "";
    clear: both;
}

.about-us-home ul.tabs li {
    display: block;
    float: left;
    color: #FFF;
    font-size: 24px;
    line-height: 50px;
    padding: 0 0 0 20px;
    border-bottom: 1px solid #FFF;
    cursor: pointer;
}

.about-us-home ul.tabs li.first {
    width: 21%
}

.about-us-home ul.tabs li.second {
    width: 21%;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

.about-us-home ul.tabs li.last {
    width: 58%
}

.about-us-home ul.tabs li.active {
    border-bottom: none;
    font-weight: 600;
}

.about-us-home .content {
    padding: 20px;
}

.about-us-home .content > div {
    display: none;
}

.about-us-home .content > div.active {
    display: block;
}

@media screen and (max-width: 720px) {
    .about-us-home ul.tabs li {
        position: relative;
        width: 100%!important;
        border-bottom: 1px solid #FFF!important;
        background: #838f9b;
    }
    
    .about-us-home ul.tabs li.active {
        background: #838f9b;
    }
    
    .about-us-home ul.tabs li.second {
        border: none;
    }
    
    .about-us-home ul.tabs li.last.active:after {
        content: "";
        display: block;
        position: absolute;
        width: 50px;
        right: 0;
        bottom: -1px;
        height: 51px;
        background: #838f9b;
    }
    
    .about-us-home ul.tabs li.second.active:after {
        content: "";
        display: block;
        position: absolute;
        width: 50px;
        right: 0;
        bottom: -52px;
        height: 52px;
        border-left: 1px solid #FFF;
        background: #838f9b;
        z-index: 1;
    }
    
    .about-us-home ul.tabs li.first.active:after {
        content: "";
        display: block;
        position: absolute;
        width: 50px;
        right: 0;
        bottom: -103px;
        height: 103px;
        border-left: 1px solid #FFF;
        background: #838f9b;
        z-index: 1;
    }
    
}

@media screen and (max-width: 440px) {
    .about-us-home {
        padding: 40px 0;
    }
    
    .about-us-home .section-title {
        margin-bottom: 40px;
    }
    
    .about-us-home p {
        font-size: 14px;
    }
    
    .about-us-home ul.tabs li {
        font-size: 14px;
    }
}

/*############################################################################*/

/*Photo block*/
.photo-blog {
    padding: 70px 0!important;
}

.photo-blog .section-title {
    display: table;
    margin: 0 auto;
    color: #FFF;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 70px;
    border-bottom: 1px solid #ce2052;
}

/*############################################################################*/

/*Video block*/
.video-stories {
    background-color: #262834;
    padding: 70px 0!important;
}

.video-stories .section-title {
    display: table;
    margin: 0 auto;
    color: #FFF;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 70px;
    border-bottom: 1px solid #ce2052;
}

.video-stories .wp-posts-carousel {
    max-width: 680px;
    margin: 0 auto;
}

.video-stories .wp-posts-carousel img {
    width: 100%!important;
}

.video-stories .wp-posts-carousel-image {
    padding: 0!important;
}

.video-stories .wp-posts-carousel-image a {
    position: relative;
}

.video-stories .wp-posts-carousel-image a:before {
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    background: url(../images/playbutton.png) no-repeat center;
    z-index: 10;
}

.video-stories .default-theme.wp-posts-carousel .owl-dots {
    margin-top: 50px;
}

.video-stories .wp-posts-carousel-slide {
    padding: 0!important;
    margin: 0!important;
}

.video-stories .wp-posts-carousel-container {
    padding: 0!important;
    box-shadow: none!important;
}

.video-stories .wp-posts-carousel-details {
    display: none;
}

.video-stories .owl-carousel .owl-item {
    height: 363px!important;
    overflow: hidden;
}

.story_video iframe {
    margin: 0 auto 70px auto;
    display: table;
}

@media screen and (max-width: 440px) {
    .video-stories .owl-carousel .owl-item {
        height: 220px!important;
    }
}

/*############################################################################*/

/*More stories block*/

.more-stories {
    padding: 70px 0 0 0;
}

.more-stories .section-title {
    display: table;
    margin: 0 auto;
    color: #FFF;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #428bca;
    text-align: center;
}

.more-stories .syria-categories ul {
    display: table;
    margin: 0 auto 50px auto;
    list-style-type: none;
}

.more-stories .syria-categories ul li {
    display: inline-block;
}

.more-stories .syria-categories ul li a {
    text-transform: uppercase;
    color: #FFF;
    font-size: 18px;
    margin: 0 15px;
}

.more-stories .syria-categories ul li a:hover {
    color: #428bca;
}

.more-stories .syria-categories ul li .active {
    text-transform: uppercase;
    color: #428bca;
    font-size: 18px;
    margin: 0 15px;
}

.more-stories .syria-categories + .col {
    margin: 1% 0;
}

.site-content .more-stories article.format-standard {
    height: 220px;
    overflow: hidden;
}

.site-content .more-stories article.format-standard .entry-title a {
    text-transform: none;
    font-size: 16px;
    letter-spacing: 0px;
    font-family: ApexBold!important;
    font-weight: 600;
}

.more-stories p {
    font-size: 16px;
    color: #FFF;
    text-align: center;
    margin: 0 0 40px 0;
}

.more-stories a h3 {
    color: #000!important;
    font-size: 16px!important;
    line-height: 19px;
    font-family: ApexBold!important;
    font-weight: 600;
    text-transform: none!important;
    letter-spacing: 0.1px!important;
}

@media screen and (max-width: 480px) {
    .more-stories .syria-categories ul li {
        display: block;
        width: 100%;
        text-align: center;
    }
    
    .photo-blog {
        padding: 10px 0!important;
    }
    
}
