/*
  Theme Name: Sell My Fire Damaged House
  Theme URI: http://twitter.com/alexngerman/
  Description: This is a custom hand-coded Genesis child theme for Sell My Fire Damaged House
  Author: AlexNGerman
  Author URI: http://twitter.com/alexngerman/
  Template: genesis
  Template Version: 1.0.0
 
  License: GNU General Public License v2.0 (or later)
  License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Defaults
------------------------------------------------------------ */
*, *:focus {
  box-sizing: border-box;
  outline: none !important;
  letter-spacing: -0.01em;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
  color: #333;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.45;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
  background-color: #FDFDFD;
  border: 1px solid #ddd;
}

input,
label,
select,
textarea {
  color: #333;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

li,
ol,
ul {
  margin: 0;
  padding: 0;
}

ol li {
  list-style-type: decimal;
}

/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
  color: #4D70B1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: none;
}

/* Body
------------------------------------------------------------ */

body {

}

::-moz-selection {
  background-color: #0d72c7;
  color: #fff;
}

::selection {
  background-color: #0d72c7;
  color: #fff;
}

/* Fonts
------------------------------------------------------------ */

@font-face {
  font-family: 'Proxima Nova Extra Bold';
  src: url('assets/fonts/ProximaNova-Extrabld.eot');
  src: url('assets/fonts/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'),
  url('assets/fonts/ProximaNova-Extrabld.woff2') format('woff2'),
  url('assets/fonts/ProximaNova-Extrabld.woff') format('woff'),
  url('assets/fonts/ProximaNova-Extrabld.ttf') format('truetype'),
  url('assets/fonts/ProximaNova-Extrabld.svg#ProximaNova-Extrabld') format('svg');
  font-weight: 800;
  font-style: normal;
}

/* Wrap
------------------------------------------------------------ */

#wrap {
  margin: 0 auto;
  width: 100%;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.wrap {
  position: relative;
}

.wrap > #title-area {
  display: none;
}

/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
  display: block;
  float: left;
  height: 100px;
  overflow: hidden;
  padding: 0;
  text-indent: -9999px;
  width: 400px;
}

.header-image #description {
  display: block;
  overflow: hidden;
}

/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

#nav {
  width: 100%
}

#nav .wrap {
  margin: 0 auto;
  width: 960px;
}

.menu-primary,
.menu-secondary,
.mobile-menu .menu {
  clear: both;
  color: #333;
  font-size: 18px;
  margin: 0 auto;
  overflow: hidden;
  text-transform: uppercase;
  width: 100%;
  padding: 0;
}

.menu-secondary {
  border-bottom: 1px solid #ddd;
  border-top: none;
}

.menu-primary ul,
.menu-secondary ul,
.mobile-menu .menu ul {
  float: left;
  width: 100%;
}

.menu-primary li,
.menu-secondary li,
.mobile-menu .menu li {
  float: left;
  list-style-type: none;
  letter-spacing: -0.03em;
}

.menu-primary a,
.menu-secondary a,
.mobile-menu .menu a {
  color: #333232;
  font-size: 18px;
  font-weight: 500;
  display: block;
  line-height: 1;
  padding: 6.5px 11px;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.menu-primary .current-menu-item a,
.menu-secondary .current-menu-item a,
.mobile-menu .menu .current-menu-parent > a,
.mobile-menu .menu .current-menu-item > a {
  color: #fff !important;
  background: #28818f !important;
  margin: 0;
}

.menu-primary a:hover,
.menu-secondary a:hover,
.mobile-menu .menu a:hover {
  color: #28818f;
}

#header .menu .current-menu-parent > a:hover {
  color: #fff;
}

.current-menu-parent .current-menu-item > a {
  font-weight: bold !important;
}

.menu-item-type-custom:first-child {
  cursor: default;
}

.menu-item-type-custom > a {
  font-weight: bold !important;
  text-decoration: none !important;
  background: transparent !important;
  color: #494949 !important;
  cursor: default;
}

.home .menu-primary a:hover,
.home .menu-secondary a:hover,
.home .mobile-menu a:hover {
  color: #28818f;
}

.sub-menu {
  background: #f5f5f5;
  -webkit-box-shadow: 7px 7px 15px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 7px 7px 15px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 7px 7px 15px 0px rgba(0, 0, 0, 0.4);
}

.sub-menu .menu-item {
  width: 100%;
  padding: 10px 0 0;
}

.sub-menu .menu-item:last-child {
  width: 100%;
  padding: 10px 0;
}

.sub-menu .current-menu-item a {
  font-weight: bold;
}

