/*
Theme Name: bahamas Theme
Author: the CNC team
Description: Custom theme based on client requirements.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bahamas
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, custom-theme
This theme, like WordPress, is licensed under the GPL.
*/
footer .footer_logo img{max-width:100%}
/* To make the new longer footer text fit better on the screen */

body footer .footer_content ul li a {
    font-size: 15px;
}
footer .footer_content ul li a{
    margin-right: 18px;
}

/* Center the words underneath the dates on Nassau the Bahamas Red homepage section */
.comman-banner__event_date h2{
	text-align:center;
}

.comman-banner h1{
	font-size:36px;
	padding-right: 40px !important;
}

/*  Home page image background change */
.partner_image {
    background-image: url('http://esbahamas2023.com/wp-content/uploads/2021/11/revised_colors_partners_bg.png') !important;
}

em {
    font-style: normal;
}


/* Agenda Page Change  */
.agendanobullet::before{
	height:0px !important;
	width:0px !important;
}
.agendanobullet{
	padding-left:0px !important;
}
.partner_text p{margin-bottom:10px}
.partner_text p strong{font-size:inherit !important}

.partner-sec .partner_text p {margin-bottom:10px;font-size:16px;}
.partner-sec .partner_text h5{color:#ffffff;margin-bottom:12px;}
.partner-sec .partner_text ul{    margin-bottom: 15px;}
.partner-sec .partner_text ul li{color:#ffffff; list-style:none;   padding-left: 15px;    position: relative;    margin-bottom: 4px;font-size:16px;}
.partner-sec .partner_text ul li:before{position: absolute; top: 9px; left: 0; content: "";height: 5px; width: 5px;border-radius: 100%;background-color: #ffffff;}

.page-template-accommodation .guide_main {margin-bottom:70px;}
.page-template-accommodation .guide_main h2{font-size: 48px; color: var(--dark-blue); line-height: 74.06px; font-weight: 400; text-transform: uppercase; text-align: center;}
.page-template-accommodation .guideline_single h3{width:100%;}
.page-template-accommodation .guideline_single ul li{    font-family: sans-serif;}


.page-template-activities-new .activity > p:first-child{margin-top: 30px;}

@media only screen and (max-width: 767px) {
	.page-template-accommodation .guide_main h2{font-size: 40px;line-height: 50.06px;}
}
@media only screen and (max-width: 600px) {
	.partner-sec .partner_text p,.partner-sec .partner_text ul li{font-size:14px;}
}
@media only screen and (max-width: 399px) {
.page-template-accommodation .guide_main h2{    font-size: 30px;    line-height: 40.06px;}
}