/*
Theme Name: Fashion
Version: 1.0.1
Stylesheet: Main Stylesheet
*/
:root{
    --main-color: linear-gradient(
            -72deg,
            #dedeff,
            #ffffff 16%,
            #dedeff 21%,
            #ffffff 24%,
            #dedeff 36%,
            #ffffff 45%,
            #ffffff 60%,
            #dedeff 72%,
            #ffffff 80%,
            #dedeff 84%,
            #555564
    );
    --main-animation: shine 5s linear infinite;
}
@keyframes shine{
    0% { background-position: 0 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0 50%; }
}
body {
    font-family: 'Proxima Nova Rg';
    font-size: 16px;
    line-height: 1.6;
    color: rgba(102,102,102,1.0);
}

p {
    margin: 0;
    padding-top: 8px;
    padding-bottom: 7px;
}

.single-post-content-body > p:first-child {
    padding-top: 0;
}

.single-post-content-body > p:last-child {
    padding-bottom: 0;
}
.single-post-content-body img{
    width: 100%;
}


.site-container{
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}
@media(max-width:639px) {
    .site-container{
        padding: 0 10px;
    }
}
@media(max-width:479px) {
    .site-container{
        padding: 0 5px;
    }
}

.btn, button, input[type=button], input[type=submit]{border:none; transition:color 0.2s, background-color 0.2s, border-color 0.2s; -webkit-transition:color 0.2s, background-color 0.2s, border-color 0.2s; background-image:none; text-shadow:none; box-shadow:none; -webkit-box-shadow:none; text-decoration:none; border:none;line-height:1.5; border-radius:3px; -webkit-border-radius:3px; vertical-align:top; display:inline-block; text-decoration:none; -webkit-tap-highlight-color:rgba(0,0,0,0);} /*.heading-font*/
		.btn, .btn:focus, .btn:active:focus, .btn.active:focus {outline:none; text-decoration:none;}

		.btn-default, button, input[type=button], input[type=submit],
		.btn-default:visited, button:visited, input[type=button]:visited, input[type=submit]:visited
		{font-weight:bold; background-color:rgba(68,68,68,1.0); color:rgba(255,255,255,1.0); outline:none; padding:10px 35px 9px 35px; margin:0; letter-spacing:0; font-size:14px;}

		.btn-default.padding-small, button.padding-small, input[type=button].padding-small, input[type=submit].padding-small { padding-left:15px; padding-right:15px;}

		.btn-default:active, button:active, input[type=button]:active, input[type=submit]:active,
		.btn-default:focus, button:focus, input[type=button]:focus, input[type=submit]:focus
		{background-color:rgba(34,34,34,1.0); color:rgba(255,255,255,1.0); box-shadow:none; -webkit-box-shadow:none;}

		.btn-default:hover, button:hover, input[type="button"]:hover, input[type="submit"]:hover {
	background-color: #000;
	color: rgba(255,255,255,1.0);
	box-shadow: none;
	-webkit-box-shadow: none;
	text-decoration: none;
}

body{
    padding-top: 89px;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    background: black;
    color: white;
    z-index: 9;
    width: 100%;
}
body.admin-bar{
    padding-top: 89px;
}
.admin-bar header{
    top: 32px;
}
@media screen and (max-width: 600px) {
    header {
        position: absolute;
    }
}
@media screen and (max-width: 782px) {
    .admin-bar header{
        top: 46px;
    }
}
.header-inner{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    min-height: 87px;
}
@media (max-width: 1366px) {
    .header-inner {
        width: 1180px;
    }
}
@media (max-width: 1440px) {
    .header-inner {
    }
}
@media (max-width: 1199px) {
    .header-inner{
        width: 100%;
    }
}

