/*
Theme Name: WP Bootstrap
Theme URI: https://carmelist.co.il/
Description: A responsive theme built with Bootstrap 3
Author: Noam Alon
Author URI: https://intertips.co.il/
Version: 5.0.0
Tags: responsive, bootstrap
License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/
Text Domain: wpbootstrap
*/
:root {
  --primary-color: #214499;
  --very-dark-blue:  #05223F;
  --soft-green-color: #9FCB5E;
  --light-green-color: #9FCC5E;
  --dark-lime-green-color: #6BAA75;
  --dark-grayish-blue-color: #69747C;
  --light-grayish-blue: #f5f7fa;
  --very-dark-desaturated-blue: #1e3148;
  --very-dark-desaturated-blue-70-percent: #1e314870;
  --very-dark-gray-color: #545454;
  --black-color: #040a12 ;
  --black-color-40-percent: #040a1220;
  --black-color-20-percent: #040a1210;
  --very-pale-yellow: #fffdea;
  --light-gray-color: #CCCCCC;
  --very-light-gray-color: #f4f4f4;
  --gray-color: #AEAEAE;
  --dark-gray-color: #999999;
  --white-color: #FFFFFF;
  --white-color-60-percent: #FFFFFF60;
  --dark-red-color: #A81E22;
  --primary-font-family: 'Open Sans', sans-serif;
  --font-weight-300: 300;
  --font-weight-400: 400;
  --font-weight-600: 600;
  --font-weight-700: 700;
}
html {
   scroll-behavior: smooth;
}
body {
  padding-bottom: 100px;
}
.inline {
    display: -webkit-box;
}
/* Header */
.top-bar {
  background-image: url(/wp-content/themes/wpbootstrap/images/carmelist.jpg);
  background-position: center center;
  background-repeat: no-repeat;
    background-size: cover;
}
.nav>li>a {
    padding: 20px 10px;
    font-size: 1.5rem;
}
.navbar-brand img {
  margin-top: -24px;
  width: 152px;
  height: auto;
}
/* Breaking */
.breaking .header .label {
  font-size: 1.8rem;
  font-weight: var(--font-weight-600);
}
.breaking .header .today {
  font-size: 1.6rem;
  margin-top: 0.5em;
  font-weight: var(--font-weight-700);
}
.breaking .marquee {
    margin-top: -15px;
}
.breaking .marquee .inner {
  padding-right: 1em;
  padding-left: 1em;
  border-right: 1px solid var(--light-gray-color);
}
.breaking .slick-slide .inner time {
  color: var(--dark-red-color);
  font-size: 1.6rem;
  font-weight: var(--font-weight-700);
}
.breaking .slick-slide .inner p {
  font-size: 1.2rem;
  font-weight: var(--font-weight-600);
}
.breaking .row {
  border-bottom: 1px solid var(--light-gray-color);
}
/* Breaking Page */
.panel-default {
  border-color: var(--light-grayish-blue);
}
.panel-default>.panel-heading {
  color: var(--black-color);
  background-color: var(--light-grayish-blue);
  border-color: var(--very-dark-desaturated-blue);
}
.panel-title a[aria-expanded="true"] {
  color: var(--primary-color);
  font-size: 1.6rem;
  font-weight: var(--font-weight-600);
}
/* Front */
.headlines .first-headline .headline-image {
  padding: 4px;
  margin-bottom: 28px;
}
.headlines .first-headline .headline-content {
  padding: 20px;
}
.headlines .first-headline .headline-content h2 {
  font-size: 40px;
  text-shadow: 0 0 1px var(--black-color);
}
.headlines .first-headline .headline-content .excerpt {
  font-size: 20px;
}
.headlines .headline .headline-image {
  margin: 4px;
}
.headlines .headline .headline-content {
  color: var(--white-color);
  margin-top: -224px;
  padding: 30px;
}
.headlines .headline .headline-content h2 {
  font-size: 21px;
  text-shadow: 0 0 5px var(--black-color);
  color: var(--white-color);
  min-height: 70px;
}
.headlines .headline .headline-content .author,
.headlines .headline .headline-content p {
  font-size: 14px;
  color: var(--white-color);
}
/* Category */
.category .post {
  margin-bottom: 25px;
}
.front-wrapper .category .post {
  min-height: 72px;
}
.category .post h3 {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  max-height: 65px;
}
.category-top .category,
.category-bottom .category {
  padding-top: 25px;
}
.category-top .category .category-content h2,
.category-bottom .category .category-content h2 {
  font-size: 28px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.category-top .category .category-content p,
.category-bottom .category .category-content p {
  font-size: 14px;
}
.category-wrapper .category-top .category.category-1 h2 {
  font-size: 36px;
}
.category-wrapper .category-top .category.category-1 p {
  font-size: 20px;
}
.category-top .category.category-10,
.category-wrapper .term .subterm,
.front-wrapper .category .mainterm {
  border-bottom: 1px solid var(--light-gray-color);
  padding-bottom: 20px;
}
.headlines .headline-image .fa-play-circle,
.category .category-image .fa-play-circle {
  position: absolute;
  top: 7px;
  left: 20px;
  color: var(--white-color);
  font-weight: var( --font-weight-400);
  font-size: xx-large;
}
.category .category-image .fa-microphon {
  position: absolute;
  top: 14px;
  left: 80px;
  color: var(--light-gray-color);
  font-weight: var(--font-weight-400);
}
.term .term-title h2:before,
.category .category-title h2:before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  height: 24px;
  width: 8px;
  background-color: var(--primary-color);
}
.post .square-md .background-text {
  position: absolute;
  bottom: 25px;
  background: var(--primary-color);
  width: 263px;
  min-height: 60px;
  padding: 10px;
  text-align: center;
}
.subterm .post .square-md .background-text {
  width: 336px;
}
.post .square-md .background-text h3 {
  font-size: 18px;
  line-height: 1;
  width: 100%;
  max-height: 38px;
  overflow: hidden;
  color: var(--white-color);
}
.post .rectangle-md .fa-play-circle {
  position: absolute;
  top: 7px;
  left: 18px;
  color: var(--white-color);
  font-weight: var(--font-weight-400);
}
.popular .square-md .fa-play-circle,
.post .square-md .fa-play-circle {
  position: absolute;
  top: 7px;
  left: 20px;
  color: var(--white-color);
  font-weight: var(--font-weight-400);
  font-size: xx-large;
}

