/*!
Theme Name: DPS Schools Framework
Author: Jeff Sylvester
Description: This theme was created Denver Public Schools
Version: 1.0.36
*/

html {

}

body {
  padding: 0;
  margin: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
}

a{
  color: inherit;
  text-decoration: underline;
}

.admin-bar{
  padding-top: 32px;
}

@media only screen and (max-width: 782px) {
  .admin-bar{
    padding-top: 46px;
  }
}

.modaal-outer-wrapper {
  overflow: hidden;
}

/* COBLOCK Stack Tablet Overrid */

@media only screen and (max-width: 992px) {
  .stack-small > .wp-block-coblocks-row__inner{
    flex-wrap: wrap;
  }
  .stack-small > .wp-block-coblocks-row__inner > div{
    width: 100% !important;
  }
}



/* Fonts for Alerts */

.arabic{
  font-family: Tahoma, sans-serif;
  direction: rtl !important;
}

/* Amharic */
@font-face {
  font-family: "AbyssinicaSILW";
  src: url("fonts/AbyssinicaSIL-R.woff") format('woff');
}

.amharic {
  font-family: "AbyssinicaSILW" !important;
}

/* Burmese */
@font-face {
  font-family: "Zawgyi-One";
  src: url("fonts/Zawgyi-One.eot");
  src: url("fonts/Zawgyi-One.eot?#iefix") format("embedded-opentype"),
  url("fonts/Zawgyi-One.woff") format("woff"),
  url("fonts/Zawgyi-One.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.burmese {
  font-family: "Zawgyi-One" !important;
}

/* Block - Slideshow */

.slideshow .swiperPrev, .slideshow .swiperNext{
  display: none;
}

.slideshow.show-controls{
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.slideshow.show-controls .swiperPrev, .slideshow.show-controls .swiperNext{
  display: block;
}

.slideshow.show-controls .swiperPrev, .slideshow.show-controls .swiperNext{
  cursor: pointer;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.slideshow.show-controls .swiperPrev svg, .slideshow.show-controls .swiperNext svg{
  width: 50px;
  height: 50px;
}
.slideshow.show-controls .swiperNext{
  left: auto;
  right: 0;
}

.slideshow .swiper-slide img{
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .slideshow.show-controls{
    padding-left: 100px;
    padding-right: 100px;
  }

  .slideshow.show-controls .swiperPrev{
    left: 25px;
  }

  .slideshow.show-controls .swiperNext{
    right: 25px;
  }
}

/* Block - Google Calendar Events Feed */

.events-feed {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.events-feed > div.alert {
  margin: 0 auto;
  background: transparent;
  border:none;
}

.events-feed .swiper-slide {
	min-width: 188px;
}

.events-feed .swiperPrev, .events-feed .swiperNext{
  cursor: pointer;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.events-feed .swiperPrev svg, .events-feed .swiperNext svg{
  width: 50px;
  height: 50px;
}
.events-feed .swiperNext{
  left: auto;
  right: 0;
}

.events-feed .event{
  text-align: center;
}

.events-feed .eventDate{
  font-size: 70px;
  line-height: 70px;
}

.events-feed .eventDate:after{
  content: '';
  width: 80%;
  height: 8px;
  display: block;
  background-color: black;
  margin: 5px auto 10px auto;
  max-width: 150px;
}

.events-feed .eventMonth{
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.events-feed .eventSummary{
  margin-bottom: 5px;
}

.events-feed .eventDetails{
  font-weight: bold;
  font-size: 14px;
}

@media (min-width: 992px) {
  .events-feed{
    padding-left: 100px;
    padding-right: 100px;
  }

  .events-feed .swiperPrev{
    left: 50px;
  }

  .events-feed .swiperNext{
    right: 50px;
  }
}

/* Block - News Feed */

.news-feed > div{
  margin-top: 10px;
  margin-bottom: 10px;
}

.news-feed-item{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.18);
  -moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.18);
  box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.18);
  height: 100%;
}

.news-feed-item h4 a{
  text-decoration: none;
}

.custom-news-pagination {
	list-style-type: none;
	display: flex;
	margin: 0 auto;
	text-align: center;
  justify-content: center;
  margin-top: 15px;
}

.custom-news-pagination li {
  margin: 0 4px;
  height: 26px;
  width:26px;
}

.custom-news-pagination li a {
  text-decoration: none;
  font-weight: 900;
}

.custom-news-pagination li a:hover {
  text-decoration: underline;
}

.custom-news-pagination li strong {
  border-width: 2px;
border-style: solid;
border-color: #cccccc;
border-radius: 50%;
height: 26px;
  width:26px;
  display:flex;
  align-items: center;
  justify-content: center;
}

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

.news-feed-item-image{
  background-position: center;
  background-size: cover;
  height: 200px;
}

.news-feed-item-content{
  padding: 20px;
}

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

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

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

/* Block - Blockquote*/

.wp-block-quote, .wp-block-quote.is-style-large{
  border-style: solid;
  border-width: 0;
  border-left-width: 5px;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  padding: 20px;
}

/* Block - Pullquote */

.wp-block-pullquote{
  border-style: solid;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 0px;
  border-right-width: 0px;
}

.wp-block-pullquote blockquote{
  margin: 0;
}

/* Block - File */

.wp-block-file a.wp-block-file__button:hover{
  text-decoration: underline;
  opacity: 1;
}

/* Block - Table */

.wp-block-table{
  width: 100%;
}

.wp-block-table.is-style-regular tr{
  border-bottom: 1px solid #ccc;
}

.wp-block-table.is-style-regular tr:first-of-type{
  border-top: 1px solid #ccc;
}

.wp-block-table td{
  padding: 5px;
}

/* Block - Image Gallery */

.image-gallery{
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.image-gallery img{
  display: inline-block;
  padding: 5px;
}

/* Block - Image */

.wp-block-image img {
  height: auto;
}

/* Block - Table */

.wp-block-table img {
	height: auto;
}

/* Single */
.single-post .wp-post-image
{
  margin-bottom: 20px;
}

/* Single Staff */

.single-staff .staff-image{
  width: 100%;
  max-width: 250px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .single-staff .staff-image{
    float: right;
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 10px;
  }
}
