@charset "UTF-8";
/* CUSTOM CSS */
/* @font-face {
  font-family: 'CarnacRegular';
  src: url("fonts/CarnacRegular.eot");
  src: url("fonts/CarnacRegular.eot") format("embedded-opentype"), url("fonts/CarnacRegular.woff") format("woff"), url("fonts/CarnacRegular.ttf") format("truetype"), url("fonts/CarnacRegular.svg#HoftypeCarnacRegular") format("svg"); }

@font-face {
  font-family: 'CarnacBold';
  src: url("fonts/CarnacBold.eot");
  src: url("fonts/CarnacBold.eot") format("embedded-opentype"), url("fonts/CarnacBold.woff") format("woff"), url("fonts/CarnacBold.ttf") format("truetype"), url("fonts/CarnacBold.svg#HoftypeCarnacBold") format("svg"); }

@font-face {
  font-family: 'CarnacLight';
  src: url("fonts/CarnacLight.eot");
  src: url("fonts/CarnacLight.eot") format("embedded-opentype"), url("fonts/CarnacLight.woff") format("woff"), url("fonts/CarnacLight.ttf") format("truetype"), url("fonts/CarnacLight.svg#HoftypeCarnacLight") format("svg"); }
*/
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?subqva");
  src: url("fonts/icomoon.eot?subqva#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?subqva") format("truetype"), url("fonts/icomoon.woff?subqva") format("woff"), url("fonts/icomoon.svg?subqva#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-item .open-icon:before,
.menu-item .open-icon:before {
  display: none;
}

.nav .nav-item,
.nav .menu-item {
  margin: 0 25px;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
}

.nav .nav-item.hover > a,
.nav .menu-item.hover > a {
  color: #000;
}

.nav .nav-item > a,
.nav .menu-item > a {
  position: relative;
  z-index: 1000;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
  line-height: 20px;
}

@media only screen and (max-width: 1023px) {
  .nav .nav-item,
  .nav .menu-item {
    margin: 0;
    display: block;
    height: auto;
  }
}

.nav .nav-item .open-icon,
.nav .menu-item .open-icon {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .nav .nav-item.has-drop-down .open-icon,
  .nav .menu-item.has-drop-down .open-icon {
    display: block;
  }
}

@media only screen and (max-width: 1023px) {
  .nav .nav-item.open-item > a,
  .nav .menu-item.open-item > a {
    background: rgba(216, 216, 216, 0.6);
  }
}

.nav .nav-item.open-item .open-icon:before,
.nav .menu-item.open-item .open-icon:before {
  display: none;
}

body {
  overflow-x: hidden;
}

.custom-slider {
  padding: 10px 150px 70px;
}

.slick-next {
  right: 80px;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}

.slick-prev {
  left: 80px;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}

.slick-prev i, .slick-next i {
  font-size: 2em;
}

.slick-prev i::before, .slick-next i::before {
  position: absolute;
  left: 0;
  top: 0;
}

.slick-next i::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.custom-slider button[type="button"] {
  font-size: 16px;
  font-size: 1rem;
  line-height: 25px;
  line-height: 1.5625rem;
  color: #000;
  min-width: 0;
  background-color: transparent;
  padding: 0;
  height: 40px;
}

.custom-slider .slick-slide {
  padding: 0 10px;
}

.custom-slider .slick-slide div {
  background-position: center;
  background-size: cover;
  height: 0px;
  padding-bottom: 50%;
}

.custom-slider .slick-slide a {
  text-decoration: none;
}

.custom-slider .slick-slide h4 {
  padding: 60px 10px 10px 20px;
  min-height: 150px;
  background-color: gainsboro;
  text-decoration: none;
}

.custom-slider-wrap .subheader {
  padding: 60px 160px 0;
}

@media only screen and (max-width: 1023px) {
  .custom-slider .slick-arrow::before {
    display: none;
  }
  .custom-slider {
    padding: 10px 50px 70px;
  }
  .slick-next {
    right: 30px;
  }
  .slick-prev {
    left: 30px;
  }
  .custom-slider-wrap .subheader {
    padding: 60px 60px 0;
  }
}

#real-search {
  display: none;
}

.lang-item a {
  color: black;
  text-transform: uppercase;
}

.filters-area .search-container-2 {
  position: relative;
  padding: 0;
  top: 0;
  width: 56%;
}

@media only screen and (max-width: 1023px) {
  .filters-area .search-container-2 {
    width: 45%;
  }
}

