/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 


a.fl-button {
    padding: 15px 30px !important;
    border-radius: 5px !important;
}

button.fl-menu-mobile-toggle.hamburger {
    background: #810020;
    color: #fff;
    font-size: 10px !important;
    width: 40px;
    height: 40px;
    padding: 0 !important;
    border-radius: 5px;
}

.i4ewOd-pzNkMb-haAclf {
    display: none!important;
}

button.fl-menu-mobile-close {
    width: 40px;
    height: 40px !important;
    margin: 10px !important;
    border-radius: 5px !important;
    padding: 0 !important;
}

.header-custom a.fl-button {
    min-width: 180px;
    text-align: center;
}

.banner-sec h2.fl-heading span.fl-heading-text {
    border-bottom: 3px solid #fff;
    padding-bottom: 5px;
    display: inline-block;
}

.about-section .about-content .fl-col-group {
    border: 1px solid #000;
    border-radius: 5px;
    margin-right: -5px;
    display: flex !important;
	width:95%;
    flex-wrap: wrap;
    padding: 12px 20px !important;
    justify-content: space-between;
    gap: 10px;
}

.fl-page {
    overflow-x: hidden;
}

.about-section .about-content .fl-callout {
    display: flex !important;
    align-items: center;
}

.about-section .about-content .fl-callout .fl-callout-photo {
    display: flex !important;
    padding: 0 !important;
    width: auto !important;
    margin: 0 !important;
}

.about-section .about-content .fl-callout p {
    padding: 0 !important;
    padding-left: 15px !important;
}

.about-section .about-content .fl-col-group .fl-col {
    width: max-content !important;
}

.about-section .about-content .fl-callout-content {
    width: fit-content !important;
}

.about-section .about-content .fl-col-group::before, .about-section .about-content .fl-col-group::after {
    display: none;
}

.location-section .fl-col-group .fl-button-group-button {
    padding: 0px 0px 0px 0px !important;
    width: 50%;
}

.location-section .fl-col-group .fl-button-group-button a.fl-button {
    font-size: 16px !important;
    padding: 14px 10px !important;
}

.small-heading span.fl-heading-text {
    border-bottom: 2px solid #636363;
}

span.fl-heading-text span {
    color: #636363;
}

.small-heading.white span.fl-heading-text {
    border-color: #fff;
}

.social-icon {
    margin-left: 10px;
}

.social-icon .fl-col-content {
    display: flex;
}

.social-icon .fl-col-content .fl-photo {
    margin: 0 !important;
}

.social-icon .fl-col-content .fl-module-content {
    margin: 10px !important;
}

.social-icon .fl-col-content img {
    width: 18px;
}

