op/*!
Theme Name: EntreHermanosNew
Theme URI: http://underscores.me/
Author: Juan Penaloza
Author URI: http://facebook.com/jpenaloza89
Description: EntreHermanos website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: entrehermanos
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

EntreHermanos is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Header
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/



html {
	font-family: 'Open Sans Condensed', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}



html {
  font-size: 16px;
}
html,body
{
    width: 100%;
 		-webkit-overflow-scrolling:touch;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
		
}

@include media-breakpoint-up(sm) {
  html {
    font-size: 18px;
  }
}

@include media-breakpoint-up(md) {
  html {
    font-size: 20px;
  }
}

@include media-breakpoint-up(lg) {
  html { 
    font-size: 28px;
  }
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	 overflow-x: hidden; 
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	 overflow-x: hidden; 
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	 overflow-x: hidden; 
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1rem;
}

.site-content{
	font-size: 1.125em;
	line-height: 1.6em;
}

h1, h2, h3, h4, h5, h6 {

	clear: both;
	line-height: 1.3em;
	margin-top: 2.5rem;
	margin-bottom: 1rem;
}


p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	 overflow-x: hidden; 
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
  width: auto;
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 0;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: black;
}

a:visited {
	color: black;
}

a:hover, a:focus, a:active {
	color: black;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


.main-navigation ul {
	display: none;
	position: relative;
	top: 10px;
	list-style: none;
	margin: 0;
	padding-left: 0;

}.main-navigation a {
	display: block;
	padding: 1em;
	position: relative;
	text-decoration: none;
	color: #fa8039;
	text-align: center;

}
.main-navigation a:hover{
	color: #f2192b;
	text-decoration: none;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
}
.main-navigation a{
	padding-top: .7em;
	padding-bottom: .7em;
}
.main-navigation ul ul {
	display: none;
	margin-left: 0.8em;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation li {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	position: relative;
}

.current-menu-item > a{
	background-color: #FFFAFA;
	color: #f2192b;
}



.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	font-weight: 700;
}

.main-navigation .nav-menu > ul > li:first-child,
.main-navigation .nav-menu > li:first-child {
	border-top: 0;
}

.main-navigation .menu-item-has-children > a {
	padding-right: 2em;
}

.main-navigation .menu-item-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.5em;
}

.no-js .main-navigation ul ul {
	display: block;
}

.dropdown-toggle {
	background-color: white;
	font-family: "FontAwesome";
	border: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	content: "";
	height: 46px;
	padding: 0;
	position: absolute;
	text-transform: lowercase; /* Stop screen readers to read the text as capital letters */
	top: 0px;
	right: 0px;
	width: 30px;
}

.dropdown-toggle:after {
	color: black;
	content: "\f078";
	font-size: 14px;
	line-height: 27px;
	position: relative;
	top: 0;
	right: 8px;
	width: 27px;
}




.dropdown-toggle:hover,
.dropdown-toggle:focus {
	border:solid 1px black;
}

.dropdown-toggle:focus {
	outline: 1px solid #c1c1c1;
	outline: 1px solid rgba(51, 51, 51, 0.3);
}



button.dropdown-toggle::after{
	content: "\f078";
	 border-top: 0;

}
button.dropdown-toggle.toggle-on:after{
		content: "\f077";
	}


/*Hovering Menu */

.main-navigation.toggled{
	position: fixed;
	right: 0;
	bottom: 0;
	padding: 1em;
	z-index: 1;
	transition: all ease-out 450ms;
	background-color: black;
	height: 90%;
	opacity: .8;

}
.main-navigation.toggled.hide{
	right:-3em;

}
.nav-menu {
	padding: 1em;
}
.nav-menu ul{
	background-color: white;
}
.main-navigation.toggled ul{
	max-height: calc(100vh - 8em);
	 overflow-x: hidden; 
}
.main-navigation.toggled ul ul {
	display: none;
}

.main-navigation.toggled ul ul.toggled-on, .main-navigation.toggled ul ul.toggled-on > ul{
	display: block;

}


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.main-navigation.toggled img{

		position: fixed;
		top: 1px;
		left: 1px;
	}


