/*
Theme Name: Aari Child
Theme URI: https://www.amyfrost.net
Template: aari
Author: Amy Frost
Author URI: https://www.amyfrost.net
Description: All work and no play makes Amy a dull girl.
Version: 1.0.1585617441
Updated: 2020-03-31 01:17:21

*/

ul.topnav {
	list-style-type: none;
	margin: 0px 0px 0px -5px;
	padding: 12px 0px 8px 0px;
	overflow: hidden;
    background-color:#161614;
}

ul.topnav li {
	display: inline-block;
	margin:0 !important;
    font-family: 'Buenard', serif;
    font-weight:bold;
    font-size:208%;
    line-height:100%;
    border:0px;
    padding:0px;
}

ul.topnav li .toplink a {
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	padding: 8px 14px 16px 14px;
	margin:0px;
    transition: all 0.5s ease;  
}

ul.topnav li:hover .toplink > a.blue-bg {
    color:#FFF;
    background-color:#2381ab;
    border-radius:3px 3px 0px 0px;
}

ul.topnav li:hover .toplink > a.teal-bg {
    color:#FFF;
    background-color:#1e958d;
    border-radius:3px 3px 0px 0px;
}

ul.topnav li:hover .toplink > a.green-bg {
    color:#FFF;
    background-color:#5b9155;
    border-radius:3px 3px 0px 0px;
}

ul.topnav li:hover .toplink > a.orange-bg {
    color:#FFF;
    background-color:#d57f2b;
    border-radius:3px 3px 0px 0px;
}

ul.topnav li:hover .toplink > a.pink-bg {
    color:#FFF;
    background-color:#b24052;
    border-radius:3px 3px 0px 0px;
}

ul.topnav li:hover .toplink > a.purple-bg {
    color:#FFF;
    background-color:#5a528a;
    border-radius:3px 3px 0px 0px;
}

ul.topnav li.icon {
	display: none;
}

ul.topnav ul {
	padding: 0px 0px;
	display: none;
	width: 100%;
	position: absolute;
    left:0px;
    margin-left:0px;
	list-style-type: none;
	z-index:500;
	margin-top:-2px;
}

ul.topnav li ul li {
    font-size:48%;
    line-height:110%;
    font-weight:500;
	font-family: 'Poppins', sans-serif;
}

ul.topnav li:hover > ul {
	display: block;
}

ul.topnav li:hover > ul li {
	padding:0px;
}

.blocker {
	margin: 0px auto 0px auto;
	display: block;
	width: 1240px;
	padding: 0px;
	overflow: visible;
	border-radius:3px;
    -webkit-box-shadow: 0px 5px 18px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 18px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 18px 0px rgba(0,0,0,0.75);
    transition: all 0.5s ease; 
}

.blocker-background {
       background-color:#f2f0ec; 
}

.blocker-bottom {
    width:90%; 
    height:120px; 
    border-top:2px dotted #88807b;
    padding-top:14px;
    margin-bottom:14px;
    display:block;
    overflow:hidden;
    margin:0px auto;
}

.blocker-bottom-search-img {
    display:inline-block;
    vertical-align:middle;
    width:40px;
}
.blocker-bottom-search-img img {
    width:100%;
    height:auto;
}

.blocker-bottom-search-text {
    display:inline-block;
    vertical-align:middle;
    margin:3px 10px 0 8px;
    font-size:70%;
	font-family: 'Poppins', sans-serif;
	font-weight:normal;
}

.blocker-bottom-search-links {
    display:inline-block;
    vertical-align:middle;   
}

.blocker-bottom-search-links a {
    background-color:#756e65;
	font-family: 'Poppins', sans-serif;
    color:#FFF !important;
    border-radius:3px;
    font-weight:400;
    font-size:60%;
    line-height:100%;
    display:inline-block;
    vertical-align:middle;
    padding:9px 10px 7px 10px;
    margin-right:4px;
    opacity:0.7;
    transition: all .5s ease-in-out;
}

.blocker-bottom-search-links a:hover {
    opacity:1.0;
}

.imgzoomin-frame {
    width:100%;
    height:130px;
    overflow:hidden;
    margin-bottom:5px;
}

.imgzoomin-frame img {
    transition: all .75s ease-in-out;
    opacity:0.8;
-webkit-filter: brightness(70%);
      filter: gray; /* IE5+ */
      -webkit-filter: grayscale(0.25); /* Webkit Nightlies & Chrome Canary */
}

.imgzoomin-frame img:hover {
    transform: scale(1.2); 
    opacity:1.0;
-webkit-filter: brightness(100%);
    filter: none;
      -webkit-filter: grayscale(0);
}

.col-pts a, .col-ttd a, .col-ss a, .col-et a, .col-ev a {
    color:#161614;
}

.col-pts {
    width:170px;
    height:170px;
    display:inline-block;
    vertical-align:top;
    margin:15px 2px;
    padding:2px 2px 2px 2px;
    overflow:hidden;
    transition: all .75s ease-in-out;
}

.col-ttd {
    width:145px;
    height:170px;
    display:inline-block;
    vertical-align:top;
    margin:15px 2px;
    padding:2px 2px 2px 2px;
    overflow:hidden;
    transition: all .75s ease-in-out;
}

.col-ss {
    width:140px;
    height:170px;
    display:inline-block;
    vertical-align:top;
    margin:15px 2px;
    padding:2px 2px 2px 2px;
    overflow:hidden;
    transition: all .75s ease-in-out;
}

.col-ev {
    width:125px;
    height:170px;
    display:inline-block;
    vertical-align:top;
    margin:15px 2px;
    padding:2px 2px 2px 2px;
    overflow:hidden;
    transition: all .75s ease-in-out;
}

.col-all {
    width:78px;
    height:170px;
    display:inline-block;
    vertical-align:top;
    margin:15px 2px;
    padding:2px 2px 2px 2px;
    overflow:hidden;
    transition: all .75s ease-in-out;
}

.col-et {
    width:170px;
    height:170px;
    display:inline-block;
    vertical-align:top;
    margin:15px 2px;
    padding:2px 2px 2px 2px;
    overflow:hidden;
    transition: all .75s ease-in-out;
}

.nav-plan {
    height:205px; 
    overflow:visible; 
    margin-top:-60px;
    background-color:#f2f0ec; 
}

.pinbottom-left, .pinbottom-right {
    width:48%; 
    display:inline-block; 
    vertical-align:top; 
    margin-right:1%; 
    margin-left:1%;
    border:1px solid #b3aea4; 
    border-radius:12px; 
    padding: 1%; 
    text-align:left; 
    background-color:#f7f5f0; 
    position: relative;
}

.pinbottom-box-left {
    padding-right:3%; 
    width:34%; 
    display:inline-block; 
    vertical-align:top;
}

.pinbottom-box-right {
    width: 61%; 
    vertical-align:top; 
    margin-top: 30px; 
    display:inline-block; 
    text-align:left;
}

.pinbottom-header {
    font-size:160%; 
    font-weight:bold; 
    line-height:120%;
}

.pinbottom-header a:hover, .pinbottom-header:hover {
    color:#663a5b;
}

.pinbottom-button {
    position:absolute; 
    bottom: 15px; 
    right: 15px; 
    max-width:240px; 
    border-radius:8px;
}

.pinbottom-img {
    width:100%; 
    height:auto; 
    border-radius:8px;
}

a.events-venue {
   width:100%; 
   display:block; 
   background-color:#f3efe7; 
   margin-top:1px; 
}

.events-venue-left {
    width:31%;
    display:inline-block;
    vertical-align:middle; 
    color:#7c76a8;
    background-color:#101010;
    font-size:120%;
    line-height:110%;
    text-align:left;
    padding-left:12px;
    padding-top:8px;
    padding-bottom:8px;
    opacity:0.95;
    text-transform: uppercase;
}

.event-venue-dow {
    font-size:52%;
    line-height:110%;
    letter-spacing:0.10em;
    color:#FFF;
    display:inline-block; 
    width:57%; 
    vertical-align:middle; 
    text-align:right;
}

.events-venue-right {
    display:inline-block;    
    padding-left:20px;
    vertical-align:middle;
    width:auto;
    font-size:100%;
    line-height:110%;
    font-weight:bold;
    width:68%;
}

.events-venue-month {
    display:inline-block; 
    width:50px; 
    vertical-align:middle;
}

.events-venue-day {
    display:inline-block; 
    width:25px; 
    text-align:right; 
    vertical-align:middle; 
    color:#FFF; 
    font-weight:bold
}

a.events-venue:hover .events-venue-right {
    color:#FFF;
}

a.events-venue:hover {
    background-color:#7072a3;
}

.buggy-form .search-form .search-submit {
    background-color:#2381ab;
    color:#FFF;
}

.buggy-form .search-form input {
    font-size:22px;
    padding:10px;
    background-color:#cfe5ee;
}

.search-form .search-submit {
    background-color:#b3aea4;
}

.search-form input {
    border:0px solid #FFF !important;
    font-size:16px;
    padding:6px 8px;
}

.buggy404-box {
    text-align:center; 
    width:100%; 
    max-width:1000px; 
    margin:45px auto 105px auto;
}

.buggy404-box img {
    width:650px; 
    height:auto; 
    margin-top:55px; 
    margin-bottom:20px
}

