/* 
Theme Name: CharityHope
Theme URI:  http://themerail.com/wp/theme/charity
Author: CodePassenger
Author URI: http://themeforest.net/user/codepassenger
Description: Charity WordPress Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: charityhope
Tags: sticky-post, post-formats, featured-images

*/


/*
|----------------------------------------------------------------------------
| CSS INDEX
|----------------------------------------------------------------------------

1 - Alignment

2 - Caption and Blockquote

3 - 404 Page

4 - Table

5 - Page Comment Navigation

5 - Markup Alignment

6 - Miscellaneous

*/

code, pre, kbd, tt {
	word-wrap: break-word;
	white-space: pre-wrap;
}
.entry-title,
.entry-content p,
.comment-info p,
.recentcomments a,
.page-header .page-title,
.breadcrumb li,
.post-entry p,
.comment-content p {
	-ms-word-wrap: normal;
	word-wrap: normal;
	word-break: normal;
}
body, html {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-h-adjust: 100%;
	text-rendering: optimizeLegibility !important;
}

/*-----------------------
	1 - Alignment
------------------------*/

.alignnone {
    margin-top: .5em;
    margin-bottom: .5em;
	display: block;
    height: auto;
    max-width: 100%;
}
.alignleft {
	float: left;
    margin: .5em 20px .5em 0;
}
.alignright {
    float: right;
    margin: .5em 0 .5em 20px;
}
.aligncenter {
    display: block;
    float: none;
    margin-top: .5em;
    margin-right: auto!important;
    margin-bottom: .5em;
    margin-left: auto!important;
}

/*-----------------------------
	2 - Caption and Blockquote
-------------------------------*/

.wp-caption {
    margin: 0 0 20px 0;
    padding-top: 4px;
    max-width: 100%;
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
            border-radius: 3px;
    border-image: initial;
    background-color: #ddd;
    text-align: center;
}
.wp-caption img {
    max-width: 100%;
    height: auto;
}
.post-content .wp-caption {
	text-align: left;
	width: auto !important;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}
.entry-content img {
    max-width: 100%;
    height: auto;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}
.wp-caption-text{
	font-size: 14px;
	font-size: 1.4rem;
}
.format-image .wp-caption {
	border: none;
	background: transparent;
}
/*-----------------------------
	3 - 404 Page
------------------------------*/

.error_404 {
	text-align:center;
	
}
.error_404 .error_code{
	color: rgba(0, 0, 0, 0.9);
    display: block;
    font-size: 80px;
	line-height: 100%;
	padding: 15px 0;
}
.error_404 .error_text{
	font-size: 24px;
	display: block;
	color: rgba(0, 0, 0, 0.7);
}
.error_404 a{
	margin-top: 20px;
	color: #fb0d29;
}
.error_404 a:hover{
	color: #0ec7ef;
}
.comment-metadata, .comment-content {
	min-height: 26px;
}
.wpb_content_element {
	margin-bottom: 0 !important;
}
.remove-column-gap .vc_column_container>.vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}

/*---------------------------
	4 - Table
----------------------------*/

table {
    margin: 20px 0;
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	table-layout: fixed;
}
table td ,table th{
	padding: 8px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    vertical-align: top;
    text-align: left;
    line-height: 18px;
}

/*------------------------------
	5 - Page Comment Navigation
-------------------------------*/

