/**
 * Theme Name: Rose Cottage 2024
 * Theme URI: https://www.elegantthemes.com/gallery/divi/
 * Description: Divi Child Theme
 * Author: Interactive Media Consulting, LLC
 * Author URI: https://www.imediaconsult.com
 * Template: Divi
 * Version: 1.0.0
 -----------------------------------------------------------------------------
 */

/**
 * Table of Contents
 *
 * 1.0  - Typography
 * 2.0  - Elements (forms, lists, horizontal rules)
 * 3.0  - Navigation (links, menus, pagination)
 * 4.0  - Header
 * 5.0  - Content (pages, posts)
 * 6.0  - Media (captions, galleries)
 * 7.0  - Widgets
 * 8.0  - Footer
 * 9.0  - Plugins
 * 10.0 - Media Queries
 * 11.0 - Print Queries
 -----------------------------------------------------------------------------
 */

/**
 * 1.0 Typography
 -----------------------------------------------------------------------------
 */

body {

}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Brandon-Grotesque' !important;
}

h1 {
	 color: #186eaf;
}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

h6 {

}

p {
	font-family: 'Brandon-Grotesque' !important;
}

b,
strong {

}

dfn,
cite,
em,
i {

}

blockquote {

}

/**
 * 2.0 Elements
 -----------------------------------------------------------------------------
 */

hr {
    background-color: #eee;
    border: 0;
    clear: both;
    height: 1px;
    width: 100%;
}

@font-face {
	font-family: 'Brandon-Grotesque';
	src: url(https://www.therosecottagechq.com/wp-content/themes/rosecottage2024/fonts/Brandon_Grotesque.otf);
}

/**
 * 3.0 Navigation
 -----------------------------------------------------------------------------
 */

/*** Primary Menu */

#menu-primary li.hide-desktop { display: none; } 

/*** Secondary Menu */


/*** Footer Menu */


/*** Mobile Menu */

.header-white-row .et_pb_menu .mobile_nav .mobile_menu_bar:before { color: #186eaf !important; } 
.et_mobile_menu { border-top: 3px solid #186eaf !important; }

/*** Pagination */


/**
 * 4.0 Header
 -----------------------------------------------------------------------------
 */

.header-grey-mod-1 img, .header-grey-mod-2 li {
	margin:0 !important;
}

/**
 * 5.0 Content
 -----------------------------------------------------------------------------
 */

/*** Alignment */
.alignleft,
.wp-caption.alignleft,
blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
    float: left;
    margin: 6px 20px 10px 4px;
}

.alignright,
.wp-caption.alignright,
blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
    float: right;
    margin: 6px 4px 10px 20px;
}

.aligncenter,
.wp-caption.aligncenter,
blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
    margin: 6px auto 10px;
}

.alignnone,
.wp-caption.alignnone {
    margin: 6px 0 10px;
}


/* Availability List */
.rc-avail-list { 
    width: 100%;
    margin-bottom: 2em;
}
.rc-avail-list .rc-avail-col-header, .rc-avail-list .rc-avail-row {
    display: flex;
    padding: 1em 0;
}
.rc-avail-list .rc-avail-row {
    border-top: 1px solid #ccc;
}
.rc-avail-row-header {
    width: 25%;
    text-align: center;
}
.rc-avail-row-header-title {
    font-size: 16px;
}
.rc-avail-row-header-subtitle {
    font-size: 12px;
}
.rc-avail-row-body {
    width: 75%;
    display: flex;
    justify-content: space-around;
}
.rc-avail-col-header { 
    font-size: 16px; 
    font-weight: bold;
    color: #000;
}
.rc-avail-row .rc-avail-row-content {
    margin: auto 0;
    padding: 1em;
}
.rc-avail-row .rc-avail-row-content.available {
    background-color: #186eaf;
    color: #fff;
}

#rc-off-avail-list .rc-suite-name {
	font-weight: bold;
}
#rc-off-avail-list .rc-suite-avail-dates {
	margin-left: 4em;
}

/* Suite Archive */
.post-type-archive-suite #main-content .container:before { background: none; }
.post-type-archive-suite #left-area {
	padding-right: none;
	width: 100%;
}