@media only screen and (max-width: 900px) {
  .filters-area .search-container-2 {
    width: 100%;
  }
}

.filters-area .search-container-2 input {
  height: 56px;
  border-color: #000;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 22px;
  line-height: 1.375rem;
}

@media only screen and (max-width: 600px) {
  .filters-area .search-container-2 input {
    height: 46px;
  }
}

.filters-area .search-container-2 .search-btn {
  top: 1px;
  right: 1px;
  height: 54px;
  width: 55px;
}

@media only screen and (max-width: 600px) {
  .filters-area .search-container-2 .search-btn {
    height: 44px;
    width: 44px;
  }
}

.search-container-2 .search-btn {
  background: none;
  position: absolute;
  top: 10px;
  right: 15px;
  height: 45px;
  width: 45px;
  min-width: 0;
  z-index: 2;
  font-size: 22px;
  font-size: 1.375rem;
}

.news-holder {
  background: url(images/news-holder-bg-large.png) no-repeat;
}

.years-filter-buttons {
  width: auto;
}

.search-box .date a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}

.contact-column {
  width: calc(50% - 10px);
  float: left;
}

.contact-column:first-of-type {
  margin-right: 20px;
}

form.wpcf7-form input {
  margin-bottom: 10px;
}

span.wpcf7-list-item {
  position: relative;
}

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  left: -25px;
  top: 5px;
}

.sidebar .service-nav .active {
  font-weight: bold;
}

.infoagree {
  font-size: 14px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 20px;
}

.header .logo .default-logo {
  height: initial;
}

.social-section .social_networks li.blog a {
  background-color: transparent;
  background-image: url("images/blogger.png");
  background-size: contain;
}

.social-section .social_networks li.blog a:hover {
  background-image: url("images/blogger-hover.png");
}

.social-section .logo .default-logo {
  height: 55px;
}

.banner h1 {
  text-transform: none;
}

.header .mobile-drop.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.content {
  padding: 40px 0 100px;
}

.news-holder .holder {
  margin: 0;
}

.service-list li a {
  position: relative;
}

.service-list li a::before {
  content: '\2022 \00a0';
  color: #d1ec51;
  display: inline-block;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  /* position: absolute; */
  left: 65px;
  top: 13px;
}

@media only screen and (max-width: 1023px) {
  .service-list li a::before {
    left: 27px;
    top: 12px;
  }
}

.search-result .search-box {
  margin: 30px 0 0;
}

.footer .wrap .disclaimer {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  max-width: 700px;
  margin: 0;
  line-height: 1.3;
}

aside.sidebar h3 {
  margin: -30px 0 30px;
  padding: 12px 41px;
  background: #d1ec51;
  font-size: 1.25rem;
  font-weight: bold;
}

ul {
  margin: 0 0 20px 15px;
}

.bg-gray {
  background: #dedfde;
  padding-left: 5%;
  padding-right: 5%;
}

.video-wrapper {
  position: relative;
}

.video-wrapper a {
  text-decoration: none;
  color: #0a0a0a;
}

