
/*FONT RESET*/
@font-face {
	font-family: 'Oswald';
	font-display: fallback;
    src: url('fonts/oswald-bold-webfont.eot');
    src: url('fonts/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/oswald-bold-webfont.woff2') format('woff2'),
         url('fonts/oswald-bold-webfont.woff') format('woff'),
         url('fonts/oswald-bold-webfont.ttf') format('truetype'),
         url('fonts/oswald-bold-webfont.svg#oswaldbold') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
	font-family: 'Oswald';
	font-display: fallback;
    src: url('fonts/oswald-regular-webfont.eot');
    src: url('fonts/oswald-regular-webfont?#iefix') format('embedded-opentype'),
         url('fonts/oswald-regular-webfont.woff2') format('woff2'),
         url('fonts/oswald-regular-webfont.woff') format('woff'),
         url('fonts/oswald-regular-webfont.ttf') format('truetype'),
         url('fonts/oswald-regular-webfont.svg#oswaldregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

/*CSS RESET */
/* @group Reset */
body [class^="wptouch-icon-"]:before, body [class*=" wptouch-icon-"]:before {
	width: auto;
}

html,body,div,span,applet,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,strike,strong,sub,sup,var,b,u,i,center,ol,ul,li,caption {
	border: 0;
	outline: 0;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 130%;
}

body {
	-webkit-text-size-adjust: 100%;
	font-size: 100%;
}

.page-wrapper {
	min-height: 640px;
	padding-bottom: 20px;
}

ol,ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

:focus {
	outline: 0;
}

ins,a {
	text-decoration: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

iframe {
	max-width: 100% !important;
}

.light-body {
	text-shadow: rgba(255,255,255,.2) 0 1px 0;
}

/* @end */

/* @group WordPress & Structure */

sup {
	vertical-align: super;
	font-size: 50%;
	font-variant: small-caps;
}

hr {
	border: 1px dashed rgba(0,0,0,.2);
}

.post ul {
	list-style-type: disc;
}

.post ol {
	list-style-type: decimal;
}

.post li {
	margin: 1% 8%;
}

blockquote {
	margin-left: 5%;
	margin-right: 5%;
	font-style: italic;
}

.aligncenter,
.alignnone {
	text-align: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
	float: none !important;
	display: block !important;
	max-width: 100%;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

.left-justify {
	text-align: left;
}

.full-justify {
	text-align: justify;
}

.right-justify {
	text-align: right;
	direction: rtl;
}

code, pre {
	overflow: scroll;
	padding: 5px;
	font-family: monospace;
	background-color: rgba(0,0,0,.1);
}

#content input {
	font-size: 100% !important;
}

.wp-caption-text {
	font-size: 90%;
}

.posts-nav {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #999;
	text-transform: capitalize;
	font-weight: bold;
}

.footer {
	text-align: center;
}

img.wp-smiley {
	margin: 0;
}

.post table img, .page table img {
	margin: 0;
}

/* @group WP Gallery & Captions */

.wp-caption {
	text-align: center;
	max-width: 100%;
	margin-top: 0;
}

.wp-caption p.wp-caption-text {
	padding: 0 0 15px;
	margin-top: 0px;
	font-size: 80%;
	font-style: italic;
	font-weight: normal;
}

.post .wp-caption img {
	margin-bottom: 0px;
}

#gallery_back_to_post {
	display: block;
	font-size: 80%;
	font-weight: bold;
	margin: 10px 10px 0;
	text-align: center;
}

.gallery {
	margin: 0;
	padding: 0;
	width: 100% !important;
	height: auto !important;
}

.gallery dl.gallery-item img.attachment-thumbnail {
	padding: 3px;
	margin: 10px;
	width: 50% !important;
	height: auto;
}

.gallery dl.gallery-item, .gallery dl.gallery-item dt.gallery-icon {
	margin: 0;
}

.gallery-nav {
	text-align: center;
	color: #ccc;
	margin-bottom: 15px;
	margin-top: 15px;
}

.entry-caption {
	text-align: center;
	font-style: italic;
}

/* @end */

/* @end */

/* @group Media Handling */

.css-videos video, .css-videos embed, .css-videos object, .css-videos .mejs-container {
	-webkit-transform-style: preserve-3d;
	        transform-style: preserve-3d;
}

.css-videos.portrait video {
	width: 100%   		!important;
	height: auto   		!important;
	min-height: 160px	!important;
	max-width: 100%		!important;
}

.css-videos.landscape video {
	width: 100%   		!important;
	height: auto   		!important;
	min-height: 250px	!important;
	max-width: 100%		!important;
}

.post img, .post img {
	max-width: 100%;
	height: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* @end */

/* @group CSS Effects */

/* CSS Noise background effect: Added to any element easily with a class of 'noise' */

.noise {
	position: relative;
	z-index: 1;
}

.noise:before, .body-noise:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==);
}

/* @group Slide Out */

.slide-out {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-animation-duration: 480ms;
	        animation-duration: 480ms;
	-webkit-animation-name: slideOutPanel;
	animation-name: slideOutPanel;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

@-webkit-keyframes slideOutPanel {
	from {
	opacity: 1;
	}

	to {
	-webkit-transform: translateY(-20%);
	transform: translateY(-20%);
	opacity: 0;
}

}
@keyframes slideOutPanel {
	from {
	opacity: 1;
}

to {
	-webkit-transform: translateY(-20%);
	transform: translateY(-20%);
	opacity: 0;
}
}

/* @end */

/* @group Slide In */

.slide-in {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-animation-duration: 480ms;
	        animation-duration: 480ms;
	-webkit-animation-name: slideInPanel;
	animation-name: slideInPanel;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

@-webkit-keyframes slideInPanel {
	from {
	-webkit-transform: translateY(-20%);
	transform: translateY(-20%);
	opacity: 0;
}

to {
	opacity: 1;
}

}
@keyframes slideInPanel {
	from {
	-webkit-transform: translateY(-20%);
	transform: translateY(-20%);
	opacity: 0;
}

to {
	opacity: 1;
}
}

/* @end */

/* @end */

/* @group Load More, Infinite */

.load-more-link, .infinite-link, .load-more-comments-wrap, .load-more-post-link, .load-more-page-link {
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight: bold;
	line-height: 150%;
	text-transform: capitalize;
}

.spinner {
	display: inline-block;
	margin-right: 8px;
}

/* @end */

/* @group Showcase */

.wptouch-showcase {
	text-align: center;
	min-height: 50px;
	margin: 0 auto;
	padding: 0;
}

.wptouch-showcase.showcase-location-header {
	padding-top: 5px;
}

.post .wptouch-showcase {
	padding-bottom: 10px;
	padding-top: 10px;
}

.wptouch-custom-showcase {
	margin: 5px;
	text-align: center;
	display: block;
	max-width: 100%;
	height: auto;
}

.wptouch-custom-showcase a, .wptouch-custom-showcase img, .wptouch-custom-showcase iframe * {
	max-width: 100%;
	height: auto;
}

/* @end */

/* @group Nav Bar */

.nav-bar {
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 90%;
	margin-left: 12px;
	margin-right: 12px;
}

.nav-controls {
	text-transform: capitalize;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}

.nav-controls a.prev-post {
	padding-top: 8px;
	padding-bottom: 8px;
}

.nav-controls a.prev-post+a.next-post {
	padding-left: 8px;
	margin-left: 4px;
}

.nav-controls a.next-post {
	padding-top: 8px;
	padding-bottom: 8px;
}

.nav-controls a.prev-post:before {
	content: '\e810';
	font: normal normal 90% 'wptouch-icons';
}

.nav-controls a.next-post:after {
	content: '\e811';
	font: normal normal 90% 'wptouch-icons';
}

/* @end */

/* @group Featured Slider */

/* @group Swipe */

.swipe {
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,.2);
}

.swipe * {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
}

.swipe img {
	width: 114%;
	-webkit-box-reflect: below 1px -webkit-gradient(linear, center top, center bottom, from(rgba(0,0,0,.2)), to(rgba(0,0,0,.3)));
	margin-left: -7%;
}

.swipe.grayscale img {
	-webkit-filter: grayscale(1) contrast(1.1);
	        filter: grayscale(1) contrast(1.1);
}

.swipe-wrap > div {
	float: left;
	position: relative;
	height: 200px;
	overflow: hidden;
}

.landscape .swipe-wrap > div {
	height: 274px;
}

.swipe p {
	background-color: rgba(0,0,0,0.5);
	text-align: center;
	font-size: 100%;
	text-shadow: #000000 0 -1px 0;
	margin: 0;
	padding: 8px 5%;
	line-height: 100%;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	font-weight: bold;
	left: 0;
}

.rtl .swipe p {
	direction: rtl;
}

p.featured-date, #slider .comments-number {
	display: none;
}

.dark-body .swipe {
	border-bottom: 1px solid rgba(0,0,0,.1);
	box-shadow: rgba(255,255,255,.05) 0px 1px 0px;
}

/* @end */

/* @group Dots */

ul.dots {
	padding-bottom: 5px;
	position: relative;
	z-index: 1;
	margin-right: auto;
	padding-top: 5px;
	text-align: center;
	margin-bottom: -30px;
}

ul.dots li {
	width: 6px;
	height: 6px;
	border-radius: 4px;
	background-color: rgba(255,255,255,.25);
	box-shadow: inset rgba(0,0,0,.1) 0px 1px 1px, rgba(255,255,255,.05) 0px 1px 0px;
	margin-right: 3px;
	margin-left: 3px;
	display: inline-block;
}

ul.dots li.active {
	box-shadow: inset rgba(255,255,255,.05) 0px 1px 0px, rgba(255,255,255,.05) 0px 1px 0px;
}

/* @end */

/* @end */

/* @group Sharing Options */

.sharing-options {
	text-align: center;
}

.sharing-options a {
	width: 25%;
	max-width: 25%;
	display: block;
	text-shadow: rgba(255,255,255,.8) 0 1px 0;
	font-weight: bold;
	font-size: 90%;
	background-color: rgba(0,0,0,.05);
	border-bottom: 1px solid rgba(255,255,255,.7);
	border-top: 1px solid rgba(255,255,255,.7);
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
}

.sharing-options.long a {
	width: 50%;
	max-width: 50%;
	margin-bottom: -3px;
}

	.rtl .sharing-options a {
		float: right;
	}

/* @group Default */

.sharing-options .email-btn:before,
.sharing-options .facebook-btn:before,
.sharing-options .twitter-btn:before,
.sharing-options .google-btn:before,
.sharing-options .pinterest-btn:before {
	margin-right: 5px;
	font-family: 'wptouch-icons';
	font-weight: normal;
	font-style: normal;
}

.sharing-options .email-btn:before {
	content: '\e818';
}

.sharing-options .facebook-btn:before {
	content: '\e81e';
}

.sharing-options .twitter-btn:before {
	content: '\e81b';
}

.sharing-options .google-btn:before {
	content: '\e81c';
}

.sharing-options .pinterest-btn:before {
	content: '\e823';
}

.rtl .sharing-options .email-btn:before,
.rtl .sharing-options .facebook-btn:before,
.rtl .sharing-options .twitter-btn:before,
.rtl .sharing-options .google-btn:before,
.rtl .sharing-options .pinterest-btn:before,
.rtl .sharing-options .email-btn:before {
	display: none;
}

.rtl .sharing-options .email-btn:after,
.rtl .sharing-options .facebook-btn:after,
.rtl .sharing-options .twitter-btn:after,
.rtl .sharing-options .google-btn:after,
.rtl .sharing-options .pinterest-btn:after,
.rtl .sharing-options .email-btn:after {
	margin-left: 5px;
	font-family: 'wptouch-icons';
	font-weight: normal;
	font-style: normal;
}

.rtl .sharing-options .email-btn:after {
	content: '\e818';
}

.rtl .sharing-options .facebook-btn:after {
	content: '\e81f';
}

.rtl .sharing-options .twitter-btn:after {
	content: '\e81b';
}

.rtl .sharing-options .google-btn:after {
	content: '\e81c';
}

.rtl .sharing-options .pinterest-btn:after {
	content: '\e823';
}

.rtl .sharing-options .email-btn:after {
	content: '\e818';
}


/* @end */

/* @group Vibrant */

.sharing-options.style-vibrant a {
	text-shadow: rgba(0,0,0,.4) 0 -1px 0;
	color: #fff;
}

.sharing-options.style-vibrant .facebook-btn {
	background-color: #3a589a;
}

.sharing-options.style-vibrant .twitter-btn {
	background-color: #8cc1db;
}

.sharing-options.style-vibrant .google-btn {
	background-color: #eb2632;
}

.sharing-options.style-vibrant .pinterest-btn {
	background-color: #e11d00;
}

.sharing-options.style-vibrant .email-btn {
	background-color: #999;
}

/* @end */

/* @end */

/* @group Web-App Mode */

body.web-app-mode.translucent {
	margin-top: 20px;
}

body.web-app-mode #switch {
	display: none;
}

