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

/*** start menu ****/
.fusion-megamenu-holder {
	background-image: linear-gradient(to bottom, rgba(8, 92, 189, 0.9), rgba(70, 64, 178, 0.9));
	box-shadow: 0 -1px 0 rgb(255 255 255 / 15%) inset;
	transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
	background-color: rgb(14 106 206 / 90%)  !important;
	margin-top:25px;
	border-radius:8px;
}
.about_menu ul {
	background-image: linear-gradient(to bottom, rgba(8, 92, 189, 0.9), rgba(70, 64, 178, 0.9));
	box-shadow: 0 -1px 0 rgb(255 255 255 / 15%) inset;
	transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
	background-color: rgb(14 106 206 / 90%)  !important;
}
.about_menu ul li {
	background:transparent !important;
}
.fusion-megamenu .menu-item a {
	height: 100% !important;
    display: flex;
    flex-direction: column !important;
    text-align: center !important;
    padding: 2em 1em !important;
    background-color: rgb(255, 255, 255, 0.1);
    border: solid 1px rgba(242, 242, 245, 0.2);
    border-radius:0.333em;
    font-size:14px !important;
}
.fusion-menu-element-wrapper .fusion-megamenu-wrapper .fusion-megamenu-submenu {
	border:none !important
}
.marketing-item .fusion-megamenu a:hover {
    background-color: rgb(0, 127, 253);
    border-color:#fff;
}
.marketing-item .fusion-megamenu a .fusion-megamenu-icon {
	margin-bottom:10px;
	padding:0 !important;
}
.widget-menu h4{
	font-size: 20px;
    letter-spacing: -0.02em;
    color: #fff;
}
.widget-menu p {
	font-size:12px;
}
.widget-menu > div {
	padding:0 15px !important;
}
.service_menu .awb-justify-title {
	justify-content:left !important;
	color:#fff;
}
.service_menu .fusion-megamenu .menu-item {
	background-color:transparent !important;
	border:none !important;
}
.service_menu .fusion-megamenu .sub-menu {
	padding-left:12px !important;
}
.service_menu .fusion-megamenu .menu-item a {
	background-color: transparent !important;
    border: none !important;
	padding: 5px 17px 0 !important;
    align-items: start !important;
	position:relative;
}
.service_menu .fusion-megamenu .menu-item a:before {
	position: absolute;
    font-family: awb-icons;
    content: "\f105";
    margin-left: -12px;
	color:#fff;
}
.service_menu .fusion-megamenu .menu-item a span {
	text-align:left ;
}
.service_menu .fusion-megamenu-title {
	padding-left:1em !important;
	padding-top:27px !important;
}
.fusion-menu-element-wrapper  .no_label_menue ul ,
.fusion-menu-element-wrapper  .no_label_menue ul {
	margin-top:57px !important;
}
.service_menu .widget_menu_services {
	padding-left:30px !important;
}
.widget_market {
	width:34% !important;
	padding-left:30px !important;
}
.second_col_marketing  {
	width:65% !important;
	margin-top:33px;
}
.fusion-menu-element-wrapper .fusion-megamenu-wrapper  .second_col_marketing ul.sub-menu {
	display:flex !important;
	flex-direction:row !important;
	flex-wrap:wrap;
}
.fusion-menu-element-wrapper:not(.collapse-enabled):not(.submenu-mode-flyout) .fusion-menu-element-list .fusion-megamenu-wrapper .second_col_marketing ul.sub-menu>li.menu-item{
	width:30% !important;
	margin-bottom:20px;
	margin-right:20px;
}
.fusion-menu-element-wrapper.dropdown-carets-yes:not(.collapse-enabled).direction-row.expand-method-hover li.menu-item-has-children:not(.fusion-menu-item-button) ul li>a span {
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
@media screen and (max-width:1024px) {
	#content {
		z-index:9;
	}
	.marketing-item .fusion-megamenu-title {
		margin-top:20px !important;
	}
	.fusion-megamenu-holder{
		margin-top:0 !important;
	}
	.marketing-item .fusion-megamenu .menu-item a {
		justify-content: center !important;
    	align-items: flex-start !important;
	}
}
/*** end menu ****/

/* Start Single blog sidebar */
.sb-sidebar {
	padding-top: 19px;
    background: #2f5497 !important;
    color: #fff;
    text-align: center;
    padding-bottom: 35px;
    padding-left: 10px;
    padding-right: 10px;
}
.sb-sidebar h4 {
	color:#fff !important;
}
.p1-sb,.p2-sb {
	margin-top:0;
	margin-bottom:0;
	color:#fff;
}
.sb-sidebar a {
padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
    color: #fff;
    display: inline-flex;
    background: #0e6ace;
    margin-top: 20px;
	border-radius: 4px 4px 4px 4px !important;
}
.sb-sidebar a:hover {
	background:hsla(var(--awb-color5-h),var(--awb-color5-s),calc(var(--awb-color5-l) - 6%),var(--awb-color5-a)) !important;
	color:#fff !important;
}
/* End Single blog sidebar */