@media screen and (max-width: 50em) {
	
	.nav-buttons h5{
		font-size: 1em;
		padding: 1em;
	}


}
@media screen and (max-width: 700px) {

	.events-info img{
	display: none;

}

}
@media screen and (min-width: 50em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}

}




/*horizontal menu on wide screens */
@media screen and (min-width: 50em){
	
	.main-navigation, .main-navigation.toggled{
		position:relative;
		min-height: 3.5em;
		margin: 0 auto;
		padding: 1em 3.5em;
	}

	.nav-menu{
		padding: .3em 0 0 0;
		background-color: transparent;
	}
	.main-navigation ul, .main-navigation.toggled ul{
		max-height: none;
		padding-left: 0;
		text-align: center;
	}
	.main-navigation.toggled ul{
		 overflow-x: hidden; 
	}
	/*display the menu items in a horizontal order */
	.main-navigation li{
		display: inline-block;
		border:none;
	}
	/*add an outline to the drop-down menu */
	.main-navigation ul ul{
		outline:1px solid #333;
	}
	/*left-align drop-down menu items*/
	.main-navigation li li{
		display: block;
		text-align: left;
	}
	.main-navigation a, .main-navigation ul ul li:last-child a {
		border-bottom: none;
		padding: .5em;
	}
	/*create hover focus contrast on drop down itmes */
	.main-navigation li li a:hover, .main-navigation li li a:focus{
		background: #eee;
		color: #000;
		text-decoration: none;
	}
	/*position drop-down menus absolutely */
	.main-navigation ul ul.toggled-on{
		position: absolute;
		top: 40px;
		width: 12em;
		display: block;
		z-index: 10;
		margin-left: 0;
	
	}
	.main-navigation ul ul ul.toggled-on{
		position: relative;
	}
	/*indent 3rd level drop-down menus*/
	.main-navigation ul ul ul a{
		padding-left: 1em;
	}
	/*simplify the drop-down toggle */
	.dropdown-toggle{
		font-family: 'FontAwesome';
		top: 0px;
		right: 0;

	}
	
	
} 



.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	 overflow-x: hidden; 
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	 overflow-x: hidden; 
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Header 22
--------------------------------------------------------------*/
.site-header{
	background-color: white;
	padding: 0;
	border-top: 4px solid #fa8039;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.site-header img{
float: left;
}
.menu-toggle{
	position: fixed;
	z-index: 1000;
	bottom: 1em;
	left:1em;
	transition: all ease-out 450ms;
	background-color: #f2192b;
	color: white;
}
.menu-toggle.hide{
	bottom:-3em;
}
.main-navigation.toggled img{
	display: none;
}
.nav-buttons{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: .5em;
	letter-spacing: .08em;
	text-transform: uppercase;
	z-index: 1001;
	position: fixed;
	top:-5px;
	right: 0;
	color:white;
}
.nav-buttons h5:hover{
	background-color: #f2192b;
}
.nav-buttons h5{
			font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 1.75em;
	letter-spacing: .08em;
	border-radius: 5px 5px 5px;
	padding: .6em;
	background-color: #fa8039;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}

/* Make sure the button doesnt hide when menu is open. */

.toggled .menu-toggle.hide{
	bottom: 1em;
}

.site-branding{
	min-height: 4em;
	background-color: black;
	color: white;
}
.site-branding img{
	float: left;
}






/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-main{
	font-size: .7em;
	line-height: 1.6em;
}

@media screen and (min-width: 50em){
	.site-main{
		font-size: 1em;
	}

}
@media screen and (max-width: 50em){
	.parallax-content h1{
		font-size: 1.4em;

}
.parallax-content h4{
		font-size: 1.2em;
	}

		.parallax-content h5{
		font-size: 1em;
	}

}



/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #5a5a5a;
}
.front-section{
	padding-left: 3em;
	padding-right: 3em;
	padding-top: 1em;
	padding-bottom: 3em;
	text-align: center;
	max-width: 1800px;
}
h1#section-title{
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	line-height: 2.5em;
	color: #fa8039;
}


