.is-hidden{
    display:none !important;
}

.top-notice{
    background-color: #4ca6dd;
    text-align:center;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
    padding: 30px 70px 30px 30px;
    position:fixed;
    top:67px;
    left:0;
    width:100%;
    z-index:1000;
    box-sizing: border-box;
    opacity:0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.top-notice.show{
    opacity:1;
    visibility: visible;
    transition-delay: 1.5s;
}

.top-notice a{
    color: #fffd49;
}
.close-top-notice{
    width: 19px;
    height: 19px;
    line-height: 19px;
    background-color: #f0ede8;
    border:0;
    color: #4ca6dd;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    margin-left:20px;
    padding:0;
    position: absolute;
    top: 50%;
    right:30px;
    transform: translate(0, -50%);
}

.story-slider{
    position:relative;
    left:-15px;
    width:calc(100% + 30px);
    margin-top:10px;
}

.story-slider .story-item {
    float: none;
    width: 100%;
}

.story-slider .owl-prev,
.story-slider .owl-next{
    width: 25px;
    height: 40px;
    background-color:#f4f4f4;
    position: absolute;
    z-index:20;
    top: 50%;
    left:0;
    transform: translate(0, -50%);
    font-size: 18px;
    display:flex;
    align-items: center;
    justify-content: center;
}

.story-slider .owl-next{
    left:auto;
    right:0;
}

.story-item .play-video{
    position:absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
    z-index:10;
    transition: all .2s ease;
    width: 80px;
    height: 80px;
}

.story-item:hover .play-video{
    opacity:0;
    visibility:hidden;
}

.fancybox-bg {
    background: #4ca6dd;
}

.footer-3{
    background: #53585a;
}

.footer-3 .container{
    border-top: 1px solid #707475;
    padding: 25px 0;
}

.footer-3 .row{
    display:flex;
    align-content: center;
    justify-content: center;
    float:none;
    flex-flow: row wrap;
}

.footer-3 img{
    opacity:0.3;
    margin:15px 20px;
    max-width:100%;
    transition: opacity .3s ease-in-out;
}

.footer-3 img:hover{
    opacity:1;
}

.trade-posts {
  display: grid;
  grid-gap: 13px;
  grid-template-columns: repeat(auto-fill, minmax(290px,1fr));
  grid-auto-rows: 15px;
  margin-bottom:40px;
}

.load-more-holder{
    margin-top:-30px;
    margin-bottom: 40px;
    text-align:center;
}

.load-more-holder .button {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #4ca6dd;
    background-color: #4ca6dd;
    padding: 12px 15px;
    color: #fff;
    transition: all .3s ease-in-out;
    margin-top: 20px;
}

.trade-posts.show{

}

.trade-item-wrapper{

}

.trade-item{
    display:block;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    position:relative;
}

.trade-item.is-featured:before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 60px 60px 0;
    border-color: transparent #2cbcf5 transparent transparent;
    z-index: 1;
    background: 0 0!important;
}

.trade-item.is-featured i {
    position: absolute;
    top: 9px;
    right: 8px;
    font-size: 19px;
    color: #fff;
    z-index: 1;
}

.trade-item__image{
    position: relative;
}

.trade-item__meta{
    position: absolute;
    top: 26px;
    left:0;
    z-index:1;
}

.trade-item__category{
    display:inline-block;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    padding:8px 16px;
    background-color:#00b6ff;
    text-transform:uppercase;
}

.trade-item__date{
    display:inline-block;
    font-size: 14px;
    color: #53585a;
    font-weight: 400;
    padding:6px 16px;
    background-color:#ffffff;
}

.trade-item__image img{
    display:block;
    width:100%;
}

.trade-item__description{
    padding: 28px 25px 30px 25px;
}

.trade-item__description p{
    color: #676c6e;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom:0;
}

.trade-item__title{
    color: #00b5ff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    display:block;
    margin-bottom: 20px;
}

.trade-item__button{
    display:inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #4ca6dd;
    padding: 12px 15px;
    color: #00b6ff;
    transition: all .3s ease-in-out;
    margin-top: 20px;
}

.trade-item__button:hover{
    background-color: #00b6ff;
    color: #fff;
}

.trade-single__has-related-posts .inner {
    background: transparent;
    border: 0;
}

.trade-single__has-related-posts  .builder-text {
    padding: 30px 30px 0;
    border: 1px solid #cccccc;
    background-color: #ffffff;
}

.trade-single__has-related-posts .trade-single__grid{
    margin-top: 22px;
}

.trade-single__grid{

}

.trade-single__grid.has-sidebar{
    display: grid;
      grid-gap: 22px;
      grid-template-columns: 1fr 290px;
}

.trade-single__main{

}

.trade-single__sidebar .trade-item-wrapper {
    margin-top:22px;
}

.trade-single__sidebar .trade-item-wrapper:first-child{
    margin-top:0;
}


.builder-text hr{
    margin-bottom:30px;
}

/*
.builder-block img{
    float:none;
}
*/

.builder-block img.alignleft{
    float:left;
    margin: 30px 30px 30px 0;
}

.builder-block img.alignright{
    float:right;
    margin: 30px 0 30px 30px;
}

.builder-block img.aligncenter{
    display:block;
    margin:0 auto 30px auto;
}

#pop-up{
    max-width:548px;
}

#pop-up img{
    display:block;
    width:100%;
    max-width:460px;
}

#pop-up .title{
    color: #4ca6dd;
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
    margin-top:30px;
    font-family: "CabritoSemi-NorExB";
}

#pop-up .description{
    color: #5d5d5d;
    font-size: 18px;
    line-height: 24px;
    margin-top:20px;
}

#pop-up .description p{
    margin-bottom:20px;
}

#pop-up .button-holder{
    text-align:center;
    margin-top:30px;
}

#pop-up .button{
    color: #74787a;
    font-size: 18px;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    border: 1px solid #959595;
    display:inline-block;
    font-family: "CabritoSemi-NorExB";
    padding:0 24px;
}


@media screen and (max-width: 1200px){
    
.builder-block .trade-single__grid.has-sidebar img.alignleft,
.builder-block .trade-single__grid.has-sidebar img.alignright{
    float:none;
    display:block;
    margin:0 auto 30px auto;
}

}

@media screen and (max-width: 768px){
    .close-top-notice{
        top: 30px;
        right:30px;
        transform: none;
    }
    .builder-block img.alignleft, .builder-block img.alignright{
        float:none;
        display:block;
        margin:0 auto 30px auto;
    }
    
    .trade-single__grid.has-sidebar{
        grid-template-columns: 1fr;
    }
    
    
#pop-up{
   padding: 24px;
}

#pop-up .title{
    font-size: 20px;
    line-height: 26px;
}

#pop-up .description{
    font-size: 16px;
    line-height: 22px;
    margin-top:20px;
}

#pop-up .button{
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding:0 16px;
}
}