@charset "UTF-8"; 

/*********************************************************************************
******************** Make all your changes to style.scss **************************
**** This file will be overwritten by style.scss and your changes will be lost ****
**********************************************************************************/

/** Place all your custom styles in this file. The CSS for this file will be automatically generated and enqueued at the front-end. For best-practices please refer to https://make.wordpress.org/core/handbook/coding-standards/css/ **//* Layeslider styles for page */.slider-wrap {
  border: 2px solid #d6d6d6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 5px 10px #8e8e8e;
  box-shadow: 0px 5px 10px #8e8e8e;
}
.slider-wrap img {
  border-radius: 5px !important;
}
/* Layerslider styles for Homepage */#layerslider_1 .ls-nav-next {
  background-image: url("images/slider-arrows.png");
  height: 52px;
  width: 52px;
  margin-top: -30px;
  right: -15px;
  transition: visibility 0s linear 0.5s, opacity 0.5s linear 0s;
}
#layerslider_1 .ls-nav-next:hover {
  background-position: -45px -50px;
}
#layerslider_1 .ls-nav-prev {
  background-image: url("images/slider-arrows.png");
  margin-top: -30px;
  transition: visibility 0s linear 0.5s, opacity 0.5s linear 0s;
  width: 52px;
  height: 52px;
  left: -21px;
}
#layerslider_1 .ls-nav-prev:hover {
  background-position: 0 -50px;
}
#layerslider_1 .ls-bottom-slidebuttons a {
  _background: url("images/home-slide-nav.png") no-repeat;
  _width: 13px;
  _height: 13px;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border: 2px solid #d9d9d9;
  border-radius: 100%;
  background-image: none;
  background-color: #fff;
}
#layerslider_1 .ls-bottom-slidebuttons a:hover, #layerslider_1 a.ls-nav-active {
  _background: url("images/home-slide-nav.png") no-repeat;
  _background-position: 0 -26px;
  background-color: #b3c7ce;
  border-color: #b3c7ce;
}
#layerslider_1 .ls-bottom-slidebuttons {
  top: 40px;
}
.layerslider_widget .widget-wrap {
  display: table;
  float: left;
}
.home #inner .wrap {
  padding-top: 30px;
}
/* Dynamic contact form */#mispcf-submit.hidden {
  opacity: 0.5;
}
#mispcf-submit.hidden:hover {
  background-color: #6dafff;
  color: #fff;
  border-color: #fff;
  cursor: auto;
}
#mispcf-submit.show {
  opacity: 1;
}
#mispcf-submit.show:hover {
  background-color: #fff;
  color: #25446d;
  border-color: #ccc;
  cursor: pointer;
}
