/* =============================================================================
   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;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 500;
}
h1, .h1, h1 span, .h1 span {
    font-size: 4.5em;
    line-height: 1.19em;
    font-family: 'Josefin Sans', sans-serif; 
    font-weight: 400; 
    color: #333;
    letter-spacing: -3px;
}
h2, .h2, h2 span, .h2 span {
    font-size: 3.5em;
    margin: 0;
    line-height: 1.19em;
    font-family: 'Josefin Sans', sans-serif; 
    font-weight: 400; 
    color: #333;
    letter-spacing: -2px;
}
h3, .h3, h3 span, .h3 span {
    font-size: 2.25em;
    margin: .5em 0;
    line-height: 1.19em;
    font-family: 'Josefin Sans', sans-serif; 
    font-weight: 400; 
    color: #333;
}
h4, .h4, h4 span, .h4 span {
    font-size: 1.8em;
    margin: .37em 0 ;
    line-height: 1.19em;
    font-family: 'Josefin Sans', sans-serif; 
    font-weight: 400; 
    color: #333;
}
h5, .h5, h5 span, .h5 span {
    font-size: 1.5em;
    margin: .25em 0 ;
    line-height: 1.19em;
    font-weight: 500; 
    color: #333;
}
h6, .h6, h6 span, .h6 span {
    font-size: 1.15em;
    margin: .2em 0;
    line-height: 1.19em;
    font-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;
      line-height: 1.4em;
      font-weight: 500;
      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 { font-size: 2.8em; }
    h2, .h2, h2 span, .h2 span { font-size: 2.4em; }
    h3, .h3, h3 span, .h3 span { font-size: 1.75em; }
    h4, .h4, h4 span, .h4 span { font-size: 1.4em; }
    h5, .h5, h5 span, .h5 span { font-size: 1.3em; }
    h6, .h6, h6 span, .h6 span { font-size: .9em; }
    p, pre, .p , span, .span {  font-size: 1.3em; } 
}
@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 { font-size: 2.5em; }
    h2, .h2, h2 span, .h2 span { font-size: 2.1em; }
    h3, .h3, h3 span, .h3 span { font-size: 1.5em; }
    h4, .h4, h4 span, .h4 span { font-size: 1.3em; }
    h5, .h5, h5 span, .h5 span { font-size: 1.2em; }
    h6, .h6, h6 span, .h6 span { font-size: .85em; }
    p, pre, .p , span, .span {  font-size: 1.15em; } 
}




.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 { ackground: #6b6767; background: #535c68;}
  .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;}
/* =============================================================================
   IMAGES
   ========================================================================== */
.bg_img2, .bg_img4, .bg_img5{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg_img1{  
  background-image: url('../../inc/css/img/bgs/bg4_blur_2.jpg');
}
.bg_img2{
  background-image: url('../../inc/css/img/bgs/bg4_blur_2_dark.jpg');
}
.bg_img3{
  background-image: url('../../inc/css/img/bgs/bg_person2.jpg');
}
.bg_img4{
  background-image: url('../../inc/css/img/bgs/active.jpg');
}
.bg_img5{
  background-image: url('../../inc/css/img/bgs/bespoke.jpg');
}
.bg_img4, .bg_img5{
  color: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
  .bg_img4:hover, .bg_img5:hover{
    background-size: 101%;
  }
.bg_img6{
  background-image: url('../../inc/css/img/bgs/shop_owner.jpg');
}
.bg_img7{
  background-position: center 200%;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../../inc/css/img/bgs/city_scape.png');
}
.bg_img8{
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-image: url('../../inc/css/img/bgs/what_is_bg.jpg');
  background-position: cover;
  background-size: auto 100vh;
}



/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1400px) {
  .bg_img3{
    background-position: 80% center;
  }
}
@media screen and (max-width: 1200px) {
  .bg_img3{
    background-position: 70% center;
  }
}
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {
  .bg_img3{
    background-position: 60% center;
  }
}
@media screen and (max-width: 640px) {
  .bg_img3{
    background-position: 59% center;
  }
}
@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;
      background-color: #fff;
      line-height: 1.8em;
      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_5{ 
    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_5 h5{
      font-weight: 700;
      ext-transform: uppercase;
      letter-spacing: 0px;
      font-size: 16px;
      line-height: 24px;
      font-family: 'Raleway', sans-serif;
      text-align: center;
  }
  .button_1 {
    background: #edad91;
  }
  .button_1 * { color: #fff; }
  .button_1:hover {  border-color: #efa186; background: #efa186; color: #fff; }
  .button_1:checked {  background: #efa186; color: #fff; }

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

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

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

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

  .button_4 {
    background: #f3f3f3;
    border-color: #eee; 
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 4px 20px;
  }
  .button_4 h5 {
    color: #000; 
    text-transform: inherit;
    font-size: 14px;
    margin: 0;
  }
  .button_4 * { color: #000; }
  .button_4:hover {  border-color: #edad91; background: #edad91; color: #fff; }
  .button_4:checked {  background: transparent; color: #edad91; }

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

  .button_5 {
    background: #535c68;
  }
  .button_5 * { color: #fff; }
  .button_5:hover {  border-color: #5d6a7a; background: #5d6a7a; color: #fff; }
  .button_5:checked {  background: #5d6a7a; color: #fff; }

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


/* =============================================================================
   INPUTS
   ========================================================================== */
.submit_1 {
    background: #edad91;
    color: #fff;
    font-size: 1.4em;
    font-size: 16px;
    font-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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
  .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;
    font-family: 'Raleway', sans-serif;
     border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: 400;
    margin: 8px 3px;
    letter-spacing: 1px;
}
    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.error {
    background: #ff6161; 
    ackground: #D62D21;
  }
  .form_message.success {
    background: #535c68;
  }
  .form_message * {
    font-weight: 400;
  }
  .form_message.success h4 {
    color: #edad91;
  }
  .form_message.error h4 {
    color: #fff;
  }
  .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: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
  .std_section_inter.inverse{
    background: #fff;
  }
  .std_section_inter.hoverable:hover{
     background: #f8f8f8;
     cursor: pointer;
  }
/* =============================================================================
   FIVONE SECTIONS CLASSES
   ========================================================================== */
.sections_no_results_wrap .nr_message{
    font-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: 1.5em;
    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;
  }
}