@charset "UTF-8";
/*
Theme Name: ShakerS
Theme URI: http://underscores.me/
Author: CaptiveTeam
Author URI: http://CaptiveTeam
Description: Shaker Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: shakersecurity-com
Tags:

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
@import url(/web/20181107174612cs_/https://shakersecurity.com/wp-content/themes/shakersecurity_wp/normalize.css);
/*---------------------------------- variables ------------------------------------------*/
/*---------- google maps css ---------------*/
@import url("https://web.archive.org/web/20181107174612cs_/https://fonts.googleapis.com/css?family=Source+Serif+Pro:400,600,700");
@import url("https://web.archive.org/web/20181107174612cs_/https://fonts.googleapis.com/css?family=Buenard:400,700");
.acf-map {
  width: 100%;
  height: 450px;
  border: #ccc solid 1px; }

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important; }

/*------font awesome-------*/
#socialicons_header {
  width: 110px;
  margin-left: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  #socialicons_header .icon {
    display: inline-block;
    color: white;
    font-size: 12px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin-left: 15px; }
  #socialicons_header .icon:hover {
    color: green; }

#socialicons_footer {
  width: 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  #socialicons_footer .icon {
    display: inline-block;
    color: #175f91;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin-left: 8px;
    border-radius: 17px;
    background: white; }
  #socialicons_footer .icon:hover {
    background: #a27c1e; }

/*---------------*/
.padd {
  padding: 15px; }

.marg {
  margin: 15px; }

input, textarea {
  margin: 0.3em 0;
  padding: 15px;
  max-height: 52px;
  min-height: 30px;
  background: #fff;
  font-size: 14px;
  font-family: arial;
  border-radius: 10px;
  width: 100%; }

