/* CSS STYLES FOR THE ENTIRE SITE SHOULD BE ADDED HERE  */

/* General */

.py-3{margin-top:2rem;margin-bottom:2rem;}
p + p {
    margin-top: 30px;
}
/* Header */
.bg-naomi.rd-navbar{
	background:#009d04;
}
nav.rd-navbar{z-index:150;}
.rd-navbar-static .rd-navbar-nav-wrap, .rd-navbar-fullwidth .rd-navbar-nav-wrap {
    padding-right: 0px;
}
.minimal .rd-navbar-nav > li > a {
    color: #fff;
    font-size: 14px;
}
.rd-navbar-static .rd-navbar-nav > li.active > a,.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav > li.active > a, .rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav > li.active > a{
	color:#fff;
}
@media (min-width: 1200px){
	.rd-navbar-static .rd-navbar-nav, .rd-navbar-fullwidth .rd-navbar-nav {
		margin-right: 0; 
	}
}
.minimal .rd-navbar-brand .brand-name al{
	font-size:24px;
}
.minimal .rd-navbar-brand .brand-name {
	color: #fff;
	white-space: nowrap;
}
@media (max-width:500px){
	.minimal .rd-navbar-nav > li > a {
		color: #4d4d4d;
	}
	.minimal .rd-navbar-brand .brand-name {
		font-size:28px;
	}
	.minimal .rd-navbar-brand .brand-name al{
		font-size:16px;
	}
}
/* Frontpage Logos */

.flexx-row{display:flex;justify-content: space-between;}
.flexx-row > div{display:flex;align-items:center;padding:0 1em;}

/* Frontpage Slideshow */

.cycle-slideshow figure{
	position:relative;
}
.cycle-slideshow h2{
	color:#fff;
}
.cycle-slideshow figcaption{
	text-transform:none;
	position:absolute;
	left:50%;
	top:70%;
	transform:translate(-50%,-30%);
	padding:1em 1.3em;
	background: rgba(28,28,30,.6);
	color:#fff;
}
.cycle-slideshow figcaption p{
	margin-top:0;
}
.home-caption{
	min-width:50%;
}
@media(max-width:600px){
	.home-caption{
		display:none;
	}
}


/* 3 Ctas */
figure.effect-apollo{
	overflow: hidden;
	position:relative;
	background:#000;
}
figure.effect-apollo img{
	opacity:0.95;
}
figure.effect-apollo:hover img{
	opacity:0.5;
}
figure.effect-apollo figcaption h3{
	text-transform: none;
	position:absolute;
	top:45%;
	color:#fff;
	left:50%;
	transform: translate(-50%,-50%);
	z-index:100;
}
figure.effect-apollo figcaption a{
	text-transform:none;
	position:absolute;
	transform: translate(-50%,-50%);
	z-index:100;
	top:60%;
	border: 1px solid #fff;
	padding:.8em 2em;
	color:#fff;
	opacity:0;
}
figure.effect-apollo:hover figcaption a{
	opacity:1;
}

figure.effect-apollo figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
figure.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

/* Picture Home */

figure.picture-home{
	position:relative;
}
figure.picture-home figcaption{
	text-align: center;
	text-transform:none;
	color:#fff;
	width:auto;
	max-width:95%;
	position:absolute;
	top:70%;
	left:50%;
	transform:translate(-50%,-50%);
	background: rgba(28,28,30,.6);
	padding:.4em 1.5em;
}
figure.picture-home figcaption p{
	margin-top:0;
}
figure.picture-home div.kenen{
	position:absolute;
	bottom:5px;
	left:10px;
	font-size:12px;
	font-style:italic;
	color:#fff;
}
@media(max-width:600px){
	figure.picture-home figcaption{
		width:80%;
	}
	.picture-home h2{
		font-size:14px;
	}
}

/* Contact Page */

.contact_bg{
	background-image:url(../imgs/contact_bg.jpg);
	background-size: cover;
	background-position: center top;
}
#map{
	margin-top:2em;
	height:400px;
	width:100%;
	border-radius:1em;
}

/* Jobs Page */

.mmm-btn{
	margin-top:2em;
}
.mmb-btn{
	margin-bottom:2em;
}

/* Footer */
footer{
	color:#B5B4AA;
}
footer h3{
	color:#fff;
	margin-bottom:.3em;
}
.footer-top{
	background-image:url(../imgs/bgtop-footer.png);
	background-position:center top;
	background-size: cover;
	height:185px;
}
.footer-bottom{
	background:#008204;
	padding-bottom:2em;
	margin-top:-1px;
}
.pulse-reverse{
	transform: scale(1);
	transition: transform ease-in-out .5s;
}
.pulse-reverse:hover{
	transform: scale(0.9);
}
@media (max-width:700px){
	footer{
		text-align:center;
	}
	footer h3:not(.first){
		margin-top:1em;
	}
}

/* RESPONSIVE */

@media (min-width:992px){
	.filler{
		display:none;
	}
}

/*  sample of using font awesome 5 , attention font-weight: 900; will be required */
.test:before{font-family:"Font Awesome 5 Free" ; content:'\f2b5'; font-weight: 900;margin-right: 10px;}


/* bootstrap dropdown, hover instead of click */
/* ul.nav li.dropdown:hover ul.dropdown-menu{display: block;} */


/* blog and other pagination */

