/*
Theme Name: UMC Theme 2 Child – Games
Theme URI: http://umc.utah.edu/
Description: Child Theme of UMC Theme – Games
Author: Scott Troxel (design), Dave White (code), Brian Thurber (code), Rachel Engle (design & code)
Author URI: http://umc.utah.edu/
Template: umctheme2
Version: 1.0.0
License: Approved use for the University of Utah Marketing and Communications only
License URI: http://umc.utah.edu/
Tags: Responsive University
Text Domain: umctheme2-child-games
*/

/* NOTE: Parent Theme styles are loaded via the parent themes functions file in 'parent-style' and then this stylesheet (style.css) for the child is loaded */

/* Site Specific Styles Start Here
------------------------------------------------------------ */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,700,800,900|Open+Sans:400,600,700");
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
/*--------------------------------------------------------------
 *## BUTTONS
 *-------------------------------------------------------------- */
/*--------------------------------------------------------------
 *## GLOBAL
 *-------------------------------------------------------------- */
body {
  color: #585858;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 3.8em;
  font-weight: 800;
  letter-spacing: -2px;
  margin: 0px;
}
h1.subhead {
  font-size: 2em;
}

h2 {
  color: #372C2C;
  font-family: "Montserrat", sans-serif;
  font-size: 2.4em;
  line-height: 1;
  font-weight: 800;
  margin: 0px;
}
h2.subhead {
  font-size: 1.6em;
  line-height: 1;
  font-weight: 400;
  color: #585858;
}

h3 {
  color: #372C2C;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2em;
  line-height: 1.5;
  font-weight: 800;
  margin: 0px;
}

