/* ----- Twitter Section ----- */
section#twitter-feed h1{
	color: #333;
	font-size: 32px;
	text-transform: uppercase;
    font-weight: 700;
}
section#twitter-feed .container{
    position: relative;
}
section#twitter-feed .grid.twitter-grid {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 3px solid #76368a;
}
section#twitter-feed .grid.twitter-grid::before{
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background: #a286b5;
    right: 0;
    bottom: -7px;
}

section#twitter-feed .twitter-header{
    text-transform: uppercase;
    color: #76368a;
    font-weight: 600;
}
section#twitter-feed .twitter-header span{
    color: #2c66ab;
    font-weight: 400;
}
section#twitter-feed .twitter-btn{
    color: #2c66ab;
    text-transform: uppercase;
    display: table;
}
section#twitter-feed .twitter-btn:hover{
    text-decoration: none;
}
section#twitter-feed .twitter-btn .fal{
    color: #76368a;
    margin-right: 10px;
}

section#twitter-feed .container{
    position: relative;
    border-bottom: 3px solid #76368a;
    padding-bottom: 20px;
}
section#twitter-feed .container::before{
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background: #a286b5;
    right: 0;
    bottom: -7px;
}
section#twitter-feed .twitter-tweet-container{
    opacity: 0;
}
section#twitter-feed .tweet-col{
	display: block;
	color: #fff;
	padding: 10px;
	text-decoration: none;
	transition: 0.3s ease-in-out;
	word-break: break-word;
    overflow: hidden;
}
section#twitter-feed .tweet-col:focus{
    outline: none;
}
section#twitter-feed .tweet-col .content{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    background-color: rgba(44, 101, 171, 0.7);
    height: 150px;
    transition: ease-in 0.5s;
    -webkit-transition: ease-in 0.5s;
    -moz-transition: ease-in 0.5s;
    -ms-transition: ease-in 0.5s;
    -o-transition: ease-in 0.5s;
    width: 100%;
}
section#twitter-feed .tweet-col:hover .content{
    background-color: rgba(118, 54, 138, 0.7);
    height: 100%;
}
section#twitter-feed .tweet-col .content::before{
    position: absolute;
    content: '';
    left: 0;
    width: 40%;
    background: #fff;
    height: 2px;
    bottom: 63px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
section#twitter-feed .tweet-col .content::after{
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background: #fff;
    left: 40%;
    bottom: 58px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
section#twitter-feed .tweet-col:hover .content::before{
    width: 100%;
}
section#twitter-feed .tweet-col:hover .content::after{
    left: 99%;
}
section#twitter-feed .tweet-col .profile-col{
    margin-top: 10px;
	margin-bottom: 20px;
}
section#twitter-feed .tweet-col .profile-col img{
    height: 60px;
    padding-right: 10px;
}
section#twitter-feed .tweet-col .profile-col .profile-name{
    font-weight: 600;
}
section#twitter-feed .tweet-col .profile-col .twitter-name{
    font-size: 12px;
}
section#twitter-feed .tweet-col .tweet-preview{
    font-weight: 600;
    margin-top: 20px;
    opacity: 1;
    font-size: 16px;
    transition: ease-in 0.5s;
    -webkit-transition: ease-in 0.5s;
    -moz-transition: ease-in 0.5s;
    -ms-transition: ease-in 0.5s;
    -o-transition: ease-in 0.5s;
}
section#twitter-feed .tweet-col:hover .tweet-preview{
    opacity: 0;
    margin-top: -20px;
}
section#twitter-feed .tweet-col .rollover{
    text-align: center;
    opacity: 0;
    transition: ease-in 0.5s;
    -webkit-transition: ease-in 0.5s;
    -moz-transition: ease-in 0.5s;
    -ms-transition: ease-in 0.5s;
    -o-transition: ease-in 0.5s;
}
section#twitter-feed .tweet-col:hover .rollover{
    opacity: 1;
}
section#twitter-feed .tweet-col .image{
    height: 400px;
	background-size: cover;
	background-position: center;
    position: relative;
}
/* ----- Twitter Section END ----- */

section#twitter-feed .slick-dots {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    bottom: 0px;
    width: auto;
    z-index: 600;
}
section#twitter-feed .slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 3px;
    padding: 0;

    cursor: pointer;
}
section#twitter-feed .slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
section#twitter-feed .slick-dots li button:hover,
section#twitter-feed .slick-dots li button:focus
{
    outline: none;
}
section#twitter-feed .slick-dots li button:hover:before,
section#twitter-feed .slick-dots li button:focus:before
{
    opacity: 1;
}
section#twitter-feed .slick-dots li button:before{
    content: '';
    font-family: 'slick';
    font-size: 56px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    text-align: center;
    /*opacity: .25;
    */color: transparent;
    border: 2px solid #a286b5;
    border-radius: 50%;
    background: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
section#twitter-feed .slick-dots li.slick-active button:before {
    /*opacity: .75;*/
    background: #a286b5;
}


/*----- Responsive Styles -----*/
@media(min-width: 640px) {
}
@media(min-width: 768px) {
    section#twitter-feed h1{
    font-size: 38px;
    }     
    section#twitter-feed{
        background: url(../img/twitter-bg.jpg) no-repeat 0% 0%/400px ,url(../img/harmony-bg.jpg) no-repeat 95% 99%/400px;
    }   
    section#twitter-feed .tweet-col .tweet-preview{
    font-size: 18px;
    }
}
@media(min-width: 1024px) {
    section#twitter-feed{
    background: url(../img/twitter-bg.jpg) no-repeat 0% 0%/600px ,url(../img/harmony-bg.jpg) no-repeat 95% 99%/600px;
    }   
    section#twitter-feed h1{
    font-size: 42px;
    }        
    section#twitter-feed .twitter-btn{
    float: right;
    }
    section#twitter-feed .tweet-col .content{
    font-size: 16px;
    }    
    section#twitter-feed .tweet-col:hover .content::after{
    left: 97%;
    } 
    section#twitter-feed .container{
    width: 980px;
    }   
    section#twitter-feed .slick-dots{
    position: absolute;
    right: -57px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    top: 75px;
    bottom: auto;
    }               
}
@media(min-width: 1280px) {
    section#twitter-feed{
    background: url(../img/twitter-bg.jpg) no-repeat 0% 0%/650px ,url(../img/harmony-bg.jpg) no-repeat 99% 99%/650px;
    }       
    section#twitter-feed h1{
    font-size: 48px;
    }    
    section#twitter-feed .container{
    width: 1200px;
    }   
    section#twitter-feed .tweet-col .content{
    font-size: 18px;
    }
    section#twitter-feed .tweet-col .profile-col .twitter-name{
    font-size: 16px;
    }
}