/*
Theme Name: Oliver's Nannies
Theme URI: https://bergentechnologies.com
Author: Joe Tortorelli
Author URI: https://bergentechnologies.com
Description: Custom Theme developed for Oliver's Nannies
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: olivers-nannies
Tags: olivers-nannies

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 1.6rem;
}

@font-face {
    font-family: Constantia;
    src: url('Constantia.ttf');
    src:
    url('Constantia.ttf') format('truetype'),
    url('constantia.eot') format('embedded-opentype'),
    url('constantia.woff') format('woff'),
    url('constantia.svg') format('svg');
}

@font-face {
    font-family: Script;
    src: url("script.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

h1 { 
  font-family: Constantia !important;
  font-size: 2em;
  margin: 0.67em 0;
}

.xsmall { font-size: 0.5em; }
.small { font-size: 1em; }
.medium { font-size: 2.5em; }
.large { font-size: 3.5em; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}
a:hover {
  outline: 0;
}

.post-content-inner p {
  margin: 25px 0px 25px 0px;
  line-height: 2;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
2.0 Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background-color: #fff;
  overflow-x: hidden;
}
body.custom-background {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

hr {
  background-color: #d9d9d9;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

figure {
  margin: 0;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: black !important;
  background-image: none;
  color: black;
}

::-webkit-selection {
  background:#000040;
  color: #fff;
}

::-moz-selection {
  background:#000040;
  color: #fff;
}

::-ms-selection {
  background:#000040;
  color: #fff;
}

::-o-selection {
  background:#000040;
  color: #fff;
}

::selection {
  background:#000040;
  color: #fff;
}

.site {
  background-color: #fff;
}

body.home .site {
  background-color: inherit;
}

.logged-in.admin-bar .ab-top-menu a,
.logged-in.admin-bar .ab-top-menu a > p {
  color: inherit !important;
}

.pad0lr {
  padding-left: 0;
  padding-right: 0;
}

.ovrhidden {
  overflow: hidden;
}

.wrapper {
  float: left;
  width: 100%;
}

.mar0lr {
  margin-left: 0;
  margin-right: 0;
}

.pad0lr {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ovrhidden {
  overflow: hidden;
}

.wrapper {
  float: left;
  width: 100%;
}

ul, ol {
  margin: 0 0 1.5em 0.875em;
  line-height: 2;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

.container, .container-full {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .container {
    width: 100%;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, body.grid-col-1 .masonry-grid, body.grid-col-2 .masonry-grid, body.grid-col-3 .masonry-grid, body.grid-col-4 .masonry-grid, body.archive .masonry-grid {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-12, body.grid-col-1 .masonry-grid, body.grid-col-2 .masonry-grid, body.grid-col-3 .masonry-grid, body.grid-col-4 .masonry-grid, body.archive .masonry-grid {
  width: 100%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media screen and (min-width: 768px) {
  .col-sm-1 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 8.3333333333%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-2 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 16.6666666667%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-3 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-4 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.3333333333%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-5 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 41.6666666667%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-6, body.grid-col-1 .masonry-grid, body.grid-col-2 .masonry-grid, body.grid-col-3 .masonry-grid, body.grid-col-4 .masonry-grid {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-7 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 58.3333333333%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-8 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 66.6666666667%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-9 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 75%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-10 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 83.3333333333%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-11 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 91.6666666667%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-12, body.archive .masonry-grid {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 992px) {
  .col-md-1 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 8.3333333333%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-2 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 16.6666666667%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-3, body.grid-col-4 .masonry-grid {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-4, body.grid-col-3 .masonry-grid {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.3333333333%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-5 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 41.6666666667%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-6, body.grid-col-2 .masonry-grid, body.archive .masonry-grid {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-7 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 58.3333333333%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-8 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 66.6666666667%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-9 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 75%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-10 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 83.3333333333%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-11 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 91.6666666667%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-12, body.grid-col-1 .masonry-grid {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .col-lg-1 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 8.3333333333%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-2 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 16.6666666667%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-3 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-4 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.3333333333%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-5 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 41.6666666667%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-6 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-7 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 58.3333333333%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-8 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 66.6666666667%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-9 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 75%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-10 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 83.3333333333%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-11 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 91.6666666667%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-12 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #e6e6e6;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #1a1a1a;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

#leftMenuHolder a:focus,
#leftMenuHolder a:active,
#leftMenuHolder a:visited,
#rightMenu a:focus,
#rightMenu a:active,
#rightMenu a:visited,
#leftMenuHolder a:hover,
#rightMenu a:hover
{
        background: #ce4326;
}

a:focus, a:hover, a:active, a:visited {
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -o-transition: background 0.3s;
    border: 0px !important;
    outline: none !important;
    text-decoration: none;
}

form {
  position: relative;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
.wpcf7-form-control,
.form-control {
  background-color: #fcfcfc;
  border: 1px solid #f2f2f2;
  color: #4d4d4d;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Open sans", "Helvetica Neue", "Helvetica", "sans-serif";
  font-weight: 400;
  outline: 0;
  width: 100%;
  margin-bottom: 15px;
  -webkit-transition: background-color, 0.5s;
  -moz-transition: background-color, 0.5s;
  -ms-transition: background-color, 0.5s;
  -o-transition: background-color, 0.5s;
  transition: background-color, 0.5s;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
.wpcf7-form-control:focus,
.form-control:focus {
  background-color: #f7f7f7;
  color: #666666;
  -webkit-appearance: none;
}

.form-control {
  height: 44px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 8px 5px 8px 15px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0;
}

fieldset {
  border: 1px solid #d9d9d9;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

optgroup {
  font-weight: bold;
}

select {
  border: 1px solid #d9d9d9;
}
select:focus {
  outline: none;
}

textarea {
  min-height: 200px;
  padding: 15px;
  overflow: auto;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 8px;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #000049;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0px;
}

body.single .post-text h1,
body.page .wrap-detail-page .post-text h1,
body.single .post-text h2,
body.page .wrap-detail-page .post-text h2,
body.single .post-text h3,
body.page .wrap-detail-page .post-text h3,
body.single .post-text h4,
body.page .wrap-detail-page .post-text h4,
body.single .post-text h5,
body.page .wrap-detail-page .post-text h5,
body.single .post-text h6,
body.page .wrap-detail-page .post-text h6 {
  margin-bottom: 25px;
}
h1 a:hover, h1 a:focus, h1 a:active, h2 a:hover,
h2 a:focus, h2 a:active, h3 a:hover, h3 a:focus, h3 a:active, h4 a:hover, h4 a:focus,
h4 a:active, h5 a:hover, h5 a:focus, h5 a:active, h6 a:hover, h6 a:focus, h6 a:active {
  color: #d45a21;
}

h1,
h2,
.site-title a,
.site-header .site-branding .site-title a a {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    font-size: 15px;
  }

  h6 {
    font-size: 14px;
  }
}
.block-title {
  text-align: center;
}

.site-title, .site-header .site-branding .site-title a {
  margin-bottom: 2px;
  line-height: 1;
  font-size: 24px;
  font-weight: 600;
}

.section-title-group {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 1199px) {
  .section-title-group {
    margin-bottom: 50px;
  }
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 24px;
  }
}

.box-title {
  color: #1a1a1a;
  font-size: 20px;
}

/*--------------------------------------------------------------
3.0 Modules
--------------------------------------------------------------*/
.infinite-scroll #infinite-handle {
  margin-top: 70px;
  text-align: center;
}
.infinite-scroll #infinite-handle span {
  background-color: #1a1a1a;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  padding: 13px 36px 14px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.infinite-scroll #infinite-handle span:after {
  content: "\21";
  display: inline-block;
  font-family: "kf-icons";
  margin-left: 7px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.infinite-scroll #infinite-handle span button {
  text-transform: uppercase;
}
.infinite-scroll #infinite-handle span:hover, .infinite-scroll #infinite-handle span:focus, .infinite-scroll #infinite-handle span:active {
  background-color: white;
  color: #fff;
}
.infinite-scroll span.infinite-loader .spinner {
  left: 0;
  right: 0;
  margin: auto;
}
.site:before, .site:after {
  content: " ";
  display: table;
}
.site:after {
  clear: both;
}
.post-footer a {
  color: #999999;
  vertical-align: middle;
}
body.single .post-content-inner .post-footer .detail {
  padding-bottom: 7px;
  padding-top: 7px;
}
body.single .post-content-inner .post-footer .divider {
  color: #999999;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
  text-transform: capitalize;
}

