/*
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
*/
/*LOGO*/
img.fusion-logo-1x.fusion-standard-logo {
    height: 36px !;
}
/*LOGO END*/
/*Styling in main menu START*/
.fusion-main-menu > ul > li {
    padding-right: 0px;
    width: 125px;
    text-align: center;
}
.fusion-main-menu > ul > li > a {
    border-right: 1px solid #fff;
}
.fusion-main-menu .current-menu-ancestor > a, .fusion-main-menu .current-menu-item > a, .fusion-main-menu .current-menu-parent > a, .fusion-main-menu .current_page_item > a {   
    border-left: 1px solid #fff;
}
span.menu-text {
    //font-weight: bold;
}
.fusion-main-menu > ul > li:last-child {
    padding-right: 0;
    float: right;
}
/*Styling in main menu END*/

/*Header Social Links and Contact Styling START*/
.fusion-social-links-header {
    margin-top: 31px;
    margin-right: 27px;
}
.show-xs {
    display: none;
}

/*Header Social Links and Contact Styling END*/

/*Footer Contact widget START*/
input.wpcf7-form-control.wpcf7-submit.phonesubmit {
	width: 100%;
	text-transform: none;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel {
//    background-color: ;
    border: none;
    border-radius: 5px;
    height: 48px;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #000 !important;}
input::-moz-placeholder { /* Firefox 19+ */ color: #000 !important;}
input:-ms-input-placeholder { /* IE 10+ */ color: #000 !important; }
input:-moz-placeholder { /* Firefox 18- */ color: #000 !important; }
/*Footer Contact widget END*/

/*Testimonial braces START*/
.ec-braces-homepage .fusion-column-wrapper::before {
    background: url(/expertcirc/wp-content/uploads/2016/10/testimonial-before.png);
    content: '';
    display: block;
    width: 86px;
    height: 100%;
    position: absolute;
    top: -9px;
    left: -50px;
	background-size:100% 100%;
}

.ec-braces-homepage .fusion-column-wrapper::after {
    background: url(/expertcirc/wp-content/uploads/2016/10/testimonial-after.png);
    content: '';
    display: block;
    width: 86px;
    height: 100%;
    position: absolute;
    top: -9px;
    right: -50px;
    background-size:100% 100%;
}
/*Testimonial braces END*/
/*Why People Choose Sections START*/
.fusion-fullwidth.fullwidth-box.fusion-fullwidth-2.fusion-parallax-none.nonhundred-percent-fullwidth.fusion-equal-height-columns.ec-why-people {
    //height: 448px !important;
}

/*Why People Choose Sections END*/

/*Main Page layout START*/

/*******Mobile Phone*********/
@media only screen and (max-width: 767px) {
  .show-xs {
      display: Block;
   }
   .show-xs a {
      color: #fff;
   }
  .show-lg {
     display: none;
   }

}