/* @end */

/* @group 404 */

.not-found {
	text-align: center;
	font-size: 200%;
	margin-top: 30px;
	font-weight: bold;
	letter-spacing: -1px;
}

.not-found:after {
	font-family: 'wptouch-icons';
	content: "\e83b";
	display: block;
	font-size: 400%;
	line-height: 150%;
}

.not-found-text {
	margin-bottom: 70px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-weight: bold;
}

/* @end */

/* @group Switch Link */

#switch {
	margin-right: 16%;
	margin-left: 16%;
	padding-top: 15px;
	padding-bottom: 15px;
}

#switch div {
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 3px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	text-align: center;
	position: relative;
	font-weight: bold;
	height: 24px;
	text-transform: capitalize;
	color: rgba(0,0,0,.5);
	line-height: 95%;
	font-size: 90%;
}

#switch .off {
	border-left: 1px solid rgba(0,0,0,.1);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding-top: 4px;
	width: 50%;
}

#switch .on {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	padding-top: 4px;
	width: 50%;
}

#switch .active {
	color: rgba(255,255,255,.9);
	border-style: none;
}

.dark-body #switch div {
	border: 1px solid rgba(255,255,255,.15);
}

/* @end */

/* @group Footer Social Links */

ul.social-links-wrap {
	margin-right: 3%;
	margin-left: 3%;
}

.social-links-wrap li {
	display: inline-block;
	margin-bottom: 5px;
	margin-top: 5px;
}

li .social-footer-badges {
	background-color: rgba(255,255,255,.9);
	border-radius: 44px;
	font-size: 120%;
	box-shadow: inset rgba(255,255,255,.4) 0px 1px 0px;
	text-shadow: none;
	border-style: solid;
	border-width: 1px;
	line-height: 2em;
	width: 2em;
	height: 2em;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 2px;
	margin-left: 2px;
	text-align: center;
}

.dark-body .social-footer-badges {
	background-color: rgba(0,0,0,.3);
	box-shadow: inset rgba(255,255,255,.2) 0px 1px 0px;
	border-width: 0;
}

/* @end */

/* @group Comments */

#comments > ol > li > .children > .comment {
	margin-left: 15px;
}

#comments .comment-reply-link:after {
  content: '';
  margin: 0 0 0 9px;
}
#comments .comment-report-link + .comment-mute-link:before {
  content: '';
  margin: 0 0 0 9px;
}

#comments .fv_tc_voting_like:after {
  content: '';
  margin: 0 0 0 6px;
}

#comments ol, #comments ul {
  margin: 0;
  padding: 0;
}

#comments li {
  margin: 0;
}

#comments p,
#content #comments p {
  margin: -5px 0 0 0;
  padding: 10px 0;
}

#comments li.comment {
  list-style-type: none;
  scroll-margin-top:95px;
}
body.is-member #comments li.comment {
	
  scroll-margin-top:50px;	
}
@media (max-width: 400px) {
  #comments .tc-frontend {
    font-family: monospace;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
  }

  #comments .tc-frontend a {
    padding: 0 8px;
    max-width: 3.85em;
    vertical-align: top;
    line-height: 1;
  }

  #comments .tc-frontend a::before {
    padding: 4px 6px;
  }

  #comments .tc-frontend a.fv-tc-delthread:before {
	font: normal 15px/1.35 'dashicons';
  }

  #comments .tc-frontend a.fv-tc-delthread:after {
	content: "\f117";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal 15px/1 'dashicons';
    vertical-align: middle;
    transform: rotateY(180deg);
    position: relative;
    top: -40px;
    right: -15px;
	text-shadow: 1px -1px 0px white;
  }

  #comments .tc-frontend a.fv-tc-ban:before {
    content: "\f117";
  }

  #comments .fv_tc_comment_sorting::before {
    content: "Sort by:";
    font-family: monospace;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
    display: block;
  }

}

#comments .sce-edit-comment {
  font-family: monospace;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 4px;
}

p.comment-awaiting-moderation {
  font-weight: bold;
  font-style: italic;
  background-color: #feeec4;
  padding: 4px;
  border-radius: 2px;
}

p.nocomments {
  text-align: center;
  font-style: italic;
  text-transform: capitalize;
  margin-top: 25px;
  margin-bottom: 25px;
}

.view-comments-button, .must-log-in .button {
  background-color: #eaeaea;
  display: inline-block;
  margin: 6px 0 12px;
  padding: 6px 12px;
  text-transform: uppercase;
  font-weight: 700;
}

.view-comments-button {
  background-color: #2e3e4b;
  color: #fff;
  display: block;
  width: 200px;
  text-align: center;
  margin: 22px auto;
}

.login-box {
  background-color: #f2f2f2;
  padding: 12px;
  max-width: 220px;
}

#comments .login-box label, #content .mu_register label {
  float: left;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 16px;
  width: 100%;
  margin: 10px 0 0;
}

.login-box label, #content .mu_register label {
  font-weight: 400;
}

#respond .login-box input[type="text"], #respond .login-box input[type="password"], #content .mu_register input[type="text"], .mu_register #user_email, .mu_register #user_name {
  border: 1px solid #ccc;
  box-shadow: none;
  -webkit-box-shadow: none;
  min-width: 100px;
  width: 95%;
}

