/*
Theme Name: Bastrop County Emergency Food Pantry
Author: Pinecode Creative
Author URI: http://www.pinecodecreative.com
Description: This theme was designed and built by Pinecode Creative for the Bastrop County Emergency Food Pantry website.
Version: 1.0
*/

/* GENERAL STYLES */

body{
	font-size:16px;
}

h1, h2, h3, h4, h5, h6{
	font-family:'Montserrat', sans-serif;
	text-transform:uppercase;
	color:#cc7527;
	font-weight:400;
}

img{
	max-width:100%;
	height:auto;
}

.floatright{
	float:right;
}

.floatleft{
	float:left;
}

.row{
	padding:35px 0;
}

.row.no-padding{
	padding:0;
}

.padding-0{
	padding:0;
}

.btm-line::after{
	content: ' ';
	height: 4px;
	width: 65px;
	display: block;
	background:#fff;
	margin-top:4px;
}

input[type=button], input[type=reset], input[type=submit]{
	padding:10px 15px;
	font-size:14px;
	font-family:Montserrat;
	text-transform:uppercase;
	color:#fff;
	background-image:none;
	background-color:#1a79be;
	border:none;
	margin-top:9px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}

input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover
input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus{
	background:#2b8acf;
}

/* NAV & HEADER STYLES */

#main-header{
	z-index:99;
	position: relative;
}

#logo-container{
	width:120px;
	height:110px;
	background:#fff;
	position: relative;
	top:-21px;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

#logo-container:hover{
	opacity:0.65;
}

#logo{
	max-width:98%;
	height:auto;
	position:absolute;
	top:10px;
}

nav.navbar{
	background-color:#242c32;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	margin-bottom:0;
}

nav.navbar a:link, nav.navbar a:visited{
	color:#fff;
	text-shadow:none;
	font-family:'Montserrat';
	font-weight:400;
	font-size:16px;
	text-transform:uppercase;
	padding:20px 15px;
}

.navbar-nav>li>.dropdown-menu a:link, .navbar-nav>li>.dropdown-menu a:visited{
	color:#242c32;
}

nav.navbar a:hover, nav.navbar a:focus{
	color:#076cb6;
	background-color:transparent;
}

@media only screen and (max-width: 1200px) and (min-width : 768px) {
	nav.navbar a:link, nav.navbar a:visited {
		font-size: 11px;
	}
}

@media only screen and (min-width : 768px) {
	#mini-nav a:link, #mini-nav a:visited{
		color:#435b6c;
		font-family:'Open Sans';
		font-size:12px;
	}

	#mini-nav a:hover, #mini-nav a:focus{
		color:#5a8db3;
	}
}

#donate-button, .btn-info{
	padding:10px 15px;
	font-size:14px;
	background-image:none;
	background-color:#7bc57d;
	border:none;
	margin-top:9px;
}

#donate-button:hover, #donate-button:focus, .btn-info:hover, .btn-info:focus{
	color:#fff;
}

span.icon-bar{
	background-color:#fff;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .navbar .navbar-nav .open .dropdown-menu>.active>a,
.navbar .navbar-nav .open .dropdown-menu>.active>a, .navbar .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar .navbar-nav .open .dropdown-menu>.active>a:hover{
	background-color:transparent;
	background-image:none;
}

@media (min-width:768px){
	.navbar-nav>li.dropdown:hover ul.dropdown-menu{
		display:block;
	}
}

@media (min-width:768px) and (max-width:992px) {
	nav.navbar a:link{
		font-size:12px;
		padding:20px 10px;
	}

	#mini-nav a:link{
		font-size:10px;
	}

	#donate-button{
		font-size:12px;
	}
}

@media (max-width:768px){
	#logo-container{
		width:100px;
		height:90px;
	}

	.navbar-nav{
		margin:0;
	}

	nav.navbar li{
		border-bottom:1px solid #435b6c;
		text-align:center;
	}

	ul.navbar-right li{
		border-bottom:none;
	}

	#donate-button{
		width:50%;
		margin:10px auto;
	}

	.navbar-nav .open .dropdown-menu{
		background-color:rgba(0,0,0,0.1);
		border-bottom:none;
	}

	.navbar-nav>li>.dropdown-menu a:link, .navbar-nav>li>.dropdown-menu a:visited{
		color:#fff;
		padding:3% 0;
	}

	.navbar-nav>li>.dropdown-menu li{
		border-bottom:1px solid rgba(255,255,255,0.1);
	}

	.navbar-nav>li>.dropdown-menu li:last-child{
		border-bottom:none;
	}

	.nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .navbar .navbar-nav .open .dropdown-menu>.active>a,
	.navbar .navbar-nav .open .dropdown-menu>.active>a, .navbar .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar .navbar-nav .open .dropdown-menu>.active>a:hover{
		color:#fff;
	}
}

