/*
Theme Name:     Church of the Servant
Description:    Child theme of the Adapt theme by DesignerThemes.com
Author:         Swamp-Side Studio
Author URI:     http://swampsidestudio.com/
Template:       adapt
Version:        1.0
*/

@import url("../adapt/style.css");


/*---------------------------------------------------------------------------*/
/*  Global Styles
/*---------------------------------------------------------------------------*/

body {
    background: #f6f6f6;
}
a:hover,
.hentry .post-content a:hover {
	color: #1e4942;
}
.post-content a,
.post-content a:hover {
	text-decoration: underline;
}
.post-content #ai1ec-container p a {
  text-decoration: underline !important;
}
/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.flexible-container iframe,   
.flexible-container object,  
.flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*---------------------------------------------------------------------------*/
/*  Header Styles
/*---------------------------------------------------------------------------*/

#header {
	padding: 0 0 11px;
}
#header-inner {
	margin: 20px auto 0;
}
#logo {
	background-color: transparent;
	min-height: 45px;
}

#primary-menu {
    top: 10px;
}
#primary-menu ul li.current-menu-item li a:hover,
#primary-menu ul li.current-menu-item a,
#primary-menu ul li.current-page-ancestor li a:hover,
#primary-menu ul li.current-page-ancestor a,
#primary-menu ul li.current_page_parent a,
#primary-menu ul li.current_page_parent a:hover,
.single-showcase #primary-menu ul li#menu-item-2179 li a:hover,
.single-showcase #primary-menu ul li#menu-item-2179 a,
#primary-menu ul a.active,
#primary-menu ul ul li.current-menu-item a,
#primary-menu ul a:hover {
	background: rgba(75,118,88,0.2);
}
.post-type-archive-podcast #primary-menu ul li.current_page_parent a,
.post-type-archive-podcast #primary-menu ul li.current_page_parent a:hover,
.single-podcast #primary-menu ul li.current_page_parent a,
.single-podcast #primary-menu ul li.current_page_parent a:hover,
.members #primary-menu ul li.current_page_parent a,
.members #primary-menu ul li.current_page_parent a:hover,
.members #primary-menu ul li.current-menu-item a,
.members #primary-menu ul li.current-menu-item a:hover  {
	background-color: transparent;
}
#secondary-menu ul a {
	color: #ddd;
}
#secondary-menu ul li.current-menu-item a,
#secondary-menu ul a.active,
#secondary-menu ul li.current-page-ancestor a,
#secondary-menu ul li.current-post-ancestor a,
#secondary-menu ul li.current-category-ancestor a,
.single-podcast #secondary-menu ul li.sermon-menu-item a,
.members #secondary-menu ul li.member-menu-item a {
	color: #d0b823 !important;
}
#color-bars {
	width: 100%;
	margin-bottom: 2em;
}
.home #color-bars {
	max-width: 940px;
	margin-top: 1em;
	margin-bottom: 3em;
}
.color-bar {
	height: 7px;
	float: left;
}
.gap {
	width: 1%;
}
.green-light {
	width: 12%;
/*	background-color: #4b7658; */
    background-color: #a78a6a;
}
.maroon-light {
	width: 18%;
	/*background-color: #a44633;*/
	background-color: #889975;
}
.green-dark {
	width: 12%;
	/* background-color: #1e4942; */
	background-color: #a47275;
}
.maroon-dark {
	width: 12%;
 /*	background-color: #804943; */
	background-color: #817da8;
}
.gold {
	width: 27%;
	/*background-color: #9c8d32;*/
	background-color: #475e88;
}
.purple {
	width: 14%;
	/* background-color: #4b3a75; */
    background-color: #a78a6a;
}
#sidebar #color-bars {
    display: none;
}
.featured .featured-details .post-content {
	color: #eee;
}


/*---------------------------------------------------------------------------*/
/*  Mobile Navigation
/*---------------------------------------------------------------------------*/
#mobile-navigation ul.nav-menu.toggled-on {
	display: inline-block;
}
#mobile-navigation,
.menu-toggle {
	display: none;
}
.menu-mobile-menu-container {
	padding: 0 5%;
}
#mobile-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0.5em 0;
}
#mobile-navigation ul.nav-menu.toggled-on {
	width: 100%;
}
#mobile-navigation ul ul, /*Second level menu*/
#mobile-navigation ul ul ul { /*Third level menu*/
    display: none;
}


/*---------------------------------------------------------------------------*/
/*  BASIC WP STYLES  */
/*---------------------------------------------------------------------------*/

