/*

Template 2106 Soft Landing

http://www.tooplate.com/view/2106-soft-landing
	
*/

  @import url('https://fonts.googleapis.com/css2?family=Arvo:wght@400;700&display=swap');
  body {
    font-family: 'Arvo', serif;
    overflow-x: hidden;
    background: #f9f9f9;
  }



  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight: 700;
    line-height: normal;
    margin: 0;
  }

  h1 {
    font-size: 3em;
  }

  h2 {
    color: #353535;
    font-size: 2em;
  }

  p {
    color: #757575;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
  }



  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #202020;
    text-decoration: none !important;
  }

  a,
  input, button,
  .form-control {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  a:hover, a:active, a:focus {
    color: #aa4b10;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #202020;
  }

  .section-title {
    margin-bottom: 20px;
  }

  section {
    position: relative;
    padding: 100px 0;
  }

  #contact,
  footer {
    background: #ffffff;
    text-align: center;
  }

  .overlay {
    background-color: #2e2e2ec4 !important;
    opacity: 0.9;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.form-control {
    border: 2px solid #7f2709;
    display: inline-block;
    width: auto;
    padding: 5px 20px;
    border-radius: 0px;
    box-shadow: none;
    background-color: #aa4b10;
    color: #fff !important;
  }
.beer-img{
  position: absolute;
  z-index: 11;
  bottom: -78px;
  left: 18px;
  width: 446px;
}
.beer-img img{
  width: 100%;
}
.p-relative{
  position: relative;
}
.beer-bottle {
  width: 112px;
  position: absolute;
  z-index: 11;
  left: 33px;
  top: 50px;
}
  button:hover {
    background: #202020;
    color: #ffffff;
  }



  /*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

  .section-btn {
    background: #aa4b10;
    border: 0;
    border-radius: 50px;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    padding: 12px 30px;
    transition: 0.5s 0.2s;
  }

  .section-btn:hover,
  .section-btn:focus {
    background: #202020;
    color: #ffffff;
  }



  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  .custom-navbar {
    border: none;
    margin-bottom: 0;
    padding: 25px 0;
  }
  .custom-navbar .navbar-brand{
    padding: 0;
  }

  .custom-navbar .navbar-brand img{
    width: 150px;
    height: 100%;
    object-fit: contain;
  }

  .top-nav-collapse {
    background: #ffffff;
  }

  .custom-navbar .navbar-nav {
    margin-left: 13em;
  }
  .custom-navbar .navbar-nav li a{
    font-size: 12px;
    font-weight: bold;
    line-height: 1em;
    letter-spacing: 3px;
    color: #FFFFFF;
    padding: 10px;
  }
 
  .custom-navbar .nav li button{
    font-family: "Arvo", Sans-serif;
    font-size: 12px;
    line-height: 1em;
    letter-spacing: 3px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #aa4b10;
    border-radius: 0px 0px 0px 0px;
    padding: 12px 30px 10px 30px;
    border: 3px solid #7f2709;
  }

  .custom-navbar .nav li a:hover {
    background: transparent;
    color: #29ca8e;
  }

  .custom-navbar .navbar-nav > li > a:hover,
  .custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
  }

  .custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #7f2709;
  }

  .custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .custom-navbar .navbar-toggle {
    background-color: transparent;
  }

  .custom-navbar .navbar-toggle .icon-bar {
    background: #7f2709;
    border-color: transparent;
  }

  @media(min-width:768px) {
    .custom-navbar {
      border-bottom: 0;
      background: 0 0; 
    }

    .custom-navbar.top-nav-collapse {
      background: #0673d1;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
    }

    .top-nav-collapse .navbar-brand {
      color: #252525;
    }

    .top-nav-collapse .nav li a {
      color: #fff;
    }

    .top-nav-collapse .nav .section-btn a {
      color: #ffffff;
    }
  }



  /*---------------------------------------
      HOME          
  -----------------------------------------*/

  #home {
    background: url('/banner.png') no-repeat center center;
    background-size: cover;
    vertical-align: middle;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 30vh;
    position: relative;
    padding-top: 0em;
    text-align: center;
  }

  #home h1 {
    color: #ffffff;
    margin-top: 150px;
    margin-bottom: 20px;
    line-height: 75px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 50px;
  }

  .home-info h3 p{
    color: #f0f0f0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    margin: 10px 0;
    font-family: sans-serif;
    margin-bottom: 40px;
}

  .home-info {
    margin-top: 7em;
  }

  .home-info h3 {
    color: #f0f0f0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    margin: 10px 0;
    font-family: sans-serif;
    margin-bottom: 40px;
  }
  
