/*
 Theme Name:   Compare the Beach
 Theme URI:    https://www.fner.co.uk
 Description:  Compare the Beach, Coldbox child theme
 Author:       FnerDigital
 Author URI:   https://www.fner.co.uk
 Template:     coldbox
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

.breadcrumb { 
	display: none; 
}

.post-20 .title-box, .post-180 .title-box { 
	display: none; 
}

footer.post-meta.content-box {
	text-transform: none;
	font-weight: bold;
}

.sidebar-page-title {
	font-weight: bold;
}

.post-20 .sidebar {
    display: none !important;
}

.ctb-button {
    font-size: 16px;
    color: #666;
    border-radius: 20px 20px 20px 20px;
    background: #f0f0f0;
    padding: 3px 10px;
    text-align: left;
    white-space: nowrap;
}

.ctb-btn-primary {
    color: white !important;
    background-color: #0074D9 !important;
}