.video-wrapper a:hover {
  text-decoration: underline;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-section {
  margin-bottom: 0;
  background-color: #d1ec51;
}

.video-section .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.video-section .flex-container > div:last-child {
  padding: 30px;
}

@media screen and (min-width: 768px) {
  .video-section .flex-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .video-section .flex-container > div:first-child {
    width: 66.6%;
  }
  .video-section .flex-container > div:last-child {
    width: 33.3%;
  }
}

@media only screen and (max-width: 1000px) {
  .video-section {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .video-section .wrap > div:first-child {
    width: 100%;
  }
  .video-section .wrap > div:last-child {
    width: 100%;
  }
}

.contact-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.contact-section form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact__box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact__box .addInfo {
  font-size: 12px;
  line-height: 17px;
  color: #9b9b9b;
  font-weight: 300;
}

.contact__box input[type="submit"] {
  max-width: 220px;
  min-width: inherit;
  width: 100%;
  line-height: 56px;
  color: white;
  background-color: #2fb199;
  font-family: 'Roboto';
  border-radius: 0;
  font-weight: 300;
  font-size: 21px;
  padding: 0;
  margin: 20px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .contact-section form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .contact__box:nth-of-type(3) {
    margin-left: 24px;
  }
  .contact__box input[type="submit"] {
    margin-top: 0;
  }
}

.contact-section .contact__label {
  width: 100%;
}

.contact-section .contact__label--consent {
  padding-left: 37px;
  font-size: 16px;
  line-height: 24px;
}

.contact-section .contact__label--consent em {
  position: absolute;
  left: 25px;
}

.contact-section .contact__label--consent input {
  position: static;
  width: 20px;
  height: 20px;
  border: 1px solid #dedfde;
  border-radius: 0;
  margin-left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact-section .contact__label--consent > span {
  position: absolute;
  left: 0;
}

.contact-section .contact__label--consent span {
  margin-left: 0;
}

.gate-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}

.gate-flex > div {
  width: 50%;
  position: relative;
  padding-bottom: 50px;
}

.gate-flex > div a {
  position: absolute;
  display: inline-block;
  background-color: #d1ec51;
  height: 30px;
  line-height: 30px;
  color: black;
  text-decoration: none;
  padding: 0 15px;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.gate-flex:after {
  display: none;
}

.gate-flex > div:first-child img {
  padding-top: 1.5%;
}

.gate-flex > div:last-child img {
  padding: 5% 0;
}

.gate-flex > div a::after {
  content: '';
  background: url("../bakertilly_legal_home/images/chevron-right_x2.png") center center no-repeat;
  background-size: contain;
  width: 11px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 4px;
  right: -16px;
}

.gate-flex > div:nth-child(1) a {
  background-color: #0e5435;
}

.gate-flex > div:nth-child(2) a {
  background-color: #2fb199;
}

.gate-flex > div:nth-child(3) a {
  background-color: #1a1a1f;
}

.gate-flex > div:nth-child(2) img {
  padding: 5% 0;
}

.gate-flex > div p {
  font-size: 19px;
  max-width: 250px;
  margin: 0 auto 35px;
}

.gate-flex > div p span {
  display: inline-block;
}

.gate-flex > div p span::before {
  /* content: '\00a0\2022 \00a0\00a0'; */
  content: " / ";
  color: #d1ec51;
  display: inline-block;
}

@media only screen and (max-width: 700px) {
  .gate-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .gate-flex > div {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.footer-adress {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.3;
}

.footer-adress .adress-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-adress .adress-flex > div {
  margin: 10px 30px 10px 0;
  color: rgba(255, 255, 255, 0.5);
  min-width: 125px;
}

@media only screen and (min-width: 901px) {
  .footer-adress .adress-flex > div {
    margin-right: 90px;
  }
}

.footer .text-widget {
  padding-top: 0;
}

.footer .footer-menu {
  margin: 0 0 45px;
}

@media only screen and (max-width: 900px) {
  .footer .footer-menu {
    margin: 0px 0 35px;
    text-align: left;
  }
  .footer .footer-menu li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media only screen and (max-width: 900px) {
  .footer .footer-menu {
    padding: 0;
    margin-left: -5px;
  }
}

.article-container article h3 strong {
  color: black;
  font-weight: 300;
  font-size: 32px;
}

.article-container article h3 {
  background-color: #d1ec51;
  padding: 20px;
  position: relative;
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.article-container article.hidden h3 {
  background-color: #fbfbfb;
}

.article-container h3::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 30px;
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url("images/arrow.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.article-container .hidden > *:not(h3) {
  max-height: 0;
  overflow: hidden;
  margin-bottom: 0px;
}

.article-container .hidden h3::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.article-container ul {
  margin-bottom: 40px;
}

p strong {
  font-weight: bold;
}

.relative {
  position: relative;
  display: inline-block;
  left: 15px;
}

.relative [type="checkbox"]:not(:checked), .relative [type="checkbox"]:checked {
  left: -35px;
  top: 14px;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  margin-right: 18px;
}

.relative .red-star {
  position: absolute;
  left: -13px;
  top: 0;
}

form .radio-contain {
  position: relative;
  padding-left: 20px;
  margin-right: 20px;
  margin-left: 10px;
}

form .radio-contain [type="radio"]:checked, [type="radio"]:not(:checked) {
  left: 0px;
  top: 5px;
}

ol {
  list-style: decimal;
  margin: 0 0 1.5em 3em;
  padding-left: 40px;
}

blockquote {
  /* width: 384px; */
  padding: 34px 44px;
  color: #7f7f7f;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 48px;
  line-height: 3rem;
  font-family: "CarnacLight", Arial, Helvetica, sans-serif;
}

blockquote p:before {
  content: "“";
}

blockquote p:after {
  content: "”";
}

@media only screen and (max-width: 900px) {
  blockquote {
    width: auto;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 39px;
    line-height: 2.4375rem;
    padding: 23px 35px;
  }
}

blockquote q {
  display: block;
}

blockquote {
  background: #d1ec51;
  color: #000;
}

blockquote.align-left {
  float: left;
  margin: 0 20px 10px 0;
}

@media only screen and (max-width: 900px) {
  blockquote.align-left {
    float: none;
    margin: 0 0 20px;
  }
}

blockquote.align-right {
  float: right;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 900px) {
  blockquote.align-right {
    float: none;
    margin: 0 -20px;
  }
}

@media only screen and (max-width: 600px) {
  blockquote.align-right {
    margin: 0 -16px;
  }
}

.sidebar ul a {
  padding: 24px 92px 19px;
  line-height: 1.8rem;
}

@media only screen and (max-width: 1457px) {
  .sidebar ul a {
    line-height: 1.5rem;
    padding: 16px 41px;
  }
}

body:lang(pl) .open-icon:before {
  content: "rozwiń";
}

body:lang(pl) .expanded .open-icon:before {
  content: "zwiń";
}

body:lang(de) .open-icon:before {
  content: "erweitern";
}

body:lang(de) .expanded .open-icon:before {
  content: "schmal";
}

.error-checkbox {
  display: inline-block;
  opacity: 0;
  color: red;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  pointer-events: none;
  margin-right: 20px;
}

.error-checkbox.visible {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .form_container .form_subscribe_button {
    position: relative;
    left: -50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .contact-form-info span {
    display: inline-block;
  }
  .contact-form-info > span {
    margin-bottom: 10px;
  }
  .contact-form-info [type="checkbox"]:not(:checked), .contact-form-info [type="checkbox"]:checked {
    top: 7px;
  }
  .contact-column {
    width: 100%;
  }
  .contact-column:first-of-type {
    margin-right: 0;
  }
  .entry-content img.alignleft {
    margin-bottom: 1.5em;
  }
  .banner h1 {
    max-width: none;
  }
}

.form-langs [type="checkbox"]:not(:checked), .form-langs [type="checkbox"]:checked {
  position: relative;
  left: 0;
  top: 0;
  margin: 0 5px 0 15px;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.form_container .red-star {
  color: red;
}

/* REDESIGN */
.site-main .gate-flex a {
  max-width: 210px;
  color: white;
  width: 100%;
  height: 56px;
  line-height: 56px;
} 
.inter {
  line-height: 22px;
}

.wpcf7-list-item-label {
  font-size: 14px;
  margin-bottom: 15px;
  display: block;
  line-height: 20px;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  display: none !important;
}

.gate-flex > div a::after {
  display: none;
}

.gate-flex > div p {
  font-size: 18px;
  max-width: 315px;
  margin: 0 auto 35px;
  line-height: 1.3;
  font-weight: 400;
}

#about .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#about .wrap h3 {
  width: 100%;
}

#about .wrap p {
  width: calc(50% - 20px);
  margin-right: 20px;
  line-height: 1.3;
  font-weight: 400;
}

html {
  scroll-behavior: smooth;
}

@media (max-width: 991px) {
  #about .wrap p {
    width: 100%;
    margin-right: 0;
  }
}

.gate-flex {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 70px;
}

h2.gate-title {
  text-align: center;
  margin-bottom: 0;
  padding-top: 100px;
  font-size: 2rem;
  line-height: 1.4;
}

.bg-gray {
  background-color: #fafafa;
}

.top-home, .top-home .top-home-img {
  max-height: calc(100vh - 164px);
}

.top-home-img img {
  max-height: calc(100vh - 164px);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-home {
  position: relative;
}

.top-home-img {
  position: relative;
}

.top-home-overlay {
  position: absolute;
  left: 0;
  top: 0;
  background-color: black;
  opacity: .5;
  width: 100%;
  height: 100%;
}

.top-home-content {
  font-family: "CarnacLight", Arial, Helvetica, sans-serif;
  position: absolute;
  bottom: 200px;
  width: 100%;
  text-align: center;
  color: white;
  font-weight: 400;
  font-size: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-home-content img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  padding-left: 120px;
}

@media (max-width: 1023px) {
  .wrapper {
    padding: 60px 0 0;
  }
}

@media (max-width: 767px) {
  .wrapper {
    padding: 5px 0 0;
  }
  .top-home-content img {
    padding-left: 20px;
  }
  .top-home-content {
    bottom: 40px;
    font-size: 28px;
  }
  h2.gate-title {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 575px) {
  #index-videos {
    padding: 0 15px;
  }
}

#index-videos .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*#index-videos .title-wrapper .title {
	margin-top: 30px;
	padding-bottom: 30px;

  font-size: 2rem;
  color: #000;
  font-family: "CarnacLight", Arial, Helvetica, sans-serif;
  font-weight: normal;;
}

#index-videos .title-wrapper a {
	color: #85bc55;
}*/
#index-videos .videos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-bottom: 30px;
  width: calc(100% + 20px);
  z-index: 5;
}

@media screen and (max-width: 575px) {
  #index-videos .videos {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

#index-videos .videos .single-video {
  width: calc(25% - 20px);
  margin: 0 10px 10px 10px;
}

@media screen and (max-width: 800px) {
  #index-videos .videos .single-video {
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
  }
}

@media screen and (max-width: 550px) {
  #index-videos .videos .single-video {
    width: 100%;
    margin: 0 0 30px 0;
  }
}

#index-videos .videos .single-video .video-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#index-videos .videos .single-video .video-wrapper a {
  width: 100%;
  max-height: 195px;
  position: relative;
}

#index-videos .videos .single-video .video-wrapper a img:not(.speaker-icon) {
  max-height: 195px;
  height: 195px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 575px) {
  #index-videos .videos .single-video .video-wrapper a {
    height: 100%;
  }
}

