/*

Theme Name:         FoundationPress

Theme URI:          https://github.com/olefredrik/foundationpress.git

Description:        FoundationPress is a WordPress starter theme based on Foundation 5 by Zurb

Version:            1.0.0

Author:             Ole Fredrik Lie

Author URI:         http://olefredrik.com/



License:            MIT License

License URI:        http://www.opensource.org/licenses/mit-license.php

*/



/* ---------------------------------------------------------------------------- 

  

  Unfortunately WordPress will require a style.css file

  located in the theme's root folder for stuff to work.



  However, we will not be using vanilla CSS. We're using Sass.



  Sass is a superset of CSS that adds in amazing features

  such as variables, nested selectors and loops. It's also

  the easiest way to customize Foundation.



  All Sass files are located in the /scss folder.



  Please read the README.md file before getting started. More info on how

  to use Sass with Foundation can be found here:

  http://foundation.zurb.com/docs/sass.html



---------------------------------------------------------------------------- */







/* ----- Quickfixes --------- */


.laviilogo {

  display: block;

  margin: 0px auto;

  position: relative;

  top: 100px;

}



.aligncenter {

margin: 0 auto;

display:block;

width:100%;

max-width:100%;

text-align:center;

}

.aligncenter img {

display:inline-block;

}



.aligncenter .wp-caption-text {

text-align:left;

}



p.v2ikealt{

  padding:0px !important;

  font-size:18px !important;

  color:black;

  margin:0px;

}

.nupud {
  display: table;
}

.nupud a.button {
  text-decoration: none;
  background: none;
  border: 3px solid #333333;
  color: #333333;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px;
  padding-right: 15px;
  padding-left: 15px;
  background-image: url(css/img/buttonnool.png);
  background-repeat: no-repeat;
  background-position: center right;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  padding-right: 52px;
  float: left;
  clear: both;
}
 .tehtud.banner1 a {
  color: fff;
 }
.nupud a.button:hover {
  background-color: white;
  border: 3px solid #ab0b17;
  color: #ab0b17;
  background-image: url(css/img/buttonnoolhover.png);
}

.tooteh3 {
  margin-bottom: 30px;
}

