/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@import 'flexvideo.css';



img.aligncenter {
	display: block;
	margin: 0 auto;
}



/* chromeframe error */
.chromeframe {
	background: #a00;
	color: #faa;
	display: block;
	padding: 3px 0;
	text-align: center;
}
.chromeframe a {
	color: #fff;
	text-decoration: underline;
}



.page-header-top-right {
	margin-top: 10px;
}



.pagination {
	margin: 0;
}



.pagination-center {
	text-align: center;
}
.pagination-row {
	margin-bottom: 20px;
}



.required {
	color: #f00;
}



.row-with-vspace {
	margin-bottom: 20px;
}



.site-main .format-aside {
	background: #f5f5f5;
}
.site-main .format-image {
	background: url('../img/content-post-format-image.png') left top no-repeat;
}
.site-main .format-link {
	background: url('../img/content-post-format-link.png') left top no-repeat;
}
.site-main .format-quote {
	background: url('../img/content-post-format-quote.png') left top no-repeat;
}
.site-main .format-video {
	background: url('../img/content-post-format-video.png') left top no-repeat;
}



.site-title {
	margin-bottom: 0;
	margin-top: 10px;
}
.site-title > a {
	text-decoration: none;
}
.site-title > div {
	height: auto;
	line-height: 18px;
}
.site-title .site-description {
	color: #999;
	font-size: 16px;
}
.site-title .site-title-heading {
	margin: 0;
}



.widget_calendar #wp-calendar {
	margin: 0;
}
.widget_calendar #wp-calendar #next {
	text-align: right;
}



#comments .comment-navigation {
	margin-bottom: 0;
}
#comments .comment-navigation-below {
	margin-bottom: 20px;
	margin-top: 15px;
}
#comments .media-list li .media {
	margin-top: 15px;
}
#comments .media-list li .media .media-body {
	border: 1px solid #eee;
	padding: 10px;
}
#comments .media-list li .media .media-body .comment-author {
	font-size: 12px;
	margin-bottom: 10px;
}
#comments .media-list ul.children {
	list-style: none;
	margin-left: 2.5em;
}


#main-column .wp-video-shortcode {
	display: block;
	height: auto;
	max-width: 100%;
}
#main-column .attachment .entry-content {
	margin-bottom: 20px;
}
#main-column .attachment .entry-content .attachment {
	text-align: center;
}
#main-column .attachment .entry-meta {
	margin-bottom: 20px;
}
#main-column .post,
#main-column .page {
	border: 1px solid #eee;
	margin-bottom: 20px;
	padding: 10px;
}
#main-column .post .entry-header .entry-meta {
	color: #999;
}
#main-column .post .entry-header .entry-meta a {
	color: inherit;
}
#main-column .post .entry-header .entry-meta .posted-on .updated {
	display: none;
}
#main-column .post .entry-meta .categories-icon {
	cursor: default;
}
#main-column .post .entry-meta .comments-link a {
	color: #333;
}
#main-column .post .entry-meta .comments-link a .comment-icon .comment-total,
#main-column .page .entry-meta .comments-link a .comment-icon .comment-total {
	color: #555;
	font-size: 12px;
	margin-left: 5px;
}
#main-column .attachment .edit-post-link a, 
#main-column .attachment .entry-meta .edit-post-link a, 
#main-column .post .entry-meta .edit-post-link a,
#main-column .page .entry-meta .edit-post-link a {
	color: #333;
}
#main-column .post .entry-meta .tags-icon {
	cursor: default;
}
#main-column .attachment .entry-title, 
#main-column .post .entry-title,
#main-column .page .entry-title {
	margin-top: 0;
	word-wrap: break-word;
}



#sidebar-left .widget,
#sidebar-right .widget {
	border: 1px solid #eee;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 10px;
}
#sidebar-left .widget ul,
#sidebar-right .widget ul {
	padding-left: 20px;
}
#sidebar-left .widget .widget-title,
#sidebar-right .widget .widget-title {
	font-size: 18px;
	margin-top: 0;
}



#site-footer {
	background: #f5f5f5;
	border-top: 3px solid #ddd;
	font-size: 12px;
	padding: 10px;
}































body,h1,h2,h3,h4,h5,h6,form,blockquote {
	font-family: 'Alegreya Sans', sans-serif;
}

body {
	font-size : 19px;
	line-height : 150%;
}

