/*   
Theme Name: Culture24 Custom Theme
Theme URI: 
Description: A custom Wordpress theme for Culture24
Author: Chris How
Author URI: http://primesolid.com
Template: thematic
Version: 1.0
Tags: 
.
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
/*@import url('../thematic/library/layouts/2c-l-fixed.css');*/
/*@import url('../thematic/library/layouts/3c-fixed.css');*/

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/* Import my text styles (shared with the editor in many cases */
@import url('text_styles.css');



@font-face {
    font-family: 'EauSansBold';
    src: url('fonts/eau_sans_bold-webfont.eot');
    src: url('fonts/eau_sans_bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/eau_sans_bold-webfont.woff') format('woff'),
        url('fonts/eau_sans_bold-webfont.ttf') format('truetype'),
        url('fonts/eau_sans_bold-webfont.svg#EauSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'EauSansBook';
    src: url('fonts/eau_sans_book-webfont.eot');
    src: url('fonts/eau_sans_book-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/eau_sans_book-webfont.woff') format('woff'),
        url('fonts/eau_sans_book-webfont.ttf') format('truetype'),
        url('fonts/eau_sans_book-webfont.svg#EauSansBook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'EauSansBookOblique';
    src: url('fonts/eau_sans_book_obl-webfont.eot');
    src: url('fonts/eau_sans_book_obl-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/eau_sans_book_obl-webfont.woff') format('woff'),
        url('fonts/eau_sans_book_obl-webfont.ttf') format('truetype'),
        url('fonts/eau_sans_book_obl-webfont.svg#EauSansBookOblique') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}


/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }
.slides li, .slides li img { padding: 0; margin: 0;}
/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-indent: 99em; overflow: hidden; text-decoration:none; display: block; background-color: pink; width: 10px; height: 0; padding-bottom: 16px; margin: -16px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 1; cursor: pointer; }
.flexslider .flex-prev { left: 10px; background: transparent url(../../themes/culture24/i/gallery_ui/arrows.png) no-repeat top left;}
.flexslider .flex-next { right: 10px; background: transparent url(../../themes/culture24/i/gallery_ui/arrows.png) no-repeat top right;}
.flex-direction-nav li {
    margin: 0;
}
#c24_homepage_quotes .flex-direction-nav {display: none;}
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav { display: none; width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {display: none; margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging {display: none;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
    .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}


html {
    overflow-y: scroll;
    background-color: black;
}

body {
    background-color: transparent;
    font-family: 'EauSansBook', sans-serif;
}

h1, h2, h3 {
    font-size: 15px;
    line-height:20px;
    padding: 0 0 3px 0;
    margin-bottom: 15px;
}

p {
    line-height: 16px;
}


body.ie6 {
    font-family: arial, sans-serif;
}

/* iOS bg */

.ios-bg {
    /*display: none;*/
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: -1;
    top: 0;
}

#header {
    overflow: hidden;
    max-width: 910px;
    margin: 0 auto 10px auto;
    padding: 30px 0 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#header h1 {
    border: none;
}


/* Layout */

#outer {
    height: 100%;
    margin:0;
}

#wrapper {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#container {
    max-width: 960px;
    padding: 0 20px;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}


.entry-wrapper {
    float:left;
    width: 100%;
}

.entry-content {
    margin-left: 215px;
}

.post .entry-content {
    margin-left: 0;
}

.nav {
    float: left;
    width: 205px;
    margin-left: -100%;
    overflow: hidden;
    height: auto;
}

#mobile_nav {
    display: block;
    position: absolute;
    left: -999em;
}


/* Left-hand sidebar. Contains primary navigation */
#primary {
    border: 0;
    padding: 0;
    overflow: hidden;
    height: auto;
}


/* IE8 layout fixes */

body.ie8 {
    /*overflow: auto;*/
}

body.ie8 #container {
    width: 960px;
}

body.ie8  #scroller {
    height: auto;
}


/* =nav
*/
/*  page menu  */

.widget_nav_menu {
    clear: both;
}

#primary .widget_nav_menu  {
    /*background-color: rgba(36, 33, 34, 0.5);*/
    /*padding: 0 0 1px 0;*/
}

#primary .widget_nav_menu > ul > li.current_page_item {
    background-color: rgba(36, 33, 34, 0.5);
}

