/************ Home page slider csss ****/

.fullwidthbanner-container, .fullwidthbanner-container .fullwidthabanner {
    height: 606px !important;   
}

.newsletter_div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.newsletter_div .become-btn {
    margin-top: 0;
}


.paydonate {
    /*display: flex;*/
    justify-content: center;
    
}
.paydonate form {
    margin-top: 10px;
    margin-right: 15px;
}
.paydonate form input[type="image"] {
    width: 110px;
}

.vertical-links-outer.events-post .default {
    min-height: 105px;
}


.main-footer .footer-upper .col-lg-3{
    width: 100% !important;
 }
 #nav_menu-2 .footer-widget {
    padding-left: 0;

 }

.main-footer .footer-upper .footer-widget .menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
 }
 
#menu-footer-quick-link-1 li a:before {
    content: "|" !important;
}

 #menu-footer-quick-link-1 li:first-child a:before {
    display: none;
}

.main-footer  #nav_menu-3 {
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 599px){
    .footer-bottom .copyright {
        position: relative;
        line-height: 20px;
        padding: 5px 0px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
    }

    .footer-bottom .copyright .text-left {
        margin-bottom: 15px;
    }
}

.default-featured-column.style-two .content-box ul {
    padding: 0 0 0 6px;
}
.default-featured-column.style-two .content-box ul li.theme_color i {
    left: 0;
    top: 10px;
}

.tribe-events-single-event-title .sidebar-page ul {
    padding: 0 0 0 6px;
}


.tribe-events-single-section.events-block-outer  {
    background: transparent !important;
    border: none !important;
    display: flex;
    flex-wrap: wrap;
}

.tribe-events-single-section.events-block-outer .tribe-events-meta-group{
    background: #fafafa;
    border: 1px solid #eee;
    width: 100%;
    margin: 0;
    max-width: 33.3%;
    padding-bottom: 1rem;
}

.tribe-events-single-section.events-block-outer .tribe-events-meta-group.tribe-events-meta-group-gmap {
    width: 100%;
    margin-top: 20px;
    max-width: 100%;
}

@media only screen and (max-width: 991px){ 
    .tribe-events-single-section.events-block-outer .tribe-events-meta-group {
        max-width: 50%;
    }
}

@media only screen and (max-width: 767px){ 
    .tribe-events-single-section.events-block-outer .tribe-events-meta-group {
        max-width: 100%;
        padding-top: 1rem;
    }
}


/*-----------------------wishlist-----------------------*/
.ajax-loading {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.ajax-loading:before  {
    background: url("../images/ajax-loader.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 32px;
    left: 50%;
    margin: -5.5px 0 0 -8px;
    position: absolute;
    top: 50%;
    width: 32px;
}
body > .ajax-loading {
    position: fixed;
}
#pop {
    border: 5px solid rgba(0, 0, 0, 0);
    border-radius: 2px;
    box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.15);
    left: 50%;
    margin-left: -250px;
    margin-top: -100px;
    position: fixed;
    top: 50%;
    width: 500px;
}
.pop {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    padding: 15px 20px;
}

/*----------------------------------------------*/
html{
	width:100%;
	overflow-x:hidden;
}
.page-wrapper{
	overflow:hidden;
}
.inner-box.contact-form .text-right .theme-btn.btn-style-two{
	display:inline-block !important;
	width:auto !important;
	background:#eb5310 !important;
}
.inner-box.contact-form .text-right .theme-btn.btn-style-two:hover{
	background:#ffffff !important;
	color:eb5310;
}
.inner-box.contact-form .text-right img{
	float:left;
}
.main-slider {
	margin-bottom:0px !important;
}
.sidebar-page .comments-area .reply-btn a{
	color:#ffffff;
}
/****************************Custom Widgets******************************/
.widget_text .footer-widget h2{
	margin-left:15px;
}
.widget ul li {
    line-height: 32px;
    margin-bottom: 7px;
    position: relative;
    padding: 0px 20px;
}
.widget ul li a {
    color: #3d3d3d;
    display: inline-block;
	width:87%;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}
