/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.1.4
*/
.cstm_sec h1 {
    font-size: 90px;
    font-weight: bold;
	color:#233e75;
}
.cstm_sec h2 {
    font-size: 80px;
    font-weight: bold;
	color:#233e75;
}

.donate_form .checkcss span {
    font-size: 27px;
    color: #233e75;
    font-weight: 600;
    /*padding-bottom: 14px !important;
    padding-top: 10px !important;
  */
}

.donate_form .checkcss input {
	width: 25px;
    height: 25px;
}
.donate_form .checkcss span.wpcf7-form-control-wrap {
    border-bottom: 2px solid #efc654;
    width: 100%;
}
.donate_form input.wpcf7-form-control.wpcf7-text.textfeld {
    width: 100%;
}
input.wpcf7-form-control.wpcf7-submit.donate_btn {
    display: table;
    margin: 0 auto;
    width: 100%;
    background: #233e75;
    color: #efc654;
    font-size: 29px;
}
#header-outer #logo, #header-outer .logo-spacing {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
select {
    background-color: rgba(0,0,0,0.035);
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    position: relative;
    margin: 0;
    font-size: 14px;
    border-bottom: 2px solid #e0e0e0;
    -webkit-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
    border-radius: 0;
}
/*
#header-outer #logo img, #header-outer .logo-spacing img {
    height: 90px !important;
}
#top nav ul li a {
    font-size: 16px !important;
}

.home_banner_block h3{
 font-size: 40px !important;  
}
.home_banner_block h4{
 font-size: 30px !important;  
}

#footer-widgets h3{
 font-size: 18px;
}
#footer-outer .row {
    padding: 20px 0 !important;
}
.container-wrap {
    box-shadow: none !important;
}

#slide-out-widget-area .inner .off-canvas-menu-container li a {
    font-size: 20px !important;
}*/