/*
Theme Name: Gauge Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Gauge WordPress theme. Only activate this child theme if you intend to make modifications to the theme otherwise activate the parent theme.
Version: 1.0
Author: GhostPool
Author URI: http://www.ghostpool.com
Template: gauge
*/

/* Add your own CSS code here */
#main-nav .menu > li {
margin: 0 0 0 30px;
line-height: 40px;
}
.blog-small-size .post-item .image-wrap-left.featured-content {
  margin: 3px 25px 10px 0;
  }
 .post-item {
  margin-bottom: 10px;
}
.blog-standard .post-item .rating-gauge {
    margin-top: 0; 
}
.black_list {
    text-transform: uppercase;
    background-color: red;
    padding: 5px 10px;
    color: #fff;
}
.bottom-bg-gradient-overlay {
    background: none;

}
@media only screen and (max-width: 1023px) {
.gp-responsive.gp-no-sidebar #user-rating-wrapper {
		width: 100%;
	}
}

.banner_tops {
  margin-bottom: -7px !important;
}
/*--------------------------------------------------------------
 review page table*/
.abcde table, tr, td {margin:0;border:2px solid white;padding:0;}

.abcde td {vertical-align: top; background: #fff!important;}
.abcde tr {background: #fff!important;}

#user-rating-wrapper {
float: left;
position: relative;
width: 100%;
overflow: hidden;
margin-bottom: 30px;
background: #000;
color: #fff;
padding: 30px 6px;
}
.average-rating-text {
float: left;
width: 205px;
margin: 0 20px 0 5px;
font-size: 18px;
font-weight: bold;
}
.rating-criteria-wrapper .rate-text {
background: rgba(255,255,255,0.2);
float: left;
width: 70px;
margin-right: 1px;
font-size: 12px;
font-weight: bold;
color: #fff;
text-align: center;
height: 35px;
line-height: 35px;
}
.bg-overlay-light {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,1);
}
.your-rating-text {
  width: 70%;
}
.your-rating-score {
  width: 30%;
  padding-right: 10px;
}
.post-item .rating-wrapper {
  width: 90px;
}
/*--------------------------------------------------------------
22 - button lydit
--------------------------------------------------------------*/
.lydbut {
	
	width: 84px;
	cursor: pointer;
	margin: 12px 15px 0 0;
	float: right;
}
.lydbut a{
    text-decoration: none;
	color: #fff;
}
.lydbut a:hover{
    text-decoration: none;
	color: #fff;
}
.lydbut .lydouter {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 5px;
	background: rgba(220,220,220,0.65);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: inset rgba(0,0,0,0.85) 0px 1px 5px;
	-webkit-box-shadow: inset rgba(0,0,0,0.85) 0px 1px 5px;
	-moz-box-shadow: inset rgba(0,0,0,0.85) 0px 1px 5px;
	-webkit-transform: perspective(500px) rotateX(35deg);
	-moz-transform: perspective(500px) rotateX(35deg);
}
.lydbut .lydouter .lydheight {
	position: relative;
	height: 100%;
	margin-top: -12px;
	padding-bottom: 12px;
	background: #c60c12;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	box-shadow: rgba(0,0,0,0.85) 0px 1px 1px, inset rgba(0,0,0,0.35) 0px -2px 8px;
	-webkit-box-shadow: rgba(0,0,0,0.85) 0px 1px 1px, inset rgba(0,0,0,0.35) 0px -2px 8px;
	-moz-box-shadow: rgba(0,0,0,0.85) 0px 1px 1px, inset rgba(0,0,0,0.35) 0px -2px 8px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
}       
.lydbut:hover .lydouter .lydheight {
	margin-top: -8px;
	padding-bottom: 8px;
	background: #ec1c23;
	box-shadow: rgba(0,0,0,0.25) 0px 1px 1px, inset rgba(0,0,0,0.35) 0px -2px 6px;
	-webkit-box-shadow: rgba(0,0,0,0.25) 0px 1px 1px, inset rgba(0,0,0,0.35) 0px -2px 6px;
	-moz-box-shadow: rgba( 0,0,0,0.25) 0px 1px 1px, inset rgba(0,0,0,0.35) 0px -2px 6px;
}
.lydbut:active .lydouter .lydheight {
	margin-top: 0px;
	padding-bottom: 0px;
}
.lydbut .lydouter .lydheight .lydinner {
	line-height: 2.6em;
	font-size: 15px;
	letter-spacing: .05em;
	position: relative;
	height: 100%;
	text-align: center;
	text-shadow: #3d0000 0px 0px 1px;
	background: #ff3e11;
	background: -moz-linear-gradient(top, #ff3e11 0%, #ec1c23 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3e11), color-stop(100%,#ec1c23)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff3e11 0%,#ec1c23 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(top, #ff3e11 0%,#ec1c23 100%); /* W3C */
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: inset rgba(255,255,255,0.85) 0px 0px 1px;
	-webkit-box-shadow: inset rgba(255,255,255,0.85) 0px 0px 1px;
	-moz-box-shadow: inset rgba(255,255,255,0.85) 0px 0px 1px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
}
.lydbut:hover .lydouter .lydheight .lydinner{
	text-shadow: #220303 0px 0px 1px;
	background: #ec1c23; /* Old browsers */
	background: -moz-linear-gradient(top, #ec1c23 0%, #ff4419 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec1c23), color-stop(100%,#ff4419)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ec1c23 0%,#ff4419 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(top, #ec1c23 0%,#ff4419 100%); /* W3C */
}
.lydbut:active .lydouter .lydheight .lydinner{
	text-shadow: #319926 0px 1px 0px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: inset rgba(0,0,0,0.9) 0px 0px 8px;
	-webkit-box-shadow: inset rgba(0,0,0,0.9) 0px 0px 8px;
	-moz-box-shadow: inset rgba(0,0,0,0.9) 0px 0px 8px;
	background: #a10a0f; /* Old browsers */
	background: -moz-linear-gradient(top, #a10a0f 0%, #ff0009 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a10a0f), color-stop(100%,#ff0009)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a10a0f 0%,#ff0009 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(top, #a10a0f 0%,#ff0009 100%); /* W3C */
}	
/*--------------------------------------------------------------
23 - review page title & rating
--------------------------------------------------------------*/
.rate-header {
    width: 100%;
	float: left;  
	margin: 0 0 -40px 0;
	position: relative;
	z-index: 359;
}
.rate-header h2 {
    float: left;
	margin: 10px 0 0 0;
}
.rate-textparam {
    float: right;
	margin: 9px 0 0 20px;
	color: #FF0A0A;
}
.rate-textparam h4{
    float: left;
	text-transform: uppercase;
}
.rate-numparam {
    float: left; 
	margin: 17px;
	font-size: 14pt; 
	font-weight: bold;
}
.rate-numparam2 {
    float: left; 
	font-size: 11pt; 
	position: absolute;
    top: 65px;
    left: 150px;
}
.rate-tags {
    font-size: 11px;
	text-transform: uppercase;
	margin: -5px 0 0 0;
}
.rate-tags a{
    padding: 8px 16px;
    background-color: #0094FF;
    color: #fff;
}
.rate-tags a:hover{
    color:#fff;
	background-color: #FF006B;
}
/*--------------------------------------------------------------
24 - pricing table
--------------------------------------------------------------*/
.pricing-table {
  margin: 5px 0 30px 0;
 }
.pricing-column.price-column-border .pricing-column-inner > div {
  padding: 10px;
  border-style: none;
  border-top-width: none;
}
.pricing-column .pricing-column-inner div.pricing-column-highlight-text {
  top: 45px;
  padding: 5px 0 10px 0;
}
.pricing-column .pricing-column-interval {
  margin-top: -65px;
  margin-bottom: 35px;
}
.pricing-column .pricing-column-content ul {
margin-bottom: 15px;
}
.pricing-column .pricing-column-content li {
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0 0 -2px 0
}
.pricing-column-costs {
  margin-top: 40px;
}

/*--------------------------------------------------------------
25 - buttons for obzor page
--------------------------------------------------------------*/
.but-obzor {
  text-transform: uppercase;
  font-weight: bold;
  border: #2cbd00 2px;
  border-style: solid;
  padding: 0 10px;
  font-size: 8pt;
  text-align: center;
  color: #2cbd00;
  margin-right: 5px;
  display: inline-block;
  line-height: 1.9em;
  
}
.but-obzor a{
    color: #2cbd00;
}
.but-obzor:hover {
    color: #25A000;
    border: #25A000 2px;
     border-style: solid;
     
}
.but-obzor a:hover {
    color: #25A000;
}
.but-obzor2 {
  text-transform: uppercase;
  font-weight: bold;
  border: #ff5d0d 2px;
  border-style: solid;
  padding: 0 10px;
  font-size: 8pt;
  text-align: center;
  color: #ff5d0d;
  margin-right: 5px;
  display: inline-block;
  line-height: 1.9em;
  margin-bottom: 5px!important;
}
.but-obzor2 a{
    color: #ff5d0d;
}
.but-obzor2:hover {
    color: #DB3302;
    border: #DB3302 2px;
     border-style: solid;
     
}
.but-obzor2 a:hover {
    color: #DB3302;
}
.but-obzor3 {
  text-transform: uppercase;
  font-weight: bold;
  border: #ff5d0d 2px;
  border-style: solid;
  padding: 0 10px;
  font-size: 10pt;
  text-align: center;
  color: #ff5d0d;
  display: block!important; 
  margin: 1em 0!important;
  line-height: 2.3em;
}
.but-obzor3 a{
    color: #ff5d0d;
}
.but-obzor3:hover {
    color: #DB3302;
    border: #DB3302 2px;
    border-style: solid;
     
}
.but-obzor3 a:hover {
    color: #DB3302;
}

.fa-ul li{
    margin:0!important;
}
.fa-ul {
    margin:5px 0!important;
}
.vc_col-sm-3 {
      padding-left: 10px;
  padding-right: 10px;
}
.softlink a{color:#217fd0;}
.softlink a:hover {color:#0d5696;}


.soft-logos a {opacity:0.6;}
.soft-logos a:hover {opacity:1;}


.fa-sign-in:before {
    content: "f090";
}

.fa-chevron-down:before{content:"f078"}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    transform: translate(0px, 0px);
}

.fa  .dropdown-icon { display: none; }

#wp-admin-bar-top-secondary { display: none; }

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

.nav {
width: 1024px;
}

}

.page-id-23328 .vc_gitem_row .vc_col-sm-3 {
width:30%!important;}
.page-id-23328 .vc_gitem_row .vc_col-sm-9 {
width:65%!important;
margin-left:25px!important;}

.page-id-23328 .wpb_single_image img, .page-id-23328 .wpb_single_image .vc_single_image-wrapper{
width: 200px;
    height: 150px;}

.page-id-23328 .vc_custom_heading h5 a {
    line-height: 26px;
    font-size: 18px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;}

/* 
.but-obzor2 { visibility: hidden; }
.but-obzor2.show-link { visibility: visible !important; }

.su-button-center { display: none; }
.su-button-center.show-link { display: block !important; }

#visual_composer_addon-8 .vcw-wrapper .vc_row.wpb_row.vc_row-fluid div .wpb_wrapper div div article { display: none; }

#visual_composer_addon-8 .vcw-wrapper .vc_row.wpb_row.vc_row-fluid div .wpb_wrapper div div article.show-link { display: block !important; }
*/