/*
	Theme Name: OPUBCO
	Theme URI: http://opubco.com
	Description: Opubco WordPress Blank Parent Theme
	Version: 1.0
	Author: OPUBCO
	Author URI: http://opubco.com
	Tags: Starter, HTML5, CSS3, Framework

*/
/*
 _s is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
1.5 Divs
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
13.0 Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

body {
	background: #f4f4f4; /* Fallback for when there is no custom background color defined. */
	color: #444;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
    clear:both;
}
/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}

/*------------------------------------*\
    SLIDER
\*------------------------------------*/

.main_slider{
	border:none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin:0;
}

.main_slider .slides{

}

.main_slider img{

}

/*------------------------------------*\
    RESPONSIVE MENU
\*------------------------------------*/


/*
    Mobile Menu Core Style
*/

.slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; }
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; font-family: 'Andada'; text-transform: capitalize;}
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
	display: none;
    font-size:16px;
}
/* Button */
.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration:none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;  
    background-color: #222222;
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #f5f5f5;
}
.slicknav_menu {
    background:#000;
    padding:5px;
}
.slicknav_nav {
    color:#fff;
    margin:0;
    padding:0;
    font-size:0.875em;
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;
}
.slicknav_nav ul {
    padding:0;
    margin:0;
}
.slicknav_nav .slicknav_row {
    padding:5px 10px;
    margin:2px 5px;
}
.slicknav_nav a{
    padding:5px 10px;
    margin:2px 5px;
    text-decoration:none;
    color:#fff;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding:0;
    margin:0;
}
.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background:#ccc;
    color:#fff;
}
.slicknav_nav a:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background:#ccc;
    color:#222;
}
.slicknav_nav a:visited {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color:#fff;
}
.slicknav_nav .slicknav_txtnode {
     margin-left:15px;   
}

#html5-watermark {
	display: none !important;
}

/*--------------------------------------------------------------
1.5 Divs
--------------------------------------------------------------*/
#social-menu-wrapper {
	margin: 0 auto;
	background-color: #5a5b5f;
	height: 50px;
}

.social-menu {
	width: 95%;
	max-width: 900px;
}

#main-menu-wrapper {
	margin: 0 auto;
	background-color: #008cd2;
	height: 37px;
	border-bottom: 7px solid #5a5b5f;
}

.main-menu {
	width: 92%;
	max-width: 750px;
}

.logo {
	margin: -79px auto;
	z-index: 1;
	position: relative;
	width: 300px;
	text-align: center;
}

#sol-wrapper {
	clear: both;
	margin: -16px auto 0;
}

#page-banner-wrapper {
	margin: -32px auto 0;
	height: 180px;
	overflow: hidden;
}

#content-wrapper-fp {
	margin: 0 auto;
	overflow: hidden;
}

.content-container-fp {
	width: 92%;
	max-width: 900px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

#content-wrapper {
	background-color: #f4f4f4;
	margin: 0 auto;
	overflow: hidden;
}

.content-container {
	width: 92%;
	max-width: 900px;
	height: 100%;
	margin: 20px auto;
}

.page-content-container {
	width: 60%;
	max-width: 500px;
	height: 100%;
}

#page-entry-title-wrapper {
	margin: 7px auto 0;
	background-color: #e7e7e7;
}

.page-entry-title {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

#footer-wrapper {
	background-color: #e5e4e2;
	overflow: hidden;
}

.footer-container {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	color: #003c63;
	padding: 20px 0;
}

.footer-copyright {
	width: 100%;
	display: block;
	text-align: center;
	float: left;
	color: #8e8e8e;
	margin-top: 20px;
	padding: 10px 0;
}

.with-sidebar section {
	width: 65%;
	max-width: 600px;
	float: left;
}
.with-sidebar aside {
	width: 30%;
	max-width: 240px;
	float: right;
}
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Andada';
}

p {
	margin-bottom: 1.5em;
}

b,
strong {
	font-weight: bold;
}

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: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 1em;
}

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. */
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