.pagination > li > a:hover, .pagination > li > span:hover {	
    color: #fff;
    background-color: #75992e;
    border-color: #75992e;
}
.pagination > li > a, .pagination > li > span {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Lora", serif;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 2px solid #f1f1eb;
	white-space: nowrap;
	color: #75992e;
    background-color: transparent;
	border-color: #f1f1eb;
	border-radius: 4px;
	position: relative;
	float: none;
    padding: 0;
    width: 50px;
    height: 50px;
    border-width: 3px;
    font-size: 20px;
    line-height: 45px;
}
.pagination > li > a.next{
	width:auto;
}
li.page-item + li.page-item {
    margin-left: 10px;
}
.pagination > li.active > a{
	color: #fff;
    background-color: #75992e;
    border-color: #75992e;
}
.mb-40{
	margin-bottom:40px;
}


/* .pagination .page-link{color: #c8a039;}
.page-item.active .page-link{background-color: #c8a039; border-color: #c8a039;}
.pagination{width: auto; display: inline-flex;} */

/* SMART CONTENT ELEMENTS */
.smart-content-col-right{padding-left: 0;padding-right: 0;}/* fix */
.smart-content-col-left{padding-left: 0;padding-right: 0;}/* fix */
.smart-content-component-image-slideshow .cycle-slideshow{}
.smart-content-component-image-slideshow .smart-content-cycle-pager{z-index: 150;position: absolute;left:50%;transform: translate(-50%,-100%);}
.smart-content-component-image-slideshow .smart-content-cycle-pager span{font-size: 30px; color: #333333;}
.smart-content-component-image-slideshow .smart-content-cycle-pager .cycle-pager-active {color: red;}
.smart-content-component-buttons ul{list-style:none;display: flex;justify-content: center;}
.smart-content-component-buttons ul li{margin: 0 5px 0 5px;}
.smart-content-component-buttons ul li a{padding: 10px 20px 10px 20px; border: solid 1px #cccccc;border-radius: 5px; }
.smart-content-component-buttons ul li a:hover{border: solid 1px #999999; background: #cccccc;}
/* SMART CONTENT ELEMENTS */
.bg-info{overflow:hidden;} 

/* wp core */
.alignnone { margin: 5px 20px 20px 0;}
.aligncenter,div.aligncenter {display: block; margin: 5px auto 5px auto;}
.alignright {float:right;margin: 5px 0 20px 20px;}
.alignleft {float: left; margin: 5px 20px 20px 0;}
a img.alignright { float: right; margin: 5px 0 20px 20px;}
a img.alignnone { margin: 5px 20px 20px 0;}
a img.alignleft { float: left; margin: 5px 20px 20px 0;}
a img.aligncenter { display: block;  margin-left: auto; margin-right: auto;}
.wp-caption { background: #fff; border: 1px solid #f0f0f0; max-width: 96%; /* Image does not overflow the content area */ padding: 5px 3px 10px; text-align: center;}
.wp-caption.alignnone {   margin: 5px 20px 20px 0;}
.wp-caption.alignleft {   margin: 5px 20px 20px 0;}
.wp-caption.alignright {    margin: 5px 0 20px 20px;}
.wp-caption img {   border: 0 none;   height: auto;   margin: 0;  max-width: 98.5%;  padding: 0;    width: auto;}
.wp-caption p.wp-caption-text {  font-size: 11px;   line-height: 17px;    margin: 0;    padding: 0 4px 5px;}
/* end wp core */

/* contact form 7*/

#fileuploadfield {
    display:none;
}

#uploadtextfield {
  height:18px;
  width:139px;
  padding:22px 25px;
  border:1px solid #707070;
  cursor:pointer;
}

#uploadbrowsebutton {
  height:27px;
  width:147px;
  margin-top:5px;
  text-align:center;
}

 .wpcf7-form label.label-field {position:relative; display:inline-block; width: 100%;}
.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form textarea{width: 100%;padding:10px; border: solid 1px #75992e; color: #000; }
.wpcf7-form input[type=checkbox]{width: 20px; height: 20px; border: solid 1px #75992e; }
.wpcf7-form span.placeholder {padding:10px; pointer-events: none; position:absolute; left:0;top:0;transition: 0.2s; transition-timing-function: ease;  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); opacity:0.5;}
.wpcf7-form .placeholder.placehoder-used { opacity:1; transform: scale(0.75) translateY(-100%) translateX(-30px); font-weight: bold;}
.wpcf7-form input[type=submit]{margin: 10px; padding: 8px 40px;-moz-border-radius:8px;-webkit-border-radius:8px;	border-radius:8px;border:1px solid #999;	display:inline-block;cursor:pointer;background-color: #ccc;font-weight:bold;}
.wpcf7-form input[type=submit]:hover{border:1px solid #999;	background-color: #75992e;color: #fff; font-decoration: underline;}
.wpcf7-form .wpcf7-not-valid-tip{ position: relative; padding: .25rem 1.25rem; border: 1px solid transparent; border-radius: .25rem; color: #721c24; background-color: #f8d7da; border-color: #f5c6cb;}
.wpcf7-form .wpcf7-validation-errors{position: relative; padding: .25rem 1.25rem; border: 1px solid transparent; border-radius: .25rem; color: #856404; background-color: #fff3cd; border-color: #ffeeba;}
.wpcf7-form .wpcf7-mail-sent-ok{position: relative; padding: .25rem 1.25rem; border: 1px solid transparent; border-radius: .25rem;color: #155724;background-color: #d4edda;border-color: #c3e6cb;} 
/* end contact form */




















































