/*
Theme Name: Uplift Child
Theme URI: http://uplift.swiftideas.com
Author: Cindori
Text Domain: uplift-child
Template: uplift
*/


/* Override */

.ui-widget-content a {
  color: #337ab7 !important;
}


.cindori-custom-page {
  max-width: none !important;
}

.cindori-custom-page,
.cindori-custom-page .container {
  padding: 0 !important;
}

.cindori-custom-page .row {
  margin: 0 !important;
}

.cindori-custom-page .inner-page-wrap {
  margin: 0 !important;
}

.cindori-custom-page h1 {
  line-height: normal !important;
}

/* Misc */

a.blue {
  color: #439eff;
}

html {
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "kern","liga";
  font-feature-settings: "kern","liga";
}

body,
body *,
p {
  letter-spacing: 0 !important;
}

body,
p {
  line-height: 22px !important;
}

.center {
  text-align: center;
}

.success {
  color: #35d113;
}

.error {
  color: #f74a4a;
}

/* Blog */

.standard-items .blog-item figure {
  max-width: 80%;
}

/*  Header  */

.full-center #header, #logo.has-img a, .full-center #logo, .full-center .float-menu, .header-split .float-menu, .header-1 .split-menu, .header-4 .header-right {
	height: 59px !important;
}

.header-wrap:not(.page-header-naked-light) #logo img.standard, #logo h1.standard, #mobile-logo img.standard, #mobile-logo h1.standard {
  display: inline-block !important;
}

.retina {
  display: none !important;
}

.full-center #main-navigation ul.menu>li>a, .full-center nav.float-alt-menu ul.menu>li>a, .full-center nav>.mega-menu-wrap ul.mega-menu>li.mega-menu-item, .split-menu nav>.mega-menu-wrap ul.mega-menu>li.mega-menu-item, .split-menu ul.menu>li, .header-1 .split-menu .no-menu, #sf-full-header-search, .float-menu nav>.mega-menu-wrap ul.mega-menu>li.mega-menu-item {
	height: 59px !important;
	line-height: 59px !important;
}

.full-center.resized-header #main-navigation ul.menu>li>a, .full-center.resized-header .float-alt-menu ul.menu>li>a, .full-center.resized-header .header-right .text, .full-header-stick.resized-header #header, .full-header-stick.resized-header #logo, .full-header-stick.resized-header .header-left, .full-header-stick.resized-header .header-right, .full-center.resized-header #header .aux-item .social-icons li, nav>.mega-menu-wrap .mega-menu>li.mega-menu-item, .full-center.resized-header .float-menu nav>.mega-menu-wrap ul.mega-menu>li.mega-menu-item, .resized-header .header-1 .split-menu, .resized-header .split-menu ul.menu>li, .resized-header .split-menu nav>.mega-menu-wrap ul.mega-menu>li.mega-menu-item {
	line-height: 59px !important;
}

.header-right {
  height: 59px;
}

#logo.has-img a {
	padding: 0 !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.full-center #logo.has-img a > img {
  max-width: 113px !important;
}


#logo img.retina {
  width: 113px !important;
}


#logo img.retina, #mobile-logo img.retina {
  width: 113px !important;
}

#logo img {
  height: 32px !important;
}

.menu-item:hover .menu-item-text {
  color: #48a0fc !important;
}

.menu-item-text {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
}

.full-center nav.float-alt-menu ul.menu > li > a, .full-center #header .std-menu ul.menu > li > a {
  padding: 0 12px !important;
}

#header-sticky-wrapper {
  height: 59px !important;
}

#mobile-header {
	display: none;
  padding: 10px 20px !important;
	position: relative;
	border-bottom: 1px solid #e3e3e3;
	width: 100%;
	left: 0;
	z-index: 9999;
}

.full-center #header-section #header > .container {
  max-width: 1140px;
}

.full-center #logo {
  /*margin-left: 15%;*/
}

.header-right {
  /*margin-right: 15%;*/
}

#menu-main-1 li {
  cursor: pointer;
}

#menu-main-1 i {
  padding: 0 0 0 6px;
  margin-right: 0;
}

#products-menu {
  position: fixed;
  top: 59px;
  left: 0;
  background-color: rgba(250,250,250,0.95);
  box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.35);
  width: 100vw;
  z-index: 20;
  -webkit-backdrop-filter: blur(20px);
}

#products-menu .apps {
  max-width: 760px;
  padding: 40px 0;
  margin: 0 auto;
}

#products-menu .app {
  min-width: 150px;
  padding-bottom: 10px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 4px;
  color: #0a0a0a;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#products-menu .app:hover {
  background-color: rgba(0, 135, 255, 0.75);
  color: white;
}

