/*   
Theme Name: ggstyle
Theme URI: https://github.com/Greengraphics/ggstyle
Description: Nice theme. 
Author: Nathan
Author URI: http://www.greengraphics.com.au/
Version: 1.5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: left-sidebar, fluid-layout, responsive-layout, two-columns
Text Domain: ggstyle
*/





/******************************************************************************/

/*!     INDEX:                                                                */
/*!         i - Resets, Imports, Utilities, Misc                              */
/*!        ii - Body                                                          */
/*!       iii - Document Colors                                               */
/*!        iv - Typography                                                    */

/*!     STRUCTURE:                                                            */
/*!         1. - Header                                                       */
/*!         2. - Menus                                                        */
/*!         3. - Section                                                      */
/*!         4. - Article                                                      */
/*!         5. - Tables                                                       */
/*!         6. - Calendar                                                     */
/*!         7. - Aside                                                        */
/*!         8. - Footer                                                       */
/*!         9. - Home                                                         */
/*!        10. - Responsive                                                   */

/******************************************************************************/





/******************************************************************************/

/*!     i - Imports, Resets, Utilities, Misc                                  */

/******************************************************************************/





.article img {
    border: 1px solid white;
    box-shadow: 2px 3px 7px 0 rgba(0,0,0,0.65);
    display: block;
}
.article .tribe-events-venue-map img {
	box-shadow: none;
}






/******************************************************************************/

/*!     ii - Body                                                             */

/******************************************************************************/





body {
	background: #eff5eb;
	background-attachment: fixed;
	background-position: center center;
	color: #212030;
	font-size: 14px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
}


.bg {
    background: rgba(255,255,255,0.15);
    position: fixed; top: 0; right: 0; bottom: 0; left: 0;
    z-index: -1;
}

.bg--left {right: auto;}
.bg--right {left: auto;}





/******************************************************************************/

/*!     iii - Document Colors                                                 */

/******************************************************************************/





a:hover {
    color: #353553;
}
a {
    color: #212030;
}
.gg {
    color: #d8e7cc;
}
.green h1, .green h2, .green h3, .green .section a {
    color: #46812B;
}
.aqua h1, .aqua h2, .aqua h3 {
    color: #2b957b;
}
.aqua .section a {
    color: #006c56;
}
.blue h1, .blue h2, .blue .section a, .blue h3 {
    color: #0193a3;
}
.yellow h1, .yellow h2, .yellow .section a, .yellow h3 {
    color: #9a8815;
}
.black {
    color: black;
}
.white, .footer a {
    color: white;
}


.menu-item--green:hover a,
.current-menu-item.menu-item--green a,
.green .menu-item--green a,
.green .before__menu .current-menu-ancestor a,
.green .before__menu .current-page-ancestor a,
.green .before__menu .current_page_ancestor a,
.green .before__menu li:hover a,
.green .before__menu li.current_page_item a {
    background: #7db552;
    color: white;
}

.green .side__menu li a {
    background: #ededed;
    color: #46812B;
    line-height: 1.2;
    margin-bottom: 3px;
    text-align: left;
}
    
.green .side__menu li.current_page_item a,
.green .side__menu li.current-menu-item a {
    background: #7db552;
    color: white;
}
	
.green .side__menu li:hover a, .green .side__menu li.current_page_item a:hover {
    background: #7db552; 
    color: #ffffff;
    }

.menu-item--aqua:hover a,
.current-menu-item.menu-item--aqua a,
.aqua .current-page-ancestor a,
.aqua .menu-item--aqua a,
.aqua .before__menu .current_page_ancestor a,
.aqua .before__menu .current-post-parent a,
.aqua .before__menu li:hover a,
.aqua .before__menu li.current_page_item a,
.aqua .before__menu li.current-menu-item a,
.aqua .side__menu li:hover a,
.aqua .side__menu li.current_page_item a {
    background: #2b957b;
    color: white;
}
.menu-item--blue:hover a,
.current-menu-item.menu-item--blue a,
.blue .current-page-ancestor a,
.blue .before__menu .current_page_ancestor a,
.blue .before__menu li:hover a,
.blue .before__menu li.current_page_item a,
.blue .side__menu li:hover a,
.blue .side__menu li.current_page_item a {
    background: #0193a3;
    color: white;    
}
.menu-item--yellow:hover a,
.current-menu-item.menu-item--yellow a,
.yellow .current-page-ancestor a,
.yellow .before__menu .current_page_ancestor a,
.yellow .before__menu li:hover a,
.yellow .before__menu li.current_page_item a,
.yellow .side__menu li:hover a,
.yellow .side__menu li.current_page_item a {
    background: #9a8815;
    color: white;    
}







