/*
Theme Name: St. Vincent de Paul
Author: Factor1 Studios
Author URI: http://factor1studios.com/
Description: Custom theme
Version: 1.0
*/
@import url('css/normalize.css');



/* =Typography
-----------------------------------------------------------------------------*/
body {
    background:#00244d url('images/background-body.jpg') no-repeat center top;
    font-size:18px;
    font-weight: normal;
    margin:0;
    padding:0;
    font-family: "adelle", 'Helvetica-neue', helvetica, Arial, Verdana;
}
.jPanelMenu-panel {
    background-image:url('images/background-body.jpg') !important;
    background-repeat:no-repeat !important;
    background-position:center top !important;
    background-size:100% auto !important;
}
#jPanelMenu-menu {
    background:#00244d;
}
#jPanelMenu-menu ul {
    list-style:none;
    margin:0;
    padding:20px;
}
#jPanelMenu-menu a {
    color:#FFF;
}
h1 {
    color:#ef4a26;
    font-size:53px;
    font-family:"proxima-nova";
}
h2 {
    font-size:38px;
    font-weight:bold;
    color:#4d4d4d;
    font-family:"proxima-nova";
}
h3 {
    color:#00244d;
    font-size:22px;
    font-family:"proxima-nova";
}
a, a:hover {
    color:#ef4a26;
}
.page h1 {
    margin-top:0;
}
.content_wrapper ul li{
	padding: 0 0 15px 0;
}
.img-left, .alignleft, .wp-post-image  { float:left;margin:4px 20px 4px 0; }
.img-right, .alignright                { float:right;margin:4px 0 4px 20px; }

@media (max-width:740px) {
    .no-mobile {
        display:none;
    }

}