button {
  padding: 15px;
  min-height: 52px;
  background: #0bbd29;
  font-size: 20px;
  font-family: arial;
  border-radius: 10px;
  margin: 0.3em 0;
  width: 100%;
  color: #fff;
  a-color: #fff; }

.entry-header * {
  margin: 15px 0; }

footer.entry-footer {
  padding: 15px;
  min-height: 30px;
  font-size: 15px;
  font-family: arial;
  border-radius: 10px;
  margin: 0.3em 0;
  width: 100%;
  color: #fff;
  a: hover;
    a-color: #fff; }

/*---------------*/
body {
  font-family: "Buenard", Serif, "Times New Roman", "Times";
  height: 100%; }

h1 {
  font-size: 1.5em;
  letter-spacing: -1px;
  color: #175f91; }

h1.entry-title {
  font-size: 1.8em; }

h1#golden {
  font-size: 3em;
  color: #a27c1e;
  letter-spacing: -0.02em; }

h2 {
  font-size: 1.3em;
  letter-spacing: -1px;
  color: #175f91; }

h3 {
  font-size: 1.8em;
  color: #a27c1e;
  letter-spacing: -0.02em; }

h4 {
  font-size: 2em;
  color: #fff;
  font-weight: 600;
  line-height: 1.2em; }

h5 {
  font-size: 3.5em;
  color: #fff;
  font-weight: 500; }

h6 {
  font-size: 2.5em;
  color: #fff;
  font-weight: 500; }

p {
  font-family: arial;
  font-size: 0.9em;
  line-height: 1.3em;
  margin: 0.5em 0em; }

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 82%;
  max-width: 1050px; }

.around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

/*---------------- HEADER -------------------*/
.header_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 40px;
  background: #3e7398;
  text-transform: uppercase;
  font-family: Arial;
  font-size: 11px;
  color: #fff; }

.call_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 62.66667%; }
  .call_title img {
    width: auto;
    height: auto;
    margin: 0 10px; }

.header_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 80px;
  background: #175f91; }

.header_menu_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 57%;
  text-transform: uppercase;
  font-family: arial;
  font-size: 14px;
  color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  .header_menu_menu ul {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .header_menu_menu a {
    color: #fff; }
  .header_menu_menu a:hover {
    color: #dc1b21; }
  .header_menu_menu a:active {
    color: #a27c1e; }

.header_menu_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 31.33333%;
  z-index: 1; margin-top:25px;}
  .header_menu_logo img {
    width: 175px;
    height: 175px; }

/*---------------- HEADER HERO -------------------*/
.header_form {
  display: -webkit-box; min-height:425px;
max-height:450px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.header_photo {
 
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .header_photo img {
    max-height: 100%;
    width: auto;
    height: auto; }

/*--------------- FORM -----------------*/
.otro_wrapper {
  /* position: absolute; background:url(https://web.archive.org/web/20181107174612im_/https://shakersecurity.com/wp-content/uploads/2018/04/shakersecurity-banner.jpg) center no-repeat; */
  position: absolute; background:url(../images/cleveland-high-quality.png) center no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-size: cover;
}

.header_form_form {
  width: 39.16667%; min-width:300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .header_form_form p {
    margin: 0;
    padding: 0; }
  .header_form_form br {
    line-height: 0px; }
  .header_form_form .form.wpcf7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
  .header_form_form input, .header_form_form textarea {
    margin: 0.3em 0;
    padding: 15px;
    height: 48px;
    max-height: 48px;
    min-height: 30px;
    background: #fff;
    font-size: 14px;
    font-family: arial;
    border-radius: 10px;
    width: 100%; }
  .header_form_form textarea {
    height: 120px;
    min-height: 70px;
    max-height: 120px; }
  .header_form_form .wpcf7-submit {
    padding: 15px;
    min-height: 52px;
    background: #0bbd29 !important;
    font-size: 20px;
    font-family: arial;
    border-radius: 10px;
    margin: 0.3em 0;
    width: 100%;
    color: #fff;
    a-color: #fff; }

/*---------------- GIVE US A CALL -------------------*/
.header_phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 120px;
  background: #175f91; }

.white {
  color: #fff; }

.wrapper.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

/*------------ main ---------------*/
section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

section.headquarters {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #175f91; }
  section.headquarters .top_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 79px; }
  section.headquarters h1 {
    color: #fff; }
  section.headquarters #map {
    position: relative;
    width: 100%;
    height: auto; }
  section.headquarters .trans {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 20px;
    width: 100%;
    background: #3e7398;
    opacity: 0.3; }

#home_article {
  padding: 15px 7.5px; }
  #home_article h3 {
    padding: 15px 0; }
  #home_article button#learn_more {
    float: right;
    margin: 15px 0;
    width: 47%; }
    #home_article button#learn_more a {
      color: white; }

section.why_us {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  section.why_us h1 {
    margin: 30px 0 15px 0; }

section.testimonials {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  section.testimonials h1 {
    margin: 30px 0 15px 0; }

.item_why {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  margin: 15px; }

.item_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.item_circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px;
  min-width: 50px;
  min-height: 50px;
  border-radius: 100%;
  background: #a27c1e; }
  .item_circle .item_number {
    position: relative;
    bottom: -0.1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
    font-family: serif;
    font-size: 26px; }

.item_txt {
  font-family: arial;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: normal; }

.testimonials {
  background: #eee7dc; }

.testimonials.wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.testi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: arial;
  font-size: 18px;
  font-style: italic;
  padding: 40px; }
  .testi img {
    border-radius: 100%;
    width: auto;
    height: auto;
    margin-left: 55px; }

.quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.quote:before {
  position: relative;
  bottom: 18px;
  quotes: "“" "”";
  content: open-quote;
  font-family: Arial;
  font-style: italic;
  font-weight: 200;
  font-size: 115px;
  color: #9c781f;
  margin: 0 15px 0 0; }

p#author {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.golden {
  color: #a27c1e; }

.grey {
  background: #f5f5f7; }

.wrapper.srv {
  margin: 15px; }
.srv {width: 82%; max-width: 1050px;}
.service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 15px; }

.tre_col {
  width: 47%;}

.two_col {
  width: 31.33333%; }

.tre_col.img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.tre_col.txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .tre_col.txt h1 h3 {
    margin-bottom: 0.2em;
    margin-right: auto; }
  .tre_col.txt img {
    width: 134px;
    height: 134px;
    max-width: 100%;
    margin-bottom: 10px;
    margin-right: 10em; }

.big {
  font-size: 2.6em; }

.service_img_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-height: 300px;
  min-height: 178px;
  color: #fff;
  font-family: arial;
  font-size: 0.8em;
  line-height: 1.3em;
  background: #175f91;
  padding: 15px; }
  .service_img_txt p {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .service_img_txt button {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 0.8em;
    background: #fff;
    height: 30px;
    color: #175f91;
    border-radius: 5px;
    width: 31.33333%;
    -webkit-box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.2); }

/*------------ CTA ---------------*/
.big_cta {
  background: #175f91;
  height: 452px; }
  .big_cta .wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.cta_logo img {
  width: auto;
  max-width: 100%; }

.cta_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 2%; }
  .cta_text .btn_phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 47%; }
  .cta_text button {
    font-family: arial;
    font-size: 1.2em;
    font-weight: 600;
    color: #fff;
    margin: 15px 0px 7px 0px;
    width: 100%;
    height: 52px;
    border-radius: 10px;
    background-color: #dc1b21;
    -webkit-box-shadow: 0 4px rgba(2, 41, 57, 0.1);
    box-shadow: 0 4px rgba(2, 41, 57, 0.1); }

/*------------ the facts ---------------*/
.wrapper.facts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
  margin-top: 30px; }

.fact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px 7.5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 248px;
  min-width: 120px; }
  .fact img {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-height: 230px; }
  .fact h3 {
    margin: 15px 0px;
    font-size: 1.6em; }

button#learn_more {
  width: 100%;
  height: 52px;
  border-radius: 10px;
  background-color: #9c781c;
  -webkit-box-shadow: 0 4px rgba(2, 41, 57, 0.1);
  box-shadow: 0 4px rgba(2, 41, 57, 0.1);
  font-family: arial;
  font-weight: 500;
  font-size: 1em;
  color: #fff; }

.one_half_col {
  width: 23.5%; }

/*------------ footer ---------------*/
footer {
  background: #175f91;
  max-height: 220px; }
  footer img {
    width: 175px;
    height: 175px;
    max-width: 100%;
    min-height: 100%; }

.container_foot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.wrapper.foot {
  padding: 0px 15px; }

.footer_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: 220px;
  width: 31.33333%;
  font-family: arial;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #fff; }
  .footer_menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 90px;
    max-height: 90px; }
  .footer_menu a {
    color: #fff; }

.footer_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
  bottom: 15px;
  width: 62.66667%; }

.footer_social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 31.33333%;
  color: #fff;
  height: 90px;
  max-height: 90px; }
  .footer_social h7 {
    font-family: arial;
    font-size: 0.8em; }