.byline:before {
  content: "\e08a";
  font-family: "kf-icons";
  font-size: 18px;
  vertical-align: middle;
  margin-right: 5px;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

@media screen and (min-width: 992px) {
  .main-panel {
    padding-right: 20px;
  }
}

sidebar.sidebar {
  display: block;
}
@media screen and (min-width: 992px) {
  sidebar.sidebar {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  sidebar.sidebar {
    margin-top: 20px;
  }
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.top-header .socialgroup {
  display: inline-block;
  margin-top: 5px;
  text-align: right;
}

article.post-content {
  font-size: 14px;
  font-weight: 300;
  color: #555;
  padding: 25px 30px 30px;
}
article.post-content .post-title h2
{
  font-size: 24px;
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  article.post-content .post-title h2 {
    font-size: 18px;
  }
}

#masthead {
        border-bottom: 5px solid #d14e24;
}

#leftMenu {
         text-align:left !important;
}
#rightMenu {
        text-align: right !important;
}
/* .wrap-inner-banner {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 15px 30px;
  background-color: #FFF;
  border: 0;
  color: #fff;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-position: center center;
} */
body.home.page .wrap-inner-banner {
  margin-bottom: 0;
}
.wrap-inner-banner:hover, .wrap-inner-banner:focus, .wrap-inner-banner:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.wrap-inner-banner .page-header {
    border: none;
    color: #fff;
    margin-top: 80px;
    padding: 0;
    text-align: center;
}
.wrap-inner-banner .page-header:before, .wrap-inner-banner .page-header:after {
  content: " ";
  display: table;
}
.wrap-inner-banner .page-header:after {
  clear: both;
}
.wrap-inner-banner .page-header .page-title {
  color: #fff;
  font-size: 48px;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .wrap-inner-banner .page-header .page-title {
    margin-left: 100px;
    margin-right: 100px;
  }
}
@media screen and (max-width: 767px) {
  .wrap-inner-banner .page-header .page-title {
    font-size: 36px;
  }
}
body.home.page .wrap-inner-banner .page-header .page-title {
  line-height: 1.2;
  margin-bottom: 30px;
  color: #fff;
  font-size: 42px;
}
@media screen and (max-width: 991px) {
  body.home.page .wrap-inner-banner .page-header .page-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.home.page .wrap-inner-banner .page-header .page-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 479px) {
  body.home.page .wrap-inner-banner .page-header .page-title {
    font-size: 20px;
  }
}
.wrap-inner-banner .page-header .page-description {
  color: #e6e6e6;
  font-size: 16px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .wrap-inner-banner .page-header .page-description {
    margin-left: 100px;
    margin-right: 100px;
  }
}

.wrap-inner-banner .breadcrumbs {
  background-color: #e8f2ff;
  color: #000040;
  font-size: 15px;
  padding: 20px 15px;
  text-align: center;
}
.wrap-inner-banner .breadcrumbs .trail-items {
  margin: 0;
  padding-left: 0;
}
.wrap-inner-banner .breadcrumbs .trail-items li {
  display: inline-block;
  line-height: 1.5;
  list-style: none;
}
.wrap-inner-banner .breadcrumbs .trail-items li:last-child span {
  margin-right: 0;
}
.wrap-inner-banner .breadcrumbs .trail-items span {
  font-size: 13px;
  margin-left: 10px;
  margin-right: 10px;
}
.wrap-inner-banner .breadcrumbs .trail-items a {
  color: #000040;
  font-size: 13px;
  margin-right: 2px;
  padding-right: 4px;
  position: relative;
}
.wrap-inner-banner .breadcrumbs .trail-items a:after {
  background-color: #cccccc;
  bottom: 0;
  content: "";
  height: 12px;
  margin: auto;
  position: absolute;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  top: 1px;
  right: 0;
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -o-transform: rotate(25deg);
  transform: rotate(25deg);
  width: 1px;
}
.wrap-inner-banner .breadcrumbs .trail-items a[rel="home"] span {
  font-size: 0px;
}
.wrap-inner-banner .breadcrumbs .trail-items a[rel="home"] span:before {
  font-size: 14px;
  content: "\e074";
  font-family: "kf-icons";
}
.wrap-inner-banner .breadcrumbs .trail-items a:hover, .wrap-inner-banner .breadcrumbs .trail-items a:focus, .wrap-inner-banner .breadcrumbs .trail-items a:active {
  color: #262626;
}
.wrap-inner-banner .breadcrumbs .trail-items a:hover:after, .wrap-inner-banner .breadcrumbs .trail-items a:focus:after, .wrap-inner-banner .breadcrumbs .trail-items a:active:after {
  background-color: #262626;
}

.post-content-overlay {
  position: relative;
}

.post-content-overlay article.post-content {
  background-color: transparent;
  bottom: 0;
  color: #fff;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 999;
}
.post-content-overlay article.post-content .post-title h2 a {
  color: #fff;
  display: block;
}
.post-content-overlay article.post-content .post-title h2 a:hover,
 .post-content-overlay article.post-content .post-title h2 a:focus,
 .post-content-overlay article.post-content .post-title h2 a:active {
  color: #f0f0f0;
}
.post-content-overlay article.post-content .post-footer {
  height: 0;
  overflow: hidden;
  margin: 0;
  -webkit-transition: height 0.3s ease, margin-top 0.3s;
  -moz-transition: height 0.3s ease, margin-top 0.3s;
  -ms-transition: height 0.3s ease, margin-top 0.3s;
  -o-transition: height 0.3s ease, margin-top 0.3s;
  transition: height 0.3s ease, margin-top 0.3s;
}
.post-content-overlay article.post-content .post-footer a, .post-content-overlay article.post-content .post-footer .divider {
  color: #fff;
}
.post-content-overlay article.post-content .post-footer a:hover, .post-content-overlay article.post-content .post-footer a:focus, .post-content-overlay article.post-content .post-footer a:active, .post-content-overlay article.post-content .post-footer .divider:hover, .post-content-overlay article.post-content .post-footer .divider:focus, .post-content-overlay article.post-content .post-footer .divider:active {
  color: #f0f0f0;
}
.post-content-overlay:hover article.post-content .post-footer, .post-content-overlay:focus article.post-content .post-footer, .post-content-overlay:active article.post-content .post-footer {
  height: 40px;
  margin-top: 10px;
}

