/*
Theme Name: Protect Democracy Project
Text Domain: pdp
Version: 2.9
Tested up to: 6.8
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns, block-styles, wide-blocks, accessibility-ready
Author: the Code83 team
Author URI: https://wordpress.org/
Theme URI: https://code83.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. 	CSS Reset
	1. 	Document Setup
	2. 	Element Base
	3. 	Helper Classes
	4. 	Site Header
	5. 	Menu Modal
	6. 	Search Modal
	7. 	Page Templates
		a. 	Template: Cover Template
		c. 	Template: Full Width
	8.  Post: Archive
	9.  Post: Single
	10. Blocks
	11. Entry Content
	12. Comments
	13. Site Pagination
	14. Error 404
	15. Widgets
	16. Site Footer
	17. Media Queries

----------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */

 h1 {
    font-family: "freight-display-pro", serif;
    color: #000C48;
    font-size: 54px;
    line-height: 56px;
    font-weight: 700;
}
.pageContent h2 {
    font-family: "halyard-display", sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    margin: 0px 0 20px 0;
}

.pageContent h3 {
    font-family: "halyard-display", sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    margin: 20px 0 4px 0;
}

.pagetitle{
	border-bottom: 1px solid #5481F5;
}
.pageContent {
    width: 65%;
    margin: 0 auto;
    padding-top: 45px;
}
.pagetitle h1{
	padding: 0px 0 20px 0;
}

p {
    font-family: halyard-text;
    color: #2E2D31;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    padding-bottom: 15px;
}

.note-text p {
    font-family: halyard-text;
    color: #2E2D31;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.16px;
    padding-bottom: 15px;
}

footer.default{
	border-top: 1px solid #717D96;
}

.pageContent ul li{
   list-style: disc;
   margin-left: 20px;
   font-family: halyard-text;
    color: #2E2D31;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
}
.pageContent ul{
	margin-left: 10px;
    margin-bottom: 15px;
}
.pageContent ul li li{
    list-style: circle;
}

.pageContent ol li{
   margin-left: 20px;
   font-family: halyard-text;
    color: #2E2D31;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
}
.pageContent ol{
    margin-left: 10px;
    margin-bottom: 15px;
}

.pageContent a{
    color: #2E2D31;
    text-decoration: underline;
}
.pageContent a:hover{
    color: #324DB6;
}
/*our-donate-start*/
.our-donate .om-content {
    width: 50%;
}
.our-donate .om-content  h3 {
    font-family: "halyard-display", sans-serif;
    color: #000C48;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    margin: 20px 0;
}
.our-donate .om-content  h4 {
    font-family: halyard-text;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #000C48;
    padding-bottom: 17px;

}
.our-donate .om-content ul li {
    font-family: halyard-text;
    font-size: 20px;
    font-weight: 400;
    color: #000C48;
    padding-bottom: 14px;
}

.our-donate .om-content ul li::before {
            content: '';
            display: inline-block;
            margin-right: 4px;
            height: 23px;
            width: 31px;
            background-image: url("images/check-mark.svg");
            position: relative;
            top: 5px;
            background-repeat: no-repeat;
        }

.our-donate .om-content ul{
    margin-bottom: 10px;
}
.our-donate hr{
    width: 10%;
    color: #000;
    margin-bottom: 20px;
}
.our-donate .note-text p a{
    color:#000;
    text-decoration: underline;
}
.our-donate .note-text p a:hover{
    color:#324DB6;
    }

.our-donate .om-st-menu {
    width: 50%;
    padding-top: 18px;
    
}
.our-donate .om-st-menu ul li a img {
    width: 13.96px;
    position: absolute;
    right: 10px;
    transition: 0.4s;
}
.our-donate .om-st-menu ul li a:hover img {
    transform: translateY(5px);
}
.our-donate .om-st-menu ul li:first-child {
    border-top: 1px solid #5481F5;
}
.our-donate .om-st-menu ul li a {
    font-family: halyard-text;
    color: #000C48;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    display: block;
    padding: 15px 0;
    padding-right: 30px;
    border-bottom: 1px solid #5481F5;
    position: relative;
}
.our-donate .om-con.d-flex.section-con.ps-tb {
    gap: 40px;
}

