/*
Theme Name: Mixfolio-lize
Theme URi:http://graphpaperpress.com/themes/mixfolio/
Author: Graph Paper Press
Author URi:http://graphpaperpress.com
Description: A responsive, post format-packed, photographer-loving portfolio theme. Use it for your portfolio and make your friends jealous.
Version: 1.1.2.1
License: GNU General Public License version 3
License URI: license.txt
Tags: black, white, light, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, photoblogging
*/

@import url(https://fonts.googleapis.com/css?family=Martel);


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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

body { background: #fff; font-family: "Helvetica neue",Helvetica,Arial,sans-serif; font-size: 14px; line-height: 26px; color: #3e4853; position: relative; -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6, div.subheader {
    clear: both;
    color: #181818;
    font-weight: bold;
    line-height: 1.15
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 18px; font-size: 1.8rem; margin-bottom: 12px;}
h2 { font-size: 35px; font-size: 3.5rem; margin-bottom: 9px; }
h3 { font-size: 28px; font-size: 2.8rem; margin-bottom: 9px; }
h4,
div.subheader {

}
h5 { font-size: 18px; font-size: 1.8rem; font-weight: normal; margin-bottom: 3px;  }
h6 { font-size: 15px; font-size: 1.5rem; font-weight: normal; margin-bottom: 3px; }

.subheader, .widget-title, #site-description, div.subheader {color: #ff3; font-style: italic; font-size: 130%;font-weight: 300; margin-bottom: 24px; }
.widget-title {	font-size: 16px; text-transform: uppercase; }

.whatsapp{
    background: url(images/button-whatsapp.png) no-repeat;
    padding-left: 35px;
}
.frs-slideshow-container .frs-slideshow-content {
    background: #234311 url(images/cocaleca-loader.png) no-repeat center center/150px !important;
}

/*	--------------------------------------------------
        :: Lists
        -------------------------------------------------- */
ul, ol { margin-bottom: 18px; }
ul { list-style: none outside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ol ol { margin: 4px 0 5px 30px; }
li { margin-bottom: 2px; }
ul.large li { line-height: 21px; }
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
    margin-bottom: 0;
}
.entry-content ul,
.entry-content ol {
    margin-left: 30px;
}
.entry-content li {
    margin-bottom: 0;
}
.entry-content ul,
.entry-content ul ul ul ul {
    list-style: disc;
}
.entry-content ul ul {
    list-style: circle;
}
.entry-content ul ul ul {
    list-style: square;
}
.entry-content ol,
.entry-content ol ol ol ol {
    list-style: decimal;
}
.entry-content ol ol {
    list-style: upper-alpha;
}
.entry-content ol ol ol {
    list-style: lower-roman;
}
dl {
    margin: 0 0 18px;
}
dt {
    font-weight: 700;
}
dd {
    margin: 0 0 18px 18px;
}
ul.TA_links {
   float: right;
   list-style-type: none;
   margin: 0;
   padding: 0;
   margin-left: auto;
}
ul.TA_links li {
   display: inline-block;
   float: left;
}



/* --------------------------------------------------
:: Grid
-------------------------------------------------- */

.container { }

.container:before, .container:after, .grid:before, .grid:after {
    display: table;
    content: "";
    zoom: 1;
    *display: inline;
}
.container:after, .grid:after {
    clear: both;
}

.row, #branding .container { width: 100%; max-width: 980px; min-width: 727px; margin: 0 auto; }
/* To fix the grid into a certain size, set max-width to width */
.row .row { min-width: 0px; }

.column, .columns { margin-right: 4.4%; float: left; min-height: 1px; position: relative; }

.hero .columns.eight { margin-right: 0; }
.hero .columns.four { margin-right: 0; margin-left: 4.4%; }

.grid .columns.three { margin-right: 0; }
.grid .four.columns:nth-child(3n+1) { clear: left; }

.row .one.columns { width: 4.3%; }
.row .two.columns { width: 13%; }
.row .three.columns { width: 21.7%; }
.row .four.columns { width: 30.3%; }
.row .five.columns { width: 39.1%; }
.row .six.columns { width: 47.8%; }
.row .seven.columns { width: 56.5%; }
.row .eight.columns { width: 65.2%; }
.row .nine.columns { width: 73.9%; }
.row .ten.columns { width: 82.6%; }
.row .eleven.columns { width: 91.3%; }
.row .twelve.columns { width: 100%; }

.row .offset-by-one 	{ margin-left: 13.1%;  }
.row .offset-by-two 	{ margin-left: 21.8%;  }
.row .offset-by-three 	{ margin-left: 30.5%;  }
.row .offset-by-four 	{ margin-left: 39.2%;  }
.row .offset-by-five 	{ margin-left: 47.9%;  }
.row .offset-by-six 	{ margin-left: 56.6%;  }
.row .offset-by-seven 	{ margin-left: 65.3%;  }
.row .offset-by-eight 	{ margin-left: 74.0%;  }
.row .offset-by-nine 	{ margin-left: 82.7%;  }
.row .offset-by-ten 	{ margin-left: 91.4%;  }
/*.row .offset-by-eleven 	{ margin-left: 95.7%;  }*/

.row .one.centered { margin-left: 47.9%; }
.row .two.centered { margin-left: 43.5%; }
.row .three.centered { margin-left: 39.2%; }
.row .four.centered { margin-left: 34.8%; }
.row .five.centered { margin-left: 30.5%; }
.row .six.centered { margin-left: 26.1%; }
.row .seven.centered { margin-left: 21.8%; }
.row .eight.centered { margin-left: 17.4%; }
.row .nine.centered { margin-left: 13.1%; }
.row .ten.centered { margin-left: 8.7%; }
.row .eleven.centered { margin-left: 4.3%; }

.row .offset-by-one:first-child 	{ margin-left: 8.7%;  }
.row .offset-by-two:first-child 	{ margin-left: 17.4%;  }
.row .offset-by-three:first-child 	{ margin-left: 26.1%;  }
.row .offset-by-four:first-child 	{ margin-left: 34.8%;  }
.row .offset-by-five:first-child 	{ margin-left: 43.5%;  }
.row .offset-by-six:first-child 	{ margin-left: 52.2%;  }
.row .offset-by-seven:first-child 	{ margin-left: 60.9%;  }
.row .offset-by-eight:first-child 	{ margin-left: 69.6%;  }
.row .offset-by-nine:first-child 	{ margin-left: 78.3%;  }
.row .offset-by-ten:first-child 	{ margin-left: 87%;  }
.row .offset-by-eleven:first-child 	{ margin-left: 95.7%;  }

img, object, embed { max-width: 100%; }
img { -ms-interpolation-mode: bicubic; }

/* Testing Nicolas Gallagher's micro clearfix */
.row:before, .row:after, .clearfix:before, .clearfix:after { content:""; display:table; }
.row:after, .clearfix:after { clear: both; }
.row, .clearfix { zoom: 1; }



/* =Structure
-------------------------------------------------------------- */

#page {
    display: block;
}
.main-outer {
    padding:  0 20px;
}
#branding,
#colophon {
    clear: both;
    display: block;
}
#primary {
    float: left;
    margin-right: 2.5%;
    overflow: hidden;
    width: 65%;
}
#primary.full-width {
    float: none;
    margin-right: 0;
    width: 100%;
}
#secondary {
    float: right;
    margin-left: 2.5%;
    margin-top: 6em;
    overflow: hidden;
    width: 30%;
}
.home #secondary{
    margin-top: 3em;
}
.post-type-archive-environment #secondary{
    margin: 0em;
}
.post-type-archive-environment #secondary #categories_environment-2{
    background-color: #e7e3a6;
    color: #000;
    margin-top: 2em;
    padding: 20px 10px 10px 10px;
}
.full-width #content,
.image-attachment #content,
.error404 #content { /* Increase the size of the content area for templates without sidebars */
    margin: 0;
}


