/*
Theme Name:     Betheme Child
Theme URI:      http://themes.muffingroup.com/betheme
Author:         Muffin group
Author URI:     http://muffingroup.com
Description:    Child Theme for Betheme - Premium WordPress Theme
Template:       betheme
Version:        1.6
*/

/* Theme customization starts here
-------------------------------------------------------------- */
div#Header_wrapper,
div#Header_wrapper.bg-parallax {
    background-size: cover;
}

@media (min-width: 1239px) {
    #Top_bar .menu > li.login-link {
        position: absolute;
        right: 0;
        float: none;
    }
}

#Top_bar .menu > li.login-link:hover {
    position: absolute;
    right: 0;
    float: none;
}

.blog div#Content {
    padding: 80px 0;
}

.has-border-top {
    border-top: solid 1px #ccc;
}

.centered-title {
    width: 100%;
    max-width: 960px;
    margin: 40px auto;
    line-height: 35px;
}

.style-simple a.content_link {
    border: 1px solid #ccc;
    width: auto;
    margin: 0 0 20px 0;
    font-size: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.style-simple a.content_link:not(:last-child) {
    margin-right: 10px;
}

@media (max-width: 768px) {
    .style-simple a.content_link {
        width: 80%;
    }

    .style-simple a.content_link:not(:last-child)  {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.style-simple a.content_link:hover {
    border-color: #39AA48;
}

.style-simple a.content_link:before,
.style-simple a.content_link:after {
    display: none;
}

.style-simple a.content_link span {
    font-size: 1rem;
}

.style-simple a.content_link .icon-download {
    display: block;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

a.icon_bar.icon_bar_small {
    background-color: #39AA48;
    color: #052606 !important;
    transition: all 0.3s ease;
}

a:hover.icon_bar.icon_bar_small {
    color: #fff !important;
}

.showoff-number .quick_fact .number-wrapper {
    font-size: 75px;
    font-weight: 500;
}

.showoff-number .column_quick_fact .title {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 25px;
}

.column.mcb-column.one.column_testimonials {
    margin-bottom: 0;
}

.btn {
    transition: all 0.3s ease;
}

.form input[type="date"], .form input[type="email"], .form input[type="submit"], .form input[type="number"], .form input[type="password"], .form input[type="search"], .form input[type="tel"], .form input[type="text"], .form input[type="url"], .form textarea, .form select {
    font-size: 16px;
}

.form .submit-form-button {
    margin: 0;
}

.form .submit-form-button:hover {
    background-color: #052606;
}

.team-social-icon .icon-wrapper {
    font-size: 20px;
}

.testimonials_slider a.slider_prev, .testimonials_slider a.slider_next {
    top: 50%;
    background-color: transparent;
}

.testimonials_slider a.slider_prev .button_icon i, .testimonials_slider a.slider_next .button_icon i {
    color: #39AA48;
}

blockquote {
    margin-left: 0;
}

@media (max-width: 992px) {
    div.column.one-fourth {
        width: 48%;
    }

    div.column.one-fourth:nth-child(3) {
        clear: left;
    }
}

img.logo-mobile.scale-with-grid.svg {
    width: 30px;
}

.step-guide .number {
    position: absolute;
    left: 0;
    display: inline-block;
    margin-right: 20px;
    color: #fff;
    font-size: 50px;
    vertical-align: middle;
}

@media (max-width: 992px) {
    .step-guide .number {
        font-size: 30px;
    }
}

.step-guide p {
    padding-left: 50px;
    color: #fff;
}

.step-guide .big {
    display: inline-block;
    margin: 0;
    font-weight: 700;
    color: #39AA48;
}

.header-maintitle {
    color: red;
}

a.button.button-inverted.button_size_2.button_js {
    background-color: #fff;
    color: #39AA48;
    border: 1px solid #eee;
}

a.button.button-inverted.button_size_2.button_js:hover {
    background-color: #39AA48;
    color: #fff;
}

#Top_bar a#search_button {
    margin-right: 39px;
    color: #39AA48;
}

@media (max-width: 768px) {
    #Top_bar a#search_button {
        color: #39AA48;
    }
}

#Top_bar a.button.action_button {
    margin-right: 0;
}

#Top_bar .search_wrapper,
#Top_bar .search_wrapper .icon_search,
#Top_bar .search_wrapper input[type="text"] {
    color: #39AA48;
}

.blog_wrapper .image_frame .image_wrapper .mask, .edd_download_image:after {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blog_wrapper div.image_frame.post-photo-wrapper.scale-with-grid.image {
    border: solid 4px #f8f8f8;
}

.blog_wrapper .post-footer {
    background: none;
}