/*Donate Ribbon 
=============================================*/
.parallax { 
    /* The image used */


    /* Set a specific height */
    min-height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.parallax-staff { 
    /* The image used */


    /* Set a specific height */
    min-height: 100px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  background-color:#ff5800;
}
.parallax-staff h1{
	position: absolute;
	margin-left: .5em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: .3em;
	padding-bottom: .3em;
	bottom: 5%;
	background-color: rgba(0,0,0, 0.6);
	color: white;
}
.parallax-content{
	padding: 70px 0;
	top: 50%;
	 overflow-x: hidden; 
}
.body-con{
	padding: 4em;
}
/*Events front section
=============================================*/
.date-box{
	display: inline-block;
	height: 75px;
	margin-right: 4em;
}
.date-box img{
	width: 80px;
	height: auto;
}
.events-info{
	padding-top: 1em;
	padding-bottom: 1em;
	font-family: 'Open Sans Condensed', sans-serif;
	text-align: center;
}
.events-info h5{
	font-weight: bolder;
}
.events-info img{
	height: auto;
	max-width: 100%;
	margin-bottom: 1em;
}
.events-info a{
	color:black;
}

#events-text{
	text-align: center;
 	display: inline-block;
}
#events-text p{
	text-align: center;
	line-height: .9em;
}
.events-content{
	background-color: rgba(255,255,255, 0.6);
	text-align: center;
	color: black;
}
.services-par{
	padding-bottom:1em;
	position: relative; 
   width: 100%;
   text-align: center;
}
.services-par:hover{
	opacity: .4;
	color: black;
}
.services-par h5:hover{
	background-color: white;
	color: black;
	text-decoration: none;
}
.services-par h5{
	display: block;
	position: relative;
	color: white;
	font-weight: 500;
	background-color: #fa8039;
	font-family: 'Open Sans Condensed', sans-serif;
	top: 0; 
   	left: 0; 
   	z-index: 3;
   	width: 100%; 
}
.services-par img{
	width: 100%;

}
.services-area{
	text-align: center;
}
.event-info img{
	text-align: center;
}


/*about us front page section 
=============================================*/
.front-about{
	color: black;
	text-align: center;
	height: auto;
	overflow: hidden;
	padding:5em;
}
h5#mission-statement{
	font-weight:lighter;
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 1.2em;
		line-height: 1.5em;
}

h1.fancy, h2.tribe-events-page-title{
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	padding-bottom: .5em;
	color: #fa8039;
	line-height: 1em;
}
h2.tribe-events-page-title{
	font-size: 2.5em;
}
.front-about img{
	max-width: 45%;
	 overflow-x: hidden; 
	display: block;
}

/* this is the title with lines on the sides*/
.news-sections{
	padding-bottom: 2em;
}

 /* front page circle icons*/
.circle-icon {
    color: white;
}

.glyphicon {
    font-size: 25px;
    margin-top: 12.5px;
}

.circle {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #E38734;
    color: white;
    /* width and height can be anything, as long as they're equal */
}


/*footer--
=============================================*/

.site-footer{
	background-color: white;
	color: #fa8039;
	padding-bottom: 0;
	font-size: 1.125em;
}
.content-footer-padding{
	padding-left: 1.5em;
	padding-right: 1.5em;
}
.address-footer, .social-footer{
	padding-top: 2em;
}
.social-footer{
	text-align: center;
}
.address-footer{
	text-align: center;
	padding-left:1.5em;
}
.mission-footer{
	text-align: center;
}

.site-footer p{
	font-size: .7em;
	line-height: 1.25em;
}
.social-footer img{
	width: 45px;
	padding: 5px;
	height: auto;
}
.address-footer i{
	width: 15px;
	height: auto;
	padding: 0;
	border:solid 0;
}

.address-footer i:hover{
	background-color: black;
	color:#4c586f;
	font-size: 1.2em;

}
.footer-logo{
	text-align: center;

}
.footer-logo img{
		height: 200px;
	width: auto;
}


/*footer--
=============================================*/
.film_roll_wrapper{
	max-height: 180px;
}
.gallery-section{
	max-height: 180px;
}
.gallery-section img{
	padding-right: .5em;
}
.film_roll_pager{
	display: none;
}
/*cards
=============================================*/
.button.articles{
	background-color: white;
	border:1px solid black;
	margin-top: 2em;
	color:black;
	padding:1em;
}
a.button:hover{
	text-decoration: none;
	color:#fa8039;
	border:1px solid #fa8039;
}
button.articles{
	background-color: white;
	border:1px solid black;
}