ul.hfeed.vcalendar {
	background-color: #fff;
	padding: 20px;
	margin: 0;
}

ul.hfeed.vcalendar li {
	margin-left: 0;
}
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/

.social-menu {
	margin: 0 auto;
}

.main-menu {
	margin: 0 auto;
}

.social-menu ul,
.main-menu ul {
	list-style: none;
	margin: 0;
}

.social-menu li {
	display: inline-block;
	float: left;
}
.main-menu li {
	display: inline-block;
}

.main-menu li {
	font-family: 'Andada', Times, serif;
}

.main-menu a:link,
.main-menu a:visited,
.main-menu a:active {
	color: #fff;
	text-decoration: none;
	font-size: 1em;
	line-height: 2.2em;
}

li.main-menu-left {
	float: left;
	display: block;
	width: 17%;
	max-width: 160px;
	margin: auto;
}

li.main-menu-right {
	float: right;
	text-align: right;
	width: 17%;
	max-width: 160px;
	margin: auto;
}

li.main-menu-right-2 {
	float: right;
	text-align: right;
	width: 17%;
	max-width: 160px;
	margin: auto;
}

.donate-button {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}

.okstandard-button {
	float: right;
	margin-top: 10px;
}

.temp {
	display: none;
}


/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu */
.menu-toggle {
	display: none;
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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-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 */
}

/*--------------------------------------------------------------
7.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: 0 auto;
}

/*--------------------------------------------------------------
8.0 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;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 3em;
}

.widget h3 {
	font-family: 'Andada';
	font-size: 1.1em;
	color: #2B128B;
	margin-bottom: 8px;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

.textwidget-div {
	padding: 20px;
	background-color: #fff;
	font-size: .9em;
}

.textwidget ul {
	margin: 0 0 0 1em;
} 

.widget-quote{
	font-family: 'Andada';
	font-size: 1.1em;
	margin-bottom: 10px;
}

.widget-quote-author {
	text-align: right;
	font-size: .9em;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Andada';
	color: #003c63;
	margin-bottom: 14px;
}

h1 {
	font-size: 2em;
	line-height: 2.2em;
}

h2 {
	font-size: 1.8em;
}

h2 a:link,
h2 a:visited {
	text-decoration: none;
	color: #003c63;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1em;
}

a:link,
a:visited {
	color: #003c63;
}

/* FRONT PAGE */

/*------------------------------------*\
    Events Carousel Home
\*------------------------------------*/
#home-events {
        padding-top: 60px;
        margin-bottom: 50px;
}
#home-events h4 {
        color: #003c63;
        font-size: 24px;
        float: left;
}
#home-events-see-all {
        float: left;
        margin-left: 30px;
        background: #FFF;
        padding: 8px;
}
#home-events-see-all:hover {
        background: #FCFCFC;
}
#home-events-see-all a,
#home-events-see-all a:visited,
#home-events-see-all a:hover {
        color: #003c63;
        text-decoration: none;
}
.events-carousel-home.soliloquy-container {
        clear: both;
}
.events-carousel-home.soliloquy-container .soliloquy-caption {
        position: relative;
        background: #FFF;
        max-height: 240px;
        min-height: 240px;
        bottom: 0;
        left: 0;
        width: 100%;
        border: 5px solid #e5e4e2;
        padding: 8px;
}
.events-carousel-home.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
        color: #252525;
        background: transparent;
        text-shadow: none;
        padding: 0;
        filter: inherit;
        -ms-filter: inherit;
        margin: 0;
        width: 100%;
}
.events-carousel-home.soliloquy-container .carousel-event-date {
        float: left;
        max-width: 58px;
        width: 100%;
        text-align: center;
        margin-right: 14px;
        margin-bottom: 14px;
}
.events-carousel-home.soliloquy-container .carousel-event-date .carousel-event-day {
        background: #003c63;
        display: block;
        font-family: "Andada", serif;
        line-height: 60px;
        font-size: 45px;
        color: #e5e4e2;
}
.events-carousel-home.soliloquy-container .carousel-event-date .carousel-event-month {
        clear: left;
        color: #003c63;
        font-family: "Helvetica Neue", serif;
        font-size: 10px;
        text-transform: uppercase;
        padding-top: 4px;
        text-align: center;
}
 
