/*
  Theme Name: Five Star Clean
  Theme URI: https://github.com/nikola0203/fivestarclean
  Author: SEO 1 Click
  Author URI: https://seooneclick.com/
  Description: WordPress modern starter theme
  Version: 1.0.0
  License: GNU General Public License v3 or later
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
  Text Domain: fivestarclean
*/
/*Checklist*/
.checklist__block {
	 border-radius: 16px;
	 overflow: hidden;
}
 .checklist__block-title {
	 font-size: 18px;
	 font-weight: 500;
	 text-transform: uppercase;
	 background-color: #7ec6ee;
	 margin: 0;
	 padding: 20px 25px;
}
 .checklist__block-desc1 {
	 background-color: #f0f0f0;
	 padding: 20px 25px;
}
 .checklist__block-desc1 h4 {
	 font-size: 18px;
	 margin-bottom: 15px;
}
 .checklist__block-desc1 ul {
	 list-style: none;
	 position: relative;
	 padding-left: 0;
}
 .checklist__block-desc1 ul li {
	 position: relative;
	 font-size: 16px;
	 color: #103245;
	 padding: 5px 0 5px 32px;
	 margin-bottom: 0;
	 font-weight: 300;
}
 .checklist__block-desc1 ul li::before {
	 content: ' ';
	 position: absolute;
	 left: 15px;
	 top: 13px;
	 width: 6px;
	 height: 6px;
	 border-radius: 50px;
	 background-color: #7ec6ee;
}
 .checklist__block-desc1 ul li + li {
	 border-top: 1px solid #fff;
}

/* Reviews Page */
.page-id-577 .entry-title, .page-id-577 header#masthead, .page-id-577 footer#colophon{
	display: none;
}
#post-577 .section-padding-b{
	padding-top: 0px;
    padding-bottom: 50px;
}
.review-btn{
	background-color: #4eaf57;
	max-width: 330px;
	margin: auto;
	margin-bottom: 5px;
}
.review-btn a{
	padding-left: 0px;
}
.review-inner img{
	border: 0px;
	width: 54px;
	height: 54px;
	margin: 4px;
	float: left;
}
.review-inner p{
	padding: 17px 0px;
	/*float: right;*/
	color: #fff;
}
.review-btn-red{
	background-color: #e53837;
	width: 330px;
	margin: auto;
}
.review-btn-red p{
	padding: 17px 10px;
	color: #fff;
}

/* Cities (bare links) Page */
.page-id-1830 .hero {
	min-height: 210px;
}
.page-id-1830 .cta.section-padding-y .justify-content-center{
    text-align: left;
	justify-content: left!important;
}
.page-id-1830 .two_col_3_9 {
    display: none;
}
.page-id-1830 .two_col_6_6 {
    display: none;
}

/* CITY Silo - START */
.city-silo-btn{
  height: 28px;
  width: 28px;
  border-radius: 50%;
  box-shadow: 1px 1px 3px rgba(0,0,0,.3);
  padding: 5px 6px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.city-silo-btn:hover{
  background-color: #f96b3f;
  color: #fff;
  cursor: pointer;
}
#city-silo {
    /*padding: 18px 0;*/
	padding-bottom: 50px;
}
#menu-city-silo-menu{
  margin-top: 16px;
  list-style:none;
	text-align: center;
	text-align: -moz-center;
	text-align: -webkit-center;
	padding-left: 0;
}
#menu-city-silo-menu .silo-title-wide {
    width: 50%;
    float: initial;
    box-shadow: none;
    margin: 0.5% 25%;
	margin-bottom: 30px;
    /*padding: 10px 30%;*/
	background-color: #7ec6ee;
}
#menu-city-silo-menu li{
  width: 19%;
  /*float: left;*/
  display: inline-block;
  box-shadow: 1px 1px 3px rgba(0,0,0,.33);
  background-color: #f96b3f;
  /*background: linear-gradient(#fefefe, #dfdedf);*/
  margin: 0.5%;
}
#menu-city-silo-menu li a{
  display: inline-block;
  padding: 16px 5px;
  width: 100%;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
#menu-city-silo-menu li a:hover{
  color: #000;
  background-color: #7ec6ee;
  text-decoration: none;
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  #menu-city-silo-menu li{
    width: 31%;
  }
}
@media (max-width: 768px) {
  #menu-city-silo-menu li{
    width: 48%;
  }
}
/* CITY Silo - END */

/* Various Fixes */
section.hero .hero__description p {
	max-width: 600px;
}

@media (min-width: 992px) {
  ul.sub-menu ul.sub-menu{
    position: absolute;
    left: 150px;
    top: -11px;
    background: white;
    padding: 15px 25px;
	padding-left: 10px!important;
    border-radius: 10px;
    border: 2px solid #0f3245;
	margin-left: 0px;
  }
  #site-navigation #primary-menu-container ul.sub-menu li.menu-item a.active i {
    transform: rotate(-90deg);
  }
}

/**/

/* Referral Section - START */

.referral-section {
    background-color: #eaf9ff;
}

.referral_icon {
    width: 100px;
    padding: 20px;
    border-radius: 50%;
    background: #6cc5ef;
    font-size: 40px;
    margin: 0px auto 20px;
}

/* Referral Section - END */