.sub-menu a,
.sub-menu a:link,
.sub-menu a:visited,
.sub-menu a:hover,
.sub-menu a:active {
  color: #494949;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
.mobile-menu .menu li li a,
.mobile-menu .menu li li a:link,
.mobile-menu .menu li li a:visited {
  background: transparent;
  border: none;
  color: #333;
  font-size: 20px;
  padding: 8px 20px;
  position: relative;
  text-transform: none;
  width: auto;
  text-shadow: none;
  margin: 0;
  text-align: left;
  font-weight: 400;
  text-decoration: underline;
  transition: all 0.3s ease;
  line-height: 1;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
.mobile-menu .menu li li a:active,
.mobile-menu .menu li li a:hover {
  background-color: #eee;
}

.menu-primary li ul,
.menu-secondary li ul,
.mobile-menu .menu li ul {
  height: auto;
  left: -9999px;
  margin: 0 0 0 -1px;
  position: absolute;
  width: 100%;
  max-width: 360px;
  z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
.mobile-menu .menu li ul a {
  width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
.mobile-menu .menu li ul ul {
  margin: -36px 0 0 159px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
  left: -9999px;
}

ul.menu li:hover > ul,
ul.menu li.sfHover ul,
.mobile-menu .menu li:hover > ul,
.mobile-menu .menu li.sfHover ul {
  left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
.mobile-menu .menu li a.sf-with-ul {
  padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
  /*background: url('assets/images/icon-plus.png') no-repeat;*/
  height: 16px;
  position: absolute;
  right: 8px;
  text-indent: -9999px;
  top: 10px;
  width: 16px;
}

#wpadminbar li:hover ul ul {
  left: 0;
}

.mobile-menu {

}

.header-menu-wrap {
  padding: 0 5px;
  height: 60px;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 50;
}

.container {
  padding: 0 15px;
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.mobile-menu-list {
  padding: 0 5px;
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
  float: right;
  padding: 7px 15px 6px;
}

.menu li.right a {
  background: none;
  border: none;
  color: #333;
  display: inline;
  text-decoration: none;
}

.menu li.right a:hover {
  color: #0d72c7;
  text-decoration: none;
}

.menu li.search {
  padding: 0 10px;
}

* {
  transition: all 0.3s ease;
}

.creds {
  clear: both;
  display: inline-block;
}

/* Home
------------------------------------------------------------ */
/* Header
------------------------------------------------------------ */

#header {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  background: url('assets/images/main-head.jpg') no-repeat 50% 0;
  background-size: cover !important;
  position: relative;
  z-index: 55;
  height: auto;
  min-height: 500px;
}

body:not(.home) #header {
  -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
  max-height: none;
  background-image: none !important;
  min-height: 60px;
}

body:not(.home) #inner {
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 50;
  margin: 0;
}
body:not(.home) #header:after {
  display: none !important;
}

body:not(.home) #header .wrap {
  padding-bottom: 0;
}

body.home #header .wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: static;
  height: 100%;
  background: transparent;
  clear: both;
  padding: 60px 15px 15px;
}

#title-area {
  float: left;
  overflow: hidden;
  padding: 0;
  width: 360px;
  position: absolute;
  left: 20px;
  top: 100px;
}

#title {
  font-size: 36px;
  line-height: 1.25;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  font-weight: 600;
}

#description {
  font-size: 14px;
  padding: 0 0 0 20px;
}

#header .widget-area {
  padding: 0 0 0 400px;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 50;
}

.widget_nav_menu {
  position: relative;
  z-index: 50;
}

#header .widget-area p {
  color: #F29F05;
  font-size: 32px;
  font-weight: bold;
  text-shadow: 2px 2px 2px #CACACA;
}

#header .widget-area:after {
  /*  content: '';*/
  width: 9999px;
  z-index: 25;
  position: absolute;
  bottom: -15px;
  left: 400px;
  height: 60px;
  top: auto;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
}

.header-widget{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  flex-direction: column;
  margin: 0 10px 25px;
}
.header-widget__item{
  position: relative;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  margin: 10px;
  padding-left: 100px;
  min-height: 70px;
}
.header-widget__image{
  width: 70px;
  height: 70px;
  margin: 0 15px 15px;
  position: absolute;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 10px 15px rgba(0,0,0, 0.5);
  top: 0;
  left: 0;
}
.header-widget__image img{
  width: 70px;
  height: 70px;
}
.header-widget__title{
  font-family: "Roboto", 'Proxima Nova Extra Bold', "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  width: 100%;
  margin-top: 3px;
}
.header-widget__text,
.header-widget__item p{
  font-family: "Roboto", 'Proxima Nova Extra Bold', "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #fff;
  width: 100%;
}

.header-widget__item > br{
  display: none !important;
}

p:empty{
  display: none;
}


#header .widget-title {
  color: #ff0;
  font-family: "Roboto", 'Proxima Nova Extra Bold', "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 60px;
  padding: 5px 0 40px;
  margin: 0;
  text-align: center;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

#header .wpforms-title {
  color: #1f8391;
  font-family: "Roboto", 'Proxima Nova Extra Bold', "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 900;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
#header .wpforms-description {
  font-size: 35px;
  line-height: 1;
  color: #fff;
  text-align: center;
}

#header .wpforms-description h1,
#header .wpforms-description h2,
#header .wpforms-description h3,
#header .wpforms-description h4,
#header .wpforms-description h5{
  font-family: "Roboto", 'Proxima Nova Extra Bold', "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.5;
  margin: 5px 0 15px;
  color: #fff;
  text-align: left;
}
#header .wpforms-description p{
  font-family: "Roboto", 'Proxima Nova Extra Bold', "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 5px 0 25px;
  color: #fff;
  text-align: left;
}


#header div.wpforms-container-full {
  margin-bottom: 0;
}

body.home .home-upper-wrap {
  padding: 60px 0 0;
  width: auto;
  max-width: 1280px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
}
.home-upper{
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}

.home-upper.header-content > .widget{
  max-width: 426px;
  width: 100%;
  flex: 1 0 auto;
  margin: 0 2%;
}
.home-upper.header-content > .wpforms-widget{
  max-width: 500px;
  width: 100%;
  flex: 1 0 auto;
  margin: 0 2%;
}

.with-custom-logo{
  display: flex;
  align-items: center;
  padding: 0 5px;
  height: 100%;
}
.custom-logo-wrap {
  padding: 0;
  width: 55px;
  max-width: 55px;
  height: auto;
  max-height: 55px;
  flex-shrink: 0;
  text-align: center;
  margin-right: 5px;
  position: relative;
}
.custom-logo-wrap:empty {
  display: none !important;
}
.custom-logo-link {
    position: relative;
    width: 55px;
    max-width: 55px;
    height: 55px;
    max-height: 55px;
    display: inline-block;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.9);
}

.custom-logo-wrap img {
  height: auto;
  max-height: 150px;
  width: auto;
  max-width: 100%;
  flex-shrink: 0;
  display: inline-block;
}

div.wpforms-container-full {
  padding: 10px 0;
  width: 659px;
}

.sidebar div.wpforms-container-full {
  width: 100%;
  margin: 0;
}

.home-upper-wrap.widget-area .textwidget {
  padding: 0;
}

