
.badge2 {
  box-sizing: border-box;
  display: inline-block;
  background-color: #2c3e50;
  color: #ffffff;
  border-radius: 0.3rem;
  text-align: center;

  padding: 0.01rem 0.09rem;
  line-height: inherit;
}
.badge2--info {
  background-color: rgba(182,8,8,1);
}
.body-gradient {
	background: rgba(54,57,70,1);
	background-size: 400% 400%;
	animation: gradient 30s ease infinite;
	height: 100vh;
}

.gradient {
  background: rgb(54,57,70);
  background: linear-gradient(0deg, rgba(54,57,70,1) 0%, rgba(182,8,8,1) 100%);
}

.grid-container {
  display: grid;
  grid-gap: 10px;
  padding: 10px;
}

.grid-item {
  text-align: center;
  padding: 20px;
}

.item1 {
  grid-column: 1;
  grid-row: 1;
}

.item2 {
  grid-column: 2;
  grid-row: 1;
}

.item3 {
  grid-column: 2;
  grid-row: 2;
}

/* vid buttons  */

.content1 {
  position: fixed;
  bottom: 0;
  background: transparent;
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

/* Responsive conf */

.img-responsive {
  max-width: 100%;
  height: auto;
}

.img-logo {
  min-width: 350px;
}

.hide-menu {
  color: transparent;
}

.greencolor {
  color: aqua;
}

/*Responsive pages */

@media only screen and (max-width: 1920px) {
  .fix-header {
    height: 1080px;
    width: 1920;
  }
}

@media only screen and (max-device-width: 1900px) {

}

@media only screen and (max-device-width: 1366px) {

}

@media only screen and (max-device-width: 1286px) {

}

/* responsive pages for device width noraml (720) size: */

@media only screen and (min-device-width: 415px) {
  .fix-carlos {
    padding-top: 130px;
    padding-bottom: 200px;
  }

  .remplace-image {
    width: 0px;
    height: 0px;
    margin: 0px;
  }

  .remplace-video {
    margin-bottom: 20%;
  }

  .fix-video {
    height: 0px;
    width: 0px;
  }

  #gradient-canvas {
    width: 100%;
    height: 16%;
    --gradient-color-2: #363946;
    --gradient-color-1: #b60808;
    --gradient-color-4: #363946;
    --gradient-color-3: #b60808;
  }

  .fix-canvas {
    bottom: -32px;
  }
}

/* responsive pages for device width phone size: */

@media only screen and (max-device-width: 414px) {
  .hide-menu {
    color: white;
    z-index: 5;
  }

  .fix-canvas {
    max-height: 1350px;
  }

  .pos-menu {
    margin-top: 630px;
    z-index: 5;
  }

  .hide-nav {
    padding-bottom: 0px;
    padding-top: 0px;
    z-index: 1;
  }

  .fix-carlos {
    padding-top: 140px;
  }

  .size-logo {
    min-width: 97%;
  }

  .responsive-x {
    width: 0px;
    height: 0px;
    font-size: 0px;
  }

  .content1 {
    width: 0px;
    height: 0px;
    padding: 0px;
  }

  .btn-hide {
    width: 0px;
    height: 0px;
    padding: 0px;
    opacity: 0;
  }

  .btn-outline-light {
    width: 0px;
    height: 0px;
    padding: 0px;
    opacity: 0;
  }

  .fix-size {
    height: 915px;
  }

  .remplace-image {
    margin-bottom: 10%;
  }

  .fix-video {
    bottom: 100px;
  }

  .remplace-video {
    height: 740px;
  }

  #gradient-canvas {
    width: 100%;
    height: 43%;
    --gradient-color-2: #363946;
    --gradient-color-1: #b60808;
    --gradient-color-4: #363946;
    --gradient-color-3: #b60808;
  }

  .text-responsive {
    text-align: center;
  }
}

.wave-container {
  position: relative;
  background: rgb(54,57,70);
  background: linear-gradient(0deg, rgba(182,8,8,1) 0%, rgba(54,57,70,1) 100%);
  color: #FFF;
  text-align: center;
  overflow: hidden;
}

/*buttons*/

.btn1 {
  border-radius: 5px;
  padding: 10px 29px;
  text-decoration: none;
  margin: 0px;
  color: #fff;
  position: relative;
  display: inline-block;
  border: none;
}

:root {
  --btn1: background-color: rgb(65 68 84);
  --btn1hover: rgb(47, 48, 51);
 /* --btn1shadow: rgb(30, 32, 39); */
}

