/*
Theme Name: Silent Yachts
Description: WordPress theme for silent-yachts.com
Version: 0.1.0
Author: Kenny Tran
Author URI: https://kennytran.com
Text Domain: boilerpress
Template: boilerpress
*/


.guyh1{
  font-weight: bold;
  color:red;
}


@media only screen and (min-width: 60em) {
  	.m-downloads .m-downloads__grid {
    	grid-template-columns: repeat(5,1fr);
    	column-gap: 100px;
	}
}

/* menu css */

.m-header .m-header__main {
    height: 60px!important;
	position: fixed !important;
}
.m-header .m-header__toolbar .menu > li {
  font-size: 13px!important;
}
.wpml-ls-legacy-dropdown a span {
  font-size: 13px;
}
.m-header .m-header__toolbar .wpml-ls .wpml-ls-item-toggle::after {
  top: 8px;
}
/*
#menu-toolbar .current-menu-item {
  padding: 0px 4px;
  background: #ffd02c;
}
body.site-1 .m-header .m-header__toolbar .menu > li.site-1 , body.site-2 .m-header .m-header__toolbar .menu > li.site-2 , body.site-3 .m-header .m-header__toolbar .menu > li.site-3 , body.site-4 .m-header .m-header__toolbar .menu > li.site-4 , body.site-5 .m-header .m-header__toolbar .menu > li.site-5 {
  padding: 0 4px;
  background: #ffd02c;
}
*/
@media screen and (min-width: 65.625em){
  .m-header .m-header__main.is-pin {
    top: 31px !important;
	  
  }
  .m-header .m-header__toolbar {
    position: fixed;
    width: 100%;
  }
}

/* swiper css */

.postid-143 .m-hero-slider .swiper .swiper-controls {
    bottom: unset;
    top: 0;
    right: 0px;
    left: unset;
    min-width: 100px;
}
.postid-143 .m-hero-slider__slider .swiper {
 overflow-y: inherit;
}
.postid-143 .swiper-controls svg {
 height: 40px;
 width: 20px;
}

.postid-143 .m-hero-slider__wrapper {
 padding-top: 40p;
}

.postid-143 .m-hero-slider__slider {
 padding-top: 40px;
}
.postid-143 .m-hero-slider__slider .swiper {
  position: unset !important;
}
.postid-143 .m-hero-slider__wrapper {
    position: relative;
}



@media screen and (max-width: 960px){
  .m-slider-switch .m-slider-switch__header .m-slider-switch__controls {
    align-items: inherit;
    position: unset;
    max-width: 100%;
    padding: 10px 0px;
  }
}
@media screen and (max-width: 767px) {
  .postid-143 .swiper-controls svg {
    height: 25px;
    width: 15px;
  }
  .postid-143 .m-hero-slider .swiper .swiper-controls {
    bottom: unset;
    top: 0;
    right: 0;
    left: 88%;
    width: 140px;
  }
}
.m-slider-cards--three-column .m-slider-cards__title {
  padding-right: 95px;
}