@charset "UTF-8";
/*
Theme Name: Reviews Child
Template: reviews
Theme URI: https://juru.ro
Author: Liviu Jurubita - Juru
Author URI: https://juru.ro/
Description: Custom theme for healthsharingreviews.com
Version: 2,0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: reviews-child
Domain Path: /languages/
Tags: blog, bright, clean, custom-menu, editor-style, elegant
Requires at least: 4.7
Tested up to: 4.9.4

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

/* GENERAL
-------------------------*/
body.review-template-default{
	background-color:#ffffff !important;
}
.mt-50{
	margin-top:50px;
}
.mb-50{
	margin-bottom: 50px;
}
.mt-70{
	margin-top:70px;
}
.mb-70{
	margin-bottom: 70px;
}
.mt-20{
	margin-top: 20px;
}
.mb-20{
	margin-bottom: 20px;
}
.p-20{
	padding:20px;
}
.sticky_nav{
	position: fixed;
}
.font-14{
	font-size: 14px;
}
.font-13{
	font-size: 13px;
	line-height: normal;
}
.navbar-nav a{
	font-size: 14px !important;
	font-weight: bold;
}
.nav > li > a:hover, .nav > li > a:focus{
	text-decoration: underline;
}
.progress{
	height: 7px
}
a.link-blue{
	color:#00204a !important;
	text-decoration: underline;
}

/* HEADER
--------------------------*/

