/*--------------------------------------------------------------
# color 1, 	black: 	#333
# color 2, 	red: 		#fc5b4c, #e23e2f
# color 3,  gray:   #666
--------------------------------------------------------------*/



/*--------------------------------------------------------------
## Custom cookies alert
--------------------------------------------------------------*/
.cn-button.bootstrap  {background-color: #FFF000 !important; }


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/




html, body {
	background: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	color: #333;
	font-size: 15px;
	height: 100%;
}

a {
	transition: all .25s ease-in-out;
	color: #333;
}

.site-logo__claim a {
	transition: all .25s ease-in-out;
	color: rgba(64,64,64,1);
}

.site-logo__claim a:hover {
	transition: all .25s ease-in-out;
	color: rgba(64,64,64,.72);
}

a:hover {
	text-decoration: none;
	color: #333;
}

p {
	margin-bottom: 1.5rem;
}

h1 {
	font-size: 2.1rem;
}

h2 {
	margin: 2rem 0;
	font-size: 1.74rem;
}

table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
}

table td, table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}

table th, table tr:first-child td {
	color: #fff;
	background-color: #343a40;
	border-color: #454d55;
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
	white-space: nowrap;
}

/*--------------------------------------------------------------
# WP specific
--------------------------------------------------------------*/

.admin-bar #site-header {
	top: 32px;
}

/*--------------------------------------------------------------
# Nav
--------------------------------------------------------------*/

#site-nav {
	padding-left: 0;
	padding-right: 0;
}

#site-nav .navbar-toggler {
	margin: 0;
	padding: 0;
	border: 0;
	color: #222;
	text-transform: uppercase;
	font-size: .75rem;
	transition: all .25s ease-in-out;
	position: relative;
}

#site-nav .navbar-toggler:hover {
	opacity: 0.72;

}

#site-nav .hamburger.is-active:hover, #site-nav .hamburger:hover {
	opacity: 1;
}

.navbar-toggler:hover .hamburger-inner, .navbar-toggler:hover .hamburger-inner:after, .navbar-toggler:hover .hamburger-inner:before {
	opacity: 1;
}

#site-nav .hamburger {
	padding: 0px;
}

#site-nav .nav-link {
	text-align: right;
	color: #222;
	font-size: 1.25rem;
	border-bottom: 1px solid #eee;
}

#site-nav .nav-link:hover {
	background: #FFF000;
	padding-right: 1rem;
}

#site-nav .nav-link:focus {
	outline: none;
}

#site-nav .nav-item.show > .nav-link {
	background: #FFF000;
	padding-right: 1rem;
}

#site-nav .dropdown-menu {
	border-radius: 0;
	margin: 0;
	padding: 0;
	border: 0;
	background: #eee;
}

#site-nav .dropdown-menu .nav-link {
	padding: .25rem 1rem;
}

#site-nav .dropdown-menu .nav-link:hover {
	background: #ddd;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

#site-header {
	width: 100%;
	background: #fff;
	max-height: 100vh;
	overflow: auto;
	box-shadow: 4px 0px 4px #aaa;
}

#site-header .navbar-brand {
	margin-right: 0;
}

#site-header .logo {
	max-height: 48px;
	margin-right: 0;
}

#site-main {
	margin-top: 68px;
}

#site-footer {
	padding-top: 2rem;
	padding-bottom: 2rem;
	font-size: .9rem;
	text-align: center;
	background-color: #eee;
	margin-top: 4rem;
}

.site-logo {
	position: relative;
	display: flex;
	gap: 1rem;
	line-height: 1.1;
	align-items: flex-end;
	font-family: 'Times New Roman', Times, serif;
	color:  rgba(64,64,64,1);
	
	
}

.site-logo__image {
	height: 58px;
	width: 58px;
	background-color: #FFF000;
}


.site-logo__prefix {
	margin-top: 0rem;
	margin-bottom: 0rem;
	font-size: .55em;
	font-weight: normal;
}


.site-logo__name {
	margin-top: 0.1rem;
	margin-bottom: 0.1rem;
	font-size: .65em;
	font-weight: bold;
}

