/*! 
Theme Name: GeoSolutions 
Theme URI: sample.com
Text Domain: GeoSolutions
Version: 1.1 alpha
Description: Generic Website
Tags: simple, responsive
Author: Angelo Sano
Author URI: sample.com
*/

html{
    font-family: 'Lato', sans-serif;
    height: 100%;
    box-sizing: border-box;
}
html body{
    font-family: 'Lato', sans-serif;
    position: relative;
    margin: 0;
    min-height: 100%;
    padding-top: 70px !important;
    /* padding-bottom: 200px; */
}

a {
    color: #000;
    text-decoration: none;
}


h1,h2,h3,h4,h5,h6{
    font-family: 'Roboto Slab', serif;
    margin-bottom: 1rem;
    font-weight: 700;
}

.navbar{
   /* border-bottom: 5px solid #FC9F33; */
    box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, .15) !important;
    z-index: 2000;
    min-height: 70px;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>a {
    color: rgba(0,0,0,.9);
}

.navbar-light .navbar-nav a {
    color: rgba(0,0,0,.55);
}
.navbar-nav a {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav a {
    display: block;
    padding: .5rem 1rem;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.navbar-nav li{
    position: relative;
}
.navbar-nav li .sub-menu{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 1px 1px 10px rgba(0,0,0,.1);
    list-style-type: none;
    width: 200px;
    border-radius: 5px;
    z-index: 2000 !important;
}

.navbar-nav > .menu-item-has-children:hover > .sub-menu{
    display: block;
}
.navbar-nav .menu-item-has-children .sub-menu > .menu-item-has-children:hover .sub-menu{
    display: block;
}
.navbar-nav .sub-menu  li .sub-menu{
    top: 0;
    left: 100%;
}

.navbar-light .navbar-nav a {
    color: #000;
    font-weight: 500;
}

.current-menu-item > a {
    font-weight: 700 !important;
    /* background: #f96167 !important; */
}


/* Page Header */
section.page-header{
    padding: 20px 0px;
    height: 150px;
    background-size: cover;
    background-position: 30% 30%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

section.page-header.page-header-2{
    min-height: 200px;
}
section.page-header.page-header-2 div{
   color: #fff;
}

section.page-header::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    z-index: -1;
    opacity: .3;
}
section.page-header.page-header-2::after{
    opacity: .6;
}

section.page-header h1,
section.page-header h2{
    color: #fff;
    z-index: 2 !important;
    text-shadow: 2px 2px #000;
    /* text-align: right; */
}

.text-shadow{
    text-shadow: 2px 2px #000;
}

/* Footer */
/* footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #EDEDED;
    border-top: 1px solid #ccc;
} */
footer > div.container{
    padding-top: 30px;
    padding-bottom: 10px;
}
footer .wp-block-columns{
    margin-bottom: 0 !important;
}
footer div.copyright{
    padding: 5px 0px;
    background: #D1D1D1;
    text-align: center;
}

/* .n2-ss-align.n2-ss-align-visible{
    border-bottom: 5px solid #FC9F33;
} */

p {
    margin-bottom: .5rem;
}
.img-fluid{
    max-width: 100%;
    height: auto;
}

/* .blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item{
    flex-grow: 0 !important;
    width: calc(50% - 1em) !important;
} */

/* .blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure{
    height: 90px;
    width: 90px;
} */

.nf-before-form-content .nf-form-fields-required{
    display: none;
}

/* @media only screen and (max-width: 700px) {
    html body{
        padding-bottom: 250px;
    }
  }
@media only screen and (max-width: 600px) {
    html body{
        padding-bottom: 330px;
    }
  } */

.card-post{
    margin-bottom: 10px;
}
a{
    color: #3385ff;
}

img.custom-logo{
    max-height: 45px;
    width: auto;
}