/*!
Theme Name: alleducationschools
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: alleducationschools
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

alleducationschools is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* Make header sticky except home page and listings page */
@media screen and (min-width: 768px) {
	body:not(.home, .page-id-709) #masthead {
		position: fixed !important;
		z-index: 9999 !important;
		width: 100% !important;
		background: white !important;
	}

	/* adds padding to all content pages except home page and listings page */
	body:not(.home, .page-id-709) #content {
		padding-top: 6rem !important;
	}
}


/* override content margins on full-width pages */
@media only screen and (min-width: 1024px) {
	.has-fixed {
		width: 60%;
	}
}

/* override related reading image */
.wp-block-aes-multipurpose-block .pt-cv-thumbnail {
	height: auto;
}

@media only screen and (min-width: 1590px){
  .show_mobile {
    display: none;
  }
}

/*SEM landing pages*/

.lp-header-shadow{
	text-shadow: 10px 4px 25px rgba(0, 0, 0, .65)
}

@media only screen and (min-width:767px) {
	.hide-desktop { display: none !important; }
}

@media only screen and (max-width: 767px) {
	.hide-mobile {
		display: none !important;
	}
}

@media only screen and (min-width: 767px){
  .show-mobile {
    display: none !important;
  }
}

/* flex box start */

.lp-flexcontainer {
	display: flex;
}

.lp-flexcontent {
	flex: 1;
}

/* flex box end */

/* for ads */
.heading-font {
	font-family: 'Poppins';
	padding-bottom: 5px;
}

.no-bottom-margin {
	margin-bottom: 0;
}

.ads-img-width img {
	max-width: 100%;
}

.bottom-border {
	border-bottom: 1px solid #979797;
	margin-bottom: 15px;
	height: 5px !important;
}

.bottom-border-light {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 15px;
}

.center-columns .wp-block-column {
	text-align: center;
}


/* Sticky Left Widget CSS */

.side-widget-outer{
	    position: -webkit-sticky;
      	position: sticky;
      	top: 74px;
      	overflow: hidden;
}
.has-semi{
	width:100%
}
