/* Enter Your Custom CSS Here */
/* Make 150px ads appear inline */

#text-11.widget.widget_text{
  display:none;
}

#text-12.widget.widget_text{
  display:none;
}

.tier2-ads {
  display: block;
    
}

.tier2-ads a img {
    width: 140px;
    //float: left;
    padding: 2px;
}

/* Adds bottom margin below AddThis share buttons */
.addthis-toolbox {
	margin-bottom: 15px;
}

/* Media Kit Page CSS - Start*/
#media_content {
margin: 30px auto;
padding: 30px;
width: 960px;
border: 1px solid #ddd;
border-radius: 20px;
background-color: #fff;
-webkit-box-shadow: 9px 9px 13px 0px rgba(0,0,0,0.51);
-moz-box-shadow: 9px 9px 13px 0px rgba(0,0,0,0.51);
box-shadow: 9px 9px 13px 0px rgba(0,0,0,0.51);
}

#about_left img {
  -webkit-box-shadow: 9px 9px 13px 0px rgba(0,0,0,0.51);
	-moz-box-shadow: 9px 9px 13px 0px rgba(0,0,0,0.51);
	box-shadow: 9px 9px 13px 0px rgba(0,0,0,0.51);
}

body, #media_content h1, #media_content h2, #media_content h2 a, #media_content h2 a:visited, #media_content h3, #media_content h4, #media_content h5, #media_content h6, #media_content p, #media_content select, #media_content textarea {
color: #333;
font-family: 'Lora', serif;
font-size: 16px;
line-height: 1.5625;
margin: 0;
padding: 0;
text-decoration: none;
}

#media_content h1, #media_content h2, #media_content h2 a, #media_content h2 a:visited, #media_content h3, #media_content h4, #media_content h5, #media_content h6 {
font-family: 'Oswald', arial, serif;
font-weight: normal;
line-height: 1.25;
margin: 0 0 10px;
}

#media_content h1 {
font-size: 48px;
}

#media_content h3 {
font-size: 30px;
}

#media_content h4 {
font-size: 25px
}


#media_content p {
margin: 0 0 25px;
}

#media_content strong {
/*color: #2b97ed;*/
	color: rgb(237, 0, 140);
}

#media_content table, .page .entry-content table {
	font-family: 'Helvetica Neue', Helvetica, Arial, serif;
	text-align: left;
	margin: 20px;
	border-collapse: separate;
	border-spacing: 0;
}

#media_content table tr th, .page .entry-content table tr th {
	font-weight: normal;
	font-size: 17px;
	color: #039;
	background: #b9c9fe;
	padding: 8px;
	border-top: 1px solid #bbb;
}

#media_content table tr td, .page .entry-content table tr td {
	background: #e8edff;
	font-size: 15px;
	border-top: 1px solid #fff;
	color: #669;
	padding: 8px;
}

#media_content table tr th:first-child,
#media_content table tr td:first-child,
.page .entry-content table tr th:first-child,
.page .entry-content table tr td:first-child {
	border-left: 1px solid #bbb;
}

#media_content table tr:last-child td, .page .entry-content table tr:last-child td {
	border-bottom: 1px solid #bbb;
}

#media_content table tr td:last-child, .page .entry-content table tr td:last-child {
	border-right: 1px solid #bbb;
}

/* top-left border-radius */
#media_content table tr:first-child th:first-child, .page .entry-content table tr:first-child th:first-child {
	border-top-left-radius: 10px;
}

/* top-right border-radius */
#media_content table tr:first-child th:last-child, .page .entry-content table tr:first-child th:last-child {
	border-top-right-radius: 10px;
}

/* bottom-left border-radius */
#media_content table tr:last-child td:first-child, .page .entry-content table tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}

/* bottom-right border-radius */
#media_content table tr:last-child td:last-child, .page .entry-content table tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}

#media_content table tr:hover td, .page .entry-content table tr:hover td {
	background: #d0dafd;
} 

#media_content table.johnnytable {
	border: 1px solid #669;
	border-radius: 10px;
	width: 600px;
	border-collapse: separate;
	border-spacing: 5px 5px;
}

#media_content table.johnnytable tr td {
	font-size: 24px;
	background: #fff;
	border: none;
	text-align: center;
	/*color: #2b97ed;*/
	color: #ED008C;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}