.donate-more-ways{
    background-color:#FBF6ED; 
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

.om-con.d-flex1.section-con.ps-tb {
    padding-top: 60px;
}

.colums {
    display: flex;
    padding: 60px 0 119px 0;
}
.colums .box{
    width: 20%;
    margin-right: 25px;
}

.colums .box:last-child{
    margin-right: 0;
}

.donate-more-ways .mw-heading h2{
    font-family: "halyard-display", sans-serif;
    color: #000C48;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -1%;
}
.colums .box h3{
    font-family: "halyard-display", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.5%;
    color: #000C48;
    margin-bottom: 14px;
}
.colums .box p{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.16px;
}
.colums .box strong{
    font-weight: 600;
}

.colums .box p a{
    color: #2E2D31;
    text-decoration: underline;
}

.colums .box p a:hover{
    color: #324DB6;
}

.colums .box a.donate-more-ways-link{
   font-family: halyard-text;
   font-size: 14px; 
   font-weight: 600;
   color: #000C48;
   display: block;
   margin-bottom: 12px;
   line-height: 16px;
}

.colums .box a.donate-more-ways-link:hover{
 color: #324DB6;
}
.colums .box p.SmallText{
    font-size: 12px;
    letter-spacing: 0.12px;
    line-height: 16.8px;
}
/*.colums .box p a::after{
    content: ' ';
    background-image: url("images/ext-link.svg");
    width: 17px;
    height: 17px;
    position: absolute;
    top: 4px;
    left: 80px;
}*/

.colums .box a.donate-more-ways-link img.linkIcon, .colums .box a.donate-more-ways-link img.linkIconHover {
    width: 17px;
    height: 17px;
    position: relative;
    left: 3px;
    top: 3px;
}
.colums .box a.donate-more-ways-link img.linkIconHover{
    display: none;
}
.colums .box a.donate-more-ways-link:hover .linkIcon{
    display: none;
}
.colums .box a.donate-more-ways-link:hover .linkIconHover{
    display: inline-block;
}

/*our-donate-end*/
/*backtotop*/
.scroll-top {
            position: fixed;
            right: 49px;
            bottom: 65px;
            cursor: pointer;
            border-radius: 50%;
            z-index: 10000;
            visibility: hidden;
            opacity: 0;
            transform: translateY(45px);
            transition: all 300ms linear;
        }

.scroll-top a.btn{
    background-color: #324DB6;
    border-radius: unset;
    text-transform: uppercase;
    font-family: halyard-text;
   font-size: 14px;
   font-weight: 400;
   letter-spacing: 1px;

}
.scroll-top a.btn img{
    width: 12px;
    height: 11px;
}

#threats_section{
    padding-bottom: 50px;
}

footer .footer-con.d-flex.section-con .footer-item .widget_block span {
    color: #000C48;
    font-size: 12px;
    font-family: halyard-text;
}

main.site-main {
    min-height: 400px;
}

.not-found h3{
    font-family: "halyard-display", sans-serif;
    color: #000C48;
    font-size: 24px;
    font-weight: 400;
    line-height: 31.2px;
    letter-spacing: -0.12px;
    padding-top: 12px;
    padding-bottom: 20px;
}

.not-found a {
    color: #000C48;
    font-family: "halyard-text", sans-serif;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 1px solid #E4382A;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s ease-out;
    letter-spacing: 0.5px;
    line-height: 19.6px;
}

.not-found a img {
    width: 11.69288158416748px;
    transition: transform 0.3s ease;
    display: inline-block;
}

.not-found a:hover {
    font-family: "halyard-text",sans-serif;
    font-weight: 500;
    color: #000C47;
    border-bottom: 1px solid #000C47;
    letter-spacing: 0.5px;
}
.not-found a:hover img {
    transform: translate(5px);
}

@media only screen and (min-width:1000px){
.om-st-menu iframe {
    margin-left: 85px;
}
}


/**/
@media only screen and (max-width: 1024px) {

}


@media only screen and (max-width: 991px) {
    .donate-more-ways{
        background-image: none !important;
    }
}

@media only screen and (max-width: 767px) {

.our-donate .om-con {
        flex-direction: column;
    }
    .our-donate .om-content,
    .our-donate .om-st-menu {
        width: 100%;
        margin: 0;
    }
    .confront-threats .icon{
        margin: 0 auto;
    }
    .confront-threats .ct-icon-box{
        text-align: center;
    }
    .page-template-template-donate .box{
        width:68%;
        margin-bottom: 8px;
    }
    .page-template-template-donate .colums 
    {
        display:block;
        
    }

    .om-con.d-flex1.section-con.ps-tb {
        padding-top: 40px;
    }
    .colums {
    padding: 30px 0 20px 0;
    }
    .donate-more-ways .mw-heading h2 {
        font-size: 24px;
        line-height: 28.6px;
        letter-spacing: -0.11px;
    }
    .colums .box h3 {
        font-size: 18px;
        line-height: 23.4px;
        letter-spacing: -0.09px;
        margin-bottom: 10px;
    }
    .note-description-mobile{
        display: block;
        padding-top: 20px;
    }

    .note-description-mobile .note-text p{
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0.14px;
    }

    .our-donate .om-content .donate-content .desc p{
        display: none;
    }
    .note-description-desktop{
        display: none;
    }

    .our-donate .om-con.d-flex.section-con.ps-tb {
        gap: 0px;
    }

   
    .our-mission .om-st-menu ul li:last-child {
         border-bottom: 1px solid #5481F5;
    }

    #threats_section{
    padding-bottom: 25px;
    }

    .wwa-bottom .bottom-content h3{
        font-size: 22px;
        line-height: 28.6px;
        letter-spacing: -0.11px;
    }
   
} 

@media only screen and (min-width:768px){
    .colums .box {
    width: 20%;
    margin-right: 30px;
    }
    .note-description-mobile{
        display: none;
    }

    .donate .donate-btn {
        margin-top: 20px;
    }
}

@media screen and (max-width: 991px) and (min-width: 769px) {
    .om-con.d-flex1.section-con.ps-tb {
        padding-top: 40px;
    }

    .colums {
    padding: 30px 0 15px 0;
    }
}