.events-carousel-home.soliloquy-container .carousel-event-title {
        font-family: "Andada", serif;
        font-size: 1.6em;
        line-height: 1.2em;
        display: inline;
}
 
.events-carousel-home.soliloquy-container .carousel-event-content {
        clear: both;
        padding: 3px;
}

.home section {
	position: relative;
	z-index: 1000;
	margin-top: -30px;
}

.home-featured-text {
	border: 4px solid #fff;
	margin: 0 auto 50px;
	z-index: 1000;
	position: relative;
	max-width: 750px;
}

#home-featured-video-wrapper {
	width: 100%;
	max-width: 750px;
	overflow: hidden;
	margin: 0 auto 30px;
}

.home-featured-video {
	width: 29%;
	float: right;
	padding: 0 0 0 20px;
	position: relative;
}

.home-featured-video-container {
	width: 70%;
	float: left;
	padding: 0 0 40px 0;
	position: relative;
}

.home-featured-text h4 {
	color: #003c63;
	height: 100%;
	background-color: #e7e7e7;
	padding: 10px 40px;
	margin: 0;
	position: relative;
}

.home-featured-video h4 {
	padding-bottom: 16px;
	position: relative;
}

.home-featured-text .home-featured-content {
	padding: 20px 40px;
	background-color: #fff;
	position: relative;
}

.home-featured-video .home-featured-content {
	
}

.home-featured-thumbs {
	overflow: hidden;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.home-featured-thumb {
	display: inline-block;
	width: 32%;
	max-width: 290px;
	background-color: #E5E4E2; 
	padding: 4px;
	margin: 0 3px;
	position: relative;
}

.home-featured-thumb img {
	
}

.home-featured-thumb a {
	float: left;
	width: 100%;
	font-family: 'Andada';
	text-decoration: none;
	color: #003c63;
	font-size: 1.2em;
	text-align: center;
	position: relative;
}

/* OK STANDARD PAGE */

.standard-featured-quote {
	background-color: #e7e7e7;
	width: 100%;
	max-width: 900px;
	height: 100%;
	padding: 6px 6px 6px 6px;
	overflow: hidden;
}

.standard-featured-quote img {
	width: 100%;
	max-width: 200px;
	float: left;
	margin-right: 40px;
}

.standard-featured-quote-text {
	font-family: 'Andada';
	font-size: 1.4em;
	margin: 10px 10px 10px;
	position: relative;
}

.standard-featured-quote-author {
	font-size: .9em;
	float: right;
	margin-right: 40px;
}

.standard-wrapper {
	width: 100%;
	overflow: hidden;
}

.standard-story {
	width: 100%;
	margin: 0 auto;
}

.standard-commit {
	background-color: #fff;
	padding: 10px 30px;
}

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

h2.entry-title {
	margin-left: 20px;
}

.banner-image {
	max-height: 320px;
	overflow: hidden;
	background-color: #5A5B5E;
	text-align: center;
	margin: 0px auto -7px;
}
.banner-image img{
	height: auto;
	width: 100%;
	max-width: 2200px;
	margin: 0 auto;
}

.btn-blue {
	font-family: 'Oswald', sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #00aaff;
	line-height: 40px;
	height: 40px;
	border: 1px solid #00aaff;
	width: 100%;
	padding: 0 30px;
	max-width: 140px;
	margin: 0 auto 10px;
	text-align: center;
	text-decoration: none;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------
10.4 Social
--------------------------------------------------------------*/
/* Colors stolen from: http://codepen.io/ameyraut/pen/yfzog */
#social .fa-content {
	display: none;
}
#social a {
	text-decoration: none;
	color: inherit;
}
/*Change icons size here*/
.social-icons .fa {
	font-size: 1.5em;
}
/*Change icons circle size and color here*/
.social-icons .fa {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #FFF;
	color: rgba(255, 255, 255, 0.8);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.social-icons.icon-circle .fa{ 
	border-radius: 50%;
}
.social-icons.icon-rounded .fa{
	border-radius:5px;
}
.social-icons.icon-flat .fa{
	border-radius: 0;
}

.social-icons .fa:hover, .social-icons .fa:active {
	color: #FFF;
	-webkit-box-shadow: 1px 1px 3px #333;
	-moz-box-shadow: 1px 1px 3px #333;
	box-shadow: 1px 1px 3px #333; 
}
.social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active { 
 	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1); 
}
.social-icons.icon-rotate .fa:hover, .social-icons.icon-rotate .fa:active { 
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	transform: scale(1.1) rotate(360deg);
}
 
