.adthrive-ad iframe {
    margin-bottom: 0 !important;
}

.adthrive-device-desktop .logo-main-wrap {
    justify-content: space-between;
}

body.single.adthrive-device-desktop .adthrive-header {
float: right !important;
position: relative !important;
top: 0 !important;
}

#AdThrive_Header_1_desktop{
text-align: right;
}

.adthrive-sidebar.adthrive-stuck{
margin-top:65px !important;
}

body.home.adthrive-device-desktop .adthrive-content {
flex-basis: 100%;
}

/* confirm click footer ad fix test */
body.adthrive-device-phone .adthrive-footer.adthrive-sticky {
padding-top:0px;
overflow:visible !important;
border-top:0px !important;
}
body.adthrive-device-phone .adthrive-sticky.adthrive-footer>.adthrive-close {
top:-25px !important;
right:0px !important;
border-radius: 0px !important;
line-height: 24px !important;
font-size: 24px !important;
}
/* confirm click footer ad fix test  end */

.adthrive-device-phone .adthrive-footer {
padding-bottom: 10px;
}

.adthrive-collapse-mobile {
margin-bottom:14px;
}

.adthrive-wrapper-float-close {
   transform: scale(1.2, 1.2);
}

@media screen and (max-width:1249px) {
.block-da-post_before_content {
min-height:70px;
}
}

.adthrive-ad:not(.adthrive-footer):not(.adthrive-header){
    padding: 10px 0;
    border-radius: 4px;
    margin: 16px auto;
    text-align: center;
    background-color: #F1F1F1;
    overflow: hidden;
}
.adthrive-ad.adthrive-sidebar:before {
    content: "ADVERTISEMENT";
    vertical-align: top;
    margin-top: -5px;
    line-height: 15px;
    width: 85%;
    display: inline-block;
    color: grey;
    font-size: 10px;
}
.adthrive-ad.adthrive-content:before {
    content: "ADVERTISEMENT";
    vertical-align: top;
    margin-top: -5px;
    line-height: 15px;
    width: 85%;
    display: inline-block;
    color: grey;
    font-size: 10px;
}