/*
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
-------------------------------------------------------------- */

.section-bg {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    object-fit: cover;
}

section.wysiwyg {
	position: relative;
}

section.wysiwyg .wysiwyg__content {
	text-align: center;
    padding: 150px 0;
    max-width: 480px;
    margin: 0 auto;
   	display: flex;
    flex-direction: column;
    gap: 20px;
}

section.wysiwyg .wysiwyg__content h1 {
	color: #FFFFFF;
    font-family: "Patua One";
	font-weight: normal;
	font-size: 50px;
    line-height: 1;
}
section.wysiwyg .wysiwyg__content p {
font-family: Roboto;
font-weight: normal;
font-size: 16px;
text-align: center;
color: #f2f2f2;
}

section.wysiwyg .wysiwyg__content .btn {
font-family: Roboto;
font-weight: bold;
font-size: 22px;
text-align: center;
color: #fff;
border-radius: 5px;
background: #fb6103;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
padding: 10px;
text-decoration: none;
}

section.wysiwyg .wysiwyg__content .btn:hover {
background: #fff;
color: #fb6103;
}

.text-center {
	text-align: center;
}

.wysiwyg.bg-white {
	padding: 60px 0;
}

.wysiwyg.bg-white .row {
    display: flex;
    flex-wrap: wrap;
    max-width: 600px;
    margin: 0 auto;
    gap: 20px;
}

.wysiwyg.bg-white .row .col-lg-12 {
	width: 100%;
}

.wysiwyg.bg-white .row .col-sm-6 {
	width: calc(50% - 10px);
}

.wysiwyg.bg-white a {
    color: #626262;
    text-decoration: none;
    font-weight: bold;
}

.wysiwyg.bg-white a:hover {
    color: #FB6103;
}