/*
 * Theme Name:   Child Theme
 * Theme URI:    elegantthemes.com
 * Description:  Child Theme Of Divi
 * Author:       Ryan W
 * Author URI:   elegantthemes.com
 * Template:     Divi
 * Version:      2.0
 *            */

/*********************************
 * Theme Customization Starts here 
 ********************************/

.webco-series .et_pb_image, .webco-series .et_pb_image_wrap {
    display: inline-block;
    position: relative;
    max-width: 90px;
    float: left;
    margin-right: 10px;
}
.webco-series .et_pb_text {
	width: calc(100% - 100px) !important;
	display: inline-block;
	padding-right: 10px;
	margin-top: 20px;
}
.range-items ul {
    padding: 0px !important;
}
.range-items ul li::after {
    content: "5";
    position: absolute;
    right: 15px;
    font-family: 'ETmodules' !important;
}
.range-items ul li {
    padding: 8px;
	cursor: pointer;
}
.range-items ul li:hover {
    background: #F05A28;
}
.range-items.blue ul li:hover {
    background: #00ADEF;
}
footer#main-footer {
    display: none;
}

a.anchor-down {
    padding: 10px;
    background: #4775DC;
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 50%;
	box-shadow: 0 0 8px 2px #0000002e;
}

a.anchor-down:after {
    content: "3";
    font-family: 'ETmodules' !important;
    font-size: 40px;
    position: relative;
    left: -6px;
    font-weight: 900;
    top: 1px;
    color: #ffff;
}
.anchor-down-container {
    width: 100%;
    position: relative;
    top: -25px;
}
.range-items ul li {
    padding: 8px 29px;
    cursor: pointer;
}
.range-items ul {
    padding-top: 10px !important;
}
.et_header_style_centered #main-header .logo_container {
    height: 150px;
}
div#et_mobile_nav_menu .select_page {
    display: none;
}
ul#mobile_menu {
    background: #1B1B1B !important;
}
.et_pb_contact_right {
    color: #fff;
}

@media(min-width: 981px) {
	.range-items .et_pb_column:hover {
		transition: all linear .5s;
		transform: scale(1.1);
		cursor: pointer;
	}
	.change-cols-margin-sm .et_pb_column_1_4 {
		margin-right: 1% !important;
		width: 24.25% !important;
	}
	div#nav-float ul li {
		text-align: right;
		list-style-type: none;
		padding-right: 40px;
	}

	div#nav-float {
		position: fixed;
		left: 100px;
		z-index: 999999999999;
		top: 50px;
	}
	div#nav-float a {
		color:transparent;
		pointer-events: none;
	}
	div#nav-float li.active a {
		color: #BE0003;
		text-shadow: 0px 0px 2px #000000;
		font-weight: 900;
    	font-size: 17px;
	}

	div#nav-float ul li:before {
		width: 10px;
		height: 10px;
		content: "";
		background: #ffffff00;
		display: block;
		position: absolute;
		right: 0;
		margin-top: 6px;
		border: 2px solid #BE0003;
		border-radius: 50%;
		cursor:pointer;
	}
	div#nav-float ul li.active:before {
		background: #BE0003;
	}
}
@media(max-width: 980px){
	div#nav-float {
		display:none;
	}
	div#et_mobile_nav_menu {
		position: absolute !important;
		top: -70px;
		width: 100%;
	}
}
@media(max-width: 520px){
	.banner-image img {
		object-fit: cover;
		height: auto;
	}
}


