/*
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-menu-description {
	display: none !important;
}

.wpml-ls-menu-item ul {
	width: auto !important;		
}
.wpml-ls-menu-item ul li a {
	padding: 7px 10px !important;
}

/* Create an overlay effect */
.fusion-page-title-bar { background-blend-mode: soft-light; }
/* Adjust overlay effect opacity to make photos brighter - lower opacity = brighter photo */
.fusion-page-title-bar { background-color: rgba(0,0,0,0.5) !important; }
/* Size background image to cover 100% width */
.fusion-page-title-bar { background-position: center center !important; background-size: cover !important; background-attachment: fixed !important;background-repeat: no-repeat !important;}

video {
  /* override other styles to make responsive */
  width: 100%    !important;
  height: auto   !important;
}

.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} 

.google-maps {
    position: relative;
    padding-bottom: 45%; /* This is the aspect ratio*/
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.fusion-video.fusion-youtube {
	max-width: 100% !important;
	width: 100% !important
}

.content-container .fa-facebook-square {
  color: #3b5998;
  background-image: linear-gradient( to bottom, transparent 20%, white 20%, white 93%, transparent 93% );
  background-size: 55%;
  background-position: 70% 0;
  background-repeat: no-repeat;
  font-size: 20px;
}

.content-container .fa-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); 
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); 
	color: #fff;
	font-size: 20px;
}


.last-updated {
    font-size: small;
    text-transform: uppercase;
    font-weight: bold;
} 
.mc4wp-form-fields input[type="submit"]{
	padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
	font-family: Open Sans;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0px;
    border-width: 0px;
    border-style: solid;
    border-radius: 4px;
    text-transform: none;
    transition: all .2s;
	background: #199cb1;
    color: #ffffff;
    border-color: #ffffff;
	text-align: center;
	width: 100%;
}
.mc4wp-form-fields input[type="submit"]:hover{
	cursor: pointer;
	background: #109146;
}
#mc4wp-form-1 {
	background: #e2d286;
    padding: 10px 20px;
    border-radius: 6px;
}
#mc4wp-form-1 label {
	color: #000;
}

@media screen and (max-width: 768px) {
.google-maps {
	padding-bottom: 75%; /* This is the aspect ratio*/
}

.n2-section-smartslider .n2-ss-item-content {
	font-size: 150% !important;
}

}

@media screen and (max-width: 1000px) {
.fusion-secondary-header {
	display: none;
}	
}

@media screen and (max-width: 480px) {
	.slide-content .caption.with-bg h3.title-heading-center.fusion-responsive-typography-calculated, .slide-content .caption.with-bg h3.title-heading-left.fusion-responsive-typography-calculated{
		font-size: 18px !important;
	}
	
	.slide-content .heading.with-bg h2.title-heading-center.fusion-responsive-typography-calculated, .slide-content .heading.with-bg h2.title-heading-left.fusion-responsive-typography-calculated{
		font-size: 30px !important;
	}
}
}

#content p img {
    height: auto;
    width: 100%;
}

#sendy_widget-3, #sendy_widget-2 {
    background: #fdb813;
    padding: 10px 20px;
    border-radius: 6px;
}

.mc4wp-form-fields input[type=submit], #subscribe-form input[type=submit] {
    padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0;
    border-width: 0;
    border-style: solid;
    border-radius: 4px;
    text-transform: none;
    transition: all .2s;
    background: #0a73b2;
    color: #fff;
    border-color: #fff;
    text-align: center;
    width: 100%;	
}
.mc4wp-form-fields input, #subscribe-form input {
	margin-bottom: 20px;
}
#sendy_widget-3 h4, #sendy_widget-2 h4 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.mc4wp-form-fields input[type=submit]:hover, #subscribe-form input[type=submit]:hover {
    cursor: pointer;
    background: #109146;
}