.activity ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.activity ul li{
    /*	display: inline-block;
            height: 200px;
            list-style: none;
            margin: 0 0 15px 0;
            padding: 0;
            width: 300px;*/
}
.activity ul li a{
    color: #eef9f9;
}
.activity ul li a:hover{
    color: #660000;
}
.activity ul li a img{
}
.activity ul li a img:hover{
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.activity ul li figcaption{
    display: block;
    font-family: "Martel", Helvetica Neue, Arial, sans-serif;
    font-size: 2.4em;
    line-height: 1.4em;
    margin: 10px 0 0 10px;
    position: absolute;
    width: 280px;
}
.activity ul li:nth-child(3){
    width: 315px;
}
.environment ul li{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #eaeaea;
    padding: 30px 0 7px 0;
}
.environment ul li:hover{
    background: #e7e3a6 none repeat scroll 0 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #234311;
}
.environment ul li a.klein{
    font-family: "Helvetica neue",Helvetica,Arial,sans-serif;
    font-size: 1em;
    line-height: 24px;
    text-decoration: none;
}
.environment ul li a.klein:hover{
    text-decoration: none;
}
.environment ul li a{
    font-family: "Martel", Helvetica Neue, Arial, sans-serif;
    font-size: 1.8rem;
    line-height: 1.4em;
    margin: 0;
    text-decoration: none;
}
.environment ul li a:hover{
    text-decoration: underline;
}

.environment ul li div p{
    margin: 0;
}

/* =Accessibility
-------------------------------------------------------------- */

.assistive-text {
    /**
     * Using CSS clip as an Accessible Method of Hiding Content
     * See:http://adaptivethemes.com/using-css-clip-as-an-accessible-method-of-hiding-content
     */
    clip: rect( 1px 1px 1px 1px );
    clip: rect( 1px, 1px, 1px, 1px );
    position: absolute !important;
}


/* =Media
-------------------------------------------------------------- */

.alignleft {
    display: inline;
    float: left;
    margin: 1em 1em 1em 0;
}
.alignright {
    display: inline;
    float: right;
    margin: 1em 0 1em 1em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 1em auto;
}


/* =Typography
-------------------------------------------------------------- */

figure {
    background-color: #eee;
    margin-bottom: 1.5em;
}
figure img {
    display: block;
    margin-bottom: 0;
}
figcaption {
    font-size: 0.75em;
}
a {
    /*color: #9c7d23;
    color: # d68910;*/
    color: #660000;
    /*#234311;*/
    text-decoration: underline;
}
a:visited {
    opacity: 0.8;
}
a:hover {
    text-decoration: none;
}
q,
i,
em,
cite,
.fancy {
    font-style: italic;
    font-weight: inherit;
}
.fancy {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}
b,
strong {
    font-weight: bold;
    font-style: inherit;
}
mark {
    background: #ffc;
}
s,
del {
    text-decoration: line-through;
}
.entry-meta {
    color: #999;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.entry-meta a {
    color: #555;
}
small,
.entry-meta
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 0.8em;
}
pre,
code {
    font-family: monospace;
    font-size: 1em;
}
pre {
    overflow: auto;
    margin-bottom: 1.5em;
    line-height: 24px;
}
code {
    line-height: 1;
}
.archive .page-title,
.search .page-title {
    color: #777;
    font-size: 16px;
    margin: 0 0 24px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
}
body.search .format-image .entry-header {
    display: block;
}
.archive .page-title span {
    color: #222;
    display: block;
    font-size: 48px;
    font-style: normal;
    font-weight: bold;
    text-transform: capitalize;
}
hr {
    background: #ddd;
    color: #ddd;
    clear: both;
    float: none;
    width: 100%;
    height: 1px;
    margin: 0 0 1.42em;
    border: none;
}
hr.space {
    background: #fff;
    color: #fff;
    visibility: hidden;
}