#setupform input[type="submit"], #respond .login-box input[type="submit"] {
  border: 0;
  box-shadow: none;
  color: #516673;
  font-family: "Oswald",Arial,sans-serif;
  font-size: 16px;
  padding: 6px 12px;
  text-transform: uppercase;
  width: auto;
  -webkit-appearance: none;
}

#setupform input[type="submit"], #respond .login-box input[type="submit"] {
  background-color: #fff;
  font-size: 14px;
  margin-top: 5px;
}

#comments #wpcomm .wc-comment-author {
  width: auto;
}

#comments #wpcomm .wc-comment-date {
  float: left;
  line-height: 23px;
  margin-left: 5px;
}

.fv_tc_comment_sorting {
  text-align: right;
}

.fv_tc_comment_sorting span, .fv_tc_comment_sorting a {
  background-color: #aaa;
  color: #fff;
  float: right;
  margin-left: 1px;
  padding: 2px 6px;
  text-align: center;
  width: 70px;
}

.fv_tc_comment_sorting a {
  background-color: #e4e4e4;
  color: #acacac;
  font-weight: 500;
}

.cp-checkboxes label {
  display: block;
}

.avatar {
  border: none;
  padding: 0;
}

#comments .fv_tc_voting_box .fv-tc-like-button svg {
  vertical-align: baseline;
}

#comments .comment-avatar img,
#content #comments .comment-avatar img {
  margin: 0;
  padding: 5px 5px 0 0;
}

.comment-top .comment-author {
  font-weight: bold;
  padding-top: 1px;
  line-height: 1.6;
}

.comment-time {
  font-size: 80%;
  color: rgba(0,0,0,.6);
  line-height: 1.6;
}

.dark-body .comment-time {
  color: rgba(255,255,255,.5);
}

.avatar {
  float: left;
  height: 36px;
  width: 36px;
  margin-right: 8px;
  border: none;
  padding: 0;
}

p.nocomments {
  text-align: center;
  color: rgba(0,0,0,.5);
  text-transform: capitalize;
  font-style: italic;
}

/* @group Leaving A Comment */
h3#responses {
  padding: 0;
  text-transform: capitalize;
  font-size: 120%;
  margin: 0 0 15px 0;
}

#respond {
  padding-bottom: 20px;
}

#respond input {
  border: 1px solid #999;
  font-size: 95%;
  padding: 4px;
  border-radius: 4px;
}

.post .commentlist {
  list-style-type: none;
}

.fv-cp-comment-show {
  font-weight: 600;
  font-size: 12px;
  color: #aaa;
}

/* @group Commentform */

form#commentform label {
	font-size: 90%;
}

form#commentform input[type="text"], form#commentform input[type="email"], form#commentform input[type="url"] {
	width: 60%;
}

form#commentform input:focus, form#commentform textarea:focus {
	background-color: rgba(0,0,0,0);
}

form#commentform input, form#commentform textarea {
	padding: 4px;
	border: 1px solid rgba(0,0,0,.3);
	font-size: 100%;
	-webkit-appearance: none;
	border-radius: 0;
	background-color: rgba(0,0,0,.1);
}
	form#commentform input[type="checkbox"] {
		-webkit-appearance: checkbox;
	}
	form#commentform input[type="radio"] {
		-webkit-appearance: radio;
	}

form#commentform textarea {
	min-height: 100px;
	margin: 0;
	width: 95%;
	-webkit-transition-duration: .5s;
	        transition-duration: .5s;
}

form#commentform textarea:focus {
	min-height: 120px;
}

form#commentform button#submit {
	-webkit-appearance: none;
	border: 1px solid rgba(0,0,0,.3);
	font-weight: bold;
	font-size: 100%;
	background-color: rgba(255,255,255,.8);
	color: rgba(0,0,0,.8);
	padding: 4px 16px;
	margin: 0;
	border-radius: 0px;
}

.comment-form-comment label {
	display: none;
}
.cp-subscribe-wc {
	display: none;
}

/* @end */

/* @group Comment Errors */

.comment-error {
	padding: 10px;
	text-align: center;
}

.comment-error a {
	font-size: 120%;
}

/* @end */

/* @end */

/* @group Dark */

.dark-body {
	text-shadow: rgba(0,0,0,.2) 0 -1px 0;
	color: rgba(255,255,255,.9);
}

.dark-body hr {
	border: 1px dashed rgba(255,255,255,.2);
}

/* @end */

/* @group Multipage Links */

.wp-page-nav {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 110%;
	font-weight: bold;
}

.wp-page-nav a {
	padding: 2px;
}

/* @end */

/* @group Password Protected */

.post form label {
	font-size: 90%;
}

.post form input[type="password"] {
	width: 35%;
}

.post form input[type="submit"], .post form input[type="button"] {
	padding-left: 4px;
	padding-right: 4px;
	font-size: 90%;
}

/* @end */

/* @group Back To Top */

.back-to-top {
	text-align: center;
	display: block;
	font-weight: bold;
	margin-top: 50px;
}

.back-to-top:before {
	content: "\e843";
	font-family: 'wptouch-icons';
	font-weight: normal;
	font-style: normal;
	padding-right: 5px;
}

/* @end */

/* @group Related Posts
 */

.related li {
	min-height: 60px;
}

.related-posts ul li.no-excerpt {
	height: 54px;
	line-height: 54px; /* <-- this is what you must define */
	vertical-align: middle;

}

.related-posts ul li.no-excerpt a {
	width: 80%;
	display: inline-block;
	line-height: 120%;
}



/* @end */

/* @group Login Form */

.wptouch-login-wrap,
.newsletter-wrap {
	text-align: center;
	z-index: 1000;
	font-size: 100%;
	padding: 20px;
	display: none;
	position: absolute;
	top: 3%;
	border-radius: 4px;
	width: 75%;
	box-shadow: rgba(0,0,0,.5) 0px 1px 5px;
}

.newsletter-wrap {
	padding: 0;
	width: 85%;
}

.wptouch-login-wrap, .wptouch-login-wrap a,
.newsletter-wrap, .newsletter-wrap a {
	color: rgba(0,0,0,.8);
	text-shadow: rgba(255,255,255,.2) 0 1px 0;
}

.tablet .wptouch-login-wrap,
.tablet .newsletter-wrap {
	width: 30%;
}

.wptouch-login-wrap .login-close,
.newsletter-wrap .newsletter-close {
	position: absolute;
	right: -5px;
	font-size: 200%;
	top: -5px;
}
.newsletter-wrap .newsletter-close {
	color: white;
	position: absolute;
	right: -1px;
	font-size: 200%;
	top: 2px;
}

.wptouch-login-inner {
	position: relative;
}

.wptouch-login-wrap h3,
.newsletter-wrap h3 {
	margin: 0 0 20px;
	font-size: 200%;
}

#wptouch-login p {
	margin: 0 0 5px;
	padding: 0;
}

p.login-remember {
	display: none;
}

.wptouch-login-inner input[type="text"], .wptouch-login-inner input[type="password"] {
	font-size: 120%;
	width: 192px;
	height: 30px;
	border-radius: 2px;
	padding: 3px;
	background-color: rgba(255,255,255,.9);
	border-style: none;
}

.wptouch-login-inner input[type="text"]:focus, .wptouch-login-inner input[type="password"]:focus {
	background: white;
}

.wptouch-login-inner input[type="submit"] {
	width: 200px;
	font-size: 130%;
	font-weight: bold;
	border-radius: 2px;
	-webkit-appearance: none;
	padding: 5px;
	margin-top: 10px;
	text-transform: uppercase;
	background-color: transparent;
	border: 1px solid rgba(0,0,0,.3);
}

.wptouch-login-inner input[type="submit"]:active {
	box-shadow: inset rgba(0,0,0,.5) 0px 2px 4px;
}

/* @group Links */

.login-links {
	border-top: 1px solid rgba(0,0,0,.2);
	margin: 30px -20px -20px;
	overflow: hidden;
}

.login-links a {
	font-weight: bold;
	font-size: 110%;
	display: inline-block;
	width: 49%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.sign-up {
	border-right: 1px solid rgba(0,0,0,.2);
}

/* @end */

/* @end */

/* @group Tappable */

/* Makes elements that should use the tappable module act more like native UI elements */

.tappable {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-user-select: none;
}

/* @end */

/* @group Jetpack Stats compatibility - hide tracker image */

img#wpstats {
	position: absolute;
	top: 0;
	width: 0px;
	height: 0px;
	overflow: hidden
}

/* @end */

/* @group WPML */

#wpml-language-chooser-wrap {
	text-align: center;
	margin-top: 20px;
}

#wpml-language-chooser {
	margin: auto;
	font-size: 0.9em;
}

#wpml-language-chooser select {
	font-size: 0.9em;
}

/* @end */

/* @group Contact Form 7 compatibility */

.post form.wpcf7-form {
	background: transparent;
}

span.wpcf7-form-control-wrap {
	display: block;
	max-width: 96%;
}

.wpcf7 input,
.wpcf7 textarea {
	font-size: 100%;
	padding-left: 5px !important;
	padding-right: 0;
	max-width: 100%;
}