@media screen and (min-width: 576px) {
  #index-videos .videos .single-video .video-wrapper a img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: top left;
       object-position: top left;
  }
}

#index-videos .videos .single-video .video-wrapper .video-title {
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
  color: #0a0a0a;
}

#index-videos .videos .single-video .video-wrapper .video-date {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  color: #878787;
}

#index-videos.index-podcasts {
  background-color: #EDEDED;
  position: relative;
  z-index: 5;
  padding-bottom: 10px;
}

#index-videos.index-podcasts::before {
  content: '';
  display: block;
  width: 160vw;
  left: -50vw;
  top: 0;
  height: 100%;
  z-index: -1;
  position: absolute;
  background-color: #EDEDED;
}

#index-videos.index-podcasts .title-wrapper {
  border: none;
}

#index-videos-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: -10;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#index-videos-popup.is-visible {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#index-videos-popup .popup-wrapper {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 60px;
}

#index-videos-popup .popup-wrapper .popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 32px;
  color: #0f5435;
  font-weight: 600;
  text-transform: lowercase;
  cursor: pointer;
}

#index-videos-popup .popup-wrapper .popup-content {
  height: 100%;
  min-height: 660px;
}

@media screen and (max-width: 575px) {
  #index-videos-popup .popup-wrapper .popup-content {
    min-height: calc(100vh - 60px);
  }
}

