/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */



@media only screen and (max-width: 580px){
  canvas.jSignature { height: 128px!important;width: 100%!important; }  
        .register_btn{
            font-size: 14px !important;

        }
        
    section > .container, section > .container-fluid {
        padding-top: 0px;
         padding-bottom: 60px;
    }
    h3, .h3 {
    font-size: 14px;
}

#reg_form .panel-body{
    padding:15px 0px;
}

#reg_form .panel-body p{
    font-size: 13px;
    line-height: 18px;
}
        
.icon-box {
    text-align: left;
}
    
    
.stepwizard-step p {
    margin-top: 0px;
    color: #666;
    display: none;
    
}   

.stepwizard{
  margin-bottom:30px;
}  

.radio br{
    display: none;
}

.camper_row .form-group {
    width: 100%!important;
}

.camper_row {
   border-bottom:2px solid green;
   position: relative;
}

.remove_row {
    font-size: 8px;
    padding: 3px 5px;
    position: absolute;
    right: -3px!important;
    bottom: -9px;
}

#waiver_text {
    padding-left: 15px!important;
    padding-right: 15px!important;
}

.signature_canvas {
    width: 100%!important;
}

.clear-sign {
    margin-left: -10px;
    margin-top: -20px;
}
    
}
.signature_canvas{
    display: inline-block;
    width: 500px;
    height: 128px;
    border: 1px solid #ccc;
    background: #fff;
}
.clear-sign{
    position: absolute;
    cursor: pointer;
    background: #EEEEEE;
    font-size: 23px;
    color: #000;
    display: inline-block;
    padding: 0px 0px 0px 6px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-left: 2px;
    line-height: 27px;
}
.waiver-text{
    text-align: justify;
}
.header-bg{
    background-color: #fff;
}
   .home_header {
    background: #434343;
    background-size: cover;
    min-height: 150px;
}

.left_col {
    margin-top: 40px;
    margin-bottom: 40px;
}

.right_col {
    margin-top: 55px;
    margin-bottom: 55px;

}
.learn_btn{
    margin:auto;
    display:block;
    background-color: #274e13;
}
.menu1 > li.active > a, .menu1 > li:hover > a
{
    background: #274e13;
    color: #fff;
}

.panel-primary {
    border-color: #5e9a46;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #5e9a46;
    border-color: #5e9a46;
}

.layer-overlay.overlay-dark::before {
    background-color: rgba(17, 17, 17, 0.37);
}
.reg-campsite-date{
    float: right;
}
.reg-page-title{
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.42857143;
}