#primary .widget_nav_menu ul,
#mobile_nav .widget_nav_menu ul,
#primary .xoxo {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget_nav_menu ul li {
    /*width: 119px;*/
    margin: 0 0 10px 0;
    padding: 0 !important;
    line-height: 22px;
    font-size: 12px;
    /*min-height: 35px;*/
}

.widget_nav_menu > ul > li.current_page_item {
    background: transparent url(i/submenu_bg.png) top left;
}

.widget_nav_menu ul li.no_children {
    background: none;
}

.widget_nav_menu > ul > li > a {
    /*background: transparent url(i/menu_top_bg.png) top right no-repeat;*/
    display: block;
    width: auto;
    padding: 0 0 0 11px;
    color: black;
    position: relative;
    z-index: 1;
}

.widget_nav_menu  ul  li  a {
    width: auto;
}

.widget_nav_menu  ul  li  a:hover,
.widget_nav_menu  a:visited,
.widget_nav_menu  ul  li.current_page_item  a {
    color: black;
}


.widget_nav_menu ul li a {
    text-decoration: none;
    outline: none;
}

.widget_nav_menu ul li a span {
    /*display: none;*/
}


.widget_nav_menu ul li ul.children,
.widget_nav_menu ul li ul.children li ul.children
{
    /*display: none;*/
    padding: 0 0 0 18px !important;
}

.widget_nav_menu ul li ul.children li ul.children > li:first-child {
    padding-top: 10px !important;
}

.widget_nav_menu ul li ul.children a,
.widget_nav_menu ul li ul.children li ul.children a
{
    padding: 0;
    width: 83px;
}


.widget_nav_menu  ul  li  ul.children {
    list-style: disc !important;
    font-size: 12px;
}

.widget_nav_menu ul .children li,
.widget_nav_menu ul .children .children li {
    background: none;
    padding: 0 0 5px 0px !important;
    /*color: #00D9EB !important;*/
    /*width: 95px;*/
    font-size: 10px;
    margin: 10px 0 0 0;
    line-height: 11px;
    vertical-align: top;
}


.widget_nav_menu ul .children .children li {
    list-style: none !important;
}

body.ie6 .widget_nav_menu ul .children li {
    list-style: none !important;
}


.widget_nav_menu ul li ul.children li.current_page_item  a,
.widget_nav_menu ul li ul.children li ul.children li.current_page_item a {
    /*    color: #00D9EB !important;*/
    color: #00D9EB;
}

.widget_nav_menu ul .children a,
.widget_nav_menu ul .children .children a,
.widget_nav_menu ul li ul.children li.current_page_item ul.children li a
{
    color: white !important;
}

.widget_nav_menu ul .children a:hover,
.widget_nav_menu ul .children .children a:hover {
    color: #00D9EB !important;
}


.widget_nav_menu ul li.Xcurrent_page_ancestor  ul.children,
.widget_nav_menu ul li.current_page_item  ul.children,
.widget_nav_menu ul li.current_page_item,
.widget_nav_menu ul li.current_page_item ul.children li.current_page_item ul.children,
.widget_nav_menu ul li.current_page_item ul.children,
.widget_nav_menu ul li.Xcurrent_page_ancestor ul li.current_page_parent ul.children,
.widget_nav_menu ul li.Xcurrent_page_ancestor ul li.current_page_item  ul.children
{
    display: block;
}
.widget_nav_menu ul li.Xcurrent_page_ancestor  ul.children a,
.widget_nav_menu ul li.current_page_item  ul.children a
{
    background: none;
}

.widget_nav_menu ul li.current_page_item  ul.children li ul.children {
    /*display: none;*/
}


.widget_nav_menu ul .children li.nav_children_underline {
    list-style: none !important;
    border-bottom: 2px transparent solid;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 10px 0 0 -18px;
}



body.ie6 .widget_nav_menu  ul  li.page-item-26  a {
    background-position:  0 -22px;
}



.nav_bg_patch_1,
.nav_bg_patch_2,
.nav_bg_patch_3 {
    position: absolute;
    top: 0;
    /*left: 0;*/
    right: 11px;
    width: 107px;
    height: 22px;
    z-index: 0;
    font-size: 0;
    line-height: 0;
}

.nav_bg_patch_2 {
    width: 6px;
    right: 6px;
    height: 11px;
}


.nav_bg_patch_3 {
    width: 6px;
    right: 9px;
    height: 15px;
}

#link_sample {
    font-size: 12px;
    position: absolute;
    left: -999em;
    top: 0;
}


