/* 
 Theme Name:     River's Edge Camp
 Author:         Louise Street Marketing
 Author URI:     https://louisesetreet.com 
 Template:       Divi
 Version:        1.0
*/ 

/* Theme customization starts here
------------------------------------------------------- */

/*-----------------------------------------------*/
/*-----  Root Variables  -----*/
/*-----------------------------------------------*/

:root {
/* Colour Palette */
	--maroon:#87271c;
    --body-background:#e1dace;

/* Fonts */
    --fs-1: 3.5rem;
    --fs-2: 3rem;
    --fs-3: 2.5rem;
    --fs-4: 2rem;
    --fs-5: 1.5rem;
    --fs-6: 1.25rem;
    --fs-b: 1rem;
}


/*-----------------------------------------------*/
/*-----  Set Divi Defaults  -----*/
/*-----------------------------------------------*/

/*----- Vertically Center Modules when Equal Columns are Checked -----*/
.et_pb_equal_columns >.et_pb_column {
    margin-top:auto;
    margin-bottom:auto;
    }

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

.home .et_pb_section.lsm-page-title-bar {
	display:none !important;
}

/*-----------------------------------------------*/
/*-----  Main Menu  -----*/
/*-----------------------------------------------*/

/*----- Menu Spacing -----*/
.et-menu .menu-item-has-children>a:first-child {
    padding-right: 15px;
}


/*-----------------------------------------------*/
/*-----  SubMenu  -----*/
/*-----------------------------------------------*/


/*-----------------------------------------------*/
/*-----  Mobile Menu  -----*/
/*-----------------------------------------------*/

/* Adjust Breakpoint and show hamburger */
@media (max-width: 1285px) {
    .et_mobile_nav_menu {
    display: block;
    }
    
   #menu-main-menu {
    display: none;
    }

    .et_pb_menu .et_mobile_nav_menu, .et_pb_fullwidth_menu .et_mobile_nav_menu {
        display: flex;
        float: none;
        margin: 0 6px;
        align-items: center;
    }
    
    .et_pb_menu .et_mobile_nav_menu li {
        list-style-type: none;
    }
    
    .et_pb_menu .et_mobile_menu, .et_pb_menu .et_mobile_menu ul {
        text-align: left;
    }
    
    .et_pb_menu.et_pb_menu_0_tb_header {
        margin-top: 1px!important;
    }
}

/*------ Collapses 2nd level items ------*/  

/**** This hides the sub menu items on mobile ****/
#page-container .mobile_nav li ul.hide {
    display: none !important;
}
/**** This adjusts the positioning and the background transparency of the parent menu item on mobile ****/
#page-container .mobile_nav .menu-item-has-children {
    position: relative;
}
#page-container .mobile_nav .menu-item-has-children > a {
    background: transparent;
}
/**** This styles the icon and moves it to the right ****/
#page-container .mobile_nav .menu-item-has-children > a + span {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    z-index: 3;
}
/**** Here you can swap out the actual icons ****/
#page-container span.menu-closed:before {
    content: "\4c";
    display: block;
    color: #000;
    font-size: 16px;
    font-family: ETmodules;
}
#page-container span.menu-closed.menu-open:before {
    content: "\4d";
}

/*------ END Collapses 2nd level items ------*/  

.et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu, .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu ul {
    margin-top: 42px;
}

.et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu ul.sub-menu {
    margin-top: initial;
}

/*-----------------------------------------------*/
/*-----  Page Content  -----*/
/*-----------------------------------------------*/
a.lsm-job-description.et_pb_button {
    width: 275px !important;
}

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

/*-----------------------------------------------*/
/*-----  Gravity Forms  -----*/
/*-----------------------------------------------*/

/*----- Food and Allergies Form -----*/
.gform_wrapper.gravity-theme .lsm-form-allergies .lsm-field-title .gfield_label {
    font-size: 24px;
    font-weight: 700;
    padding-top: 20px;
    border-top: 5px solid #777;
    width: 100%;
}

.gform_wrapper.gravity-theme .lsm-form-allergies .lsm-field-title {
    margin-top: 35px;

}


.gform_wrapper.gravity-theme .lsm-form-allergies h4 {
    margin-top: 35px;
}

/*----- Famly Camp -----*/
.lsm-family-max {
    background-color: #999;
    padding: 2em 3em;
    color: #fff;
    border-radius: 10px;
}

.lsm-family-max h5 {
    color: #fff;
}

.lsm-newsletter-signup_wrapper h2.gform_title {
    color: #fff;
    font-family: 'Mulish',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 30px;
}

/* ------- SUBMIT BUTTON ------- */

.gform_wrapper .gform_footer input[type=submit] {
	font-size: 16px;
	background-color: #C87A29;
    border-width: 0px!important;
    border-radius: 0px;
    letter-spacing: 1px;
	color: #fff;
	padding: 10px 25px!important;
}

.gform_wrapper .gform_footer input[type=submit]:hover {
	background-color: #333;
	color:#fff;
	transition-duration: .2s;
}

/*----- FIELDS -----*/

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    background-color: #fff;
    border: 1px solid #999!important;
    padding: 2px;
    color: #4e4e4e;
    border-radius: 4px;
}


.terms b {
    font-weight: bolder;
    color: #000;
    text-decoration: underline;
}

.terms p {
   font-size:16px;
}

.alert {
  padding: 20px;
  background-color: #f44336; /* Red */
  color: white;
  margin-bottom: 15px;
}

/*-----------------------------------------------*/
/*-----  Woocommerce  -----*/
/*-----------------------------------------------*/