.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #3e7398;
  height: 40px;
  font-family: arial;
  font-size: 10px;
  color: #175f91; }

/*# sourceMappingURL=style.css.map */

@media only screen and (max-width: 1250px) {
.header_photo {height:100%;}
.header_photo img{height:100%; width:auto; max-width:auto;}
.wrapper {width:92%;}
}

@media only screen and (max-width: 750px) {
.header_menu_logo { margin-top:0px;}
.header_menu_logo img, footer img {width: 135px; height: 135px; }
.one_half_col {width:90%;}
.fact {max-width:500px;}
.service {display:block;}
.fact img {max-height: 430px;}
h1#golden {font-size:32px; text-align:center;}
h1#golden span {display:block; text-align:center;}
.header_top {height:30px;}
.wrapper {flex-direction: column;  -webkit-flex-direction: column; }
.header_menu .wrapper, .header_top .wrapper {flex-direction: row; -webkit-flex-direction: row;}
.header_menu .wrapper, .header_menu .wrapper {flex-direction: row; -webkit-flex-direction: row;}
.header_menu_menu {display:block!important; position:relative; cursor:pointer; height:34px; width:150px; }
.header_menu_menu::after {display:block; content: "";
    position: absolute;
    top: -10px;
    right: 0;
    width: 2em;
    height: 0.290em;
    border-top: 0.750em double #fff;
    border-bottom: 0.250em solid #fff; cursor:pointer;}
body {cursor:pointer;}
.header_menu_menu ul {display:none; position:absolute; right:0px; top:10px; background:#175f91;z-index:9999; max-width:150px; text-align:right;}
.header_menu_menu:hover ul, .header_menu_menu:focus ul  {display:block;}
.header_menu_menu ul li {padding:5px; border-bottom: solid 1px rgba(225,225,225,0.1);}
.header_menu_menu ul li a {padding:5px;}
.otro_wrapper {padding-top:0px; vertical-align:top; max-height: 425px;}
.header_form_form {display:block; top:0px;}
.form.end{ -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;}
.tre_col {width:97%;}
.testi {padding:20px;}
.header_menu_logo {
  display: -webkit-box;
  display: -webkit-flex-start;
  display: -ms-flexbox;
  display: flex-start;}
.footer_menu, .footer_social h7 {display:none;}
.footer_social, #socialicons_footer {-webkit-box-align: center; -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: flex-center;}
.footer_social {max-height:70px;}
.wrapper.cta {-webkit-box-pack: center; -ms-flex-pack:center;}
footer img {max-height:134px;}
.footer_logo {display:block; height:134px;text-align:center;}
}

section.headquarters {display:none!important}

div.copyright h10 {
	color: #fff !important;
}

.form_not_present .otro_wrapper {
	background-position: left;
}


/* Landing Pages */

/* Hiding Content */

body.landing h1.entry-title, body.landing .header_phone, body.landing .header_form, body.landing .header_top,
body.landing .header_menu, body.landing .container_foot, body.landing iframe[src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3571.809710885344!2d-80.0788114849646!3d26.46186208332384!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d8dfe7e53bd91f%3A0x87e02702ce677b55!2s301+W+Atlantic+Ave+%230%2C+Delray+Beach%2C+FL+33444!5e0!3m2!1sen!2sus!4v1510755618910"] {
	display: none !important;
}

/* Container Full Width */

body.landing .container {
	width: 100%;
    padding: 0;
    margin: 0;
    max-width: -webkit-fill-available;
}

body.landing main#main {
max-width: -webkit-fill-available;
    margin: 0;
}

body.landing .post-content {
padding: 0;
}

/* Logo */

body.landing .logo {
	text-align: center;
	padding: 10px 0;
}

body.landing .logo img {
	width: 87px;
}


/* Overlay */

body.landing .jumbotron::after {
content: '';
display: block;
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, 0.5);
position: absolute;
    top: 0;
    left: 0;
}

