/*
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
*/


body .breadcrumbs .current {
  color: #DBA66D !important;
  border-bottom: 3px solid #DBA66D !important;
}

h2, .title-h2, body .pricing-table-style-6 .pricing-price-title, h3.comment-reply-title {
/*   font-size: 28px !important; */
}
.post-footer .post-footer-sharing {
  display: none;
}
.socials-sharing.socials {
  display: none;
}
@media (max-width:992px) {

	.panel-sidebar-sticky .sidebar {
	  display: none;
	}
}

@media (max-width:768px) {

	.mobile-centered h4 {
	  text-align: center !important;
	}
}

@media (max-width:500px) {
	.post-related-posts h2 {
	  font-size: 19px;
	}
	.post-related-posts h2::before {
	  font-size: 35px;
	}
	.related-posts-carousel .related-posts-navigation {
	  top: -60px;
	}
	
}

@media (max-width:400px) {
	.post-related-posts h2::before {
		content: none;
	}
	
}