@charset "UTF-8";
/*
Theme Name:     Neve Child
Theme URI:      https://themeisle.com/themes/neve/
Author:         Joshua Wilson - copyright 2019 - based on Neve by ThemeIsle
Author URI:     https://byjosh.co.uk
Template:       neve
Description:    A child theme based on Neve
Version:        1.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve-child
WordPress Available:  yes
Requires License:     no
Tags: blog, custom-logo, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, wide-blocks, block-styles, footer-widgets, portfolio, left-sidebar, right-sidebar
*/

 .footer--row-inner.dark-mode {
  color: #545764;
   
}
.footer-bottom .dark-mode {
    background: #ffffff;
    }
    body{
        font-size: 12px;
    color:#545764;
    }
 .category-work .posts-wrapper > article , blog .posts-wrapper > article {
    margin-bottom: 0px;
}
 p {
    margin-bottom: 2px;
    font-size: 12px;
    color:#545764;
    
}
h2 {
    color:#404248;
    font-size: 1.12em;
}
 h3 {
    font-size: 1.08em;
    margin-bottom: 2px;
    
    color:#545764;
}
 h4 {
    font-size: 1.04em;
    margin-bottom: 2px;
    
    color:#545764;
}

     /* For use with Neve theme archive page */   
@media (min-width: 576px) {
.archive-container .col-sm-3 {

 flex: 0 0 200px;
}
}

.archive-container .layout-grid .content > * {
 margin: 0 0 0px;
}
.archive-container .article-content-col .content {
 padding-bottom: 8px;
 /* remove small line below work page thumbnail text*/
 border: 0px;
}
.archive-container .entry-title a {

 color: #545764;
font-weight: normal;
}

.archive-container .blog-entry-title, .archive-container .nv-post-thumbnail-wrap  {
 text-align: center;
 }
.archive-container .blog-entry-title {
 line-height: 1em;
 font-size: 11px;
 }
 /* END For use with Neve theme archive page */  

/* change archive container padding */
 .archive.category .col-lg-1, .archive.category .col-lg-2, .archive.category .col-lg-3, .archive.category .col-lg-4, .archive.category .col-lg-5, .archive.category .col-lg-6, .archive.category .col-lg-7, .archive.category .col-lg-8, .archive.category .col-lg-9, .archive.category .col-lg-10, .archive.category .col-lg-11, .archive.category .col-lg-12, .archive.category .col-md-1, .archive.category .col-md-2, .archive.category .col-md-3, .archive.category .col-md-4, .archive.category .col-md-5, .archive.category .col-md-6, .archive.category .col-md-7, .archive.category .col-md-8, .archive.category .col-md-9, .archive.category .col-md-10, .archive.category .col-md-11, .archive.category .col-md-12, .archive.category .col-sm-1, .archive.category .col-sm-2, .archive.category .col-sm-3, .archive.category .col-sm-4, .archive.category .col-sm-5, .archive.category .col-sm-6, .archive.category .col-sm-7, .archive.category .col-sm-8, .archive.category .col-sm-9, .archive.category .col-sm-10, .archive.category .col-sm-11, .archive.category .col-sm-12, .archive.category .col-xs-1, .archive.category .col-xs-2, .archive.category .col-xs-3, .archive.category .col-xs-4, .archive.category .col-xs-5, .archive.category .col-xs-6, .archive.category .col-xs-7, .archive.category .col-xs-8, .archive.category .col-xs-9, .archive.category .col-xs-10, .archive.category .col-xs-11, .archive.category .col-xs-12 {

    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;

}

.archive-container .article-content-col .content {

    padding-bottom: 5px;

}

/* contact form */
div.wpforms-container-full .wpforms-form  label.wpforms-field-label {
    font-size: 12px;
}
@media screen and (max-width: 600px) {
.nv-single-post-wrap .entry-header:first-child, .nv-single-post-wrap .entry-header {
    margin-top: 0px;
    margin-bottom: 0px;
}
}
/* make wordpress embeds center in a slideshow view */
.slick-track .wp-block-embed__wrapper {
    margin-left: auto;
    margin-right: auto;
}
.slick-track figure.wp-block-embed {
   display: flex;
   flex-direction: row;
}
/* END make wordpress embeds center in a slideshow view */

.archive-container .blog-entry-title.entry-title {
    margin-top: 4px;
}