h1 .yellow{
  color: #ffc123;
}

.best-beer-wrap{
  background-color: #22709e;
  background-image: url("../images/parallax-8.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.best-beer-wrap h1{
  color: #0673d1;
    font-size: 38px;
    line-height: 1.3em;
 }
 .section-title {
  position: relative;
 }
 .section-title h1 {
  position: inherit;
  z-index: 1;
 }
 .section-title img{
  position: absolute;
  width: 228px;
  left:0px;
  bottom: 0;
  z-index: 0;
 }
   .feature-image {
    position: absolute;
    top: 7em;
  }

  section.best-beer-wrap {
      padding-bottom: 50px;
  }

  
  /*---------------------------------------
      PRICING             
  -----------------------------------------*/

  .d-flex{
    display: flex;
  }
  .align-items-center{
    align-items: center;
  }
.pricing{
  background-color: #22709e;
  background-image: url("../images/parallax-4.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pricing .section-title h1{
    text-align: center;
    font-size: 80px;
    font-weight: bold;
    line-height: 1.2em;
    letter-spacing: 1px;
    text-shadow: 6px 6px 0px #FFFFFF;
  }

  .pricing .section-text p{
    font-size: 20px;
    color: #0673d1;
    font-family: "Open Sans", Sans-serif;
    font-weight: bold;
    line-height: 1.5em;
    letter-spacing: 1px;
  }
  #pricing .col-md-4 {
    margin: 0;
    padding: 0;
  }

  #pricing .col-md-4:last-child .pricing-thumb {
    border-right: 0;
  }

  .pricing-thumb {
    background: #1facda;
    border-right: 2px solid #f0f0f0;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 20px 40px;
    margin-left: 56px;
    position: relative;
    height: 400px;
  }
  .pricing-thumb img{
    position: absolute;
    width: 160px;
    height: 160px;
    bottom: 22px;
    object-fit: contain;
    left: -88px;

  }
  .pricing-thumb.black {
    background: #2d2d2d;
    color: #fff;
    margin-top: 60px;
  }
  .pricing-thumb.black img{
    height: 240px;
  }
  .pricing-thumb.black h2,  .pricing-thumb.black p{
    color: #fff;
  }

  .pricing-title {
    background-image: url("../images/evidence.webp");
    padding-bottom: 5px;
    background-size: 115px;
    background-repeat: no-repeat;
    background-position: 0 20px;
  }

  .pricing-info {
    border-top: 2px solid #f0f0f0;
  }

  .pricing-info,
  .pricing-bottom {
    padding: 20px 0 0;
  }

  .pricing-info p {
    font-size: 16px;
  }

  .pricing-bottom {
    position: relative;
  }

  .pricing-bottom span {
    font-size: 20px;
  }

  .pricing-btn {
    position: absolute;
    top: 15px;
    right: 0;
    display: inline-block;
  }




  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  .footer-link{
    padding: 0;
    margin: 0;
    text-align: left;
  }
  .footer-link li{
    margin-right: 20px;
  }
  .footer-link li:last-child{
    margin-right: 0;
  }
  footer {
    background: #0673d1;
    color: #fff;
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .copyright-text p {
    color: #fff;
    text-align: center;
    float: right;
  }

  footer .footer-link a{
    color: #ffffff;
  }

  a.form-control:hover {
    color: white !important;
  }

.custom-navbar .nav li a:hover {
    color: #ffc123;
}

.feature-image{
  border: 10px solid #aa4b10;
  border-radius: 10px;
}
.disclaimer{
  padding: 50px;
  background: #0673d1;
  border-bottom: 1px solid #757575;
  text-align:left;
}
.m-auto{
  margin: 0 auto;
}
  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
  }

  .social-icon li a {
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    position: relative;
    margin: 5px 5px 5px 0;
  }

  .social-icon li a:hover {
    background: #0890e1;
    color: #ffffff;
  }