.post-type-archive-suite article.suite {
	display: flex;
	gap: 2em;
	padding: 1em 0;
}
.post-type-archive-suite article.suite .suite-thumbnail {
	width: 25%;
}
.post-type-archive-suite article.suite .suite-thumbnail img {
	aspect-ratio: 1;
	object-fit: cover;
}
.post-type-archive-suite article.suite .suite-content {
	width: 50%;
	font-size: 16px;
}
.post-type-archive-suite article.suite .suite-content .beds {
	font-weight: bold;
	margin-top: 1em;
}
.post-type-archive-suite article.suite .suite-content .amenity-icons {
	font-size: 36px;
	margin-top: 0.5em;
}
.post-type-archive-suite article.suite .suite-content .amenity-icons i { padding-right: 0.5em; }
.post-type-archive-suite article.suite .suite-price-cta {
	width: 35%;
	text-align: center;
}
.post-type-archive-suite article.suite .suite-price-cta .price { margin-bottom: 50px; }
.post-type-archive-suite article.suite .suite-price-cta .cta {
	font-size: 18px;
	margin: 1em;
}
.post-type-archive-suite article.suite .suite-price-cta .cta a {
	background-color: #186eaf;
	color: #fff;
	padding: 1em 1.5em;
	text-transform: uppercase;
	border-radius: 2em;
}

/* Single Suite */
.single-suite .container:before  { display: none; }
.single-suite .container #left-area {
    width: 100%;
    padding-right: 0;
}

.suite .entry-content {
    display: flex;
    justify-content: space-between;
}

.suite .left-column { 
    width: 40%; 
    margin-right: 1em;
}
.suite .right-column { 
    width: 60%;
    margin-left: 1em; 
}

.suite .suite-description { font-size: 16px; }

.suite .suite-gallery .ngg-imagebrowser { margin: 0 !important; }
.suite .suite-gallery .ngg-imagebrowser h3 { display: none; }

.suite .suite-title-price { 
    display: flex; 
    justify-content: space-between;
}
.suite .suite-title-price .suite-price { text-align: right; }
.suite .suite-amenities { margin-top: 1em; }
.suite .amenity-icons {
	font-size: 36px;
	margin-top: 0.5em;
}
.suite .amenity-icons i {
	padding-right: 0.5em;
}


/**
 * 6.0 Media
 -----------------------------------------------------------------------------
 */


/*Home*/

.home-fullwidth-slider .et_pb_slide_description {
	margin: 5% 0;
}

.home-icon {
	margin-bottom: 30% !important;
}

.blue-button {
	color: white;
    background-color: #186eaf;
    border: none !important;
    padding: 20px 30px 20px 30px;
    border-radius: 35px;
    border-style: solid;
    border-width: 3px;
}

.white-button {
	background-color: white;
    color: #186eaf;
    border-color:#186eaf !important;
    padding: 18px 30px 18px 30px;
    border-radius: 35px;
    border-style: solid;
    border-width: 3px;
    margin-right: 7px;
}

.home-top-text-mod .et_pb_text_inner {
	padding:0 19%;
}


.home-second-row {
   max-width: 1350px;
}

.home-second-row .et_pb_column .et_pb_text_inner {
   padding-right:7%;
}

.header-white-row {
    width: 100% !important;
    max-width: 1903px !important;
}

.header-white-row .et_pb_column:nth-child(1) {
	width: 21% !important;
    margin-right: 5%;
	padding-left: 2%;
}

.header-white-row .et_pb_column:nth-child(2) {
    width: 57% !important;
    margin-right: 3% !important;
}

.header-white-row .et_pb_column:nth-child(3) {
	width: 12% !important;
	display: flex;
    justify-content: flex-end;
}

.header-grey-row {
	width:100% !important;
	max-width:1905px !important;
	display: flex;
    justify-content: space-between;
}

.header-grey-row .et_pb_column:nth-child(1){
    padding-left: 2%;
    margin-right: 0;
    width: 91%;
} 
 
.header-grey-row .et_pb_column:nth-child(1) span{
    display: flex;
    align-items: center;
} 

.header-grey-row .et_pb_column:nth-child(2){
	display: flex;
    justify-content: flex-end;
    padding-right: 2%;
    width: 6%;
} 

.header-grey-mod-1 .et_pb_text_inner p {
	    display:flex !important;
}

.header-grey-mod-1 a {
	    color: #186eaf;
}

.home_video_testimonial_row {
	width: 100%;
    max-width: 1350px;
	display: flex;
    align-items: center;
}

.home_testimonial_mod p {
	color:black;
	line-height: 1.1em !important;
    font-size: 29px !important;
}

.home_testimonial_mod .wpmslider-viewport {
	height:240px !important;
}

