html, body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
    overflow-y:auto;
    margin:0;
    padding:0;
    border:0;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
    font:inherit;
    vertical-align:baseline;
}

.container {
    width: 980px;
    margin-bottom: 150px;
}

@media (max-width: 990px) {
.container, .container-md, .container-sm {
    max-width: 800px;}
}

header {
    padding: 10px 0 15px;
}

header .dvlr, .mobile-dvlr {
    color: #223f66;
    
}

.content-r {
    width: 460px;
    float: left;
    padding-left: 20px;
}


div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
    display:block
}

.logo {
    max-width: 200px;
    margin: 0 auto;
    display: block;
}

p {
    margin: 20px 0px;
    font-family: 'Lato';
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}

strong {
    font-weight: 800;
}

hr {
    margin: 5px 0;
    opacity: .15;
}

.first-head {
color: #E43221; }

.bullet {
    list-style: disc;
    padding-left: 25px;
    font-family: 'Lato';
    font-size: 19px;
    font-weight: 500;
}

.dvlr {
    color:#4d4d4d;
    font-size:12px;
    font-family: 'Montserrat';
}

.note {
    font-size: 14px;
    color: grey;
    font-weight: 400;
    text-align: center;
    float: left;
    width: 350px;
    margin: 0px;
}

.colorbox {
    background-color: #e8f4ff;
    padding: 15px;
    border-radius: 8px;
}

.colorbox p {
    margin-top:0px !important;
}

.wrap-btn {
    padding: 20px;
}

.btn_cta {
    text-transform: capitalize;
    font-weight: 600;
    color: #2537D8;
    margin: 5px;
}

.button-21 {
    align-items: center;
    appearance: none;
    background-color: #3EB2FD;
    background-image: linear-gradient(1deg, #4F58FD, #149BF3 99%);
    background-size: calc(100% + 20px) calc(100% + 20px);
    border-radius: 10px;
    border-width: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-flex;
    font-family: 'Lato';
    font-size: 24px;
    height: auto;
    justify-content: center;
    line-height: 1.5;
    padding: 20px 65px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color .2s,background-position .2s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: top;
    white-space: nowrap;
    text-shadow: 1px 1px 2px #4F58FD;
}

.button-21:active,
.button-21:focus {
  outline: none;
}

.button-21:hover {
  background-position: -20px -20px;
  color: #fff !important;
}

.button-21:focus:not(:active) {
  box-shadow: rgba(40, 170, 255, 0.25) 0 0 0 .125em;
}

.spost_nav li {
    float: left;
    display: block;
    width: 316px;
    margin-bottom: 0px;
    padding-right: 10px;
}

.post-date span {
    font-size: 12px;
    color: #015bcd;
    line-height: 23px;
    display: inline-block;
    font-family: 'Montserrat';
    font-weight: 600;
    margin-top: 10px;
}

.post-date span a {
    text-decoration: underline;
}

.post-date span a:hover {
    font-weight: 800;
}

.catg_title {
    color: #2a2a2a;
    text-decoration: none;
    line-height: 1.5;
    font-size: 18px;
    font-family: 'Lato';
    font-weight: 500;
}

.catg_title:hover {
    font-weight: 800;
}

.media-body {
    width: 275px;
}

.dvlr .date,.dvlr .views,.dvlr .likes,.dvlr .rtime,.mobile-dvlr .views,.mobile-dvlr .likes,.mobile-dvlr .rtime {
    float:left
}
.dvlr .date {
    padding-right:10px
}
.dvlr .rtime,.mobile-dvlr .rtime {
    font-style:italic;
    padding-left:10px
}
.dvlr .views,.dvlr .likes,.mobile-dvlr .views,.mobile-dvlr .likes {
    padding:0 10px
}

.dvlr .likes span,.dvlr .views span,.dvlr .rtime span,.mobile-dvlr .likes span,.mobile-dvlr .views span,.mobile-dvlr .rtime span{
    background-size:cover;
    display:block;
    float:left;
    height:14px;
    margin-right:5px;
    margin-top:-2px;
    width:14px
}

.mobile-dvlr {
    padding:15px 0
}

.mobile-title,.mobile-dvlr {
    display:none
}

.title span, .content-body .mobile-title span {
    color:red;
    text-decoration: underline;
}

.post-date span {
    font-size: 12px;
    color: #015bcd;
    line-height: 23px;
    display: inline-block;
}
footer {
    background-color:#efefef;
    padding-bottom:60px;
    margin-top: 0px;
    font-family: 'Montserrat';
    margin-top:150px;
}
footer .wrap {
    margin:0 auto;
    padding:0 15px;
    width:920px
}
footer .wrap .title {
    color:#a1a4ab;
    font-size:20px;
    font-weight:600;
    padding:15px 0 5px
}
footer .sponsore, footer .sponsore p {
    color:#a1a4ab;
    font-size:12px !important;
    padding-bottom:5px;
    text-align:left
}
.orgads-image{
    aspect-ratio:4/3 !important; 
    width:100% !important; 
    object-fit:cover !important;
}

.orgads-row{
    margin-top:85px;
}

.advr{
    letter-spacing:3px;
    text-align:center;
    text-transform:uppercase;
    font-size:19px;
    margin-top:5px;
    color:#626262
}

.mt-7 {
    margin-top: 7rem!important;
}

.mt-0 {
   margin-top:0 !important; 
}

.clearboth{
    clear:both
}



.image img {
    width: 100%;
    max-width: 380px;
    border-radius: 5px;
}

.ads {
    display: inline-block;
}

.mobile-title a, .title a {
    color: #000;
    font-weight: 800;
    font-family: 'Lato';
    text-decoration: none;
}

.title, .mobile-title {
    margin-bottom: 25px;
    line-height: normal;
    text-decoration: none;
    text-align: center;
    font-size: 43px;
}

.article {
    font-size: 14px;
    font-style: normal;
    padding: 0px;
    font-family: 'Montserrat';}

.headertext {
    color: #acacac;
    font-size: 13px !important;
    padding-bottom: 0px;
    text-align: center;
}
    
.badget-title {
    font-size: 16px;
    color: slategrey;
    font-style: italic;
    text-align: center;
    display: inline-block;
    padding: 6px 20px;
    margin-top: 8px;
    font-family: 'Lato';
    text-decoration: underline;
}

.badget-link{
    color:black !important;
    text-decoration:none !important;
}

.content-body {
    margin-top: 35px;}

.content-body .content {
    width: 480px;
}

.content .context {
    border-right: none;}

.content-body .image {
    position: relative;
    overflow: hidden;
    width: auto;
    margin: 0 0 20px 0;
    position:relative !important;
}

/*TESTING HERE*/
@media (min-width:767px){
    .content-image{
        position:relative !important;
        top: 45px;
    }
}

@media (max-width:767px){
    .content-image{
        position:relative !important;
    }
}


.link-counter{
    text-decoration:none !important;
    color:white !important;
    font-family: 'Montserrat';
}

@media (min-width:600px){
    .video-counter{
        background-color: rgba(0,0,0,.8);
        bottom: 47px;
        color: #fff;
        padding: 5px 10px;
        position: absolute;
        right: 15%;
        text-decoration:none !important;
    }
    .catg_title{
        font-size:18px !important;
        line-height: 1.5 !important;
    }
    .orgads-title{
        margin-top: 20px !important;
    }
    p,ul{
        font-size:20px !important;
    }
}

@media (min-width:930px){
    .content-body .content {
        border-right: 1px solid #d7d8d8;
    }
}


@media (max-width:600px) {
    .spost_nav .media-left img {
        width: 100%;
        height: 210px;
    }
    footer {
        margin-top: 70px;
    }
    .content .context{
        border-right:none;
        padding-right:0px;
    }
    
    header {
    padding: 20px 0 15px !important;}
    .content-body .image, .content-body .content {
    float: none;
    width: 100%;
    position:relative !important;
    }
    .container, footer .wrap {
        width: 100%;
    }
    .mt-4 {
        margin-top: 0.5rem!important;
    }

    .video-counter {
        background-color: rgba(0,0,0,.8);
        bottom: 30px;
        color: #fff;
        padding: 5px 10px;
        position: absolute;
        right: 2%;
        text-decoration:none !important;
    }

    p,ul {
        font-size:20px !important;
        line-height: 1.3 !important;
    }
    
    .catg_title {
    font-size: 17px !important;
    line-height: 1.4 !important;
    font-weight: 600;
    }
    
    .content-image {
        top: 0px;
    }
}

@media (max-width:600px){
    .badget-title a {
    font-size: 14px !important;
    padding: 10px;
    margin-top: 0;
    margin-bottom: 0;
    color: #282828;
    font-weight: 600;
    font-style: normal;
    text-align: left;
    background-color: #b1dbfd;
    border-radius: 20px;
    display:flex;
    width: 100%;
    }
    .badget-title {
        padding: 0;
    }
    .headertext {
        margin: 10px 0 5px 0;
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .video-counter {
        right: 5%;
    }
}

@media all and (min-width: 670px) and (max-width: 767px) {
    .video-counter {
    bottom: 9px;
    right: 27%;
    }
}

@media all and (min-width: 540px) and (max-width: 669px) {
    .video-counter {
    bottom: 6px;
    right: 22%;
    }
    .badget-title {
        margin-top: 10px;
        padding: 10px;
    }
}

@media all and (min-width: 470px) and (max-width: 539px) {
    .video-counter {
    bottom: 10px;
    right: 16%;
    }
}

@media all and (min-width: 440px) and (max-width: 600px) {
    .title {
        font-size: 36px !important;
        margin-bottom: 12px;
    }
}

@media all and (min-width: 370px) and (max-width: 469px) {
    .video-counter {
    bottom: 10px;
    right: 11%;
    }
}

@media (max-width:369px){
    .video-counter{
        bottom: 6px;
    }
}

@media (max-width:439px){
    .title {
        font-size: 31px !important;
        margin: 7px 0;
        text-align: left;
    }
}

@media screen and (max-width:890px){
    .container,footer .wrap{
        width:100%
    }
	footer{
	width: 100%;
    margin-top: 284px;
	}
    .content-body{
        position:relative;
        clear:both
    }
    .content-body .image,.content-body .content{
        float:none;
        width:100%;
        position:relative !important;
    }
    .content-body .image{
        text-align:center;
        position:relative !important;
    }
    .dvlr .likes,.dvlr .views,.dvlr .rtime{
        display:none
    }
    .mobile-dvlr{
        display:block
    }
    .mobile-title{
        display:block;
        padding:15px 0 0
    }
    .content-body .containerIframe{
        width:100%;
    }
    .badget-title{

    }
    header .dvlr{
        float:left;
        padding-left:20px;
        padding-top:10px
    }
	.spost_nav li{
		width:100%;
		margin-bottom: 20px;
	}
}

/*TESTING HERE*/
@media (max-width: 992px){
    .counter{
        right: 10px !important;
    }
}

@media (max-width: 767px){
    .counter{
        bottom:10px !important;
    }
}

@media (min-width: 992px){
    .counter{
        right: 12% !important;
    }
}

.image-container{
    max-width: 380px; 
    margin: 20px auto;
}