/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0
*/


/****************************************************************
 
-------------------------- GENERAL ------------------------------
 
****************************************************************/ 


/* -- ***** Anti alias all the text 
---------------------------------------------------------------*/ 

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



/****************************************************************
 
----------------------------- FOOTER ---------------------------
 
***************************************************************/  

.footer-logo-container img {
    max-width: 140px;
}

#Footer .footer_copy .one {
    margin-bottom: 0;
    padding-top: 10px;
}

.footer-copy-center #Footer .footer_copy #back_to_top {
    margin: -10px 0 0;
}


/****************************************************************
 
--------------------- GENERAL Theme Eelements -------------------
 
***************************************************************/


.testimonials_list .item .desc .subtitle {
    color: #f46110;
} 

.cf7-container {
    color :#fff;
}

.cf7-container input[type=date], .cf7-container input[type=email], .cf7-container input[type=number], .cf7-container input[type=password], .cf7-container input[type=search], .cf7-container input[type=tel], .cf7-container input[type=text], .cf7-container input[type=url], .cf7-container select, .cf7-container textarea, .cf7-container .woocommerce .quantity input.qty, .cf7-container .wp-block-search input[type=search], .cf7-container .dark input[type=email], .cf7-container .dark input[type=password], .cf7-container .dark input[type=tel], .cf7-container .dark input[type=text], .cf7-container .dark select, .cf7-container .dark textarea {
  border-color: #BD1622 !important;
}

.page-id-102 #Top_bar .top_bar_right .action_button {
	display:none;
}


#home-banner-video iframe {
	opacity: 1 !important;
}

#Side_slide .action_button, .action_button:hover {
    background-color: #BD1622
}


.button-round input[type="submit"] {
	  background-color: #BD1622 !important;
	    font-size: 16px;
    font-weight: 500;
    margin-right: 0;
    min-width: 224px;
}


 span.elementor-icon-list-icon > svg > circle {
    stroke: #BD1622 !important;
}

/****************************************************************
 
---------------------- Default HTML constructs -----------------
 
***************************************************************/

ol,
ul {
        list-style-position: inside;
}