/*
 Theme Name:     Divi-c9
 Author:         Clearnine
 Author URI:     http://clernine.com
 Template:       Divi
 Version:        v.01
*/

/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */

h2.banner-overlay {
	bottom: 30px;
    position: absolute;
	width: 70%;
	margin: 0 2.5% 0 27.5%;
	font-size: 20px;
	line-height: 1.4;
	padding: 20px 25px;
	background: rgba(0,0,0,.5);
}




.popover {max-width: 375px; padding: 0 !important}


/*
.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {
	padding-top: 111px !important;
}


@media (max-width: 980px) {
	#top-header, div#et-secondary-menu, ul#et-secondary-nav {
		display: block !important;
	}
	.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {
		padding-top: 144px !important;
	}
}

@media only screen and (min-width: 981px){
	.et_header_style_left #et-top-navigation{
		padding-right: 8px !important;
	}

}

#top-header .container{
	padding-top: 7px !important;
}
*/
/*
#top-header a, #top-header a:visited,
#top-header a span, #top-header a:visited span{
	color: #fff !important;
}

	#top-header a:hover, #top-header a:hover span {
		color: #fff !important;
	}
*/
/*
#et-secondary-nav li{
	margin: 0 7px 7px;
	padding: 0;
}

	#et-secondary-nav>li:last-child{
		margin-right: 7px;
	}

#et-secondary-menu>ul>li a,  #et-secondary-menu>ul>li a:visited{
    border-radius: 15px;
    padding: 4px 10px;
    color: #000 !important;
    background: #dca57d;
}

#et-secondary-nav li i.fa, #et-info, #et-secondary-menu>ul>li a i, #et-info, #et-secondary-menu>ul>li a:visited i{
	color: #000 !important;
}

	#et-info, #et-secondary-menu>ul>li a:hover {
		color: #000 !important;
		background: #dca57d;
	}


#c9-nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    padding: 0;
    list-style: none;
    justify-content: flex-end;
    height: 30px;
    align-items: center;
    margin-bottom: 0;
    line-height: normal;
}

#c9-nav ul li {
    padding: 5px 19px;
    height: 30px;
    line-height: normal;
    width: 25%;
    text-align: center;
    transition: 0.2s ease;
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    text-transform: uppercase;
    color: #ffffff;
}

#c9-nav ul li a {
	color: #ffffff;
}

#c9-nav ul li#c9-login {
    background: #0c7ad3;
}

#c9-nav ul li#c9-login a {
    color: #ffffff;
}
/*
	ul>li a span#c9-cart-info {
		color: #000 !important;
	}

		ul>li a:hover span#c9-cart-info {
			color: #000 !important;
		}
*/
/*
#main-header {
     box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

/* search */
/*
ul.ui-autocomplete.c9-search li.ui-menu-item a{
	display: block;
	font-weight: normal;
	padding: 5px;
	border-top: solid 1px #ddd;

}

	ul.ui-autocomplete.c9-search li.ui-menu-item a:hover{
		border-top: solid 1px #ddd;
		padding: 5px;
	}

	ul.ui-autocomplete.c9-search li.ui-menu-item a img{
		vertical-align: middle;
		max-width: 40px;
		max-height: 40px;
	}

	ul.ui-autocomplete.c9-search li.ui-menu-item a span.autocomplete-label{
		vertical-align: middle;
		padding-left: 10px;
		font-size: 16px;
	}



#c9-featured-products {
	width: 100%;
	position: relative;
	transition: all 0.3s ease;
	padding: 0;
}

#c9-featured-products-inner {
	overflow: hidden;
}

#c9-featured-products ul{
	padding: 15px 0;
	list-style-type: none;
	height: 275px;
	width: 1400px;
	white-space: nowrap
	transition: all 0.3s ease;
}

	#c9-featured-products ul li {
		display: inline-block;
		padding: 10px;
	}

		#c9-featured-products ul li img{
			display: block;
			max-width: 200px;
			max-height: 200px;
		}

.c9-scroll-button {
	width:40px;
	height:80px;
	background: transparent;
	color: #2a2a2a;
	background: #fff;
	position:absolute;
	top: 97.5px;
	font-size: 42px;
	display: none;
	text-align: center;
	transition: all 0.3s ease;
	box-shadow: 0 1px 3px #888;
}

	.c9-scroll-button i.fa{
		padding-top: 20px;
	}

	.c9-scroll-button:hover{
		color: #e3521d;
		cursor: pointer;
	}

#c9-featured-products-left {
	left: 0;
}

#c9-featured-products-right {
	right: 0;
}

#c9-featured-products:hover .c9-scroll-button{
	display: block;
}

@media only screen and (min-width: 768px){
	#et-main-area {
		padding-top: 0;
	}

	header {
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 10;
	}
}

@media only screen and (max-width: 980px){
	#c9-nav ul li {
		width: 33%;
	}
}

@media only screen and (max-width: 767px){
	#c9-nav ul li {
		width: 50%;
	}

	#et-main-area {
		padding-top: 0;
	}

	header {
	    position: relative;
	}

}
*/
