/*=============================================
    Please add all custom CSS to this file
 =============================================*/
html {  min-height: 100%;}

body{
  font-weight:400;
  background:#FFF;
  font-family: 'Poppins', 'Montserrat', sans-serif;
  font-size: 17px;
}

.prime {
  font-size: 1em;
}

.clear {clear: both;}
.toplogo{font-size:1.9em;}

h1, h2, h3, h4, h5 {
  line-height: 1.2em;
  font-weight: 700;
}
h1 {font-size: 1.4em;}
h2 {font-size: 1.3em;}
h3 {font-size: 1.25em;}

.center, .center * {
  text-align: center;
}

#content h1, 
#content h2,#content h3,#content h4{
    color: #181818;
}
#content {overflow:hidden;padding-bottom: 40px;}
.breakout {   
  margin: 2em calc(50% - 50vw);
  padding: 2em;
  background: #ededed;
}
#content .breakout h2 {margin-top:.5em;}

.half-full {
    margin: 4em calc(50% - 50vw);
}
.dk {
  background: #555;
}
.lg {
  font-size: 1.2em;
}
.sm-w .wrapper {
  max-width: 800px;
}
.no-w .wrapper {
  max-width: none;
}
.d-overlay {
  background: rgba(0,0,0,.75);
}
.breakout .wrapper { 
  position: relative; 
  z-index: 1; 
  width:100%;
}
.bg-img {
  align-items: center;
  justify-content: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size:cover;
  min-height: 300px;
}
.cta-full {
  margin: 2em 0;
  text-align: center;
  padding: 2em;
  background: #ededed;
}
#content .cta-full h2 {
  margin-top: .5em;
}
.parallax {
  background-attachment: fixed;
}
.overlay {position: relative;}
.overlay:after {
    content: '';
    background: rgba(27, 29, 31, 0.85);
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}
.parallax ul {
  text-align: left;
}
.inverse *,  #content .inverse h1, #content .inverse h2, #content .inverse h3, #content .inverse h4  {
  color: #fff;
}
#content .inverse .btn {
  /* border: 1px solid #fff; */
  background: #01271d;
}

.topPhone span {
  display: block;
  line-height: 1em;
}
.toplogo img {
  vertical-align: middle;
}
.prime header.header{background:#fff;color:#000;}
.topPhone span {font-size: 1.3em;}
.topPhone .phone-number {
  font-size: 1.25em;
  color:#fff;
  padding: 10px 17px 7px;
  font-weight: normal;
  background: #08a550;
  display: inline-block;
  margin-bottom: 10px;
  text-decoration: none;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}
.topPhone i { margin-right: 5px; vertical-align: middle;}

#content, #slider, .prime{
  background:transparent none;
}
.rslides_tabs {
  background: transparent;
  border:none;
}
#slider {text-align:center; margin: 0 auto;}
#slider *, #slider {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
/*.home #slider:hover img {
    transform: scale(1.05,1.05);
    -webkit-transform: translateZ(0) scale(1.05, 1.05);
}*/
.cta {
  bottom: 0;
  right: 0;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.slider-image {
  min-height: 450px;
}


.wrapper{max-width:1080px;}
#content{min-height:400px; padding-bottom: 30px;background:rgba(255, 255, 255, 1);}
#content div.one-half{text-align:left;}
#content h2{margin-top:20px;}

nav.nav {
  background: #484848;
}

nav.nav ul li.current-menu-item a, nav.nav ul li.current_page_parent a, nav.nav ul li.current-menu-ancestor a {
    border:none;
}

ul.sub-menu li a {color: #fff; font-size: 12px;}
ul.sub-menu {background:#fff; text-align: left;}
.nav ul.sub-menu li a:hover, ul.sub-menu li.current-menu-item {background: rgba(0,0,0,.1);}

.nav ul li a {
  text-transform: uppercase;
  color: #fff;
  position: relative;
  border:none;
  line-height: 1.2em;
  letter-spacing: .05em;
}
.nav ul li a:hover { background: transparent; }


/*Fixed*/
nav.nav.nav-fixed{background: #484848;}
nav.nav.nav-fixed > ul > li > a, nav.nav.nav-fixed li.menu-item-has-children a:after {
  color: #fff;
}
nav.nav.nav-fixed .sub-menu {text-align: left;}

nav.nav ul li.current_page_parent > a, 
nav.nav ul li.current-menu-item > a, 
nav.nav ul li:hover > a, 
nav.nav ul li.current-menu-ancestor > a, 
nav.nav ul li.current-menu-parent > a {
  /* color: #ba5b29; */
}
.nav ul li.menu-item-has-children:hover > a:after,
.nav ul li.menu-item-has-children > a:after {
  color: inherit;
  content: '\f078';
  /* content: '\f107'; */
  font-family: 'FontAwesome';
  font-size: .8em;
  line-height: 1em;
  margin-left: 5px;
}

.contact-us #content div.one-half:first-child {
  padding-right: 30px;
}

#content ul li ul {
  padding-left: 1em;
  list-style: circle;
}
/*#content ul li ul li:before {
  display: none;
}*/
#content img {
  max-width: 100%;
  width: auto;
  height: auto;
}
#content a {
  color: inherit;
}