/* =Header
-------------------------------------------------------------- */

.background-photo {
/*    position: relative;*/
    background-size: 100% auto;
    top: 0;
    z-index: -1000;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

nav.nav select {
    display: none;
}
#branding nav.nav span {
    display: none;
}
nav.nav {
    float: right;
    position: relative;
    zoom: 1;
}
.nav ul li:hover > ul,
#branding li:hover > ul {
    display: block;
}
.nav li.parent > a:after  {
    width: 0;
    height: 0;
    display: inline-block;
    content: "&darr;";
    text-indent: -99999px;
    vertical-align: top;
    margin-top: 8px;
    margin-left: 4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff;
    filter: alpha( opacity=50 );
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
#branding {
    margin-bottom: 13px;
    position: relative;
}
#branding .overlay{
    padding-bottom: 40px;
    position: absolute;
    width: 80%;
    bottom: 10%;
    z-index:1;
}
#branding .frs-slideshow-container#header-homepjc{
    margin-top: -25px;
}
#branding .container {
    margin: 0 auto;
    padding: 0;
    zoom: 1;
}
#branding a {
    color: #000;
    text-shadow: 0 -1px 0 rgba( 0, 0, 0, 0.25 );
    text-decoration: none;
    word-break: break-word;
    z-index:1000;
}
#branding h1 a:hover,
#branding .brand a:hover,
#branding ul .active > a {
    background-color: #234311;
    background-color: rgba( 189, 210, 51, 0.05 );
    color: #fff;
    text-decoration: none;
}
#branding ul li.current_page_item, #branding ul li.current-menu-item > a {
    color: #ff3;
    text-decoration: none;
}
#branding h1 {
    position: relative;
}
#branding h1 a,
#branding .brand {
    float: left;
    font-family: Helvetica Neue, Arial, sans-serif;
    display: block;
    padding: 10px;
    margin-left: -11px;
    color: #FF3;
    font-weight: 200;
}
#branding input#searchsubmit {
    clip: rect( 1px 1px 1px 1px );
    clip: rect( 1px, 1px, 1px, 1px );
    position: absolute !important;
}
#branding p {
    line-height: 40px;
    margin: 0;
}
#branding p a:hover {
    background-color: transparent;
    color: #fff;
}
#branding form {
    float: right;
    margin: 5px 30px 0 0;
    position: relative;
    filter: alpha( opacity=100 );
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
#branding form.pull-right {
    float: right;
}


