/*

Theme Name: Profiles

Author: Derek Olalehe (EBi Programming)

Author URI: https://www.ebiprogramming.com/

Description: Stories of Faith.

Version: 1.0.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags:

Text Domain: profiles

*/

/*GENERAL*/



body {

    margin: 0px;

}

a {

    text-decoration: none;

}

h1, h2, h3, h4 {

    font-family: 'Roboto Slab', sans-serif;
    color: #333;

}

h5, h6 {

    font-family: 'Roboto', sans-serif;
    color: #333;

}

h1 {

    font-size: 50px;
    line-height: 90px;
    font-weight: 900;

}

h2 {
   
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;

}

h3 {

    font-size: 30px;
    font-weight: 600;

}

h4 {

    font-size: 24px;
    font-weight: 600;

}

h5 {

    font-size: 20px;
    font-weight: 400;

}


p, a, span, input, textarea, div {

    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    color: #7A7A7A;

}

p {

    line-height: 24px;

}

input, textarea {

    color: #333;

}

ul {

    list-style-type: none;

}

.centering-container {

    width: 100%;
    text-align: center;

}

.centered {

    margin: 0px auto;

}

#profiles-wrap {

    margin: 120px auto;

}

#profiles-wrap-flex {

    width: 1140px;
    margin: 120px auto;

}

.clearfix-lg {

    height: 100px;
    
}

.clearfix-md {

    height: 60px;
    
}

.clearfix-sm {

    height: 30px;
    
}

.clearfix-xs {

    height: 8px;
    
}

hr {

    color: rgba(0,0,0,0.2);

}

.section-title::before {

    content: url('assets/icons/dove.png');
    display: block;

}

/*HEADER*/

#site-header {

    box-shadow: 1px 2px 3px #5B5858;
    background-color: #7E685A;
    width: 100%;
    position: relative;
    z-index: 50;
    padding: 8px 0px;

}


#site-header > ul {

    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    list-style-type: none;
    float: right;
    width: unset;
    text-align: unset;
    margin: 0px 30px 0px 0px;
    display: inline;

}


#site-header > ul > li {

    display: inline;
    padding: 0px 12px;
    border-bottom: none;
    position: relative;

}


#site-header > ul > li > a {

    text-decoration: none;
    color: #FFF;
    padding: 5px 8px 12px 8px;
    
}


#site-header > ul > li > a:hover {

    color: #AFD275;

}


#site-header > ul > li > ul.sub-menu {

    position: absolute;
    width: 300px;
    left: 12px;
    right: unset;
    background-color: #AFD275;
    padding: 10px 12px 20px 12px;
    display: none;
    opacity: 0;
    top: 35px;

}

#site-header > ul > li > ul.sub-menu > li {

    padding: 5px 0px;
    border-bottom: 1px solid rgba(255,255,255,.35);

}

#site-header > ul > li > ul.sub-menu > li > a {

    color: #FFF;
    font-weight: 400;
    opacity: 0.85;

}

#site-header > ul > li > ul.sub-menu > li > ul.sub-menu > li > a {

    color: #FFF;
    font-weight: 400;
    opacity: 0.65;

}

.single-common-link {

    display: inline-block;
    padding: 10px 12px 5px 12px;
    margin: 0px -4px;

}

.single-common-link > a {

    color: #FFF;
    text-transform: capitalize;

}

.single-common-link > a > img {

    height: 18px;
    position: relative;
    top: -3px;
    vertical-align: middle;

}


#site-header-mobile {

    background-color: #7E685A;
    width: 100%;
    position: fixed;
    top: 0px;
    margin: 0px;
    z-index: 50;
    padding: 20px;
    border-bottom: none;
    box-shadow: 1px 2px 3px #5B5858;

}

#mobile-menu-icon {

    width: 27px;
    position: relative;
    display: inline-block;
    margin: 0px 8px 0px 0px;

}

#header-logo-mobile {

    width: 186px;
    display: inline-block;
    cursor: pointer;
    top: 6px;
    position: relative;

}