.header-phone {
  position: absolute;
  right: 15px;
  z-index: 51;
  border-radius: 14px;
  background: #fff !important;
  padding: 10px 20px 10px;
  top: 50%;
  transform: translateY(-50%);
}

.phone-link.menu-item {
  border-radius: 14px;
  background: #28818f !important;
  padding: 11px 20px 8px;
}

.fa.fa-phone {

}

.fa-phone:before {
  content: '' !important;
  background: url('assets/images/phone-shape-3.svg') no-repeat 50% 50%;
  background-size: contain !important;
  width: 20px;
  height: 25px;
  display: inline-block;
}

.phone-link.menu-item a {
  padding: 0;
}

a.phone-link,
.phone-link a {
  font-weight: 900;
  font-size: 33px;
  line-height: 1;
  color: #28818f !important;
  display: inline-flex;
  align-items: center;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}

.phone-link .fa {
  float: left;
  font-size: 35px;
  margin-right: 10px;
}

.home-testimonials {
  position: absolute;
  right: calc(((-100vw + 100%) / 2) + 20px);
  bottom: 175px;
}

.btn-scroll {
  background: url('assets/images/arrow-scroll-down.png') no-repeat 50% 0;
  background-size: 100% 100%;
  z-index: 1;
  height: 20px;
  width: 71px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  cursor: pointer;
  user-select: none;
  -webkit-animation: bounceInSmall 3s 0s ease infinite both;
  -moz-animation: bounceInSmall 3s 0s ease infinite both;
  -ms-animation: bounceInSmall 3s 0s ease infinite both;
  -o-animation: bounceInSmall 3s 0s ease infinite both;
  animation: bounceInSmall 3s 0s ease infinite both;
}

@-webkit-keyframes bounceInSmall {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px)
  }
  10% {
    opacity: 1;
    -webkit-transform: translateY(-5px)
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(10px)
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(0)
  }
}

@-moz-keyframes bounceInSmall {
  0% {
    opacity: 1;
    -moz-transform: translateY(0px)
  }
  10% {
    opacity: 1;
    -moz-transform: translateY(-5px)
  }
  30% {
    opacity: 1;
    -moz-transform: translateY(10px)
  }
  40% {
    opacity: 1;
    -moz-transform: translateY(0)
  }
}

@-ms-keyframes bounceInSmall {
  0% {
    opacity: 1;
    -ms-transform: translateY(0px)
  }
  10% {
    opacity: 1;
    -ms-transform: translateY(-5px)
  }
  30% {
    opacity: 1;
    -ms-transform: translateY(10px)
  }
  40% {
    opacity: 1;
    -ms-transform: translateY(0)
  }
}

@-o-keyframes bounceInSmall {
  0% {
    opacity: 1;
    -o-transform: translateY(0px)
  }
  10% {
    opacity: 1;
    -o-transform: translateY(-5px)
  }
  30% {
    opacity: 1;
    -o-transform: translateY(10px)
  }
  40% {
    opacity: 1;
    -o-transform: translateY(0)
  }
}

@keyframes bounceInSmall {
  0% {
    opacity: 1;
    transform: translateY(0px)
  }
  20% {
    opacity: 1;
    transform: translateY(-5px)
  }
  30% {
    opacity: 1;
    transform: translateY(10px)
  }
  40% {
    opacity: 1;
    transform: translateY(0)
  }
}

.testimonials-block {
  z-index: 1;
  height: auto;
  width: 312px;
  padding: 0 0 35px;
  position: relative;
  display: inline-block;
}

.testimonials-block:after {
  content: '';
  background: url('assets/images/combined-shape.png') no-repeat 50% 100%;
  background-size: 100% auto;
  width: 100%;
  height: 35px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.testimonials-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
  background: rgba(255, 255, 255, 0.68);
  border-radius: 35px;
  padding: 35px 12px 20px;
}

.testimonials-avatar {
  position: relative;
  width: 58px;
  height: 58px;
  font-size: 50px;
  line-height: 1;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  padding: 0;
}

.testimonials-avatar img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: -50%;
  right: -50%;
  margin: auto;
}

.testimonials-body {
  width: 220px;
  font-size: 24px;
  line-height: 1.1;
  color: #494949;
  letter-spacing: 0;
  margin-left: 8px;
}

.testimonials-name {
  width: 100%;
  font-size: 24px;
  line-height: 1.1;
  color: #494949;
  letter-spacing: 0;
  text-align: right;
  font-style: italic;
  font-weight: 600;
  padding: 15px 15px 5px;
}

div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
  width: 100% !important;
  max-width: 100% !important;
  color: #494949;
}