.hentry ul ul,
.hentry ul ul ul {
	margin-bottom: 0;
}


/*-----------------------------------------------------------------------------------*/
/*	Main Content Styles
/*-----------------------------------------------------------------------------------*/

#home-intro h2 {
	font-size: 24px;
	line-height: 1.2;
}
.clear-both {
	clear: both;
	float: left;
}
.page-template-default #content .hentry,
.page-template-template-fullwidth-php #content .hentry,
.single #content .hentry {
    background: #f0f0f0;
    border-color: #ddd;
}
.post-header .post-title {
    background: url(images/color-bars-new.png) no-repeat center bottom;
}
.item {
    background: #f0f0f0;
}
.post-footer {
    background: #f0f0f0;
}
.item .meta-category a:hover,
.item a.read-more:hover {
	color: #1e4942 !important
}
.post-header .meta-published a,
.post-header .meta-author a {
    color: #9C8D32;
}
.meta-comments {
    display: none;
}
.calendar-mobile {
		display: none;
	}
#content .post-content .sitemap {
    text-align: left;
}
.mejs-container { /* audio player */
	clear: both;
}
.single-post .mejs-container,
.page .mejs-container { /* audio player */
	margin-bottom: 20px;
}
.featured-image.page {
	background-color: #fff;
	padding-bottom: 25px;
}
.page-template-default #content .post-content img,
.page-template-template-fullwidth-php #content .post-content img,
.single #content .post-content img {
	margin-bottom: 20px;
}
tr:nth-child(2n+1) td {
    background-color: transparent;
}


/*-----------------------------------------------------------------------------------*/
/*	Homepage Styles
/*-----------------------------------------------------------------------------------*/
.home.page #sidebar {
    float: left;
    width: 940px;
    margin: 0;
}
.home.page #content{
	width: 940px;
	max-width: 940px;
}
.home.page #hentry-wrap,
.home.page .hentry {
    width: 100%;
    max-width: 100%;
}
.home .post-header {
	display: none;
}
.home.page-template-default #content .post-content {
	padding-top: 1.4em;
}
.home .post-content h2 a {
	text-decoration: none;
}



/*-----------------------------------------------------------------------------------*/
/*	Archive Styles
/*-----------------------------------------------------------------------------------*/
#archive-title {
    margin-bottom: 20px;
    background: #f0f0f0;
    border-color: #ddd;
}
#archive-title #page-title {
    background: url(images/color-bars-archive-new.png) no-repeat center bottom;
}
.blog #archive-title #page-title {
    background: url(images/color-bars-new.png) no-repeat center bottom;
}
.archive.author #archive-title #page-title,
.archive.date #archive-title #page-title {
    background: url(images/color-bars-new.png) no-repeat center bottom;
}
.archive #content,
.blog #content {
    width: 640px;
}
.item {
    border-color: #ddd;
}


/*-----------------------------------------------------------------------------------*/
/*	Showcase Post Type Styles
/*-----------------------------------------------------------------------------------*/

#related {
    width: auto;
}
#related li {
    float: left;
    margin: 0 20px 20px 0;
    padding: 7px 0;
    width: 300px;
}


/*---------------------------------------------------------------------------*/
/*  Widget Styles
/*---------------------------------------------------------------------------*/

#home-intro .widget-title {
	font: normal 16px/1 'Merriweather', serif;
	text-transform: uppercase;
	color: #666;
}
#home-intro .flexible-container {
	margin-bottom: 1em;
}
#sidebar #home-sidebar a {
	color: #9C8D32;
}
#sidebar #home-sidebar a:hover {
	color: #1e4942;
}
#sidebar .widget,
#related {
	background: #f0f0f0;
    border-color: #ddd;
}
#sidebar a {
    font-weight: normal;
}
#sidebar .search-form input {
    background: #fff;
}
#footer .search-form input {
    background: #ccc;
}

