
/*
Theme Name:   DPS School Theme - The Classic
Description:  The Classic theme is a child theme of the DPS Schools Framework.
Template:     dps-schools-framework
Version:      1.0.35
*/

.hidden {
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}

/* Alert*/

.site-alert {
	padding: 9px 0;
	text-align: center;
}

.site-alert .nav-item a{
  color: inherit;
  text-decoration: none;
}

.site-alert .nav-link.active{
  border-bottom-width: 3px;
  border-bottom-style: solid;
}

.site-alert .tab-content a{
  color: inherit;
  text-decoration: underline;
}

.site-alert .tab-content a:hover{
  color: inherit;
  text-decoration: underline;
}

.site-alert p:last-child{
  margin-bottom: 0;
}

.site-alert .tab-pane{
  padding: 9px 16px;
}

/* Header */
header{
  background-color: white;
  position: relative;
}

#mobile-button{
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.navbar-toggler{
  padding: 10px;
  border: none;
}

.navbar-toggler .line{
  width: 25px;
  display: block;
  height: 3px;
  margin-bottom: 5px;
}

.navbar-toggler .line:last-of-type{
  margin-bottom: 0px;
}

#header-logo img{
  display: block;
  margin: 0 auto 0 0;
  max-height: 60px;
  width: auto;
}

#header-utility{
  background-color: #f5f5f5;
  padding-top: 5px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#social-icons{
  margin-right: 20px;
}

#social-icons a{
  text-decoration: none;
}

#social-icons img{
  width: 30px;
  height: auto;
  margin: 5px;
  display: inline-block;
}

@media (min-width: 768px) {
  header{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #header-logo img{
    max-height: none;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #header-utility{
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #header-gtranslate{

  }
  #header-search{
    margin-top: 10px;
    width: 100%;
  }
  #header-search #searchform {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #header-search #searchform input{
    width: 60%;
    padding-left: 10px;
    margin:0;
    max-width: 300px;
  }
  #header-search #searchform input[type=submit]{
    width: 40%;
    border-left: none;
    margin:0;
    max-width: 80px;
  }
}

/* Main and Top Bar Navigation */
#main-nav, #top-bar-nav{
  padding: 0;
}

#main-nav .nav-link, #top-bar-nav .nav-link{
  text-decoration: none;
  padding: .5rem .65rem;
}

#main-nav .dropdown-menu, #top-bar-nav .dropdown-menu{
  margin: -1px 0 0 0;
  border: none;
  border-radius: 0;
}

#main-nav .nav-link, #main-nav .dropdown-item, #top-bar-nav .nav-link, #top-bar-nav .dropdown-item{
  text-decoration: none;
}

@media (max-width: 768px){
  header .container, #main-nav .container, #top-bar-nav .container {
    max-width: none;
  }
}

@media (min-width: 768px) {
  #top-bar-nav .nav-link, #top-bar-nav .nav-link, #top-bar-nav .dropdown-item{
    font-size: 14px;
  }
  #main-nav .dropdown-menu, #top-bar-nav .dropdown-menu{
    -webkit-box-shadow: 0px 10px 14px -2px rgba(0,0,0,0.3);
    box-shadow: 0px 10px 14px -2px rgba(0,0,0,0.3);
  }
  #main-nav .container{
    padding: 0;
  }
}

@media (min-width: 1200px) {
  #main-nav .nav-link{
    padding: 1rem .75rem;
  }
}

/* Background Settings */

#page-content{
  background-color: white;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding-top: 40px;
  padding-bottom: 20px;
}

/* Page - Home */

#home-carousel .carousel-item{
  background-position: center;
  background-size: cover;
  height: 300px;
  position: relative;
}

#home-carousel .carousel-item .carousel-image{
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 30px;
  height: 30px;
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition: all .6s ease !important;
  -o-transition: all .6s ease !important;
  transition: all .6s ease !important;
}