#products-menu .icon-container {
  height: 110px;
}

#products-menu .app-icon {
  width: 10%;
  min-width: 80px;
}

#products-menu .cindori-h3 {
  font-size: 18px;
  color: inherit;
}

#products-menu .cindori-p {
  font-size: 13px;
  margin: 3px;
  color: inherit;
}

/* Footer */

#footer .widget ul li {
  border: none;
}

#footer .widget ul li > a {
  padding: 0;
  line-height: 20px;
  font-size: 14px;
}

#footer .widget-heading .spb-heading {
  font-weight: 500;
  font-size: 14px;
}

.widget_nav_menu .title-wrap {
  margin-bottom: 10px;
}

#footer-widgets {
  padding: 0 40px;
}

/* VR Desktop Page */

#hero-vr {
  background-image: url(./../../uploads/2016/02/new-vr-bg.jpg);
  min-height: 640px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 10%;
  padding-bottom: 10%;
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.25);
}

#vr-space {
  background-image: url(./../../uploads/2016/02/vr-space.jpg);
  min-height: 400px;
  box-shadow: none;
  padding: 7vw 4vw !important;
}

#vr-space h2 {
  color: white;
}

#vr-workspace {
  background-image: url(./../../uploads/2016/02/front.jpg);
  min-height: 800px;
  box-shadow: none;
  padding: 7vw 4vw !important;
}

.overlay-image {
  width: 25%;
  margin-top: -8%;
}

.flat-button {
  cursor: pointer;
  border-radius: 4px;
  display: inline-block;
  padding: 0 22px !important;
  color: #25A3F5;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-size: 15px;
  line-height: 36px !important;
  font-weight: 500;
  border: none;
}

.flat-button-outline {
  background-color: transparent !important;
  border: 1px solid #25A3F5;
}

.flat-button-outline:hover {
  background-color: #25A3F5 !important;
  color: white;
}

.flat-button-fill {
  background-color: #25A3F5 !important;
  color: white;
}

.flat-button-fill:hover {
  background-color: #1D7AB6 !important;
  color: white;
}

.disclaimer-text {
  font-size: 10px;
}

.flex-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5%;
}

.flex-table > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-image-45 {
  width: 45%!important;
  margin: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
}

.flex-image-50 {
  width: 50%!important;
  margin: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
}

.flex-image-65 {
  width: 65%!important;
  box-shadow: 0px 5px 40px 0px rgba(0,0,0,0.35);
}

.flex-image-30 {
  width: 30%!important;
  margin: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
}

.flex-image-90 {
  width: 90%!important;
}

.section-title {
  font-size: 36px;
  margin-bottom: 0;
}

.flex-text {
  padding-right: 5vw;
  max-width: 40vw;
}

.flex-text-left {
  padding-right: 0;
  padding-left: 5vw;
  max-width: 45vw;
  text-align: left;
}

.subtitle {
  font-size: 20;
  margin-top: 0;
  margin-bottom: 20px;
}

.divider {
  height: 1px;
  background-color: #E0E0E0;
  width: 100%;
  margin: 0;
}

.centered-block {
  text-align: center;
  width: 55%;
  margin: 50px auto;
}

.no-margin {
  margin: 0 auto;
}

.icons-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.icons-row-spread {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 0;
  width: 55%;
}

.product-section-small .icons-row {
  padding-top: 0;
}

.icon {
  text-align: center;
  max-height: 72px;
  margin: 10px;
}

.icon img {
  max-height: 72px;
}

.icon-medium {
  max-height: 100px;
  padding: 0 20px;
}

.icon-medium img {
  max-height: 100px;
}

.icon-large {
  max-height: 140px;
}

.headset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.check-icon {
  height: 20px;
  width: 20px;
  margin-top: 20px;
}

.icon-large img {
  max-height: 140px;
}

.email-input {
  border-radius: 4px;
  display: inline-block;
  padding: 0 22px;
  margin: 20px;
  font-size: 15px;
  line-height: 36px;
  font-weight: 500;
  border: 1px solid #ccc;
}

/* Front page */

.light {
  color: white !important;
}

.cindori-section {
  height: auto !important;
  min-height: 800px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  padding: 5vw 0;
  text-align: center;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
}

.no-shadow-overlay {
  box-shadow: none;
}