/* start home-intro and home-sidebar widgets */
#home-intro {
	overflow: hidden;
	background: none;
	margin-bottom:16px;
	padding: 0;
}
#home-intro.one .widget,
#home-intro.two .widget,
#home-intro.three .widget,
#home-sidebar.one .widget,
#home-sidebar.two .widget,
#home-sidebar.three .widget {
	position: relative;
}
#home-intro.one .widget,
#home-sidebar.one .widget {
	width: 100%;
	float: none;
}
#home-intro.two .widget,
#home-sidebar.two .widget {
	float: left;
}
#home-intro.two > .widget,
#home-sidebar.two > .widget {
	width: 620px;
	margin-right: 20px;
}
#home-intro.two > .widget + .widget,
#home-sidebar.two > .widget + .widget {
	width: 300px;
	margin-right: 0;
}
#home-intro.three .widget,
#home-sidebar.three .widget {
	float: left;
	width: 31.91489%; /* 300 / 940 */
	margin-right: 2.12765%; /* 20 / 940 */
}
#home-intro.three .widget + .widget + .widget,
#home-sidebar.three .widget + .widget + .widget {
	margin-right: 0;
}
.home #sidebar .widget {
	padding: 7px 0 0 0;
}
.home #sidebar .widget-inside {
  padding-left: 20px;
  padding-right: 20px;
}
.home #sidebar .widget-title {
	margin: 0 -20px 20px;
}
/* end home-intro and home-sidebar widgets */
#sidebar .map {
    margin-bottom: 20px;
}
#sidebar .map .widget {
	padding-left: 0;
	padding-right: 0;
}
#sidebar .map .widget-title {
	margin: 0;
}
#sidebar .map p {
	margin-top: 10px;
	margin-bottom: 10px;
}
/* start Twitter widget on home page */
#text-11 {
	border-top: 1px solid #ddd;
}
#text-11 .widget-title {
	background-color: #fff;
	padding-top: 14px;
	padding-bottom: 14px;
	border-top: 7px solid #F0F0F0;
}
/* end Twitter widget on home page */
/* start Twitter widget on home and Youth pages */
#sidebar #youth-pages-sidebar #text-3,
#sidebar #home-sidebar #text-11 {
    background: none;
    border:none;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}
#sidebar #home-sidebar #text-11 {
    padding-top: 0;
}
#sidebar #youth-pages-sidebar #text-3 .widget-inside,
#sidebar #home-sidebar #text-11 .widget-inside {
    padding-bottom: 0;
}
/* end Twitter widget on home and Youth pages */


/*---------------------------------------------------------------------------*/
/*  New Child Page Navigation Sidebar
/*---------------------------------------------------------------------------*/

#child-page-nav-sidebar {
    float: right;
    margin: 0 20px 0 0;
    width: 300px;
}
.widget_theme_navigation {
	display: none;
	/* Hide Child Page Navigation widget for full width.
	 * Using Simple Section Navigation Widget plugin for full width because it shows parent, sibling, child pages.
	 * Simple Section Navigation Widget too many links for mobile.
	 * Using Child Page Navigation plugin for mobile widths because it shows only sibling or child pages.
	 */
}
#child-page-nav-sidebar .widget {
	padding: 7px 20px;
	margin-bottom: 20px;
    background: #f0f0f0;
    border: 1px solid #ddd;
    border-width: 1px 0;
}
#child-page-nav-sidebar .widget-inside {
    padding-bottom: 20px;
}
#child-page-nav-sidebar .widget-title {
    background: none repeat scroll 0 0 #FFFFFF;
    font: 16px/1 'Merriweather',serif;
    margin: 0 -20px 20px;
    padding: 14px 20px 12px;
    text-transform: uppercase;
}
#child-page-nav-sidebar .widget-title a:hover,
#child-page-nav-sidebar .widget-title a:active {
    color: #1e4942;
    text-decoration: underline;
}
#child-page-nav-sidebar .widget ul {
	text-align: left;
	margin-left: 20px;
}
#child-page-nav-sidebar .widget ul ul {
	padding-top: 10px;
}
#child-page-nav-sidebar li a,
#podcast-sidebar .widget.more li a {
    color: #9C8D32;
    font-size: 125%;
}
#child-page-nav-sidebar li.current_page_item > a {
	color: #333;
}
#child-page-nav-sidebar li a:hover,
#child-page-nav-sidebar li a:active,
#child-page-nav-sidebar li a:focus,
#podcast-sidebar .widget.more li a:hover,
#podcast-sidebar .widget.more li a:active,
#podcast-sidebar .widget.more li a:focus {
	color: #1e4942;
	text-decoration: underline;
}


/*---------------------------------------------------------------------------*/
/*  MailChimp
/*---------------------------------------------------------------------------*/
#mc_message {
	margin-bottom: 2em;
}
#mc_signup .mc_merge_var {
    clear: left;
    padding-bottom: 3%;
    position: relative;
    width: 96%;
}
#mc_signup .mc_var_label {
    display: block;
    margin-bottom: 3px;
}
#mc_signup .mc_input {
    display: block;
    padding: 8px 0;
    text-indent: 2%;
    width: 100%;
}
#mc_signup .mc_input:focus {
	border-color: #bbb;
}
.mc_required,
#mc-indicates-required {
	font-size: 90%;
	color: #999;
}
#mc-indicates-required {
	margin-bottom: 1em;
}
.mc_signup_submit {
	margin-top: 1em;
}
.mc_success_msg {
  font-size: 1.6em;
  margin-top: 1em;
}


