.blog-post--wrapper {
  /* margin: max(7.5vh, 2.5rem) auto 0; */
  margin: 0 auto;
  display: grid;

  grid-template-columns: 1fr 25%;
  grid-gap: 5vw;
  justify-items: center;
}

.hero__title.single-post-title{
	font-size: max(2.2vw, 24px);
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1.3;
	    font-family: var(--base-font-family);
    font-weight: 700;
    text-transform: uppercase;
}

.blog-post {
  display: flex;
  flex-direction: column;
  gap: 2.5vh;
  align-items: stretch;
  width: 100%;
  justify-content: space-between;
}

.blog-post__title {
  --page-title-font-size: max(2.2vw, 24px);
  --page-title-color: #363636;
  /* text-align: justify; */
}

.blog-post__content {
  font-family: "Montserrat", sans-serif;
  display: flex;
  flex-direction: column;
  gap: 1.5vh;
}

.blog-post__content h2 {
  font-family: "RobotoCondensed", sans-serif;
  font-size: max(1.45vw, 24px);
  font-weight: 600;
  line-height: 1;
  text-align: justify;
}
.blog-post__content h3 {
  font-family: "RobotoCondensed", sans-serif;
  font-size: max(1.3vw, 22px);
  font-weight: 600;
  line-height: 1;
  text-align: justify;
}

.blog-post__content a,
.blog-post__content p {
  font-size: max(0.8vw, 15px);
  text-align: justify;
}

.blog-post__content a {
  transition: color 0.3s ease-in;
  text-decoration: underline;
}

.blog-post__content a:hover {
  color: #cd2122;
}

/* Related blog posts slider*/

.related-articles {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5vh;
}

.related-articles--wrapper {
  margin: max(2.5vh, 1.5rem) auto;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2.5vh;
  padding: max(2.5vh, 1.5rem) 0;
}

.related-articles__pagination {
  position: relative;
}

.slider-blog-post {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 7vw) / 3);
  box-shadow: 0 0 2.5px 0 #ccc;
  min-height: 16.5rem;
}

.slider-blog-post:hover .slider-blog-post__img::before,
.slider-blog-post:hover .slider-blog-post__link {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}

.slider-blog-post__img {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.slider-blog-post__img img {
  width: 100%;
}
.slider-blog-post__img::before {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 75%);
  content: "";
  transition: all 0.3s ease-in;
}

.slider-blog-post__link {
  --button-background-color: transparent;
  --button-box-shadow: inset 0 0 1px 1px var(--button-base-color);

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  transition: all 0.3s ease-in;
  visibility: hidden;
  opacity: 0;
}

.slider-blog-post__link:hover {
  --button-background-color: rgb(171 26 31 / 80%);
  /* --button-box-shadow: inset 0 0 2px 1px var(--button-base-color); */
}

.slider-blog-post__title {
  color: #363636;
  font-weight: 600;
  font-size: max(0.9vw, 15px);

  padding: 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: center;
}

.hide-sidebar {
  display: none;
}
 
.post-content ul {
  padding-left: 1.5rem;
  list-style: initial;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.post-content ol  {
  padding-left: 1.5rem; 
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}



.search-container{
	margin-bottom: 60px;
}
.blog_search_form{
	max-width: 600px;
    width: 100%;
    margin: 0 auto;
}
.blog_search_form .searchform {
	position: relative;
}

.blog_search_form .searchform input {
	width: 100%;
	border: 1px solid #9d9d9d;
	padding: 10px 15px;
	padding-right: 55px;
	font-size: 14px;
}

.blog_search_form .searchform input[type="submit"] {
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	border: none;
	width: 50px;
	padding: 10px 15px;
	color: #fff;	
	cursor: pointer;	
}

.non_results{
	margin: 60px auto;
	text-align: center;
	
}


            .volt_page_form form label {
                display: none
            }

            .volt_page_form .form-inner__item {
                display: flex;
                justify-content: space-between;
                gap: var(--form-inner-gap);
                align-items: center;
                width: 100%;
                position: relative;
                margin-bottom: 15px
            }

            .volt_page_form form input,.volt_page_form form select,.volt_page_form form textarea {
                border: 1px solid #adadad
            }

            .volt_page_form form input::placeholder {
                color: #363636
            }

            .volt_page_form .section_head {
                margin-bottom: 30px
            }

            .volt_page_form .p_head_title {
                margin-bottom: 0
            }

            .volt_page_form .checkbox_item label {
                display: block;
                width: calc(100% - 40px)
            }

            .volt_page_form .hide_input_other {
                display: none
            }

            .volt_page_form #hide_input_other {
                animation-duration: 1s;
                animation-name: fadeIn;
                margin-bottom: 15px
            }

            .volt_page_form .checkbox_item {
                display: flex;
                justify-content: flex-start;
                align-items: center;
                flex-direction: row;
                margin-bottom: 0;
            }

            .checkbox_item_input {
                width: 40px;
                height: 35px
            }

            input[type=checkbox] {
                position: absolute;
                cursor: pointer;
                width: 0;
                height: 0;
				top: 0;
            }

            input[type=checkbox]:checked:before {
                content: "";
                display: block;
                position: absolute;
                width: 30px;
                height: 30px;
                border: 1px solid #adadad;
                border-radius: 20px;
                transition: all 0.2s linear
            }

            input[type=checkbox]:before {
                content: "";
                display: block;
                position: absolute;
                width: 30px;
                height: 30px;
                border: 1px solid #adadad;
                border-radius: 3px
            }

            input[type=checkbox]:after {
                content: "";
                display: block;
                width: 0;
                height: 0;
                border: solid #c12126;
                border-width: 0 0 0 0;
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
                position: absolute;
                top: 0;
                left: 40px;
                transition: all 0.2s linear
            }

            input[type=checkbox]:checked:after {
                content: "";
                display: block;
                width: 12px;
                height: 21px;
                border: solid #c12126;
                border-width: 0 5px 5px 0;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                position: absolute;
                top: 2px;
                left: 11px
            }

