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

ul.inline-list {
    text-align: center;
}
ul.inline-list li {
    display: inline;
}
ul.inline-list li:after {
    content: "-";
    padding: 0 10px;
}
ul.inline-list li:last-child:after {
    content: "";
    padding: 0;
}


header .fusion-secondary-header {
    font-size: 18px; 
}  

body.home .fusion-header {
    display: none;
} 
@media only screen and (max-width: 800px){
	body.home .fusion-header{
		display:block; 
	} 
	#sliders-container {
		display:none;
	}
	body .fusion-header {
		background-attachment:scroll;
		background-size:cover;
	}
}
 

/****
body .fusion-header-v4 .fusion-header {
	padding:0;    
}


body.home .fusion-header {
    background-color: #666;
    background-image: none;
}
@media only screen and (max-width: 800px){
	body.home .fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-header, 
	body.home .fusion-mobile-menu-design-modern.fusion-header-v2 .fusion-header, 
	body.home .fusion-mobile-menu-design-modern.fusion-header-v3 .fusion-header, 
	body.home .fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-header, 
	body.home .fusion-mobile-menu-design-modern.fusion-header-v5 .fusion-header, 
	body.home .fusion-mobile-menu-design-modern.fusion-header-v7 .fusion-header {
		padding-bottom:45px;
	} 
} 

***/

a.fusion-icon.fusion-icon-bars {
	padding-right:20px; 
}

header .fusion-mobile-menu-icons a {
	color:#eee;
	font-size:30px; 
}

.greenbg {
	background-color: #a2c521!important;
	color:#222; 
}

.greenbg a:not(.fusion-button) {
	color:#222;
	text-decoration:underline; 
}

.post-content .greenbg h3,
.post-content .greenbg h2{
    color: #222;
}

.darkbg {
	background-color:#272425!important;
	font-size:1.1em;
	color:#fff;
}

.post-content .darkbg h2 {
	color:#fff;
}

.greybg {
	background-color:#eee!important; 
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.fusion-header-tagline a {
    color: #637b0b;
    font-size: 1.0em;
    max-width: 600px;
    display: block!important;
    line-height: 1.2em;
    background-color: #fff;
    padding: 1em;
    transform: skew(-15deg);
}

.sidebar .fusion-social-networks-wrapper {
    text-align: center;
    background-color: #eee;
    padding: 20px 10px 10px;
    overflow: hidden;
}
@media screen and (max-width:800px){
.padmob{padding:4%}
}
.single-post .post,#posts-container {
    margin: 0 0 30px;
}

.home .fusion-sticky-header-wrapper{
	height:auto!important; 
}

@media screen and (max-width:800px){
	.fusion-logo{
		text-align:center;	
	}
	.fusion-header-v4.fusion-mobile-menu-design-modern .fusion-logo .fusion-logo-link {
    max-width: inherit!important;
}
	.fusion-header-content-3-wrapper{
		margin:0 auto;
		width:97%;
	}
	.fusion-header-tagline a{
		transform: none;
		padding:.5em
	}
}
.biggerfont p{font-size: 24px;}
.borderit{
	border:1px solid #ddd;
}
	.borderit tr{
		border-bottom:1px solid #ddd;
	}
	.borderit td{
		border-right:1px solid #ddd;
		padding:10px;
	}
	.borderit tr:last-of-type{border:none}

.bigtext {
	font-size: 25px; 
	font-style: italic;
}

/*CTA button overwrites*/

.fusion-secondary-menu > ul > li {
    margin: .5em 0 .5em;
}

.fusion-secondary-menu > ul > li:last-child a,.bgac a {
    background-color: #e42526;
    border-radius: 1em;
    margin: 0 .5em;
}
.fusion-secondary-menu > ul > li:last-child a:hover,.bgac a:hover {
	background-color:#fff;
	color:#e42526!important;
}
@media only screen and (max-width: 530px){
	#menu-contact-menu .bgac{
		margin: .5em 0;
		border-color: rgba(255,255,255,0);
	}
}
@media only screen and (max-width: 800px){
.fusion-mobile-menu-design-flyout .fusion-secondary-menu>ul>li, .fusion-mobile-menu-design-modern .fusion-secondary-menu>ul>li {margin:0;}
.fusion-mobile-menu-design-flyout .fusion-secondary-menu>ul>li:last-child, .fusion-mobile-menu-design-modern .fusion-secondary-menu>ul>li:last-child { border-left:none;}
	.fusion-secondary-menu > ul > li:last-child a,.bgac a {  background-color: #e42526; padding: 1em;}
  
}

.greenbg a {
    color: #111!important;
}