div.wpforms-container-full .wpforms-form input,
div.wpforms-container-full .wpforms-form textarea {
  background: #fff !important;
  border: 1px solid #fff !important;
  resize: none;
  color: #333232;
  border-radius: 0 !important;
  font-size: 20px !important;
  letter-spacing: 0.03em;
  padding: 10px 16px !important;
  height: 44px !important;
  line-height: 1 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error,
div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error,
div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error {
  background: #FFF3DE !important;
  border: 1px solid #FF1F0F !important;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
  height: 120px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field{
  padding: 0;
  margin-bottom: 15px;
}
div.wpforms-container-full .wpforms-form .wpforms-field:not(.wpforms-field-name),
.wpforms-field-row-block,
.wpforms-field-phone,
.wpforms-field-textarea{
  padding: 8px !important;
  border-radius: 8px !important;
  border: 1px solid #bbbdc0 !important;
}

body:not(.home) div.wpforms-container-full .wpforms-form .wpforms-field:not(.wpforms-field-name),
body:not(.home) .wpforms-field-row-block,
body:not(.home) .wpforms-field-phone,
body:not(.home) .wpforms-field-textarea{
  padding: 0 !important;
  border: 1px solid #bbbdc0 !important;
}

body:not(.home) .wpforms-form input,
body:not(.home) .wpforms-form textarea{
  border-color: transparent !important;
  background-color: transparent !important;
}

div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
  background-color: #FF1F0F !important;
  border: none !important;
  color: #fff !important;
  font-size: 36px !important;
  text-transform: uppercase !important;
  padding: 19px 25px !important;
  width: 100%;
  max-width: 250px;
  border-radius: 15px !important;
  font-weight: 400 !important;
  transition: all 0.3s ease !important;
  letter-spacing: 0.03em;
  margin: 0 auto;
  display: block;
}

body:not(.home) div.wpforms-container-full .wpforms-form input[type=submit],
body:not(.home) div.wpforms-container-full .wpforms-form button[type=submit],
body:not(.home) div.wpforms-container-full .wpforms-form .wpforms-page-button {
  font-size: 26px !important;
  padding: 10px 15px !important;
  border-radius: 10px !important;
}

div.wpforms-container-full .wpforms-form input[type=submit]:hover,
div.wpforms-container-full .wpforms-form input[type=submit]:active,
div.wpforms-container-full .wpforms-form button[type=submit]:hover,
div.wpforms-container-full .wpforms-form button[type=submit]:active,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:active {
  background-color: #0f8ba4 !important;
  cursor: pointer;
}

div.wpforms-container-full .wpforms-form input::-webkit-input-placeholder,
div.wpforms-container-full .wpforms-form textarea::-webkit-input-placeholder {
  color: #333232;
}

div.wpforms-container-full .wpforms-form input::-moz-placeholder,
div.wpforms-container-full .wpforms-form textarea::-moz-placeholder {
  color: #333232;
}

div.wpforms-container-full .wpforms-form input:-ms-input-placeholder,
div.wpforms-container-full .wpforms-form textarea:-ms-input-placeholder {
  color: #333232;
}

div.wpforms-container-full .wpforms-form input::-moz-placeholder,
div.wpforms-container-full .wpforms-form textarea:-moz-placeholder {
  color: #333232;
}

.home-form-wrap {
  padding: 30px 0;
}

.home-form-wrap .wpforms-form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.home-form-wrap .wpforms-form .wpforms-head-container,
.home-form-wrap .wpforms-form .wpforms-field-container,
.home-form-wrap .wpforms-form .wpforms-submit-container {
  width: 50%;
  margin: 0;
  padding: 0 15px;
}

.home-form-wrap .wpforms-form .wpforms-field-container,
.home-form-wrap .wpforms-form .wpforms-submit-container {
  max-width: 560px;
}

.home-form-wrap .widget-title {
  font-size: 80px;
  font-weight: 400;
  line-height: 1.3;
  color: #FF1F0F;
  padding: 0 15px;
}

.wpforms-has-error.wpforms-field,
.wpforms-has-error .wpforms-field-row-block {
  display: flex;
  flex-direction: column-reverse;
}

.home-form-wrap .widget-title:after {
  content: '' !important;
  background: url('assets/images/phone-shape-red.png') no-repeat 50% 50%;
  background-size: contain !important;
  width: 115px;
  height: 94px;
  margin: 25px 0 0 25px;
  float: right;
  display: inline-block;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
  font-size: 14px;
  margin: -10px 0 30px;
  padding: 5px 10px;
}

/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
  background-color: #fff;
  margin: -10px 0 30px;
  padding: 0 0 15px;
}

.taxonomy-description p {
  font-size: 14px;
  padding: 15px 15px 0;
}

/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
  float: left;
  width: 750px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
  width: 100%;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
  float: right;
}

/* Inner
------------------------------------------------------------ */
.sidebar {
  padding: 20px 0 20px;
  background: transparent;
  display: inline;
  float: right;
  font-size: 14px;
  width: 400px;
}

#content {
  padding: 20px;
  float: left;
  width: 410px;
}

#inner {
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 50;
}

.home .sidebar {
  padding: 15px;
  background: none;
}

.home #content {
  padding: 0 0 10px;
}

#inner .wrap {
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  width: 100%;
  max-width: 1280px;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  padding: 20px 0 !important;
}

/* Content
------------------------------------------------------------ */

.content-sidebar #content,
.sidebar-content #content {
  width: 100%;
  max-width: calc(100% - 420px);
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
  float: right;
}

.full-width-content #content {
  width: 100%;
}

.entry-content {
  overflow: hidden;
}

.entry-content p {
  font-size: 24px;
  margin: 0 0 25px;
}

body:not(.home) .entry-content p {
  font-size: 18px;
}

.entry-content > ol,
.entry-content > ul,
.entry-content .wpb_wrapper > ol,
.entry-content .wpb_wrapper > ul {
  font-size: 20px;
  list-style-position: outside;
  margin: 0;
  padding: 0;
  counter-reset: list;
}
li{
  position: relative;
}
.entry-content ol > li:before,
.entry-content .wpb_wrapper > ol > li:before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  display: inline-block;
  background: #28818f;
  color: #fff;
  width: 43px;
  height: 43px;
  left: 0;
  top: 5px;
  text-align: center;
  font-style: italic;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

body:not(.home) .entry-content > ol li:before,
body:not(.home) .entry-content .wpb_wrapper > ol li:before {
  font-size: 24px;
  width: 33px;
  height: 33px;
}

.entry-content > ul li,
.entry-content .wpb_wrapper > ul li
.entry-content > ol li,
.entry-content .wpb_wrapper > ol li{
  padding: 0;
  margin-bottom: 25px;
  position: relative;
  color: #494949;
  font-size: 16px;
  line-height: 1.5;
  list-style: none !important;
}

.entry-content > ul li,
.entry-content .wpb_wrapper > ul li{
  list-style: disc !important;
}

.entry-content > ol li,
.entry-content .wpb_wrapper > ol li {
  padding: 0 0 0 60px;
}

body:not(.home) .entry-content > ul li,
body:not(.home) .entry-content > ol li,
body:not(.home) .entry-content .wpb_wrapper > ol,
body:not(.home) .entry-content .wpb_wrapper > ul {
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  margin-bottom: 25px;
}