.navigation-bar{padding:30px 0; background:  #00204a;}
.home .navigation-bar{background: transparent;}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.review-template-default::before{
	content:" ";
	background:#00204a;
	width: 100%;
	height: 340px;
	display: block;
	position: absolute;
	z-index: -1;
}
.logo-wrapper{
	background: #FFFFFF;
	padding:30px 20px;
	border-radius: 10px;
	box-shadow: 0px 20px 40px 0 rgba(0, 32, 74, 0.05);
}

/* FONTS, COLORS
---------------------------*/
.bg-blue-dark{
  	background-color: #00204a;
}
.bg-green-light{
	background-color: #d8ffd8;
}
.bg-gray-light{
	background-color: #f9fafc;
}
.bg-reviews-home{
	background:#f9fafc url(img/reviews-bg.svg) center top repeat-y;
}
.bg-white{
	background: white;
}
.bg-top-navy{
	background: #00204a;
	padding:30px 0;
}

.color-navy{
	color:#001f49 !important;
}
.color-yellow{
	color:#ffda44;;
}
.color-light-gray{
	color:#b1b6bd;
}
.color-normal-gray{
	color:#6e737a;
}
.color-white{
	color:#FFFFFF;
}
.btn-green{
	border-radius: 5px;
	background-color: #21d37a !important;
	padding:10px 70px;
	color: #00204a !important;
	font-size: 16px;
	font-weight: bold;
	border: 0 !important;
}
.btn-green-xs{
	border-radius: 3px;
	background-color: #21d37a !important;
	padding:10px;
	color: #00204a !important;
	font-size: 14px;
	font-weight: normal;
	border: 0 !important;
	display: block;
	text-align: center;
}
.btn-green-menu a{
	border-radius: 3px;
	background-color: #21d37a !important;
	padding:3px 5px;
	color: #00204a !important;
	border: 0 !important;
	display: block;
	text-align: center;
}
.btn-green:hover, .btn-green-xs:hover, .btn-green-menu a:hover{
	background-color: #1ac670 !important;
	text-decoration: none !important;
}
.btn-gray{
	background-color: #f9fafc;
}
.btn-add-health.btn-gray i{
	background: #f0f2f5;
	color: #ced3da;
}
.btn-full{
	width:100%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
}
.homepage-bg-container{
	background:#444243 url("img/header-img-1.jpg") center top no-repeat;
	min-height: 800px;
	color:#FFF;
}
.homepage-bg-container h1{
	color: #FFFFFF;
}
.btn-outline{
	border-radius: 5px;
	border: solid 1px #e1e4eb;
	color: #568eef !important;
	width: 100%;
	padding: 10px;
	text-align: center;
	display: block;
	font-size: 14px;
}
.btn-outline:hover{
	  text-decoration: none;
	  border:1px solid #568eef;
	  background: #568eef;
	  color:#FFFFFF !important;
}
.btn-outline-invert{
	background: #568eef;
	border-radius: 5px;
	color: #ffff !important;
	width: 100%;
	padding: 10px;
	text-align: center;
	display: block;
	font-size: 14px;
}
.btn-outline-invert:hover{
	background: #4d83e1;
	text-decoration: none;
}
.btn-red{
	background-color: #ffe6e7;
	color:#fd5c63 !important;
}
.btn-red:hover{
	background: #ffd1d3;
}
.btn-blue{
	background: #e6efff;
	color:#00204a !important;
}
.btn-blue:hover{
	background: #d5e4ff;
}
.btn-blue i{
	color:#558fef;
}
.btn-add-health{
  	text-align: center;
  	padding: 50px 15px 30px;
  	display: block;
  	font-size: 14px;
  	font-weight: bold;
  	color: #00204a;
  	margin-bottom: 15px;
}
.btn-add-health:hover{
	text-decoration: none;
}
.btn-add-health span{
	display: block;
	font-size:12px;
	color: #6e737a;
	font-weight: normal;
}
.btn-add-health i{
	width:40px;
	height: 40px;
	color: #ffffff;
	background:#568eef;
	border-radius: 50%;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	margin: 0 auto 15px;
}
.btn-compare{
	font-size: 13px;
	padding:10px 20px;
	border-radius: 3px;
	display: inline-block;
}
.btn-compare:hover{
	text-decoration: none;
}
.btn-compare-full{
	width:100%;
	display: block;
	text-align: center;
}
.btn-round{
	background:#FFF;
	color: #001f49 !important;
	font-weight: bold;
	font-size: 14px;
	padding:10px 20px;
	border-radius: 20px;
  	box-shadow: 0px 6px 16px 0 rgba(0, 32, 74, 0.04);
}
.btn-round-transparent{
	color: #001f49 !important;
	font-weight: bold;
	font-size: 14px;
	padding:10px 20px;
	border-radius: 20px;
	margin-top:20px;
	margin-bottom: 20px;
}
.btn-round:hover, .btn-round-transparent:hover{
	text-decoration: none;
	background:#fff;
	box-shadow: 0px 6px 16px 0 rgba(0, 32, 74, 0.04);
}



/* REVIEW
-------------------------*/
.review-score{
	  width: 50px;
	  height: 50px;
	  border-radius: 3px;
	  background-color: #ffda44;
	  font-size:22px;
	  line-height: 22px;
	  font-weight: bold;
	  text-align: center;
	  color: #001f49;
	  padding:15px 10px;

}
.review-score-xs{
	width: 32px;
	height: 32px;
	border-radius: 3px;
	text-align: center;
	line-height: 32px;
	float: left;
	margin-right:15px;
	background-color: #ffda44;
	color: #001f49;
	font-size: 14px;
	font-weight: bold;
}

.review-left{
	margin-top: 100px;
}
.no-reviews{
	  font-size: 12px;
	  font-weight: normal;
	  font-style: normal;
	  font-stretch: normal;
	  line-height: normal;
	  letter-spacing: normal;
	  text-align: left;
	  color: #b1b6bd;
}
.review-icons-top{
	margin-top:50px;
}
.review-icon{
	  width: 50px;
	  height: 50px;
	  border-radius: 5px;
	  text-align: center;
	  line-height: 50px;
	  float: left;
	  margin-right:15px;
}
.review-icon-xs{
	width: 32px;
	height: 32px;
	border-radius: 3px;
	text-align: center;
	line-height: 32px;
	float: left;
	margin-right:15px;
}
.line-h-50{
	line-height: 50px;
}
.review-left section img{
	max-width: 100%;
	height: auto;
}
.review-left section .img-wrapper{
	padding:20px;
	background: #f9fafc;
	text-align: center;
	margin-bottom: 40px;
}
.review-left section iframe{
	max-width: 100% !important;
}

.review-left{
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #6e737a;
}
.review-left strong, .review-left b{
	color:#001f49;
}
.review-left h1{
	margin-bottom: 20px;
}
/*.review-left h1, .review-left h2, .review-left h3, .review-left h4, .review-left h5{*/
h1, h2, h3, h4, h5{	
	color: #001f49;
	font-weight: bold;
}
.list-pros li, .list-cons li{
	position: relative;
	padding:10px 0 10px 45px
}
.list-pros i{
	position: absolute;
	left:-4px;
	background-color: #d9ffec;
	width: 32px;
	height: 32px;
	color:#1bd47b;
	border-radius: 50%;
	text-align: center;
	line-height: 32px;
}

.list-cons i{
	position: absolute;
	left:-4px;
	background-color: #ffe6ea;
	width: 32px;
	height: 32px;
	color:#ff2a4b;
	border-radius: 50%;
	text-align: center;
	line-height: 32px;
}
.facebook-group{
	border-radius: 5px;
	border: solid 1px #f0f2f5;
  	padding:20px;
  	margin:40px 0;
}
.btn-fb{
	color: #FFF !important;
	font-weight: bold;
	background: #3b579d !important;
	padding: 17px 25px;
	margin-top: 15px;
}
.btn-fb:hover{
	background: #4162b3 !important;
}
.comment-row{
	border-radius: 5px;
	box-shadow: 0px 12px 24px 0 rgba(0, 32, 74, 0.03);
	background-color: #ffffff;
	margin-top:30px;
	margin-bottom: 30px;
	padding: 40px;
}
.letter{
	width: 50px;
	height: 50px;
	background-color: #568eef;
	color:#FFFFFF;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
	float: left;
	margin-right: 15px;
}
.name-date{
	float: left;
}
.review-text{
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.86;
	letter-spacing: normal;
	text-align: left;
	color: #6e737a;
	margin:30px 0 0;
}
.show-more{
	color:#568eef;
	font-weight: bold;
}
.show-more:hover, .show-more:focus{
	color:#4a7ed7;
}
.display-more{
	display: none;
}
.bg-comments-form{
	background:#ffffff url(img/review-illustration.svg) no-repeat right center;
}
.review-list{
	border-top:  1px solid #f0f2f5;
	border-bottom: 1px solid #f0f2f5;
}
.review-list li{
	padding: 20px 0;
	font-size:16px;

}
.review-list {
	margin: 20px 0;
}
.comment-left{
	padding:80px 0;
}
.comment-form label{
	font-size: 14px;
	font-weight: normal;
	color: #00204a;
}
.comment-form textarea, .comment-form input{
	border-radius: 5px;
	border: solid 1px #e1e5eb;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 0px 0px rgba(255,255,255,1);
	box-shadow: 0px 0px 0px 0px rgba(255,255,255,1);
}
.sticky-box{
	border-radius: 5px;
	border: solid 1px #ebedf0;
	background-color: #ffffff;
	padding:40px 28px;
	widt h: 100%;
}
.sticky-box h3{
	margin-top: 0;
	padding-top: 0;
}

.comment-has-parent{
	margin-top: -40px;
}
.comment-reply-link,
.comment-reply-link:active {
	color: #FFF !important;
	background: #1ac670 !important;
	padding: 10px;
	font-size: 16px;
	border-radius: 5px;
	text-decoration: none;
	transition: 0.3s;
	display: inline-block;
	text-decoration: none;
}
.comment-reply-link:hover {
	transform: scale(1.1);
	text-decoration: none;
}
.reply_container:not(.expanded) {
	display: none;
}
.reply_container.expanded {
	padding: 5px 30px; 
	background: #f6f6f6; 
	margin-top: 20px;
}
.avatar{
	width: 100px;
	float: left;
	margin-right: 15px;
	background: #FFF;
	padding: 7px;
}


/* Homepage */
.white-block{
	border-radius: 5px;
	box-shadow: 0px 20px 40px 0 rgba(0, 32, 74, 0.03);
	background-color: #ffffff;
	padding:15px;
	position: relative;
	margin-bottom: 30px;
}
.img-border{
	border-radius: 3px;
	border: solid 1px #f0f2f5;
}
.content-inner{
	margin-top: 30px;
}
.content-inner .description, .content-inner li{
	font-size: 14px;
	color: #6e737a !important;
}
.white-block .review-icon{
	margin-right: 0px;
}
.compare-wrapper{
	box-shadow: 0px -20px 40px 0 rgba(0, 32, 74, 0.08);
  	background-color: #ffffff;
  	padding:15px 10px 10px;
  	position: fixed;
  	bottom: 0px;
  	width: 100%;
}
.footer-bg-form{
	background:transparent url(img/bg-footer.svg) center center;
	background-size: cover;
	padding:120px 0;
}
.footer-bg-form, footer{
	position: relative;
	z-index: 100;
}
.compare-logo{
	width: 29%;
  	border-radius: 3px;
  	border: solid 1px #f0f2f5;
  	display: inline-block;
  	margin-right: 3%;
  	position: relative;
}
.compare-logo img{
	max-height: 60px;
	margin: 0 auto;
}
.erase-logo{
	position: absolute;
	top:-9px;
	right: -9px;
	color:#FFFFFF;
	background:#ff2e4c;
	width:18px;
	height: 18px;
	border-radius: 50%;
	font-size: 14px;
	text-align: center;
	line-height: 16px;
}
.erase-logo:hover{
	background: #d61d37;
}
.erase-logo i{
	color:#FFF;
	font-size: 12px;
}

.bg-testimonials{
	background:#f9fafc url(img/bg-testimonials.svg) no-repeat top center;
}
.testimonial-bubble{
	width: 380px;
	background: transparent url(img/testimonial-bubble.png) no-repeat top left;
	font-size: 14px;
	color:#6e737a;
	
}
.testimonial-content{
	padding:44px 38px 0px 75px;
	height:150px;
	position: relative;
}
.testimonial-name{
	padding:0 20px;
}
.testimonial-name .letter{
	margin-left: 20px;
}
.quote-small{
	position: absolute; 
	left:40px; 
	top: 44px;
}
.top-rated-right{
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-bottom-left-radius: 30px;
}


/* BLOG

===============================*/
.blog-item{
	border-radius: 5px;
	box-shadow: 0px 20px 40px 0 rgba(0, 32, 74, 0.06);
	background-color: #ffffff;
	overflow: hidden;
	margin-bottom: 10px;
}
.blog-item .content-inner{
	padding:30px;
	margin-top: 0;
	font-size: 14px;
}
.blog-item .content-inner .excerpt{
	
	color: #6e737a;
}
.blog .blog-item{
	margin-bottom: 30px;
}
.post-content{
	font-size: 16px;
	line-height: 33px;
	color: #6e737a;
	margin: 50px auto;
}
.post-content p, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h1, .post-content ul, .post-content ol, .post-content blockquote{
		max-width: 700px;
		margin:0 auto 20px;
}
.post-content a{
	color:#00204a;
	border-bottom: 2px solid #00204a;
}
.post-content a span{
	color:#00204a !important;
}
.post-content a:hover{
	text-decoration: none !important;
}

footer{
	  background-color: #151d29;
	  padding:100px 0;
}
.footer-nav{
	list-style: none;
	padding: 0;
	text-align: center;
}
.footer-nav li{
	display: inline-block;
	margin:10px 20px;
	list-style: none;
	padding: 0;
}
.footer-nav li a{
	font-size: 14px;
	color:#FFFFFF;
	font-weight: bold;
}


/* COMPARE
================================*/
.bg-compare{
	background: #00204a url(img/bg-compare.svg) no-repeat top right;
	height: 235px;
}
.table-compare td{
	padding:40px 10px !important;
}
.compare-img{
	padding:40px 0;
	display: block;
	border-radius: 3px;
  	border: solid 1px #f0f2f5;
}
.no-border td{
	border:0 !important;
}
.modal-dialog{
	width:94% !important;
	max-width: 1100px !important;
	background: #f9fafc;
	padding:10px;
	padding-top: 120px !important;
}
.select-block{
	cursor: pointer;
	border:1px solid #fff;
}
.select-block:hover{
	border:1px solid #cccccc;
}
.selected-block{
	border: solid 1px #548bea !important;
	cursor: pointer;
}
.select-block .fa-check-circle{
	display: none;
}
.selected-block .fa-check-circle{
	display: block !important;
	position: absolute;
	top:15px;
	left: 15px;
	color: #548bea;
}
.compare-companies h2, .ranking-list h2{
	font-size: 12px;
}
.compare-companies h2 a, .ranking-list h2 a{
	color:#001f49;
}
.span-32-middle{
	display: inline-block;
	height: 32px;
	font-size: 14px;
	line-height: 32px;
}


/* RANKINGS
================================*/
.bg-rankings{
	background: #00204a url(img/bg-rankings.svg) repeat-x bottom center;
	height: 235px;
}
.bg-rankings-list{
	background: #f9fafc url(img/bg-rankings-list.svg) no-repeat bottom center;
	padding:50px 0;
}
.bg-rankings-list ul{
	padding: 0;
	margin: 0;
}
.ranking-list{
	padding: 30px;
	list-style: none;
	border-radius: 5px;
	box-shadow: 0px 20px 40px 0 rgba(0, 32, 74, 0.03);
	background-color: #ffffff;
	margin-bottom: 30px;
}

.rankings-icons{
	margin-right: 50px;
	float: left;
	margin-bottom: 20px;
}
.rankings-icons .stars-rating {
	float: left;
}


/*
	SPEAK TO A REP 
================================*/
.info-steps{
	padding:0 20px;
}
#ui-datepicker-div{
	z-index: 100 !important;
}
#dob{
	cursor:pointer;
	background: #FFFFFF;
}
.red-border{
	border:1px solid #FF0000 !important;
}