a {
	color : #2525aa;
}
a:hover,a:focus {
	color : #bc2935;
}

section#mainc .container {
	background-color : #fff;
}
.navbar-default {
	margin-bottom : 0px;
	border-top : 1px solid #000;
	border-bottom : 1px solid #000;
	background-color : #f0f0f0;
	background-image : none;
	border-radius: 0px;
}
.navbar-default .navbar-nav > li > a {
  color: #000;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #ea0001;
}
.navbar.navbar-default .navbar-nav > .current-menu-item > a,
.navbar.navbar-default .navbar-nav > .current-menu-item > a:hover,
.navbar.navbar-default .navbar-nav > .current-menu-item > a:focus,
.navbar.navbar-default .navbar-nav > .current-page-ancestor > a {
  color: #fff !important;
  background: #c1291e !important;
}
@media (min-width: 768px) and (max-width: 1199px) {
	.navbar-default .navbar-nav {
		font-size : 16px;
	}
}

#primary-header {
	background-color : #ea0001;
	padding-top : 15px;
	padding-bottom : 30px;
}
#mainc {
	min-height : 500px;
	padding-top : 30px;
	padding-bottom : 30px;
	width : 100%;
	background: url(../img/bg.jpg) no-repeat center top;
}
.page-id-10207 #mainc {
	padding-top : 10px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.donate-block {
	position: relative;
	min-height : 155px;
}
a.donate-button {
	display: block;
	position: absolute;
	top : -10px;
	right : -5px;
	text-decoration: none;
	color : #fff;
	background-color : #008871;
	text-align: center;
	padding : 10px;
	border-radius : 10px;
	border : 5px solid #fff;
	font-size : 20px;
	line-height : 24px;
	font-style: italic;
	-webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.3);
	box-shadow: 0 5px 15px 0 rgba(0,0,0,.3);
	-moz-transform: rotate(4deg);
	-webkit-transform: rotate(4deg);
	-o-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
	transform: rotate(4deg);
}
.front .donate-block {
	position: relative;
	min-height : 0;
}
.front a.donate-button {
	top : -205px;
}
a.donate-button strong {
	display: block;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	font-size : 72px;
	line-height : 60px;
}
a.donate-button:hover,a.donate-button:focus {
	text-decoration: none;
	background-color : #ea0001;
}


#footerc {
	padding-top : 30px;
	padding-bottom : 30px;
	background-color : #f0f0f0;
}



h1.entry-title {
	color : #ea0001;
	font-weight : bold;
	margin : 0px 0px 15px 0px;
	font-size : 46px;
}
h2 {
	color : #ea0001;
	font-weight : bold;
	margin : 60px 0px 10px 0px;
	padding-bottom : 5px;
	border-bottom : 1px solid #ea0001;
	font-size : 28px;
}

.row-headlines {
	font-size : 125%;
	margin-bottom : 30px;
}
.row-headlines img {
	margin-bottom : 5px;
}
.row-headlines a {
	color : #000;
}
.row-headlines a:hover,
.row-headlines a:focus {
	color : #EB0000;
	
}

#wpv-view-layout-10211-CATTR923b5e59970fedb4afae6b29ec88f98fCPID10207 {
	width : 100%;
}
@media (min-width: 1200px) {
#wpv-view-layout-10211-CATTR923b5e59970fedb4afae6b29ec88f98fCPID10207 {
	height : 475px;
	overflow : hidden;
}
#wpv-view-layout-10211-CATTR923b5e59970fedb4afae6b29ec88f98fCPID10207 .col-photo,
#wpv-view-layout-10211-CATTR923b5e59970fedb4afae6b29ec88f98fCPID10207 .col-caption {
	max-height : 475px !important;
}
.col-caption {
	padding-top : 30px;
}
}
.col-caption {
	text-align: center;
	font-size : 20px;
}
#wpv-view-layout-10211-CATTR923b5e59970fedb4afae6b29ec88f98fCPID10207 .carousel-control {
	z-index: 10;
}
#wpv-view-layout-10211-CATTR923b5e59970fedb4afae6b29ec88f98fCPID10207 h3,
h3.slider-h3 {
	font-size : 44px !important;
	line-height : 85% !important;
	margin : 0 0 10px 0 !important;
}

.col-caption .btn {
	margin-top : 20px;
}

h3 a {
	color : #000;
}


