/*
 Theme Name:   Meyrin FC
 Description:  Devdummy Child Theme For Client
 Author:       devsector.ch
 Author URI:   http://devsector.ch
 Template:     devdummy
 Version:      1.1.8
 Text Domain:  meyrinfc
*/


/*


JAUNE		  rgba(254,217,0,1)   #fed900

LIGHT GRAY rgba(245,245,245,1)
DARK GRAY rgba(119,119,119,1)
STRAT TITEL GRAY rgba(85,81,79,1)
*/



body{
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: black;
	color:white;

	background: url(images/stripes2.svg) left -500px no-repeat black;
	background-size: 4000px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

hr{
	border-top: 1px solid #fff;
}
a,
a:link,
a:visited{
	color:  rgba(254,217,0,1)	;
}

.alignfull {
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

/* SLIDER */
.slider-group{
	overflow: hidden;
}
.slider-item-background{
	min-height: 100vh ;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	filter: grayscale(100%);
}
.home .slider-item-background{
	min-height: 100vh;
}
.slider-item .wrapper{
	position: absolute;
	width: 100%;
	top:50%;
	transform: translateY(-50%);
	color: white;
}
.slider-item-background:after {
	content: '';
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  /*background: radial-gradient(circle, transparent 50%, black 150%);*/
  background: rgba(0,0,0,0.45);
}
.slider-group .container{
	max-width: none;
}
.slider-content{
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	opacity:1;
	transition: all 5s ease-in-out;
}
.slider-content h3{
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.2em;
	font-size: 1rem;
	margin-bottom: 1.5em;
}
.slider-content h3:after{
	content:" ";
	display: block;
	margin:0 auto;
	width:50px;
	height: 4px;
	background: rgba(254,217,0,1);
	margin-top: 2em;
}
.slider-content h1{
	font-size: 3rem;
	font-weight: 200;
	line-height: 1
}
.slider-content h1 em{
	font-weight: 400;
	line-height: 1;
	margin: 0;
}


/* block-jeveuxjouer */
.block-jeveuxjouer h2{
	font-weight: 300;
    font-size: 3rem;
}
.block-jeveuxjouer a{

	display: block;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	color:white;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	background: url(images/football.svg) no-repeat center center;
	background-size: 85%;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.block-jeveuxjouer a strong{
	font-size: 2em; line-height: 1; color: white;
}
.block-jeveuxjouer a:hover{
	transform: scale(1.1);
	text-decoration: none;
}

/* SCROLL DOWN ICON */
.scrolldownbox{
	position: relative;
}
.scrolldownbox a {
  position: absolute;
  bottom: 1em;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.scrolldownbox a:hover {
  opacity: .5;
}
.scrolldownbox a {
  padding-top: 60px;
}
.scrolldownbox a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 36px;
  height: 36px;
  margin-left: -18px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb04 2s infinite;
  animation: sdb04 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb04 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb04 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}


/* HEADER */
.fullscreen_slider_banner_header{
	position: absolute;
	width: 100%;
	z-index: 1000000;
}
h1.site-title,
p.site-title{
	margin:1rem 0;
	padding: 0;
	line-height: 1;
	font-size: 1rem;
}
h1.site-title a,
p.site-title a{
	display: inline-block;
	width:70px;
	height: 70px;
	background: url(images/logo-meyrin-fc.svg) no-repeat center center;
	background-size: contain;
	text-indent: -5000px;
}
.site-header .container,
.site-header .container-fluid{
	 display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


/* MAIN NAV */
body .bg-light {
    background-color: transparent !important;
}
body .navbar-toggler .icon-bar {
	background-color:   rgba(254,217,0,1);
}
body .navbar-toggler {
	transform: scale(1.2);
	position: fixed;
	top:40px;
	right:15px;
	z-index: 20;
}
body .site-header .navbar{
	position: static;
}
.main-nav--sticky{
		position: absolute;
		top:-100%;
}

.navbar-light .navbar-nav .nav-link{
	color:  rgba(255, 255, 255, 1);
	 border-bottom: 3px solid transparent;
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
	font-weight: 600;
}



.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .current-menu-item .nav-link,
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link
 {
    color:  rgba(254,217,0,1);
   border-bottom: 3px solid rgba(254,217,0,1);
}


.fullscreen_slider_page .main-nav--sticky .navbar-light .navbar-nav .nav-link:focus,
.fullscreen_slider_page .main-nav--sticky .navbar-light .navbar-nav .nav-link:hover,{
	color:  black;
   border-bottom: 3px solid black;
}

.fullscreen_slider_banner_header .navbar-light .navbar-nav .nav-link,
.main-nav--sticky .navbar-light .navbar-nav .nav-link{
	color:  rgba(255, 255,255, 1);
}

.fullscreen_slider_banner_header .navbar-light .navbar-nav .nav-link:focus,
.fullscreen_slider_banner_header .navbar-light .navbar-nav .nav-link:hover,
.main-nav--sticky .navbar-light .navbar-nav .nav-link:focus,
.main-nav--sticky .navbar-light .navbar-nav .nav-link:hover {
    color:  rgba(255, 255,255, 1);
     border-bottom: 3px solid #fff;
}

/* BURGER MENU */
.navbar-toggle{
	transform: scale(2.5);
	margin-right: 0;
	right: 15px;
	z-index: 1000;
	float: none;
}
.navbar-toggle.x.collapsed{
	position: absolute;

	}
.navbar-toggle.x{
	position: fixed;

}
.navbar-toggle .icon-bar {
    display: block;
    background-color: black;
    height:1px;
}

.navbar-toggle.content-icon .icon-bar{
	background-color: black;
}

body .navbar-toggler:not(.collapsed) .icon-bar:nth-child(1),
body .navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
	background-color:   white;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
}
button:hover, input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: transparent;
}


a.wp-block-button__link{
	background-color: rgba(254,217,0,1) !important;
	color: black !important;
	border-radius: 4px;
	transition: all 0.3s ease-in-out;
}
a.wp-block-button__link:hover{
	background-color: white !important;
	color:black !important;
	text-decoration: none;
}

.site-description{
	display: none;
}

.site-content{
	padding-top: 2em;
}

.scrolldownbox + .site-content .content-area{
	padding-top: 10em;
}

.home .page.hentry{
	margin-bottom: 0;
}

/* TYPOGRAPHY */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .entry-excerpt {
    margin-bottom: 0.75em;
    font-weight: 600;
	line-height: 1.1;
}
.h1, h1 {
font-weight: 300;
font-size: 3rem;
}
h1.page-title,
h1.entry-title{
	margin-bottom: 1em;
}
.h2, h2, .entry-excerpt {
font-weight: 600;
font-size: 1.75rem;
}
.h3, h3 {
font-weight: 600;
font-size: 1.25rem;
}
.h4, h4 {
font-weight: 600;
font-size: 1rem;
}
.h5, h5 {
font-weight: 600;
font-size: 0.8rem;
}
.h6, h6 {
font-weight: 600;
font-size: 0.7rem;
}
.posted-on{
	font-size: 0.75rem;
	font-weight: 600;
	background-color: rgba(254,217,0,1);
	color:black;
	display: inline-block;
	padding: 0.2em 0.5em;
}
.thumbnail-resized a,
.thumbnail-resized img{
	display: block;
	width: 100%;
}
p + h2, p + h3, p + h4{
	margin-top: 1em;
}

/* BLOCK CATEGORIES */
.strat_categorie a .thumbnail-resized  img{
	filter: grayscale(100%);
	transition: all 0.3s ease-in-out;
}
.strat_categorie a:hover .thumbnail-resized  img{
	filter: grayscale(0);
	transition: all 0.3s ease-in-out;
}
.thumbnail-resized{
	margin-bottom: 1em;
}
.top-infos {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.entry-footer {
	border-bottom: 0 solid #eee;
	border-top: 0 solid #eee;
	margin-top: 1em;
	padding: 0;
}
.cat-links{
	text-transform: uppercase;
	font-size: 0.75rem;
	font-weight: 600;
}

/* BLOCK */
.wp-block-cover strong{
	color: rgba(254,217,0,1);
}


/* PAGES */
.home .entry-header h1{
	display: none;
}
.home .site-content,
.home .entry-content{
	padding: 0;
	margin: 0;
}
.home .scrolldownbox + .site-content .content-area{
	padding-top: 0em;
}

.wp-block-cover.home-score-table p,
.wp-block-cover.home-score-table h5{
	color:black;
	text-align: center;
}
.wp-block-cover.home-score-table  p.score-number{
	font-size: 9rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.1;
	margin: 0;
	background-color: black;
	color: rgba(254,217,0,1);
}
.wp-block-cover.home-score-table  .next-match p.score-number{
	opacity: 0.25;
}
.wp-block-cover.home-score-table .wp-block-columns{
	margin-bottom: 0;
}

/* EQUIPES */
.details-item-line{
	background: black;
	color:white;
	padding: 0.3rem 1.5rem;
}
.details-item-line:first-of-type{
	padding-top: 1rem;
}
.details-item-line:last-of-type{
	padding-bottom: 1rem;
}
.equipe-details{
	font-size: 0.8rem;
}
.composition-grid-item-thumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.composition-grid-item{
	margin-bottom: 2rem;
}
.composition-grid-item-content{
	background-color: black;
	height: 100%;
}
.composition-grid-item a{
	display: block;
	background-color: black;
	transition: all 0.3s ease-in-out;
	height: 100%;
}
.composition-grid-item a:hover{
	display: block;
	color:black;
	background-color: rgba(254,217,0,1);
	text-decoration: none;
}
.composition-grid-item-thumb,
.composition-grid-item-title{
	width: 50%;
}
.composition-grid-item-title{
	padding: 1rem;
	text-align: center;
	font-weight: bold;
	line-height: 1.1;
}

.composition-grid-item-title h4{
	font-size: 4.5rem;
	font-weight: bold;
	margin:0;
	line-height: 1;
}
.composition-grid-item-title h5{
	font-size: 0.8rem;
	font-weight: normal;
	margin:1em 0 0 0;
	line-height: 1;
}

/* TABLE */

th{
	color:black;
	background-color: rgba(254,217,0,1);
	border-bottom: 0px solid !important;
}


/* CALENDRIER */

.tribe-common .tribe-common-l-container{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0;
}
.single-tribe_events .tribe-events-content{
	color: white;
}

.single-tribe_events .tribe-events-single .tribe-events-event-meta {
    color:rgba(254,217,0,1);
}
.tribe-events-meta-group .tribe-events-single-section-title {
    color:white;
	}
.tribe-common {
	max-width: 1110px;
	margin: 0 auto;
	background-color: black;
	padding: 2rem;
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:focus, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:hover, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:focus, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:hover {
    color: white;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__body {
	border-top: 1px solid #e4e4e4;
	background: #333;
}

.post-type-archive-tribe_events .site-content a, .post-type-archive-tribe_events .site-content a:link, .post-type-archive-tribe_events .site-content a:visited,
.single-tribe_events .site-content a, .single-tribe_events .site-content a:link, .single-tribe_events .site-content a:visited {
	color: rgba(254,217,0,1);
}

a.tribe-common-c-btn-border-small {
	color: black !important;
}

.tribe-common a, .tribe-common a:active, .tribe-common a:focus, .tribe-common a:hover, .tribe-common a:visited {
	color: rgba(254,217,0,1);
}
.tribe-events-cal-links,
.tribe-events-c-ical{
	display: none !important;
}

h1.tribe-events-single-event-title,
.tribe-events-schedule h2,
h2.tribe-events-single-section-title{
	color: rgba(254,217,0,1);
}

.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn{
	background-color: rgba(254,217,0,1);
	color: black;
}
.tribe-common .tribe-common-c-btn:focus, .tribe-common .tribe-common-c-btn:hover, .tribe-common a.tribe-common-c-btn:focus, .tribe-common a.tribe-common-c-btn:hover {
    background-color: black;
    color: rgba(254,217,0,1);
}

.tribe-events .tribe-events-calendar-list__event-date-tag-datetime,
.tribe-events .tribe-events-calendar-latest-past__event-date-tag-datetime {
	  background-color: rgba(254,217,0,1) !important;
	  padding-top: 0.5em !important;
	  margin-right: 5px !important;
  }
  .tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
	  color: rgba(0,0,0,1) !important;
  }
  .tribe-events-calendar-list__event-date-tag-datetime .tribe-common-h4--min-medium {
	  color: rgba(0,0,0,1) !important;
	  font-size: 2.5rem !important;
  }






  .single-tribe_events .tribe-events-single-event-title {
    color: rgba(255,255,255,1) !important;
    font-weight: 300 !important;
	font-size: 3rem !important;
   }

   .tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
    font-weight: 300 !important;
	font-size: 3rem !important;
}

	.tribe-common-g-col .tribe-common-h4--min-medium {
    font-weight: 600 !important;
}

 .tribe-events-before-html{
	 margin-bottom: 2rem !important;
 }
 .single-tribe_events .tribe-events-event-meta {
    border: 0px solid #eee !important;
}

 .tribe-common  .tribe-events-before-html img{
	 margin-bottom: 2rem !important;
 }
.tribe-events-after-html{
	  margin-top: 2rem !important;
  }
 .tribe-common .tribe-events-after-html p{
	 margin-bottom: 1rem;
 }

#tribe-events-pg-template, .tribe-events-pg-template {
	margin: 0 auto;
	max-width: 1140px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
	padding-bottom: 160px;
	padding-top: 0px;
	padding-left:0px;
	padding-right: 0px;
	min-height: 700px;
}
.calendar-printbar{
	text-align: right;
	width: 100%;
	font-weight: bold;
}
.tribe-common .tribe-common-b2,
.tribe-common .tribe-common-h3,
.tribe-events-calendar-latest-past__event-datetime-wrapper.tribe-common-b2,
.tribe-events .tribe-events-calendar-latest-past__event-datetime,
.tribe-common .tribe-common-h5 {
    color: #fff;
    }
.tribe-events-calendar-latest-past__event-date-tag-daynum.tribe-common-h5.tribe-common-h4--min-medium,
.tribe-events .tribe-events-calendar-latest-past__event-date-tag-month{
	color: black;
	font-weight: bold !important;
}

.tribe-common .tribe-common-h4,
.tribe-events .tribe-events-calendar-month__day-date-daynum {
    color: rgba(255,255,255,0.6) !important;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.42;
}
 body .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date,
 body .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link,
 body .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-daynum {
    color: rgba(254,217,0,1) !important;
    font-weight: 700;
}
.tribe-common .tribe-common-anchor-thin-alt {
    border-bottom: 1px solid rgba(254,217,0,1) !important;
    color: rgba(254,217,0,1) !important;
    transition: color .2s ease;
}
.tribe-common .tribe-common-c-svgicon {
    color: rgba(254,217,0,1) !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-row {
    border-bottom: 1px solid white;
    padding-bottom: 3rem;
}


/* SINGLE */
.nav-title {
	color: rgba(255,255,255,0.8);
}
.nav-title:hover {
	color: rgba(255,255,255,1);
}
.single .thumbnail-resized{
	margin-bottom: 3em;
}


/* JOUEURS */
.joueurs-details-col:nth-of-type(2){
	background-color: black;
}
.joueurs-details-col .details-item-value{
	font-size: 2.5rem;
	font-weight: 300;
}

/* MAP */

#map{
	min-height: 400px;
}

/* blockquote */
blockquote{
	color:  rgba(254,217,0,1);
	font-size:3em;
	font-family: 'gt_americaextended_bold', sans-serif;
}

/* GALLERY */
.vbox-content > img{
	max-height: 85vh;
}
/* LOGOS BLOCK */

body .dev_logos_block_item img[src$=".svg"],
body .dev_logos_block_item img[src$=".jpg"],
body .dev_logos_block_item img[src$=".jpeg"],
body .dev_logos_block_item img[src$=".png"] {
    mix-blend-mode: normal;
    invert: 100%;
    filter: invert(1) grayscale(100%);
    opacity: 1;
}

/* SHOP */

.entry-content  ul.wc-block-grid__products li::before,
.entry-content  ul.products li::before {
	display: none;
}
.wc-block-grid__products {
	padding: 0 !important;
}
.wc-block-grid__product .wc-block-grid__product-title {
    margin: 0 0 12px;
    font-size: 2em;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-size: 2em;
}

.wp-block-cover .wp-block-cover__inner-container{
	max-width: 1140px;
}
body .entry-content .alignwide,
body .entry-content .alignfull{
	margin-top:0;
	margin-bottom: 0;
}

.post-navigation{
	border-top: 1px solid white;
	margin-top: 4rem;
	padding: 2rem 0;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	background-color: rgba(254,217,0,1);
	color: black;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
	background-color: rgba(254,217,0,0.7);
	color: black;
}


.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
	background-color: black ;
	color: rgba(254,217,0,1);
}
.woocommerce ul.products li.product .price{
	color: white;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: rgba(254,217,0,1);
	color: black;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: black;
	color: rgba(254,217,0,1);
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: white;
	font-size: 2em;
}
.woocommerce-message {
	border-top-color: rgba(254,217,0,1);
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	padding: 1em 2em 1em 3.5em;
	margin: 0 0 2em;
	position: relative;
	background-color: white;
	color: #000;
	border-top: 3px solid rgba(254,217,0,1);
	list-style: none outside;
	width: auto;
	word-wrap: break-word;
}
.woocommerce-cart-form,
.shop_table,
.woocommerce-terms-and-conditions-wrapper{
	color:black;
}
.woocommerce-cart-form__cart-item a{
	color:black;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	max-width: none;
}

form.checkout.woocommerce-checkout{
	background-color: white;
	color:black;
	padding:2rem 0;
}
.entry-content table tr:nth-child(2n+1) {
	background: transparent;
}
.entry-content table tr:nth-child(2n) {
	background: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: black;
	text-shadow: inherit;
}

.woocommerce input[type="text"],.woocommerce input[type="email"],.woocommerce  input[type="url"], .woocommerce input[type="password"],.woocommerce  input[type="search"], .woocommerce input[type="number"], .woocommerce input[type="tel"], .woocommerce input[type="range"], .woocommerce input[type="date"], .woocommerce input[type="month"], .woocommerce input[type="week"], .woocommerce input[type="time"], .woocommerce input[type="datetime"],.woocommerce  input[type="datetime-local"], .woocommerce input[type="color"], .woocommerce textarea {
	color:black;
	border-radius: 0;
}
.woocommerce input[type="text"]:focus, .woocommerce input[type="email"]:focus, .woocommerce input[type="url"]:focus, .woocommerce input[type="password"]:focus, .woocommerce input[type="search"]:focus, .woocommerce input[type="number"]:focus, .woocommerce input[type="tel"]:focus, .woocommerce input[type="range"]:focus, .woocommerce input[type="date"]:focus, .woocommerce input[type="month"]:focus,.woocommerce  input[type="week"]:focus, .woocommerce input[type="time"]:focus, .woocommerce input[type="datetime"]:focus, .woocommerce input[type="datetime-local"]:focus, .woocommerce input[type="color"]:focus, .woocommerce textarea:focus {
	color: black;
}

.woocommerce-cart-form, .shop_table, .woocommerce-terms-and-conditions-wrapper {
	color: white;
}
.woocommerce-cart-form__cart-item a {
	color: white;
}

.woocommerce label {
	margin-right: 1rem;
}

form.checkout.woocommerce-checkout {
	background-color: transparent;
	color: white;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: transparent;
	border-radius: 5px;
}
.entry-content .woocommerce ul li::before {
	display: none;
}

/* FORM */
.wpcf7-form label,
.wpcf7-form label input
{
	width:100%;
}
.wpcf7-form button,
.wpcf7-form input[type="button"],
.wpcf7-form input[type="reset"],
.wpcf7-form input[type="submit"] {
    border: 0px solid;
    border-radius: 0px;
    background:   rgba(254,217,0,1);
    color: rgba(255, 255, 255, 1);
    font-size: 1em;
    line-height: 1;
    padding: 1em 2em;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}
.wpcf7-form button:hover,
.wpcf7-form input[type="button"]:hover,
.wpcf7-form input[type="reset"]:hover,
.wpcf7-form input[type="submit"]:hover{
	background: rgba(0, 0, 0, 1);
}


/* PROJECTS GRID */


.parallax-window {
    min-height: 400px;
    background: transparent;
}




/* BREADCRUMBS */
#breadcrumbs{
	padding: 2em 0;
	font-size: 0.8em;
}