.wpcf7 div.wpcf7-response-output {
	margin: 0;
	padding: 10px 15px;
}

.wpcf7 div.wpcf7-validation-errors {
	background: rgba(247, 231, 0, 0.25);
	line-height: 1.4em;
}

.wpcf7 div.wpcf7-mail-sent-ok {
	background: #398f14;
	color: #fff;
	font-weight: bold;
	line-height: 1.4em;
	text-align: center;
}

/* @end */

/* @group Back Button */

.back-button,
.smartphone.web-app-mode.pushit-active .back-button {
	display: none;
}

.smartphone.web-app-mode .back-button {
	background-color: rgba( 255, 255, 255, 0.2 );
	color: rgba( 255, 255, 255, 0.3 );
	border-radius: 35px;
	display: block;
	padding: 15px 18px 15px 15px;
	position: fixed;
	bottom: 30px;
	left: 30px;
	-webkit-transition: background-color .5s linear;
	transition: background-color .5s linear;
	z-index: 1;
}

.smartphone.web-app-mode .back-button.visible {
	background-color: rgba( 255, 255, 255, 1 );
	color: #000;
	-webkit-transition: background-color .5s linear;
	transition: background-color .5s linear;
}

.light-body.smartphone.web-app-mode .back-button {
	background: rgba( 0, 0, 0, 0.1 );
	color: rgba( 0, 0, 0, 0.3 );
}

.light-body.smartphone.web-app-mode .back-button.visible {
	background-color: rgba( 0, 0, 0, 0.8 );
	color: #fff;
}

/* @end */

#content .su-pullquote {
	float: none;
	width: 90%;
}

.table-parent {
	overflow: scroll;
	margin-left: -15px;
	margin-right: -15px;
}


@media 
only screen and (-webkit-min-device-pixel-ratio : 1.5),
screen and (max-color-index: 255) and (device-pixel-ratio: 1), 
screen and (device-aspect-ratio: 4/3) and (device-pixel-ratio: 1),
screen and (device-aspect-ratio: 3/2) and (device-pixel-ratio: 1),
screen and (max-device-width: 480px),
screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape),
screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
	#header-buttons a {
		line-height: 1;
	}
	.operamobi .icon-caret-down:before, 
	.operamobi .wptouch-icon-caret-down:before,
	.operamobi .menu-tree li span:before {
		content: "\2261";
		font-family: Arial, sans-serif !important;
		font-size: 150%;
		line-height: 10px;
	}
	.menu-tree li span:before {
		content: "\25BC" !important;
		font-size: 100%;
	}
	.menu-tree li span.toggle:before {
		content: "\25B2" !important;
	}
	.sharing-options a:before,
	.icon-time:before, 
	.wptouch-icon-time:before,
	.icon-chevron-down:before, 
	.wptouch-icon-chevron-down:before {
		display: none !important;
	}
	.box,
	.search .post, 
	.related-posts {
		margin: 0;
	}
	.post img.post-thumbnail, 
	.post .placeholder {
		width: 60px;
		height: 60px;
	}
	#content .show-thumbnails h2.post-title,
	.show-thumbnails .post-meta {
		padding-left: 70px;	
	}
	ol, ul {
		margin: 0 0 15px;
		padding: 0 0 0 15px;
	}
	.menu-tree,
	.wptouch-menu ul ul {
		padding-left: 0;
	}
	.post-date, .post-author {
		text-transform: none;
	}
	.single #content img, .page #content img, .search #content img {
		max-width: 95% !important;
		height: auto !important;
	}
	blockquote p {
		font-style: italic;
	}
	.operamobi .icon-angle-right:before, 
	.operamobi .wptouch-icon-angle-right:before {
		content: "\203A";
		font-family: Arial, sans-serif;
		font-size: 200%;
		line-height: 10px;	
	}
	.nav-controls a.prev-post:before,
	.nav-controls a.next-post:after,
	.nav-controls a[rel=prev]:before,
	.nav-controls a[rel=next]:after {
		content: "\2039";
		font-family: Arial, sans-serif;
		font-size: 100%;
		line-height: 10px;	
	}
	.nav-controls a.next-post:after,
	.nav-controls a[rel=next]:after {
		content: "\203A";
	}
	.back-to-top:before {
		content: "\2227";
		font-family: Arial, sans-serif;
		font-size: 150%;
		line-height: 10px;
		font-weight: 700;
		display: block;
		margin: 0 auto 5px;
	}
	.social-links-wrap {
		padding: 15px 0;
	}
	.social-links-wrap a {
		width: auto;
		height: auto;
		padding: 4px 10px;
		font-size: 80%;
		line-height: 1;
	}
	.social-links-wrap a:before {
		font-family: Arial, sans-serif;
		text-transform: uppercase;
	}	
	.social-links-wrap .wptouch-icon-twitter:before {
		content: "Twitter";
	}
	.social-links-wrap .wptouch-icon-facebook-sign:before {
		content: "Facebook";
	}
	.social-links-wrap .wptouch-icon-instagram:before {
		content: "Instagram";
	}
	.social-links-wrap .wptouch-icon-rss-sign:before {
		content: "RSS";
	}
}
/* CSS RESET */
/* CMS Main CSS */

/* @group Globals */

body {
	font: 95% Georgia, Times, serif;
	background-color: #fff !important;
	-webkit-padding-start: 0;
	-webkit-padding-before: 0; 
}
#header * {
	-webkit-touch-callout: none;

	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.wp-caption-text {
	color: rgba(0,0,0,.7);
}
#content, #single_after_comments {
	position: relative;
}
.top-content-ad .wptouch-ad, .bottom-content-ad .wptouch-ad, #content .wptouch-ad, #single_after_comments .wptouch-ad {
	margin-left: -15px;
	margin-right: -15px;
}
.single #content .wptouch-ad img, .single #single_after_comments .wptouch-ad img {
	border: none;
	max-width: none !important;
	height: auto;
	padding: none;
	border-radius: none;
	background-color: transparent;
}
.header-ad .wptouch-custom-ad {
	margin: 0;
}

/* @group Default Font Sizes */

h1 {
	font-size: 160%;
}
h2 {
	font-size: 160%;
	font-weight: 400;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 110%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 90%;
}
#content h2 {
	font-size: 160%;	
}
#content p {
	margin: 1em 0;	
}
.fv_tc_comment_sorting:before,
.comment-body p:before {
	content: "";
	display: table;
}
.fv_tc_comment_sorting:after,
.comment-body p:after {
	clear: both;
}

/* @group Buttons */

.button-dark {
	box-shadow: rgba(255,255,255,.03) 0 1px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid rgba(0,0,0,.1);
	display: inline-block;
	padding: 4px 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 120%;
	background: rgba(0,0,0,.05);
	text-transform: uppercase;
}
.button-dark:active {
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0.5, rgba(0,0,0,.1)),  color-stop(1, rgba(0,0,0,.15)) );
}

/* @group Header */

#header {
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,.1);
	position: relative;
	z-index: 3;
	font-size: 88%;
	font-family: "Raleway", sans-serif;
}
#header-title-logo h1 {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 250%;
	margin: 0;
}

#header-title-logo img {
	max-width: 100%;
	max-height: 140px;
	padding-top: 0;
	vertical-align: bottom;
}
#header-buttons {
	font-size: 95%;
	padding: 0;
	text-transform: capitalize;
	background-color: #000;
	font-weight: 400;
	position: relative;
	z-index: 2147483647;
	height:42px;
}
.site-pfr div#header-buttons {
    background: #373737;
}
.site-phr #header-buttons {
   
    background-color: #23292d;
}

#header-buttons a {
    padding: 10px 8px;
}
#header-buttons .logo-holder a {
	padding: 0;
}
#header-buttons .login-toggle i {
	display: none;
}

#header-buttons i.wptouch-icon-search, #header-buttons i.wptouch-icon-user  {
	font-size: 100%;
}

#header-buttons i.wptouch-icon-play {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-left: 3px;
	font-size: 65%;
	position: relative;
	bottom: 1px;
}

#header, #header .button-dark, #header h1, .generic-slider a, .archive-text  {
	color: rgba(0,0,0,.7);
	text-shadow: rgba(255,255,255,.6) 0px 1px 0px;
}
#main-menu,
#alt-menu,
#user-dropper,
#search-dropper {
	background-color: #333;	
	z-index: 2147483647;
}
#header-buttons .button-dark {
	margin: 0;
	border: none;
	box-shadow: none;
	background: none;
	border-radius: 0;
}
#header-buttons .button-dark.toggle-open {
	background-color: rgba(255,255,255,.2);
}

.site-pfr #header-buttons .button-dark.toggle-open {
	background-color: rgb(73 95 109);
}
.site-phr #header-buttons .button-dark.toggle-open {
   
    background-color: #424649;
}

#page-menu-button {
	float: right;	
}
#alt-menu-button {
	float: left;	
}
.wptouch-menu {
	display: none;
	position: absolute;
	width: 100%;
	box-shadow: rgba(0,0,0,.3) 0px 2px 4px;
	text-align: left;
	text-transform: uppercase;
	font-weight: 700;
}