.social-icons {background-color:none;}


/*--------------------------------------------------------------
10.5 Events Calendar
--------------------------------------------------------------*/
h3.tribe-events-related-events-title {margin-left:10px;}

.tribe-events-list .type-tribe_events {
	padding: 0;
	border-bottom: 4px solid #e7e7e7;
}

.calendar-list-date-group {
	margin-bottom: 50px;
}

.calendar-list-date {
	margin-bottom: 15px;
}

.calendar-list-date .day {
	background-color: #003c63;
	float: left;
	display: block;
	height: 26px;
	width: 26px;
	color: #fff;
	font-family: 'Andada';
	font-size: 1.2em;
	text-align: center;
	margin-right: 15px;
}

.calendar-list-date .date {
	font-family: 'Andada';
	color: #2B128B;
	font-size: 1.2em;
}

.calendar-list-date-events {
	border: 6px solid #e7e7e7;
	background-color: #fff;
}

.tribe-events-list-thumb {
	width: 100%;
	max-width: 250px;
	float: left;
	overflow: hidden;
	height: 168px;
	padding-right: 15px;
}

.tribe-events-list-content-container {
	float: left;
	width: 100%;
	max-width: 300px;
	padding-top: 10px;
}
.tribe-events-list .tribe-events-loop .tribe-events-content {
	width: 100%;
	max-width: 300px;
	float: left;
	margin-top: 10px;
	font-size: 13px;
}

.tribe-events-list-categories {
	float: right;
}

.tribe-events-list-categories a {
	color: #ff0000;
	text-transform: uppercase;
	font-size: .8em;
}

.tribe-events-list h2.tribe-events-list-event-title {
	line-height: 1.2em;
}

.calendar-single-event-date {
	width: 55px;
	margin-right: 15px;
	float: left;
}

.calendar-single-event-date .day {
	height: 55px;
	width: 55px;
	background-color: #003c63;
	color: #fff;
	font-family: 'Andada';
	font-size: 3em;
	line-height: 1.3em;
	text-align: center;
}

.calendar-single-event-date .month {
	text-transform: uppercase;
	font-size: .8em;
	text-align: center;
	width: 55px;
}
.calendar-single-event-title {
	width: 100%;
	max-width: 500px;
	float: left;
}

.single-tribe_events .tribe-events-schedule h3 {
	color: #003c63;
	font-size: 1.2em;
	font-family: sans-serif;
}

.tribe-events-list .type-tribe_events.tribe-events-first {
	border-bottom: 6px solid #e7e7e7;
}


/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.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;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.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% !important;
}
.responsive {
    position: relative;
    padding-bottom: 62%; 
    height: 0;
    overflow: hidden;
}
.responsive iframe,
.responsive embed,
.responsive object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 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;
}

/*--------------------------------------------------------------
13.0 Footer
--------------------------------------------------------------*/

.footer-address {
	font-size: .9em;
	line-height: 1.2em;
	float: right;
}

#menu-footer,
#menu-footer li {
	list-style: none;
	margin: 0;
	display: block;
}

#menu-footer a:link,
#menu-footer a:visited,
#menu-footer a:active {
	color: #003c63;
	text-decoration: none;
	font-family: 'Andada', serif;
	font-size: 1.1em;
	line-height: 1.4em;
}

.footer-container {
}

