/*
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
*/

@import url("../gauge/style.css");


/* Add your own CSS code here */

.images-shortcode .image-loop {
    margin: 0 4% 4% 0;
    width: 22%;
}

.images-shortcode .inner-loop .image-loop:nth-child(2n) {
    margin: 0 4% 4% 0;
}

.images-shortcode .inner-loop .image-loop:nth-child(4n) {
    margin-right: 0;
}

.images-shortcode .inner-loop .image-loop:nth-child(2n+1) {
    clear: none;
}

.gp-responsive .images-shortcode .image-loop {
    margin: 0 4% 4% 0;
	width: 22%;
}

.gp-responsive .images-shortcode .inner-loop .image-loop:nth-child(2n) {
    margin: 0 4% 4% 0;
}

.gp-responsive .images-shortcode .inner-loop .image-loop:nth-child(3n) {
    margin: 0 4% 4% 0;
}

.gp-responsive .images-shortcode .inner-loop .image-loop:nth-child(4n) {
    margin-right: 0;
}

.gp-responsive .images-shortcode .inner-loop .image-loop:nth-child(3n+1) {
    clear: none;
}

div.entry-content .wpb_video_widget .wpb_wrapper .wpb_video_wrapper {
    padding-top: 0;
}

#page-wrapper #hub-tabs {
    border-top: 2px solid #000;
    box-shadow: 0 0 12px 3px #555;
	-moz-box-shadow: 0 0 12px 3px #555;
	-webkit-box-shadow: 0 0 12px 3px #555;
    height: 2px;
}

.hub-header-fields span {
    letter-spacing: 1px;
	color: #d5d5d5;
}

.nav ul.menu li a{
    color: #000;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    opacity: 1;
    transition: opacity 0.24s ease-in-out 0s;
    visibility: visible;
    padding: 5px 15px;
}

.nav .menu a.fa::before {
    font-family: "FontAwesome";
    padding-right: 10px;
}

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

div.bloc-btn {
	display: block;
    margin-bottom: 10px;
    padding-right: 100px;
}

body.home div.bloc-btn {
    padding-right: 0;
}

#footer div.bloc-btn {
    padding-right: 0;
}

#footer div.footer-4 .blog-small-size .post-item {
    margin-bottom: 0;
}

#footer div.footer-4 .blog-small-size .post-item .image-wrap-left.featured-content {
    margin: 3px 15px 6px 0;
}

#footer div.footer-third .widget.gp-categories ul li {
    margin: 8px 0 0;
}

.btn-action {
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  background-color: #6ecc00;
  padding: 4px 12px 5px 14px;
  text-decoration: none;
  -moz-box-shadow: 0 5px 0 #38a000;
  -webkit-box-shadow: 0 5px 0 #38a000;
  box-shadow: 0 5px 0 #38a000;
  display: inline-block;
  text-align:center;
}

.btn-action:hover {
  background-color: #65bc00;
  text-decoration: none;
  color: #ffffff;
}

a.btn-action:hover {
  text-decoration: none;
}

.btn-std {
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  background-color: #b1b1b1;
  margin-right:5px;
  padding: 4px 12px 5px 14px;
  text-decoration: none;
  -moz-box-shadow: 0 5px 0 #959595;
  -webkit-box-shadow: 0 5px 0 #959595;
  box-shadow: 0 5px 0 #959595;
  display: inline-block;
}

.btn-std:hover {
  background-color: #ababab;
  text-decoration: none;
  color: #ffffff;
}

body .post-item {
    margin-bottom: 50px;
}

body .image-above.featured-content {
    margin: 0 0 10px;
}

body.home div.image-above {
	text-align:center;
}

body.home .blog-standard-size .loop-title {
    font-size: 21px;
}

#footer div.footer-widget div.bloc-btn a.btn-std {
    background-color: transparent;
    border: 2px solid #eee;
    -webkit-border-radius: 6;
	-moz-border-radius: 6;
	border-radius: 6px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
    box-shadow: none;
    color: #999;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    margin-right: 5px;
    padding: 1px 6px 2px 7px;
    text-decoration: none;
}

body.home .large-header .gp-container {
    padding-bottom: 20px;
    padding-top: 115px;
}

body.archive .large-header .gp-container {
    padding-bottom: 30px;
    padding-top: 120px;
}

body.home img.img-home-top {
	border-left: 3px solid #eee;
    display: block;
    margin-left: 40px;
    padding-bottom: 20px;
    padding-left: 40px;
    width: auto;
}

