/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Bryan Hadaway
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/bhadaway/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2024.2
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html~
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2024
BlankSlate is distributed under the terms of the GNU GPL
*/

/* Top Header */
.skip-link, .screen-reader-text {display:none}

.leading-paragraph *+p {
    margin-top: 0px;
}
.leading-paragraph p+ol {margin-top:0px}

::selection {
    background-color: #5A7969; /* Yellow background */
    color: white; /* Black text */
}

    
body, html {
    margin: 0;
    padding: 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color:#686867;
    letter-spacing: .02em;
}

body::after {
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    background-color: #5A7969;
    position: fixed;
    bottom: 0;
    left: 0;
}
a.no-style-link {color:#686867}

a:link, a:visited {color:#CB6B4D}
a:hover, a:active, .nav-link:hover {color:#CB6B4D !important}

p:first-of-type {
    padding: 0px;
    margin-top: 0px; /* Ensures the first paragraph retains the default margin */
} 
  
h2 {   font-weight: 700;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 0em;
    color: #173A2B;
    padding: 0px;
    margin-bottom: .5em;
    padding-bottom: 0em;
    display: block;}

h3 {
    /* WHO WE ARE Welcome to the church in Dallas */
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 1.2;
    letter-spacing: 0em;
    color: #173A2B;
    padding: 0px;
    margin-bottom: .5em;
    padding-bottom: 0em;
    display: block;
}


 .eyebrow, .eyeline {
 display: block;
  margin: 0 0 10px 0;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: .775rem;
  color: #CB6B4D;
  text-transform: uppercase;
  letter-spacing: .087rem;
}

em {color: inherit}
h3 .eyeline {background-color:#CB6B4D ;height:4px; width:45px; border-radius: 5px;}
h4 {color: #173A2B; font-size: 1.45rem; font-weight: 600;margin: 0 0  .5em 0; padding-bottom: 0; }
h4 a.no-style-link {color:#173A2B}
h5 {color: #173A2B; font-size: 1.2rem; font-weight: 700;margin: 0 0  .5em 0; padding-bottom: 0;} 



h2 + p, h3 + p, h4 + p {margin:0} 

p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {margin-top:1em}



iframe.children-video { width: 100%;
    aspect-ratio: 16 / 9; /* Maintains a 16:9 ratio */
    height: auto;
    border: none; /* Optional: remove borders */}


/* uk overrides */

.uk-table {border-right: solid 2px #efefef;border-bottom: solid 2px #efefef;}
.uk-table th {background-color:#F4EFE6; color: #222}
.uk-table-divider>:first-child>tr:not(:first-child), .uk-table-divider>:not(:first-child)>tr, .uk-table-divider>tr:not(:first-child)
{border-width:2px}

.uk-table td, .uk-table th {border-left: solid 2px #efefef; padding:8px}

.uk-input, .uk-select:not([multiple]):not([size]) , input, select:not([multiple]):not([size]), input[type="search"]   {
    height: 40px;
    vertical-align: middle;
    display: inline-block;
}
.uk-input, .uk-select, .uk-textarea, input, select, textarea, input[type="search"] {
    max-width: 100%;
    width: inherit;
    border: 0 none;
    padding: 0 10px;
    background: #fff;
    color: #666;
    border: 1px solid #e5e5e5;
    transition: .2s ease-in-out;
    transition-property: color, background-color, border;
}
.uk-input, .uk-textarea, input, textarea {
    -webkit-appearance: none;
}
.uk-input {
    overflow: visible;
}
.uk-checkbox, .uk-input, .uk-radio, .uk-select, .uk-textarea {
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit;
}

.uk-container {
    max-width: 1100px;
}

.uk-section {
    padding: 60px 0
}

.uk-list-divider>:nth-child(n+2) {
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid 2px #D6E0E2
}
.castle-grey .uk-background-muted {background:rgba(255,255,255,.5)}

.snow-white {
	background-color: #FEFCF6;
}

.castle-grey {
    background-color: #F4EFE6
}

.leading-paragraph {font-weight: 500;font-size: 1.1em; line-height: 1.6;}

header#main-header {
    border-top: solid 8px #5A7969;
    background-color: white;
    padding: 20px 0 15px 0;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    position: relative;

}
.logo {
    max-width: 350px;
    margin: 20px 0px 40px 0px;
}
nav {
    display: flex;
    justify-content: center;
}
.nav-item {
    cursor:default;
    position: relative;
    margin: 0 50px;
}
.nav-item::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 20px;
}
.nav-item:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s, visibility 0s;
}
.nav-link, a.nav-link {

    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .02em;
    color: #5A7969;
    text-decoration: none;
    
    cursor: default;
}
a.nav-link {cursor: pointer;}
   /* Your CSS styles go here */
 
 
      .dropdown {
    display: none;
    position: absolute;
    background-color: #fefefe;
    border: 2px solid #f1f1f1;
    min-width: 180px;
    box-shadow: 4px 4px 0px rgba(0,0,0,0.1);
    z-index: 1;
    border-radius: 0;
    top: calc(100% + 10px); /* Changed from 10px to 20px */
    left: calc(100% + 18px);
    transform: translateX(-50%);
    padding: 5px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0s 0.3s;
}
.dropdown::before,
.dropdown::after {
    content: '';
   
    position: absolute;
    top: -10px;
    left: 20%;
    transform: translateX(-50%);
   }

   .dropdown::before {
    top: -7px;
    border-width: 0 7px 7px 7px;
    border-style: solid;
    border-color: transparent transparent #dedede transparent;
}
.dropdown::after {
    top: -5px;
    border-width: 0 5px 5px 5px;
    border-style: solid;
    border-color: transparent transparent #fefefe transparent;
}
.dropdown a {
    color: #5A7969;
    padding: 10px 16px;
    text-decoration: none;
    text-align: left;
    display: block;
    font-size: .875rem;
    font-weight: bold;
	border-bottom: 1px dotted #5A7969;
}
.dropdown a:hover {
    background-color: #f7f7f7;
    color:black
}
.nav-item:hover .dropdown {
    display: block;
}


nav.open-mobile {display: block !important;}
#main-nav #nav-icon1 {
    right: 10px;
    width: 25px;
    height: 20px;
    top:8px;
    position: absolute;
    margin: 13px 5px 10px 0;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

#main-nav #nav-icon1,
#main-nav #nav-icon1 span {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

#main-nav #nav-icon1 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #5A7969;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#main-nav #nav-icon1 span:first-child {
    top: 0
}

#main-nav #nav-icon1 span:nth-child(2) {
    top: 8px
}

#main-nav #nav-icon1 span:nth-child(3) {
    top: 16px
}

#main-nav #nav-icon1.open-mobile span:first-child {
    top: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

#main-nav #nav-icon1.open-mobile span:nth-child(2) {
    opacity: 0;
    left: -30px
}

#main-nav #nav-icon1.open-mobile span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}



#page-header {/* Frame 3 */
    padding: 12px 10px 10px 10px;
    background: linear-gradient(99.18deg, #D6E0E2 74.86%, #FEFCF6 133.44%);
    min-height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    }
#page-header h1 { font-weight: 900; /* Plan Your Visit */

   text-align: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 23px;
    margin:0px;
    color: #173A2B;
    }


    .uk-button, button {background-color:#5A7969 !important; padding: 5px 20px; font-weight: 800; color:#F4EFE6 !important; border-radius: 5px;text-transform: none;letter-spacing: .02em;text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);}
    .uk-button:hover {color: white !important; background-color:#CB6B4D;}

    .meeting-time {font-weight: 600;}
.cta {margin:0px 0px 50px 0px;padding:50px 30px; background-color:#D6E0E2}
.cta h3 {color:#162A2C; font-size: 1.625rem;}
.cta p {color: #162A2C;font-size: 1rem}
.cta .uk-button {background-color: #E2E9EB !important;color:#5E8A93 !important; border: solid 2px white;text-shadow: none; border-radius: 5px; padding: 10px 30px; font-weight: 800;font-size: 1.375em;}
.cta .uk-button:hover {box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);color:#173A2B !important; background-color: white;}

footer {
	background-color: #f7f7f7;
}
footer.uk-section {padding: 30px 0 60px; margin: 0;}
.copyright {font-weight:600 !important;color:#555555 !important; font-size: .875rem;}
.copyright a {color: inherit; text-decoration: underline;}

/* Home */
#home-hero {background-image: url(images/main.jpg);}
#home-hero>div>div {height: 600px}
.home-hero-copy {color: white;font-weight: 600; font-size: 1.95rem;}
.home-hero-copy p {text-shadow: 2px 1px 0 rgba(0,0,0,.4);}
.uk-button.hero-button {background-color:#CB6B4D !important;color: white; padding:7px 25px; text-shadow: 1px 1px 0 rgba(0, 0, 0, .3) !important;border-radius: 10px; text-transform: none; font-size: 1.25rem;text-shadow: none; margin-bottom:0px}

.verse-standout {font-weight: 800; font-size: 1.33rem;color:#5A7969; background: rgba(200,200,200,.17); padding: 25px 20px 10px 20px  !important;border-left: 5px solid #5A7969;margin-bottom:0px}
.verse-standout:last-child {margin:0px}


.verse-standout-quote {color:#5A7969; font-weight: 600; font-size: 1.1rem; padding: 0px 20px 25px 20px !important;border-left: 5px solid #5A7969; background: rgba(200,200,200,.17);margin-top:0px}
.verse-standout-quote::before {content: "\2014";}
.verse-quote {color:#173A2B; font-weight: 600; font-size: 1.1rem;}



.hr-bottom, .section-faq {border-bottom: solid 2px #D6E0E2;}
.section-faq h3 {font-size: 1.5rem;}
.uk-accordion>li {
    margin:0px !important;
    padding: 16px 0px;

}



.uk-accordion .uk-open .uk-accordion-title {font-weight:700}
.uk-accordion .uk-open .uk-accordion-content {padding-left:10px}

.uk-accordion li {border-bottom: solid 2px #D6E0E2}
.uk-accordion-title {font-size: 1rem;}

.uk-accordion-title::before {
  /* icon */
  }
 /* Badge */
.uk-label-warning {
	background-color: #CB6B4D;
}
.uk-card-badge {
	border-radius: 0;
	position: absolute;
	top: 0;
	right: 0;
}

 /* Card and Announcements */

 .uk-panel {border-radius: 15px; background-color:#F4EFE6 ; padding: 1rem 1.3rem 2rem 1.3rem; border: solid 1px #D6E0E2;}
 .uk-panel img {border-radius: 10px;}
 .uk-panel h3, .uk-panel p {color:#173A2B}
 .uk-panel h3 {font-size: 1.4em;}


 .announcements-truth-pursuit {background-color:#F4EFE6 ; padding: 2rem; margin-bottom: 2em;}
.uk-card-header {background-color: #F4EFE6; margin: -1em -1em 1em -1em;border-radius:15px 15px 0 0; height: 100px; }
.cid-cards .uk-card {border: solid 2px #D6E0E2; padding:1em 1em 98px 1em; border-radius: 15px; font-size: .9rem; min-height:560px}
.cid-cards .uk-card img {max-height:100%}
.cid-cards .uk-button  {text-align: center; width: 100%;}
.uk-card-footer {position: absolute;bottom:0px; right:0; left: 0; border-top: solid 2px #D6E0E2;    line-height: 47px;
    font-weight: 700;text-align:center } 

.uk-list-striped>:nth-of-type(odd) {
    background: #F9F7F3;
}
/* .cid-cards img {max-height: 95%;} */

/* fix numbering heights in mystery of human life list */
.uk-list-decimal > ::before {
	margin-bottom: -1.9em;
}


@media screen and (max-width: 960px) {
html {font-size: 14px;}
header#main-header {padding:5px} 
.logo {margin:20px; max-width:180px}

   nav.open-mobile {padding:0 40px 30px 40px}
    /* .dropdown {display: block;position:inherit; border: none; box-shadow: none; padding: 0px; border-radius:0; background-color: transparent; } */
	.dropdown {display: block;position:static;  border: none; box-shadow: none; padding: 0px; border-radius:0; background-color: transparent; width:100%; transform:none}
	
    .dropdown::before,
   .dropdown::after {display: none}
	.dropdown a {width:100%}
    #main-nav a, #main-nav .nav-item {text-align: left;}
   .nav-item {font-size: 1.1rem;line-height:1.5;margin:0px 10px}
   .nav-item .dropdown {
    visibility:visible !important;
    opacity: 1;
    
}
.nav-link {display: block;background-color: white; padding:15px 0px 10px 0px; text-transform: uppercase; letter-spacing: .03em;}
a.nav-link {text-decoration: underline;} 
a.nav-link:after {margin-left:5px;} 
.nav-item {margin-top:10px}
.nav-link, .nav-item a {padding:7px 0px; border-bottom: solid 3px #f2f2f2}
.nav-item .dropdown>a {font-weight: 600; font-size: .875rem; padding-left:7px; text-decoration: none;}
span.nav-link {color:#223436}

#home-hero {height:250px}
.home-hero-copy p {font-size: 1.25rem; margin-bottom:0px; letter-spacing: .03em;}
#home-hero>div>div {height:200px; padding-top:50px}
.uk-button.hero-button {
    
    padding: 10px 15px;
    font-size:.875rem;
    line-height: 1.7;
    
}
h3 {font-size:1.5rem}
h3 .eyebrow  {font-size:.75rem; margin-bottom:10px}


#page-header {/* Frame 3 */
    padding: 12px 10px 5px 10px;
    background: linear-gradient(99.18deg, #D6E0E2 74.86%, #FEFCF6 133.44%);
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    }
#page-header h1 { 

  
    font-size: 1.875rem;
    margin:0px;
    color: #173A2B;
    }


.verse-quote {margin-bottom: 0px}

.uk-button {
    padding: 0px 10px;line-height:2.5;
 

}
.cta {padding:25px 10px}
.cta h3 {
   
    font-size: 1.5rem;
}
.cta .uk-button {
     padding: 5px 15px;
     font-size: 1.25em; line-height: 2;}

     footer.uk-section {
       
        margin: 0 0 20px 0;
        margin-top: 30px;
    }
    .uk-section {
        padding: 30px 0;
    }
    *+.uk-grid-margin, .uk-grid+.uk-grid, .uk-grid>.uk-grid-margin {margin-top:15px}

    }