/*  UTILITY CLASSES  */


.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.clear {height: 0; font-size: 0; line-height: 0; clear: both}
.no-break {white-space:nowrap;}

#mobile_nav_icon {
    display: none;
}

#logo {
    width: 363px;
    height: 117px;
    background: transparent url(i/logos/logo_default.png) no-repeat top left;
}

#branding {
    padding: 35px 0 0 0;
    max-width: 940px;
    margin: 0 auto;
}

#branding h1 {
    border: none;
}

#main {
    padding-top: 18px;
    overflow: visible;
    max-width: 960px;
    margin: 0 auto 20px auto;
    /* hide initial content */
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
}


/*#content .post, */
#content .page,
.entry-content .page,
.entry-content .attachment,
.entry-content > .post {
    background-color: white;
    padding: 12px;
    min-height: 250px;
    max-width: 398px;
}

body.section_26 .entry-content .page,
.entry-content .attachment {
    background-color: black;
}



.entry-content > .post.black,
.entry-content .attachment {
    background-color: black;
    color: white;
}

.entry-content > .post.black p {
    color: white;
}

body.home #content .page {
    min-height: 0;
}

#content {
    overflow: hidden;
}

.entry-content {
    padding: 0;
}

#footer {
    border-top: 0;
    margin: 0;
}

/*  GALLERY  */

.carousel-controls {
    display: none;
}

/*  BACKGROUND  */
#backgroundImage {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

/*  REMOVE IE DOTTED OUTLINES  */
a, a:active, a:selected, a:visited {
    border: none;
    outline: none !important;
    ie-dummy: expression(this.hideFocus=true);
}

/* fix layout in IE6 */
body.ie6 #primary {
    margin: 0 0 0 -960px;
}

/*  CORNER SNIPPED  */

#content .corner_snipped {
    padding-bottom: 0;
    margin-bottom: 0;
}

.corner_snipped_bottom {
    height: 26px;
    position: relative;
    z-index: 1;
    max-width: 422px;
}

.corner_snipped_bottom:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.corner_snipped_bottom:after { clear: both; }
.corner_snipped_bottom { zoom: 1; }

.corner_snipped_bottom_left {
    position: absolute;
    right: 13px;
    top: -1px;
    left: 0;
    height: 27px;
    background-color: white;
}

.corner_snipped_bottom.black .corner_snipped_bottom_left {
    background-color: black;
}

.corner_snipped_bottom.green .corner_snipped_bottom_left {
    background-color: #32E5A0;
}

.corner_snipped_bottom_right {
    position: absolute;
    right: 0;
    width: 14px;
    height: 26px;
    background: transparent url(/wp-content/themes/culture24/i/ui/snipped_corner.png) top right no-repeat;

}

.corner_snipped_bottom.black .corner_snipped_bottom_right {
    background-image: url(/wp-content/themes/culture24/i/ui/snipped_corner_black.png);
}

.corner_snipped_bottom.green .corner_snipped_bottom_right {
    background-image: url(/wp-content/themes/culture24/i/ui/snipped_corner_green.png);
}


/*  HOME PAGE  */
#c24_homepage_blog_post {
    background-color: black;
    color: white;
    margin-top: 15px;
    padding: 12px 12px 12px 12px;
    max-width: 398px;
}

#c24_homepage_blog_post h5 {
    margin: 0;
    padding: 0 0 3px 0;
    font-size: 12px;
}

#c24_homepage_blog_post h5 a {
    color: #32E5A0;
    text-decoration: none;
}
#c24_homepage_blog_post p {
    color: white;
    margin: 0 0 12px 0;
}

#c24_blog_read_more_link {
    display: block;
    float: right;
    font-size: 10px;
    font-family: arial;
    color: white;
    text-decoration: none;
}

#homepage_gallery {
    margin: 30px 0 0 0 !important;
    /*margin-bottom: -16px !important;*/
    padding: 0;
    background-color: #32E5A0;
    max-width: 422px;
}

.homepage_gallery_corner_mask {
    position: absolute;
    z-index: 10;
    height: 19px;
    width: 7px;
    bottom: 0;
    right: 0;
    background: transparent url(i/gallery_ui/green_triangle.png) right top no-repeat;
}

#c24_homepage_quotes {
    background-color: white;
    margin: 15px 0 0 0;
    /*margin-bottom: -16px !important;*/
    max-width: 422px;
    padding-top: 15px;
}

