/* 
Theme Name: Hopes Child
Theme URI:  http://themeforest.net/
Author: AivahThemes
Author URI: http://themeforest.net/user/AivahThemes
Description: This Theme for WordPress is lightweight and adaptable. Theme comes with ease in usability which makes your site ready in minutes.
Version: 1.0
Template: hopes
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, editor-style, featured-images, full-width-template, post-formats, sticky-post, theme-options, translation-ready
*/

@import url("../hopes/style.css");


*{
    outline: none;
}
button:hover, 	
button:focus, 
.contributor-posts-link:hover, 
input[type="button"]:hover, 
input[type="button"]:focus, 
input[type="reset"]:hover, 
input[type="reset"]:focus, 
input[type="submit"]:hover, 
input[type="submit"]:focus {
    background-color: #f4aa3b;
    color: #fff;
}
button, .contributor-posts-link, input[type="button"], input[type="reset"], input[type="submit"]{
    background-color: #666666;
}

/*----------------------- Header -------------------------*/
.header-area{
    width: 100%;
}
.logo {
    width: 270px;
    text-align: center;
}
.logo a{
    color: #000;
    font-weight: bold;
    font-size: 18px;
    display: block;
}
.menuwrap{
    width: 100%;
    background: #de9844;
    padding-right: 50px;
}
.header {
    border-bottom: none;
}
.header-style1 .sf-menu > li a {
    padding: 2em 1em;
    color: #000;
    font-weight: bold;
    font-size: 16px;
}
.header-style1 .sf-menu  li a:hover{
    background: #9a4923;
}
.sf-menu ul{
    border-top: none;
}
.header-style1 .sfHover .sub-menu li a{
    font-size: 14px;
    font-weight: normal;
    padding: 15px 10px !important;
    border-bottom: none;
}
.header-style1 .sfHover > a{
    background: #9a4923;
}
.sf-menu ul{
    border:none;
}
#wrapper header{
    position: relative;
    z-index: 99;
}
#loginBox{
    position: absolute;
    top: 100%;
    right: 20px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    display: none;
}
.input-row input[type='text'], 
.input-row input[type='password'], 
.input-row input[type='email']{
    width: 100%;
    border: 1px solid #cecece;
    padding: 8px 10px;
}
.input-row select{
    width: 100%;
    border: 1px solid #cecece;
    padding: 7px 10px;
    background: #fff;
}
#loginBox .input-row input[type='text'], 
#loginBox .input-row input[type='password'], 
#loginBox .input-row input[type='email']{
    padding: 5px 10px;
}
#loginBox .input-row{
    margin-bottom: 10px;
}
.input-row label{
    color: #666666;
    font-weight: bold;
}
.input-row{
    margin-bottom: 15px;
}
#loginBox input[type='submit']{
    margin-top: 10px;
}
#loginBox input-row:last-child{
    margin-botton: 0;
}

#donation-pay-page {
    max-width: 980px;
    margin: auto;
    width: 100%;
}