.wrap-detail-page {
  padding-bottom: 30px;
  background: #e8f2ff;
  /* padding-top: 50px; */
}

.wrap-list-page .post-title {
  margin-top: 15px;
}
.wrap-list-page .post-footer {
  margin-bottom: 15px;
}
.wrap-list-page .posted-on:before {
  display: none;
}

.inner-page-content {
  padding-bottom: 30px;
}

.post-main-content .content {
  padding-bottom: 30px;
}
.post-main-content .post-navigation {
  background-color: transparent;
  border: 1px solid transparent;
  margin-bottom: 0;
  padding: 0 0;
}
.post-main-content .post-navigation:before, .post-main-content .post-navigation:after {
  content: " ";
  display: table;
}
.post-main-content .post-navigation:after {
  clear: both;
}

#go-top {
  bottom: 80px;
  display: block;
  right: 10px;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  background: #d04e23 !important;
  border: 1px solid #d04e23 !important;
  color: #FFF !important;
  padding: 5px !important;
  border-radius: 4px !important;
  box-shadow: 2px 2px 0px #bd3c11 !important;
  text-align: center;
  line-height: 15px;
  z-index: 999999 !important;
  position: fixed !important;
}

#go-top span {
  color: #fff;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  font-size: 22px;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
#go-top span:hover, 
#go-top span:focus, 
#go-top span:active {
  background: #bd3c11;
}

/*--------------------------------------------------------------
5.0 Partials
--------------------------------------------------------------*/
.top-header {
  background-color: #f2f2f2;
  position: relative;
  top: 0;
  z-index: 99991;
  color: #666666;
  padding-top: 6px;
  padding-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .top-header .top-header-left {
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
  }
}
.top-header .top-header-left .list {
  font-size: 12px;
  display: inline-block;
  margin-right: 15px;
}
.top-header .top-header-left .list:last-child {
  margin-right: 0;
}
.top-header .top-header-left .list span {
  margin-right: 5px;
}
.top-header .top-header-left .list a {
  color: #666666;
}

.top-header .top-header-right {
  text-align: right;
  margin-top: 2px;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .top-header .top-header-right {
    text-align: center;
    padding-top: 5px;
    margin-right: 0;
  }
}
.top-header .top-header-right .socialgroup {
  margin-top: 0;
  display: inline-block;
}
.top-header .top-header-right .socialgroup ul {
  padding: 0;
}
.top-header .top-header-right .socialgroup ul li {
  margin-bottom: 0;
}
.top-header .top-header-right .socialgroup a {
  color: #666666;
  height: 24px;
  width: 24px;
  line-height: 24px;
  margin-left: 1px;
  margin-right: 1px;
  vertical-align: middle;
  -webkit-transition: color 0.5s, background-color 0.5s;
  -moz-transition: color 0.5s, background-color 0.5s;
  -ms-transition: color 0.5s, background-color 0.5s;
  -o-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
}
.top-header .top-header-right .socialgroup a:before {
  font-size: 13px;
}
.top-header .top-header-right .socialgroup a:hover, .top-header .top-header-right .socialgroup a:focus, .top-header .top-header-right .socialgroup a:active {
  color: #fff;
  background-color:#000040;
}