/******************************************************************************/

/*!     iv - Typography                                                       */

/******************************************************************************/



h1.page__title {margin-top: 0;}

h1 { font-size: 22px; font-weight:600; margin: 0 0 16px;}
h2 { font-size: 16px; font-weight:600;}
h3 { font-size: 14px; font-weight:500; }
h4 { margin: 0 0 16px;}

.top,
nav,
.footer { 
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
aside nav {letter-spacing: normal;}





blockquote { 
    background: #efefef;
    font-size: 13px; 
    font-style: italic;
    margin: 15px 0 25px 0;
    padding: 30px 40px;
    font-weight:500;
    max-width: 600px;
}


p {
    max-width: 610px;
}


a, .mobile-toggle:hover { text-decoration: none; }
.article a, 
a:hover { text-decoration: underline; }

.post__excerpt a {text-decoration:none;}
.post__excerpt a:hover {text-decoration: underline;}

a[href*='tel:'] {
    font-weight: 700;
}

a.read-more {
    color: black;
    display: inline-block;
    font-style: italic;
    font-weight: 700;
}



input[type=submit] {
    border-radius: 12px;
}





/******************************************************************************/

/*!     STRUCTURE START                                                       */

/*!     1. - Header                                                           */

/******************************************************************************/
	




.top {
    background: #353553;
    border-bottom: 2px solid white;
    color: white;
}


    .top__logo {
        color: white;
        display: block;
        font-weight: 400;
        margin: 50px 0 0;
        text-align: center;
    }
    .top__logo:hover {
        color: white;
        text-decoration: none;
    }
    
        .top__logoImage {
            display: inline-block;
            vertical-align: top;
        }
    
    
        .siteTitle {
            display: inline-block;
            font-family: "futura-pt", "Open Sans", Helvetica, Arial, sans-serif;
            font-size: 17px;
            font-weight: 400;
            letter-spacing: 2px;
            line-height: 1.6;
            margin-top: 40px;
        }
    
        
            .siteTitle__name {
                display: block;
            }
            
            .siteTitle__desc {
                color: #7db552;
                display: block;
            }
        
  
    .translate {
        color: white;
        position: absolute;
        top: 16px; right: 32px;
        z-index: 1;
    }
    
        
        #google_language_translator {
            display: inline-block;
        }
    
    
        .translate select {
            color: black;
        }
        
        
    .search-form {
        background: rgba(255,255,255,0.075);
        border-radius: 6px;
        box-shadow: 1px 3px 3px 0 rgba(33,32,48,0.4);
        float: left;
        font-size: 14px;        
        margin: 10px 0 10px 32px;
        position: relative;
    }
    
    
        .search-form--label {
            display: block;
            float: left;
            padding: 0 36px 0 0;
            min-width: 200px;
            width: 100%;
        }
        
        
            .search-field {
                background: none;
                border: none;
                border-radius: 0;
                padding: 8px;
            }
        
        
        .search-form .search-submit {
            background: none;
            border: none;
            border-radius: 0;
            box-shadow: none;
            height: 36px;
            padding: 8px;
            position: absolute; top: 0; right: 0;
            width: 36px;
            z-index: 1;
        }
        
        

    




/******************************************************************************/

/*!     2. - Menus                                                            */

/******************************************************************************/





.top__menuToggle {
    background: #46812b;
    border-radius: 12px 0 0 0;
    display: block;
    float: right;
    padding: 20px;
}

    
    .top__menuIcon {
        display: block;
    }




