@font-face{
	font-family: Quantify;
	src: url('../fonts/Quantify.ttf');
}

@font-face{
    font-family: HolidayFree;
    src: url('../fonts/HolidayFree.otf');
}

body{
	font-family: "Titillium Web" !important;
	color: #262828 !important;
	font-size: 16px !important;
}

.bg-dark{
    background-color: #262828 !important;
}

.sf-back-to-top {
    color: #fff;
    background-color: #262828;
    display: none;
    z-index: 999;
    opacity: .5;
    /* float in bottom right corner */
    /* 20 pixels from edge */
    position: fixed;
    right: 20px;
    bottom: 65px;
    /* size of button is 50 pixels*/
    width: 40px;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
    /* round button */
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

a:hover.sf-back-to-top {
    color: #fff; 
}

a.sf-back-to-top {
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.6;
    padding-left: 2px; 
}

a.sf-back-to-top .arrow:before {
    content: "\e02d";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e02d";
    text-align: center;
    display: block;
    vertical-align: middle;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    cursor: pointer;
    margin-left: -4px;
}

.title{
    font-weight: 700;
    font-size: 24px
}

.lh-1{
    line-height: 1;
}

/*----------------------------------------- Header CSS -----------------------------------------*/

.btn-search{
    background-color: #193A61;
    color: #ffffff;
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}

.header-title{
    font-family: HolidayFree;
    font-size: 24px;
}

.nav-link{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.search-calendar {
    font-family: Roboto;
    color: #b2b2b2 !important;
    font-size: 12px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.search-calendar:focus{
    outline: none !important;
}

.search-calendar span{
    font-size: 12px;
}

.search-calendar a{
    color: #262828 !important;
}

.happywednesday-banner{
    background-color: #FCFCFC;
}

.happywednesday-banner img{
    width: 70%; 
    height: auto;
}

.happywednesday-banner a{
    text-decoration:none; 
    color:#262828;
}


@media(max-width: 320px){
    .header-title{
        max-width: 150px;
    }

    .happywednesday-banner .text{
        font-size: 8px;
    }
}

@media(min-width: 321px) and (max-width: 575px){
    .header-title{
        max-width: 175px;
    }

    .happywednesday-banner .text{
        font-size: 8px;
    }
}
    
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .happywednesday-banner img{
        width: 30%; 
        height: auto;
    }
    
    .happywednesday-banner .text{
        font-size: 12px;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .header-title{
        max-width: 400px;
    }

    .happywednesday-banner img{
        width: 30%;
        height: auto;
    }

    .happywednesday-banner .text{
        font-size: 10px;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    
    .happywednesday-banner img{
        width: 30%; 
        height: auto;
    }

    .happywednesday-banner .text{
        font-size: 10px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .happywednesday-banner .text{
        font-size: 13px;
    }
}

/*----------------------------------------- Home CSS -----------------------------------------*/

/* START Featured Post */
.featured-post .primary-featured-post .excerpt{
    font-size: 14px;
}

.featured-post .secondary-featured-post .excerpt{
    font-size: 13px;
}

.featured-post .date{
    font-weight: bold; 
    color: #ff2600; 
    font-size: 12px;
    font-family: 'quantify';
}

.featured-post .primary-featured-post .featured-image{
    object-fit: cover;
    object-position: center;
    height: 260px;
    width: 100%;
}

.featured-post .secondary-featured-post .featured-image{
    object-fit: cover;
    object-position: center;
    /* height: 200px; */
    height: 222px;
    width: 100%;
}

.featured-post .primary-featured-post .title{
    font-weight: 700;
    font-size: 32px;
}

.featured-post .secondary-featured-post .title{
    font-weight: 700;
    font-size: 20px;
}

.featured-post .primary-featured-post a{
    color: #fff;
    text-decoration: none;
}

.featured-post .secondary-featured-post a{
    color: #262828;
    text-decoration: none;
}

.featured-post .category, .featured-post .category a{
    font-size: 12px;
    font-family: Quantify;
    color: #ff2600;
}
/* END Featured Post */

/* START Latest Post */
.latest-post a{
    color: #262828; 
    text-decoration: none
}

.latest-post .title {
    font-weight: 700; 
    font-size: 21px;
}

.latest-post .date {
    font-weight: bold; 
    color: #ff2600; 
    font-size: 12px;
    font-family: 'quantify';
}

.latest-post .category, .latest-post .category a {
    font-weight: bold; 
    color: #ff2600; 
    font-size: 12px;
    font-family: 'quantify';
}

.latest-post .image {
    width: 100%;
    height: 175px;
    object-fit: cover;
}

.latest-post .excerpt{
    font-size: 15px;
}
/* END latest Post */


/* START Home Photo Story */
.home-photo-story .story-image{
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}

.home-photo-story .multiple-icon{
    position: absolute;
    top: 12px;
    right: 30px;
    color: #fff;
}

.home-photo-story .story-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 50%;
    font-weight: 700;
    font-size: 24px;
    color: #fff; 
  }
/* END Home Photo Story */

/* START Related Articles */

.related-article .image {
    width: 100%; 
    height: 100px; 
    object-fit: cover; 
    object-position: 50% 0;
}

.related-article a {
    color: #262828; 
    text-decoration: none;
}

.related-article .title {
    font-size: 100%;
}

.related-article .author {
    font-size: 80%;
    font-family: 'Titillium Web';
}

.related-article .date-text {
    font-size: 80%;
    color: #000000; 
    font-family: 'Titillium Web';
}

.related-article-category {
    margin-left: 5%; 
    margin-right: 5%;
}

/* END Related Articles */


@media(max-width: 575px){

}

@media(min-width: 576px){

}

@media(min-width: 768px){
    .featured-post .primary-featured-post .featured-image{
        height: 444px;
    }
}

@media(min-width: 992px){
    .p-lg-6{
        padding: 5rem !important;
    }

    .pl-lg-default{
        padding-left: 15px !important;
    }

    .pr-lg-default{
        padding-right: 15px !important;
    }
}


/*----------------------------------------- Single Post CSS -----------------------------------------*/

.single-post .category, .single-post .category a {
    font-weight: bold; 
    color: #ff2600; 
    font-size: 12px;
    font-family: 'quantify';
}

.single-post .about-author {
    border-top: 1px solid rgba(0,0,0,.1);
}

.single-post .post-body {
    font-size: 18px;
}

.single-post .post-body img {
    max-width: 100%;
    height: auto;
}

.single-post .date {
    font-weight: bold; 
    color: #ff2600; 
    font-size: 12px;
    font-family: 'quantify';
}

figcaption {
  font-size: 14px;
  text-align: center;
}

.single-post .post-caption {
    text-align: center;
    font-size: 14px;
    padding: 0px 10px 0px 0px;
}

.post-body iframe{
    width: 100%;
    /* height: 250px; */
}

/* bootstrap xs screen size */
@media (max-width: 575px)
{

    .videoContainer
    {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 35px;
        height: 0;
        overflow: hidden;        
    }


    .videoContainer iframe
    {
        position: absolute;
        top:0;
        left: 0;
        width: 100%;
        height: 85%;        
    }


}




/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
    /* .post-body iframe{
        height: 250px;
    } */
    
    .videoContainer
    {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 35px;
        height: 0;
        overflow: hidden;        
    }

    .videoContainer iframe
    {
        position: absolute;
        top:0;
        left: 0;
        width: 100%;
        height: 85%;        
    }
    
    
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    /* .post-body iframe{
        height: 350px;
    } */

    .videoContainer
    {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 35px;
        height: 0;
        overflow: hidden;        
    }

    .videoContainer iframe
    {
        position: absolute;
        top:0;
        left: 0;
        width: 100%;
        height: 350px;        
    }

    
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
/*----------------------------------------- Category CSS -----------------------------------------*/

.category-post .title {
    font-weight: 700; 
    font-size: 18px;
}

.category-post a{
    color: #262828; 
    text-decoration: none
}

.category-post .category {
    font-weight: bold; 
    color: #ff2600; 
    font-size: 12px;
    font-family: 'quantify';
}

.category-post .date {
    font-weight: bold; 
    color: #ff2600; 
    font-size: 12px;
    font-family: 'quantify';
}

.category-post .excerpt{
    font-size: 15px;
}

.category-post .image{
    width: 100%; 
    height: 175px; 
    object-fit: cover; 
    object-position:center top;
}

/*----------------------------------------- Photo Story CSS -----------------------------------------*/

.photo-story .story-image{
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.photo-story .multiple-icon{
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
}

.photo-story .story-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 44%;
    font-weight: 700;
    font-size: 31px;    
    line-height: 36px;
    color: #fff; 
  }

.photo-story .date {
    font-weight: bold; 
    color: #ff2600; 
    font-size: 12px;
    font-family: 'quantify';
}

.photo-story .category {
    font-weight: bold; 
    color: #ff2600; 
    font-size: 12px;
    font-family: 'quantify';
}

/*----------------------------------------- Vlog CSS -----------------------------------------*/
.vlog .title a {
    font-weight: bold;
    color: #262828;
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
}

.vlog .date {
    font-weight: bold; 
    color: #ff2600; 
    font-size: 12px;
    font-family: 'quantify';
}

.vlog .category {
    font-weight: bold; 
    color: #ff2600; 
    font-size: 12px;
    font-family: 'quantify';
}

/*----------------------------------------- General CSS -----------------------------------------*/

/* START Sidebar */
.sidebar a{
    font-weight: bold; 
    color: #262828; 
    font-size: 20px; 
    line-height:24px; 
    text-decoration: none;
}

.sidebar .date {
    font-weight: bold; 
    color: #ff2600; 
    font-size: 12px;
    font-family: 'quantify';
}

.sidebar .category {
    font-weight: bold; 
    color: #ff2600; 
    font-size: 12px;
    font-family: 'quantify';
}

.sidebar .popular-post ul, .sidebar .related-post ul {
    list-style: none; 
    padding-left: 0px;
}

.sidebar .popular-post li, .sidebar .related-post li {
    padding: 15px 5px 15px 0px; 
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.sidebar .popular-post li a, .sidebar .related-post li a {
    color: #282828; 
    text-decoration: none; 
    font-weight: 700;
    font-size: 14px;
}
/* END Sidebar */

/* START Owl Carousel */
.owl-prev {
    /* width: 15px; */
    height: 100px;
    position: absolute;
    top: 35%;
    /* margin-left: -20px; */
    margin-left: 5px;
    display: block !important;
    border:0px solid black;
}

.owl-next {
    /* width: 15px; */
    height: 100px;
    position: absolute;
    top: 35%;
    /* right: -25px; */
    right: 5px;
    display: block !important;
    border:0px solid black;
}
.owl-prev i, .owl-next i {
    /* transform : scale(1,6);  */
    font-size: 45px;
    color: #ccc;
}
/* END Owl Carousel */

/* START Video */
.play-button {
    width: 90px;
    height: 60px;
    background-color: #060606;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.play-button {
    cursor: pointer;
}
.play-button,
.play-button:before {
    position: absolute;
}
.play-button,
.play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
/* END Video */

/* START Pagination */
.pagination .page-link {
    color: #231f20;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.pagination .page-item.active .page-link {
    color: #fff;
    background-color: #231f20;
    border-color: #231f20;
}
/* END Pagination */

/* START Banner Bottom */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
    
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .banner-bottom{
        margin-left: 56px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .banner-bottom{
        margin-left: 63px;
    }
    
}
/* END Banner Bottom */

/*----------------------------------------- Disway Viral CSS -----------------------------------------*/
.bg-viral{
    background-color: #82A5CD !important;
}

.featured-post .disway-viral-featured-post .title{
    font-weight: 700;
    font-size: 32px;
}

.featured-post .disway-viral-featured-post a{
    color: #000;
    text-decoration: none;
}

.disway-viral-category {
    background-color: #82A5CD; 
    color: #fff;
    font-weight: 600; 
    padding: 0px 10px; 
    font-size: 12px;
}
