/*
Theme Name: New Settlement CASA
Theme URI: http://underscores.me/
Author: E. James Ford
Author URI: http://web.ejimford.com
Description: Subsite Theme for New Settlement
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nsa
Tags:

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.

New Settlement is based on Underscores http://underscores.me/, (C) 2012-2015 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.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Colors
# Structure
# Site Header
# Navigation
	## Links
	## Menus
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
-------------------------------------------------------------*/

@import url("../nsa/css/core.css");

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
/*
/*

PRIMARY:
Orange: #FFC20E
Dark Green: #61872A

SECONDARY: 
Light Green: #8FB430
Blue: #1C75BC
Red: #E86E25
Brown: #412900

TERTIARY:
Dark Orange: #F7941E
Grey: #C7DBF2
Yellow: #F9E4A4


*/


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
	font-family: 'Brandon';
	src: url('../nsa/fonts/HVD Fonts - BrandonGrotesque-Regular.eot');
	src: url('../nsa/fonts/HVD Fonts - BrandonGrotesque-Regular.woff') format('woff'), url('../nsa/fonts/HVD Fonts - BrandonGrotesque-Regular.ttf') format('truetype'), url('../nsa/fonts/HVD Fonts - BrandonGrotesque-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'Brandon Bold';
    src: url('../nsa/fonts/hvd_fonts_-_brandongrotesque-bold-webfont.eot');
    src: url('../nsa/fonts/hvd_fonts_-_brandongrotesque-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../nsa/fonts/hvd_fonts_-_brandongrotesque-bold-webfont.woff2') format('woff2'),
         url('../nsa/fonts/hvd_fonts_-_brandongrotesque-bold-webfont.woff') format('woff'),
         url('../nsa/fonts/hvd_fonts_-_brandongrotesque-bold-webfont.ttf') format('truetype'),
         url('../nsa/fonts/hvd_fonts_-_brandongrotesque-bold-webfont.svg#brandon_grotesquebold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Grenale Slab Demi';
    src: url('../nsa/fonts/insigne_-_grnd-nordem-webfont.eot');
    src: url('../nsa/fonts/insigne_-_grnd-nordem-webfont.eot?#iefix') format('embedded-opentype'),
         url('../nsa/fonts/insigne_-_grnd-nordem-webfont.woff2') format('woff2'),
         url('../nsa/fonts/insigne_-_grnd-nordem-webfont.woff') format('woff'),
         url('../nsa/fonts/insigne_-_grnd-nordem-webfont.ttf') format('truetype'),
         url('../nsa/fonts/insigne_-_grnd-nordem-webfont.svg#grenale_slab_norm_boldnormBd') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Grenale Slab Bold';
    src: url('../nsa/fonts/insigne_-_grnd-norbol-webfont.eot');
    src: url('../nsa/fonts/insigne_-_grnd-norbol-webfont.eot?#iefix') format('embedded-opentype'),
         url('../nsa/fonts/insigne_-_grnd-norbol-webfont.woff2') format('woff2'),
         url('../nsa/fonts/insigne_-_grnd-norbol-webfont.woff') format('woff'),
         url('../nsa/fonts/insigne_-_grnd-norbol-webfont.ttf') format('truetype'),
         url('../nsa/fonts/insigne_-_grnd-norbol-webfont.svg#grenale_slab_norm_boldnormBd') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Grenale Slab Demi Italic';
    src: url('../nsa/fonts/insigne_-_grnd-norbolit-webfont.eot');
    src: url('../nsa/fonts/insigne_-_grnd-norbolit-webfont.eot?#iefix') format('embedded-opentype'),
         url('../nsa/fonts/insigne_-_grnd-norbolit-webfont.woff2') format('woff2'),
         url('../nsa/fonts/insigne_-_grnd-norbolit-webfont.woff') format('woff'),
         url('../nsa/fonts/insigne_-_grnd-norbolit-webfont.ttf') format('truetype'),
         url('../nsa/fonts/insigne_-_grnd-norbolit-webfont.svg#grenale_slab_norm_bolnormBdit') format('svg');
    font-weight: normal;
    font-style: normal;
}





/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
#page {
    width: 100%;
    max-width: 1280px;
    margin: 0px auto;
    background-color: #fff;
}
#masthead {
    padding: 0px 0px;
}
#content {
}
#primary {
    padding: 0px 20px;
}
#secondary {
    background-color: #F7941E;
    padding: 10px;
}