.entry-content > ul,
.entry-content .wpb_wrapper > ul{
  margin-left: 25px;
}

.entry-content > ul li,
.entry-content .wpb_wrapper > ul li {
  margin-bottom: 15px;
}

.entry-content > ul li:before,
.entry-content .wpb_wrapper > ul li:before {
  content: '';
  position: absolute;
  display: inline-block;
  background: #494949;
  width: 23px;
  height: 23px;
  left: 0;
  top: 2px;
  text-align: center;
  font-style: italic;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  display: none;
}

.entry-content > ul li,
.entry-content > ul li *,
.entry-content .wpb_wrapper > ul li,
.entry-content .wpb_wrapper > ul li * {
  font-weight: 900;
  text-transform: uppercase;
  color: #494949;
  line-height: 1.15;
}

body:not(.home) .entry-content > ul li,
body:not(.home) .entry-content > ul li *,
body:not(.home) .entry-content .wpb_wrapper > ul li,
body:not(.home) .entry-content .wpb_wrapper > ul li * {
  text-transform: none;
}

p.subscribe-to-comments {
  padding: 20px 0 10px;
}

.clear {
  clear: both;
}

.clear-line {
  border-bottom: 1px solid #ddd;
  clear: both;
  margin: 0 0 25px;
}

.entry-title {
  font-size: 36px;
  color: #494949;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  padding: 30px 0;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

body:not(.home) .entry-title {
  color: #28818f;
  font-weight: 900;
  padding: 0 0 30px 40px;
  display: none !important;
}

body:not(.home) .entry-title:before {
  content: '';
  background: #28818f;
  display: inline-block;
  position: absolute;
  width: 23px;
  height: 23px;
  top: 4px;
  left: 0;
  line-height: 1;
}

.post {
  margin: 0 0 40px;
}

body:not(.home) .post .entry-title{
  padding-bottom: 0;
}
.post .post-info,
.post .post-meta{
  display: none;
}
.uppercase{
  text-transform: uppercase;
}

.faq-page #inner .wrap {
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.faq-page .entry-title{
  display: none !important;
}
.faq-page #content {
  padding: 0 20px;
}
.faq-item {
  position: relative;
  border-left: 3px solid #28818f;
  border-top: 3px solid #28818f;
  padding: 10px 0 0 15px;
  text-indent: 10px;
}

.faq-item:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10.5px 0 10.5px 12px;
  border-color: transparent;
  border-left-color: #28818f;
  transition: all 0.3s ease;
}

body:not(.home) div.wpforms-container-full .wpforms-form .wpforms-title {
  color: #1f8391;
  font-family: "Roboto", 'Proxima Nova Extra Bold', "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 900;
  padding: 0;
  margin: 0 0 5px;
  text-align: center;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

body:not(.home) div.wpforms-container-full .wpforms-form .wpforms-description, 
body:not(.home) div.wpforms-container-full .wpforms-form .wpforms-description > h2, 
body:not(.home) div.wpforms-container-full .wpforms-form .wpforms-description > h3, 
body:not(.home) div.wpforms-container-full .wpforms-form .wpforms-description > h4 {
  font-size: 18px;
  line-height: 1;
  text-align: center;
}

.sidebar-content .sidebar, .sidebar-sidebar-content .sidebar {
  float: left;
}

.sidebar .widget {
  margin: 0 0 15px;
  padding: 0 20px 15px;
}

.yellow-box-wrap {
  background: #FFE854;
  padding: 80px;
}

/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin: 0 0 20px;
  padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
  width: 48%;
}

.one-third,
.two-sixths {
  width: 31%;
}

.four-sixths,
.two-thirds {
  width: 65%;
}

.one-fourth {
  width: 22.5%;
}

.three-fourths {
  width: 73.5%;
}

.one-fifth {
  width: 17.4%;
}

.two-fifths {
  width: 37.8%;
}

.three-fifths {
  width: 58.2%;
}

.four-fifths {
  width: 78.6%;
}

.one-sixth {
  width: 14%;
}

.five-sixths {
  width: 82%;
}

.first {
  clear: both;
  padding-left: 0;
}

/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
  margin: 0 0 20px;
  padding: 0 0 15px;
  width: 48%;
}

.genesis-grid-even {
  float: right;
}

.genesis-grid-odd {
  clear: both;
  float: left;
}

/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
  margin: 0 0 10px;
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.5em 0 0.5em;
}

h1 {
  color: #494949;
  font-size: 35px;
}

.taxonomy-description h1 {
  margin: 0;
}

h2 {
  font-size: 28px;
}

h2 a,
h2 a:visited {
  color: #28818f;
  font-size: 28px;
}

h2 a,
h2 a:visited {
  color: #28818f;
}

h2 a:hover {
  color: #0d72c7;
  text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
  font-size: 14px;
  margin: 0 0 5px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

.taxonomy-description h1,
.widget-area h4 {
  color: #494949;
  font-size: 28px;
  padding: 19px 10px 8px;
  text-align: center;
}

.widget-area h4 a {
  color: #333;
  text-decoration: none;
}

#footer-widgets h4 {
  background: none;
  border: none;
  padding: 0;
}

h5 {
  font-size: 18px;
}

/* Post Info
------------------------------------------------------------ */

.post-info {
  font-size: 14px;
  margin: -5px 0 15px;
}

/* Post Meta
------------------------------------------------------------ */

.post-meta {
  border-top: 1px solid #ddd;
  clear: both;
  font-size: 14px;
  padding: 5px 0 0;
}

/* Author Box
------------------------------------------------------------ */

.author-box {
  background-color: #f5f5f5;
  margin: 0 0 40px;
  overflow: hidden;
  padding: 10px;
}

.author-box p {
  font-size: 14px;
}

/* Sticky Posts
------------------------------------------------------------ */

.sticky {
  background-color: #f5f5f5;
  margin: -10px 0 40px;
  padding: 20px;
}