/* HOME PAGE STYLES */

#slider-wrapper{
	background:#222;
}

@media (min-width : 768px) {
	#hw-wrapper{
		margin-top:-195px;
		    position: relative;
    z-index: 9999;
	}

	.hw{
		height:195px;
	}

	.hw p{
		height:80px;
	}
}

.hw{
	padding:22px;
}

.hw h3{
	color:#fff;
	font-family:'Montserrat';
	font-size:20px;
	font-weight:100;
	text-transform:uppercase;
	margin-top:5px;
}

.hw:first-child{
	background:#7bc57d;
	color:#e1eee1;
}

.hw:nth-child(2){
	background:#076cb6;
	color:#cddced;
}

.hw:nth-child(3){
	background:#cc7527;
	color:#f3e2d7;
}

.hw .learn-more{
	font-family:'Montserrat';
	text-transform:uppercase;
}

.hw:first-child .learn-more{
	color:#2a472a;
}

.hw:nth-child(2) .learn-more{
	color:#052d4a;
}

.hw:nth-child(3) .learn-more{
	color:#512b09;
}

#programs-wrapper{
	background-color:#f5ebd7;
}

#programs div.col-sm-4.col-xs-6, #programs div.col-sm-6{
	padding-left:0;
	padding-right:0;
}

.programs-box{
	margin:4px;
	position: relative;
    height:332px;
	overflow:hidden;
	background-size:cover;
}

.programs-box:hover{
	cursor:pointer;
}

.programs-box:hover .blue{
	height:120px;
}

.programs-link:hover, .programs-link:focus{
	text-decoration:none;
}

.blue{
	width:100%;
	height:332px;
	background:rgba(38, 70, 93, .75);
	position:relative;
	-webkit-transition: height .5s;
	-moz-transition: height .5s;
	-o-transition: height .5s;
	-webkit-transition: height .5s;
}

.white{
	width:100%;
	height:212px;
	background:rgba(255, 255, 255, .8);
	padding:20px;
}

.blue h3{
	color:#fff;
	font-family: Montserrat;
	text-transform: uppercase;
	font-weight: 100;
	position: absolute;
	bottom: 20px;
	left:20px;
	width:60%;
}

.programs-box .learn-more{
	font-family:Montserrat;
	font-weight:100;
	font-size:16px;
	text-transform:uppercase;
}

@media (max-width : 480px) {
	.programs-box{
		margin:0;
		height: 200px;
	}

	#programs-wrapper .row{
		padding:0 !important;
	}

	.blue{
		height:200px;
	}

	.programs-box:hover .blue{
	height:200px;
	}

	.blue h3{
		font-size:20px;
	}

	.white{
		display:none;
	}
}

/* PAGE TEMPLATE STYLES */

#heading-wrapper{
	background-color:#cc7527;
	background-size:50%;
	background-repeat: no-repeat;
	background-position:right top;
	background-attachment:fixed;
}

@media (max-width:992px) {
	#heading-wrapper{
		background-image:none !important;
	}
}

#heading-wrapper .row{
	padding:90px 0;
}

#page-title{
	font-family:Montserrat;
	color:#fff;
	text-transform:uppercase;
	font-weight:100;
}

#page-title:after{
	content: ' ';
	height: 5px;
	width: 115px;
	display: block;
	background:#fff;
	margin-top:4px;
}

#page-tagline{
	color:#fff;
	font-size:18px;
	font-weight:100;
	font-family:'Open Sans', sans-serif;
}

#page-content{
	min-height:500px;
}

#page-content .row{
	padding-right: 45px;
}

#page-content h1:first-child, #page-content h2:first-child, #page-content h3:first-child{
	margin-top:0;
}

div.program-meta{
	background: #f5f5f5;
	border:1px solid #ddd;
	padding: 20px;
	margin: 30px 0;
}

div.donate-meta{
	color:#000;
	font-size:22px;
	background: #cc7527;
	border:1px solid #aa5305;
	padding: 20px;
	margin: 30px 0;
}

div.donate-meta a:link{
	color:#000;
	text-decoration:underline;
}