.site-header {
  top: 0;
  text-align: center;
  position: fixed;
  -webkit-transition: background-color 0.5s, padding-bottom 0.5s, padding-top 0.5s;
  -moz-transition: background-color 0.5s, padding-bottom 0.5s, padding-top 0.5s;
  -ms-transition: background-color 0.5s, padding-bottom 0.5s, padding-top 0.5s;
  -o-transition: background-color 0.5s, padding-bottom 0.5s, padding-top 0.5s;
  transition: background-color 0.5s, padding-bottom 0.5s, padding-top 0.5s;
  width: 100%;
  z-index: 9999;
  /*padding-bottom: 20px;*/
  padding-top: 20px;
  background-color:#000040;
}
.site-header .site-branding-outer {
  text-align: center;
}
.site-header .site-branding {
  text-align: center;
}
.site-header .site-branding > a {
  display: block;
  max-width: 190px;
}
.site-header .site-branding .site-title, .site-header .site-branding .site-title a {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  padding-top: 0px;
  padding-bottom: 0px;
      margin-top: -5px;
}
@media screen and (max-width: 767px) {
  .site-header .site-branding .site-title, .site-header .site-branding .site-title a {
    margin-right: 0;
    float: none;
    text-align: left;
  }
}
.site-header .site-branding .site-title a {
  margin: 0;
  color: #fff;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "sans-serif";
  -webkit-transition: background-color 0.5s, color 0.5s;
  -moz-transition: background-color 0.5s, color 0.5s;
  -ms-transition: background-color 0.5s, color 0.5s;
  -o-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
}
@media screen and (max-width: 1200px) {
  .site-header .site-branding .site-title a {
    font-size: 1.1em !important;
    top: 5px  !important;
    position: relative  !important;
  }
  .flex-container {
    display: block !important;
  }
}
.site-header .site-branding .site-title a:hover, .site-header .site-branding .site-title a:focus, .site-header .site-branding .site-title a:active {
  color: #d65829;
}
.site-header .site-branding:hover img, .site-header .site-branding:focus img, .site-header .site-branding:active img {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.site-header .site-branding .site-description {
  color: #d9d9d9;
  border-left: 1px solid rgba(153, 153, 153, 0.6);
  float: left;
  font-size: 13px;
  margin-bottom: 8px;
  margin-top: 9px;
  vertical-align: middle;
  padding-left: 10px;
  font-style: italic;
}
@media screen and (min-width: 1200px) {
    .site-header .header-bottom-right {
      display:none;
    }
}
@media screen and (max-width: 991px) {
  .site-header .site-branding .site-description {
    display: none;
  }
}
.site-header .header-bottom-right {
  float: right;
  margin-left: 10px;
  margin-top: 7px;
  vertical-align: top;
  width: 80px;
}
@media screen and (max-width: 991px) {
  .site-header .header-bottom-right {
    width: 100%;
  }
}
.site-header .header-bottom-right > span {
  margin-left: 15px;
  vertical-align: middle;
  display: inline-block;
}
.site-header .header-bottom-right > span:first-child {
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .site-header .header-bottom-right > span {
    margin-left: 10px;
  }
  .site-header .header-bottom-right > span:first-child {
    margin-left: 0;
  }
}
.site-header .header-bottom-right > span a span {
  color: #fff;
  font-size: 14px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.site-header .header-bottom-right > span a:hover span, .site-header .header-bottom-right > span a:focus span, .site-header .header-bottom-right > span a:active span {
  color: #d14e24;
  background: none;
}
.main-navigation {
  float: left;
  text-align: right;
  width: calc(100%);
  vertical-align: top;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
@media screen and (max-width: 37.5em) {
  .main-navigation ul {
    background-color: #d9d9d9;
  }
}
.main-navigation ul ul {
  -webkit-box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.2);
  -ms-box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.2);
  -o-box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.2);
  box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.2);
  background-color: #fff;
  border: 0px;
  float: left;
  left: -999em;
  position: absolute;
  text-align: left;
  top: 75px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 9999;
}
body.fixed-nav-active .main-navigation ul ul:before, body.content-none-page .main-navigation ul ul:before {
  display: none;
}
.main-navigation ul ul ul {
  left: -999em;
  top: -1px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.main-navigation ul ul ul:before {
  display: none;
}
.main-navigation ul ul li {
  border-top: 1px solid #f2f2f2;
}
.main-navigation ul ul li:first-child {
  border-top: none;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li:focus > ul {
  right: 100%;
  top: -1px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li:focus > ul {
  right: 100%;
  top: -1px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.main-navigation ul ul a {
  color: #999999;
  font-size: 13px;
  line-height: 1.5;
  padding: 10px 10px;
  width: 250px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .main-navigation li {
    display: inline-block;
  }
}
.main-navigation li:hover > ul, .main-navigation li:focus > ul, .main-navigation li:active > ul {
  top: 36px;
}
.main-navigation li ul a:before {
  display: none;
}



body.fixed-nav-active .main-navigation li.page_item_has_children:hover ul, body.content-none-page .main-navigation li.page_item_has_children:hover ul, body.fixed-nav-active .main-navigation li.page_item_has_children:focus ul, body.content-none-page .main-navigation li.page_item_has_children:focus ul, body.fixed-nav-active .main-navigation li.page_item_has_children.active ul, body.content-none-page .main-navigation li.page_item_has_children.active ul, body.fixed-nav-active .main-navigation li.menu-item-has-children:hover ul, body.content-none-page .main-navigation li.menu-item-has-children:hover ul, body.fixed-nav-active .main-navigation li.menu-item-has-children:focus ul, body.content-none-page .main-navigation li.menu-item-has-children:focus ul, body.fixed-nav-active .main-navigation li.menu-item-has-children.active ul, body.content-none-page .main-navigation li.menu-item-has-children.active ul {
  top: 34px;
}


.main-navigation li.page_item_has_children ul li, .main-navigation li.menu-item-has-children ul li {
  border: 0px;
  color: #FFF;
  background: #ce4326
}
.main-navigation li.page_item_has_children ul li a, .main-navigation li.menu-item-has-children ul li a {
  color: #FFF;
}
.main-navigation li.page_item_has_children ul li:first-child, .main-navigation li.menu-item-has-children ul li:first-child {
  border-top: none;
}

.main-navigation a {
  border: 0px;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  padding: 5px 8px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 2px;

  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.main-navigation a i {
  display: inline-block;
  padding: 15px 5px;
}
.main-navigation a:hover, .main-navigation a:focus, .main-navigation a:active {
  color: #fff;
}
.main-navigation ul.primary-menu > .current_page_item > a,
.main-navigation ul.primary-menu > .current-menu-item > a {
  border-color: #fff;
  color: #fff;
}
.main-navigation .page_item_has_children,
.main-navigation .menu-item-has-children {
  position: relative;
}
.main-navigation .page_item_has_children:after,
.main-navigation .menu-item-has-children:after {
  content: "\43";
  float: right;
  color: #fff;
  font-size: 16px;
  font-family: "kf-icons";
  margin-right: 5px;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  padding-top: 4px;
}
body.fixed-nav-active .main-navigation .page_item_has_children.current-menu-item, body.content-none-page .main-navigation .page_item_has_children.current-menu-item,
body.fixed-nav-active .main-navigation .menu-item-has-children.current-menu-item,
body.content-none-page .main-navigation .menu-item-has-children.current-menu-item {
  border-color: #999999;
}
.main-navigation .page_item_has_children.current-menu-item > a, .main-navigation .menu-item-has-children.current-menu-item > a {
  border: none;
}
.main-navigation .page_item_has_children > a,
.main-navigation .menu-item-has-children > a {
  padding-right: 5px;
}
.main-navigation .page_item_has_children:hover:after, .main-navigation .page_item_has_children:focus:after, .main-navigation .page_item_has_children:active:after,
.main-navigation .menu-item-has-children:hover:after,
.main-navigation .menu-item-has-children:focus:after,
.main-navigation .menu-item-has-children:active:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
  #offcanvas-menu {
    border-left: 1px solid #ededed;
  }
}
@media screen and (max-width: 991px) {
  #offcanvas-menu {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  #offcanvas-menu {
    width: 80%;
  }
}
#offcanvas-menu .close-offcanvas-menu {
  text-align: right;
  cursor: pointer;
}
#offcanvas-menu .close-offcanvas-menu span {
  font-size: 38px;
  margin: 5px 35px;
  display: inline-block;
}

body.offcanvas-menu-open #offcanvas-menu {
  right: 0;
}

.offcanvas-navigation {
  overflow-y: auto;
  position: absolute;
  width: 100%;
  height: calc(100% - 50px);
  top: 50px;
}
.offcanvas-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.offcanvas-navigation ul ul {
  padding-left: 15px;
}
.offcanvas-navigation li {
  border-bottom: 1px solid #ba725b;
}
.offcanvas-navigation li.page_item_has_children, .offcanvas-navigation li.menu-item-has-children {
  position: relative;
}
.offcanvas-navigation li.page_item_has_children > a span.triangle, .offcanvas-navigation li.menu-item-has-children > a span.triangle {
  height: 24px;
  width: 24px;
  text-align: center;
  float: right;
  color: #FFF;
  font-size: 16px;
  font-family: "kf-icons";
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  line-height: 10px;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #7a2b11;
}
.offcanvas-navigation li.page_item_has_children > a span.triangle:before, .offcanvas-navigation li.menu-item-has-children > a span.triangle:before {
  display: inline-block;
  margin-top: 7px;
}
.offcanvas-navigation li:last-child {
  border-bottom: none;
}
.offcanvas-navigation a {
  display: block;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  padding: 12px 40px;
  text-decoration: none;
  text-transform: uppercase;
}
.site-footer {
  background-color: #0b0038;
  /* margin-top: 50px; */
}
.site-footer:before, .site-footer:after {
  content: " ";
  display: table;
}
.site-footer:after {
  clear: both;
}
.site-footer .footer-inner {
  color: #b3b3b3;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  padding: 30px 15px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.site-info {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  color: #666666;
}
.site-info a {
  color: #b3b3b3;
  display: inline-block;
}
.block-top-footer {
  background-color: #1a1a1a;
  font-size: 14px;
  padding: 80px 15px 20px;
}
@media screen and (max-width: 1199px) {
  .block-top-footer {
    padding-top: 50px;
  }
}

/*--------------------------------------------------------------
6.0 Pages
--------------------------------------------------------------*/
body.page .post-footer {
  display: none;
}

body.content-none-page .wrap-detail-page {
  background-color: #fafafa;
  padding-bottom: 180px;
  padding-top: 180px;
}
body.content-none-page .wrap-detail-page:before, body.content-none-page .wrap-detail-page:after {
  content: " ";
  display: table;
}
body.content-none-page .wrap-detail-page:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  body.content-none-page .wrap-detail-page {
    padding-bottom: 80px;
    padding-top: 100px;
  }
}
body.content-none-page .wrap-detail-page .section-title {
  color: #1a1a1a;
}
@media screen and (min-width: 992px) {
  body.content-none-page .wrap-detail-page .section-title {
    font-size: 60px;
    line-height: 1;
  }
}
body.content-none-page .wrap-detail-page h3 {
  letter-spacing: 1px;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  margin-top: 30px;
}
body.content-none-page .wrap-detail-page .content {
  margin-top: 60px;
  text-align: center;
}
body.content-none-page .wrap-detail-page .content p {
  margin-bottom: 40px;
}

