/*
Theme Name: Unisco Child
Theme URI: https://piercetonalumni.com
Author: Randall Caudill
Author URI: https://randalls-place.com
Description: A modified theme to represent the old PSAA site.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: unisco-child
Tags: two-columns, right-sidebar, flexible-header, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, sticky-post, threaded-comments, translation-ready, blog, education
Template: unisco
*/

.navbar-light .navbar-nav .nav-link {
    background: #dd3333;
}
@media screen and (max-width:991px) {
    .navbar-light .navbar-nav .nav-link {
    background: none;
    }
}
a, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active {
	color: #000000;
}
.navbar-light .navbar-nav .nav-link:hover {
	color: #0000ff;
}
.navbar-light .navbar-toggler {
	border: 2px solid #dd3333
}
.icon-menu {
	color: #dd3333;
}
#nav-menu {
	width: 100%;
}

.custom-header {
    min-height: 500px;
    width: 100%;
    background-position: center center;
}

@media screen and (max-width: 991px) {
    .custom-header {
    min-height: 300px;
    }
    .responsive-logo {
    border: 5px solid #000;
    }
}

.center-logo {
    border: 5px solid #000;
    background-color: #fff;
}


input[type='submit']:hover {
	background: #dd3333;
}

.btn-warning {
    background: #dd3333;
    border: #dd3333;
    padding: 10px 25px;
}

.contact-form {
	background: #dd3333;
}

.btn-submit:hover {
	background: #cbb58b
}

@media screen and (min-width: 1100px) {
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
	border: none;
	margin: 0;
	padding: 0;
	line-height: 1;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	
}
#cssmenu {
	height: 37px;
	display: flex;
	padding: 0;
	margin: auto;
	
	border-radius: 5px;
	width: auto;
	border-color: #080808;
	
}
#cssmenu,
#cssmenu > ul > li > ul > li a:hover {
	background: #dd3333;
	background: -moz-linear-gradient(top, #dd3333 0%, #dd3333 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dd3333), color-stop(100%, #dd3333));
	background: -webkit-linear-gradient(top, #dd3333 0%, #dd3333 100%);
	background: -o-linear-gradient(top, #dd3333 0%, #dd3333 100%);
	background: -ms-linear-gradient(top, #dd3333 0%, #dd3333 100%);
	background: linear-gradient(top, #dd3333 0%, #dd3333 100%);
}
#cssmenu > ul {
	list-style: inside none;
	padding: 0;
	margin: auto;
}
#cssmenu > ul > li {
	list-style: inside none;
	padding: 0;
	margin: auto;
	float: left;
	display: block;
	position: relative;
}
#cssmenu > ul > li > a {
	outline: none;
	display: block;
	position: relative;
	padding: 12px 20px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	
	color: #ffffff;
	text-transform: uppercase;  
}
#cssmenu > ul > li > a:hover {
	background: #080808;
	color: #ffffff;
}
#cssmenu > ul > li:first-child > a {
	
}
#cssmenu > ul > li > a:after {
	content: '';
	position: absolute;
	
	top: -1px;
	bottom: -1px;
	right: -2px;
	z-index: 99;
	border-color: #3c3c3c;  
}
#cssmenu ul li.has-sub:hover > a:after {
	top: 0;
	bottom: 0;
}
#cssmenu > ul > li.has-sub > a:before {
	content: '';
	position: absolute;
	top: 18px;
	right: 6px;
	border: 5px solid transparent;
	border-top: 5px solid #ffffff;
}
#cssmenu > ul > li.has-sub:hover > a:before {
	top: 19px;
}
#cssmenu ul li.has-sub:hover > a {
	background: #3f3f3f;
	border-color: #3f3f3f;
	padding-bottom: 13px;
	padding-top: 13px;
	top: -1px;
	z-index: 999;
}
#cssmenu ul li.has-sub:hover > ul,
#cssmenu ul li.has-sub:hover > div {
	display: block;
}
#cssmenu ul li.has-sub > a:hover {
	background: #3f3f3f;
	border-color: #3f3f3f;
}
#cssmenu ul li > ul,
#cssmenu ul li > div {
	display: none;
	width: auto;
	position: absolute;
	top: 38px;
	padding: 10px 0;
	background: #3f3f3f;
	border-radius: 0 0 5px 5px;
	z-index: 999;
}
#cssmenu ul li > ul {
	width: 200px;
}
#cssmenu ul li > ul li {
	display: block;
	list-style: inside none;
	padding: 0;
	margin: 0;
	position: relative;
}
#cssmenu ul li > ul li a {
	outline: none;
	display: block;
	position: relative;
	margin: 0;
	padding: 8px 20px;
	font: 10pt Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
#cssmenu ul ul a:hover {
	color: #ffffff;
}
#cssmenu > ul > li.has-sub > a:hover:before {
	border-top: 5px solid #ffffff;

	}
#cssmenu li.current-menu-item {
	background: #0000ff;
	color:#fff;
	}
}
.mobile-menu{
    display: none;
}
@media only screen and (min-width: 1100px){
    .desktop-menu{
        display: block !important;
    }
    .mobile-menu{
        display: none !important;
    }
}

@media only screen and (max-width: 1099px){
    .desktop-menu{
        display: none !important;
    }
    .mobile-menu{
        display: block !important;
    }
}