div.post-thumbnail img {
    border-radius: 20px 0;
	-moz-border-radius: 20px 0;
	-webkit-border-radius: 20px 0;
    box-shadow: 0 0 6px 0 #aaa;
	-moz-box-shadow: 0 0 6px 0 #aaa;
	-webkit-box-shadow: 0 0 6px 0 #aaa;
    margin: 6px;
	border: 4px solid #fff;
}

body div.ranking-wrapper div.post-thumbnail img {
    border-radius: 10px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0;
}

.image-loop img {
    border-radius: 15px 0;
	-moz-border-radius: 15px 0;
	-webkit-border-radius: 15px 0;
	box-shadow: 0 0 5px 0 #999;
	-moz-box-shadow: 0 0 5px 0 #999;
	-webkit-box-shadow: 0 0 5px 0 #999;
	margin: 5px;
    width: 95%;
}

body .image-above.featured-content img {
    width: 95%;
}

body .blog-columns .post-item .rating-wrapper, body .blog-masonry .post-item .rating-wrapper {
    position: absolute;
    right: 5px;
    top: 18px;
}


body .blog-columns .post-item.both-rated-item .rating-wrapper, body .blog-masonry .post-item.both-rated-item .rating-wrapper {
    right: 20px;
}

body .image-wrap-left.featured-content {
    margin-top : 0;
}

body.home .blog-columns .post-item.multiple-columns {
    background-color: #eee;
    border: 1px solid #e5e5e5;
    border-radius: 30px 0;
	-moz-border-radius: 30px 0;
	-webkit-border-radius: 30px 0;
    padding: 10px 6px 15px;
}

body.home .hub-cats span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #999;
}

body .bg-overlay-light {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.25);
}

body div.gp-container #hub-details {
	border-radius: 15px 0;
	-moz-border-radius: 15px 0;
	-webkit-border-radius: 15px 0;
	box-shadow: 0 0 10px 0 #444;
	-moz-box-shadow: 0 0 10px 0 #444;
	-webkit-box-shadow: 0 0 10px 0 #444;
}

body div.gp-container #hub-details .hub-block-three {
    text-align:center;
	padding: 18px 0 15px;
	background-color: #1c1c1c;
}

body div.gp-container #hub-details .hub-block-two {
    padding:0;
}

body div.gp-container #hub-details .hub-block-two div.real-block-two {
    padding:10px 20px;
}

body div.gp-container #hub-details .hub-block-two div.real-block-two div.hub-synopsis {
    margin-top: 20px;
}

body div.gp-container #hub-details .hub-block-three span {
    float: none;
    font-size: 28px;
    line-height: 29px;
    margin: 0;
}

body div.gp-container #hub-details .hub-block-three span.circle-span {
	float: right;
    font-size: 40px;
    line-height: 40px;
    margin-left: 13px;
    margin-top: 6px;
    text-shadow: none;
}

body div.gp-container #hub-details .hub-block-three a.btn-action {
	padding: 8px 19px 11px 21px;
}

body div.gp-container #hub-details .hub-block-three a.btn-action span.title-span-btn {
	border-bottom: 1px solid #d5f2b2;
    display: block;
    margin-bottom: 1px;
    padding-bottom: 3px;
    text-shadow: 0 0 3px #888;
}

body div.gp-container #hub-details .hub-block-three a.btn-action span.subtitle-span-btn {
	color: #2f5700;
    display: block;
    font-size: 15px;
    line-height: 18px;
    margin: 0;
    text-shadow: none;
}

#hub-details, #hub-details a, #hub-details h2 {
    color: #ffffff;
}
body #hub-details .hub-block-one h2 {
    color: #f84103;
}

body #hub-details div.hub-block-one {
    padding: 10px 20px;
}

#content div.desc-top-wrapper {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
	text-align: center;
}

#content div.desc-bot-wrapper {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
	text-align: center;
}

#content div.desc-top-wrapper p {
	margin-bottom: 30px;
}

body #user-review-rules {
    display:none;
}

body .bottom-bg-gradient-overlay {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

body.home div.element-title h3 {
	display: block;
    position: relative;
    z-index: 2;
    margin: 12px auto;
    line-height: 1;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Aclonica;
    color: #222;
    float: none;
}

body.home div.element-title-line {
    margin-bottom: 12px;
}

body.home div.nc_socialPanel {
    margin-top: 0 !important;
}

body.home img.wp-image-4476, body.home img.wp-image-4476 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

body.home .blog-large-size .post-item .post-divider {
    margin: 50px 0 0 0;
    display: none;
}

body.home .blog-large-size .post-item {
    margin-bottom: 50px;
}

body.home .blog-large-size .post-item .featured-content {
    margin-bottom: 15px;
}

body #content article div.kk-star-ratings.top-left.lft {
	float: none;
    margin: 0 auto;
}