/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 21 2020 | 12:59:39 */
/* On small screens, add margin bottom to the images in the footer */
@media (max-width: 991px) {
.footer-logo {
        margin-bottom: 30px;
    }
}

/* On medium and big screens add margin left on the images in the footer */
@media (min-width: 321px) {
.footer-logo-margin {
        margin-left: 30px;
    }
}

/* Makes the footer background color white */
.main-footer {
    background: #ffffff;
}

/* Makes the footer text color black */
  .main-footer .widget .title {
    color: #000000;
}


.copyright {
    background: #ffffff;
    color: #000000;
    border-top: none;
}

/* Makes the border green, under the title */
.widget .title:after {
    width: 100%;
}

/* Removes the black border under the title */
.main-footer .widget .title {
    border-bottom: none;
}
/* Remove labels on social media icons in menu */
@media (min-width: 768px) {
	.menu-item-social-profiles span {
  		display: none;
	}
}

/* Removes the about the author on news */
.about-author {
  display:none; 
}

/* Makes the checkbox on the form inline */
#ninja_forms_field_12_label {
display: inline;
}

.archive .post-count {
 display: none; 
}

/* Remove the sidebar (widgets) on the single post page */
.single .sidebar {
  display: none;
}

.moove-gdpr-branding-cnt {
    display: none !important;
}