.tehtud.banner1 {
background-image: url(https://www.mooblimasin.ee/wp-content/themes/Mooblimasin/css/img/banner1.png);
background-repeat: no-repeat;
text-align: center;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.tehtud.banner1 .button {
color: white !important;
border: 3px solid white;
text-transform: uppercase;
background: none;
margin: 0 auto;
padding: 8px;
padding-left: 20px;
padding-right: 65px;
margin-top: 50px;
margin-bottom: 50px;
background-image: url(https://www.mooblimasin.ee/wp-content/themes/Mooblimasin/css/img/frontarrow-white.png);
background-repeat: no-repeat;
background-position: center right;
-webkit-transition: all 200ms ease-out;
-moz-transition: all 200ms ease-out;
-o-transition: all 200ms ease-out;
transition: all 200ms ease-out;
display: inline-block;
clear: both;
font-size: 32px;
text-decoration: none;
text-align: left;
display: inline-block;
margin-left: 20px;
margin-right: 20px;
}
.tehtud.banner1 .button:hover {
background-color: white;
color: #ab0b17;
background-image: url(https://www.mooblimasin.ee/wp-content/themes/Mooblimasin/css/img/frontarrow-red.png);
text-decoration: none;
}

.page-template-page-kontakt-php .kvorm {
float: left;
}

.page-template-page-kontakt-php .kvorm .vormpilt {
  height: 215px;
  max-width: 100%;
}

.page-template-page-kontakt-php .kvorm {
  height: 100%;
}

.left {
  float: left !important;
}

article .button {
  margin-top: 20px;
  background: none;
  border: 3px solid #333333;
  color: #333333;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px;
  padding-right: 15px;
  padding-left: 15px;
  background-image: url(css/img/buttonnool.png);
  background-repeat: no-repeat;
  background-position: center right;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  padding-right: 52px;
  float: left;
  margin-bottom: 20px;
}


article .button:hover {
  background-color: white;
  border: 3px solid #ab0b17;
  color: #ab0b17;
  background-image: url(css/img/buttonnoolhover.png);
}

button#lisatellimus{
  border: none!important;
  max-width: 700px!important;
  color: white!important;
}

.infonupp{
  width: auto !important;
  display: block !important;
  text-transform !important;
  padding: 15px !important;
  background-image:none!important;
  color:white;
  font-size:20px;
  text-decoration:underline;
  font-weight:600;
  padding-top:30px !important;
  left:0px !important;
}

.entry-content table ul li {
	list-style: inherit;
}

a.button.center {
  float: none;
}

/* TIP STYLES */

.tipmargin {
  margin-left:12px;
  margin-bottom:12px;
}

.tipcontainer {
  display:table;
}

.tipcontainer  p {
  float:right;
}


.tipcontainer .has-tip {
  float:right !important;
}

.tipcontainer.field .has-tip {
  margin-top:20px;
}

.has-tip {
  background: #ec7373;
  float:left;
  width: 25px;
  height: 25px;
  margin-left:10px;
  margin-top:10px;
  position: relative;
  border:none !important;
}
.has-tip:before {
content: "?";
color: #fff;
display: block;
height: 25px;
position: absolute;
text-align: center;
width: 25px;
font-weight: bold;
font-size: 24px;
line-height: 25px;
}

#tellimine .checboxid .dropcheck.display select {
  display:block !important;
}

.tipcontainer.checktip .has-tip {
  float: right !important;
  margin-left: 28px;
  position: absolute;
  right: -30px;
  top: 12px;
}

.search-results .large-8 , .search-no-results .large-8{
  background-color: white;
  padding-top: 20px;
}

.search-results section h2, .search-no-results section h2{
  font-weight:lighter;
}

.search-no-results .page-header {
  padding-top:20px;
  padding-bottom:20px;
}

.search-no-results .page-header h1 {
  font-size:40px;
  margin-left:0;
}

.search-results li.result {
  background:#f3f3f3;
  list-style-type:none;
  margin: 20px 0;
}

.search-results li.result article header {
  padding:0;
}

.search-results li.result article p {
  padding:20px 0 0 0;
}

.search-results li.result article header h2 {
  font-size:28px;
  font-weight:600;
}

.popsearch {
  right: 0px;
  top: 230px;
  position: fixed;
  background-color: #333333;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(css/img/popsearch.png);
  cursor: pointer;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  z-index: 999999;
}

.popsearch.active {
  right: 550px;
}

#search-popup {
  position: fixed;
  max-width: 550px;
  width: 550px;
  height: 100%;
  background-color: white;
  background-color: white;
  top: 0;
  min-height: 200px;
  z-index: 9999999;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  right: -550px !important;
}

#search-popup.active {
  right: 0px !important;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(90, 90, 90, 0.35);
  -moz-box-shadow: 0px 0px 5px 0px rgba(90, 90, 90, 0.35);
  box-shadow: 0px 0px 5px 0px rgba(90, 90, 90, 0.35);
}

#search-popup .content {
    height: 100%;
    overflow: auto;
    padding: 45px;
}

#search-popup .content h2 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 20px;
  margin-top: 0;
  margin-bottom: 40px;
}

#search-popup .content p {
  margin-top: 20px;
  margin-left: 20px;
}

#search-popup .content .search-content {
  margin:40px 15px 0 20px;
}

#searchform input {
  box-shadow: none;
  border: 3px solid #333333;
  color: #333333;
  height: 50px;
  text-transform: uppercase;
  font-weight:600;
  font-size:16px;
}
#searchform input[type="submit"] {
  border:none;
  background: #ab0b17;
  color: #fff;
  font-size:18px;
}