body.landing .main-content-container .gdlr-main-content {
margin: 0;
}

body.landing .custom-container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
padding: 35px;
}

body.landing .contact-form > h2 {
margin-top: 0;
}

ul#menu-menu-2 + p {
display: none;
}

/* Jumbotron */

body.landing .jumbotron {
border-radius: 0;
background-size: cover;
position: relative;
	    padding: 83px 0;
}

body.landing .jumbotron h1, body.landing .jumbotron p, body.landing .jumbotron h3 {
	position: relative;
	z-index: 2;
	color: #fff;
}

body.landing .jumbotron h1 {
color: #fff !important;
line-height: 1.2;
}

body.landing .jumbotron h3 {
	margin-top: 15px;
}

body.landing .jumbotron .jumbo-btn {
	width: auto;
    height: 52px;
    border-radius: 10px;
    background-color: #9c781c;
    -webkit-box-shadow: 0 4px rgba(2, 41, 57, 0.1);
    box-shadow: 0 4px rgba(2, 41, 57, 0.1);
    font-family: arial;
    font-weight: 500;
    font-size: 1em;
    color: #fff;
	border: 0;
	line-height: 39px;
}

/* Menu */

body.landing #site-navigation {
background-color: #6c9634;
padding-left: 45px;
display: flex;
justify-content: center;
}