/* EDITS  MARCH 10 2020 */
.wptouch-custom-ad {
    width: 320px;
   
    margin: auto;
}
#content .wptouch-custom-ad {
	width: calc( 100% + 30px );
	margin-left: -15px;
	padding-bottom: 11px;
	text-align: center;
}

button.btn.btn-default {
    background: none;
    border: none;
    color: #fff;
    font-size: 0;
    padding: 0;
    margin-right: 0;
    float: right;
}
a#search-menu-button {
    padding: 12px 7px;
    padding-bottom: 13px;
    font-size: 17px;
    float: right;
    border-radius: 0 !important;
    background: none;
    border: 1px solid #333;
}
a#user-menu-button {
float: right;
    font-size: 17px;
    padding-top: 12px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 13px;
}
a#login-button {
    padding: 13px;
    padding-left: 9px;
    float: left;
    font-size: 94%;
    width: calc(100% - 23px);
    margin: 0;
    display: inline-block;
    border-radius: 0 !important;
    border-top: 1px solid #484848;
}


.wptouch-menu {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    height: calc(100vh - 42px) !important;
    top: 42px !important;
    left: 0;
}

.logo-holder {
    padding-top: 14px;
    width: 70px;
    margin: auto;
}
.logo-holder svg{
	max-width:100%;
}
.logo-holder.logo-holder-4 {
    padding-top: 0;
    width: 100px;
}
.logo-holder.logo-holder-6 {
    padding-top: 2px;
    width: 135px;
}
.logo-holder.logo-holder-2 {
    padding-top: 3px;
    width: 210px;
	padding-left: 5px;
}

a#newsletter-button {
    float: left;
    padding-top: 12px;
}
a#alt-menu-button {
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0.06em;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 21px;
}
a#alt-menu-button:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 4px solid #ca0032;
    margin-left: 6px;
    margin-top: 1px;
}

.site-phr a#alt-menu-button:after {
	border-left: 4px solid #a03332;
	margin-top: 0px
}
.site-hoops a#alt-menu-button:after {
 
    border-left: 4px solid #e16400;
    margin-left: 6px;
    margin-top: 0;
}
.site-pfr a#alt-menu-button:after {
 
    border-left: 4px solid #ced9df;
    margin-left: 6px;
    margin-top: 0;
}


i.wptouch-icon-menu {
    font-size: 30px;
}
a#page-menu-button {
    padding: 6px 3px;
}
.search-results .page-wrapper, .archive .page-wrapper{
        padding-top: 131px !important;
		
}

@media only screen and (max-width: 320px) {
.logo-holder {
    width: 70px;
    /* padding-top: 15px; */
    padding-left: 37px;
}
.logo-holder {
    width: 70px;
    /* padding-top: 15px; */
    padding-left: 37px;
}
.logged-in .logo-holder {
    width: 70px;
    /* padding-top: 15px; */
    padding-left: 8px;
}
.logged-in:not(.site-mlb) .logo-holder {
	width:115px;
}
.logo-holder.logo-holder-2 {
    width: 154px !important;
}

}
/* EDITS  MARCH 10 2020  ABOVE*/

/* EDITS  MARCH LANDSCAPE */
/* Iphone 6,7,8,plus and larger android phones (pixel2xl and iX detection bug as tablet) */
@media only screen and (max-width: 1000px) and (min-width: 635px) and (orientation : landscape){
.search-results div#single-nav-bar,.archive  div#single-nav-bar{
    float: left;
    clear: left;
    width: calc(100%);
}
.search-results .page-wrapper, .archive .page-wrapper{
        
		padding-top: 81px !important;
}
	
/* existing to cleanup */
#header {
	height: 87px;
}
.page-wrapper {
	padding-top: 171px;
}
.archive .page-wrapper{
	padding-top: 151px;
}
.page-wrapper {
	padding-top: 80px;
}
/* existing to cleanup above */
.search-results div#single-nav-bar {
    position: absolute;
    top: 50px;
    width: 100%;
}
.search-results .page-wrapper {
    padding-top: 81px !important;
}
 #search-dropper {
    width: calc(100% - 326px) !important;
	top:50px !important;
}
 .wptouch-menu {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    height: calc(100vh - 50px) !important;
    top: 50px !important;
    left: 0;
}

 #header .wptouch-custom-ad {
width: 320px !important;
    float: left;
}
.page-wrapper {
        padding-top: 50px !important;
}

#header{
		height:50px !important;
}
div#header-buttons {
width: calc(100% - 320px);
    float: left !important;
    height: 50px !important;
}

body.is-member div#header-buttons, body.is-member #search-dropper {
	width:100% !important;
}

i.wptouch-icon-user:before {
    font-size: 17px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 3px;
	margin-right: 1px;
}
a#user-menu-button {
padding-top: 14px;
    padding-right: 11px;
    padding-bottom: 14px;
}

.logo-holder {
    padding-top: 18px !important;
    padding-left: 0 !important;
    width: 70px !important;
    margin: auto !important;
}


body:not(.site-mlb) .logo-holder {
	padding-top: 6px !important;
    padding-left: 0 !important;
    width: 158px !important;
    margin: auto !important;
}
body:not(.site-mlb) .logo-holder.logo-holder-4 {
    padding-top: 3px !important;
}
body:not(.site-mlb) .logo-holder.logo-holder-2 {
    width: 181px !important;
}
body:not(.site-mlb) .logo-holder.logo-holder-6 {
padding-top: 5px !important;
}
a#alt-menu-button {
    font-weight: 300 !important;
    font-size: 12px !important;
    letter-spacing: 0.06em !important;
padding-top: 19px !important;
    padding-bottom: 19px !important;
    padding-right: 21px !important;
}


a#page-menu-button {
    padding: 10px 3px !important;
}
a#search-menu-button {
    padding: 16px 7px !important;
    padding-bottom: 17px !important;
}
a#newsletter-button {
    margin-top: 9px !important;
}

}
@media only screen and (max-width: 635px) and (min-width: 450px) {
.page-wrapper {
    padding-top: 104px !important;
}
#header {
    height: 92px !important;
}
#header .wptouch-custom-ad {
    width: 320px !important;
    float: none !important;
    margin: auto;
}

}
/* EDITS  MARCH LANDSCAPE ABOVE */

#alt-menu ul ul {
	display: block;
}
#alt-menu ul a {
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
}
#alt-menu > ul > li {
	margin: 0;
	padding-left: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, .12);
	border-top: 1px solid rgba(255, 255, 255, .06);
}
#alt-menu ul a.team_socials {
	float: right;
	padding: 8px 6px;
	font-size: 16px;
}

.wptouch-login-wrap,
.newsletter-wrap {
	background-color: #222;
	color: #fff;
}
.wptouch-login-inner input[type="submit"],
.newsletter-inner input[type="submit"] {
	background-color: #bf0000;
	color: #fff;
	font-family: 'Raleway', sans-serif;
}

/* @group Search */
#search-dropper {
    width: 100%;
    height: auto;
    float: left;
    padding: 3px;
    text-align: center;
    border-top: none;
    display: none;
    position: absolute;
    top: 42px;
}

#searchform {
	padding: 0px;
}
input#search-text {
    padding: 6px;
    width: calc(100% - 32px);
    vertical-align: middle;
    border: 1px solid rgba(0,0,0,.5);
    border-radius: 4px;
    font-size: 16px;
    float: left;
    margin: 6px;
}
input#search-submit {
	font-weight: bold;
	vertical-align: middle;
	padding: 4px 12px;
	text-transform: capitalize;
	font-size: 100%;
	-webkit-appearance: none;
}

/* @group Featured Slider */

#slider {
	border-bottom: none;
}
#slider p.featured-title {
	box-shadow: inset rgba(0,0,0,.8) 0 0 80px;
	text-shadow: none;
	background: none;
	font-size: 150%;
	padding-left: 5px;
	padding-top: 5px;
}


/* @group Category Slider */

.generic-slider {
	background: rgba(0,0,0,.05);
	-webkit-overflow-scrolling: touch;
	-ms-overflow-x: scroll;
	overflow-x: scroll;
	position: relative;
	transform: translate3d(0,0,0);
	z-index: 1;
	font-size: 80%;
}
.generic-slider ul {
	text-align: center;
	white-space: nowrap;
}
.generic-slider ul li {
	display: inline-block;
}
.generic-slider li a {
	font-weight: bold;
	text-transform: capitalize;
	display: block;
	padding: 10px;
}

/* @group Blog */

.entry {
	display: block;
	overflow: hidden;
}
.trending-entries .entry-inner:before, 
.not-single.not-page .entry-inner:before {
	display: block;
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right:10px solid;
	top: 4px;
	left: -10px;
}
.entry-inner {
	margin-left: 78px;
	position: relative;
	height: 70px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid rgba(255,255,255,.3);
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.post-date, .post-author {
	color: rgba(0,0,0,.5);
	font-weight: bold;
	font-size: 80%;
	font-family: "Raleway", sans-serif;
	font-weight: 400;
}
.trending-entries .entry-inner h2.post-title, 
#content .entry-inner h2.post-title, 
#content-footer h2 {
	padding-right: 2%;
	line-height: 1.225em;
	font-size: 95%;
	font-weight: 600;
	margin: 3px 0 0;
	height: 2.45em;
	color: #cc0033;
}
.trending-entries {
	margin-bottom: 15px;	
}
.trending-entries .entry-inner h2.post-title, 
.home #content .entry-inner h2.post-title,
.archive #content .entry-inner h2.post-title {
	padding-right: 13%;
	font-family: "Raleway", sans-serif;
    font-weight: 900;
}

