img.alignleft {
    float: left;
    margin-right: 20px;
}

img.alignright {
    float: right;
    margin-left: 20px;
}

.speech_wrap audio {
    display: none;
}

.audioControl_wrap img {
    max-width: 20px;
    margin-right: 7px;
}

.audioControl_wrap {
    display: inline-block;
    /*border: 1px solid #000000;*/
    /*padding: 3px 15px 4px;*/
    line-height: 1;
    display: flex;
    /*width: max-content;*/
    width: 150px;
    align-items: center;
    justify-content: center;
}

.video-player {
    text-align: center;
}
#audioControl {
    color: #000000;
}

.post_header_social {
    display: flex;
    /*align-items: center;*/
    list-style: none;
    margin: 0;
    padding: 0;
    /*justify-content: space-between;*/
    margin-bottom: 15px;
    max-width: 500px;
}

.post_header_social li {
    border: 1px solid;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin-right: 10px;
}

.post_header_social .speech_wrap {
    width: auto;
}

.post_header_social li img {
    max-width: 14px;
    height: 20px;
}

a.blogger_banner {
    display: block;
}

/*#header,*/

#search,
.sh-component.kl-header-toptext.kl-font-alt,
.sh-component.social-icons,
#zn-nav-overlay,
.fxb-row.site-header-row.site-header-main,
.banner_container,
.znpb-footer-smart-area,
#content {
    /*display: none;*/
}

/*ul.sh-component.social-icons.sc--clean.topnav.navRight.topnav-no-hdnav,
.sh-component.kl-header-toptext.kl-font-alt,
.fxb-row.site-header-row.site-header-main,
#zn-nav-overlay,
.banner_container,
.znpb-footer-smart-area,
#th-content-post {
    display: none;
}*/

/*body {
    display: none;
}*/
/*.jetpack-instant-search__search-result-expanded__image {
    display: none;
}*/

/*.zn_pb_wrapper.zn_sortable_content {
    display: none;
}*/

#zn-nav-overlay {
    /*display: block;*/
    /*opacity: 0;*/
    /*visibility: hidden;*/
    /*transition: none;*/
    /*transform: translateY(-100%) translateZ(0);*/
}

#zn-nav-overlay.is-active {
/*    display: block;
    opacity: 1;
    visibility: visible;*/
    /*transition: transform .5s cubic-bezier(.165,.84,.44,1) 0ms,-webkit-transform .5s cubic-bezier(.165,.84,.44,1) 0ms;*/
}

.banner_container {
    margin-top: 25px;
}

@media (max-width: 414px){
    .blogger_banner img {
        min-height: 45px;
    }

    .banner_container {
        margin-top: 15px;
    }

    #content {
        /*margin-top: 15px !important;*/
    }
}

.post_tags {
    /*width: 100%;*/
    clear: both;
    /*max-width: 490px;*/
}

.inner_post_tags a {
    display: inline-block;
    padding: 2px 10px 4px;
    margin-right: 7px;
    background: #ec5172;
    margin-bottom: 7px;
    color: white;
    border-radius: 5px;
    font-size: 13px;
    transition: opacity .3s;
}

.inner_post_tags a:hover {
    opacity: .5;
}

.related_item {
    box-shadow: 0 1px 5px rgba(0,0,0,0.05), 0 1px 5px rgba(0,0,0,0.05);
    padding: 5px;
    width: 180px;
    height: auto;
    margin: 5px;
    float: right;
    margin-right: 28px;
}

.related_item.even {
    float: left;
}
.related_item. span{
    font-size: 14px;
}

.related_item .related_title {
    margin: 0;
    font-family: didact gothic,Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    font-style: normal;
}

.related_item a {
    cursor: pointer;
}

.custom-logo {
	display: none;
}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.lds-dual-ring_wrap {
	text-align: center;
}

.titles_anchor_links {
    width: 300px;
    position: absolute;
    top: 0;
    right: 0;
    background: white;
    padding: 15px;
    transform: translateX(100%);
}

.titles_anchor_links p {
    text-transform: uppercase;
}

.titles_anchor_links > p:last-child {
    margin-bottom: 0;
}

div#custom {
    position: relative;
    padding-bottom: 15px;
}

div#custom:after {
    content: '';
    display: table;
    clear: both;
}

.sign_form_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    min-height: calc(100vh - 429px);
    align-items: center;
}

.sign_form_wrap h3 {
    width: 100%;
    text-align: center;
}

.sign_form_wrap form {
    width: 270px;
}

.sign_form_wrap [type="submit"] {
    background-color: red;
    color: white;
    border: none;
    text-transform: uppercase;
    padding: 9px 16px 7px;
    line-height: 1;
    width: 100%;
    box-sizing: border-box;
}

