/*
Theme Name: School Communication Arts
Text Domain: school-communication-arts
Version: 1.0
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: the sixredsquares team
Author URI: http://www.6rs.co.uk/
Theme URI: https://www.schoolcommunicationarts.com/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

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

/*Wordpress editor styles start*/

.gridtemp {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-row-gap: 30px;
}

.leftgrid {
	grid-column: 1 / span 3;
}

.rightgrid {
	grid-column: 4 / span 1;
}

#input_17_1 {
    display: grid;
    grid-template-columns: max-content max-content;
	grid-column-gap: 30px;
	margin: 0px !important
}

#input_17_3, #input_17_6 {
    width: 100%;
    border: 1px solid white !important;
    padding: 12px 15px 8px 15px;
    color: #FFF;
    font-size: 16px;
	margin-top: 0px !important;
}

#input_17_3::placeholder, , #input_17_6::placeholder {
	color: rgba(255,255,255,0.8);
}

#gform_submit_button_17 {
	margin-left: 0px !important;
	background-color: #FFF;
	color: #000;
	font-size: 16px !important;
	border: 0px !important;
	padding-top: 4px;
	margin-top: -25px;
}

#field_17_3 {
	margin-top: 0px !important;
}

#choice_17_1_1, #choice_17_1_2 {
	margin-top: -5px;
	margin-right: 5px;
}

#label_17_1_1, #label_17_1_2 {
	font-size: 16px;
}

#gform_17 .validation_error {
    color: #FFF !important;
    border: 1px solid white !important;
    padding: 10px !important;
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	  
	.leftgrid {
	grid-column: 1 / span 4;
}

	.rightgrid {
	grid-column: 1 / span 4;
}
	#input_17_1 {
    grid-template-columns: 1fr 1fr;
}
	#choice_17_1_1, #choice_17_1_2 {
	margin-top: 0px;
}
	  
}

/* Footer Form End */

.entry-content img {
	display: block;
}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.screen-reader-text,
.gallery-caption ,
.bypostauthor {
	display: none;
}
.page-slider .page-item .item-inner{
    max-width: initial;	
}
/*Wordpress editor styles end*/