/*
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.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */

body:not(.template-slider) #Header,
div#Top_bar {
    display: none;
}

.hp_topblock {
    background: white;
    box-shadow: inset -20px 0 #f8f8f8, 0 -10px 0 #f8f8f8;
    padding: 20px 40px 20px 20px;
}

    .hp_topblock h4 {
        line-height: 30px;
        font-size: 20px;
        border-bottom: 8px solid black;
        padding-bottom: 26px;
        margin-bottom: 38px;
    }

.page-homepage #Wrapper,
.page-homepage #Content {
    background: #f8f8f8;
}

#ma-navigation .nav-header .logo-container > a {
    vertical-align: -webkit-baseline-middle;
}

.page-homepage #Content {
    padding-top: 0;
}


.bg-white {
    background: white;
}

div.no-margin, div.no-margin .vc_single_image-wrapper {
    margin: 0;
}

.page-homepage .sociallpform input[type=text],
.page-homepage .sociallpform input[type=text]:active,
.page-homepage .sociallpform input[type=text]:focus {
    float: left;
    background: transparent !important;
    color: white;
}

    .page-homepage .sociallpform input[type=text]::placeholder {
        color: white;
    }

.sociallpform {
    position: relative;
}

    /*.sociallpform::after {
        content: "";
        height: 1px;
        width: 40px;
        background: white;
        display: block;
        position: absolute;
        left: 168px;
        top: 20px;
    }

    .sociallpform::before {
        content: "";
        display: block;
        position: absolute;
        left: 205px;
        top: 18px;
        width: 0;
        border: 0 solid white;
        border-left-width: 3px;
        border-top-width: 3px;
        height: 0;
        border-bottom: 3px solid transparent;
        border-right: 3px solid transparent;
        transform: rotate(136deg);
    }*/
body.new-nav {
    padding-top: 107px !important;
}
.page-homepage form.sociallpform {
    min-width: 240px;
    max-width: 300px;
    width: 50%;
    display: block;
    position: relative;
}

.page-homepage .sociallpform input[type=submit] {
    background: transparent;
    color: transparent;
    font-size: 47px;
    float: left;
    line-height: 6px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    height: 46px;
    z-index: 5;
}

.page-homepage .sociallpform input[type=text] {
    width: 100%;
}

.hp_middle_slider .tp-bullets {
    top: 64% !important;
    transform: matrix(1, 0, 0, 1, 0,0) !important;
}

@media(max-width: 777px) {
    .hp_top_slider .tp-bullets {
        top: 40% !important;
        transform: matrix(1, 0, 0, 1, 20,0) !important;
    }
}


.devenv:before {
    display: block;
    background: green;
    color: white;
    height: 20px;
    line-height: 20px;
    text-align: center;
    content: "DevEnv";
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100000;
    box-shadow: 0 0 3px gray;
    text-shadow: 2px 2px 1px black;
}

.can_see_auction_prices .hidePrem {
    display: none;
}

.not_can_see_auction_prices .show_me_on_premium {
    display: none;
}