.top__menu {
    background: rgba(0,0,0,0.5);
    border-top: 2px solid white;
    display: none; 
    position: absolute; 
    top: 100%;
    z-index: 2;
}


    nav ul,
    nav ul.menu, 
    nav div.menu > ul {
        list-style-type: none;
        margin: 0 auto;
        padding: 0;
    }
 
        
        nav li {
            float: left;
            margin-bottom: 0;
            position: relative;
            width: 100%;
        }


            nav li a {
                color: white;
                display: block;
                padding: 8px 10px;
                text-align: center;
                text-decoration: none;
                text-transform: uppercase;
                -webkit-transition: all 0.3s ease;
                        transition: all 0.3s ease;
                white-space: nowrap;
            }
            
            nav li:hover > a, 
            nav li.current-menu-item > a, 
            nav li.current_page_item > a {
                background: #212030;
                color: white;
                text-decoration: none;
            } 
            
            
            nav li > ul {
                background: white;
                margin: 0;
                padding: 0 0 0 20px;
            }
            
            
                nav li > ul li a {
                    padding: 5px 10px;
                }
                
.before__menu li a {
    padding: 8px 22px;
}                
                
                
.green .menu {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    float: none;
    text-align: center;
}

.green .menu > li {
    -webkit-flex-grow: 1;
            flex-grow: 1;
}

.green .menu li a {
    padding: 10px;
}


/******************************************************************************/

/*!     3. - Section                                                          */

/******************************************************************************/




.section .container {
    background: white;    
}

.home .section .container {
    background: none;    
}


.before {
    max-height: 400px;
    overflow: hidden;
    position: relative;
}

    .before__img {
        height: 100%;
        max-width: none;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        z-index: -2;
    }


    .before__menu {
        
    }
    
        .before__menu ul {

        }
        
        
            .before__menu li {
                background: rgba(255,255,255,0.75);
                width: 100%;
            }
            
            
    
                .before__menu a {
                    background: rgba(255,255,255,0.5);
                    border-radius: 0;
                    color: black;
                    letter-spacing: 0px;
                }
                
                .green .before__menu a {
                    background: rgba(243 ,255 ,234 ,0.75);
                }
                .aqua .before__menu a {
                    background: rgba(43,149,123,0.15);
                }
                .blue .before__menu a {
                    background: rgba(1,145,163,0.15);
                }
                .yellow .before__menu a {
                    background: rgba(154,136,21,0.15);
                }     
                
                
    .before .before__title {
        color: white;
        font-size: 40px;
        font-weight: 400;
        margin: auto;
        padding: 32px 16px;
    }                           

           



/******************************************************************************/

/*!     4. - Article                                                          */

/******************************************************************************/




.article {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 32px;
}



.readMore {
    clear: both;
    display: block;
    margin: 0 0 15px;
    text-align: right;
}



    .page__title {
        text-transform: capitalize;
    }
    
    
    .archive__title {
        margin: 0 0 16px;
    }


.back {
    font-size: 13px;
    font-weight: 400;
    margin: -16px 0 28px;
}


.post {
    margin: 0 0 16px;
}


.biographies {
    border-top: 1px solid #999;
    margin: 0;
    padding: 16px 0;
}

.biographies:last-of-type {
    border-bottom: 1px solid #999;
}


