/* Table of Content
==================================================
	#Links
	#Headings
	#Buttons
	#Lists
	#Thumbnails
	#Forms
	#Social Links
	#Tabs
	#Tables
	#Accordion
	#Call to Action
	#Icon Box
	#Blockquotes & Testimonial
	#Alerts
	#Dropcaps
	#Counter
	#FAQ's
	#Pricing Tables
	#Progress Bars
	#Misc
		- Rules
		- Spacers
		- Helpers
		- etc.
*/
/*
// #Links
// --------------------------------------------------
*/
a {
  color: #ff3200;
  text-decoration: none;
}
a:hover {
  color: #e62d00;
  text-decoration: underline;
}
/*
// #Headings
// --------------------------------------------------
*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Bitter', serif;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0 0 1em 0;
  color: #3b363a;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  color: #bfbfbf;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
}
h1 .fa,
h2 .fa,
h3 .fa,
h4 .fa,
h5 .fa,
h6 .fa,
.h1 .fa,
.h2 .fa,
.h3 .fa,
.h4 .fa,
.h5 .fa,
.h6 .fa {
  margin-right: 5px;
}
.with-subtitle small {
  display: block;
}
@media (min-width: 768px) {
  .with-subtitle small {
    display: inline-block;
    border-left: 1px solid #e0e0e0;
    padding-left: 15px;
    margin-left: 15px;
  }
}
h1,
.h1 {
  font-size: 36px;
  margin-bottom: 0.75em;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 24px;
}
h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 16px;
}
p {
  margin: 0 0 1.5em 0;
}
.title-accent {
  padding-top: 5px;
}
.title-accent > h3 > span {
  font-size: 30px;
}
.section-dark .title-accent > h3 {
  color: #fff;
}
.section-dark .title-accent > h3 > span {
  color: #ff3200;
}
.title-centered {
  text-align: center;
}
.title-centered > h2 {
  font-size: 28px;
  margin-bottom: 1.2em;
}
.title-bordered {
  text-align: center;
  margin-bottom: 40px;
}
.title-bordered:before,
.title-bordered:after {
  content: " ";
  display: table;
}
.title-bordered:after {
  clear: both;
}
.title-bordered h2 {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 20px;
  margin: 0;
  white-space: nowrap;
}
.title-bordered h2 small {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #b5b5b5;
  font-style: normal;
}
.title-bordered h2 .line {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 1px;
  vertical-align: middle;
}
.title-bordered h2 .line:before {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 5px;
  background: #e0e0e0;
  margin-top: -2px;
}
.title-bordered h2 .line__left {
  left: -1em;
  margin: 0 0 0 -50%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #e0e0e0 80%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffe0e0e0', GradientType=1);
}
.title-bordered h2 .line__left:before {
  right: 0;
}
.title-bordered h2 .line__right {
  left: 1em;
  margin: 0 -50% 0 0;
  background-image: linear-gradient(to right, #e0e0e0 20%, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0e0e0', endColorstr='#00ffffff', GradientType=1);
}
.title-bordered h2 .line__right:before {
  left: 0;
}
/*
// #Buttons
// --------------------------------------------------
*/
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  border-color: transparent;
  letter-spacing: 0.05em;
  box-shadow: none;
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  box-shadow: none;
}
.btn {
  border-radius: 3px;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background: #efefef;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-default:hover,
.btn-default:focus {
  border-color: transparent;
  background-color: #e2e2e2;
}
.btn-default:active,
.btn-default.active {
  background-color: #e2e2e2;
  border-color: transparent;
  box-shadow: none;
}
.btn-default:hover,
.btn-default:focus {
  border-color: transparent;
  background-color: #e2e2e2;
}
.btn-default:active,
.btn-default.active {
  background-color: #e2e2e2 !important;
  border-color: transparent !important;
  box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.12);
}
.btn-primary {
  background: #ff3200;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus {
  border-color: transparent;
  background-color: #e62d00;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #e62d00;
  border-color: transparent;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus {
  border-color: transparent;
  background-color: #e62d00;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #e62d00 !important;
  border-color: transparent !important;
  box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.12);
}
.btn-success {
  background: #67bd67;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus {
  border-color: transparent;
  background-color: #55b555;
}
.btn-success:active,
.btn-success.active {
  background-color: #55b555;
  border-color: transparent;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus {
  border-color: transparent;
  background-color: #55b555;
}
.btn-success:active,
.btn-success.active {
  background-color: #55b555 !important;
  border-color: transparent !important;
  box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.12);
}
.btn-info {
  background: #68c5e1;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus {
  border-color: transparent;
  background-color: #53bddd;
}
.btn-info:active,
.btn-info.active {
  background-color: #53bddd;
  border-color: transparent;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus {
  border-color: transparent;
  background-color: #53bddd;
}
.btn-info:active,
.btn-info.active {
  background-color: #53bddd !important;
  border-color: transparent !important;
  box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.12);
}
.btn-warning {
  background: #ffb71a;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus {
  border-color: transparent;
  background-color: #ffaf00;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #ffaf00;
  border-color: transparent;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus {
  border-color: transparent;
  background-color: #ffaf00;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #ffaf00 !important;
  border-color: transparent !important;
  box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.12);
}
.btn-danger {
  background: #dc2a0b;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus {
  border-color: transparent;
  background-color: #c4250a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c4250a;
  border-color: transparent;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus {
  border-color: transparent;
  background-color: #c4250a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c4250a !important;
  border-color: transparent !important;
  box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.12);
}
.btn-default {
  border: 1px solid #dbdbdb;
}
.btn-danger {
  background: #dc2a0b;
}
.btn-lg {
  border-radius: 4px;
}
.btn .fa,
.btn .entypo,
.btn .entypo-social {
  margin-right: 5px;
}
.btn-lg .fa,
.btn-lg .entypo,
.btn-lg .entypo-social {
  margin-right: 10px;
}
.btn .fa-right {
  margin: 0 0 0 8px;
}
.btn-single-icon .fa {
  margin: 0 !important;
}
/*
// #Lists
// --------------------------------------------------
*/
div.wpb_text_column,
.list,
.job_description {
  /* List Colors */
  /* List Styles */
}
div.wpb_text_column ul:not([class]),
.list ul:not([class]),
.job_description ul:not([class]) {
  padding-left: 0;
  list-style: none;
  margin-bottom: 1.5em;
}
div.wpb_text_column ul:not([class]) li,
.list ul:not([class]) li,
.job_description ul:not([class]) li {
  position: relative;
  padding: 0 0 8px 22px;
}
div.wpb_text_column ul:not([class]) li:before,
.list ul:not([class]) li:before,
.job_description ul:not([class]) li:before {
  position: absolute;
  top: 0;
  left: 1px;
  display: block;
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #ff3200;
  margin-right: 10px;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
div.wpb_text_column.list__lg,
.list.list__lg,
.job_description.list__lg {
  font-size: 14px;
}
div.wpb_text_column.list__lg ul li,
.list.list__lg ul li,
.job_description.list__lg ul li {
  padding: 4px 0 25px 50px;
}
div.wpb_text_column.list__lg ul li:before,
.list.list__lg ul li:before,
.job_description.list__lg ul li:before {
  width: 28px;
  height: 28px;
  border: 1px solid #ff3200;
  border-radius: 2px;
  text-align: center;
  line-height: 26px;
  content: "\f00c";
}
div.wpb_text_column ol,
.list ol,
.job_description ol {
  padding-left: 0;
  list-style: none;
  margin-bottom: 1.5em;
  counter-reset: counter;
}
div.wpb_text_column ol li,
.list ol li,
.job_description ol li {
  position: relative;
  padding: 0 0 8px 20px;
}
div.wpb_text_column ol li:before,
.list ol li:before,
.job_description ol li:before {
  display: inline-block;
  /* block would also work */
  position: absolute;
  /* move this out of the way of the text*/
  left: 0;
  /* move the counter labe into the space from the padding */
  content: counter(counter) ". ";
  counter-increment: counter;
  font-weight: bold;
  width: 20px;
  color: #dcdcdc;
}
div.wpb_text_column.list-color__secondary ul li:before,
.list.list-color__secondary ul li:before,
.job_description.list-color__secondary ul li:before {
  color: #3b363a;
}
div.wpb_text_column.list__arrow1 ul li:before,
.list.list__arrow1 ul li:before,
.job_description.list__arrow1 ul li:before {
  content: "\f18e";
}
div.wpb_text_column.list__arrow2 ul li:before,
.list.list__arrow2 ul li:before,
.job_description.list__arrow2 ul li:before {
  content: "\f0a9";
}
div.wpb_text_column.list__arrow3 ul li:before,
.list.list__arrow3 ul li:before,
.job_description.list__arrow3 ul li:before {
  content: "\f061";
}
div.wpb_text_column.list__arrow4 ul li:before,
.list.list__arrow4 ul li:before,
.job_description.list__arrow4 ul li:before {
  content: "\f0da";
}
div.wpb_text_column.list__check ul li:before,
.list.list__check ul li:before,
.job_description.list__check ul li:before {
  content: "\f00c";
}
div.wpb_text_column.list__star ul li:before,
.list.list__star ul li:before,
.job_description.list__star ul li:before {
  content: "\f005";
}
dl {
  padding-bottom: 0.5em;
}
dl dt {
  margin-bottom: 0.25em;
}
dl dd {
  margin-bottom: 1em;
}
.dl-horizontal dt {
  width: 90px;
  padding-right: 10px;
  text-align: left;
  font-weight: 300;
  color: #3b363a;
  padding-bottom: 10px;
}
.dl-horizontal dd {
  margin-left: 100px;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .dl-horizontal dt {
    width: auto;
    padding-bottom: 0;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
}
/*
// #Thumbnails
// --------------------------------------------------
*/
.thumbnail {
  background-color: #fff;
  border: 3px solid #efefef;
  border-radius: 3px;
  padding: 0;
  transition: all 0.2s ease-in-out;
}
.thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #d2d2d2;
}
.thumbnail .caption {
  color: #3b363a;
}
.alignleft,
.alignright,
.alignnone,
.aligncenter,
.gallery-icon {
  text-align: center;
}
.alignleft img,
.alignright img,
.alignnone img,
.aligncenter img,
.gallery-icon img,
img.alignleft,
img.alignright,
img.alignnone,
img.aligncenter,
img.gallery-icon {
  background-color: #fff;
  border: 3px solid #efefef;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .alignleft img,
  .alignright img,
  .alignnone img,
  .aligncenter img,
  .gallery-icon img,
  img.alignleft,
  img.alignright,
  img.alignnone,
  img.aligncenter,
  img.gallery-icon {
    float: none !important;
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 767px) {
  .alignleft:before,
  .alignright:before,
  .alignnone:before,
  .aligncenter:before,
  .gallery-icon:before,
  .alignleft:after,
  .alignright:after,
  .alignnone:after,
  .aligncenter:after,
  .gallery-icon:after {
    content: " ";
    display: table;
  }
  .alignleft:after,
  .alignright:after,
  .alignnone:after,
  .aligncenter:after,
  .gallery-icon:after {
    clear: both;
  }
}
.alignleft .img-circle,
.alignright .img-circle,
.alignnone .img-circle,
.aligncenter .img-circle,
.gallery-icon .img-circle {
  border-radius: 50%;
}
.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 20px;
}
.aligncenter {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.aligncenter img {
  margin: 0 auto 20px auto;
}
.alignnone {
  margin: 0 0 20px 0;
}
.hovered-img {
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 5px;
  transition: 0.2s;
}
.hovered-img img {
  max-width: 100%;
  height: auto;
}
.hovered-img:hover {
  background: #fff;
  border-color: #ebebeb;
}
/* Image Box (used on Home Page) */
.img-box {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.img-box:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  border-radius: 50%;
  background: #ff3200;
  width: 240px;
  height: 240px;
  margin: 0 0 0 -120px;
  z-index: 1;
}
@media (min-width: 480px) {
  .img-box:before {
    width: 360px;
    height: 360px;
    margin: 0 0 0 -180px;
  }
}
.img-box:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  width: 200px;
  height: 200px;
  margin: 0 0 0 -100px;
  z-index: 1;
}
@media (min-width: 480px) {
  .img-box:after {
    width: 316px;
    height: 316px;
    margin: 0 0 0 -158px;
    top: 50px;
  }
}
.img-box img {
  display: inline-block;
  position: relative;
  z-index: 2;
  max-width: 85%;
  height: auto;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .img-box img {
    max-width: 100%;
  }
}
.img-raw img {
  border: none;
  background: none;
  padding: 0;
  border-radius: 0;
}
/* Video Holder */
.video-holder {
  background-color: #fff;
  border: 3px solid #efefef;
  border-radius: 3px;
  padding: 0;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}
.video-holder p {
  margin-bottom: 0;
}
/*
// #Social Links
// --------------------------------------------------
*/
.social-links-txt {
  display: none;
  margin-right: 12px;
}
@media (min-width: 768px) {
  .social-links-txt {
    display: inline-block;
  }
}
.social-links {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin: 0;
}
.social-links > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.social-links > li {
  display: inline;
  vertical-align: top;
  display: inline-block;
  padding: 0;
}
.social-links > li + li {
  margin-left: 3px;
}
.social-links > li > a {
  display: inline-block;
  font-size: 18px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  transition: 0.2s;
  margin: 0 2px;
}
.social-links > li > a:hover {
  background: #ff3200;
  color: #fff;
  transition: none;
}
.social-links__dark > li > a {
  background: rgba(0, 0, 0, 0.2);
}
.social-links__light > li > a {
  color: rgba(0, 0, 0, 0.4);
}
.social-links__light > li > a:hover {
  color: #fff;
}
.social-links__primary > li > a {
  background: #ff3200;
  border: 1px solid #ff3200;
  color: #fff;
}
.social-links__primary > li > a:hover {
  background: #fff;
  border-color: #fff;
  color: #ff3200;
  transition: 0.2s;
}
.social-navigation a:before {
  content: "\f08e";
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  pointer-events: none;
  vertical-align: baseline;
}
.social-navigation.social-navigation__lg a:before {
  font-size: 18px;
}
.social-navigation a[href*="500px.com"]:before {
  content: "\f26e";
}
.social-navigation a[href*="behance.net"]:before {
  content: "\f1b4";
}
.social-navigation a[href*="bitbucket.org"]:before {
  content: "\f171";
}
.social-navigation a[href*="codepen.io"]:before {
  content: "\f1cb";
}
.social-navigation a[href*="digg.com"]:before {
  content: "\f1a6";
}
.social-navigation a[href*="dribbble.com"]:before {
  content: "\f17d";
}
.social-navigation a[href*="dropbox.com"]:before {
  content: "\f16b";
}
.social-navigation a[href*="facebook.com"]:before {
  content: "\f09a";
}
.social-navigation a[href*="flickr.com"]:before {
  content: "\f16e";
}
.social-navigation a[href*="foursquare.com"]:before {
  content: "\f180";
}
.social-navigation a[href*="plus.google.com"]:before {
  content: "\f0d5";
}
.social-navigation a[href*="github.com"]:before {
  content: "\f09b";
}
.social-navigation a[href*="instagram.com"]:before {
  content: "\f16d";
}
.social-navigation a[href*="last.fm"]:before {
  content: "\f202";
}
.social-navigation a[href*="linkedin.com"]:before {
  content: "\f0e1";
}
.social-navigation a[href*="medium.com"]:before {
  content: "\f23a";
}
.social-navigation a[href*="ok.ru"]:before {
  content: "\f263";
}
.social-navigation a[href*="pinterest.com"]:before {
  content: "\f231";
}
.social-navigation a[href*="getpocket.com"]:before {
  content: "\f265";
}
.social-navigation a[href*="reddit.com"]:before {
  content: "\f1a1";
}
.social-navigation a[href*="skype.com"]:before {
  content: "\f17e";
}
.social-navigation a[href*="stumbleupon.com"]:before {
  content: "\f1a4";
}
.social-navigation a[href*="tumblr.com"]:before {
  content: "\f173";
}
.social-navigation a[href*="twitter.com"]:before {
  content: "\f099";
}
.social-navigation a[href*="vimeo.com"]:before {
  content: "\f27d";
}
.social-navigation a[href*="vk.com"]:before {
  content: "\f189";
}
.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
  content: "\f19a";
}
.social-navigation a[href*="yelp."]:before {
  content: "\f1e9";
}
.social-navigation a[href*="youtube.com"]:before {
  content: "\f167";
}
.social-navigation a[href^="mailto:"]:before {
  content: "\f0e0";
}
.social-navigation a[href*="spotify.com"]:before {
  content: "\f1bc";
}
.social-navigation a[href*="twitch.tv"]:before {
  content: "\f1e8";
}
.social-navigation a[href$="/feed/"]:before {
  content: "\f09e";
}
.social-navigation .resume-file-at a::before {
  content: "\f15c" !important;
}
/*
// #Forms
// --------------------------------------------------
*/
legend {
  line-height: 1.2em;
  padding: 2.5em 0 0.25em 0;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  color: #3b363a;
  font-weight: normal;
}
.input-text,
.cleanlogin-form input[type="text"],
.cleanlogin-form input[type="password"],
.cleanlogin-form input[type="email"],
.rwp-ratings-form input[type="text"],
.rwp-ratings-form input[type="email"],
.rwp-ratings-form textarea {
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: none;
  padding-left: 18px;
  padding-right: 18px;
  border-radius: 4px;
  height: 46px;
  padding: 12px 18px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 6px;
}
.input-text:focus,
.cleanlogin-form input[type="text"]:focus,
.cleanlogin-form input[type="password"]:focus,
.cleanlogin-form input[type="email"]:focus,
.rwp-ratings-form input[type="text"]:focus,
.rwp-ratings-form input[type="email"]:focus,
.rwp-ratings-form textarea:focus {
  border-color: #dfdfdf;
  outline: 0;
  box-shadow: inset 0 0 0 3px rgba(223, 223, 223, 0.4);
}
select.input-text,
select.cleanlogin-form input[type="text"],
select.cleanlogin-form input[type="password"],
select.cleanlogin-form input[type="email"],
select.rwp-ratings-form input[type="text"],
select.rwp-ratings-form input[type="email"],
select.rwp-ratings-form textarea {
  height: 46px;
  line-height: 46px;
}
textarea.input-text,
textarea.cleanlogin-form input[type="text"],
textarea.cleanlogin-form input[type="password"],
textarea.cleanlogin-form input[type="email"],
textarea.rwp-ratings-form input[type="text"],
textarea.rwp-ratings-form input[type="email"],
textarea.rwp-ratings-form textarea,
select[multiple].input-text,
select[multiple].cleanlogin-form input[type="text"],
select[multiple].cleanlogin-form input[type="password"],
select[multiple].cleanlogin-form input[type="email"],
select[multiple].rwp-ratings-form input[type="text"],
select[multiple].rwp-ratings-form input[type="email"],
select[multiple].rwp-ratings-form textarea {
  height: auto;
}
.form-control {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: none;
  padding-left: 18px;
  padding-right: 18px;
  border-radius: 4px;
}
.form-control:focus {
  border-color: #dfdfdf;
  outline: 0;
  box-shadow: inset 0 0 0 3px rgba(223, 223, 223, 0.4);
}
.form-group {
  margin-bottom: 20px;
}
.form-group.form-grop__icon {
  position: relative;
}
.form-group.form-grop__icon .entypo,
.form-group.form-grop__icon .fa {
  display: block;
  position: absolute;
  z-index: 1;
  right: 12px;
  bottom: 12px;
  font-size: 18px;
}
.form-group.form-grop__icon input[type="text"],
.form-group.form-grop__icon input[type="email"],
.form-group.form-grop__icon input[type="password"],
.form-group.form-grop__icon input[type="tel"],
.form-group.form-grop__icon input[type="url"],
.form-group.form-grop__icon textarea {
  padding-right: 40px;
}
.required {
  color: #e74c3c;
}
label.error {
  color: #a94442;
}
.select-style {
  display: block;
  border: 1px solid #dfdfdf;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
.select-style:after {
  content: "\f0dd";
  display: block;
  position: absolute;
  right: 15px;
  top: 8px;
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #8c8c8c;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  pointer-events: none;
}
.select-style select {
  padding: 5px 16px;
  width: 100%;
  max-width: 100% !important;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* ------------------------------------  */
/* START OF UGLY BROWSER-SPECIFIC HACKS */
/* ----------------------------------  */
/* IE 10/11+ - This hides native dropdown button arrow so it will have the custom appearance, IE 9 and earlier get a native select - targeting media query hack via http://browserhacks.com/#hack-28f493d247a12ab654f6c3637f6978d5 - looking for better ways to achieve this targeting */
/* The second rule removes the odd blue bg color behind the text in the select button in IE 10/11 and sets the text color to match the focus style's - fix via http://stackoverflow.com/questions/17553300/change-ie-background-color-on-unopened-focused-select-box */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .select-style select::-ms-expand {
    display: none;
  }
  .select-style select:focus::-ms-value {
    background: transparent;
    color: #222;
  }
}
/* FIREFOX won't let us hide the native select arrow, so we have to make it wider than needed and clip it via overflow on the parent container. The percentage width is a fallback since FF 4+ supports calc() so we can just add a fixed amount of extra width to push the native arrow out of view. We're applying this hack across all FF versions because all the previous hacks were too fragile and complex. You might want to consider not using this hack and using the native select arrow in FF. Note this makes the menus wider than the select button because they display at the specified width and aren't clipped. Targeting hack via http://browserhacks.com/#hack-758bff81c5c32351b02e10480b5ed48e */
/* Show only the native arrow */
@-moz-document url-prefix() {
  .select-style {
    overflow: hidden;
  }
  .select-style select {
    width: 120%;
    width: calc(100% em);
  }
}
/* Firefox focus has odd artifacts around the text, this kills that. See https://developer.mozilla.org/en-US/docs/Web/CSS/:-moz-focusring */
.select-style select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
/* ------------------------------------  */
/*  END OF UGLY BROWSER-SPECIFIC HACKS  */
/* ------------------------------------  */
.select-style select:focus {
  outline: none;
}
/* Radio Button */
.radio__custom {
  margin-left: 20px;
}
.radio__custom label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 5px;
}
.radio__custom label:before {
  position: absolute;
  top: 3px;
  left: -20px;
  display: inline-block;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}
