section#facebook-feed{
    background: url(../img/dots.png) no-repeat 5% 20%/600px, url(../img/facebook-bg.png) no-repeat bottom/contain;
}
section#facebook-feed .container{
    position: relative;
}
section#facebook-feed h1{
    position: relative;
    color: #992bc2;
    font-size: 32px;
    font-weight: 100;
}
section#facebook-feed h1 span{
    color: #0a3669;
    display: block;
    font-weight: 600;
    font-size: 20px;
    padding-top: 10px;
    font-size: 16px;
}
section#facebook-feed .facebook-btn{
    display: table;
    border: 5px solid #0a3669;
    color: #0a3669;
    background: #fff;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 42px;
    -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
    -ms-border-radius: 42px;
    -o-border-radius: 42px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    margin: 10px 0px;
}
section#facebook-feed .facebook-btn:hover{
    text-decoration: none;
    background: #0a3669;
    color: #fff;
}
section#facebook-feed .facebook-btn .fas{
    margin-left: 10px;
}
section#facebook-feed .post-col{
    display: block;
    padding: 10px;
    text-align: center;
    color: #0a3669;
}
section#facebook-feed .post-col .image{
    position: relative;
    overflow: hidden;
    height: 400px;
    background-size: cover;
    background-position: center;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}
section#facebook-feed .post-col .post-icon{
    position: absolute;
    top: 30%;
    left: 10px;
    color: #0a3669;
    font-size: 32px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    opacity: 1;
}
section#facebook-feed .post-col:hover .post-icon{
    opacity: 0;
}
section#facebook-feed .post-col .post-icon::before{
    z-index: 1;
    position: absolute;
    top: 40px;
}
section#facebook-feed .post-col .post-icon::after{
    position: absolute;
    content: '';
    background-color: rgba(247, 224, 21, 0.6);
    width: 120px;
    height: 120px;
    left: -74px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
section#facebook-feed .post-col .content{
    position: absolute;
    width: 100%;
    height: 90px;
    bottom: 0;
    background: #fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 10px;
    z-index: 1;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
section#facebook-feed .post-col .content .text{
    opacity: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
section#facebook-feed .post-col .content .read-more{
    position: absolute;
    opacity: 0;
    top: 20px;
    left: 50%;
    color: #0a3669;
    background: #f7e015;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 42px;
    -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
    -ms-border-radius: 42px;
    -o-border-radius: 42px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: fit-content;
}
section#facebook-feed .post-col .content .read-more .fas{
    margin-left: 10px;
}
section#facebook-feed .post-col:hover .content .text{
    opacity: 0;
}
section#facebook-feed .post-col:hover .content .read-more{
    opacity: 1;
}
section#facebook-feed .post-col .content .time{
    color: #999;
    margin-bottom: 10px;
    font-size: 16px;
}
section#facebook-feed .post-col .rollover{
    padding: 30px 10px;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 0px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    color: #0a3669;
}
section#facebook-feed .post-col:hover .rollover{
    background-color: rgba(247, 224, 21, 0.6);
    height: 100%;
}
section#facebook-feed .post-col .rollover .time{
    margin-bottom: 20px;
}
section#facebook-feed .post-col .rollover .fab{
    font-size: 28px;
    margin-bottom: 10px;
}

section#facebook-feed .slick-dots {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    bottom: 0;
    width: 100%;
}
section#facebook-feed .slick-dots li
{
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
section#facebook-feed .slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
section#facebook-feed .slick-dots li button:hover,
section#facebook-feed .slick-dots li button:focus
{
    outline: none;
}
section#facebook-feed .slick-dots li button:hover:before,
section#facebook-feed .slick-dots li button:focus:before
{
    opacity: 1;
}
section#facebook-feed .slick-dots li button:before{
    font-family: 'slick';
    font-size: 56px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    content: '•';
    text-align: center;
    /*opacity: .25;*/
    color: transparent;
    background-color: #fff;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
section#facebook-feed .slick-dots li.slick-active button:before {
    /*opacity: .75;*/
    background: #0a3669;
}
.prev-post, .next-post{
    font-family: "Font Awesome 5 Pro";
    font-size: 24px;
    border: 0;
    margin: 0px 5px;
    border-radius: 50%;
    color: #0a3669;
    background: #f7e015;
    padding: 10px;
    width: 40px;
    height: 40px;
    outline: none;
    text-align: center;
    position: absolute;
    cursor: pointer;
    top: 50%;
    display: none !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.prev-post:hover, .next-post:hover{
    color: #f7e015;
    background: #0a3669;
}
.prev-post{
    left: -25px;
}
.next-post{
    right: -25px;
}
.prev-post:before, .next-post:before{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.next-post:before{
    content: '\f061';
}
.prev-post:before{
    content: '\f060';
}

@media(min-width: 1024px){
    section#facebook-feed .container{
    width: 900px;
    }
    section#facebook-feed h1{
    font-size: 42px;
    padding-left: 95px;
    }
    section#facebook-feed h1::before{
    font-family: 'Font Awesome 5 Brands';
    content: '\f39e';
    padding: 8px 19px;
    position: absolute;
    left: 0;
    top: 0;
    color: #0a3669;
    background: #fff;
    font-size: 46px;
    width: 80px;
    height: 80px;
    border: 5px solid #0a3669;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    }
    section#facebook-feed h1 span{
    font-size: 18px;
    }
    section#facebook-feed .facebook-btn{
    position: absolute;
    right: 0;
    top: 0;
    }
    .prev-post, .next-post{
    display: block !important;
    }
}

@media(min-width: 1280px){
    section#facebook-feed .container{
    width: 1100px;
    }
    section#facebook-feed h1{
    font-size: 48px;
    }    
}