.site-logo__claim {
	margin-top: 0rem;
	margin-bottom: .9em;
	font-style: normal;
	font-size: .55em;
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

.entry-slider {
	margin-bottom: 3rem;
}

.entry-slider .slide {
	height: 60vh;
	background-position: center center;
	background-size: cover;
	position: relative;
	display: block !important;
}

.entry-slider .slide-title {
	background: rgba(255,255,255,.75);
	position: absolute;
	bottom: 2rem;
	left: 0;
	right: 0;
	min-height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 4rem;
}

.entry-slider .slide-zoom {
	position: absolute;
	top: 8px;
	right: 8px;
	background: #FFF000;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.entry-slider .slide-next,
.entry-slider .slide-prev {
		display: block;
    position: absolute;
		bottom: 2rem;
    height: 56px;
		z-index: 10;
		background: #FFF000;
		padding: .5rem .25rem;
		border: 0;
		color: #fff;
		cursor: pointer;
		line-height: 56px;
}

.entry-slider .slide-next {
	right: 0;

}

.entry-slider .slide-prev {
	left: 0;
}

.slides-home {
	margin-bottom: 4rem;
}

.slides-home .slide {
	height: 50vh;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.slides-home .slide-title {
	color: #fff;
	font-size: 2.5rem;
	text-align: center;
	text-shadow: 3px 1px 3px #333;
	padding: .5rem 2rem;
	background: rgba(0,0,0,.35);
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+70,fff000+100&0.5+0,0.5+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0.21) 0%, rgba(0,0,0,0.3) 70%, rgba(255,240,0,0.15) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.21) 0%,rgba(0,0,0,0.3) 70%,rgba(255,240,0,0.15) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.21) 0%,rgba(0,0,0,0.3) 70%,rgba(255,240,0,0.15) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#80fff000',GradientType=0 ); /* IE6-9 */
	margin: 0 auto;
	position: absolute;
	top: 0;
    left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;

}

.slides-home .slide-title a {
	color: #fff;
}

.slides-home .slide-next,
.slides-home .slide-prev {
	box-shadow: 0px 0px 4px rgba(0,0,0,.4);
		display: block;
		visibility: hidden;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
		z-index: 10;
		border-radius: 0;
		background: #FFF000;
		border: 0;
		padding: .5rem;
		color: #fff;
		cursor: pointer;
	transition: all 0.3s;
}

.slides-home .slide-next {
	right: 0;

}

.slides-home .slide-next:hover {
	transform: translate(10px, -50%);
}

.slides-home .slide-prev {
	left: 0;
}

.slides-home .slide-prev:hover {
	transform: translate(-10px, -50%);
}

.slides-sector {
	margin-left: -15px;
}

.slides-sector .arrow-box {
	margin-left: 15px;
	width: -webkit-calc(100% - 15px) !important;
  width:    -moz-calc(100% - 15px) !important;
  width:         calc(100% - 15px) !important;
	margin-bottom: 0;
}

.references-slider {
	margin-left: -15px;
}

.references-slider .item a {
	height: 120px;
	display: flex;
	align-items: center;
}

.references-slider .arrow-box {
	margin-left: 15px;
	width: -webkit-calc(100% - 15px) !important;
  width:    -moz-calc(100% - 15px) !important;
  width:         calc(100% - 15px) !important;
	margin-bottom: 0;
}

.references-slider .content {
	text-shadow: 3px 1px 3px #333;
}

/*--------------------------------------------------------------
# Service boxes
--------------------------------------------------------------*/

.services-grid ul {
	list-style-type: none;
	padding: 0;
}

.service {
	font-size: 1rem;
	display: block;
	text-align: center;
	border: 1px solid #ccc;
	padding: 1rem .5rem;
	box-shadow: 4px 3px 2px #ccc;
	margin-bottom: 2rem;
}

.service:hover {
	text-shadow: none;
	background: #FFF000;
}

.service .service-title {
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}

.service .service-icon {
	color: #ccc;
}

.service:hover .service-icon  {
	color: #222;
}

/*--------------------------------------------------------------
# Archive items
--------------------------------------------------------------*/

.archive-item {
	display: block;
	border: 1px solid #ccc;
	height: 100%;
	position: relative;
	box-shadow: 2px 2px 2px #aaa;
}