.clearfix {
    width: 100%;
    clear: both;
    height: 10px;
    float: none;
    font-size: 1px;
    text-indent: -9999px;
}

.site-footer .footer-address {
    max-width: 142px;
}




/* ===== == = === 48em (768px) === = == ===== */
@media only screen and (min-width : 48em) {
	#primary {
		padding: 0px 20px 0px 70px;

    }
}


/* ===== == = === 56.25em (900px) === = == ===== */
@media only screen and (min-width : 56.25em) {
    #page {
        width: 900px;
    }
    
	#primary {
		float: left;
		width: 73%;
		margin: 16px 0px 0px 0px;
	}
	#secondary {
		float: right;
		width: 24%;
        min-height: 100vh;
        margin: 16px 10px 0px 0px;
        
	}
	/* Hide Secondary on Specific Layouts */
	body.page-template-page-home #secondary, body.events-gridview #secondary, body.page-template-page-people #secondary {
		display: none;
	}
	body.page-template-page-home #primary, body.events-gridview #primary, body.page-template-page-people #primary {
		width: 100%;
		float: none;
	}


}


/* ===== == = === 68.75em (1100px) === = == ===== */
@media only screen and (min-width : 68.75em) {
    
    #page {
        width: 1100px;
    }
    
}

/* ===== == = === 81.25em (1300px) === = == ===== */
@media only screen and (min-width : 81.25em) {
    #page {
        width: 1280px;
    }
}


/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/
.site-branding {
	margin: 20px 0px 10px 0px;
    float: left;
}

.site-title {
    padding: 0px;
    margin: 0px;
}

.site-title a, .site-title a:visited {
	font-size: 1.25em;
    color: #000;
    text-decoration: none;
    font-family: 'Brandon Bold', serif;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 10px 90px;
	text-transform: uppercase;
	line-height: 1.2em;
	max-width: 320px;
    background-size: contain;
	background-image: url(images/casa-logo.jpg);
	background-repeat: no-repeat;
	background-position: 12px 0px;
}
.site-title a:hover {
	color: #E86E25;
}


/* ===== == = === 37.5em (600px) === = == ===== */
@media only screen and (min-width: 37.5em) {
	.site-title a, .site-title a:visited {
    }
}

/* ===== == = === 48em (768px) === = == ===== */
@media only screen and (min-width : 48em) {
	.site-title a, .site-title a:visited {
        font-size: 2.5em;
        margin: 00px 0px 0px 70px;
        padding: 18px 0px 10px 120px;
        max-width: 700px;
        background-size: 100px;
        background-repeat: no-repeat;
        background-position: 0px;
        max-width: 570px;
	}
	
	
	body.after-school-creative-leaders .site-title a, body.after-school-public-school-64 .site-title a, body.after-school-program-at-meca .site-title a {
		max-width:640px;
	}

}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #1C75BC;
  	transition: all .25s ease;
   	-moz-transition: all .25s ease;
   	-webkit-transition: all .25s ease;
}

a:visited {
	color: #61872A;
}

a:hover,
a:focus,
a:active {
	color: #F7941E;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
    text-transform: lowercase;
	font-family: 'Brandon Bold';
    clear: both;
    background-color: #F7941E;
    text-transform: uppercase;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
    padding: 12px 16px;
    color: #000;
}

.main-navigation ul li:last-child a {

}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	visibility: hidden;
	z-index: 99999;
	opacity: 0;
  	transition: all .25s ease;
   	-moz-transition: all .25s ease;
   	-webkit-transition: all .25s ease;
	background-color: #000;
	
}

.main-navigation li:hover ul {
    opacity: 1;
	top: 2.1em;

}



.main-navigation ul ul ul {
    visibility: hidden;
    top: 0;
    margin-top: -29px;
}

