/*
Theme Name: TV_S Multi-Framework
Theme URI: http://targetedvictory.com/
Author: Targeted Victory <creative@targetedvictory.com>
Author URI: http://targetedvictory.com/
Description: Starter Theme for TV sites, based on _s by Automattic with SemanticUI CSS framework
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tv_s
Tags:
*/

/* Using this for a couple of hacky overrides */
.single-tv-landing .site-branding { width: 100%;}
.single-tv-landing .landing-logo { width: 50%; text-align:right;}
.single-tv-landing .contribute-button { width: 25%; float: right; text-align:right; padding-top:10px; margin-top:10px;}
.single-tv-landing .contribute-button a { 
	background: #e50000;
	color: #fff;
	border: none;
	padding: 10px 20px;
	text-decoration: none;
}
.single-tv-landing .contribute-button a:hover {
	background: #d29520;
}

@media only screen and (max-width: 480px) {
	.single-tv-landing .site-branding { display: inline-block;}
	.single-tv-landing .landing-logo { width: 100%; text-align:center; clear:both;}
	.single-tv-landing .contribute-button { width: 100%; float: none; text-align:center; clear: both;}
}