body.landing #site-navigation a {
padding: 10px 8px;
color: #fff;
display: inline-block;
}
/* Contact Form 7 */

body.landing .wpcf7 .wpcf7-submit {
	width: 100%;
    height: 52px;
    border-radius: 10px;
    background-color: #0bbd29;
    -webkit-box-shadow: 0 4px rgba(2, 41, 57, 0.1);
    box-shadow: 0 4px rgba(2, 41, 57, 0.1);
    font-family: arial;
    font-weight: 500;
    font-size: 1em;
    color: #fff;
	box-shadow: none;
	text-transform: uppercase;
}

body.landing .wpcf7 input, body.landing .wpcf7 textarea {
width: 100%;
}

/* Hiding empty p elements */
body.landing p:empty {
display: none !important;
}

/* Miscellaneous */

body.landing {
padding-top: 0;
}

body.landing #primary {
	width: 100%;
}

body.landing .wrapper {
	width: 100%;
    max-width: -webkit-fill-available;
	margin: 0;
}

body.landing .contact-form > h2 {
font-size: 28px !important;
margin-bottom: 20px;
}

body.landing .copyright {
    bottom: 0;
    left: 0;
    right: 0;
}

/* Repeat CTA */

body.landing .repeat-cta {
	background-color: #175f91;
	clear: both;
    bottom: 40px;
    right: 0;
    left: 0;
	padding: 40px 0;
	text-align: center;
}

body.landing .repeat-cta a {
	width: auto;
    border-radius: 10px;
    background-color: #9c781c;
    -webkit-box-shadow: 0 4px rgba(2, 41, 57, 0.1);
    box-shadow: 0 4px rgba(2, 41, 57, 0.1);
    font-family: arial;
    font-weight: 500;
    font-size: 1em;
    color: #fff;
    border: 0;
    display: inline-block;
    padding: 22px 16px;
}

body.landing .repeat-cta h2 {
	font-size: 40px;
	color: #fff;
	margin-bottom: 30px;
}

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

body.landing .contact-form {
	text-align: center;
}

body.landing div[class*="col"] {
	margin-bottom: 30px;
}

body.landing .jumbotron {
	padding-top: 30px;
	border-radius: 0;
}
body.landing .jumbotron h1 {
	font-size: 33px;
}

body.landing #site-navigation {
display: block;
}

body.landing nav#gdlr-main-navigation li {
display: block;
text-align: center;
font-size: 18px;
}
	body.landing .wpcf7 label {
		width: 100%;
    	display: block;
	}
}

@media all and (max-width: 991px) {
body.landing .jumbotron {
padding-top: 65px;
}
}

@media all and (max-width: 450px) {
body.landing #site-navigation a {
display: block;
}
}

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

body.landing #site-navigation {
padding-top: 154px;
}

}

body.landing ul li {
	list-style: circle;
	font-size: 17px;
}

body.landing ul {
	padding-left: 37px;
}

body.landing p {
	font-size: 16px !important;
}

body.landing h2 {
	font-size: 28px;
}

@media all and (max-width: 480px) {
	body.landing .logo img {
		width: 65px;
	}
}
/*
     FILE ARCHIVED ON 17:46:12 Nov 07, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:32:11 Aug 26, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.506
  exclusion.robots: 0.018
  exclusion.robots.policy: 0.008
  esindex: 0.011
  cdx.remote: 10.409
  LoadShardBlock: 74.65 (3)
  PetaboxLoader3.datanode: 97.99 (4)
  load_resource: 466.238
  PetaboxLoader3.resolve: 407.474
*/