 /* START PAGE */


.main-header-bar-wrap{
    background: white;
    /*height: 175px;*/
}

.mwtws-slider_slidewrapper{
   display: flex;
   position: relative;
   transition: left 1s, right 1s;
   transition-timing-function: ease-in-out;
   left: 0%;
}
  .mwtws_mainslider div {
       border-radius: 8px;
   }
   .mwtws_mainslidercontent {
       position: absolute;
       top: 120px;
       z-index: 9;
       width: 60%;
       text-align: center;
       left: 5%;
       max-width: 1200px;
       margin: 0 auto;
       color: #fff;
   }
   .mwtws_mainslidercard {
       border-top-left-radius: 8px;
       border-top-right-radius: 8px;
       display: block;
       position: absolute;
       top: 430px;
       background-color: #f3f3f3;
       width: 50%;
       text-align: center;
       z-index: 9;
       left: 25%;
       height: 50px;
   }
   .mwtws_mainslidercard p {
     line-height: 50px;
      font-size: 1.1em;
      color: #868686;
      font-weight: normal;
   }
   .mwtws_mainslidercontent h2 {
       color: white;
       text-shadow: 0px 3px 5px black;
   }
   .mwtws_mainslidercontent p {
       margin: 0;
       padding: 0;
       font-size: 20px;
       text-shadow: 0px 2px 4px #000;
   }
   .mwtws-choosestructure{
       display: flex;
       justify-content: center;
       margin: 20px 0;
   }
   .mwtws_mainslidercontent .mwtws-choosestructure select{
      border-radius: 5px;
      height: 30px;
      width: 180px;
      text-align: center;
      padding: 0 20px;
   }
   .mwtws-choosestructurebtn{
       background-color: #dd9932;
       border-radius: 8px;
       padding: 0px 15px;
       margin-left: 15px;
       text-transform: uppercase;
       font-weight: normal;
   }
   .mwtws_cardimgwrapper {
       width: 100%;
       text-align: center;
       margin-top: -60px;
       background-color: transparent;
   }
   .mwtws_cardimg {
       margin: 0px;
       box-shadow: 0px 5px 20px #66666675;
       width: 100px;
       height: 100px;
       padding: 5px;
       background-color: #fff;
       border-radius: 50px;
       overflow: hidden;
   }

   .tws_previewslider-background {
       height: 900px;
       position: absolute;
       background-color: #dd9932;
       width: 300%;
       left: -100%;
       z-index: -1;
       transform: rotate(0deg);
       margin-top: -300px;
       background-image: url(/wp-content/plugins/twsmanager/parts/theme/img/tws_new_bg_dark-min.png);
       background-size: 800px;
   }

   .mwtws-slider{
       width:100%;
       overflow: hidden;
       overflow-x: scroll;
       position: relative;
   }

   .mwtws-slider-slide {
     width: 48%;
    display: inline-block;
    height: auto;
    background-color: black;
    margin: 0 1%;
    flex-grow: 0;
    flex-shrink: 0;
    height: 400px;
    background-position: center center;
    background-image: url(https://www.tinywoodstove.com/wp-content/uploads/2020/07/8.-DrivingTinyintoSunset-scaled.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
 }

 .mwtws-slider-slide h3,
 .mwtws-slider-slide h3 a{
    color: #fff;
    text-shadow: 0px 0px 8px #000000;
}

.mwtws-slider-slide p{
    color: #fff;
    text-shadow: 0px 0px 8px #000000;
}

.mwtws-btn{
  position: relative;
  display: block;
  box-shadow: 0px 0px 8px #00000082;
  border-radius: 3px;
  text-transform: uppercase;
  background-color: #3a3a3a;
  min-height: 30px;
  line-height: 1em;
  margin-top: 0;
  color: #fff;
  padding: 10px 15px;
  text-align: center;
}

.mwtws-btn:hover {
    background-color: #676767;
    color: #fff;
}

.mwtws-slider-slide .mwtws-btn{
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 5%;
}

.mwtws-slider-prev,
.mwtws-slider-next {
    position: absolute;
    z-index: 90;
    right: 1%;
    bottom: 360px;
    height: 30px;
    width: 30px;
    background-color: #3a3a3a;
    color: #fff;
    border-radius: 15px;
    cursor: pointer;
    opacity: 0.6;
    box-sizing: border-box;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    font-weight: normal;
}

.mwtws-slider-prev {
    left: 1%;
}

.mwtws-slider-prev:hover,
.mwtws-slider-next:hover {
    opacity: 1;
}

.tws_previewslider-head{
  width: 100%;
  text-align: center;
  display: block;
  font-size: 2.5em;
  font-weight: bold;
  margin: 25px 0 50px 0;
  color: #fff;
}

.tws_previewslider-head span{
  color: #444444;
}

.mwtws-slider-c{
  margin-bottom: 50px;
}


 /* button FIXES */

.mwtws-startbtn,
.mwtws-touchbtn{
  width: 45%;
  display: inline-block;
  text-align: center;
  background-color: #dd9932;
  color: white;
  border-radius: 3px;
  margin: 10px 2%;
  padding: 8px;
  position: relative;
  font-weight: bolder;
}

.mwtws-startselect{
  background: #dd9932;
width: 40%;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
text-align: center;
cursor: pointer;
color: white;
text-align-last: center;
padding: 0;
border: none;
border-radius: 3px;
height: 42px;
line-height: 43px;
}

.mwtws-touchbtn{
  background-color: #757575;
}

.mwtws-startbtn:hover,
.mwtws-touchbtn:hover{
  background-color: #3a3a3a;
  color: #fff;
}








.mwtws-social{
  font-size: 2em;
  margin: 30px 2% 0 2%;
  font-weight: normal;
  color: #3a3a3a;
}

.mwtws-social a.mwtws-sociallink {
    float: right;
    margin: 0 10px;
    font-size: 1.1em;
}

.mwtws-social span a{
  color: #dd9933;
}

.mwtws-featuretile{
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  cursor:pointer;
}

.mwtws-featuretile span{
  font-size: 0.9em;
  line-height: 1.2em;
  display: block;
  height: 60px;
  overflow: visible;
  text-align: center;
  color: #444;
  cursor:pointer;
}

.mwtws-featuretile img{
  width: 80%;
  margin: 0 auto;
  display: block;
  cursor:pointer;
  opacity: 0.8;
}

.mwtws-featuretile:hover{
  background: white;
  box-shadow: 0px 5px 10px #c5c5c5;
  border-radius: 3px;
}
.mwtws-featuretile:hover img{
  opacity: 1;
}

.mwtws-extacc-btn {
    left: 0;
    position: absolute;
    bottom: 0;
    margin: 5%;
    padding: 10px;
    text-shadow: 0px 0px 8px #000000;
    font-weight: bold;
}

.mwtws-extacc-btn:hover {
    color: #fff;
}

.mwtws-startbtncontainer{
    display: none;
    position: absolute;
    background-color: white;
    margin-top: 8px;
    left: 0;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    z-index: 99;
    min-width: 200px;
    box-shadow: 0 5px 20px #0000008a;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.mwtws-startbtndescr{
  text-align: center;
  line-height: 1em;
  font-size: 0.8em;
  padding: 10px;
  color: #929292;
}

.mwtws-startbtncontainer a{
  text-align: center;
  line-height: 2em;
  font-size: 1em;
  display: block;
  border-top-width: 1px;
  border-style: solid;
  border-color: #eaeaea;
  color: #757575;
  text-transform: uppercase;
  width: 100%;
}

.mwtws-startbtncontainer a:hover{
  color: #dd9933;
  background-color: #f3f3f3;
}

.mwtws-startbtnrow {
    display: flex;
    width: 100%;
}

.mwtws-startbtn:hover .mwtws-startbtncontainer{
    display: block;
}

.mwtws-startbtnheader {
    width: 55%;
    min-width: 280px;
}

.mwtws-slider-controls {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.mwtws-slider-controls div {
    width: 50px;
    height: 50px;
    margin: 20px 20px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.6;
}

.mwtws-slider-controls div:hover {
    opacity: 1;
}

.mwtws-slider-controls div.mwtws-slider-controls-active {
    opacity: 1;
    background-color: #fff;
    border-radius: 100px;
}

.mwtws-slider-controls-all{
  background-image: url('/wp-content/plugins/twsmanager/parts/theme/img/tws_allblack.png');
}
.mwtws-slider-controls-th{
  background-image: url('/wp-content/plugins/twsmanager/parts/theme/img/tws_tinyhouseblack.png');
}
.mwtws-slider-controls-bus{
  background-image: url('/wp-content/plugins/twsmanager/parts/theme/img/tws_busblack.png');
}
.mwtws-slider-controls-rv{
  background-image: url('/wp-content/plugins/twsmanager/parts/theme/img/tws_rvblack.png');
}
.mwtws-slider-controls-van{
  background-image: url('/wp-content/plugins/twsmanager/parts/theme/img/tws_vanblack_t.png');
}
.mwtws-slider-controls-yurt{
  background-image: url('/wp-content/plugins/twsmanager/parts/theme/img/tws_yurtblack_t.png');
}


.mwtws-stoveteaserall,
.mwtws-stoveteaser3kw,
.mwtws-stoveteaser4kw,
.mwtws-stoveteaser5kw,
.mwtws-flueteaserall,
.mwtws-flueteasermanual,
.mwtws-flueteaserwhy{
    background-color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin: -20px 20px 20px 20px;
    display: block;
}

.mwtws-stoveteaser-btn a,
.mwtws-flueteaser-btn a{
    background: #f3f3f3 !important;
    color: #3a3a3a !important;
}

.mwtws-stoveteaser-btn.mwtws-stoveteaserbtn-active a,
.mwtws-flueteaser-btn.mwtws-flueteaserbtn-active a{
    background: #ffffff !important;
    color: #3a3a3a !important;
}

.mwtws-stoveteaser-btn a:hover,
.mwtws-flueteaser-btn a:hover,
.mwtws-stoveteaser-btn a:hover,
.mwtws-flueteaser-btn a:hover{
    background: #3a3a3a !important;
    color: #fff !important;
}


/* focus fixes */
.mwtws-stoveteaser-btn a:focus,
.mwtws-flueteaser-btn a:focus{
    background: #f3f3f3 !important;
    color: #3a3a3a !important;
    border:none;
}
.mwtws-stoveteaser-btn a:focus span,
.mwtws-flueteaser-btn a:focus span,
.mwtws-stoveteaser-btn a:focus i,
.mwtws-flueteaser-btn a:focus i{
  color: #3a3a3a !important;
}
.mwtws-stoveteaser-btn:hover a:focus span,
.mwtws-flueteaser-btn:hover a:focus span,
.mwtws-stoveteaser-btn:hover i:focus,
.mwtws-flueteaser-btn:hover i:focus{
  color: #ffffff !important;
}


 /* form */

 .mwtws-structprojectform {
     box-shadow: 0px 8px 20px #dcdcdc;
     margin-bottom: 100px;
     border-radius: 20px;
     background: none;
     background-color: #fff;
     position: relative;
     background-image: url(/wp-content/plugins/twsmanager/parts/theme/img/tws_new_bg_dark-min.png);
     background-size: 800px;
 }

 .mwtws-ctaform-left{
   width: 48%;
   float: left;
   display: block;
 }

 .mwtws-ctaform-right {
   width: 48%;
  display: block;
  position: absolute;
  right: 0;
}

.mwtws-ctaform-right textarea{
  height: 180px !important;
}

.mwtws-ctaform-page1 .gform_page_footer,
.mwtws-ctaform-bottom .gform_page_footer{
  border: none;
  text-align: right;
}

.mwtws_mainslidercontent h1{
  font-weight: 400;
  font-family: 'Poppins',sans-serif;
  text-transform: inherit;
  color: white;
  text-shadow: 0px 3px 5px black;
  font-size: 2.8rem;
}

.mwtws_mainslidercontent h1 span {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 3rem;
}

@media only screen and (max-width: 800px) {
    .mwtws-ctaform-left{
      width: 100%;
      float: none;
    }
    .mwtws-ctaform-right {
      width: 100%;
     position: relative;
   }
}

 /* screensizes / responsive */

 @media only screen and (max-width: 550px) {
    .mwtws-slider-slide {
        width: 100%;
    }

    .mwtws_mainslidercontent h1 {
        font-size: 1.8rem;
    }
    .mwtws_mainslidercontent h1 span{
        font-size: 2.0rem;
    }
}

 @media only screen and (max-width: 790px) {
   .mwtws_mainslider div {
      border-radius: 8px;
   }

   .mwtws_mainslidercontent {
      width: 90%;
    }

   .mwtws-startbtnheader {
        width: 80%;
    }
 }

 @media only screen and (max-width: 1100px) {
   .main-header-menu a {
       padding: 0.4em;
    }
 }
