﻿html.mobiversion.is-mobile.isnotmainsite.logged-in body.mobiversion.is-mobile.isnotmainsite #wpadminbar{display:none!important}

body.desktopversion.logged-in .connectsociala{display:none!important}
body.desktopversion.notin .tboard{display:none!important}
	
body.mobiversion.logged-in .main-navigation li.connectsociala{display:none!important}
body.mobiversion.notin .main-navigation li.tboard{display:none!important}

body.desktopversion.logged-in .main-navigation li.connectsociala{display:none!important}
body.desktopversion.notin .main-navigation li.tboard{display:none!important}
	
body.mobiversion.logged-in .main-navigation li.connectsociala{display:none!important}
body.mobiversion.notin .main-navigation li.tboard{display:none!important}

html body div.wp_autosearch_form_wrapper{background:none!important;border:none!important;height:auto!important;}
body .wp_autosearch_form_wrapper input.wp_autosearch_input{border:none!important;line-height:32px!important;height:32px!important;width:100%!important;margin-right:-30px;}
body .wp_autosearch_form_wrapper .wp_autosearch_submit:before{font-family:fontAwesome;content:"\f002";font-size:22px;color:#111;position:relative;display:block;margin-top:0px;max-width:30px;max-height:32px;background:none!important;padding:0!important}
body .wp_autosearch_form_wrapper .wp_autosearch_submit, 
body .wp_autosearch_form_wrapper .wp_autosearch_submit:hover, 
body .wp_autosearch_form_wrapper .wp_autosearch_submit:active, 
body .wp_autosearch_form_wrapper .wp_autosearch_submit:visited{max-width:30px;max-height:32px;background:none!important;padding:0!important}
body .wp_autosearch_form_wrapper .wp_autosearch_submit:after{display:none!important;}

.loading:after{
	font-family:"fontawesome";font-weight:normal;font-style:normal;text-rendering:auto;text-decoration:inherit;speak:none;
	display:inline-block;line-height:1;content:"\f110";font-size:24px;-webkit-font-smoothing:antialiased;color:red;
	text-decoration:none;margin-left:8px;padding:0;
	-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;
	animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}
	100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}
	100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}
	100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}
	100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}
	100%{transform:rotate(359deg)}
}


/**
 * Star Ratings - Display Only
 *
 * Pure CSS. No floats or bidi. Simple em-based sizing.
 *
 * http://codepen.io/cdillon/pen/vXNbBw
 *
 * Based on Pure CSS Star Rating Widget by James Barnett
 * http://codepen.io/jamesbarnett/pen/vlpkh
 */

.aggregate-rating {
	vertical-align: middle;
	white-space: nowrap;
}

.aggregate-rating.centered {
	text-align: center;
}

/* inline-block */
/* [title][stars][summary] */
.aggregate-rating .aggregate-title,
.aggregate-rating .aggregate-stars,
.aggregate-rating .aggregate-summary {
	display: inline-block;
	line-height: 30px;
	vertical-align: middle;
}

.aggregate-title {
	font-weight: 700;
	margin-right: 0.5em;
}

.aggregate-stars {
}

.aggregate-summary {
	margin-left: 0.5em;
}

/* if block */
.aggregate-rating.block .aggregate-title,
.aggregate-rating.block .aggregate-stars,
.aggregate-rating.block .aggregate-summary {
	display: block;
	margin: 0;
}

/* the stars */

.aggregate-stars span.star2 {
	display: inline-block;
}

.aggregate-stars span.star2:before {
	font-family: FontAwesome;
	content: "\f005";
	display: inline-block;
	font-size: 1.25em;
	/* use padding not margin */
	padding: 0 5px;
	transition: color 0.3s ease;
}

/* the magic */

/* this is how we highlight stars before the checked one (siblings before): */

/* hide the first label because our rating may be zero */
.aggregate-stars span.star0 { display: none; }

/* and turn all on */
.aggregate-stars span.star2:before { color: #FFB900; }

/* then turn off stars after the current rating */
.aggregate-stars span.current ~ span.star2:before { content: "\f006"; }

/* then turn on the current rating */
.aggregate-stars span.current:before { color: #FFB900; }

/* which may be a half star */
.aggregate-stars span.current.half:before { content: "\f123"; }


/* Responsive
--------------------------------------------------*/
@media only screen and (max-width: 480px) {
	.aggregate-rating .aggregate-title,
	.aggregate-rating .aggregate-stars,
	.aggregate-rating .aggregate-summary {
		display: block;
		line-height: 30px;
		vertical-align: middle;
		margin: 0;
		text-align: center;
	}
}