.main-navigation ul ul a {
    font-family: 'Brandon';
    font-size: 90%;
    color: #F9E4A4;
    padding: 9px 7px 9px 7px;
    border-bottom: 1px solid #eee;
    opacity: .95;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	background-color: #000;
	color: #F9E4A4;
	opacity: 1;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
	background-color: #E86E25;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul,
.main-navigation ul li.hover_effect ul {
	visibility: visible;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > 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,
.main-navigation.toggled ul {
	display: block;
}

.menu-toggle {
    background-color: #F7941E;
    width: 100%;
    text-align: left;
    padding: 12px 0px 12px 20px;
    font-size: 180%;
    font-family: 'Brandon Bold';
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0px;
    border-right: none;
    border-left: none;
    box-shadow: none;
    color: #000;
    text-shadow: none;
}
.menu-toggle:focus {
    background-color: #000;
    color: #F7941E;

}



/* ===== == = === 48em (768px) === = == ===== */
@media only screen and (min-width : 48em) {
	.menu-toggle {
		padding: 12px 0px 12px 70px;
	}
}


/* ===== == = === 56.25em (900px) === = == ===== */
@media screen and (min-width: 56.25em) {
	.main-navigation {
		height: 36px;
	}
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
	.main-navigation li {
		float: left;
	}
	.main-navigation ul li:first-child {
		margin-left: 60px;

	}
	.main-navigation ul ul li:first-child {
		margin-left: 0px;
	}
    .main-navigation a {
		padding: 6px 16px;
		border-bottom: none;
	}
    .main-navigation ul li:last-child a {
        border-bottom: none;
    }
    
    .main-navigation ul li:last-child ul a {
        border-bottom: 1px solid #eee;
    }
	.main-navigation ul ul a {
		width: 270px;	
	}

}

/* ===== == = === 68.75em (1100px) === = == ===== */
@media only screen and (min-width : 68.75em) {
	.main-navigation {

	}
    .main-navigation a {
		padding: 6px 36px;
	}
	.main-navigation ul li:first-child {
        margin-left: 40px;
	}
}
/* ===== == = === 81.25em (1300px) === = == ===== */
@media only screen and (min-width : 81.25em) {
    .main-navigation a {
		padding: 6px 48px;
	}
	.main-navigation ul li:first-child {
        margin-left: 30px;
	}

}



.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: 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%;
}


/*--------------------------------------------------------------
## Scrolled Masthead
--------------------------------------------------------------*/

.masthead-fixed {
	position: fixed !important;
	top: 0 !important;
	z-index: 9999;
	width: 100%;
	max-width: 1280px;
	background-color: #fff;
	-webkit-box-shadow: 0px 3px 12px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 12px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 12px -1px rgba(0,0,0,0.75);
}

.masthead-fixed .header-widgets {
	margin-top: 0px;
}

.masthead-fixed .site-title a, .masthead-fixed .site-title a:visited {
    font-size: 1.2em;
    width: 300px;
	margin: 0px 0px 0px 20px;
    padding: 12px 0px 10px 70px;
    height: 60px;
	min-height:initial;
	transition: none;
   	-moz-transition: none;
   	-webkit-transition: none;
	background-image: url(images/casa-logo.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	
}

.masthead-fixed .main-navigation {
	margin-top: 24px;
}

.content-masthead-fixed {
	margin-top: 220px;
}

.masthead-fixed .header-widgets {
	margin-top: 20px;
}

.masthead-fixed .menu-social-menu-container {
    margin-top: 6px;
}

/* ===== == = === 48em (768px) === = == ===== */
@media only screen and (min-width : 48em) {
}


/* ===== == = === 56.25em (900px) === = == ===== */
@media only screen and (min-width : 56.25em) {
    .masthead-fixed {
        width: 900px;
    }
    .masthead-fixed .header-widgets {
        display: block;
        margin-top: 30px !important;
    }
}


/* ===== == = === 68.75em (1100px) === = == ===== */
@media only screen and (min-width : 68.75em) {
    .masthead-fixed {
        width: 1100px;
    }
}

/* ===== == = === 81.25em (1300px) === = == ===== */
@media only screen and (min-width : 81.25em) {
    .masthead-fixed {
        width: 1280px;
    }
    .masthead-fixed .site-title a, .masthead-fixed .site-title a:visited {
        margin: 0px 0px 0px 80px;
    }
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0;
}

#secondary .widget {
    margin: 0 0  1.5em;
    border-bottom: 1px solid #CF4647;
    padding-bottom: 1em;
}

#secondary .widget a {
	color: #412900 !important;
}

.widget ul {
	list-style-type:none;
	margin: 0px;
	padding: 2px 0px 2px 2px;
	font-size: 90%;
}

#secondary .widget ul a {
	text-decoration: none;
	padding: 4px;
	color: #000;
    border-bottom: 1px solid #F9E4A4;
	display: block;
}

