/* 
Theme Name:    LRA
Theme URI:     http://childtheme-generator.com/
Description:   LRA is a child theme of Esteem, created by ChildTheme-Generator.com
Author:      Jason
Author URI:    http://childtheme-generator.com/
Template:    esteem
Version:     1.0.0
Text Domain:   lra
*/


/*
    Add your custom styles here
*/

html
{
    font-size: 100%;
    overflow-x: hidden !important;
}

body {
  background:#F0F0F0;
  padding-top:0;
  padding-bottom: 0;
  font-family: 'Lato', sans-serif;
  overflow-x: hidden !important;
}

.flex-grid img {
  width:100% !important;
}

#divLoginForm table {
  width:100% !important;
}

#banner-image {
  width:100%;
  margin-bottom: 50px;
  height: 300px;
}

#main {
  padding-top:0px;
}

#page {
  max-width: none !important;
  /*background:#f8f8f8;*/
}

.inner-wrap {
  width:100% !important;
}

.flex-grid {
  display: flex;
}

.col {
  flex: 1;
}

.flex-grid-thirds {
  display: flex;
  justify-content: space-between;
}
.flex-grid-thirds .col {
  width: 32%;
}

.site-main {
  background:white;
}

.hgroup-wrap {
  padding:10px 10%;
}

/* Character Styles
======================= */

h1, h2, h3, h4 {
  font-family: 'Merriweather', serif;
  color:#282828;
}

h2 {
  position: relative;
  font-size:1.6rem;
}

h2:after {
  position: absolute;
  content: '';
  height: 3px;
  /* adjust this to move up and down. you may have to adjust the line height of the paragraph if you move it down a lot. */
  bottom: -15px; 
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 100px;
  background:#96875A;;
}

h3 {
  position: relative;
  font-size:1.4rem;
}

h3:after {
  position: absolute;
  content: '';
  height: 3px;
  /* adjust this to move up and down. you may have to adjust the line height of the paragraph if you move it down a lot. */
  bottom:-15px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 100px;
  background:#96875A;
}

h4 {
  font-size:1.2rem;
  padding-top:25px;
}

.widget h4 {
  padding-top:10px;
}

p {
  font-size:16px;
  font-family: 'Lato', sans-serif;
}

a {
  color:#17a2b8;
}

a:hover {
  color:#96875A;
}

a:visited {
  color:#96875A;
}

.center {
  text-align: center;
}

/* Elements
======================== */

.section {
  padding-top:50px;
}

.overlay-container {
  margin-bottom: 75px;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  background:#96875A;
  cursor: pointer;
  -webkit-appearance: button;
  font-size: 12px;
  font-size: 1.2rem;
  border: 0 none;
  color: #ffffff;
  padding: 9px 10px 7px;
  transition: all 0.3s ease-out 0s;
}

button {
  background: #96875A;
}

.btn, .readmore-wrap {
  padding:10px 25px;
  margin-top:25px;
  background:#96875A;
  color:white !important;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  border-radius: 90px;
}


.btn:hover {
  background:#ad9e76;
  color:white;
}

a#scroll-up {
  background-color:#96875A;
}

.quote-btn {
  background: #96875A;
  color:white;
  padding:10px;
  transition: all 0.3s;
}

.quote-btn:hover {

}

.box {
  margin-top:25px;
  text-align: center;
  padding:20px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);

}

#nav_menu-24, #nav_menu-23, #nav_menu-22, #nav_menu-21, #nav_menu-20, #nav_menu-19, #custom_html-3, #custom_html-4, #custom_html-5, #custom_html-6, #custom_html-7, #custom_html-8, #custom_html-9 {
  margin-top:25px;
  padding:20px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);

}

#nav_menu-11, #nav_menu-12, #nav_menu-13, #nav_menu-17, #nav_menu-18  {
  margin-top:25px;
  padding:20px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.widget_recent_entries, .widget_recent_comments, .widget_archive, .widget_categories, .widget_meta {
  margin-top:25px;
  padding:20px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.widget_text {
  margin-top:25px;
  padding:20px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);

}