.left-off-canvas-menu #searchform {
  width: 94%;
  margin: 0 auto;
  clear: left;
  float: none;
  padding-top: 20px;
}

.left-off-canvas-menu #searchform input {
  border:none;
}


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  font-weight:normal !important;
      color: #cdcdcd !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-weight:normal !important;
      color: #cdcdcd !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  font-weight:normal !important;
      color: #cdcdcd !important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-weight:normal !important;
      color: #cdcdcd !important;
}

.page-template-page-kontakt-php .kvorm .vormpilt {

}

.page-template-page-kontakt-php .kvorm .vormpilt {
    -webkit-border-radius: 0.5%;
    -moz-border-radius: 0.5%;
    border-radius: 0.5%;
    width:100% !important;
        margin: 5px auto 20px;
}

@media only screen and (max-width: 40em) {
  .popsearch {
    display: none;
  }

  .search article {
    padding:5px 10px 0 10px;
  }
  
  .search article h2{
    margin-bottom: 0px;
  }

      
}

@media screen and (max-width: 479px) {

#tellimine article {
  float:none;
}

#tellimine h2 {
  font-size:16px;
  line-height:50px;
}

.popinupp span {
  line-height:30px;
}

#tellimine h2 span { 
  height:50px;
  font-size:36px;
  line-height:50px;
  margin-right:10px;
  width:50px;
}

#tellimine h2.vasak {
  margin-right:0;
}

#tellimine .valguskast {
  padding:15px;
}
#tellimine .checboxid .dropcheck .wpcf7-list-item {
  margin:5px 0;
}
#tellimine  span.wpcf7-list-item {
  margin-left:0 !important;
}

#tellimine .tyhitellimus button {
  margin-top:150px;
}

#tellimine .checboxid span .wpcf7-list-item-label {
  padding-left:8px;
}
#tellimine .checboxid .wpcf7-form-control-wrap {
  font-size:20px;
}

#tellimine .wpcf7 input {
  font-size:16px;
  padding-left:15px;
}

#tellimine .wpcf7 textarea {
  padding-left:15px;
  font-size:16px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  font-size:18px !important;
  font-weight:normal !important;
      color: #cdcdcd !important;

}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-size:18px !important;
  font-weight:normal !important;
      color: #cdcdcd !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  font-size:18px !important;
  font-weight:normal !important;
      color: #cdcdcd !important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size:18px !important;
  font-weight:normal !important;
      color: #cdcdcd !important;
}

}

/*22.11.2018*/
.msh-dropdown-menu {
  overflow: initial !important;
}

/*.msh-dropdown-menu ul.msh-visible{
  display: block !important;
}*/

.msh-dropdown-menu > a {
  background-image: url(css/img/menunool.png) !important;
  background-position: center right !important;
  background-repeat: no-repeat !important;
}

.msh-dropdown-menu:after {
  display: none;
}

@media only screen and (max-width: 86em) and (min-width: 68.063em) {
  .top-bar .top-bar-section .top-bar-menu li.msh-dropdown-menu {
    height: initial;
  }
}

.msh-dropdown-menu ul {
  left: 50% !important;
  transform: translateX(-50%);
  /*display: none !important;*/
}

.msh-dropdown-menu li {
  background: initial;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 140px !important;
}

.msh-dropdown-menu .sub-menu a {
  display: inline-block;
  overflow-x: initial;
  overflow-y: initial;
  padding-left: 20px !important;
  text-align: left;
}

.msh-dropdown-menu .sub-menu li {
  overflow: initial;
  height: initial !important;
  width: 220px !important;
}

.msh-dropdown-menu li a {
  padding-left: 5px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.top-bar .top-bar-section ul li.msh-dropdown-menu a::after {
  display: none;
}

.page-template-page-payment #nav_menu-5 {
  width: initial;
}

