/*
*=================================
* Header related styles below
*
* START
*vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
*
*/

#topmenu #menu-main-header-menu .sub-menu {
    width: 255px;
}
#appeal-message {
    background: #470d0d;
    color: #dedbd2;
    font-family: 'Poppins';
}
#appeal-message div {
    padding: 25px 10px;
}
#appeal-message h2 {
    color: #fec31d;
    margin: 10px 0;
}
#appeal-message .center {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 0;
}
#appeal-left {
    width: 60%;
    display: inline-block;
}
#appeal-right {
    width: 40%;
    display: flex;
    justify-content: flex-end;
}
#appeal-right .appeal-btn a {
    color: #ffffff;
    background-color: #470d0d;
    font-size: 20px;
    font-weight: 600;
    border: 1px solid #fec31d;
    border-radius: 10px;
    padding: 15px 30px;
    text-transform: uppercase;
}
/*#appeal-right .appeal-btn {
    margin: 0 auto;
}*/
#appeal-right .appeal-btn a:hover {
    background: #fec31d;
    color: #470d0d;
}
.head-info-area #eml:hover,
.head-info-area #phn:hover,
.head-info-area #cntctus:hover {
    color: #fec31d;
}
.head-info-area #eml:active,
.head-info-area #phn:active,
.head-info-area #cntctus:active {
    color: #dedbd2;
}
.head-info-area #phn {
    margin-left: 10px;
}

#menu-main-header-menu.menu li:last-child > span {
    padding: 25px 25px;
    display: inline-block;
}

#header-donate-monthly-btn-a {
	padding-top: 10px !important;
    padding-bottom: 0px !important;
    padding-left: 5px !important;
	padding-right: 5px !important;
    margin-right: -19px !important;
	font-size: small !important;
	display:table-cell !important;
}

a#header-donate-monthly-btn-a:hover{
	color:#bf011a !important;	
}

.header-content-right {
    margin-left: -31px !important;
}

.amt-button-background-other a:hover {
	background-color: #bf011a;
}

.amt-button-background-other a {
	background-color: #470d0d;
}


#menu-main-header-menu.menu #header-donate-btn-a,
#footer #leadgen-section #leadgen_form .wpforms-submit-container button.wpforms-submit,
#mobile-header-donate-btn #mobile-header-donate-btn-a {
    color: #ffffff;
    background-color: #470d0d;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 15px 30px;
}

#menu-main-header-menu.menu #header-donate-btn-a:hover,
#footer #leadgen-section #leadgen_form .wpforms-submit-container button.wpforms-submit:hover,
#mobile-header-donate-btn #mobile-header-donate-btn-a:hover {
    background: #bf011a !important;
    color: #ffffff;
}
#menu-main-header-menu.menu #header-donate-btn-a:active,
#footer #leadgen-section #leadgen_form .wpforms-submit-container button.wpforms-submit:active,
,
#mobile-header-donate-btn #mobile-header-donate-btn-a:active {
    color: #fec31d;
    background: #bf011a !important;
}

#menu-main-header-menu.menu {
    display: inline-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-end;
    align-content: space-around;
}

#mobile-header-donate-btn {
    display: none;
    visibility: hidden;
    height: 0;
    width: 0;
}
div#sidr-main {
    border-left: 1px solid #fec31d;
}
div#sidr-main ul#sidr-id-menu-main-header-menu.sidr-class-menu > li.sidr-class-menu-item:last-child {
    background: #470d0d;
}

div#sidr-main ul#sidr-id-menu-main-header-menu.sidr-class-menu > li.sidr-class-menu-item {
    background: #160404;
}
div#sidr-main ul.sidr-class-sub-menu {
    background: #470d0d;
}
@media (max-width: 1023px) {
    #simple-menu {
        height: 120px;
        display: flex;
        align-items: center;
        align-content: center;
        align-self: center;
        margin: 0;
    }
    #sidr-main #sidr-id-header-donate-btn a {
        font-weight: 600;
        color: #470d0d;
        background-color: #fec31d;
        border-radius: 3px;
        text-transform: uppercase;
        padding: 10px 30px;
		display: table;
		margin-bottom:20px;
		margin-left:20px;
    }
    #sidr-main #sidr-id-header-donate-btn a:hover {
        background: #bf011a;
        color: #fec31d;
    }
    #sidr-id-menu-main-header-menu > li:last-of-type {
        margin-top: 20px;
    }
    #mobile-header-donate-btn {
        display: block;
        visibility: visible;
        height: auto;
        width: auto;
    }
}
@media (max-width: 1047px) {
    #footer #leadgen-section #leadgen_form .wpforms-field-container .wpforms-field {
        flex: 2 1 40% !important;
        max-width: 100% !important;
    }
}
@media (max-width: 730px) {
    #footer #leadgen-section #leadgen_form .wpforms-field-container .wpforms-field {
        flex: 2 1 31% !important;
        max-width: 100% !important;
    }
}
@media (max-width: 697px) {
    #footer #leadgen-section #leadgen_form .wpforms-field-container .wpforms-field {
        /* flex: 2 1 45% !important; */
        max-width: 100% !important;
        width: 100% !important;
    }
    #footer #leadgen-section #leadgen_form .wpforms-field-container {
        width: 100% !important;
        flex-flow: column wrap !important;
        align-items: center;
    }
    #footer #leadgen-section #leadgen_form form#wpforms-form-2200 {
        align-items: center !important;
        flex-flow: column wrap;
    }
}
@media (min-width: 1024px) and (max-width: 1199px) {
    .logo img {
        height: 90px !important;
        width: 270px !important;
        vertical-align: middle;
        display: inline-block;
    }
    .header-content-right {
        width: 70%;
    }
}
@media (min-width: 768px) and (max-width: 794px) {
    .header-content-right {
        margin-right: 0;
    }
}
@media (max-width: 395px) {
    .logo .logoimga img {
        height: 80px !important;
        width: 240px !important;
        vertical-align: middle;
        display: inline-block;
        margin-top: 20px !important;
    }
    .head-info-area .left {
        display: none;
    }
}
@media (max-width: 374px) {
    .logo .logoimga img {
        height: 115px !important;
        width: 115px !important;
        vertical-align: middle;
        display: inline-block;
        margin-top: 10px !important;
    }
}
@media (max-width: 419px) {
    .logo img {
        height: 90px !important;
        width: 270px !important;
        vertical-align: middle;
        display: inline-block;
    }
}
/*
*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
* Header related styles END
*===============================
*/