/* Archive Page
------------------------------------------------------------ */

.archive-page {
  float: left;
  padding: 20px 0 0;
  width: 45%;
}

/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
  /*background: url(assets/images/icon-dot.png) no-repeat left;*/
  margin: 0 0 0 3px;
  padding: 0 0 0 10px;
}

/* Images
------------------------------------------------------------ */

img {
  height: auto;
  max-width: 100%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  padding: 4px;
}

.author-box .avatar {
  background-color: #fff;
  float: left;
  margin: 0 10px 0 0;
}

.post-image {
  margin: 0 10px 10px 0;
}

.comment-list li .avatar {
  background-color: #fff;
  float: right;
  margin: 5px 0 0 10px;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 10px;
}

img.alignnone {
  display: inline;
  margin: 0 0 10px;
}

img.alignleft {
  display: inline;
  margin: 0 15px 10px 0;
}

img.alignright {
  display: inline;
  margin: 0 0 10px 15px;
}

.alignleft {
  float: left;
  margin: 0 15px 10px 0;
}

.alignright {
  float: right;
  margin: 0 0 10px 15px;
}

.wp-caption {
  padding: 5px;
  text-align: center;
}

p.wp-caption-text {
  font-size: 14px;
  margin: 5px 0;
}

.wp-smiley,
.wp-wink {
  border: none;
  float: none;
}

.gallery-caption {
}

/* Post Navigation
------------------------------------------------------------ */

.navigation {
  font-size: 14px;
  overflow: hidden;
  padding: 20px 0;
  width: 100%;
}

.navigation li {
  display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
  border: 1px solid #ddd;
  padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
  background-color: #f5f5f5;
}

/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
  clear: both;
  margin: 0 0 15px;
  overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
  border-bottom: 1px solid #ddd;
  margin: 0 0 5px;
  overflow: hidden;
  padding: 0 15px 10px;
}

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
  margin: 0 0 10px;
  padding: 0;
}

.more-from-category {
  padding: 5px 15px 0;
}

/* User Profile
------------------------------------------------------------ */

.user-profile {
  overflow: hidden;
}

.user-profile p {
  padding: 5px 15px 0;
}

.user-profile .posts_link {
  padding: 0 15px;
}

/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
  padding: 0 15px 5px;
}

.enews #subscribe {
  padding: 0 0 0 15px;
}

.enews #subbox {
  margin: 5px -7px 0 0;
  padding: 6px 5px;
  width: 75%;
}

/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
  width: 100%;
}

#wp-calendar caption {
  font-size: 12px;
  font-style: italic;
  padding: 2px 5px 0 0;
  text-align: right;
}

#wp-calendar thead {
  background-color: #f5f5f5;
  font-weight: bold;
  margin: 10px 0 0;
}

#wp-calendar td {
  background-color: #f5f5f5;
  padding: 2px;
  text-align: center;
}

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

#footer-widgets {
  background-color: #494949;
  clear: both;
  font-size: 14px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}

#footer-widgets .wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  padding: 40px 15px 40px;
  color: #fff;
}

#footer-widgets * {
  color: #fff;
}

#footer-widgets .widget {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

#footer-widgets .textwidget {
  padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
  padding: 0;
}

#footer-widgets p {
  font-size: inherit;
  margin: 0;
}

#footer-widgets ul {
  margin: 0;
}

#footer-widgets ul li {
  margin: 0 0 0 20px;
}

#footer-widgets .widget-area ul li {
  list-style-type: none;
  margin: 0 0 7px;
  padding: 0 0 5px;
  word-wrap: break-word;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

#footer-widgets .widget-area ul li:first-child {

}

#footer-widgets .widget-area ul li:last-child {
  margin: 0;
  padding: 0;
}

#footer-widgets .widget-area.footer-widgets-3 ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

#footer-widgets .widget-area.footer-widgets-3 ul li {
  display: inline-block;
  width: 33.3%;
}

#footer-widgets .widget-title {
  text-align: left;
  font-size: 20px;
  margin: 0 0 20px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
  background: none;
}

#footer-widgets .widget-area {
  padding-right: 40px;
}

#footer-widgets .footer-widgets-1 {
  float: left;
  margin: 35px 0 0;
  width: 20%;
}

#footer-widgets .phone-block {
  margin: 0 0 20px;
}

#footer-widgets .footer-widgets-2 {
  float: left;
  width: 35%;
  margin: 20px 0 0;
}

#footer-widgets .footer-widgets-3 {
  float: left;
  width: 45%;
  margin: 20px 0 0;
  padding: 20px 0 0 40px;
  border-left: 1px solid #f5f5f5;
}

/*#footer-widgets .footer-widgets-3 #menu-footer-menu  {
  border-left: 1px solid #f5f5f5;
  padding-left: 40px;
  margin-left: -40px;
}*/

.btn {
  padding: 20px 26px;
  font-size: 22px;
  line-height: 1;
  color: #fff;
  background: #28818f;
  font-weight: 400;
  text-decoration: none !important;
  -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin: 5px;
  border-radius: 14px;
  text-align: center;
  display: inline-block;
}

.btn.link-scroll {
  font-weight: 400;
}

.btn.link-scroll + * {
  margin-top: 25px;
}

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

#footer {
  background: #5a441d;
  border-top: 1px solid #ddd;
  clear: both;
  font-size: 14px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}

#footer .wrap {
  margin: 0 auto;
  overflow: hidden;
  padding: 10px;
  width: 940px;
}

#footer p {
  color: #FDFDFD;
  font-size: inherit;
}

#footer a,
#footer a:visited {
  color: #FDFDFD;
}

#footer a:hover {
  text-decoration: underline;
}

#footer .gototop {
  float: left;
  width: 200px;
}

#footer .creds {
  float: right;
  text-align: right;
  width: 650px;
}

/* Comments
------------------------------------------------------------ */

#comments,
#respond {
  margin: 0 0 15px;
  overflow: hidden;
}