.product-section {
  background-color: white;
  color: #333;
  box-shadow: none;
  padding: 4vw !important;
  background-size: cover;
  background-position: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


.product-section-small {
  height: 650px !important;
}

.cindori-section h1,
.cindori-section h2,
.cindori-section h3 {
  color: white;
}

.product-section h1,
.product-section h2,
.product-section h3 {
  color: #333;
}


.light h1,
.light h2,
.light h3 {
  color: white;
}

.cindori-h1,
.cindori-h2,
.cindori-h3,
.cindori-p,
.cindori-detail,
.product-h1,
.product-subtitle,
.product-h2,
.product-h3,
.product-h4,
.product-disclaimer,
.product-caption,
.product-p {
  margin: 0;
  line-height: normal;
  letter-spacing: 0;
  color: inherit;
}

.cindori-h1 {
  font-size: 38px;
  font-weight: 500;
}

.cindori-h2 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}

.cindori-h3 {
  font-size: 24px;
  font-weight: 400;
}

.cindori-p {
  font-size: 17px;
  font-weight: 300;
  margin: 3px;
  margin-bottom: 10px;
}

.cindori-detail {
  font-size: 15px;
  font-weight: 400;
}

.front-h1 {
  margin-bottom: 10px;
  margin-top: 60px;
}

.product-h1 {
  font-size: 44px;
  font-weight: 400;
}

.product-subtitle {
  font-size: 30px;
  font-weight: 300;
}

.product-disclaimer {
  font-size: 12px;
  font-weight: 300;
  margin-top: 10px;
}

.product-h2 {
  font-size: 36px;
  font-weight: 500;
}

.product-h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
  margin: 20px auto;
}

.product-h4 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 5px;
}

.product-p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #777;
  margin: 20px auto;
}

.product-caption {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #777;
  margin-top: 10px;
  width: 140px;
}

.light .product-p,
.light .product-caption {
  color: #bbb;
}

div.media-logos {
  margin: 20px;
}

img.media-logo {
  width: 10%;
}

#hero {
  background-image: url(./../../uploads/2016/02/bf-bg.jpg);
  box-shadow: none;
}

#vrdesktop {
  background-image: url(./../../uploads/2016/02/vr.jpg);
}

#commandcenter {
  background-image: url(./../../uploads/2016/02/cc.jpg);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.right-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
}

#disksensei {
  background-image: url(./../../uploads/2016/02/ds.jpg);
}

#ds-hero {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background-image: url(./../../uploads/2016/02/space.jpg);
}

#ds-monitor {
  background-image: url(./../../uploads/2016/02/mountains-blur.jpg);
}

#ds-health {
  background-image: url(./../../uploads/2016/02/mavericks.jpg);
}

#trimenabler {
  background-image: url(./../../uploads/2016/02/te.jpg);
}

.apps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; /* Safari 6.1+ */
  -ms-flex-line-pack: center;
  align-content: center;
  max-width: 1200px;
}

.app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 8px;
  text-align: center;
  min-width: 240px;
}

.media-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 10px 10px 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;    
  -webkit-box-align: center;    
  -ms-flex-align: center;    
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.media-logos img {
  margin: 5px 15px;
}

.icon-container {
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cindori-icon-container {
  min-height:160px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
}

.overlay-icon-container {
  z-index: 10;
  margin-top: -4vw;
}

.app-icon {
  width: 50%;
}

.overlay-icon-container .app-icon {
  width: 40%;
}
.app-image {
  height: 65%;
  max-width: 938px;
  max-height: 80%;
}
.app-image img {
  box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.35);
  position: relative;
}

.app-image-product {
  padding-bottom: 60px;
}

.app-image .single-image {
  width: 90%;
  max-width: 830px;
}
.app-image .bottom-image {
  height: 100%;
}
.app-image .top-image {
  height: 70%;
  margin-left: -15%;
  margin-bottom: 8%;
}
.app-image .middle-image {
  z-index: 10;
  width: 42%;
  max-width: 365px;
}
.app-image .left-image,
.app-image .right-image {
  width: 34%;
  z-index: 0;
  max-width: 290px;
}
.app-image .left-image {
  margin-right: -10%;
}
.app-image .right-image {
  margin-left: -10%;
}
#commandcenter .app-image {
  max-height: none;
  width: auto;
  height: 600px;
}

#trimenabler .app-image .middle-image {
  max-width: 290px;
  width: 40%;
}

#trimenabler .app-image .left-image,
#trimenabler .app-image .right-image {
  max-width: 240px;
  width: 30%;
}

#trimenabler .app-image .left-image {
  margin-right: -8%;
}
#trimenabler .app-image .right-image {
  margin-left: -8%;
}

/* Upgrade */

.upgrade-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url(./../../uploads/2016/02/upgrade.jpg);
  height: auto;
}

.upgrade-box {
  width: 340px;
  margin: 40px;
  padding-bottom: 20px;
  border-radius: 8px;
  background-color: white;
  text-align: center;
  color: #222;
  flex-direction:column;
  align-items:center;
}

.upgrade-background {
  width: 100%;
  height: 150px;
  background-color: lightgreen;
  border-radius: 8px 8px 0 0;
}

