/*
Theme Name: Bothas Halte
Description: Custom Theme by Catchatiger
Theme URI:   https://catchatigerdesign.com/
Author: Catchatiger
Author URI:  N/A
Template: salient
Version: 1.0
*/

/* Single Blog */
body #page-header-bg h1, html body .row .col.section-title h1, .nectar-box-roll .overlaid-content h1 {
    color: #497dc8!important;
    font-size: 24px!important;
}
.blog-title .meta-date {    color: #efb710!important;
}

/* Groen Vingers */
.nectar-post-grid[data-text-color="dark"] .nectar-post-grid-item .content *, .full-width-section > .col.span_12.dark .nectar-post-grid[data-text-color="dark"] .nectar-post-grid-item .content * {
    color: white;
    text-transform: uppercase;
    text-align: center;
}

/* */
.row .col p:last-child {
    padding-bottom: 0!important;
}

.container-wrap {
    padding-bottom: 0!important;
}


h2 {
	font-weight: 500;
}

p {
	font-weight: 500;
}



.nectar-button span {
	font-weight: 500;
}


/* Quicklinks Styling */

.quick-links ul li {
    list-style: none!important;
	border-bottom: 1px solid #efb710;
	padding-top: 10px;
	padding-bottom: 10px;
}

.quick-links ul li:last-child {
	border-bottom: none;
}

.quick-links ul {
	margin-left: 0!important;
}

.quick-links li a {
	font-size: 18px;
}

/* General Font Styling */

.yellow h1, .yellow h2, .yellow h3, .yellow h4, .yellow h5 {
	color: #efb710!important;
}

.home .blog-recent .col .post-header {
	color: #000; }

.blue h1, .blue h2, .blue h3, .blue h4, .blue h5, .blue p {
	color: #497dc8!important;
}


/* Post Styling */

.post .post-content.classic .content-inner {
    border-bottom: none!important;
    padding-bottom: 0;
    margin-bottom: 60px;
}

.post .post-meta {
    border-right: none!important;
}

.post .post-meta .date {
    padding-bottom: 17px;
    border-bottom: none!important;
}

.post .more-link span, .blog-recent .more-link span { background-color: #efb710!important;}

.classsic .post .post-meta { color: #606062!important; }

.meta-category {display: none!important;}

.post .post-header h2 a {
	font-size: 22px!important; }


/* Footer Styling*/

#footer-outer .row {
    padding: 35px 0!important;
}

@media only screen and (min-width: 1000px) {
#footer-outer .row {
    padding: 35px 0;
}
}

.mobile { text-align: left!important;}

@media only screen and (min-width: 1000px) {
.mobile {
    display: none!important;
}
}

@media only screen and (max-width: 999px) {
.desktop {
    display: none!important;
}
}
