/*
Theme Name:     Exodus Child
Theme URI:      http://brettshumaker.com/
Description:    Child theme for Exodus 
Author:         Brett Shumaker
Author URI:     http://brettshumaker.com/
Template:       exodus
Version:        1.0
*/

.wp-block-separator {
    border:none;
    width: 90%;
    height: 50px;
    margin-top: 0;
    border-bottom: 1px solid rgba(28, 27, 26, 0.05);
    box-shadow: 0 20px 20px -20px rgba(51, 51, 51, 0.15);
    margin: -50px auto 10px;
    background-color: transparent !important;
}

.page-id-28916 .entry-content .columns {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

figure.wp-block-gallery {
    margin: 0;
    padding-left: 16px;
}

figure.wp-block-gallery > figure {
    display: inline-block !important;
    margin-right: 5px !important;
}

#category-posts-2 h1 {
    margin-bottom: 24px !important;
}

#category-posts-2 h1 a {
    color: #222;
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-bottom: 16px !important;
}

#category-posts-2 .cat-post-item a {
    transition: 250ms all;
    color: #102E65;
    font-size: 16px;
    /*font-weight: bold;*/
}

#category-posts-2 .cat-post-item a:hover {
    color: #040d21;
}

#category-posts-2 .cat-post-title {
    position: relative !important;
    top: -7px !important;
}

#category-posts-2 .cat-post-item {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: thin solid #ccc;
}

#category-posts-2 .cat-post-item:last-of-type {
    border-bottom: none;
}

#secondary .widget-title {
    padding-top: 10px !important;
}

/* 2022-11-10 - requested bold for links */
.wpb_wrapper a { 
	font-weight: bold;
}
.wpb_wrapper a:visited { 
	font-weight: bold;
}
/* 2022-11-10 - remove padding so things align on home page */
body.home #main > article > .entry-content {
	padding-left: 0;
	padding-right: 0;
}
div.post-image.small-12.columns img {
	padding: 10px 0;
	margin: 10px 0;
}