/*---------------------------------------------------------------------------*/
/*  Footer Styles
/*---------------------------------------------------------------------------*/
#footer-widgets {
  font-size: 13px;
}
.footer-widget a {
	color: #af9d2f;
}
.footer-widget a:hover {
	text-decoration: underline;
}


/*---------------------------------------------------------------------------*/
/*  BASE  */
/*---------------------------------------------------------------------------*/

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 600;
	clear: both;
}
.post-content h2 {
	line-height: 1.4;
}

/* lists */
.post-content ol {
    margin-left: 20px;
}
.post-content ul,
/*.post-content ol,*/
.post-content li {
	list-style-position: outside;
}
.post-content li {
	padding-bottom: 0.4em;
	line-height: 1.6;
}


/*---------------------------------------------------------------------------*/
/*  BUTTONS  */
/*---------------------------------------------------------------------------*/
.button {
	font-size: 110%;
	font-weight: normal;
	padding: 8px 20px;
	transition: all 0.2s ease-out 0s;
	color: #fff !important;
	background: #4b3b76;
    border-color: #2d1e52;
    text-shadow: 0 1px 0 #2d1e52;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
}
.button:hover,
.button:active {
    background: #2d1e52;
}
.button.white {
    color: #333 !important;
}
.button.cos-gold {
    background: #9c8d32;
    border-color: #716414;
    text-shadow: 0 1px 0 #796b18;
}
.button.cos-gold:hover {
    background: #716414;
}
.button.cos-green {
    background: #4b7658;
    border-color: #255032;
    text-shadow: 0 1px 0 #254d31;
}
.button.cos-green:hover {
    background: #255032;
}
.button.cos-maroon {
    background: #a44633;
    border-color: #802614;
    text-shadow: 0 1px 0 #5a2923;
}
.button.cos-maroon:hover {
    background: #802614;
}
.button.cos-purple {
    background: #4b3b76;
    border-color: #2d1e52;
    text-shadow: 0 1px 0 #2d1e52;
}
.button.cos-purple:hover {
    background: #2d1e52;
}
.button a,
.button a:link,
.button a:visited,
.button a:hover,
.button a:active {
	color: #fff;
	text-decoration: none;
}
.hentry .post-content .button a,
.hentry .post-content .button a:link,
.hentry .post-content .button a:visited,
.hentry .post-content .button a:hover,
.hentry .post-content .button a:active {
	font-family: 'Open Sans',Helvetica,Arial,sans-serif;
	color: #fff;
}


/*---------------------------------------------------------------------------*/
/*  PODCAST  */
/*---------------------------------------------------------------------------*/
.podcast-speaker {
	font-weight: bold;
}
.podcast_meta {
	margin-bottom: 2em;
}
.mejs-container {
	width: 100% !important;
}


/*---------------------------------------------------------------------------*/
/*  GENERICONS: http://genericons.com/  */
/*---------------------------------------------------------------------------*/
@font-face {
    font-family: 'Genericons';
    src: url('fonts/genericons-regular-webfont.eot');
    src: url('fonts/genericons-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/genericons-regular-webfont.woff') format('woff'),
         url('fonts/genericons-regular-webfont.ttf') format('truetype'),
         url('fonts/genericons-regular-webfont.svg#genericonsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.genericon {
	display: inline-block;
	width: 32px;
	height: 32px;
	-webkit-font-smoothing: antialiased;
	font-size: 32px;
	line-height: 1;
	font-family: 'Genericons';
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
}
.genericon-twitter:before {
	content: '\f202';
}
.genericon-facebook:before {
	content: '\f203';
}
.footer-widget .genericon {
	margin: 0.3em 0.4em 0 0.4em;
}
.footer-widget a.genericon-link {
	text-decoration: none;
	color: #ccc;
}
.footer-widget a.genericon-link:hover,
.footer-widget a.genericon-link:focus,
.footer-widget a.genericon-link:active {
	color: #fff;
}
#content .genericon {
	margin: 1em 0.5em 0 0;
}
#content a.genericon-link {
	text-decoration: none;
	/*color: #888;*/
}
#content a .genericon-twitter {
	color: #00aced;
}
#content a .genericon-facebook {
	color: #3b5998;
}