.footer-link li{
  display: inline-block;
  text-decoration: none;
}

  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media only screen and (max-width: 1200px) {

    .custom-navbar .navbar-nav {
      margin-left: 8em;
    }

    .home-info {
      margin-top: 0;
    }
    .beer-img{
      width: 400px;
    }
    .pricing-thumb{
      padding: 20px 30px;
    }
  
    .pricing-title h2{
      font-size: 24px;
    }
  }
  @media only screen and (max-width: 1200px) {
  .pricing-thumb img{
    left: -98px;
  }
  }
  @media only screen and (max-width: 992px) {

    section {
      padding: 60px 0;
    }

    .custom-navbar .navbar-nav {
      margin-left: 3em;
    }
    .beer-img {
      width: 322px;
      bottom: -46px;
  }
  .best-beer-wrap h1{
    font-size: 34px;
  }
  .beer-bottle{
    width: 75px;
    left: 15px;
    top: 24px;
  }
    .pricing .section-title h1{
      font-size: 57px;
    }
    .pricing .section-text p{
      font-size: 18px;
    }

    .feature-image {
      top: 3em;
    }

    .pricing-thumb {
      margin-left: 42px;
      margin-bottom: 30px;
    }

    footer {
      padding-bottom: 15px;
    }
    .home-info{
      margin-bottom: 70px;
    }
    
    .pricing-thumb.black{
      margin-top: 0px;
    }
    .disclaimer{
      padding: 30px;
    }
    
  }
  @media screen and (width: 768px) {
    .beer-img img {
        height: 253px;
    }
  }

  @media screen and (max-width: 767px) {
    .custom-navbar .navbar-nav {
      margin-left: 3em;
  }
  #home h1{
    line-height: 51px;
    font-size: 41px;
  }
  .home-info h3{
    margin-bottom: 20px;

  }
  .home-info h3 p{
    font-size: 18px;
  }
  .beer-img {
    width: 270px;
    bottom: -53px;

}
.beer-img img{
  height: 150px;
}
.best-beer-wrap h1 {
  font-size: 32px;
}
.feature-image{
  width: 70%;
  text-align: center;
  margin: 0 auto;
}
    .section-title {
      padding-bottom: 20px;
    }

    .custom-navbar {
      background-color: #dc640b;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
      text-align: center;
    }

    .custom-navbar .nav li a {
      letter-spacing: 2px;
      color: #656565;
    }


    .feature-image {
      position: relative;
    }

    #about .col-md-4:nth-child(3n) .team-thumb {
      display: flex;
      -webkit-box-orient: vertical;
      flex-direction: column-reverse;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
    }

    .team-thumb-down:after {
      top: -15px;
      bottom: inherit;
      border-top: inherit;
      border-bottom: 15px solid #ffffff;
    }

    .d-flex {
      display: inherit;
  }
  .custom-navbar .navbar-nav {
    margin-left: 0;
}
.section-title img {
  bottom: 15px;
}
.pricing-thumb{
  height: 200px;
}
.pricing-thumb img{
  width: 126px;
    height: 111px;
    left: -74px;
}
.pricing-thumb.black img {
  height: 166px;
}
.beer-bottle{
  left: 56px;
}
.copyright-text p{
  text-align: center;
  float: none;
}
.footer-link{
  margin: 10px 0;
  text-align: center;
}
  }


  @media screen and (max-width: 480px) {
    #home h1 {
      line-height: 39px;
      font-size: 33px;
      margin-top: 128px;
  }
  .home-info h3 p {
    font-size: 16px;
}
.beer-img {
  width: 228px;
}
.best-beer-wrap h1 {
  font-size: 27px;
}
.section-title {
  margin-bottom: 0px;
}
    .beer-bottle{
      display: none;
    }
    .form-control{
      padding: 5px 16px;
    }
    .feature-image {
      width: 100%;
      border: 6px solid #aa4b10;
      position: inherit;
      bottom: inherit;
      top: inherit;
      margin-top: 20px;
    }
    .navbar-nav {
      margin: 7.5px 0px;
  }
  .pricing .section-title h1 {
    font-size: 36px;
}
.pricing .section-text p {
  font-size: 16px;
  text-align: center;
}
.pricing-thumb {
  height: auto;
}
.pricing-title h2 {
  font-size: 20px;
}
.pricing-info p {
  font-size: 14px;
}
.pricing-title{
  background-position: 0 14px;
}

  }