#c24_homepage_quotes blockquote {
    padding: 12px;
    position: relative;
}
/*  TEAM LIST  */

.c24_team_list {
    margin-left: -14px;
}


.c24_team_list_item {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    padding-left: 14px;
    width: 50%;
    clear: both;
}

.c24_team_list_item.right {
    clear: right;
}


.c24_team_list_item img {
    display: block;
    margin: 0 0 5px 0;
}

.c24_team_list_item p a, .c24_team_list_item p a:hover {
    color: black;
    text-decoration: none;
}

.c24_team_list_item p a:hover {
    text-decoration: underline;
}

/*  HOMEPAGE WIDGET AREA  */

#homepage_widget_area {
    float: left;
    margin: 0 0 0 -273px;
    width: 260px;
    position: relative;
    z-index: 1;
}

#homepage_widget_area a {
    text-decoration: none;
    color: #32E5A0;
}

#homepage_widget_area a:hover {
    color: black;
}

#homepage_widget_area p {
    margin-bottom: 7px;
}

/* mobile version */
#mobile_homepage_widget_area {
    display: none;
    max-width: 508px;
    margin-top: 15px;
}

/*  TWITTER FEED  */
.c24_twitter_feed {
    position: relative;
    padding: 12px;
    background-color: white;
    margin-bottom: 15px;
}

.c24_twitter_feed .twitter_bird {
    position: absolute;
    right: 13px;
    top: 11px;
    background: transparent url(i/ui/twitter_bird.png) no-repeat top right;
    width: 29px;
    height: 24px;
}

.c24_twitter_feed ul {
    margin: 0;
    padding: 0;
}

.c24_tweet {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 11px;
    line-height: 13px;
    border-bottom: #32E5A0 2px dotted;
}

.c24_tweet small {
    display: block;
    text-align: right;
    margin-bottom: 3px;
}


/*  YOUTUBE LINK  */

.c24_youtube_link {
    position: relative;
    padding: 12px;
    background-color: white;
    margin-bottom: 15px;
}

.c24_youtube_link_icon {
    position: absolute;
    right: 0;
    top: 11px;
    background: transparent url(i/ui/youtube_icon.png) no-repeat top right;
    width: 41px;
    height: 61px;
}

/*  FACEBOOK LIKE  */

.c24_facebook_like {
    position: relative;
    padding: 12px;
    background-color: white;
    margin-bottom: 15px;
}

.c24_facebook_like_icon {
    position: absolute;
    right: 17px;
    top: 7px;
    background: transparent url(i/ui/facebook_icon.png) no-repeat top right;
    width: 21px;
    height: 61px;
}

/*  FEATURE BOXES  */
.c24_feature_box {
    height: 160px;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
    display: block;
}

/* The ghost, nudged to maintain perfect centering */
.c24_feature_box:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0%; /* Adjusts for spacing */
}


.c24_feature_box .img_holder {
    display: inline-block;
    width: 100%;
    height: 160px;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50% center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.feature_box_title {
    display: inline-block;
    background-color: black;
    color: #32E5A0;
    font-size: 17px;
    line-height: 22px;
    font-family: 'EauSansBold', sans-serif;
    padding: 8px 10px;
    text-transform: uppercase;
    vertical-align: middle;
    width: 80%;
    position: relative;
    z-index: 2;
}

/*  MAP  */
#c24_map {
    width: 100%;
    height: 407px;
    background-color: #eee;
}


/*  CONTACT FORM  */

.c24_contact_form {
    margin: 0 -12px 15px -12px;
    background: #E5E5E5 url(i/ui/contact_form_corner.gif) bottom right no-repeat;
    padding: 12px 12px 2px 12px;
    font-size: 11px;
    line-height: 13px;
}

.c24_contact_form form  p {
    line-height: 16px;
}
.c24_contact_form form  p label {
    width: 130px;
    display: block;
    float: left;
}

.c24_contact_form form input.text {
    font: 11px/13px arial, sans-serif;
    width: 250px;
    /*    float: right;*/
    /*    margin-right: 100px;*/
}

.c24_contact_form form select {
    width: 250px;
}

.c24_contact_form form textarea {
    width: 100%;
    height: 165px;
    font: 11px/13px arial, sans-serif;
    resize: none;
    border: none;
    background: white url(i/ui/textarea_corner.gif) bottom right no-repeat;
}