/* home */
.home .frs-slideshow-container#headerpjc{
    margin-top: -25px;
}
.home .frs-slideshow-container .frs-skin-minimalist .frs-bullets-wrapper{
    margin-top: -30px;
}
.home #branding-inner {
    background-color: #234311;
    height: 500px;
    overflow: visible !important;
}
.home #site-title{
    margin-top: 200px;
}
.home h1#site-title a{
    font-size: 203%;
    font-family: Helvetica, Arial, sans-serif;
}
.home h1#site-description{
    color: #ff3;
    font-size: 133%;
    font-style: italic; 
    font-weight: 300; 
    margin-bottom: 24px; 
    padding-left: 8.5em
}
/* rest */
#branding-inner{
    background-color: #234311;
    height: 100px;
}
h2 {
    font-size: 10px; 
    font-size: .9rem;
    margin-top: 13px;
    margin-bottom: 12px;
}
.rest h1#site-description, .page-template-page-activities #site-description{
    clear: both;
    color: #ff3;
    font-size: 1em;
    font-style: italic; 
    font-weight: 300; 
    margin-bottom: 24px;
    margin-left: -1.3em;
}

#branding-inner,
#branding .fill {
    background-color: #234311;
    background-repeat: repeat-x;
    background-image: 0 color-stop( 100%, #222 );
    background-image: linear-gradient( top, #333, #222 );
}
#branding-inner-mobility{display:none}
.border{
    height: 1px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
}
#branding-inner1{
    background-color: #234311;
    background-repeat: repeat-x;
    background-image: 0 color-stop( 100%, #222 );
    background-image: linear-gradient( top, #333, #222 );
}
.menu-toggle {
    clear: both;
    color: #fff;
    cursor: pointer;
    font-weight: normal;
    font-size: 14px;
    margin: 2em 0 16px 1.2em;
    width: 100%;
}
#branding div > ul {
    display: block;
    float: left;
    margin: 0;
    position: relative;
    top: 2px;
}
#branding div > ul > li {
    display: block;
    float: left;
}
#branding div > ul a {
    color: #edf9f9 ;
    display: block;
    float: none;
    padding: 10px 10px 11px;
    line-height: 19px;
    text-decoration: none;
}
#branding div > ul a:hover {
    color: #660000;
    color: #ff3;
    text-decoration: none;
}
#branding div > ul .active > a {
    background-color: #222;
    background-color: rgba( 0, 0, 0, 0.5 );
}
#branding div > ul.secondary-nav {
    float: right;
    margin-left: 10px;
    margin-right: 0;
}
#branding div > ul.secondary-nav .menu-dropdown,
#branding div > ul.secondary-nav .dropdown-menu {
    right: 0;
    border: 0;
}
#branding div > ul a.menu:hover,
#branding div > ul li.open .menu,
#branding div > ul .dropdown-toggle:hover,
#branding div > ul .dropdown.open .dropdown-toggle {
    background: #444;
    background: rgba( 255, 255, 255, 0.05 );
}
#branding div > ul .sub-menu,
#branding div > ul .children {
    background-color: #333;
    margin-top: 0;
}
#branding div > ul .sub-menu li,
#branding div > ul .children li {
    position: relative;
}
#branding div > ul .sub-menu ul,
#branding div > ul .children ul {
    top: -6px;
    left: 100%;
}
#branding div > ul .sub-menu a,
#branding div > ul .children a {
    color: #fff;
}
#branding div > ul li.dropdown.open,
#branding div > ul .sub-menu a.open,
#branding div > ul .children a.open {
    background: #444;
    background: rgba( 255, 255, 255, 0.05 );
}
#branding div > ul .sub-menu li a,
#branding div > ul .children li a {
    color: #999;
    text-shadow: 0 1px 0 rgba( 0, 0, 0, 0.5 );
}
#branding div > ul .sub-menu li a:hover,
#branding div > ul .children li a:hover {
    background-color: #191919;
    background-repeat: repeat-x;
    background-image: 0 to( #191919 );
    background-image: 0 color-stop( 100%, #191919 );
    background-image: linear-gradient( top, #292929, #191919 );
    color: #fff;
}
#branding div > ul .sub-menu .active a,
#branding div > ul .children .active a {
    color: #fff;
}
#branding div > ul .sub-menu .divider,
#branding div > ul .children .divider {
    background-color: #222;
    border-color: #444;
}
#branding ul .sub-menu li a,
#branding ul .children li a {
    padding: 4px 15px;
}
li.menu,
.dropdown {
    position: relative;
}
a.menu:after,
.dropdown > a:after {
    width: 0;
    height: 0;
    display: inline-block;
    content: "&darr;";
    text-indent: -99999px;
    vertical-align: top;
    margin-top: 8px;
    margin-left: 4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff;
    filter: alpha( opacity=50 );
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.sub-menu,
#branding .children {
    background-color: #fff;
    float: left;
    display: none;
    position: absolute;
    z-index:900;
    min-width: 160px;
    max-width: 220px;
    _width: 160px;
    margin-left: 0;
    margin-right: 0;
    padding: 6px 0;
    zoom: 1;
    border-color: #999;
    border-color: rgba( 0, 0, 0, 0.2 );
    border-style: solid;
    border-width: 0 1px 1px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 4px rgba( 0, 0, 0, 0.2 );
    -moz-box-shadow: 0 2px 4px rgba( 0, 0, 0, 0.2 );
    box-shadow: 0 2px 4px rgba( 0, 0, 0, 0.2 );
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}
.sub-menu li,
#branding .children li {
    float: none;
    display: block;
    background-color: none;
    margin-bottom: 0;
}
.sub-menu .divider,
#branding .children .divider {
    height: 1px;
    margin: 5px 0;
    overflow: hidden;
    background-color: #eee;
    border-bottom: 1px solid #fff;
}
#branding .sub-menu a,
.sub-menu a,
#branding .children a {
    display: block;
    padding: 4px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #808080;
    text-shadow: 0 1px 0 #fff;
}
#branding .sub-menu a:hover,
.sub-menu a:hover,
#branding .children a:hover {
    background-color: #ddd;
    background-repeat: repeat-x;
    background-image: 0 color-stop( 100%, #ddd );
    background-image: linear-gradient( top, #eee, #ddd );
    color: #404040;
    text-decoration: none;
    -webkit-box-shadow: inset 0 1px 0 rgba( 0, 0, 0, 0.025 ), inset 0 -1px rgba( 0, 0, 0, 0.025 );
    -moz-box-shadow: inset 0 1px 0 rgba( 0, 0, 0, 0.025 ), inset 0 -1px rgba( 0, 0, 0, 0.025 );
    box-shadow: inset 0 1px 0 rgba( 0, 0, 0, 0.025 ), inset 0 -1px rgba( 0, 0, 0, 0.025 );
}
.open .menu,
.dropdown.open .menu,
.dropdown.open > a:after {
    color: #fff;
    background: #ccc;
    background: rgba( 0, 0, 0, 0.3 );
}
.open .sub-menu,
.dropdown.open .sub-menu,
.open .sub-menu,
.dropdown.open .sub-menu,
.dropdown > a .sub-menu {
    display: block;
}

#breadcrumbs{
    color: #000;
    font-size: .85em;
    margin-bottom: 20px;
}
#breadcrumbs a{
    color: #000;
}
#breadcrumbs a:visited{
    color: #000;
}
#breadcrumbs .breadcrumb_last{
    color: #234311;
    font-weight: bold;
}