.footer-container ul,
.footer-container li {
	list-style: none;
	margin: 0;
	display: inline-block;
}

.footer-container .social-icons .fa {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #003c63;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.footer-container .social-icons .fa:hover, .social-icons .fa:active {
	color: #003c63;
	-webkit-box-shadow: 0px 0px 0px #333;
	-moz-box-shadow:  0px 0px 0px #333;
	box-shadow:  0px 0px 0px #333;
}
.footer-container .social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active { 
 	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1); 
}
.social-icons.icon-rotate .fa:hover, .social-icons.icon-rotate .fa:active { 
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	transform: scale(1.1) rotate(360deg);
}
 
.social-icons {background-color:none;}

.footer-container .footer-logo,
.footer-container .menu,
.footer-container .social-icons {
	float: left;
	height: 100%;
}

.footer-container .footer-logo {
	padding: 0 35px 0 0;
}

.footer-container .menu {
	padding: 0 65px 0 0;
}




/* soliloquy styles */

.soliloquy-container .soliloquy-caption {
  color: #FFF !important;
  width: 100% !important;
  height: 30% !important;
  max-height: 120px !important;
  overflow: hidden !important;
  background: #003c63 !important;
  background: rgba(30,25,76,.75) !important;
  background-image: -webkit-linear-gradient(top, rgba(0,140,210,.75), rgba(0,60,99,.9)) !important;
  background: -o-linear-gradient(top, rgba(0,140,210,.75), rgba(0,60,99,.9)) !important;
  background: -moz-linear-gradient(top, rgba(0,140,210,.75), rgba(0,60,99,.9)) !important;
  background: linear-gradient(top, rgba(0,140,210,.75), rgba(0,60,99,.9)) !important;
}

.soliloquy-image-caption-header {
  font-family: 'Andada' !important;
  font-size: 1.4em !important;
  border-right: 1px solid #fff !important;
  padding: 12px 12px 12px 0 !important;
  width: 15% !important;
  float: left !important;
  position: relative !important;
  text-align: right !important;
}

.soliloquy-container .soliloquy-caption-inside {
  color: #FFF !important;
  width: 90% !important;
  max-width: 650px !important;
  margin: 0 auto !important;
  background: none !important;
}

.soliloquy-image-caption-text {
  font-size: 1.1em !important;
  width: 82% !important;
  padding: 5px 0 !important;
  text-align: left !important;
  font-family: Arial !important;
  float: none !important;
  position: relative !important;
  float: right !important;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1280px) {

}

@media only screen and (max-width:1140px) {
	
	.soliloquy-container .soliloquy-caption.soliloquy-caption-bottom{
		font-size: .9em;
	}

}

@media only screen and (max-width:960px) {
	.standard-featured-quote-text {
		font-size: 1.3em;
		margin: 20px 20px 10px;
	}
	.tribe-events-list .type-tribe_events,
	.tribe-events-list .type-tribe_events.tribe-events-first {
		padding: 10px;
	}
	
	.tribe-events-list-content-container,
	.tribe-events-list .tribe-events-loop .tribe-events-content {
		max-width: 500px;
	}
	
	.soliloquy-container .soliloquy-caption.soliloquy-caption-bottom{
		font-size: .8em;
	}
}

@media only screen and (max-width:850px) {
	.logo {
	margin: -70px auto;
	z-index: 1;
	width: 120px;
	}
	
	.main-menu a:link,
	.main-menu a:visited,
	.main-menu a:active {
	color: #fff;
	text-decoration: none;
	font-size: .9em;
	line-height: 1.9em;
	}
	
	#social-menu-wrapper {
		height: 40px;
	}
	
	#sol-wrapper {
		margin: 14px auto 0;
	}
	
	.social-icons .fa {
		font-size: 1.3em;
	}
	
	.social-icons .fa {
		width: 35px;
		height: 38px;
		line-height: 40px;
	}
	
	
	.home section {
		margin-top: 0;
	}
	
	.standard-featured-quote {
		padding: 6px;
	}
	
	.standard-featured-quote img {
		max-width: 780px;
		margin: 0;
		float: none;
	}
	
	.standard-featured-quote-author {
		font-size: inherit;
		margin-bottom: 10px;
	}
	
	.single-tribe_events .tribe-events-schedule {
		padding: 0;
		margin: 0;
		background: none;
		border: none;
	}
	
	.donate-button,
	.okstandard-button {
		height: 20px;
	}
	
	.soliloquy-container .soliloquy-caption {
		height: 35% !important;
	}
	
}
@media only screen and (max-width:768px) {
	.tribe-events-single ul.tribe-related-events li {
		border-bottom: 1px solid #888;
	}
}

