/*
Theme Name: Garibaldi Theme
Theme URI: https://13node.com
Description: Garibaldi is a simple theme for Wordpress.
Version: 1.0
Author: 13Node
Author URI: https://13node.com
Tags: Garibaldi, Light
*/

@import url("https://fonts.googleapis.com/css?family=DM Sans:300,300i,400,400i,700,700i&display=swap");
@import url("https://fonts.googleapis.com/css?family=EB Garamond:300,300i,400,400i,700,700i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Forum:300,300i,400,400i,700,700i&display=swap");

html {
  scroll-behavior: smooth;
}
body {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #393939;
  text-align: left;
}
body.admin-bar .fixed-top {
  top: 28px;
}
.pattern-image {
	width: 100px;
	margin:auto;
	padding-bottom: 100px;
}
.title {
	padding-top: 200px;
	font-family: "Forum", sans-serif;
	font-size: 3.5rem;
	color: #fff;
	margin-bottom: -10px;
}
.navbar {
	padding: 1rem 1rem;
}
.navbar-brand {
  max-width: 75%!important;
}
.navbar-brand img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(163deg) brightness(100%) contrast(103%);
}
.navbar-light .navbar-toggler {
  border: 0px;
}
#navbar {
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
	-webkit-transition: top 0.6s;
	  -moz-transition: top 0.6s;
	  transition: top 0.6s;
}
#headernav {
	color: #ffffff;
}
#headernav a {
  color: #ffffff;
  text-decoration: none;
}
#headernav a:hover {
  color: rgb(228,197,144);
  text-decoration: none;
}
.header {
	border-bottom: 1px solid rgba(255,255,255,0.20);
	padding-top: 5px !important;
}
.hamburger {
  display: flex;
  align-self: center;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 24px;
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
}

.hamburger span {
  /* align-self: flex-end; */
  height: 2px;
  width: 83.33333333%;
  background: #ffffff;
  transition: all 400ms ease-in-out;
}

.hamburger .meat {
  width: 100%;
  transition: all 200ms ease-in-out;
}

.hamburger .bottom-bun {
  width: 58.33333333%;
  transition: all 100ms ease-in-out;
}

.hamburger:hover span {
  width: 100%;
}

html:not(.body-menu-opened) .hamburger .top-bun {
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
          animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}

html:not(.body-menu-opened) .hamburger .meat {
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
          animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}

html:not(.body-menu-opened) .hamburger .bottom-bun {
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
          animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
}

@-webkit-keyframes burger-hover {
  0% {
    width: 100%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}

@keyframes burger-hover {
  0% {
    width: 100%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}
.imgLogo {
	max-width:40%;
}
.bg-novideo-wrap {
	background-color: #202020;
	background-position: center center;
	background-size: cover;
	display: flex;
}
.bg-video-overlay {
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9;
        background: rgba(0,0,0,0.4);
}
.bg-novideo-overlay {
        width: 100%;
        height: 100%;
        position: relative;
        top: 0;
        left: 0;
        z-index: 9;
        background: rgba(0,0,0,0.4);
}
.bg-video-wrap video {
    position: absolute;
    top: 0;
    left: 0;
	min-width: 100%;
	min-height: 90vh;
	object-fit: cover;
	z-index: 1;
}
.bg-video-wrap {
    position: relative;
	overflow: hidden;
	height: 80vh;
}

/* FOOTER */
#back_to_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  color: rgb(14,13,11);
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  border: 1px rgb(228,197,144);
  z-index: 100;
  cursor: pointer;
  background: rgb(228,197,144);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
  border-radius: 50%;
  display: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#back_to_top:hover{
    background: #ffffff;
    color: rgb(228,197,144);
    box-shadow:0px 0px 25px 0px rgba(0,0,0,0.25);
}

.wpc-category-title {
	font-size: 16px!important;
	letter-spacing: 0px;
}
.wpc-single-cat-item .wpc-cat-thumb {
  background-size: 80%!important;
  background-position: top !important;
}
/* DESKTOP ONLY */
@media only screen and (min-width: 1024px) {
	.mx-logo {
		margin-right: auto!important;
		margin-left: auto!important;
	}
}
/* LIMBO ONLY */
@media only screen and (min-width: 451px) {
  .bg-video-wrap video {
	width: 100%;
  }
}
/* MOBILE */
@media only screen and (max-width: 769px) {
	.trecemobileswap {
		display: flex !important;
		flex-direction: column-reverse;
	}
	.wpc-single-cat-item .wpc-cat-thumb {
	  background-size: 50%!important;
	  background-position: top !important;
	}
}
@media only screen and (max-width: 450px) {
  .bg-video-wrap video {
	height: 80vh;
  }
  .bg-video-wrap {
	height: 80vh;
  }
}