/* =Content
-------------------------------------------------------------- */

article.post {
    margin: 0 auto 2em;
}
.entry-content {
    margin-bottom: 2em;
}
.entry-header .entry-title {
    /*color: # 6c2203;*/
    color: #777;
    font-family: "Martel", Helvetica Neue, Arial, sans-serif;
    margin: 10px 0 36px 0;
}
.search .entry-title {
    margin-bottom: 18px;
}
.entry-meta {
    clear: both;
    display: block;
}
.search .entry-meta {
    margin: 0 0 36px;
}
.single-attachment .entry-meta {
    margin: 0 0 18px;
}
.entry-header .entry-meta {
    margin: 0 0 2.5em;
}
.single-author .entry-meta .byline {
    display: none;
}
.single-attachment #respond {
    padding-bottom: 35px;
    text-align: left;
    text-shadow: 0 1px 0 #fff;
}
#content nav {
    clear: both;
    float: left;
    display: block;
    margin: 0 0 18px;
    overflow: hidden;
    width: 100%;
}
#content nav .nav-previous {
    float: left;
    width:50%;
}
#content nav .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
#content #nav-above {
    display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
    display: block;
}
#content #nav-below {
    margin: 1em 0 2em;
}
.home #content #nav-below {
    margin: 0 0 20px;
}
.home .entry-header{
    margin-top: 2.3em;
}
.page-link {
    clear: both;
    margin: 0 0 1em;
}
.page .edit-link {
    clear: both;
    display: block;
}
.search .page .edit-link {
    clear: none;
    display: inline;
}
.error404 .widget {
    float: left;
    width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
    margin-right: 1em;
}
.error404 .widget_tag_cloud {
    clear: both;
    float: none;
    width: 100%;
}
.post .notice {
    background: #eee;
    display: block;
    padding: 1em;
}


