/*
Theme Name: Canyons Web
Theme URI: https://www.canyonsdistrict.org/communications
Description: A custom WordPress theme for sites in the Canyons School District.
Author: Carson Fairbourn
Author URI: 
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

		#primary {padding:2rem 3rem!important;}
		
		@media only screen and (max-width: 959px){
			#primary {padding:1.5rem 1rem!important;}
			#content-wrap {max-width: 95%;}
			.page-header .page-header-title {font-size: 1.6em;}
		}

		#content-wrap .elementor-widget-text-editor ul,
		#content-wrap .elementor-widget-text-editor ol {
			margin: 0 0 1.1em 2em !important;
		}

		#content-wrap p {
			margin: 0 0 1.1em 0 !important;
		}

		header .swiper-pagination {
			z-index: 4;
		}

		.blog-entry.large-entry {
			border-bottom: 4px dotted #afafaf;
		}
		
		a {
			color: #6181de;
		}

		.single .thumbnail img {
			max-height: 30vh;
			width: auto;
		}

		.single .thumbnail {
			max-width: 30%;
			float: left; 
			padding: 0 1em 0.5em 0; 
			margin: 0;
		}

		.content-full-screen #primary {
			padding: 0!important;
			margin: 0!important;
		}