.btn1:active {
  transform: translate(0px, 5px);
  -webkit-transform: translate(0px, 5px);
  /*box-shadow: 0px 1px 0px 0px var(--btn1shadow);*/
}

.btn1color {
  background-color: rgb(65 68 84);
  /*box-shadow: 0px 7px 0px 0px var(--btn1shadow);*/
}

.btn1color:hover {
  background-color: var(--btn1hover);
  text-decoration: none;
  color: whitesmoke;
}

.btn2 {
  border-radius: 5px;
  padding: 10px 29px;
  text-decoration: none;
  margin: 0px;
  color: #fff;
  position: relative;
  display: inline-block;
  border: none;
}

.btn2:active {
  transform: translate(0px, 5px);
  -webkit-transform: translate(0px, 5px);
  /*box-shadow: 0px 1px 0px 0px #7F0505;*/
}

.btn2color {
  background-color: rgba(182,8,8,1);
  /*box-shadow: 0px 7px 0px 0px #7F0505;*/
}

.btn2color:hover {
  background-color: #BD2020;
  text-decoration: none;
  color: whitesmoke;
}

/*Card trick*/

.flip {
  position: relative;
}

.flip > .front,
.flip > .back {
  display: block;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 0.5s;
  transition-property: transform, opacity;
}

.flip > .front {
  transform: rotateY(0deg);
}

.flip > .back {
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transform: rotateY(-180deg);
}

/*.flip:hover > .front {
  transform: rotateY(180deg);
}*/

.flip:hover > .back {
  opacity: 1;
  transform: rotateY(0deg);
}

.flip.flip-vertical > .back {
  transform: rotateX(-180deg);
}

.flip.flip-vertical:hover > .front {
  transform: rotateX(180deg);
}

.flip.flip-vertical:hover > .back {
  transform: rotateX(0deg);
}

.flip {
  position: relative;
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 1em;
  width: 300px;
}

.flip > .front,
.flip > .back {
  display: block;
  color: white;
  width: inherit;
  background-size: cover !important;
  background-position: center !important;
  height: 500px;
  padding: 1em 2em;
  background: #363946;
  border-radius: 10px;
}

.flip > .front p,
.flip > .back p {
  font-size: 0.9125rem;
  line-height: 160%;
  color: #999;
}

.text-shadow {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.04), 2px 2px rgba(0, 0, 0, 0.04), 3px 3px rgba(0, 0, 0, 0.04), 4px 4px rgba(0, 0, 0, 0.04), 0.125rem 0.125rem rgba(0, 0, 0, 0.04), 6px 6px rgba(0, 0, 0, 0.04), 7px 7px rgba(0, 0, 0, 0.04), 8px 8px rgba(0, 0, 0, 0.04), 9px 9px rgba(0, 0, 0, 0.04), 0.3125rem 0.3125rem rgba(0, 0, 0, 0.04), 11px 11px rgba(0, 0, 0, 0.04), 12px 12px rgba(0, 0, 0, 0.04), 13px 13px rgba(0, 0, 0, 0.04), 14px 14px rgba(0, 0, 0, 0.04), 0.625rem 0.625rem rgba(0, 0, 0, 0.04), 16px 16px rgba(0, 0, 0, 0.04), 17px 17px rgba(0, 0, 0, 0.04), 18px 18px rgba(0, 0, 0, 0.04), 19px 19px rgba(0, 0, 0, 0.04), 1.25rem 1.25rem rgba(0, 0, 0, 0.04);
}

/* breweries styles */

.breweries {
  padding: 2rem;
}

.breweries > ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(192px, 1fr));
  grid-gap: 1rem;
}

.breweries > ul > li {
  border-radius: .5rem;
}

.breweries > ul > li > figure {
  max-height: 220px;
  overflow: hidden;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  position: relative;
}

.breweries > ul > li > figure > img {
  width: 90%;
}

.breweries > ul > li > figure > figcaption {
  position: absolute;
  bottom: 0;
  background-color: rgba(0,0,0,.7);
  width: 100%;
}

.breweries > ul > li > figure > figcaption > h3 {
  color: white;
  padding: .75rem;
  font-size: 1.25rem;
}

.breweries > ul > li > p {
  font-size: 1rem;
  line-height: 1.5;
  padding: 1rem .75rem;
  color: #666666;
}

.breweries > ul > li > a {
  padding: .5rem 1rem;
  margin: .5rem;
}

figure {
  width: 60%;
  display: flex;
  margin: auto;
}

::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: start !important;
  color: transparent;
}