.card{
	text-align: center;
	font-family: 'Open Sans Condensed', sans-serif;

}
.card-body p{
	padding-bottom: 1em;
	font-family: 'Open Sans Condensed', sans-serif;
}

.card-title, .card-text{
	text-align: left;
}


#film_roll{
	background-color: black;
}
.footer-bar{
	min-height: 30px;
	width: 100%;
	padding: .3em;
	background-color: rgba(242,25,43, 0.1);
	display: inline-block;
	color:#4c586f;
	border-top:solid 4px #fa8039;

}

.footer-rights p{
	font-size: .6em;
	text-align: center;
	font-weight: lighter;
	padding-bottom: 0px;
}
.site-info{
	padding-bottom: 2em;
}


.staffing-info img{
	max-height: 260px;
	max-width: 260px;
	display: block;
	margin: 0 auto;
}
.staffing-info{
	max-width: 260px;
		display: block;
	margin: 0 auto;
	padding-bottom: 1em;

}


.content-body-padding{
	padding: 3em;
}
  .affix {
      top: 0;
      width: 100%;
  }
  header{
	position:relative;
	top:0;
		width:100%;

  	z-index: 3000;
  }
.shadow{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.parallax.header-pagers{
	max-height: 400px;
}
.programs-link, .programs-link-bottom{
	text-align: center;
	padding-top: .6em;
	padding-bottom: .6em;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bolder;
	font-weight: 500;
	font-size: 1.125em;
	letter-spacing: .08em;
	border-bottom:solid 2px #fa8039;

	
}
.programs-link{
	background-color: rgba(242,25,43, 0.1);
}
.programs-link-bottom{
	border-bottom: none;
}
.programs-link a, .programs-link-bottom a{

	color: #fa8039;
}
.programs-link a:hover, .programs-link-bottom a:hover{
	color: #f2192b;
	text-decoration: none;
}

.post-categories li{
	list-style: none;
	text-align: left;
	display: inline-block;
}
ul.post-categories{
	padding-left: 0;
	margin-left:0;
}
.carousel-item{
	max-height: 450px;
}
.carousel-item img{
	width: 100%

}
.control-label{
	margin:0;
}
.contact-left{
	border:solid 2px #fa8039;
}
.open-sans{
font-family: 'Open Sans Condensed', sans-serif;

}

.open-sans-bold{
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bolder;
}
.gallery-page{
	padding-left:3em;
	
}
#huge_it_portfolio_popup_list_1 li.pupup-element{

	left: -50%;
}
.content-body-padding-form{
	padding-top: 1em;
	padding-right: 5em;
	padding-left: 5em;
	padding-bottom: 1.5em;
}

/* add latino lgbtq
=============================================*/

.tribe-events-calendar thead th{
	background-color: white;
	border:white;

}
#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth{

}
#tribe-events-content .tribe-events-calendar td{
	border:none;
}
table.tribe-events-calendar{
	border:none;
}
.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a{
	background-color:#fa8039;
}

.tribe-events-calendar td div[id*=tribe-events-daynum-]{
	background-color: #fa8039;
}
#tribe-bar-form .tribe-bar-filters-inner, .tribe-bar-views-inner{
	background-color: rgba(242,25,43, 0.1);
}
#tribe-bar-form .tribe-bar-submit input[type=submit]{
	background-color: #fa8039;
}
.list-news-section{
	margin-bottom: 1em;
	border-bottom: solid 2px rgba(242,25,43, 0.2);
}


.content-body-padding-0top{
	padding-left:4em;
	padding-right:4em;
	padding-bottom: 3em;
	padding-top:0;
}
.padding-top{
	padding-top: 2em;
}
.portelement_1 .title-block_1{
	font-family: 'Open Sans Condensed', sans-serif;
}

.site-header h5 a{
	color:white;
}
.site-header h5 a:hover{
	text-decoration: none;
}


.main-navigation {
	display: block;
	float: right;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 1.125em;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.header-image{
  width:20%;
  float:left;
  padding:10px;
}
nav#site-navigation.main-navigation{
    width: 80%;
}