#author,
#comment,
#email,
#url {
  margin: 10px 5px 0 0;
  padding: 5px;
  width: 250px;
}

#comment {
  height: 150px;
  margin: 10px 0;
  width: 98%;
}

.ping-list {
  margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
  padding: 10px;
}

.comment-list li,
.ping-list li {
  font-weight: bold;
  list-style-type: none;
  margin: 15px 0 5px;
  padding: 10px 15px;
}

.comment-list li ul li {
  list-style-type: none;
  margin-right: -16px;
}

.comment-content p {
  font-size: 14px;
  margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
  font-style: normal;
}

.commentmetadata {
  font-size: 12px;
  margin: 0 0 5px;
}

.reply {
  font-size: 14px;
  font-weight: 300;
}

.nocomments {
  text-align: center;
}

#comments .navigation {
  display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
  background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
  border: 1px solid #ddd;
}

@media all and (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

/* Responsive Design
------------------------------------------------------------*/

@media all and (max-width: 1200px) {

  body.home #header {
    min-height: 100px;
  }

  body.home .home-upper-wrap {
    padding: 7% 0;
  }

  #content {
    padding: 20px;
  }
}

@media all and (max-width: 1100px) {

  #header {
    background-position: 10% 0;
    height: auto;
    max-height: none;
  }

  .testimonials-block {
    width: 280px;
    padding: 0 0 35px;
  }

  .testimonials-wrap {
    padding: 25px 12px 15px;
  }

  .testimonials-body {
    width: 190px;
    font-size: 21px;
    margin-left: 5px;
  }
}