/* ARCHIVE */

.alllink{
	padding: 1em;
	text-align: center;
	font-weight: bold;
}


/* FORM */
.wpcf7 input{
	background: transparent;
	border: 0;
	border-bottom: 1px solid #ccc;
}
.wpcf7 textarea{
	background: transparent;
	border: 0;
	background-attachment: local;
	  background-image:
	    linear-gradient(to right, transparent 10px, transparent 10px),
	    linear-gradient(to left, transparent 10px, transparent 10px),
	    repeating-linear-gradient(transparent, transparent 30px, #ccc 30px, #ccc 31px, #ccc 31px);
	  line-height: 31px;
	  height:150px;

}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color:rgba(254,217,0,1);
    border-radius: 0;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
	color:rgba(254,217,0,1);
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.5);
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.5);
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(0, 0, 0, 0.5);
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(0, 0, 0, 0.5);
}

/* FOOTER */
.site-footer{
	margin-top: 5rem;
	padding: 3rem 0 5rem 0;
	background-color:   rgba(254,217,0,1);
	color: black;
}
.home .site-footer{
	margin-top: 0rem;
}
.site-footer .container{
	font-size: 0.85em;
}
.site-footer h2{
	font-size: 1.2rem;
}
.site-footer a{
	text-decoration: none;
	color: black;
}
.site-footer a:hover{
	color: black;
	text-decoration: underline;
}
.copyright-box,
.site-info{
	font-size: 0.75em;
}
.top-button.back-to-top{
	z-index: 2000;
}






