#g-footer,
#g-footer a {
    color: #ccc
}

#g-footer {
    background-color: #0d0d0d;
    padding: 10px 0;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    z-index: 999
}

#g-footer a:hover {
    color: #4db2ec
}

.f-menu {
    float: right
}

.f-menu li {
    margin: 0 10px
}
.custom-section{
    margin-top: 25px;
    display: flex;
    justify-content: center;
}
.custom-section a{
    width: 100%;
}
.custom-section a img{
    width: 100%;
}
.custom-heading{
    text-align: center;
}
.custom-heading h1{
    font-weight: 600;
    color: #007ce9 !important;
    font-family: auto;
    font-size: xxx-large;
    margin-bottom: 0px !important;
}
.custom-heading a{
    color: #007ce9 !important;
}
.custom-subtext{
    text-align: center;
}
.custom-subtext span{
    color: #007ce9 !important;
}
.custom-subtext p{
    font-family: auto;
    font-size: x-large;
    color: black;
}

.custom-button{
    padding-top: 0;
    line-height: 2;
    font-size: 1.2em;
    text-align: center;
}
.custom-button>.button{
    padding: 0.65em 2em;
    display: inline-block;
    background-color: #2bad68;
    color: white !important;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0.5em;
}
.custom-footer{
    text-align: center;
   
}
.custom-footer p{
    margin-top: -25px !important;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: .3px;
    color: #007ce9 !important;
    padding-top: 1.5rem !important;
}
.custom-footer a{
    color: #007ce9;
}
.custom_footer_text{
    font-size: 18px;
    line-height: 29px;
    letter-spacing: .3px;
    color: #007ce9;
    padding-top: 1.5rem !important;
}
@media only screen and (max-width:1024px) {
    .custom-heading h1{
        font-size: xx-large;
    }
}
@media only screen and (max-width:557px) {
    .custom-footer p {
        font-size: 16px;
    }
}
@media only screen and (max-width:467px) {
    .custom-heading h1 {
        font-size: x-large;
    }
    .custom-subtext p {
        font-size: large;
    }
    .custom-button>.button {
        font-size: large;
        padding: 0.65em 1em;
    }
}
@media only screen and (max-width:375px) {
    .custom-heading h1 {
        font-size: large;
    }
    .custom-subtext p {
        font-size: medium;
    }
    .custom-button>.button {
        font-size: medium;
        padding: 0.65em 1em;
    }
    .custom-footer p {
        font-size: 14px;
    }
}
@media only screen and (max-width:767px) {
    #g-footer {
        text-align: center;
        margin-bottom: 75px
    }

    .f-menu {
        float: none;
        justify-content: center;
        margin-top: 15px !important
    }

    .f-menu li {
        margin: 0 5px
    }

    #g-footer.page-footer {
        padding-bottom: 65px
    }
}
.wp-element-caption{
    color: gray;
    font-size: 11px;
    }
     