/* Enter Your Custom CSS Here *//* Enter Your Custom CSS Here */
.site-header {
	background-color: rgba(55,255,25,0);
}



/**
 * Add background to logo
 */
.header-meta {
	margin-bottom: 0;
}
.header-middle {
	background: url('http://placehold.it/940x200') no-repeat;
	margin-bottom: 0;
	padding: 20px 0 30px;
}

.mysubs {
  background-color: #EDEDED;
  padding: 20px;
}

.myprice {
	font-size: 200%;
    color: #F98C0F;
}

input.input-box, textarea { background: white; }

#section-navigation {
	background-color: #0E4C97!important;
}
#section-navigation a {
	color: #fefefe !important;
}

#section-navigation .current-menu-item {
	background-color: #3399CC!important;
}

.no-touch #section-navigation a:hover {
	color: #E53134 !important;
}



@media not screen and (max-width:600px) {
/*
Template Name: Latest-Issue
*/
.page-latest-issue #content  {
    list-style:none;
    -moz-column-count: 2;
    -moz-column-gap: 50px;
    -moz-column-rule: 1px dotted DarkGray; /* Firefox */
    -webkit-column-count: 2;
    -webkit-column-gap: 50px;
    -webkit-column-rule: 1px dotted DarkGray; /* Chrome, Safari, Opera */
    column-count: 2;
    column-gap: 0.5em;
    column-rule: dotted DarkGray 1px;
}

}

h3, li {
-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}

.post-type-archive-product .page-title{
 display:none;   
}

/*
Fix distorted Paypal button
*/

input[type=image]{
width:auto;
height:auto;
}

.fontawesome-text {display: none;}

h1.widget-title {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 0px;
}