.product_ll {
  padding-top:15px;
  text-align: left;
}

.product_ll a {
  font-size:1rem;
}


/* Navigation
======================== */

/*.home .site-header {
  background: #333333
}*/

.header-logo-image img {
  width:75%;
}

.home #main {
  margin-bottom: 0;
  padding-top: 0 !important;
}

.main-navigation li.current_page_item > a, .main-navigation li.current-menu-item > a, .main-navigation li.current-menu-ancestor > a {
  color:#96875A;
}

.main-navigation ul ul {
  border-top: 4px solid #96875A;
  top:3.2rem;
}

.main-navigation ul ul a {
    width:200px;
    border-right: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

.main-navigation ul li {
  padding-left: 25px;
}

.main-navigation li:hover > a {
  color:#96875A;
}

/*.main-navigation li a {
  color:white;
}*/

/*.menu-toggle:before {
    color:white !important;
  }

.better-responsive-menu .sub-toggle {
  background-color: black !important;
}*/

.nav-menu a {
  font-size:16px;
}

.nav-menu ul ul li {
  padding-left:0;
}

.nav-menu ul ul li a:hover {
    background:#f8f8f8;
    color:black;
}

.page-title-bar {
  background:#96875A;
  padding:15px 100px;
  text-align: center !important;
}

.page-title-wrap {
  float:none;
}

.sub-toggle {
    top: 15px;
    color:black;
    right: 10px;
    position: absolute;
}

.main-navigation li:hover > a, .main-navigation li:hover > .sub-toggle {
  color:black;
}

.header-info {
  background:#333;
  margin:0 -30px;
  padding:0 10%;
  color:white;
}

.header-info p {
  font-size:14px;
}

.social a i {
  color:#96875A !important;
  transition:0.6;
}

.social a i:hover {
  color:#ad9e76 !important;
}

.info {
  padding-top:20px;
}

.search-form-top {
  margin:0;
  border-top:0;
  display:block;
  position: relative;
  float:right;
  top:0;
  width:100%;
  background:none;
  border:none;
  padding-top:10px;
}

.search-top {
  top:20px;
}

.search-wrap button {
  display: none;
}

.search-wrap button:before {
    color: #96875A;
    content: "\f0d9";
    font-family: fontawesome;
    font-size: 16px;
    left: -5px;
    padding-right: 5px;
    position: absolute;
    transition: all 0.3s ease-out 0s;
}

#masthead input.s {
  width:100%;
  margin-top: 15px;
}

#custom_html-9 {
  text-align: center;
  top:0;
  float:left;
  padding:0;
  padding-left:50px;
  background: none;
  border-radius: 0;
  box-shadow: none !important;
  transition: 0;
}

h3.menu-toggle:after {
  display: none;
}

.nav-menu > ul > li > a, .menu > ul > li > a {
  height:auto;
}

/* Front Page
======================= */

.slider {
  z-index:0 !important;
}

.intro-border {
  margin-top:-50px;
  z-index:100 !important;
}

.home-intro {
  /*padding-top:25px;*/
  text-align: center;
  padding:50px 0;
}

.home-intro p {
  color:black;
  padding-top:20px;
  line-height: 2rem;
  
}

i {
  color:grey;
}

