/*
 Theme Name:   Eclipse Tree
 Author:       Zachary Stark-MacMillan
 Template:     wpzoom-eclipse
 Version:      10.0.0
*/

@import url("../wpzoom-eclipse/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

@font-face {
  font-family: 'Fontin';
  src: url('Fontin-Regular.ttf');
  src: url('Fontin-Regular.ttf')  format('truetype');
}

/* GENERAL */
.content-area {
    max-width: 94%;
}

a, .entry-content a {
    color: #1e4acc;
    font-weight: normal;
}
strong a, .entry-content strong a {
    font-weight: bold;
}
a:hover {
    color: #1e4acc;
    text-decoration: underline;
}

pre {
    background-color: #c8ef52;
}

img.circle {
    -webkit-border-radius: 100%; 
    -moz-border-radius: 100%; 
    border-radius: 100%; 
}

body {
    font-family: "Trebuchet MS", Helvetica, sans-serif;

    background-color: #ffff99;

    line-height: 1.2em !important;
    color: #000 ;
}

.entry-content p, .entry-content {
    line-height: 1.2em !important;
}

h1, h2, h3, h4, h5, .widget .title {
    font-family: 'Radley', serif;
    font-style: italic;
    text-rendering: initial;
    letter-spacing: 0.0003em;
    -webkit-font-feature-settings: "liga" 0;
    -moz-font-feature-settings: "liga" 0;
    font-feature-settings: "liga" 0;
}

ul li, .entry-content ul li {
    list-style-type: disc;
}

ul, ol, .widget ul, .widget ol {
    padding-left: 19px;
}

/* LAYOUT */
.inner-wrap {
    max-width: 100%;
}

.main-wrap {
    max-width: 100%;
    display: flex;
}

#main {
    width: 76%;
    float: left;
    margin-bottom: 40px;
}


/* BUTTONS */ 
a.wpz-sc-button, .entry-content a.wpz-sc-button, a.button, #sidebar input.sb-search-submit {
    background: #fff94d;
    color: #222222;
    border: 1px solid #222;
    font-weight: bold;

    -webkit-border-radius: 12px; 
    -moz-border-radius: 12px; 
    border-radius: 12px; 
}
a.wpz-sc-button:hover, .entry-content a.wpz-sc-button:hover, a.button:hover, #sidebar input.sb-search-submit:hover {
    background: #E6E034;
    color: #222;
    opacity: 1;
}

/* HEADER */
header.site-header {
    padding: 20px 3%;
    background: url(https://treegroup.info/wp-content/uploads/2017/04/forest.jpeg);
    background-size: cover;
    background-position-y: -246px;
    margin-bottom: 0px;
}
.navbar-brand-wpz {
    margin: 30px auto 20px;
    text-align: center;
    color: #fff;

    background: rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 30px 30px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 30px 30px rgba(0,0,0,0.2);

    text-shadow: 1px 1px 10px #000;
}

header .title {
    font-family: 'Fontin', 'Radley', serif;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 12px;
    font-style: normal;
}

header .first-letter {
    font-size: 1.4em;
}


.navbar-brand-wpz .tagline {
    color: #fff;
    font-family: 'Radley', serif;
    font-size: 27px;
    line-height: 1em;
}

.navbar-brand-wpz img {
    float: left;
    margin-right: 20px;
}

header .title-tree {
    font-size: 1.3em;
    display: block;
}


/* NAV */

nav.main-navbar {
    background: rgba(0,0,0,0.5);
    position: fixed;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9995;
    min-height: 0;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
nav #navbar-main {
    display: block
}

.main-navbar a {
    font-size: 14px;
    font-weight: bold;
    color: white !important;
    padding: 3px 0;
}

.admin-bar .main-navbar {
    margin-top: 28px;
}

.navbar-wpz ul {
    background: rgba(0,0,0,.5);
    padding: 10px 0px;
    -webkit-border-radius: 0px; 
    -moz-border-radius: 0px; 
    border-radius: 0px; 
}
.navbar-wpz ul li {
    padding: 0px 5px;
}
.navbar-wpz ul li:hover {
    background-color: #000;
}
.navbar-wpz ul a {
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    text-shadow: 1px 0px 0px #000;
}


/* search */
.sb-search {
    position: static;
    height: auto;

}
.sb-search .sb-search-input {
    height: 29px;
    top:-2px;
}
.sb-search .sb-icon-search {
    position: relative;
    height: auto;
    line-height: 1em;
    top: 3px;
}
.sb-search .sb-icon-search:before {
    color: #fff;
}

.search-results #main {
    padding: 0 10px;
}