.home_testimonial_mod .testimonial-name, .home_testimonial_mod .testimonial-company {
	color:black;
    text-align: left !important;
	font-weight: 600;
    padding-top: 1%;
    padding-left: 1%;
}

.home_testimonial_mod .wpmslider-pager-link::before {
    background: #186eaf !important;
	width:20px !important;
}

.home_testimonial_mod .wpmslider-has-pager {
   display: flex;
   padding-top: 0 !important;
}

.home_testimonial_mod .wpmslider-custom-pager {
   margin-left: 3% !important;
}

.home_testimonial_mod .wpmslider-viewport, .home_testimonial_mod .testimonial-inner{
	border:none !important;
}

/*About */

.about-image-mod img {
   border-radius: 30px
}

.content-two-side-row {
	display:flex;
	align-items:center;
	max-width:1300px;
	margin-bottom:4%;
}

.content-icons {
	margin-bottom:10% !important;
}

.content-two-side-row .et_pb_column:nth-child(1) {
   margin-right:11%;
}

/* Amenities */

.content-two-side-row-amenities .et_pb_column:nth-child(2), .content-two-side-row-to-do .et_pb_column:nth-child(2){
	padding-top:4%;
}


/* Things to do */ 

 .content-two-side-row-to-do .et_pb_column:nth-child(2) p{
	padding-right:25%;
}


/* FAQ */ 

.accordion-top-line {
	background-color:black;
	margin-bottom: 0 !important;
}

.accordion-top-line-mod {
	margin-bottom: 0 !important;
}

.faq-accordion .et_pb_accordion_item {
	background-color: white;
    border-width: 0 0 1px 0;
    border-color: black;
	margin-bottom:0 !important;
}

.faq-accordion .et_pb_accordion_item .et_pb_toggle_title {
	padding:2%;
}

.faq-accordion .et_pb_accordion_item .et_pb_toggle_title::before {
	font-size: 24px;
}

.faq-accordion .et_pb_accordion_item .et_pb_toggle_content {
	padding-top:0;
}

.faq-accordion .et_pb_accordion_item .et_pb_toggle_content p {
	padding: 0 2%;
}

.faq-bottom-text {
	padding: 3% 28% 1% 28%;
}

/* Contact */

.contact-mod{
	padding: 0px 13%;
}

.contact-mod #gform_submit_button_1 {
	width:100%;
    background-color: #186eaf;
    color: white;
    padding: 1%;
    font-size: 19px;
}

.contact-mod #input_1_1_3,.contact-mod #input_1_1_6,.contact-mod #input_1_3,.contact-mod #input_1_4,.contact-mod #input_1_5 {
   border-color: black;
   color:black;
}

.contact-mod #input_1_1_3::placeholder,.contact-mod #input_1_1_6::placeholder,.contact-mod #input_1_3::placeholder,.contact-mod #input_1_4::placeholder,.contact-mod #input_1_5::placeholder {
   color:black;
}

/* Gallery */ 

.gallery-mod .et_pb_gallery_item img {
	width:50%;
}

.gallery-mod ul li a {
	color:black !important;
}

.gallery-mod ul li .active {
	color:#186eaf !important;
}

.gallery-row {
	width: 100%;
    max-width: 1600px;
}

.gallery-row .et_pb_column {
	padding-left:3%;
}

.gallery-header-row{
	padding-bottom: 0 !important;
}

/* Off-Season Rentals */

.off-season-mod .et_pb_text_inner {
	color:black;
}

/*** Captions */


/*** Galleries */


/*** Images */


/**
 * 7.0 Widgets
 -----------------------------------------------------------------------------
 */



/**
 * 8.0 Footer
 -----------------------------------------------------------------------------
 */

.footer-section .et_pb_module {
	margin-bottom:7% !important;
}

.footer-section .et_pb_column:nth-child(2) .et_pb_module {
	margin-bottom:0 !important;
}

.footer-section .footer-h3 {
	margin-bottom:3% !important;
}

.footer-section .et_pb_row {
	width:100% !important;
	max-width:1800px !important;
}

.footer-section .et_pb_row .et_pb_column:nth-child(1) {
	width:20% !important;
    margin-right:9% !important;
}

.footer-section .et_pb_row .et_pb_column:nth-child(4) {
	padding-top: 36px !important;
}


.footer-section .et_pb_row .et_pb_column:nth-child(4), .footer-section .et_pb_row .et_pb_column:nth-child(4) {
	margin-right: 0 !important;
    width: 10% !important;
}

