/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 100.10.1
Text Domain:  Avada
*/

/*Colors

	White: #FFFFFF
	Gray: #D8E1E9
	Yellow: #F9C42E
	Green: #A4D65E
	Blue: #A8E2FF
	Salmon: #FF845D
	Teal: #1E577B
	Black: #121212

*/

/*
	Font Sizes
	
	H1: 48px
	H2: 36px
	H3: 24px
	H4: 20px
	H5: 18px
	H6: 16px
	
	Post Title: 64px
	Paragraph: 18px

*/




/*Slider Settings*/

.slick-track{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.slick-slide{
    height: inherit !important;
}

.slick-track, .slick-slide{
	width: 100%;
}

.slick-list{
	
}

/*slider Arrows*/
.slick-arrow {
	height: 35px;
	width: 50px;
	font-size: 0px !important;
	background-size: contain;
	background-repeat: no-repeat !important;
	color: rgba(255, 255, 255, 0) !important;
	border: none !important;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	background: none;
	background-size: cover;
	z-index:99;
	cursor: pointer;
}
.slick-arrow.slick-disabled{
	display: none !important;
	visibility: hidden;
}
.slick-prev {
	/*background-image: url('/wp-content/uploads/2022/07/Left-Arrow.png');*/
	left: 0px;
}
.slick-next {
	/*background-image: url('/wp-content/uploads/2022/07/Right-Arrow.png');*/
	right: 0px;
}

button.slick-prev.slick-arrow:before {
    content: "\e902";
    font-family: 'Starkloff-Icons' !important;
    display: block;
    font-size: 50px;
    color: #1E577B;
}
button.slick-next.slick-arrow:before {
    content: "\e903";
    font-family: 'Starkloff-Icons' !important;
    display: block;
    font-size: 50px;
    color: #1E577B;
}

button.slick-arrow:hover:before{
	color: #D8E1E9;
}

@media screen and (max-width: 1090px){
	/*.slick-prev {
		left: 0rem;
	}
	.slick-next {
		right: 0rem;
	}*/
}


/*Dots*/
.slick-dots{
	text-align: center;
	-webkit-padding-start: 0px;
	        padding-inline-start: 0px;
}
.slick-dots li {
	display: inline-block !important;
	padding: 0 6px;
}
.slick-dots li button {
	border: none;
	border-radius: 25px;
	height: 18px;
	width: 18px;
	padding: 0;
	color: #aaaaaa;
	font-size: 1px !important;
	background-color: #FFFFFF;
	border: 2px solid #1E577B;
	-webkit-transition: background-color ease .2s;
	-o-transition: background-color ease .2s;
	transition: background-color ease .2s;
}
.slick-dots li.slick-active button {
	background-color: #1E577B;
	-webkit-transition: background-color ease .2s;
	-o-transition: background-color ease .2s;
	transition: background-color ease .2s;
}
/*.slick-dots li:focus, .slick-dots li button:focus {
	border: 2px solid #1E577B;
}*/
.slick-dots li button:hover {
	cursor: pointer;
}

@media screen and (max-width: 500px) {
	.slick-dots {
		margin-bottom: 5px !important;
		margin-top: 5px !important;
	}
}

span.slick-sr-only {
    border: 0!important;
    clip: rect(1px,1px,1px,1px)!important;
    -webkit-clip-path: inset(50%)!important;
    clip-path: inset(50%)!important;
    height: 1px!important;
    margin: -1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
    white-space: nowrap!important;
}



.special-no-margin-slider > div {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.slick-container-fix .fusion-column-wrapper{
	min-width: 0;
}


/*Home slider*/
.home-single-slide .slide-inner-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left:  30px;
    padding-right:  30px;
    padding-top: 20px;
    padding-bottom: 30px;
	height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
}
.home-single-slide .slide-inner-container .slide-image {
    width: 100%;
}
.home-single-slide .slide-inner-container .slide-image > img{
	margin-left: auto;
	margin-right: auto;
}

.home-single-slide .slide-inner-container .slide-text {
    max-width: calc(66% - 100px);
    width: 100%;
    padding: 20px 35px;
    margin-left: 100px;
    margin-top: -40px;
    z-index: 10;
    position: relative;
}
.home-single-slide .slide-inner-container .slide-text > *{
	line-height: 1;
	margin-bottom: 0px !important;
}

@media screen and (max-width: 500px) {
	.home-single-slide .slide-inner-container .slide-text  {
		max-width: 100%;
		margin-left: 0px;
		margin-top: 10px;
	}
	.home-single-slide .slide-inner-container .slide-image > img {
		max-height: 240px !important;
	}
	.home-single-slide .slide-inner-container {
		padding-bottom: 10px;
	}
}



/*Timeline Slider*/
.timeline-slider .slick-list{
	margin: 0px 50px;
	padding: 0px;
	max-width: calc(100% - 100px);
}
.timeline-slider .timeline-slide-single {
    background-color: #FFFFFF;
    margin: 10px;
    padding: 10px 20px;
    transition: all 300ms ease;
}
.timeline-slider .timeline-slide-single.slick-center {
    transform: scale(1.04);
}
.timeline-slider .timeline-slide-single .timeline-content .timeline-title{
	margin-top: 5px;
	margin-bottom: 5px;
}
.timeline-slider .timeline-slide-single .timeline-content .timeline-text{
	font-size: 16px;
	font-weight: 700;
}
/*.timeline-slider .timeline-slide-single .timeline-content .timeline-text p{
	margin-bottom: 0px !important;
}*/


.timeline-legend{
	margin-top: 50px;
	background-color: #FFFFFF;
	border-radius: 3px;
}


.timeline-legend .timeline-legend-single{
	text-align: center;
	font-weight: 700;
}


.timeline-legend .timeline-legend-single.slick-current{
	background-color: #A8E2FF;
}

.timeline-legend .timeline-legend-single:hover{
	background-color: #D8E1E9;
	cursor: pointer;
}