#secondary .widget ul a:hover {
	background-color: #000;
	color: #F9E4A4 !important;
    border-bottom: 1px solid #000;

}


body.home .widget_recent_entries {
	display: none;
}


.widget a.donation-button {
    display: block;
    width: 96%;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #CF4647;
    border: 1px solid #CF4647;
    padding: 8px 0px;
    margin: 0px auto;
    text-decoration: none;
}

.widget a.donation-button:hover {
    color: #F9E4A4;
    background-color: #fff;
}

.widget .widget-title {
	color: #F9E4A4;
	font-family: 'Brandon';
	font-size: 18px;
	text-transform: uppercase;
}

.give-sidebar .images {
    display: none;
}
.header-widgets {
	float: left;
	margin: 40px 24px 0px 0px;
	display: block;
}

.header-widgets .widget {
    margin-left: 16px;
}

.widget_wpglobus select {
    width: 73px;
    padding: 4px 7px 4px 7px;
    margin-right: 10px;
	border: 1px solid #fbb21e;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    text-transform: lowercase;
    font-family: 'Grenale Slab Demi';
    font-size: 1em;
    color: #000;
    background-image: url(images/down-carat.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 70px 12px;
}	
/* ===== == = === 48em (768px) === = == ===== */
@media only screen and (min-width : 48em) {
	.header-widgets {
		clear: none;
	}
    .widget_wpglobus select {
        width: 98px;
        padding: 4px 18px 4px 16px;
    }
}

/* ===== == = === 56.25em (900px) === = == ===== */
@media screen and (min-width: 56.25em) {
    .header-widgets {
        margin: 72px 24px 0px 0px;
    }
    .header-widgets .widget {
        float: left;
    }
    .header-widgets .widget_wpglobus {
        margin-top: 8px;
    }    
}




/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

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

.hentry {
	margin: 0 0 1.5em;
}

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

.single .byline,
.group-blog .byline {
	display: none;
}

.entry-title {
	font-size: 200%;
	color: #000;
	text-transform: uppercase;
    font-family: 'Brandon Bold';
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0px;
    font-size: 1.1em;
}

.page-content h2,
.entry-content h2 {
    color: #F7941E;
    font-size: 1.8em;
}

.page-content h3,
.entry-content h3 {
    margin: 0px;
}

.page-content h3 a,
.entry-content h3 a {
    text-decoration: none;
}


.page-content p,
.entry-content p {
    margin: 0px 0px 15px 0px;
}

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

.entry-intro {
    font-size: 150%;    
}

.module-news-item-copy h4 {
    font-family: 'Brandon Bold';
}


#give-donation-level-button-wrap button {
    font-size: 14px;
}


/* ===== == = === 48em (768px) === = == ===== */
@media only screen and (min-width : 48em) {
    .module-news {
        width: 425px;
    }
    .module-news-item-image {
        width: 60px;
        height: 60px;
    }
    
    .modules-home .tribe_mini_calendar_widget, .modules-home .widget_text {
        width: 250px;
    }
}

/* ===== == = === 56.25em (900px) === = == ===== */
@media only screen and (min-width : 56.25em) {
    .module-news {
        width: 530px;
    }
    .module-news-item-image {
        width: 120px;
        height: 120px;
    }
    .module-news-item-copy {
        width: 400px;
    }
}

/* ===== == = === 68.75em (1100px) === = == ===== */
@media only screen and (min-width : 68.75em) {
    .module-news {
        width: 640px;
    }
    .module-news-item-copy {
        width: 480px;
    }
    .modules-home .tribe_mini_calendar_widget, .modules-home .widget_text {
        width: 250px;
    }
    
}

/* ===== == = === 81.25em (1300px) === = == ===== */
@media only screen and (min-width : 81.25em) {
    .module-news {
        width: 690px;
    }
    .module-news-item-copy {
        width: 535px;
    }

    .modules-home .tribe_mini_calendar_widget, .modules-home .widget_text {
        width: 340px;
    }
    
}


/*--------------------------------------------------------------
## Donations
--------------------------------------------------------------*/


body.home .entry-title {
    display: none;
}

.actionbar-home {
    background-color: #F7941E;
}

.actionbar-home a:hover {
    background-color: #E86E25;
}


.actionbar-home .actionbar-home-title {
    font-family: 'Brandon';
    text-transform: uppercase;
}

