/*
Theme Name: PTSC Theme (Shapely)
Theme URI: https://www.ptsc.k12.in.us/
Author: PTSC Tech Department
Author URI: https://www.ptsc.k12.in.us/
Template: shapely
Description: This is a theme for PTSC as a child theme of Shapely. It was originally made with Shapely 1.2.4.
Version: 1.0.0
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ptsc-theme-shapely
Tags: left-sidebar, right-sidebar, featured-images, post-formats, threaded-comments, theme-options, photography, portfolio, full-width-template, grid-layout
*/

@import url("/wp-content/themes/shapely/style.css?ver=5.1.1.3");

/*
.main-navigation .menu > li ul {
    left: 100%;
    transition: all 0s ease;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;

}

.main-navigation .menu > li:hover > ul,
.main-navigation .menu > li:focus-within > ul {
	opacity: 1;
	transform: translate3d(0, 0px, 0);
	-webkit-transform: translate3d(0, 0px, 0);
	-moz-transform: translate3d(0, 0px, 0);
	visibility: visible;
}
*/
.back-to-top {
	position: absolute;
	right: 0;
	bottom: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	height: 36px;
	width: 36px;
	padding: 5px 11px;
}

author-bio {
	display:none;
}

div#meta-2 {
    display: none;
}

div#recent-comments-2 {
    display: none;
}

@media (max-width: 1120px){
    .main-navigation .menu > li {
        margin-right: 16px;
    }
}

.hide-column{
	display:none;
	width: 0px;
	
}

@media (max-width: 480px) {
    footer {
        
		font-size: xx-small;
		display: table-footer-group;
    }
}

.test-class{
	height:auto;
}

.no-margins{
    margin: 0px;
}

.background-school-color{
    background-color: rgba(15, 81, 185, 1);
}

.background-ptsc-image-wide{
    background: url("/wp-content/uploads/2019/01/PTSCComplete-e1547652305242.jpg") center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% auto;
}

body{
    color: #5B5B5B;
}

.main-navigation .menu > li > ul li a {
	color: #5B5B5B;
}

.main-navigation .menu li a {
	letter-spacing: 0px;
}

p, span {
	font-weight: 410;
}

.wp-block-display-remote-posts h4,p {
    margin-bottom: 10px;
}

.wp-block-display-remote-posts-datetime {
    font-weight: 600
}