/*
This file is used to style the frontend interface of the My Custom Twitter Feed plugin.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 4 Oct, 2019, 12:38:34 PM
    Author     : Ray Creations
*/

/* Notification style */
.rsfft_tweets_wrap_error {
    border: 1px solid #e2e2e2;
    border-radius: 15px;
    padding: 1em;
    box-shadow: 2px 2px 0 rgba(0,0,0,.1)
}

/* Twitter Feed Style */
.rsfft_tweets_wrap {
    padding: 10px;
}

.rsfft_tweets_wrap ol {
    padding-left: 0;
    list-style: none;
}

/* 
* ================================
* Twitter Feed - List Style
* ================================ */

.rsfft_tweets_wrap.display_list .tweet_item {
    position: relative;
}

.rsfft_tweets_wrap.display_list .tweet_item,
.rsfft_tweets_wrap.display_slider_1_col .tweet_item,
.rsfft_tweets_wrap.display_masonry .tweet_item {
    margin-bottom: 50px;
    text-indent: 0;
}

.rsfft_tweets_wrap.display_list .twitter_profile_img {
    border-radius: 50%;
    position: absolute;
    left: -25px;
    top: 30px;
}

.rsfft_tweets_wrap.display_masonry .twitter_header_meta .twitter_inner_profile_img {
    border-radius: 50%;
    position: relative;
    float: left;
    left: 0;
    right: auto;
    top: auto;
    margin: 0 10px 0 0;
}

.rsfft_tweets_wrap .twitter_header_meta {
    margin-bottom: 4px;
    word-break: break-word;
    overflow: hidden;
}