#content .dotted {
  display: inline-block;
  border-bottom: 1px dotted;
}
.nav ul li.current-page-ancestor > a:before,
.nav ul li.current_page_parent > a:before,
.nav ul li.current-menu-parent> a:before,
.nav ul li.current-menu-item > a:before,
.nav > ul > li > a:before  {
  content: '';
  position: absolute;
  background: #01d25b;
  z-index: -1;
  right: 50%;
  bottom: 0;
  left: 50%;
  height: 2px;
  top: auto;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 0;
}
.nav ul li.current-page-ancestor > a:before,
.nav ul li.current_page_parent > a:before,
.nav ul li.current-menu-parent> a:before,
.nav ul li.current-menu-item > a:before,
.nav > ul > li > a:hover:before, 
.nav > ul > li:hover > a:before  {
  right: 0;
  left: 0;
  opacity: 1;
}


#content a:hover {text-decoration: none;}

.btn,
.wpcf7-form input[type=submit],#content button, html input[type="button"], input[type="reset"], input[type="submit"],
a.contact-btn,.biziq-button,.client-button, #content .btn, #slider .btn, .view-article {
  font-weight: 700;
  background: #09a450;
  padding: 8px 23px 7px 25px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  min-width: 150px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
  border: none;
  line-height: 1.6em;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}
.btn:after,
a.contact-btn:after,.biziq-button:after,.client-button:after, .btn:after, #slider .btn:after, .view-article:after  {
    content: "\f054";
    font-weight: normal;
    font-family: 'FontAwesome';
    margin-left: 10px;
    font-size: .95em;
}

.btn:hover,
#slider:hover .btn,
button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover,
#content .view-article:hover,.wpcf7-form input[type=submit]:hover, #content .btn:hover, #slider .btn:hover {
    background: #013c29;
    color: #fff;
}

#content a.view-article {
  display: block;
  margin: 1em 0;
  max-width: 210px;
  color: #fff;
}

.feedback #content a {background: transparent;} .feedback #content a:hover {background: transparent;}
.up-down a:before {color: #09a450;}

#content .wpcf7-form input[type=submit] {
  max-width:150px;
  margin:10px 0;
}
#content .wpcf7-form textarea {
  height: 120px;
}
.wpcf7-form input, .wpcf7-form textarea {
  padding: 7px 10px;
  margin: 5px 0;
}
input[type="radio"] {
    width: auto;
}

.flex-wrapper, ul.cta-list {
  justify-content: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.flex-wrapper .flex-item,
ul.cta-list li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-grow: 1;
    width: auto;
    flex-basis: 280px;
    list-style: none;
    margin: 15px;
}
ul.cta-list li {
    padding-left: 30px;
    text-indent: -25px;
    line-height: 1.6em;
    font-size: 1.15em;
}
ul.cta-list li:before {
  font-family: 'FontAwesome';
  content: '\f046';
  font-size: 1.2em;
  color: #e2a30e;
  margin-right: 7px;
}


.grid > ul > li {
  list-style-type: none;
  padding: 15px 25px;
  position: relative;
  /*background: #ededed;*/
  z-index: 1;
  transition: .3s ease-in-out;
}

.grid ul li:after {
  content: '';
  background: #266DD3;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 100%;
  z-index: -1;
  transition: .3s ease-in-out;
  opacity: .8;
}

.grid ul {
  padding: 0;
  margin: 2em 0;
}

#content .grid h3 {
  color: #fff; 
  position: relative;
  padding-left: 28px;
}

.grid h3:before {
  content: '\f14a';
  font-family: 'FontAwesome';
  margin-right: 10px;
  position: absolute;
  left: 0;
}

.grid p {
  /*margin-left: 30px;*/
}
.author-name {font-weight: bold; font-style:normal;}
.neg-margin {
  margin: 0 -15px;
}
.neg-margin > div {
  padding: 0 15px;
}

span.icon-item {
    display: inline-block;
    text-indent: -10px;
    margin-left: 22px;
    margin-bottom: 10px;
}
span.icon-item i {
    color: #01d25b;
    margin-right: 4px;
}

