/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/
#top-bar {
	padding: 0;
}

.tobbar-discount-text p {
	margin-bottom: 0;
}

.tobbar-discount-text p a {
	color: #fff;
	transition: all 0.3s ease;
}

.tobbar-discount-text p a:hover {
	color: #FFBE00;
}

.divider-title h2:before {
    content: "";
    border-bottom: 5px solid #2491C5;
    display: block;
    width: 40px;
    position: absolute;
    bottom: -2px;
    left: 49%;
}

.divider-title h2::after {
    content: "";
    border-bottom: 1px solid #2491C5;
    display: block;
    width: 23%;
    margin: 8px auto 0;
}
.faq-wrapper {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.btn--read-more {
	padding: 12px 24px;
    font-size: 14px;
    background: #2491C5;
    border: #2491C5;
    text-transform: capitalize;
	transition: all 0.3s ease;
	color: #fff;
    border-radius: 3px;
}
.btn--read-more:hover {
	background: #128ac3;
	border: #128ac3;
}

.page .page-header-title {
    display:none;
}

.sidebar-primary img {
	width: 100%;
}

/* Parent stylesheet should be loaded from functions.php not using @import */