.wow-modal-window {
	padding: 40px !important;
}
#wow-modal-close-1.mw-close-btn.image:before {
	background: #ab0b17 !important;
}
.mw-close-btn::before {
	background: #ab0b17 !important;
}

.mooblimasin-checkbox-styles .checboxid .grupp {
  width:100%;
  float:left;
  border-bottom:1px solid #eaeaea;
  padding-bottom:10px;
  margin-bottom:20px;
  display:block;
}
.mooblimasin-checkbox-styles .checboxid .grupp .osa {
  float:left;
}
.mooblimasin-checkbox-styles .checboxid .grupp .osa.mid {
  padding-left:30px;
}
.mooblimasin-checkbox-styles .checboxid .grupp .osa.right {
  float:right;
}
.mooblimasin-checkbox-styles .checboxid,
.mooblimasin-checkbox-styles .checboxid p,
.mooblimasin-checkbox-styles .saadakast {
  clear: both;
}
.mooblimasin-checkbox-styles .checboxid span {
  display:block;
  float:left;
}
.mooblimasin-checkbox-styles .checboxid span input[type="checkbox"] {
  float:left;
}
.mooblimasin-checkbox-styles .checboxid span .wpcf7-list-item-label {
  float:left;
  padding-top:7px;
  padding-left:22px;
}
.mooblimasin-checkbox-styles .checboxid span select {
  max-width:400px;
  float:left;
}
.mooblimasin-checkbox-styles .checboxid .wpcf7-list-item {
  display:inline-block;
  margin-bottom:10px;
  clear:both;
}
.mooblimasin-checkbox-styles .checboxid .wpcf7-form-control-wrap {
  font-size:24px;
  font-weight:lighter;
  width:100%;
  margin-bottom: 30px;
}
.mooblimasin-checkbox-styles .checboxid .icheckbox_square-red {
  float:left;
}
.mooblimasin-checkbox-styles h2 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 100px;
  background-color: white;
  margin-bottom: 20px;
  width: 100%;
  float: left;
}
.mooblimasin-checkbox-styles h2 span {
  display: block;
  height: 100px;
  line-height: 100px;
  font-size: 48px;
  font-weight: 600;
  width: 100px;
  float: left;
  text-align: center;
  margin-right: 20px;
  background-color: #eeeeee;
}
.mooblimasin-checkbox-styles h3 {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 30px;
  padding-top: 10px;
  width: 100%;
  float: left;
  margin-top: 30px;
}
.mooblimasin-checkbox-styles h3.info-row-follows {
  padding-bottom: 0;
}
.mooblimasin-checkbox-styles h3.info-row-follows + p i {
  color: transparent;
  padding-bottom: 10px;
}
.mooblimasin-checkbox-styles h3.info-row-follows:hover + p i,
.mooblimasin-checkbox-styles h3.info-row-follows:focus + p i,
.mooblimasin-checkbox-styles h3.info-row-follows + p:hover i,
.mooblimasin-checkbox-styles h3.info-row-follows + p:focus i {
  color: inherit;
}

.mooblimasin-checkbox-styles .checboxid span .wpcf7-list-item-label {
  width: calc(100% - 50px);
  float: right;
}
.mooblimasin-checkbox-styles .icheckbox_square-red,
.mooblimasin-checkbox-styles .iradio_square-red {
  background-size: auto;
}
.mooblimasin-checkbox-styles .checboxid span {
  width: 100%;
}

@media (max-width: 767px) {
  .mooblimasin-checkbox-styles h3.info-row-follows + p i {
    color: inherit;
  }
}

.kitchens-container .slick-prev.slick-arrow {
  transform: rotate(180deg);
  left: -90px;
}

.kitchens-container .slick-next.slick-arrow {
  right: -90px;
}

.kitchens-container .slick-arrow {
  padding: 20px 27px;
  margin: 0;
  position: absolute;
  top: 33.3%;
}