.callout-home-container {
  padding-left:0;
  padding-right:0;
  position:relative;
  background-image: url("/wp-content/uploads/2019/03/skyline.jpg"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  height: auto; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.overlay {
    background-color: rgba(51, 51, 51, 0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.callout-home {
  min-height:200px;
  text-align: center;
}

.callout-home p {
  padding-top:20px;
  line-height: 1.8rem;
  color:black;
}

.workers-comp {
  background:#f8f8f8;
}


/* Sub Page Styles
======================= */


.btn-wrap {
  text-align: center;
}

.page-title-wrap h1, .page-title-wrap h2 {
  padding-top:8px;
}

.sub-body .box {
  min-height:450px;
}

.sub-body .box2 {
  min-height:200px;
  text-align: center;
}

.company-btn {
  margin-top:50px;
}

.box2 h3 {
  text-align: center;
}

.sub-body .service {
  min-height:350px;
}

.sub-body h2 {
  padding-top:25px;
}

.sub-body h2:after {
  display: none;
}

.sub-body h3 {
  padding-top:25px;
}

.sub-body h3:after {
  display: none;
}

.sub-body p {
  font-size:1rem;
  color:black;
}

.sub-body ul {
  font-size:22px;
  color:black;
}

.insurance-list ul {
  font-size:18px;
}

.sub-body ul li {
  padding-top:15px;
}

.box ul li {
  font-size:0.7em;
  padding:5px 0;
  border-top:1px solid #f8f8f8;
}

.textwidget {
  font-size:16px;
}

.widget_text {
  margin-top:25px;
  padding:20px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);

}

.widget {
  text-align: center;
}

.widget h3 {
  position: relative;
}

.widget h3:after {
  position: absolute;
  content: '';
  height: 3px;
  /* adjust this to move up and down. you may have to adjust the line height of the paragraph if you move it down a lot. */
  bottom: 0px; 
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 100px;
  background:#96875A;
}

.widget ul li a {
  color:#96875A;
}

.widget ul li a:before {
  display: none;
}

.widget ul li a:hover {
  color:#96875A;
}

.widget ul li a:hover:before {
  color:#96875A;
}

.hentry {
  margin:0;
}

.gform_title:after {
  display: none;
}

.archive #main {
  padding:100px 10%;
}

.archive h2:after {
  display: none;
}

.search #main {
  padding:100px 10%;
}

.search h2 {
  padding-top:50px;
}

.search h2:after {
  display: none;
}

.single #main {
  padding:100px 10%;
}

#secondary .widget-title span, #colophon .widget-title span {
  border-bottom: 0;
}

iframe {
  margin-top:50px;
}

ul.list {
  font-size:1rem;
  list-style-type: disc;
  padding-left:50px;
  margin-top:-15px;
  margin-bottom:30px;
}

ol.list {
  font-size:1rem;
  list-style-type: disc;
  padding-left:50px;
  margin-top:-15px;
  margin-bottom:30px;
}

/* Footer Styles
======================= */

.footer {
  background:#333;
  padding:35px 0 0 25px;
}

.footer h3 {
  font-size:0.9em;
  color: #96875A;
  padding-bottom:5px !important;
  text-align: left;

}

.footer h3:after {
  /*position: absolute;
  content: '';
  height: 2px;
  bottom: -10px; 
  left:-120px;
  background:#96875A;*/
  display: none;
}

.footer ul {
  margin-top:0px;
  text-align: left;
}

.footer ul li a {
  color:white !important;
  font-size:0.9em;
}

.footer a {
  color:#e8e8e8 !important;
}

.footer a:hover {
  color:#ececec !important;
  text-decoration: none !important;
}

.footer p {
  font-size:0.9em;
  margin-bottom:0;
  color:white;
}

#colophon {
  border-top: 2px solid #96875A;
  text-align: center;
}

#colophon a {
  color: #96875A;
}

/* Media Queries
======================= */

@media (max-width: 400px) {
  .flex-grid {
    display: block;
  }

  #custom_html-9 {
    padding-left: 32%;
  }

  #masthead input.s {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
.search-form-top {
    width:100%;
    margin: 0;
    padding: 7px;
    top: 0px !important;
}

.better-responsive-menu .sub-toggle {
  background-color: black !important;
}

.menu-toggle:before {
    color:black !important;
  }

  #custom_html-9 {
    padding-left: 32%;
  }

  .flex-grid img {
  width:100% !important;
}

.sub-body ul {
  font-size:14px !important;
}

}


@media screen and (min-width: 1px) {

#page {
  max-width: none;
}

}


// Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { 

}

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }