/*
 Theme Name:   Rive Child
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  Twenty Fourteen Child Theme
 Author:       inQbation
 Author URI:   http://inqbation.com
 Template:     Rive
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Rive-child
*/

@import url("../Rive/style.css");

div.white-big {
	margin-top: 25px !important;
}
.sidebar-left .sidebar-inner {
	padding-top: 17.5px;
}
div.footer-content {
	background-image: url(images/grey_sandbag-blue.png) !important;
}
.donation-container{
	display: none;
}
body{
	zoom: 125% !important;
}
.home h1{
/*	position: absolute;
	top: -500px;*/
	font-size: 20px !important;
	text-align: center;
	width: 100%;
}
.home .tiles-slider{
	padding-top: 5em;
}
.home .white-bg > div:first-child{
	position: relative;
}

/* front page buttons */
.front-button a{
	display: block;
	background: gray;
	padding: 38px 10px;
	color: white;
	text-align: center;
	background-size: cover !important;
	margin-bottom: 15px;
}

.front-button a:hover{
	opacity: 0.9;
	color: white;
}

.front-button h2, .front-button p{
	margin: 0;
	line-height: 20px;
}

#rev_slider_2_1_wrapper{
	margin-left: 0px;
}

.front-button p a::first-line{
	font-family: 'Fjalla One', sans-serif;
	font-size: 24px;
	font-weight: normal;
}

.front-button.one a{
	background: #ca5f00 url(images/newsletter-front-page-button.png) no-repeat top center;
}

.front-button.two a{
	background: #28406d url(images/report-and-resources-front-page-button.png) no-repeat top center;
}

.front-button.three a{
	background: #4c752e url(images/archives-front-page-button.png) no-repeat top center;
}

@media all and (max-width: 768px){
	.front-buttons-container .one_third{
		display: block;
		width: 100%;
		float: none;
	}
}

.main-container-wrapper .page-sidebar-no .white-bg {
	padding: 1px 18px 10px 18px;
}

.white-bg .divider.type_1 {
	margin-top: 2px;
}

.widget-area {
	padding-bottom:0px;
	margin-bottom:0px;
}

.inqlink {
	padding-bottom:20px;
}

.breadcrumb {
	display:none;
}

h1, .page-title {
	height:50px;
}

.page-title {
	min-height:70px !important;
}

input#appendedInputButton {
	background-color:#FFFFFF;
}

.input-append .btn {
	background-image: linear-gradient(to bottom, #CA5F00, #AF4100);
	border: none;
	color: #FFFFFF;
	padding:5px;
}

.input-append .btn-primary:hover, .input-append .btn-primary:active, .input-append .btn-primary.active, .input-append .btn-primary.disabled, .btn-primary[disabled] {
	background-image: linear-gradient(to bottom, #AF4100, #CA5F00) !important;
	background-color: #CA5F00;
	text-shadow: 0 1px 0 #333333 !important;
	border: none !important;
	color: #FFFFFF !important;
}

.twitter_container .tweet_text_container .tweet_text {
	width:80%;
}

.footer div.footer-content h4 {
	color: #FFFFFF;
}

div.white-bg > div > .page-title {
	margin: 0px -18px 20px -18px !important;
}
.main-container-wrapper .page-sidebar-no .white-bg {
	margin-top:10px;
}

/* March 27, 2014 - Added Donate button to menu */
#donate-button a {
	background-image: linear-gradient(to bottom, #CA5F00, #AF4100);
	border: none;
	border-top: 3px #C87233 solid;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/** Change the donate button gradient to opposite on hover **/
#donate-button a:hover {
	background-image: linear-gradient(to bottom, #AF4100, #CA5F00);
}

/** Add some margin between menu items **/
.header .main-menu li {
	margin-right: 5px;
}

/** These two rules hide the featured image on the post page and hide the embedded image on the post listing page **/
div.entry-image a.size-thumbnail img.span24 {
	display:none;
}

.cause-text img.alignright {
	display:none;
}

/** Remove padding below widgets **/
.sidebar-inner.container-fluid .widget {
	padding:0px;
}

/** Bold all links on the white background **/
.white-bg a {
	font-weight: bold;
}

/** Make button text white **/
.btn-primary {
	color:#FFFFFF !important;
}
/* Make footer news date color lighter */
 .footer-content .footer-links-container p, .footer-content .footer-links-container li, .footer-content .footer-links-container span, .footer-content .footer-links-container .widget .tweet_list .tweet_text, .footer-content .footer-links-container #calendar_wrap #wp-calendar caption, .footer-content .footer-links-container #calendar_wrap #wp-calendar td, .footer-content .footer-links-container #calendar_wrap #wp-calendar th {
 	color: #DDDDDD;
 }

.entry-content #author-info p {
	color: #333333;
}

.slider-box-left {
	width:350px;
	background-color:#4E3F2F;
	color:#FFFFFF;
	white-space: pre-wrap;
	padding:30px;
}

/** Slider arrows - move down to accommodate slide text **/
div.tp-leftarrow, div.tp-rightarrow {
	margin-top:100px !important;
}

body h1, body .page-title h1 {
	font-size: 19.5px !important;
}


/*** BEGIN imported from custom.css **/
h1, .page-title h1 {
	font-size: 21.5px !important;
}

body {
	zoom: 110%;
	/*background-color: #8A7861 !important;*/
	/*background-image: none;*/
	font-family: 'Open Sans' , 'Arial', sans-serif;
	background: #a99780 url(images/grey_sandbag-brown.png) repeat 0 0;
}
body {
	font-family: sans-serif !important;
}
a {
	text-decoration: none !important;
}
a:hover {
	color: #aaa;
}
#first p, .text-widget, #recent-posts-plus-2 a {
	font-family: 'Open Sans' !important;
}
div.footer-content h3, div.footer-content h4 {
	font-family: 'Fjalla One';
	color: #ccc;
	text-shadow: rgb(0, 0, 0) 0px 0.9px 0px !important;
}
.top-line {
	display: none;
}
.header{
	background: #233658 url(images/grey_sandbag-blue.png) repeat 0 0;
}
.header .main-menu ul li a, .header .main-menu ul li {
	background: #152A4F;
}

