/*
Theme Name: The Core Child
Description: The Core is created by <a href="https://themefuse.com">ThemeFuse</a>. The Core comes with 17 different themes inside it with more to come soon. The long list of features makes The Core the only stop when searching for a cutting edge WordPress theme. Child theme for the The Core. Child themes are the recommended way of making modifications to a theme. <a href="https://codex.wordpress.org/Child_Themes">Reade More</a>
Author: ThemeFuse
Author URI: https://themefuse.com/
Template: the-core-parent
Version: 1.0
Text Domain: the-core
Tags: left-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

@media screen and (min-width: 1025px) {
#st-3, #st-4 {
	display: none !important;
}

#st-2.st-right {
    right: 0px;
    display: none !important;
}

#st-3.sharethis-inline-share-buttons.st-justified.st-inline-share-buttons.st-animated {
	display: none !important;
}

#st-3.st-justified {
    display: none !important;
}
}

/* Custom Widgets */

aside { 
    display: block;
}

.lower-content-section.section-footer {
    margin-right: auto;
    margin-left: auto;
}

.lower-content-section {
    background-color: #fdf9ef;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5px;
    padding-left: 5px;
}

.credibility-block {
    background-color: #fff;
    margin-top: 2px;
	margin-bottom: 2px;
    padding: 5px;
	margin-right: auto;
    margin-left: auto;
	text-align: center;
}

div.above-footer {
	display: block;
	text-align: center;
	margin: 30px 100px;
	background-color: transparent;
}

h2.widgettitle.above-footer-title {
	color: #4a397b;
}

.top-header-title, .lower-content-section-title {
		color: #4a397b;
}

h2.above-footer-title, h3.above-footer-title {
	color: inherit;
}

h2.widgettitle.above-footer-title {
	color: inherit;
}

/* END Custom Widgets */

/*ShortCode Custom*/
/*div#shortcodes-ultimate-2.widget.shortcodes-ultimate.top-header {
    margin-bottom: 0px;
}

.su-row .su-column { margin: 0 0 0 3%; }

.widget.widget_wysiwyg_widgets_widget.top-header {
	margin-bottom: 40px;
}
*/

/* SITEMAP PLUGIN */

ul.simple-sitemap-page ul.children, ul.simple-sitemap-post ul.children, ul.simple-sitemap-product ul.children {
    padding-left: 30px;
}

ul.simple-sitemap-page ul.children a, ul.simple-sitemap-post ul.children a, ul.simple-sitemap-product ul.children a {
    color: #283b7f;
}

ul.simple-sitemap-page li a, ul.simple-sitemap-post li a, ul.simple-sitemap-product li a, ul.simple-sitemap-employee li a {
	padding-left: 10px;
	font-weight: bold;
	color: #2e1c52;
}

/* Begin Regular CSS */
#st-3.st-justified {
    display: none !important;
}

@media screen and (max-width: 1024px) {
	
#st-3 {
    font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    backface-visibility: hidden;
    display: block;
    position: fixed;
    opacity: 1;
    text-align: left;
    top: 160px;
    z-index: 94034;
}

	.entry-content li {
	line-height: 1.5;
	font-size: 1em;
}
}

@media screen and (max-width: 900px) {
.entry-content p {
  		margin: 0 0 20px;
  		line-height: 2.3;
  		padding: 0;
  	}

.article-indent {
	padding-left: 20px !important;
	}

.top-header {
        text-align: center;
        display: none;
    }
div.above-footer {
    margin: 10px 10px !important;
}

div.credibility-block {
    margin: 10px 10px !important;
}
}

@media screen and (max-width: 768px) {
	.top-header {
        text-align: center;
        display: none;
    }
	#sidebar {
    background-color: transparent;
    padding: 0px;
}
		
	.widget_facebook_likebox {
    display: none;
}
}

@media screen and (max-width: 640px) {

	.disappear {display: none;}
		
	.appear {display: block;}
	
	.top-header {text-align: center; display: none;}
	
	.credibility-block {display: none;}
	
	.mobile-img {
		max-width: 85% !important;
		margin-left: -25px !important;
	}

.alignright {
	margin-left: 0px !important;
    margin-right: 0px !important;
	float: none !important;
	}
}