@media only screen and (max-width:720px) {
	
	h1 {
		font-size: 1.6em;
		line-height: 2em;
	}
	
	h2 {
		font-size: 1.4em;
	}
	
	h2 a:link,
	h2 a:visited {
		text-decoration: none;
		color: #003c63;
	}
	
	h3 {
		font-size: 1.2em;
	}
	
	h4 {
		font-size: 1em;
	}
	
	h5 {
		font-size: .8em;
	}
	
	h6 {
		font-size: .8em;
	}
	
	#sol-wrapper {
		margin: 0 auto;
	}

	.home section {
		margin: 20px auto 0;
	}
	.home-featured-video {
		width: 90%;
		float: none;
		padding: 0;
		margin: 0 auto;
	}
	
	.home-featured-video-container {
		width: 100%;
		float: none;
		padding: 0 0 20px;
	}
	.home-featured-video h3 {
		font-size: 1.4em;
		color: #003c63;
		line-height: 1.2em;
		padding-bottom: 6px;
	}
	.home-featured-text {
		margin-top: -20px;
	}
	.standard-story {
		width: 100%;
	}

	#logo-wrapper {
		margin-bottom: 0px;
	}
	
	.banner-image {
		max-height: 110px;
	}
	
	.entry-title {
		width: 90%;
		margin: 0 auto;
	}
	
	.with-sidebar section {
		width: 96%;
		max-width: 720px;
		margin: 0 auto;
		float: none;
	}
	.with-sidebar aside {
		width: 96%;
		max-width: 720px;
		margin: 0 auto;
		float: none;
	}
	
}

@media only screen and (max-width:640px) {
	.slicknav_menu {
		display: block;
	}
	
	header nav {
		display: none;
	}
	
	#main-menu-wrapper {
		display: ;
	}
	
	li.main-menu-left,
	li.main-menu-right {
		float: none;
		width: auto;
		text-align: inherit;
		display: inherit;
		max-width: inherit;
	}
	
	.logo {
		z-index: 1;
		width: 120px;
		margin: -70px auto 0;
	}
	
	#sol-wrapper {
		margin: -20px auto 0;
	}
	
	.footer-container {
		text-align: center;
	}
	
	.footer-address {
		float: none;
	}
		
	.footer-container .footer-logo,
	.footer-container .menu,
	.footer-container .social-icons {
		float: none;
		height: 100%;
	}
	
	.footer-container .footer-logo {
		padding: 10px 0;
	}
	
	.footer-container .menu {
		padding: 0;
	}
	
	.home section {
		margin: 20px auto;
	}
	.banner-image {
		margin-top: -2px;
	}
	.home-featured-thumb {
		width: 100%;
		max-width: 280px;
		margin-bottom: 18px;
	}
	
	.donate-button,
	.okstandard-button {
		height: 15px;
	}
	
	.donate-button {
		margin-top: 2px;
	}
	
	.okstandard-button {
		margin-top: 0;
	}
	
	.temp {
		display: inline-block;
	}
}


@media only screen and (max-width:480px) {
	.social-icons .fa {
		font-size: 1em;
	}
	
	.social-icons .fa {
		width: 25px;
		height: 38px;
		line-height: 40px;
	}

	.home section {
		margin: 0;
	}
	.home-featured-text {
		margin-top: 0px;
	}
	

}

@media only screen and (max-width:320px) {

}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}