.archive-item-title {
	/*background: #FFF000;*/
	background-image: linear-gradient(to bottom, #FFF000 50%, #FFFFFF 50%);
  background-size: 100% 200%;
	padding: .5rem 1rem;
	font-size: 1rem;
	text-align: center;
	transition: background-position .21s;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.archive-item:hover .archive-item-title {
	 background-position: 0 100%;
	 text-shadow: none;

}

/*--------------------------------------------------------------
# Misc
--------------------------------------------------------------*/

.arrow-box {
	padding: 1rem 3rem 1rem 1rem;
	display: block;
	text-align: left;
	border: 1px solid #ccc;
	font-size: 1.25rem;
	position: relative;
	margin-bottom: 2rem;
}

.arrow-box.bg-image {
	background-position: center center;
	background-size: cover;
}

.arrow-box::after {
	content: "\f054";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	background: #FFF000;
	padding: 0 .75rem;
	color: #fff;
	font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 2rem;
	z-index: 2;
}

.arrow-box.bg-image::before {
	content: '';
	display: block;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 0;
}

.arrow-box.bg-image .content {
	position: relative;
	z-index: 1;
}

.ribbon {
	position: absolute;
	top: 50%;
	left: -16px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: #FFF000;
	width: 80px;
	padding-left: 16px;
	height: 64px;
	line-height: 64px;
	border: 1px solid #ded102;
	font-size: 2rem;
	color: #222;
	display: none;
}

.ribbon::before {
	display: block;
	width: 15px;
	height: 0px;
	position: absolute;
	bottom: -9px;
	left: -1px;
	content: "";
	border-bottom: 8px solid transparent;
	border-right: 15px solid #ded102;
	z-index: 100;
}

.text-shadow:hover {
	text-shadow: 0px 0px 2px #FFF000;
}

.text-shadow {
	transition: text-shadow .25s ease-in-out;
}

.text-lg {
	font-size: 1.5em;
}

.text-white {
	color: #fff;
}

.map {
	height: 60vh;
	width: 100%;
}

.map iframe{
    height:100%;
    width:100%;
}

.featured-image {
	height: 30vh;
	background-size: cover;
	background-position: center center;
}

.entry-title {
	background: #FFF000;
	padding: 1rem 0 .5rem 0;
	font-weight: 300;
	margin-bottom: 2rem;
}

.bg-gradient {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eeeeee+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}

.screen-reader-text {
	display: none;
}

.img-zoom {
	overflow: hidden;
	background: #188518;
}

.img-zoom img {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.img-zoom:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.img-fade-color img {
	filter: gray; /* IE5+ */
	-webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
	transition: all 0.9s;
}


.img-fade-color:hover img {
	filter: none;
	-webkit-filter: grayscale(0);
}

.filters select {
	display: inline-block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
	background-size: 8px 10px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.filters {
	background: #222;
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
}

.filters .toggler {
	color: #fff;
	text-align: right;
	padding: .5rem 0;
	font-weight: bold;
	cursor: pointer;
}

.filters .navbar-collapse {
	position: absolute;
	background: #222;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 100;
}

.filters .nav-link {
	background: transparent;
	padding-left: 1rem;
}

.filters .nav-link.active {
	color: #FFF000 !important;
}

.filters .dropdown-menu {
	border-radius: 0;
	background: #555;
}

.filters .dropdown-menu a {
	display: block;
	padding: .2rem .5rem;
	color: #eee;
}

.dropdown-menu.menu-right {
	left: auto;
	right: 0;
	text-align: right;
}

.nav-links {
	margin: 2rem 0;
	display: flex;
  justify-content: space-between;
}

.nav-links .nav-previous a,
.nav-links .nav-next a {
	padding: .5rem 1rem;
	display: block;
	background-color: #FFF000;
	text-transform: uppercase;
}

.wp-block-media-text {
	display: block;
	align-items: stretch;
}

.entry-content ul, .entry-content li {
	list-style: square;
}

.wp-block-media-text .wp-block-media-text__content {
		padding: 0;
}

.entry-content a {
	text-decoration-line: underline;
	text-decoration-thickness: 3px;
	text-decoration-color: #FFF000;
	text-underline-offset: 6px;
}

.entry-content a:hover {
	text-decoration-color: #aaa; 
	color: #495057;
}


.wp-block-file__button {
	background-color: #fff000;
	color: #333 !important;
	text-decoration: none !important;
}

.wp-block-file__button:hover {
	background-color: #d3cfcf;
	color: #333 !important;
	text-decoration: none !important;
}

.has-media-on-the-right .wp-block-media-text__content {
	padding: 2rem 2rem 2rem 0;
}

.sr-enabled {
	visibility: hidden;
}

.wp-block-media-text__media {
	box-shadow: 2px 4px 4px #aaa;
}

.wp-block-media-text__media img, .wp-block-image img {
	display: block;
	height: auto;
	max-width: 100%;
}

.wp-block-image figcaption {
	text-align: left;
}

.shuffle-item {
	margin-bottom: 30px;
}

h1 .fas {
	margin-right: 1rem;
	transition: transform .3s ease-out;
  	display: inline-block;
}

h1 a:hover .fas {
	transform: translate(-5px, 0);
}

button:focus {
	outline: none;
}

@media screen and (orientation:landscape) {
	#post-89 .featured-image {
		height: 70vh;
	}
}
