/*
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
*/
.fusion-footer-widget-column {
    margin-bottom: 0;
}
 
p {
	line-height: 1.3em; font-size: 16px;
}


div#header {
    border-radius: 15px !important;
    width: 90%;
    margin: 0 auto;
    border: 2px solid #efefef;
    box-shadow: 2px 6px 13px -1px rgba(0,0,0,0.22) !important;
}

div#header .fusion-column-wrapper {
    padding: 30px !important;
}

.fusion-social-networks-wrapper {
    text-align: right;
}

 
.header-content {
    margin-left: -130px;
}
 
#header-three{
	    background: #efefef;
box-shadow: 9px 7px 13px -1px rgba(0,0,0,0.22) !important;
 	border: 2px solid #efefef;
border-radius: 0px 15px 15px 0px !important;
-moz-border-radius: 0px 15px 15px 0px !important;
-webkit-border-radius: 0px 15px 15px 0px !important;
}
.header-two {
    background: #efefef;
box-shadow: 9px 7px 13px -1px rgba(0,0,0,0.22) !important;
 	border: 2px solid #efefef;
border-radius: 15px 0px 0px 15px !important;
-moz-border-radius: 15px 0px 0px 15px  !important;
-webkit-border-radius: 15px 0px 0px 15px  !important;

}
.header-img {
    padding: 10px;
}
.fusion-logo {
    display: none !important;
}
.top_mob {
    float: left;
	    font-weight: 600;
}
.top_mob p{
	font-size:30px;
	color: #74c5da;
}
a.fusion-icon.fusion-icon-sliding-bar {
    display: none !important;
}
.zayvka span {
    font-size: 20px;
    background: #74c5da;
    border-radius: 21px;
    padding: 13px;
    color: #fff;
	transition:0.6s;
}
.zayvka span:hover {
    background: #6239bd;
}


@media screen and (max-device-width:480px){
.top_mob p {
    font-size: 29px;
    color: #74c5da;
    margin: 0;
    position: absolute;
    bottom: 2px;
    right: 42px;
}
}