/* start article page */
.page-id-27 h2.blog-shortcode-post-title {
	font-size:40px !important;
}
/* end article page */
/** start search page **/
.search-results h2.blog-shortcode-post-title  {
	font-size:28px !important;
	line-height:35px !important;
}
/* .search-results.fusion-body .fusion-flex-container.fusion-builder-row-3 , */
.search-results.fusion-body .fusion-flex-container.fusion-builder-row-4 {
	padding-top:50px;
}
@media screen and (max-width:767px) {
	.search-results.fusion-body .fusion-flex-container.fusion-builder-row-3 {
		padding-top:20px;
	}
}






.step_two .select-arrow {
top:9px;
}
.step-header {
display: flex;
    align-items: center;
  padding-left:20px;
margin-bottom:25px;
}
.step-header .img-con {
display:flex;
align-items:center;
}
.step-header .img-con img {
max-width:150px;
}
.img-typing {
max-height:50px;
}
.step-header  .step-title {
background: #0e6ace;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
display:none;
}
.step-header  .step-title:before {
content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-right: 26px solid #0e6ace;
    border-bottom: 20px solid transparent;
    margin: 18px 0 0 -25px;
    left: 4px;
}
.step-header  .step-title h3 {
font-size: 20px;
    color: #fff;
width: 240px ;
  animation: typing .5s steps(30);
  overflow: hidden;
    white-space: nowrap;
}
.step_two .step-header .step-title h3{
width:315px;
}
.step_three .step-header .step-title h3{
width:330px;
}
.cf7mls_next.active:before ,
.submit-btn.active:before {
background: #0e6ace;
    border-radius: 6px;
    animation: pulse-border-button 1.5s ease-out infinite;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
}
.cf7mls-btns {
padding-right:3px;
}
@keyframes pulse-border-button {
	0% {
		opacity: 1;
    	transform: translateX(-50%) translateY(-50%) translateZ(0) scaleX(1) scaleY(1);
	}
	100% {
		opacity: 0;
    	transform: translateX(-50%) translateY(-50%) translateZ(0) scaleX(1.1) scaleY(1.65);
	}
}
@keyframes typing {
  from {
    width: 0
  }
}
@media screen and (max-width:767px){
.step-header {
padding-left:0;
}
.step-header .step-title h3 {
max-width:130px;
font-size:16px !important;
    white-space: normal;
}
} 
.form-popup input:not([type="submit"]) {
    height: 30px !important;
    border: 1px solid #0e6ace !important;
margin-bottom:10px;
margin-top:5px;
}
.form-popup select {
border:1px solid #0e6ace !important;
margin-bottom:10px !important;
}
.form-popup .select-arrow {
    background: transparent !important;
    border: none !important;
}
.form-popup label {
font-size:15px;
}
.form-popup textarea {
height:50px !important;
border:1px solid #0e6ace !important;
margin-top:5px;
}
.form-popup .group-field {
    display: flex;
justify-content:space-between;
flex-wrap:wrap;
}
.form-popup .group-field > div {
width:48%;
}
.awb-off-canvas-inner {
border-radius:30px  !important;
max-width:640px  !important;
margin:auto  !important;
}
.off-canvas-content > div {
padding:30px 40px 0  !important;
overflow : visible !important;
}
.awb-off-canvas-inner  #cf7mls-back-btn-cf7mls_step-3  {
margin-top:0 !important;
margin-bottom:0 !important;
}
.off-canvas-close  {
position: absolute !important;
    left: 0;
    max-width: 220px;
    margin-left: auto !important;
    margin-right: 0 !important;
}
@media screen and (max-width:767px) {
.off-canvas-content > div {
    padding: 20px 18px !important ;
}
.off-canvas-content .group-field > div {
width:100%;
}
.awb-off-canvas {
margin-left:10px !important;
margin-right:10px !important;
margin-top:85px !important;
}
.step-box-code.right-two ,
.step-box-code.right-three {
margin-left:0;
}
.step-box-code {
margin-bottom:40px;
}
.off-canvas-close {
margin-right:20px !important;
left:unset !important;
}
}
@media screen and (max-width:360px) {
	.step-header .step-title h3 {
		max-width:93px !important;
	}
}


.woocommerce-shop .catalog-ordering a ,
.woocommerce-shop .catalog-ordering .order-dropdown>li:after ,
.woocommerce-shop .catalog-ordering li.active-view i:before{
    color: #fff !important;
}
.woocommerce-shop .products .featured-image img {
	max-height:188px;
	object-fit:cover;
}
.woocommerce-checkout .wc-block-components-order-summary-item__description h3 {
	line-height:40px;
}