
/*
Theme Name: ZETA
Theme URI: https://wordpress.org/themes/twentyfourteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.logotext{
	color: white;
	font-size: 10px;
	text-align: center;
	margin: -20px 0px;
}

.pmpro_btn, .pmpro_btn:link, .pmpro_content_message a, .pmpro_content_message a:link{
	color: white !important;
	background: black !important;
	border-color: black !important;
}

@media (max-width: 767px) {
  #content .modal.fade.in {
    top: 5%;
  }
}

.gobbanner {

	width: 650px;
}

.gobbanner img{

	width: 100%;
	max-width: 650px;
}


#splash {
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    width:100%;
    height: 100%;
    background-color:white;
    z-index: 99999999999 !important;


}


#target { 

cursor: pointer;


  background: #969696;
  background-image: -webkit-linear-gradient(top, #969696, #000000);
  background-image: -moz-linear-gradient(top, #969696, #000000);
  background-image: -ms-linear-gradient(top, #969696, #000000);
  background-image: -o-linear-gradient(top, #969696, #000000);
  background-image: linear-gradient(to bottom, #969696, #000000);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  width: 180px;
  margin: 0 auto;
  margin-top: 10px;
}

#target:hover {
  background: #fc3c3c;
  background-image: -webkit-linear-gradient(top, #fc3c3c, #d93434);
  background-image: -moz-linear-gradient(top, #fc3c3c, #d93434);
  background-image: -ms-linear-gradient(top, #fc3c3c, #d93434);
  background-image: -o-linear-gradient(top, #fc3c3c, #d93434);
  background-image: linear-gradient(to bottom, #fc3c3c, #d93434);
  text-decoration: none;
}