.block-service {
  padding-bottom: 80px;
  padding-top: 80px;
}
@media screen and (max-width: 1199px) {
  .block-service {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.block-service .section-title-group {
  margin-bottom: 85px;
}
@media screen and (max-width: 1199px) {
  .block-service .section-title-group {
    margin-bottom: 45px;
  }
}
.block-service .post-content-inner {
  text-align: center;
}

.block-feature.block-grid .post-content .post-content-inner {
  padding-bottom: 50px;
  padding-top: 25px;
  text-align: center;
}

.block-about {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}

.thumb-block-outer .content-outer {
  color: #999999;
  text-align: left;
  padding-left: 80px;
}
@media screen and (max-width: 991px) {
  .thumb-block-outer .content-outer {
    padding-left: 0;
    text-align: center;
  }
}
.thumb-block-outer .content-outer .section-title-group {
  margin-bottom: 30px;
}
.thumb-block-outer .content-outer .section-title {
  text-align: left;
}
@media screen and (max-width: 991px) {
  .thumb-block-outer .content-outer .section-title {
    text-align: center;
  }
}
.thumb-block-outer .content-outer .maintitle-divider {
  text-align: left;
}
@media screen and (max-width: 991px) {
  .thumb-block-outer .content-outer .maintitle-divider {
    text-align: center;
  }
}
.thumb-block-outer .content-outer .button-container {
  margin-top: 30px;
}
.thumb-block-outer .thumb-outer {
  width: 100%;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .thumb-block-outer .thumb-outer {
    margin-bottom: 30px;
  }
}

.block-testimonial {
  color: #1a1a1a;
  padding-top: 80px;
  padding-bottom: 150px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .block-testimonial {
    padding-top: 40px;
    padding-bottom: 120px;
  }
}
.block-testimonial .section-title-group {
  text-align: center;
  margin-bottom: 80px;
}
.block-testimonial .content-inner {
  position: relative;
  text-align: center;
}
.block-testimonial .controls {
  height: 1px;
  z-index: 999;
}
.block-testimonial .controls.disabled {
  display: none;
}

.block-testimonial .slide-item {
  width: 100%;
}
.block-testimonial .slide-item article.post-content {
  background-color: transparent;
  text-align: left;
  opacity: 1;
  margin: 0;
  padding: 0;
}
.block-testimonial .slide-item article.post-content:before, .block-testimonial .slide-item article.post-content:after {
  content: " ";
  display: table;
}
.block-testimonial .slide-item article.post-content:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .block-testimonial .slide-item article.post-content {
    text-align: center;
  }
}
.block-testimonial .slide-item article.post-content .post-content-inner {
  margin-top: 15px;
  text-align: center;
}
.block-testimonial .slide-item article.post-content .post-content-inner .post-title {
  margin-top: 15px;
}
.block-testimonial .slide-item article.post-content .post-content-inner .post-title:before {
  display: none;
}
.block-testimonial .slide-item article.post-content .post-content-inner .post-title cite {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 10px;
}
.block-testimonial .slide-item article.post-content .post-content-inner .post-title cite span {
  font-size: 15px;
  margin-top: 5px;
  color: #262626;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "sans-serif";
}
.block-testimonial .slide-item article.post-content .post-content-inner .post-title span {
  font-size: 36px;
  font-weight: 400;
  color:#000040;
}
.block-testimonial .section-title {
  margin-bottom: 20px;
}
.block-callback {
  background-color: #fafafa;
  background-repeat: repeat;
  color: #fff;
  text-align: center;
  -webkit-background-attachment: fixed;
  -moz-background-attachment: fixed;
  -ms-background-attachment: fixed;
  -o-background-attachment: fixed;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  text-align: center;
  padding: 0;
}
.block-callback .section-title-group {
  margin-bottom: 70px;
}
.block-callback .thumb-area {
  margin-bottom: 40px;
}
.block-callback .section-title {
  color: #f2f2f2;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.block-callback > a {
  border-width: 2px;
  margin-left: 15px;
  margin-right: 15px;
}

.block-grid {
  padding-bottom: 0px;
  /*padding-top: 90px;*/
}
@media screen and (max-width: 1199px) {
  .block-grid {
    /*padding-bottom: 50px;*/
    /*padding-top: 50px;*/
  }
}
body.home .block-grid {
  padding-bottom: 0px;
  padding-top: 0px;
}
@media screen and (max-width: 1199px) {
  body.home .block-grid {
    padding-bottom: 30px;
    padding-top: 0px;
  }
}
body.home .block-grid .section-title-group {
  margin-bottom: 85px;
}
@media screen and (max-width: 1199px) {
  body.home .block-grid .section-title-group {
    margin-bottom: 40px;
  }
}
body.blog .block-grid, body.archive .block-grid {
  padding-top: 0;
}
body.home.page .block-grid {
  background-color: #e8f2ff;
  color: #333333;
}
@media screen and (min-width: 992px) {
  .block-grid .masonry-grid:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (max-width: 991px) {
  .block-grid .masonry-grid:nth-child(2n+1) {
    clear: left;
  }
}
.block-grid .section-title-group {
  text-align: center;
}
.block-grid .post-content {
    -webkit-transition: box-shadow 0.3s, transform 0.3s;
    -moz-transition: box-shadow 0.3s, transform 0.3s;
    -ms-transition: box-shadow 0.3s, transform 0.3s;
    -o-transition: box-shadow 0.3s, transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s;
    padding: 0;
    margin-bottom: 30px;
}
.block-grid .post-content .post-format-outer > span {
  display: block;
  margin-right: 15px;
  margin-top: -25px;
  position: relative;
  text-align: right;
  z-index: 9;
}
.block-grid .post-content .post-format-outer > span a {
  background-color: #4d4d4d;
  border: 3px solid #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  height: 50px;
  overflow: hidden;
  text-align: center;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  vertical-align: middle;
  width: 50px;
}
.block-grid .post-content .post-format-outer > span a span {
  color: #fff;
  font-size: 20px;
  line-height: 41px;
  text-align: center;
}
.block-grid .post-content .post-format-outer > span a:hover, .block-grid .post-content .post-format-outer > span a:focus, .block-grid .post-content .post-format-outer > span a:active {
  background-color: #1a1a1a;
  color: #fff;
}
.block-grid .post-content .post-content-inner {
  padding: 0 30px 40px;
  font-size: 14px;
  font-weight: 400;
  color: #b3b3b3;
}
.block-grid .post-content .post-content-inner p {
  line-height: 1.8;
        color:#555;
}
.block-grid .post-content .post-content-inner .post-title h3 {
  font-size: 15px;
  margin-bottom: 15px;
  margin-top: 20px;
  font-family: "Open sans", "Helvetica Neue", "Helvetica", "sans-serif";
}
.block-grid .post-content .post-content-inner .post-title h3 a {
    color: #d14e24;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.block-grid .post-content .post-content-inner .button-container {
  margin-top: 30px;
}
.block-grid .post-content .post-content-inner .button-container .button-text {
  color: #b3b3b3;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "sans-serif";
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}
.block-grid .post-content .post-content-inner .button-container .button-text:before {
  color: #b3b3b3;
}
.block-grid .post-content:hover, .block-grid .post-content:focus, .block-grid .post-content:active {
  -webkit-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
  box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
  transform: translateY(-10px);
}

@media only screen and (max-width: 1200px) {
    #leftMenuHolder { display:none !important; }
    #rightMenu { display:none;  }
    #rightMenuHolder { text-align: right !important;position: relative;top: -13px !important; }
    .site-header .site-branding .site-title, .site-header .site-branding .site-title a {
      color: #ffffff;
      text-align: left;
    }
}
#headContainer {
    vertical-align: middle;
    height: 52px;
}

#preFoot {
        border-top: 5px solid #d14e24;
        background: #000040;
        color: #FFF !important;
}

