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

.sm-language-switcher {
    list-style: none;
    display: flex;
    padding: 0;
    border: 0;
    margin: 0 15px;
}
.sm-language-switcher li{
    position: relative;
    font-size: 14px;
    color: var(--awb-color6);
}
.sm-language-switcher li:not(:last-child){
    margin-right: 10px;
}
.sm-language-switcher li a {
    text-decoration: none;
}

.sm-language-switcher li::after {
    content: "";
    display: block;
    left: 0;
    bottom: 0px;
    height: 2px;
    position: absolute;
    margin: 0;
    background-color: var(--awb-color6);
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}
.sm-language-switcher li.active::after,
.sm-language-switcher li:hover::after {
    width: 100%;
}


::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px !important;
    height: 6px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    background: var(--awb-color2) !important;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    background: var(--awb-color7) !important;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1) !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    background: transparent !important;
    border: 0px solid #f2f3f5;
    border-left-width: 1px;
    border-right-width: 1px;
}
::-webkit-scrollbar-thumb:window-inactive {
    background: var(--awb-color7) !important;
}
::-webkit-scrollbar-thumb:hover {
    background: var(--awb-color5) !important;
}
.awb-instagram-element .instagram-post span.instagram-icon{
	display:none !important;
}
.awb-instagram-element .instagram-post span.instagram-icon.awb-icon-carousel:before {
    content: unset !important;
}
.sm-top-line{
    position:relative;
}
.sm-top-line::before{
    content:"";
    display:block;
    position: absolute;
    left:0;
    top: -11px;
    height: 3px;
    width: 45px;
    background-color: #C6C6C6;
}
.fusion-social-links .fusion-social-networks .fusion-social-networks-wrapper{
    margin: 0px !important;
    display: flex;
    align-items: center;

}
.fusion-social-links .fusion-social-networks .fusion-social-networks-wrapper .fusion-social-network-icon{
    margin: 0px 3px !important;
}
.fusion-social-links .fusion-social-networks .fusion-social-networks-wrapper .fusion-social-network-icon:first-child{
    margin-left:0px !important;
}


.fusion-tb-header [id^="menu-main-menu"] > li:not(.fusion-menu-item-button) > a span:first-child::after {
    content: "";
    display: block;
    left: 0;
    bottom: -6px;
    height: 2px;
    position: absolute;
    margin: 0;
    background-color: var(--awb-color6);
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}

.fusion-tb-header [id^="menu-main-menu"] > li:not(.fusion-menu-item-button).current-menu-item > a span:first-child::after, 
.fusion-tb-header [id^="menu-main-menu"] > li:not(.fusion-menu-item-button):active > a span:first-child::after, 
.fusion-tb-header [id^="menu-main-menu"] > li:not(.fusion-menu-item-button):focus > a span:first-child::after, 
.fusion-tb-header [id^="menu-main-menu"] > li:not(.fusion-menu-item-button):focus-within > a span:first-child::after, 
.fusion-tb-header [id^="menu-main-menu"] > li:not(.fusion-menu-item-button):hover > a span:first-child::after {
    width: 100%;
}
#top-bar a[href^="mailto:"]{
    font-size: 12px;
}

h1 strong, h1 bold{
    font-weight: 300 !important;
}
h2 strong, h2 bold{
    font-weight: 500 !important;
}


.wpcf7-form,
.sm-form-actions{
    position:relative;
}
.sm-form-group{
display: flex;
justify-content: space-between;
}

.wpcf7-form textarea{
    resize:none !important;
}

.wpcf7-form .wpcf7-response-output{
    position: absolute !important;
    width:100% !important;
}
.wpcf7 h2.sm-form-title{
    margin-bottom: 20px !important;
}
.sm-form-field{
    margin-bottom:15px;
}
.sm-form-group .sm-form-field{
    width: 48%;
}
.sm-form-field.product-info h4,
.sm-form-field.product-info h3,
.sm-form-field.product-info span{
    display:block;
}
.sm-form-field.product-info h4,
.sm-form-field.product-info h3{
    margin:0 !important;
}
.sm-form-field.product-info h3{
    font-size: 16px;
    padding-bottom: 5px;
}
.sm-form-field.product-info h4{
    font-size: 20px;
    font-weight: 500;
}

