﻿/* -----------------------------------------------------------------------------

    This file should be used to add your own CSS definitions or override
	the existing ones.

----------------------------------------------------------------------------- */
.pl_0 {
    padding-left: 0px;
}

.pr_0 {
    padding-right: 0px;
}

.p_0_50 {
    padding: 0px 50px;
}

.p_0_75 {
    padding: 0px 75px;
}

.p_0_100 {
    padding: 0px 100px;
}

.h_175 {
    height: 175px;
}

.main_body {
    background-image: url('images/fatmo_bg-img-2.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.header-toggle:hover {
    -moz-box-shadow: inset 0 0 0 5px rgba(0, 0, 0, 0.1);
    /* -webkit-box-shadow: inset 0 0 0 5px rgba(0, 0, 0, 0.1); */
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}


.coc-form {
    border-radius: 60px 60px 0px 0px;
}

.coc-title {
    text-transform: uppercase;
    margin-bottom: 15px;
}

    .coc-title h1 {
        margin-bottom: 0px;
    }

.card {
    background: #fff;
    border-radius: 2px;
    display: inline-block;
    height: 300px;
    margin: 1rem;
    position: relative;
    width: 300px;
}

.card-1 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

    .card-1:hover {
        /* box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16), 0 10px 10px rgba(0, 0, 0, 0.23);
     */
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    }

.card-2 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.card-3 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.card-4 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.card-5 {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    /*     background-color: #0c0c0c6b; */
    background-color: #8a4a4e29;
}

.header-donate {
    display: none;
    float: right;
    margin-left: 20px;
    padding: 0 10px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background-color: #4caf50;
    /* border-radius: 24px 14px 14px 24px; */
    border-radius: 02px;
}

.header-reg {
    display: block;
    float: right;
    margin-left: 20px;
    padding: 0 10px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background-color: #4caf50; /* #30afd6;*/
    /* border-radius: 24px 14px 14px 24px; */
    border-radius: 04px;
}

.btn-read {
    display: block;
    float: right;
    padding: 0 10px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background-color: #ed7d31; /* #30afd6;*/
    /* border-radius: 24px 14px 14px 24px; */
    border-radius: 04px;
    margin-bottom: 10px;
}

.btn-read:hover {
    display: block;
    float: right;
    padding: 0 10px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    opacity:07;
    /* border-radius: 24px 14px 14px 24px; */
    border-radius: 04px;
    margin-bottom: 10px;
}

.sidebar .widget {
    border-radius: 3px;
}

.header-reg > i,
.header-donate > i {
    font-size: 18px;
    line-height: 40px;
    vertical-align: top;
}

.header-reg > span,
.header-donate > span {
    vertical-align: top;
    font-size: 13px;
}

.header-donate:hover {
    display: block;
    /* transform: scale(1.1); */
    background-color: #af624c;
    height: 40px;
    line-height: 42px;
    text-align: center;
    color: #fff;
}

.header-reg:hover {
    display: block;
    /* transform: scale(1.1); */
    background-color: #449c47;
    animation-direction: reverse;
    height: 40px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    /* background-color: #bd3d3d;     */
}

.side-menu {
    background-color: #268a2a;
    border-color: rgba(0, 0, 0, 0.15);
    border-radius: 1px;
}

.btn-join {
    display: block;
    float: left;
    margin-top: 15px;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    background-color: #4caf50;
    /* border-radius: 24px 14px 14px 24px; */
    border-radius: 3px;
}

    .btn-join:hover {
        display: block;
        transform: scale(1.1);
        padding: 05px 10px;
        text-align: center;
        color: #fff;
        background-color: #4caf50;
        border-radius: 3px;
    }

.c-team-member .contact-team-member-inner {
    position: relative;
}

.contact-member-name {
    margin-bottom: 2px;
}

.c-team-member .contact-member-portrait {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    margin-right: 10px;
    float: left;
}

.c-team-member .contact-member-role {
    margin: 2px 0 0 0;
    font-size: 0.70em;
    color: grey;
    font-style: italic;
}

.c-team-member .contact-member-social {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 12px;
}

    .c-team-member .contact-member-social > li {
        list-style-type: none;
        margin: 0;
        padding: 0;
        line-height: 1.2em;
    }

    .c-team-member .contact-member-social li {
        display: inline;
        margin-right: 5px;
        font-size: 16px;
    }

.c-team-member .contact-member-description > * {
    /* margin: 12px 0 0 0; */
    padding: 5px;
    font-size: 13px;
}

.c-team-member.contact-m-has-portrait .contact-team-member-inner {
    /* padding-left: 120px; */
    min-height: 100px;
}
/* FONT */

/* body { font-family: 'insert-font-family-name-here', 'Arial', sans-serif; } */

/* STANDARD LOGO DIMENSIONS */

.header-branding img {
    width: 80px;
}

/* LARGE LOGO DIMENSIONS */

.header-branding.m-large-logo img {
    width: 80px;
    margin-left: 20px;
}

.c-content-box {
    border-radius: 1px;
    box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.05);
}

.feature-1 {
    padding: 0px;
}

.feature-2 {
    padding: 0px 0px 0px 10px;
}

.c-feature .feature-title > a {
    color: #333;
}

.header-menu {
    background-color: #4caf50;
    border-color: rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.25);
    /* -webkit-box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.25); */
    /* box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.25); */
    padding: 0 15px;
    /* border-top: 3px solid transparent; */
}

.custom-gen ul li:before {
    content: "";
}

.ul_style > li {
    font-size: 12px;
    line-height: 15px;
    padding: 0px 5px;
    margin-left: 5px;
    padding-left: 1.5em;
    text-indent: -1.1rem;
}

.li_style > li {
    font-size: 12px;
    line-height: 15px;
    padding: 0px 5px;
    margin-left: 0;
    padding-left: 2.0em;
    text-indent: -1.1rem;
    list-style-type: square;
}

.coc-form-style > input {
    border-radius: 3px;
}


.c-post-list .post-list-title a {
    text-decoration: none;
}
.post-image a:hover {
    text-decoration: none;
}