/*----------------------- Candidate template -------------------------*/
.candidate-regform fieldset h2{
    font-weight: 600;
}
/*fieldset{
    display:none;
    padding:20px;
    border-radius:5px;
    border: 0;
    box-shadow: 0 0px 15px rgba(0,0,0,0.2);
    background: #f5f5f5;
}*/
#first{
    display:block;
    padding:20px;
    border-radius:5px;
}
.form-left{
    width: 50%;
    padding-left: 20px;
    float: left;
    margin-left: -20px;
}
.form-right{
    width: 50%;
    padding-right: 20px;
    float: right;
    margin-right: -20px;
}
.next_btn, .submit_right{
    float: right;
}
.pre_btn{
    float: left;
}
.radio-input{
    display: inline-block;
    margin-right: 15px;
}
.radio-input input{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.radio-input label{
    display: inline-block;
    vertical-align: middle;
}
.checkbox-input{
    display: inline-block;
    margin-right: 15px;
}
.checkbox-input input{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.checkbox-input label{
    display: inline-block;
    vertical-align: middle;
}
.input-row .options-box label{
    font-weight: normal;
}
.input-row textarea{
    width: 100%;
    min-height: 80px;
    padding: 10px;
    border: 1px solid #cecece;
}



p {
    text-align: justify;
}
.align_right, .align_right p{
    text-align: right;
}
.align_center, .align_center p{
    text-align: center;
}
.align_left, .align_left p{
    text-align: left;
}
.btn_orange{
    font-weight: bold;
    font-size: 16px;
    padding: 10px 10px 11px;
    background: #ffaf5e;
    color: #fff;
    border-radius: 4px;
    line-height: 16px;
    display: inline-block;
    border: 2px solid #fff;
}
.btn_green{
    font-weight: bold;
    font-size: 16px;
    padding: 10px 10px 11px;
    background: #5be2ba;
    color: #fff;
    border-radius: 4px;
    line-height: 16px;
    display: inline-block;
    border: 2px solid #fff;
}
.btn_orange:hover, .btn_green:hover{
    color: #fff;
}
.belief_statement ol li{
    margin-bottom: 10px;
}
.list_style > li {
    margin-bottom: 20px;
}
.inner-container{
    width: 85%;
    margin: 0 auto;
}

.left_column{
    width: 40%;
    float: left;
    padding: 8px 20px;
}
.right_column{
    width: 60%;
    float: right;
    padding: 8px 20px;
}
.tbl_title{
    background: #ffaf5e;
}
.links_tbl{
    font-size: 16px;
}

.tbl_row{
    background: #eaeaea;
}
.tbl_row:nth-of-type(odd){
    background: #f5f5f5;
}
.tbl_row a{
    display: block;
}
.form_btn{
    font-size: 20px !important;
    padding: 10px 50px 11px !important;
}
.submit-row{
    margin: 30px 0 0;
}
ul, ol {
    text-align: justify;
}
.toggle-title.faq.active .fa-plus:before {
    content: "\f068";
}
.toggle-title.faq i{
    margin-right: 20px;
    font-size: 18px;
}
.toggle-title{
    font-size: 18px !important;
}
.home header {
    border-bottom: 6px solid #0c5201;
}
.home #main {
    border-top: 6px solid #de9844;
}
.header-style1 .sf-menu > li a {
    padding: 3em 12px;
    color: #000;
    font-weight: bold;
    font-size: 14px;
}
#subheader .page-title {
    color: #262626;
    background: none;
    box-shadow: none;
}
#subheader .subdesc {
    position: unset;
}
.form-group {
    /*height: auto !important;*/
    height: 70px !important;
}
.btn.btn-primary{
    display: inline-block;
    margin: 10px auto;
}
.search-field:focus, .widget .search-box input:focus,.widget .search-box input, .search-field{
        color: #000;
}
.breadcrumbs span{
    margin: auto;
}
.event_parent{
    position: relative;
    /*color: #d6d1d1;*/
}
.event_single_row{
    position: relative;
    padding: 10px 15px;
    margin-bottom: 10px !important;
    border-radius: 10px;
    border: 2px solid #fff;
}
.event_single_row:last-child{
margin-bottom:0;
}

#header-donation a:hover {
	color: #333333;
}
#header-donation a {
	font-weight: bold;
    font-size: 14px;
    padding: 10px 10px 11px;
    background: #3B8B42;
    color: #fff;
    border-radius: 4px;
    line-height: 16px;
    border: 2px solid #fff;
    margin: auto;
    display: table;
}
 /*menu hover with submenu */
.sf-menu ul ul{
margin-top:0;
}
.alpha.active {
    background: #aaa0a0;
    padding: 3px 5px 5px 10px;
    text-align: center;
}
.header-style1 .sf-menu > li a {
    /*padding: 40px 15px 30px 14px;*/
}
.lato_li li h6{
    font-family: lato;
    font-weight: 400;
}
#footer .inner{
    display: flex;
}
[id*="give-form"] .give-recurring-donors-choice-period {
    height: 35px;
}
.donation-history {
    text-align: right;
}
.topbar .one_half.last {
    float: right;
    margin-right: 50px !important;
}
.give-recurring-donors-choice-right {
    color: #00C1CF;
}
.donation-note {
    color: #00C1CF;
}
.btn_light_green {
    font-weight: bold;
    font-size: 16px;
    padding: 10px 10px 11px;
    background: #3B8B42;
    color: #fff;
    border-radius: 4px;
    line-height: 16px;
    display: inline-block;
    border: 2px solid #fff;
}
#menu-item-419 .sub-menu {
    left: -105px;
}
/* Ajay style */

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 767px) {
    .topbar .one_half.last {
        float: none;
        margin-right: 0px !important;
    }
    #subheader{
        padding: 15px 0;
    }
    #subheader .inner{
        text-align: center;
    }  
    section.pray-wall .info-section .page-title {
        width: 235px;
    }
    #subheader .inner .breadcrumbs {
        margin-top: 0px;
    }
    #subheader .subdesc .page-title {
        width: 100%;
        margin-top: 0px;
        text-align: center;
    }
    #wordpress-template .entry-content-wrapper .alpha{
        margin: 0px 5px !important;
    }
    .mhtd-btn-wrapper{
        float: none !important;
        text-align: center;
    }
    .pray-wall a.btn.btn-primary.pull-right.btnNext {
        float: left !important;
        margin-left: 10px;
    }    
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 768px) {
    .primarymenu.menuwrap {
        position: absolute !important;
        top: 93% !important;
        margin-top: -25px !important;
    }
    .select_data{
        position: static !important;
    }    
}
@media only screen and (max-width: 959px){
    .menuwrap {
        position: relative !important;
    }    
}
@media only screen and (max-width: 767px) {
    #footer .inner{
        display: block;
    } 
	.header-widget-area {   
		font-size: 12px;
		position: absolute;
		top: 10px;
		right: 0px;
	}
}