span.kfi.kfi-arrow-up {
        background: #d14e24 !important;
}

#preFoot .col-md-4 {
    padding: 40px 10px;
}

#leftMenuHolder,
#rightMenuHolder {
        position: relative;
    top: 4px;
}

.wrapper h1, .wrapper h2, .wrapper h3 {
        font-family: Constantia;
}

#preFoot .col {
        padding: 40px 10px;
}

#callToAction {
        background: #ffffff;
        padding: 0px 0px 30px 0px;
}
#callToAction .btn, .buttonHolder .btn {
    background: #d14e24;
    border: 0px;
    color: #FFF !important;
    margin: 5px;
    width: 250px;
    height: 50px;
    padding-top: 15px;
        font-weight: bold;
}
#callToAction .btn:hover,
.buttonHolder .btn:hover {
        background: #ec592a;
        color: #FFF !important;
}
#mainImage {
        width:100%;
        height: 180px;
    max-width: 400px;
}

@media only screen and (max-width: 800px) {
        #mainImage {
                height: 150px !important;
        }
}

.callToActionPreFoot {
        width: 100%;
        margin-bottom: 10px;
}

#preFoot p, #preFoot ul, #preFoot h1, #preFoot div {
        color: #FFF;
}

#preFoot li {
        padding: 5px;
        list-style: none;
        border-bottom: 1px solid #999;
}

#preFoot ul, #preFoot ol {
        margin: 0;
        padding:0;
}
#preFoot a {
        color: #BBB;
}
.nf-field-element input, .nf-field-element select, .nf-field-element textarea {
        border: 3px solid #000049;
}
#main-content {
        padding-top: 50px;
        background: #f8f8f8;
}

.blog h1 {
margin-bottom: 0px;
}

#topBar {
    height: 23px;
}
#topBar {
    position: fixed;
    z-index: 99999;
    height: 10px;
    text-align: center;
    width: 100%;
    font-size: 12px;
    background: #000030;
    display: block;
    color: #FFF;
}
#topBar .right {
        text-align: right;
}
#site-header {
top: 50px !important;
}
#masthead {
        top:10px !important;
        height: 70px;
}
#phoneContainer {
    position: fixed;
    z-index: 55;
    top: 75px;
    right: 5%;
    background: #d14e24;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    padding: 10px;
    border-radius: 5px;
}

@media (max-width: 1200px) {
        #phoneContainer {
                position: absolute;
        z-index: 1;
                right: 10px !important;
        }
        .wrap-inner-banner .page-header {
                margin-top: 100px;
        }
}
div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
        max-width: 100% !important;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid.evf-grid-2 {
        width: 100% !important;
        max-width: 100% !important;
}

@media (max-width: 500px) {
        .testimonialText { height: auto !important; }
}

#first-container {
        display: flex;
        flex-direction: row;
}

#first-container > .three-box {
    width: 33%;
    text-align: center;
    line-height: 75px;
    margin-right:10px;
    background: #d14e24;
}
.full-width {
    width: 100%;
    max-width: 500px;
    color: #fff;
    border-radius: 3px;
    padding: 10px;
    background: #d14e24;
    border: 0;
}
@media (max-width:1000px) {
    .flex-container {
        margin: 50px 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }
    .flex-container > div {
        width: 100%;
        /* margin-bottom: 25px; */
    }
}

.offcanvas-navigation-clicked {
    background: #993616 !important;
    display: block !important;
    z-index: 9999;
    top: 80px;
    position: fixed;
    width: 100%;
    height: auto;
    left: 0;
}

#primary-nav-offcanvas {
        display: none;
}

#coming-soon {
    font-family: "Script", sans-serif !important;
    font-size: 2.45rem !important;
    font-weight: normal;
}

/* About us styling */
.about-us-container {
  display: flex; /* Enables flexible layouts */
  flex-wrap: wrap; /* Allows elements to wrap */
}
.about-us-text, .about-us-image {
  flex: 1 1 100%; /* Take full width on small screens */
  max-width: 100%; /* Limits content size */
  margin: 10px;
}
.about-us-text {
  flex: 1; /* Allows text to fill the space */
  min-width: 300px; /* Minimum width before wrapping */
}
.about-us-image {
  flex-basis: 100%; /* Takes full width on smaller screens */
  max-width: 300px; /* Max width of the image */
  margin: 10px; /* Adds space around the image */
}
.about-us-img {
  width: 100%; /* Makes the image responsive */
  height: auto; /* Keeps aspect ratio intact */
}

@media (min-width: 768px) { /* Media query for tablets and larger devices */
  .about-us-container {
    justify-content: flex-start; /* Aligns content to the start on larger screens */
  }
  .about-us-container.about-us-text-first .about-us-image {
    order: 1; /* Image after text */
  }
  .about-us-container.about-us-image-first .about-us-text {
    order: 1; /* Text after image */
  }
  .about-us-text, .about-us-image {
    flex: 1 0 250px; /* Grow to fit and base size */
  }
}

/* bottom bar */
#apply-ribbon-button { 
				background-color: #e7f1fe !important;
				color: #00003f !important;
				width: 200px !important;
				padding: 5px !important;
				border-radius: 5px !important;
				text-align: center;
				font-size: 16px;
				font-weight: bold;
			}
#apply-ribbon a {
	color:#00003f !important;
}
#apply-ribbon a:hover {
	color:#00003f !important;
}

@media (max-width: 992px) {
	#apply-ribbon {
		display: none;
	}
}

@media (min-width: 992px) {	
	#apply-ribbon { 
		background: #00003c;
		position: fixed;
		bottom: 0;
		left: 0;
		height: 70px;
		width: 100%;
		padding-top: 15px;
		padding-left: 20px;
		color: #FFF;
		z-index: 9999;
		font-family: 'Constantia';
		font-size: 24px;
		border-top: 5px solid #cc4d24;
	}
	#apply-ribbon a { 
		color: #FFF;
	}
	#apply-ribbon a:hover { 
		color: #cc4d24;
	}
	.go-top { 
		background-color: #cc4d24 !important;
		z-index: 999999 !important;
		position: fixed !important;
		bottom: 10px !important;
		right: 10px !important;
	}
}