.carousel-fade  .carousel-item.active {
  opacity: 1;
  -webkit-transition: all .6s ease !important;
  -o-transition: all .6s ease !important;
  transition: all .6s ease !important;
}


#home-info-box-container{
  position: relative;
  z-index: 1;
}

#home-info-box{
  padding: 20px;
  margin: 0 -15px;
  text-align: center;
}

#home-info-box ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#home-info-box ul li a{
  display: inline-block;
  padding: 5px 10px;
}

#home-info-box ul li:last-of-type a{
  border-right: none;
}

#home-info-box #arrow{
  width: 15px;
  height: 15px;
  margin: 3px;
}

.home-video-hero {
	padding-bottom: 44px;
}

@media (min-width: 992px) {
  #home-carousel .carousel-item{
    background-position: center;
    background-size: cover;
    height: 500px;
  }

  #home-info-box-container{
    margin-top: -50px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  #home-info-box{
    padding: 30px;
    margin-left: -35px;
    margin-right: -35px;
    position: relative;
  }

  #home-info-box-container:before{
    position: absolute;
    bottom: -20px;
    right: -20px;
    content: '';
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #007bff transparent transparent transparent;
  }

  #home-info-box-container:after{
    position: absolute;
    bottom: -20px;
    left: -20px;
    content: '';
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #007bff transparent transparent;
  }


  #home-info-box ul li{
    display: inline-block;
  }

  #home-info-box ul li a{
    display: inline-block;
    padding: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }

  #home-info-box ul li:last-of-type a{
    border-right: none;
  }

}

@media (min-width: 1200px) {
  #home-info-box{
    padding: 30px 80px;
  }
}


/* Archive */

/* Block - News Feed */

.archive-item{
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.18);
  box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.18);
  margin-bottom: 20px;
  height: 100%;
  padding: 20px;
}

.archive-item-post-date{
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  display: block;
}

.archive-item-image{
  background-position: center;
  background-size: cover;
  height: 200px;
  padding: 20px;
  margin-bottom: 20px;
}

/* .archive-item-content{
  padding: 20px;
} */

.archive-item-paging{
  text-align: center;
}

.archive-item-paging .page-numbers{
  display: inline-block;
  width:30px;
  height:30px;
  border-radius:50%;
  line-height:25px;
  text-align:center;
  text-decoration: none;
  font-weight: bold;
}

.archive-item-paging .page-numbers.current{
  border-width: 2px;
  border-style: solid;
  border-color: #cccccc;
  border-radius: 50%;
}

@media (min-width: 992px) {
  .archive-item-image{
    margin-bottom: 0px;
  }
}

/* Taxonomy - Department */

.staff-member{
  margin-bottom: 20px;
}

.staff-member h3{
  margin-top: 20px;
  margin-bottom: 10px;
}

/* Sidebar */

.primary-sidebar{
  margin-top: 40px;
}

.widget{
  margin-bottom: 20px;
}

.widget-title{
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom-width: 5px;
  border-bottom-style: double;
}

/* Footer */

footer{
  text-align: center;
  padding: 20px 0;
}

#footer-logo{
  text-align: center;
}

#footer-logo img{
  width: 100%;
  height: auto;
  max-width: 250px;
}

#footer-dps-logo img, #footer-portal-logo img{
  width: 100%;
  max-width: 125px;
  margin-bottom: 20px;
}

#footer-tagline, #footer-address, #footer-hours, #footer-contact-info{
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  footer{
    padding: 40px 0;
  }
  #footer-logo img{
    max-width: none;
  }

  #footer-tagline, #footer-address, #footer-hours, #footer-contact-info{
    margin-bottom: 0px;
  }

  #footer-dps-logo img, #footer-portal-logo img{
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 175px;
  }

  .col-md-12 #footer-tagline, .col-md-12 #footer-address, .col-md-12 #footer-hours, .col-md-12 #footer-contact-info, .col-md-12 #footer-dps-logo img, .col-md-12  #footer-portal-logo img{
    margin-top: 20px;
    margin-bottom: 20px;
  }

}

/*
// Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/