.radio__custom input[type="radio"] {
  display: none;
}
.radio__custom input[type="radio"]:checked + span:before {
  position: absolute;
  top: 8px;
  left: -15px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff3200;
  content: "";
}
.radio__custom.radio__style2 label:before {
  background: #ff3200;
  border-color: #e62d00;
}
.radio__custom.radio__style2 input[type="radio"]:checked + span:before {
  background: #fff;
}
.radio__custom.radio__style3 input[type="radio"]:checked + span:before {
  background: #3b363a;
}
.radio__custom.radio__style4 label:before {
  border-color: #ff3200;
}
.radio__custom.radio__style4 input[type="radio"]:checked + span:before {
  background: #ff3200;
}
/* Checkbox */
.checkbox__custom {
  margin-left: 20px;
}
.checkbox__custom label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 5px;
}
.checkbox__custom label:before {
  position: absolute;
  top: 3px;
  left: -20px;
  display: inline-block;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  content: "";
}
.checkbox__custom input[type="checkbox"] {
  display: none;
}
.checkbox__custom input[type="checkbox"]:checked + span:before {
  position: absolute;
  top: 0;
  left: -18px;
  display: block;
  content: "";
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #ff3200;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.checkbox__custom.checkbox__style2 label:before {
  background: #ff3200;
  border-color: #e62d00;
}
.checkbox__custom.checkbox__style2 input[type="checkbox"]:checked + span:before {
  color: #fff;
}
.checkbox__custom.checkbox__style3 input[type="checkbox"]:checked + span:before {
  color: #3b363a;
}
.checkbox__custom.checkbox__style4 label:before {
  border-color: #ff3200;
}
.checkbox__custom.checkbox__style4 input[type="checkbox"]:checked + span:before {
  color: #ff3200;
}
.checkbox__custom.checkbox__lg label {
  padding-left: 10px;
}
.checkbox__custom.checkbox__lg label:before {
  top: 6px;
}
/*
// #Tabs
// --------------------------------------------------
*/
.tabs .nav-tabs,
.woocommerce-tabs .nav-tabs,
.tabs .tabs,
.woocommerce-tabs .tabs {
  border-bottom: none;
  overflow: visible !important;
  padding: 0 !important;
  margin: 0 !important;
}
.tabs .nav-tabs:before,
.woocommerce-tabs .nav-tabs:before,
.tabs .tabs:before,
.woocommerce-tabs .tabs:before {
  display: none !important;
}
.tabs .nav-tabs > li,
.woocommerce-tabs .nav-tabs > li,
.tabs .tabs > li,
.woocommerce-tabs .tabs > li {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.tabs .nav-tabs > li:before,
.woocommerce-tabs .nav-tabs > li:before,
.tabs .tabs > li:before,
.woocommerce-tabs .tabs > li:before,
.tabs .nav-tabs > li:after,
.woocommerce-tabs .nav-tabs > li:after,
.tabs .tabs > li:after,
.woocommerce-tabs .tabs > li:after {
  display: none;
}
@media (max-width: 767px) {
  .tabs .nav-tabs > li,
  .woocommerce-tabs .nav-tabs > li,
  .tabs .tabs > li,
  .woocommerce-tabs .tabs > li {
    width: 100%;
    float: none;
    margin-bottom: 2px;
  }
  .tabs .nav-tabs > li > a,
  .woocommerce-tabs .nav-tabs > li > a,
  .tabs .tabs > li > a,
  .woocommerce-tabs .tabs > li > a {
    margin-right: 0 !important;
  }
  .tabs .nav-tabs > li.active > a,
  .woocommerce-tabs .nav-tabs > li.active > a,
  .tabs .tabs > li.active > a,
  .woocommerce-tabs .tabs > li.active > a {
    border-bottom: 2px solid #dcdcdc !important;
  }
}
.tabs .nav-tabs > li > a,
.woocommerce-tabs .nav-tabs > li > a,
.tabs .tabs > li > a,
.woocommerce-tabs .tabs > li > a {
  background: #f2f2f2;
  border-left: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7;
  border-bottom: none !important;
  border-radius: 0;
  padding: 12px 20px !important;
  color: #6d6d6d;
  position: relative;
  margin: 0 2px 0 0 !important;
}
.tabs .nav-tabs > li > a:after,
.woocommerce-tabs .nav-tabs > li > a:after,
.tabs .tabs > li > a:after,
.woocommerce-tabs .tabs > li > a:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 3px;
}
.tabs .nav-tabs > li > a:before,
.woocommerce-tabs .nav-tabs > li > a:before,
.tabs .tabs > li > a:before,
.woocommerce-tabs .tabs > li > a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
}
.tabs .nav-tabs > li > a:hover,
.woocommerce-tabs .nav-tabs > li > a:hover,
.tabs .tabs > li > a:hover,
.woocommerce-tabs .tabs > li > a:hover {
  border-color: #f7f7f7;
}
.tabs .nav-tabs > li > a .fa,
.woocommerce-tabs .nav-tabs > li > a .fa,
.tabs .tabs > li > a .fa,
.woocommerce-tabs .tabs > li > a .fa,
.tabs .nav-tabs > li > a .entypo,
.woocommerce-tabs .nav-tabs > li > a .entypo,
.tabs .tabs > li > a .entypo,
.woocommerce-tabs .tabs > li > a .entypo {
  margin-right: 6px;
}
.tabs .nav-tabs > li.active > a,
.woocommerce-tabs .nav-tabs > li.active > a,
.tabs .tabs > li.active > a,
.woocommerce-tabs .tabs > li.active > a {
  color: #ff3200;
  border-left-color: #ebebeb;
  border-right-color: #ebebeb;
  background: #fff;
}
.tabs .nav-tabs > li.active > a:after,
.woocommerce-tabs .nav-tabs > li.active > a:after,
.tabs .tabs > li.active > a:after,
.woocommerce-tabs .tabs > li.active > a:after {
  background: #ff3200;
}
.tabs .nav-tabs > li.active > a:before,
.woocommerce-tabs .nav-tabs > li.active > a:before,
.tabs .tabs > li.active > a:before,
.woocommerce-tabs .tabs > li.active > a:before {
  background: #fff;
}
.tabs .nav-tabs > li.active > a:hover,
.woocommerce-tabs .nav-tabs > li.active > a:hover,
.tabs .tabs > li.active > a:hover,
.woocommerce-tabs .tabs > li.active > a:hover {
  border-bottom-color: #fff;
}
.tabs .tab-content,
.woocommerce-tabs .tab-content,
.tabs .panel,
.woocommerce-tabs .panel {
  padding: 30px 28px !important;
  border-radius: 0;
  border: 1px solid #ebebeb;
  background: #fff;
}
.tabs .tab-content:before,
.woocommerce-tabs .tab-content:before,
.tabs .panel:before,
.woocommerce-tabs .panel:before,
.tabs .tab-content:after,
.woocommerce-tabs .tab-content:after,
.tabs .panel:after,
.woocommerce-tabs .panel:after {
  content: " ";
  display: table;
}
.tabs .tab-content:after,
.woocommerce-tabs .tab-content:after,
.tabs .panel:after,
.woocommerce-tabs .panel:after {
  clear: both;
}
.tabs .tab-content p:last-child,
.woocommerce-tabs .tab-content p:last-child,
.tabs .panel p:last-child,
.woocommerce-tabs .panel p:last-child {
  margin-bottom: 0;
}
/*
// #Tables
// --------------------------------------------------
*/
table {
  width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse !important;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border: 1px solid #ebebeb;
}
table td,
table th {
  padding: 14px;
}
table,
.table {
  width: 100%;
}
table > thead > tr > th,
.table > thead > tr > th,
table > thead > tr > td,
.table > thead > tr > td {
  padding: 14px;
  background: #3b363a;
  color: #fff;
  border-bottom: none;
  font-size: 16px;
  font-weight: 400;
}
table > tbody > tr > td,
.table > tbody > tr > td {
  padding: 14px;
}
.table {
  width: 100%;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border: none;
}
.table table {
  margin-bottom: 0;
}
.table-bordered {
  border: 1px solid #dfdfdf;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dfdfdf;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f2f2f2;
}
/*
// #Accordion
// --------------------------------------------------
*/
.panel-group {
  margin-bottom: 0;
}
.panel-group .panel {
  border-radius: 3px;
}
.panel-group .panel + .panel,
.panel-group .panel + p + p + .panel {
  margin-top: 10px;
}
.panel-group .panel:first-child {
  border-radius: 3px;
}
.panel-group .panel:last-child {
  border-radius: 3px;
}
.panel-group .panel-heading {
  border-bottom: 0;
  padding: 0;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-title {
  text-transform: none;
  padding: 0;
  border-color: #ebebeb;
}
.panel-group .panel-title > a {
  display: block;
  padding: 14px 40px 14px 20px;
  color: #fff;
  font-weight: 300;
  background: #ff3200;
  transition: 0.2s;
  position: relative;
}
.panel-group .panel-title > a:before {
  display: block;
  position: absolute;
  right: 17px;
  top: 16px;
  content: "\f068";
  font-family: 'FontAwesome';
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.panel-group .panel-title > a.collapsed {
  color: #6d6d6d;
  background: #fff;
  border-color: #ebebeb;
}
.panel-group .panel-title > a.collapsed:before {
  color: #c7c7c7;
  content: "\f067";
}
.panel-group .panel-title > a.collapsed:hover {
  background: #ececec;
  text-decoration: none;
}
.panel-group .panel-title > a:hover {
  text-decoration: none;
}
.panel-group .panel-body {
  padding: 20px 28px;
  background: #fff;
}
.panel-group .panel-body p:last-child {
  margin-bottom: 0;
}
.panel-group__alt .panel-title > a {
  display: block;
  padding: 14px 20px 14px 70px;
  background: #fff;
}
.panel-group__alt .panel-title > a:before {
  right: auto;
  left: -1px;
  top: -1px;
  width: 48px;
  line-height: 47px;
  border-radius: 2px;
  text-align: center;
  border: 1px solid #ebebeb;
  background: #ff3200;
}
.panel-group__alt .panel-title > a.collapsed:before {
  background: #fff;
  color: #c7c7c7;
  content: "\f067";
}
.panel-group__alt .panel-title > a.collapsed:hover {
  background: #ececec;
  text-decoration: none;
}
.panel-default {
  border-color: #ebebeb;
}
.panel-default > .panel-heading {
  color: #8c8c8c;
  background-color: #fff;
  border-color: #ebebeb;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebebeb;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebebeb;
}
/*
// #Call to Action
// --------------------------------------------------
*/
.call-to-action {
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 40px 30px;
  text-align: center;
}
.call-to-action .cta-inner {
  display: table;
  width: 100%;
}
.page-content .page .call-to-action:last-child {
  margin-bottom: -64px;
  border-bottom: none;
}
@media (min-width: 992px) {
  .call-to-action {
    text-align: left;
  }
}
.call-to-action .cta-txt {
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .call-to-action .cta-txt {
    display: table-cell;
    margin-bottom: 0;
    width: 70%;
  }
}
.call-to-action .cta-txt p:last-child {
  margin-bottom: 0;
}
.call-to-action .cta-btn {
  display: block;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .call-to-action .cta-btn {
    display: table-cell;
    padding-left: 30px;
    text-align: right;
    width: 30%;
  }
}
.call-to-action h2 {
  text-transform: none;
  margin-bottom: 0.25em;
}
.call-to-action.centered {
  text-align: center !important;
}
.call-to-action.centered .cta-txt {
  display: block;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .call-to-action.centered .cta-txt {
    display: block;
    width: 100%;
  }
}
.call-to-action.centered .cta-btn {
  display: block;
  padding-left: 0;
  text-align: center;
  padding: 0;
}
@media (min-width: 992px) {
  .call-to-action.centered .cta-btn {
    display: block;
    width: 100%;
  }
}
.call-to-action.cta__fullwidth {
  margin: 0 -50%;
  padding: 70px 50%;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-attachment: fixed;
  background-size: cover;
}
.call-to-action.cta__fullwidth .cta-txt {
  position: relative;
  z-index: 2;
}
.call-to-action.cta__fullwidth .cta-txt h2 {
  font-size: 3em;
}
.call-to-action.cta__fullwidth .cta-txt p {
  font-size: 1.2em;
}
.call-to-action.cta__fullwidth .cta-btn {
  padding-top: 1.5em;
  position: relative;
  z-index: 2;
}
.call-to-action.cta__overlay {
  position: relative;
  z-index: 1;
}
.call-to-action.cta__overlay:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.call-to-action.cta__overlay .cta-inner {
  position: relative;
  z-index: 2;
}
.call-to-action.cta__overlay.cta__overlay-opacity-25:before {
  opacity: 0.25;
  filter: alpha(opacity=25);
}
.call-to-action.cta__overlay.cta__overlay-opacity-50:before {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.call-to-action.cta__overlay.cta__overlay-opacity-75:before {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.call-to-action.cta__overlay.cta__overlay-opacity-85:before {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.call-to-action.cta__overlay.cta__overlay-opacity-95:before {
  opacity: 0.95;
  filter: alpha(opacity=95);
}
.call-to-action.cta__overlay.cta-overlay-color__dark .cta-txt,
.call-to-action.cta__overlay.cta-overlay-color__primary .cta-txt,
.call-to-action.cta__overlay.cta-overlay-color__secondary .cta-txt {
  color: #fff;
}
.call-to-action.cta__overlay.cta-overlay-color__dark .cta-txt h2,
.call-to-action.cta__overlay.cta-overlay-color__primary .cta-txt h2,
.call-to-action.cta__overlay.cta-overlay-color__secondary .cta-txt h2 {
  color: #fff;
}
.call-to-action.cta__overlay.cta-overlay-color__dark:before {
  background: #454545;
}
.call-to-action.cta__overlay.cta-overlay-color__light:before {
  background: #fff;
}
.call-to-action.cta__overlay.cta-overlay-color__primary:before {
  background: #ff3200;
}
.call-to-action.cta__overlay.cta-overlay-color__secondary:before {
  background: #00adef;
}
/*
// #Icon Box
// --------------------------------------------------
*/
.icon-box {
  position: relative;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .icon-box {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
.icon-box .icon {
  float: left;
  width: 72px;
  height: 72px;
  line-height: 72px;
  margin-right: 30px;
  font-size: 28px;
  text-align: center;
  background: #fff;
  color: #ff3200;
  position: relative;
  border-radius: 50%;
  box-shadow: inset 0 0 0 5px rgba(255, 50, 0, 0.3);
  transition: 0.3s;
}
@media (max-width: 991px) {
  .icon-box .icon {
    margin-right: 20px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 20px;
  }
}
.icon-box .icon:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 50%;
  top: 0;
  left: 0;
  padding: 0;
  box-shadow: 0 0 0 5px rgba(255, 50, 0, 0.1);
  transition: 0.3s;
}
.icon-box .icon:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 50%;
  top: 0;
  left: 0;
  padding: 0;
  box-shadow: 0 0 0 10px rgba(255, 50, 0, 0.05);
  transition: 0.3s;
}
.icon-box .icon:hover {
  box-shadow: inset 0 0 0 2px #ff3200;
}
.icon-box .icon:hover:before {
  box-shadow: 0 0 0 0 rgba(255, 50, 0, 0);
}
.icon-box .icon:hover:after {
  box-shadow: 0 0 0 0 rgba(255, 50, 0, 0);
}
.icon-box .icon i {
  position: relative;
  z-index: 2;
  margin: 0 0 0 2px;
}
.icon-box .icon-box-body {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.icon-box .icon-box-body h3,
.icon-box .icon-box-body h4 {
  padding-top: 6px;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .icon-box .icon-box-body h4 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .icon-box .icon-box-body h4 {
    font-size: 18px;
  }
}
/*
// #Info Banner
// --------------------------------------------------
*/
.handyman_info-banner {
  overflow: hidden;
  position: relative;
  background-size: cover;
  min-height: 150px;
}
@media (max-width: 767px) {
  .handyman_info-banner {
    height: 150px;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .handyman_info-banner {
    height: 250px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .handyman_info-banner {
    height: 280px;
  }
}
@media (min-width: 1200px) {
  .handyman_info-banner {
    height: 360px;
  }
}
.handyman_info-banner:hover .handyman_info-banner-overlay {
  background-color: rgba(59, 54, 58, 0.92);
}
.handyman_info-banner-wrap {
  padding: 20px;
  min-height: 150px;
  display: table;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .handyman_info-banner-wrap {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .handyman_info-banner-wrap {
    padding: 30px 20px;
  }
}
@media (min-width: 1199px) {
  .handyman_info-banner-wrap {
    padding: 40px 30px;
  }
}
.handyman_info-banner-inner {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
}
.handyman_info-banner-link-full {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 3;
}
.handyman_info-banner-overlay {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(59, 54, 58, 0.8);
  transition: 0.2s;
}
.handyman_info-banner-icon {
  font-size: 3em;
  margin-bottom: 24px;
  color: #ff3200;
  position: relative;
  z-index: 3;
  pointer-events: none;
}
.handyman_info-banner-title {
  position: relative;
  z-index: 3;
  pointer-events: none;
  line-height: 1.5em;
  margin-bottom: 0;
  font-family: 'Bitter', serif;
  color: #fff;
}
.handyman_info-banner-desc {
  position: relative;
  z-index: 3;
  pointer-events: none;
  margin-top: 0.75em;
  color: rgba(255, 255, 255, 0.7);
}
.handyman_info-banner-btn {
  position: relative;
  z-index: 3;
  margin-top: 2em;
}
@media (max-width: 767px) {
  .handyman_info-banner-btn {
    padding: 6px 18px;
    font-size: 0.91em;
  }
}
.handyman_info-banner-img {
  position: absolute;
  z-index: 3;
  top: 0;
  display: block;
  border: 0;
  box-shadow: none;
  max-width: none;
  width: auto !important;
  float: none;
  margin: 0 auto;
  pointer-events: none;
}
.handyman_info-align-left {
  text-align: left;
}
.handyman_info-align-right {
  text-align: right;
}
.handyman_info-align-center {
  text-align: center;
}
.handyman_job-categories .handyman_info-banner,
.handyman_resume-categories .handyman_info-banner {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .handyman_job-categories .handyman_info-banner,
  .handyman_resume-categories .handyman_info-banner {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .handyman_job-categories .handyman_info-banner .handyman_info-banner-icon,
  .handyman_resume-categories .handyman_info-banner .handyman_info-banner-icon {
    font-size: 2em;
    margin-bottom: 0.33em;
  }
}
.handyman_job-categories .handyman_info-banner .handyman_info-banner-title,
.handyman_resume-categories .handyman_info-banner .handyman_info-banner-title {
  line-height: 1.2em;
}
@media (max-width: 767px) {
  .handyman_job-categories .handyman_info-banner .handyman_info-banner-title,
  .handyman_resume-categories .handyman_info-banner .handyman_info-banner-title {
    font-size: 16px;
  }
}
/*
// #Blockquotes & Testimonial
// --------------------------------------------------
*/
@media (min-width: 992px) {
  .pullquote.left {
    width: 40%;
    margin-right: 30px;
    float: left;
  }
}
@media (min-width: 992px) {
  .pullquote.right {
    width: 40%;
    margin-left: 30px;
    float: right;
  }
}
.pullquote blockquote {
  margin-bottom: 20px;
}
blockquote {
  padding: 26px 26px 26px 70px;
  margin: 0 0 25px 0;
  font-size: 14px;
  background: #f0f0f0;
  font-style: italic;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
blockquote + cite {
  margin-top: -25px;
}
blockquote:before {
  display: block;
  position: absolute;
  left: 24px;
  top: 14px;
  font-size: 34px;
  color: #ff3200;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  content: '\e833';
  font-family: 'entypo';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
blockquote cite {
  display: block;
  padding-top: 1em;
}
blockquote + cite {
  text-align: left;
  display: inline-block;
  position: relative;
  float: right;
  padding: 20px 0 0 40px;
  color: #3b363a;
  font-weight: bold;
}
blockquote + cite:before {
  content: "—";
  margin-right: 4px;
}
blockquote + cite:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-top: 20px solid #f0f0f0;
}
blockquote + cite > span {
  color: #8f8f8f;
  display: block;
  font-weight: 300;
  padding-left: 16px;
  margin-top: -3px;
}
/* Testimonial */
.testimonial {
  position: relative;
  border-radius: 3px;
  margin: 0 0 30px 0;
}
.testimonial .testimonial-body {
  font-size: 14px;
  background: #fff;
  border: 1px solid #dfdfdf;
  padding: 26px;
  font-style: italic;
}
.testimonial .testimonial-body p:last-child {
  margin-bottom: 0;
}
.testimonial .bq-author {
  padding: 20px 0 14px 20px;
  border-radius: 0 0 4px 4px;
  font-size: 12px;
  position: relative;
}
.testimonial .bq-author:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 44px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  z-index: 2;
}
.testimonial .bq-author:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 42px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #dfdfdf;
  z-index: 1;
}
.testimonial .bq-author .author-img {
  margin: 0;
}
.testimonial .bq-author .author-img > img {
  border-radius: 50%;
  border: 3px solid #efefef;
  max-width: 66px;
  height: auto;
}
@media (min-width: 992px) {
  .testimonial .bq-author .author-img {
    float: left;
    margin: 0 16px 0 0;
  }
}
.testimonial .bq-author h6 {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #3b363a;
  margin-bottom: 0;
  padding-top: 18px;
  text-transform: uppercase;
}
.testimonial .bq-author .bq-author-info {
  font-size: 12px;
}
@media (min-width: 992px) {
  .testimonial .bq-author .rating-stars {
    float: right;
    padding-top: 25px;
  }
}
/*
// #Alerts
// --------------------------------------------------
*/
div.alert,
.wpcf7 form .wpcf7-response-output,
.job-manager-message,
.job-manager-info,
.job-manager-error,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info,
.cleanlogin-notification,
.mc4wp-alert,
.job-profile-info .job-manager-applications-applied-notice {
  padding: 20px 28px !important;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 14px;
  position: relative;
  background-image: none !important;
  box-shadow: none;
}
div.alert a,
.wpcf7 form .wpcf7-response-output a,
.job-manager-message a,
.job-manager-info a,
.job-manager-error a,
.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a,
.woocommerce-page .woocommerce-message a,
.woocommerce-page .woocommerce-error a,
.woocommerce-page .woocommerce-info a,
.cleanlogin-notification a,
.mc4wp-alert a,
.job-profile-info .job-manager-applications-applied-notice a {
  font-weight: bold;
  text-decoration: underline;
  color: inherit;
}
div.alert a:hover,
.wpcf7 form .wpcf7-response-output a:hover,
.job-manager-message a:hover,
.job-manager-info a:hover,
.job-manager-error a:hover,
.woocommerce .woocommerce-message a:hover,
.woocommerce .woocommerce-error a:hover,
.woocommerce .woocommerce-info a:hover,
.woocommerce-page .woocommerce-message a:hover,
.woocommerce-page .woocommerce-error a:hover,
.woocommerce-page .woocommerce-info a:hover,
.cleanlogin-notification a:hover,
.mc4wp-alert a:hover,
.job-profile-info .job-manager-applications-applied-notice a:hover {
  text-decoration: none;
}
.wpcf7 form .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
}
.alert-dismissable .close {
  position: absolute;
  font-size: 14px;
  right: 9px;
  top: 9px;
  color: #fff;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 2px;
  border: none;
  font-weight: normal;
  vertical-align: top;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: 0.2s;
}
.alert-dismissable .close:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.alert-dismissable .close .fa {
  display: block;
  margin: 0;
  vertical-align: top;
  line-height: 16px;
  position: relative;
  top: -1px;
}
.alert-success,
.wpcf7 form.sent .wpcf7-response-output,
.job-manager-message,
.cleanlogin-notification.success,
.mc4wp-success {
  background-color: #dff0d8;
  border-color: #d6e9c6 !important;
  color: #3c763d;
  border-width: 1px !important;
}
.alert-success hr,
.wpcf7 form.sent .wpcf7-response-output hr,
.job-manager-message hr,
.cleanlogin-notification.success hr,
.mc4wp-success hr {
  border-top-color: #c9e2b4;
}
.alert-success .alert-link,
.wpcf7 form.sent .wpcf7-response-output .alert-link,
.job-manager-message .alert-link,
.cleanlogin-notification.success .alert-link,
.mc4wp-success .alert-link {
  color: #2b542c;
}
.alert-success .close,
.wpcf7 form.sent .wpcf7-response-output .close,
.job-manager-message .close,
.cleanlogin-notification.success .close,
.mc4wp-success .close {
  background: #d6e9c6;
}
.alert-info,
.wpcf7 form.spam .wpcf7-response-output,
.job-manager-info,
.woocommerce .woocommerce-info,
.mc4wp-notice,
.job-profile-info .job-manager-applications-applied-notice {
  background-color: #d9edf7;
  border-color: #bce8f1 !important;
  color: #31708f;
  border-width: 1px !important;
}
.alert-info hr,
.wpcf7 form.spam .wpcf7-response-output hr,
.job-manager-info hr,
.woocommerce .woocommerce-info hr,
.mc4wp-notice hr,
.job-profile-info .job-manager-applications-applied-notice hr {
  border-top-color: #a7e1ed;
}
.alert-info .alert-link,
.wpcf7 form.spam .wpcf7-response-output .alert-link,
.job-manager-info .alert-link,
.woocommerce .woocommerce-info .alert-link,
.mc4wp-notice .alert-link,
.job-profile-info .job-manager-applications-applied-notice .alert-link {
  color: #245269;
}
.alert-info .close,
.wpcf7 form.spam .wpcf7-response-output .close,
.job-manager-info .close,
.woocommerce .woocommerce-info .close,
.mc4wp-notice .close,
.job-profile-info .job-manager-applications-applied-notice .close {
  background: #bce8f1;
}
.alert-warning,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: #fcf8e3;
  border-color: #faebcc !important;
  color: #8a6d3b;
  border-width: 1px !important;
}
.alert-warning hr,
.wpcf7 form.invalid .wpcf7-response-output hr,
.wpcf7 form.unaccepted .wpcf7-response-output hr {
  border-top-color: #f8e2b5;
}
.alert-warning .alert-link,
.wpcf7 form.invalid .wpcf7-response-output .alert-link,
.wpcf7 form.unaccepted .wpcf7-response-output .alert-link {
  color: #66512c;
}
.alert-warning .close,
.wpcf7 form.invalid .wpcf7-response-output .close,
.wpcf7 form.unaccepted .wpcf7-response-output .close {
  background: #faebcc;
}
.alert-danger,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.job-manager-error,
.cleanlogin-notification.error,
.mc4wp-error {
  background-color: #f2dede;
  border-color: #ebccd1 !important;
  color: #a94442;
  border-width: 1px !important;
}
.alert-danger hr,
.wpcf7 form.failed .wpcf7-response-output hr,
.wpcf7 form.aborted .wpcf7-response-output hr,
.job-manager-error hr,
.cleanlogin-notification.error hr,
.mc4wp-error hr {
  border-top-color: #e4bac0;
}
.alert-danger .alert-link,
.wpcf7 form.failed .wpcf7-response-output .alert-link,
.wpcf7 form.aborted .wpcf7-response-output .alert-link,
.job-manager-error .alert-link,
.cleanlogin-notification.error .alert-link,
.mc4wp-error .alert-link {
  color: #843534;
}
.alert-danger .close,
.wpcf7 form.failed .wpcf7-response-output .close,
.wpcf7 form.aborted .wpcf7-response-output .close,
.job-manager-error .close,
.cleanlogin-notification.error .close,
.mc4wp-error .close {
  background: #ebccd1;
}
/*
// #Dropcaps
// --------------------------------------------------
*/
.dropcap {
  display: inline-block;
  float: left;
  margin-right: 20px;
  width: 60px;
  height: 60px;
  color: #ff3200;
  text-align: center;
  font-size: 42px;
  line-height: 42px;
  line-height: 54px;
  font-weight: bold;
  font-family: 'Bitter', serif;
  font-weight: 400;
  border: 1px solid #ff3200;
}
.dropcap.dropcap__rounded {
  width: 58px;
  height: 58px;
  border: 3px solid #ff3200;
  border-radius: 50%;
  background-color: #fff;
  color: #ff3200;
  font-size: 30px;
  line-height: 50px;
}
/*
// #Counter
// --------------------------------------------------
*/
.counter-holder {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .counter-holder {
    margin-bottom: 0;
  }
}
.counter-holder .counter-info {
  display: block;
  font-size: 18px;
  line-height: 1.2em;
  padding-top: 0.2em;
}
.counter-holder .counter-info-inner {
  text-transform: uppercase;
  font-size: 14px;
}
.counter-holder .counter {
  display: block;
  font-size: 42px;
  line-height: 1.2em;
  font-weight: bold;
}
.counter-holder .counter-icon {
  display: block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  margin: 0 auto 15px auto;
  position: relative;
  transition: 0.2s;
}
.counter-holder .counter-icon i {
  display: inline-block;
  position: relative;
  z-index: 3;
  font-size: 3em;
  line-height: 120px;
}
.counter-holder .counter-icon:before {
  position: relative;
  z-index: 2;
}
.counter-holder .counter-icon:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  transition: 0.2s;
}
.counter-holder .counter,
.counter-holder .counter-icon {
  color: #3b363a;
}
.counter-holder .counter-icon {
  background: #fff;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.04);
}
.counter-holder .counter-icon:after {
  background-repeat: repeat-x;
  background-image: linear-gradient(135deg, #ff3200, #ff9980);
  transform: translate3d(-10px, -10px, 0);
}
.counter-holder .counter-icon:hover {
  color: #fff;
}
.counter-holder .counter-icon:hover:after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/*
// #FAQ's
// --------------------------------------------------
*/
.faq-item {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.faq-item:before,
.faq-item:after {
  content: " ";
  display: table;
}
.faq-item:after {
  clear: both;
}
.faq-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.faq-item .faq-question,
.faq-item .faq-answer {
  display: table;
}
.faq-item .faq-question .dropcap,
.faq-item .faq-answer .dropcap {
  display: table-cell;
  vertical-align: middle;
}
.faq-item .faq-question .dropcap-txt,
.faq-item .faq-answer .dropcap-txt {
  display: table-cell;
  vertical-align: middle;
}
.faq-item .faq-question .dropcap-txt p:last-child,
.faq-item .faq-answer .dropcap-txt p:last-child {
  margin-bottom: 0;
}
.faq-item .faq-question {
  margin-bottom: 20px;
}
.faq-item .faq-answer {
  padding-bottom: 30px;
}
/*
// #Pricing Tables
// --------------------------------------------------
*/
/* Default */
.pricing-table {
  border: 1px solid #ebebeb;
  margin: 0 -16px 0 -15px;
  background: #fff;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .pricing-table {
    margin-bottom: 0;
  }
}
.pricing-table .pricing-head {
  padding: 0 0 24px 0;
}
.pricing-table .pricing-head h3 {
  background: #3b363a;
  line-height: 64px;
  margin: 0;
  color: #fff;
  position: relative;
  margin: -1px -1px 24px -1px;
  border: 1px solid #3f3f3f;
}
.pricing-table .pricing-head .price {
  font-size: 60px;
  display: block;
  line-height: 1em;
  color: #3b363a;
  font-family: 'Lato', sans-serif;
  position: relative;
  padding: 0 0 0 20px;
  text-indent: -20px;
}
.pricing-table .pricing-head .price sup {
  font-size: 18px;
  vertical-align: top;
  position: absolute;
  top: 0;
  margin: 14px 0 0 0;
}
.pricing-table .pricing-head small {
  font-size: 14px;
  color: #ebebeb;
}
.pricing-table .pricing-body ul {
  padding-left: 0;
  list-style: none;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0;
}
.pricing-table .pricing-body ul > li {
  border-top: 1px solid #ebebeb;
  padding: 10px;
}
.pricing-table .pricing-body ul > li:nth-child(odd) {
  background: #f7f7f7;
}
.pricing-table .pricing-body .pricing-desc {
  font-style: italic;
  margin-bottom: 3em;
  margin-top: -15px;
}
.pricing-table .pricing-footer {
  padding: 30px 10px;
}
.pricing-table.popular {
  position: relative;
  z-index: 2;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.12);
}
.pricing-table.popular .pricing-head h3 {
  background: #ff3200;
  border-color: #ff3200;
}
@media (min-width: 992px) {
  .pricing-table.popular .pricing-head h3 {
    margin: -27px 0 24px 0;
    font-size: 24px;
    line-height: 90px;
  }
}
@media (min-width: 992px) {
  .pricing-table.popular .pricing-footer {
    padding: 30px 10px 50px 10px;
  }
}
/* Style 2 */
.pricing-table__style2 {
  border-radius: 6px;
  margin: 0 0 30px 0;
}
.pricing-table__style2 .pricing-head .circled {
  position: relative;
  margin: 30px auto 40px auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #3b363a;
  color: #fff;
  text-align: center;
  display: table;
}
.pricing-table__style2 .pricing-head .circled:after {
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  display: block;
  border-radius: 50%;
  background: #3b363a;
  content: "";
  opacity: 0.1;
  filter: alpha(opacity=10);
  z-index: 1;
}
.pricing-table__style2 .pricing-head .circled .circled-inner {
  position: relative;
  z-index: 2;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.pricing-table__style2 .pricing-head .circled .price {
  color: #fff;
  font-size: 32px;
  line-height: 1em;
}
.pricing-table__style2 .pricing-head .circled small {
  color: #fff;
}
.pricing-table__style2 .pricing-head h3 {
  background: none;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  line-height: 1.2em;
  border: none;
}
.pricing-table__style2.popular {
  box-shadow: none;
}
.pricing-table__style2.popular .pricing-head .circled {
  background: #ff3200;
}
.pricing-table__style2.popular .pricing-head .circled:after {
  background: #ff3200;
}
.pricing-table__style2.popular .pricing-head h3 {
  background: none !important;
  line-height: 1.3em;
  border: none;
  color: #ff3200;
}
@media (min-width: 992px) {
  .pricing-table__style2.popular .pricing-head h3 {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .pricing-table__style2.popular .pricing-footer {
    padding: 30px 10px;
  }
}
/* Style 3 */
.pricing-table__style3 {
  border-radius: 6px;
  margin: 80px 0 30px 0;
}
.pricing-table__style3 .pricing-head .circled {
  position: relative;
  margin: -70px auto 40px auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #ff3200;
  color: #fff;
  text-align: center;
  display: table;
  border: 10px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
}
.pricing-table__style3 .pricing-head .circled .circled-inner {
  position: relative;
  z-index: 2;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.pricing-table__style3 .pricing-head .circled .price {
  color: #fff;
  font-size: 32px;
  line-height: 1em;
}
.pricing-table__style3 .pricing-head .circled small {
  color: #fff;
}
.pricing-table__style3 .pricing-head h3 {
  background: none;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  line-height: 1.2em;
  border: none;
}
.pricing-table__style3.popular {
  box-shadow: none;
  background: #ff3200;
}
.pricing-table__style3.popular .pricing-head .circled {
  background: #3b363a;
}
.pricing-table__style3.popular .pricing-head h3 {
  background: none !important;
  line-height: 1.3em;
  border: none;
  color: #fff;
}
@media (min-width: 992px) {
  .pricing-table__style3.popular .pricing-head h3 {
    margin: 0;
  }
}
.pricing-table__style3.popular .pricing-body ul {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pricing-table__style3.popular .pricing-body ul > li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
.pricing-table__style3.popular .pricing-body ul > li:nth-child(odd) {
  background: rgba(0, 0, 0, 0.1);
}
.pricing-table__style3.popular .pricing-body .pricing-desc {
  color: #fff;
}
@media (min-width: 992px) {
  .pricing-table__style3.popular .pricing-footer {
    padding: 30px 10px;
  }
}
/* Style 4 */
.pricing-table__style4 {
  border-radius: 6px;
  margin: 15px 0 30px 0;
}
.pricing-table__style4 .pricing-head {
  padding-bottom: 0;
}
.pricing-table__style4 .pricing-head h3 {
  background: none;
  color: #2f2f2f;
  border: none;
  margin: 0;
}
.pricing-table__style4 .pricing-head .pricing-head-inner {
  background: #ff3200;
  padding: 15px 10px;
}
.pricing-table__style4 .pricing-head .price {
  color: #fff;
  font-size: 32px;
  display: inline-block;
}
.pricing-table__style4 .pricing-head small {
  display: inline-block;
  color: #fff;
  margin-left: -8px;
}
.pricing-table__style4 .pricing-head small:before {
  content: "/";
  display: inline-block;
  margin-right: 3px;
}
.pricing-table__style4.popular {
  box-shadow: none;
  background: #ff3200;
}
.pricing-table__style4.popular .pricing-head h3 {
  background: #ff3200;
  line-height: 64px;
  border: none;
  color: #fff;
  border-radius: 6px 6px 0 0;
}
@media (min-width: 992px) {
  .pricing-table__style4.popular .pricing-head h3 {
    margin: 0;
  }
}
.pricing-table__style4.popular .pricing-head .pricing-head-inner {
  background: #fff;
}
.pricing-table__style4.popular .pricing-head .price {
  color: #3b363a;
}
.pricing-table__style4.popular .pricing-head small {
  color: #3b363a;
}
.pricing-table__style4.popular .pricing-body ul {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pricing-table__style4.popular .pricing-body ul > li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
.pricing-table__style4.popular .pricing-body ul > li:nth-child(odd) {
  background: rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .pricing-table__style4.popular .pricing-footer {
    padding: 30px 10px;
  }
}
/*
// #Progress Bars
// --------------------------------------------------
*/
.progress {
  height: 44px;
  padding: 2px;
  margin-bottom: 24px;
  border-radius: 3px;
  background: #f5f5f5;
  box-shadow: none;
}
.progress-bar {
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  position: relative;
  text-align: right;
  padding: 0 20px;
  background: #ff3200;
  border-radius: 3px;
  box-shadow: none;
}
.progress-bar-success {
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  position: relative;
  text-align: right;
  padding: 0 20px;
  background: #67bd67;
  border-radius: 3px;
  box-shadow: none;
}
.progress-bar-info {
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  position: relative;
  text-align: right;
  padding: 0 20px;
  background: #68c5e1;
  border-radius: 3px;
  box-shadow: none;
}
.progress-bar-warning {
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  position: relative;
  text-align: right;
  padding: 0 20px;
  background: #ffb71a;
  border-radius: 3px;
  box-shadow: none;
}
.progress-bar-danger {
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  position: relative;
  text-align: right;
  padding: 0 20px;
  background: #dc2a0b;
  border-radius: 3px;
  box-shadow: none;
}
.progress-label {
  font-size: 14px;
  color: #fff;
  font-family: 'Noto Sans', sans-serif;
  float: left;
}
h6 + .progress {
  margin-top: -8px;
}
/*
// #Blog Posts shortcode
// --------------------------------------------------
*/
.posts-list .item {
  margin-bottom: 40px;
  border-bottom: none;
  padding-bottom: 0;
}
.posts-list .item .date {
  font-style: italic;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.posts-list .item .entry-thumb-wrapper.thumb_float_none {
  float: none;
  margin: 0 0 30px 0;
}
.posts-list .item .entry-thumb-wrapper.thumb_float_left {
  float: left;
  margin: 0 20px 5px 0;
}
.posts-list .item .entry-thumb-wrapper.thumb_float_right {
  float: right;
  margin: 0 0 5px 20px;
}
.posts-list .item .entry-thumb-wrapper.thumb_center {
  float: none;
  text-align: center;
  margin: 0 0 30px 0;
}
.posts-list .item .entry-thumb {
  display: inline-block;
  margin: 0;
}
.posts-list .item .entry-thumb > a {
  display: inline-block;
}
.posts-list .item .entry-thumb img {
  width: auto;
  max-width: 100%;
  height: auto;
}
/*
// #Misc
// --------------------------------------------------
*/
hr {
  border-top-color: #ebebeb;
}
hr.normal {
  margin: 40px 0;
}
hr.lg {
  margin: 60px 0;
}
hr.no-top-margin {
  margin-top: 0;
}
.hr-double {
  height: 6px;
  border-bottom: 1px solid #ebebeb;
}
.hr-double.lg {
  margin: 60px 0;
}
.wpb_gmaps_widget .wpb_wrapper {
  padding: 0 !important;
}
/* Spacers */
.spacer {
  height: 55px;
  clear: both;
}
.spacer-sm {
  height: 35px;
}
.spacer-xs {
  height: 16px;
}
.spacer-lg {
  height: 90px;
}
.spacer-xlg {
  height: 135px;
}
/* Back To Top */
#back-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  margin: 0;
  z-index: 99;
}
@media (min-width: 992px) {
  #back-top {
    right: 20px;
    bottom: 20px;
  }
}
#back-top a {
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
#back-top a .fa {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  font-size: 28px;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.2s;
}
#back-top a:hover {
  color: #3b363a;
}
#back-top a:hover .fa {
  background-color: #f4f4f4;
}
.partners-list .partners-item {
  min-height: 1px;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
.partners-list .partners-item a {
  display: block;
  transition: 0.2s;
}
.partners-list .partners-item a:hover {
  position: relative;
  z-index: 2;
}
.partners-list .partners-item img {
  width: 100%;
  height: auto;
  transition: 0.2s;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  box-shadow: none;
}
.partners-list .partners-item img:hover {
  box-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.partners-list.partners-list__cols1 > .partners-item {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .partners-list.partners-list__cols1 > .partners-item {
    float: left;
    width: 100%;
  }
}
.partners-list.partners-list__cols2 > .partners-item {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .partners-list.partners-list__cols2 > .partners-item {
    float: left;
    width: 50%;
  }
}
.partners-list.partners-list__cols3 > .partners-item {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .partners-list.partners-list__cols3 > .partners-item {
    float: left;
    width: 33.33333333%;
  }
}
.partners-list.partners-list__cols4 > .partners-item {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 50%;
}
@media (min-width: 992px) {
  .partners-list.partners-list__cols4 > .partners-item {
    width: 25%;
  }
}
.partners-list.partners-list__cols6 > .partners-item {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 33.33333%;
}
@media (min-width: 992px) {
  .partners-list.partners-list__cols6 > .partners-item {
    float: left;
    width: 16.66666667%;
  }
}
.circliful {
  position: relative;
  margin: 0 auto 30px auto;
  font-weight: bold;
}
@media (min-width: 992px) {
  .circliful {
    margin-bottom: 0;
  }
}
.circliful .circle-text {
  display: block;
  left: 0;
  right: 0;
  top: 0;
  color: #3b363a;
}
.circliful .circle-info {
  display: block;
  line-height: 50px !important;
  top: 70px;
  font-weight: normal;
}
.circliful .fa {
  position: relative;
  display: block;
  top: 48px;
  font-weight: normal;
}
.circle-text,
.circle-info,
.circle-text-half,
.circle-info-half {
  width: 100%;
  position: absolute;
  text-align: center;
  display: inline-block;
}
/* Box */
.well {
  border: 1px solid #ebebeb;
  background: #fff;
  border-radius: 0;
  padding: 30px;
  box-shadow: none;
}
/* Promobox */
.promobox {
  position: relative;
  overflow: visible !important;
  height: 1%;
}
@media (min-width: 992px) {
  .promobox {
    background: #3b363a;
    background-image: url(../images/samples/bg2.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-attachment: fixed;
    background-size: cover;
  }
}
.promobox h4 {
  color: #fff;
  position: relative;
  z-index: 3;
  font-family: 'Noto Sans', sans-serif;
  font-weight: bold;
  padding: 30px 0 0 0;
}
.promobox h4:first-line {
  display: block;
  font-weight: normal;
}
@media (max-width: 991px) {
  .promobox h4 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .promobox h4 {
    font-size: 22px;
  }
}
.promobox .vc_column_container {
  position: relative;
  min-height: 260px;
  margin-bottom: 30px;
  background-image: url(../images/samples/bg2.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
.promobox .vc_column_container .vc_single_image-wrapper img {
  display: block;
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 0;
  max-height: 110%;
  max-width: auto;
  width: auto;
}
@media (min-width: 768px) {
  .promobox .vc_column_container .vc_single_image-wrapper img {
    max-width: 60%;
    max-height: none;
    right: 0;
  }
}
@media (min-width: 992px) {
  .promobox .vc_column_container .vc_single_image-wrapper img {
    max-width: 70%;
  }
}
@media (min-width: 1199px) {
  .promobox .vc_column_container .vc_single_image-wrapper img {
    right: 30px;
  }
}
@media (min-width: 992px) {
  .promobox .vc_column_container {
    min-height: 360px;
    margin-bottom: 0;
    background: none;
  }
}
.promobox .vc_column_container .vc_btn3 {
  position: absolute;
  left: 15px;
  bottom: 40px;
  height: 34px;
  line-height: 34px;
  padding-top: 0;
  padding-bottom: 0;
  top: auto;
  z-index: 3;
  text-transform: uppercase;
}
/* Helpers */
.container__fullw {
  width: 100%;
  padding: 0;
}
.fa-fw {
  color: #3b363a;
  margin-right: 6px;
}
.mgb-30 {
  margin-bottom: 30px;
}
.gap-10 {
  height: 10px;
  overflow: hidden;
}
.gap-20 {
  height: 20px;
  overflow: hidden;
}
.gap-30 {
  height: 30px;
  overflow: hidden;
}
.gap-40 {
  height: 40px;
  overflow: hidden;
}
.gap-50 {
  height: 50px;
  overflow: hidden;
}
.gap-60 {
  height: 60px;
  overflow: hidden;
}
.gap-70 {
  height: 70px;
  overflow: hidden;
}
.gap-80 {
  height: 80px;
  overflow: hidden;
}
.gap-90 {
  height: 90px;
  overflow: hidden;
}
.gap-90 {
  height: 90px;
  overflow: hidden;
}
.gap-100 {
  height: 100px;
  overflow: hidden;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
/* Box */
div.box {
  border: 1px solid #dfdfdf;
  background: #fff;
  padding: 30px;
  border-radius: 4px;
  width: 100%;
}
div.box:before,
div.box:after {
  content: " ";
  display: table;
}
div.box:after {
  clear: both;
}
div.box.box__color-darken {
  background: #f5f5f5;
}
.handyman-row-with-overlay .handyman-row-overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.handyman-row-with-overlay .handyman-row-overlay.handyman-row-overlay_primary {
  background-color: #ff3200;
  z-index: 1;
}
.handyman-row-with-overlay .handyman-row-overlay.handyman-row-overlay_dark {
  background-color: #3b363a;
  z-index: 1;
}
.handyman-row-with-overlay .handyman-row-overlay.handyman-row-overlay_light {
  background-color: #fff;
  z-index: 1;
}
.handyman-row-with-overlay .vc_column_container {
  position: relative;
  z-index: 2;
}
.prev-btn,
.next-btn {
  background: #ff3200;
}
.owl-theme .owl-controls .owl-buttons div:after {
  border-color: #ff3200;
}
.owl-theme .owl-pagination .owl-page.active span {
  border: 3px solid #ff3200;
}
.owl-theme .owl-pagination .owl-page span:hover,
.owl-theme .owl-pagination .owl-page span:focus {
  border-width: 3px;
  border-color: #ff3200;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
/*# sourceMappingURL=theme-elements.css.map */