/*
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.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */

a.button {
        color: #3cabf7 !important;
        background: none !important;
        border-width: 1px !important;
        border-style: solid !important;
        border-color: #3cabf7 !important;
        -webkit-border-radius: 25px !important;
        -moz-border-radius: 25px !important;
        border-radius: 25px !important;
        line-height: initial;
}
a.button .button_label {
        
        text-transform: uppercase;
        padding-left: 40px !important;
}
a.button .button_icon {
        padding-left: 0 !important;
        padding-right: 30px !important;
}
.box .column_button {
        margin-bottom: 10px;
}

a.button.button_full_width {
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
}

.box a:hover {
        text-decoration: none;
}
.box .photo_box .image_frame {
        margin-bottom: 0;
}
.box .photo_box .desc {
        background: #245a9f;
        font-size: 16px;
        font-weight: bold;
        padding: 40px;
        margin-top: -1px;
        margin-bottom: 0;
}
.box .photo_box .desc h3 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 0;
}
.box .photo_box a i {
        color: #ffffff;
        font-size: 30px;
}
.box .photo_box .desc, 
.box .photo_box .desc a, 
.box .white .title {
        color: #ffffff;
}
.box .box {
        margin-top: 25px;
        margin-bottom: 0;
}
.box .box h3 {
        color: #ffffff;
        font-size: 16px;
        text-transform: uppercase;
        margin: 30px 0 40px;
}
.box .box a.button {
        border-width: 2px !important;
        border-color: #ffffff !important;
        margin: 0;
}
.box .box a.button .button_label, 
.box .box a.button .button_icon {
        color: #ffffff;
}
.box .box i {
        margin-top: 10px;
        background-position: 50% 0;
        background-repeat: no-repeat;
}
.icon-1 {
        display: block;
        background-image: url(images/icons/icon-1.png);
        height: 48px;
}
.icon-2 {
        display: block;
        background-image: url(images/icons/icon-2.png);
        height: 48px;
}
.icon-3 {
        display: block;
        background-image: url(images/icons/icon-3.png);
        height: 48px;
}
.icon-4 {
        display: block;
        background-image: url(images/icons/icon-4.png);
        height: 48px;
}

.mfn-main-slider {
        /*background-color: #55a3d4;*/
        margin-top: 30px;
        margin-bottom: 30px;
}
.store_locator_plus h2 {
        margin-top: 35px;
        margin-bottom: 15px;
}

#Top_bar #menu {
        background-color: #245a9f !important;
}

body #Top_bar .menu > li > a span:not(.description) {
    padding: 10px 20px;
}

#Top_bar .menu > li ul li a {
        font-size: 15px;
}

#Top_bar .search {
        position: absolute;
        top: 15px;
        right: 0
}
#Top_bar .search input[type="text"] {
        color: #245a9f;
        box-shadow: none;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        margin: 0;
        width: 100%
}
#Top_bar .search form {
        position: relative;
        width: 360px;
}
#Top_bar .search input[type="submit"] {
        color: #d5d5d5;
        background: none;
        text-transform: uppercase;
        position: absolute;
        top: 0;
        right: 0;
        margin: 0
}
#Top_bar.is-sticky .top_bar_left {
        background: #245a9f !important;
}
#Top_bar.is-sticky .search {
        top: 10px;
        right: 10px;
        width: 230px
}
#Top_bar.is-sticky .search form {
        width: auto
}

.post_wrapper .grid .post-desc-wrapper .post-desc {
        position: relative;
        min-height: 380px;
        border: 1px solid #3cabf7;
        padding: 30px 50px 0;
        text-align: center;
}
.post_wrapper .grid .post-desc-wrapper .post-excerpt {
        text-align: justify;
}
.post_wrapper .grid .post-desc-wrapper .post-footer {
        position: absolute;
        bottom: 0;
        left: calc(50% - 70px);
}

/* > 1240 ------------------------------------------------------------------------------------------------------------- > 1240 */
@media only screen and (min-width: 1240px)
{
        #Top_bar .menu_wrapper {
                background: #245a9f;
        }
}

/* #Tablet (Portrait) & Mobile < 768 ------------------------------------------------------- #Tablet (Portrait) & Mobile < 768 */
@media only screen and (max-width: 767px) 
{
        #Top_bar .search {
                clear: left;
                position: static
                
        }
        #Top_bar .search form {
                margin: 10px 75px;
                width: calc(100% - 150px)
        }
}

body .column_column ul.ul-list--clear {
    list-style: none;
    margin: 25px 0 25px 5px;
}


.form--contact {
    margin-top: 30px;
    max-width: 600px;
}

.form--contact label {
    font-weight: 400;
    font-size: 15px;
}

.form--contact .form__submit {
    margin-top: 10px;
    text-align: right;
}

.form--contact span.wpcf7-form-control-wrap .wpcf7-date,
.form--contact span.wpcf7-form-control-wrap .wpcf7-quiz,
.form--contact span.wpcf7-form-control-wrap .wpcf7-number,
.form--contact span.wpcf7-form-control-wrap .wpcf7-select,
.form--contact span.wpcf7-form-control-wrap .wpcf7-text,
.form--contact span.wpcf7-form-control-wrap .wpcf7-textarea {
    border-radius: 4px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid #ebebeb;
}

.form--contact .wpcf7-not-valid {
    border: 1px solid #ffb900 !important;
}

.form--contact .notice + p {
    margin-bottom: 10px;
}

.form--contact .form__submit {
    position: relative;
}

.form--contact .wpcf7-spinner {
    position: absolute;
    left: 0;
    top: 7px;
    margin: 0;
}

.form--contact .wpcf7-submit {
    margin-right: 0;
    border-radius: 4px !important;
}

.form--contact .form__legend {
    font-size: 13px;
}

.form--contact .wpcf7 form .wpcf7-response-output,
.form--contact .wpcf7 form.invalid .wpcf7-response-output,
.form--contact .wpcf7 form.unaccepted .wpcf7-response-output,
.form--contact .wpcf7 form.payment-required .wpcf7-response-output {
    margin: 0 0 10px;
    font-size: 13px;
    text-align: center;
    border-radius: 4px;
    line-height: 1.4;
}

.form--contact .wpcf7 form.invalid .wpcf7-response-output {
    background: #ffb900;
    color: #fff;
}

.form--contact .wpcf7 form.sent .wpcf7-response-output {
    background: #46b450;
    color: #fff;
}

.form--contact .wpcf7-list-item {
    margin: 0;
}

.form--contact .wpcf7-list-item-label {
    font-size: 13px;
}

.icon--contact-form {
    width: 18px;
    height: auto;
    float: left;
    margin: 0 8px 0 0;
}

.logo-main.scale-with-grid {
    width: 303px;
    height: 46px;
}

.logo-sticky.scale-with-grid {
    width: 35px;
    height: 35px;
}

.avwp-av img {
    width: 303px;
    height: 46px;
}

.zoom_box .desc .desc_img img {
    max-width: 30% !important;
    max-height: 65px !important;
}

.store_locator_plus #slp_bubble_img {
    margin-left: 20px;
}

@media only screen and (min-width: 1240px) {
    html #map .slp_info_bubble  {
        min-width: 450px;
    }
}

html #map .sl_info_bubble_main_image {
    max-width: 200px;
    max-height: 60px;
    min-height: 50px;
    width: auto;
    height: auto;
}

.btn.btn-link {
    color: #3a3a3a;
    background: transparent;
}
