/*
Theme Name: UGo 2016 Child
Theme URI: http://wordpress.org/themes/UGo
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

#slider {
  position: relative;
  height: 80rem;
}

#slider > div { position: absolute; }

// DO NOT ADD ANY CODE TO THIS FILE,
// SEE SASS FILES FOUND AT https://bitbucket.org/square205/ugo-site
// ADD YOUR CODE TO THOSE FILES AND THEN COPY AND PASTE MAIN.CSS FILE


.abs-vert-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100;
}

.rel-vert-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100;
}

.teal-bg {
  background-color: #92D1B9;
}

.orange-bg {
  background-color: #F05A42;
}

.yellow-bg {
  background-color: #F8DF38;
}

.dark-blue-bg {
  background-color: #1C2D69;
}

.font-light-orange {
  color: #F7ACA0;
}

.font-light-teal {
  color: #BEE3D5;
}

.font-light-yellow {
  color: #FBE685;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  background: #1C2D69;
  margin: 0;
}

html {
  font-size: 10px;
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 9px;
  }
}

@media screen and (max-width: 1280px) {
  html {
    font-size: 8px;
  }
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 7px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 6px;
  }
}

@media screen and (max-width: 414px) {
  html {
    font-size: 5px;
  }
}

@media screen and (max-width: 320px) {
  html {
    font-size: 4px;
  }
}

body {
  font-family: "Gotham Book", "Lato", "Helvetica", sans-serif;
  color: white;
}

.uppercase {
  text-transform: uppercase;
}

#main {
  overflow: hidden;
}

.header--bg {
  width: 100vw;
  background-image: url("/wp-content/themes/UGo/images/hero.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.header--logo {
  height: 4rem;
  width: 10rem;
  margin: 3rem auto;
  background-image: url("/wp-content/themes/UGo/images/ugo-logo.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.header--content {
  margin-top: 10rem;
  overflow: auto;
  position: relative;
  bottom: -4rem;
}

.header--phone {
  height: 70rem;
  width: 32rem;
  background-image: url("/wp-content/themes/UGo/images/hero-phone.png");
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  float: left;
}

.header--slogan {
  font-size: 10rem;
  color: white;
  text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-family: "Gotham Bold", "Lato", "Helvetica", sans-serif;
  font-weight: 900;
  text-align: left;
  margin-top: 30rem;
}

.header--cta {
  display: block;
  background-color: #1C2D69;
  color: white;
  font-family: "Gotham Bold", "Lato", "Helvetica", sans-serif;
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 1.9rem;
  width: 23rem;
  height: 8.5rem;
  -webkit-border-radius: 1.5rem;
  border-radius: 1.5rem;
  padding: 2.75rem 0;
  float: left;
}

@media screen and (max-width: 600px) {
  .header--slogan {
    font-size: 8rem;
  }
}

.explanation--bg {
  width: 100vw;
  background-image: url("/wp-content/themes/UGo/images/faint-blocks.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-bottom: 13rem;
}

.explanation--text {
  font-size: 4rem;
  font-family: "Gotham Light", "Lato", "Helvetica", sans-serif;
  font-weight: 100;
  margin-top: 8rem;
}

.explanation--cta {
  display: block;
  color: white;
  text-decoration: none;
  margin: 3rem auto 14rem;
}

.explanation--cta:hover {
  color: #A7BCD1;
  text-decoration: none;
}

.explanation--cta:hover .explanation--play {
  border-color: transparent transparent transparent #A7BCD1;
}

.explanation--watch {
  font-family: "Gotham Bold", "Lato", "Helvetica", sans-serif;
  font-weight: 900
  font-size: 3rem;
  display: inline;
}

.explanation--play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.25rem 0 1.25rem 1.75rem;
  border-color: transparent transparent transparent #ffffff;
  display: inline-block;
  margin-left: 1.5rem;
  position: relative;
  top: 0.25rem;
}

.phone-section--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 65rem;
  min-height: 65rem;
}

.phone-section--bg-size {
  position: relative;
  height: 65rem;
  width: 100vw;
  margin-top: -13rem;
}

.phone-section--title {
  font-family: "Gotham Bold", "Lato", "Helvetica", sans-serif;
  font-weight: 900;
  font-size: 4rem;
}

.phone-section--text {
  font-family: "Gotham Light", "Lato", "Helvetica", sans-serif;
  font-weight: 100;
  font-size: 3rem;
}

.example--phone {
  width: 100%;
  height: 65rem;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  margin-top: -12.5rem;
}

.example--phone__ugoers {
  background-image: url("/wp-content/themes/UGo/images/ugoer-phone.png");
}

.example--phone__events {
  background-image: url("/wp-content/themes/UGo/images/event-phone.png");
}

.example--phone__chats {
  background-image: url("/wp-content/themes/UGo/images/chat-phone.png");
}

.main-icon {
  height: 10rem;
  width: 10rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 7rem auto 6.5rem;
}

.main-icon--ugoer {
  background-image: url("/wp-content/themes/UGo/images/icons/ugoer.svg");
}

.main-icon--event {
  background-image: url("/wp-content/themes/UGo/images/icons/event.svg");
}

.main-icon--chat {
  background-image: url("/wp-content/themes/UGo/images/icons/chat.svg");
}

@media screen and (max-width: 768px) {
  .phone-section--bg {
    width: 110vw;
    margin-left: -5vw;
    height: 130rem;
  }
  .phone-section--bg-size {
    height: 130rem;
    overflow: hidden;
    margin-top: -25rem;
  }
  .example--phone {
    margin-top: 2rem;
  }
}

.feat-slider {
  width: 100vw;
  height: 90rem;
}

.feat-slider--slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.feat-slider--slide__1 {
  background-image: url("/wp-content/themes/UGo/images/feature-1.png");
}

.example--bg {
  width: 100vw;
  height: 96rem;
  background-image: url("/wp-content/themes/UGo/images/volleyball.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: auto;
}

.example--text {
  font-size: 5rem;
  font-family: "Gotham Bold", "Lato", "Helvetica", sans-serif;
  font-weight: 900;
  font-style: italic;
  margin-top: 10rem;
}

.messages--bg {
  width: 100vw;
  height: 74rem;
  background-image: url("/wp-content/themes/UGo/images/messages.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  border-bottom: 1rem solid #E6E7E8;
}

.messages--user {
  width: 16rem;
  height: 16rem;
  background: url("/wp-content/themes/UGo/images/user.jpg") center center no-repeat;
  background-size: cover;
  -webkit-border-radius: 16rem;
  border-radius: 16rem;
  border: 1rem solid #E6E7E8;
  position: absolute;
  bottom: -8rem;
  right: 6rem;
}

.messages--relative {
  width: 100%;
  height: 74rem;
  position: relative;
}

.download--text {
  font-size: 3.5rem;
  font-weight: "Gotham Bold";
  margin-top: 10rem;
  margin-bottom: 4.5rem;
}

.download--cta {
  display: block;
  background-color: #7E8CBD;
  color: white;
  font-family: "Gotham Bold", "Lato", "Helvetica", sans-serif;
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 1.9rem;
  width: 23rem;
  height: 8.5rem;
  -webkit-border-radius: 1.5rem;
  border-radius: 1.5rem;
  padding: 2.75rem 0;
  margin: 0 auto 8rem;
}

.newsletter--bg {
  width: 100vw;
  height: 34rem;
  background-image: url("/wp-content/themes/UGo/images/tiles.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}

.newsletter--bg input[type="submit"] {
  width: 8.5rem;
  background: transparent;
  border: 1px solid #E6E7E8;
  height: 6.5rem;
  margin-left: -5px;
  text-transform: lowercase;
  padding: 0;
}

.newsletter--bg input[type="submit"]:focus {
  outline: none;
  border: 1px solid white;
}

.newsletter--text {
  font-size: 2.5rem;
}

.newsletter--relative {
  position: relative;
  width: 100%;
  height: 34rem;
}

.newsletter--mail-chimp {
  height: 6rem;
  margin-top: 1.25rem;
}

.newsletter--input {
  background-color: transparent;
  border: 1px solid #E6E7E8;
  height: 6.5rem;
  width: -webkit-calc(100% - 8.5rem);
  width: calc(100% - 8.5rem);
  padding: 1rem;
  margin-right: 4px;
}

.newsletter--input::-webkit-input-placeholder, .newsletter--input:-moz-placeholder, .newsletter--input::-moz-placeholder, .newsletter--input:-ms-input-placeholder, .newsletter--input::-ms-input-placeholder, .newsletter--input:placeholder-shown {
  color: white;
}

.newsletter--input:focus {
  outline: none;
  border: 1px solid white;
}

.socials--list {
  padding: 1.5rem 0;
  margin-bottom: 0;
  background: #5A6AA3;
  list-style-type: none;
  width: 100%;
}

.socials--item {
  display: inline-block;
}

.socials--item:not(:last-child) {
  margin-right: 3rem;
}

.socials--icon {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 4rem;
  width: 4rem;
  display: block;
}

.socials--email {
  background-image: url("/wp-content/themes/UGo/images/icons/email.svg");
}

.socials--flickr {
  background-image: url("/wp-content/themes/UGo/images/icons/flickr.svg");
}

.socials--facebook {
  background-image: url("/wp-content/themes/UGo/images/icons/facebook.svg");
}

.socials--twitter {
  background-image: url("/wp-content/uploads/2021/04/twitter.svg");
}

.socials--youtube {
  background-image: url("/wp-content/themes/UGo/images/icons/youtube.svg");
}

.socials--instagram {
  background-image: url("/wp-content/themes/UGo/images/icons/instagram.svg");
}