#header-menu > li > a {
    padding: 48px 23px 5px 23px;
    text-decoration: none;
    display: block;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    text-transform: uppercase;
    font-size: 20px;
    transition: all 0.2s ease-in-out;
    color: white;
}
#header-menu > li.current-menu-item > a,
#header-menu > li:hover > a{
    color: rgba(153, 153, 153, 1.0);
}
header .custom-logo{
    display: block;
    width: auto;
    max-height: 67px;
}
#mob-menu-trigger{
    display: none;
    position: absolute;
    right: 15px;
    bottom: 8px;
    font-size: 26px;
}
@media (max-width: 1000px) {
    #mob-menu-trigger{
        display: block;
    }
}
@media (max-width: 480px) {
    #mob-menu-trigger {
        right: 10px;
    }
}
#mob-menu{
    background-color: rgba(0, 0, 0, 1.00);
    width: 75%;
    max-width: 320px;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999999;
    transform: translate(-101%, 0);
    -webkit-transform: translate(-101%, 0);
    -ms-transform: translate(-101%, 0);
    visibility: visible;
    transition: transform 0.2s, visibility 0.2s;
    -webkit-transition: -webkit-transform 0.2s, visibility 0.2s;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-scrolling: touch;
    left: 0;
    padding-top: 1%;
}
#mob-menu-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    z-index: 999998;
    visibility: hidden;
}
@media (max-width: 1023px){
    body.open-mob-menu #mob-menu {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        visibility: visible;
        transition: transform 0.3s, visibility 0s;
        -webkit-transition: -webkit-transform 0.3s, visibility 0s;
    }
    body.open-mob-menu #mob-menu-overlay {
        visibility: visible;
    }
}
#mob-menu li a{
    font-weight: bold;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 10px 20px;
    text-decoration: none;
    position: relative;
}
#mob-menu li a:hover{
    color: rgba(153, 153, 153, 1.0);
}
.site-logo-block{
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    padding-top: 1px;
    align-items: center;
}
.home-video{
    background: var(--main-color);
    animation: var(--main-animation);
    /* -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%); */
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
.home-video-inner {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 87%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 87%, 0 100%);
}

footer{
    position: relative;
    background: var(--main-color);
    animation: var(--main-animation);
    background-size: 200% 200%;
    z-index: 3;
    -webkit-clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 100%);
    padding-top: 10px;
    clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 100%);
}
.mainFooter{
    background: #262626;
    padding-top: 40px;
    margin-top: 10px;
}
.footerLogo {
    padding: 0 15px;
    display: flex;
    justify-content: center;
    flex: 1 0 100%;
}
.footerLogo img{
    width: 260px;
}
.footerMenu{
    flex: 0 0 100%;
}
.footerSocials {
    flex: 0 0 100%;
    text-align: center;
}
.footerSocials .fa:before {
    font-size: 28px;
}
.descriptionSite {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    width: 230px;
    float: left;
    line-height: 16px;
    opacity: .85;
}

