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

/* footer widget area style */
.fusion-footer .fusion-footer-widget-area-center .fusion-widget-area {
	margin-top:-75px;
}

.fusion-footer .fusion-footer-widget-area-center .fusion-widget-area #media_image-2 img {
	border-radius: 50%;
	border:5px solid #eeeeee;
}

/* about us page award style */
.fusion-content-boxes.fusion-columns-1 .fusion-column {
	margin-bottom:0px!important;
}

/* contect form styles */
.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}

.frmCn label {
    line-height: 40px;
    flex-shrink: 0;
    width: 80px;
    font-size: 12px;
    text-align: right;
    padding: 0 15px 0 0;
}

.frmCn {
    display: flex;
    margin: 10px 0;
}