.shake:hover {
  /* Start the shake animation and make the animation last for 0.5 seconds */
  animation: shake 0.5s;
  /* When the animation is finished, start again */
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }

  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }

  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }

  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }

  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }

  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }

  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }

  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }

  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }

  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }

  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

body {
  /*Firefox*/
  scrollbar-color: #09C transparent;
  scrollbar-width: thin;
}

/*Webkit*/

body::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

body::-webkit-scrollbar-track {
  background-color: transparent;
}

body::-webkit-scrollbar-thumb {
  background-color: red;
}

/*cool footer*/

.deneb_footer .widget_wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .deneb_footer .widget_wrapper .widget {
    margin-bottom: 40px;
  }
}

.deneb_footer .widget_wrapper .widget .widget_title {
  margin-bottom: 30px;
}

.deneb_footer .widget_wrapper .widget .widget_title h4 {
  font-weight: bold;
}

.deneb_footer .widget_wrapper .widget .widget_title h4:after {
  content: "";
  display: block;
  background: url(../images/shape/line.png) no-repeat;
  max-width: 38px;
  height: 2px;
  margin-top: 5px;
}

.deneb_footer .widget_wrapper .widegt_about p {
  margin-bottom: 20px;
}

.deneb_footer .widget_wrapper .widegt_about .social li {
  display: inline-block;
  margin-right: 10px;
}

.deneb_footer .widget_wrapper .widegt_about .social li a {
  display: block;
  width: 57px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  border-radius: 50%;
  background-color: white;
  color: rgba(182,8,8,1);
  font-size: 25px;
  -webkit-transition: all all 0.5s ease-out 0s;
  -moz-transition: all all 0.5s ease-out 0s;
  -ms-transition: all all 0.5s ease-out 0s;
  -o-transition: all all 0.5s ease-out 0s;
  transition: all all 0.5s ease-out 0s;
}

.deneb_footer .widget_wrapper .widegt_about .social li a:hover,
.deneb_footer .widget_wrapper .widegt_about .social li a:focus {
  background-image: -moz-linear-gradient(0deg, rgb(134, 7, 7) 0%, rgba(182,8,8,1) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(134, 7, 7) 0%, rgba(182,8,8,1) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(134, 7, 7) 0%, rgba(182,8,8,1) 100%);
  color: #fff;
  box-shadow: 2.5px 4.33px 15px 0px rgba(182,8,8,1);
}

.deneb_footer .widget_wrapper .widget_link ul li {
  margin-bottom: 5px;
}

.deneb_footer .widget_wrapper .widget_link ul li a {
  text-transform: capitalize;
  color: white;
}

.deneb_footer .widget_wrapper .widget_link ul li a:hover,
.deneb_footer .widget_wrapper .widget_link ul li a:focus {
  color: rgba(182,8,8,1);
}