body.page-id-10207 section#mainc div.container div#main-column main#main > div.row {
	padding-top : 30px;
}



#mainc .btn-default {
  color: #EB0000;
  background-color: #fff;
  border-color: #EB0000;
}
#mainc .btn-default:hover,
#mainc .btn-default:focus,
#mainc .btn-default.focus,
#mainc .btn-default:active,
#mainc .btn-default.active,
#mainc .open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #EB0000;
  border-color: #EB0000;
}


.list-blocks {
	margin : 0px;
	margin-top : 26px;
}
.list-blocks li {
	margin-bottom : 7px;
}
.list-blocks li:last-child {
	margin-bottom : 0px;
}
.list-blocks li a {
	display : block;
	padding : 5px;
	text-align: center;
	border-radius : 5px;
	border : 1px solid #fff;

	background-color : #b02811;
	color : #fff;
}
/*
.list-blocks li:last-child a {
	background-color : #4BD600;
}
*/
.list-blocks li a:hover,.list-blocks li a:focus {
	background-color : #f4c610;
	color : #000;

	text-decoration: none;
}



h3.sechead {
	color : #f12300;
	font-weight: bold;
	font-style: italic;
	margin : 0 0 15px 0;
	border-bottom : 1px solid #f12300;
}




#main-column .post, #main-column .page {
    border: none;
    margin-bottom: 20px;
    padding: 0px;
}



.pagination-btm {
	text-align: center;
}
.pagination-btm ul {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination-btm ul > li {
  display: inline;
}
.pagination-btm ul > li > a,
.pagination-btm ul > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination-btm ul > li:first-child > a,
.pagination-btm ul > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination-btm ul > li:last-child > a,
.pagination-btm ul > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-btm ul > li > a:hover,
.pagination-btm ul > li > span:hover,
.pagination-btm ul > li > a:focus,
.pagination-btm ul > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination-btm ul > .wpv_page_current > a,
.pagination-btm ul > .wpv_page_current > span,
.pagination-btm ul > .wpv_page_current > a:hover,
.pagination-btm ul > .wpv_page_current > span:hover,
.pagination-btm ul > .wpv_page_current > a:focus,
.pagination-btm ul > .wpv_page_current > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
body.home form.js-wpv-filter-form {
	padding: 0;
	margin: 0 0 5px 0;
	text-align: right;
	list-style: none;
	font-size : 14px !important;
	line-height : 100%;
}
body.home form.js-wpv-filter-form a {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	color : #ddd;
	border: 1px solid #ddd;
	border-radius: 15px;
}
body.home form.js-wpv-filter-form a:hover,
body.home form.js-wpv-filter-form a:focus {
	text-decoration: none;
	
	background-color: #eee;
}
a.wpv-filter-previous-link {
}


a.wpv-filter-next-link {
	margin-left : 20px;
}

.btn {
	background-image : none !important;
}

h3.widgettitle {
	font-size : 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin : 0 0 5px 0;
	padding : 0 0 5px 0;
	color : #000;
	border-bottom : 1px solid #ea0001;
}



.entry-meta {
	margin-top : 30px;
	padding-top : 30px;
	border-top : 1px dotted #ea0001;
	font-size : 85%;
}
.entry-meta .tags-links {
	margin-left : 20px;
}

.img-featured-img {
	width : 300px;
	float : right;
	margin : 0 0 30px 30px;
}

.meta-date {
	margin : 5px 0px;
	padding : 0px;
	color : #666;
	font-style: italic;
	font-size : 90%;
}


body.page-id-57 .entry-content .row {
	margin-bottom : 60px;
}
body.page-id-57 .entry-content h3 {
	margin-top : 0px;
}


.row-headlines-container .row-headlines img {
	display: none;
	visibility: hidden;
	height : 0px;
}
.row-headlines-container .row-headlines:first-child img {
	display: block;
	visibility: visible !important;
	height : auto !important;
}







a.wpv-filter-next-link,
a.wpv-filter-previous-link {
	display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid #2525aa;
  border-radius: 4px;

}

a.wpv-filter-next-link {
  float: right;
}
a.wpv-filter-previous-link,
.pager .previous > span {
  float: left;
}


a.wpv-filter-next-link:hover,a.wpv-filter-next-link:focus,
a.wpv-filter-previous-link:hover,a.wpv-filter-previous-link:focus {
  background-color: #2525aa;
  color : #fff;
}