/* SIDEBAR STYLES */

#sidebar .widget:first-child h2.widget-title{
	margin-top:0;
}

#sidebar h2.widget-title{
	font-family: Montserrat;
	text-transform: uppercase;
	font-size: 18px;
}

#sidebar ul#menu-programs{
	padding-left:0;
}

#sidebar ul#menu-programs li{
	list-style-type:none;
	position:relative;
}

#sidebar ul#menu-programs li:before{
	content: "\f286";
	font-family:'FontAwesome';
	font-size: 35px;
	text-align: center;
	padding-top: 10px;
	background: #eee;
	display: block;
	width: 69px;
	position:absolute;
	top:0;
	bottom:0;
}

#sidebar ul#menu-programs li:first-child:before{
	content:"\f1cd";
	color:#72b573;
}

#sidebar ul#menu-programs li:nth-child(2):before{
	content:"\f040";
	color:#1a79be;
}

#sidebar ul#menu-programs li:nth-child(3):before{
	content:"\f004";
	color:#dd8638;
}

#sidebar ul#menu-programs li:nth-child(4):before{
	content:"\f0f5";
	color:#72b573;
}

#sidebar ul#menu-programs li:nth-child(5):before{
	content:"\f1ae";
	color:#1a79be;
}

#sidebar ul#menu-programs li:nth-child(6):before{
	content:"\f291";
	color:#dd8638;
}

#sidebar ul#menu-programs li a:link, #sidebar ul#menu-programs li a:visited{
	color:#8b8b8b;
	font-family:"Open Sans";
	font-weight:100;
	font-size:19px;
	display:block;
	padding:20px 0 20px 79px;
	margin-bottom:10px;
	border:1px solid #eee;
	border-radius:2px;
}

@media only screen and (max-width : 1200px){
	#sidebar ul#menu-programs li a:link, #sidebar ul#menu-programs li a:visited{
		font-size:16px
	}
}

@media only screen and (max-width : 991px) and (min-width : 768px) {
	#sidebar ul#menu-programs li:before{
		padding-top:15px;
	}
}

#sidebar ul#menu-programs li a:hover, #sidebar ul#menu-programs li a:focus{
	text-decoration:none;
	background:#fafafa;
}

/* FOOTER STYLES */

#footer-wrapper{
	background-color:#242c32;
	font-family:'Open Sans', sans-serif;
}

#footer h3{
	color:#fff;
	font-size:20px;
	font-weight:400;
	font-family:'Open Sans',sans-serif;
	text-transform:none;
}

#footer ul{
	padding:0;
}

#footer ul li{
	list-style-type:none;
	padding:6px 0;
}

#footer ul li a:link, #footer ul li a:visited{
	color:#6d8aa0;
	font-size:16px;
	font-weight:100;
}

#footer-border span{
	display:inline-block;
	float:left;
	height:5px;
	width:33.3333%;
	background:#1a79be;
}

#footer-border span:first-child{
	background:#72b573;
}

#footer-border span:last-child{
	background:#cc7527;
}

#copyright{
	background:#192126;
	color:#41515d;
	font-size:14px;
	font-weight:100;
	padding:15px 0;
}

#copyright a:link, #copyright a:visited{
	color:#41515d;
}

@media (max-width:992px) {
	#copyright{
		text-align:center;
	}

	#copyright .floatright{
		float:none;
		display:block;
		width:100%;
		margin-top:10px;
	}

	#footer div.col-md-5.col-sm-12{
	clear:both;
	}
}

#footer #mc_embed_signup form{
	padding:0;
}

input#mc-embedded-subscribe.button{
	background: #cc7527;
	border: 1px solid #dc9d64;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	height:45px;
	padding: 0 50px;
	font-family: 'Open Sans';
	font-weight: 100;
	text-transform:none;
}

#footer #mc_embed_signup .mc-field-group label{
	color:#fff;
	font-family:'Open Sans';
	font-size:18px;
	font-weight:100;
	margin-bottom:8px;
}

#mc_embed_signup .mc-field-group input{
	background-color:#616b73;
	border-color:#7a8690;
}

input#mc-embedded-subscribe.button:hover, input#mc-embedded-subscribe.button:focus{
	background-color:#dd8638;
}

ul#social-footer{
	margin-bottom:25px;
}

ul#social-footer li{
	display:inline;
	list-style-type:none;
}

ul#social-footer li a{
	display:inline-block;
	height:39px;
	width:39px;
	background:url('/wp-content/uploads/2020/09/social-sprite.png');
}