.offer {
    background: url(https://velocitymediadesign.com/emigrantstorage/wp-content/uploads/2024/06/Coupon01.png) !important;
    background-size: 100% 100% !important;
    padding: 20px;
}

.offer.bg-2 {
    background: url(https://velocitymediadesign.com/emigrantstorage/wp-content/uploads/2024/06/Coupon02.png) !important;
    background-size: 100% 100% !important;
}

.offer .inner-box {
    display: flex;
}

.offer .inner-box .off-box h2 {
    font-size: 120px;
    font-weight: 400;
    color: #fff;
    line-height: 120px;
}

.offer .inner-box .off-box {
    width: 50%;
}

.offer .inner-box .mega-box h3 {
    color: #fff;
    font-weight: 400;
    font-size: 60px;
    line-height: 48px;
    padding: 10px 0px 0;
    margin: 0;
}

.offer .inner-box .mega-box h3 span {
    display: block;
    font-size: 40px;
}

.offer .inner-box .mega-box {
    width: 50%;
}

.offer .inner-box .mega-box p {
    color: #fff;
}

.offer .inner-box .mega-box .button {
    padding: 15px 40px;
    display: block;
    border-radius: 5px;
    background: #800020;
    color: #fff;
    font-weight: 500;
    margin: 110px 0 0 auto;
    width: max-content;
    text-decoration: none;
    transition: 1s;
}

.offer .inner-box .off-box span.off::before {
    content: "";
    background: #636363;
    width: 100px;
    height: 50px;
    display: block;
    position: absolute;
    z-index: -1;
    transform: skewX(-30deg);
    right: 10px;
    top: -2px;
}

.offer .inner-box .off-box span.off {
    color: #fff;
    position: relative;
    z-index: 9;
    margin-left: auto;
    display: block;
    width: 120px;
    text-align: center;
    margin-top: 60px;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
}

.tab-section .fl-tabs-panels {
    border: none !important;
}

.tab-section .fl-tabs-panels .fl-tabs-panel-content {
    padding: 0 0 0 40px !important;
}

.tab-section .fl-tabs-panels img.alignnone {
    margin: 0 !important;
}

.tab-section .fl-tabs .fl-tabs-labels .fl-tabs-label {
    border: 2px solid #636363 !important;
    border-radius: 5px !important;
    margin-bottom: 20px !important;
    text-align: center;
    font-weight: bold;
    padding: 17px 10px !important;
    transition: 1s;
}

.tab-section .fl-tabs .fl-tabs-labels .fl-tabs-label.fl-tab-active {
    border-color: #800020 !important;
}

.tab-section .fl-tabs .fl-tabs-labels .fl-tabs-label:hover {
    background: #800020 !important;
    border-color: #800020 !important;
    color: #fff;
}

a.fl-button:hover {
    background: #636363 !important;
    border-color: #636363 !important;
}

.testimonial-section .wpmtst-testimonial-image {
    max-width: 150px;
    margin: 0 auto 15px;
}

.testimonial-section .testimonial-inner p {
    text-align: center;
    color: #fff;
    margin: 10px 0 10px;
}

.testimonial-section .wpmtst-testimonial-field {
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.testimonial-section .wpmslider-controls {
    padding-bottom: 0 !important;
}

.testimonial-section .wpmslider-controls a.wpmslider-pager-link.active::before {
    background: #fff !important;
}

.testimonial-section .wpmslider-controls a.wpmslider-pager-link::before {
    width: 12px !important;
}

.fl-button-group-button + .fl-button-group-button  a.fl-button:hover {
    background: #800020 !important;
    border-color: #800020 !important;
}

a.fl-button {
    transition: 1s !important;
}

a.btn {
    background: #800020;
    color: #fff;
    font-weight: 600;
    padding: 14px 35px;
    transition: 1s;
}

a.btn:hover {
    background: #636363;
    color: #fff;
}

.offer .inner-box .mega-box .button:hover {
    background: #636363;
}

.location-section .fl-col-group .fl-button-group-button .fl-button-wrap {
    display: block !important;
}

.location-section .fl-col-group .fl-button-group-button a.fl-button i {
    font-size: 14px !important;
}

.location-section .fl-button-group-buttons {
    gap: 10px !important;
    flex-direction: initial !important;
    flex-wrap: nowrap !important;
}

.location-section .fl-module-list .fl-list {
    display: block;
    gap: 10px;
    flex-wrap: wrap;
}

.location-section .fl-module-list .fl-list i.fl-list-item-icon {
    width: auto !important;
}


/* Responsive css */

@media (max-width:1199px) {
	
.offer {
    max-width: 480px;
    margin: 0 auto;
}
	
.offer .inner-box .off-box span.off {
    margin-top: 50px;
}
	
.offer .inner-box .mega-box .button {
    margin: 70px 0 0 auto;
}
	
.offer .inner-box .mega-box h3 span {
    font-size: 30px;
}
	
.offer .inner-box .mega-box h3 {
    font-size: 48px;
    line-height: 36px;
}
	
.offer .inner-box .off-box h2 {
    font-size: 80px;
    line-height: 80px;
}

}

@media (max-width:767px) {
	
.fl-tabs-vertical .fl-tabs-label {
    border: 2px solid #810020 !important;
    margin-bottom: 10px !important;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
}

.fl-tabs-panel {
    border: none !important;
}
	
.offer-section img.fl-photo-img {
    max-width: 40px;
}
	
.offer .inner-box .off-box span.off {
    margin-top: 50px;
    width: 100px;
    font-size: 21px;
}
	
.offer .inner-box .off-box span.off::before {
    width: 80px;
    height: 40px;
}
	
.offer .inner-box .mega-box .button {
    margin: 60px 0 0 auto;
    padding: 12px 25px;
}
	
.offer .inner-box .mega-box h3 span {
    font-size: 24px;
}
	
.offer .inner-box .mega-box h3 {
    font-size: 36px;
    line-height: 28px;
}
	
.offer .inner-box .off-box h2 {
    font-size: 64px;
    line-height: 64px;
}
	
.tab-section .fl-tabs-panels .fl-tabs-panel-content {
    padding: 10px 0px 20px !important;
}
	
.about-section .about-content .fl-col-group img.fl-photo-img {
    width: 18px;
}

.about-section .about-content .fl-callout p {
    padding-left: 5px !important;
}
	
.about-section .about-content .fl-col-group {
    margin: 0 !important;
    width: calc(100% - 30px);
    padding: 10px !important;
}

.about-section .about-content .fl-callout {
    justify-content: center;
}
	
.fl-col-small:not(.fl-col-small-full-width) {
    max-width: 100%;
}

footer.fl-builder-content ul.menu li a {
    text-align: center;
    display: block;
}

.social-icon {
    margin: 0 !important;
}

.social-icon .fl-col-content {
    justify-content: center;
}
	
.fl-col-small:not(.fl-col-small-full-width) {
    max-width: 100%;
}

.header-btn {
    position: fixed !important;
    background: #fff;
    bottom: -2px;
    left: 0;
    z-index: 999;
}

.header-btn .fl-col-content {
    display: flex;
    flex-direction: inherit !important;
    border: none !important;
    gap: 5px !important;
    padding-top: 10px !important;
}

.header-btn .fl-col-content a.fl-button {
    width: 100% !important;
    border-radius: 0px !important;
}

.header-btn .fl-col-content .fl-module-content {
    margin: 0 !important;
}

}