.c24_contact_form form .submit {
    border: none;
    font: 12px/14px arial, san-serif;
    font-weight: bold;
    cursor: pointer;
    background: none;
    padding: 5px 12px 5px 12px;
    float: right;
}

.c24_contact_form form .submit:hover {
    text-decoration: underline;
}

ul.c24_form_error {
    margin-bottom: 20px;
}

.c24_form_error, ul.c24_form_error li {
    font: 11px/13px arial, sans-serif;
    color: red;
    font-weight: bold;
    margin: 0 0 5px 20px;
}


/*  BLOG PAGES  */

body.section_26 #content,
body.section_26 h1 {
    color: white;
}

body.section_26 .entry-content .c24_blog_container {
    padding: 12px;
    background-color: black;
    max-width: 485px;
}

body.section_26 #content .hentry {
    padding-bottom: 0;
}

body.section_26 #content h2 a {
    text-decoration: none;
}

body.section_26 #content p.c24_blog_title {
    font: 12px/14px;
}

body.section_26 #content p.c24_blog_title a,
p.c24_blog_title a,
body.section_26 #content p.c24_blog_title,
body.section_26 #content .cat-links, body.section_26 #content .cat-links a {
    text-decoration: none;
    color: #32E5A0;
    font: 12px/14px arial, sans-serif;
    /*    font-style: normal;*/
}

body.section_26 #content p.c24_blog_title a:hover, body.section_26 #content .cat-links a:hover {
    text-decoration: underline;
}

#nav-below a {
    text-decoration: none;
    color: #32E5A0;
    font-style: normal;
}

#nav-below a:hover {
    text-decoration: underline;
}

#comments {
    background-color: black;
}

#comments p {
    color: white;
}

.wp-caption,
.wp-caption img {
    width: 100% !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.wp-caption p.wp-caption-text {
    padding: 1px 5px 5px 5px;
}

/*  BLOG NAVIGATION  */

#c24_blog_navigation_container {
    float: left;
    margin: 0 0 0 -273px;
    width: 261px;
}

#c24_blog_navigation {
    padding: 12px;
    background-color: black;
}

#c24_blog_navigation h2 {
    color: white;
}

#c24_blog_navigation h3 {
    color: #32E5A0;
    font: 12px/14px normal arial, sans-serif;
    /*    font-size: 12px;*/
    border: none;
    margin: 0 0 3px 0;
}

#c24_blog_navigation ul li {
    list-style: none;
    font: 10px/13px normal arial, sans-serif;
    margin: 0 0 0 20px;
}

#c24_blog_navigation ul li a {
    color: white;
    text-decoration: none;
}

#c24_blog_navigation ul li a:hover {
    text-decoration: underline;
}


#c24_blog_navigation hr {
    margin: 13px 0;
}

/* Responsive Video Embeds */

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*  SEARCH  */
.c24_search_container {
    background-color: black;
    padding: 12px;
}

.c24_search_container p, .c24_search_container h1 {
    color: white;
}

.c24_search_container hr {
    clear: both;
    margin-bottom: 10px;
}

/* 404, search */
#error404-searchform input[type=text] {
    margin-bottom: 15px;
}

/*  FOOTER LINKS   */

/* sticky footer */
* {
    /*margin: 0;*/
}

html,
body,
#outer,
#wrapper,
#main,
#scroller {
/*    min-height: 100%;
    height: 100%;*/
}

.push {
    height: 22px;
}


#footer_links {
    background-color: black;
    color: white;
    clear: both;
}

#footer_links_content {
    margin: 0 auto;
    padding: 0 20px 5px 20px;
    font: 11px/22px arial, sans-serif;
    color: #00E28B;
}

#footer_links_content a {
    color: white;
    text-decoration: none;
}

#footer_links_content a:hover {
    color: #00E28B;
}

#footer_links_content .tiny {
    display: inline-block;
    font-size: 9px;
    line-height: 1.4;
    margin-left: 20px;
}


/* ATTACHMENT */

body.attachment  #content {
}

#content .attachment {    
    padding: 12px;
}

.entry-content .attachment {
    max-width: 100%;
}

body.attachment .entry-content {
    margin-left: 0;
}

body.attachment .corner_snipped_bottom {
    max-width: 100%;
}

.attachment .page-title a {
    color: #32E5A0;
}
.attachment .page-title a:hover {
    color: white;
}