#index-videos .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#index-videos .title-wrapper .title {
  margin-top: 30px;
  padding-bottom: 30px;
  font-size: 2rem;
  color: #000;
  font-family: "CarnacLight", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

#index-videos .title-wrapper a {
  color: #85bc55;
}

#index-videos.index-podcasts svg {
  fill: #030000 !important;
  border-radius: 100%;
  background-color: #fff;
  padding: 4px;
}

#index-videos.index-podcasts img.speaker-icon {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #fff;
  padding: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: .8;
}

#index-videos.index-podcasts img:not(.speaker-icon) {
  width: 100%;
  height: 100%;
}

h3.title {
  font-size: 26px;
  color: #999999;
  font-weight: 400;
  padding-bottom: 36px;
  margin-bottom: 0px;
  margin-top: 50px;
}

@media (max-width: 767px) {
  h3.title {
    margin-top: 25px;
    font-size: 22px !important;
    padding-bottom: 20px;
  }
}

@media (max-width: 380px) {
  h3.title {
    max-width: 100%;
  }
}

a.all_posts_link {
  float: right;
  font-size: 14px;
  color: #85bc55;
  text-decoration: none;
}

a.all_posts_link:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .post .right .entry-content a {
    font-size: 12px;
  }
  #index-videos .videos .single-video .video-wrapper a {
    height: 100%;
    max-height: 100%;
  }
}

.search-box p {
  margin-bottom: 20px;
}

.search-box p.search-date {
  margin-bottom: 28px;
  font-size: 1.25rem;
  color: #C3E626 !important;
}
/*# sourceMappingURL=style.css.map */