.sign_form_wrap input[type="email"],
.sign_form_wrap input[type="text"],
.sign_form_wrap input[type="password"] {
    padding: 7px 10px;
    margin-bottom: 10px;
    min-width: 270px;
    display: inline-block;
    border: 1px solid #f10033;
    width: 100%;
}

.captcha_Wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
}

.captcha_Wrap #captcha {
    flex-basis: 50px!important;
    min-width: 1px;
    margin: 0;
}

.captcha_Wrap > * {
    margin-right: 5px;
}

.mobile_link {
    display: none;
}

.desktop_link {
    /*display:block;*/
    line-height: 1;
}

.znNavOvr.znNavOvr--animation1.is-active .znNavOvr-menu>li:nth-child(11) {
    transition-delay: .65s;
}

.znNavOvr.znNavOvr--animation1.is-active .znNavOvr-menu>li:nth-child(12) {
    transition-delay: .7s;
}

.znNavOvr.znNavOvr--animation1.is-active .znNavOvr-menu>li:nth-child(13) {
    transition-delay: .75s;
}

.znNavOvr.znNavOvr--animation1.is-active .znNavOvr-menu>li:nth-child(14) {
    transition-delay: .8s;
}

.znNavOvr.znNavOvr--animation1.is-active .znNavOvr-menu>li:nth-child(14) {
    transition-delay: .85s;
}

.zn-menuBurger span {
    background: rgba(0,0,0,.75);
}

.comment-form-url {
    /*display: none!important;*/
}

.became_blogger {
    margin-top: 25px;
    text-align: center;
}

.became_blogger a {
    color: red;
    font-size: 19px;
}

#content {
    /*margin-top: 35px;*/
}

.single-post #content {
    /*margin-top: 25px;*/
}

.kl-blog-post-img.custom_thumb {
    float: left;
        display: inline-block;
        margin-right: 20px;
}

.comment-form.pk_form {
    background-color: whitesmoke;
}

.pk_form textarea {
    height: 70px;
    overflow: hidden;
    overflow-wrap: break-word;
    resize: none;
    border-radius: 0;

    line-height: 18px !important;
    padding: 10px 10px 5px !important;
    -moz-box-shadow: 1px 1px 2px rgba( 0, 0, 0, 0.12 ) inset;
    -webkit-box-shadow: 1px 1px 2px rgba( 0, 0, 0, 0.12 ) inset;
    box-shadow: 1px 1px 2px rgba( 0, 0, 0, 0.12 ) inset;
    background: #fcfcfc;
    background: rgba( 255, 255, 255, 0.85 );
    border: 1px solid #c9c9c9;
    border: 1px solid rgba( 0, 0, 0, 0.2 );
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s; 
}

.pk_form input[type="submit"] {
    line-height: 18px !important;
    border: 1px solid #ccc;
    background: #fff;
    padding: 3px 10px !important;
    font-size: 14px !important;
    -moz-border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
    border-radius: 15px !important;
    /*background: url(images/button-back.gif) bottom left repeat-x !important;*/
    cursor: pointer;
    color: #555 !important;
    text-shadow: 0 1px 0 rgba( 255, 255, 255, 0.45 ) !important;
    min-width: 0;
    width: auto;
    height: auto;
    font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
    font-weight: normal !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;

    margin-bottom: 15px;
    margin-right: 15px;
}

.pk_comment_wrapper {
    padding: 10px 30px 10px;
}

.pk_comment_wrapper .reply-title {
    margin-top: 0;
}

.pk_comment_wrapper #respond {
    padding-top: 0;
    margin-top: 0;
}

.pk_form .form-submit {
    text-align: right;
}

.comment-form-nascar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 12px 0;
}

.comment-form-nascar p {
    font-size: 12px;
    margin: 0;
    font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
    color: #4b4b4b;
}

.pk_form p input.form-control {
    font-size: 12px;
    padding: 4px 5px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
    background: rgba( 255, 255, 255, 0.9 );
    border: 1px solid #cdcdcd;
    border-radius: 0;
}

.pk_form .form-group {
    margin-bottom: 8px;
}

.pk_form .no_margin {
    margin-bottom: 0;
}

.pk_form .comment-respond p {
    margin-bottom: 0;
}

.pk_form label {
    font-size: 12px;
    font-weight: 300;
}

.pk_form .comment-subscription-form,
.pk_form .comment-form-cookies-consent {
    display: flex;
    align-items: center;
    padding: 0 12px!important;
}

.inputs_wrap {
    padding: 0 12px!important;
}

.pk_form .comment-subscription-form > *,
.pk_form .comment-form-cookies-consent > * {
    margin: 0;
    margin-right: 5px;
}

.wp-social-login-provider-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.wp-social-login-provider-list a:not(:last-child) {
    margin-right: 3px;
}

.wp-social-login-provider-list a {
    line-height: 1;
    opacity: .5;
    transition: opacity .3s;
}

