@charset "UTF-8";
/*!
Theme Name: Oceanica Child
Theme URI: https://motopress.com/products/oceanica/
Author: MotoPress
Author URI: https://motopress.com/
Description: Clean and responsive WordPress theme for your hospitality business.
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: oceanica
Tags:one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Template: oceanica
*/

.ci-category-container > div > div {
	margin-bottom: 25px;
}

.ci-category-container h2 {
  margin-bottom: 10px;
}
.ci-category-container h2 a {
    color: #484848;
}
.ci-category-container {
  margin-bottom: 30px;
  text-align: center;
}
.ci-category-image {
  margin: 0 5px;
  min-height: 203px;
  background-color: #EAEAEA;
}
.ci-category-title {
  padding: 10px;
}

.ci-category-title a{
	color: #444;	
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.ci-category-attributes{
	text-align: left;
	padding: 10px;
	font-size: 13px;
	font-family: "Poppins", sans-serif;
}

.ci-category-container a.btn{
	display: inline-block;
	background: #ff5a5f;
	color: #fff;
	padding: 10px 25px;
}

/* Homepage */
#post-16{
	padding: 0 2.8125em 3.85em;
}

.home .main-wrapper{
	max-width: unset;
}

.theme-social-menu a[href*="tel:"] i{
    font-size: 20px;
	margin-left: 6px;
}

.home header{
	margin-bottom: 2em!important;
}


.mphb-calendar .datepick-month a, .datepick-popup .datepick-month a{
	background: #efefef!important;
}

.datepick-popup .mphb-datepick-popup.mphb-check-in-datepick .datepick-month td .mphb-not-check-in-date:not(.mphb-past-date){
	opacity: 0.3;
	text-decoration: none!important;
	background: #fff!important;
}

.mphb-calendar.mphb-datepick .datepick-month td .datepick-selected, .datepick-popup .mphb-datepick-popup .datepick-month td .datepick-selected{
	color: #48812b!important;
}

.datepick-popup .mphb-datepick-popup .datepick-month td .mphb-booked-date:not(.mphb-selectable-date){
	background: #f78da7!important;
}


/* Temporarily disable booking */

/*.mphb-regular-price{
	display: none;
}

.mphb_room_type-template-default #primary{
  width: 100%;
}

.mphb_room_type-template-default #secondary{
  display: none;
}

.widget_mphb_search_availability_widget{
  display: none;
}*/

/* End temp disable booking */

.ays-pb-modal hr{
	display: none;
}

/* Disable price 
.mphb-cart-total-price-title, .mphb-cart-total-price-value,.mphb-total-price,#mphb-price-details,li.booking-price{ display: none!important; }
*/

.footer-navigation ul ul, .top-navigation ul ul, .top-navigation-right ul ul, .main-navigation ul ul {
 min-width: 250px !important;
}

/* Price List */

.page-id-2843 td{
	padding: 3px 6px;
}


/* Mobile */
@media (max-width: 767px) {
	.home h1.entry-title{
		font-size: 1.35rem;
		word-wrap: normal;
		word-break: break-word;
		  -webkit-hyphens: none;
		  -moz-hyphens: none;
		  hyphens: none;
	}
}