#mobile-menu-hamburger {

    width: 30px;
    display: inline-block;
    float: right;
    cursor: pointer;
    margin-right: 35px;
    position: relative;
    top: 3px;

}

#mobile-menu {

    width: 225px;
    position: absolute;
    top: 71px;
    display: none;
    left: 0px;
    padding: 0px;
    border: none;
    background-color: #AFD275;

}

#mobile-menu > ul {

    font-family: 'Roboto Slab', sans-serif;
    font-size: 18px;
    font-weight: 700;
    list-style-type: none;
    padding: 0px;
    width: 100%;
    text-align: left;

}

#mobile-menu > ul > li:not(:last-child) {

    margin: 15px 0px;
    padding: 0px 0px 15px 20px;
    border-bottom: 1px solid #333;

}

#mobile-menu > ul > li:last-child {

    margin: 15px 0px;
    padding: 0px 0px 15px 20px;

}

#mobile-menu > ul > li > a {

    text-decoration: none;
    text-transform: uppercase;
    color: #333;
    font-size: 16px;
    font-family: 'Roboto Slab', sans-serif;
    padding: 10px 0px;

}

#mobile-menu > ul > li > a:hover {

    color: #AFD275;

}

/*FOOTER*/

#site-footer {

    background-color: #7E685A;
    width: 100%;
    padding: 30px 0px;

}

#site-footer ul {

    padding: 0px;

}

#footer-contents {

    text-align: center;
    margin: 0px auto;
    padding: 30px 0px;

}

.footer-widget-area {

    vertical-align: top;
    text-align: left;
    margin: 0px 15px;
    padding: 0px 18px;

}

.footer-widget-area > h3, .widgettitle {

    color: #FFF;
    margin: 0px 0px 15px 0px;
    text-transform: uppercase;
    border-left: 3px solid #AFD275;
    padding-left: 15px;
    font-size: 24px;

}

.footer-facebook-link {

    margin-top: 20px;

}

.widgettitle {

    text-transform: capitalize;
    font-size: 24px;

}

.footer-widget-area  p, .footer-widget-area a {

    color: #FFF; 
    margin: 0px;
    text-decoration: none;

}

.footer-widget-area a:hover {

    color: #AFD275;

}

div.footer-widget-area ul.menu > li {

    margin: 4px 0px;

}


#site-sub-footer {

    background-color: #42B649;
    width: 100%;
    padding: 10px 0px 10px 0px;
    min-height: 20px;
    text-align: center;

}


#footer-links-table {

    text-align: center;
    border-spacing: 10px;
    width: 100%;

}

#footer-links-table > tbody > tr > td {

    vertical-align: top;
    text-align: left;

}

.footer-links-link {

    margin: 0px;

}

.footer-links-link > a {

    font-size: 13px;
    color: #FFF;

}

.footer-links-link:hover > a {

    color: #AFD275;

}

/*BUTTONS*/

.btn, .wpcf7-form-control.wpcf7-submit,
.es_subscription_form_submit.es_submit_button.es_textbox_button {

    color: #FFF;
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #E7717D;
    display: inline;
    cursor: pointer;  
    border: none;

}

.btn-sm,
.es_subscription_form_submit.es_submit_button.es_textbox_button {

    font-size: 12px;
    padding: 8px;
    border-radius: 2px;

}


.btn-md {

    font-size: 14px;
    padding: 10px;
    border-radius: 6px;

}


.btn-lg {

    font-size: 18px;
    padding: 15px 20px 15px 20px;
    border-radius: 8px;

}

/*FAITH STORIES CUSTOM PAGE*/   
#left-cat-panel {

    background-color: #E6E6E6;
    padding: 30px;
    box-shadow: 2px 2px 10px #CCC;

}

#left-cat-panel > h2 {

    color: #E7717D;
    margin: 0px;

 }

.faith-stories-category-list-item {

    color: rgb(51, 51, 51);
    text-transform: capitalize;
    margin: 16px 0px;

}

.faith-stories-category-list-item:hover {

    color: #AFD275;

}