.fluidMedia {
    position: relative;
    padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.fluidMedia iframe {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}




/* =Links
-----------------------------------------------------------------------------*/

/* =Header
-----------------------------------------------------------------------------*/
header {
    padding-top:35px;
    height:176px;
}
header nav ul {
    list-style:none;
    margin:0;
    padding:0;
}
header nav {
    text-align:left;
    position:relative;
    width:100%;
    margin-top:25px;
}
header nav a {
    color:#FFF;
    font-family: "proxima-nova";
    font-weight:normal;
    font-size:18px;
    text-decoration: none;
    display:inline-block;
    padding: 5px 10px 0 10px;
    margin-left:20px;
    border-bottom:2px solid #FFF;
    text-transform: uppercase;
}
header nav a:first-child {
    margin-left:0;
}
header nav li.fss_menu_active a {
}
header nav a:hover {
    color:#FFF;
}
header nav ul {
    margin:0;
    padding:0;
    list-style:none;
    display:inline-block;
    width:100%;
}
header nav ul li {
    float:left;
    margin-right:25px;
}
header nav ul li:last-child {
    margin-right:0;
}

header nav ul li.current_page_item a,
header nav ul li.current-menu-parent a {padding-left: 10px !important;}

header nav.fss_menu div ul li ul {
    display:none;
    position: absolute;
    list-style:none;
    margin:0;
    padding:0;
    top:35px;
    left:0;
    z-index:10;
    width:100%;
    background:#00244d;
    height:42px;
}
header nav.fss_menu div ul li.current_page_item, header nav.fss_menu div ul li.current_page_ancestor {
    background:#ef4a26;
    color:#FFF;

}
header nav.fss_menu div ul li.current_page_item li, header nav.fss_menu div ul li.current_page_ancestor li {
    background:none;
}
header nav.fss_menu div ul li.current_page_item a, header nav.fss_menu div ul li.current_page_ancestor a {
    padding-left:5px;
}
header nav.fss_menu div ul li.current_page_item ul, header nav.fss_menu div ul li.current_page_ancestor ul {
    display:block;
}
header nav.fss_menu div ul li ul li a {
    background:none;
    border:none;
    padding:10px 0 0 10px;
    margin:0;
    height:auto;
    color:#FFF;
    font-size:15px;
}
header nav.fss_menu div ul li ul li a:hover {
    color:#FFF;
}
header nav.fss_menu div ul li ul li {
    float:left;
    margin-right:20px;
}
header nav.fss_menu div ul li ul li a:hover {
    background:none;
}
@media (max-width:990px) {
    header nav ul li {
        margin-right:10px;
    }
}
@media (max-width:950px) {
    header nav ul li {
        margin-right:5px;
    }
    header nav a {
        font-size:14px;
    }
}

/* =Nav
-----------------------------------------------------------------------------*/
.mobile_nav {
    display:none;
}
@media (max-width:740px) {
    .mobile_nav {
        display:block;
        text-align:center;
        padding-top:5px;
        background:#00244d;
        height:33px;
        margin:15px -15px 0;
    }
    .mobile_nav a {
        color:#FFF;
        font-size:20px;
        text-decoration:none;
        padding-left:30px;
        background:url('images/icon-mobile-nav.png') no-repeat left center;
        font-size:16px;
        font-family:"adelle";
        font-weight:600;
    }
    header nav {
        display:none;
    }
}

/* =Layout
-----------------------------------------------------------------------------*/
.content_wrapper {
    background:#efefef;
    padding:10px 0 40px 0;
}
.row {
    max-width:1000px !important;
}
.orbit-bullets li {
    z-index:2000;
}
.orbit-caption {
    display:none;
}
.featured-photo-container {
    margin:30px auto 30px auto;
    width:1142px;
    height: auto;
    background:#FFF;
    border-bottom:11px solid #e4e5e6;
}
.featured-photo-container img {
    padding:17px;
    width:100%;
    height: auto;
}
.sub-page-wrapper {
    background:#FFF;
    padding:10px;
    margin-bottom:30px;
    border-bottom:14px solid #e4e5e6;
}
.sub-page-image img {
    width:100%;
}
.sub-page-arrow-container {
    color:#FFF;
    padding:10px;
    text-align: center;
}
.sub-page-button-bg {
    color:#FFF;
}
.sub-page-arrow-container {
    border-left:1px solid #FFF;
}
.orange-bg {
    background:#ef4a26;
    display:inline-block;
    margin:0 16px;
    padding: 5px 0;
}

.orange-bg p {padding: 5px 0;}

.sub-page-button-bg,
.sub-page-button-bg a {
    color:#FFF;
    font-size:10px;
    font-family:"adelle";
    line-height:10px !important;
}
.sub-page-button-bg a strong,
.sub-page-button-bg strong {
    font-size:31px;
    font-family:"proxima-nova";
    display:block;
    line-height:26px;
    padding-top:4px;
    margin:0;
}
.subpage-header {
    font-size:38px;
    font-family:'proxima-nova';
    color:#4d4d4d;
}

.postexcerpt p {
	line-height: 32px;
	margin: 20px;
}


.button-text {
    margin-bottom:0;
    line-height: 10px;
}

.button {
    background:#003E6F;
    border: 0px;
    box-shadow: 0px 0px 0px black;
    }

/* =Home
-----------------------------------------------------------------------------*/
.slider_container {
    max-width:1200px;
    margin:0 auto;
    padding:0;
}
.brennan_container {
    max-width:1000px;
    margin:0 auto;
    background:#FFF;
    padding: 17px 17px 0 17px;
    border-bottom:11px solid #e4e5e6;
}
.homepage-button {
    margin-top:-25px;
    margin-bottom:30px;
}
.homepage-button img {
    position:relative;
    z-index:10000;
}
.hp-button-text {
    font-family:"adelle";
    font-size:16px;
    color:#878787;
    text-decoration:none;
    padding:10px;
    display:block;
}
.hp-button-text strong {
    font-size:38px;
    font-family:"proxima-nova";
    color:#ef4a26;
    display:block;
    text-transform:uppercase;
}
.riley-button-text {
    font-family:"adelle";
    font-size:13px;
    line-height: 24px;
    color:#878787;
    text-decoration:none;
    padding:10px;
    display:block;
}
.riley-button-text strong {
    font-size:26px;
    font-family:"proxima-nova";
    color:#ef4a26;
    display:block;
    text-transform:uppercase;
}
.homepage-box {
    background:#FFF;
    margin:10px;
    border-bottom:14px solid #e4e5e6;
}
.hp-button-icon {
    margin:10px 10px 0 0;
}

.fbfeeds {
	width: 94%;
	margin: 0px auto;
	height: 187px;
	overflow-y: hidden;
}

.fbfeeds ul {
	margin: 0;
	padding: 10px 0 0 0;;
}

.fbfeeds li {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
	line-height: 16px;
}

.fbfeeds li:last-child{
	margin: 0;
}

.fbfeeds li a {color: #000; font-size: 14px; }

.twitterfeed{
	width: 94%;
	margin: 0px auto;
	height: 187px;
	overflow-y: hidden;
	padding: 30px 10px;
}

.kebo-tweets .ktweet .ktext{
	font-size: 14px;
}


/* =Misc
-----------------------------------------------------------------------------*/

.clear                  { clear:both; }

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }


.f1_mentor_filter_list li {text-transform: capitalize;}
.f1_mentor_filter_layer {padding: 40px 0 0;}

.f1_mentor_list_container .f1_mentor_list li {
    background:#FFF !important;
    font-family: "proxima-nova";
    font-size:18px;
    color:#4e4d58;
    border-bottom:7px solid #e4e5e6;
    height:107px !important;
}

.f1_mentor_filter_btn {display: none;}

.f1_mentor_list li {width: 46%;}

.f1_mentor_summary_name,
.f1_mentor_details_name {font-weight: bold;}

.post_summary_meta {
    border-bottom:1px solid #C5C4C8;
    font-size:18px;
    color:#4d4d4d;
    display:inline-block;
    width:100%;
}
.post_summary_meta .post_summary_date {
    float:left;
    width:50%;
}
.post_summary_meta .post_summary_by {
    float:right;
    width:48%;
    text-align:right;
}
.post_summary_by img {
    float:right;
    margin-bottom:-25px;
    margin-top:-15px;
    margin-left:10px;
}
.index-header {
    text-transform:uppercase;
}
.index-title-summary a {
    color:#4d4d4d;
    font-size:38px;
    font-family: "proxima-nova";
    text-transform:uppercase;
    margin:5px 0;
}
h1.index-title-summary {
    margin:0 !important;
}
.index-summary-readmore {
    text-transform:uppercase;
    font-size:18px;
    padding-right:60px;
    padding-top:15px;
    padding-bottom:15px;
    background:url('images/arrow.png') no-repeat right center;
}
.post {
    margin:60px 0 100px 0;
}


.oops{
	padding: 70px;
	text-align: center;
	margin:0 auto;
}


.riley-content{
	padding: 0 25px;
}



/* =Footer
-----------------------------------------------------------------------------*/

footer {
    padding:30px 0 50px 0;
    color:#FFF;
    font-family:"adelle";
    font-weight: 100;
    font-size:15px;
    background:#00254E;
}
footer .footer_contact {
    padding-left:20px;
    margin: 10px 0 0;
}
footer .footer_contact p {
    margin:0 0 8px;
    line-height:1.1;
}
footer .footer_contact p a {
    color:#FFF;
}
footer .footer-site-by {
    text-align: center;
    color:#FFF;
    font-family:"proxima-nova";
    font-size:14px;
}
footer .footer-site-by a {
    color:#FFF;
    font-family:"helvetica neue", helvetica, arial, sans-serif;
    font-weight: bold;
    font-size:13px;
}
footer .footer_logo_container {
    font-size:13px;
}
footer .footer_widget_right input[type=email],
footer .footer_widget_right button {
    background:#003E6F;
    height:34px;
    color:#FFF;
    font-family: "adelle";
    font-size:12px;
    border:none;
    box-shadow: none;
    display: inline-block;
}

footer .footer_widget_right input[type=email] {
	width: 65%;
}

/* Placeholder text overrides */
footer .footer_widget_right input[type=email]::-webkit-input-placeholder,
footer .footer_widget_right input[type=email]:-moz-placeholder, /* Firefox 18- */
footer .footer_widget_right input[type=email]::-moz-placeholder, /* Firefox 19+ */
footer .footer_widget_right input[type=email]:-ms-input-placeholder  {color: #fff;}


.footer_social {text-align: right;}

.footer_social a,
.footer_social a.visited {
	display: block;
	padding: 10px;
	width: 40px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
	font-size: 21px;
	margin: 5px 10px 0 0;
	float: left;
	background: #111;
	border-radius: 25px;
	color: #fff;
}

.footer_social a.fb {background:#3c5997;}
.footer_social a.tw {background:#6bccf0; }
.footer_social a.youtube {background:#ee3737 }
.footer_social a.mail {background:#fec218 }

@media (max-width:740px) {
    .footer_contact {
        padding-left:15%;
    }
}




/***** Utility Classes *****/

.clear 			{ clear:both; }

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


.float-left 	{ float:left; }
.float-right 	{ float:right; }


.img-left, .align-left 			{ float:left;margin:4px 10px 4px 0; }
.img-right, .align-right 		{ float:right;margin:4px 0 4px 10px; }