body:not(.site-mlb) .trending-entries .entry-inner h2.post-title, 
.home:not(.site-mlb)  #content .entry-inner h2.post-title,
.archive:not(.site-mlb) .archive #content .entry-inner h2.post-title {
	
	font-family: "Oswald", sans-serif;
    font-weight: 700;
}

body:not(.site-mlb) #content h1, body:not(.site-mlb) #content h2, body:not(.site-mlb) #content h3, body:not(.site-mlb) #content h4, body:not(.site-mlb) #content h5,body:not(.site-mlb) #content h6,body:not(.site-mlb) .heading-font, .home:not(.site-mlb) .top-stories h2, body:not(.site-mlb) .widget-title h3, body:not(.site-mlb) .widget ul li h2 {
    font-family: "Oswald", "Arial Narrow", sans-serif;
	font-weight:700;
}

.body-font:not(.site-mlb) {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.news-thumb {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	width: 78px;
	height: 78px;
	float: left;
}
img.wp-post-image {
	width: 78px;
	height: 78px;
	float: left;
	margin: 0;
	font-weight: 600;
}
.home .top-stories h2 {
	line-height: 100%;
}
.placeholder {
	height: 78px;
	text-align: center;
	background-color: rgba(0,0,0,.3);
	float: left;
	width: 78px;
	position: relative;
}
.placeholder i {
	font-size: 300%;
	position: relative;
	top: 10px;
	color: rgba(0,0,0,.3);
}
.post-link-button {
	font-size: 32px;
	position: absolute;
	right: 3%;
	top: 50%;
	padding: 0;
	margin: -20px 0 0;
}
.load-more-link, .infinite-link {
	text-transform: capitalize;
	background-color: #323232;
	color: #fff;
	clear: both;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}
body.site-pfr .load-more-link, body.site-pfr .infinite-link {
	background-color: #53778d;
}
body.site-phr .load-more-link, body.site-phr .infinite-link {
	background-color: #cc0033;
}
.sharing-options {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 25px;
}
.sharing-options.share-top {
	padding-top: 0;
}
.widget-title {
	background-color: #323232;
	color: #fff;
	text-transform: uppercase;
	padding: 6px 10px;
}
.widget-title h3,
.widget ul li h2 {
	margin: 0;
}
.widget ul {
	padding: 0 12px;	
}
.widget.top-stories ul {
	margin-top: 6px;
}
.widget ul > li {
	border-top: 1px dotted #ddd;	
	padding: 0 0 10px;
}
.widget ul > li:first-child {
	border-top: none;
}
.widget ul a {
	font-size: 19px;	
}
.widget ul.mobileSocial li {
	padding-bottom: 0;
}
.mobileSocial-img {
  display: inline-block;
  padding: 10px 15px;
  border-right: 1px solid #f1f1f1;
}
.mobilemainContent .widget .mobileSocial-content {
  display: inline-block;
}
.mobilemainContent .widget ul .mobileSocial-content a {
	font-size: 14px;
}
.mobileSocial-icon {
  width: 24px;
  height: 25px;
  background: url("images/mobileSocial-icons.png") no-repeat;
  text-indent: -9999px;
  line-height: 24px;
  display: block;
  -webkit-background-size: 24px auto;
  background-size: 24px auto;
}
.mobileSocial-icon_twitter {
  background-position: 0 0;
}
.mobileSocial-icon_facebook {
  background-position: 0 -38px;
}
.mobileSocial-icon_instagram {
  background-position: 0 -75px;
}
.hdg_upper {
  text-transform: uppercase;
}
.widget.partner-sites ul li {
	padding-top: 10px;	
}

#content .sharing-options a, #single_after_comments .sharing-options a {
	width: 33.3333333%;
	max-width: 33.3333333%;
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
}
.sharing-options .google-btn {
	display: none;
}
.sharing-options.style-vibrant .email-btn {
	background-color: #EB2632;
}
.sharing-options.style-vibrant .twitter-btn {
	background-color: #00acee;
}

/* More posts in 2 columns on single posts */

#content-footer .post {
	width: 48%;
	float: left;
	margin: 0 1%;
}
#content-footer .post:nth-child(2n+2):after {
	content: "";
	display: inline-table;
	clear: both;
	width: 100%;
	height: 1px;
}
#content-footer .not-single.not-page .entry-inner:before,
#content-footer .post-link-button {
	display: none;
}
#content-footer .post .entry + a {
	display: block;
	overflow: hidden;
	max-height: 190px;
}
#content-footer .news-thumb {
	float: none;
	display: block;
	background-size: 110% auto;
	background-position: center 10%;
	width: 100%;
	height: 100px;
	overflow: hidden;
}
#content-footer img.wp-post-image {
	display: block;
	float: none;
	margin: 0 auto;
	width: auto;
	height: auto;
}
#content-footer .entry-inner {
	margin-left: 0;
	height: 88px;
	border-top: none;
	border-bottom: none;
}

/* @group Single Post Page */

/* @group Posts Nav */

.nav-controls {
	background-color: rgba(0,0,0,.05);
	font-size: 90%;
	border-top: 1px solid rgba(0,0,0,.05);
	border-bottom: 1px solid rgba(0,0,0,.05);
	padding: 10px 20px;
	text-align: center;
	margin: -1px 0;
	color: rgba(0,0,0,.7);
	font-family: "Raleway", sans-serif;
	font-weight: 400;
}
.nav-controls div  {
	width: 49%;
	vertical-align: top;
	float: left;
}
.nav-controls a:before {
	margin-right: 3px;
}
.nav-controls a {
	font-weight: normal;
	font-style: normal;
	display: block;
}
.nav-controls a.prev-post {
	padding-right: 8px;
}
.nav-controls .previous {
	text-align: left;
}
.nav-controls .next {
	text-align: right;
	float: right;
}
.nav-controls a:after {
	margin-left: 3px;
}

/* @group Archive Nav Bar */

#single-nav-bar {
	font-size: 90%;
	border-top: 1px solid rgba(255,255,255,.05);
	text-transform: capitalize;
}
#nav-controls {
	text-align: center;
	margin-bottom: 4px;
	margin-top: 4px;
}
#nav-controls a {
	display: inline-block;
	padding-top: 2px;
	padding-bottom: 2px;
}
#nav-controls a.older {
	padding-left: 4px;
}
#nav-controls a.newer {
	padding-right: 4px;
}
#nav-controls i {
	font-size: 95%;
	padding-left: 4px;
	padding-right: 4px;
	line-height: 150%;
}
.archive-text {
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	padding-top: 7px;
	padding-bottom: 7px;
}

/* @group Post Head */

.single .post-head-area {
	min-height: 60px;
}

#content .single img.post-thumbnail {
	width: auto;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.single .post-date, .single .post-author {
	font-size: 90%;
	font-weight: 400;
}
#content .single .post-head-area h2.post-title {
	margin-top: 3px;
	margin-bottom: 3px;
	letter-spacing: -1px;
	line-height: 120%;
}

.single #content, .single #single_after_comments, .page #content, .search #content, header {
	-webkit-background-size: 150px;
	-moz-background-size: 150px;
	background-size: 150px;
	padding: 15px;
	line-height: 1.6em;
	font-size: 105%;
}
.single #single_after_comments {
	padding-top: 0;	
}
.single #content img, .single #single_after_comments img, .page #content img, .search #content img {
	border: 1px solid rgba(255,255,255,.8);
	max-width: 95%;
	height: auto;
	padding: 5px;
	border-radius: 2px;
	background-color: #fff;
}

/* @group Related Posts */

.related-posts {
	margin-top: 20px;
	padding: 0 15px;
}
.related-posts ul li {
	position: relative;
	list-style-type: none;
	margin: 0 0 20px;
}
.related-posts h3 {
	padding-bottom: 10px;
}
.related-posts li a {
	font-size: 1.2em;
}
.related-posts li.has-thumb  p {
	margin-top: 5px;
}
.related-posts li.has-thumb  a, .related-posts .has-thumb p {
	padding-left: 60px;
	display: block;
}
.related-posts .has-thumb img {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 5px;
	border: 1px solid rgba(0,0,0,.3);
}
.dark-body .related-posts .has-thumb img {
	border-color: rgba(255,255,255,.2);
}
.rtl .related-posts img {
	left: 0;
}

/* @group Pages */

.page .post-head-area {
	min-height: 40px;
}
.page .post-head-area h2 {
	margin-top: 3px;
	margin-bottom: 3px;
	letter-spacing: -1px;
}

/* @group Search */