.search .recent-posts .type-page {
    text-align: left;
}


/* SECTIONS */

#main section.home-section {
    clear: both;
    padding-bottom: 10px;
    float: left;
    width: 100%;
    padding-right: 3%;
    padding-left: 3%;
    position: relative;
    z-index: 0;
}

#main .section-container:nth-of-type(2n+1) {
    background-color: #FFE57D;
    /* Isha */
    background-color: rgb(255, 215, 140);
    background-color: #FFE75F;


    float: left;
    /*background: rgba(0,0,0,.1);
    -webkit-box-shadow: 0em 0 0 0 rgba(0,0,0,.1), -20em 0 0 0 rgba(0,0,0,.1);
    box-shadow: 0em 0 0 0 rgba(0,0,0,.1), -20em 0 0 0 rgba(0,0,0,.1);*/
}

/* background images */
#main section.home-section:before{
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    opacity: 0.2;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

#services:before {
    background-image: url('https://treegroup.info/wp-content/uploads/2017/04/Columbia-site-planning-mtg-bw.jpg');
}

#main section#groupworks:before {
    background-image: url('https://treegroup.info/wp-content/uploads/2017/04/groupworks-swirl-bw.jpg');
    background-position-y: 66%;
    opacity: 0.3;

}

#teal:before{
    /*background-image: url('https://treegroup.info/wp-content/uploads/2017/04/writing-on-flipchart-bw.jpg');*/
}

#clients:before {
    background-image: url('https://treegroup.info/wp-content/uploads/2017/07/Games-4-bw.jpg');
}
/* CLIENTS */
#clients .wpz-sc-box.normal {
    -webkit-border-radius: 12px; 
    -moz-border-radius: 12px; 
    border-radius: 12px; 

    background-color: rgba(244,244,138,.6);

    border: 1px solid #222;
}

.wpz-sc-box.normal {
    background-color: rgb(244,244,138); 

    -webkit-border-radius: 12px; 
    -moz-border-radius: 12px; 
    border-radius: 12px; 

    border: 1px solid #222;
}

/* LIBRARY */

#huge_it_portfolio_content_3 .default-block_3 {
    height: 164px !important;
}


#huge_it_portfolio_content_3 .default-block_3 .title-block_3 h3 {
    text-overflow: initial;
    overflow: visible;
    white-space: normal;
    top: -80px;
    font-size: 18px !important;
    color: #fff;
    font-weight: bold;
    padding: 10px !important;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    vertical-align: middle;
    display: table-cell;

    height: 160px;
    width: 275px;
    max-width: 275px !important;
}

#huge_it_portfolio_content_3 #huge_it_portfolio_filters_3 ul li {
    border: none !important;
}
#huge_it_portfolio_content_3 #huge_it_portfolio_filters_3 ul li a {
    -webkit-border-radius: 5px !important; 
    -moz-border-radius: 5px !important; 
    border-radius: 5px !important; 
}
#huge_it_portfolio_filters_3 ul li:first-of-type {
    text-transform: uppercase;
}
.wd-portfolio-panel_3 .description-block_3 p {
    text-align: left !important;
}

.default-block_3 .title-block_3 {
    background: #8ba725;
}

#huge_it_portfolio_content_3 #search_block_3 {
    text-align: center;
}
#huge_it_portfolio_content_3 #search_block_3 > form {
    width: 50%;
}
#huge_it_portfolio_content_3 #search_block_3 > form > #search_button_3 {
    background: #c8ef52;
}
#huge_it_portfolio_content_3 #search_block_3 > form > #search_button_3:hover {
    background: #a2d214;
}