/* new nav style */



.widget_nav_menu > ul > li  a span.bullet {
    margin-right: 5px;
    width: 25px;
    text-align: center;
    display: block;
    float: left;
    height: 22px;
    font-size: 17px;
}

.widget_nav_menu ul li ul li.page_item_has_children {
    /*margin-bottom: -10px;*/
    position: relative;
}


.widget_nav_menu li {
    display: block;
}

.widget_nav_menu ul li a {
    padding-left: 0;
    font-size: 14px;
}

.widget_nav_menu ul .children a {
    font-size: 12px;
    line-height: 1.3;
}

.widget_nav_menu ul li.current_page_item ul.children li.current_page_item ul.children {
    display: block;
}

.page_item {
    list-style: disc;
}

.widget_nav_menu li > ul.children {
    display: block;
    overflow: hidden;
}

.widget_nav_menu > ul > li > ul > li a span.bullet {
    position: absolute;
    right: 0;
    top: -4px;
    background: pink url(../../themes/culture24/i/sprites.png) 8px -63px no-repeat;
    font-size: 0;
    width: 30px;
    height: 24px;
}

.widget_nav_menu ul li ul.children a,
.widget_nav_menu ul li ul.children li ul.children a {
    padding-right: 29px;
}

.widget_nav_menu > ul > li > ul > li.current_page_item a span.bullet {
    background-position: 8px -87px;
}


.widget_nav_menu > ul > li.current_page_item {
    background-color: transparent;
    background-image: none;
}

.widget_nav_menu ul.children ul.children  {
    /*margin-bottom: 10px !important;*/
}

.widget_nav_menu ul li,
.widget_nav_menu li > ul.children,
.widget_nav_menu ul li.current_page_item {
    display: list-item;
    /*list-style-position: inside;*/
}

.widget_nav_menu > ul > li,
.widget_nav_menu > ul > li.current_page_item {
    display: block;
    overflow: hidden;
}

/*  Hide home page item  */
.widget_nav_menu  > ul > li.page-item-90 {
    display: none;
}


.widget_nav_menu  ul.children ul.children li {
    /*padding: 0 !important;*/
    /*padding: 0 0 10px 0 !important;*/
    margin: 2px 0 0 0 !important;
}

.widget_nav_menu  ul.children li.current_page_item ul.children  {
    margin: 10px 0 0 0;
}

.widget_nav_menu > ul > li  {
    height: auto;
}

.widget_nav_menu > ul > li > a .link {
    padding: 4px 8px;
    background-color: white;
    display: block;
    width: 115px;
}


.widget_nav_menu > ul > li > a span.bullet {
    position: absolute;
    top: 0;
    right: 13px;
    height: 30px;
    width: 59px;
    background: transparent url(../../themes/culture24/i/sprites.png) 19px -34px;
    font-size: 0;
}

.widget_nav_menu > ul > li > a span.triangle {
    display: block;
    position: absolute;
    top: 0;
    right: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 18px 0 0;
    font-size: 0;
    background-color: transparent;
}


.widget_nav_menu > ul > li.current_page_item > a span.bullet {
    background-position: 19px 0;
}

.widget_nav_menu > ul > li.no_children > a span.bullet {
    background-position: 19px -109px;
}


/* tablet portait and phone */

@media only screen and (max-width: 960px) {
    #header {
	max-width: 642px;
    }

    #blog-title {
	padding: 0 20px;
    }

    /* hide right sidebar */
    #homepage_widget_area {
	display: none;
    }

    #content .page,
    .entry-content .page {
    }

    .entry-content {
	max-width: 600px;
    }

    #container {
	max-width: 642px;
	margin: 0 auto;
    }

    #footer_links_content {
	padding-top: 10px;
    }

    #footer_links_content span {
	display: block;
	line-height: 1.4;
    }

    #footer_links_content div {
	margin-top: 10px;
    }

    #footer_links_content .tiny {
	margin-left: 0;
    }

    #c24_blog_navigation_container {
	/*float: left;*/
	clear: both;
	margin: 15px 0 15px 0;
	width: 100%;
	max-width: 600px;
    }

    #c24_blog_navigation {
	margin-left: 128px;
    }

    #c24_blog_navigation_container .corner_snipped_bottom {
	margin-left: 128px;
    }

    /* turn off display of blog nav item */
    .widget_nav_menu li.page-item-26 {
	display: none;
    }

    #mobile_homepage_widget_area {
	display: block;
    }

    /* feature boxes */
    .c24_feature_box {
	background-color: black;
    }

    .c24_feature_box .img_holder {
	display: block;
	width: 60%;
	background-repeat: no-repeat;
	background-size: cover;
    }

    .feature_box_title {
	padding: 0 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-left: 60%;
	width: 40%;
	font-size: 15px;
	line-height: 16px;
    }


    .feature_box_title,
    blockquote {
	font-size: 16px;
	line-height: 21px;
    }

    #footer_links_content {
	font-size: 10px;
	/*line-height: 22px;*/
    }

    /* Hide blog post and gallery on phone and tablet (!) */
    .mobile-hide {
	display: none;
    }
}