.deneb_footer .widget_wrapper .widget_contact .contact_info .single_info {
  max-width: 250px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.deneb_footer .widget_wrapper .widget_contact .contact_info .single_info .icon {
  font-size: 12px;
  color: rgba(182,8,8,1);
  margin-right: 10px;
}

.deneb_footer .widget_wrapper .widget_contact .contact_info .single_info .info p a {
  color: white;
}

.deneb_footer .widget_wrapper .widget_contact .contact_info .single_info .info p span {
  display: block;
}

.deneb_footer .copyright_area {
  background: #edecf0;
  padding: 10px 0;
}

.deneb_footer .copyright_area .copyright_text {
  text-align: center;
}

.deneb_footer .copyright_area .copyright_text p {
  color: #011a3e;
}

.deneb_footer .copyright_area .copyright_text p span {
  color: rgba(182,8,8,1);
}

.deneb_cta .cta_wrapper {
  padding: 45px 50px 42px;
  max-width: 970px;
  border-radius: 15px;
  margin: auto;
  margin-bottom: -135px;
  position: relative;
  background-image: -moz-linear-gradient(0deg, rgba(182,8,8,1) 0%,  rgb(134, 7, 7) 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(182,8,8,1) 0%,  rgb(134, 7, 7) 100%);
  background-image: -ms-linear-gradient(0deg, rgba(182,8,8,1) 0%,  rgb(134, 7, 7) 100%);
  box-shadow: 2.5px 4.33px 15px 0px rgba(182,8,8,1);
  z-index: 1;
}

.deneb_cta .cta_wrapper:after {
  content: "";
  background: url(../images/shape/cta_shape.png) no-repeat;
  background-position: bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.deneb_cta .cta_wrapper .cta_content h3 {
  color: #fff;
  font-weight: bold;
}

@media (max-width: 767px) {
  .deneb_cta .cta_wrapper .cta_content h3 {
    font-size: 24px;
  }
}

.deneb_cta .cta_wrapper .cta_content h3:after {
  content: "";
  display: block;
  background: url(../images/shape/line_2.png) no-repeat;
  max-width: 110px;
  height: 2px;
  margin-top: 13px;
  margin-bottom: 24px;
}

.deneb_cta .cta_wrapper .cta_content p {
  color: #fff;
}

.deneb_cta .cta_wrapper .button_box {
  float: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deneb_cta .cta_wrapper .button_box {
    float: none;
    text-align: left;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .deneb_cta .cta_wrapper .button_box {
    float: none;
    text-align: center;
    margin-top: 30px;
  }
}

.deneb_cta .cta_wrapper .button_box .deneb_btn {
  background: #fff;
  color: #011a3e;
}

.deneb_cta .cta_wrapper .button_box .deneb_btn:hover,
.deneb_cta .cta_wrapper .button_box .deneb_btn:focus {
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
}

#contact {
  width: 100%;
  height: 100%;
}

.section-header {
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
  font: 300 60px 'Oswald', sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.contact-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  max-width: 840px;
}

/* Left contact page */

.form-horizontal {
  /*float: left;*/
  max-width: 400px;
  font-family: 'Lato';
  font-weight: 400;
}

.form-control,
textarea {
  max-width: 400px;
  
  
  letter-spacing: 1px;
}

.send-button {
  margin-top: 15px;
  height: 39px;
  width: 300px;
  overflow: hidden;
  transition: all .2s ease-in-out;
}

.alt-send-button {
  width: 270px;
  height: 34px;
  transition: all .2s ease-in-out;
}

.send-text {
  display: block;
  margin-top: 10px;
  font: 700 12px 'Lato', sans-serif;
  letter-spacing: 2px;
}

.alt-send-button:hover {
  transform: translate3d(0px, -29px, 0px);
}

/* Begin Right Contact Page */

.direct-contact-container {
  max-width: 400px;
}

/* Location, Phone, Email Section */

.contact-list {
  list-style-type: none;
  margin-left: -30px;
  padding-right: 20px;
}

.list-item {
  line-height: 4;
  color: #aaa;
}

.contact-text {
  font: 300 18px 'Lato', sans-serif;
  letter-spacing: 1.9px;
  color: #bbb;
}

.place {
  margin-left: 62px;
}

.phone {
  margin-left: 56px;
}

.gmail {
  margin-left: 53px;
}

.contact-text a {
  color: #bbb;
  text-decoration: none;
  transition-duration: 0.2s;
}

.contact-text a:hover {
  color: #fff;
  text-decoration: none;
}

/* Social Media Icons */

.social-media-list {
  position: relative;
  font-size: 22px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.social-media-list li a {
  color: #fff;
}

.social-media-list li {
  position: relative;
  display: inline-block;
  height: 60px;
  width: 60px;
  margin: 10px 3px;
  line-height: 60px;
  border-radius: 50%;
  color: #fff;
  background-color: rgb(27,27,27);
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.social-media-list li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 0 1px #fff;
  transition: all .2s ease-in-out;
}

.social-media-list li:hover {
  background-color: #fff;
}

.social-media-list li:hover:after {
  opacity: 1;
  transform: scale(1.12);
  transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
}

.social-media-list li:hover a {
  color: #000;
}

.copyright {
  font: 200 14px 'Oswald', sans-serif;
  color: #555;
  letter-spacing: 1px;
  text-align: center;
}

hr {
  border-color: rgba(255,255,255,.6);
}

/* Begin Media Queries*/

@media screen and (max-width: 850px) {
  .contact-wrapper {
    display: flex;
    flex-direction: column;
  }

  .direct-contact-container,
  .form-horizontal {
    margin: 0 auto;
  }

  .direct-contact-container {
    margin-top: 60px;
    max-width: 300px;
  }

  .social-media-list li {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }

  .social-media-list li:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

@media screen and (max-width: 569px) {
  .direct-contact-container,
  .form-wrapper {
    float: none;
    margin: 0 auto;
  }

  .form-control,
  textarea {
    margin: 0 auto;
  }

  .name,
  .email,
  textarea {
    width: 280px;
  }

  .direct-contact-container {
    margin-top: 60px;
    max-width: 280px;
  }

  .social-media-list {
    left: 0;
  }

  .social-media-list li {
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 2rem;
  }

  .social-media-list li:after {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
}

@media screen and (max-width: 410px) {
  .send-button {
    width: 99%;
  }
}