.widget ul li a:hover {
    color: #eb5310;
}
.tagcloud a {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    color: #1a1a1a;
    display: inline-block;
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    line-height: 24px;
    margin: 0 5px 12px 0;
    padding: 5px 20px;
    position: relative;
    text-align: center;
    transition: all 300ms ease 0s;
}
.tagcloud a:hover {
    background-color: #eb5310;
    border-color: #eb5310;
    color: #ffffff;
}
.campaign-summary{
	padding:1em !important;
}
.campaign-summary .campaign-summary-item{
	width:48%;
	margin:0 1%;
}
.campaign-summary .campaign-donation .donate-button{
	display:block;
	margin-top:20px;
	background: #eb5310 none repeat scroll 0 0;
    border: 2px solid #eb5310 !important;
    border-radius: 3px;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    padding: 8px 25px;
    position: relative;
    text-transform: uppercase;
	margin-left:1%;
	transition:all 0.3s ease-in-out;
}
.campaign-summary .campaign-donation .donate-button:hover{
	background: #ffffff none repeat scroll 0 0;
    border-color: #eb5310;
    color: #eb5310 !important;
}
.single-tribe_events .tribe-events-single-event-title{
	margin-bottom:10px !important;
}
.header-top .info-outer .social-box .social-links a:nth-child(2){
	background-color: #de0040;
}
.header-top .info-outer .social-box .social-links a:nth-child(3){
	background-color: #dd4b39;
}
.header-top .info-outer .social-box .social-links a:nth-child(4){
	background-color: #007bb5;
}
.tribe-events-sub-nav .post-control a{
	position:relative;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.post-control .control-thumb {
    background: #252525 none repeat scroll 0 0;
    display: inline-block;
    padding: 10px 15px;
}
.post-control .control-thumb .icon{
	font-weight:bold;
	font-size:16px;
}
.tribe-events-sub-nav .post-control a .txt{
	margin:0 10px;
}
.tribe-events-sub-nav .post-control a:hover .control-thumb {
	background-color:#eb5310;
}
.tribe-events-sub-nav .post-control a:hover .control-thumb .icon,.tribe-events-sub-nav .post-control a:hover .txt{
	color:#252525;
}
.tribe-events-meta-group ul li{
	margin:8px 0;
}
.tribe-events-meta-group ul dt{
	margin-bottom:10px;
}
.page-title .bread-crumb ul li{
	display: inline-block;
    text-transform: uppercase;
	position:relative;
}
.page-title .bread-crumb ul li a:after{
	content:'/';
	position:relative;
	color:#ffffff;
	position:absolute;
	right:1px;
	top:-3px;
}
.page-title .bread-crumb ul li a{
    padding-right: 14px;
    color: #000;

    
}
.footer-upper .news-widget .news-post .image-thumb img{
	height:auto;
}
.charitable-form-fields input,.charitable-form-fields select{
	border:1px solid #eb5310;
	padding:5px 15px;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.charitable-form-fields input:focus{
	border-color:#232323;
}
.charitable-donation-form button{
	background: #eb5310 none repeat scroll 0 0;
    border: 2px solid #eb5310;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    padding: 11px 25px;
    position: relative;
    text-transform: uppercase;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.charitable-donation-form button:hover{
	background-color:#303030; 
	border-color:#303030;
}

/****************Custom Widget*********************/
.widget_recent_comments ul li a:before{
	display:none;
}
.widget select{
	width:100%;
	display:block;
	border:1px solid #ededed;
	padding:10px 0;
}
.textwidget img {
    height: auto;
    max-width: 100%;
}
.header-style-two .lower-part .outer-box{
	min-height:70px;
}
.comment-box ul.children{
	margin-left:50px;
}

.blog-news-column .image-box{
	display:inline-block;
        height: 300px;
}
.footer-widget a{
	color:#fafafa;
}
.footer-widget select{
	width:100%;
	padding:6px;
	color:#222;
}
.footer-widget #wp-calendar caption{
	padding:0px;
	margin:0px;
	font-size:14px;
	color:#ffffff;
}
.footer-widget #wp-calendar thead th{
	border:1px solid #fafafa;
	border-bottom:none;
	text-align:center;
	padding:0px;
	line-height:30px;
}
.footer-widget #wp-calendar tbody .pad{
	background:#fafafa;
}
.footer-widget .search-box .form-group {
    margin: 0;
    position: relative;
}
.footer-widget .search-box .form-group input[type="search"] {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    color: #3a3a3a;
    display: block;
    line-height: 24px;
    padding: 8px 50px 8px 20px;
    position: relative;
    transition: all 500ms ease 0s;
    width: 100%;
}
.footer-widget .search-box .form-group button {
    background: #252525 none repeat scroll 0 0;
    border-radius: 0 5px 5px 0;
    color: #ffffff;
    display: block;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
}
.footer-widget .search-box .form-group button:hover {
    background: #eb5310 none repeat scroll 0 0;
    color: #ffffff;
}
.footer-widget .tagcloud a{
	color:#eb5310;
}
a:hover{
	color:#252525;
}
.ch-coment-item .default-form{
	margin-bottom:30px;
}
.ch-coment-item .default-form textarea{
	border:1px solid #252525;
	padding:15px;
	width:100%;
}
.sidebar-page .comments-area .ch-coment-item .ch-coment-item{
	margin-left:60px;
}
.footer-widget.contact-widget input[type="submit"]{
	background-color:#eb5310;
	font-size:16px;
	font-weight:600;
	color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.footer-widget.contact-widget input[type="submit"]:hover{
	background:#303030;
}

/******* Add new css ****/
body.new-myaccount .sidebar-page {position: relative;padding: 50px 0 20px 0;}
body.new-myaccount .erf-container .erf-my-account-content {margin-bottom: 0 !important;}
.erf-container .erf-my-account-content .erf-profile-details-wrap {border: none;padding-bottom: 0}
body.new-myaccount .sidebar-page .auto-container .blog-news-section .styled-pagination {display: none;}
body.new-myaccount .sidebar-page .auto-container .blog-news-section .erf-my-account {padding : 0;}
body.new-myaccount .sidebar-page .auto-container .blog-news-section .wpb_text_column.wpb_content_element {margin-bottom: 0;padding : 0;}

body.new-myaccount .erf-profile-welcome {margin-top: -10px;}

.erf-my-account-profile-tab.active h3{margin-top: -10px;}
.erf-form.erf-change-address .erf-two-columns-btns {margin-bottom: 20px; justify-content: flex-start; align-items: center;}
.erf-form.erf-change-address .erf-two-columns-btns a { 
    /*margin-left: 15px;
    color: #ffffff;
    background-color: #9D9D9D;
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    display: inline-block;
    border: 2px solid transparent;*/
    margin-left: 15px;
    font-family: 'Raleway', sans-serif;
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 11px 25px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #9D9D9D;
    border: 2px solid #9D9D9D !important;
    border-radius: 3px;
}
.erf-form.erf-change-address .erf-two-columns-btns a:hover {
    background-color: transparent;
    border: 2px solid #868686;
    color: #868686;
}
.erf-form.erf-change-password { margin-bottom: 30px !important;}
.erf-form.erf-change-password .btn-style-two {margin-left: 0;margin-top: 0;}
.erf-form.erf-change-password a { 
    margin-left: 15px;
    color: #ffffff;
    background-color: #9D9D9D;
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    display: inline-block;
    border: 2px solid transparent;

}
.erf-form.erf-change-password a:hover {
    background-color: transparent;
    border: 2px solid #868686;
    color: #868686;
}
.erf-container .erf-form.erf-change-password label {width: 100% !important;}

.erf-form.erf-change-password .rbtns{
    display: flex!important;
    align-items: center;
    padding: 15px 0 0 0 !important;
}
.erf-form.erf-change-password .rbtns a{
    margin-left: 15px;
    font-family: 'Raleway', sans-serif;
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 11px 25px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #9D9D9D;
    border: 2px solid #9D9D9D !important;
    border-radius: 3px;
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    font-size: 14px;
}

input[type=checkbox], input[type=radio] {
    padding: 0;
    width: 22px;
    height: 22px !important;
    margin: 0 0 0 0 !important;
    position: absolute !important;
    left: 0;
}

.constitution-form .erf-two-columns{
    display: flex;
    justify-content: space-between;
    width: 100%;

}

.constitution-form .erf-two-columns.btns {
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}
.constitution-form .erf-two-columns.btns a { 
    /*margin-left: 15px;
    color: #ffffff;
    background-color: #9D9D9D;
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    display: inline-block;
    border: 2px solid transparent;*/
    margin-left: 15px;
    font-family: 'Raleway', sans-serif;
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 11px 25px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #9D9D9D;
    border: 2px solid #9D9D9D !important;
    border-radius: 3px;
}
.constitution-form .erf-two-columns.btns a:hover {
    background-color: transparent;
    border: 2px solid #868686;
    color: #868686;
}

.constitution-form .erf-two-columns .form-group {
    width: 100%;
    max-width: 49%;
    margin-bottom: 20px !important;
    
}
.constitution-form .erf-two-columns .form-group input{
    margin-bottom: 0 !important;
}
.constitution-form .erf-two-columns .form-group label.error {
    display: block;
    padding: 0px 0px 0px 0px;
    line-height: 24px;
    text-transform: inherit;
    font-size: 15px !important;
    color: #ff0000 !important;
    font-weight: 400;
    margin: 0 0 -10px 0;	
}

.con_error{
    display: block;
    padding: 0px 0px 0px 0px;
    line-height: 24px;
    text-transform: inherit;
    font-size: 15px !important;
    color: #ff0000 !important;
    font-weight: 400;
}
.sortable-masonry .form-control{
    font-size: 16px !important;
}
.conbutton_display{
    display: flex;
align-items: center;
}

@media only screen and (max-width: 1230px){ 
   
}

@media only screen and (max-width: 1024px){ 

}

@media only screen and (max-width: 991px){ 

}

@media only screen and (max-width: 767px){ 
    .constitution-form .erf-two-columns {
        flex-wrap: wrap;
    }
    .constitution-form .erf-two-columns .form-group {
        width: 100%;
        max-width: 100%;
    }
    .checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
        margin-left: 0px;
        margin-bottom: 15px;
        line-height: 22px;
    }
    .checkbox-inline, .radio-inline {
        line-height: 20px !important;
        margin-bottom: 15px !important;
    }

    .newsletter_div {
        flex-wrap: wrap;
    }

    .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
        margin-bottom: 15px !important;
    }

    .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
        margin-bottom: 15px !important;
    }

    .sidebar-page ul {
        padding: 0 0 25px 0px;
    }
    .erf-container .erf-profile-details-wrap .erf-profile-details .erf-flex {
        max-width: 100%;
        width: 100% !important;
        margin-bottom: 15px;
    }

    .gurjar-scholarship ul {
        margin-left: 20px;
    }
  .page-template-constitution_template .sidebar-page ul{
    margin-left: 20px;
    }
    .conbutton_display{
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 576px){ 
    
}

.erf-container .erf-form .form-group {
    position: relative!important;
}
.erf-container .erf-form .form-group .fb-text-label input {
    margin: 0 10px 0 0!important;
}

.radio-readonly {
 /* opacity: 0.5;  not necessary */
  pointer-events: none;
}
body.new-myaccount .erf-container .tab-content {
    margin-bottom: 0 !important;
}
.erf-container .erf-container .tab-content {
    padding: 0 10px;
}
.erf-container .tab-content{
    box-sizing: border-box;
}