/*
Theme Name:     Embark - Child Theme
Theme URI:      http://themovation.com/embark
Template:       embark
Author:         Themovation
Author URI:     http://themovation.com
Version:        1.0
Text Domain:    embark
Domain Path:    /languages/
*/


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

/*.navbar__background-color{*/
  /*background-color: rgba(0,0,0,0.4) !important;*/
/*}*/
/*.navbar .navbar-nav .dropdown-menu {*/
  /*background-color: #516482;*/
  /*border-radius:0 !important;*/
  /*margin-top:0px;*/
/*}*/
/*@media (min-width:768px) {*/
	/*.navbar .navbar-nav .dropdown-menu::before {*/
	  /*content: '';*/
	  /*position: absolute;*/
	  /*left: 45%; top: -20px;*/
	  /*border: 10px solid transparent;*/
	  /*border-bottom: 10px solid #516482;*/
	/*}*/
/*}*/
/*.navbar .navbar-nav > li > a{*/
  /*margin-bottom:28px;*/
  /*margin-left: 1px;*/
  /*margin-right: 1px;*/
/*}*/
/*.navbar .navbar-nav > li > a:after{*/
  /*bottom: -1px;*/
/*}*/
/*.menu-planifier-votre-sejour {*/
	/*margin-left: 0px;*/
	/*white-space: nowrap;*/
/*}*/
/*.menu-planifier-votre-sejour a{*/
  /*color: #fff;*/
  /*background-color: #BB4F5E;*/
  /*font-weight: 400;*/
  /*white-space: normal;*/
  /*text-align: center;*/
  /*vertical-align: middle;*/
  /*cursor: pointer;*/
  /*background-image: none;*/
  /*border: 1px solid #BB4F5E;*/
  /*line-height: 1.42857143;*/
  /*padding: 10px 10px !important;*/
  /*margin-bottom: 0;  */
  /*border-radius: 5px;*/
/*}*/
/*.menu-planifier-votre-sejour a:hover, .menu-planifier-votre-sejour a:focus{*/
  /*color: #fff;*/
  /*background-color: #BB4F5E !important;*/
  /*opacity: 0.75;*/
/*}*/
/*.menu-planifier-votre-sejour a:after{*/
  /*display: none;*/
/*}*/
/*.menu-planifier-votre-sejour a:before{*/
  /*content:url('assets/images/map-icon.png');*/
  /*display: inline-block;*/
  /*width: 19px;*/
  /*height:19px;*/
  /*margin-right: 8px;*/
/*}*/

#loader-wrapper{
  z-index:9999;
}

#ui-datepicker-div{
	background: #ffffff;
}

#ui-datepicker-div td, 
#ui-datepicker-div th,
#ui-datepicker-div .ui-datepicker-header{
    padding: 5px;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next{
	float:right;
}

.th-port-link{
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.th-portfolio .th-port-inner .th-port-center .th-port-btn{
    cursor: pointer;
}

@media (max-width:767px) {
    .th-portfolio-item .th-port-top-text,
    .th-portfolio-item .th-port-center{
        opacity:1;
        -webkit-transform:translateY(0);
        -ms-transform:translateY(0);
        transform:translateY(0);
    }
    .th-portfolio-item .th-port-overlay {
        background-color: rgba(0, 0, 0, 0.55);
    }
    .th-port-top-text {
        top: 2%;
    }
}