/* VOD */
.vod-posts h1 {
  background: var(--very-dark-blue);
  padding-top: 5%;
  padding-bottom: 5%;
  color: var(--white-color);
}
.vod_posts {
  background-color: var(--very-dark-blue);
  padding-top: 2%;
  padding-bottom: 2%;
  margin-top: 3%;
  margin-bottom: 3%;
}
.vod_posts h2,
.vod_posts h3,
.vod_posts a {
  color: var(--white-color);
}
.vod_posts h2:before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  height: 24px;
  width: 8px;
  background-color: var(--white-color);
}
.vod_posts h3,
.vod-posts h2 {
  font-size: 18px;
  font-weight: var(--font-weight-400);
  max-height: 42px;
  overflow: hidden;
}
.filter-button {
    font-size: 18px;
    border: 1px solid var(--very-dark-blue);
    border-radius: 5px;
    text-align: center;
    color: var(--very-dark-blue);
    margin-bottom: 30px;
}
.filter-button:hover {
    font-size: 18px;
    border: 1px solid var(--very-dark-blue);
    border-radius: 5px;
    text-align: center;
    color: var(--white-color);
    background-color: var(--very-dark-blue);

}
.btn-default:active .filter-button:active {
    background-color: var(--very-dark-blue);
    color: var(--white-color);
}
/* magazine */
.magazine_posts {
  padding-top: 2em;
  padding-bottom: 4em;
  margin-top: 2em;
  margin-bottom: 2em;
  background: var(--light-grayish-blue);
}
.magazine_posts h2,
.vod_posts a {
  color: var(--primary-color);
}
.magazine_posts h2:before {
    content: '';
    display: inline-block;
    vertical-align: baseline;
    height: 24px;
    width: 8px;
    background-color: var(--primary-color);
}
.magazine_posts .magazine {
  position: relative;
  min-height: 1px;
  padding-right: 1px;
  padding-left: 1px;
}
.magazine_posts .magazine .magazine-image {
  margin: 2px;
}
.magazine_posts .magazine .magazine-image img {
  height: 300px;
  width: 228px;
  object-fit: cover;
}
.magazine_posts .magazine .magazine-content {
  color: var(--white-color);
  margin-top: -95px;
  padding: 10px;
}
.magazine_posts .magazine-content .magazine-excerpt h3 {
  font-size: 17px;
  text-shadow: 0 0 5px var(--black-color);
  max-height: 38px;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
}
/* Magazine Page  */
.magazine-posts h1 {
    background: var(--primary-color);
    padding-top: 3%;
    padding-bottom: 3%;
    color: var(--white-color);
    margin-bottom: 3%;
}
.magazine-posts .magazine-1 .magazine-image img {
  height: 500px;
}
.magazine-posts .magazine-2 .magazine-image img {
  width: 360px;
  height: 500px;
  object-fit: cover;
}
.magazine-posts .magazine .magazine-content {
  color: var(--white-color);
  margin-top: -95px;
  padding: 10px;
}
.magazine-posts .magazine-content .magazine-excerpt h3 {
  font-size: 17px;
  text-shadow: 0 0 5px var(--black-color);
  max-height: 38px;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
}
/* News Item  */
.label-primary {
  background-color: var(--light-green-color);
  color: var(--black-color);
  border-radius: 0;
  padding: .3em .6em .3em;
}
.label-secondary {
  background-color: var(--very-dark-gray-color);
  color: var(--white-color);
  border-radius: 0;
  padding: .3em .6em .3em;
  margin-left: .5em;
}
.label-default {
  background-color: var(--white-color);
  border: .1em solid var(--light-gray-color);
  color: var(--gray-color);
  border-radius: 0;
  padding: .3em .6em .3em;
  margin-left: .5em;
}
.label-magazine {
  background-color: var(--primary-color);
  border: .1em solid var(--primary-color);
  color: var(--white-color);
  border-radius: 0;
  padding: .3em .6em .3em;
  margin-left: .5em;
}
.label-red {
  background-color: var(--dark-red-color);
  border: .1em solid var(--dark-red-color);
  color: var(--white-color);
  border-radius: 0;
  padding: .3em .6em .3em;
  margin-left: .5em;
}
.sidr {
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 500px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: var(--white-color);
    padding: 20px;
    max-width: 100%
}
.sidr.right {
    left: auto;
    right: -260px
}
.sidr.left {
    left: -500px;
    right: auto
}
.sidr form.acf-form {
    padding: 0;
    margin: 0 0 10px;
}
.media-modal,
.media-modal.acf-media-modal {
    z-index: 999999 !important;
}
.sidr .acf-fields > .acf-field {
    padding-left: 0;
    padding-right: 0;
}
.item-title h2 {
  font-weight: var(--font-weight-300);
  font-size: 3rem;
}
/* Subject */
.scroll {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; 
}
.scroll::-webkit-scrollbar {
  display: none; 
}
.svg-wrapper {
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.svg-wrapper div, 
.svg-wrapper svg {
  width: 100%;
  height: 100%;     
  color: var(--primary-color);
  fill: var(--primary-color);
}
.category-icon {
  width: 32px;
  height: 32px;
}
/* Login  */
.has-login-form.wp-block-loginout {
  padding: 10px;
}
.logged-in.wp-block-loginout {
  padding-top: 25px;
}
.has-login-form.wp-block-loginout .input,
.has-login-form.wp-block-loginout .button,
.acf-form-submit .acf-button {
  width: 100%;
}
.logged-in.wp-block-loginout a {
  user-select: none;
  white-space: pre;
  align-items: flex-start;
  text-align: center;
  padding: 7px 172px;
  border-width: 1px;
  border-style: outset;
  border-color: var(--primary-color);
  border-image: initial;
}
.has-login-form.wp-block-loginout .button,
.has-login-form.wp-block-loginout .button:hover,
.logged-in.wp-block-loginout a,
.logged-in.wp-block-loginout a:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
}
.acf-form-submit .acf-button,
.acf-form-submit .acf-button:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
/* Item  */
iframe {
  width: 100%;
}
.carousel-control {
  background-image: none !important;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -27px;
  line-height: 30px;
  border: 2px solid var(--white-color);
  opacity: 1;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.carousel-control.left {
  margin-left: 20px;
}
.carousel-control.right {
  margin-right: 20px;
}
.carousel-control:hover {
  background: var(--white-color);
  color: var(--primary-color)
}
figure figcaption {
  text-align: center;
  font-style: italic;
  font-size: 1.4rem;
  font-weight: 700;
}
.item-info,
.item-comments {
  border-bottom: 1px solid var(--light-gray-color);
  padding-bottom: 20px;
}
.popular-items .popular {
  border-bottom: 1px solid var(--light-gray-color);
  margin-bottom: 20px;
}
.popular-items .popular h3 {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.item-footer {
  padding-top: 50px;
}
.item-footer h3 {
  font-size: 16px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.comment-form input,
.comment-form button,
.comment-form select,
.comment-form textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    display: grid;
}
.comment-form textarea#comment,
.comment-form input#author,
.comment-form input#email,
.comment-form input#url {
    width: 100%;
}
.comment-form input#submit {
  width: 50%;
}
/* Display */
.display.display-side,
.display.display-row {
  margin-top: 20px;
  margin-bottom: 20px;
}
.display.display-side-top,
.display.display-row-top {
  margin-top: 28px;
  margin-bottom: 28px;
}