.actionbar-home .actionbar-home-description {
    color: #000;
    font-size: 80%;
    padding-right: 10px;
}


.actionbar-home .actionbar-home-participate, .actionbar-home .actionbar-home-take-action {
    background-image: url(images/icon-participate.png);
    background-size: 104px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.actionbar-home .actionbar-home-organize, .actionbar-home .actionbar-home-organize-your-neighbors {
    background-image: url(images/icon-organize.png);
    background-size: 61px;
    background-position: 40px center;
    padding: 22px 0px 0px 115px;
}
.actionbar-home .actionbar-home-donate {
    background-image: url(images/icon-donate.png);
    background-size: 94px;
    background-position: 24px center;
    padding: 22px 0px 0px 130px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* ===== == = === 48em (768px) === = == ===== */
@media only screen and (min-width : 48em) {
    .actionbar-home .actionbar-home-title {
        font-size: 70%;
    }
    .actionbar-home .actionbar-home-description {
        font-size: 70%;
        padding-right: 2px;
    }
    
    
    .actionbar-home .actionbar-home-participate {
        background-size: 60px;
        padding-left: 90px;
    }
    .actionbar-home .actionbar-home-organize {
        background-size: 40px;
        background-position: 20px center;
        padding: 22px 0px 0px 75px;
    }
    .actionbar-home .actionbar-home-donate {
        background-size: 60px;
        background-position: 14px center;
        padding: 22px 0px 0px 90px;
    }
    

}

/* ===== == = === 56.25em (900px) === = == ===== */
@media only screen and (min-width : 56.25em) {
    .actionbar-home .actionbar-home-title {
        font-size: 80%;
    }
    .actionbar-home .actionbar-home-description {
        font-size: 80%;
        padding-right: 4px;
    }
    
    .actionbar-home .actionbar-home-participate {
        background-size: 70px;
        padding-left: 100px;
    }
    .actionbar-home .actionbar-home-organize {
        background-size: 50px;
        background-position: 20px center;
        padding: 22px 0px 0px 85px;
    }
    .actionbar-home .actionbar-home-donate {
        background-size: 70px;
        background-position: 14px center;
        padding: 22px 0px 0px 100px;
    }

}


/* ===== == = === 68.75em (1100px) === = == ===== */
@media only screen and (min-width : 68.75em) {
    .actionbar-home .actionbar-home-title {
        font-size: 100%;
    }
    .actionbar-home .actionbar-home-description {
        font-size: 85%;
        padding-right: 4px;
    }
    
    .actionbar-home .actionbar-home-participate {
        background-size: 80px;
        padding-left: 110px;
    }
    .actionbar-home .actionbar-home-organize {
        background-size: 60px;
        background-position: 20px center;
        padding: 22px 0px 0px 95px;
    }
    .actionbar-home .actionbar-home-donate {
        background-size: 80px;
        background-position: 14px center;
        padding: 22px 0px 0px 110px;
    }
}

/* ===== == = === 81.25em (1300px) === = == ===== */
@media only screen and (min-width : 81.25em) {
}



/*
## Powerbase Forms
*/
div.powerbase-container-full {
    background: none;
    border: 0 none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    float: none;
    font-size: 100%;
    height: auto;
    letter-spacing: normal;
    list-style: none;
    outline: none;
    position: static;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    width: auto;
    visibility: visible;
    overflow: visible;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

div.powerbase-container-full .powerbase-form .powerbase-field {
    clear: both;
    padding: 10px 0px;
}
div.powerbase-container-full .powerbase-form .powerbase-field-label {
    display: block;
    font-weight: 700;
    font-size: 16px;
    float: none;
    line-height: 1.3;
    margin: 0 0 4px 0;
    padding: 0;
}
div.powerbase-container-full .powerbase-form .powerbase-required-label {
    color: #ff0000;
    font-weight: 400;
}

div.powerbase-container-full .powerbase-form input[type=email], div.powerbase-container-full .powerbase-form input[type=text] {
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 2px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: none;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 6px 10px;
    height: 38px;
    width: 100%;
    line-height: 1.3;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## 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, /* 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;
}

/*--------------------------------------------------------------
# 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%;
}

/*--------------------------------------------------------------
## 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;
}


li#wp-admin-bar-seed-ucp-notice {
    display: none;
}

li#wp-admin-bar-customize {
	display: none;
}



@media print {
    .main-navigation {
        display: none !important;
    }
}