.animated-text-from-left {
    animation: slideIn 4s ease-in-out 1;
    animation-iteration-count:1;
}

.animated-text-from-right {
  animation: slideRight 4s ease-in-out 1;
  animation-iteration-count:1;
}

.animated-text-from-bottom {
  animation: slideUp 4s ease-in-out 1;
  animation-iteration-count:1;
}

@keyframes slideIn {
  0% {
      transform: translateX(-100%);
  }
  50% {
      transform: translateX(0);
  }

}

@keyframes slideRight {
  0% {
      transform: translateX(100%);
  }
  50% {
      transform: translateX(0);
  }

}

@keyframes slideUp {
  0% {
      transform: translateY(100%);
  }
  50% {
      transform: translateY(0);
  }
  
}

.page-id-13 section.navbar.custom-navbar.navbar-fixed-top,
.page-id-15 section.navbar.custom-navbar.navbar-fixed-top,
.page-id-17 section.navbar.custom-navbar.navbar-fixed-top,
.page-id-19 section.navbar.custom-navbar.navbar-fixed-top  {
  background: #0673d1;
}

body.page-template-default.page.page-id-13.wp-custom-logo,
body.page-template-default.page.page-id-15.wp-custom-logo,
body.page-template-default.page.page-id-17.wp-custom-logo,
body.page-template-default.page.page-id-19.wp-custom-logo{
  background-color: #22709e;
  background-image: url(/wp-content/themes/mygame/images/parallax-8.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-id-13 h1,
.page-id-15 h1,
.page-id-17 h1,
.page-id-19 h1{
  color: #757575 !important;
}

.page-id-13 section.dt__posts.dt__posts--one.dt-py-default,
.page-id-15 section.dt__posts.dt__posts--one.dt-py-default,
.page-id-17 section.dt__posts.dt__posts--one.dt-py-default,
.page-id-19 section.dt__posts.dt__posts--one.dt-py-default{
  padding: 125px 0;
  padding-bottom: 50px;
}

.dt-col-lg-12.dt-col-md-12.dt-col-12.wow.fadeInUp{
  padding: 100px;
  padding-top: 20px;
}

.page-id-15 p.has-text-align-center,
.page-id-17 p.has-text-align-center,
.page-id-19 p.has-text-align-center {
  text-align: center;
}

form.wpcf7-form {
  display: grid;
  justify-content: center;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background: #aa4b10;
  color: #fff;
  border: 2px solid #7f2709;
}

section.dt__posts.dt__posts--one.dt-py-default li, section.dt__posts.dt__posts--one.dt-py-default h2{
  color: #757575;
}