/* Setting the breakpoint of the mobile menu */
@media only screen and (max-width: 1038px) {
  #top-menu-nav, #top-menu {
    display: none;
  }

  #et_top_search {
    display: none;
  }

  #et_mobile_nav_menu {
    display: block;
  }

  /* Theme Builder */
  .et-menu-nav {
    display: none !important;
  }

  .et_mobile_nav_menu {
    display: block;
  }

  .et_pb_fullwidth_menu--style-left_aligned .et_pb_menu__wrap,
.et_pb_menu--style-left_aligned .et_pb_menu__wrap {
    justify-content: left;
  }
}
@media only screen and (max-width: 981px) {
  .header-sls {
    width: 194px !important;
  }
}
/* Contact Form 7 */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.box {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.wpcf7 input,
.wpcf7 textarea {
  width: 100%;
  padding: 16px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-color: #eee;
  color: #999;
  font-size: 14px;
  -webkit-appearance: none;
}
.wpcf7 input::-webkit-input-placeholder,
.wpcf7 textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.wpcf7 input:-moz-placeholder,
.wpcf7 textarea:-moz-placeholder {
  color: #ffffff;
}
.wpcf7 input::-moz-placeholder,
.wpcf7 textarea::-moz-placeholder {
  color: #ffffff;
}
.wpcf7 input:-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder {
  color: #ffffff;
}
.wpcf7 select {
  box-sizing: border-box;
  width: 100%;
  padding: 16px 20px 16px 10px;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-color: #eee;
  color: #999;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
}

select:after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: 3px;
  border: 6px solid;
  border-color: #666 transparent transparent transparent;
  content: "";
  transform: translateY(-50%);
  pointer-events: none;
}

/* .Contact Form 7 */
.et_pb_menu .et-menu > li {
  padding-left: 6px;
  padding-right: 6px;
}

/* Transparent background menu */
#page-container {
  padding-top: 0 !important;
}

#main-header {
  background-color: transparent !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

/* .Transparent background menu */
body {
  font-family: myriad-pro, sans-serif;
  background-color: #000000;
}

.et_pb_row {
  width: 95% !important;
}

.et_portfolio_image,
.et_shop_image,
.et_pb_image_container {
  overflow: hidden;
}
.et_portfolio_image img,
.et_shop_image img,
.et_pb_image_container img {
  transition: 500ms linear;
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.et_portfolio_image:hover img,
.et_shop_image:hover img,
.et_pb_image_container:hover img {
  transform: scale(1.2) rotate(2deg);
}

@keyframes backgroundScroll {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.et_pb_section {
  background: transparent;
}

.et_pb_section_0 {
  background-size: cover;
  background-repeat: no-repeat;
}

#menu-main-menu li a {
  color: #ffffff;
}
#menu-main-menu li a:after {
  position: relative;
  top: 5px;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #a93d9e;
  transition: width 0.3s;
}
#menu-main-menu li a:hover {
  opacity: 1;
}
#menu-main-menu li a:hover:after {
  width: 100%;
}
#menu-main-menu li.current-menu-item a:after {
  width: 100%;
}

#main-content {
  overflow-x: hidden;
}

.et_mobile_menu {
  width: 100%;
  position: fixed;
  top: 0 !important;
  height: 100vh;
}
.et_mobile_menu li {
  list-style-type: none !important;
}
.et_mobile_menu li a {
  font-size: 20px !important;
  text-align: center;
}

.mobile_menu_bar {
  z-index: 1111111;
}

.section-sls-content {
  background-position: 0 60px;
}

.row-sls-content .et_pb_text_inner {
  position: relative;
}
.row-sls-content .et_pb_text_inner:before {
  position: absolute;
  left: -26px;
  content: "";
  background-color: #a93d9e;
  width: 3px;
  height: 140px;
}

.content-scroll {
  max-height: 240px;
  overflow: hidden;
  width: 460px;
}

.content-overflow {
  overflow-y: auto;
}

@media all and (min-width: 1038px) {
  #et-main-area {
    height: 100vh;
  }

  .et-l.et-l--footer {
    position: relative;
    width: 100%;
  }
}
.footer-sls .et_pb_column_1_4 {
  width: 11% !important;
  min-width: 118px;
}

@media screen and (max-width: 500px) {
  .content-scroll {
    width: 95%;
  }
}

/*# sourceMappingURL=main.css.map */
