/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

.home-widget {
  margin-bottom: 30px;
  position: relative;
}

.home-widget .widget_text-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home-widget iframe.twitter-timeline.twitter-timeline-rendered {
	min-width: 0px !important;
}

.home-widget .banner {
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid red;
	background-image: none !important;
}







#ctf .ctf-tweets,
.wp-rss-aggregator.wpra-list-template .wpra-item-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#ctf .ctf-tweets .ctf-item,
.wp-rss-aggregator.wpra-list-template .wpra-item-list .wpra-item {
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
    background-color: #f5f5f5;
    border: none;
}

.wp-rss-aggregator.wpra-list-template .wpra-item-list .wpra-item {
	display: block;
	list-style-type: none;
	padding: 25px 20px 30px 20px;
}

.wp-rss-aggregator.wpra-list-template .wpra-item-list .wpra-item > a {
	display: block;
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
}

.wp-rss-aggregator.wpra-list-template .wpra-item-list .wpra-item .feed-date,
.wp-rss-aggregator.wpra-list-template .wpra-item-list .wpra-item .feed-source {
	display: block;
}

.wp-rss-aggregator.wpra-list-template .wpra-item-list .wpra-item .feed-source {
	margin-top: 20px;
}

#ctf .ctf-tweets .ctf-item .ctf-corner-logo, 
/*#ctf .ctf-tweets .ctf-item .ctf-author-box-link,*/
#ctf .ctf-tweets .ctf-item .ctf-tweet-actions{
    display: none;
}

#ctf .ctf-tweets .ctf-item .ctf-tweet-content {
    padding: 15px;
    margin: 0px;
}

#ctf .ctf-tweets .ctf-item .ctf-tweet-content .ctf-tweet-text a {
    word-break: break-all;
}

#ctf .ctf-tweets .ctf-item .ctf-quoted-tweet {
    margin: 0px;
}


@media (min-width: 1000px) {
    #ctf .ctf-tweets .ctf-item,
	.wp-rss-aggregator.wpra-list-template .wpra-item-list .wpra-item {
        width: calc(33% - 5px);
    }
}

#ctf .ctf-author-name { display: block; }
#ctf .ctf-author-avatar { margin: 3px 6px 0 -40px; }
    
