/* =============================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
p, pre, .p , span, .span {
    margin: .15em 0;
    ont-size: 14px;
    line-height: 1.4em;
    font-weight: normal;
}
h1, .h1, h1 span, .h1 span {
    ont-size: 4.5em;
    line-height: 1.19em;
    ont-family: 'Josefin Sans', sans-serif; 
    ont-weight: 400; 
    color: #333;
    letter-spacing: -1px;
}
h2, .h2, h2 span, .h2 span {
    ont-size: 3.5em;
    margin: 0;
    line-height: 1.19em;
    ont-family: 'Josefin Sans', sans-serif; 
    ont-weight: 400; 
    color: #333;
    letter-spacing: -2px;
}
h3, .h3, h3 span, .h3 span {
    ont-size: 2.25em;
    margin: .5em 0;
    line-height: 1.19em;
    ont-family: 'Josefin Sans', sans-serif; 
    ont-weight: 400; 
    color: #333;
}
h4, .h4, h4 span, .h4 span {
    ont-size: 1.8em;
    margin: .37em 0 ;
    line-height: 1.19em;
    ont-family: 'Josefin Sans', sans-serif; 
    ont-weight: 400; 
    color: #333;
}
h5, .h5, h5 span, .h5 span {
    ont-size: 1.5em;
    margin: .25em 0 ;
    line-height: 1.19em;
    ont-weight: 500; 
    color: #333;
}
h6, .h6, h6 span, .h6 span {
    ont-size: 1.15em;
    margin: .2em 0;
    line-height: 1.19em;
    ont-weight: normal;
}

.post_text{
  margin-bottom: 40px;
}
  .post_text a {
  }
  .post_text, .post_text p,.post_text span, .post_text div, .post_text ol, .post_text ul, .post_text li {
      font-size: 14px;
      ine-height: 14px;
      font-weight: normal;
      margin: 2.45px 0;
  }
  .post_text strong {
      font-weight: 600;
  }
  .post_text ul, .post_text ol {
  }
  .post_text .blog_inline_image{
    width: 50%;
  }
.post_text{
  margin-bottom: 20px;
}

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {
    h1, .h1, h1 span, .h1 span {
      letter-spacing: -2px;
    }
    /*h1, .h1, h1 span, .h1 span { font-size: 28px; }
    h2, .h2, h2 span, .h2 span { font-size: 24px; }
    h3, .h3, h3 span, .h3 span { font-size: 17.5px; }
    h4, .h4, h4 span, .h4 span { font-size: 14px; }
    h5, .h5, h5 span, .h5 span { font-size: 13px; }
    h6, .h6, h6 span, .h6 span { font-size: 9px; }
    p, pre, .p , span, .span {  font-size: 13px; } */
}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {
    h1, .h1, h1 span, .h1 span {
      letter-spacing: 0px;
    }
    /*h1, .h1 { font-size: 25px; }
    h2, .h2, h2 span, .h2 span { font-size: 21px; }
    h3, .h3, h3 span, .h3 span { font-size: 15px; }
    h4, .h4, h4 span, .h4 span { font-size: 13px; }
    h5, .h5, h5 span, .h5 span { font-size: 12px; }
    h6, .h6, h6 span, .h6 span { font-size: 8.5px; }
    p, pre, .p , span, .span {  font-size: 11.5px; } */
}