/* Button */
#toTop{
  position: fixed;
  bottom: 80px;
  right: 10px;
  cursor: pointer;
  display:none;
  -webkit-transition-duration: 0.4s; 
  -moz-transition-duration: 0.4s; transition-duration: 0.4s; 
}
/* classified-ads */
body.post-type-archive-business,
body.post-type-archive-board,
body.post-type-archive-job,
body.single-board,
body.single-job {
  background-color: var(--light-grayish-blue);
}
.post-type-archive-job .top-page:before,
.post-type-archive-board .top-page:before,
.single-job .top-page:before,
.single-board .top-page:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--very-dark-desaturated-blue-70-percent);
}
.post-type-archive-board .top-page,
.single-board .top-page {
  background: url(/wp-content/themes/wpbootstrap/images/classified-ads-bg.jpg) no-repeat scroll top center / cover;
  position: relative;
  padding-bottom: 70px;
  margin-bottom: 70px;
}
.post-type-archive-job .top-page,
.single-job .top-page {
  background: url(/wp-content/themes/wpbootstrap/images/jobs-bg.jpg) no-repeat scroll top center / cover;
  position: relative;
  padding-bottom: 70px;
  margin-bottom: 70px;
}
.post-type-archive-job .top-page .page-title,
.single-job .top-page .page-title,
.post-type-archive-board .top-page .page-title,
.single-board .top-page .page-title {
  position: relative;
  color: var(--white-color);
  padding: 60px 0 80px;
}
.post-type-archive-job .top-page .page-title nav a,
.single-job .top-page .page-title nav a,
.post-type-archive-board .top-page .page-title nav a,
.single-board .top-page .page-title nav a {
  color: var(--white-color);
}
.single-board .page-content .ad-main,
.single-job .page-content .ad-main {
  background-color: var(--white-color);
  padding: 30px;
  margin-top: 50px;
}
.single-job .page-content .ad-info,
.single-job .page-content .ad-share,
.single-board .page-content .ad-info,
.disclaimer {
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px 0 var(--black-color-20-percent);
  box-shadow: 0 1px 1px 0 var(--black-color-20-percent);
  background-color: var(--white-color);
  border: none;
  padding: 20px;
  margin-bottom: 30px;
  margin-top: 50px;
}
.ad-wrap,
.business-wrap {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
  webkit-box-shadow: 1px 1px 3px 1px var(--black-color-20-percent);
  box-shadow: 1px 1px 3px 1px var(--black-color-20-percent);
}
.ad-wrap .ad-content,
.business-wrap .business-content {
  background-color: var(--white-color);
}
.ad-vip .ad-content {
  background-color: var(--very-pale-yellow);
}
.ad-wrap .ad-img img,
.business-wrap .business-img img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(1);
  transform: scale(1);
  max-width: 100%;
  height: auto;
}
.jobs .ad-content {
  padding: 20px 20px 25px;
  height: 350px;
}
.classified-ads .ad-content {
  padding: 20px 20px 25px;
  height: 450px;
}
.business-content {
  padding: 20px 20px 25px;
  height: 600px;
}
.ad-content .title {
  font-size: 22px;
  height: 110px;
}
.business-content .title {
  font-size: 22px;
  height: 65px;
}
.business-content .business-details {

}
.business-content .business-description {

}
.business-content .
.ad-wrap:hover,
.business-wrap:hover {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-shadow: 1px 3px 5px 1px var(--black-color-40-percent);
    box-shadow: 1px 3px 5px 1px var(--black-color-40-percent);
}
.ad-wrap:hover .ad-img img,
.business-wrap:hover .business-img img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}
div.price {
  margin-top: 10px;
  background-color: var(--primary-color);
  display: inline-block;
  padding: 10px 20px 10px 60px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: var(--white-color);
    -webkit-clip-path: polygon(100% 0%, 100% 48%, 100% 100%, 0 100%, 25% 50%, 0 0);
    clip-path: polygon(100% 0%, 100% 48%, 100% 100%, 0 100%, 25% 50%, 0 0);
}
.ad-info .btn {
  border-radius: 2px;
  padding: 10px 20px;
  margin-top: 10px;
  text-align: right;
}
.ad-info .btn-address {
  display: block;
  background-color: var(--dark-grayish-blue-color);
  border-radius: 2px;
  padding: 10px 20px;
  color: var(--white-color);
  font-weight: var(--font-weight-600);
  width: 100%;
}
.ad-info .btn-website {
  display: block;
  background-color: var(--white-color);
  border-color: var(--black-color);
  border-radius: 2px;
  padding: 10px 20px;
  color: var(--black-color);
  font-weight: var(--font-weight-600);
  width: 100%;
}
.ad-info .btn-phone {
  display: block;
  background-color: var(--soft-green-color);
  border-radius: 2px;
  padding: 10px 20px;
  color: var(--black-color);
  font-weight: var(--font-weight-600);
  width: 100%;
}
.ad-info .btn-whatsapp {
  display: block;
  background-color: var(--light-green-color);
  border-radius: 2px;
  padding: 10px 20px;
  color: var(--black-color);
  font-weight: var(--font-weight-600);
  width: 100%;
}
.ad-info .btn-mail {
  display: block;
  background-color: var(--very-dark-gray-color);
  border-radius: 2px;
  padding: 10px 20px;
  color: var(--white-color);
  font-weight: var(--font-weight-600);
  width: 100%;
}
/* Searchandfilter */
.searchandfilter {
  margin-bottom: 70px;
}
.searchandfilter select.sf-input-select {
  min-width: 170px;
  height: 45px;
}
.searchandfilter input {
  height: 45px;
  width: 170px;
}
.sf-field-submit input {
  background: var(--primary-color);
  color: var(--white-color);
}
.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}
.acf-map img {
   max-width: inherit !important;
}
/* Footer */
.footer-top {
  background-color: var(--very-dark-blue);
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
.footer-top img {
  max-width: 200px;
}
.footer-top .socials {
  padding-top: 35px;
}
.footer-top .socials a {
  background: var(--white-color);
  border-radius: 50%;
  padding: 0.2em;
}
.footer-top .socials .svg-inline--fa {
  color: var(--very-dark-blue);
}
.footer-top .socials a:hover,
.footer-top .socials a:focus {
  color: var(--primary-color);
}
.footer-middle {
  padding-top: 2em;
  padding-bottom: 2em;
}
.footer-middle,
.footer-bottom {
  background-color: var(--primary-color);
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: var(--gray-color);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.footer-middle .nav-pills > li > a.button,
.footer-middle .nav-pills > li > a {
    border-radius: 0px;
    color: var(--white-color);
    background-color: unset;
    font-weight: var(--font-weight-400);
    text-transform: none;
}
.footer-middle .nav> li > a.button:hover,
.footer-middle .nav> li > a.button:focus,
.footer-middle .nav> li > a:hover,
.footer-middle .nav> li > a:focus {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.footer-middle:hover h2:before { 
  width: 90px;
}
.footer-middle h2 {
  margin: 0 0 24px;
  padding: 0 0 24px;
  color: var(--white-color);
  font-weight: var(--font-weight-400);
  font-size: 30px;
  line-height: 28px;
  position: relative;
  z-index: 1;
}
.footer-middle h2:before {
  position: absolute;
  content: "";
  top: auto;
  z-index: -1;
  bottom: 0;
  right: 0;
  left: auto;
  background: var(--dark-red-color);
}
.footer-middle h2:before {
  width: 70px;
  height: 3px;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}
.footer-bottom {
  padding-top: 1em;
  padding-bottom: 1em;
}
.footer-bottom .credit {
  color: var(--white-color);
}
/* Admin */
th#post_views {
    width: 63px;
}


@media (min-width: 768px){
   .magazine_posts .magazine {
        width: 20%;
        float: left;
    }
} 
@media (min-width: 992px ) {
  .has-login-form.wp-block-loginout,
  .acf-form .acf-form-submit {
    width: 33%;
  }
  .dropdown.open .dropdown-menu.search-form {
      right: -300px;
  }
  .dropdown.open .dropdown-menu.more-link {
      right: -130px;
  }
  .headlines .first-headline img {
    margin-bottom: -25px;
  }
  .searchandfilter > ul > li {
    display: inline-block;
    vertical-align: bottom;
    padding: 0 20px;
  }
  .magazine_posts .magazine {
      width: 20%;
      float: left;
  }
  .magazine-posts .magazine.magazine-1 {
    margin-bottom: 3em;
  }
}
@media (min-width: 768px) and (max-width: 992px ) {
  .post .square-md .background-text {
    bottom: -10px;
    width: 220px;
  }
  .magazine-posts .magazine.magazine-1 {
    margin-bottom: 3em;
  }
  .magazine-posts .magazine-1 .magazine-image img,
  .magazine-posts .magazine-2 .magazine-image img {
    height: 359px;
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  .navbar-header {
    background-image: url(/wp-content/themes/wpbootstrap/images/carmelist.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .navbar-brand img {
    margin-top: -25px;
    width: 160px;
    height: auto;
  }
  .navbar-default {
    border-color: var(--white-color);
    background: var(--white-color);
  }
  .navbar-default .navbar-nav>li>a {
    color: var(--black-color);
  }
  .nav>li>a {
    padding: 10px 15px;
    font-size: 20px;
  }
  .header-menu .mail .svg-inline--fa {
    color: var(--dark-red-color);
  }
  .navbar-toggle {
    padding: unset;
    margin-top: 25px;
  }
  .input-group .btn-success {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
  .headlines .first-headline .headline-image {
    margin-bottom: unset;
  }
  .headlines .headline.headline-5 .headline-image {
    margin-top: -20px;
  }
  .headlines .first-headline .headline-image img {
    width: 100vw;
  }
  .headlines .first-headline .headline-image img,
  .headlines .headline .headline-image img {
    max-height: 170px;
    object-fit: cover;
  } 
  .headlines .first-headline .headline-content {
    color: var(--white-color);
    margin-top: -170px;
    padding: 20px;
  }
  .headlines .headline.headline-2 .headline-content,
  .headlines .headline.headline-5 .headline-content {
    margin-top: -174px;
    padding: 20px;
  }
  .headlines .headline.headline-3 .headline-content,
  .headlines .headline.headline-4 .headline-content {
    margin-top: -150px;
    padding: 20px;
  }
  .headlines .first-headline .headline-content h2 {
    font-size: 20px;
    text-shadow: 0 0 10px var(--black-color);
    min-height: 60px;
    color: var(--white-color);
  }
  .headlines .first-headline .headline-content p,
  .headlines .first-headline .headline-content a,
  .headlines .first-headline .headline-content .author {
    font-size: 14px;
    color: var(--white-color);
  }
  .headlines .headline.headline-3 .headline-content h2,
  .headlines .headline.headline-4 .headline-content h2 {
    font-size: 15px;
    text-shadow: 0 0 10px var(--black-color);
    max-height: 30px;
    overflow: hidden;
  }
  
  .magazine_posts .magazine {
    position: unset;
    min-height: unset;
    padding-right: unset;
    padding-left: unset;
    margin-bottom: 1em;
  }
  .magazine_posts .magazine.magazine-1 {
    margin-bottom: 4em;
  }
  .magazine_posts .magazine.magazine-2 .magazine-image,
  .magazine_posts .magazine.magazine-3 .magazine-image,
  .magazine_posts .magazine.magazine-4 .magazine-image,
  .magazine_posts .magazine.magazine-5 .magazine-image {
    width: 50%;
  }
  .magazine_posts .magazine .magazine-image img {
    height: 100%;
    width: auto;
    object-fit: unset;
  }
  .magazine_posts .magazine.magazine-2 .magazine-content,
  .magazine_posts .magazine.magazine-3 .magazine-content,
  .magazine_posts .magazine.magazine-4 .magazine-content,
  .magazine_posts .magazine.magazine-5 .magazine-content {
    width: 50%;
    float: left;
    color: var(--black-color);
    margin-top: -110px;
    margin-bottom: 30px;
  }
  .magazine_posts .magazine-content .magazine-excerpt h3 {
    text-shadow: unset;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .magazine-posts .magazine {
    margin-bottom: 4em;
  }
  .magazine-posts .magazine-1 .magazine-image img,
  .magazine-posts .magazine-2 .magazine-image img {
    height: 359px;
    object-fit: cover;
  }
  
  .vod_posts .row.vod {
    margin-right: 30px;
    margin-left: 30px;
  }
  .category .category-title h2 {
    font-size: 3rem;
  }
  .logged-in.wp-block-loginout a {
    padding: 7px 136px;
  }
  .subterm .post .square-md .background-text,
  .post .square-md .background-text {
    width: 92.3%;
  }
  .searchandfilter select.sf-input-select {
    min-width: 225px;
  }
  .searchandfilter input {
    width: 225px;
  }
  .footer-top {
    text-align: center;
    padding-top: 0.5em;
    padding-bottom: 1em;
  }
  .footer-top img {
    max-width: 170px;
  }
  .footer-top .socials {
    padding-top: unset;
  }

}
/* keyframes */