/*
Theme Name: TheGem Child
Description: Multi-Purpose Wordpress Theme
Author: Caprica Spin Off.
Theme URI: https://gitlab.com/caprica-spin-off/enjoy-app/themes/thegem-child
Author URI: https://capricaspinoff.com
Template: thegem
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/

/* ============================== Typography ============================== */
h1 {
    color: #fff;
    font-family: "Barlow", sans-serif;
    font-size: 80px;
    letter-spacing: 0.02em;
    font-weight: 500;
    text-transform: none;
    line-height: 0.9em;
    margin-bottom: 10px;
}
h2 {
    color: #ff6600;
    font-family: "Barlow", sans-serif;
    font-size: 36px;
    letter-spacing: 0.02em;
    font-weight: 400;
    text-transform: none;
    margin-top: 10px;
    line-height: 1.1em;
}
h3 {
    color: #fff;
    font-family: "Barlow", sans-serif;
    font-size: 21px;
    letter-spacing: 0.02em;
    font-weight: 400;
    text-transform: none;
    line-height: 1.3em;
    margin-bottom: 10px;
    margin-top: 10px;
}
h4 {
    color: #ff6600;
    font-family: "Barlow", sans-serif;
    font-size: 24px;
    letter-spacing: 0.02em;
    font-weight: 400;
    text-transform: none;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.3em;
}
h6 {
    font-family: "Barlow", sans-serif;
    font-weight: 100;
    font-size: 22px;
    line-height: 33px;
    max-width: 800px;
    font-style: italic;
    text-transform: none;
    margin-top: 10px;
    color: #fff;
}
p {
    color: #fff;
    font-family: "Barlow", sans-serif;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.02em;
    font-weight: 300;
    text-transform: none;
}

/* ============================== General Link ============================== */
h3 a {
    color: #fff;
}
h3 a:hover {
    color: #fff;
}
h4 a {
    color: #ff6600;
}
h4 a:hover {
    color: #ff6600;
}
.white h4 a {
    color: #fff;
}
.white h4 a:hover {
    color: #fff;
}

/* ============================== Backgrounds ============================== */
.gradient-grey {
    background: #e6e6e6;
    /*background: -webkit-linear-gradient(to right, #434343, #000000);
    background: linear-gradient(to right, #434343, #000000);*/
}

/* ============================== Header ============================== */
.header-background {
    position: absolute;
}
.mobile-app .onlyweb {
    display: none;
}
@media (max-width: 991px) {
  #top-area {
    display: none;
  }
}

/* ============================== Buttons Text Box ============================== */
.gem-textbox-content {
    padding: 15px;
}
.black .gem-textbox-content {
    background-color: #1d1d1d;
    border-radius: 80px;
    text-align: center;
    cursor: pointer;
    min-height: 5.5em;
    align-content: center;
}
.orange .gem-textbox-content {
    background-color: #ff6600;
    border-radius: 80px;
    text-align: center;
    cursor: pointer;
    min-height: 5.5em;
    align-content: center;
}
.blue .gem-textbox-content {
    background-color: #297fb8;
    border-radius: 80px;
    text-align: center;
    cursor: pointer;
    min-height: 5.5em;
}
.image .gem-textbox-content {
    padding: 30px;
    border-radius: 8px;
    min-height: 7.5em;
    cursor: pointer;
}
.gem-textbox-content p {
    margin: 0 0 0.5em;
}

/* ============================== User bar ============================== */
#userbar {
    direction: ltr;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.46153846;
    height: 40px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 600px;
    z-index: 99999;
    background: #1d2327;
}
#userbar ul {
    background: 0 0;
    clear: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-indent: 0;
    z-index: 99999;
    float: right;
    margin-right: 20px;
}
#userbar ul li {
    padding: 0 8px 0 7px;
}

/* ============================== Form ============================== */
input[type="submit"] {
    background-color: #ff6600;
    border-radius: 60px;
    text-align: center;
    cursor: pointer;
    align-content: center;
    font-family: "Barlow", sans-serif;
    font-size: 21px;
    letter-spacing: 0.02em;
    font-weight: 400;
    text-transform: none;
    min-height: 2.5em;
    padding: 0px 60px;
}
input[type="submit"]:hover{
    background-color: #ff6600;
}
input[type="text"], input[type="password"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="number"], input[type="range"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="month"], input[type="week"], textarea
{
    border: none;
    border-radius: 30px;
    margin-bottom: 30px;
    line-height: 3em;
    padding-left: 20px;
    font-family: "Barlow", sans-serif;
}
input[type="checkbox"], input[type="radio"] {
    margin-right: 10px;
}
.message-success {
    color: #fff;
    line-height: 1.3em;
    letter-spacing: 0.04em;
    margin-bottom: 20px;
    text-transform: none;
}
.message-success button.close {
    font-size: 32px;
    background: none;
    border: none;
    color: lightgreen;
    margin-right: 10px;
    border-radius: 20px;
    vertical-align: bottom;
}
.error-message {
    color: crimson;
    line-height: 1.3em;
    letter-spacing: 0.04em;
    margin-bottom: 20px;
    text-transform: none;
}
.error-message button.close {
    font-size: 32px;
    background: none;
    border: none;
    color: crimson;
    margin-right: 10px;
    border-radius: 20px;
    vertical-align: bottom;
}
.warning-login a {
    color: #fff;
}

