body {
    font-family: 'Gotham Pro',"Segoe UI",Frutiger,"Frutiger Linotype","Dejavu Sans","Helvetica Neue",Arial,sans-serif;
    font-weight: 400;
}
.inner {
    max-width: 1300px;
}
.center {
    padding-left: 0;
}
.blog-single-top, .blog-single-content-wrapper {
    width: 100%;
    margin-bottom: 20px;
}
.blog-single-mainpic img {
    width: 100%;
}
.title-area {
    padding: 0;
}
.blog-single-content {
    font-size: 16px;
    color: #515151;
    line-height: 18px;
    max-width: 90%;
    margin: 0 auto;
}
h1.blog-single-title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
}
.blog-single-content p, .blog-single-content h2, .blog-single-content h3, .blog-single-content h4, .blog-single-content h5 {
    margin-bottom: 20px;
}
p.blog-single-intro {
    border-top: 1px solid;
    padding-top: 20px;
    font-size: 18px;
    line-height: 22px;
    border-bottom: 1px solid;
    padding-bottom: 20px;
    border-color: rgb(72 91 119 / 16%);
    color: #485b77;
    font-weight: bold;
}
.blog-single-content h2, .blog-single-content h2 span {
    font-size: 30px !important;
    color: #485b77;
    line-height: 30px;
}
.blog-single-main img {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #dadde1;
    padding: 10px;
}
.gallery.blog-single-main a {
    color: #566fb3;
    font-weight: bold;
}
.blog-single-content-wrapper a {
    text-decoration: underline;
}
.blog-single-top-infos.title-area {
    color: #a1a9b4;
    font-size: 15px;
    line-height: 18px;
}
img.imgleft {
    margin-left: 0 !important;
}
img.imgright {
    margin-right: 0 !important;
}
a.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
a.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.blog-single-content p.quote span {
    font-size: 28px !important;
    color: #485b77;
    line-height: 30px;
    max-width: 90%;
    margin: 0 auto;
    margin-top: 30px;
    display: block;
    margin-bottom: 30px;
}
img.imgcenter {
    margin: 0 auto;
    text-align: center;
    display: block;
}
p.overview {
    background: #485a77;
    color: white;
    padding: 20px;
}
.right {
    max-width: unset;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
    background: transparent;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
}
.top .partner-name {
    font-size: 9px;
}
.top .partner-name i.icon-arrow {
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 4px solid;
    display: inline-block;
    border-left-color: inherit;
}

.blog-listing-featured a, .blog-listing-featured img {
    display: block;
    width: 100%;
}
.center .blog-post-wrapper {
    margin-bottom: 20px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: #272a39;
    padding: 1px;
}
.center .blog-post-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: 0 10px 10px rgb(23 25 37 / 20%), 0 20px 20px rgb(23 25 37 / 20%), 0 30px 30px rgb(23 25 37 / 20%);
            box-shadow: 0 10px 10px rgb(23 25 37 / 20%), 0 20px 20px rgb(23 25 37 / 20%), 0 30px 30px rgb(23 25 37 / 20%);
    border-radius: 10px;
    z-index: -1;
}
.blog-listing-featured .blog-post-wrapper:before {
    -webkit-box-shadow: 0 10px 10px rgb(23 25 37 / 20%), 0 20px 20px rgb(23 25 37 / 20%), 0 30px 30px rgb(23 25 37 / 20%), 0 40px 40px rgb(23 25 37 / 20%), 0 50px 50px rgb(23 25 37 / 20%);
            box-shadow: 0 10px 10px rgb(23 25 37 / 20%), 0 20px 20px rgb(23 25 37 / 20%), 0 30px 30px rgb(23 25 37 / 20%), 0 40px 40px rgb(23 25 37 / 20%), 0 50px 50px rgb(23 25 37 / 20%);
}
.blog-listing-featured .blog-post-wrapper, .blog-listing-featured .blog-post-wrapper:before {
    border-radius: 15px;
}
a.blog-post-image {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
}
.blog-listing-featured .blog-post-overlay {
    position: absolute;
    bottom: 50px;
    left: 50px;
    z-index: 1;
}
.blog-listing-featured a.blog-post-image:before {
    content: '';
    position: absolute;
    background: -webkit-gradient(linear, left bottom, left top, from(#1e202c), color-stop(40%, transparent));
    background: -o-linear-gradient(bottom, #1e202c, transparent 40%);
    background: linear-gradient(0deg, #1e202c, transparent 40%);
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    opacity: .69;
    z-index: 1;
}
a.blog-post-image:after {
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    top: 10px;
    border-radius: 8px;
    border: 1px solid #dab877;
    mix-blend-mode: color-dodge;
    opacity: .4;
    z-index: 1;
}
.blog-listing-featured:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}
.blog-post-overlay h1 {
    color: white;
    font-family: 'Playfair Display',serif;
    font-size: 44px;
    text-align: left;
    max-width: 80%;
    text-transform: uppercase;
    line-height: 48px;
    font-weight: bold;
    -webkit-font-feature-settings: 'lnum', 'pnum';
            font-feature-settings: 'lnum', 'pnum';
    margin-top: 6px;
}
.tag {
    text-transform: uppercase;
    font-weight: bold;
    display: inline !important;
    padding: 6px 5px 3px;
    border-radius: 3px;
}
.tag.bg-gold, .blog-post-footer a.tag:first-of-type {
    background: #dab776;
    color: #20202d;
    font-weight: bold;
}
a.blog-post-bglink {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.blog-listing-main .blog-post-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    padding: 10px;
    border: 1px solid #2e3143;
}
.blog-listing-main a.blog-post-image:after {
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border-radius: 4px;
}
.blog-listing-main a.blog-post-image {
    border-radius: 6px;
    border: 1px solid #1a1d2a;
    -webkit-box-shadow: 0 0 0 1px #2a2e40;
            box-shadow: 0 0 0 1px #2a2e40;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 420px;
            flex: 0 0 420px;
}
.blog-post-content h1, .modeltitle h1 {
    color: white;
    text-align: left;
    font-family: 'Playfair Display',serif;
    font-size: 26px;
    line-height: 30px;
    margin-top: 5px;
    font-weight: bold;
    -webkit-font-feature-settings: 'lnum', 'pnum';
            font-feature-settings: 'lnum', 'pnum';
}
.blog-post-content p {
    color: white;
    font-size: 15px;
    line-height: 18px;
}
span.blog-title-divider {
    background: #d9b778;
    height: 1px;
    width: 100%;
    display: block;
    margin: 10px 0;
    position: relative;
}
span.blog-title-divider:before, span.blog-title-divider:after {
    content: '';
    background: #d9b778;
    width: 5px;
    height: 5px;
    position: absolute;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: -2px;
}
span.blog-title-divider:before {
    left: 0;
}
span.blog-title-divider:after {
    right: 0;
}
.blog-post-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.blog-post-footer {
    margin-top: 10px;
    border-top: 1px solid #32364a;
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
span.blog-post-date {
    margin-top: auto;
    color: #545a7f;
    font-size: 14px;
}
.blog-post-footer a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    border-radius: 3px;
    padding: 6px 5px 3px;
    display: inline-block !important;
    z-index: 1;
    position: relative;
}
.blog-post-footer a.tag {
    background: #39425f;
    color: white;
}
a.blog-post-readmore {
    -webkit-box-shadow: inset 0 0 0 1px #d9b778;
            box-shadow: inset 0 0 0 1px #d9b778;
    color: #d9b778;
    font-weight: bold;
}
.blog-post-readmore:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid;
    display: inline-block;
    border-left-color: inherit;
    margin-left: 4px;
    line-height: 16px;
    position: relative;
    top: -1px;
}
.box {
    display: inline-block;
    width: 100%;
    padding-top: 0;
    border-top-color: transparent;
    border: none;
    padding: 0;
    border-radius: 3px;
    -webkit-box-shadow: 0 10px 10px rgb(23 25 37 / 20%), 0 20px 20px rgb(23 25 37 / 20%), 0 30px 30px rgb(23 25 37 / 20%);
            box-shadow: 0 10px 10px rgb(23 25 37 / 20%), 0 20px 20px rgb(23 25 37 / 20%), 0 30px 30px rgb(23 25 37 / 20%);
    position: relative;
    background: #282a39;
    margin-top: 20px;
}
.box .title {
    padding-top: 18px;
    padding-bottom: 18px;
    position: relative;
    text-align: center;
    margin-bottom: 0;
    line-height: normal;
    border: none;
    font-size: 16px;
    color: #b1b6ca;
}
.lined {
    display: table!important;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}
.lined span {
    display: inline-block;
    position: relative;
}
.lined:after, .lined:before {
    content: '';
    display: table-cell;
    position: relative;
    width: 50%;
    border-top: 1px solid rgba(118,121,139,.2);
    top: 50%;
}
.box .lined:before {
    right: 15px;
}
.box .lined:after, .box .lined:before {
    top: 5px;
}
.box .lined:after {
    left: 15px;
}
#latestgalls .own-post .card,
#latestgalls2 .own-post .card {
    background: #38445f;
    display: inline-block;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
}
#aside .btn, #latestgalls .own-post .card, #latestgalls .own-post .card .text-gold, #latestgalls .own-post .card i.icon-arrow:before,
#latestgalls .own-post .post-tags a, #modeloftheweek .modelposts a:after, #popularmodels .card .post-title.text-gold, #popularmodels2 .card .post-title.text-gold, #tabs a,
#tabs a:after, #tabs a:before, .footer-wrapper .col3 .btn, .footer-wrapper .col3 .btn.addthis_toolbox a, .partner-box a, a.bg-gold,
a.bg-medium, a.bg-white, div#lastfooter a, div#modelcard .btn, div#paginator a, div#sidelinks a,
.blog-listing-main .blog-post-wrapper,
#aside span.post-title,
#aside .blog-post-content,
#recommendedinarticle span.post-title,
#recommendedinarticle .blog-post-content,
.related .blog-post-content,
.related span.post-title,
.blog-listing-featured img,
a.blog-post-readmore,
.blog-post-footer a,
div#paginator a,
.slideshow a.cta, .fancybox__slide.has-inline a,
.blog-single-main img,
#latestgalls2 .own-post .card, #latestgalls2 .own-post .card .text-gold, #latestgalls2 .own-post .card i.icon-arrow:before,
#latestgalls2 .own-post .post-tags a, #latestgalls2 .own-post .post-tags a {
    -webkit-transition: .1s linear;
    -o-transition: .1s linear;
    transition: .1s linear;
}
.blog-post-footer a.tag:first-of-type:hover {
    background: #fcd489;
}
div#paginator a:hover {
    color: #d9b676;
    border-color: #d9b676;
}
#latestgalls .own-post .img-wrapper,
#latestgalls2 .own-post .img-wrapper {
    width: 120px;
    height: 81px;
    float: left;
    overflow: hidden;
    position: relative;
}
#latestgalls .own-post .img-wrapper img,
#latestgalls2 .own-post .img-wrapper img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#latestgalls .own-post .card .post-title,
#latestgalls2 .own-post .card .post-title {
    font-size: 13px;
    padding: 23px 10px;
    line-height: 16px;
    float: left;
    position: relative;
    max-width: 155px;
}
#latestgalls .own-post .card .post-title,
#latestgalls2 .own-post .card .post-title {
    font-size: 12px;
}
.post-title, .totem-title {
    background: 0 0;
}
#latestgalls .own-post i.icon-arrow:before,
#latestgalls2 .own-post i.icon-arrow:before {
    color: #dab776;
    font-size: 7px;
    position: relative;
    top: -1px;
}
#latestgalls .own-post .post-tags,
#latestgalls2 .own-post .post-tags {
    display: block;
    margin-top: 6px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 12px;
}
#latestgalls .own-post .post-tags a,
#latestgalls2 .own-post .post-tags a {
    padding: 3px 3px 0;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #dab776;
    font-size: 11px;
    background-color: #dab877;
    color: #14151e;
    font-weight: 700;
}
#latestgalls .own-post .post-tags a:nth-of-type(2), #latestgalls .own-post .post-tags a:nth-of-type(3),
#latestgalls2 .own-post .post-tags a:nth-of-type(2), #latestgalls2 .own-post .post-tags a:nth-of-type(3) {
    background: 0 0;
    border: 1px solid #38445f;
    color: #94a0bb;
    font-weight: 400;
}
#popularmodels .card,
#popularmodels2 .card {
    background: #3f4252;
    width: 140px;
    margin-bottom: 10px;
    float: left;
    margin-right: 10px;
    text-align: center;
    margin-left: 10px;
    border-radius: 3px;
    overflow: hidden;
}
.inline-block {
    display: inline-block;
}
a img {
    vertical-align: top;
}
img, video {
    height: auto;
    max-width: 100%;
}
#aside .btn, .after-relateds .btn {
    display: block;
    font-weight: 400;
    height: 40px;
    line-height: 42px;
    padding: 0 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 10px;
    border-radius: 3px;
    border: none;
    background: #39425f;
    color: #d9b676;
    clear: both;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #414b6e;
}
#aside .btn span {
    color: inherit;
}
.text-gold {
    color: #dab877;
}
.upper {
    text-transform: uppercase;
}
#popularmodels .card .post-title.text-gold,
#popularmodels2 .card .post-title.text-gold {
    line-height: normal;
    max-height: none;
    overflow: auto;
    vertical-align: bottom;
    padding: 5px 0 3px;
    background: #38445f;
    font-size: 13px;
    display: inline-block;
    width: 100%;
}
.right .offer {
    margin: 0;
}
.lined span.text-gold {
    color: inherit;
}
.blog-post-wrapper {
    position: relative;
}
div#aside .blog-post-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 10px 10px;
}
div#aside .blog-post-wrapper h1,
.relateds h1 {
    font-size: 14px;
    line-height: normal;
}
div#aside .blog-post-wrapper a.blog-post-image,
.related .blog-post-wrapper a.blog-post-image {
    border-radius: 0;
}
div#aside .blog-post-footer a {
    font-size: 10px;
    padding: 3px 3px 1px;
}
div#aside .blog-post-footer {
    border: none;
    padding: 0;
    margin-top: 3px;
}
div#aside .blog-post-wrapper a.blog-post-image:after {
    left: 3px;
    right: 3px;
    bottom: 3px;
    top: 3px;
    border-radius: 4px;
}
div#aside .blog-post-footer a.blog-post-readmore {
    display: none !important;
}
#aside .btn i.icon-arrow,
.after-relateds .btn i.icon-arrow{
    margin-left: 10px;
    position: relative;
    top: -1px;
    border-left-color: #d9b676;
}
#latestgalls .own-post .card,
#latestgalls2 .own-post .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
div#latestgalls .own-posts,
div#latestgalls2 .own-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 10px;
}
div#latestgalls .own-post,
div#latestgalls2 .own-post {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    margin-bottom: 10px;
}
#latestgalls .own-post .img-wrapper,
#latestgalls2 .own-post .img-wrapper {
    width: 100%;
    min-height: 100%;
    height: auto;
    float: none;
}
#latestgalls .own-post .img-wrapper img,
#latestgalls2 .own-post .img-wrapper img {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}
#latestgalls .own-post .card .post-title i,
#latestgalls2 .own-post .card .post-title i {
    display: none;
}
#latestgalls .own-post .card .post-title,
#latestgalls2 .own-post .card .post-title {
    padding: 8px 5px;
    float: none;
    font-family: 'Playfair Display';
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 13px;
    line-height: 15px;
    background: #39425f;
}
#latestgalls .own-post .post-tags a,
#latestgalls2 .own-post .post-tags a {
    font-size: 10px;
    padding: 2px 2px 0;
}
#latestgalls .own-post .post-tags,
#latestgalls2 .own-post .post-tags {
    display: none;
}
div#latestgalls .btn,
div#latestgalls2 .btn {
    margin-top: 0;
}
div#studios .studios, div#studios2 .studios {
    padding: 0 10px;
}
.studio span.post-title,
#popularmodels .card .post-title.text-gold,
#popularmodels2 .card .post-title.text-gold,
#latestgalls .own-post .card .post-title,
#latestgalls2 .own-post .card .post-title,
#aside .blog-post-content,
.related .blog-post-content {
    background: #39425f;
    display: block;
    font-family: 'Playfair Display';
    color: white;
    padding: 8px 5px;
    font-size: 14px;
    font-weight: bold;
}
#popularmodels .card .post-title.text-gold, #latestgalls .own-post .card .post-title,
#popularmodels2 .card .post-title.text-gold, #latestgalls2 .own-post .card .post-title {
    font-size: 13px;
    padding: 6px 4px;
}
.studio {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}
.models {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 10px;
}
.models .card {
    margin-bottom: 10px !important;
}
#popularmodels .card,
#popularmodels2 .card {
    margin: 0;
    float: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
}
div#aside .blog-post-footer,
div#aside .blog-post-wrapper a.blog-post-image:after,
.related .blog-post-wrapper a.blog-post-image:after {
    display: none;
}
div#aside .blog-post-wrapper,
.related .blog-post-wrapper {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
}
div#aside .blog-post-wrapper {
    margin: 0 10px 10px;
    margin-bottom: 10px;
}
div#aside .blog-post-wrapper h1,
.related .blog-post-wrapper h1 {
    font-size: inherit;
    line-height: normal;
    margin: 0;
    text-align: center;
}
#aside .blog-post-content,
.related .blog-post-content {
    width: 100%;
    font-size: 13px;
    padding: 6px;
}
div#paginator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}
div#paginator a {
    color: white;
    border: 1px solid #39425f;
    padding: 4px 5px 2px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    min-width: 20px;
    text-align: center;
}
div#paginator .current {
    pointer-events: none;
    opacity: .5;
}
.studio:hover span.post-title,
#popularmodels .card:hover .post-title.text-gold,
#popularmodels2 .card:hover .post-title.text-gold,
#latestgalls .own-post:hover .card .post-title,
#latestgalls2 .own-post:hover .card .post-title,
#aside .blog-post-wrapper:hover .blog-post-content,
#aside .btn:hover, .blog-post-footer a.tag:hover,
.related .blog-post-wrapper:hover .blog-post-content,
.slideshow a.cta:hover, .fancybox__slide.has-inline a:hover {
    background: #49567f;
}
.blog-single-main img:hover {
    border-color: #5572cd;
}
.blog-listing-main .blog-post-wrapper:hover {
    background: #31354d;
}
.blog-listing-featured a.blog-post-readmore {
    position: absolute;
    width: auto;
    text-transform: uppercase;
    right: 50px;
    bottom: 0;
    padding: 6px;
    font-size: 15px;
    border-radius: 4px;
    -webkit-transform: translateY(300%);
        -ms-transform: translateY(300%);
            transform: translateY(300%);
    opacity: 0;
}
.blog-listing-featured:hover a.blog-post-readmore {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
}
a.blog-post-readmore:hover {
    background: #d9b778;
    color: #20202d;
}
.relateds {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.related .title {
    color: white;
}
.related .title:before, .related .title:after {
    top: 5px;
}
.related .blog-post-wrapper {
    margin: 0;
}
.aside-inner {
    position: sticky;
    top: 90px;
}
div#aside {
    position: relative;
}
video {
    margin-bottom: 20px;
    border: 1px solid #d9dce0;
    padding: 10px;
}
.slideshow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    background: #e6eaf1;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #d9e0eb;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
div.slide-item {
    display: none;
}
.slideshow a.cta, .fancybox__slide.has-inline a {
    background: #39425f;
    color: #d8b577;
    border-radius: 3px;
    width: 100px;
    text-align: center;
    text-decoration: none;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-transform: uppercase;
    padding: 20px;
    border: 1px solid #c7d0e0;
}
.slideshow a.cta {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.fancybox__slide.has-inline div {
    background: transparent;
}
.fancybox__slide.has-inline a {
    min-width: 10vw;
    min-height: 10vh;
    font-size: 1.5vw;
}
.blog-single-content .recommend-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    border: 1px solid rgba(118,121,139,.2);
    border-top: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.blog-single-content .recommend-wrapper .blog-post-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
}
@supports (gap: 10px) {
    .blog-single-content .recommend-wrapper {
        gap: 10px;
    }
}
.blog-single-content div#recommendedinarticle .lined {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-bottom: -9px;
}
.blog-single-content div#recommendedinarticle .lined:before, .blog-single-content div#recommendedinarticle .lined:after, .blog-single-content .recommend-wrapper {
    border-color: #526895;
}
.blog-single-content div#recommendedinarticle .lined span {
    position: relative;
    top: 2px;
    font-weight: 900;
    color: #526895;
}
.blog-single-content .recommend-wrapper img {
    border: none;
    padding: 0;
}
.blog-single-content .recommend-wrapper .blog-post-wrapper {
    background: transparent;
    padding: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
}
.blog-single-content .recommend-wrapper .blog-post-content a {
    text-decoration: none;
}
.blog-single-content .recommend-wrapper .blog-post-content {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #536895;
}
div#recommendedinarticle {
    margin: 5%;
}
.after-relateds {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}
.after-relateds .box {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.bot {
    position: relative;
}
div#studios2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
div#latestgalls2 .own-post {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
}
.after-relateds .btn {
    text-align: center;
}
#latestgalls2 .own-post .card {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.after-relateds .card {
    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;
}
div#latestgalls2 .post-title, div#studios2 .post-title, div#popularmodels2 .post-title {
    text-align: center;
    padding: 3px 4px !important;
    width: 100% !important;
    display: block !important;
    line-height: normal !important;
}
div#popularmodels2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30.7%;
            flex: 0 0 30.7%;
}
.after-relateds .box .btn {
    margin-top: auto;
}
.related .blog-post-content {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.gallery.blog-single-main a {
    display: inline;
}
.blog-single-content img {
    height: auto !important;
}
a.slide-item:focus-visible, a.slide-item:focus, a.slide-item:visited {
    border: none;
    outline: none;
}
.blog-single-content ol {
    margin-left: 25px;
}
.offer-mobile {
    position: fixed;
    bottom: 10px;
    text-align: center;
    width: 100%;
    padding: 0 20px;
}
span.hide {
    display: none;
}
input#offerclosehandler {
    position: absolute;
    right: -99999px;
    bottom: -99999px;
    opacity: 0;
}
.offer-mobile div {
    position: relative;
}
.offer-mobile a {
    border: 1px solid #d9b778;
    -webkit-box-shadow: 0 10px 10px rgb(23 25 37 / 20%), 0 20px 20px rgb(23 25 37 / 20%), 0 30px 30px rgb(23 25 37 / 20%);
            box-shadow: 0 10px 10px rgb(23 25 37 / 20%), 0 20px 20px rgb(23 25 37 / 20%), 0 30px 30px rgb(23 25 37 / 20%);
    position: relative;
}
.offer-mobile label {
    position: absolute;
    background: #d9b778;
    color: #161824;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    right: -7px;
    top: -7px;
    width: 20px;
    height: 20px;
    font-size: 10px;
    font-weight: 900;
    -webkit-box-shadow: 0 4px 5px rgb(22 24 36 / 25%), 0 1px 0px rgb(22 24 36 / 25%);
            box-shadow: 0 4px 5px rgb(22 24 36 / 25%), 0 1px 0px rgb(22 24 36 / 25%);
}
input#offerclosehandler:checked + a,
input#offerclosehandler:checked + a + label {
    display: none;
}
.modeltitle .tag {
    display: block !important;
}
@media only screen and (max-width: 1360px) {
    .center {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
    }
  }
@media only screen and (max-width: 1260px) {
    .relateds {
        gap: 10px;
        margin-top: 10px;
    }
    .right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 300px;
                flex: 0 0 300px;
    }
}
@media only screen and (max-width: 1210px) {
    div#aside .blog-post-wrapper h1, .related .blog-post-wrapper h1, #popularmodels .card .post-title.text-gold, #latestgalls .own-post .card .post-title, .studio span.post-title {
        font-size: 12px;
    }
}
@media only screen and (max-width: 1190px) and (min-width: 1121px) {
    .blog-listing-main a.blog-post-image {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 350px;
                flex: 0 0 350px;
    }
    body.blog-listing .blog-post-content p {
        font-size: 14px;
        line-height: 16px;
    }
    body.blog-listing div#latestgalls .own-post:nth-last-child(-n+2),
    body.blog-listing #popularmodels .card:nth-last-child(-n+2) {
        display: none;
    }
}
@media only screen and (max-width: 1140px) {
    .right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 280px;
                flex: 0 0 280px;
    }
}
@media only screen and (min-width: 1121px) {
    .hideondesktop {
        display: none;
    }
}
@media only screen and (max-width: 1120px) {
    div#aside {
        display: none;
    }
    .center {
        padding: 0;
    }
    div#aside .blog-post-wrapper h1, .blog-single-content .blog-post-wrapper h1, .related .blog-post-wrapper h1,
    #popularmodels .card .post-title.text-gold, #popularmodels2 .card .post-title.text-gold,
    #latestgalls .own-post .card .post-title, .studio span.post-title, #latestgalls2 .own-post .card .post-title, .studio span.post-title {
        font-size: 14px;
    }
    .relateds {
        gap: 15px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .blog-single-content {
        max-width: 95%;
    }
}
@media only screen and (max-width: 949px){
    .center-bot, .center-top, .gallery {
        background: #fff;
        background: -o-linear-gradient(left,#ececec,#fff,#ececec);
        background: -webkit-gradient(linear,left top, right top,from(#ececec),color-stop(#fff),to(#ececec));
        background: linear-gradient(90deg,#ececec,#fff,#ececec);
        border: solid #b1c2cc 2px;
        border-radius: 3px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 2%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 2%;
    }
    .title-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .top a:nth-last-of-type(2),
    body.blog-listing .top a:last-of-type {
        display: block;
    }
    .top a {
        max-width: 24%;
    }
    body.blog-listing.desktop .top a:last-of-type {
        display: none;
    }
}
@media only screen and (max-width: 900px){
    #popularmodels2 .card {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 47%;
                flex: 0 0 47%;
    }
    .blog-listing-main a.blog-post-image {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 350px;
                flex: 0 0 350px;
    }
    body.blog-listing .blog-post-content p {
        font-size: 14px;
        line-height: 16px;
    }
}
@media only screen and (max-width: 860px){
    div#aside .blog-post-wrapper h1, .blog-single-content .blog-post-wrapper h1, .related .blog-post-wrapper h1, #popularmodels .card .post-title.text-gold, #popularmodels2 .card .post-title.text-gold, #latestgalls .own-post .card .post-title, .studio span.post-title, #latestgalls2 .own-post .card .post-title, .studio span.post-title {
        font-size: 13px;
    }
}
@media only screen and (max-width: 820px){
    div#aside .blog-post-wrapper h1, .blog-single-content .blog-post-wrapper h1, .related .blog-post-wrapper h1, #popularmodels .card .post-title.text-gold, #popularmodels2 .card .post-title.text-gold, #latestgalls .own-post .card .post-title, .studio span.post-title, #latestgalls2 .own-post .card .post-title, .studio span.post-title {
        font-size: 12px;
    }
    div#popularmodels2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 31%;
                flex: 0 0 31%;
    }
    .blog-single-top-infos.title-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 10px;
    }
    .blog-listing-main a.blog-post-image {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 43%;
                flex: 0 0 43%;
    }
    body.blog-listing .blog-post-content h1 {
        font-size: 24px;
        line-height: 28px;
        margin-top: 0;
    }
    body.blog-listing .blog-post-overlay h1 {
        font-size: 38px;
        line-height: 40px;
    }
    body.blog-listing span.blog-post-date {
        margin-top: 10px;
        font-size: 12px;
    }
    .blog-listing-main a.blog-post-image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
    .blog-listing-main .blog-post-wrapper {
        gap: 10px;
    }
    body.blog-listing .blog-post-content p {
        font-size: 13px;
        line-height: 15px;
    }
    body.blog-listing .blog-post-footer a {
        font-size: 12px;
        padding: 5px 5px 3px;
    }
}
@media only screen and (max-width: 760px){
    div#latestgalls2, div#studios2 {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 49%;
                flex: 0 0 49%;
    }
    .after-relateds {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    #popularmodels2 .card {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 32%;
                flex: 0 0 32%;
    }
    #popularmodels2 .card .image, #popularmodels2 .card img {
        width: 100%;
    }
    div#popularmodels2 .models {
        margin-bottom: 10px;
    }
    div#aside .blog-post-wrapper h1, .blog-single-content .blog-post-wrapper h1, .related .blog-post-wrapper h1, #popularmodels .card .post-title.text-gold, #popularmodels2 .card .post-title.text-gold, #latestgalls .own-post .card .post-title, .studio span.post-title, #latestgalls2 .own-post .card .post-title, .studio span.post-title {
        font-size: 14px;
    }
    div#popularmodels2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
}
@media only screen and (max-width: 720px){
    div#recommendedinarticle {
        margin: 3%;
    }
    .title-area {
        display: none;
    }
    body.blog-listing .blog-post-overlay h1 {
        max-width: 90%;
        font-size: 30px;
        line-height: 36px;
    }
    .blog-listing-featured .blog-post-overlay .tag {
        font-size: 14px;
        padding: 5px 5px 2px;
    }
}
body.blog-listing .model .blog-post-footer a.blog-post-readmore.default {
    display: none !important;
}
.blog-listing-main a.blog-post-image .title-over {
    display: none;
}
.blog-listing-main .blog-post-wrapper {
    margin-bottom: 10px;
}
.blog-listing-main .blog-post-wrapper:first-child {
    margin-top: 5px;
}
.modeltitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.modeltitle h1 {
    margin-top: 0;
    line-height: 24px;
}
body.blog-listing .model .blog-post-footer a.tag:first-of-type {
    background: #39425f;
    color: white;
    font-weight: normal;
}
body.blog-listing .model .featured-posts a,
.blog-listing-main .blog-post-wrapper.model .blog-post-content {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
            flex: 1 !important;
}
body.blog-listing .model .featured-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}
.blog-post-wrapper.model {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media only screen and (min-width: 701px){
    .modeltitle {
        display: none;
    }
    .blog-listing.mobile .modeltitle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .blog-listing-main .blog-post-wrapper.post .blog-post-content, .blog-listing-main .blog-post-wrapper.model .blog-post-content {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
    .blog-listing.mobile .studio a.blog-post-image, .blog-listing.mobile .wmn a.blog-post-image, .blog-listing.mobile .video a.blog-post-image {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
    body.blog-listing.mobile .studio a.blog-post-image .title-over, body.blog-listing.mobile .video a.blog-post-image .title-over, body.blog-listing.mobile .wmn a.blog-post-image .title-over {
        position: absolute;
        bottom: 4%;
        left: 4%;
        right: 4%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
    }
    body.blog-listing.mobile .studio .blog-post-content, body.blog-listing.mobile .video .blog-post-content, body.blog-listing.mobile .wmn .blog-post-content {
        display: none;
    }
    body.blog-listing.mobile .blog-listing-main .studio a.blog-post-image:before, body.blog-listing.mobile .blog-listing-main .video a.blog-post-image:before, body.blog-listing.mobile .blog-listing-main .wmn a.blog-post-image:before {
        content: '';
        position: absolute;
        background: -webkit-gradient(linear, left bottom, left top, from(#1e202c), color-stop(70%, transparent));
        background: -o-linear-gradient(bottom, #1e202c, transparent 70%);
        background: linear-gradient(0deg, #1e202c, transparent 70%);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: .69;
    }
    body.blog-listing.mobile .title-over > span:first-child {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
    body.blog-listing.mobile .title-over h1 {
        text-align: left;
        font-family: 'Playfair Display',serif;
        font-size: 40px;
        color: white;
    }
    body.blog-listing.mobile .title-over span.blog-post-readmore {
        -webkit-box-shadow: inset 0 0 0 1px #d9b778;
                box-shadow: inset 0 0 0 1px #d9b778;
        color: #d9b778;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 12px;
        border-radius: 3px;
        padding: 5px 4px 3px;
    }
    body.blog-listing.mobile .blog-listing-main a.blog-post-image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
    body.blog-listing.mobile .post span.blog-title-divider, body.blog-listing.mobile .model .blog-post-content a.shorter, body.blog-listing.mobile .model .blog-post-content a.longer, body.blog-listing.mobile .model span.blog-title-divider {
        display: none;
    }
    body.blog-listing.mobile .top a {
        max-width: 24%;
    }
    body.blog-listing.mobile .modeltitle h1, body.blog-listing.mobile .blog-post-content h1 {
        font-size: 3vw;
        line-height: 105%;
        max-width: 40vw;
    }
    body.blog-listing.mobile p.longer {
        font-size: 1.8vw;
        line-height: 120%;
        margin-top: 1vw;
    }
    body.blog-listing.mobile span.tag,
    body.blog-listing.mobile a.blog-post-readmore,
    body.blog-listing.mobile .title-over span.blog-post-readmore,
    body.blog-listing.mobile .blog-post-footer a.tag {
        font-size: 1.3vw;
        padding: 0.8vw 0.8vw 0.5vw;
    }
    body.blog-listing.mobile span.blog-post-date {
        font-size: 1.5vw;
    }
    body.blog-listing.mobile .blog-listing-main .model a.blog-post-image {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33%;
                flex: 0 0 33%;
    }
    body.blog-listing.mobile .model .featured-posts {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    body.blog-listing.mobile .model .featured-posts a {
        -webkit-box-flex: 0 !important;
            -ms-flex: 0 0 32.5% !important;
                flex: 0 0 32.5% !important;
    }
}
@media only screen and (max-width: 700px){
    body.blog-listing .blog-post-footer a:nth-of-type(n+3) {
        display: none !important;
    }
    .blog-listing-main .blog-post-wrapper.post a.blog-post-image,
    .blog-listing-main .blog-post-wrapper.model a.blog-post-image {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33%;
                flex: 0 0 33%;
    }
    .blog-listing-main .blog-post-wrapper.post .blog-post-content,
    .blog-listing-main .blog-post-wrapper.model .blog-post-content {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    body.blog-listing .post .blog-post-content h1 {
        font-size: 18px;
        line-height: 20px;
        text-align: left;
        margin: 0;
        margin-bottom: 6px;
        border-bottom: 1px solid #d9b778;
        max-width: unset;
        padding-bottom: 8px;
    }
    body.blog-listing .post span.blog-title-divider,
    body.blog-listing .model .blog-post-content a.shorter,
    body.blog-listing .model .blog-post-content a.longer,
    body.blog-listing .model span.blog-title-divider {
        display: none;
    }
    body.blog-listing .studio a.blog-post-image .title-over,
    body.blog-listing .video a.blog-post-image .title-over,
    body.blog-listing .wmn a.blog-post-image .title-over {
        position: absolute;
        bottom: 4%;
        left: 4%;
        right: 4%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
    }
    .blog-listing-main .studio a.blog-post-image:before,
    .blog-listing-main .video a.blog-post-image:before,
    .blog-listing-main .wmn a.blog-post-image:before {
        content: '';
        position: absolute;
        background: -webkit-gradient(linear, left bottom, left top, from(#1e202c), color-stop(70%, transparent));
        background: -o-linear-gradient(bottom, #1e202c, transparent 70%);
        background: linear-gradient(0deg, #1e202c, transparent 70%);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: .69;
    }
    body.blog-listing .studio .blog-post-content,
    body.blog-listing .video .blog-post-content,
    body.blog-listing .wmn .blog-post-content{
        display: none;
    }
    .title-over span.blog-post-readmore {
        -webkit-box-shadow: inset 0 0 0 1px #d9b778;
                box-shadow: inset 0 0 0 1px #d9b778;
        color: #d9b778;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 12px;
        border-radius: 3px;
        padding: 5px 4px 3px;
    }
    body.blog-listing .title-over > span:first-child {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
    body.blog-listing .title-over .tag,
    .modeltitle .tag {
        font-size: 12px;
    }
    body.blog-listing .title-over h1 {
        text-align: left;
        font-family: 'Playfair Display',serif;
        font-size: 40px;
        color: white;
    }
    .blog-listing-main .blog-post-content {
        width: 100%;
    } 
    .blog-listing-main a.blog-post-image {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
    .blog-listing-main .blog-post-wrapper {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    body.blog-listing .blog-post-content h1 {
        font-size: 26px;
        line-height: 30px;
        text-align: center;
        max-width: 90%;
        margin: 0 auto;
    }
    body.blog-listing .blog-post-content p {
        font-size: 13px;
        line-height: 16px;
    }
    body.blog-listing span.blog-post-date {
        display: none;
    }
    .blog-listing-featured .blog-post-overlay, .blog-listing-featured .blog-post-overlay h1 {
        text-align: center;
    }
    .blog-listing-featured .blog-post-overlay {
        left: 30px;
        right: 30px;
        bottom: 30px;
    }
    body.blog-listing .blog-post-overlay h1 {
        max-width: 100%;
        font-size: 28px;
        line-height: 32px;
    }
}
@media only screen and (max-width: 680px){
    div#recommendedinarticle {
        margin: 0;
    }
    .blog-listing-main .blog-post-wrapper {
        gap: 0;
    }
    .modeltitle {
        margin-bottom: 10px;
    }
    .blog-listing-main .blog-post-wrapper.post a.blog-post-image, .blog-listing-main .blog-post-wrapper.model a.blog-post-image {
        margin-right: 10px;
    }
    .blog-listing-main .blog-post-wrapper.model .featured-posts a.blog-post-image:last-of-type {
        margin-right: 0;
    }
}
@media only screen and (max-width: 640px){
    .blog-single-content .recommend-wrapper {
        padding: 10px;
        padding-top: 20px;
    }
    .related .blog-post-content {
        padding: 4px 3px 6px;
    }
    div#recommendedinarticle {
        margin-bottom: 30px;
    }
    img.imgleft, img.imgright {
        max-width: 40%;
        height: auto !important;
    }
}
@media only screen and (min-width: 601px){
body.blog-listing .shorter {
    display: none;
}
}
@media only screen and (max-width: 600px){
    .recommend-wrapper.related h1 {
        font-size: 12px;
    }
    .slideshow {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .gallery.blog-single-main .slideshow a.cta {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        -webkit-writing-mode: initial;
            -ms-writing-mode: initial;
                writing-mode: initial;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
    a.slide-item {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
    .top a:nth-last-of-type(2),
    body.blog-listing .top a:last-of-type {
        display: none;
    }
    body.blog-listing .top a:nth-last-of-type(2){
        display: block;
    }
    .top a {
        max-width: 32.6%;
    }
    body.blog-listing .longer {
        display: none;
    }
    body.blog-listing.desktop .top a:nth-last-of-type(2), body.blog-listing.desktop .top a:last-of-type {
        display: none;
    }
}
@media only screen and (max-width: 540px){
    #popularmodels2 .card {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 31%;
                flex: 0 0 31%;
    }
    .main .btn {
        font-size: 13px !important;
    }
    .related .lined {
        font-size: 14px;
    }
    .blog-single-main {
        margin-bottom: 20px;
    }
    .relateds .blog-post-wrapper {
        margin-bottom: 6px;
    }
    img.imgleft {
        margin: 15px !important;
        margin-left: 0 !important;
    }
    img.imgright {
        margin: 15px !important;
        margin-right: 0 !important;
    }
    .lastfooter .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        line-height: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    body.blog-listing .model a.tag:nth-of-type(n+2) {
        display: none !important;
    }
}
@media only screen and (max-width: 520px){
    .main .btn {
        font-size: 12px !important;
    }
    .related .lined {
        font-size: 13px;
    }
    body.blog-listing.mobile .post .blog-post-footer a:nth-of-type(2) {
        display: none !important;
    }
}
@media only screen and (max-width: 490px){
    .blog-post-footer {
        padding-top: 0;
        border: none;
    }
    .blog-listing-main .blog-post-wrapper {
        padding: 6px;
    }
}
@media only screen and (max-width: 480px){
    .main .btn {
        padding: 0 10px !important;
    }
}
@media only screen and (max-width: 460px){
    body.blog-listing .blog-post-content p {
        font-size: 12px;
        line-height: 14px;
    }
}
@media only screen and (max-width: 440px){
    .main .btn {
        padding: 0 3px !important;
    }
    .bot .box-title span {
        display: block;
        margin-top: 7px;
        margin-bottom: 4px;
    }
    .partner-name span {
        display: block;
    }
}
@media only screen and (max-width: 420px){
    .related .lined {
        font-size: 12px;
    }
    .main .btn i {
        display: none;
    }
    div#aside .blog-post-wrapper h1, .blog-single-content .blog-post-wrapper h1, .related .blog-post-wrapper h1, #popularmodels .card .post-title.text-gold, #popularmodels2 .card .post-title.text-gold, #latestgalls .own-post .card .post-title, .studio span.post-title, #latestgalls2 .own-post .card .post-title, .studio span.post-title {
        font-size: 13px;
    }
    .blog-single-content h2 {
        display: block;
        clear: both;
        text-align: center;
    }
    img.imgleft, a.alignleft {
        float: none !important;
        margin: 10px auto !important;
        display: block;
        max-width: 100%;
    }
    a.alignleft img {
        display: block !important;
        float: none !important;
        max-width: 100%;
        margin: 10px auto !important;
    }
    .blog-single-content p.quote span {
        font-size: 24px !important;
        line-height: 26px;
    }
    .top .partner-name i.icon-arrow,
    .bot .partner-name i.icon-arrow {
        display: none;
    }
    .top .partner-name,
    .bot .partner-name {
        font-size: 8px;
    }
    body.blog-listing .post .blog-post-content h1 {
        font-size: 16px;
        line-height: 20px;
    }
    body.blog-listing .blog-post-footer a {
        font-size: 10px;
        padding: 4px 4px 2px;
    }
    body.blog-listing .title-over h1 {
        font-size: 34px;
    }
    body.blog-listing .title-over .tag,
    .title-over span.blog-post-readmore,
    .modeltitle .tag {
        font-size: 10px;
        padding: 4px 4px 3px;
    }
    .blog-post-readmore:after {
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-left: 5px solid;
    }
    .logo a {
        font-size: 30px;
    }
    body.blog-listing .post .blog-post-content h1 {
        padding-bottom: 4px;
        margin-bottom: 4px;
        font-size: 16px;
        line-height: 18px;
    }
    .blog-listing-main .blog-post-wrapper.post a.blog-post-image, .blog-listing-main .blog-post-wrapper.model a.blog-post-image {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 35%;
                flex: 0 0 35%;
    }
    .modeltitle {
        margin-bottom: 6px;
    }
    .blog-listing-main .blog-post-wrapper.post a.blog-post-image, .blog-listing-main .blog-post-wrapper.model a.blog-post-image {
        margin-right: 6px;
    }
    .blog-post-footer {
        margin-top: 5px;
    }
}
@media only screen and (max-width: 400px){
    div#latestgalls2, div#studios2 {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
    .related .lined {
        font-size: 14px;
    }
    #popularmodels2 .card {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 48.4%;
                flex: 0 0 48.4%;
    }
    .relateds {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .relateds .blog-post-wrapper {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
}
@media only screen and (max-width: 380px){
    img.imgright, a.alignright {
        float: none !important;
        margin: 10px auto !important;
        display: block;
        max-width: 100%;
    }
    body.blog-listing .blog-post-content h1 {
        max-width: unset;
        font-size: 24px;
        line-height: 28px;
    }
    .top .partner-name, .bot .partner-name {
        font-size: 7px;
    }
}
@media only screen and (max-width: 340px){
    #popularmodels2 .card {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 48%;
                flex: 0 0 48%;
    }
    body.blog-listing .blog-post-footer {
        -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;
    }
    body.blog-listing .blog-post-footer a.blog-post-readmore {
        margin-top: 10px;
        width: 100%;
        text-align: center;
        padding: 10px 5px 8px;
        font-size: 14px;
    }
    body.blog-listing .blog-post-tags {
        display: none;
    }
    body.blog-listing .post .blog-post-footer {
        display: none !important;
    }
}
@media only screen and (max-width: 280px){
    #popularmodels2 .card {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 47%;
                flex: 0 0 47%;
    }
}
body.blog-listing.mobile .blog-listing-main .blog-post-wrapper.post a.blog-post-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
}