/* =Attachments
-------------------------------------------------------------- */

#image-navigation {
    float: left;
    margin-bottom: 1em;
    width: 100%;
}
.previous-image {
    float: left;
}
.next-image {
    float: right;
}
.image-attachment div.entry-meta {
    float: left;
}
.image-attachment nav {
    float: right;
    margin: 0 0 1em;
}
.image-attachment .entry-content {
    clear: both;
}
.image-attachment .entry-content .entry-attachment {
    background: #eee;
    margin: 0 0 1em;
    padding: 1em;
    text-align: center;
}
.single-attachment .attachment img {
    display: block;
    margin: 0 auto 24px;
}
.single-attachment .entry-title,
.single-attachment .entry-meta {
    text-align: center;
}


/* =Asides
-------------------------------------------------------------- */

.format-aside .entry-header {
    display: none;
}
.single .format-aside .entry-header {
    display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
    padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
    padding-top: 0;
}


/* =Gallery Posts
-------------------------------------------------------------- */
.format-gallery .gallery-thumb {
    float: left;
    margin: 0 1em 0 0;
}


/* =Image Posts
-------------------------------------------------------------- */

.format-image .entry-header {
    display: none;
}
.single .format-image .entry-header {
    display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
    padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
    padding-top: 0;
}


/* =Images
-------------------------------------------------------------- */

a img {
    border: none;
}

p img {
    margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption,
img.attachment-thumbnail,
.gallery-icon img {
    max-width: 97%;
    height: auto;
}
img.attachment-post-thumbnail {
    float: left !important;
}
img.wp-post-image {
    float: left;
    margin: 0 1.5em 1em 0;
}
.tabs-content img.wp-post-image {
    float: none;
    margin: 0 auto
}
ul.grid {
    margin-bottom: 0;
}
.grid img.wp-post-image,
.grid img {
    margin: 0;
    float: none;
}
.grid img.wp-post-image {
    float: left;
    max-height: 198px;
}
.wp-caption {
    margin-top: 0.4em;
}
.wp-caption {
    background: #eee;
    margin-bottom: 1.625em;
    max-width:96%;
    padding:9px;
}
.wp-caption img {
    display: block;
    margin: 0 auto;
    max-width:98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    color: #666;
    font-family: "Martel", Helvetica Neue, Arial, sans-serif;
    font-size: 12px;
}
.wp-caption .wp-caption-text {
    margin-bottom: 0.6em;
    padding: 10px 0 5px 40px;
    position: relative;
}
.wp-caption .wp-caption-text:before {
    color: #666;
    content:'\2014';
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    margin-right:5px;
    position: absolute;
    left: 16px;
    top: 9px;
}
#content .gallery {
    margin: 0 auto 1.625em;
}
#content .gallery a img {
    border: none;
}
img[class*=align],
img[class*=wp-image-],
#content .gallery .gallery-icon img {
    /*border: 1px solid #ddd;
    padding: 6px;*/
}
#content .gallery .gallery-icon {
    margin: 2px 8px;
}
#content .gallery .gallery-item {
    margin-top: 0;
}
.wp-caption img {
    border-color: #eee;
}
a:focus img[class*=align],
a:hover img[class*=align],
a:active img[class*=align],
a:focus img[class*=wp-image-],
a:hover img[class*=wp-image-],
a:active img[class*=wp-image-],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {
    background: #eee;
    border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {
    background: #fff;
    border-color: #ddd;
}
.wp-caption .wp-caption-text {
    margin: 0.5em;
}
.wp-smiley {
    margin: 0;
}


/* =Embeds
-------------------------------------------------------------- */

object,
embed,
video {
    display: block;
    margin: 0 0 18px;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
    display: none;
}
#searchform input#s {
    width: 60%;
}
#branding #searchform input#s {
    margin: 0 1em 9px 0;
    width: 120px;
}
.wpcf7 .wpcf7-form input.wpcf7-form-control,
.wpcf7 .wpcf7-form textarea,
.wpcf7 .wpcf7-form submit,
input#s {
    margin: 0 1em 0 0;
    padding: .4em;
    width: 60%;
}
textarea {
    width:80%;
}
.wpcf7 .wpcf7-form input[type=submit].wpcf7-form-control{
    width: 62%; 
}
.required {
    color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
    clear: both;
}
article.comment {
    display: block;
}
#respond input[type=text] {
    display: block;
    width: 40%;
}
#respond textarea {
    display: block;
    margin: 0 0 1em;
    width: 60%;
}
#respond label,
#respond input {
    display: inline;
}
#respond .form-allowed-tags {
    clear: both;
    width: 60%;
}
#respond .form-allowed-tags {
    display: none;
}
#comments-title {
    font-size: 16px;
    margin: 0 0 18px;
}
.commentlist {
    margin: 0;
    list-style-type: none;
    text-shadow: 0 1px 0 rgba( 255, 255, 255, 1 );
}
.commentlist .children {
    list-style: none;
    margin: 0 0 0 9.5%;
}
.pinglist {
    margin: 20px 0 40px 52px;
    list-style-type: decimal;
}
.comment {
    margin-bottom: 27px;
    margin-top: 20px;
}
#commentform {
    margin-top: 20px;
}
.comment .avatar {
    background: #eaeaea;
    border: 3px solid #eaeaea;
    float: left;
    margin: 0 12px 0 0;
}
.bypostauthor .avatar {
    border-color: #222;
}
.comment-author {
    display: inline;
    margin-right: 5px;
}
.comment-author cite {
    font-weight: bold;
    font-size: 14px;
    font-style: normal;
}
.comment-author cite a {
    color: #37393c;
}
.comment-author cite a:hover {
    color: #fa6274;
}
.comment-meta {
    display: inline-block;
    font-size: 11px;
}
.comment-meta a {
    color: #9fa2a6;
}
.comment-meta a:hover {
    color: #5e6066;
}
.comment-body {
    margin: 0 0 30px 55px;
}
#respond {
    clear: both;
    padding-bottom: 35px;
    text-shadow: 0 1px 0 rgba(255,255,255,1);
}
#respond h3 {
    font-size: 14px;
    font-weight: bold;
}
.nocomments {
    text-align: center;
    padding: 20px;
}
.comment-body ul {
    list-style-type:disc;
}
.comment-body ol {
    list-style-type:decimal;
}
#commentform label small {
    font-size: 12px;
}
#commentform label span {
    color: #fa6274;
}


