<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
.single-places #content {
	width: 100% !important;
}
@media screen and (max-width: 780px) {
.responsive {
	width: 100% !important;
	}}
/** Filter */
ul.nav-filter {
  padding: 10px 0px;
  list-style-type: none;
  -webkit-padding-start: 0px;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
ul.nav-filter li {
  display: block;
  color: #999999;
  cursor: pointer;
}
ul.mad-pagination2 li {
  display: inline;
}
ul.nav-filter li a{
  padding: 6px 15px;
	display: grid;
	grid-template-columns: 9fr 1fr;
  color: #999999;
}
ul.nav-filter li a .mad-checkbox {
  background-image: url("/wp-content/uploads/2018/09/checkbox.png");
  background-size: 25px;
  width: 25px;
  height: 25px;
  float: right;
  margin: auto;
  margin-top: -2px;
}
ul.nav-filter li.active a .mad-checkbox {
  background-image: url("/wp-content/uploads/2018/09/checkbox-active.png");
  background-size: 25px;
  width: 25px;
  height: 25px;
  float: right;
  margin: auto;
  margin-top: -2px;
}
ul.nav-filter li.active a {
  font-weight: bold;
  color: #5D9731;
}
.mad-content {
  margin: 50px 0px 50px 0px;
}
/* Style the tab */
.tab {
		position: relative;
		z-index: 4;
    overflow: hidden;
    background-color: #e6e6e6;
}
/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    width: 50%;
    color: white;
}
/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #5D9731;
    border: none;
}
/* Create an active/current tablink class */
.tab button.active {
    background-color: #5D9731;
    color: white;
    border: none;
}
/* Style the tab content */
.tabcontent {
    display: block;
    padding: 6px 12px;
    border-top: none;
}
.tabcontent {
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}
/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
.mad-sidebar {
  width: 21%;
  float: left;
  margin-right:2%;
	margin-bottom: 30px;
}
.content {
  width: 77%;
  float: right;
}
.mad-filter, .mad-pagination {
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.15);
}
.mad-filterTitle {
  font-weight: bold;
  color: white;
  text-align: center;
  background-color: #999999;
  padding: 7px 0px;
  font-size: 18px;
  border-radius: 5px 5px 0px 0px;
  margin: 0px;
}
.mad-pagination {
  width:100%;
  padding: 5px 15px;
  margin-bottom: 25px;
	clear: both;
}
.page-template-category-page .pagination {
  font-size: 16px;
  color: #999999;
  float:none;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}
.page-template-category-page .pagination p {
  margin: 0px;
}
.page-template-category-page .fusion-show-pagination-text .pagination {
  margin-left: 0px;
  margin-right: 0px;
}
.mad-artBtn {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 10px 13px;
  color: #5D9731;
}
.mad-artBtn:hover {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 12px 10px;
  background-color: #eeeeee;
  font-weight: bold;
  color: #5D9731;
}
.mad-buttons {
  display: inline-block;
  margin-top: 30px;
  width:25%;
  height: 50px;
  margin-right: 40px;
  border-bottom: 2px solid #5D9731;
  margin-bottom:20px;
}
.page-template-category-page article {
  clear: both;
	min-height: 310px;
}
.articles {
  margin: 20px 0px;
}
.mad-photo {
  float:left;
  display: inline-block;
  margin-top:0px;
  margin-bottom:20px;
  width:38%;
  margin-right: 4%;
}
.mad-article {
  float:left;
  display: inline-block;
  margin-top:0px;
  margin-bottom:20px;
  width:57%;
  min-height:250px;
}
.mad-arrowLeft {
  float:left;
  width:3%;
  text-align:left;
  border-right: 1px solid #e6e6e6;
}
.mad-arrowRight {
  float:right;
  width:3%;
  text-align:right;
  border-left: 1px solid #e6e6e6;
}
.mad-pagiText {
  width:94%;
  display:inline-block;
  text-align:center;
  font-weight: bold;
}
.page-template-category-page .fusion-footer {
	z-index: 3;
	position: relative;
}
</pre></body></html>