/*headings*/
h1,h2,h3,h4 {
  font-family: 'Kanit', sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: capitalize;
}

.breakout h1, .breakout h2 {
	margin-top: .5em;
}

.menu-icon h4 {  color: #fffc72 !important; 
}

.special-line:after {
 display: block;
 content: '';
 width: 60px;
 height: 3px;
 background: #56693a;
 margin-bottom: 10px;
}

#mobile-menu-container .menu-bar {
  background: #000000;

}


#mobile-menu-container.left .menu-icon {
    background: #fffc7200;
}

.page-contact-us form.wpcf7-form h2 {
  color: #fff;
  /* text-shadow: 1px 1px 7px #000; */
}

.phone a {
    background: #202020;
    color: #ffffff !important;
    /* box-shadow: 2px 3px #303030; */
    padding: 10px 15px !important;
    border-radius: 3px;
}
.phone a:hover {
    background: #404040;
    color: #fff !important;
}

ul.menu > li.phone >  a:hover:before {
 background: #fff;
}

/* Breakout Background Colors */
.bg-color-1 {
  background: #FFFC72;
}
.bg-color-2 {
  background-color: #e7e7e7;
}
.bg-color-3 {
  background-color: #ef0027;
}

.breakout > .row {
    margin: 0;
}

/* ------------ Footer ----------- */

/* Map */
.map-link {
  position: relative;
  display: block;
  max-width: 400px;
  border: solid 2px #36363600;
  margin-right: auto;
  margin-left: auto;
 margin-top: 2em;
}
.map-link:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fffc726b;
  content: "\f08e";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 6em;
  color: #000;
  font-family: "Font Awesome 5 Pro";
  transition: 0.2s cubic-bezier(0.53, 0.02, 0.03, 0.93);
  opacity: 0;
}

.map-link:hover:after {
  opacity: 1;
}


/* --- Lists ---*/
/*styled listed fancylist*/
#footer ul,
#content ul.marker,
#content ul.cert,
#content ul.checked,
ul.fancylist,
ul.marker,
#content ul.fancylist {
  list-style: none;
  padding-left: 30px;
}
ul.marker {
  margin-top: 0;
}
#footer ul li,
ul.checked li,
ul.fancylist li,
ul.marker li,
ul.cert li {
  line-height: 1.5em;
  margin-bottom: 5px;
  text-indent: -20px;
}


ul.fancylist li:before, .bg-color-2 ul.fancylist li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f324";
  margin-right: 5px;
  color: #000000 !important;
  font-size: 0.95em;
}

#footer ul li:before
 {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f054";
  margin-right: 5px;
  color: #ce7881 !important;
  font-size: 0.95em;
}

ul.marker li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f32b";
  margin-right: 5px;
  color: #ce7881 !important;
  font-size: 1em;
}

.inverse ul.fancylist li:before {
  color: #c4a016 !important;
}

#footer .fa-map-marker:before, #footer .fa-phone:before{
  color: #fffc72 !important;
  margin-right: 5px;
}

/* feedback */

.socialicons {
    text-align: left;
}

/* Stars */
.final-star, .star {
    color: #404040 !important;
}

/* Thumbs */

i.fas.fa-thumbs-up,i.fas.fa-thumbs-down {
    color: #202020;
}

i.fas.fa-thumbs-up:hover, i.fas.fa-thumbs-down:hover {
    color: #404040;
}

/* Review Page Bottom Margin */

.review-nav-container {
    margin-bottom: 10px;
}

/* Button Icons */
.billboard .slider-content a:after, .video-container .slider-content a:after, .btn:after, button i, .rev-read-more:after, a.contact-btn:after, .biziq-button:after,.client-button:after, .btn:after, #slider .btn:after, .view-article:after {
    font-family: "Font Awesome 5 Pro";
    font-size: .9em;
    content: '\f138';
    font-weight: 600;
    margin-left: 10px;
}

.billboard .slider-content a.tel-btn:after, .btn.tel-btn:after {
  content: '\f095';
}

.billboard .slider-content a.mail-btn:after, .btn.mail-btn:after {
  content: '\f0e0';
}



#header .btn:after {
display: none;

}

/*-- Contact Page scrolling issue fix --*/

@media screen and (max-width: 1050px) and (min-width: 950px) {
.page-contact-us main#content {
    min-height: 850px;
  }
}

.billboard .slider-content .slider-cta-button:hover, .billboard .slider-content a:hover, .wpcf7-form input[type="submit"]:hover {
    background: #404040;
    color: #fff;
    text-decoration: none !important;
}

/* List Columns */
@media only screen and (min-width: 450px) {
 ul.col-count-2 {
    column-count: 2;
  }

ul.col-count-3 {
    column-count: 3;
  }
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #ff0000;
	    color: #000;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	    color: #000;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 2px solid #ff0000;
	    color: #000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
	    color: #000;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
color: #000;
}

@media only screen and (max-width: 469px) {
.contact-box{
 padding: 1em !important;
}
}

.contact-box{
 padding: 2em;
}