.bg_std_2 { background: #444444;}
  .bg_std_2_1 { background: #555555;}
.bg_std_3 { background: #aaea92; /*Mint Green*/}
  .bg_std_3_1 { background: #a1e086; /* Darker Mint Green */}

/* =============================================================================
   THEME COLORS
   ========================================================================== */
/*======== Copper ================================*/
.bg1 { background: #edad91;}
   .bg1_1 { background: #fff; /* lighter */}
   .bg1_2 { background: #efa186; /* darker */}
/*======== GREY ================================*/
.bg2 { background: #6b6767;}
  .bg2_1 { background: #fafafa !important;}
  .bg2_2 { background: #535c68; /* blue grey */}
  .bg2_3 { background: #647183; /* lighter blue grey */}

/*======== GREY ================================*/
.bg3 { background: #f7f7f7}
.bg3_1 { background: #f1eae4}
.bg4, .bg5, .bg6, .bg7, .bg8, .bg9{
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.bg4 { color: #fff; border-bottom-color: transparent;}
  .bg4:hover { color: #fff;}
  .bg4.active { color: #fff; border-bottom-color: #edad91;}

.bg5 { color: #45abff; border-bottom-color: #45abff;}
  .bg5:hover { background: #45abff; color: #fff;}
  .bg5.active { background: #45abff; color: #fff;}
.bg6 { color: #e887e1; border-bottom-color: #e887e1;}
  .bg6:hover { background: #e887e1; color: #fff;}
  .bg6.active { background: #e887e1; color: #fff;}

.bg7 { color: #6b6767; border-right-color: #6b6767;}
  .bg7:hover { background: #6b6767; color: #fff;}
  .bg7.active { background: #6b6767; color: #fff;}
.bg8 { color: #edad91; border-right-color: #edad91;}
  .bg8:hover { background: #edad91; color: #fff;}
  .bg8.active { background: #edad91; color: #fff;}
.bg9 { color: #999; border-right-color: #ccc;}
  .bg9:hover { background: #ccc; color: #fff;}
  .bg9.active { background: #ccc; color: #fff;}

.bg_freedom { background-color: #ddd;}

/* =============================================================================
   IMAGES
   ========================================================================== */
.bg_img7{
  background-position: center 200%;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../../inc/css/img/bgs/city_scape.png');
}



/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}
@media screen and (max-height: 700px) {}


/* =============================================================================
   MAIN TAGS
========================================================================== */
  body {
      font-family: 'Helvetica Neue', sans-serif;
      color: #000;
      font-weight: 500;
      font-size: 16px;
      background-color: #fff;
      line-height: 18px;
      letter-spacing: 0px;
  }
  .main_container{
      background-color: #fff; 
  }
  a, .a, a > *, .a > * { color: #000; }
  a > *:hover, .a > *:hover { color: #333; }
  hr { border-top: 1px solid rgba(240,240,240, 1);}
  p a { text-decoration: underline; }
  label h5 {
    font-size: 12px;
    font-weight: 400;
    margin: 3px 0 -3px 3px;
    color: #999;
  }

/* =============================================================================
   ANCHOR BUTTONS
========================================================================== */
.button_1, .button_2, .button_3, .button_4, .button_bm{ 
    color: #fff; 
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    border: 3px solid transparent;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    padding: 8px 35px;
    cursor: pointer;
}
  .button_1 h5, .button_2 h5, .button_3 h5, .button_4 h5, .button_bm h5{
      font-weight: 700;
      letter-spacing: 0px;
      font-size: 16px;
      line-height: 24px;
      ont-family: 'Raleway', sans-serif;
      text-align: center;
  }
  .button_1 {
    background: #edad91;
  }
    .button_1 * { color: #fff; }
    .button_1:hover { color: #fff; }
    .button_1:checked { color: #fff; }

    .button_1:hover h5{
        color: #fff; 
    }

  .button_2{
    background: #ddd;
  }
    .button_2 * { color: #333; }
    .button_2:hover { background: #ddd; }
    .button_2:checked {  background: #555; }
    .button_2:hover h5{
        color: #333; 
    }

  .button_3 {
    background: transparent;
  }
    .button_3 h5 {
      text-transform: inherit;
    }
    .button_3 * {}
    .button_3:hover {background: #fff;}
    .button_3:checked { background: transparent; }

    .button_3:hover h5{}

  .button_4 {
    background: rgba(255,255,255,.9); 
    padding: 15px 40px;
  }
    .button_4 h5 {
      color: #000; 
      text-transform: inherit;
      margin: 0;
    }
    .button_4 * { color: #000; }
    .button_4:hover {  order-color: #edad91; background: #fff; }
    .button_4:checked {  background: #fff; }

    .button_4:hover h5{
        color: #000; 
    }

    .button_bm {
      background: #edad91;
    }
      .button_bm * { color: #fff; }
      .button_bm:hover { color: #fff; }
      .button_bm:checked { color: #fff; }

      .button_bm:hover h5{
          color: #fff; 
      }


/* =============================================================================
   INPUTS
   ========================================================================== */
.submit_1 {
    background: #edad91;
    color: #fff;
    font-size: 14px;
    font-size: 16px;
    ont-family: 'Raleway', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-transition: background .4s ease;
    -moz-transition: background .4s ease;
    -ms-transition: background .4s ease;
    -o-transition: background .4s ease;
    transition: background .4s ease;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    padding: 10px 20px;
    line-height: 24px;
}
.submit_1:hover { background: #efa186; }
.submit_1:disabled { background: #6b6767; }    

input[type="text"], input[type="password"], input[type="email"], input[type="date"], input[type="time"], input[type="tel"], input[type="number"], textarea, select{
    border-color: #eee;
    color: #333;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: 400;
    font-size: 18px;
    margin: 8px 3px;
    letter-spacing: 1px;
    padding: 3px 15px;

}
textarea {
   padding: 15px 15px;
}
    input[type="text"]:hover,
    input[type="password"]:hover,
    input[type="email"]:hover,
    input[type="date"]:hover,
    input[type="time"]:hover,
    textarea:hover,
    select:hover {
        border-color: transparent;
        background: rgba(240,240,240, .8);
    }
    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="email"]:focus,
    input[type="date"]:focus,
    input[type="time"]:focus,
    textarea:focus {
        border-color: #ccc;
    }

::-webkit-input-placeholder { color: rgba(0,0,0, 0.4); }
:-moz-placeholder { color: rgba(0,0,0, 0.4); }
/* firefox 19+ */
::-moz-placeholder { color: rgba(0,0,0, 0.4); }
/* ie */
:-ms-input-placeholder { color: rgba(0,0,0, 0.4) !important; /*darker gray - important needed to for ie10+*/}
input:-moz-placeholder { color: rgba(0,0,0, 0.4); }

/* =============================================================================
   ALERTS & ERRORS
   ========================================================================== */
.alert_message {
  -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
    .alert_message h1, .alert_message h2, .alert_message h3, .alert_message h4, .alert_message h5, .alert_message h6 {}

.form_message {
    margin: 0px 3px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: #535c68;
    margin-bottom: 5px;
}
  .form_message * {
    font-weight: 400;
  }
  .form_message h4 {
    color: #edad91;
  }
  .form_message .text {
    /* Used in Ecomm */ 
    color: #D62D21;
    width: 100%;
    display: block;
    text-align: center;
  }
/* =============================================================================
   SECTIONS
   ========================================================================== */
.std_section {}
.std_section_inter{
    padding: 20px;
    background: #fcfcfc;
    -webkit-box-shadow: 0px 4px 3px -1px rgb(0 0 0 / 15%);
    box-shadow: 0px 4px 3px -1px rgb(0 0 0 / 15%);

    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
  .std_section_inter.inverse{
    background: #fff;
  }
  .std_section_inter.hoverable:hover{
     background: #f8f8f8;
     cursor: pointer;
  }
/* =============================================================================
   FIVONE SECTIONS CLASSES
   ========================================================================== */
.sections_no_results_wrap .nr_message{
    ont-family: 'Raleway', sans-serif; 
    font-weight: 400;
}
/* =============================================================================
   ELEMENTS
   ========================================================================== */
.breadcrumb{
    float: left;
    margin: 0 10px;
}
.aligned_sq{
    width: 30px;
    height: 30px;
    margin: 0 auto;
    border: 1px solid #000;
    background: transparent;
    text-align: center;
    border-color: #222;

}
.aligned_sq_inner{
    font-size: 15px;
    color: #000;
}

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {
  .std_section_inter{
      padding: 10px 10px;
  }
  .button_1, .button_2, .button_3{ 
    padding: 7px 25px;
  }
  .button_4 {
    padding: 2px 10px;
  }
  .button_1 h5, .button_2 h5, .button_3 h5,  .button_4 h5{
      font-size: 14px;
      line-height: 24px;
  }
  .submit_1 {
    font-size: 14px;
    padding: 7px 15px;
    line-height: 24px;
  }
  input[type="text"], input[type="password"], input[type="email"], input[type="date"], input[type="time"], input[type="tel"], input[type="number"], textarea, select {
      font-size: 16px;
  }
}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {
  label h5 {
    font-size: 10px;
  }
  input[type="text"], input[type="password"], input[type="email"], input[type="date"], input[type="time"], input[type="tel"], input[type="number"], textarea, select {
      font-size: 16px;
      height: 50px;
  }
}