.sm-form-captcha .wpcf7-form-control-wrap {
        text-align: center;
}
.sm-form-captcha .captcha-image svg,
.sm-form-captcha .captcha-image {
    border: 0px !important;
    padding: 0px !important;
}
.sm-form-captcha .captcha-image .cf7ic_instructions {
    font-family: inherit;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 15px;
}


.sm-form-captcha .captcha-image .cf7ic_instructions span,
.sm-form-captcha .captcha-image svg {
    color: var(--awb-color6) !important;
}
.sm-form-captcha .captcha-image label,
.sm-form-captcha .captcha-image svg {
    width: 20px !important;
    height: 20px !important;
}
.sm-form-captcha .captcha-image label {
    max-width: 20px;
    margin-right: 15px;
}
.sm-form-actions input[type="submit"], .sm-form-actions button[type="reset"]{
   padding: 8px 25px !important;
    font-size: 14px !important;
    line-height: 12px !important;
}
.sm-form-actions input[type="submit"]{
    margin-right:10px !important;
}
.sm-form-field .wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    bottom: -34px;
    font-size: 13px;
}

.sm-form-captcha .wpcf7-not-valid-tip {
    font-size: 13px;
    display: block !important;
}

#sm_contacts_info{
    height:425px !important;
}

.sm-form-actions{
        padding-left: 40px;
    width: 253px;
        line-height: 0;
        display:flex;
        align-items: flex-start
}
.sm-form-captcha{
    flex:1;
}
.sm-form-actions .wpcf7-spinner {
        position: absolute;
    left: 5px;
    top: 4px;
    margin: 0 !important;
}
.sm-form-captcha .captcha-image label:last-child{
    margin-right: 0px;
}
.sm-form-captcha  .wpcf7-form-control{
    display:block;
    line-height: 0;
}







.fusion-image-element .fusion-imageframe{
display:block !important;
}


.flexslider{
    margin-bottom: 30px !important;
    z-index: 1;
    overflow: unset !important;
}
.flexslider .flex-control-nav {
    top: 100%!important;
	bottom: auto !important;
	margin-top: 15px !important;
}

.flexslider .flex-control-nav li {
    margin: 0 3px !important;
}

.flexslider .flex-control-paging li a{
    box-shadow: unset !important;
    border-radius: unset !important;
    background: var(--awb-color3) !important;
        width: 9px !important;
    height: 9px !important;
}

.flexslider .flex-control-paging li a.flex-active{
    background: var(--awb-color5) !important;
}

.flexslider .slide-content-container .heading {
    margin: 0 0 10px !important;
}
.flexslider .slide-content-container .tfs-button-1,
.flexslider .slide-content-container .tfs-button-2 {
    margin-top: 6% !important;
    padding: 0 !important;
}
.flexslider .flex-direction-nav{
    display:none !important;
}


@media only screen and (max-width: 800px){
	#about-home .fusion-layout-column{
		--awb-width-medium:100% !important;
		--awb-spacing-right-medium: 1.92% !important;
		--awb-spacing-left-medium: 1.92% !important;
	}
	#about-home .fusion-empty-dims-img-placeholder.fusion-no-medium-visibility{
	 display:block !important;
	} 
}

@media only screen and (max-width: 800px){
	
	#contacts-wrapper .fusion-layout-column{
		--awb-width-medium:100% !important;
		--awb-spacing-right-medium: 1.92% !important;
		--awb-spacing-left-medium: 1.92% !important;
		order: 1;
	}
	#sm_contacts_info{
	    margin-bottom:60px !important;
    height:auto !important;
    order: 0 !important;
}	
.sm-form-group{
        flex-direction: column;
    align-items: center;
}
.sm-form-group .sm-form-field {
    width: 100%;
}
.sm-form-actions{
        padding-right: 40px;
    width: 293px;
    margin-top: 30px;
}
.sm-form-actions input[type="submit"] {
    margin-right: 20px !important;
}
}



@media only screen and (max-width: 380px){
	.awb-instagram-element{
		--awb-sm-column-width:100% !important;
	}
   .fusion-gallery{
       --awb-columns-small: 100% !important;
   }
}