.page .page-content {
	margin-top: 55px;
}
.about-page-content > ul {
	margin: 30px 0 50px 40px !important;
}
.about-page-content ul li {
	font-size: 13px;
	line-height: 28px;
	color: #757575;
	font-weight: 300;
	letter-spacing: 0.65px;
}
.textwidget img{
	height:100%;
	width:100%;
}
.textwidget select{
	width:100%;
}
.navbar-brand img{
	margin:0px;
}
.comment-info img{
	max-width:100%;
}
.comment-list .children{
	padding-left:40px !important;
}
.comment-form  .comment-reply-title{
	display:none;
}
select{
    max-width:100%;
}
.single-page-post .page-links {
	margin-bottom: 30px;
}
.single-page-post .single-blog-post {
	box-shadow:none;
}
#instafeed {
	display: table;
}
#instafeed .item {
	display: table-cell;
}
#instafeed .item img {
	max-width: 100%;
}
.vc_row-has-fill>.vc_column_container>.vc_column-inner {
	padding-top: 0 !important;
}
.border-right-0 .post-area-boxed {
	border-right: none !important;
}
.single-post-pagination {
	margin-top: 50px;
	clear: both;
}
.single-post-pagination .nav-previous {
	float: left;
}
.single-post-pagination .nav-previous a{
	font-size: 1.6rem;
	border: 1px solid #fa6200;
	padding: 0 20px;
	font-family: "Montserrat", sans-serif;
	line-height: 2;
	text-transform: uppercase;
	display: inline-block;
	height: 41px;
}
.single-post-pagination .nav-next a {
	font-size: 1.6rem;
	border: 1px solid #fa6200;
	padding: 0 20px;
	font-family: "Montserrat", sans-serif;
	line-height: 2;
	display: inline-block;
	text-transform: uppercase;
	height: 41px;
}
.single-post-pagination .nav-previous a:hover, .single-post-pagination .nav-next a:hover{
	background-color: #fa6200;
	color: #ffffff;
}
.single-post-pagination .nav-previous + .nav-next {
	float: right;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus {
	background: transparent !important;
}
.dropdown-menu>.active>a:hover {
	background: #fcb20b !important;
}

/*------------------------------
	6 - Markup Alignment
-------------------------------*/

.entry-content .article ul,
.page-content ul,
.comment-content ul {
	list-style: disc;
	padding-left: 20px;
}
.entry-content .article ol,
.page-content ol,
.comment-content ol {
	list-style: decimal;
	padding-left: 20px;
}
.entry-content .article ul li,
.entry-content .article ol li,
.page-content ul li,
.page-content ol li,
.comment-content ol li,
.comment-content ul li {
	margin: 8px 0;
}
.entry-content .article ul li span,
.entry-content .article ol li span {
	font-size: 13px !important;
}
.entry-content .article dd,
.page-content dd,
.comment-content dd {
	margin: 12px 0;
}
.comment-content iframe,
.comment-content embed,
.comment-content img {
	max-width: 100%;
}
.single .page-links {
	margin-top: 50px;
}
.entry-content dl.wp-caption {
	display: none;
}
.post-categories li {
	display: inline-block;
	line-height: 22px;
}
.single .comment-navigation {
	margin-top: 50px;
}
.post-password-form label {
	display: block;
}
.post-password-form input[type='password'] {
	width: 100%;
	display: block;
}
.post-password-form input[type='submit'] {
	background-color: #fcb20b;
	color: #fff;
	border: none;
	padding: 8px 15px;
}
.entry-content iframe,
.entry-content embed,
.entry-img iframe {
	width: 100%;
	max-width: 100%;
	height: 400px !important;
}
.wp-caption-text {
	margin-bottom: 0;
	padding: 10px 0;
}
.about-me ol {
	padding-left: 20px;
	margin-left: 0;
}
.about-me ol li {
	line-height: 24px;
}
.fixed_nav + .header-wrap {
	padding: 120px 15px 50px;
}
.widget.recent-posts ul.entry-meta {
	padding-left: 0 !important;
}

/*-----------------------------
	6 - Miscellaneous
------------------------------*/

.blog-listing .sticky {
	border: 1px solid #fcb20b;
    padding:15px;
	
}
.post  .post-title,
p.post-excerpt{
	
}
.post_format-post-format-gallery.style-2 .post-thumb + .post-content,
.post_format-post-format-gallery.style-2 .post-thumb {
	width:100%;
}

.post_format-post-format-gallery.style-2 .post-thumb + .post-content{
	margin-left:0;
	margin-top:30px;
}

.widget_archive .screen-reader-text,
.widget_categories .screen-reader-text {
	display: none;
}
.sidebar .widget_search .widget-title {
	padding: 20px 0 0 40px;
}
.textwidget p img {
	margin-top: 10px;
	margin-bottom: 10px;
}
.footer-widget-area .calendar_wrap table td,
.footer-widget-area .calendar_wrap table th {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
.footer-widget-area .textwidget .wp-caption-text {
	color: #333;
}
.gallery-caption {
	text-align: center;
}

.orange a, .orange {color: #fa6200 !important;}

.apsc-theme-16 .apsc-each-profile a {
    background: none;
    width: 40px !important;
}

body #gform_wrapper_5 .gform_footer input[type=submit], body #gform_wrapper_4 .gform_footer input[type=submit], body #gform_wrapper_3 .gform_footer input[type=submit], body #gform_wrapper_1 .gform_footer input[type=submit], body #gform_wrapper_2 .gform_footer input[type=submit], body #gform_wrapper_7 .gform_footer input[type=submit], body #gform_wrapper_8 .gform_footer input[type=submit] body #gform_wrapper_10 .gform_footer input[type=submit], body #gform_wrapper_9 .gform_footer input[type=submit] {border: 0px; background-color: #fa6200; font-weight: 600;
    font-family: "Montserrat", sans-serif; color: #ffffff; text-transform: uppercase;
}

.gform_wrapper .gform_footer {
    padding: 16px 0 10px;
    margin: 0px 0 0 !important;
    clear: both;
    width: 100%;
}


body #gform_wrapper_6 .gform_footer input[type=submit]

{background-color: #fa6200;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    padding: 0 28px;
    font-size: 1.8rem;
    color: #ffffff;
    line-height: 48px;
    height: 50px;
    border-radius: 25px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
border: none; width: 25%;
}



body #gform_wrapper_6 label.gfield_label {
    font-weight: 700;
    font-size: 0;
}

body #gform_wrapper_6 .field_sublabel_below .ginput_complex.ginput_container label, body #gform_wrapper_7 .field_sublabel_below .ginput_complex.ginput_container label {    display: block;
    font-size: 0;
    letter-spacing: .5pt;
    white-space: nowrap;
}