.vgform-left {
    width:43%; 
    vertical-align:top; 
    display:inline-block; 
    margin-right:5%; 
    margin-top:10px; 
    padding:45px 30px; 
    olor:#FFF !important; 
    text-align:center; 
    border-radius:12px;
    background-color:#f3efe6;
    background-image: url("https://explorelagrangecountyin.com/wp-content/uploads/2020/12/centerbg_canvas2.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}

.vgform-right {
    width:50%; 
    vertical-align:top; 
    display:inline-block;
}

body .gform_wrapper h3.gform_title {
    display: none !important;
}

.gform_wrapper .gform_body {
    width:100% !important;
    display:block;
    padding:0 !important;
    margin:0 !important;
}

.gform_wrapper .gform_fields, .gform_wrapper .gform_body ul, .gform_wrapper .gform_body li {
    width:100% !important;
    padding:0 !important;
    margin:0 !important;    
}

.gform_wrapper .gform_body label {
    width:100% !important;
    color:#161614 !important;
    background-color:rgba(217, 232, 246, 0.8);
    padding:6px 8px !important;
    margin:3px 0 0 0 !important;
    font-size:85% !important;
}

.gform_wrapper ul.gfield_checkbox li label {
    background-color:rgba(217, 232, 246, 0.0) !important;   
    margin-top:-4px !important;
    padding-top:0px !important;
}

.gform_wrapper ul.gfield_checkbox {
    padding-bottom:20px !important;
}

.gform_wrapper ul.gfield_radio li label {
    background-color:rgba(217, 232, 246, 0.0) !important;   
    margin-top:-4px !important;
    padding-top:0px !important;
}

.gform_wrapper .gsurvey-rating label {
    background-color:rgba(217, 232, 246, 0.0) !important;   
    margin-top:-4px !important;
    padding-top:0px !important;
    font-size:90% !important;
}

.gform_wrapper .gsurvey-rating {
    padding-bottom:20px !important;
}

.gform_wrapper ul.gfield_radio {
    padding-bottom:20px !important;
}

.gform_wrapper ul.gsurvey-rank li {
    padding-bottom:5px !important;
    margin-left:30px !important;
    font-size:90%;
}

.gform_wrapper .gform_body input, .gform_wrapper .gform_body select {
    padding:0 !important;
    margin:0 0 10px 8px !important;
    border:1px solid #b3aea5;
    padding:3px !important;
}

.gform_wrapper .gform_button {
    background-color:#00a197 !important;
    font-size:125%;
    color:#FFF;
    padding:10px;
}

.gform_wrapper .gfield_description {
    padding:8px 8px 4px 8px !important;
}

.gform_wrapper .gfield_radio li label {
    background-color:#FFF !important;
}

.links-blue a:link, .links-blue a:visited, .links-blue a:active {
    font-weight:bold;
    overflow-wrap: break-word;
    word-wrap: break-word;
    transition: .25s ease-in-out;
    color:#2381ab !important;
    opacity:0.8;
}

.links-blue a:hover {
    opacity:1.0;
}

.homeevents-box {
    text-align:center; 
    width:100%; 
    padding:0; 
    margin:25px 0 50px 0;
}

.subcatgroup-button {
    background-color:#0f716b;
    width:60%;
    margin:15px auto;
    border-radius:4px;
    color:#FFF;
    padding:8px;
    position:absolute;
    bottom:42px;
    left:0;
    right:0;
    font-size:100%;
    line-height:100%;
}

a.subcatgroup {
    border:1px solid #756e65 !important;
    display:inline-block;
    width:250px;
    height:400px;
    vertical-align:top;
    margin-bottom:15px;
    margin-left:7px;
    margin-right:7px;
    background-image: url("https://explorelagrangecountyin.com/wp-content/uploads/2020/07/Background-Small-Burlap.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    position:relative;
    border-radius:8px;
    overflow:hidden;
    transition: all .25s ease-in-out;
}

a.subcatgroup:hover {
    color:#161614 !important;
    filter: brightness(120%);
}

.subcatgroup-mainimg {
    width:100%;
    height:190px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.subcatgroup-datebox {
    width:100%;
    background-color:#756e65;
    padding:12px 8px;
    color:#FFF;
    font-size:120%;
    font-weight:bold;
    text-transform: uppercase; 
	font-family: 'Poppins', sans-serif !important;
	text-align:center;
	height:40px;
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	text-shadow: 2px 2px 2px #343433;
}

.subcatgroup-centerbox {
    display:block;
    vertical-align:middle;    
    width:100%;
    padding:15px;
}

.subcatgroup-descbox {
    width:100%;
    height:48px;
    position:absolute;
    bottom:100px;
    left:0;
    padding:0px 40px;
    line-height:140%;
    font-size:100%;
}

.subcatgroup-title {
	font-family: 'Poppins', sans-serif !important;
	font-size:160%;
	font-weight:bold;
	line-height:110%;
	padding-top:5px;
	padding-bottom:15px;
}

.subcatgroup-catname {
    text-transform: uppercase; 
    font-size:120%;
    line-height:120%;
    padding:4px;
    background-color:#161614;
    color:#b3aea5;
}

ul.lakelist {
    width:600px;
    margin:0 auto;
    text-align:left;
}

ul.lakelist li {
    padding:2px;
}

.parks-icon {
    display:inline-block;
    width:38px;
    height:auto;
    margin-right:2px;
    filter: brightness(120%);
}

.trailstar {
    font-size:100%; 
    margin-bottom:-18px; 
    margin-top:-8px;
    opacity:0.6;
}

ul.sidebar-trails {
    visibility:hidden;
    display:none;
}

ul.navbar-trails {
    list-style:none;
    margin-left:0;
    padding-top:15px;
}

ul.navbar-trails a {
    display:inline-block;
    font-size:70%;
    font-weight:bold;
    line-height:100%;
    background-image: linear-gradient(180deg, #f3f0e7, #b3aea5);
    color:#332f2b !important;
    vertical-align:top;
    height:64px;
    border-radius:5px 5px 0 0;
    padding:0 8px 4px 8px;
}

ul.navbar-trails li {
    margin:-2px 0;
    transition: all .25s ease-in-out;
    padding:0;
}

ul.navbar-trails a:hover {
    color:#2381ab !important;
}

.listing-ul {
    margin-left:20px;
}

.listing-ul li {
    padding:0px;
    font-weight:bold;
}

.eventlist-select-box {
    display:block;
    width:100%;
}

.events-wide {
    width:80%; 
    margin:0 auto;
}

.events-headtitle {
    display:inline-block; 
    position:absolute; 
    right:50px; 
    top:25px; 
    font-size:420%; 
    font-weight:bold; 
    color:#161614;
}

.events-catname {
    text-transform: uppercase;    
	font-family: 'Poppins', sans-serif !important;
	font-size:340%;
	line-height:100%;
	text-align:center;
	font-weight:bold;
}

.events-bigpic {
    border-radius:8px; 
    width:240px; 
    height: auto; 
    display:inline-block; 
    margin:4px 4px 4px 0;
    border:2px solid #f3f0e7;
    filter: brightness(100%);
    transition: all .5s ease-in-out;
}

.events-bigpic:hover {
    filter: brightness(130%);
    border:2px solid #b3aea5;
}

.events-datebox {
    width:100%;
    display:block;
    margin-bottom:50px;
}

.events-datebox-left {
    width:15%; 
    display:inline-block; 
    padding:0; 
    text-align:left;
    vertical-align:middle;
    margin-left:2%;
}

.events-datebox-right {
    width:15%; 
    display:inline-block; 
    padding:0; 
    text-align:right;
    vertical-align:middle;
    margin-right:2%;
}

.events-datebox-middle {
    width:66%; 
    display:inline-block; 
    padding:0; 
    text-align:center;
    vertical-align:middle;
    font-size:305%;
    line-height:110%;
    font-weight:bold;
    font-family:Buenard,Serif;
}

.events-datebox-middle-smalltext {
    font-size:16px;
    line-height:18px;
    margin-top:15px; 
    margin-bottom:0;	
    font-family: 'Poppins', sans-serif !important;
    font-weight:normal;
}

.events-left select {
    font-size:110%;
}

.eventlist-clear {
    padding:10px 14px 8px 14px;
    font-size:90%;
    line-height:100%;
    background-color:#00a096;
    color:#FFF;
    margin:10px 0;
    border-radius:4px;
}

.eventlist-clear:hover, .eventlist-print:hover {
    color:#FFF !important;
}

.eventlist-print {
    padding:12px 14px 10px 14px;
    font-size:140%;
    line-height:100%;
    background-color:#2381ab;
    color:#FFF;
    margin:30px 0 0 0;
    border-radius:4px;
}

.eventlist-select {
    font-size:150%;
    font-weight:bold;
    padding:35px 0 15px 0;
}

.eventlist-cat {
    position:absolute;
    right:0;
    top:0;
    background:#b3aea5;
    text-transform: uppercase;
    padding:10px 10px 4px 10px;
    border-radius:0 0 4px 4px;
    color:#FFF;
    width:280px;
    font-size:95%;
    text-align:right;
    opacity:0.85;
}

.eventlist-button {
    font-size:200%;
    line-height:100%;
    padding:20px;
    background-color:#e04d4b;
    color:#FFF;
    font-weight:bold;
    text-transform: uppercase;
    border-radius:8px;
    opacity:0.8;
    transition: all .5s ease-in-out;
}

.eventlist-button:hover {
    opacity:1.0;
    color:#FFF !important;
}

a.eventlist-box {
    display:block;
    width:100%;
    border-top:1px solid #bfbab3 !important;
    padding:15px 0;
    position:relative;
    color:#161614 !important;
}

a.eventlist-box:hover {
    color:#161614 !important;    
}

.eventlist-left {
    width:265px;
    display:inline-block;
    height:155px;
    vertical-align:middle; 
    margin-left:40px;
    position:relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius:0;
    -moz-box-shadow: 0 0 8px #999;
    -webkit-box-shadow: 0 0 8px #999;
    box-shadow: 0 0 8px #999;
    border:4px solid #FFF;
    margin-top:12px;
    margin-bottom:12px;
    margin-left:5%;
}

.eventlist-date {
    width:135px;
    height:80px;
    color:#088fbb;
    background-color:#101010;
    font-size:200%;
    line-height:110%;
    position:absolute;
    left:-55px;
    top:30px;
    text-align:left;
    padding-left:12px;
    padding-top:17px;
    opacity:0.95;
    border:0px solid #FFF;
    text-transform: uppercase;
}

.eventlist-dow {
    font-size:48%;
    line-height:110%;
    letter-spacing:0.15em;
    opacity:0.65;
    color:#FFF;
}

.eventlist-right {
    display:inline-block;    
    padding-left:25px;
    vertical-align:middle;
    width:65%;
    padding-top:30px;
    padding-bottom:15px;
}

.eventlist-title {
    font-size:190%;
    line-height:110%;
    font-weight:bold;
}

.eventlist-desc {
    font-size:90%;
    line-height:150%;
    padding:12px 0;
}

.eventlist-venue {
    text-transform: uppercase;
    padding:10px 0 0 0;
    opacity:0.9;
    font-size:90%;
}

.eventlist-time {
    font-size:120%;
    line-height:110%;
    font-weight:bold;
    color:#088fbb;
}

.events-left {
    display:inline-block;
    width:24%;
    vertical-align:top;
    margin-left:3%;
    margin-right:3%;
    margin-top:50px;
    padding-bottom:30px;
    background-color:#b3aea5;
    min-height:340px;
    background-image: url("https://explorelagrangecountyin.com/wp-content/uploads/2020/05/Burlap-BG.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius:8px;
    text-align:center;
}

.events-right {
    display:inline-block;
    width:66%;
    vertical-align:top;
    margin-top:50px;  
    margin-bottom:75px;
}

.eventnav-line {
    border-bottom:1px solid #b3aea5; 
    margin-bottom:8px; 
    font-weight: normal; 
    margin-top:6px;
}

a.eventhome-calendar {
    display:none;
    visibility:hidden;
}

a.eventhome-more {
    padding-top:150px; 
    padding-bottom:150px; 
    padding-left:25px;
    padding-right:0;
    display:inline-block;
    filter: brightness(90%);
    transition: all .5s ease-in-out;
}

a.eventhome-more:hover {
        filter: brightness(120%);
}

a.eventhome-more img {
    width:85px;
    height:auto;
}

.eventnav-list {
    width:430px; 
    height:180px; 
    display:inline-block; 
    vertical-align: top; 
    margin-right:45px; 
    text-align:left; 
    transition: all .5s ease-in-out;
}

.eventnav-list a:hover {
    color:#6367a1;
}

.eventnav-date {
    font-size:85%;
    text-transform: uppercase;     
    opacity:0.75;
    display:inline-block;
    padding-left:10px;
}

.eventhome-button {
    background-color:#0f716b;
    width:44%;
    margin:15px auto;
    border-radius:4px;
    color:#FFF;
    padding:8px;
    position:absolute;
    bottom:42px;
    left:0;
    right:0;
    font-size:100%;
    line-height:100%;
}

a.eventhome {
    border:1px solid #756e65 !important;
    display:inline-block;
    width:325px;
    height:480px;
    vertical-align:top;
    margin-bottom:15px;
    margin-left:7px;
    margin-right:7px;
    background-image: url("https://explorelagrangecountyin.com/wp-content/uploads/2020/07/Background-Small-Burlap.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    position:relative;
    border-radius:8px;
    overflow:hidden;
    transition: all .25s ease-in-out;
}

a.eventhome:hover {
    color:#161614 !important;
    filter: brightness(120%);
}


.eventhome-mainimg {
    width:100%;
    height:190px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.eventhome-datebox {
    width:100%;
    background-color:#756e65;
    padding:12px 8px;
    color:#FFF;
    font-size:120%;
    font-weight:bold;
    text-transform: uppercase; 
	font-family: 'Poppins', sans-serif !important;
	text-align:center;
	height:40px;
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	text-shadow: 2px 2px 2px #343433;
}

.eventhome-centerbox {
    display:block;
    vertical-align:middle;    
    width:100%;
    padding:15px;
}

.eventhome-descbox {
    width:100%;
    height:48px;
    position:absolute;
    bottom:100px;
    left:0;
    padding:0px 40px;
    line-height:140%;
    font-size:100%;
}

.eventhome-title {
	font-family: 'Poppins', sans-serif !important;
	font-size:160%;
	font-weight:bold;
	line-height:110%;
	padding-top:10px;
}

.eventhome-catname {
    text-transform: uppercase; 
    font-size:100%;
    line-height:120%;
    padding:4px;
    background-color:#161614;
    color:#b3aea5;
}

img.listing-mainpic-1080, img.sevent-mainpic-1080 {
    visibility:hidden;
    display:none;
}

.quilt-bar {
    background-image: url("https://explorelagrangecountyin.com/wp-content/uploads/2020/08/header_quiltbar.jpg");
    background-repeat:repeat-y;
    background-size:auto 100%;
    display: block;
    overflow: hidden;
    height:21px;
    width:100%;
    background-color:#21201d;
}

.cross-bar {
    background-image: url("https://explorelagrangecountyin.com/wp-content/uploads/2021/02/Stitch-Pattern-12-tanlt.png");
    background-repeat:repeat-y;
    background-size:auto 100%;
    background-position:center center;
    display: block;
    overflow: hidden;
    height:40px;
    width:100%;
}

.img-inline-display {
    display:inline-block;
    vertical-align:middle;
}

.amy_gallery_image_1 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height:300px;
    border-radius:5px;
    overflow:hidden;
    filter: brightness(100%);
    opacity:0.80;
}

.amy_gallery_image_1 a {
    width:100%;
    height:100%;
    display:block;
}

.post-list h2 {
    font-size: 200%;
	margin-bottom: 15px;
}

.homecaticons {
    width:98%;
    max-width:1400px;
    margin:0 auto 50px auto;
    text-align:center;
}

.listing-inactive-catimg {
    width:100%;
    display:block;
}

.listing-inactive-catimg a:link, .listing-inactive-catimg a:visited, .listing-inactive-catimg a:active {
    width:24%;
    min-width:190px;
    height: auto; 
    margin:10px 5px; 
    padding:0;
    display:inline-block;
    filter: brightness(100%);
    transition: all .5s ease-in-out;
    vertical-align:top;
}

.listing-inactive-catimg img {
    border-radius:8px; 
}

.listing-inactive-catimg a:hover {
    filter: brightness(115%);    
}

.trail-icon {
    border-radius:8px; 
    width:180px; 
    height: auto; 
    display:inline-block; 
    margin:4px;
    border:2px solid #f3f0e7;
   filter: brightness(105%);
   transition: all .5s ease-in-out;
}

.trail-icon:hover {
    filter: brightness(120%);
    border:2px solid #b3aea5;
}

.results-hero {
    height:375px; 
    overflow:hidden;
    position:relative;
    z-index:20;
    width:100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
   filter: brightness(85%);
}

.results-head {
    width:95%; 
    color:#FFF; 
    text-align:center; 
    position:relative;
    display:block;
    z-index:100;
    margin:35px auto 25px auto;
}

.results-head-cat {
    font-size:200%; 
    letter-spacing:-0.025em; 
    line-height:100%; 
    margin-bottom:15px;  
}

.results-head-subcat {
    font-size:530%; 
    letter-spacing:-0.025em; 
    line-height:100%    
}

.results-head-desc {
    width:85%; 
    margin:25px auto 10px auto; 
    font-size:16px; 
    line-height:160%;
}

.listing-closed {
    color:#a3000d;
    font-size:150%;
    font-weight:bold;
    margin-bottom:15px;
}

.listing-gallery {
    width:100%;
    margin:25px auto;
}

.listing-gallery-header {
    display:block;
    width:100%;
    padding:15px 0;
    text-align:center;
    background-color:#756e65;
    font-weight:bold;
	font-family: 'Poppins', sans-serif !important;
	letter-spacing:0.08em;
	line-height:100%; 
	color:#f3efe7;
	font-size:250%;
	margin-top:35px;
}

.listing-explore {
    margin-top:45px;
}

.listing-mec {
    width:100%; 
    margin-top:45px;
    text-align:left;
}

iframe.listing-map, iframe.sevent-map {
    width:90%;
    height:400px;
    -webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.52);
    -moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.52);
    box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.52);
    border:15px solid #FFF;
    margin:5%;
}

.listing-hours {
    margin-top:15px;
}    

.sevent-hours {
    font-weight:bold;
    color:#088fbb;
}

.sevent-dates {
    font-size:160%;
    line-height:125%;
    font-weight:bold;
    margin-bottom:8px;
    margin-top:0px;
}

.sevent-dates-label {
    opacity:0.7; 
    font-size:85%; 
    font-weight:normal; 
    width:100%; 
    margin:15px 0 0 0;
}

.listing-details, .sevent-details {
    margin-top:15px;
    width:90%;
}
.sevent-details {
    padding-bottom:25px;
}

.listing-amishnote {
    font-style:italic; 
    font-size:90%;
    margin-top:15px;
}

.listing-creditcards {
    font-weight:bold;
    opacity:0.65;
    margin-top:15px;
}

.listing-left, .sevent-left {
    float:left;
    width:45%;
    text-align:center;
    position:relative;
    padding-bottom:25px;
    display:inline;

}

.listing-right, .sevent-right {
    margin-left:45%;
    padding-top:20px;
    border-left:2px dashed #756e65;
    padding-left:45px;
    padding-bottom:45px !important;
    text-align:left !important;
    line-height:140%;
}

.listing-title, .sevent-title {
    font-size:450%;
    line-height:110%;
    font-weight:bold;
    font-family:Buenard,Serif;
    letter-spacing:-0.025em;
    display:block;
    margin-left:-3px;
    margin-bottom:25px;
}

.listing-downtown {
    color:#6368a2; 
    font-weight:bold;
    font-size:75%;
    line-height:100%;
    margin-top:5px;
}

.listing-mainpic, .sevent-mainpic {
    width:90%;
    height:auto;
    -webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.52);
    -moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.52);
    box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.52);
    border:15px solid #FFF;
    margin:5%;
    position:relative; 
    z-index: 50;
}

.listing-mainpic-textover:link, .listing-mainpic-textover:visited, .listing-mainpic-textover:active  {
    padding: 20px 0; 
    position:relative; 
    z-index: 100;
    display:block; 
    margin-top: -120px; 
    margin-bottom: 120px; 
    width:84%;  
    margin-left:auto; 
    margin-right:auto; 
    background-color:rgba(0,0,0,0.75); 
    text-align:center; 
    color:#b3aea4;
    transition: all .25s ease-in-out;
}

.listing-mainpic-textover:hover {
    background-color:rgba(0,0,0,0.9); 
    color:#a7cddd;    
}

.sevent-ticket a {
    font-size:200%;
    line-height:100%;
    font-weight:bold;
    color:#FFF !important;
    background-color:#756e65;
    padding:15px 25px;
    border-radius:4px;
    transition: all .5s ease-in-out;
    margin:32px 0;
}

.sevent-ticket a:hover {
    background-color:#e14d4b;    
}

.sevent-phone a {
    font-size:140%;
    line-height:100%;
    font-weight:bold;
    color:#FFF;
    padding:10px 20px;
    background-color:#756e65;
    border-radius:4px;
    transition: all .5s ease-in-out;
    margin:15px 0;
}

.listing-phone a {
    font-size:200%;
    line-height:140%;
    font-weight:bold;
    color:#FFF;
    padding:5px 15px;
    background-color:#756e65;
    border-radius:4px;
    transition: all .5s ease-in-out;
    margin:32px 0;
}

.listing-phone a:hover, .sevent-phone a:hover {
    color:#FFF !important;
    background-color:#e14d4b;
}

ul.listing-cats, ul.sevent-cats {
    font-size:115%;
    margin-bottom:20px;
    width:550px;
}

ul.listing-cats, ul.listing-matches, ul.sevent-cats {
    list-style:none;
    margin-left:0px;
}

ul.listing-matches {
    width:400px;
    margin-bottom:20px;
}

ul.listing-cats li, ul.listing-matches li, ul.sevent-cats li {
    margin-bottom:3px;
    padding:3px 0 4px 3px;
    border-bottom:1px dashed #b3aea5;
}

ul.listing-cats li a, ul.listing-matches li a, ul.sevent-cats li a {
    color:#e14d4b;
}

.listing-address {
    font-size:160%;
    font-weight:bold;
    line-height:130%;
}

.sevent-address {
    font-size:140%;

    line-height:130%;
}

.listing-key-box {
    display:block;
    margin-right:3px;
    margin-bottom:3px;
}

.listing-key-img {
    width:40px;
    display:inline-block;
    vertical-align:middle;
    margin-right:10px;
    padding:2px 0;
}

.listing-key-img img {
    width:40px;
    height:auto;
}

.listing-key-text {
    display:inline-block;
    font-size:95%;
    vertical-align:middle;
}

.refine-text {
    display:inline-block;
    font-weight:bold;
    color:#FFF;
    padding:10px;
}

.refine-dropdown {
    display:inline-block;
    padding:5px;
}

.results-icontext-teal {
    float:left;
    padding:3px 6px;
    background-color:#FFF;
    text-transform: uppercase;
    font-size:75%;
    border-radius:3px;
    margin:2px 0 2px 5px;
    color:#00a197 !important;
}

.results-icontext-orange {
    float:left;
    padding:3px 6px;
    background-color:#FFF;
    text-transform: uppercase;
    font-size:75%;
    border-radius:3px;
    margin:2px 0 2px 5px;
    color:#f5803a !important;
}

.key-box {
    display:inline-block;
    margin-right:20px;
    opacity:0.7;
}

.key-img {
    width:25px;
    display:inline-block;
    vertical-align:middle;
    margin-right:5px;
}

.key-img img {
    width:25px;
    height:auto;
    padding:3px 0;
}

.key-text {
    display:inline-block;
    font-size:85%;
    vertical-align:middle;
}

.results-details {
    width:100%; 
    display:block; 
    background-color:#f3f0e7; 
    height:130px; 
    padding:15px 15px 0 15px; 
    overflow:hidden; 
    font-size:90%; 
    line-height:160%;
    border-top:8px solid white;
}

.results-bottombars {
    width:100%; 
    background-color:#f3f0e7; 
    display:block;
    height:80px;
    position:relative;
}

.results-catbar {
    text-align:left; 
    padding:3px 5px;
    display:inline-block;
    vertical-align:middle;
    width:66%;
    position: absolute;
    bottom: 2px;
    left: 0;
}

.results-iconbar {
    text-align:right; 
    padding:3px 5px;
    display:inline-block;
    vertical-align:middle;
    width:34%;
    position: absolute;
    bottom: 2px;
    right: 0;
}

.results-iconbar-extended {
    text-align:right; 
    padding:3px 5px;
    display:inline-block;
    vertical-align:middle;
    width:55%;
    position: absolute;
    bottom: 2px;
    right: 0;
}

.results-icons {
    width:auto; 
    height:30px; 
    margin:2px 1px;
}

.results-icons-blank {
    width:1px; 
    height:30px; 
    margin:0;
}

.results-selectbox {
    background-color:#f5803a; 
    margin:20px 0px; 
    display:inline-block;
}

.townnomatch {
    font-style:italic;
    font-size:110%;
    line-height:130%;
    margin:50px 0;
    display:block;
    color:#e14d4b;
}

.results-desc {
    font-style:italic;
    width:90%;
}

.results-spacer {
    height:2px;
    width:100%;
}

.results-miles {
    width:100%;
    text-align:center;
    opacity:0.8;
    display:block;
    font-weight:bold;
}

.results-criteria {
    width:100%; 
    font-size:205%; 
    line-height:150%;
    padding:15px 0;
    display:block;
}

.results-townheader {
    text-transform: uppercase; 
    width:100%; 
    padding:5px; 
    color:#FFF; 
    background-color:#756e65; 
    text-align:center; 
    font-size:235%; 
    line-height:150%; 
    margin-top:25px; 
    margin-bottom:5px; 
    font-weight:bold;
}

a.results-listbox {
    border:1px solid #d8d5cf !important; 
    width:48%; 
    color:#161614 !important; 
    display:inline-block;
    margin:1%; 
    padding:10px;
    transition: all .75s ease-in-out;
    text-align:left;
}

a.results-listbox:hover{
    border:1px solid #2381ab !important;;
    color:#161614 !important; 
}

.results-pic {
    width:32%; 
    height:145px; 
    overflow:hidden; 
    display:inline-block;
    vertical-align:top;
}

.results-name {
    display:inline-block; 
    vertical-align:top; 
    padding-left:3%; 
    padding-top:10px; 
    font-size:135%; 
    line-height:120%;
    width:67%;
}

.results-address {
    font-size:82%;
    width:100%;
    line-height:140%;
    padding-top:5px;
}

.searchresults {
    width:100%;
    display:block;
}

.searchresults li {
    font-size:115% !important;
    line-height:135% !important;
    margin-left:15px !important;
}

a.partnerlist {
    border:1px solid #b3aea5 !important;
    display:inline-block;
    width:225px;
    height:390px;
    vertical-align:top;
    margin-bottom:15px;
    margin-left:7px;
    margin-right:7px;
    background-image: url("https://explorelagrangecountyin.com/wp-content/uploads/2020/07/Background-Small-Burlap.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    position:relative;
}

a.partnerlist:hover {
    opacity:0.75;
}

.partnerlist-mainimg {
    width:100%;
    height:160px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.partnerlist-sidebox {
    width:4%;
    height:115px;
    display:inline-block;
    vertical-align:middle;
}

.partnerlist-centerbox {
    display:inline-block;
    vertical-align:middle;    
    width:91%;
}

.list-head1 {
    font-size:160%;
    line-height:110%;
    font-weight:bold;
    font-family:Buenard,Serif;
    color:#161614 !important;
}

.list-city {
    font-size:90%;
    line-height:100%;
    color:#161614 !important;
    text-transform: uppercase;    
    padding:8px 0 3px 0;
    border-bottom:1px solid #b3aea5 !important;
    background-color:#b3aea5;
    color:#FFF !important;
    position:absolute; 
    left:0; 
    bottom:0;
    width:100%;
    text-align:center;
}

.list-head3 {
    color:#2381ab !important;
    font-size:120%;
    font-weight:bold;
    margin-top:6px;
}

.list-head4 {
    color:#161614 !important;
    font-size:80%;
    text-transform: uppercase;
    padding:6px;
    opacity:0.9;
}

a.list-small-horz {
    width:100%;
    display:block;
}

.list-small-horz img {
    display:inline-block;
    width:150px;
    height:auto;
    margin-right:20px;
    vertical-align:middle;
}

.list-small-horz-text {
    display:inline-block;
    margin-right:20px;
    vertical-align:middle;  
}

.jordan-itineraries img {
    width:240px;
    height:auto;
    border:3px solid #FFF;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.4);
}

.jordan-itineraries img:hover {
    opacity:0.75;
}

.jordan-itineraries {
    padding-bottom:25px;
}

.footer-subcat p {
    font-size:125%;
    line-height:125%;
    width:85%;
    margin:0 auto;
    padding-bottom:25px;
}

.jordan-icons {
    display:inline-block;
    width:55px;
    height:auto;
    margin-right:10px;
    margin-top:5px;
    margin-bottom:5px;
}

.jordan-box {
    display:block;
    width:100%;
    border-radius:10px;
    background-color:#1f2b33;
}

.jodan-pic {
    margin-left:5%;
    display:inline-block;
    vertical-align:middle;
    margin-top:-95px;
    margin-bottom:45px;
    width:25%;
}

.jordan-pic img {
    width:100%;
    height:auto;
}

.jordan-name {
    font-size:180%;
    line-height:125%;
}

.jordan-text {
    display:inline-block;
    vertical-align:middle;
    margin-left:2%;
    margin-right:2%;
    width:60%;
    color:#FFF;
    font-size:120%;
    line-height:150%;
    padding-top:30px;
    padding-bottom:30px;
}

.jordan-phone a:link, .jordan-phone a:visited, .jordan-phone a:active {
    color:#7fbbd1;
    font-size:165%;
    margin-top:5px;
    margin-bottom:5px;
    font-weight:bold;
}

.jordan-phone a:hover {
    color:#FFF;
}

.jordan-quote {
    font-family:Caveat,italic;
    font-size:185%;
    letter-spacing:-0.025em;
    line-height:110%;
    margin-top:18px;
    margin-bottom:20px;
    opacity:0.65;
}

.footer-promo img {
    width:100%;
    height:auto;
}

.footer-promo img:hover {
    opacity:0.8;
}

.mainwide-amy {
    color:#161614 !important;
}

.dashed-tanlt {
    border-bottom:2px dashed #756e65; 
    width:100%;
    height:40px;
    margin-bottom:40px;
    display:block;
}
.annual-main {
    font-size:140%;
    line-height:140%;
    width:85%;
    margin:35px auto 0 auto;
    display:block;
}

.footer-blog {
    width:95%;
    margin:20px auto 20px auto;
    text-align:center;
}

.footer-subcat {
    width:100%;
    margin:20px auto 20px auto;
    text-align:center;
}

.footer-blog h2, .footer-subcat h2 {
    padding:20px 0;
}

.relblog, .subcatlist {
    border:1px solid #b3aea5;
    display:inline-block;
    width:252px;
    height:396px;
    vertical-align:top;
    margin-bottom:15px;
    margin-left:3px;
    margin-right:3px;
    background-image: url("https://explorelagrangecountyin.com/wp-content/uploads/2020/07/Background-Small-Burlap.jpg");
    background-position: center top;
    background-repeat: no-repeat;
}

.relblog-title, .subcatlist-title {
    font-size:150%;
    font-weight:bold;
    text-align:center;
    font-family: 'Buenard', serif;
    line-height:120%;
    width:90%;
    margin:25px auto 0 auto;
}

.relblog-subtitle, .subcatlist-subtitle {
    font-size:90%;
    text-align:center;
    line-height:120%;
    width:90%;
    margin:5px auto 0 auto;
}

.relblog-imgzoomin-frame, .subcatlist-imgzoomin-frame {
    width:250px;
    height:250px;
    overflow:hidden;
    margin-bottom:5px;
}

.relblog-imgzoomin-frame img, .subcatlist-img-zoomin-frame img {
    transition: all .75s ease-in-out;
}

.relblog-imgzoomin-frame img:hover, .subcatlist-imgzoomin-frame img:hover {
    transform: scale(1.2); 
    -webkit-filter: brightness(70%);
    filter: gray; /* IE5+ */
    -webkit-filter: grayscale(0.25); /* Webkit Nightlies & Chrome Canary */
}

.footer-promo {
    padding-top:35px;
    display:block;
}

.footer-promo a img {
  transition: .25s ease-in-out;
    opacity:1.0;
}

.footer-promo a:hover img {
    opacity:0.7;
}

ul.boxlist {
	margin-left:0px;
	list-style:none;
	font-size:100%;
	line-height:110%;
}

ul.boxlist li {
    border-bottom: 1px solid rgba(17, 17, 17, .25);
}

ul.boxlist li a {
  color:#181716 !important;
	margin-left:15px;
  -webkit-transition: transform .5s;
  transition: .5s ease;
    border-bottom: 1px solid rgba(17, 17, 17, .25);
	opacity:0.8;
	font-weight:bold;
	padding:8px 0 !important;
}

ul.boxlist li a:hover {
	margin-left:25px;
	opacity:1.0;
}

button:active {
    border:none !important;
    outline:none !important;
}

a {
    border:none !important;
    outline:none !important;
}

.main-annualevent {
    color:#161614 !important;
    display:block !important;
    width:90%;
    margin:0 auto;
    line-height:150%;
    font-size:120%;
    color:#161614 !important;
}

.annualevent-left {
    width:46%; 
    display:inline-block; 
    vertical-align:top; 
    background-color:#f3f0e7; 
    padding:2%
}

.annualevent-right {
    width:46%; 
    display:inline-block; 
    vertical-align:top; 
    text-align:left; 
    padding:2%;
}

.main-amy {
    color:#161614 !important;
    display:block !important;
    width:90%;
    margin:0 auto;
    padding:25px 0 25px 0;
}

.main-amy ul {
    width:85% !important;
    font-size:108% !important;
    line-height:140% !important;
    max-width:900px !important;
    padding-left:0px;
    margin-left:20px !important;
    padding-bottom:15px !important;
}

.main-amy ol {
    width:85% !important;
    font-size:108% !important;
    line-height:140% !important;
    max-width:900px !important;
    padding-left:0px;
    margin-left:20px !important;
}

.main-amy ol li ol {
    margin-top:10px;
    font-size:100% !important;
    line-height:140% !important;
}

.main-amy ul li, .main-amy ol li {
    padding-bottom:5px;
}

.main-amy .mainleft-amy p, .main-amy p {
    line-height:150%;
    font-size:120%;
    color:#161614 !important;
}

.main-amy h2, .main-amy h3, .acfboxes h2, .acfboxes h3 {
    margin-top:25px;
    color:#161614 !important;
}

h2 a:hover, h3 a:hover, h2 a:hover, h3 a:hover {
    color:#2381ab;
}

.main-amy h1 {
    color:#161614 !important;
    margin-bottom:15px;
}

.main-amy a:active, .main-amy a:link, .main-amy a:visited {
    color:#088fbc !important;
    transition: all .5s ease-in-out;
}

.main-amy a:hover {
    color:#65a75f !important;
}

.postheader-amy {
    margin:15px 0 25px 0;
    display:block;
}

.blogtitle-amy {
    line-height:110%;
    text-shadow: 2px 2px 2px rgba(20,20,20,0.25);
}

p.quote-amy {
    font-family: 'Caveat', cursive;
    border:0 solid #FFF !important;
    width:85%;
    margin:40px auto 40px 35px;
    font-size:270% !important;
    text-align:center;
    letter-spacing:-0.025em;
    line-height:120% !important;
    color:#181716;
}

p.script-amy, p.script-amy-large, p.script-amy-small, p.script-amy-small2 {
    font-family: 'Caveat', cursive;
    border:0 solid #FFF !important;
    margin:0 !important;    
    font-weight:600;    
    padding:0;
    letter-spacing:-0.025em;
    color:#181716;    
}

p.script-amy {
    font-size:310% !important;
    padding:0 0 15px 0;
    line-height:120% !important;
}

p.script-amy-large {
    font-size:610% !important;
    line-height:120% !important;
}

p.script-amy-small {
    font-size:210% !important;
    line-height:120% !important;
}

p.script-amy-small2 {
    font-size:240% !important;
    line-height:120% !important;
}

.read-it a {
    display:inline-block;
    padding:18px 32px;
    font-size:160%;
    line-height:110%;
    background-color:#161614;
    color:#FFF !important;
    border-radius:4px;
    margin:20px auto 20px auto;
    transition: all .5s ease-in-out;
    opacity:0.75;
}

.read-it a:link, .read-it a:active, .read-it a:visited, .read-it a:hover {
      color:#FFF !important;  
}

.read-it a:hover {
    opacity:1.0;
}

.post-list h2 {
    margin:0 0 5px 0;
    padding:0;
}
.post-list h2 a {
    color:#181716 !important;
}
.post-list h2 a:hover {
    color:#088fbc !important;
}
.post-list h10 {
    margin:0;
    padding:5px 0 0 0;
    font-size:130%;
    line-height:105%;
    height:35px;
    display:block;
}

.header-amy {
    width:100%; 
    padding:125px 0 0 0 !important;
}

.postsubtitle-amy {
    font-size:38% !important;
    margin:20px 0 0 0;
    text-transform: uppercase; 
	font-family: 'Poppins', sans-serif !important;
	letter-spacing:0.08em;
	line-height:100%;
}

.postcatdesc-amy {
    font-size:20% !important;
    margin:25px 0 0 0;
	font-family: 'Poppins', sans-serif !important;
	line-height:100%;
	letter-spacing:-0.015em;
}

.picpadtop30 {
    margin-top:30px;
}
.picpadbottom15 {
    margin-bottom:15px;
}
.picpadbottom30 {
    margin-bottom:30px;
}

.updatewritten {
    font-size:90%;
    opacity:0.65;
    margin-top:35px;
    margin-bottom:55px;
}

.drop-shadow, .drop-shadow2, .drop-shadow-iframe {
    -moz-box-shadow: 0 0 8px #999;
    -webkit-box-shadow: 0 0 8px #999;
    box-shadow: 0 0 8px #999;    
    margin-bottom:30px;
}

.drop-shadow {
    border:12px solid #FFF;
    margin-top:45px;
}

.drop-shadow2 {
    border:12px solid #FFF;
    margin-top:30px;
}

.drop-shadow-iframe {
    padding:12px;
    background-color:#FFF;
    margin-top:45px;
}

.breadcrumb-bar {
    width:100%; text-align:left;
    display:block;
    color:#f3efe6 !important;
}

.breadcrumb-bar a:hover {
    font-weight:bold;
    color:#f3efe6 !important;
}

.breadcrumb-bar input {
    font-size:150%;
    margin:12px 15px;
    padding:10px 11px 6px 11px;
    text-transform: uppercase; 
    cursor: pointer;
    color:#161614;
    font-weight:bold;
    font-family:Arial;
    background-color:#FFF;
    border:1px solid #FFF;
    border-radius:5px;
}

.breadcrumb-bar input:hover {
    background-color:#756e65;
    color:#FFF;
    border:1px solid #756e65;
}

a.backtotop {
    font-size:180%;
    padding:22px 20px 18px 20px;
    text-transform: uppercase; 
    cursor: pointer;
    color:#FFF;
    font-weight:bold;
    font-family:Arial;
    background-color:#00a197;
    border-radius:5px;
    display:block;
    width:280px;
    margin:65px 0 0 0;
    text-align:center;
}

a.backtotop:hover {
    color:#00a197;
    background-color:#FFF;    
}

.postleft-amy p {
    line-height:170%;
    font-size:120%;
    color:#181716 !important;
}

.postleft-amy h3 {
    line-height:150% !important;
}

.postleft-amy p a:link, .postleft-amy p a:active, .postleft-amy p a:visited {
    color:#198fbb !important;
}

.postleft-amy p a:hover {
    color:#65a75f !important;
}

.postleft-amy h2 a:link, .postleft-amy h2 a:active, .postleft-amy h2 a:visited {
    color:#198fbb !important;
}

.postleft-amy h2 a:hover {
    color:#65a75f !important;
}

.postleft-amy {
    margin-right: 420px;
    margin-left:4%;
}

a.wp-block-button__link:link, a.wp-block-button__link:active, a.wp-block-button__link:visited, a.button-amy:link, a.button-amy:active, a.button-amy:visited  {
    border-radius:3px;
    margin:5px auto 30px auto;
    background-color:#161614;
    font-size:160%;
    line-height:100%;
    padding:24px 16px !important;
    display:inline-block;
    opacity:0.85;
    color:#FFF !important;
}

a.wp-block-button__link:hover,  a.button-amy:hover {
    opacity:1.0;
}

.postheader-amy {
    color:#181716 !important;
    width:100%;
    font-size:600%;
    line-height:90%;
    letter-spacing:-0.025em;
    font-family: 'Buenard', serif;
    font-weight:bold;
    margin:35px auto 0 auto;
    opacity:1.0 !important;
    position:relative;
    padding:35px 10px 35px 10px;
    z-index:10;
}

.homeslider {
    width:100%; 
    max-width:1250px; 
    margin:-30px auto 60px auto;
}

.homeslider-mobile {
    visibility:hidden;
    display:none;
    margin-bottom:-20px;
}

.homepage-bg {
    background-color:#353130;
    background-image: url("https://explorelagrangecountyin.com/wp-content/uploads/2020/05/Boards-Grey-BG.jpg");
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top:0px;
    color:#181716;
}

.homevg-bg {
    background-color:#FFF;
    background-image: url("https://explorelagrangecountyin.com/wp-content/uploads/2020/05/Burlap-BG.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top:0px;   
    width:100%;
    padding-top:0px;
}

.homevg, .homemap, .homespecial {
    width:92%;
    max-width:1400px;
    margin:0px auto;
}

.homevg-left {
     margin:-100px 0 -115px 3%; 
     display:inline-block;
     width:51%;
     vertical-align:middle;
}

.homevg-left img {
    width:100%;
    height:auto;
    padding-bottom:20px;
    position:relative;
    z-index:50;
}

.homevg-right {
     display:inline-block;
     width:43%;  
     margin-left:-6%;
     vertical-align:middle;
     padding:32px 0 15px 0;
}

.homevg-header {
    font-size:400%;
    line-height:100%;
    font-weight:bold;
    text-align:center;
    display:block;
    padding-bottom:15px;
}

.homevg p {
    width:90%;
    max-width:625px;
    margin:25px auto 10px auto;
    font-size:125%;
    line-height:150%;
    text-align:center;
}

.button-homevg {
    display:inline-block;
    padding:22px 40px;
    font-size:170%;
    background-color:#6368a2;
    color:#FFF;
    border-radius:4px;
    margin:20px auto 20px auto;
    transition: all .5s ease-in-out;
}

.button-homevg:link {
    opacity:0.75;
}

.button-homevg:hover {
    color:#FFF;
    opacity:1.0;
}

.homespecial-cursive {
    font-family: 'Caveat', cursive;
    font-size:480%;
    line-height:120%;
    font-weight:700;
    letter-spacing:-0.015em;
    color:#f3efe6;
    padding-top:55px;
    padding-bottom:15px;
    text-align:center;
}

.homespecial-frame {
    width:100%;
    height:200px;
    overflow:hidden;
    margin-bottom:5px;
    border:3px solid #f3efe6;
    border-radius:8px;
}

.homespecial-frame img {
    transition: all .75s ease-in-out;
    opacity:1.0;
    filter: gray; /* IE5+ */
    -webkit-filter: grayscale(0.45); /* Webkit Nightlies & Chrome Canary */
      background-color:#FFF;
    -webkit-filter: brightness(75%);
}

.homespecial-frame img:hover {
    transform: scale(1.2); 
    opacity:1.0;
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-filter: brightness(110%);
}

.col-homespecial {
    width:170px;
    height:270px;
    display:inline-block;
    vertical-align:top;
    margin:15px 2px;
    padding:2px 2px 2px 2px;
    overflow:hidden;
    transition: all .75s ease-in-out;
    color:#f3efe6;
    font-size:115%;
    line-height:110%;
}

.homemap-right {
     display:inline-block;
     width:37%;
     margin-left:3%;
     vertical-align:middle;
     text-align:center;
}

.homemap-right img {
    width:95%;
    height:auto;
    position:relative;
    margin:45px auto;
    opacity:0.8;
}

.homemap-left {
     display:inline-block;
     width:54%;  
     vertical-align:middle;
     padding:4% 0% 4% 4%;
     text-align:center;
     min-height:400px;
}

.homemap p {
    font-size:105%;
    line-height:150%;
    width:95%;
    margin:0px auto;
}

.homemap a:link, .homemap a:visited, .homemap a:active {
    text-decoration:none;
    color:#181716;
    font-weight:bold;
    transition: all .5s ease-in-out;
}

.homemap a:hover {
    color:#f3efe6;
}

.homemap-pattern {
    width:95%; 
    margin:25px auto; 
    opacity:0.82;
}

.homemap-cursive {
    font-family: 'Caveat', cursive;
    font-size:300%;
    line-height:120%;
    font-weight:700;
    letter-spacing:-0.025em;
    padding-top:0px;
    padding-bottom:15px;
    text-align:center;
}

.homecountry {
    width:100%;
    max-width:1700px;
    margin:60px auto;
}

.homecountry p a {
    font-weight:bold;
}

.homecountry p a:hover {
    color:#f3efe6;
}

.hometowns {
    width:100%;
    max-width:1700px;
    margin:60px auto;
}

.hometowns p {
    font-size:90% !important; 
    line-height:150%;
}

.hometowns p a {
    font-weight:bold;
}

.hometowns p a:hover {
    color:#487eb0;
}

.hometowns-cursive {
    font-family: 'Caveat', cursive;
    font-size:300%;
    line-height:120%;
    font-weight:700;
    letter-spacing:-0.025em;
    padding-top:0px;
    padding-bottom:15px;
    text-align:center;
}

.hometowns ul li a {
    padding:6px 0 6px 0;
    color:#487eb0 !important;
    font-weight:bold;
    font-size:130%;
    line-height:110%;
}

.hometowns-bg {
    background-color:#FFF;
    background-image: url("https://explorelagrangecountyin.com/wp-content/uploads/2020/05/Burlap-BG.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top:0px;   
    width:100%;
}

.boxshadow {
    -webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.75);
}

.stupid-icon {
    background-color:#403464;
    overflow:hidden;  
    display:block;
    width:100%;
}

.stupid-icons ul  {
    width:101%;
    height:auto;
    display:block;
    text-align:center;
    list-style:none;
    margin-left:-3px;
}

.stupid-icons ul li {
    width:20%;
    height:auto;
    display:inline-block;
    margin:0 -3px 0 -3px !important;
    padding:0 !important;
    border:0 !important;
}

.stupid-icons ul li:first-of-type {
    width:20%;
    height:auto;
    display:inline-block;
    margin:0 -3px 0 -3px !important;
    padding:0 !important;
    border:0 !important;
}

.stupid-icons ul li:last-of-type {
    width:20%;
    height:auto;
    display:inline-block;
    margin:0 -3px 0 -3px !important;
    padding:0 !important;
    border:0 !important;
}

.stupid-icons img {
    padding:0 !important;
    margin:0 !important;
}

.sidebar-weather {
    width:100%;
    height:215px;
    border-bottom:1px solid #b3aea5;
}

.sidebar-special {
    background-image: url("https://explorelagrangecountyin.com/wp-content/uploads/2020/07/Background-Small-Burlap-Watercolor.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    color:#161614 !important;
    width:300px;
    display:block;
    padding-bottom:36px;
    border-bottom:1px solid #b3aea5;
}

.sidebar-special img {
    border-bottom:0 solid #FFF !important;
    width:85%;
    margin:35px auto 20px auto;
    text-align:center;
}

.sidebar-special ul {
    list-style:none;
    margin-left:0;
}

.sidebar-special ul li {
    border-bottom:1px solid #b3aea5;
    padding:8px 0;
    font-weight:bold;
    width:90%;
}

.refine-dropdown select {
    width: 100%;
    height: 40px;
    border: 1px solid #999;
    font-size: 18px;
    color: #161614;
    background-color: #FFF;
    border-radius: 2px;
}

.bg-xmas-snowflakes {
    background-image: url("https://explorelagrangecountyin.com/shipshewana/wp-content/uploads/sites/3/2020/12/snowflake-2.png");
    background-size: cover;
    background-position: center center;
}



.titlebox-xmas-red-bg, .titlebox-xmas-green-bg, .titlebox-blue-bg, .titlebox-teal-bg, .titlebox-green-bg, .titlebox-orange-bg, .titlebox-yellow-bg, .titlebox-pink-bg, .titlebox-pinkdk-bg, .titlebox-purple-bg, .titlebox-black-bg, .titlebox-tandk-bg, .titlebox-tanlt-bg {
    color:#f3efe6 !important;    
}

.titlebox-xmas-red-bg {
    background-color:rgba(185,44,41,0.8);
}

.titlebox-xmas-green-bg {
    background-color:rgba(63,82,46,0.8);
}

.titlebox-blue-bg, .center-blue-bg {
    background-color:rgba(35,129,171,0.8);
}

.titlebox-teal-bg, .center-teal-bg {
    background-color:rgba(30,149,141,0.8);
}

.titlebox-green-bg, .center-green-bg {
    background-color:rgba(91,145,85,0.8);
}

.titlebox-orange-bg, .center-orange-bg {
    background-color:rgba(213,127,43,0.8); 
}

.titlebox-yellow-bg, .center-yellow-bg {
    background-color:rgba(237,194,110,0.8);
}

.titlebox-pink-bg, .center-pink-bg {
    background-color:rgba(178,64,82,0.8);
}

.titlebox-pinkdk-bg {
    background-color:rgba(96,38,50,0.8);
}

.titlebox-purple-bg, .center-purple-bg {
    background-color:rgba(90,82,138,0.8);
}

.titlebox-black-bg {
    background-color:rgba(16,16,16,0.8);
}

.titlebox-tandk-bg {
    background-color:rgba(117, 110, 101, 0.8);
}

.titlebox-tanlt-bg {
    background-color:rgba(179, 174, 165, 0.8);
}

.titlebox-white-bg {
    background-color:rgba(243, 239, 230, 0.8);
    color:#161614 !important;
}

.titlebox-white-bg2 {
    background-color:rgba(243, 239, 230, 0.4);
    color:#161614 !important;
}


.center-blue-bg, .center-teal-bg, .center-green-bg, .center-orange-bg, .center-yellow-bg, .center-pink-bg, .center-purple-bg {
    padding-top:0px;   
    width:100%;
    min-height:400px;
}

.center-canvas1-bg, .center-canvas2-bg, .center-canvas3-bg, .center-canvas4-bg, .center-boardflowers-bg {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top:0px;   
    width:100%;
    min-height:400px;    
    background-color:#f3efe6;
}

.center-canvas1-bg {
    background-image: url("https://explorelagrangecountyin.com/wp-content/uploads/2020/12/centerbg_canvas1.jpg");
}

.center-canvas2-bg {
    background-image: url("https://explorelagrangecountyin.com/wp-content/uploads/2020/12/centerbg_canvas2.jpg");
}

.center-canvas3-bg {
    background-image: url("https://explorelagrangecountyin.com/wp-content/uploads/2020/12/centerbg_canvas3.jpg");
}

.center-canvas4-bg {
    background-image: url("https://explorelagrangecountyin.com/wp-content/uploads/2020/12/centerbg_canvas4.jpg");
}

.center-boardflowers-bg {
    background-image: url("https://explorelagrangecountyin.com/wp-content/uploads/2021/01/Background-White-Boards-with-Flowers.jpg");
}

.subnav-amy {
    width:100%;
    color:#FFF;
    text-align:center;
}

.subnav-amy ul {
    list-style:none;
    margin-left:0px;
    font-size:145%;
}

.subnav-amy ul li {
    display:inline-block;
    padding:20px 10px;
}

.subnav-amy ul li a {
    transition: all .25s ease-in-out;  
    opacity:0.65;
}
.subnav-amy ul li a:hover {
    opacity:1.0;
    color:#FFF;
}

.main-amy {
    float: left;
    width: 100%;
}

.mainlisting-amy {
    text-align:center;
    margin:25px 45px 45px 45px;
    display:block;
    height:auto;
}

.maincenter-amy {
    margin-bottom:45px;
    text-align:center;
    margin-left:-3%;
    margin-right:5%;
}

.mainleft-amy {
    margin-right: 420px;
    margin-left:7%;
}

.sidebar-amy {
    float: left;
    width: 302px; /*Width of right column in pixels*/
    margin-left: -342px; /*Set left margin to -(mainleft-amy) */
    border-left:1px solid #b3aea5;
    border-top:1px solid #b3aea5;
    border-right:1px solid #b3aea5;
    margin-bottom:25px;
    margin-top:25px;
}

.sidebar-amy img {
    transition: all .5s ease-in-out;
    opacity:1.0;
    border-bottom:1px solid #b3aea5;
}

.sidebar-amy img:hover {
    opacity:0.8;
    -webkit-filter: brightness(100%);
    filter: none;
    -webkit-filter: grayscale(0);    
}

.clearboth {
    clear:both;
}

.title-box, .title-box-blog {
    width:100%;
    max-width:1000px;
    position:relative;
    z-index:50;
    text-align:center;
    display:inline-block;
    margin:135px 0;
}

.title-box-margins {
    margin:25px;  
    border:2px dashed #FFF;
    padding:35px;
}

.title-box-margins-blog {
    margin:25px;  
    border:2px dashed #FFF;
    padding:35px;
    background-color:rgba(255,255,255,0.45);
}

.title-box-text {
    font-size:500%;
    line-height:108%;
    text-shadow: 2px 2px 2px rgba(20,20,20,0.25);
    font-family: 'Buenard', serif;
    letter-spacing:-0.03em;
    font-weight:bold;
    display:block;
}

.title-box-text-blog {
    font-size:380%;
    line-height:125%;
    text-shadow: 2px 2px 2px rgba(20,20,20,0.25);
    font-family: 'Buenard', serif;
    letter-spacing:-0.03em;
    font-weight:bold;
    display:block;
}

.subtitle-box-top {
    display:block;
    margin-bottom:22px;
    width:100%;
}

.subtitle-box-bottom {
    display:block;
    margin-top:45px;
    width:100%;
}

.specialx {
    display:inline-block;
    vertical-align:middle;
    width:12%;
    margin:0;
    padding:0px;
}

.specialx img {
    width:50px;
    height:auto;
}

.subtitle {
    font-size:190%;
    line-height:100%;
	font-family: 'Poppins', sans-serif;
	font-weight:normal;
    display:inline-block;
    padding-top:2px;
    vertical-align:middle;
    margin-left:2%;
    margin-right:2%;
    margin-top:0;
    margin-bottom:0;
    text-transform: uppercase;  
    max-width:67%;
}

.subtitle-blog {
    font-size:140%;
    line-height:100%;
	font-family: 'Poppins', sans-serif;
	font-weight:normal;
    display:inline-block;
    padding-top:2px;
    vertical-align:middle;
    margin-left:1%;
    margin-right:1%;
    margin-top:-30px;
    margin-bottom:0;
    text-transform: uppercase;  
    max-width:90%;
}

.title-spacer {
    height:385px; width:100%; display:block;
    visibility:visible;
}

.title-bar {
    width:100%;
    margin:0;
    position:relative;
    z-index:50;
    text-align:center;
    padding:30px;
}

.specialxlg {
    display:inline-block;
    vertical-align:middle;
    width:10%;
    margin-top:10px;
}

.specialxlg img {
    width:75px;
    height:auto;
}

.title-bar-text, .title-bar-text2 {
    display:inline-block;
    vertical-align:middle;
    padding-left:2%;
    padding-right:2%;
    max-width:75%;
    font-size:400%;
    line-height:105%;
    text-shadow: 2px 2px 2px rgba(20,20,20,0.25);
    font-family: 'Buenard', serif;
    font-weight:bold;
}

.center-page {
  background: no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.shadow-down {
    width:100%;
    height:32px;
}
.center-page-pad {
     padding:0 45px 65px 45px;
}

.container-amy {
    width:100%;
    max-width:1480px;
    margin:0 auto 0 auto;
    box-shadow: -60px 0px 100px -90px #000000, 60px 0px 100px -90px #000000;
    background-color:#FFF;
/*    border:3px solid red; */
}

.acfboxes {
    width:100%;
    vertical-align:top;
    display:block;
    border:0;
}

.main-amy h3 {
    line-height:118%;
}

.include_sidebar {
    width:25%;
    margin:2%;
    vertical-align:top;
    display:inline-block;
    border:1px solid grey;
}

.shadow1 {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.blue-full {
    color:rgba(35,129,171,1.0);    
}

.blue-fade {
    color:rgba(167,205,221,1.0);
}

.teal-full {
    color:rgba(30,149,141,1.0);    
}

.teal-fade {
    color:rgba(165,213,209,1.0);
}

.green-full {
    color:rgba(91,145,85,1.0);    
}

.green-fade {
    color:rgba(189,211,187,1.0);
}

.orange-full {
    color:rgba(213,127,43,1.0);    
}
.orange-fade {
    color:rgba(238,204,170,1.0);
}

.yellow-full {
    color:rgba(237,194,110,1.0);    
}

.yellow-fade {
    color:rgba(248,231,197,1.0);
}

.pink-full {
    color:rgba(178,64,82,1.0);    
}
.pink-fade {
    color:rgba(224,179,189,1.0);
}

.purple-full {
    color:rgba(90,82,138,1.0);   
}
.purple-fade {
    color:rgba(189,186,208,1.0);
}

.hide1080 {
    visibility:visible;
    display:inherit;
}

.show1080 {
    visibility:hidden;
    display:none;
}  

.hide1200 {
    visibility:visible;
    display:inherit;
}

.show1200 {
    visibility:hidden;
    display:none;
}  

.mainheader, .header-big-shipshewana, .header-big-mongo, .header-big-howe, .header-big-lagrange, .header-big-topeka, .header-big-wolcottville {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    padding:0px;
    margin:0px 0px -7px 0px;
}

.mainheader {
    background-image: url("https://explorelagrangecountyin.com/wp-content/uploads/2020/05/header_bg_buggy8.jpg");
}

.header-big-shipshewana {
    background-image: url("https://explorelagrangecountyin.com/wp-content/uploads/2020/11/header_shipshewana.jpg");
}

.header-big-mongo {
    background-image: url("https://explorelagrangecountyin.com/wp-content/uploads/2020/11/header_mongo.jpg");
}

.header-big-howe {
    background-image: url("https://explorelagrangecountyin.com/wp-content/uploads/2020/11/header_howe.jpg");
}

.header-big-lagrange {
    background-image: url("https://explorelagrangecountyin.com/wp-content/uploads/2020/11/header_lagrange.jpg");
}

.header-big-topeka {
    background-image: url("https://explorelagrangecountyin.com/wp-content/uploads/2020/11/header_topeka.jpg");
}

.header-big-wolcottville {
    background-image: url("https://explorelagrangecountyin.com/wp-content/uploads/2020/11/header_wolcottville.jpg");
}

.mainlogo {
    width:56%;
    opacity:1.0;
    margin-top:4%;
    margin-bottom:6%;
    text-align:right;

}

.mainlogo img {
    width:70%;
    min-width:420px;
    margin-left:0px;
}

.header-small-shipshewana, .header-small-mongo, .header-small-howe, .header-small-lagrange, .header-small-lagrangecounty, .header-small-topeka, .header-small-wolcottville {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    padding:0px;
    margin:0px 0px 0px 0px;
    height:125px;
}

.header-small-shipshewana {
    background-image: url("https://explorelagrangecountyin.com/wp-content/uploads/2020/11/header_logo_shipshewana.jpg");
}

.header-small-mongo {
    background-image: url("https://explorelagrangecountyin.com/wp-content/uploads/2020/11/header_logo_mongo.jpg");
}

.header-small-howe {
    background-image: url("https://explorelagrangecountyin.com/wp-content/uploads/2020/11/header_logo_howe.jpg");
}

.header-small-lagrange {
    background-image: url("https://explorelagrangecountyin.com/wp-content/uploads/2020/11/header_logo_lagrange.jpg");
}

.header-small-lagrangecounty {
    background-image: url("https://explorelagrangecountyin.com/wp-content/uploads/2020/11/header_logo_lagrangecounty.jpg");
    height:140px;
}

.header-small-topeka {
    background-image: url("https://explorelagrangecountyin.com/wp-content/uploads/2020/11/header_logo_topeka.jpg");
}

.header-small-wolcottville {
    background-image: url("https://explorelagrangecountyin.com/wp-content/uploads/2020/11/header_logo_wolcottville.jpg");
}

.smallheader-left {
    display:inline-block;
    width:45%;
    height:125px;
}

.smallheader-right {
    display:inline-block;
    width:54%;
    vertical-align:middle;
    text-align:right;
}

.mainlogo-small, .mainlogo-small-lagrangecounty {
    width:50%;
    height:auto;
    opacity:1.0;
}

.mainlogo-small img {
    height:105px;
    width:auto;
    padding-top:20px;
    margin-left:300px;
}

.mainlogo-small-lagrangecounty img {
    height:125px;
    width:auto;
    padding-top:20px;
    margin-left:315px;
}

.maintopbar {
    width:100%;
    display:block;
    background-color:#161614;
    height:2px;
    margin:0px;
    padding:0px;
}
    
.mainnav {
    width:100%;
    display:block;
    background-color:#161614;
    color:#f3efe6;
    height:auto;
    text-align:center;
    margin:0px;
    padding:0px;
}
    
.mainnav ul li {
    display:inline-block;
    margin:25px 20px 0px 8px;
}

.mainsubnav {
    width:auto;
    display:block;
    overflow:hidden;
    margin-right:30px;
    text-align:right;
}
    
.mainsubnav ul {
    list-style:none;
    margin-left:-20px;
}
.mainsubnav ul li {
    display:inline-block;
}

.mainsubnav ul li a {
    display:inline-block;
    color:rgba(28,27,23,0.9);	
    padding:10px 12px 7px 12px;
    font-size:110%;
    font-weight:600;
    margin:5px 1px;
	background-color:rgba(243,239,230,0.7);
    border-radius:2px;
    transition: all 0.75s ease; 
}	    

.mainsubnav ul li a:hover {
    background-color:rgba(28,27,23,0.7);
    color:#f3efe6;
}	  

.colorbar-bg {
    background-image: url("https://explorelagrangecountyin.com/wp-content/uploads/2020/04/header_colorbar.jpg");
    background-repeat:repeat-y;
    background-size:100% auto;
    display: block;
    overflow: hidden;
    height:7px;
    width:100%;
    background-color:#21201d;
}

.navstitchtop, .navstitch {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    height:18px;
    width:100%;
    background-color:#161614;    
}

.navstitchtop {
    background-image: url("https://explorelagrangecountyin.com/wp-content/uploads/2020/05/header_nav_stitch_top.png");
}

.navstitch {
    background-image: url("https://explorelagrangecountyin.com/wp-content/uploads/2020/05/header_nav_stitch_bottom.png");
}

.col-pts:hover .teal-hover, .col-all:hover .teal-hover {
    color:rgba(30,149,141,1.0);   
    transition: all 0.5s ease;
}

.col-ttd:hover .green-hover, .col-all:hover .green-hover {
    color:rgba(91,145,85,1.0);   
    transition: all 0.5s ease;
}

.col-et:hover .orange-hover, .col-all:hover .orange-hover, .col-homespecial:hover .orange-hover {
    color:rgba(213,127,43,1.0);  
    transition: all 0.5s ease;  
}

.col-ss:hover .pink-hover, .col-all:hover .pink-hover {
    color:rgba(178,64,82,1.0);  
    transition: all 0.5s ease;  
}

.col-ev:hover .purple-hover, .col-all:hover .purple-hover, .col-et:hover .purple-hover {
    color:rgba(90,82,138,1.0);  
    transition: all 0.5s ease;
}

.footer {
    margin:-20px 0 0 0;
    padding:0;
}

.footer-section {
   display:inline-block;
   vertical-align:top;
   border:0px solid white;
   padding:0px 2%;
   font-size:100%;
}

.footer-section a {
  color:#f3efe6;
  transition: all 0.5s ease;  
}

.footer-section ul a:hover {
    padding-left: 5px;
    color:#7fbbd1 !important;
}

.footer-section a:hover {
     color:#7fbbd1 !important;   
}

.footer-section ul {
    list-style:none;
}
.footer1, .footer2, .footer3 {
    width:29%;
    text-align:left;
}

.footer_bottom {
    background-color:#332f2b;
    background-image: url("https://explorelagrangecountyin.com/wp-content/uploads/2020/04/footer_bg.jpg");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    line-height:150%;
    letter-spacing:0.03em;
}

.footer-container {
    width:100%;
    max-width:1400px;
    margin:20px auto 0 auto;
}

.footer-header {
    font-family: 'Buenard', serif;
    font-size:170%;
    font-weight:bold;
    margin-bottom:10px;
    opacity:0.5;
}

.footer-header-spacer {
    margin-top:18px;
}

a .footer-icon {
    width:32px;
    height:32px;
    margin-right:3px;
    margin-bottom:9px;
    margin-top:4px;
    opacity:0.6;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

a .footer-icon:hover {
    opacity:1.0;
}

.footer-phone {
    font-size:190%;
    margin:10px 0px;
    line-height:140%;
}

.footer-logos {
    width:100px;
    height:auto;
    margin-right:15px;
    margin-left:15px;
    margin-top:30px;
    margin-bottom:15px;
}

.footer-logo {
    width:100%; 
    max-width:190px; 
    height: auto; 
    margin-bottom:12px;
}

.marleftmin9 {
    margin-left:-9px;
}

.width96 {
    width:96%;
}

.width94 {
    width:94%;
}

.padleft20 {
     padding-left:20px;
}

.padleft25 {
     padding-left:25px;
}

.font130bold {
    font-size:130%;
    font-weight:bold;
}

.highlight-box {
    display:block;
    border-radius:4px;
    background-color:rgba(127,187,209,0.8);
    margin:35px 0 0 0;
    padding:15px;
    font-size:90%;
    color:#FFF;
}

.highlight-box a:hover {
    color:#FFF !important;
}

a.button-recbox {
    padding:16px 24px;
    font-size:135%;
    line-height:110%;
    background-color:#2381ab;
    color:#FFF !important;
    border-radius:4px;
    margin:20px auto 5px auto;
    transition: all .5s ease-in-out;
    font-weight:bold;
    opacity:1.0;
}

a.button-homebox:link, a.button-homebox:active, a.button-homebox:visited {
    display:inline-block;
    padding:16px 24px;
    font-size:102%;
    background-color:#f3efe6;
    color:#161614 !important;
    border-radius:4px;
    margin:20px auto 5px auto;
    transition: all .5s ease-in-out;
    opacity:0.75;
    font-weight:bold;
}

a.button-homebox:hover {
    display:inline-block;
    padding:16px 24px;
    font-size:102%;
    background-color:#f3efe6;
    color:#161614 !important;
    border-radius:4px;
    margin:20px auto 5px auto;
    transition: all .5s ease-in-out;
    opacity:1.0;
    font-weight:bold;
}

a.button-homebox-tanmd:link, a.button-homebox-tanmd:active, a.button-homebox-tanmd:visited {
    display:inline-block;
    padding:16px 24px;
    font-size:102%;
    background-color:#332f2b;
    color:#FFF;
    border-radius:4px;
    margin:20px auto 5px auto;
    transition: all .5s ease-in-out;
    opacity:0.75;
    font-weight:bold;
}

a.button-homebox-tanmd:hover {
    display:inline-block;
    padding:16px 24px;
    font-size:102%;
    background-color:#332f2b;
    color:#FFF;
    border-radius:4px;
    margin:20px auto 5px auto;
    transition: all .5s ease-in-out;
    opacity:1.0;
    font-weight:bold;
}

a.button-homebox-teal:link, a.button-homebox-teal:active, a.button-homebox-teal:visited {
    display:inline-block;
    padding:16px 24px;
    font-size:102%;
    background-color:#1e958d;
    color:#FFF;
    border-radius:4px;
    margin:20px auto 5px auto;
    transition: all .5s ease-in-out;
    opacity:0.75;
    font-weight:bold;
}

a.button-homebox-teal:hover {
    display:inline-block;
    padding:16px 24px;
    font-size:102%;
    background-color:#1e958d;
    color:#FFF;
    border-radius:4px;
    margin:20px auto 5px auto;
    transition: all .5s ease-in-out;
    opacity:1.0;
    font-weight:bold;
}


a.button-homebox-blue:link, a.button-homebox-blue:active, a.button-homebox-blue:visited {
    display:inline-block;
    padding:16px 24px;
    font-size:102%;
    background-color:#2381ab;
    color:#FFF;
    border-radius:4px;
    margin:20px auto 5px auto;
    transition: all .5s ease-in-out;
    opacity:0.75;
    font-weight:bold;
}

a.button-homebox-blue:hover {
    display:inline-block;
    padding:16px 24px;
    font-size:102%;
    background-color:#2381ab;
    color:#FFF;
    border-radius:4px;
    margin:20px auto 5px auto;
    transition: all .5s ease-in-out;
    opacity:1.0;
    font-weight:bold;
}

a.button-homebox-green:link, a.button-homebox-green:active, a.button-homebox-green:visited {
    display:inline-block;
    padding:16px 24px;
    font-size:102%;
    background-color:#5b9155;
    color:#FFF;
    border-radius:4px;
    margin:20px auto 5px auto;
    transition: all .5s ease-in-out;
    opacity:0.75;
    font-weight:bold;
}

a.button-homebox-green:hover {
    display:inline-block;
    padding:16px 24px;
    font-size:102%;
    background-color:#5b9155;
    color:#FFF;
    border-radius:4px;
    margin:20px auto 5px auto;
    transition: all .5s ease-in-out;
    opacity:1.0;
    font-weight:bold;
}

a.button-homebox-purple:link, a.button-homebox-purple:active, a.button-homebox-purple:visited {
    display:inline-block;
    padding:16px 24px;
    font-size:102%;
    background-color:#5a528a;
    color:#FFF;
    border-radius:4px;
    margin:20px auto 5px auto;
    transition: all .5s ease-in-out;
    opacity:0.75;
    font-weight:bold;
}

a.button-homebox-purple:hover {
    display:inline-block;
    padding:16px 24px;
    font-size:102%;
    background-color:#5a528a;
    color:#FFF;
    border-radius:4px;
    margin:20px auto 5px auto;
    transition: all .5s ease-in-out;
    opacity:1.0;
    font-weight:bold;
}

a.button-homebox-pink:link, a.button-homebox-pink:active, a.button-homebox-pink:visited {
    display:inline-block;
    padding:16px 24px;
    font-size:102%;
    background-color:#b24052;
    color:#FFF;
    border-radius:4px;
    margin:20px auto 5px auto;
    transition: all .5s ease-in-out;
    opacity:0.75;
    font-weight:bold;
}

a.button-homebox-pink:hover {
    display:inline-block;
    padding:16px 24px;
    font-size:102%;
    background-color:#b24052;
    color:#FFF;
    border-radius:4px;
    margin:20px auto 5px auto;
    transition: all .5s ease-in-out;
    opacity:1.0;
    font-weight:bold;
}


a.button-homebox-teal-small:link, a.button-homebox-teal-small:active, a.button-homebox-teal-small:visited  {
    display:inline-block;
    padding:8px 12px;
    font-size:80%;
    background-color:#1e958d;
    color:#FFF !important;
    border-radius:4px;
    margin:-10px auto 35px auto;
    transition: all .5s ease-in-out;
    opacity:0.75;
    font-weight:bold;
}

a.button-homebox-teal-small:hover {
    display:inline-block;
    padding:8px 12px;
    font-size:80%;
    background-color:#1e958d;
    color:#FFF !important;
    border-radius:4px;
    margin:-10px auto 35px auto;
    transition: all .5s ease-in-out;
    opacity:1.0;
    font-weight:bold; 
}

a.button-homebox-blue-small:link, a.button-homebox-blue-small:active, a.button-homebox-blue-small:visited  {
    display:inline-block;
    padding:8px 12px;
    font-size:80%;
    background-color:#2381ab;
    color:#FFF !important;
    border-radius:4px;
    margin:-10px auto 35px auto;
    transition: all .5s ease-in-out;
    opacity:0.75;
    font-weight:bold;
}

a.button-homebox-blue-small:hover {
    display:inline-block;
    padding:8px 12px;
    font-size:80%;
    background-color:#2381ab;
    color:#FFF !important;
    border-radius:4px;
    margin:-10px auto 35px auto;
    transition: all .5s ease-in-out;
    opacity:1.0;
    font-weight:bold; 
}

a.button-homebox-green-small:link, a.button-homebox-green-small:active, a.button-homebox-green-small:visited {
    display:inline-block;
    padding:8px 12px;
    font-size:80%;
    background-color:#5b9155;
    color:#FFF;
    border-radius:4px;
    margin:-10px auto 35px auto;
    transition: all .5s ease-in-out;
    opacity:0.75;
    font-weight:bold;
}

a.button-homebox-green-small:hover {
    display:inline-block;
    padding:8px 12px;
    font-size:80%;
    background-color:#5b9155;
    color:#FFF;
    border-radius:4px;
    margin:-10px auto 35px auto;
    transition: all .5s ease-in-out;
    opacity:1.0;
    font-weight:bold;
}

a.button-homebox-white-small:link, a.button-homebox-white-small:active, a.button-homebox-white-small:visited {
    display:inline-block;
    padding:8px 12px;
    font-size:80%;
    background-color:#f3efe6;
    color:#161614 !important;
    border-radius:4px;
    margin:-10px auto 35px auto;
    transition: all .5s ease-in-out;
    font-weight:bold;
    opacity:0.75;
}

a.button-homebox-white-small:hover {
    display:inline-block;
    padding:8px 12px;
    font-size:80%;
    background-color:#f3efe6;
    color:#161614 !important;
    border-radius:4px;
    margin:-10px auto 35px auto;
    transition: all .5s ease-in-out;
    font-weight:bold;
    opacity:1.0;
}

@media screen and (max-width:1550px) {

a.eventhome {
    width:285px;
    height:460px;
}

.eventhome-mainimg {
    height:167px;
}

.eventhome-button {
    width:75%;
}

.eventhome-descbox {
    bottom:90px;
    font-size:90%;
}

.eventhome-datebox {
    font-size:105%;
    font-weight:bold;
	height:38px;
}

a.eventhome-more img {
    width:75px;
    height:auto;
}

a.eventhome-more {
    padding-top:150px; 
    padding-bottom:150px; 
    padding-left:18px;
}

}

@media screen and (max-width:1400px) {


.pinbottom-header {
    font-size:130%; 
    font-weight:bold; 
    line-height:120%;
}

.pinbottom-button {
    position:absolute; 
    bottom: 15px; 
    right: 15px; 
    max-width:200px; 
    border-radius:8px;
}

.pinbottom-box-right {
    width: 61%; 
    vertical-align:top; 
    margin-top: 15px; 
    display:inline-block; 
    text-align:left;
}

    
ul.navbar-trails a {
    display:inline-block;
    font-size:65%;
    font-weight:bold;
    line-height:100%;
    background-image: linear-gradient(180deg, #f3f0e7, #b3aea5);
    color:#332f2b !important;
    vertical-align:top;
    height:68px;
    border-radius:3px 3px 0 0;
    padding:0 4px 4px 4px;
}


.eventlist-select-box {
    display:inline-block;
    width:49%;
    vertical-align:top;
}

.eventlist-clear {
    padding:10px 14px 8px 14px;
    font-size:120%;
    line-height:100%;
    background-color:#00a096;
    color:#FFF;
    margin:20px 0;
    border-radius:4px;
}

.events-left select {
    font-size:140%;
}

.eventlist-select {
    font-size:180%;
    font-weight:bold;
    padding:50px 0 20px 0;
}

.events-wide {
    width:90%; 
    margin:0 auto;
}

.events-left {
    display:block;
    width:94%;
    vertical-align:top;
    margin-left:3%;
    margin-right:3%;
    margin-top:50px;
    padding-bottom:30px;
    background-color:#b3aea5;
    min-height:80px;
    background-image: url("https://explorelagrangecountyin.com/wp-content/uploads/2020/05/Burlap-BG.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius:8px;
    text-align:center;
}

.events-right {
    display:block;
    width:94%;
    vertical-align:top;
    margin-left:3%;
    margin-right:3%;
    margin-top:25px;  
    margin-bottom:25px;
    text-align:center;
}

.events-datebox-middle {
    width:66%; 
    display:inline-block; 
    padding:0; 
    text-align:center;
    vertical-align:middle;
    font-size:265%;
    line-height:110%;
    font-weight:bold;
    font-family:Buenard,Serif;
}

.eventlist-button {
    font-size:150%;
    line-height:100%;
    padding:13px;
    background-color:#e04d4b;
    color:#FFF;
    font-weight:bold;
    text-transform: uppercase;
    border-radius:4px;
    opacity:0.8;
    transition: all .5s ease-in-out;
}

a.eventhome {
    width:215px;
    height:440px;
}

.eventhome-mainimg {
    height:126px;
}

.eventhome-datebox {
    font-size:90%;
    font-weight:normal;
	height:36px;
}

.eventhome-descbox {
    height:48px;
    bottom:110px;
    font-size:90%;
}

.eventhome-title {
	font-size:140%;
}

.eventhome-catname {
     font-size:78%;
}

a.eventhome-more img {
    width:65px;
    height:auto;
}

a.eventhome-more {
    padding-top:140px; 
    padding-bottom:140px; 
    padding-left:12px;
}

.homespecial {
    width:100%;
    max-width:1200px;
    margin:0px auto -25px auto;
    padding:0 10px;
}

.homespecial-cursive {
    font-family: 'Caveat', cursive;
    font-size:400%;
    line-height:120%;
    font-weight:700;
    letter-spacing:-0.015em;
    color:#f3efe6;
    padding-top:45px;
    padding-bottom:25px;
    text-align:center;
}

a.wp-block-button__link:link, a.wp-block-button__link:active, a.wp-block-button__link:visited, a.button-amy:link, a.button-amy:active, a.button-amy:visited  {
    border-radius:3px;
    margin:5px auto 20px auto;
    background-color:#161614;
    font-size:120%;
    line-height:100%;
    padding:18px 14px !important;
    display:inline-block;
    opacity:0.85;
    color:#FFF !important;
}

a.wp-block-button__link:hover,  a.button-amy:hover {
    opacity:1.0;
}

.events-venue-left {
    width:22%;
    display:inline-block;
    vertical-align:middle; 
    color:#7c76a8;
    background-color:#101010;
    font-size:120%;
    line-height:110%;
    text-align:left;
    padding-left:12px;
    padding-top:8px;
    padding-bottom:8px;
    opacity:0.95;
    text-transform: uppercase;
}

.event-venue-dow {
    font-size:53%;
    line-height:110%;
    letter-spacing:0.10em;
    color:#FFF;
    display:block; 
    width:95%; 
    vertical-align:middle; 
    text-align:left;
    padding-top:4px;
    opacity:0.7;
}

.events-venue-right {
    display:inline-block;    
    padding-left:15px;
    vertical-align:middle;
    width:auto;
    font-size:100%;
    line-height:110%;
    font-weight:bold;
    width:77%;
}

.events-venue-month {
    display:inline-block; 
    width:47%; 
    vertical-align:middle;
}

.events-venue-day {
    display:inline-block; 
    width:44%; 
    text-align:right; 
    vertical-align:middle; 
    color:#FFF; 
    font-weight:bold
}

.homevg-left {
     margin:-100px 0 -115px 1%; 
     display:inline-block;
     width:45%;
     vertical-align:middle;
}

.homevg-left img {
    width:100%;
    height:auto;
    padding-bottom:20px;
    position:relative;
    z-index:50;
}

.homevg-right {
     display:inline-block;
     width:48%;  
     margin-left:-1%;
     vertical-align:middle;
     padding:32px 0 15px 0;
}


.homevg-header {
    font-size:350%;
    line-height:100%;
    font-weight:bold;
    text-align:center;
    display:block;
    padding-bottom:15px;
}


}

@media screen and (max-width:1240px) {
    
ul.topnav li.toplink a {
	padding: 8px 5px 8px 5px;
}

.blocker {
	margin: 0px auto;
	display: block;
	width: 100%;
	border-radius:0px;
}

ul.topnav li {
    font-size:180%;
}

}

@media screen and (max-width:1200px) {
    
.listing-gallery-header {
	margin-top:10px;
}


.homevg-left {
     margin:-100px 0 -115px 1%; 
     display:inline-block;
     width:51%;
     vertical-align:middle;
}

.homevg-left img {
    width:100%;
    height:auto;
    padding-bottom:20px;
    position:relative;
    z-index:50;
}

.homevg-right {
     display:inline-block;
     width:47%;  
     margin-left:-3%;
     vertical-align:middle;
     padding:25px 0 10px 0;
}



.pinbottom-left, .pinbottom-right {
    width:100%; 
    display:block; 
    vertical-align:top; 
    margin-right:0; 
    margin-left:0;
    margin-top:3%;
    margin-bottom:3%;
    border:1px solid #b3aea4; 
    border-radius:12px; 
    padding: 1%; 
    text-align:left; 
    background-color:#f7f5f0; 
    position: relative;
}

.pinbottom-box-left {
    padding-right:3%; 
    width:41%; 
    display:inline-block; 
    vertical-align:top;
}

.pinbottom-box-right {
    width: 54%; 
    vertical-align:top; 
    margin-top: 10px; 
    display:inline-block; 
    text-align:left;
}

.pinbottom-header {
    font-size:110%; 
    font-weight:bold; 
    line-height:125%;
}

.pinbottom-header a:hover, .pinbottom-header:hover {
    color:#663a5b;
}

.pinbottom-button {
    position:absolute; 
    bottom: 15px; 
    right: 15px; 
    max-width:1000px; 
    border-radius:8px;
    width:55%;
}

.pinbottom-img {
    width:100%; 
    height:auto; 
    border-radius:8px;
}

.annualevent-left {
    width:100%; 
    display:block; 
    vertical-align:top; 
    background-color:#f3f0e7; 
    padding:2%
}

.annualevent-right {
    width:100%; 
    display:block; 
    vertical-align:top; 
    text-align:left; 
    padding:2%;
}

.vgform-left {
    width:100%; 
    vertical-align:top; 
    display:block; 
    margin-right:0; 
    margin-top:10px; 
    padding:45px 30px; 
    olor:#FFF !important; 
    text-align:center; 
    border-radius:12px;
    background-color:#f3efe6;
    background-image: url("https://explorelagrangecountyin.com/wp-content/uploads/2020/12/centerbg_canvas2.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}

.vgform-right {
    width:100%; 
    vertical-align:top; 
    display:block;
}

.listing-inactive-catimg a:link, .listing-inactive-catimg a:visited, .listing-inactive-catimg a:active {
    width:47%;
    min-width:10px;
}

.trailstar {
    font-size:200%; 
    margin-bottom:-18px; 
    margin-top:0;
    opacity:0.6;
}

ul.navbar-trails a {
    display:inline-block;
    font-size:60%;
    font-weight:normal;
    font-weight:bold;
    line-height:100%;
    background-image: linear-gradient(180deg, #f3f0e7, #b3aea5);
    color:#332f2b !important;
    vertical-align:top;
    height:52px;
    border-radius:3px 3px 0 0;
    padding:12px 9px 4px 9px;
}

ul.navbar-trails li {
    padding:0;
    transition: all .25s ease-in-out;
    margin:0;
}

.events-headtitle {
    display:inline-block; 
    position:absolute; 
    right:50px; 
    top:20px; 
    font-size:340%; 
    font-weight:bold; 
    color:#161614;
}

.events-bigpic {
    border-radius:8px; 
    width:450px; 
    height: auto; 
    display:inline-block; 
    margin:4px 4px 4px 0;
    border:2px solid #f3f0e7;
    filter: brightness(100%);
    transition: all .5s ease-in-out;
}


.eventlist-time {
    font-size:240%;
    line-height:110%;
    font-weight:bold;
    color:#088fbb;
    padding-top:25px;
}

.eventlist-venue {
    text-transform: uppercase;
    padding:10px 0 0 0;
    opacity:0.9;
    font-size:190%;
    line-height:110%;
}

.eventlist-right {
    display:block;    
    padding-left:0px;
    vertical-align:middle;
    width:95%;
    margin:25px auto;
    text-align:center;
    padding-top:0;
    padding-bottom:0;
}

.eventlist-title {
    font-size:410%;
    line-height:110%;
    font-weight:bold;
}

.eventlist-desc {
    visibility:hidden;
    display:none;
}

.eventlist-date {
    width:400px;
    height:200px;
    color:#088fbb;
    background-color:#101010;
    font-size:600%;
    line-height:110%;
    position:absolute;
    left:0px;
    top:30px;
    text-align:left;
    padding-left:22px;
    padding-top:25px;
    opacity:0.95;
    border:0px solid #FFF;
    text-transform: uppercase;
}  
    
.eventlist-left {
    width:900px;
    display:block;
    height:526px;
    vertical-align:middle; 
    position:relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius:0;
    -moz-box-shadow: 0 0 8px #999;
    -webkit-box-shadow: 0 0 8px #999;
    box-shadow: 0 0 8px #999;
    border:4px solid #FFF;
    margin:25px auto;
}

.eventlist-cat {
    visibility:hidden;
    display:none;
}

.events-datebox-left, .events-datebox-right {
    visibility:hidden;
    display:none;
}

.events-datebox-middle {
    width:100%; 
    display:inline-block; 
    padding:0; 
    text-align:center;
    vertical-align:middle;
    font-size:365%;
    line-height:110%;
    font-weight:bold;
    font-family:Buenard,Serif;
}

.breadcrumb-bar {
    height:55px;
}

.specialxlg {
    visibility:hidden;
    display:none;
}

.footer {
    margin:0;
    padding:0;
}

.drop-shadow-iframe {
    -moz-box-shadow: 0 0 0px #999;
    -webkit-box-shadow: 0 0 0px #999;
    box-shadow: 0 0 0px #999;
    padding:0;
    background-color:#FFF;
    margin-top:0;
    margin-bottom:0;
}

.breadcrumb-bar input {
    font-size:110%;
    margin:12px 15px;
    padding:6px 11px 6px 11px;
    text-transform: uppercase; 
    cursor: pointer;
    color:#161614;
    font-weight:bold;
    font-family:Arial;
    background-color:#FFF;
    border:1px solid #FFF;
    border-radius:5px;
}

p.script-amy {
    font-family: 'Caveat', cursive;
    border:0 solid #FFF !important;
    margin:0 !important;
    font-size:240% !important;
    font-weight:600;
    padding:0 0 15px 0;
    letter-spacing:-0.025em;
    line-height:100% !important;
    color:#181716;
}

p.script-amy-large {
    font-family: 'Caveat', cursive;
    border:0 solid #FFF !important;
    margin:0 !important;
    font-size:240% !important;
    font-weight:600;
    padding:0 0 15px 0;
    letter-spacing:-0.025em;
    line-height:120% !important;
    color:#181716;
}

p.script-amy-small {
    font-family: 'Caveat', cursive;
    border:0 solid #FFF !important;
    margin:0 !important;
    font-size:200% !important;
    font-weight:600;
    padding:0 0 15px 0;
    letter-spacing:-0.025em;
    line-height:100% !important;
    color:#181716;
}

.footer1, .footer2, .footer3 {
   width:38%;
   display:inline-block;
   vertical-align:top;
   border:0px solid white;
   padding:0px 2%;
}  

.footer {
    margin:-48px 0 0 0;
    padding:0;
}

.footer1, .footer2 {
    width:45%;
    text-align:center;
}

.footer3 {
    width:90%;
    margin:0 auto;
}

.footer_bottom {
    background-position: left bottom;

}

.hide1200 {
    visibility:hidden;
    display:none;
}

.show1200 {
    visibility:visible;
    display:block;
}

.homevg-header {
    font-size:300%;
    line-height:100%;
    font-weight:bold;
    text-align:center;
    display:block;
    padding-bottom:15px;
}

.homevg p {
    width:90%;
    max-width:625px;
    margin:25px auto 10px auto;
    font-size:115%;
    line-height:150%;
    text-align:center;
}

.center-page {
    margin-bottom:0;
    padding-bottom:30px;
}


.footer-promo {
    visibility:hidden;
    display:none;
}

}

@media screen and (max-width:1080px) {
    
p.script-amy {
    font-family: 'Caveat', cursive;
    border:0 solid #FFF !important;
    margin:0 !important;
    font-size:240% !important;
    font-weight:600;
    padding:0 0 15px 0;
    letter-spacing:-0.025em;
    line-height:100% !important;
    color:#181716;
}

p.script-amy-large {
    font-family: 'Caveat', cursive;
    border:0 solid #FFF !important;
    margin:0 !important;
    font-size:240% !important;
    font-weight:600;
    padding:0 0 15px 0;
    letter-spacing:-0.025em;
    line-height:100% !important;
    color:#181716;
}

p.script-amy-small {
    font-family: 'Caveat', cursive;
    border:0 solid #FFF !important;
    margin:0 !important;
    font-size:200% !important;
    font-weight:600;
    padding:0 0 15px 0;
    letter-spacing:-0.025em;
    line-height:100% !important;
    color:#181716;
}

.homeslider {
    visibility:hidden;
    display:none;
}

.homeslider-mobile {
    visibility:visible;
    display:block;
    margin-bottom:-20px;
}

.events-datebox-middle-smalltext {
    font-size:16px;
    line-height:18px;
    margin-top:15px; 
    margin-bottom:0;	
    font-family: 'Poppins', sans-serif !important;
    font-weight:normal;
}
    
.eventlist-select-box {
    display:block;
    width:100%;
}

.eventlist-clear {
    padding:10px 14px 10px 14px;
    font-size:150%;
    line-height:100%;
    background-color:#00a096;
    color:#FFF;
    margin:20px 0;
    border-radius:4px;
}

.events-left {
    display:block;
    width:100%;
    vertical-align:top;
    margin-left:0;
    margin-right:0;
    margin-top:0;
    padding-bottom:50px;
    background-color:#b3aea5;
    min-height:80px;
    background-image: url("https://explorelagrangecountyin.com/wp-content/uploads/2020/05/Burlap-BG.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius:0;
    text-align:center;
}

.eventlist-select {
    font-size:180%;
    font-weight:bold;
    padding:50px 0 20px 0;
}

.eventlist-select-box select {
    width:80%;
    font-size:142%;
    background-color:#FFF;
    border-radius:3px;
    padding:5px;
}

.header-small-shipshewana, .header-small-mongo, .header-small-howe, .header-small-lagrange, .header-small-lagrangecounty, .header-small-topeka, .header-small-wolcottville {
    background-image: url("https://explorelagrangecountyin.com/wp-content/uploads/2020/12/centerbg_canvas5.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    padding:0;
    margin:0;
    height:auto;
}

.smallheader-left {
    display:inline-block;
    width:100%;
    height:auto;
    text-align:center;
    padding:0;
}

.smallheader-right {
    display:inline-block;
    width:0;
    vertical-align:middle;
    text-align:right;
    visibility:none;
}

.mainlogo-small {
    width:100%;
    height:auto;
    opacity:1.0;
    text-align:center;
}

.mainlogo-small img {
    height:auto;
    width:70%;
    padding:25px 0 3px 0;
    margin:0 auto;
}

.mainlogo {
    width:100%;
    opacity:1.0;
    margin:0 auto;
    padding:45px 0 58px 0;
    text-align:center;
    background-color:rgba(255,255,255,0.5);
}

.mainlogo img {
    width:85%;
    min-width:10px;
    padding:15px 0 3px 0;
    margin:0 auto;
}

.mainlogo-small-lagrangecounty {
    width:100%;
    height:auto;
    opacity:1.0;
    text-align:center;
    padding:0;
    margin:0;
}

.mainlogo-small-lagrangecounty img {
    height:auto;
    width:55%;
    padding:20px 0 0 0;
    margin:0;
}  

.shadow-down {
    visibility:hidden;
    display:none;    
}

.center-page-pad {
     padding:0;
}

.hide1080 {
    visibility:hidden;
    display:none;
}

.main-amy {
    float: none;
    width: 85%;
    padding:0;
    margin:0 auto;
}

.mainleft-amy, .postleft-amy {
    margin:0 auto;
    width:100%;
}

.sidebar-amy {
    float: none;
    width: 100%; /*Width of right column in pixels*/
    margin-left: -0; /*Set left margin to -(RightColumnWidth) */
    border:0px solid #7b776a;
    min-height:0;
    margin:0;
    padding:0;
    text-align:center;
}

.sidebar-amy img {
    opacity:1.0;
    -webkit-filter: brightness(100%);
    filter: none;
    -webkit-filter: grayscale(0);   
    margin:0 auto;
    width:100%;
    max-width:1200px;
}

.homevg-left {
     margin:0; 
     display:block;
     width:100%;
     vertical-align:middle;
     text-align:center;
}

.homevg-left img {
    width:100%;
    height:auto;
    max-width:700px;
    padding-bottom:0px;
    position:relative;
    z-index:50;
    margin:25px auto 5px auto;
}

.homevg-right {
     display:block;
     width:100%;  
     vertical-align:middle;
     padding-bottom:35px;
}

.homespecial-frame img {
    transition: all .75s ease-in-out;
    opacity:1.0;
    filter: none; /* IE5+ */
    -webkit-filter: grayscale(1.0); /* Webkit Nightlies & Chrome Canary */
      background-color:#f3efe6;
    -webkit-filter: brightness(100%);
}

.homespecial-cursive {
    font-family: 'Caveat', cursive;
    font-size:400%;
    line-height:100%;
    font-weight:700;
    letter-spacing:-0.015em;
    color:#f3efe6;
    padding-top:25px;
    padding-bottom:15px;
    text-align:center;
}

.homepage-bg {
    background-color:#353130;
    background-image: url("https://explorelagrangecountyin.com/wp-content/uploads/2020/05/Boards-Grey-BG.jpg");
    background-position: center top;
    background-attachment: fixed;
    background-repeat: repeat-y;
    background-size: 100% auto;
    padding-top:0px;
    color:#181716;
}

.homemap {
    margin-top:-35px;
}

.homemap-right {
     display:block;
     width:100%;
     margin-left:0;
     vertical-align:middle;
     text-align:center;
}

.homemap-right img {
    width:95%;
    height:auto;
    position:relative;
    margin:15px auto;
    opacity:0.8;
}

.homemap-left {
     display:block;
     width:100%;  
     vertical-align:middle;
     padding:40px 0 0 0;
     text-align:center;
     min-height:400px;
}

.homemap-cursive {
    font-family: 'Caveat', cursive;
    font-size:270%;
    line-height:120%;
    font-weight:700;
    letter-spacing:-0.025em;
    padding-top:20px;
    padding-bottom:15px;
    text-align:center;
}

.mainheader {
    background-image: url("https://explorelagrangecountyin.com/wp-content/uploads/2020/05/header_bg_buggy_mobile.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    padding:0;
    margin:0;
}

.footer1, .footer2, .footer3 {
    width:95%;
    text-align:center;
    margin:0 auto;
}

.footer2 {
    padding-top:20px;
}

.footer-container {
    width:100%;
    max-width:1400px;
    margin:0 auto;
    font-size:120%;
    line-height:140%;
}

a .footer-icon {
    width:52px;
    height:52px;
    margin-right:3px;
    margin-bottom:9px;
    margin-top:4px;
    opacity:0.6;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.footer-logo {
    width:100%; 
    max-width:300px; 
    height: auto; 
    margin-bottom:12px;
}

.homecountry {
    padding-left:0;
}

.padleft20, .padleft25 {
     padding-left:0;
}

.width96, .width94 {
    width:100%;
}
.marleftmin9 {
    margin-left:0;
}

.results-head-cat {
    font-size:200%; 
    letter-spacing:-0.025em; 
    line-height:100%; 
    margin-bottom:15px;   
}

.results-head-subcat {
    font-size:350%; 
    letter-spacing:-0.025em; 
    line-height:100%;    
}

.results-head-desc {
    width:85%; 
    margin:25px auto 10px auto; 
    font-size:13px; 
    line-height:130%;
}

.results-townheader {
    text-transform: uppercase; 
    width:100%; 
    padding:5px; 
    color:#FFF; 
    background-color:#756e65; 
    text-align:center; 
    font-size:125%; 
    line-height:150%; 
    margin-top:25px; 
    margin-bottom:5px; 
    font-weight:bold;
}

a.results-listbox {
    border:1px solid #d8d5cf !important; 
    width:100%; 
    color:#161614 !important; 
    display:inline-block;
    margin:0; 
    padding:10px;
    transition: all .75s ease-in-out;
    text-align:left;
}

a.results-listbox:hover{
    border:1px solid #2381ab !important;;
    color:#161614 !important; 
}

.results-pic {
    width:100%; 
    height:165px; 
    overflow:hidden; 
    display:block;
    vertical-align:top;
}

.results-address {
    font-size:82%;
    width:100%;
    line-height:125%;
    padding-top:5px;
}

.results-name {
    display:block; 
    vertical-align:top; 
    padding-left:12px; 
    padding-top:10px; 
    font-size:135%; 
    line-height:115%;
    width:100%;
}

.mainlisting-amy {
    text-align:center;
    margin:25px auto 0 auto;
    display:block;
    height:auto;
    width:85%;
}

.results-bottombars {
    width:100%; 
    background-color:#f3f0e7; 
    display:block;
    height:100px;
    position:relative;
}

.results-catbar {
    text-align:left; 
    padding:3px 5px;
    display:block;
    vertical-align:middle;
    width:100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right:0;
}

.results-iconbar {
    text-align:left; 
    padding:3px 8px;
    display:block;
    vertical-align:middle;
    width:100%;
    position: absolute;
    left: 0;
    bottom: 0;

}

.results-iconbar-extended {
    text-align:left; 
    padding:3px 8px;
    display:block;
    vertical-align:middle;
    width:100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.results-details {
    width:100%; 
    display:block; 
    background-color:#f3f0e7; 
    height:175px; 
    padding:15px 15px 0 15px; 
    overflow:hidden; 
    font-size:90%; 
    line-height:140%;
    border-top:8px solid white;
}

.refine-text {
    display:block;
    width:100%;
    font-weight:bold;
    color:#FFF;
    padding:10px;
    background-color:#f5803a;
}

.results-selectbox {
    background-color:#f5803a; 
    margin:20px 0px; 
    width:100%;
    display:block;
}

.refine-dropdown {
    display:block;
    padding:0 5px 5px 5px;
}

.key-box {
    display:inline-block;
    margin-right:10px;
    opacity:0.7;
}
.key-img {
    width:12px;
    display:inline-block;
    vertical-align:middle;
    margin-right:5px;
}

.key-img img {
    width:12px;
    height:auto;
    padding:3px 0;
}

.key-text {
    display:inline-block;
    font-size:60%;
    vertical-align:middle;
}

.listing-left, .sevent-left {
    float:none;
    width:100%;
    text-align:center;
    position:relative;
    padding-bottom:25px;
    display:none;
}

.listing-right, .sevent-right {
    margin-left:0;
    padding-top:20px;
    border-left:0px dashed #756e65;
    padding-left:0;
    width:100%;
    padding-bottom:45px !important;
    text-align:left !important;
    line-height:140%;
}

.show1080 {
    visibility: visible;
    display: block;
}

.listing-gallery-top {
    width:100%;
    margin:15px auto;
}

.listing-mainpic, .sevent-mainpic {
    visibility:hidden;
    display:none;
}

.listing-title, .sevent-title {
    font-size:370%;
    line-height:110%;
    font-weight:bold;
    font-family:Buenard,Serif;
    letter-spacing:-0.025em;
    display:block;
    margin-left:-3px;
    margin-bottom:25px;
}

ul.listing-cats, ul.sevent-cats {
    font-size:100%;
    margin-bottom:20px;
    width:100%;
}

iframe.listing-map, iframe.sevent-map {
    width:100%;
    height:400px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.52);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.52);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.52);
    border:0;
    margin:0;
}

ul.listing-matches {
    width:100%;
    margin-bottom:20px;
}

img.listing-mainpic-1080, img.sevent-mainpic-1080 {
    visibility:visible;
    display:block;
    width:100%;
    height:auto;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.52);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.52);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.52);
    border:8px solid #FFF;
    margin:0;
}

.trail-icon {
    border-radius:8px; 
    width:120px; 
    height: auto; 
    display:inline-block; 
    margin:4px;
    border:2px solid #f3f0e7;
   filter: brightness(100%);
   transition: all .5s ease-in-out;
}

.title-box, .title-box-blog {
    width:100%;
    max-width:1200px;
    position:relative;
    z-index:50;
    text-align:center;
    display:inline-block;
    margin:0;
    padding:65px 15px;
}

.title-box-margins-blog {
    margin:0;  
    border:0px dashed #FFF;
    padding:0;
    background-color:rgba(255,255,255,0.0);
}

.title-box-text-blog {
    font-size:380%;
    line-height:125%;
    text-shadow: 2px 2px 2px rgba(20,20,20,0.65);
    font-family: 'Buenard', serif;
    letter-spacing:-0.03em;
    font-weight:bold;
    display:block;
}

.title-box-margins {
    margin:0;  
    border:0 dashed #FFF;
    padding:0;
}

.title-bar {
    width:100%;
    margin:0;
    position:relative;
    z-index:50;
    text-align:center;
    padding:65px 0;
}

a.eventhome-more {
    visibility:hidden;
    display:none;
}

a.eventhome-more:hover {
    filter: brightness(120%);
}

a.eventhome-more img {
    width:85px;
    height:auto;
}

.eventhome-button {
    background-color:#0f716b;
    width:40%;
    margin:15px auto;
    border-radius:4px;
    color:#FFF;
    padding:12px 8px;
    position:absolute;
    bottom:52px;
    left:0;
    right:0;
    font-size:150%;
    line-height:100%;
}

a.eventhome {
    border:0px solid #756e65 !important;
    display:inline-block;
    width:100%;
    height:640px;
    vertical-align:top;
    margin-bottom:0;
    margin-left:0;
    margin-right:0;
    background-image: url("https://explorelagrangecountyin.com/wp-content/uploads/2020/07/Background-Small-Burlap.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
    border-radius:0;
    overflow:hidden;
    transition: all .25s ease-in-out;
}

a.eventhome:hover {
    color:#161614 !important;
    filter: brightness(90%);
}

.eventhome-mainimg {
    width:100%;
    height:300px;
    overflow:hidden;   
    display:block;
}

.eventhome-datebox {
    width:100%;
    background-color:rgba(217, 232, 246, 0.0);
    padding:18px 8px;
    color:#161614;
    font-size:160%;
    font-weight:bold;
    text-transform: uppercase; 
	font-family: 'Poppins', sans-serif !important;
	text-align:center;
	height:60px;
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	text-shadow: 0px 0px 0px #343433;
}

.eventhome-centerbox {
    display:block;
    vertical-align:middle;    
    width:100%;
    padding:15px;
}

.eventhome-descbox {
    width:100%;
    height:48px;
    position:absolute;
    bottom:120px;
    left:0;
    padding:0px 40px;
    line-height:130%;
    font-size:115%;
}

.eventhome-title {
	font-family: 'Poppins', sans-serif !important;
	font-size:220%;
	font-weight:bold;
	line-height:110%;
	padding-top:10px;
}

.eventhome-catname {
    text-transform: uppercase; 
    font-size:120%;
    line-height:120%;
    padding:20px 6px 6px 6px;
    background-color:#161614;
    color:#b3aea5;
}

a.eventhome-calendar {
    border:0px solid #756e65 !important;
    display:inline-block;
    visibility:visible;
    width:100%;
    height:480px;
    vertical-align:top;
    margin-bottom:25px;
    margin-left:0;
    margin-right:0;
    background-image: url("https://explorelagrangecountyin.com/wp-content/uploads/2020/07/Background-Small-Burlap.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
    border-radius:0;
    overflow:hidden;
    transition: all .25s ease-in-out;    
}

a.eventhome-calendar:hover {
    color:#161614 !important;
    filter: brightness(90%);
}

ul.navbar-trails {
    visibility:hidden;
    display:none;
}

ul.sidebar-trails {
    list-style:none;
    margin-left:0;
    visibility:visible;
    display:block;
}

ul.sidebar-trails a {
    display:block;
    width:100%;
    font-weight:bold;
    font-size:165%;
    line-height:100%;
    background-color:#756e65;
    color:#f3f0e7 !important;
}

ul.sidebar-trails li {
    border-bottom:1px solid #635d55;
    padding:11px 8px 8px 10px;
    border-top:1px solid #f3f0e7;
    transition: all .5s ease-in-out;
}

ul.sidebar-trails a:hover {
    background-color:#332f2b;
}

.subtitle {
    font-size:110%;
    line-height:100%;
	font-family: 'Poppins', sans-serif;
	font-weight:bold;
    display:inline-block;
    padding-top:2px;
    vertical-align:middle;
    margin-left:2%;
    margin-right:2%;
    margin-top:0;
    margin-bottom:0;
    text-transform: uppercase;  
    max-width:85%;
}

.title-box-text {
    font-size:400%;
    line-height:108%;
    text-shadow: 0px 0px 0px rgba(20,20,20,0.25);
    font-family: 'Buenard', serif;
    letter-spacing:-0.03em;
    font-weight:bold;
    display:block;
}

.title-box-text-blog {
    font-size:380%;
    line-height:125%;
    text-shadow: 0px 0px 0px rgba(20,20,20,0.25);
    font-family: 'Buenard', serif;
    letter-spacing:-0.03em;
    font-weight:bold;
    display:block;
}

.title-bar-text {
    display:inline-block;
    vertical-align:middle;
    padding-left:2%;
    padding-right:2%;
    max-width:75%;
    font-size:400%;
    line-height:105%;
    text-shadow: 0px 0px 0px rgba(20,20,20,0.25);
    font-family: 'Buenard', serif;
    font-weight:bold;
}

.title-bar-text2 {
    display:inline-block;
    vertical-align:middle;
    padding-left:2%;
    padding-right:2%;
    max-width:75%;
    font-size:250%;
    line-height:105%;
    text-shadow: 0px 0px 0px rgba(20,20,20,0.25);
    font-family: 'Buenard', serif;
    font-weight:bold;
}

.subnav-amy ul {
    list-style:none;
    margin-left:0;
    font-size:125%;
    padding:10px 0;
}

.subnav-amy ul li {
    display:inline-block;
    padding:10px 0;
}

.subnav-amy ul li a {
    transition: all .25s ease-in-out;  
    opacity:0.65;
}
.subnav-amy ul li a:hover {
    opacity:1.0;
    color:#FFF;
}

.quilt-bar {
    background-image: url("https://explorelagrangecountyin.com/wp-content/uploads/2020/08/header_quiltbar.jpg");
    background-repeat:repeat-y;
    background-size:auto 100%;
    display: block;
    overflow: hidden;
    height:15px;
    width:100%;
    background-color:#21201d;
}

.eventlist-left {
    width:100%;
    display:block;
    height:250px;
    vertical-align:middle; 
    position:relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius:0;
    -moz-box-shadow: 0 0 8px #999;
    -webkit-box-shadow: 0 0 8px #999;
    box-shadow: 0 0 8px #999;
    border:4px solid #FFF;
    margin:25px auto;
}

.eventlist-date {
    width:60%;
    height:110px;
    color:#088fbb;
    background-color:#101010;
    font-size:300%;
    line-height:110%;
    position:absolute;
    left:0px;
    top:30px;
    text-align:left;
    padding-left:22px;
    padding-top:25px;
    opacity:0.95;
    border:0px solid #FFF;
    text-transform: uppercase;
}  

.eventlist-title {
    font-size:270%;
    line-height:110%;
    font-weight:bold;
}

.eventlist-time {
    font-size:190%;
    line-height:110%;
    font-weight:bold;
    color:#088fbb;
    padding-top:25px;
}

.eventlist-venue {
    text-transform: uppercase;
    padding:10px 0 0 0;
    opacity:0.9;
    font-size:140%;
    line-height:110%;
}

.footer-section ul a:hover {
    padding-left: 0;
    color:#7fbbd1 !important;
}

ul.boxlist li a {
	margin-left:0;
}

ul.boxlist li a:hover {
	margin-left:0;
}

.vgform-left {
    width:100%; 
    vertical-align:top; 
    display:inline-block; 
    margin-right:0; 
    margin-top:0; 
    padding:45px 30px; 
    olor:#FFF !important; 
    text-align:center; 
    border-radius:0;
    background-color:#f3efe6;
    background-image: url("https://explorelagrangecountyin.com/wp-content/uploads/2020/12/centerbg_canvas2.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}

.vgform-right {
    text-align:center;
}

.gform_wrapper .gform_body input, .gform_wrapper .gform_body select {
    padding:0 !important;
    margin:0 0 10px 0 !important;
    border:1px solid #b3aea5;
    padding:3px !important;
    width:90%;
}

.mainheader, .header-big-shipshewana, .header-big-mongo, .header-big-howe, .header-big-lagrange, .header-big-topeka, .header-big-wolcottville {
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    padding:0px;
    margin:0px 0px -7px 0px;
}

.main-amy ul {
    width:100% !important;
    font-size:108% !important;
    line-height:140% !important;
    max-width:1100px !important;
    padding-left:0px;
    margin-left:-10px !important;
    padding-bottom:15px !important;
}

.main-amy ul li > * {
    vertical-align: text-top;
}
.main-amy ol {
    width:100% !important;
    font-size:108% !important;
    line-height:140% !important;
    max-width:1100px !important;
    padding-left:0px;
    margin-left:-10px !important;
}

a.button-homebox:link, a.button-homebox:active, a.button-homebox:visited {
    opacity:1.0;
}

.colorbar-bg {
    background-image: url("https://explorelagrangecountyin.com/wp-content/uploads/2020/04/header_colorbar.jpg");
    background-repeat:repeat-y;
    background-size:100% auto;
    display: block;
    overflow: hidden;
    height:3px;
    width:100%;
    background-color:#21201d;
}

.col-homespecial {
    width:170px;
    height:270px;
    display:inline-block;
    vertical-align:top;
    margin:15px 2px 0 2px;
    padding:2px 2px 2px 2px;
    overflow:hidden;
    transition: all .75s ease-in-out;
    color:#f3efe6;
    font-size:115%;
    line-height:110%;
}

.results-hero {
    height:375px; 
    overflow:hidden;
    position:relative;
    z-index:20;
    width:100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.titlebox-xmas-red-bg {
    background-color:#b92c29;
    opacity:0.85;
    color:#f3efe6 !important;
}

.titlebox-xmas-green-bg {
    background-color:#3f522e;
    opacity:0.65;
    color:#f3efe6 !important;
}

.titlebox-blue-bg {
    background-color:rgba(35,129,171,0.65);
    color:#f3efe6 !important;
}

.titlebox-teal-bg {
    background-color:rgba(30,149,141,0.65);
    color:#f3efe6 !important;
}

.titlebox-green-bg {
    background-color:rgba(91,145,85,0.65);
    color:#f3efe6 !important;
}

.titlebox-orange-bg {
    background-color:rgba(213,127,43,0.65); 
    color:#f3efe6 !important;
}

.titlebox-yellow-bg {
    background-color:rgba(237,194,110,0.65);
    color:#f3efe6 !important;
}

.titlebox-pink-bg {
    background-color:rgba(178,64,82,0.65);
    color:#f3efe6 !important;
}

.titlebox-pinkdk-bg {
    background-color:rgba(96,38,50,0.65);
    color:#f3efe6 !important;
}

.titlebox-purple-bg {
    background-color:rgba(90,82,138,0.65);
    color:#f3efe6 !important;
}

.titlebox-black-bg {
    background-color:rgba(16,16,16,0.65);
    color:#f3efe6 !important;
}

.titlebox-tandk-bg {
    background-color:rgba(117, 110, 101, 0.65);
    color:#f3efe6 !important;
}

.titlebox-tanlt-bg {
    background-color:rgba(179, 174, 165, 0.65);
    color:#f3efe6 !important;
}

.titlebox-white-bg {
    background-color:rgba(243, 239, 230, 0.65);
    color:#161614 !important;
}

.titlebox-white-bg2 {
    background-color:rgba(243, 239, 230, 0.4);
    color:#161614 !important;
}

.specialx {
    display:inline-block;
    vertical-align:middle;
    width:7%;
    margin:0;
    padding:0px;
}

.specialx img {
    width:30px;
    height:auto;
}

.title-spacer {
    height:0; width:100%; display:none;
    visibility:hidden;
}

.annual-main {
    font-size:100%;
    line-height:150%;
    width:85%;
    margin:35px auto 0 auto;
    display:block;
}

.nav-plan {
    height:109px; 
    overflow:visible; 
    margin-top:-60px;
    margin-bottom:-25px;
}

ul.mobilenav {
    background-color:#161614;
}

#btn-open {
  display: inline-block;
  width:100%;
  text-align:right;
}

#mobilenav-dd-pts-open, #mobilenav-dd-ttd-open, #mobilenav-dd-et-open, #mobilenav-dd-ss-open, #mobilenav-dd-towns-open, #mobilenav-dd-ev-open {
  font-size: 36px;
  text-align: left;
  color: #FFF;
  margin: auto;
  display:block;
  overflow:hidden;
  cursor:pointer;
  padding:20px 25px 20px 15px;
  background-color:#FFF;
  font-family: 'Grenze', serif;
}

#mobilenav-dd-pts-close, #mobilenav-dd-ttd-close, #mobilenav-dd-et-close, #mobilenav-dd-ss-close, #mobilenav-dd-towns-close, #mobilenav-dd-ev-close {
  font-size: 36px;
  text-align: left;
  color: #FFF;
  margin: auto;
  display:block;
  overflow:hidden;
  cursor:pointer;
  padding:20px 25px 20px 15px;
  background-color:#FFF;
  font-family: 'Grenze', serif;
}

#mobilenav-main {
  display: none;
  color:#FFF;
}

#mobilenav-dd-pts, #mobilenav-dd-ttd, #mobilenav-dd-et, #mobilenav-dd-ss, #mobilenav-dd-towns, #mobilenav-dd-ev {
  display: none;
}

a.mobilenav-dd-reg-open {
    display:block;
    width:100%;
    color:#FFF;
    cursor:pointer;
  font-size: 36px;
  text-align: left;
  color: #FFF;
  margin: auto;
  display:block;
  overflow:hidden;
  cursor:pointer;
  padding:20px 25px 20px 15px;
  background-color:#FFF;
  font-family: 'Grenze', serif;
}

#mobilenav-main ul {
	border-collapse: collapse;
}

#mobilenav-main ul li {
    font-size:25px;
    border-bottom:1px solid grey;
}

#mobilenav-main ul li:last-child {
  border: none;
}

#mobilenav-main ul li a {
    color:#FFF;
    text-decoration:none;
    display:block;
    width:100%;
    line-height:120%;
    padding:11px 20px 9px 15px;
}

#mobilenav-main ul li a:active {
    color:#b3aea5;
    text-decoration:none;
    display:block;
    width:100%;
    line-height:120%;
    padding:11px 20px 9px 15px;;
}


#btn-close {
  display: block;
  width:100%;
  text-align:right;
}

#icon-open {
    width:23px; 
    height:auto; 
    float:right; 
    margin-top:-3px;
    margin-bottom:-5px;
    display:inline-block;
}

#icon-close {
    width:23px; 
    height:auto; 
    float:right; 
    margin-top:-3px;
    margin-bottom:-5px;
    display:inline-block;
}


}