/* =Widgets
-------------------------------------------------------------- */
.home .textwidget{
    margin: 7.5em 0 0 0;
    padding: 0;
    width: 110%;
}
.rest .textwidget{
    margin: 7.5em 0 0 0;
    padding: 0;
    width: 110%;
}
.widget {
    display: block;
    margin: 0 auto 1em;
}
.widget-area .widget_search {
    overflow: hidden;
}
.widget-area .widget_search input {
    float: left;
}
.widget-area #searchform input#s {
    padding: 6px;
    width:56%;
}


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

#colophon {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    font-size: 0.9em;
    margin: 1em auto 3em;
    padding: 1em 0;
}


/* =Breadcrumbs
-------------------------------------------------------------- */

.breadcrumb {
    margin: 0 0 40px;
    padding: 7px 14px;
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    background-image: 0 color-stop( 100%, #f5f5f5 );
    background-image: linear-gradient( top, #fff, #f5f5f5 );
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
}
.breadcrumb li {
    display: inline;
    text-shadow: 0 1px 0 #fff;
}
.breadcrumb li:after {
    color: #bfbfbf;
    content: '/';
    padding: 0 5px;
}
.breadcrumb li.title:after {
    content: '';
    padding: 0;
}
.breadcrumb li:last-child:after {
    content: '';
    padding: 0 0 0 5px;
}
.breadcrumb .title {
    background: #eee;
    padding:8px;
    border-right: 1px solid #dadada;
    margin: 1px 20px 0 -14px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}


/* =Wraps
-------------------------------------------------------------- */

.wrap {
    position: relative;
    width: 100%;
    height: auto;
}
.show,
.hide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.hide {
    background-color: #222;
    background-color: rgba( 0, 0, 0, 0.9 );
}
.show,
.sticky .hide {
    background: #404040;
}


/* =Grids
-------------------------------------------------------------- */
.grid .wrap {
    margin-bottom: 0;
}
@media (min-width: 768px) {
   .grid .wrap {
       margin-bottom: 30px;
   }
}
.grid .entry-link a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
    width: 100%;
    height: 100%;
}
.grid .entry-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    max-height: 54px;
    margin: 20px;
    overflow: hidden;
    padding: 0 20px 20px 0;
    border-bottom: 1px solid #777;
    text-overflow: ellipsis;

}
.grid .sticky .entry-title {
    padding: 0 0 20px;
}
.grid p {
    color: #777;
    margin: 20px;
}
.hero {
    background-color: #f5f5f5;
    margin-bottom: 30px;
    padding: 30px 60px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.hero .button {
    color: #ddd;
}
.hero .button:hover {
    color: #fff;
    text-decoration: none;
}
.hero h2 {
    font-size: 64px;
    text-shadow: 1px 1px 2px #fff;
}
h3.twitter a {
    background: url( 'images/twitter.png' ) no-repeat 100% 50%;
    color: #222;
    display: block;
    width: 100%;
}
.postdate {
    color: #666;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.postcomments {
    color: #666;
    position: absolute;
    top: 20px;
    right: 20px;
}
.format {
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-indent:-999em;
    display: block;
    background: url( 'images/formats.png' ) no-repeat;
    width: 24px;
    height: 30px;
}
.format.image {
    background-position: 0 -30px;
}
.format.gallery {
    background-position: 0 -60px;
}
.format.video {
    background-position: 0 -90px;
}
.format.audio {
    background-position: 0 -120px;
}
.format.link {
    background-position: 0 -155px;
}
.format.quote {
    background-position: 0 -186px;
}
.single-format-quote .entry-title {
    position: absolute!important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
}
.single-format-quote .entry-content p {
    font-size: 2em;
    line-height: 1.5em;
    position: relative;
    padding: 0 6%;
}
.single-format-quote .entry-content p:before {
    content:"\201C";
    position: absolute;
    z-index: 1;
    top: 0px;
    left:-5px;
    font:80px/1 Georgia, serif;
    color: #dadada;
}
.single-format-quote .entry-content p.right:before,
.single-format-quote .entry-content p.right:after {
    content: '';
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    font: 80px/1 Georgia, serif;
}
.single-format-quote .entry-content p:after {
    content: '\201D';
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: -5px;
    font: 80px/0.25 Georgia, serif;
    color: #dadada;
}

/**
 * WordPress.com Styles
 */
#wpstats {
    display: block;
    margin: -10px auto 10px;
}
.sharedaddy {
    margin: 0 0 18px;
}
.how-does-this-sound{
    margin: 1.5em 0;
}