footer .btn, footer input[type="submit"], footer .wpcf7-form input[type=submit] {
  background: white;
  color: #069336;
}
footer .btn:hover, footer input[type="submit"], .wpcf7-form input[type=submit]:hover {
  background:#01d25b
}

footer.footer {
  font-size: .9em;
  line-height: 1.6em;
  background: #252525;
  color: rgba(255, 255, 255, .9);
  border-top: 1px solid rgba(0,0,0,0.15);
  padding-bottom: 0;
}
footer.footer h2 {
  border-bottom: .02em solid #ffffff;
  padding-bottom: 8px;
  color: #fff;
  font-size: 1.4em;
}
.bottomicon {
  max-width: 45px;
}
footer .review-body {
  padding: 0;
}
footer .review-date {
  display: none;
}
footer .wpcf7-form input, footer .wpcf7-form textarea {
  border: none;
  padding: 5px 7px;
  font-size: .9em;
  background: rgba(0,0,0,.6);
  color: #bfbfbf;
}
.copy {
  background: rgb(9, 164, 80);
  padding: 10px 0;
  font-size: .8em;
  letter-spacing: .05em;
  margin-top: 10px;
}
.bottomicon, .socialicons{
    text-align:left;
}
#content ul{list-style:square;}
/*.final-star {
    color: #f0f0e4 !important;
}*/
#content h2{margin-top:40px;}
#content ul.fancylist{list-style: none;}
ul.fancylist > li:before {
  content: "\f138" /*"\f058" */;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 16px;
  padding-right: 0.5em;
  margin-left: -27px;
  color: #019846;
}
ul.fancylist > li {text-indent: 5px;margin-bottom: 5px;line-height: 1.55em;}
ul.checked li:before{content: "\f058";}
ul.slim-check li:before{content: "\f00c" /*\f00c*/;}
ul.marker li:before {color: inherit;content: "\f041";}
ul.spaced li{margin-bottom:15px;}

#content .compliments h1 {
  background: #002820;
  color: #fff !important;
}
#content .compliments h1:after {
  display: none;
}
.review-body {
  font-style: normal;
  border: 0;
  line-height:  1.5em;
}
#content .review-body {
  font-size: 1.1em;
  text-align: center;
}
#content .review-info span {
  display: block;
  width: auto;
  text-align: center;
  float: none;
  line-height: 1.4em;
}
.review-nav-container { width: 100%; }
.review-container {
  margin-top: 45px;
  justify-content: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.rev-cont {
  padding: 40px 20px 20px;
  background: #ededed;
  border: 1px solid rgba(0,0,0,.15);
  position: relative;
      flex-grow: 1;
    flex-basis: 400px;
    align-items: center;
    justify-content: center;
    margin: 0 15px 50px;
}
.rev-cont:before {
  content: '\201C ';
  font-family: Times New Roman, Georgia;
  position:absolute;
  background: #013c2a;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  line-height: 65px;
  font-size: 2.5em;
  top: -25px;
  left: calc(50% - 25px);
}
.review-container h3.review-title {
  display: none;
}
.review-nav-container li a {background: #fff;}

#content .review-nav-container li {
  background: transparent;
}

#content .review-nav-container li a {
  min-width: 0;
  color: #000;
  padding: 5px;
  font-family: 'Montserrat', 'Open Sans', Helvetica, Arial, sans-serif;
}

.featherlight-next span, .featherlight-previous span {font-size: 60px;}
.gallery .gallery-item {padding: 0 0;}
.gallery img {
  border: none !important;
  max-width: 100%;
  width: auto;
  height: auto;
    -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
    backface-visibility: hidden;
}
#content .gallery a {
  background: transparent;
  border: 1px solid #e4e4e4;
  padding: 0;
  display: inline-block;
  box-shadow: 0px 0px 2px #bdbdbd;
} 
.gallery-columns-6  .gallery-item {
  width: calc(100% / 6) !important;
}
.gallery-icon img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.gallery-icon:hover img {
    box-shadow: 0 0 10px #000;
    transform: scale(1.1,1.1);
    -webkit-transform: translateZ(0) scale(1.1, 1.1);
}

.up-down>a {color:#333 !important;transition: all 0.25s ease 0s;    margin: 0 1em;}
.up-down>a:hover{color:#181818 !important;}

/*blog*/
.blog-sidebar > div {
  padding: 12px;
  background: #ededed;
  margin-bottom: 15px;
}
#content main[role=blog] article.post h1, 
#content main[role=blog] article.post h2 {
  margin-bottom: 10px;
}
#content main[role=blog] article.post:first-child h2 {
  margin-top: 1em;
}
.post-details {
  font-size: .85em;
}
.post-details span i {
    color: #cea036;
}
.post-details span {
  margin-left: 10px;
}
.post-details span:first-child {
  margin-left: 0;
}

