/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
/* Make the form a 2-column grid */
ul.cont_form_style {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}
ul.cont_form_style p {
    margin-top: 0;
    margin-bottom: 0px;
}
ul.cont_form_style textarea {
    height: 100px;
}
/* Remove default <li> spacing */
ul.cont_form_style > li {
  margin: 0;
}

/* Full width fields */
ul.cont_form_style > li:nth-child(5), ul.cont_form_style > li:nth-child(6)  /* Message */ {
  grid-column: 1 / -1;
}

/* Make inputs full width */
ul.cont_form_style input,
ul.cont_form_style select,
ul.cont_form_style textarea {
  width: 100%;
  box-sizing: border-box;
}

/* Optional: improve mobile layout */
@media (max-width: 768px) {
  ul.cont_form_style {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 801px) and (max-width: 930px){
	ul.cont_form_style {
    grid-template-columns: 1fr;
  }
}
.strong-view.wpmtst-default .wpmtst-testimonial-inner {
    border: 0px solid #FFFFFF !important;
    padding: 20px !important;
}
.strong-view.wpmtst-default .wpmtst-testimonial-field {
    text-align: center !important;
}
.testimonial-name {
	font-size:20px;
	font-weight:600;
}
.strong-view.wpmtst-default div {
    text-align: center;
}
.wpmtst-testimonial-inner {
    border-radius: 10px;
}
.strong-view.wpmtst-default .wpmtst-testimonial {
    border: 0px solid #E6E6E6 !important;
}
.strong-grid {
  justify-content: flex-start !important;
  gap: 20px !important;
}

.strong-view.controls-style-buttons .wpmslider-start, .strong-view.controls-style-buttons .wpmslider-stop, .strong-view.controls-style-buttons .wpmslider-next, .strong-view.controls-style-buttons .wpmslider-prev {
    display: inline-block;
    color: #ffffff !important;
    cursor: pointer;
    font-size: 20px;
    line-height: 45px !important;
    width: 45px !important;
    height: 45px !important;
    text-align: center !important;
    transition: all 0.2s ease;
    background-color: #fab505 !important;
    border-radius: 5px !important;
}
.strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before {
    width: 30px !important;
    background: #1a1a1a !important;
    height: 30px !important;
    top: 6px !important;
}
.strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before {
    background: #1a1a1a !important;
    width: 30px !important;
    height: 30px !important;
    top: 6px !important;
}
@media screen and (max-width: 600px) { 
.strong-view.controls-type-sides-outside {
  padding: 0 20px !important;
}
	.strong-content.strong-grid.columns-3 .wpmtst-testimonial {
  width: 100% !important;
}
}
@media only screen and (min-width: 601px) and (max-width: 900px){
	.strong-content.strong-grid.columns-3 .wpmtst-testimonial {
  width: 48% !important;
}
}
.content_BX .heading, .content_BX .content-container {
	margin-bottom:0px !important;
}
.content_BX .content-wrapper-background {
	padding: 30px !important;
}
.content_BX .content-box-column {
	margin-bottom:30px !important;
}
@media screen and (max-width: 800px) { 
	.top_header .fusion-flex-justify-content-flex-start {
		justify-content: center !important;
	}
	.top_header .fusion-flex-justify-content-flex-end {
	  justify-content: center !important;
	}
}
@media only screen and (min-width: 801px) and (max-width: 870px){
	.top_contact .awb-menu__main-li {
		margin-left: calc(20px/ 2);
		margin-right: calc(20px/ 2);
	}
}
@media only screen and (min-width: 801px) and (max-width: 1100px){
	.top_contact .awb-menu__main-ul {
		justify-content: end !important;
	}
}
@media (max-width: 800px) {
	.title_Fsize h1{
		font-size: 36px!important;
	}
	.text_Fsize p {
		font-size: 20px!important;
		line-height: 1.5;
	}
	#home_slide .fusion-button {
		margin-left:0px;
		margin-right:20px;
	}
	#home_slide .home_slide_content .fusion-layout-column, #home_slide .home_slide_content_col .fusion-layout-column {
		margin-bottom:0px;
	}
}
@media only screen and (min-width: 531px) and (max-width: 870px){
	#home_slide .home_slide_content_col .fusion-layout-column {
		width: 33.333333333333%;
	}
}
