/*
Theme Name: Biscyane
Theme URI: http://
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 1.0
Author: Raff
Author URI: http://
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */

.modal-body
{
color: #ffffff;
}

.modal-content
{
top: 120px;
}

.modal-header
{
padding: 0px 25px
}
.team-box {
  width: 360px;
}
.news-img-mid ul{
 display: flex;
  width: 58%;
  text-align: center;
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
.team-box {
  width: auto;
}
}

.wp-image-123{
   border: 2px solid #5BAE45;
  border-radius: 10px;
}
span.gfield_required {
    display: none;
}
.single-staff #main article img {
    max-width: 165px;
}
.team-image-box img {
    object-fit: fill;
}
rs-sbg {
    position: relative;
}
rs-sbg:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    background-color: #2a2a2a6b;
}

footer.main-footer {
    padding-bottom: 45px !important;
}
.home .message-president {
    padding-top: 0 !important;
}
.home .shadow-bar {
    display: none !important;
}
.home .container-belwo-slideshow {
    padding: 5% 0 !important;
}
.home .navbar.navbar-default {
    padding-top: 8px !important;
}
.home footer.main-footer {
    padding: 10px !important;
}