.upgrade-p {
  font-weight: 300;
  margin-bottom: 5px;
  font-size: 20px;
}

.upgrade-p strong {
  font-weight: 400;
}

.price-old {
  text-decoration: line-through;
  margin-bottom: 0;
}

.price-new {
  font-size: 120%;
  color: #25A3F5;
  font-weight: 500;
}

.upgrade-box img {
  width: 35%;
  margin-top: -20%;
}

.upgrade-box > div {
  margin: 10px 0;
}

.upgrade-box input {
  text-align: center;
  width: 220px;
  height: auto;
  line-height: normal;
  margin: 20px auto;
  
}

/* Trim Enabler 4 */

.macos-versions {
    font-size:16px;
    line-height:12px;
    margin:0 0 0px;
}

.buy-te-button:hover {
  background-color: #009a51 !important;
  border-color: #009a51 !important;
  -webkit-box-shadow:inset 0px 0px 0px 2px #009a51;
  -moz-box-shadow:inset 0px 0px 0px 2px #009a51;
  box-shadow:inset 0px 0px 0px 2px #009a51;
  -webkit-tap-highlight-color: #009a51;
  color: white;
}

.buy-te-button {
    margin-left:20px;
    color:#ffffff;
    border-color:#04CE61;
    border:none;
    background-color: #04CE61;
    -webkit-box-shadow:inset 0px 0px 0px 2px #04CE61;
    -moz-box-shadow:inset 0px 0px 0px 2px #04CE61;
    box-shadow:inset 0px 0px 0px 2px #04CE61;
    -webkit-tap-highlight-color: #04CE61;
}

.macos-versions-detail {
    font-size:12px;
    margin:0 0 0px;
}

.te4 .cindori-h1 {
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: 400;
}

.te4 .cindori-h2 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 400;
  max-width: 800px;
  display: inline-block;
}

#te4-hero {
  background-image: url(./../../uploads/2016/02/trim-main-bg.jpg);
  box-shadow: none;
  flex-direction: row;
  min-height:700px;
  max-height:700px;
}

#te4-power {
    color:#333333;
    box-shadow:none;
    flex-direction:row;
    text-align:left;
    padding: 0 40px;
}

#te4-performance {
  background-image: url(./../../uploads/2016/02/performance-bg.jpg);
  box-shadow: none;
}

#te4-features {
  background-image: url(./../../uploads/2016/02/overview-bg.jpg);
  box-shadow: none;
}

#te4-health {
  background-image: url(./../../uploads/2016/02/health-bg.jpg);
  box-shadow: none;
}

.cindori-tag {
  font-size: 12px;
  font-weight: 300;
  padding: 0px 12px;
  border: 1px solid;
  border-radius: 4px;
  line-height: 16px;
}

.cindori-tag-orange {
  color: #FFBB00;
}

.cindori-tag-blue {
  color: #62C3FF;
}

.block-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
/*
.block-row img {
  width: 25%;
}*/

/* FOOTER */

#copyright .text-right {
  font-size: 18px;
}

#copyright .text-right a {
  padding: 0 10px;
}

@media screen and (min-width: 1400px) {
  .product-section {
    min-height: 0;
  }
  .product-section-small {
    height: 650px !important;
  }
}

@media screen and (max-width: 900px) {
  .cindori-section, .product-section, .flex-table {
    height: auto !important;
    padding: 2vw;
  }
  #commandcenter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #commandcenter .app-image {
    height: 400px;
  }
  .commandcenter-flex {
    margin-left: 0;
  }
  .cindori-h1 {
    font-size: 34px;
  }
  .cindori-h2 {
    font-size: 18px;
  }
  .overlay-icon-container {
    margin-top: -7vw;
  }
  #te4-hero {
  	flex-direction: column;
    min-height: 800px;
  }
  #te4-power {
    flex-direction: column-reverse;
  }
  .te-mid {
      max-width:300px !important;
  }
  #te4-text {
      min-width:360px !important;
  }
  #te4-images {
      margin: 0px 0px !important;
  }
}
@media screen and (max-width: 720px) {
  .flex-table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-text-left {
    max-width: 85vw;
    padding-left: 0;
  }
  .flex-image-45 {
    width: 85%!important;
  }
}
@media screen and (max-width: 560px) {
  .apps {
    margin-top: 10px;
  }
  .icon-container {
    height: auto;
    padding: 10px;
  }
  #commandcenter .app-image {
    height: 300px;
  }
  .app-image {
    max-width: 100%;
  }
  .overlay-icon-container {
    margin-top: -12vw;
    height: 150px;
  }
  .cindori-section {
    min-height: 600px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}