/*
*=================================
* Footer related styles below
*
* START
*vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
*
*/
#footer #footer-cntctus-column .txt-align-center {
    text-align: center;
    margin: 0 auto;
}
#footer #footer-cntctus-column i {
    color: #fec31d;
    font-size: 20px;
    /* position: relative;
    top: -4px; */
    margin: 15px 5px 0;
    display: block;
}
#footer #footer-cntctus-column p {
    margin-bottom: 10px;
}
#footer #footer-cntctus-column a:hover {
    color: #fec31d;
}
#footer #footer-cntctus-column .social-icons {
    text-align: center;
}
#footer #footer-cntctus-column .social-icons a {
    color: #fec31d;
}
#footer #footer-cntctus-column .social-icons a:hover {
    color: #bf011a;
}
#footer .footercols4 {
    padding: 20px 10px 25px;
    display: block;
}
.footer_wrap #copyright .copytext {
    padding: 15px 0;
}
#copyright .social-icons {
    margin: 0 auto;
    width: 40%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
}
#copyright #amt-copyright {
    color: #dedbd2;
    font-family: 'Montserrat';
}
#copyright #amt-copyright #designed-by {
    font-size: 10px;
    color: #160404;
}
#copyright .social-icons a {
    font-size: 24px;
    color: #fec31d;
    background: transparent;
    border-radius: 45%;
}
#copyright .social-icons a:hover {
    color: #bf011a;
    background: #fec31d;
    border-radius: 45%;
}
#social-media-follow-us {
    position: relative;
    top: -25px;
}
#social-media-follow-us .footer-about-text {
    margin-bottom: 10px;
}
#footer .rowfooter .footercols4:last-child h3 {
    /* border: 1px solid #fff; */
    margin-bottom: 25px !important;
}
#footer #leadgen-section #leadgen_form form#wpforms-form-2200 {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
}
#footer #leadgen-section #leadgen_form form#wpforms-form-2200 .wpforms-field-container input:focus,
#footer #leadgen-section #leadgen_form form#wpforms-form-2200 .wpforms-submit-container button.wpforms-submit:focus,
#footer #leadgen-section #leadgen_form form#wpforms-form-2200 .wpforms-submit-container button.wpforms-submit:active {
    border-color: #470d0d !important;
    outline: #470d0d !important;
    outline-color: #470d0d !important;
    box-shadow: 0 0 0 1px #470d0d !important;
}
#footer #leadgen-section #leadgen_form .wpforms-submit-container button.wpforms-submit {
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
}
#footer #leadgen-section #leadgen_form .wpforms-field-container {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    gap: 5px 15px;
    width: 75%;
}
#footer #leadgen-section #leadgen_form .wpforms-field-container .wpforms-field {
    flex: 2 1 49%;
    max-width: 50%;
}
#footer #leadgen-section #leadgen_form .wpforms-field-container .wpforms-field-limit-text {
    display: none;
}
#footer #leadgen-section.wp-block-uagb-container {
    box-shadow: 0px 0px #00000070;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: visible;
    order: initial;
    border-color: inherit;
    background-color: #dedbd2;
    gap: 10px 15px;
}
#footer #leadgen-section.wp-block-uagb-container.uagb-is-root-container.alignfull > .uagb-container-inner-blocks-wrap {
    --inner-content-custom-width: min(100%, 1140px);
    max-width: var(--inner-content-custom-width);
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 15px;
}
#footer #leadgen-section #leadgen_form .wpforms-container,
#footer #leadgen-section #leadgen-p {
    margin: 0;
}
#footer #leadgen-section #leadgen_form .wpforms-container .wpforms-field {
    padding: 10px 0 !important;
}
#footer .footer-infobox .center {
    padding: 20px 15px;
}
#footer #leadgen-section #leadgen_form .wpforms-submit-container {
    padding-bottom: 10px !important;
}
@media (max-width: 768px) {
    #copyright .social-icons {
        width: 90%;
    }
}
/*
*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
* Footer related styles END
*===============================
*/

#blog-hero {
    width: 100% !important;
    min-width: 100% !important;
    background: transparent !important;
}
#blog-hero {
    max-height: 400px !important;
}
#blogarchive {
    padding-top: 0;
}

/*
*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
* Coming-soon related styles START
*===============================
*/
#coming-soon .uagb-separator {
    color: #bf011a;
}
#coming-soon p {
    color: #2d2d34;
}

/*
*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
* Coming-soon related styles END
*===============================
*/

/*
*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
* Miscellaneous styles START
*===============================
*/
.text_underline {
    text-decoration: underline;
}
/*
*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
* Miscellaneous styles START
*===============================
*/
.skt-page-title h1 {
    font-size: 45px;
    font-family: 'Poppins';
    font-weight: 600;
    text-align: center;
}
.post_head img,
.header_layout1 .page_head img {
    max-height: 300px;
}
.post_head .skt-page-title h1 {
    color: #fec31d !important;
}
.page_head .skt-page-title h1 {
    color: #1a3f1d !important;
}