/* Phone */
@media only screen and (max-width: 450px) {
    /* Hide nav */
    .nav {
	/*display: none;*/
	position: absolute;
	left: -999em;
    }

    .entry-content {
	margin-left: 0;
    }

    #c24_blog_navigation_container,
    #c24_blog_navigation_container .corner_snipped_bottom,
    #c24_blog_navigation {
	margin-left: 0;
    }

    .feature_box_title,
    blockquote {
	font-size: 12px;
	line-height: 16px;
    }

    #header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: 0;
	padding: 10px 0px 0 0px;
    }

    #branding {
	padding-top: 20px;
	width: 100%;
	padding-right: 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
    }

    #logo {
	width: 161px;
	height: 52px;
	background-size: 161px 52px;
    }

    #blog-title h1 {
	float: right;
	width: 161px;
	height: 52px;
	padding: 0;
	margin: 0;
	clear: none;
    }

    #mobile_nav_icon {
	display: block;
	float: left;
	width: 23px;
	height: 18px;
	background: transparent url(../../themes/culture24/i/mobile-nav-icons.png) top left no-repeat;
	margin-top: 15px;

    }

    body.section_16 #mobile_nav_icon {
	background-position: 0 -19px;
    }

    body.section_22 #mobile_nav_icon {
	background-position: 0 -38px;
    }

    body.section_20 #mobile_nav_icon {
	background-position: 0 -57px;
    }

    body.section_18 #mobile_nav_icon {
	background-position: 0 -76px;
    }

    body.section_24 #mobile_nav_icon {
	background-position: 0 -95px;
    }

    /* scroll inside */
    #scroller,
    #wrapper {
	height: 100%;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
    }

    #wrapper {
	padding-top: 70px;
    }

    #scroller {
	overflow-x: hidden;
	overflow-y: auto;
    }

    #main {
	padding: 0;
    }

    body {
	overflow: hidden;
    }


    /* feature boxes */
    .c24_feature_box {
	background-color: black;
	/*height: 171px;*/
    }

    .c24_feature_box .img_holder {
	width: 100%;
    }

    .feature_box_title {
	padding: 10px 5px;
	margin-left: 0;
	width: 90%;
	font-size: 17px;
	line-height: 22px;
    }


    .feature_box_title,
    blockquote {
	font-size: 16px;
	line-height: 21px;
    }


    /* mobile nav  */

    #mobile_nav {
	position: relative;
	left: 0;
	margin: 25px 0 20px 20px;
	width: 205px;
	list-style: none;
	display: block;
    }

    /* Hide home entry */
    .widget_nav_menu > ul > li.current_page_item.page-item-90    {
	display: none;
    }

    #outer {
	height: 100%;
	left: 0;
	overflow: hidden;
	z-index: 1;
	position: relative;
	-webkit-transition: -webkit-transform 0.25s;
	-moz-transition: -moz-transform 0.25s;
	transition: transform 0.25s;
    }

    #mobile_nav_scroller {
	height: 100%;
	background-color: #242021;
	width: 240px;
	position: absolute;
	left: -240px;
	overflow: auto;
	-webkit-transition: -webkit-transform 0.25s;
	-moz-transition: -moz-transform 0.25s;
	transition: transform 0.25s;
    }

    /* mobile nav exposed */
    html.nav-out #outer {
	-webkit-transform: translate(240px, 0);
	-moz-transform: translate(240px, 0);
	transform: translate(240px, 0);
    }

    html.nav-out #mobile_nav_scroller {
	-webkit-transform: translate(240px, 0);
	-moz-transform: translate(240px, 0);
	transform: translate(240px, 0);
    }

}