#stories-list {

    vertical-align: top;

}

.faith-story-container {

    position: relative;
    margin: 0px 0px 65px 0px;

}

.profiles-post-title {

    margin: 0px;
    color: #7E685A;
    text-transform: capitalize;
    text-shadow: 2px 3px 6px #CCC;

}

.profiles-post-title:hover {

    color: #AFD275;

}

.profiles-post-chip {

    font-weight: 900;
    background-color: #AFD275;
    color: #333;
    text-align: center;
    border-radius: 8px;
    padding: 6px;
    font-size: 10px;
    text-transform: uppercase;
    display: inline-block;
    margin: 3px 1px;

}

.profiles-post-date {

    font-size: 12px;
    color: #A5A5A5;
    text-transform: uppercase;
    margin: 0px;

}


/*Single Faith Story*/
.single-faith-story-title {

    text-align: center;
    color: #E7717D;
    line-height: 60px;

}

.single-faith-story-featured-img {

    margin: 55px auto 55px auto;
    display: block;

}

.profiles-single-post-date {

    margin: 0px auto;
    color: #333;
    text-align: center;
    font-size: 15px;
    display: block;
    text-transform: uppercase;

}

.profiles-posts-nav-link {

    display: inline-block;

}

.profiles-posts-nav-link-next {

    float: right;

}

/*PLUGINS*/

/*Easy Testimonials Slider*/
.eapps-testimonials-slider-page-item-author-info .eapps-testimonials-slider-page-item-author-info-logo {

    height: 65px;

}

/*Contact Form 7*/
.wpcf7-form-control.wpcf7-submit {

    font-size: 18px;
    padding: 15px 20px 15px 20px;
    border-radius: 8px;

}

.wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea,
.es-field-wrap input {

    border: 1px solid #CCC;
    border-radius: 5px;
    padding: 8px 0px 8px 8px;

}

/*Email Subscriptions*/
.es-field-wrap label {

   color: #AFD275;

}

.footer-widget-area > p.recent-story-footer-link {

    margin: 8px 0px;
    text-transform: capitalize;

}


#faith-story-category-drop-down {

    margin: 20px auto;
    color: #7A7A7A;
    padding: 12px;
    width: 320px;
    display: block;
    text-transform: capitalize;
    font-size: 16px;

}

.banner-btn {

    margin: 0px auto;
    display: block;
    max-width: 300px;
    text-align: center;

}

@media screen and (min-width: 320px) and (max-width: 1023px) {

.wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea,
.es-field-wrap input {

    max-width: 300px;

}

#profiles-wrap {

    width: 95%;

}

#profiles-wrap-flex {

    display: block;
    width: 100%;

}

.faith-stories-category-list-item {

    display: none;

}

#faith-story-category-drop-down {

    display: block;

}

#site-header {

    display: none;

}

#site-header-mobile {

    display: block;

}

.footer-widget-area {

    display: block;
    width: 85%;    
    margin: 45px auto;

}

#footer-contents {
    
    width: 100%;

}

#left-cat-panel {

    display: block;    
    width: 1005;    

}

#stories-list {

    display: block;
    margin-left: 0px;
    padding: 30px 20px;

}

}

@media screen and (min-width: 1024px) {

.wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea,
.es-field-wrap input {

    max-width: none;

}

#profiles-wrap {

    width: 1140px;

}

#profiles-wrap-flex {

    display: flex;
    width: 1140px;

}

.faith-stories-category-list-item {

    display: block;

}

#faith-story-category-drop-down {

    display: none;

}

#site-header {

    display: inline-block;

}

#site-header-mobile {

    display: none;

}

.footer-widget-area {

    display: inline-block;
    width: 250px;    
    margin: 0px auto;

}

#footer-contents {

    width: 1200px;

}

/*FAITH STORIES CUSTOM PAGE*/   
#left-cat-panel {

    display: inline-block;    
    width: 330px;    

}

#stories-list {

    display: flex-remain;
    margin-left: 45px;
    padding: 0px;

}

}