#content.search li {
	margin-bottom: 25px;
}
#content h3.search-heading.page-heading {
	display: none;
}
#content h3.search-heading {
	text-transform: capitalize;
	padding-top: 0;
	margin-top: 0;
}
#content.search li a {
	font-size: 135%;
	font-weight: bold;
}
#content.search li a:after {
	font-family: 'wptouch-icons';
	content: "\e815";
	margin-left: 5px;
}
#content.search li p {
	margin: 5px 0;
}
#content.search .date {
	font-size: 95%;
	color: rgba(0,0,0,.5);
	margin-top: 0;
	font-weight: bold;
}

/* @group Login Fly-In */

.dark-body .wptouch-login-wrap, .dark-body .wptouch-login-wrap a,
.dark-body .newsletter-wrap, .dark-body .newsletter-wrap a {
	color: rgba(255,255,255,.8);
	text-shadow: rgba(0,0,0,.2) 0 -1px 0;
}
.dark-body .wptouch-login-wrap #wp-submit, 
.dark-body .newsletter-wrap #wp-submit {
	color: rgba(255,255,255,.8);
	border: 1px solid rgba(0,0,0,.2);
	background-color: rgba(0,0,0,.1);
}

/* @group Footer */

.social-footer-badges {
	line-height: 210%;
}
.footer {
	font-size: 80%;
	color: rgba(0,0,0,.6);
	line-height: 120%;
	margin-top: 10px;
}
.footer p {
	padding-bottom: 20px;
	margin: 0;
	padding-top: 15px;
}
.social-footer-badges {
	line-height: 210%;
}

/* @group Dark Themes */
.dark-body .entry-inner {
	border-top: 1px solid rgba(0,0,0,.08);
	border-bottom: 1px solid rgba(255,255,255,0);
	border-left: 1px solid rgba(0,0,0,.08);
	box-shadow: none;
}
.dark-body #content .sharing-options a {
	border-top: 1px solid rgba(255,255,255,.1);
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.dark-body .wp-caption-text, .dark-body .nav-controls {
	color: rgba(255,255,255,.7);
}
.dark-body .load-more-link, .dark-body .infinite-link {
	border-top: 1px solid rgba(255,255,255,.03);
	border-bottom: 1px solid rgba(255,255,255,.03);
	box-shadow: inset rgba(0,0,0,.05) 0px 0px 24px;
}
.dark-body .post-date, .dark-body .post-author {
	color: rgba(255,255,255,.6);
}
.dark-body.single #content img, .dark-body.single #single_after_comments img, .dark-body.page #content img, .dark-body.search #content img {
	background-color: rgba(0,0,0,.2);
	border-color: rgba(0,0,0,.3);
}
.dark-body .footer {
		color: rgba(255,255,2555,.5);
}
.dark-body .sharing-options a {
	border-top-color: rgba(0,0,0,.2);
	border-bottom-color: rgba(0,0,0,.2);
	text-shadow: rgba(0,0,0,.3) 0px -1px 0px;
}
.dark-header .post-link-button {
	color: rgba(255,255,255,.9);
}
.dark-header .post-link-button i {
	color: #000;
}
.dark-header #header {
  border-bottom: 0;
	background: transparent;
}
.dark-header #header, .dark-header #header .button-dark, .dark-header #header h1, .dark-header .generic-slider a, .dark-header .archive-text {
	color: rgba(255,255,255,.8);
	text-shadow: rgba(0,0,0,.1) 0px -1px 0px;
}
.dark-header #header .button-dark {
	color: #fff;	
}

/* @group iOS 7  Web App Mode */

.ios7.web-app-mode #header {
	padding-top: 20px;
}
.ios7.web-app-mode .fixed-header-fill {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 20px;
	z-index: 5;
	display: block;
	opacity: 0.96;
}

/* @group Back Button */

.back-button,
.smartphone.web-app-mode.pushy-active .back-button {
	display: none;
}
.smartphone.web-app-mode .back-button {
	background-color: rgba( 255, 255, 255, 0.2 );
	color: rgba( 255, 255, 255, 0.3 );
	border-radius: 35px;
	display: block;
	padding: 15px 18px 15px 15px;
	position: fixed;
	bottom: 30px;
	left: 30px;
	transition: background-color .5s linear;
	z-index: 1;
}
.smartphone.web-app-mode .back-button.visible {
	background-color: rgba( 255, 255, 255, 1 );
	color: #000;
	transition: background-color .5s linear;
}
.light-body.smartphone.web-app-mode .back-button {
	background: rgba( 0, 0, 0, 0.1 );
	color: rgba( 0, 0, 0, 0.3 );
}
.light-body.smartphone.web-app-mode .back-button.visible {
	background-color: rgba( 0, 0, 0, 0.8 );
	color: #fff;
}

#comments {
	padding: 0 15px;
}

#fv_tr_mobile_before_comments {
	margin: 0 auto 20px;
}
#fv_tr_mobile_before_comments img {
	width: 100%;
}

.view-comments-button {
    margin: 0 auto 20px;
    font-family: "Raleway",sans-serif;
    background-color: #323232;
}

#comments div.fv_tc_voting_box > div.fv_tc_voting > span {
	font-family: Charter, Cambria, serif;
	vertical-align: text-top;
}

#comments .fv_tc_voting_box .fv-tc-like-button svg {
    vertical-align: baseline;
}

@media screen and (max-width: 399px) {

	.post form input[type="password"] {
		width: 69.9%;
	}
	#content .wppb-user-forms #pass-strength-result {
		margin-left: 0;
	}
}

@media screen and (min-width: 400px) {

	#content .wppb-user-forms label {
		text-align: right;
		padding-right: 5px;
	}
	#content .wppb-user-forms .form-submit {
		padding-left: 30%;
	}
	#content .wppb-user-forms .wppb-form-field input {
		max-width: 49.9%;
	}
}

@media screen and (min-width: 480px) {

	#content-footer .news-thumb {
		height: 150px;	
	}

}
@media screen and (min-width: 540px) {

	#content-footer .news-thumb {
		height: 170px;	
	}

}
@media screen and (min-width: 640px) {

	#content-footer .news-thumb {
		height: 190px;	
	}
	#content .entry-inner h2.post-title, #content-footer h2 {
		font-size: 110%;	
	}
}

/* Fixed header adjustments */
body.ios7 .page-wrapper,
body.iphone .page-wrapper,
body.ios .page-wrapper,
body.smartphone:not(.froyo) .page-wrapper {
    padding-top: 92px;	    
	padding-bottom: 60px;
}

body.is-member.ios7 .page-wrapper,
body.is-member.iphone .page-wrapper,
body.is-member.ios .page-wrapper,
body.is-member.smartphone:not(.froyo) .page-wrapper,
body.site-pfr.ios7 .page-wrapper,
body.site-pfr.iphone .page-wrapper,
body.site-pfr.ios .page-wrapper,
body.site-pfr.smartphone:not(.froyo) .page-wrapper,
body.site-phr.ios7 .page-wrapper,
body.site-phr.iphone .page-wrapper,
body.site-phr.ios .page-wrapper,
body.site-phr.smartphone:not(.froyo) .page-wrapper,
body.page-template-page_clean.ios7 .page-wrapper,
body.page-template-page_clean.iphone .page-wrapper,
body.page-template-page_clean.ios .page-wrapper,
body.page-template-page_clean.smartphone:not(.froyo) .page-wrapper {
    padding-top: 42px;
}

body.ios7 #header.menu-open,
body.iphone #header.menu-open,
body.ios #header.menu-open,
body.smartphone:not(.froyo) #header.menu-open {
	height: 100%;
}


#header-title-logo {
	background-color: #000;	
	height: 53px;
}
.menu-tree {
  padding-bottom: 41px;
}
.fv_mlb_mobile_popular_title {
	margin-bottom: 16px;	
}
.fv_mlb_mobile_popular_title:after {
	content: "";
	width: 12px;
	width: 0; 
	height: 0; 
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #323232;
	float: left;
	position: relative;
	bottom: -4px;
}

/* User Registration */
#content #wppb_register_pre_form_message img {
	margin: 0;
	vertical-align: top;
	float: left;
	border: none;
}
#content .wppb-user-forms a.button,
#content .wppb-user-forms input.button {
	text-decoration: none;
	border: none;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	padding: 10px 12px;
	border: none;
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	-webkit-appearance: none;
	font-family: "Raleway",sans-serif;
}
#content .wppb-user-forms input.button {
	background-color: #CC0033;
}
#content .wppb-user-forms input.button:hover {
	background-color: #666;
}
#content .wppb-user-forms #pass-strength-result {
	font-style: normal;
}

/* FV Comment Login Style */
.login-box {
	background: #f2f2f2;
	margin-top: 10px;
	padding: 10px;
	width: 240px;
	text-align: left;
}
.login-box input[type="text"],
.login-box input[type="password"] {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	width: 100%;
	-webkit-appearance: none;
}
.login-box input[type="submit"] {
	background-color: #999;
	color: #fff;
	text-align: center;
	-webkit-appearance: none;
	border: 0;
	margin-top: 5px;
	padding: 5px 15px;
}
.login-box .login-remember {
	float: left;
	padding-top: 10px;
}
.login-box .login-submit {
	text-align: right;
}