#media_content table.johnnytable tr th {
	background: #fff;
	border: none;
	text-align: center;
}
#card_left, #about_left, #sponsors_left {
	float: left;
	margin-right: 55px;
}

#sponsors_right {
	float: left;
}

#media_content .clear {
  clear: both;
}

#media_content #about {
	margin-bottom:25px;	
}

#media_content #wgn_video {
	margin-bottom: 25px;
}

#media_content .testimonial {
    margin: 0;
	margin-top: 25px
    background: #B7EDFF;
    padding: 10px 50px;
    position: relative;
    font-family: Georgia, serif;
    color: #666;
    border-radius: 5px;
    font-style: italic;
    text-shadow: 0 1px 0 #ECFBFF;
    background-image: linear-gradient(#CEF3FF, #B7EDFF);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CEF3FF), to(#B7EDFF));
    background-image: -webkit-linear-gradient(top, #CEF3FF, #B7EDFF);
    background-image:    -moz-linear-gradient(top, #CEF3FF, #B7EDFF);
    background-image:     -ms-linear-gradient(top, #CEF3FF, #B7EDFF);
    background-image:      -o-linear-gradient(top, #CEF3FF, #B7EDFF);
}

#media_content .testimonial:before, #media_content .testimonial:after {
    content: "\201C";
    position: absolute;
    font-size: 80px;
    line-height: 1;
    color: #999;
    font-style: normal;
}

#media_content .testimonial:before {
    top: 0;
    left: 10px;
}

#media_content .testimonial:after {
    content: "\201D";
    right: 10px;
    bottom: -0.5em;
}

#media_content .arrow-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #B7EDFF;
    margin: 0 0 0 25px;
}

#media_content .testimonial-author {
    margin: 0 0 25px 25px;
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
    text-align:left;
}

#media_content .testimonial-author span {
    font-size: 12px;
    color: #666;

}

#social_icons br {
	display: none;
}

#media_content a:-webkit-any-link {
color: -webkit-link;
text-decoration: underline;
cursor: auto;
}

.mailbtn {
  background: #d934b8;
  background-image: -webkit-linear-gradient(top, #d934b8, #b82ba3);
  background-image: -moz-linear-gradient(top, #d934b8, #b82ba3);
  background-image: -ms-linear-gradient(top, #d934b8, #b82ba3);
  background-image: -o-linear-gradient(top, #d934b8, #b82ba3);
  background-image: linear-gradient(to bottom, #d934b8, #b82ba3);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff !important;
  font-size: 38px;
  padding: 10px 40px 10px 40px;
  text-decoration: none !important;
}

.mailbtn:hover {
  background: #fc3cb9;
  background-image: -webkit-linear-gradient(top, #fc3cb9, #d134d9);
  background-image: -moz-linear-gradient(top, #fc3cb9, #d134d9);
  background-image: -ms-linear-gradient(top, #fc3cb9, #d134d9);
  background-image: -o-linear-gradient(top, #fc3cb9, #d134d9);
  background-image: linear-gradient(to bottom, #fc3cb9, #d134d9);
  text-decoration: none !important;
}

/* Media Kit Page CSS - End*/


.subscribetext {
  margin: 5px;
  font-family: arial;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  margin: 0 0 15px 0;
}

.subscribebtn {
  background: #f20991;
  background-image: -webkit-linear-gradient(top, #f20991, #c21199);
  background-image: -moz-linear-gradient(top, #f20991, #c21199);
  background-image: -ms-linear-gradient(top, #f20991, #c21199);
  background-image: -o-linear-gradient(top, #f20991, #c21199);
  background-image: linear-gradient(to bottom, #f20991, #c21199);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff !important;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin-left: 55px;
}

.subscribebtn:hover {
  background: #fc3ce6;
  background-image: -webkit-linear-gradient(top, #fc3ce6, #d934a5);
  background-image: -moz-linear-gradient(top, #fc3ce6, #d934a5);
  background-image: -ms-linear-gradient(top, #fc3ce6, #d934a5);
  background-image: -o-linear-gradient(top, #fc3ce6, #d934a5);
  background-image: linear-gradient(to bottom, #fc3ce6, #d934a5);
  text-decoration: none;
}


.amznprod {
    display: inline-block;
    margin-right: 10px;
}