/*
Theme Name: The7.2
Theme URI: http://dream-theme.com/
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: 2.1.6
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
License URI: License.txt
Tags: one-column, two-columns, right-sidebar, flexible-width, custom-menu, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, translation-ready
*/

.blog .dt-format-gallery .dt-format-gallery-coll.full,
.archive .dt-format-gallery .dt-format-gallery-coll.full,
.search .dt-format-gallery .dt-format-gallery-coll.full
{
	display: none;
}


.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor {}
.light h3 {
    color: #ffffff !important;
    font-size: 130% !important; font-weight:100;

}
.light a {
    color: #ffffff !important;
}
.btn_red{
  float:left; /* HaveAByte */
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff!important;
  font-size: 15px;
  background: #d51315;
  padding: 4px 35px 4px 35px;
  text-decoration: none;    
  margin-top: 0px;
  margin-left: 20px;
}


.btn_red:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none; color: #ffffff;
}
.btn_red:active {
	position:relative;
	top:1px;color:#ffffff;
}
.details{
        float:left; /* HaveAByte */
	 -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff!important;
  font-size: 15px;
  background: #666666;
  padding: 4px 35px 4px 35px;
  text-decoration: none; margin-left: 8px;
}

 a.details:hover {
	background: #3cb0fd!important;
        color: #fff!important;
        -webkit-background-clip:inherit!important;
        -webkit-text-fill-color:#fff!important;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none; color: #ffffff;
}
.details:active {
	position:relative;
	top:1px;color:#000000;
}
.details:after{display:none;}
.details::after { content: "<br style='clear:both'/>"; } /* HaveAByte */

.play_date{color:#333333;padding: 2px 0px 15px;    clear: both;}
.style-ios .wf-cell .post.bg-on.fullwidth-img:not(.format-quote):not(.format-link):not(.no-img) .blog-content, .style-ios .wf-cell .post.bg-on.fullwidth-img:not(.no-img) .project-list-content {
    padding-bottom: 50px;}

.rpwe-block .btn_red {
  margin-top: 0px;
  font-size:12px;
  padding: 3px 10px;margin-left: 8px;
}
.rpwe-block .details {
  font-size:12px;
  padding: 3px 10px;
  float:left;margin-left: 8px;
}
.sub_title_i{color: #7264b0 !important;
    font-style: italic; font-size: 21px;}

.cat_img{float:right; padding :0px 0px 15px 15px; }
.cat_cont{float:left;padding :0px; width:66.7%;}
.cat_dcr{font-size:15px;line-height:18px;color: #86829d;}

@media screen and (max-width: 970px){.cat_cont{float:left;padding :0px; width:100%;} .cat_img{padding :0px 30px 15px 30px; }}