/* top overlay styling */
.background-image {
    background-image: url(http://oliversnanniesfranchising.com/wp-content/uploads/2024/11/stock3-1.jpeg);
    background-size: cover;
    background-position: 10% 70%;
    min-height: 25vh;
    display: flex;
    align-items: center;
    background-attachment: fixed;
}

.overlay {
    background-color: rgba(255, 255, 255, 0.90);
    width: 100%;
    height: 100%;
    padding-top: 130px;
    padding-bottom: 50px;
    min-height: 25vh;
}

#top-overlay-paragraph {
    padding-top: 50px;
    color: #233452;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    color: #233452;
    font-weight: 500;
    text-align: center;
}

#top-overlay-logo {
    max-height: 189px;
}

#top-overlay-image-contain {
	text-align: center;
}

#coming-soon {
    position: relative;
    width: 100%;
    background: #e8f2ff;
    padding: 25px;
    margin-top: 10px;
    margin-bottom: 0px;
    color: #000040;
    font-weight: 600;
    text-align: center;
}

/* blog styling */
.post-main-content {
	background: #FFF;
	padding: 0px;
}
.post-main-content img { 
	margin-top: 0px !important;
	width:100%;
	border: 0px;
	border-radius: 0px;
}
h3.wp-block-heading {
	color: #cf4d22;
	    font-family: 'Constantia';
}
.post-content-inner { 
	padding: 25px;
}
.post-content-inner p {
    color: #000;
    font-size: 16px;
}
.post-content-inner ol {
    padding-left: 0px;
 }
.post-content-inner li {
  font-size: 16px;
  margin-left: 0px;
  color: #000;
  line-height: 28px;
}

/* call to action */
.dropdown {
    position: relative;
    display: inline-block;
}

.callToActionRightDropBtn {
    background: #b5431d;
    color: #2d2d2d; /* Dark text */
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff; /* White background */
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 5px;
    margin-top: 5px;
}

.dropdown-content a {
    color: #2d2d2d; /* Dark text */
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .callToActionRightDropBtn {
    background-color: pink; /* Darker yellow background */
}

.dropdown-content.show {
    display: block;
}

.dropdown:hover .callToActionRightDropBtn {
    background-color: #e0a800; /* Darker yellow background */
}

#callToActionRight a {
	color: #FFF !important;
}

/* bottom give us a call */
#apply-ribbon-button-right {
    background-color: #e7f1fe !important;
    color: #00003f !important;
    width: 200px !important;
    padding: 5px !important;
    border-radius: 5px !important;
    text-align: center;
    font-size: 16px;
    position: fixed;
    right: 10px;
    bottom: 15px;
    font-weight: bold;
}

/* top call to action phone */
.callToActionRightTwo {
    display: block !important;
    position: fixed;
    top: 75px;
    right: 20px;
    background: #d14e23;
    padding: 15px 50px;
    border-radius: 0px 0px 10px 10px;
    color: #FFF;
}
.callToActionRightTwo a { color:#FFF; }
.callToActionRightMobile {
    display:none;
    position: fixed;
    top: 90px;
    right: 20px;
    background: #d14e23;
    padding: 10px 20px;
    border-radius: 10px;
    color: #FFF;
    font-size: 24px;
    z-index:99;
}
.callToActionRightMobile a { color: #FFF; }
@media (max-width: 767px) {
   /* top call to action phone */
   .callToActionRightTwo {
      display: none !important;
   }
   .callToActionRightMobile {
      display: block !important;
   }
}

#offcanvas-menu {
	position: fixed;
	z-index:99999 !important;
}

/* TILES */
.flex-container {
  margin: 0px;
  display: flex;
  /* justify-content: center; */
}

.flex-container > div {
width: 100%;
text-align: center;
padding: 20px;
}

.flex-container > div:first-child {
      margin-right:5px;
}
.flex-container > div:last-child {
      margin-left:5px;
}

.flex-container .tile-with-bottom-button { max-width: none !important; }

.tile-with-bottom-button {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  background: #FFF;
  border-radius: 8px;
  height: 450px;
}
.tile-bottom-button { 
  margin-top: auto;
  align-self: center;
  width: 100%;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  display: block;
  border-radius: 0px 0px 10px 10px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.tile-with-bottom-button a {
  position: absolute;
  bottom: 0px;
  left: 0px;
  text-align: center;
  color: #FFF;
  padding: 10px;
  text-decoration: none;
  border-radius: 0px 0px 8px 8px;
  transition: background 0.3s ease, color 0.3s ease;
  height: 60px;
  line-height: 35px;
  font-weight: 600;
  border: 3px solid rgba(0, 0, 0, 0.05) !important;
}

.tile {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: left;
  font-family: 'Helvetica Neue', sans-serif;
  transition: transform 0.2s ease;
  margin: 35px 0px 0px 0px;
}

.tile:hover {
  transform: translateY(-5px);
}

.tile h3 {
  font-size: 1.4rem;
  margin-bottom: 0.75rem;
  color: #2c3e50;
}

.tile p {
  color: #333;
  font-size: 18px;
}

.tile ul {
  padding-left: 0;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

.tile ul li {
  margin: 0.3rem 0;

}

.tile-button {
  color: #fff !important;
  padding: 0.5rem 1rem !important;
  border-radius: 8px !important;
  text-decoration: none !important;
  display: inline-block !important;
  font-weight: 600 !important;
  padding: 10px 20px !important;
  border: 3px solid rgba(0, 0, 0, 0.05) !important;
  cursor: pointer;
}

.tile-button:hover {
  color: #FFF !important;
  border: 3px solid rgba(0, 0, 0, 0.05) !important;
  cursor: pointer;
}

.tile-button a { color: #FFF !important; }
.tile-button a:hover { color: #FFF !important; }

.tile-button-override-everest { 
  box-shadow: 0px 4px 0px #0b6497 !important;
  border: 3px solid rgba(0, 0, 0, 0.05) !important;
}

/* button styling */
.btn-red { 
  background: #b40e47 !important;
}

.btn-red:hover { 
  background: #990f3e !important;
}

.btn-orange {
  background: #f7941c !important;
}

.btn-orange:hover { 
  background: #c47516 !important;
}

.btn-green {
  background: #26a469 !important;
}

.btn-green:hover { 
  background: #1a774b !important;
}

.btn-blue {
  background: #0b82c5 !important;
}

.btn-blue:hover { 
  background: #0e6fa5 !important;
}

.btn-purple { 
  background: #bda7d0 !important;
}

.btn-purple:hover { 
  background: #8d75a2 !important;
}

/* checkmarks */
.bergen-icon {
  width: 16px;
  height: 16px;
  margin-top: 8px;
  border-radius: 4px;
}

/* blog */
.thumbnail-container {
  width: 100%;
  /* aspect-ratio: 10 / 9; */
  overflow: hidden;
  height: 200px;
  border-radius: 8px 8px 0px 0px;
}
.blog-tile p {
  padding: 0px 20px 0px 20px;
  font-size: 1rem;
}
.blog-tile .entry-title {
  padding: 20px 20px 0px 20px;
  font-size: 1.7rem;
  min-height: 100px;
}
.blog-tile { padding: 0px !important; }
.blog-button {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
position: relative;
background: #FFF;
border-radius: 0px 0px 8px 8px;
text-align:center;
padding:10px;
}

.blog .post-card {
  display: flex
;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
}

.blog-container { 
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 0px 25px 0px 25px;
}


/* back and forth */
.enabled-style-1 {
  display: none !important;
}
.enabled-style-2 {
  display: block !important;
}
.enabled-style-3 {
  height: 650px !important;
}
.enabled-style-4 {
  background-size: 80% auto !important;
}
.enabled-style-5 {
  top: 4px !important;
}

/* header styling */
.bergen-section-1 {
  background: url(/wp-content/uploads/2025/05/homeowrk.jpeg);
  background-repeat: no-repeat !important;
  background-position: 100px !important;
  background-size: 110% !important;
  /* background-position: 600px -200px !important;
  background-size: 75% auto; */
  height: 625px;
  margin-top: -45px;
}

.elementor-container {
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.97) 45%, rgba(255, 255, 255, 0) 100%);
  height: 625px;
}

/* media queries */
@media (max-width: 992px) {
  .oliverTopGraphic {
    display: none !important;
  }
  .bergen-section-1 {
    background-position: unset !important;
    background-size: unset !important;
  }
  #go-top { 
    bottom: 10px !important;
  }
  .elementor-container {
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.75) 100%, rgba(255, 255, 255, 0) 100%)
  }
}

