.loading {
    display: block;
    height: 300px;
}

/*********************************/

.area {
    display: block;
    width: 100%;
    position: relative;
}

.edit-btn {
    display: inline-block;
    vertical-align: middle;
    padding: 0 25px;
    height: 40px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 25px;
    left: 25px;
    border: 0;
    outline: 0;
    background: blueviolet;
    border-radius: 4px;
    font-family: Poppins-Regular, sans-serif;
    font-weight: normal;
}

@media only screen and (max-width: 500px){
    
    .edit-btn {
        padding: 0 20px;
        font-size: 12px;
    }
    
}

/*********************************/

#banner-area {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#banner-area section {
    display: block;
    width: 100%;
    padding: 150px 25px;
    background: rgba(0,0,0,.4);
    position: relative;
}

#banner-area h1 {
    display: block;
    width: 100%;
    line-height: 70px;
    font-size: 50px;
    color: #fff;
    font-family: Poppins-Bold, sans-serif;
}

@media only screen and (max-width: 700px){
    
    #banner-area h1 {
        line-height: 50px;
        font-size: 40px;
    }
    
    #banner-area h1 br {
        display: none;
    }
    
    @media only screen and (max-width: 500px){
        
        #banner-area section {
            padding: 150px 20px;
        }
        
        #banner-area h1 {
            line-height: 40px;
            font-size: 30px;
        }
        
    }
    
}

/*****************************************/

#calltoaction-area {
    display: block;
    width: 100%;
    padding: 50px 25px 100px 25px;
    position: relative;
    background: #cd5c5c;
    background: linear-gradient(to right, #cd5c5c, yellow);
}

#calltoaction-area p {
    display: block;
    width: 100%;
    line-height: 25px;
    font-size: 20px;
    font-family: Poppins-Regular, sans-serif;
    font-weight: normal;
    color: #fff;
}

/***********************************/

#project-area {
    padding-top: 50px;
}

#project-area h1 {
    display: block;
    width: 100%;
    line-height: 35px;
    font-size: 30px;
    font-family: Poppins-Regular, sans-serif;
    font-weight: 100;
    color: #444;
    margin-bottom: 10px;
    padding: 0 25px;
}

#project-area p {
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    font-family: Poppins-Regular, sans-serif;
    font-weight: normal;
    color: #555;
    margin-bottom: 50px;
    padding: 0 25px;
}

#projects {
    display: block;
    width: 100%;
    font-size: 0;
    overflow: auto;
    white-space: nowrap;
    padding: 0 25px 90px 25px;
}

.project {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    margin-right: 25px;
}

.project-img {
    display: block;
    width: 100%;
    height: 300px;
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.project-title {
    display: block;
    width: 100%;
    line-height: 25px;
    font-size: 18px;
    font-family: Poppins-Bold, sans-serif;
    font-weight: bold;
    color: #222;
    margin: 20px 0;
    white-space: normal;
}

.delete-project {
    display: inline-block;
    font-size: 14px;
    color: blueviolet;
    font-family: Poppins-Bold, sans-serif;
    font-weight: bold;
    border: 0;
    outline: 0;
    background: transparent;
}

.project-detail {
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    font-family: Poppins-Regular, sans-serif;
    font-weight: normal;
    color: #444;
    white-space: normal;
}

@media only screen and (max-width: 500px){
    
    #project-area {
        padding-top: 30px;
    }
    
    #project-area h1 {
        line-height: 25px;
        font-size: 20px;
    }
    
    #project-area p {
        line-height: 18px;
        font-size: 12px;
        margin-bottom: 30px;
    }
    
    .project {
        width: 200px;
    }
    
    .project-img {
        height: 200px;
    }
    
    .project-title {
        font-size: 16px;
        margin: 10px 0;
    }
    
    .delete-project {
        font-size: 12px;
    }
    
    .portfolio-detail {
        line-height: 18px;
        font-size: 12px;
    }
    
}

/*************************************/

#about-area {
    padding: 50px 25px 100px 25px;
    background: #222;
    font-size: 0;
}

#about-img {
    display: inline-block;
    vertical-align: top;
    width: 30%;
}

#about-area section {
    display: inline-block;
    vertical-align: top;
    width: 70%;
    padding-left: 10%;
}

#about-area h1 {
    display: block;
    width: 100%;
    line-height: 30px;
    font-size: 25px;
    font-family: Poppins-Regular, sans-serif;
    font-weight: normal;
    color: #fff;
    margin-bottom: 25px;
}

#about-area p {
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: 15px;
    font-family: Poppins-Regular, sans-serif;
    font-weight: 100;
    color: #fff;
}

@media only screen and (max-width: 700px){
    
    #about-img {
        display: block;
        width: 250px;
        margin-bottom: 40px;
    }
    
    #about-area section {
        padding-left: 0;
        width: 100%;
    }
    
}

/*****************************************/

#partners-area,
#volunteers-area {
    padding-top: 50px;
}

