/*
Theme Name: Betheme - Child
Theme URI: https://themes.muffingroup.com/betheme/
Author: MILK
Author URI: https://muffingroup.com/
Description: ViaAfrika Theme
License: Themeforest Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: betheme
Version: 21.2.1
Template: betheme


*/

*{
	padding:0;
	margin:0;	
	box-sizing:border-box;
}

a:hover {
    text-decoration: none!important;
}

/* Text Center */
.text-center,
.btn-center{
	text-align:center;
}

.mgtop30{
	margin-top:30px;
}

.mgtop60{
    margin-top: 60px;
}

.lineheight-small{
	line-height:10px;
}

/* WP Google Maps Icon  */

#wpgmza_map div.ol-marker img{
	width: 20px;
    height: 35px;
    z-index: 9999;
    position: relative;
    display: block;
}

/* Products page popup */

#popmake-36250 .pum-content .wpb_text_column{
	margin-bottom:0px;
}

#popmake-36250 .pum-content .wpb_text_column a.orange-btn{
	position: relative;
    opacity: 1;
    left: unset;
    top: unset;
    display: inline-block;
}


/* Widgter Adjustment */
#woof_widget-3 .widget{
	padding-bottom: 0px;
    margin-top: 0px; 
}

.page-id-105 .float-cart{
	display:none;
}

/* Contact Form - Success */
body .wpcf7 form.sent .wpcf7-response-output{
    border: 2px solid #398B64;
}

body .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
    border: 2px solid #D72426;
}

body:not(.cf7p-message) .wpcf7-not-valid-tip{
    background-color: #D72426;
}
@media (max-width: 768px) {
 body #Header_creative #Top_bar .logo #logo img, body #Header_creative #Top_bar .logo .custom-logo-link img {
        max-height: 70px !important;
        margin: 15px;
        margin-left: 30px;
        width: auto !important;
    }
}

