/*
Theme Name: TheGem Child
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Theme URI: http://codex-themes.com/thegem/
Author URI: http://codex-themes.com/thegem/
Template: thegem
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/


#footer-nav {
    padding: 20px 0;
}
/*
 * Top header area*/
body .top-area {
    color: #251c71;
    border-bottom: transparent;
    border-top: 0;
    background-image: url(/wp-content/uploads/2019/02/hero001.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover !important;
}

body div#top-area {
    display: block !important;
}
body .top-area-items.inline-inside .top-area-contacts:after, body .top-area-items.inline-inside .top-area-socials:after {
    border-right: 1px solid transparent;
}
.top-area .socials a {
    color: #3aafc1;
}
.archive.category .post-meta.date-color {
    display: none;
}

/*
 * Footer
 *  */
div#footer-socials {
    display: none;
}
span.text-s-contact {
    padding-left: 35px;
    display: block;
}
span.text-contact {
    padding-left: 15px;
}
img.footer-contact-img {
    width: 19px;
    height: 19px;
    vertical-align: text-top;
}
.footer-contact {
    padding-bottom: 20px;
}
#colophon .widget_text .textwidget .footer-contact a {
    cursor: pointer;
    color: #fff;
}
.text-s-contact-notext {
	display: inline;
	padding-left: 15px;
}
.social-icons-footer {
    padding-left: 15px;
}

.social-icons-footer img {
    margin-right: 15px;
    width: 22px;
    height: 22px;
}
.footer-contact.f-social h3.widget-title {
    margin-bottom: 10px;
}
@media only screen and (min-width: 1880px) {
 body .top-area {
    background-position: 0 -130px;
  }
}