.wp-social-login-provider-list a:hover {
    opacity: 1;
}

.wp-social-login-provider-list a img.google_img {
    height: 20px;
    width: 20px;
}
.wp-social-login-provider-list a img.twitter_img {
    height: 24px;
    width: 24px;
}
.wp-social-login-provider-list a img.facebook_img {
    height: 24px;
    width: 24px;
}

body {
    /*display: none;*/
}
.side_banner {
    /*position: absolute;*/
    max-width: 220px;
    z-index: 8;
    right: 0;
    /*bottom: 40px;*/
    top: 0;
    /*transform: translateY(100%);*/
}

@media (max-width: 768px){
    .side_banner {
        position: static;
        transform: none;
        margin: 0 auto;
        margin-bottom: 15px;
    }

}

#pt-cv-view-27ff406qt8 .pt-cv-content-item,
#pt-cv-view-f0918044yk .pt-cv-content-item,
#pt-cv-view-27cfb586cg .pt-cv-content-item{
    margin-bottom: 10px;
}

#respond #comment-form-identity #comment-form-nascar ul li {
    display: none!important;
}

.pk_blog_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.pk_blog_wrapper > * {
    width: 100%;
}

div#custom {
    order: 1;
}

div#custom p {
    font-size: 19px;
}

.kl-single-layout--modern .kl-blog-post-meta {
    font-size: 13px;
}

.post_tags {
    flex-wrap: wrap;
    position: relative;
    display: flex;
    max-width: 100%;
    justify-content: space-between;
    order: 3;
}
.inner_post_tags {
    width: 100%;
    max-width: 480px;
}

.sharedaddy {
    order: 4;
}

.pk_comment_wrapper {
    margin-bottom: 0;
    order: 2;
}

div#jp-relatedposts {
    order: 5;
}

.contact__content {
    text-align: center;
}

.contact__content-soc {
    list-style: none;
    padding: 0;
    display: flex;
    max-width: 300px;
    width: 100%;
    margin: 15px auto;
    justify-content: space-around;
}

.contact__content li a:hover svg {
    fill: red;
}

.contact__content li a:hover svg path {
    fill: red;
}

.kl-single-layout--modern .kl-blog-post {
    padding-top: 35px;
}

div.latest_news_main {
    /*background: white;*/
    padding-top: 15px;
    /*border: 1px solid #ebebeb;*/
    overflow-y: auto;
    max-height: 430px;
}

div.latest_news_main::-webkit-scrollbar {
    width: 12px;
}
 
div.latest_news_main::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
div.latest_news_main::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.latest_news_main_wrap .tbk__title {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: -20px;
}

.latest_news_main_wrap {
    padding-bottom: 0!important;
}

.latest_news_main .pt-cv-title {
    font-size: 0;
    line-height: 1;
}

#pt-cv-view-8e63e01fvu.latest_news_main .pt-cv-title a {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 300!important;
}

.latest_news_main .pt-cv-ifield .pt-cv-meta-fields {
    margin: 0;
    float: left;
    margin-right: 5px;
}

.full_height > .pt-cv-page {
    display: flex;
}

.full_height .pt-cv-content-item.pt-cv-1-col {
    height: 100%;
}

.full_height .pt-cv-ifield {
    height: 100%;
}

.full_height .pt-cv-hover-wrapper {
    height: 100%;
}

.full_height .pt-cv-content-item.pt-cv-1-col .pt-cv-href-thumbnail {
    height: 100%!important;
}

.kl-blog-post-image-link,
.pt-cv-href-thumbnail {
    position: relative;
}

.kl-blog-post-image-link:before,
.pt-cv-href-thumbnail:before {
    content: attr(data-content);
    position: absolute;
    bottom: 7px;
    right: 7px;
    font-size: 27px;
    color: #000;
    z-index: 10;
    text-shadow: 1px 0px 2px #adadad;
    font-weight: bold;
}

@media ( max-width: 1260px ) {
    .titles_anchor_links {
        display: none;
    }
}

@media (min-width: 992px) {
    .container {
       max-width: 1100px;
       width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
        width: 100%;
    }
}


@media ( max-width: 768px ) {

/*    .mobile_link {
        display: block;
    }

    .desktop_link {
        display: none;
    }*/

    #logo-container:not(.custom-logo) {
        display: none;
    }

    .custom-logo {
        display: inline-block;
            width: auto!important;
         height: auto!important;
    }

    .site-logo  {
            padding: 0!important;
    }

    .site-logo-img {
        padding: 0!important;
    height: auto!important;
    max-width: 80px!important;
    }

    .site-logo-anch {
        padding: 0!important;
        height: auto!important;
    }

    .page-title.entry-title {
        font-size: 23px;
        text-align: center;
    }
}   

@media ( max-width: 414px ) {
    .related_item {
        width: 100%;
        margin: 10px auto;
    }
}