#partners-area h1,
#volunteers-area h1 {
    display: block;
    width: 100%;
    line-height: 35px;
    font-size: 30px;
    font-family: Poppins-Regular, sans-serif;
    font-weight: 100;
    color: #444;
    margin-bottom: 10px;
    padding: 0 25px;
}

#partners-area p,
#volunteers-area p {
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    font-family: Poppins-Regular, sans-serif;
    font-weight: normal;
    color: #555;
    margin-bottom: 50px;
    padding: 0 25px;
}

#partners,
#volunteers {
    display: block;
    width: 100%;
    font-size: 0;
    overflow: auto;
    white-space: nowrap;
    padding: 0 25px 90px 25px;
}

.partner,
.volunteer {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    margin-right: 25px;
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.partner section,
.volunteer section {
    display: block;
    width: 100%;
    padding: 100px 25px;
    background: rgba(205,92,92,.8);
    text-align: center;
}

.partner-title,
.volunteer-title {
    display: block;
    width: 100%;
    line-height: 25px;
    font-size: 18px;
    font-family: Poppins-Bold, sans-serif;
    font-weight: bold;
    color: #fff;
    white-space: normal;
    text-align: center;
}

.partner-detail,
.volunteer-detail {
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    font-family: Poppins-Regular, sans-serif;
    font-weight: normal;
    color: #fff;
    white-space: normal;
    text-align: center;
    margin-bottom: 20px;
}

.delete-partner,
.delete-volunteer {
    display: inline-block;
    font-size: 14px;
    color: blue;
    font-family: Poppins-Bold, sans-serif;
    font-weight: bold;
    border: 0;
    outline: 0;
    background: transparent;
}

@media only screen and (max-width: 500px){
    
    #partners-area,
    #volunteers-area {
        padding-top: 30px;
    }
    
    #partners-area h1,
    #volunteers-area h1 {
        line-height: 25px;
        font-size: 20px;
    }
    
    #partners-area p,
    #volunteers-area p {
        line-height: 18px;
        font-size: 12px;
        margin-bottom: 30px;
    }
    
    .partner,
    .volunteer {
        width: 240px;
    }
    
    .partner section,
    .volunteer section {
        padding: 70px 20px;
    }
    
    .partner-title,
    .volunteer-title {
        font-size: 14px;
    }
    
    .partner-detail,
    .volunteer-detail {
        font-size: 12px;
    }
    
    .delete-partner,
    .volunteer-partner {
        font-size: 12px;
    }
    
    .portfolio-detail,
    .volunteer-detail {
        line-height: 18px;
        font-size: 12px;
    }
    
}





/***************************************/

/***************************************/




.edit-modal {
    display: block;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0,0,0,.95);
    position: relative;
    padding: 50px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    border: 1px solid transparent;
}

.exit-edit {
    display: block;
    width: 40px;
    height: 40px;
    border: 0;
    outline: 0;
    background: transparent;
    padding: 10px;
    margin-bottom: 30px;
    transition: .1s linear;
}

.exit-edit:hover {
    transform: scale(1.1);
}

.exit-edit svg {
    display: block;
    width: 100%;
    height: 100%;
}

.exit-edit polyline {
    fill: none;
    stroke: #222;
    stroke-width: 2;
}

.background-layer {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.edit-section {
    display: block;
    width: 500px;
    position: relative;
    z-index: 10;
    background: #fff;
    margin: 0 auto;
    font-size: 0;
}

.file-input {
    position: fixed;
    z-index: -1;
    top: -100%;
    left: -100%;
}

.save-edit,
.cancel-edit {
    display: inline-block;
    vertical-align: middle;
    padding: 0 25px;
    height: 40px;
    margin: 20px 0 20px 10px;
    border: 0;
    font-family: Poppins-Regular, sans-serif;
    font-weight: normal;
}

.save-edit {
    background: blueviolet;
    color: #fff;
}

.cancel-edit {
    background: #ddd;
    color: #222;
}

@media only screen and (max-width: 700px){
    
    .edit-section {
        width: 400px;
    }
    
    @media only screen and (max-width: 500px){
        
        .edit-modal {
            padding: 0;
            background: #fff;
        }
        
        .edit-section {
            width: 100%;
        }
        
    }
    
}

/***************************************/

#banner-text-input {
    display: block;
    width: 100%;
    height: 300px;
    position: relative;
    z-index: 10;
    background: rgba(0,0,0,.8);
    border: 0;
    outline: 0;
    resize: none;
    padding: 70px 20px;
    font-family: Poppins-Regular, sans-serif;
    font-weight: normal;
    color: #fff;
    text-align: left;
    font-size: 20px;
    line-height: 25px;
}

#banner-preview-image {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

#change-banner-bg {
    display: inline-block;
    vertical-align: middle;
    font-family: Poppins-Regular, sans-serif;
    font-weight: normal;
    color: skyblue;
    font-size: 12px;
    position: absolute;
    z-index: 20;
    top: 10px;
    right: 10px;
    border: 0;
    outline: 0;
    background: transparent;
}

