/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* Custom SCSS for Hommer Horizon Template created 2/9/2022 tjs */
/*----- layout customizations -----*/
.section-horizontal-paddings {
  padding-left: 5%;
  padding-right: 5%;
}
/*----- end layout customizations -----*/
/*----- module customizations -----*/
.box4.moduletable {
  color: #686868;
  padding: 0 15px 10px;
  margin: 0 0 15px;
  background: #f2f2f2;
  font-weight: bold;
}
.box4 a {
  color: #2b7069;
  font-style: italic;
}
.box4 a:hover {
  color: #499;
}
.box2.moduletable {
  color: #fff;
  background: #2b7069;
  padding: 0;
  margin: 0;
}
.box7.moduletable {
  color: #fff;
  background: #0183a8;
  padding: 10px;
  margin: 0;
}
.box7 a {
  color: white;
}
.box7 a:hover {
  color: #51b8d5;
}
.box7 a.active {
  color: black;
}
.box9 {
  background-image: url('../../../../images/misc/Hommer_Background_small.jpg');
  background-size: cover;
}
#g-bottom .box9 {
  margin: 0;
}
.title7 .g-title, .title7 .button {
  background: #016885;
  color: white;
  padding: 10px;
  margin: 0;
}
.title1 .g-title, .title1 .button {
  background: #184d47;
  color: #fff;
  font-style: italic;
  font-size: 150%;
}
.moduletable[class*="title"] .g-title, .widget[class*="title"] .g-title {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
/*----- end module customizations -----*/
/* ------- responsive-2-columns ---------- */
* {
  box-sizing: border-box;
}
/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 48%;
  margin: 1%;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
hr {
  height: 2px;
  border: none;
  color: #DEDEDE;
  background-color: #eee;
}
blockquote {
  margin: 0 0 1.5rem 1.5rem;
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
  blockquote {
    margin: 0 0 1.5rem;
  }
}
/* ------- end responsive-2-columns ---------- */
/* ----- flexible container ----- */
.ts-flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ts-flex-container > div {
  /*	flex-basis:30%;*/
  border-radius: 5px;
  width: 350px;
  padding: 15px;
  margin: 10px;
  text-align: center;
  background-color: rgba(96, 159, 204, 0.02);
  background-image: -webkit-gradient(linear, left top, right top, 0 0, 0 100%, from(transparent), color-stop(0%, rgba(30, 150, 30, 0.3)), to(rgba(30, 150, 30, 0.1)));
  background-image: -webkit-linear-gradient(340deg, transparent, rgba(30, 150, 30, 0.3) 40%, rgba(30, 150, 30, 0.1));
  background-image: -moz-linear-gradient(340deg, transparent, rgba(30, 150, 30, 0.3) 40%, rgba(30, 150, 30, 0.1));
  background-image: -ms-linear-gradient(340deg, transparent, rgba(30, 150, 30, 0.3) 40%, rgba(30, 150, 30, 0.1));
  background-image: -o-linear-gradient(340deg, transparent, rgba(30, 150, 30, 0.3) 40%, rgba(30, 150, 30, 0.1));
  background-image: linear-gradient(340deg, transparent, rgba(30, 150, 30, 0.3) 40%, rgba(30, 150, 30, 0.1));
  background-repeat: no-repeat;
  /*	background-image: -webkit-gradient(linear,left top,right top,0 0,0 100%,from(transparent),color-stop(0%,rgba(46, 200, 255, 0.4)),to(rgba(46, 200, 255, 0.1)));
	background-image: -webkit-linear-gradient(340deg,transparent,rgba(46, 200, 255, 0.4) 40%,rgba(46, 200, 255, 0.1));
	background-image: -moz-linear-gradient(340deg,transparent,rgba(46, 200, 255, 0.4) 40%,rgba(46, 200, 255, 0.1));
	background-image: -ms-linear-gradient(340deg,transparent,rgba(46, 200, 255, 0.4) 40%,rgba(46, 200, 255, 0.1));
	background-image: -o-linear-gradient(340deg,transparent,rgba(46, 200, 255, 0.4) 40%,rgba(46, 200, 255, 0.1));
	background-image: linear-gradient(340deg,transparent,rgba(46, 200, 255, 0.4) 40%,rgba(46, 200, 255, 0.1));
	background-repeat: no-repeat;
	*/
}
/* ----- end flexible container ----- */
/*----- typography customizations -----*/
h1, h2, h3, h4, h5 {
  color: #184d47;
}
.box9 a {
  color: white;
}
.box9 a:active, .box9 a:hover {
  color: #ffcc00;
}
#g-navigation a:hover {
  color: #276191;
}
/*----- end typography customizations -----*/
/*----- menu customizations -----*/
.g-main-nav {
  padding-bottom: 4px;
  margin-bottom: -9px;
  margin-right: -10%;
  margin-left: -10%;
  border-bottom: 5px solid #2b7069;
}
/*.g-main-nav .g-toplevel {
	text-align:center;
}*/
.g-main-nav .g-toplevel > li {
  padding-right: 0.5%;
  padding-left: 0.5%;
  /*background:pink;
	border-right:medium solid black;
	border-left:medium solid black;*/
}
.g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
  font-weight: bold;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #184d47;
  padding: 0.2345rem 0;
  transition: all 0.4s ease-in-out;
  transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  /* IE 9 */
  transform: scale(1, 1);
  /* Safari and Chrome */
  -ms-transform: scale(1, 1);
  /* IE 9 */
  -webkit-transform: scale(1, 1);
  /* Safari and Chrome */
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container, #g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container {
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}
#g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, #g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container, #g-navigation .g-main-nav .g-sublevel > li.active > .g-menu-item-container {
  color: #184d47;
  border-bottom: 4px solid #184d47;
}
#g-navigation .g-main-nav .g-dropdown {
  background: #eef4ee;
  border: 2px solid #2b7069;
  border-radius: 4px;
  margin-top: 10px;
}
#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container {
  border-bottom: 1px solid #184d47;
}
/**************** submenu zoom ********************/
#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container {
  transition: all 0.4s ease-in-out;
  transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  /* IE 9 */
  transform: scale(1, 1);
  /* Safari and Chrome */
  -ms-transform: scale(1, 1);
  /* IE 9 */
  -webkit-transform: scale(1, 1);
  /* Safari and Chrome */
}
#g-navigation .g-main-nav .g-sublevel > li:hover > .g-menu-item-container {
  transition: all 0.4s ease-in-out;
  transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  /* IE 9 */
  transform: scale(1.05, 1.05);
  /* Safari and Chrome */
  -ms-transform: scale(1.05, 1.05);
  /* IE 9 */
  -webkit-transform: scale(1.05, 1.05);
  /* Safari and Chrome */
  text-shadow: 0px 0px 0px #000, 0 0 0px #000;
}
/************ end submenu zoom *******************/
.menu .active a {
  color: #8db;
}
#g-mobilemenu-container .g-toplevel li .g-menu-item-content {
  display: initial;
}
.g-offcanvas-toggle {
  color: #184d47;
  border: 2px solid #184d47;
}
.g-offcanvas-toggle:hover {
  color: #88dd88;
}
.g-offcanvas-toggle {
  position: fixed;
  background: rgba(174, 183, 197, 0.2);
  width: 37px;
  height: 34px;
  line-height: 24px;
  top: 2rem;
  left: 0.4rem;
  padding-left: 0px;
  border: 3px solid #e80000;
  padding-right: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
}
.fa-bars {
  color: #e80000;
}
#g-offcanvas #g-mobilemenu-container .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator:after {
  color: #184d47;
}
/* mobile active selection background and text*/
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
  border: 3px solid red;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#g-offcanvas #g-mobilemenu-container .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-menu-item-container {
  opacity: 1;
  color: #184d47;
}
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: 2px solid #184d47;
  background: #fff;
  color: #184d47;
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-menu-item-container {
  color: #184d47;
}
#g-offcanvas #g-mobilemenu-container ul {
  background: none;
}
#g-offcanvas #g-mobilemenu-container .g-toplevel > li > .g-menu-item-container {
  padding-left: 15px;
  text-indent: -5px;
}
#g-offcanvas #g-mobilemenu-container .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
  padding-left: 0;
}
#g-offcanvas #g-mobilemenu-container .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator:after {
  padding-left: 10px;
}
/* --------- change to white background for ACTIVE Logo (home) at top of responsive menu ---------- */
@media only screen and (max-width: 719px) {
  .hommer-menu-logo {
    background: transparent;
  }
  #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container img, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-menu-item-container img {
    background: white;
    margin: -10px;
    padding: 10px;
  }
}
/*----- end menu customizations -----*/
/*----- menu customizations -----*/
/*.g-main-nav .g-toplevel > li:hover > .g-menu-item-container:before, .g-main-nav .g-toplevel > li.active > .g-menu-item-container:before {
    position: absolute;
    content: '';
    width: 90%;
    height: 8px;
    background: red;
    border-radius: 5px;
    left: 5%;
    bottom: -.5rem;
	top:unset;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container {
    padding: 2px 2.0rem;
	border-radius: 15px;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content, .g-main-nav .g-sublevel > li > .g-menu-item-container > .g-menu-item-content {
    text-transform: capitalize;
}
.g-offcanvas-toggle .fa-fw {
	color:red;
}
.g-offcanvas-toggle {
	top:2rem;
}
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
    border: 2px solid #ff6a7e;
    background: red;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
    font-weight: bold;
    font-size: 1.0vw;
	padding: 2px 1vw;
 }*/
/*----- end menu customizations -----*/
/*----- module customizations -----*/
/*----- end module customizations -----*/
/*----- component customizations -----*/
/*----- end component customizations -----*/
/*----- table customizations -----*/
/*----- end table customizations -----*/
/* ------- Misc Responsive ------- */
@media only screen and (max-width: 1279px) {
  .ts-big {
    display: none;
  }
  .cav-comp {
    width: 100%;
    height: NaN;
    margin-bottom: 10px;
  }
  #g-mainbar .g-content {
    margin: 0;
    padding: 0;
  }
  #g-feature .g-content {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  #g-navigation {
    border-bottom: 5px solid #2b7069;
  }
}
@media only screen and (min-width: 1280px) {
  .ts-small {
    display: none;
  }
  .cav-comp {
    width: 50%;
    height: NaN;
    max-width: 600px;
    float: right;
    margin-left: 25px;
  }
  #g-navigation {
    margin-bottom: -22px;
  }
}
/* ------- End Misc Responsive ------- */
/* ------- Miscellaneous ------- */
/* ------- End Miscellaneous ------- */
/*# sourceMappingURL=custom_15.css.map */