footer .custom-logo{
    max-width: 100%;
    height: auto;
}
#footer-menu li {
    white-space: nowrap;
    padding: 5px;
}
#footer-menu a {
    color: #a7a7a7;
    text-decoration: none;
    text-transform: uppercase;
}
#footer-menu li:first-child a{
    padding-left: 0;
}
@media (min-width: 640px) {
    .footerMenu{
        padding-right: 10px;
        flex: 0 0 70%;
    }
    .footerSocials{
        padding-left: 15px;
        flex: 0 0 30%;
        text-align: right;
    }
    #footer-menu a {
        padding: 0 15px;
    }
}
@media (min-width: 1024px) {
    .footerLogo {
        flex: 0 0 30%;
        border-right: 1px solid #464646;
        display: block;
    }
    .footerLogo img{
        width: 100%;
    }
    .footerMenu{
        flex: 0 0 50%;
    }
    .footerSocials{
        margin-left: auto;
        flex: 0 0 20%;
    }
    .descriptionSite {
        border-left: 1px solid;
        padding-left: 10px;
    }
    #footer-menu {
        padding-left: 17px;
    }
    #footer-menu li:first-child a{
        padding-left: 15px;
    }
}
@media (min-width: 640px) {
    #footer-menu li { text-align: center; padding: 0; }
    #footer-menu a { border-right: 1px solid #464646; }
}
#footer-menu li:last-child a {
    border-right: 0;
}
.social-accounts{
    white-space: nowrap;
}
.social-accounts li{
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0 8px;
    display: inline-block;
}
.social-accounts li:last-child{
    margin-right: 0;
}
.social-accounts a{
    color: rgba(255, 255, 255, 1.0);
    display: block;
    text-align: center;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    text-decoration: none;
}
footer .copyright{
    padding-top: 20px;
    color: rgba(153, 153, 153, 1.0);
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 22px;
}
.footer-border-b{
    border-bottom: 1px solid #464646;
}
.date-time {
    color: #fff;
    font-size: 14px;
}
.nameSite {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    float: left;
    margin-right: 10px;
}
@media (max-width: 479px) {
    footer .nameSite {
        margin: 0;
        text-align: center;
    }
    footer .part-l{
        text-align: center;
    }
    footer .descriptionSite{
    }
}
.video-play{
    width: 50px;
    height: 50px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.video-play:before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: solid rgba(255, 255, 255, 0);
    border-width: 11px 20px;
    border-left-color: rgba(255, 255, 255, 1.00);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -11px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.post-card{
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.8;
}
.post-card .entry-content{
    background: #000;
    margin: 1px;
    border: 2px solid #000;
}
.post-card .entry-content-empty{
    height: 158px;
}
.post-card .entry-content-video{
    position: relative;
}
.post-card .entry-content-video .video-play{
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0.2s;
    -webkit-transition: opacity 0.2s, visibility 0.2s;
}
.post-card .entry-content-video:hover .video-play{
    opacity: 1;
    visibility: visible;
}
.post-card .entry-content img{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    aspect-ratio: 1280 / 720;
}
.post-card .entry-content img:hover{
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none;
}
/*
@media (max-width: 1199px){
    .post-card .entry-content img{
        height: 210px;
    }
}
@media (max-width: 1023px){
    .post-card .entry-content img{
        height: 230px;
    }
}
@media (max-width: 767px){
    .post-card .entry-content img{
        height: auto;
    }
}
*/
.post-card .entry-text{
    margin-top: -30px;
    position: relative;
    padding-bottom: 10px;
    min-height: 100px;
}
.post-card .entry-text-inner{
    padding: 0 5px 0 5px;
    margin-left: 20px;
    position: relative;
}
.post-card .entry-text-inner::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background: var(--main-color);
    animation: var(--main-animation);
    background-size: 200% 200%;
    left: -7px;
}
.nameCatLoop a {
    color: black;
    text-decoration: none;
    background: var(--main-color);
    animation: var(--main-animation);
    background-size: 200% 200%;
    padding: 2px 4px;
}
.post-card .entry-title {
    padding-top: 15px;
    padding-bottom: 7px;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 14px;
    word-break: break-word;
}
.post-card .entry-title a{
    color: #fff;
    text-decoration: none;
}
.post-card .entry-meta{
    color: rgba(153, 153, 153, 1.0);
    font-size: 14px;
    line-height: 14px;
    margin-top: -5px;
}

/* Video Archive Styles */
.video-preview {
    transition: transform 0.2s ease-in-out;
}

.video-preview:hover {
    transform: translateY(-4px);
}

.video-preview .aspect-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
}

.video-preview .aspect-video img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Event Schedule Styles */
.SCHEDULE-content table { border-spacing: 0; width:100%; margin-top:1.8em; margin-bottom:1.8em; border-collapse:separate; text-align:left;}
.SCHEDULE-content table tbody tr {border:none;}
.SCHEDULE-content table tbody > tr:nth-child(even) { background-color:rgba(215,215,215,0.18)}
.SCHEDULE-content table tbody tr > * {padding:13px 20px 12px 20px; border:none; border-bottom:1px solid rgba(215,215,215,1.0);}

.SCHEDULE-content table thead tr:first-child { color: rgba(34,34,34,1.0); font-weight:bold;}

.SCHEDULE-content table tbody tr:first-child td {border-top: 1px solid rgba(215,215,215,1.0);}
.SCHEDULE-content table thead tr:first-child > * {padding:13px 20px 12px 20px; border:none;  border-bottom:2px solid rgba(215,215,215,1.0);}

.SCHEDULE-content table tbody tr:first-child > *:first-child,
.SCHEDULE-content table thead tr:first-child > *:first-child { border-top-left-radius:0; border-bottom-left-radius:0;}

.SCHEDULE-content table tbody tr:first-child > *:last-child,
.SCHEDULE-content table thead tr:first-child > *:last-child { border-top-right-radius:0; border-bottom-right-radius:0;}


.SCHEDULE-content table tbody tr:first-child > * a,
.SCHEDULE-content table thead tr:first-child > * a { display:inline}

.SCHEDULE-content table thead + tbody > tr:first-child {border:none;}
.SCHEDULE-content table thead + tbody > tr:nth-child(even) { background-color:transparent;}
.SCHEDULE-content table thead + tbody > tr:nth-child(odd) { background-color:rgba(215,215,215,0.18)}
.SCHEDULE-content table thead + tbody > tr:first-child > *{padding:13px 20px 12px 20px; font-weight:normal; letter-spacing:0; border-bottom:1px solid rgba(215,215,215,1.0);}
.SCHEDULE-content table thead + tbody > tr:first-child > * a { font-weight:normal}
.SCHEDULE-content table thead + tbody > tr > * a { display:inline; font-weight:normal;}


