/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */

.hero.post-hero {
    position: relative;
    height: 520px;
    background-image: url('/wp-content/uploads/2018/01/certas-hero-shell.jpg');
}

.hero.post-hero:before  {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #4f2683;
    opacity: 0.6;
    z-index: 0;
}

.hero.post-hero .hero-content {
    position: relative;
    z-index: 1;
    top: 160px;
}

.hero.post-hero .hero-content h1 {
    color: white;
}

.hero.post-hero .hero-content .separator {
    width: 100px;
    height: 2px;
    background-color: #00b5cc;
    margin-bottom: 15px;
}

.hero.post-hero .post-meta {
    color: white;
    margin-bottom: 50px;
}

.hero.post-hero .post-meta .author {
    margin-right: 15px;
}

.hero.post-hero .social-sharing {
    color: white;
}

.hero.post-hero .social-sharing li a {
    color: white;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.hero.post-hero .social-sharing li a:hover {
    color: #00b5cc;
}

.career-content {
    padding: 60px 0;
}

.career-content .prefix {
    color: #4f2683;
    font-weight: 600;
}

.post-after-content {
    padding: 90px 0;
}

.post-after-content .social-sharing {
    float: left;
    font-size: 12px;
}

.post-after-content .back-to-top {
    float: right;
    font-size: 12px;
}

.post-after-content .separator {
    width: 100%;
    height: 1px;
    background: #797979;
    display: inline-block;
    opacity: 0.333333;
    margin-bottom: 30px;
}

.post-after-content .posts-navigation .nav-btn {
    width: 50%;
    float: left;
    font-size: 12px;
    min-height: 1px;
}

.post-after-content .posts-navigation .nav-btn h6 {
    font-size: 12px;
}

.post-after-content .posts-navigation .nav-btn.prev {
    padding-right: 10px;
}

.post-after-content .posts-navigation .nav-btn.next {
    text-align: right;
    padding-left: 10px;
}

.post-footer {
    overflow: hidden;
    padding: 50px 0;
    position: relative;
    background: #4f2683 url('/wp-content/uploads/2018/01/certas-footer-cta-map.png') no-repeat center center;
}

.post-footer h2, .post-footer p {
    color: white;
}

@media (max-width: 767px) {
    .hero.post-hero .hero-content h1 {
        font-size: 33px;
    }
}