#popupOnBlog{
	
}
.form--wrapper-onblog {
    display: flex;
    background: rgba(0,0,0,.9);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
}
.form--wrapper-onblog.hidden {
    display: none;
}

.form-inner__item--half_country{
  width: 100% !important;
}


@media screen and (max-width: 1366px) {
  .slider-blog-post {
    min-height: 14.5rem;
  }
}
@media screen and (max-width: 1080px) {
  .slider-blog-post {
    min-height: 13.5rem;
  }
}

@media screen and (max-width: 900px) {
  .blog-post--wrapper {
    grid-template-columns: 1fr;
  }
  .blog-post {
    width: 100%;
  }

  .widget_block {
    display: none;
  }

  .hide-sidebar {
    display: flex;
    position: fixed;
    top: 50vh;
    right: 0;
    padding: 1rem 0.35rem;

    z-index: 99;
    background-color: #cd2122;
    transform: translate(0, -50%);
    transition: all 0.5s ease-in;
    writing-mode: vertical-rl;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
  }

  .hide-sidebar--active {
    right: 15rem;
    /* transform: translate(-100%, -50%); */
  }
	.blog_search_form .searchform input[type="submit"] { 
		min-width: 50px;
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29.128' height='29' viewBox='0 0 29.128 29'%3E%3Cg id='Layer_x0020_1' transform='translate(0 -4)'%3E%3Cpath id='Path_1413' data-name='Path 1413' d='M10.634,25.268A10.633,10.633,0,0,1,3.124,7.107a10.652,10.652,0,0,1,15.038,0,10.643,10.643,0,0,1-7.527,18.161Zm0-2.39a8.253,8.253,0,1,1,5.838-2.407A8.211,8.211,0,0,1,10.634,22.878Z' transform='translate(0 0)' fill='rgba(255,255,255,0.3)' fill-rule='evenodd'/%3E%3Cpath id='Path_1414' data-name='Path 1414' d='M1044.663,1042.626a.53.53,0,0,1-.376-.153l-2.287-2.287a9.89,9.89,0,0,0,1.093-.973,10.117,10.117,0,0,0,1.058-1.212l2.3,2.3a.515.515,0,0,1,0,.734.551.551,0,0,1-.359.136.475.475,0,0,1-.307-.1l-.666.819a.531.531,0,0,1-.1.581A.52.52,0,0,1,1044.663,1042.626Z' transform='translate(-1024.214 -1016.351)' fill='rgba(255,255,255,0.3)' fill-rule='evenodd'/%3E%3Cpath id='Path_1415' data-name='Path 1415' d='M1174,1172.217a2.144,2.144,0,0,1-1.553-.648l-4.813-4.8a2.248,2.248,0,0,1,0-3.124,2.225,2.225,0,0,1,3.14,0l4.8,4.8a2.226,2.226,0,0,1,0,3.124A2.181,2.181,0,0,1,1174,1172.217Z' transform='translate(-1147.08 -1139.217)' fill='rgba(255,255,255,0.3)' fill-rule='evenodd'/%3E%3Cpath id='Path_1416' data-name='Path 1416' d='M279.212,380.783a4.883,4.883,0,0,1,0-6.913.526.526,0,0,0,0-.717.515.515,0,0,0-.734,0,5.9,5.9,0,0,0,0,8.347.52.52,0,0,0,.358.154.512.512,0,0,0,.376-.87Z' transform='translate(-272.026 -362.701)' fill='rgba(255,255,255,0.3)' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-position: center;
		background-size: 25px;
		font-size: 0;
	}
}
@media screen and (max-width: 1080px) {
  .related-articles--wrapper {
    --container-width: 90%;
  }
}

@media screen and (max-width: 750px) {
  .blog-post {
    width: 90%;
  }
}

@media screen and (max-width: 650px) {
  .blog-post__title {
    text-align: center;
  }
}

@media screen and (min-width: 400px) and (max-width: 768px) and (orientation: landscape) {
  .blog-post--wrapper {
    margin-top: 0;
  }
}
