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

@font-face {
    font-family: "Montserrat";
    src: url('fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
    ont-weight: normal;
    font-style: normal;
    ont-display: swap;
}

/*@font-face {
    font-family: "Montserrat";
    src: url('fonts/Montserrat/Flatlion.woff') format('woff'),
    url('fonts/Montserrat/Flatlion.woff2') format('woff2'),
    url('fonts/Montserrat/Flatlion.eot'),
    url('fonts/Montserrat/Flatlion.eot?#iefix') format('embedded-opentype'),
    url('fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/

/*
 * 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: 400;
    letter-spacing: 0.25px;
}
h1, .h1, h1 span, .h1 span {
    font-size: 4.5em;
    line-height: 1.19em;
    font-weight: 900; 
    color: #333;
    letter-spacing: 0px;
    font-family: 'Montserrat';
}
h2, .h2, h2 span, .h2 span {
    font-size: 3.5em;
    margin: 0;
    line-height: 1.19em;
    font-weight: 900; 
    color: #333;
    letter-spacing: 0px;
    font-family: 'Montserrat';
}
h3, .h3, h3 span, .h3 span {
    font-size: 2.5em;
    margin: .5em 0;
    line-height: 1.19em;
    font-weight: 800; 
    color: #333;
    font-family: 'Montserrat';
}
h4, .h4, h4 span, .h4 span {
    font-size: 2.2em;
    margin: .37em 0 ;
    line-height: 1.19em;
    font-weight: 800; 
    color: #333;
    font-family: 'Montserrat';
}
h5, .h5, h5 span, .h5 span {
    font-size: 2em;
    margin: .25em 0 ;
    line-height: 1.19em;
    font-weight: 700; 
    color: #333;
}
h6, .h6, h6 span, .h6 span {
    font-size: 1.45em;
    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: 14px; } 
}
@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.7em; }
    h2, .h2, h2 span, .h2 span { font-size: 2.5em; }
    h3, .h3, h3 span, .h3 span { font-size: 1.9em; }
    h4, .h4, h4 span, .h4 span { font-size: 1.8em; }
    h5, .h5, h5 span, .h5 span { font-size: 1.5em; }
    h6, .h6, h6 span, .h6 span { font-size: 1em; }
    p, pre, .p , span, .span {  font-size: 14px; } 
}
@media screen and (max-width: 414px) {
    h1, .h1 { font-size: 2.6em; }
    h2, .h2, h2 span, .h2 span { font-size: 2.3em; }
    h3, .h3, h3 span, .h3 span { font-size: 1.75em; }
    h4, .h4, h4 span, .h4 span { font-size: 1.6em; }
    h5, .h5, h5 span, .h5 span { font-size: 1.35em; }
    h6, .h6, h6 span, .h6 span { font-size: .95em; }
    p, pre, .p , span, .span {  font-size: 14px; } 
}




.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
   ========================================================================== */
/*======== Purple ================================*/
.bg1 { background: #7d4faa;}
   .bg1_1 { background: #fff; /* lighter */}
   .bg1_2 { background: #efa186; /* darker */}
/*======== Pink ================================*/
.bg2 { background: #d67490;}

/*======== Yellow ================================*/
.bg3 { background: #f2bc75;}

/*======== Light Grey ================================*/
.bg3 { background: #f9f9f9;}

.bg4 {
  background: #f7f4f0;
}
  .bg4_1 {
    background: rgba(247,244,240, 0.95);
  }

/* =============================================================================
   IMAGES
   ========================================================================== */
.bg_img1, .bg_img2, .bg_img3, .bg_img4, .bg_img5{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg_img1{  
  background-image:linear-gradient(
    rgba(242,188,117, 0.55), 
    rgba(242,188,117, 0.05)
  ), url('../../inc/css/img/bgs/wideanglebible_logo_bg.png') !important; /* Yellow */
}
.bg_img2{  
  background-image:linear-gradient(
      rgba(125,79,170, 0.95), 
      rgba(125,79,170, 0.65)
    ), url('../../inc/css/img/bgs/denominations.png'); /* Purple */
}
.bg_img3{  
  background-image:linear-gradient(
      rgba(214,116,144, 0.95), 
      rgba(214,116,144, 0.75)
    ), url('../../inc/css/img/bgs/translations.png'); /* Pink */
}
.bg_img4{  
  background-image:linear-gradient(
      rgba(242,188,117, 0.95), 
      rgba(242,188,117, 0.85)
    ), url('../../inc/css/img/bgs/definitions.png'); /* Yellow */
}
.bg_img5{  
  background-image:linear-gradient(
      rgba(162,117,242, 0.95), 
      rgba(242,188,117, 0.80)
    ), url('../../inc/css/img/bgs/places.png'); /* Purple->Yellow */
}
.bg_img6{  
  background-image:linear-gradient(
      rgba(202,117,242, 0.85), 
      rgba(117,182,242, 0.85)
    ), url('../../inc/css/img/bgs/faqs.png'); /* Purple->Blue */
}



/* =============================================================================
   ----------/////////  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: 'Inter', sans-serif;
      color: #000;
      font-weight: 500;
      background-color: #fff;
      line-height: 1.8em;
      letter-spacing: 0px;
  }
  .main_container{
      background-color: #f7f4f0;
      padding-bottom: 90px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }
  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{ 
    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{
      font-weight: 700;
      letter-spacing: 0px;
      font-size: 16px;
      line-height: 24px;
      text-align: center;
  }
  .button_1 {
    background: #7d4faa;
  }
  .button_1 * { color: #fff; }
  .button_1:hover {  border-color: #6f56e8; background: #6f56e8; color: #fff; }
  .button_1:checked {  background: #6f56e8; 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: #882322; 
    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; 
  }


/* =============================================================================
   INPUTS
   ========================================================================== */
.submit_1 {
    background: #edad91;
    color: #fff;
    font-size: 1.4em;
    font-size: 16px;
    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: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    font-weight: 400;
    margin: 8px 3px;
    letter-spacing: 1px;
    padding-left: 20px;
}
    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{
    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: 0px 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;
  }
}