@charset "utf-8";
/* global */

#content p {
	font-size: 19px;
	line-height: 32px;
}
#content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#content ul li {
	margin-bottom: .3rem;
}
#content ul li::before {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right: .5rem;
	color: #009fff;
	font-size: 16px;
}
.gfield_label {
	color: #009fff;
}
.gform_fields li::before {
	display: none !important;
}
#gform_submit_button_1 {
	border: none;
	display: inline-block;
	background: #009fff;
	color: #fff;
	padding: 1rem 1.5rem;
	text-transform: uppercase;
	font: 18px "Roboto";
	font-weight: 600;
}
.wrapper {
	padding: 0 !important;
}
.home .entry-header {
	display: none;
}
#content a {
	color: #000;
	text-decoration: none !important;
	font-weight: 500;
}
h1, h2, h3, h4, h5, h6 {
	
}

/* navbar */
#wrapper-navbar {
	background: url("images/bg-header.jpg") no-repeat center top /cover;
	border-bottom: solid 2px #c70e38;
	padding-top: 1.3rem;
}
#action {
	float: right;
	text-align: right;
	color: #fff;
	font-size: 30px;
	margin-bottom: 1.2rem;
}
#action .social a {
	font-size: 36px;
	color: #fff;
	margin-left: 10px
}
#action .location span {
	display: block;
	font-size: 24px;
	margin: -5px 0px 5px 0px;
}
.bg-overlay {
	background: rgba(255, 255, 255, 0.7);
}
.nav-link {
	color: #000a25 !important;
	font-size: 26px !important;
	font-weight: 500 !important;
}
.navbar-nav .dropdown-menu {
    columns: 3;
    column-gap: 40px;
    width: 800px;
    padding: 25px;
    background: rgba(20,20,20,.92);
    border: 0;
    border-radius: 0;
    margin-top: 10px !important;
}
.navbar-nav .dropdown-menu a {
    color: #fff;
}
.navbar-nav .dropdown-menu li {
    break-inside: avoid;
    margin-bottom: 0px;
}
.navbar-nav .dropdown-menu a {
    display: block;
    padding: 6px 0;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #fff !important;
    background: transparent !important;
}

#cats {
	text-align: center;
}
#cats h1 a {
	font-size: 24px;
	font-weight: normal;
	display: block;
	text-decoration: none;
	color: #856f54;
	margin: 1.5rem 0 0 0;
}

#gallery {
	padding: 80px 0px;
	text-align: center;
}
#gallery h1 {
	font-size: 36px !important;
	font-weight: normal;
	color: #fff;
	margin-bottom: 40px;
}
#gallery .box {
	background: rgba(133, 111, 84, .9);
	width: 60%;
	margin: 0 auto;
	padding: 30px 0px;
}
.link-gallery {
	background: #c60e3b;
	font-size: 30px;
	color: #fff !important;
	padding: 15px 20px;
}

#banner {
	margin-bottom: 1rem;
}
#banner img {
	width: 100%;
}

#wrapper-footer-full {
	font-size: 18px;
	background: url(images/bg-footer.jpg) no-repeat center top /cover;
	padding: 40px 0px;
	color: #fff;
	margin-bottom: -15px;
}
#wrapper-footer-full a {
	color: #fff;
	text-decoration: none;
}
#wrapper-footer-full ul {
	margin: 0;
	padding: 0;
	list-style: none;
}



@media (max-width: 1199px) {
.navbar-nav .dropdown-menu {
    columns: 2;
    width: 600px;
}
}

@media (max-width: 991px) {

  .navbar .dropdown-menu {
    columns: 2;
    min-width: 100%;
    width: 100%;
  }

}

@media (max-width: 767px) {

  .navbar .dropdown-menu {
    columns: 1;
    width: 100%;
    padding: 15px;
  }

}