div.footer-content {
	background: #152A4F;
	color: #ccc;
}
/*recent-posts-plus-2 a {
	font-family:
}*/
.transparent-bg {
	display: none;
}


.header .main-menu li a:hover,
.header .main-menu li:hover a,
.header .main-menu li.current_page_item > a,
.header .main-menu li.current_page_parent > a{
	background-color: #645a4c;
}

.header .main-menu li.current_page_parent li.current_page_item > a,
.header .main-menu ul li > a:hover{
	background: #645a4c;
}

.menu-container{
	padding-right: 20px;
}

.footer-links-container p, #text-2 {
	color: #ddd !important;

}

/* Slider Tiles */

.tiles-slider {
	padding: 13px 13px;
	background: #fff;
}

.tiles-slider .tiles-ul span {
	color: #fff;
}

.tiles-slider .tiles-ul .bottom-text {
	padding-left: 20px;
	color: #fff;
	background: none;
}

.tiles-slider .tiles-ul {
	list-style: none;
	position: relative;
	margin: 0 auto;
	padding: 0;
}

.tiles-slider .tiles-ul li {
	width: 25%;
	float: left;
	background: #fff;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.tiles-slider .tiles-ul li a,
.tiles-slider .tiles-ul li a img {
	display: block;
	position: relative;
}

.tiles-slider .tiles-ul li a {
	overflow: hidden;
}

.tiles-slider .tiles-ul li a div {
	position: absolute;
	background: #333;
	background: rgba(21,42,79,0.7);
	width: 100%;
	height: 100%;
	text-align: center;
}
.tiles-ul div span {
	display: none;
}
.tiles-slider .tiles-ul li a div .title {
	margin: 20px 0 12px 0;
	display: block;
	padding: 25% 25px 0 25px;
	text-transform: uppercase;
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: none !important;
	text-align: center;
	font-family: "Fjalla One";
	font-size: 19px;
	height: 100px;
}

.tiles-slider .tiles-ul li a div.no_bottom_border .title {
	border-bottom: 0;
}

.header .menu-main-menu-container .main-menu li a {
	font-size:15px;
	padding-left:10px;
	padding-right:10px;
}

.content p {
	font-family: sans-serif !important;
}

.top-search-box {
	margin-top:40px;
	padding-right:40px;
}

.twitter_retweet, .twitter_share {
	display:none !important;
}
.twitter_container .tweet_text_container .tweet_text {
	width:100% !important;
}

h2 {
	font-size:18px !important;
}

/*** END imported from custom.css **/