body #gform_wrapper_6 div.charleft, body #gform_wrapper_7 div.charleft {
    font-size: 0;
    
}

body #gform_wrapper_6 .gform_body .gform_confirmation_wrapper.6 .gform_confirmation_message {margin-top:100px; font-weight: 600;
    font-family: "Montserrat", sans-serif; font-size: 1.8rem; text-transform: uppercase;
    color: #fa6200;}

.gform_wrapper .gfield_required {
    color: #fa6200 !important;
    margin-left: 4px;
}

input:not([type=radio]):not([type=checkbox]):not([type=submit]) {

    border: 1px solid #cccccc !important;
}

body #gform_wrapper_8 .gform_body, body #gform_wrapper_1 .gform_body, body #gform_wrapper_3 .gform_body, body #gform_wrapper_2 .gform_body {
    width: 100%;
    background: #eeeeee;
    padding: 20px;
}

body #gform_wrapper_9 .gform_body {
    width: 100%;
    background: #eeeeee !important;
    padding: 20px;
}

div.column ul li {margin-bottom: 30px !important;}


.navbar-default .navbar-header,
.navbar-default .navbar-donate .btn { z-index: 1000 !important; }

@media (min-width:992px) and (max-width: 1200px) {
	#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li>a {
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* Care First Survey Styles */
.page-id-69158 .gform_wrapper .top_label .gfield_label {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 0.5rem;
}

.page-id-69158 .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
}

.page-id-69158 .gform_wrapper ul.gfield_checkbox, 
.page-id-69158 .gform_wrapper ul.gfield_radio {
	margin: 0;
}

.page-id-69158 .gform_wrapper ul li.gfield {
	margin-top: 0;
	margin-bottom: 2rem;
}

.page-id-69158 .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, 
.page-id-69158 .gform_wrapper ul li.field_description_below div.ginput_container_radio {
	margin-top: 0;
}

.page-id-69158 .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, 
.page-id-69158 .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], 
.page-id-69158 .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
	margin-top: 0;
}

.page-id-69158 .gform_wrapper ul.gfield_checkbox li label, 
.page-id-69158 .gform_wrapper ul.gfield_radio li label {
	font-size: 1.25rem;
	line-height: 1.2;
}

.page-id-69158 .gform_wrapper .top_label div.ginput_container {
	margin: 0;
}

.page-id-69158 .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html#field_11_107 {
	margin-bottom: 0.5rem;
}

.page-id-69158 table.gsurvey-likert {
	margin-top: 0;
	margin-bottom: 0;
}

.page-id-69158 table.gsurvey-likert th.gsurvey-likert-choice-label {
	font-size: 1.25rem;
}

.page-id-69158 .gform_wrapper .gform_page_footer .button[type="submit"]{
	font-size: 1em;
    width: auto;
    margin: 0 16px 0 0;
    line-height: 20px;
    padding: 9px 20px;
	color: #fff;
	background-color: #fa6200;
}