/* ACCORDIAN */

.page .resp-tabs-container {
    background-color: #FFE75F;
}

.page #ffs-tabbed-1.ffs-tabbed-nav h2.resp-accordion.resp-tab-active {
    background-color: #FFE75F !important;   
}

.page h2.resp-accordion {
    font-size: 20px;
}


/* PAGE */
.entry-content a.wpz-sc-button {
    max-width: 35%;
}

.entry-header {
    margin-top: 15px;
}

.nocomments {
    display: none;
}

/* SIDEBAR */
#sidebar {
    float: right !important;
    width: 24%;
    padding-right: 2%;
    padding-top: 15px;
    margin-left: 0;
    padding-left: 3%;
    border-left: 2px solid black;

    background-color: #f4f48a;
}

#sidebar #text-8 {
    margin-bottom: 30px;
}
#sidebar #text-9 {
    margin-bottom: 0;
}

#sidebar h3 {
    font-size: 24px;
}

.widget .testimonials-widget-testimonial cite, .widget .testimonials-widget-testimonial div.credit {
    font-style: italic;
}

#sidebar .announcement {
    background-color: #8ba725;

    padding: 1px 10px;
    color: #fff;

    border: 2px dashed #222;
    -webkit-border-radius: 12px; 
    -moz-border-radius: 12px; 
    border-radius: 12px; 
}
#sidebar .announcement a {
    color: #c8ef52;
}

#sidebar a.wpz-sc-button, #sidebar input.sb-search-submit {
    background-color: #c8ef52;

    color: #222;
    font-weight: bold;

    width: 100%;
}
#sidebar a.wpz-sc-button:hover, #sidebar input.sb-search-submit:hover {
    background: #a2d214; 
}

#sidebar a.wpz-sc-button.workshop {
    font-style: italic;
    font-size: 18px; 
}

.widget ul li, .widget ol li {
    list-style-type: disc;
}

/* testimonial and search buttons */
#sidebar .testimonials-widget-testimonials .bottom_text a, #sidebar input.sb-search-submit {
    width: auto;
    float: right;
}

#sidebar .sb-search-input {
    width: 100%;
    margin-bottom: 5px;
}

/* SEARCH */
.search-results #main {
    width: 100%;
}

.search-results .entry-content {
    padding-bottom: 0px;
}

.search-results article {
    display: inline-block;
}

/* FOOTER */

.site-footer {
    clear: both;
    padding: 0 2%;
    margin-top: 0;
    border-top: 2px solid #222;
}

.site-info {
    padding-top: 10px;
}


#ww-credit {
    text-align: right;
}

footer .footer-left {
    width: 50%;
    float: left;
    margin: 0;
}
footer .footer-right {
    width: 50%;
    float: right;
    margin: 0;
}


/* i* */

.i-asterisk {
    display: inline !important;
    color: #1e4acc;
}

.i-asterisk:before {
    content: 'The use of lower-case i in the middle of sentences is a deliberate linguistic choice, reflecting a belief that “i” am the same as any other, no more or less important than “you” or “she” or “they.”';
    position: absolute;
    font-size: 12px !important;
    background-color: #c8ef52;
    display: none;
    color: #000;
    width: 500px;
    padding: 10px;
    max-width: 100%;
    font-weight: normal;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
}
.i-asterisk:hover:before {
    display: block;
}

/* EVENT REGISTRATION */
.wpcf7-form-control.horizontal span.wpcf7-list-item {
    display: inline-block;
}


@media only screen and (max-width: 850px) {
    
    /* GENERAL */

    #main img {
        max-width: 45%
    }

    /* HEADER */
    header.site-header {
        background-position-y: 0px;
    }

    /* LAYOUT */
    .main-wrap {
        display: block;
    }
    #main {
        float: none;
        width: 100%;
    }

    /* SIDEBAR */
    #sidebar {
        border: 0;
    }

    /* FOOTER */
    #ww-credit {
        text-align: center;
    }
    
}

@media only screen and (max-width: 640px) {
    #main h2 {
        font-size: 30px;
    }
}