#change-banner-bg:hover {
    text-decoration: underline;
}

#save-banner,
#cancel-banner-edit {
    display: inline-block;
    vertical-align: middle;
    padding: 0 25px;
    height: 40px;
    margin: 20px 0 20px 10px;
    border: 0;
    font-family: Poppins-Regular, sans-serif;
    font-weight: normal;
}

#save-banner {
    background: blueviolet;
    color: #fff;
}

#cancel-banner-edit {
    background: #ddd;
    color: #222;
}

/****************************************/

#edit-calltoaction section {
    width: 500px;
}

#cta-text-input {
    display: block;
    width: 100%;
    height: 100px;
    position: relative;
    z-index: 10;
    background: #eee;
    border: 0;
    outline: 0;
    resize: none;
    padding: 20px;
    font-family: Poppins-Regular, sans-serif;
    font-weight: normal;
    color: #222;
    text-align: left;
    font-size: 20px;
    line-height: 25px;
}

@media only screen and (max-width: 700px){
    
    #edit-calltoaction section {
        width: 400px;
    }
    
    @media only screen and (max-width: 500px){
        
        #edit-calltoaction section {
            width: 100%;
        }
        
    }
    
}

/*******************************************/

#edit-project section,
#edit-partners section,
#edit-volunteers section {
    padding: 20px;
}

#edit-project h2,
#edit-partners h2,
#edit-volunteers h2 {
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: 15px;
    font-family: Poppins-Bold, sans-serif;
    font-weight: bold;
    color: #222;
    text-align: left;
    margin-bottom: 5px;
}

#edit-project input,
#edit-partners input,
#edit-volunteers input {
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: transparent;
    padding: 0 15px;
    font-family: Poppins-Regular, sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #222;
    margin-bottom: 20px;
}

#edit-project textarea,
#edit-partners textarea,
#edit-volunteers textarea {
    display: block;
    width: 100%;
    height: 100px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: transparent;
    padding: 15px;
    resize: vertical;
    font-family: Poppins-Regular, sans-serif;
    font-weight: normal;
    color: #222;
    font-size: 14px;
}

#new-project-form,
#new-partner-form,
#new-volunteer-form {
    display: block;
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid #ddd;
    padding: 30px 0;
}

#new-project-form h1,
#new-partner-form h1,
#new-volunteer-form h1 {
    display: block;
    width: 100%;
    line-height: 30px;
    font-size: 23px;
    font-family: Poppins-Bold, sans-serif;
    font-weight: normal;
    color: #222;
    text-align: left;
    margin-bottom: 30px;
}

#project-preview-image,
#partners-preview-image,
#volunteers-preview-image {
    display: none;
    vertical-align: top;
    width: 50px;
    margin-right: 10px;
    margin-top: 20px;
}

#project-preview-image.visible,
#partners-preview-image.visible,
#volunteers-preview-image.visible {
    display: inline-block;
}

#project-image-btn,
#partners-image-btn,
#volunteers-image-btn {
    display: inline-block;
    vertical-align: top;
    font-family: Poppins-Regular, sans-serif;
    font-weight: normal;
    color: blueviolet;
    font-size: 14px;
    border: 0;
    outline: 0;
    background: transparent;
    margin-top: 20px;
}

#project-image-btn:hover,
#partners-image-btn:hover,
#volunteers-image-btn:hover {
    text-decoration: underline;
}

/*********************************************/

#edit-about section {
    padding: 20px;
}

#about-preview-image {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin-bottom: 20px;
}

#about-image-btn {
    display: inline-block;
    vertical-align: middle;
    font-family: Poppins-Regular, sans-serif;
    font-weight: normal;
    color: blueviolet;
    margin-left: 20px;
    font-size: 14px;
    border: 0;
    outline: 0;
    background: transparent;
    margin-bottom: 20px;
}

#edit-about input {
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: transparent;
    padding: 0 15px;
    font-family: Poppins-Regular, sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #222;
    margin-bottom: 20px;
}

#edit-about textarea {
    display: block;
    width: 100%;
    height: 100px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: transparent;
    padding: 15px;
    resize: vertical;
    font-family: Poppins-Regular, sans-serif;
    font-weight: normal;
    color: #222;
    font-size: 14px;
}

@media only screen and (max-width: 500px){
    
    #about-preview-image {
        display: block;
        width: 200px;
        margin: 0 auto 20px auto;
    }
    
    #about-image-btn {
        display: block;
        width: 200px;
        margin: 0 auto 20px auto;
        text-align: center;
    }
    
}

/***********************************/

#preview-btn {
    display: block;
    width: 170px;
    line-height: 50px;
    text-align: center;
    font-family: Poppins-Regular, sans-serif;
    font-weight: normal;
    color: #fff;
    background: blueviolet;
    border-radius: 4px;
    margin: 100px auto;
    font-size: 14px;
}




