.SCHEDULE-content{ border: var(--main-color) 3px solid; padding: 50px 20px; background: white; max-width: 600px; width: 100%; margin: 0 auto; min-height: 400px;}
.SCHEDULE-content a { color: var(--main-color); text-decoration: none;  }
.SCHEDULE-content table { margin-bottom: 0; margin-top: 10px }
.SCHEDULE-title1 { text-align: center;color: black;font-size: 20pt; margin-top: -10px; }
.SCHEDULE-title2 { text-align: center;color: black;font-size: 16pt; }
.SCHEDULE-title3 { text-align: center;color: black;font-size: 14pt; line-height: 22px; font-weight: bold; margin-top: 5px; }
.SCHEDULE-title4 { text-align: center;color: black;font-size: 14pt; line-height: 22px;}
.SCHEDULE-guests-block{margin-top: 15px;}
.SCHEDULE-guests-block strong{color: black; font-weight: bold;}
.SCHEDULE-text1 { color: #666666;  margin: 10px 0 0; font-weight: bold; text-align: center;}
@media(max-width:639px) {
	.SCHEDULE-content{ padding: 30px 10px 10px;}
}

/* Contact Form 7 Styles */
.formContactBlock{
    background: #d6d6d6;
    position: relative;
    padding: 50px 20px;
    max-width: 980px;
    margin: 0 auto;
    background-size: cover;
    border: var(--main-color) 3px solid;
}
.formContactRow{
    padding: 0 20px;
}
.formContactRow .inputRow{
    margin-bottom: 20px;
}
.formContactRow input,
.formContactRow textarea{
    box-shadow: none;
    -webkit-box-shadow: none;
    display: block;
    width: 100%;
    transition: border-color ease-in-out 0.2s, color ease-in-out 0.2s;
    -webkit-transition: border-color ease-in-out 0.2s, color ease-in-out 0.2s;
    outline: none;
    color: rgba(153, 153, 153, 1.0);
    font-weight: normal;
    box-sizing: border-box;
    line-height: 1.3;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
    background: #fff;
    border: 2px solid #000;
    font-size: 16px;
    color: #000;
    max-width: 350px;
    padding: 10px 15px 10px 15px;
    border-radius: 0;
}
.formContactRow input::-webkit-input-placeholder { color: #000; font-weight: bold;}
.formContactRow input::-moz-placeholder          { color: #000; font-weight: bold;} /* Firefox 19+ */
.formContactRow input::-moz-placeholder           { color: #000; font-weight: bold;} /* Firefox 18- */
.formContactRow input::-ms-input-placeholder      { color: #000; font-weight: bold;}

.formContactRow textarea::-webkit-input-placeholder { color: #000; font-weight: bold;}
.formContactRow textarea:-moz-placeholder          { color: #000; font-weight: bold;} /* Firefox 19+ */
.formContactRow textarea::-moz-placeholder           { color: #000; font-weight: bold;} /* Firefox 18- */
.formContactRow textarea::-ms-input-placeholder      { color: #000; font-weight: bold;}

.formContactRow .submitRow{ }
.formContactRow .wpcf7-spinner{ position: absolute; top: 60px;}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background-color: rgba(251, 233, 232, 1.0);
    color: rgba(217, 37, 29, 1.0);
    border: 1px solid rgba(244, 189, 187, 1.0);
    text-align: center;
    padding: 6px 20px 5px 20px;
    width: 350px;
    margin: 1em 20px 0;
}
.academy {
    margin-top: 30px;
}
.academy h2{
    color: black;
    padding-top: 6px;
    padding-bottom: 5px;
    font-size: 24px;
}
.academy h3{
    color: black;
    padding-top: 6px;
    padding-bottom: 5px;
    font-size: 20px;
}
.academy h4{
    color: black;
    padding-top: 6px;
    padding-bottom: 5px;
    font-size: 18px;
}

/* Embed Video Styles */
.wp-block-embed.is-type-video .wp-block-embed__wrapper{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: auto;
    overflow: hidden;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.single-post-content-body .wp-block-embed__wrapper, 
.single-post-content-body .wp-block-image{
    margin: 10px 0 20px 0;
}

/* Single Video Styles */
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hidden-loading {
    display: none !important;
}
#load-spin {
    color: #fff;
    font-weight: 300;
}
.load-more {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none !important;
    white-space: nowrap;
    display: block;
    position: relative;
    cursor: pointer;
    padding: 0px 30px !important;
    font-weight: 300;
    width: 220px;
    text-transform: uppercase;
    border-radius: 2px;
    background: #3c3c3c;
    font-size: 24px;
    color: #a1a1a1;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    margin: auto;
    text-align: center;
}
.mainHeaderBg {
	background: var(--main-color);
	animation: var(--main-animation);
	background-size: 200% 200%;

	-webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
	margin-bottom: -200px;
}
.mainHeaderBg.postHeader {
    background: var(--main-color);
    animation: var(--main-animation);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
    position: absolute;
    height: 300px;
    width: 100%;
    margin: 0;
}
.overHeader {
	background: rgba(0,0,0,0.5);
	height: 100%;
}
@media (max-width: 1199px) {
    .mainHeaderBg, .mainHeaderBg.postHeader {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
        margin-bottom: -200px;
    }
}
.headerBg .single-title, .headerBg .page-title {
    margin-top: 0;
    padding-bottom: 28px;
    margin-bottom: 40px;
    border-bottom: 0;
    color: #fff;
    text-align: center;
    padding-top: 30px;
    text-transform: uppercase;
    font-size: 28px;
}
.headerBg {
    height: 300px;
    background-size: cover !important;
    background-position: center top !important;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 65%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 65%, 0 100%);
}
@media (max-width: 1199px) {
    .headerBg {
        height: 300px;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    }
}

/* Single Post Styles */
.single-post-content {
    max-width: 900px;
    margin: 50px auto 0;
    position: relative;
}
.single-post-content-header {
    padding-left: 10px;
}

.single-post-title {
    margin-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
    font-family: 'Proxima Nova Bold';
    padding-top: 5px;
}

.single-post-content-body{
    padding-top: 40px;
    padding-bottom: 60px;
}
.empty-category{
    text-align: center;
    font-size: 18px;
}

#go-to-top {
    background: #3c3c3c;
    color: #a1a1a1;
    border-radius: 2px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    font-size: 24px;
    width: 40px;
    height: 40px;
    z-index: 1000;
    text-align: center;
}
#go-to-top.hidden-top {
    bottom: -35px;
    opacity: 0;
    transition: all ease-in 0.5s;
}