/*======================================
Theme Name: Franscene Bellarine
Theme URI: https://divicake.com/
Description: Franscene Bellarine Divi Child Theme
Version: 1.0
Author: Ethos Website Design
Author URI: https://www.ethos-website-design.com.au/
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */



/* TOP HEADER */


/* MAIN HEADER */

/* ENQUIRE FORM */
.enquire-form .wpcf7-checkbox span.wpcf7-list-item{
	display: block !important;
}



/* HIDE IMAGE CAPTIONS ON LIGHTBOX */
figcaption .mfp-bottom-bar .mfp-title{
	display: none;
}



/* KEYWORDS */
.keywords{
	position: absolute;
	top:0;
	left:-9999px;
}

/* CONTACT FORM 7 CHECK BOXES */
.dsm_contact_form_7_0 .wpcf7-form p:nth-last-of-type(1) {
    text-align: left !important;
}
/* CONTACT FORM 7 CHECK BOXES */



/* ACTIVE STATE FOR ACCORDION IMAGES DIVI SUPREME - FORCES THE DARK BACKGROUND WHEN ACTIVE */
.dsm_image_accordion_active_item .et_pb_module_inner::before{
    background: rgba(20,12,38,0.5) !important;
}

/* ACTIVE STATE FOR ACCORDION IMAGES DIVI SUPREME */

/* TRIP ADVISOR WIDGET CREATED AT https://apps.elfsight.com/ */
/*HIDE THE LINK TO THE APP WEBSITE */
.kPOGIE > a {display: none !important;}
/* HIDE THE WIDGET TITLE */
.cpHuAJ {display: none !important;}


/* MAKE DIVI SUPREMEM OVERLAY OPAQUE */
#et_pb_blurb_1.mfp-content .mfp-close {
    opacity: 1 !important;
}
/* MAKE DIVI SUPREMEM OVERLAY OPAQUE */

/* POST PAGE */
.infoblurb .et_pb_blurb_container {
	padding-left: 0;
}


/*set the width of the rows inside the Post Content module*/
.et-l .et-l--post .et_builder_inner_content .et_pb_row {
	width: 100%;
}



/* OVERLAY MENU */
.overlaymenu{}
.overlaymenu ul{}
.overlaymenu ul li {}
.overlaymenu ul li a {
    padding: 6px;
    background-color: #2d2344;
    display: block;
    border-radius: 4px;
}
.overlaymenu ul li a {
    padding: 6px;
}

/* Sub menu */
/* REMOVE POINTER EVENTS ON RED MENU TEXT SEPARATORS */
li.et_pb_menu_page_id-131 >a{
	pointer-events: none;
}
li.et_pb_menu_page_id-135 >a{
	pointer-events: none;
}

.overlaymenu ul li ul.sub-menu a {
    padding: 6px;	
	padding-left:20px;
}
.overlaymenu ul li ul.sub-menu a:hover {
    padding: 6px;	
	padding-left:25px;
}


/* SERVICE AND PACKAGE MENU ITEMS */


li.et_pb_menu_page_id-131 > a, li.et_pb_menu_page_id-135 > a{
	background-color:#ed1b2f !important;
}

li.et_pb_menu_page_id-131 ul li a, li.et_pb_menu_page_id-135 ul li a{
	background-color: #2d2344;
}



/* OVERLAY MENU */


/* SCROLL TO TOP */
.et_pb_scroll_top.et-pb-icon {
	background-color:#ed1b2f !important;
    
}
.et_pb_scroll_top.et-pb-icon:hover{
	
}


/* CONTACT FORM 7 */

.wpcf7-form-control-wrap{
	display:block;
	margin-bottom:-20px;
}

.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
background-color: #ffffff !important;
border: none !important;
width: 100% !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
font-size: 14px;
color: #000000 !important;
padding: 16px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-bottom:2px !important;
}
.wpcf7-submit {
color: #008ba0 !important;
margin: 8px auto 0;
cursor: pointer;
font-size: 20px;
font-weight: 500;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 6px 20px;
line-height: 1.7em;
background: transparent;
border: 2px solid;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.wpcf7-submit:hover {
background-color: #eee;
border-color:#008ba0;
padding: 6px 20px !important;
}

span.acceptance-231{
	width: 25px;
    float: none;
	display: inline;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #000;
    background: #fff;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #000000;
    background: #fff;
}

/* CONTACT FORM 7 END */


/* TESTIMONIAL ARROWS */
.testimonialcarousel .slick-prev::before {
    
    font-size: 32px;
    color: #fff !important;
    background-color: #000608 !important;
    position: relative;
    z-index: 1000;
    font-weight: normal !important;
    opacity: 1;
    position: relative;
    z-index: 10;
    display: block;
    width: 40px;
    height: 60px;
    vertical-align: middle;
    padding-top: 25px;
    top: -30px;
}
.testimonialcarousel .slick-prev{
	left:-45px !important;
}
.testimonialcarousel .slick-next::before {
    
    font-size: 32px;
    color: #fff !important;
    background-color: #000608 !important;
    position: relative;
    z-index: 1000;
    font-weight: normal !important;
    opacity: 1;
    position: relative;
    z-index: 10;
    display: block;
    width: 40px;
    height: 60px;
    vertical-align: middle;
    padding-top: 25px;
    top: -30px;
}
.testimonialcarousel .slick-next{
	right:-25px !important;
}

/* DIVI MEDIA QUERY BREALPOINTS */

/* Large screens (1405px upwards) */
@media only screen and ( min-width: 1405px ) { 
    /* your css goes here */
}

/* Laptops and desktops (1100-1405px) */
@media only screen and ( min-width: 1100px ) and ( max-width: 1405px) { 
    /* your css goes here */
}

/* Tablets in landscape mode (981-1100px) */
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) { 
    /* your css goes here */
}

/* Tablets in portrait mode (768-980px) */
@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
    /* your css goes here */
}

/* Smartphones in landscape mode (480-768px) */
@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {
    /* your css goes here */
}

/* Smartphones in portrait mode (0-479px) */
@media only screen and ( max-width: 479px ) {
    /* your css goes here */
	/* HIDE ACCORIDION IMAGE DESCRIPTIONS ON MOBILE */
	.hpaccordionimages .dsm_image_accordion_description{
	display: none;
	}
}