.single .biographies {
    border: none;
    margin: 0 0 16px;
    padding: 0;
}


    .post__date {
        border-top: 1px solid #c7c7c7;
        border-bottom: 1px solid #c7c7c7;
        color: #46812B;
        font-size: 14px;
        font-weight: 400;
        margin: 0 0 12px;
        padding: 4px 0;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    .aqua .post__date {
        color: #006c56;
    }
    
    
    .post .post__title {
        display: block;
        font-size: 18px;
        font-weight: 300;
        margin: 0 0 8px;
        text-decoration: none;
    }
    
    
        .post .post__titleText {
            color: #46812B;
            font-size: 22px;
            font-weight: 400;
            margin: 0 6px 0 0;
        }
        .aqua .post .post__titleText {
            color: #006c56;
        }
        
        
    .post .post__image {
        box-shadow: none;
        float: left;
        padding: 0 16px 16px 0;
        width: 30%;
    }
    
    
    .post__excerpt {
        width: 100%;
    }
    
    
    
    .post__content {
        margin: 32px 0 0;
    }
    
    .single .post__content {
        margin: 0;
    }
    
    
    .post__links {
        display: block;
    }
    
    
/*
        .post .post__links .post__galleryLink,
        .post .post__links .readMore {
            color: #46812B;
            display: inline-block;
            font-size: 16px;
            font-weight: 400;
            margin: 0 0 0 16px;
            text-decoration: none;
        }
*/
        

.gallery {
    background: #EFF5EB;
}


.gallery__list {
    display: flex;
    align-items: center;
}
.gallery__list:before, .gallery__list:after {clear: both; content: ' '; display: table;}
        
        
.gallery__item,
.galleryNav__item {
    display: none;
    margin: 0;
    -webkit-backface-visibility: hidden;
    position: relative;
}
        
        
.gallery .gallery__img,
.galleryNav .galleryNav__img {
    box-shadow: none;
    max-height: 500px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}       

.galleryNav__img {
    cursor: pointer;
    opacity: 0.7;
}
.flex-active-slide .galleryNav__img {
    opacity: 1;
}


.gallery__caption {
    background: rgba(255,255,255,0.75);
    color: black;
    font-size: 13px;
    font-style: italic;
    font-weight: 600;
    padding: 6px 20px;
    position: absolute;
    bottom: 0; right: 0; left: 0;
    z-index: 10;
}






/******************************************************************************/

/*!     5. - Tables                                                           */

/******************************************************************************/




.tablepress {
	font-size:.85em;
	table-layout: fixed;
	max-width: 100%;
}

.tablepress .sorting:after {
	content: none !important;
}

.tablepress tbody td {
	word-wrap:break-word;
	font-weight: 400;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.tablepress thead th {
	background-color: #D8E7CC !important;
	color: #46812B !important;
	border-right: 1px solid #ffffff;
}

.tablepress .odd td {
    background-color: #eef5e8 !important;
}




/******************************************************************************/

/*!     6. - Calendar                                                         */

/******************************************************************************/



#tribe-geo-results h2.tribe-events-page-title, 
h2.tribe-events-page-title {
    font-weight: 600;
}


#tribe-events .tribe-events-button, 
#tribe-events .tribe-events-button:hover, 
#tribe_events_filters_wrapper input[type=submit], 
.tribe-events-button, .tribe-events-button.tribe-active:hover, 
.tribe-events-button.tribe-inactive, 
.tribe-events-button:hover, 
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], 
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
    background: #0193A3;
}


#tribe-events-content .tribe-events-tooltip h4,
#tribe_events_filters_wrapper .tribe_events_slider_val, 
.single-tribe_events a.tribe-events-gcal, 
.single-tribe_events a.tribe-events-ical {
    color: #0193A3;
}


.events-list .tribe-events-loop, 
.single-tribe_organizer .tribe-events-loop, 
.single-tribe_venue .tribe-events-loop, 
.tribe-events-day .tribe-events-loop,
.events-list.tribe-bar-is-disabled #tribe-events-content-wrapper {
    max-width: none;
}


.tribe-events-list .tribe-events-event-image {
    text-align: right;
    margin: 0;
}

.tribe-events-list .tribe-events-event-image img {
    border: none;
    display: inline;
    box-shadow: none;
    max-height: 300px;
    max-width: 100%;
    width: auto;
}


.tribe-events-list .tribe-events-content-wrap {
    float: right;
    padding: 0 0 0 32px;
    width: 70%;
}


.tribe-bar-disabled {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    float: none;
    margin: 0 0 32px;
}


#tribe-events-bar {
    margin: 0;
}