/*
	FIND AGENT 
================================*/
.img-agent{
	position: absolute;
	top: -35px;
	margin-left: -35px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
}
.bg-agents{
	background: #00204a url(img/bg-agents.svg) no-repeat top right;
	height: 235px;
}
.agent .white-block{
	padding-top:30px !important;
}

/* 
	RESPONSIVE
================================*/
section{
	padding:40px 0;
}
.modal-fixedtop{
	margin-left: -10px;
	position: absolute;
	z-index: 10;
	width: 100%;
	background: #FFF;
	top: 0;
	padding: 30px;
	box-shadow: 0px 20px 40px 0 rgba(0, 32, 74, 0.06);
	height: 90px;
}
.modal-fixedtop h5{
	margin:0;
}
.color-yellow{
	font-size: 11px;
}

.compare-pro i, .compare-con i{
	display: none;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.homepage-bg-container h1 {
	    color: #FFFFFF;
	    margin-top: 170px;
	    margin-bottom: 20px;
	    font-size: 44px;
	}
	.top-md-80{
		margin-top: 80px;
	}
	section{
		padding:80px 0;
	}
	.quote-img{
		position:absolute; 
		left: -200px;
		width:300px;
		height: auto;
	}
	.compare-logo{
		width: 150px;
	  	border-radius: 3px;
	  	border: solid 1px #f0f2f5;
	  	display: inline-block;
	  	margin-right: 45px;
	  	position: relative;
	}
	.modal-dialog{
		padding:50px;
	}
	.white-block{
		padding:30px;
	}
	.modal-fixedtop{
		margin-left: -50px;
	}
	.select-block, .selected-block{
		height:300px;
	}
	.color-yellow{
		font-size: 16px;
	}
	hr{
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.compare-pro, .compare-con{
		padding-left: 45px;
		padding-top: 10px;
	}
	.compare-pro i{
		display: block;
		width: 32px;
		height: 32px;
		background: #d9ffec;
		color: #1bd47b;
		position: absolute;
		left: 0;
		top: 5px;
		text-align: center;
		line-height: 32px;
		border-radius: 50%;
	}
	.compare-con i{
		display: block;
		width: 32px;
		height: 32px;
		background: #ffe6ea;
		color: #ff2a4b;
		position: absolute;
		left: 0;
		top: 5px;
		text-align: center;
		line-height: 32px;
		border-radius: 50%;
	}
	.compare-companies h2{
		font-size: 20px;
	}
	.ranking-list h2{
		font-size: 24px;
		margin-bottom: 15px;
		margin-top: 0;
	}
	.sorting{
		text-align: right;
		margin-top: 30px;
	}
	.btn-round-transparent{
	  	margin:0 0 20px 10px ;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	section{
		padding:120px 0;
	}
	.testimonial2{
		margin-top: -200px; height:400px
	}
	.testimonial3{
		margin-top: 100px;
	}
	.quote-img{
		position:absolute; 
		left: -200px;
		width:400px;
		height: auto;
	}
	.bg-top-navy{
		padding: 0;
		height: 100px;
	}
	
	.bg-top-navy h1{
			text-align: center;
		}
		
	.nav > li{
		margin-left: 10px;
	}
	.nav > li.btn-green-menu{
		margin-left: 100px;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.quote-img{
		position:absolute; 
		left: -200px;
		width:500px;
		height: auto;
	}
}

/* Extra large devices (extra large desktops, 1440px and up) */
@media (min-width: 1440px) {
	.quote-img{
		position:absolute; 
		left: -200px;
		width: auto;
		height: auto;
	}
}

.single-blog.with-disclaimer{padding-top:20px;}

.disclaimer-text{width:100%;padding:30px 0 0;}
.disclaimer-text .frame{
    border:1px solid #f00;
    background:#fff;
    padding:10px 20px;
    font-size:13px;
    line-height:18px;
    width:100%;
        max-width:1000px;
        margin-left:auto;
        margin-right:auto;
}
.disclaimer-text.main{max-width:740px;}
.disclaimer-text.main .frame{padding-bottom:2px;}
.comment-left.with-disclaimer{padding-top:20px;}

.single-review.postid-769 .ranking-list{margin-top:40px;margin-bottom:50px;}
.single-review.postid-769 .wp-video{margin-bottom:40px;}
.single-review.postid-769 h2.p1{margin-top: 50px;}


@media screen and (max-width:767px){
    .disclaimer-text .frame{width:80%}  
    .disclaimer-text.main{max-width:100%;}
}

body:not(.logged-in) .comment-reply-link {
    display: none;
}