.small{
    font-size: .8em;
    font-style: italic;
    margin-top: -.3em;
    padding: 0 40px 0 0;
    text-align: right;
}



/*######## Smart Green ########*/
.ninja-forms-form {
    margin-left:auto;
    margin-right:auto;
    background: #F8F8F8;
    padding: 30px 30px 20px 30px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #666;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.ninja-forms-form h1 {
    font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 20px 0px 20px 40px;
    display: block;
    margin: -30px -30px 10px -30px;
    color: #FFF;
    background: #9DC45F;
    text-shadow: 1px 1px 1px #949494;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-bottom:1px solid #89AF4C;

}
.ninja-forms-form h1>span {
    display: block;
    font-size: 11px;
    color: #FFF;
}

.ninja-forms-form label {
    display: block;
    margin: 0px 0px 5px;
}
.ninja-forms-form label>span {
    /*float: left;*/
    margin-top: 10px;
    color: #5E5E5E;
}
.ninja-forms-form input[type="text"], .ninja-forms-form input[type="email"], .ninja-forms-form textarea, .ninja-forms-form select {
    color: #555;
    height: 30px;
    line-height:15px;
    width: 100%;
    padding: 0px 0px 0px 10px;
    margin-top: 2px;
    border: 1px solid #E5E5E5;
    background: #FBFBFB;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    font: normal 14px/14px Arial, Helvetica, sans-serif;
}
.ninja-forms-form textarea{
    height:100px;
    padding-top: 10px;
}
.ninja-forms-form select {
    background: url('down-arrow.png') no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    background: url('down-arrow.png') no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width:100%;
    height:30px;
}
.ninja-forms-form .button {
    background-color: #9DC45F;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-border-radius: 5px;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    text-shadow: 1px 1px 1px #949494;
}
.ninja-forms-form .button:hover {
    background-color:#80A24A;
}

.mejs-container, .mejs-embed, .mejs-embed body, .mejs-container .mejs-controls {
    background: green none repeat scroll 0 0 !important;
    border-radius: 10px !important;
    width: 100% !important;
}

/*** preloader ***/
.coca-preloader-cls,
.coca-preloader-cls:before,
.coca-preloader-cls:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out; }

.coca-preloader-cls {
  color: #234311;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.coca-preloader-cls:before,
.coca-preloader-cls:after {
  content: '';
  position: absolute;
  top: 0; }

.coca-preloader-cls:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.coca-preloader-cls:after {
  left: 3.5em; }
@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