.tribe-bar-disabled #tribe-events-bar:before, .tribe-bar-disabled #tribe-events-bar:after {clear: both; content: ' '; display: table;}


    .tribe-bar-disabled #tribe-bar-form {
        background: none;
        float: left;
    }


        .tribe-bar-disabled #tribe-bar-form #tribe-bar-views+.tribe-bar-filters {
            background: #f5f5f5;
        }


        .tribe-bar-disabled #tribe-bar-form #tribe-bar-views,
        .tribe-bar-disabled #tribe-bar-form #tribe-bar-views+.tribe-bar-filters {
            left: auto;
            right: auto;
            height: 45px;
            width: auto;
        }
        
        
        #tribe-events-bar .tribe-events-cats {
            float: right;
            list-style-type: none;
            margin: 0;
            padding: 13px 16px;
        }
        
        
        .tribe-events-cats li {
            border-left: 1px solid #e0e0e0;
            float: left;
            margin: 0;
        }
        
        .tribe-events-cats li.cat-item-all {
            border-left: none;
        }        
        
        
        .tribe-events-cats li a {
            padding: 4px 12px;
            letter-spacing: 1px;
            text-decoration: none;
            text-transform: uppercase;
        }
        
        .tribe-events-cats li.current-cat a {
            font-weight: 700;
        }
        
        
        
.tribe-event-date-start,
.tribe-event-date-end,
.tribe-events-venue-details {
    font-size: 16px;
}


.single-tribe_events .tribe-events-schedule .tribe-events-divider,
.tribe-events-list h2.tribe-events-page-title {
    display: none;
}


.tribe-events-cost:before {
    display: inline-block;
    content: 'Cost: ';
    font-weight: 700;
    margin: 0 8px 0 0;
}




/******************************************************************************/

/*!     7. - Aside                                                            */

/******************************************************************************/




.aside {
    padding: 32px 16px;
}

.aside--right {
    font-size: 14px;
    font-weight: 400;
    padding: 32px;
}

    .aside--right ul {
        line-height: 1.3;
    }


.side__menu li {
    float: none;
}

.side__menu a {
    background: none;
    border-radius: 0;
    padding: 8px 16px;
    text-transform: none;
    white-space: normal;
}


.aside__title {
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.4;
    margin: 0 0 8px;
    padding: 4px 0;
    text-transform: uppercase;
}

.aqua .aside__title {
    color: #006C56;

}


.archive__date {
    color: #006C56;
    font-weight: 700;
    margin: 0;
}
.green .archive__date {
    color: #46812B;
}


.archive__list li {margin:12px 0;}


.archive__title {
    color: #006C56; 
}


.asideBox {
    border-radius: 0 0 32px; 
    box-shadow: 1px 2px 5px 0 rgba(0,0,0,0.1);
    margin: 0 0 32px;
}


    .asideBox__img {
        display: block;
    }
    
    
    .asideBox__text {
        background: #F2F7EE;
        border-radius: 0 0 32px;
        color: #46812B;
        font-size: 14px;
        padding: 16px;
    }
    
    .asideBox__text a {
        color: #46812B;
        text-decoration: underline;
    }




/******************************************************************************/

/*!     8. - Footer                                                           */

/******************************************************************************/



.pageinate {
    clear: both;
    padding: 20px;
    text-align: center;
}

.archive .pageinate {
    float: left;
    width: 75%;
}


    .page-numbers {
        background: white;
        border: 1px solid #999;
        border-radius: 3px;
        display: inline-block;
        font-size: 12px;
        font-weight: 700;
        padding: 5px 8px;
    }
    
    .page-numbers.current {
        background: #efefef;
    }
    
    .page-numbers.next, .page-numbers.prev {
        margin: 0 10px;
    }


.footer {
    background: #353553;
    border-top: 2px solid white;
    color: white;
    font-size: 11px;
	padding: 8px 16px;
	width: 100%;
}

.footer p {
    margin: 0;
}
.footer span {
    margin: 0 0 0 20px;
}




/******************************************************************************/

/*!     9. - Home                                                             */

/******************************************************************************/




.homeBG {
    background-position: center center;
    background-size: cover;
    position: relative;
}

.home .bg {
    z-index: 1;
}


.home .top,
.home .homeBoxes,
.home .footer {
    position: relative;
    z-index: 2;
}


.homeBoxes {
    background: #353553;
    border-top: 2px solid white;
}


