u/*
Theme Name: radoa2017
Theme URI: http://radicaloa.disruptivemedia.org.uk/radoa2017/
Author: radoa
Author URI: http://radicaloa.disruptivemedia.org.uk/
Description: You've read enough worpress marketing, we needn't add to your pain.
Template: twentyseventeen
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: radoa2017
Tags: child-theme, one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme is licensed under the GPL.
*/



.gallery-item {
    padding-bottom: .25em !important;
}

.gallery-item .entry-title {
    font-size: 100%;
}

.widget-nav-menu > .current_page_item {
    font-style: italic;
}


#members-list li {
    list-style-type: none;
}

/*--------------------------------------------------------------
 LAYOUT
--------------------------------------------------------------*/
/* Tweaks for column widths Original starts on line 3796 */
@media screen and (min-width: 48em) {
    body:not(.has-sidebar):not(.page-one-column) .page-header,
    body.has-sidebar.error404 #primary .page-header,
    body.page-two-column:not(.archive) #primary .entry-header,
    body.page-two-column.archive:not(.has-sidebar) #primary .page-header {
    	float: left;
    	width: 25%;
    }
    
     /*Original starts on line 3804 */
    .blog:not(.has-sidebar) #primary article, 
    .archive:not(.page-one-column):not(.has-sidebar) #primary article, 
    .search:not(.has-sidebar) #primary article, 
    .error404:not(.has-sidebar) #primary .page-content, 
    .error404.has-sidebar #primary .page-content, 
    body.page-two-column:not(.archive) #primary .entry-content, 
    body.page-two-column #comments {
        float: right;
        width: 68%;
    }
}

/* Full width template */
@media screen and (min-width: 48em) {
    body.page-template-full-width #primary {
        max-width: 100% !important;
    }
    
    body.page-template-full-width #primary .entry-content,
    body.page-template-full-width #primary .entry-header {
    width: 100% !important;
    }


    /*body.page-template-full-width #primary .entry-header .entry-title {*/
    /*font-size: 1.625rem;*/
    /*}*/
    
    body.page-template-full-width #primary .entry-content ul {
    padding: 0px;
    margin: 0px;
    }
    
    body.page-template-full-width #primary .entry-content li {
    /*list-style-type: none;*/
    line-height: 1.5;
    display: block;
    float: left;
    margin-right: 2rem;
    }
    
}

/* Columns template */
@media screen and (min-width: 48em) {
    body.page-template-columns #primary {
        max-width: 100% !important;
    }
    
    body.page-template-columns #primary .entry-header {
        width: 100% !important;
    }

    body.page-template-columns #primary .entry-content {
        width: 100% !important;
        -webkit-columns: 3 auto;
        -moz-columns: 3 auto;
        columns: 3 auto;
        -webkit-column-gap: 1em;
        -moz-column-gap: 1em;
        column-gap: 1em;
      /*-moz-column-fill: auto;*/
      /*     column-fill: auto;*/
    }
}


/* For the Directtory pages */
@media screen and (min-width: 48em) {
    body.post-type-archive-directory #primary {
        max-width: 100% !important;
        width: 100% !important;
    }
    
    body.post-type-archive-directory #primary .entry-content,
    body.post-type-archive-directory #primary .entry-header,
    body.post-type-archive-directory .directory-header {
    width: 100% !important;
    max-width: 100% !important;
    clear: both;
    }
}


/* Front Page template */
@media screen and (min-width: 48em) {
    body.home #primary {
        max-width: 100% !important;
        width: 100% !important;
    }
    
    body.home #primary .entry-header {
        max-width: 100% !important;
        width: 100% !important;
        margin-bottom: 0;
    }
    
    body.home #primary .entry-title {
        max-width: 100% !important;
        width: 100% !important;
        padding-top: 2em;
    }
    
    body.home #primary .entry-content {
        max-width: 100% !important;
        width: 100% !important;
    }
    
    body.home #primary .wrap {
        padding-top: 0em;
        padding-bottom: 0;
    }
    
    body.home #primary .metaslider {
        padding-top: 2em;
    }
    
    body.home #panel1 .entry-content {
        padding-top: 1em;
        padding-bottom: 1em;
        width: 100% !important;
        -webkit-columns: 3 auto;
        -moz-columns: 3 auto;
        columns: 3 auto;
        -webkit-column-gap: 1em;
        -moz-column-gap: 1em;
        column-gap: 1em;
      /*-moz-column-fill: auto;*/
      /*     column-fill: auto;*/
    }
    
    body.home .recent-posts {
        float: left;
        max-width: 100% !important;
        width: 100% !important;
        
    }
    
    body.home .recent-posts article {
        float: left;
        /*max-width: 100% !important;*/
        width: 30% !important;
        margin-right: 3%;
    }
}