@media all and (max-width: 767px) {
    .extra-blog .post-media-container, .extra-blog .post-media-container img {
        max-height: 80px !important;
    }
}
@media all and (min-width: 767px) {
    body #page-container .extra-blog .post-media-container {
        height: auto !important;
    }
}
.et_pb_post_content_0_tb_body.et_pb_post_content a {
    color: #624de3 !important;
}
.mh-hvr-grow {
    display: inline-block;
    -webkit-transform: scale(.95);
    transform: scale(.95);
    -webkit-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
}
.mh-hvr-grow:hover, .mh-hvr-grow:focus, .mh-hvr-grow:active {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
/* ===== */
.blog-content .et_pb_row {
    width: 100%;
}
.blog-content .blog-header-row {
    max-width: 75rem;
}
.blog-content .blog-main-content {
    max-width: 760px;
}
.blog-content .blog-title h1 {
    font-size: 2em;
    margin: 0.67em 0;
    font-family: 'GraphikCondensed';
    font-weight: normal;
}
.blog-content .blog-main-content h2 {
    font-family: 'GraphikBold';
    font-weight: normal;
    letter-spacing: 0.0225rem;
    margin-bottom: 0.625rem;
    margin-top: 0.625rem;
    padding: 0;
    font-size: 2.1875rem;
    line-height: 1;
}
.blog-excrept .et_pb_text_inner {
    font-size: 1.125rem;
    line-height: 1.2;
    color: #595959;
    font-family: 'GraphikBold';
}
.blog-author .nm-byline {
    font-size: 0.72308rem;
    line-height: 1.2;
    color: #6F6F6F;
    font-family: 'GraphikBold';
	text-transform: uppercase;
}
.blog-author .nm-byline a {
    transition: all 0.3s ease-in-out;
}
.blog-author .nm-byline a:hover {
    color: #d2232e;
}
.blog-content p {
    font-family: 'Charter';
    font-size: 1.1875rem;
    line-height: 1.6;
}
.single .blog-content-text a:not(.wp-block-button__link) {
    -webkit-text-decoration: underline;
    text-decoration: underline;
    text-decoration-thickness: 0.125rem;
    text-decoration-color: #d2232e;
    text-underline-offset: 0.28rem;
    color: #000 !important;
}
.single .blog-content-text a:hover {
    color: #000;
    text-decoration-color: border-link-body-hover;
    background-color: #F3B032;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog-content .blog-main-content .et_pb_module_header {
    font-family: 'GraphikCondensed';
}
.blog-main-content .nm-ga-img {
    display: none;
}
.blog-main-content .et_pb_newsletter {
    padding: 0;
    border: 0.0625rem solid #c4c4c4;
    border-width: 0.0625rem 0;
    color: #000;
    line-height: 1.2;
    margin: 0;
    padding: 1.875rem 0;
}
.blog-main-content .nm-ga-container {
    min-height: 0;
    padding-top: 2rem;
    padding-bottom: 1.25rem;
    margin: 0;
}
.blog-main-content .nm-ga-container-no-img {
    margin: 0;
    padding-top: 2rem;
}
.blog-content .et_pb_newsletter_description p {
    font-family: 'GraphikBold';
}
.single .cat-title a:first-child {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    font-size: 1.25rem;
    line-height: 1;
    letter-spacing: 0.045rem;
    font-family: 'Gravitica Mono Light';
    font-weight: 700;
    text-transform: uppercase;
}
@media (min-width: 61.25rem) {
    .single .cat-title a:first-child {
        font-size: 1.5rem;
        line-height: 1.1;
        letter-spacing: 0.075rem;
    }
}
.single .cat-title .et_pb_text_inner {
    text-align: left;
    margin-bottom: 47px;
}
.single .cat-title .et_pb_text_inner::before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 0.625rem;
    background-color: #d2232e;
    visibility: visible;
}
.ahthor-list-post {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.ahthor-list-post .et_pb_post {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
}
.ahthor-list-post .desc {
    font-family: 'Charter';
    font-size: 1.125rem;
    line-height: 1.3;
    color: #000;
}
.ahthor-list-post .entry-title a {
    font-size: 1.3125rem;
    line-height: 1.2;
    font-family: 'GraphikBold';
    color: #000;
}
.ahthor-list-post .entry-title a:hover {
    color: #d2232e;
}
.author-field {
    display: flex;
    flex-direction: column;
    min-height: 0;
    align-items: center;
    gap: 20px;
    text-align: center;
    margin-bottom: 50px;
}
.author-field .a-avatar {
    margin: 0;
}
.author-field .a-avatar img {
    display: block;
    border-radius: 50%;
}
.author-field .a-name {
    font-size: 2rem;
    line-height: 1.2;
    font-family: 'GraphikBold';
    color: #000;
}
.author-field .a-desc {
    font-size: 1.1875rem;
    line-height: 1.6;
    font-family: 'Charter';
}
.author-post .pagination {
    margin-top: 20px;
}
.author-post .pagination a {
    font-size: 1.2rem;
    line-height: 1.2;
    color: #000;
    font-family: 'GraphikBold';
}
.author .container {
    width: 100%;
}
body #main-content {
    margin-top: 0 !important;
}
.single .blog-main-content .et_pb_newsletter_button {
    text-decoration: none !important;
}
.blog-main-content .instagram-media {
    min-width: 0 !important;
}
.blog-main-content .my-news-letter .et_pb_newsletter_field {
    padding: 0;
    flex-basis: 70%;
    max-width: none !important;
    height: auto;
}
.blog-main-content .et_pb_newsletter_field #et_pb_signup_email {
    height: 3.125rem;
}
.single .blog-main-content .et_pb_newsletter_footer a {
    text-decoration: underline;
    color: #6f6f6f;
}
.single .blog-main-content .et_pb_newsletter_footer a:hover {
    color: #d2232e;
}
.blog-main-content .nm-ga-header a {
    text-decoration: underline;
    text-decoration-color: inherit;
    text-decoration-thickness: 0.0625rem;
    text-transform: uppercase;
    text-underline-offset: 0.25rem;
}
.blog-main-content .nm-ga-header a:hover {
    color: #d2232e;
}
.video-youtube-slider .wpgp--video-container::after {
    content: none;
}
.video-youtube-slider .swiper-button-prev,
.video-youtube-slider .swiper-button-next {
    color: #fff;
}
.video-youtube-slider .swiper-pagination-bullets {
    display: none;
}
.video-youtube-slider .swiper-container {
    padding: 0 30px;
}
.video-youtube-slider .swiper-container .swiper-button-prev, .video-youtube-slider .swiper-container .swiper-button-next {
    width: 30px;
    background: #000;
    height: 100%;
    top: 0;
    margin-top: 0;
}
.video-youtube-slider .swiper-container:hover .swiper-button-prev, .video-youtube-slider .swiper-container:hover .swiper-button-next {
    width: 30px;
    background: #000;
}
.video-youtube-slider .swiper-container .swiper-button-prev {
    left: 0;
}
.video-youtube-slider .swiper-container .swiper-button-next {
    right: 0;
}
.video-youtube-slider .swiper-button-prev:after, .video-youtube-slider .swiper-button-next:after {
    font-size: 30px;
}
.video-youtube-slider .swiper-slide .wpgpyg-vid-title {
    font-size: 14px;
}
.video-youtube-slider .wpgpyg--wrapper {
    height: 34px;
}
@media (min-width: 48rem) {
    .blog-content .blog-title h1 {
        font-size: 2.625rem;
    }
    .blog-content .blog-main-content h2 {
        font-size: 2.375rem;
    }
    .ahthor-list-post .et_pb_post {
        width: 25%;
    }
    .author-post .pagination a {
        font-size: 1.5rem;
    }
    .author-field .a-name {
        font-size: 3.625rem;
    }
}
@media (min-width: 64rem) {
    .blog-content .blog-title h1 {
        font-size: 3.75rem;
    }
    .blog-content .blog-main-content h2 {
        font-size: 2.5rem;
    }
    .ahthor-list-post .desc {
        font-size: 1.1875rem;
    }
    .ahthor-list-post .entry-title a {
        font-size: 1.25rem;
        line-height: 1.3;
    }
    .author-field .a-name {
        font-size: 4rem;
    }
}
/*  */
.nm-share-socials {
	text-align: center;
	padding: 0 !important;
	margin: 0 !important;
}
.nm-share-socials li {
	display: inline-block;
	padding-bottom: 0 !important;
}
.nm-share-socials li a {
	display: flex;
	width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	background: none !important;
}
.nm-share-socials li img {
	vertical-align: top;
	width: 18px;
}
.nm-share-socials li.social-facebook img {
	width: 14px;
}
/**/
.ads-code-sidebar {
    position: absolute;
    left: 100%;
    top: 10px;
    margin-left: 30px;
}
@media(max-width: 991px) {
    .ads-code-sidebar {
        display: none;
    }
}
body.single .ads-code-pos4 {
	display: none;
	padding-top: 50px;
}
@media(max-width: 767px) {
	body.single .ads-code-pos4 {
		display: block;
	}
}
/**/
.gallery-intro p:last-child {
    margin: 0;
}
.gallery-infro-section.open .slider-listicle {
    display: block;
}
.gallery-infro-section.open .slider-intro {
    display: none;
}
.gallery-infro-section {
    max-width: 980px;
    margin: 0 auto;
}
.gallery-infro-section .nav-slider,
.gallery-infro-section .infro-nav-next,
.gallery-infro-section .footer-infro {
    display: none;
}
.gallery-infro-section svg path {
    stroke: currentColor;
    fill: currentColor;
}
.gallery-infro-section .caption {
    font-size: 0.70028rem;
    line-height: 1;
    font-family: GraphikBold,Helvetica,Arial,Sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.0225rem;
    padding: 0 0.3125rem 0 0.3rem;
    color: rgb(89, 89, 89);
    margin-top: 0.5rem;
}
.gallery-infro-section .gallery-view {
    display: none;
    left: 50%;
    flex-direction: row;
    -moz-box-align: center;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    -moz-box-pack: center;
    justify-content: center;
    font-family: GraphikBold, GraphikBold-fallback, Helvetica, Arial, Sans-serif;
    font-size: 0.70028rem;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0.045rem;
    border-radius: 6.25rem;
    margin: 0;
    top: 0;
    height: auto;
    padding: 0.625rem 1.25rem;
    position: absolute;
    width: auto;
    z-index: 1;
    color: rgb(255, 255, 255);
    background-color: #d2232e;
    border: 0.0625rem solid transparent;
    transform: translateX(-50%);
    cursor: pointer;
}
.gallery-infro-section .gallery-view:hover {
    background-color: rgb(245, 245, 245);
    color: #d2232e;
    border: 0.0625rem solid #d2232e;
}
.gallery-infro-section .gallery-view .text {
    text-align: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.gallery-infro-section .gallery-view .text .texlb {
    font-size: 0.9375rem;
    line-height: 2rem;
    display: block;
}
.gallery-infro-section .gallery-view .text .numb {
    padding-bottom: 0.3125rem;
    display: block;
}
.gallery-infro-section .gallery-view svg {
    margin-left: 10px;
    width: 11px;
}
.gallery-infro-section .pinterest {
    position: absolute;
    background: #c92228;
    bottom: 0;
    padding: .5rem;
    right: 0;
    color: #fff;
    line-height: 0;
}
.gallery-infro-section .pinterest svg {
    width: 16px;
}
.gallery-infro-section .main-infro .thumb {
    position: relative;
    display: block;
}
.gallery-infro-section .main-infro .thumb .thumb-img {
    position: relative;
    display: block;
    padding-bottom: 100%;
}
.gallery-infro-section .main-infro .thumb .thumb-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.gallery-infro-section .infro-nav {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 0 solid transparent;
    display: none;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 0.9375rem;
    max-height: 1.5625rem;
    min-height: 1.5625rem;
    position: relative;
}
.gallery-infro-section .infro-nav .nav-next {
    padding: 0 1rem;
    position: relative;
    color: #000000;
    font-size: 0.70028rem;
    line-height: 1.1;
    font-family: GraphikBold, GraphikBold-fallback, Helvetica, Arial, Sans-serif;
    font-weight: normal;
    letter-spacing: 0.015rem;
    text-transform: uppercase;
}
.gallery-infro-section .infro-nav svg {
    position: absolute;
    right: 0;
    top: .1875rem;
    width: .4375rem;
    height: .4375rem;
}
.gallery-infro-section .infro-nav svg.arrow-left {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 0;
    right: auto;
}
.gallery-infro-section .desc-top {
    padding: 0 1rem;
}
.gallery-infro-section p {
    max-width: 100%;
    padding: 0;
}
.gallery-infro-section .slider-info {
    display: none;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 0 solid transparent;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 0.9375rem;
    max-height: 1.5625rem;
    min-height: 1.5625rem;
    position: relative;
}
.gallery-infro-section .slider-info .info {
    padding: 0 1rem;
    position: relative;
    color: #000000;
    font-size: 0.70028rem;
    line-height: 1.1;
    font-family: GraphikBold,Helvetica,Arial,Sans-serif;
    font-weight: normal;
    letter-spacing: 0.015rem;
    text-transform: uppercase;
}
.gallery-infro-section .slider-info button {
    display: flex;
    flex-direction: row;
    -moz-box-align: center;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    -moz-box-pack: center;
    justify-content: center;
    font-family: GraphikCondensed,Helvetica,Arial,Sans-serif;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0;
    position: absolute;
    top: 2.5rem;
    z-index: 1;
    padding: 0.625rem 1.25rem;
    border: 0.0625rem solid transparent;
    border-radius: 6.25rem;
    right: -70px;
    margin: 0;
    height: 3.5rem;
    min-width: 3.125rem;
    background-color: #d2232e;
    color: rgb(255, 255, 255);
    width: auto;
    font-size: 0;
    cursor: pointer;
}
.gallery-infro-section .slider-info button.btn-slider-prev {
    left: -70px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: auto;
}
.gallery-infro-section .wapper .image {
    position: relative;
    padding-bottom: 0;
}
.gallery-infro-section .wapper .image img {
    width: 100%;
    height: 100%;
}
.gallery-infro-section .wapper .item-entry {
    padding: 0 1rem;
}
.gallery-infro-section .wapper .item-entry .body-slider h2 {
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0.015rem;
    padding: 0;
    margin: 0.625rem 0rem 0.9375rem;
    display: none;
}
.gallery-infro-section .wapper .item-entry .body-slider .desc {
    font-size: 1.1875rem;
    line-height: 1.6;
    font-family: Charter, Georgia, Times, serif;
}
.gallery-infro-section .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0.3125rem 0.625rem;
}
.slider-listicle .mobile-heading {
    display: block;
    text-align: center;
    margin-top: 16px;
}
.gallery-infro-section .container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.slider-listicle .mobile-heading span {
    font-family: NewParisTextBook, Georgia, Times, serif;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1;
}
.slider-listicle .mobile-heading h2 {
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 0 1rem;
    margin: 10px 0 15px;
    max-width: none;
}
@media (min-width: 48rem) {
    .gallery-infro-section .wapper .item-entry {
        padding: 0;
    }
    .gallery-infro-section .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media (min-width: 64rem) {
    .slider-listicle {
        display: none;
    }
    .slider-listicle .mobile-heading {
        display: none;
    }
    .gallery-infro-section .wapper .image {
        padding-bottom: 70%;
    }
    .gallery-infro-section .wapper .image img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
    }
    .gallery-infro-section .gallery-view {
        display: flex;
        flex-direction: row;
        -moz-box-align: center;
        align-items: center;
        text-decoration: none;
        text-transform: uppercase;
        transition: all 0.3s ease-in-out 0s;
        -moz-box-pack: center;
        justify-content: center;
        font-size: 0.70028rem;
        line-height: 1.2;
        font-weight: 500;
        letter-spacing: 0.045rem;
        border-radius: 6.25rem;
        margin: 0;
        right: -70px;
        left: auto;
        height: 5.3125rem;
        padding: 0.625rem 1.25rem;
        position: absolute;
        width: auto;
        z-index: 1;
        color: rgb(255, 255, 255);
        background-color: #d2232e;
        border: 0.0625rem solid transparent;
        transform: none;
    }
    .gallery-infro-section {
        padding-left: 53px;
        padding-right: 53px;
    }
    .gallery-infro-section .slider-intro .caption {
        color: #000;
    }
    .gallery-infro-section .main-infro .thumb .thumb-img {
        padding-bottom: 50%;
    }
    .gallery-infro-section .gallery-view {
        display: flex;
    }
    .gallery-infro-section .infro-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .gallery-infro-section .desc-top {
        margin-bottom: .9375rem;
        margin-top: .9375rem;
        max-height: 9rem;
        overflow: auto;
        padding: 0;
    }
    .gallery-infro-section .slider-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .gallery-infro-section .wapper {
        display: flex;
    }
    .gallery-infro-section .wapper .image {
        width: 50%;
    }
    .gallery-infro-section .wapper .item-entry {
        width: 50%;
        padding: 0;
        padding-left: 1.25rem;
    }
    .gallery-infro-section .wapper .item-entry .body-slider h2 {
        text-align: left;
        padding-right: 0rem;
        padding-left: 0rem;
        font-size: 1.5rem;
        line-height: 1.4;
        letter-spacing: 0.015rem;
        display: block;
    }
}
body.single .el-dbe-blog-extra.block_extended {
    gap: 15px;
}
body.single .et_pb_column_4_4 .et_pb_post_extra.el_dbe_block_extended {
    width: calc(50% - 7.5px);
    margin: 0;
}
body.single .et_pb_column_4_4 .et_pb_post_extra.el_dbe_block_extended .post-media {
    height: auto;
}
body.single .et_pb_column_4_4 .et_pb_post_extra.el_dbe_block_extended:hover .post-media {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
body.single .et_pb_column_4_4 .et_pb_post_extra.el_dbe_block_extended .post-media a {
    margin-bottom: .625rem;
    position: relative;
    padding-bottom: 100%;
    display: block;
}
body.single .et_pb_column_4_4 .et_pb_post_extra.el_dbe_block_extended .post-media img {
    display: block;
    -webkit-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
body.single .et_pb_blog_extras_0_tb_body .et_pb_post.et_pb_post_extra {
    display: block;
}
body.single .et_pb_blog_extras_0_tb_body .et_pb_post.et_pb_post_extra .entry-title,
body.single .et_pb_blog_extras_0_tb_body .et_pb_post.et_pb_post_extra .entry-title a {
    font-family: 'Graphik' !important;
    font-weight: 500 !important;
    font-size: 1rem !important;
    line-height: 1.3 !important;
    margin-bottom: 0.25rem;
    text-align: left;
}
body.single .et_pb_blog_extras_0_tb_body .et_pb_post.et_pb_post_extra .abs-url:hover ~ .entry-title,
body.single .et_pb_blog_extras_0_tb_body .et_pb_post.et_pb_post_extra .abs-url:hover ~ .entry-title a {
    color: #d2232e !important;
}
body.single #page-container .et_pb_section .et_pb_blog_extras_0_tb_body .el-dbe-blog-extra .el-pagination-button {
    border-radius: 0;
    background: none;
    color: #000 !important;
    border: 1px solid;
}
body.single #page-container .et_pb_section .et_pb_blog_extras_0_tb_body .el-dbe-blog-extra .el-pagination-button:hover {
    background: #E8E8E8;
    color: #000000;
    border: thin solid black;
}
@media (min-width: 48rem) {
    body.single .et_pb_blog_extras_0_tb_body .et_pb_post.et_pb_post_extra .entry-title,
    body.single .et_pb_blog_extras_0_tb_body .et_pb_post.et_pb_post_extra .entry-title a {
        font-size: 1.125rem !important;
        margin-bottom: 0.5rem;
    }
}
@media (min-width: 61.25rem) {
    body.single .el-dbe-blog-extra.block_extended {x
        gap: 1.5rem;
    }
    body.single .et_pb_column_4_4 .et_pb_post_extra.el_dbe_block_extended {
        width: calc(25% - 1.125rem);
    }
}
@media (min-width: 64rem) {
    body.single .et_pb_blog_extras_0_tb_body .et_pb_post.et_pb_post_extra .entry-title,
    body.single .et_pb_blog_extras_0_tb_body .et_pb_post.et_pb_post_extra .entry-title a {
        font-size: 1.25rem !important;
    }
}