/* MEDIA QUERIES */
@media only screen and (min-width: 420px) {
	.scrolldownboxposition{
		bottom:20px;/* 20px*/
	}
	/* COLUMNS */

	.one_half {
	    width: 45% !important;
	    margin-right: 10% !important;
	}
	.one_half.last_column {
	    width: 45% !important;
	    margin-right: 0px !important;
	}
	.one_third {
	    width: 32% !important;
	    margin-right: 2% !important;
	}
	.one_third.last_column {
	    width: 32% !important;
	    margin-right: 0px !important;
	}
	.two_third {
	    width: 66% !important;
	    margin-right: 2% !important;
	}
	.two_third.last_column {
	    width: 66% !important;
	    margin-right: 0px !important;
	}

}

@media only screen and (min-width: 768px) {

	body .navbar-toggler {
		transform: scale(2);
		top:40px;
		right:40px;
	}
	.slider-item-background{
		min-height: calc(100vh - 120px);
	}
	.home .slider-item-background{
		min-height: calc(100vh - 120px);
	}

	.slider-content h3{
		font-size: 1.1rem;
	}
	.slider-content h3:after{
		width:50px;
		height: 4px;
	}
	.slider-content h1{
		font-size: 7rem;
	}
	.slider-content h1 em{
		font-weight: 400;
	}
	.scrolldownbox a {
	  bottom: 7em;
	}

	.block-thumbnail .row div:first-of-type{
		padding-right: 15px;
	}
	.block-thumbnail .row div:last-of-type{
		padding-left: 15px;
	}

}
@media only screen and (min-width: 990px) {


	.site-header .container,
	.site-header .container-fluid{
		padding: 2rem;
	}
	h1.site-title, p.site-title{
		margin:0;
	}

	h1.site-title a,
	p.site-title a{
		width:100px;
		height: 100px;
	}

	.site-footer .container-fluid{
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.navbar-light .navbar-nav li{
		margin-left: 2rem;
	}

	.dropdown-menu{
		border-radius: 0rem;
		border: 0;
		color: white;
		top: 80%;
		background-color: black;
		font-weight: 600;
	}
	.dropdown-item{
		font-weight: 600;
	}
	.dropdown-item.active, .dropdown-item:active {
		color: black;
		text-decoration: none;
		background-color: rgba(254,217,0,1);
	}

	.main-nav--sticky{
		width: 100%;
		position: fixed;
		top:0;
		right: 0;
		left: 0;
		background-color: white;
		-moz-box-shadow:0 5px 5px rgba(0, 0, 0, 0.4);
	     -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
	     box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
	     animation:slide-down 0.7s;
		 z-index: 100;
		 background-color: black;
	}

	 .site-header.main-nav--sticky .container,
	.site-header.main-nav--sticky .container-fluid{
		padding: 1rem 2rem;
	}

	.main-nav--sticky h1.site-title a,
	.main-nav--sticky p.site-title a{
		display: inline-block;
		width:60px;
		height: 60px;
	}
	.main-nav--sticky h1,
	.main-nav--sticky p{
		margin: 0;
	}





	@keyframes slide-down {
	    0% {
	        opacity: 0;
	        transform: translateY(-100%);
	    }
	    100% {
	        opacity: 0.9;
	        transform: translateY(0);
	    }
	}


}


/* Change responsive menu breakpoint (large desktops, 1200px and up) */
@media (max-width: 1400px) {
    .navbar-header {
	    float: right;
	}
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
        transition: none !important;
    }
    .navbar-collapse.collapse.show {
        display: flex!important;
    }
    .navbar-nav {
        float: none!important;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu{
		position: static;
	}
    .navbar-expand-lg .navbar-nav {
        -webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
    border:0;
    transition: none !important;
	}

	body .navbar-nav>li {
        float: none;
        margin-bottom: 0.2rem;
        text-align: center;
    }

    body .navbar-nav>li>a {
        padding-top: 0;
        padding-bottom: 0;
        font-size: 1.2rem;
    }

    body .navbar-light .navbar-nav .nav-link {
	    color:  black;
	    border-bottom: 0 solid black !important;
	    padding: 0.5em;
	}
	body .navbar-light .navbar-nav .nav-link:focus,
	body .navbar-light .navbar-nav .nav-link:hover {
	    color: white;
	}
	.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .current-menu-item .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
	    color: rgba(254,217,0,1);
	    border-bottom: 0 solid black !importants;
		background-color: black;
	}

        .collapse.in{
        display:block !important;

    }
    .navbar-collapse,
    .navbar-collapse.collapse{
	    background-color: rgba(254,217,0,1);
	    z-index: 10;
	    position: fixed;
	    top:0;
	    right:0;
	    bottom:0;
	    left:0;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -webkit-justify-content: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    -webkit-align-content: center;
	    -ms-flex-line-pack: center;
	    align-content: center;
	    -webkit-align-items: center;
	    -ms-flex-align: center;
	    align-items: center;
    }
    .navbar-collapse.collapse{
	    opacity: 1;
	    transition: opacity 0.15s ease-in-out !important;
	    transition-delay: 0 !important;
    }
    .navbar-collapse.collapsing{
	    opacity: 0;
    }
    .dropdown-menu{
	    margin: 0;
		border: 0;
		border-radius: 0;
    }
	a.dropdown-item {
	    color:black;
    }
    a.dropdown-item:focus, a.dropdown-item:hover {
	    background-color: black;
	    color: rgba(254,217,0,1);
    }
    a.dropdown-item.active,a.dropdown-item:active{
	    background-color: black;
	    color: rgba(254,217,0,1);
    }




    .navbar-toggle {
	border: none;
	background: transparent !important;
	}

	.navbar-toggle:hover {
		background: transparent !important;
	}

	.navbar-toggle .icon-bar {

		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	}


	.navbar-expand-lg .navbar-toggler {
	    display: block;
	}


    /* ANIMATED X */
	.navbar-toggle.x .icon-bar:nth-of-type(1) {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transform-origin: 10% 10%;
		-ms-transform-origin: 10% 10%;
		transform-origin: 10% 10%;

	}

	.navbar-toggle.x .icon-bar:nth-of-type(2) {
		opacity: 0;
		filter: alpha(opacity=0);
	}

	.navbar-toggle.x .icon-bar:nth-of-type(3) {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transform-origin: 10% 90%;
		-ms-transform-origin: 10% 90%;
		transform-origin: 10% 90%;
	}

	/* ANIMATED X COLLAPSED */
	.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		background-color: white;
	}
	.navbar-toggle.x.collapsed.content-icon .icon-bar:nth-of-type(1){
		background-color: black;
	}


	.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
		opacity: 1;
		filter: alpha(opacity=100);
		background-color: white;
	}
	.navbar-toggle.x.collapsed.content-icon .icon-bar:nth-of-type(2) {
		background-color: black;
	}

	.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		background-color: white;
	}
	.navbar-toggle.x.collapsed.content-icon .icon-bar:nth-of-type(3) {
		background-color: black;
	}
	/* END ANIMATED X */


  }

@media screen and (max-width: 767px) {
	.navbar-nav{
	width: 100%
}
} 