@media only screen and (min-width: 768px) {
  .nm {margin-top: -40px;}
  .mobile {
    display:none;
  }
  .toplogo {
    text-align: left;
  }
  .topPhone {
    text-align: right;
  }
  .d-r {
    text-align: right;
  }
  .topPhone span.call-today {
    margin-right: 1em;
  }
  header .wrapper  {
    padding: .5em 0;
  }
  header .wrapper > div {
    float: none;
    display: inline-block;
    vertical-align: middle; 
  }
  .nav > ul {
    margin: 0 auto;  
    max-width: 1080px; 
    width: 95%; 
    padding: 0 0 ;
  }
  nav.nav > ul > li {
    vertical-align: middle;
    border:none;
    margin: 0;
    position: relative;
    overflow: inherit;
    padding: 5px 0 6px;
  }
  nav.nav ul.sub-menu {
    right: 0;
    width: auto;
    left:0;
    z-index: 2;
  }
  nav.nav > ul > li > a {font-size: 16px;padding: 8px 15px;/* display:inline-block; */}
  nav.nav > ul > li a, nav.nav ul li {border:none; vertical-align: middle;}

  nav.nav > ul > li > ul.sub-menu li a {display: block;padding: 10px 5px;}

  nav.nav-fixed ul {
    text-align: center;
  }
  nav.nav ul.sub-menu li:first-child {border-top:none;}
  nav.nav ul.sub-menu li {border-top: 1px solid #fff;}

  ul.sub-menu {
  }
  .toplogo img {max-height:200px;}

  .prime header .two-third{text-align: right;}

  .right-padding {
     padding-right: 1.75em;
  }
  .left-padding {
    padding-left: 1.75em;
  }

  
  .float-left {
    float: left;
    margin: 0 15px 15px 0;
  }
  .float-right {
      float: right;
      margin: 0 0 20px 15px;
  }


  /*blog*/
  .blog-sidebar {
    width: 25%;
  }
  .post .wp-post-image {
    margin: 1.5em 15px 15px 0;
    float: left;
  }

  .grid > ul > li {
    display: table-cell;
    vertical-align: middle;
  }
  .grid ul li:first-child {
    border:none;
  }
  .grid > ul {
    table-layout: fixed;
    display: table;
    width: 100%;
    padding: 0;
  }
  li.text * {
    margin-left: 0;
    max-width: calc(940px / 2);
  }
}


@media only screen and (max-width: 1050px) {
    
}
@media only screen and (min-width: 951px) {
}

@media only screen and (min-width: 768px) and (max-width: 949px) {
}

@media only screen and (max-width: 950px) {
}

@media only screen and (max-width: 767px) {
  .desktop {
    display: none;
  }
  .prime {
      font-size: .95em;
  }
  header.header .wrapper {
      width: 100%;
  }
  nav.nav {
  }
  .nav ul {
    padding: 0;
  }
  nav.nav ul li {width: auto; text-align: left;}
  .nav > ul > li > a:before  {display: none;}
  .current-menu-item, .nav ul li:hover, .nav ul li:focus {background: rgba(0,0,0,.1);}
  .nav ul li > a {padding: 10px 15px;font-size: 1em;color: #fff; margin-right: 50px;background: transparent !important;}

  ul.sub-menu {background: transparent;    font-size: .9em;}
  ul.sub-menu li a:before {content: '-';}

  .toplogo img {max-height: 120px;padding: 0 15px;}
  #toggle-wrapper {    
    top: 12px;
    z-index: 5;
    padding: 7px;
  }
  header .one-third, header .two-third {text-align: center;}
  .toplogo{ 
    display: inline-block;
    padding:15px 0 0;
  }

  #slider .rslides_tabs {
    display: none;
  }
  .topPhone span {display:none;}
  #content div.one-half{
    padding-right:0 !important;
    padding-left:0 !important;
  }
  ul.one-half {
    text-align: left;
  }
  #content .neg-margin div.one-half {
    padding: 0 15px !important;
  }
  .gallery .gallery-item {width: 50% !important;}

  main[role="blog"], .blog-sidebar {
    width: 100%;
    margin: 0;
  }

  .gallery br {display: none;}
  .grid ul li {
  }
  .grid ul li.bg-img {
    min-height: 250px;
  }
  .parallax {background-position: center;background-attachment: inherit;}
  .alignleft, .alignright {
    margin: 10px auto;
  }
  footer input[type="submit"],footer .wpcf7-form input[type=submit] {
    max-width: 200px;
  }
  footer .neg-margin > div {
    margin-top: 40px;
  }
  footer .neg-margin > div:first-child {
    margin-top: 0;
  }
}

@media only screen and (max-width: 480px) {

}