.footer-section .et_pb_row .et_pb_column:nth-child(2) .et_pb_module:nth-child(3) .et_pb_text_inner {
   line-height: .5em !important;
	
}

.footer-section .et_pb_row .et_pb_column:nth-child(2){
	width: 19% !important;
    margin-right: 5% !important;
}

.footer-section .et_pb_row .et_pb_column:nth-child(3) {
	margin-right:0 !important;
	width:10% !important;
}

.footer-icon-mod-1 p, .footer-icon-mod-2 a, .footer-icon-mod-4 p {
	display: flex !important;
    align-items: center !important;
}

.footer-icon-mod-3 .et_pb_text_inner{
	display: flex !important;
    align-items: flex-start !important;
}

.footer-icon-mod-3 .et_pb_text_inner p{
	padding-bottom:0 !important;
}

.footer-icon-mod-3 .et_pb_text_inner img{
    margin-top: -2% !important;
}

.footer-section .et_pb_column:nth-child(2) .et_pb_module:nth-child(3) {
	margin-bottom: 3% !important;
}

.footer-section a {
	color:white !important;
}

.footer-icon-mod-2 .et_pb_text_inner img{
    padding-top: 1% !important;
}

.footer-icon-mod-2 .et_pb_text_inner p a {
	font-size: 16px !important;
}

/**
 * 9.0 Plugins
 -----------------------------------------------------------------------------
 */



/**
 * 10.0 Media Queries
 -----------------------------------------------------------------------------
 */
@media all and (max-width: 1550px) {
	.home-second-row .et_pb_column .et_pb_text_inner h3:nth-child(2) {
		display:flex;
		flex-direction:column;
	}
}

@media all and (max-width: 1510px) {
	.home-icon {
		padding-bottom:50px;
	}
	.content-icons {
		margin-bottom: 14% !important;
	}
	
	.content-two-side-row-amenities .et_pb_column:nth-child(2) .et_pb_module {
		margin-bottom:11% !important;
	}
}

@media all and (max-width: 1340px) {
	.home-icon {
		padding-bottom:100px;
	}
}

@media all and (max-width: 1230px) {
	.header-white-row{
		padding-top: 3% !important;
	}
		.content-icons {
		margin-bottom: 22% !important;
	}
	.content-two-side-row-amenities .et_pb_column:nth-child(2) .et_pb_module {
		margin-bottom:22% !important;
	}
}

@media all and (max-width: 1175px) {
	.home-icon {
		padding-bottom:175px;
	}
	.content-icons {
		margin-bottom: 23% !important;
	}
}