/* ============================== Accordion ============================== */
.vc_tta.vc_tta-tabs .vc_tta-panel .vc_tta-panel-title,
.vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title,
.vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title {
    font-family: "Barlow", sans-serif;
}

/* ============================== Nutricion ============================== */
.video-app {
    background-color: black;
    padding: 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0);
    /* Black with 80% opacity */
    z-index: 9999;
    /* High value to be on top */
    display: none;
    /* Initially hidden */
}
.video-app video {
    border-radius: 10px;
}
.bottoapp {
    cursor: pointer;
}
.nutricion .vc_tta-panel-title {
    font-size: 16px !important;
    text-transform: none !important;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-color-thegem .vc_tta-panel-heading .vc_tta-panel-title > a {
    padding-top: 0px;
    padding-bottom: 0px;
}
.nutricion .gem-textbox {
    margin-bottom: 10px;
}
.nutricion .gem-textbox-inner::after {
    position: absolute;
    top: 28px;
    left: 240px;
    content: "";
    background: url(/wp-content/uploads/2024/09/iconmonstr-video-13.svg) no-repeat;
    width: 40%;
    height: 40%;
}
.wpb-js-composer .vc_tta-container {
    margin-bottom: 0px !important;
}
.wpb-js-composer .vc_tta.vc_tta-color-thegem.vc_tta-style-simple_solid .vc_tta-controls-icon::before {
    border-color: #f60;
}
.wpb-js-composer .vc_tta.vc_tta-color-thegem.vc_tta-style-simple_solid .vc_tta-controls-icon::after {
    border-color: #f60;
}
.bottoapp h3 {
    margin-top: 0px;
}
#controls {
    margin-top: 10px;
}
#timeline {
    width: 100%;
}
#video-app-close2 {
    position: absolute;
    font-size: 14px;
    top: 30px;
    background-color: #222;
    z-index: 1111111;
    right: 32px;
    color: white;
    padding: 4px 8px;
    border-radius: 15px;
    font-weight: 800;
}
.nutricion .wpb_text_column ul li {
    border-bottom: 0.5px solid gray;
    list-style: none;
    padding-bottom: 6px;
    margin-bottom: 20px;
}
.nutricion .wpb_text_column ul {
    padding-left: 0;
}
.nutricion .wpb_text_column ul li::before {
    content: none;
}

/* ============================== Page ============================== */
.mobile-app .onlyweb {
    display: none;
}


.mobile-center-portrait img {
	width: 100%;
	height: auto;
}
/** headers */
.mobile-center-header {
	/* background-image: url('images/backgrounds/bg-girl-overlay-blur.jpg'); */
    background-image: url('images/backgrounds/bg-girl-overlay-blur-gradient.jpg');
	background-position: top center;
	background-size: cover;
	padding-top: 140px;
	padding-bottom: 70px;
}

.mobile-header-subtitle {
	font-size: 17px;
	color: white;
	text-align: center;
	letter-spacing: 0.5px;
}
.mobile-center-header + .block-content {
	padding: 0px !important;
}
.mobile-center-header.center {
	background-image: url('images/backgrounds/bg-girl-orange-blur.jpg');
}
.mobile-center-header header h1 {
	margin-bottom: 0px;
	font-family: 'Camber-Lg';
	text-align: center;
	color: white;
	text-transform: Capitalize;
	font-size: 25px;
	letter-spacing: 0.5px;
	line-height: 35px;
}

@font-face {
    font-family: 'Camber';
    src: url('assets/fonts/Camber/Camber-Rg.eot?-yiqymz');
    src: url('assets/fonts/Camber/Camber-Rg.eot?#iefix-yiqymz') format('embedded-opentype'), url('assets/fonts/Camber/Camber-Rg.woff?-yiqymz') format('woff'), url('assets/fonts/Camber/Camber-Rg.ttf?-yiqymz') format('truetype'), url('assets/fonts/Camber/Camber-Rg.svg?-yiqymz#camber') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Camber-Ul';
    src: url('assets/fonts/Camber/Camber-Ul.eot?-yiqymz');
    src: url('assets/fonts/Camber/Camber-Ul.eot?#iefix-yiqymz') format('embedded-opentype'), url('assets/fonts/Camber/Camber-Ul.woff?-yiqymz') format('woff'), url('assets/fonts/Camber/Camber-Ul.ttf?-yiqymz') format('truetype'), url('assets/fonts/Camber/Camber-Ul.svg?-yiqymz#camber') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Camber-Lg';
    src: url('assets/fonts/Camber/Camber-Lg.eot?-yiqymz');
    src: url('assets/fonts/Camber/Camber-Lg.eot?#iefix-yiqymz') format('embedded-opentype'), url('assets/fonts/Camber/Camber-Lg.woff?-yiqymz') format('woff'), url('assets/fonts/Camber/Camber-Lg.ttf?-yiqymz') format('truetype'), url('assets/fonts/Camber/Camber-Lg.svg?-yiqymz#camber') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Camber-Md';
    src: url('assets/fonts/Camber/Camber-Md.eot?-yiqymz');
    src: url('assets/fonts/Camber/Camber-Md.eot?#iefix-yiqymz') format('embedded-opentype'), url('assets/fonts/Camber/Camber-Md.woff?-yiqymz') format('woff'), url('assets/fonts/Camber/Camber-Md.ttf?-yiqymz') format('truetype'), url('assets/fonts/Camber/Camber-Md.svg?-yiqymz#camber') format('svg');
    font-weight: normal;
    font-style: normal;
}