/* form styling */
.everest-forms label, .wp-block-everest-forms-form-selector label {
  padding-left: 5px;
  color: #AAA;
  font-size: 12px;
  font-weight: normal;
}

/* family experience page */
.testimonial-section {
  padding: 3rem 1rem;
  display: flex;
  justify-content: center;
}

.testimonial-card {
  max-width: 800px;
  background-color: #f1f6fa;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  line-height: 1.6;
  color: #333;
}

.family-name {
  font-size: 2.25rem;
  margin-bottom: 1rem;
  font-weight: bold;
  color: #2c3e50;
}

.testimonial-text {
  margin-bottom: 1.5rem;
}

.quote {
  font-style: italic;
  color: #555;
  padding-left: 25px;
  border-left: 4px solid #ff6f42;
  background: rgb(254 111 66 / 10%);
}

.quote cite {
  display: block;
  margin-top: 0.5rem;
  font-style: normal;
  font-weight: bold;
  color: #333;
}

@media (min-width: 1200px) {
  .bergen-section-1 {
    background-position: 250px -100px !important;
    background-size: 100% !important;
  }
  /* .wave-divider { top: -6px !important; } */
}

@media (min-width: 1400px) {
  .bergen-section-1 {
    background-position: 250px -100px !important;
    background-size: 100% !important;
  }
}

@media (min-width: 1500px) {
  .bergen-section-1 {
    background-position: 500px -200px !important;
    background-size: 85% auto !important;
  }
}

/* mobile only media query */
@media (max-width: 767px) {
  .membership-tile {
    background-position: 25% 30% !important;
    margin-top: 35px !important;
  }
  #meep { 
    display: block !important;
    margin: 35px 30px 0px 30px;
  }
  #moop { 
    display: none !important;
  }
}

/* mobile only media query */
@media (max-width: 400px) {
  .membership-tile {
    background-position: 35% 30% !important;
  }
  .elementor-container {
        background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.75) 100%, rgba(255, 255, 255, 0) 100%);
  }
  .bergen-section-1 {
    background-position: 60% 10% !important;
  }
  #membership-tile-outer { 
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.75) 100%, rgba(255, 255, 255, 0) 100%) !important;
  }
}

#meep { 
  display: none ;
  background: #FFF url('https://oliversnanniesfranchising.com/wp-content/uploads/2025/04/OliversNanniesWallpaper-e1744669154950.gif');
  max-width: none !important;
  background-size: contain !important;
  background-position: bottom left;
  padding: 0px !important;
  background-position: 165% 20% !important;
  border: 5px solid #FFFF;
  margin-top: 50px;
  text-align:center;
  z-index:10;
  position:relative;
}

#moop { 
  background: #FFF url('https://oliversnanniesfranchising.com/wp-content/uploads/2025/04/OliversNanniesWallpaper-e1744669154950.gif');
  max-width: none !important;
  background-size: contain !important;
  background-position: bottom left;
  padding: 0px !important;
  background-position: 165% 20% !important;
  border: 5px solid #FFFF;
  margin-top: 50px;
  text-align:center;
  z-index:10;
  position:relative;
}

#membership-tile-outer { 
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.97) 55%, rgba(255, 255, 255, 0) 100%)
}

/* nanny displays */
.nannyPictureOutline {
    width: 170px;
    height: 170px;
    border-radius: 85px !important;
    margin: 0 auto;
    background: rgba(247, 148, 28, 0.5);
    padding-top: 10px;
}
.nannyPicture {
  width: 150px !important;
  height: 150px !important;
  background-position: top center !important;
  border-radius: 75px !important;
  background-size: cover !important;
  margin: 0 auto;
  border: 10px solid #f7941c;
}
.nannyName {
  margin-top: 25px;
}

.membership-tile {
  max-width: none !important;
  margin-top: 50px;
  border: 5px solid #FFFF;
  background: url(/wp-content/uploads/2025/05/Babysitter-and-Baby.jpeg);
  padding: 0px !important;
  background-position: -30% 30%;
}


/* cloudflare */
.cloudflare-homepage { 
  overflow: visible !important;
  position:relative;
  left: -5px;
}

/* floating cta */
#floating-button {
  display: none;
  position: fixed;
  top: 100px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #bd3c10;
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  transition: background-color 0.3s;
}

#floating-button:hover {
  background-color: #d04e23;
}

@media only screen and (max-width: 800px) {
  #floating-button {
    display: block !important;
  }
}

.callToActionRightTwo {
  display: block !important;
  position: fixed;
  top: 90px;
  right: 20px;
  background: #e75252;
  padding: 15px 50px;
  border-radius: 0px 0px 10px 10px;
  color: #FFF;
  z-index: 998;
}

/* CTA */
#callToActionRight button.callToActionRightDropBtn {
  position: fixed;
  right: 15px;
  top: 15px;
  width: 200px !important;
  border-radius: 8px;
  padding: 5px 0px 0px 0px;
  box-shadow: 2px 2px 0px #fafafc;
}

#callToActionRight .dropdown-content {
  width: 200px;
  display: block;
  background: #d04e23;
  color: #FFF;
  position: fixed;
  right: 15px;
  top: 63px;
  border-radius: 0px 0px 0px 0px;
  box-shadow: 4px 4px 0px #bd3c10;
  border-top: 3px solid #a83d19;
}

.callToActionRightDropBtn { 
  border: 0px !important;
  background-color: #d04e23 !important;
  color: #FFF !important;
  width: 100% !important;
  padding: 20px !important;
  border-radius: 4px !important;
  box-shadow: 4px 4px 0px #bd3c11 !important;
  text-align: center;
  line-height: 15px;
} 

.dropdown-content a:hover {
  background-color: #a93d18;
  color: #FFF;
}

@media screen and (max-width: 1700px) {
  #callToActionRight button.callToActionRightDropBtn {
    top: 100px !important;
  }
  #callToActionRight .dropdown-content {
    top: 145px !important;
  }
}

@media screen and (max-width: 800px) {
  #callToActionRight {
    display: none !important;
  }
}