.smartphone:not(.froyo) .wptouch-menu {
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
	height: 93vh;
	top: 37px;
	left: 0;
}

.ios7 #header,
.iphone #header,
.ios #header,
.smartphone:not(.froyo) #header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 92px;
	z-index: 999;
}
body.site-pfr.ios7 #header,
body.site-pfr.iphone #header,
body.site-pfr.ios #header,
body.site-pfr.smartphone:not(.froyo) #header,
body.site-phr.ios7 #header,
body.site-phr.iphone #header,
body.site-phr.ios #header,
body.site-phr.smartphone:not(.froyo) #header {
	height: 42px;
}

body.is-member.ios7 #header,
body.is-member.iphone #header,
body.is-member.ios #header,
body.is-member.smartphone:not(.froyo) #header,
body.page-template-page_clean.ios7 #header,
body.page-template-page_clean.iphone #header,
body.page-template-page_clean.ios #header,
body.page-template-page_clean.smartphone:not(.froyo) #header {
	height: 42px;
}



div#gweinifooter {
	transform: scale(1) !important;
}

.android-only, .ios-only {
  display: none;
}
body.android .android-only,  body.ios .ios-only {
  display: block;
}

.footer-ad {
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	z-index: 2147483456;
}
.footer-ad, #content .wptouch-custom-ad {
	background: #323232;
}
.footer-ad > span, #content .wptouch-custom-ad > span {
	padding: 0;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 10px;
	display: block;
	color: white;
	text-align: center;
}
.footer-ad > div, #content .wptouch-custom-ad > div {
	margin: 0 auto;
}


/*	Mobile newsletter */

.widget-newsletter  {
    background: #f5f5f5;
    font-family: sans-serif;
}
.widget-newsletter form {
	padding: 10px 20px 20px;
}

.widget-newsletter  h3{
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: bold;
	margin-top: 0;
	line-height: 25px;
}
.newsletter-wrap .widget-newsletter img {
	max-width: 100%;
}

.widget-newsletter  p{
	font-weight: bold;
    margin-bottom: 5px;
    background: #c03;
    font-size: 17px;
    line-height: 21px;
    margin-left: -20px;
    padding: 7px;
    padding-left: 20px;
    background: #f0f0f0;
    margin-bottom: 11px;
    padding-right: 7px;
	text-align: left;
}

.post .sendy-form {
    margin-bottom: 10px;
}
.sendy-form input[type="email"] {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 9px;
    border: 1px solid #8c8c8c;
}
.sendy-form input[type="submit"] {
    padding: 15px 20px;
    text-transform: uppercase;
    background: #323232;
    color: #fff;
    border: 0;

}


.sendy-form .sendy-input-submit {
    margin-top: 10px;
}
.sendy-form .sendy-message {
    font-size: 16px;
    color: #de010d;
}
a#newsletter-button {
    float: left;
    padding-top: 12px;
   
    border-radius: 50px;
    height: 30px;
    width: 30px;
    padding: 1px;
    margin-top: 5px;
    margin-left: 5px;
    display: inline-block;
	margin-right: 5px;
}

a#newsletter-button img {
	max-width: 24px;
    margin-top: 2px;
}

.newsletter-wrap {
    background-color: #fff;
    color: #000;
    box-shadow: 0 0 22px 13px rgb(0 0 0 / 20%);
    border-radius: 0;
    position: fixed !important;

    top: 135px!important;
 
}

.newsletter-wrap .widget-newsletter{
	margin:0;
}

div.wnbell-dropdown {
    float: right;
    margin-right: 3px;
    margin-top: 0;
    padding: 7px 2px;
}
span.wnbell-active-spinner.wnbell-spinner {
    padding: 0 !important;
    float: none;
}

span.wnbell-count {
    padding: 0;
    width: 10px;
    height: 10px;
    display: block;
    top: 0;
    position: absolute;
    z-index: 5;
    right: 0;
}

span.wnbell-count {
    padding: 0;
    width: 12px;
    height: 12px;
    display: block;
    font-size: 9px;
    top: 2px;
    position: absolute;
    z-index: 5;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
	pointer-events:none;
}

.logo-holder svg {

    image-rendering: -webkit-optimize-contrast;
}

div#wnbell_dropdown_list_ss {
    margin-top: 41px;
	padding-top:5px;
}

.wnbell_dropdown_list_ss:after {
    bottom: 100%;
    right: 51px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 5px;
    margin-left: -5px;
}

div#wnbell_dropdown_list_ss {
    width: 100%;
	height: calc(100% - 41px);
    margin-top: 41px;
    background-color: #fff;
    color: #fff;
	z-index: 2147483457;
	overflow: initial;
}
a.wnbell_close {
    padding: 10px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 20px;
    background: #ddd;
    width: 52px;
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
}

/* TODO Use Theme colors instead */
.wnbell_notification_item.visited a .title,
body.site-mlb .wnbell_notification_item.visited a .title {
    color: #838590;
}
.wnbell_notification_item span.title {
  color: #3195ff;
  font-family:sans-serif;
}
body.site-mlb .wnbell_notification_item span.title {
  color: #c3251d	;
}
.wnbell_notification_item a:hover {
  color: inherit;
}

.wnbell-closebtn {
    color: #fff;

    font-size: 40px !important;
    right: 0px !important;
    top: 10px;
}
.wnbell_notification_item{
	padding:0 !important;
}

.wnbell_dropdown_list_ss .wnbell_notification_item:hover {
   
}

.wnbell_notification_item:not(.visited) {
 
	
}

.wnbell_dropdown_list_ss  .wnbell_notification_item a {
	padding: 2px;
    padding-right: 5px;
    padding-left: 30px;
	text-align: left;
}
.wnbell_dropdown_list_ss .wnbell_notification_item a>div {
    line-height: 20px;
    font-size: 19.4px;
    
}
span.bellicons.fv-thumbs:after {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    left: 9px;
    margin-top: 2px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 16 16'%3E%3Ctitle%3ELike%3C/title%3E%3Cpath d='M14.3 8.7C14.7 8.3 15 7.9 15 7.4c0-0.5-0.2-0.8-0.5-1.2 -0.3-0.3-0.7-0.5-1.2-0.5h-2.4c0-0.1 0.5-1 0.7-2.2 0-0.1 0.2-1.5-0.7-1.9 -0.5-0.3-0.9-0.4-1.4-0.1 -0.6 0.4-0.4 1.6-1.3 2.9 -0.5 0.7-1.8 2.3-2.6 2.5 -0.1 0-0.3 0.1-0.4 0.2C5.3 7.2 5.2 7.3 5.2 7.4v5.6c0 0.2 0.1 0.3 0.2 0.4 0.1 0.1 0.2 0.2 0.4 0.2 0.2 0 3.6 1 4.8 1.1h1.1c0.8 0 1.3-0.2 1.7-0.6 0.3-0.4 0.4-0.6 0.3-1.3 0.2-0.2 0.6-0.6 0.7-1.1s-0.1-0.7-0.2-1c0.3-0.4 0.5-0.4 0.6-1.1C14.7 9.3 14.4 9 14.3 8.7z' class='like-icon'%3E%3C/path%3E%3Cpath d='M4.1 6.9H1.6c-0.2 0-0.3 0.1-0.4 0.2C1.1 7.2 1 7.3 1 7.4v5.6c0 0.2 0.1 0.3 0.2 0.4 0.1 0.1 0.2 0.2 0.4 0.2H4.1c0.2 0 0.3-0.1 0.4-0.2 0.1-0.1 0.2-0.2 0.2-0.4V7.4c0-0.1-0.1-0.3-0.2-0.4C4.4 6.9 4.2 6.9 4.1 6.9z' class='like-icon-2'%3E%3C/path%3E%3C/svg%3E");
}

span.bellicons.fv-editor-break:after {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    left: 8px;
    margin-top: 2px;
    background-size: cover !important;
	background: url(images/reply-arrow--sharp.png);
}


.wnbell_notification_item:hover {
    background-color: #f2f2f2;
}

.wnbell_header {
  display: none;
}

@media only screen and (max-width: 1000px) and (min-width: 635px) and (orientation : landscape){
	
	div.wnbell-dropdown {
		float: right;
		margin-right: 0;
		margin-top: 0;
		padding: 11px 3px;
	}
	div#wnbell_dropdown_list_ss {
		margin-top: 50px;
	}
	.wnbell_dropdown_list_ss:after {
		content:none;
	}
	.wnbell_dropdown_list_ss .wnbell_notification_item a {
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.wnbell_dropdown_list_ss .wnbell_notification_item a>div {
		line-height: 17px;
		font-size: 15px;
	}
}
@media only screen and (max-width: 300px){
	a#alt-menu-button {
		display: none !important;
	}
	
	
	div.wnbell-dropdown {
    float: left;
    margin-left: 7px;
	}
	.wnbell_dropdown_list_ss:after {
		right: auto;
		left:21px;
	}
}

@media only screen and (max-width: 355px) and (min-width: 321px){
	.logo-holder.logo-holder-2 {
		width: 172px;
	}
}