@media all and (max-width: 991px) {

  .menu-primary a,
  .menu-secondary a,
  .mobile-menu .menu a{
    font-size: 15px;
  }
  #title-area {
    width: 290px;
    left: 15px;
  }

  #title {
    font-size: 36px;
    line-height: 1.25;
    margin: 0;
    text-transform: uppercase;
  }

  #title a {
    width: 290px;
    height: 115px;
  }

  .sidebar {
    width: 325px;
  }

  .content-sidebar #content,
  .sidebar-content #content {
    max-width: calc(100% - 330px);
  }

  div.wpforms-container-full .wpforms-form input,
  div.wpforms-container-full .wpforms-form textarea {
    font-size: 18px !important;
    padding: 8px 13px !important;
    height: 38px !important;
  }

  div.wpforms-container-full .wpforms-form input[type=submit],
  div.wpforms-container-full .wpforms-form button[type=submit],
  div.wpforms-container-full .wpforms-form .wpforms-page-button {
    font-size: 28px !important;
    text-transform: uppercase !important;
    padding: 7px 18px !important;
  }

  .sidebar .widget {
    margin: 0;
    padding: 0 20px 15px;
  }

  #header .widget-title {
    font-size: 45px;
    padding: 5px 0 25px;
  }

  #header .wpforms-description {
    font-size: 25px;
  }

  #footer-widgets .footer-widgets-1 {
    width: 50%;
    margin: 15px 0 0;
  }

  #footer-widgets .footer-widgets-2 {
    width: 50%;
    margin: 0;
  }

  #footer-widgets .footer-widgets-3 {
    width: 100%;
    margin: 40px 0 0;
    padding: 40px 0 0;
    border-left: none;
    border-top: 1px solid #f5f5f5;
  }

  #footer-widgets .footer-widgets-3 #menu-footer-menu {
    border: none;
    padding: 0;
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .desktop-only {
    display: none;
  }

  html.active, html.active body {
    overflow: hidden;
  }

  #header {
    padding: 0;
  }

  .custom-logo-wrap {
    flex-shrink: 1;
  }

  #title-area {
    left: 10px;
  }

  body:not(.home) #header {
    box-shadow: none;
  }

  body:not(.home) #header .wrap:after {
    display: none;
  }

  body:not(.home) #header .header-phone {
    display: none;
  }

  #title a {
    width: 230px;
    height: 82px;
  }

  .content-sidebar #content,
  .sidebar-content #content {
    max-width: 100%;
  }

  .with-custom-logo{
    padding-left: 55px;
  }

  .mobile-menu-btn {
    height: 35px;
    width: 35px;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1110;
  }

  .mobile-menu-btn.active {
    top: 5px;
    transform: scale(0.7);
    transform-origin: 50% 50%;
  }

  .mobile-menu-btn:before,
  .mobile-menu-btn:after,
  .mobile-menu-btn .center-line {
    position: absolute;
    width: 35px;
    height: 3px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background: #333232;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    border-radius: 2px;
    -webkit-box-shadow: 0px 1px 1.5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 1.5px 0px rgba(0, 0, 0, 0.4);
  }

  .mobile-menu-btn.active:before,
  .mobile-menu-btn.active:after,
  .mobile-menu-btn.active .center-line {
    background: #fff !important;
  }

  body:not(.home) .mobile-menu-btn:before,
  body:not(.home) .mobile-menu-btn:after,
  body:not(.home) .mobile-menu-btn .center-line {
    background: #2D2D2D;
  }

  .mobile-menu-btn:before {
    top: -20px;
  }

  .mobile-menu-btn:after {
    top: 19px;
  }

  .mobile-menu-btn.active .center-line {
    width: 0;
  }

  .mobile-menu-btn.active:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 5px;
    top: -25px;
  }

  .mobile-menu-btn.active:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 5px;
    top: 23px;
  }

  .mobile-menu {
    opacity: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: auto;
    transform: translateX(-100%);
    height: auto;
    max-height: 100%;
    max-height: 100vh;
    background: #2D2D2D;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 70px 25px 15px;
  }

  .mobile-menu .menu {
    border: none;
    flex-direction: column;
    padding: 0 !important;
    display: flex;
  }

  .mobile-menu-list {
    /*padding: 30px 15px 25px;*/
    position: relative;
  }

  .mobile-menu .menu a {
    padding: 14px 0;
    margin: 0;
    color: #fff;
    background: transparent !important;
  }

  .mobile-menu .menu .current-menu-parent > a,
  .mobile-menu .menu .current-menu-item > a {
    background: transparent !important;
    margin: 0 !important;
    color: #28818f !important;
  }

  .mobile-menu .menu a:after {
    bottom: 0;
  }

  .mobile-menu .menu-item {
    margin: 0;
    width: 100%;
    text-align: left;
  }

  .mobile-menu.active {
    opacity: 1;
    display: block;
    position: fixed;
    height: 100%;
    height: 100vh;
    min-width: 150px;
    max-width: 100%;
    max-height: 100%;
    z-index: 1100;
    left: 0;
    transform: translateX(0);
    overflow: hidden;
    overflow-y: auto;
  }

  .mobile-menu-overlay.active {
    width: 100%;
    height: 100%;
    opacity: 1;
  }

  .mobile-menu-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    opacity: 0;
    background: #101116;
    background: rgba(16, 17, 22, 0.52);
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    z-index: 1090;
  }

  .menu-item-has-children {
    position: relative;
    padding-right: 0;
  }

  .menu-item-has-children:before {
    content: "";
    position: absolute;
    top: 16px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8.5px 0 8.5px 10px;
    border-color: transparent;
    border-left-color: #fff;
    transition: all 0.3s ease;
  }

  .menu-item-has-children.current-menu-parent:before,
  .menu-item-has-children.current-menu-item:before {
    border-left-color: #28818f;
  }

  .sub-menu .menu-item,
  .sub-menu .menu-item:last-child {
    width: 100%;
    padding: 0;
  }

  .menu-item-type-custom > a {
    color: #fff !important;
  }

  .mobile-menu .menu li ul {
    height: auto;
    left: 0;
    margin: 0 0 0 -1px;
    position: relative;
    width: 100%;
    z-index: 9999;
    background: transparent;
    box-shadow: none;
    flex-direction: column;
    display: flex;
    float: none;
    max-width: 250px;
    padding-bottom: 10px;
  }

  .mobile-menu .menu li li a,
  .mobile-menu .menu li li a:link,
  .mobile-menu .menu li li a:visited {
    color: #fff;
    padding-right: 0;
  }

  .home-upper-wrap {
    padding: 175px 0 110px;
  }

  .btn-scroll {
    display: none;
  }

  .home-testimonials {
    position: relative;
    right: auto;
    bottom: auto;
    text-align: right;
  }

  #header .widget-title {
    font-size: 30px;
    padding: 5px 0 25px;
  }

  #header .wpforms-description {
    font-size: 20px;
  }

  div.wpforms-container-full .wpforms-form .wpforms-field{
    padding: 0;
    margin-bottom: 8px;
  }
  div.wpforms-container-full .wpforms-form .wpforms-field:not(.wpforms-field-name),
  .wpforms-field-row-block,
  .wpforms-field-phone,
  .wpforms-field-textarea{
    padding: 4px !important;
    border-radius: 4px !important;
    border: 1px solid #bbbdc0 !important;
  }

  .entry-title {
    font-size: 24px;
    padding: 20px 0;
    font-weight: 500;
    margin: 0;
  }

  .entry-content p {
    font-size: 20px;
    margin: 0 0 20px;
  }

  .entry-content ul li,
  .entry-content ol li {
    padding: 0 0 0 45px;
    margin-bottom: 10px;
    position: relative;
    color: #494949;
    font-size: 20px;
  }

  .entry-content ol li:before {
    width: 25px;
    height: 25px;
    top: 5px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
  }

  #footer-widgets .wrap {
    padding: 25px 15px 25px;
  }

  #footer-widgets .widget-area {
    width: 100%;
    padding: 0 0 25px;
    margin: 0;
  }

  #footer-widgets .widget-area:last-child {
    padding: 0;
  }

  #footer-widgets .widget-area.footer-widgets-2 {
    text-align: center;
  }

  #footer-widgets .widget-area.footer-widgets-3 ul li {
    display: inline-block;
    width: 50%;
  }

  #footer-widgets .footer-widgets-3 {
    width: 100%;
    margin: 20px 0 0;
    padding: 20px 0 0;
    border: none;
  }

  .creds {
    width: 100%;
    padding: 20px 0 0;
    border-top: 1px solid #f5f5f5;
  }

  #footer-widgets .footer-widgets-3 #menu-footer-menu {
    margin: 0 0 20px;
  }

  .btn {
    letter-spacing: -0.03em;
  }

  .sidebar {
    width: 100%;
    padding: 20px 0;
    background: transparent;
  }

  #content {
    padding: 120px 20px 20px;
  }

  .sidebar .wpforms-description {
    font-size: 27px !important;
    font-weight: 900;
    line-height: 1.1;
  }

  .sidebar div.wpforms-container-full .wpforms-form input,
  .sidebar div.wpforms-container-full .wpforms-form textarea {
    background: rgba(255, 255, 255, 0.61) !important;
    border: 1px solid #494949 !important;
  }
}

@media all and (max-width: 480px) {
  .uavc-list-content {
    display: block !important;
  }

  .uavc-list-icon {
    margin: 25px 0 !important;
  }

  .home-upper-wrap {
    padding: 175px 0 75px;
  }

  a.phone-link,
  .phone-link a {
    font-size: 18px;
  }
  .phone-link .fa {
    float: left;
    font-size: 17px;
    margin-right: 5px;
  }
  .fa-phone:before {
    width: 20px;
    height: 20px;
  }

  .header-phone {
    border-radius: 14px;
    background: #28818f !important;
    padding: 5px 10px;
    right: 5px;
  }

  #header .wpforms-description {
    font-size: 16px;
  }

  .entry-content img {
    height: auto;
    max-width: 100%;
    position: relative;
    margin: 0;
  }

  .entry-content p {
    font-size: 20px;
    margin: 0 0 15px;
  }

}