ul#social-footer li:nth-child(2) a{
	background-position:-46px 0;
}

ul#social-footer li:nth-child(3) a{
	background-position:-93px 0;
}

ul#social-footer li:nth-child(4) a{
	background-position:-140px 0;
}

div#_dgx_donate_honor_by_email, div#_dgx_donate_honor_by_post_mail, div#_dgx_donate_honoree_email_name, div#_dgx_donate_honoree_email{
	display:none !important;
}

#attachment_443{
	padding:15px;
	font-size:14px;
	float:right;
}

._dgx_donate_level_name{
	display:inline-block;
	padding:15px 0;
}

/* Capital Campaign Landing Page */

.capital-campaign {
	margin-right:10px;
	white-space: inherit;
}

@media (max-width: 768px) {
	.capital-campaign {
		margin-right:10px;
	}
}

.page-template-landing-page h1#page-title {
	font-size: 45px;
	text-align: center;
	width: 95%;
}

.page-template-landing-page h2 {
	font-size: 36px;
}

.page-template-landing-page h3 {
	font-size: 32px;
}

.page-template-landing-page h4 {
	font-size: 28px;
}

@media (max-width:1080px) {
	.page-template-landing-page h1#page-title {
		font-size: 30px;
		text-align: center;
	}

	.page-template-landing-page h2 {
		font-size: 26px;
	}

	.page-template-landing-page h3 {
		font-size: 24px;
	}

	.page-template-landing-page h4 {
		font-size: 22px;
	}
}

.page-template-landing-page h1, .page-template-landing-page h2, .page-template-landing-page h3, .page-template-landing-page h4 {
	padding-bottom: 10px;
}

.page-template-landing-page section {
	padding: 30px 0;
}

.page-template-landing-page section:first-of-type {
	position: relative;
	top: -60px;
}

@media (max-width: 750px) {
	.page-template-landing-page section:first-of-type {
		top:inherit;
	}
}

.page-template-landing-page .row {
	padding: 20px 0 !important;
	margin-right: inherit;
	margin-left: inherit;
}

@media (max-width:765px) {
	#page-content .row {
		padding-right: inherit;
	}
}

.center {
	text-align: center;
}

.flex {
	display: flex;
}

@media (max-width:765px) {
	.history.flex, .timeline.flex {
		display: block;
	}
}

.flex-align-center {
	align-items: center;
}

.justify {
	justify-content: center;
  	display: flex;
}

.page-template-landing-page .btn {
	display: block;
	white-space: inherit;
}

.page-template-landing-page h1#page-title:after {
	content: none;
}

.page-template-landing-page .col-lg-12 {
	padding: 0;
}

.page-template-landing-page .history .col-lg-12 {
	padding: 0 7px;
}

.page-template-landing-page .lp-title .col-lg-12 {
	width: 100%;
	min-height: 250px;
	padding: 0 20px;
}

.page-template-landing-page #logo-container {
	padding: 5px;
	height: 145px;
}
	
.page-template-landing-page #logo {
	position: relative;
}

.page-template-landing-page #heading-wrapper {
	background: none;
}

.page-template-landing-page #heading-wrapper .row {
	padding: 0;
}

.page-template-landing-page #heading-wrapper .lp-title {
	background-image: url('https://www.bastropfoodpantry.org/wp-content/uploads/2024/04/red-bkg.svg');
	min-height: 250px;
	transform: scale(1,1);
	top: -60px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@media (max-width:750px){
	.page-template-landing-page #heading-wrapper .lp-title {
		top: -20px;
	}
}

.page-template-landing-page .yellow-bkg {
	background-image: url('https://www.bastropfoodpantry.org/wp-content/uploads/2024/04/yellow-bkg.svg');
	background-size: cover;
	transform: scale(1,1);
	background-repeat: no-repeat;
	background-position: bottom;
}

.page-template-landing-page .date {
	font-size: 50px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

.page-template-landing-page .number {
	font-size: 120px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	color: #DC1915;
}

.page-template-landing-page .text {
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

@media (max-width:1080px) {
	.page-template-landing-page .date {
		font-size: 30px;
	}

	.page-template-landing-page .number {
		font-size: 60px;
	}

	.page-template-landing-page .text {
		font-size: 20px;
	}	
}

.row.timeline {
	max-width: 800px;
	margin: 0 auto;
	padding: 30px 10px;
}

.gray {
	background-color: #f4f4f4;
	padding: 10px;
}
