/**
 * Theme name: Beverly Jordan Child Theme custom theme
 * Template: twentytwentyfive
 * Description: Custom child theme for the freddiebisreal website.  This is based off the twentytwentyfive theme.
 * Version: 1.0.0
 * Author: Beverly Jordan
*/

 /* post list controls */
.postlist {
    padding: 20px !important;
    border-bottom: solid 1px #228B22;
}

.fa-microphone {
    color: #1eb1e6;
}

.postlist li {
    margin-top: 0;
}
/* zebra styling for blog post list */
.odd {
    background-color: #F4F4F4 !important;
}
.odd, .even {
    margin-top: 0;
}

/* employment-dates custome field on blog page */
.postDate {
    color: #1eb1e6;
    font-weight: bold;
    font-style: italic;
}

/* Nav */
.nav  {
    position: fixed important;
    top: 0%;
    width: 100%;
    height: 100x;
    border-bottom: 1px solid #4EA2D4;
    box-shadow: px 1px 8px #AADCFD;
    z-index: 1000;
    transition: top 0.8s ease, opacity 0.7s ease;

.nav div div {
    padding: 0!important;
}
.nav a {
    text-decoration: none;
}
.videoBtn a {
    background-color: #FFFFFF;
    border-radius: 8px;
    border: solid 1px #A9A9A9;
    padding: 4px 8px; 
}
.videoBtn a:hover {
    background-color: #212f54;
    border: solid 1px #A9A9A9;
    color: #FFFFFF;
}

/* Hero*/
.hero {
    margin-top: 74px !important;
}
.hero div div {
    max-width: 1200px;
    gap: 2em;
    justify-content: center;
}
.hero .colText {
    text-align: center;  
}
.hero .colPic {
    max-width: 170px;
    min-width: 150px;
}
    
 /* hero button */
.btnWrapper a {
        background-color: rgb(255, 255, 255, .8);
        border: none;
        border-radius: 4px;
        box-shadow: 4px 4px 4px #005177!important;
        color: #2abadf;
        font-size: 1rem;
        padding: 5px 10px;
        margin: .75rem auto 0;        
}
.btnWrapper a:after {
    font-family: FontAwesome;
    font-weight: 900;
    content: "\f101";
    display: inline-block;
    padding-left: 6px;
}

@media screen and (min-width: 780px) {
    .hero {
         margin-top: 88px !important;
    }
    .hero div div {
        justify-content: flex-start;
    }
    .hero .colText {
        text-align: right;  
    }
}

/* Admin welcome panel*/
.welcome-panel { /* the panel itself */
    border-radius: 20px;
    background-color: #5A6B5E;
    background-image: url('.../images/bgl.png'), linear-gradient(#11364a, #0b7da5);
    font-family: Arial, Helvetica, sans-serif;
    }
.welcome-panel-content {
    padding: 2em;
	gap: 1em;
	justify-content: flex-start;
	min-height: auto;
}
.welcome-panel p {
	color: #fff;
	font-size: 18px;
	margin: 0 0 10px;
}
.welcomeBtns {
	display: flex;
	gap: 2em;
}
.welcomeBtns a {
	border-radius: 6px!important;
	box-shadow: 2px 2px 4px rgba(0,0,0,.6);
}
.welcome-panel-close:hover { /* dismiss button right */
	color: #69ea2f;
}
