/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 12 2026 | 15:03:24 */
.cont-menu h4 {
    color: #fff;
}
.cont-title-menu-description p {
    color: #f5f5f7;
    font-size: 15px;
}

span.menu-item-description {
/*    color: #fbaf5d !important;*/
	color: #E8E2D9 !important;
    font-style: italic;
    font-size: 12px;
    letter-spacing: 0.5px;
    /* font-weight: 400; */
}
span.menu-item-price {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
p.menu-item-title-p {
    margin-bottom: 0px !important;
} 
/*.cont-menu-item p:not(.menu-item-title-p) {
    display: block !important;
}*/
.cont-menu-item p {

    display: block !important;
}
span.menu-item-title {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 3.52px;
    padding-right: 8px;
    white-space: nowrap;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.cont-menu-item * {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
}
span.menu-line
 {
    height: 3px;
    border-bottom: 1px dotted #fff;
    display: table-cell;
    width: 98%;
    z-index: 1;
    position: relative;
    bottom: 6px;
}































.cont-hidden{
	display:none !important;
}
.cont-menu-item:hover  img{
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.fusion-footer h4 {
    text-transform: uppercase;
}

input#field_cbyv3 {
    border-radius: 10px 10px 10px 10px !important;
    padding: 16px 0px 16px 30px;
    height: 50px !important;
    border-color: #fff !important;
}
div#frm_form_2_container button.frm_button_submit {
    margin-top: 0px !important;
    border-radius: 10px 10px 10px 10px;
    padding: 16px 20px 16px 20px;
    color: #FFFFFF;
    background-color: #000000;
    border: none !important;
    box-shadow: none !important;
}



.custom-btn-transparent-icon {
    padding-left: 0px !important;
}


.custom-testimonials .author span.company-name {
    color: #fff !important;
}
.custom-testimonials .reviews {
    background: #000 !important;
    padding: 30px !important;
    display: block !important;
    border-radius: 10px !important;
    overflow: hidden;
}
.custom-testimonials .author {
    margin-bottom: 30px !important;
    margin-top: 10px !important;
}


.custom-content-boxes .content-container {
    margin-bottom: 0px !important;
}
.custom-content-boxes .content-box-wrapper.content-wrapper-background {
    border-radius: 10px;
    padding: 20px !important;
}



.cont-menu-item:hover .cont-menu-item-img {
    background: #ffba00 !important;
}
.cont-menu-item-description h4 {
    margin-bottom: 10px !important;
}
.cont-menu-item-img {
    background: #171717 !important;
    padding: 30px;
    border-radius: 30px !important;
}

.cont-info-promo * {
    margin-bottom: 10px !important;
}

.cont-promos > .fusion-column-wrapper {
    padding: 30px !important;
    border-radius: 10px !important;
    overflow: hidden;
}

.cont-cat-info p {
    margin-bottom: 10px;
}

.cont-img-left-text-right h5 {
    margin-bottom: 0px !important;
}
.cont-img-left-text-right > .fusion-column-wrapper
 {
    border-radius: 10px;
    overflow: hidden;
    padding: 15px !important;
    padding-bottom: 10px !important;
}


/******* css labels pseudoclass****/
.review.no-avatar {
    background: transparent !important;
}


.text-title-label h1:before {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-right: 20px solid white;
    border-bottom: 30px solid transparent;
    position: absolute;
    right: 0px;
    top: 0px;
    content: "";
}

.text-title-label h1:after {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-left: 20px solid white;
    border-bottom: 30px solid transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
}
.text-title-label h1 {
    background: #67C8C7;
    display: inline-block;
    padding: 5px 40px;
    position: relative;
}


span, strong {
	font-family: inherit !important;
}

/******* css labels pseudoclass****/


.cont-half-padding .fusion-column-wrapper {
    padding: 150px 100px !important;
}

.notitle-gf label.gfield_label {
    display: none !important;
}


.cont-white-text {
color:#fff !important;
}
.cont-white-text a{
color:#fff !important;
}
.cont-white-text h1{
color:#fff !important;
}
.cont-white-text h2{
color:#fff !important;
}
.cont-white-text h3{
color:#fff !important;
}
.cont-white-text h4{
color:#fff !important;
}
.cont-white-text h5{
color:#fff !important;
}
.cont-white-text h6{
color:#fff !important;
}





@media only screen and (max-width: 800px){
span.menu-item-price {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}
	span.menu-line {
    display: none;
}
	span.menu-item-title {
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 3.52px;
    padding-right: 8px;
    white-space: nowrap;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}	
	.cont-menu > .fusion-column-wrapper {
    padding: 30px !important;
}
	
	
	
	
	
	
	
.cont-padding-top-bottom-50 {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
}

.cont-padding-top-50 {
    padding-top: 30px !important;
}

.cont-padding-bottom-50 {
    padding-bottom: 20px !important;
}	
	
.cont-half-padding .fusion-column-wrapper {
    padding: 40px 30px !important;
}

.cont-padding-top-bottom-70{
padding-top:40px !important;
padding-bottom:20px !important;
}
.cont-padding-top-70{
padding-top:40px !important;
}
.cont-padding-bottom-70{
padding-bottom:20px !important;
}


.cont-padding-top-bottom-100{
padding-top:40px !important;
padding-bottom:20px !important;
}
.cont-padding-top-100{
padding-top:40px !important;
}
.cont-padding-bottom-100{
padding-bottom:20px !important;
}


.cont-padding-top-bottom-150{
padding-top:40px !important;
padding-bottom:20px !important;
}
.cont-padding-top-150{
padding-top:40px !important;
}
.cont-padding-bottom-150{
padding-bottom:20px !important;
}


}

@media only screen and (min-width: 800px){
	
	    .cont-menu > .fusion-column-wrapper {
        padding: 100px !important;
    }
	
	
	div#frm_field_7_container, div#frm_field_6_container {
    margin-bottom: 0px !important;
}
.cont-image-left-bottom {
    margin-left: -30px;
    margin-top: 10px !important;
    position: absolute !important;
    /* top: 0px; */
    transform: scale(1.4);
}
.cont-padding-top-bottom-50 {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
}
.cont-padding-top-50 {
    padding-top: 50px !important;
}
	.cont-padding-bottom-50 {
    padding-bottom: 30px !important;
}
	
	
.modal-header {
    padding: 20px 40px;
}


.modal-body {
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-bottom: 40px !important;
}

.cont-padding-top-bottom-70{
padding-top:70px !important;
padding-bottom:50px !important;
}
.cont-padding-top-70{
padding-top:70px !important;
}
.cont-padding-bottom-70{
padding-bottom:50px !important;
}




.cont-padding-top-bottom-100{
padding-top:100px !important;
padding-bottom:80px !important;
}
.cont-padding-top-100{
padding-top:100px !important;
}
.cont-padding-bottom-100{
padding-bottom:80px !important;
}


.cont-padding-top-bottom-150{
padding-top:150px !important;
padding-bottom:130px !important;
}
.cont-padding-top-150{
padding-top:150px !important;
}
.cont-padding-bottom-150{
padding-bottom:130px !important;
}


}