/******************************************
    File Name: custom.css
    Template Name: Landigoo
    Created By: WordPressShowcase
    Envato Profile: http://themeforest.net/user/wordpressshowcase
    Website: https://showwp.com
    Version: 1.0
/****************************************** */

/** ADD YOUR AWESOME CODES HERE **/

#contact{
  display: none;
}

#coffee{
  display: none;
}

.header_style_01{
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}


.customwidget li i, .navbar-nav span {
    color: #3FACEB !important;
}

.ecredo {
  background-image: url(../uploads/ecredo_fav.png);
  width: 40px !important;
  height: 40px !important;
  background-size: cover;

}

.ecredo:hover {
  zoom: 1.2;
  text-align: center;
  background-image: url(../uploads/ecredo_fav.png) !important;
}

/*
.icon_wrap, .dmtop:hover, .cac:hover, .features-right li:hover i, .features-left li:hover i, .nav-pills > li:hover > a, .nav-pills > li:focus > a, .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover, .divider-bar, .owl-next:hover i, .owl-prev:hover i, .icon-wrapper:hover i:hover, .grd1:hover, .grd1:focus {
    background-position: 100px;
    color: #ffffff;
    background: #2750ff;
    background: -moz-linear-gradient(left, #2750ff 0%, #db00ce 100%);
    background: -webkit-linear-gradient(left, #070913 0%, #3faceb 100%);
    background: linear-gradient(to right, #2750ff 0%, ##3FACEB 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2750ff', endColorstr='#db00ce', GradientType=1);
} */





.slimTitle {
  font-family: varinolight !important;
  font-size: 30px !important;
  text-transform: lowercase !important;
}
.btn-slim

{
  font-family: varinolight;
  font-weight: lighter !important;
  font-size: 29px !important;
  margin-top: 25px !important;
}

.switchon{
  text-transform: lowercase !important;
}


.stop-scrolling {
  height: 100%;
  overflow: hidden;
}


.macbookright {
    width: 800px;
    position: absolute;
    right: 10%;
    bottom: 15%;
    top: 22%;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 2.5s linear;
}

 @media screen and (max-width: 1366px) {
  .macbookright {
      width: 700px !important;
      position: absolute !important;
      right: 5% !important;
      bottom: 15%;
      top: 25%;
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity .5s linear;
  }
}

 @media screen and (max-width: 1024px) {
  .macbookright {
    width: 600px !important;
  position: absolute !important;
  right: 0%!important;
  /* bottom: 15%; */
  top: 29%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  }
}


.slick-slider {
  position: absolute !important;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  transition: all 1.2s;

}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* .switch:hover {
  zoom:1.2;
} */

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent !important;
  -webkit-transition: .4s;
  transition: .4s;
  border: 2px solid white;
}

.slider:before {
  position: absolute;
content: "";
height: 21px;
width: 21px;
left: 4px;
bottom: 5px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background-color: #3FACEB;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
