/*
 Theme Name:     Divi Child
 Theme URI:      Ramon Marcoso CSS Child Theme
 Description:    Divi Child Theme
 Author:         Ramon Marcoso
 Author URI:     www.rmarcs.com/
 Template:       Divi
 Version:        1.0.1
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */


@font-face {
    font-family: 'NexaBold';
    src: url('font/Nexa Bold.otf');
}

@font-face {
    font-family: 'NexaLight';
    src: url('font/Nexa Light.otf');
}

#top-menu a {
	font-weight: 400!important;
}

#top-menu li li a {
	font-size: 15px!important;
	line-height: 17px!important;
	padding: 10px 20px;
}


.div-line {
	height: 2px;
	background: #f79b30;
	width: 70px;
	margin-top: 20px;
	margin-bottom: 23px;

}

li.menu-donate a{
	display: block;
    padding: 13px 20px !important;
    background: #F79B30;
	color:#fff!important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

}

.et-fixed-header #top-menu li.menu-donate a {
	color:#fff!important;
}

#et-top-navigation {
	padding-top: 20px!important;
}
 


.wpcp-carousel-section .wpcp-single-item img {
	max-height: 150px;
	max-width: 200px;
	width: auto;
	margin: 0 auto!important;
}

.wpcp-carousel-section .wpcp-single-item figure {
	text-align: center;
}

.wpcp-carousel-section .wpcp-swiper-dots .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
}

.donation-form-wrapper .wpcf7 input[type="email"] {
	border: none;
	border-bottom: 1px solid #1db9eb;
	width: 100%;
	font-size: 17px;
}

.donation-form-wrapper .wpcf7-list-item {
	margin: 0px;
	font-size: 15px;
    font-weight: 400;
    line-height: 23px;
}

.donation-form-wrapper .wpcf7-not-valid-tip {
	font-size: 15px!important;
}

.donation-form-wrapper .wpcf7-submit {
	border: none;
	background: #F79B30;
	padding: 14px 28px;
    color: #fff;
    font-weight: 600;
	display: block;
	margin: 0 auto;
	font-size: 16px!important;
	
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}



.tier-icon {
	height: 100px; 
	width: 100px; 
	line-height: 100px;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	background: #fff;
	color:#1db9eb;

	
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	margin: 0 auto;
	margin-bottom: 20px;
}





@media screen and (max-width: 980px) {


    

}