.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
	-webkit-justify-content: space-around;
	justify-content:space-around;
	flex-wrap: wrap;
}


.homeBox {
    background: white;
    border: 2px solid white;
    border-radius: 12px;
    box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.3);
    margin: auto auto 32px;
    width: 100%;
    
}
.homeBox--top {
    background: rgba(255,255,255,0.8);   
    border-radius: 0 0 12px 12px;
    max-width: none;
    padding: 32px;    
    position: absolute;
    top: 0; left: 32px; right: 32px;
    width: auto;
    z-index: 1;
}


    .homeBox__text {
        font-size: 16px;
        padding: 12px;
    }
    

    .homeBox .homeBox__img {
        border: none;
        border-radius: 0 0 12px 12px;
        box-shadow: none;
        width: 100%;
    }


.home .article {
    font-size: 16px;
    border: none;
    min-height: 600px;
    position: relative;
}

.home .homeBoxes .article {min-height: 0;}


.home .article h1 {
    color: #353553;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.6;
    margin: 0 0 8px;
    text-transform: none;
}


.home .article p {
    margin: 0;
}

.home .article a {
    color: #46812b;
}



.home .footer {
    border-top: none;
}




/******************************************************************************/

/*!     10. - Responsive                                                      */

/******************************************************************************/

@media (min-width: 570px) {
 
    .homeBox {
        width: 48%;
    }    
    
}

@media (min-width: 768px) {
    
    
    .top__logo {
        float: left;
        margin: 0;
        text-align: left;
    }    
    
 
    .top__menuToggle {display: none;}
    .top__menu {
        background: transparent;        
        border-top: none;        
        display: block;
        top: auto;
        right: 0; 
        bottom: 0;
    }
    
    
        nav li {
            width: auto;
        }  
    
    
            nav li a {
                border-radius: 12px 12px 0 0;
            }    
    
    
    .translate {
        float: right;
        margin: 16px 0 0 0;
        position: static;
    }
    
    
    .search-form {
        clear: right;
        float: right;
        margin: 32px 0 0 0;
    }  
    
 
    .before__img {
        position: relative;
        height: auto;
        max-width: 100%;
		min-width: 100%;
        top: auto;
        bottom: auto;
        left: auto;
        -webkit-transform: none;
                transform: none;        
    }   
 
    
    .before__menu {
        margin: 0 auto;
        max-width: 1100px;
        position: absolute; top: 0; right: 0; left: 0;
        z-index: 1;
    }  
    
    
        .before__menu ul {
            border-radius: 0 0 16px 16px;
            box-shadow: 2px 3px 7px 0 rgba(0,0,0,0.65);
            float: left;
            overflow: hidden;
        }      
        
        
            .before__menu li {
                border-right: 2px solid white;   
                width: auto;             
            }
            .before__menu li:last-child {
                border-right: none;
            }  
            
            
.before .before__title {
    max-width: 1100px;
    padding: 0 0 16px 32px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}          
    
    
  
    
      
        
        
    .article {
        border: none;
        border-left: 1px solid #999;
        border-right: 1px solid #999;
        float: left;
        padding: 32px;
        width: 58%;
    }
    .twoCol .article {
        border-left: none;
        width: 75%;
    }
    .full .article {
        border: none;
        float: none;
        width: 100%;
    }
    .yellow .twoCol .article {
        width: 66%;
    }
    
    
    .homeBox {
        width: 30%;
    }
    
    .homeBox--top {
        max-width: 52%;
        left: 64px; right: auto;
        width: auto;
    }
    
    
    .aside {
        float: left;
        width: 17%;
    }
    
    .aside--left {
        padding: 32px 0;
    }
    
    .aside--right {
        padding: 32px 16px;
        width: 25%;
    }
    
    .yellow .twoCol .aside--right {
        padding: 32px 16px 32px 24px;
        width: 34%;
    }
    .archive .aside--right,
    .single .aside--right {
        padding: 32px;
    }
    
    .aqua .aside--right {
	    
    }
    
    
}

@media (min-width: 960px) {     
   

/*
    .single .aside--right {
        padding-top: 57px;
    }
*/
   
    
}