:root{
--blue: #11889c;
--yellow: #ffb600;
--red: #e02a27;
--black: #2f2c2c;
}
body{
margin: 0;
font-family: 'Roboto', sans-serif;
color: var(--black);
}
article.post{
padding: 20px;
background: #fff;
margin: 25px 0;
box-shadow: 0 0 3px #aaa;
border-radius: 5px;
}
article.post h1.entry-title a{
color: #000;
text-decoration: none;
}
.parallax{
height: 240px;
background: #11889C;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}
#parallax h1{
font-size: 4em;
color: white;
}
#footer{
background: var(--wp--preset--gradient--blush-bordeaux);
height: 400px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
#footer #copyright{
margin-top: 25px;
font-size: 21px;
color: #fff;
}
.footer-logos{
display: flex;
align-items: center;
}
.footer-logos > img{
max-width: 150px;
margin: 0 10px;
}
*{
box-sizing: border-box;
}
img {
max-width: 100%;
display: block;
}
.map-wrap{
max-width: 1440px;
margin: 0 auto;
}
.map{
max-width: 720px;
margin: 0 auto;
padding: 20px;
position: relative;
}
.pin{
position: relative;
z-index: 9999;
width: 10px;
height: 10px;
background: var(--red);
border: 1px solid #fff;
border-radius: 100%;
margin: 21% auto 0 auto;
transition: 0.1s ease-in;
}
.pin-wrapper{
position: absolute;
width: 4%;
height: 4%;
max-height: 28.8px;
cursor: pointer;
display: flex;
justify-content: flex-end;
align-items: center;
}
.pin-wrapper:hover > .content{
display: block;
z-index: 99999;
}
.pin-wrapper:hover > .pin{
scale: 1.7;
}
.multi-pin a{
display: block;
margin: 10px;
border-bottom: 1px solid #e1e1e1;
}
.content{
position: absolute;
min-width: 480px;
top: 4px;
left: 100%;
background: #fff;
padding: 10px;
border: 1px solid var(--red);
border-radius: 5px;
margin-left: 2px;
text-decoration: none;
color: inherit;
display: none;
z-index: 999;
}
.content a{
text-decoration: none;
color: inherit;
}
.content h2{
margin: 0;
line-height: 1;
color: var(--red);
font-size: 18px;
}
.content h2 > span{
display: block;
color: #aaa;
font-size: 14px;
font-weight: 300;
margin-top: 3px;
}
.content p{
margin: 10px 0;
font-size: 14px;
line-height: 14px;
}
.content::before{
content: '';
position: absolute;
left: -24px;
top: 0;
border-top: 12px solid transparent;
border-right: 12px solid var(--red);
border-left: 12px solid transparent;
border-bottom: 12px solid transparent;
}
.pin.selected{
background: red;
}
.btn-mobile{
display: none;
border: 0;
padding: 5px 10px;
border-radius: 5px;
background: var(--red);
color: #fff;
} .navigation-wrap{
box-shadow: 0 0 5px #aaa;
}
.navigation-wrap > div{
display: flex;
max-width: 1440px;
margin: 0 auto;
align-items: center;
}
.nav-logo{
width: 10%;
}
.nav-menu{
width: 70%;
}
.nav-menu ul{
margin: 0;
padding: 0;
text-align: center;
}
.nav-menu ul li{
list-style: none;
display: inline-block;
}
.nav-menu ul li a{
display: block;
text-decoration: none;
color: var(--black);
padding: 10px 25px;
margin: 0 5px;
font-size: 18px;
transition: 0.1s ease-in-out;
text-transform: uppercase;
}
.nav-menu ul li a:hover, .nav-menu ul li.selected a{
background: var(--yellow);
border-radius: 5px;
}
.nav-search{
width: 20%;
}
.nav-logo img{
max-width: 100px;
}
.search-wrap{
background: #f7f7f7;
padding: 5px;
border-radius: 5px;
display: flex;
align-items: center;
}
.search-wrap input{
border: 0;
padding: 5px;
width: 100%;
margin-left: 5px;
outline: none;
font-family: inherit;
background: transparent;
}
.search-wrap form{
display: flex;
width: 100%;
align-items: center;
}
.search-wrap form button{
background: var(--red);
border: 0;
color: #fff;
border-radius: 5px;
padding: 10px;
}
.search-wrap svg{
fill: #aaa;
}
.nav-mobile-menu{
display: none;
padding: 0 10px;
fill: var(--black);
}
.nav-mobile-menu-dropdown{
display: none;
position: absolute;
width: 100%;
height: 100%;
top: 55px;
z-index: 99999999;
background: rgba(0,0,0,0.3);
overflow: hidden;
}
.nav-mobile-menu-dropdown > div{
height: 100%;
background: #fff;
width: 80%;
padding: 10px;
position: absolute;
right: -80%;
animation: slide-right 0.7s forwards;
}
#upform form input, #upform form textarea{
width: 100%;
padding: 10px;
border: 1px solid #aaa;
border-radius: 5px;
}
#upform form textarea{
resize: none;
font-family: inherit;
}
#upform form input[type="submit"]{
cursor: pointer;
border: 2px solid #202020;
font-weight: bold;
background: transparent;
transition: 0.1s ease-out;
max-width: 200px;
}
#upform form input[type="submit"]:hover{
background: var(--yellow);
}
#upform .wpcf7-spinner{
display: block;
margin: 10px auto;
}
#upform .wpcf7-response-output{
margin-top: 0;
text-align: center;
border-color: var(--blue);
color: var(--blue);
}
.search #content{
max-width: 1440px;
margin: 0 auto;
}
.search #content article{
padding: 10px;
border: 1px solid #e1e1e1;
border-radius: 5px;
margin: 10px 0;
}
.search #content article .entry-title{
margin: 0;
}
.search #content article .entry-title a{
color: #000;
}
.post-template-default #content{
max-width: 1440px;
margin: 0 auto;
} .gallery--container{
max-width: 85%;
margin:20px auto;
}
.gallery--container .title{
font-size: 25px;
background-color: #000;
color:#fff;
border-radius: 5px;
margin-bottom: 10px;
text-align: center;
padding:15px;
}
.gallery--container .image-container{
columns:5 250px;
gap:15px;
}
.gallery--container .image-container img{
margin-bottom: 10px;
border-radius: 5px;
width: 100%;
user-drag: none;
-webkit-user-drag: none;
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
cursor: pointer;
transition: 0.2s ease-out;
border: 2px solid transparent;
}
.gallery--container .image-container img:hover{
box-shadow: 0 0 10px #000;
border: 2px solid #fff;
}
.image-viewer{
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 999999;
display: none;
align-items: center;
justify-content: center;
}
.image-viewer #image-overlay{
background: rgba(0, 0, 0, 0.8);
z-index: 300;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.image-viewer .image-content{
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
#image--preview{
max-height: 95vh;
width: 100%;
display: block;
}
#images-slider{
max-width: 1440px;
overflow: hidden;
z-index: 500;
}
#images-slider img{
display: none;
max-height: 100vh;
width: 100%;
-webkit-user-select: none; -ms-user-select: none; user-select: none; animation: fade 1s forwards;
}
#prev, #next{
display: flex;
color: #fff;
position: fixed;
cursor: pointer;
z-index: 600;
width: 50px;
height: 100%;
display: flex;
align-items: center;
transition: 0.1s ease-out;
}
#prev{
left: 0;
}
#next{
right: 0;
}
#loading-wrapper {
width: 1200px;
height: 600px;
display: flex;
align-items: center;
justify-content: center;
background: #fff;
}
#loading{
width: 30px;
height: 30px;
animation: rotate 0.5s linear infinite;
}
#close{
position: fixed;
top: 0;
right: 0;
cursor: pointer;
transition: 0.1s ease-out;
z-index: 999;
display: flex;
color: #fff;
}
#close:hover{
background: rgba(0, 0, 0, 1);
}
@keyframes rotate {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
@keyframes fade {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@media only screen and (max-width: 600px) {
#prev, #next{
position: absolute;
width: 40px;
}
} @keyframes slide-right {
0%{
right: -80%;
}
100%{
right: 0%;
}
}
@media only screen and (max-width: 1120px) {
.nav-mobile-menu{
display: flex;
}
.nav-menu, .nav-search{
display: none;
}
.navigation-wrap > div{
justify-content: space-between;
}
.nav-mobile-menu-dropdown .nav-menu, .nav-mobile-menu-dropdown .nav-search{
display: block;
width: 100%;
}
.nav-mobile-menu-dropdown .nav-menu{
margin-top: 10px;
}
.nav-mobile-menu-dropdown .nav-menu ul li{
display: block;
text-align: left;
}
.footer-logos > img{
max-width: 80px;
}
#footer #copyright{
font-size: 14px;
}
}
@media only screen and (max-width: 600px) {
.nav-logo img {
max-width: 55px;
}
.nav-menu ul li a{
font-size: 14px;
}
.pin-wrapper:hover > .content{
min-width: 180px;
}
.content h2{
font-size: 14px;
}
.content h2 span{
font-size: 11px;
}
.content p{
font-size: 11px;
line-height: 1;
}
.content::before{
left: -12px;
border-top: 6px solid transparent;
border-right: 6px solid var(--red);
border-left: 6px solid transparent;
border-bottom: 6px solid transparent;
display: none;
}
.pin-wrapper:hover > .content.mobile{
z-index: 9999999 !important;
}
.pin{
scale: 1 !important;
}
.content.mobile{
position: fixed;
bottom: 10px;
left: 10px;
top: unset;
margin: 0;
width: calc(100% - 20px);
}
.btn-mobile{
display: block;
}
#container{
padding-top: 55px;
}
#header{
position: fixed;
z-index: 999999;
width: 100%;
background: rgb(255, 255, 255);
}
#nav-mobile-menu-dropdown{
position: fixed;
}
.bdp-post-grid-main, .bdp-list-main, .bdpgridbox-main, .bdp-post-masonry {margin:0;}
}