/*
Theme Name: Divine Morality Child
Template: divine-morality
Version: 1.0.0
*/
/* Add your custom styles here */

section#custom_html-2 {
    padding: 0px;
}
.d-none{
	display: none;
}

.contact_us_form input[type="checkbox"] {
    margin-left: -18px;
}


.newsForm .wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.form-check-input {
    position: relative;
    margin-top: .3rem;
    margin-left: -2.25rem;
}

.newsForm input.wpcf7-form-control.wpcf7-submit.has-spinner {
    outline: unset;
    background: #D8D1B2;
    border: 1px solid #8F8B78;
    font-size: 0.8125rem;
    color: #4F4A30;
    border-radius: 1rem;
    padding: 10px 10em;
}

.contactForm input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    text-transform: uppercase;
    color: #4F4A30;
    font-size: 0.875rem;
    outline: unset;
    border: 1px solid #8F8B78;
    border-radius: 15px;
    background: #D8D1B2;
    padding: 0.8125rem 0;
    
}

ul.sub-menu {
    opacity: 0;
    display: none;
    position: absolute;
    left: 0;
    background: #fff;
    padding: 10px 20px;
    border: 1px solid #949494;
    min-width: 320px;
}
 
.menu-item-has-children:hover ul.sub-menu {
    display: block;
    opacity: 1;
}
 
ul.sub-menu li {
    line-height: 28px;
    margin-block: 4px;
}
 
ul.sub-menu li a {
    font-size: 16px;
    line-height: 2rem;
}
 
ul.sub-menu li:hover {
    text-decoration: underline;
}

ul.sub-menu li a {
 color: #000 ! important;
}

.glossaryText ul li {
    color: #4F4A30;
    font-size: 25px;
    font-family: 'Cormorant Garamond';
    width: 98%;
}
section.librariesInner.ScripturesInner a {
    color: var(--black);
    text-transform: capitalize;
    font-size: 0.875rem;
    border: 1px solid var(--black);
    border-radius: 50px;
    padding: 0.875rem 2em;
    display: inline-block;
}

.ScripturesInner .btn-group {
    gap: 12px;
    align-items: center;
}

section.librariesInner.matthew-5-verses p {
    color: #4F4A30;
    font-size: 1.75rem;
    font-family: 'Cormorant Garamond';
    /* width: 98%; */
}

section.librariesInner.ScripturesInner .librariesHeadings {
    border: 1px solid #000;
    padding: 29px;
    height: 100%;
}

.librariesHeadings p {    color: #4F4A30;
    font-size: 17px;
    font-family: 'Cormorant Garamond';

}


section.librariesInner ul.librariesText li {
    color: #4F4A30;
    font-size: 25px;
    font-family: 'Cormorant Garamond';
}
section.librariesInner.matthew-5-verses ul li a {
    color: var(--black);
    text-transform: capitalize;
    font-size: 25px;
    line-height: 1.1;
    font-weight: 400;
    font-family: "Cormorant Garamond", serif;
    line-height: 3rem !IMPORTANT;
    text-decoration: underline 1px !important;
}

section.librariesInner.matthew-5-verses ul li a:hover {
  text-decoration: underline 1px !important;
    
}
section.librariesInner.matthew-5-verses ul {
    list-style: auto;
}

.matthew-5-verses ul {
    column-count: 3;
}


.alphatab ul {
    display: flex;
    width: 80%;
    text-align: center;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}

.alphatab ul li a {
    text-align: center;
    /* padding: 23px; */
    text-transform: capitalize;
    border: none;
    color: #000;
    text-align: center;
    width: 100%;
}



.alphatab ul li {
    padding: 20px;
    text-transform: capitalize;
    border: 1px solid;
    text-align: center;
    /*width: 69%;*/
    /* margin: 10px 8px; */
    margin-bottom: 6px;
    background-color: #fff;
}

.alphatab {
    margin-bottom: 20px;
}

section.librariesInner.matthew-5-verses h3 {
    font-family: 'Cormorant Garamond';
    color: #4F4A30;
    font-size: 25px;
}

.mgtop {
    margin-top: 100px;
}

.glossaryText h2 {
    text-transform: capitalize;
}


.alphatab.sticky-top {
 top: 45rem;
background: #00000026;
padding: 1.4rem .3rem 1rem;
}


header.fixed.sticky .headerLogo a img {
    max-width: 70%;
}

div#z {
    margin-bottom: 16rem;
}



.alphatab.sticky-top{ bottom: -72px; background: #000; padding: 1.4rem .3rem 1rem; position: fixed; width: 100%; height: initial; top: initial; margin-bottom: 0; left: 0; transition:all 0.3s ease; }
.alphaSticks{ background: #000; width: 80px; height: 80px; border-radius: 100%; display: flex; justify-content: center; position: absolute; left: 0; right: 0; margin: auto; top: -2rem; }
.alphaSticks svg{ width: 25px; height: 25px; fill: #fff; margin-top: 0.4rem; transform: rotate(180deg); cursor: pointer; transition:all 0.3s ease; }
.alphatab.open { bottom: 0px; }
.alphatab.open .alphaSticks svg{ transform: rotate(0deg); }
.alphatab ul li{ padding: 5px 10px; }

.mainBox a {
    font-size: 22px;
    color: var(--black);
    text-align: center;
    display: block;
    margin: 0;
    font-weight: bold;
    font-family: 'Cormorant Garamond';
}