.display_masonry .rsfft-retweet-div {
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.display_masonry .twitter_header_meta{
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 18px;
}

.twitter_header_meta .screen_name,
.twitter_header_meta .tweet_date{
    display: inline-block;
}

.twitter_header_meta .tweet_date:after,
.twitter_header_meta .screen_name:after{
    content: '';
    vertical-align: middle;
    margin: 0 10px 0 0;
    color: rgba(0,0,0,0.4);
}

.twitter_header_meta .name-of-tweeter img,
.owl-carousel .twitter_header_meta .name-of-tweeter img {
    display: inline;
}

.display_masonry .name-of-tweeter{
    display: block;
}

.display_masonry .rsfft_dot_spacer{
    display: none;
}

.rsfft_tweets_wrap .tweet {
    word-break: break-word;
}


.link_details_wrap {
    margin: 0;
    position: relative;
    display: inline-block;
    clear: both;
}

.link_details_wrap img {
    border-radius: 15px;
    max-width: 100%;
}

.link_details_wrap .play-pause-button {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 45%;
    height: 50px;
}

.link_details_wrap .tweet-video {
    border-radius: 15px;
    max-width: 100%;
}

.rsfft_tweets_wrap.display_list .ext_link_title_desc {
    position: absolute;
    width: 100%;
    bottom: 7px;
    padding: 40px 20px 20px 20px;
    color: #fff;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.8));
    border-radius: 0 0 15px 15px;
    display: none;
    transition: all 0.5s ease;
}

.rsfft_tweets_wrap.display_list li:hover .ext_link_title_desc {
    display: block;
}

.rsfft_tweets_wrap.display_list .ext_link_title {
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.rsfft_tweets_wrap.display_list .ext_link_desc {
    font-size: inherit;
}

/* 
* ================================
* Twitter Feed - Slider Column 1
* ================================ */

.rsfft_tweets_wrap.slider.display_slider_1_col .tweet_wrapper{
    margin-top: 20px;
}

/* 
* ================================
* Twitter Feed - Slider Column 2
* ================================ */

.rsfft_tweets_wrap.display_slider_2_col {
    position: relative;
    border-top: 0;
    border-bottom: 0;
    text-indent: 0;
}

.rsfft_tweets_wrap.display_slider_2_col .tweet_wrapper {
    width: 68%;
    display: inline-block;
    vertical-align: middle;
}

.rsfft_tweets_wrap.display_slider_2_col .tweet_wrapper_full {
    width: 100%;
}

.rsfft_tweets_wrap.display_slider_2_col .tweet-media {
    width: 25%;
    margin-right: 7%;
    display: inline-block;
    vertical-align: middle;
}

.rsfft_tweets_wrap.display_slider_2_col .tweet-media-2 {
    display: flex;
    float: left;
}

.rsfft_tweets_wrap.display_slider_2_col .tweet-media-3 {
    display: grid;
    float: left;
}

.rsfft_tweets_wrap.display_slider_2_col .tweet-media-4 {
    display: flex;
    float: left;
}

.rsfft_tweets_wrap.display_slider_2_col .twitter_profile_img,
.rsfft_tweets_wrap.display_slider_1_col .ext_link_title_desc,
.rsfft_tweets_wrap.display_slider_2_col .ext_link_title_desc {
    display: none;
}

.rsfft_tweets_wrap.display_slider_2_col .link_details_wrap {
    margin: 0;
}


/* 
* ==============================
* Twitter Feed - Masonry Style
* ============================== */

.tweets_container{
    margin: auto;
}
.rsfft_tweets_wrap .tweet_item,
.rsfft_tweets_wrap .tweet_sizer {
    margin: 10px;
    padding: 30px 45px;
    margin-bottom: 28px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.07);
}

.rsfft_tweets_wrap .tweet_border_type_line {
    box-shadow: none;
    border: 1px solid rgba(0,0,0,.08);
}

.rsfft_tweets_wrap .tweet_border_none {
    box-shadow: none;
    border: 0;
}

.rsfft_tweets_wrap.display_masonry .tweet_item,
.rsfft_tweets_wrap.display_masonry .tweet_sizer{
    margin: 0 0 28px 0;
    padding: 20px 25px;
}

.rsfft_tweets_wrap.display_masonry .tweet {
    word-break: break-word; margin-bottom: 15px;
}

.rsfft_tweets_wrap.display_masonry .ext_link_title_desc {
    display: none;
}

.rsfft_tweets_wrap.display_masonry .rsfft_tweet_footer{    
    width: 100%;
    overflow: hidden; padding-top:10px;
}


/* 
* ===========================
* Twitter Feed - Footer 
* ========================= */

.rsfft_tweets_wrap .rsfft_tweet_footer .rsfft_retweet_wrap:after,
.rsfft_tweets_wrap .rsfft_tweet_footer .rsfft_like_wrap:after,
.rsfft_tweets_wrap .rsfft_tweet_footer .screen_name_footer:after,
.rsfft_tweets_wrap .rsfft_tweet_footer .tweet_date_footer:after
{
    content: '';
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px 0 0;
    color: rgba(0,0,0,0.2);    
}

.rsfft_tweets_wrap.display_masonry .rsfft_tweet_footer .rsfft_like_wrap,
.rsfft_tweets_wrap.display_masonry .rsfft_tweet_footer .rsfft_retweet_wrap,
.rsfft_tweets_wrap.display_masonry .rsfft_tweet_footer .screen_name_footer,
.rsfft_tweets_wrap.display_masonry .rsfft_tweet_footer .tweet_date_footer,
.rsfft_tweets_wrap.display_slider_2_col .rsfft_tweet_footer .rsfft_like_wrap,
.rsfft_tweets_wrap.display_slider_2_col .rsfft_tweet_footer .rsfft_retweet_wrap,
.rsfft_tweets_wrap.display_slider_2_col .rsfft_tweet_footer .screen_name_footer,
.rsfft_tweets_wrap.display_slider_2_col .rsfft_tweet_footer .tweet_date_footer,
.rsfft_tweets_wrap.display_slider_1_col .rsfft_tweet_footer .rsfft_like_wrap,
.rsfft_tweets_wrap.display_slider_1_col .rsfft_tweet_footer .rsfft_retweet_wrap,
.rsfft_tweets_wrap.display_slider_1_col .rsfft_tweet_footer .screen_name_footer,
.rsfft_tweets_wrap.display_slider_1_col .rsfft_tweet_footer .tweet_date_footer{
    display: inline-block; padding-bottom: 2px;
    line-height: 1em;
}

.rsfft_tweet_footer .rsfft_like_wrap span,
.rsfft_tweet_footer .rsfft_retweet_wrap span,
.rsfft_tweet_footer .screen_name_footer span,
.rsfft_tweet_footer .tweet_date_footer a,
.rsfft_tweet_footer .screen_name_footer a{
    padding: 2px; vertical-align: middle;
}

.rsfft_tweet_footer .rsfft_like_wrap span,
.rsfft_tweet_footer .rsfft_retweet_wrap span,
.rsfft_tweet_footer .screen_name_footer span{
    cursor: default;
}

.rsfft-retweet-div{
    margin-top: -24px;
    margin-left: -28px;
    display: block;
    position: relative;
}

.rsfft-retweet-div .rsftt-retweet-sign-top {
    height: 1.0em;
    vertical-align: middle;
    margin-right: 14px;
    fill: currentColor;
    opacity: .5;
}

.rsfft-retweet-div .rsfft-retweeter-screenname a {
    text-decoration: none;
    color: inherit;
    opacity: .5;
    border-bottom: 0;
    box-shadow: none;
}

.rsfft-retweet-div .rsfft-retweeter-screenname {
    font-size: 75%;
}

.verified_badge {
    margin-left: 2px;
    color: rgba(29,161,242,1.00);
    vertical-align: text-bottom;
    position: relative;
    max-width: 100%;
    height: 1.25em;
    fill: currentcolor;
    display: inline-block;
    font-size: inherit;
    font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;
    
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.rsfft_twitter_heart {
    width: 1.25em;
    vertical-align: text-bottom;
    position: relative;
    max-width: 100%;
    height: 1.25em;
    fill: currentcolor;
    display: inline-block;
    
    -webkit-box-direction: normal;
    align-items: stretch;
    border: 0 solid black;
    box-sizing: border-box;
    
    white-space: nowrap;
    font-weight: 400;
    color: rgb(101, 119, 134);
    font-size: inherit;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
    overflow-wrap: break-word;
    line-height: 1.3125;
    
}

.rsfft_retweet_sign {
    width: 1.25em;
    vertical-align: text-bottom;
    position: relative;
    max-width: 100%;
    height: 1.25em;
    fill: currentcolor;
    display: inline-block;
    
    -webkit-box-direction: normal;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    
    white-space: nowrap;
    font-weight: 400;
    color: rgb(101, 119, 134);
    font-size: inherit;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
    overflow-wrap: break-word;
    line-height: 1.3125;
    
}

.rsfft_tweet_footer {
    margin-top: 15px;
    word-break: keep-all;
    padding-top: 5px;
}

svg:not(:root) {
    overflow: hidden;
}

/* 
* ===============================
* CSS for the slider goes below
* =============================== */

.rsfft_tweets_wrap.slider {
    margin: auto;
    position: relative;
    width: 100%;
    backface-visibility: hidden;
}

.display_slider_1_col .tweet_wrapper .twitter_header_meta img.twitter_inner_profile_img,
.display_slider_2_col .tweet_wrapper .twitter_header_meta img.twitter_inner_profile_img{
    border-radius: 50%;
    width: 35px; height: 35px;
    position: relative; float: left;
    left: auto; right: auto; top: auto;
    margin: -3px 13px 0 0;
} 

.display_slider_1_col .tweet_wrapper .twitter_header_meta,
.display_slider_2_col .tweet_wrapper .twitter_header_meta{
    margin-bottom: 12px; padding-top:10px;
}
.rsfft_tweets_wrap.slider .slides-container {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.rsfft_tweets_wrap{
    width: auto;
}

.rsfft_tweets_wrap.display_masonry,
.rsfft_tweets_wrap.display_list{
    width: auto;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.rsfft_tweets_wrap.display_list{
    margin-left: 12px;
}

/* Keeping Media Image Center for Column 1 layout */
.display_slider_1_col.slider.cols_1 .tweet_item .tweet-media{
    text-align: center;
}

.rsfft_tweets_wrap.display_list.cols_1 .tweet-media{
    margin-top: 15px;
}

.rsfft_tweets_wrap.display_masonry .tweet-media,
.rsfft_tweets_wrap.display_list .tweet-media
{
    margin-top: 22px;
}

.rsfft_tweets_wrap.slider .slide {
    height: auto;
    left: 0;
    top: 0;
    /*display: none;*/
    overflow: hidden;
}

.rsfft_tweets_wrap.display_slider_2_col.slider .slide {
    display: flex;
    align-items: center;
}

.rsfft_tweets_wrap.display_slider_1_col.slider .slide {

}

.rsfft_tweets_wrap.slider .slide:after {
    content: '';
    display: table;
}

.rsfft_tweets_wrap.slider .slide:first-child {
    display: block;
}

.rsfft_tweets_wrap.display_slider_2_col.slider .slide:first-child {
    /* display: block; */
    display: flex;
}

.rsfft_tweets_wrap.slider .slide .text {
    width: 100%;
    height: 100%;
    background: #8fc6eb;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.rsfft_tweets_wrap.slider .slide .rsfft-retweet-div {
    margin-left: -3px;
    padding-top: 15px;
}

.rsfft_tweets_wrap.slider .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rsfft_tweets_wrap.slider .pager-wrap {
    text-align: center;
    clear: both;
}

.rsfft_tweets_wrap.display_slider_2_col .pager-wrap {
    top: 30px;
    height: 0;
    position: relative;
}

.rsfft_tweets_wrap.slider .pager {
    font-size: 10px;
    font-weight: 900;
    color: #777;
    text-align: center;
    margin-top: 5px;
    display: inline-block;
    background-color: #f1f1f1;
    padding: 0 20px;
    border-radius: 15px;
    line-height: 28px;
}

.rsfft_tweets_wrap.slider .arrows a {
   position: absolute;
   text-decoration: none;
   top: 43%;
   left: -20px;
   font-weight: 400;
   line-height: 1;
   display: block;
   width: 37px;
   height: 37px;
   overflow: hidden;
   background: #fff;
   border-radius: 50%;
   border-right: 2px solid #ccc;
   border-bottom: 2px solid #ccc;
   padding: 10px;
   box-shadow: none;
   text-align: center;
   transition: all .4s ease-in;
}

.rsfft_tweets_wrap.slider .arrows a.next {
   left: initial;
   right: -20px;
}

.rsfft_tweets_wrap.slider.display_slider_2_col .arrows a {
    left: 0;
}

.rsfft_tweets_wrap.slider.display_slider_2_col .arrows a.next {
    left: initial;
    right: 0;
}

.rsfft_tweets_wrap.slider.display_slider_1_col .arrows a {
    opacity: 0;
}

.rsfft_tweets_wrap.slider.display_slider_1_col:hover .arrows a {
    opacity: 1;
}

.rsfft_tweets_wrap.slider .arrows a:hover {
   color: #fff;
   box-shadow: none;
   border-right: 2px solid #000;
   border-bottom: 2px solid #000;
}
 
.rsfft_tweets_wrap.slider .arrows a img {
    width: 11px;
}


/**
*   Owl 'default theme' css for sliders & carousel starts here
*/
    
.owl-theme .owl-nav {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent; 
}

.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next{
    position: absolute;
    width: 20px;
}

.owl-theme .owl-nav .owl-prev{ left: -30px;}
.owl-theme .owl-nav .owl-next{ right: -30px;}

.owl-theme .owl-nav .owl-prev span,
.owl-theme .owl-nav .owl-next span{
    font-size: 50px;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 0;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; 
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #f2f2f2;
    text-decoration: none; 
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; 
}

.owl-dots {
    padding-top: 15px;
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent; 
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; 
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px; 
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; 
}

.rsfft_tweets_wrap .owl-carousel .owl-item img {
    width: auto;
}

/* 
* ===========================
* Twitter - multiple image style 
* ========================= */
.tweet-media-1,
.tweet-media-2,
.tweet-media-3,
.tweet-media-4 {
    margin-top: 10px;
}

.tweet-media-2 {
    display: flex;
    flex-flow: row;
}

.tweet-media-2 .link_details_wrap {
    margin: 1px;
    width: 50%;
    vertical-align: top;
}

.tweet-media-2 .my-tweet-photo-1 img {
    border-radius: 15px 0 0 15px;
    width: 100%;
    height: 100%;
}

.tweet-media-2 .my-tweet-photo-2 img {
    border-radius: 0 15px 15px 0;
    width: 100%;
    height: 100%;
}

.tweet-media.tweet-media-3 {
    display: grid;
    grid-template-areas:
        'photo1 photo1 photo2'
        'photo1 photo1 photo3';
}

.tweet-media-3 .my-tweet-photo-1 {
    grid-area: photo1;
    margin: 1px 1px 1px 1px;
}

.tweet-media-3 .my-tweet-photo-2 {
    grid-area: photo2;
    margin: 1px;
}

.tweet-media-3 .my-tweet-photo-3 {
    grid-area: photo3;
    margin: 1px;
}

.tweet-media-3 .my-tweet-photo-1 img {
    width: 100%;
    height: 100%;
    border-radius: 15px 0 0 15px;
}

.tweet-media-3 .my-tweet-photo-2 img {
    width: 100%;
    height: 100%;
    border-radius: 0 15px 0 0;
}

.tweet-media-3 .my-tweet-photo-3 img {
    width: 100%;
    height: 100%;
    border-radius: 0 0 15px 0;
}

.tweet-media-4 {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}

.tweet-media-4 .my-tweet-photo-1,
.tweet-media-4 .my-tweet-photo-2,
.tweet-media-4 .my-tweet-photo-3,
.tweet-media-4 .my-tweet-photo-4 {
    width: 49%;
    padding: 1px;
}

.tweet-media-4 .my-tweet-photo-1 img {
    margin: 1px;
    border-radius: 15px 0 0 0;
    width: 100%;
    height: 100%;
}

.tweet-media-4 .my-tweet-photo-2 img {
    margin: 1px;
    border-radius: 0 15px 0 0;
    width: 100%;
    height: 100%;
}

.tweet-media-4 .my-tweet-photo-3 img {
    margin: 1px;
    border-radius: 0 0 0 15px;
    width: 100%;
    height: 100%;
}

.tweet-media-4 .my-tweet-photo-4 img {
    margin: 1px;
    border-radius: 0 0 15px 0;
    width: 100%;
    height: 100%;
}

/* For Mobile */
@media screen and (min-width: 800px) {
    
    /* Masonry Style */
    .rsfft_tweets_wrap.display_masonry .tweet_item,
    .rsfft_tweets_wrap.display_masonry .tweet_sizer,
    .rsfft_tweets_wrap.display_masonry.cols_4 .tweet_item,
    .rsfft_tweets_wrap.display_masonry.cols_5 .tweet_item {
        width: 46.5%;
    }
    
}

@media screen and (min-width: 1023px) {
    .rsfft_tweets_wrap.display_masonry .tweet_item,
    .rsfft_tweets_wrap.display_masonry .tweet_sizer {
        width: 28%;
    }
    
    .rsfft_tweets_wrap.display_masonry.cols_2 .tweet_item {
        width: 47%;
    }

    .rsfft_tweets_wrap.display_masonry.cols_4 .tweet_item {
        width: 21.5%;
    }

    .rsfft_tweets_wrap.display_masonry.cols_5 .tweet_item {
        width: 30%;
    }
    
}

@media screen and (max-width: 1200px) {
    .rsfft_tweets_wrap.slider .slides-container {
        position: relative;
        height: auto;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1200px) {
    
    .rsfft_tweets_wrap.display_masonry .tweet_item,
    .rsfft_tweets_wrap.display_masonry .tweet_sizer {
        width: 30%;
    }
    
    .rsfft_tweets_wrap.display_masonry.cols_4 .tweet_item {
        width: 22.5%;
    }

    .rsfft_tweets_wrap.display_masonry.cols_5 .tweet_item {
        width: 17.5%;
    }
    
}

@media screen and (max-width: 800px) {
    
    /* Slider 2 Column */
    .rsfft_tweets_wrap.slider .slides-container,
    .rsfft_tweets_wrap.slider.display_slider_2_col .slides-container {
        width: 100%;
    }
    .rsfft_tweets_wrap.slider.display_slider_2_col .arrows a.prev {
        left: -20px;
    }
    
    .rsfft_tweets_wrap.slider.display_slider_2_col .arrows a.next {
        right: -20px;
    }
    
    .rsfft_tweets_wrap.display_slider_2_col .slide {
        padding: 20px;
        border-radius: 15px;
        display: block;
    }
    
    .rsfft_tweets_wrap.display_slider_2_col .slide:first-child {
        display: block;
    }
    
    .rsfft_tweets_wrap.display_slider_2_col .tweet_wrapper {
        width: 100%;
        float: none;
        padding-right: 0;
    }

    .rsfft_tweets_wrap.display_slider_2_col .tweet-media {
        width: 100%;
        float: none;
        margin-left: 0;
    }
    
    .rsfft_tweets_wrap.display_slider_2_col .link_details_wrap {
        margin-bottom: 20px;
    }
    
    
}
/* Media query for portrait mode */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .rsfft_tweets_wrap .screen_name_footer,
    .rsfft_tweets_wrap .tweet_date_footer{
        display: block;
    }
}