/*
Theme Name: SDA Church Theme
Theme URI: https://oceanwp.org/
Description: Lamiria Tech Solutions
Author: Lawi Robert Nyamega
Author URI: https://lamiria.co.tz
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


/*#content-wraper{
    display: flex;
}
#outer-wrap{
    width: 86%;
}*/
/*//** Right Fixed Bar */
#right-fixed-bar {
    position: relative;
    top: 0;
    right: 0;
    width: 14%;  /* Occupying 14% of screen width */
    z-index: 1000; /* Ensure it's on top of other content */
    display: flex;
    justify-content: center; /* Center logo horizontally */
    align-items: flex-start; /* Align content at the top */
    padding-top: 20px; /* Space at the top */
    margin: 0; /* Remove margin */
    background-color:#3F7F8C;
}

/* Logo inside the right bar */
#right-fixed-bar .logo {
    width: 80%;  /* Adjust logo width as needed */
    display: flex;
    justify-content: center;
}*/*/

/* Font for titles - updated*/
.MainTitle{
     font-size: 4em !important;
     font-weight: normal !important;
}
.infospan{
    position: absolute;
    right: 0;
}
 #footer_section, body {
     font-family: 'Advent Sans', sans-serif !important;
                                                
        }

#mission,#vision, #method{
   filter: brightness(0) saturate(100%) invert(43%) sepia(74%) saturate(275%) hue-rotate(143deg) brightness(90%) contrast(93%) !important;
}

.top-bar-nav{
  position: absolute;
  right: 0 !important;
}

.search_events .search-form-container{
    display: none !important;
}

/* Plugin Final Tiles CSS customizations - Photo gallerly */
/* Header/title font size*/
.photogallerly{
   font-size: 2em !important;
   margin-top: -35px !important;
}


/* Plugin WP-Events CSS customizations */

/* Properties of date box in events*/
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date .wpem-event-date-type .wpem-from-date {
    display: inline-block;
    float: left;
    text-align: center;
    background: #3F7F8C;
    padding: 10px 15px;
    width: auto;
    height: auto;
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 4px;
    box-shadow: 5px 3px 15px rgba(0,0,0,.2);
}
/* Hiding a category link - upcoming events */
div .wpem-event-type{
    display: none !important;
}
/* Changing the date colour to white*/
.wpem-date {
    color: white !important;
}

/* Changing the date box text colour to white*/
.wpem-date {
    color: white !important;
}

/* Changing the date box month colour to white*/
.wpem-month{
    color: white !important;
    font-size: 1em !important;
}
/* Changing the mouse over background colour of the event box*/
.wpem-event-layout-wrapper:hover{
 background-color: #f5f5f5;

}

/* Overriding grid css fo large screen size of the event box size to 25% */

@media only screen and (min-width: 768px) {
.wpem-col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.eael-filterable-gallery-item-wrap{
     max-width: 25%;
}
}

@media only screen and (min-width: 2399px) {
    .elementor-element.elementor-element-26eba1b .eael-filterable-gallery-item-wrap {
        width: 25%;
    }
}

/* Plugin Youtube Feeds CSS customizations */

/*Youtube Feeds Header/title */
.sby-header-type-text{
    font-size: 2em !important;
}

/*Youtube Feeds Header/title */
.fbdl-title svg{
    display: none !important;
}

#filebird-document-library div.fbdl-search-control .fbdl-title h2 {
    font-family: 'Advent Sans', sans-serif !important;
    font-size: 2em !important; 

}

/* Copyright Footer grid style*/

/* For tablets and larger screens */
@media (min-width: 768px) {

#copyright{

    display: flex !important;
    justify-content: center !important;
}
/* Space between the Divs*/
.Church {
    padding-left: 1em;
}
 .Developer {
    padding-left: 1em !important;
}
} 

/* For mobile phones only */

@media (max-width: 767px) {



} 
/* removing logo and the right bar */
#right-fixed-bar .logo {
  display: none;
}

#right-fixed-bar{
  display: none;
}

.sendbtn{
    color:blue;
    background-color: darkred;
}

