/*
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
*/
span.fusion-contact-info-phone-number {
    font-weight: 600;
    font-size: 20px;
    color: #d82919;
}
.fusion-logo img {
    width: 93%;
}

.fusion-main-menu, .fusion-logo-background {
  
    background-color: white;
    margin-top: 44px;
}

.fusion-header {
    padding-left: 21px;
	padding-right: 1px;
}

.well{
	    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    margin-bottom: -16px!important;
    margin-top: 5px!important;
}

.free {
    background: #0e1a5a;
    width: 80%;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    margin: auto!important;
    font-family: 'Droid Serif',serif;
-webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
}
.free:hover {
    background: #182d9c;
}
.free a {
    display: block;
    padding: 21px;
    color: white;
}
.free a:hover {
    color: white;
}

 .abc ul li::before {
    font-style: normal;
    content: " › ";
    color: rgb(216, 41, 25);
    font-weight: 700;
	 
}
.abc li{
	    list-style: none;
}
p.itsco {
    text-align: center;
    font-size: 21px;
}
p.con-bt {
    font-size: 12px;
}

.abc a{
	color: red;
	font-weight: 700;
}
a.coc:hover {
    color: #931c11 !important;
}
a.coc {
    color: red !important;
font-weight: 600;
}


#tribe-bar-form .tribe-bar-submit input[type=submit], .button-large, .fusion-body .fusion-button-large, .fusion-button_size-large .fusion-button-default-size, .tml-submit-wrap input[type=submit], .wpcf7-form .wpcf7-submit.button-large, .wpcf7-form .wpcf7-submit.fusion-button-large {
    padding: 7px 22px!important;
    line-height: 17px;
    font-size: 14px;
}
@media (min-width:200px) and (max-width:768px){.fusion-header {
    padding-left: 20px;
	padding-right:20px;
}
	span.fusion-contact-info-phone-number {
    font-weight: 600;
    font-size: 14px;
    color: #d82919;
}
}