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

/* Set here the basic colors/styling */
:root {
	--white: #fff;
    --black: #000;
    --primary-color: #f58807;
}

/* Styling header */
#wrapper .fusion-secondary-header {
	border-top: 0;
	background-color: #e8e8e8;
}

#wrapper .cta-menu a span {
	color: var(--white);
	padding: 10px 15px;
	background-color: var(--primary-color);
}

#wrapper .cta-menu a span:hover {
	background-color: #f58807;
	text-decoration: underline;
}

#wrapper .fusion-logo img {
	height: 95px;
	width: auto;
}

/* Styling homepage / subpage -> Always start with: #main */
#main .header-wrapper h1, #main .header-wrapper h2, #main .header-wrapper p,
#main .header-wrapper li, #main .header-wrapper ul {
	text-shadow: rgba(0,0,0,0.5) 1px 1px 2px;
	color: var(--white);
}

#main .header-wrapper h2 {
	font-size: 24px !important;
}

#main .work-plan-wrapper .work-plan-item h3 {
	border-bottom: 2px solid #f58807;
    max-width: fit-content;
}

#main .work-plan-wrapper .work-plan-item img {
	width: 90px;
	height: 90px;
}

#main .image-content-right {
	height: 100%;
}

#main .image-content-right a {
	border-bottom: 2px solid var(--white);
	color: var(--white);
}

#main .image-content-right a:after {
	display: inline-block;
	margin: 0 0px 0 0;
	font-family: 'Font Awesome 5 Free';
	font-size: 15px;
	color: var(--white);
	content: '\f054';
	text-align: center;
	width: 25px;
	font-weight: 900;
}

#main .image-content-right p, #main .image-content-right h1, #main .image-content-right h2,
#main .image-content-right h3, #main .image-content-right h4, #main .image-content-right h5,
#main .image-content-right h6, #main .image-content-right li, #main .image-content-right ul {
	color: var(--white);
}

#main .fusion-image-carousel {
	margin-bottom: 0;
}

#main .fusion-carousel .fusion-carousel-nav .fusion-nav-next, #main .fusion-carousel .fusion-carousel-nav .fusion-nav-prev {
	background-color: var(--primary-color);
}

#main .blog-preview-wrapper .blog-shortcode .fusion-content-sep {
	display: none;
}

#main .blog-preview-wrapper .blog-shortcode .fusion-read-more {
	border-bottom: 2px solid #f58807;
}

#main .upcoming-event h2 {
	border-bottom: 1px solid #9a9a9a;
	font-size: 21px !important;
}

#main .upcoming-event {
	padding: 35px 10px;
    border: 1px solid #9a9a9a;
}

#main .upcoming-event p {
	padding-bottom: 0px;
	margin-bottom: 4px;
}

#main .upcoming-event a {
	color: var(--black);
	text-decoration: underline;
	font-size: 14px;
}

/* Affiliate */
#main .column-link a {
	font-weight: bold;
}

#main .column-link a:hover {
	text-decoration: underline;
}

#main .container-affiliate .afiliate-item img {
	min-height: 115px;
    height: 115px;
    max-height: 115px;
    width: 100%;
    padding: 20px;
    object-fit: contain;
}

#main .container-affiliate .afiliate-item .afiliate-percentage {
	background-color: #111111;
    padding: 10px 5px;
    text-align: center;
    font-size: 15px;
    color: #fff;
}

#main .container-affiliate .afiliate-item {
	margin-bottom: 2%;
}

#main .container-affiliate .afiliate-item .title-afiliate-item {
	padding: 10px 5px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

#main .container-affiliate .afiliate-item .fusion-button {
	background: #489411;
	width: 100%;
}

#main .container-affiliate .afiliate-item p {
	margin-bottom: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

/* Single blog */
.single-post .single-navigation {
	margin-bottom: 15px;
}

.single-post #wrapper h1 {
	font-size: 36px !important;
	margin-bottom: 10px;
}

.single-post #main {
	padding-bottom: 50px;
}

/* Contact */
#main .icons-contact-pagina ul {
	list-style: none;
	padding: 0;
}

#main .icons-contact-pagina li {
	padding-left: 0;
	width: 100%;
	float: left;
}

#main .icons-contact-pagina li:before {
	display: inline-block;
	margin: -2px 5px 0 0;
	font-family: 'Font Awesome 5 Free';
	font-size: 22px;
	color: #000;
	content: '\f879';
	text-align: center;
	width: 25px;
	float: left;
	font-weight: 900;
}

#main .icons-contact-pagina li+li::before {
	content: '\f0e0';
}

/* subpage height */
#main .long-text-image .fusion-column-wrapper {
	min-height: 600px !important;
}

/* Styling footer -> always start with #wrapper .fusion-footer */
#wrapper .fusion-footer ul {
	list-style: none;
	padding: 0;
}

#wrapper .fusion-footer li {
	padding-left: 0;
    width: 100%;
    float: left;
}

#wrapper .fusion-footer a:hover {
	color: var(--white);
	text-decoration: underline;
}

#wrapper .footer-li li:before {
	display: inline-block;
	margin: -2px 5px 0 0;
	font-family: 'Font Awesome 5 Free';
	font-size: 22px;
	color: #fff;
	content: '\f879';
	text-align: center;
	width: 25px;
	float: left;
	font-weight: 900;
}


#wrapper .fusion-footer .arround-icon-mail li:before {
	display: inline-block;
    margin: -2px 5px 0 0;
    font-family: 'Font Awesome 5 Free' !important;
    font-size: 22px;
    color: #fff;
    content: '\f0e0';
    text-align: center;
    width: 25px;
    float: left;
    font-weight: 900;
}

#wrapper .fusion-footer .social li:before {
	display: inline-block;
    margin: -2px 5px 0 0;
    font-family: 'Font Awesome 5 Brands';
    font-size: 22px;
    color: #fff;
    content: '\f16d';
    text-align: center;
    width: 25px;
    float: left;
    font-weight: 900;
}

#wrapper .fusion-footer .social li+li:before {
    content: '\f16d';
}

