/*
 Theme Name:   Spiritual Birth 2018
 Theme URI:    http://www.oodelallydesign.com
 Description:  Child theme for Spiritual Birth
 Author:       Caleb Hill
 Author URI:   http://www.oodelallydesign.com
 Template:     blacklite
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  spiritual-birth-child
*/

/* ========================= Structure and Misc ======================= */

nav#site-navigation, .entry-cate a, .widget-title {
    background: #9680c1;
}

#site-navigation .menu .sub-menu {
	background:#4c2753;
}

#site-navigation ul.menu ul a, #site-navigation .menu ul ul a {
	border-color: #9680c1;
	color: #ccc;
}

#site-navigation ul.menu ul a:hover, #site-navigation .menu ul ul a:hover {
	background: #271350;
}

img.custom-logo {
    max-width: 12%;
}

.site-branding {
	padding: 30px 0 10px 0;
}

main#main {
	padding-right:10px;
}

.entry-share {
	border-bottom: 1px solid #c4c4c4;
	border-top: 1px solid #c4c4c4;
	background: #e4e4e4;
	margin-top: 55px;
}

.entry-share .share-box {
	background: none;
}

.entry-more a {
	background: #ede6fa;
	border: 1px solid #4c2753;
}

.entry-more a:hover {
	background: #9680c1;
}

.ad-widget {
	margin-left:4px;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	padding: 16px 0 10px 8%;
}

.archive .entry-thumb, .blog .entry-thumb {
	max-height: 400px;
    overflow: hidden;
}

.wp-caption {
	margin-left: 0px;
}

.alignright {
	margin-left: 1.5em !important;
}

footer.site-footer {
	background: #4c2753;
}	

/* ========================= TYPOGRAPHY =========================== */

h1.page-title {
	background:#ede6fa;
	border: none;
}

/* ================= SEARCH RESULTS =======================*/

.search article.post {
    margin-bottom: 44px;
    padding-bottom: 44px;
    border-bottom: 52px solid #f4f4f4;
}

/* ====================== WORKSHOPS ========================== */

.page-template-workshops .entry-content ul, ul.workshops, .page-template-workshops .entry-content ul li {
	list-style: none;
	padding-left: 0px;
}

.page-template-workshops .entry-content h2, .page-template-workshops .entry-content h3, .page-template-workshops .entry-content h4,.page-template-workshops .entry-content h5, .page-template-workshops .entry-content h2 a, .page-template-workshops .entry-content h3 a, .page-template-workshops .entry-content h4 a, .page-template-workshops .entry-content h5 a {
	font-weight: 400;
	text-transform: uppercase;
} 

ul.workshops li {
	background: #f4f4f4;
	padding: 4px 24px 34px 0;
	margin-bottom: 40px;
	padding-left: 24px !important;
	border-top: #c4c4c4 solid 1px;
    border-bottom: 1px solid #c4c4c4;
}

.eventdetailslink {
	padding: 20px;
	background: #ede6fa;
	border: 1px solid #4c2753;
	letter-spacing: 3px;
    font-size: 11px;
    text-transform: uppercase;
    padding: 12px 24px 12px;
    color: #000;
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
}

.eventdetailslink:hover {
	background: #9680c1;
}