hr {
  margin: 20px auto 40px 0px;
  height: 4px;
  width: 75px;
  background: linear-gradient(-20deg, #750000, #CC0000);
  border: none;
}
hr.centered {
  margin: 20px auto 40px auto;
}

.uu-section.red-bg hr {
  background: linear-gradient(-20deg, #000000, #372C2C);
}

article {
  width: 100%;
}

p {
  margin-bottom: 45px;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a, button {
  background: none;
  border: none;
  color: #CC0000;
}
a:hover, button:hover {
  cursor: pointer;
  text-decoration: none;
  color: #750000;
}
a:focus, button:focus {
  outline: none;
}
a.uu-link, button.uu-link {
  position: relative;
  transition: all 0.15s ease;
}
a.uu-link:after, button.uu-link:after {
  position: absolute;
  right: -10px;
  content: "";
  font-family: "FontAwesome";
}
a.uu-link:hover:after, button.uu-link:hover:after {
  right: -12px;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

ol.numbered-list {
  list-style-type: none;
  counter-reset: item;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

ol.numbered-list > li {
  display: block;
  position: relative;
  padding-left: 25px;
}

ol.numbered-list > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(item, decimal-leading-zero) " ";
  counter-increment: item;
  font-size: 1.2em;
  line-height: 1.5;
  font-weight: 400;
  margin-right: 5px;
  color: #7B7B7B;
}
ol.numbered-list li > ul {
  list-style-type: disc;
}

/*--------------------------------------------------------------
 *## BUTTONS
 *-------------------------------------------------------------- */
.uu-btn {
  display: inline-block;
  margin: 10px auto;
  position: relative;
  background: #CC0000;
  color: #ffffff!important;
  padding: 15px 80px 15px 40px;
  border-radius: 50px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.15s ease;
  font-size: 18px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
a.uu-btn {color: #ffffff;}
.uu-btn:after {
  position: absolute;
  right: 30px;
  content: "";
  font-family: "FontAwesome";
}
.uu-btn:hover {
  background: #750000;
  color: #ffffff!important;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
}
.uu-btn.white {
  background: #ffffff;
  color: #CC0000!important;
}
.uu-btn.white:hover {
  background: #F7F9FB;
  color: #372C2C!important;
}

.loadmore-btn {
  color: #ffffff!important;
}

/*--------------------------------------------------------------
 *## Marquee Carousel (Owl Carousel)
 *-------------------------------------------------------------- */
.uu-marquee .item {
  padding: 400px 0px;
}
.uu-marquee .item.background-img {
  background-size: cover;
  background-position: center right;
}
.uu-marquee .item h1 {
  font-size: 3.4em;
  color: #ffffff;
}
.uu-marquee .item h1.subhead {
  font-weight: 600;
  font-size: 2em;
  margin-bottom: 10px;
}

.marquee {
  position: relative;
}
.marquee::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(20deg, rgba(204,0,0, 1), rgba(204,0,0, 0));
  z-index: 102;
  -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s; /* Firefox < 16 */
  -ms-animation: fadein 2s; /* Internet Explorer */
  -o-animation: fadein 2s; /* Opera < 12.1 */
  animation: fadein 2s;
}

.owl-carousel {
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-nav {
  position: absolute;
  height: 100px;
  top: calc(50% - 50px);
  width: 100%;
  font-size: 60px;
  color: #ffffff;
  z-index: 3;
}
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 30px;
  opacity: 0.2;
}
.owl-carousel .owl-nav .owl-prev:hover {
  opacity: 1;
}
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 30px;
  opacity: 0.2;
}
.owl-carousel .owl-nav .owl-next:hover {
  opacity: 1;
}
.owl-carousel .owl-dots {
  position: absolute;
  bottom: 8%;
  left: 0;
  right: 0;
  margin: 0px auto;
  z-index: 2;
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  width: 80px;
  height: 4px;
  background: #F7F9FB;
  margin: 0px 5px;
}
.owl-carousel .owl-dots .owl-dot.active, .owl-carousel .owl-dots .owl-dot:hover {
  background: #CC0000!important;
}

/*--------------------------------------------------------------
 *## TABS
 *-------------------------------------------------------------- */
.tabs-container {
  margin: 50px auto;
}
.tabs-container .tabs-nav {
  font-size: 16px;
  line-height: 18px;
  border-bottom: 3px solid #f0f3f7;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.tabs-container .tabs-nav .nav-item {
  position: relative;
  top: 3px;
}
.tabs-container .tabs-nav .nav-item .nav-link {
  position: relative;
  color: #372C2C;
  font-weight: 600;
  border: 0px;
  padding-bottom: 30px;
}
.tabs-container .tabs-nav .nav-item .nav-link.active {
  position: relative;
  color: #CC0000;
}
.tabs-container .tabs-nav .nav-item .nav-link.active:after {
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  content: "";
  widows: 100%;
  height: 6px;
  background: linear-gradient(-20deg, #750000, #CC0000);
  box-shadow: 0 4px 10px -2px #CC0000;
}
.tabs-container .tab-content {
  text-align: left;
  margin-top: 30px;
  padding: 30px;
}

/*--------------------------------------------------------------
 *## SECTIONS
 *-------------------------------------------------------------- */
.uu-section {
  padding: 8% 0px;
}
.uu-section.white-bg {
  background-color: #ffffff;
  color: #585858;
}
.uu-section.red-bg {
  background-color: #CC0000;
  color: #ffffff;
}
.uu-section.red-bg h2 {
  color: #ffffff;
}
.uu-section.red-bg h2.subhead {
  color: #ffffff;
}
.uu-section.black-bg {
  background-color: #1C1616;
  color: #ffffff;
}
.uu-section.black-bg h2 {
  color: #CC0000;
}
.uu-section.black-bg h2.subhead {
  color: #ffffff;
}
.uu-section.ebony-bg {
  background-color: #372C2C;
  color: #ffffff;
}
.uu-section.smoke-bg {
  background-color: #F7F9FB;
  color: #585858;
}
.uu-section.top-slant-right {
  -webkit-clip-path: polygon(0 12%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 12%, 100% 0%, 100% 100%, 0% 100%);
  padding-top: 200px;
}
.uu-section.background-img {
  background-size: cover;
  background-position: center right;
}

.cta-section {
  padding: 6%;
  background: url("images/cta-bg1.png") left center no-repeat;
}
.cta-section h2 {
  color: #ffffff;
}

/*--------------------------------------------------------------
 *## HOMEPAGE
 *-------------------------------------------------------------- */
.eae-logo {
  margin-bottom: 30px;
}

.u-block {
  max-width: 100px;
  margin-bottom: 30px;
}

.highlight-container {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.highlight-container .num-highlight {
  flex-grow: 1;
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  font-weight: 800;
  margin-right: 10px;
}
.highlight-container .num-highlight span {
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  color: #939393;
}
.highlight-container .highlight-content {
  flex-grow: 1;
  text-align: left;
  margin-top: 25px;
}
.highlight-container .highlight-content .highlight-title {
  font-size: 16px;
  font-weight: 600;
}
.highlight-container .highlight-content .highlight-description {
  font-size: 12px;
  font-weight: 400;
}

.uu-logo-carousel {
  max-width: 1140px;
  margin: 30px auto;
}
.uu-logo-carousel .uu-card {
  margin: 30px 15px;
}

.uu-photo-carousel {
  max-width: 1140px;
  margin: 30px auto;
}
.uu-photo-carousel .item {
  border-radius: 30px;
  box-shadow: 0px 0px 20px 0px rgba(192, 201, 213, 0.5);
  padding: 0px;
  width: 100%;
}
.uu-photo-carousel .item img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

/*--------------------------------------------------------------
 *## MODALS
 *-------------------------------------------------------------- */

.modal-body {padding: 0px!important;}

/*--------------------------------------------------------------
 *## ABOUT PAGE
 *-------------------------------------------------------------- */
 .about-image-grid h3.widget-title{
   position: absolute;
   top: calc(50% - 23px);
   left: 0;
   right: 0;
   margin: 0px auto;
   border: none;
   color: #ffffff;
   font-size: 36px;
   line-height: 36px;
   pointer-events: none;
   z-index: 102;
 }

.about-image-grid .so-widget-sow-image .sow-image-container {
  position: relative;
  overflow: hidden;
  z-index: 100;
}
.about-image-grid .so-widget-sow-image .sow-image-container::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(20deg, rgba(204,0,0, 1), rgba(204,0,0, 0));
  z-index: 101;
  -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s; /* Firefox < 16 */
  -ms-animation: fadein 2s; /* Internet Explorer */
  -o-animation: fadein 2s; /* Opera < 12.1 */
  animation: fadein 2s;
  pointer-events: none;
}
.about-image-grid .so-widget-sow-image {
  position: relative;
}
.about-image-grid .so-widget-sow-image:hover {
  cursor: pointer;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
}
.about-image-grid .so-widget-sow-image img {
  transition: all 0.3s ease;
}
.about-image-grid .so-widget-sow-image:hover img {
  transform: scale(1.2);
}

/*--------------------------------------------------------------
 *## DROPDOWN MENU
 *-------------------------------------------------------------- */
.uu-dropdown {
  width: 100%;
}
.uu-dropdown button.dropdown-toggle {
  width: 100%;
  border: 1px solid #E6E6E6;
  border-radius: 20px 20px 0px 0px;
  padding: 15px;
}
.uu-dropdown button.dropdown-toggle:after {
  position: absolute;
  right: 30px;
  content: "";
  font-family: "FontAwesome";
  border: 0px;
  margin: 0px;
  vertical-align: middle;
}
.uu-dropdown .dropdown-menu {
  width: 100%;
  margin: 0px;
  padding: 0px;
  border-top: none;
  border-color: #E6E6E6;
  border-radius: 0px 0px 20px 20px;
  transform: translate3d(0px, 57px, 0px)!important;
}
.uu-dropdown .dropdown-menu .dropdown-item {
  font-size: 16px;
  line-height: 1;
  padding: 15px;
  border-bottom: 1px solid #E6E6E6;
}
.uu-dropdown .dropdown-menu .dropdown-item:last-child {
  border-radius: 0px 0px 20px 20px;
  border-bottom: none;
}
.uu-dropdown .dropdown-menu .dropdown-item:hover {
  background: linear-gradient(-20deg, #750000, #CC0000);
  color: #ffffff;
}

/*--------------------------------------------------------------
 *## CARDS
 *-------------------------------------------------------------- */
.uu-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 20px;
}
.link-card {
  position: relative;
  padding-left: 90px;
  min-height: 115px;
}
.link-card:hover {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
}
.link-card-icon {
  position: absolute;
  top: 20px;
  left: 30px;
}
.link-card-title {
  font-size: 1em;
  line-height: 1.2;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
 *## Student Portfolios
 *-------------------------------------------------------------- */
.portfolio-post-item {
    margin: 15px auto;
    text-align: center;
    width: 100%;
    height: 100%;
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s; /* Firefox < 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera < 12.1 */
    animation: fadein 2s;
}
.portfolio-post-item .portfolio-post-image {
  position: relative;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 5px;
}

/*--------------------------------------------------------------
 *## Category Pages
 *-------------------------------------------------------------- */
.cat-post-item {
    margin: 15px auto;
    width: 100%;
    height: 100%;
}
.cat-post-item .cat-post-image {
  position: relative;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 320px;
  overflow: hidden;
  margin-bottom: 5px;
}
.cat-post-item h3.cat-post-title {
  color: #372C2C;
  margin-top: 10px;
}
.cat-post-item .cat-post-date {
  display: block;
  color: #8B8B8B;
  font-size: 1em;
  font-weight: 600;
  margin: 5px 0px;
}
.cat-post-item p {
  margin: 0px 0px 30px 0px;
  font-size: 1em;
  font-weight: 400;
  color: #8B8B8B;
}

/*--------------------------------------------------------------
 *## UU TEAM WIDGET OVERWRITES
 *-------------------------------------------------------------- */

.uu-team-container {
  position: relative;
  top: -50px;
  min-height: 479px;
}
.uu-team-container hr {
  margin-left: auto;
  margin-right: auto;
}

.uu-team-container h3 {

}
.uu-team-container strong {
  color: #585858;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.6;
}

/*--------------------------------------------------------------
 *## FOOTER
 *-------------------------------------------------------------- */
footer.uu-footer .uu-footer-top {
  background: #1C1616;
  color: #ffffff;
  padding: 5%;
}
footer.uu-footer .uu-footer-bottom {
  background: #372C2C;
  color: #ffffff;
  padding: 2%;
}

/*--------------------------------------------------------------
 *## MEDIA QUERIES
 *-------------------------------------------------------------- */
@media screen and (max-width: 1200px) {
  .highlight-container {
    display: block;
    text-align: center;
  }
  .highlight-container .num-highlight {
    position: relative;
    text-align: center;
    margin: 0px auto;
  }
  .highlight-container .num-highlight span {
    right: 0;
    margin: 0px auto;
  }
  .highlight-container .highlight-content {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
  }
}
@media only screen and (min-width: 1024px) {
.content-single {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 998px) {

  .uu-section {
    padding: 12% 0px;
  }
  .uu-section.top-slant-right {
    -webkit-clip-path: polygon(0 6%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 6%, 100% 0%, 100% 100%, 0% 100%);
  }
  .uu-section.top-slant-right .widget_siteorigin-panels-builder {
    margin-left: auto;
    margin-right: auto;
  }

  .uu-marquee .item {
    height: 100vh;
    padding: 100px 0px;
  }

  .uu-logo-carousel .uu-card {
    padding: 20px;
  }

  h1 {
    font-size: 3em;
    letter-spacing: -2px;
  }
  h1.subhead {
    font-size: 1.5em;
  }

  h2 {
    font-size: 2em;

  }
  h2.subhead {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 2em;
    letter-spacing: -1px;
  }
  h1.subhead {
    font-size: 1.2em;
  }

  h2 {
    font-size: 1.5em;
  }
  h2.subhead {
    font-size: 1.2em;
  }

  .uu-btn {
    padding: 15px 60px 15px 30px;
  }

  .uu-logo-carousel .uu-card {
    padding: 10px;
  }
}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