@media all and (max-width: 1100px) {
	.rc-avail-col-header { display: none !important; }
	.rc-avail-row-body { flex-direction: column; }
	.rc-avail-row-content:first-child::after { 
		content: "101";
		float: right;
    	font-size: 18px;
    	font-weight: 700;
    	color: #000;
	}
	.rc-avail-row-content:nth-child(2)::after { 
		content: "102";
		float: right;
    	font-size: 18px;
    	font-weight: 700;
    	color: #000;
	}
	.rc-avail-row-content:nth-child(3)::after { 
		content: "103";
		float: right;
    	font-size: 18px;
    	font-weight: 700;
    	color: #000;
	}
	.rc-avail-row-content:nth-child(4)::after { 
		content: "104";
		float: right;
    	font-size: 18px;
    	font-weight: 700;
    	color: #000;
	}
	.rc-avail-row-content:nth-child(5)::after { 
		content: "201";
		float: right;
    	font-size: 18px;
    	font-weight: 700;
    	color: #000;
	}
		.rc-avail-row-content:nth-child(6)::after { 
		content: "202";
		float: right;
    	font-size: 18px;
    	font-weight: 700;
    	color: #000;
	}
	.rc-avail-row-content:nth-child(7)::after { 
		content: "203";
		float: right;
    	font-size: 18px;
    	font-weight: 700;
    	color: #000;
	}
	.rc-avail-row-content.available::after { color: #fff; }
	.rc-avail-row-header {
		width:30%;
		margin-right:2%;
	}
	.rc-avail-row-body {
		width:70%;
	}
}

@media all and (max-width: 1065px) {
   .footer-section .et_pb_row .et_pb_column:nth-child(1) {
    width: 20% !important;
    margin-right: 2%;
    }
	.footer-section .et_pb_row .et_pb_column:nth-child(3) {
    margin-right: 0 !important;
    width: 14% !important;
}
}

@media all and (max-width: 1035px) {
    .content-icons {
		margin-bottom: 25% !important;
	}
}

@media all and (max-width: 980px) {
	.home-icon {
		padding-bottom:0 !important;
		margin-bottom:12% !important;
	}
	.header-grey-row .et_pb_column:nth-child(1){
		margin-bottom:0;
	}
	.header-white-row .et_pb_column:nth-child(2){
		width: 54% !important;
        margin-right: 6% !important;
	}
	.footer-section .et_pb_column {
		width:100%  !important;
		margin-right:auto !important;
	}
	.footer-section .et_pb_column .et_pb_module{
		display: flex !important;
        justify-content: center !important;
        margin-left: auto !important;
        margin-bottom: 0 !important;
	}
	   .footer-section .et_pb_row .et_pb_column:nth-child(1) {
        width: 90% !important;
        margin: auto !important;
        margin-bottom: 30px !important;
    }
	.footer-section .et_pb_row .et_pb_column:nth-child(3) {
        width:100%  !important;
		margin-right:auto !important;
		margin-bottom: 0 !important;
}
		.footer-section .et_pb_row .et_pb_column:nth-child(2) {
        width:100%  !important;
		margin-right:auto !important;
}
		.footer-section .et_pb_row .et_pb_column:nth-child(4) {
        width:100%  !important;
		margin-right:auto !important;
}
	.footer-section .et_pb_row .et_pb_column:nth-child(4) {
		padding-top:0 !important;
	}
	
	.content-two-side-row {
		flex-direction:column;
	}
	  .content-icons {
		margin-bottom: auto !important;
	}
	.post-type-archive-suite article.suite {
		flex-wrap: wrap !important;
	}
	.suite-thumbnail {
		width: 100% !important;
	}
	.post-type-archive-suite article.suite .suite-price-cta {
    width: 44% !important;
    text-align: center !important;
}
	.content-two-side-row-amenities .et_pb_column:nth-child(2) .et_pb_module {
		margin-bottom:5% !important;
	}
}

@media all and (max-width: 895px) {
	.header-grey-mod-1 .et_pb_text_inner {
		display: flex;
        flex-direction: column;
	}
	.header-grey-mod-1 .et_pb_text_inner img {
		margin:0;
	}
	.header-white-row {
		padding-top: 5% !important;
	}
}

@media all and (max-width: 775px) {
	.home-icon {
		margin-bottom:15% !important;
	}
	.header-white-row .et_pb_column:nth-child(2) {
		width: 49% !important;
        margin-right: 12% !important;
	}
	.button-span {
		display:flex;
		flex-direction:column;
	}
	.button-span .blue-button, .white-button {
	  margin: 0 20%;
      margin-bottom: 2%;
	}
	
}

@media all and (max-width: 767px) {
    
    #menu-primary li.hide-desktop { display: block; } 
    .header-white-section .et_pb_column:nth-child(3) { display: none; } 
    .header-white-row {
        display: flex;
        flex-direction: column;
    }
    .header-white-row .et_pb_column:nth-child(1) {
        width: 100% !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
    }
    .header-white-row .et_pb_column:nth-child(2) {
        width: 100% !important;
        margin-right: 0 !important;
    }
    .header-white-row .et_pb_column:nth-child(1) .et_pb_image { text-align: center !important; }
    .home-top-text-mod .et_pb_text_inner { padding: 0 !important; } 
}

@media all and (max-width: 640px) {
	 .button-span .blue-button, .white-button {
	  margin: 0 11%;
      margin-bottom: 2%;
	}
}

@media all and (max-width: 625px) {
	.home-icon {
		margin-bottom:30% !important;
	}
}

@media all and (max-width: 600px) {
	.suite-content {
		width:100% !important;
	}
	.post-type-archive-suite article.suite .suite-price-cta {
	  display: flex;
      width: 100% !important;
	}
	.header-grey-section {
    	height:auto !important;
	}
	.header-grey-mod-1 p {
	   flex-direction: column;
	}
	.home-icon {
		margin-bottom:0 !important;
	}
}

@media all and (max-width: 560px) {

}

@media all and (max-width: 479px) {

    .header-white-row .et_pb_column:nth-child(1) {
        width: 90% !important;
        margin: auto !important;
    }

}

/**
 * 11.0 Print
 -----------------------------------------------------------------------------
 */

@media print {

}