/*!
Theme Name: Ddrops 2020 Root
Theme URI: http://underscores.me/
Author: Nathan Adshead
Author URI: http://nateweb.ca
Description: Ddrops 2020 Root
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vitamin-d-drops
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

Vitamin D Drops is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Colours
--------------------------------------------------------------*/
/* Blues */
/* Grays */
/* Blacks */
/* Greens */
/* Purples */
/* Oranges */
/* Yellows */
/* Pinks */
/* FAQ box colours */
.backing-green {
  background-color: #78af2d;
}

.backing-gray {
  background-color: #f6f6f6;
}

.backing-purple {
  background-color: #572b8a;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* Fonts */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  margin: 0;
  word-wrap: break-word;
}

p {
  word-wrap: break-word;
}

h1.hero-title {
  font-size: 3rem;
  font-weight: 900;
  color: white;
  text-align: center;
}

h1.page-title {
  font-size: 2.5rem;
  font-weight: 900;
  color: white;
  text-align: center;
}

p.sub-title {
  color: white;
  font-size: 1.2rem;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
  padding: 0 1rem;
}

h2 {
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  color: #333;
  margin-bottom: 3rem;
}

h2.ingredients-title {
  color: white;
  font-size: 2rem;
  font-weight: 700;
}

h2.box-title {
  color: white;
  font-size: 2rem;
  margin-bottom: 2rem;
}

p.hero-sub {
  margin: 0.7rem 0 2rem 0;
  font-size: 1.4rem;
  font-weight: 500;
  color: white;
}

h5.newsletter {
  color: white;
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 0;
}

h6.footer {
  color: #707070;
  font-weight: 900;
  margin-bottom: 0.95rem;
  font-size: 1.1rem;
  text-transform: uppercase;
}

li.expand a::after,
.tns-controls {
  font-family: Fontawesome;
}

sup {
  top: -0.2em;
  font-size: 60%;
}

/*--------------------------------------------------------------
# Site
--------------------------------------------------------------*/
:root {
  font-size: 16px;
}

* {
  box-sizing: border-box;
  position: relative;
  outline: none !important;
}

body {
  font-family: museo-sans-rounded, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.5;
  -webkit-overflow-scrolling: touch;
}

body,
html {
  width: 100%;
  height: 100%;
}

section {
  padding: 4rem 0 5rem 0;
}

.container {
  width: 100%;
  margin: 0 auto;
}

.main-container {
  width: 100%;
}

.full-container {
  max-width: 1600px;
}

.lg-container {
  max-width: 1300px;
}

.pro-container {
  max-width: 1100px;
}

.mid-container {
  max-width: 1000px;
}

.sm-container {
  max-width: 950px;
}

.tween-container {
  max-width: 730px;
}

.mini-container {
  max-width: 430px;
}

.clear::after,
.container::after {
  content: "";
  display: block;
  clear: both;
}

.d-flex {
  display: flex;
}

.d-grid {
  display: grid;
}

.left {
  float: left;
}

.right {
  float: right;
}

a {
  display: block;
  text-decoration: none;
  word-break: break-word;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

img {
  display: block;
}

.btn {
  color: white;
  padding: 0.5rem 4rem;
  display: inline-block;
  border-radius: 0.25rem;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  line-height: 2.5rem;
}

.blue__btn {
  background-color: #0080c6;
}

.blue__btn:hover {
  background-color: #0094e5;
}

.orange__btn {
  background-color: #ff901d;
}

.orange__btn:hover {
  background-color: #ec8e3d;
}

/* Remove hero top space */
section#hero {
  padding: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  height: 40vh;
  flex-direction: column;
  max-height: 550px;
}

#color-bar {
  overflow: hidden;
}

/* Additional block */
section#additional {
  padding: 0 2rem;
}

section#additional div.box {
  padding: 4rem 0;
}

section#additional div.box aside {
  float: left;
  width: 50%;
  min-width: 200px;
  grid-template-columns: 70px 74%;
  gap: 1.5rem;
}

section#additional div.box aside div.img {
  border-radius: 50%;
  border: 1px solid #0080c6;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  top: 1rem;
}

section#additional div.box aside div.img img {
  padding: 0.9rem;
  width: 100%;
}

section#additional div.box aside div.text h6 {
  color: #0080c6;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1rem;
}

section#additional div.box aside div.text p {
  font-weight: 500;
}

section#additional div.box aside div.text p a {
  display: inline-block;
  color: #0080c6;
  font-weight: 700;
}

section#additional div.box aside div.text p a:hover {
  color: #8ed8f8;
}

section#additional div.box aside:first-child {
  border-right: 1px solid #0080c6;
}

section#additional div.box aside:last-child {
  padding-left: 3rem;
}

.content-block {
  max-width: 1000px;
  margin: 0 auto;
}

/* Recommend boxes */
section#recommend {
  padding: 0;
}

section#recommend .box {
  padding: 4rem 2rem;
}

section#recommend .box ul {
  text-align: center;
}

section#recommend .box ul li {
  display: inline-block;
  width: 100%;
  max-width: 12%;
  min-width: 100px;
  margin: 0 1rem;
  vertical-align: top;
  text-align: center;
}

section#recommend .box ul li img {
  margin: 0 auto;
}

section#recommend .box ul li span {
  display: block;
  color: white;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0.6rem 0 0.8rem 0;
  text-transform: uppercase;
}

/* Spacing for nav */
div#content {
  padding-top: 68px;
}

/* References Box */
section#references {
  padding: 6rem 1rem 0 1rem;
}

section#references a {
  cursor: pointer;
}

section#references a span::before {
  content: 'Mostrar referencias';
  color: #0080c6;
  font-size: 0.8rem;
  font-weight: 700;
}

section#references a span::after {
  content: '\f139';
  font-family: Fontawesome;
  margin-left: 0.4rem;
  color: #0080c6;
  font-size: 0.7rem;
  display: inline-block;
  transform: rotate(180deg);
}

section#references a::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #0080c6;
  display: block;
  position: absolute;
  top: 0.7rem;
  right: 0;
  width: calc(100% - 9rem);
}

section#references div.contents {
  max-height: 0;
  overflow: hidden;
}

section#references div.contents ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}

section#references div.contents ol li {
  counter-increment: my-counter;
  color: #707070;
  margin-bottom: 2rem;
}

section#references div.contents ol li a {
  display: inline-block;
  font-weight: 700;
  color: #0080c6;
}

section#references div.contents ol li a:hover {
  color: #8ed8f8;
}

section#references div.contents ol li a::after {
  content: none;
}

section#references div.contents ol li::before {
  content: "[" counter(my-counter) "] ";
  color: #707070;
}

section#references.open span::after {
  transform: rotate(0deg);
}

section#references.open span::before {
  content: 'Ocultar referencias';
}

section#references.open div.contents {
  max-height: 500px;
}

/*--------------------------------------------------------------
# Language selector
--------------------------------------------------------------*/
#first-lang-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 99999;
}

#first-lang-modal #wrap {
  background-color: #0080c6;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}

#first-lang-modal #wrap .content {
  background-color: white;
  border-radius: 10px;
  padding: 3rem;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}

#first-lang-modal #wrap .content .logo {
  width: 150px;
  height: auto;
  margin: 0 auto 2rem auto;
}

#first-lang-modal #wrap .content .logo img {
  width: 100%;
}

#first-lang-modal #wrap .content p {
  font-weight: 700;
  text-align: center;
}

#first-lang-modal #wrap .content ul.first-lang-list li {
  padding: 0.9rem 0;
}

#first-lang-modal #wrap .content ul.first-lang-list li a {
  display: flex;
  align-items: center;
  color: #333;
}

#first-lang-modal #wrap .content ul.first-lang-list li a span {
  display: inline-block;
  width: 100%;
  padding-right: 2rem;
}

#first-lang-modal #wrap .content ul.first-lang-list li a .flag {
  display: inline-block;
  width: 30px;
}

#first-lang-modal #wrap .content ul.first-lang-list li a:hover span {
  color: #0080c6;
}

/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
body.error404 #primary {
  padding-top: 75px;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

body.error404 #primary main section.error-404 {
  padding: 4rem 2rem;
}

body.error404 #primary main section.error-404 h3 {
  color: #0080c6;
  font-size: 7rem;
  text-align: center;
  font-weight: 900;
  margin-bottom: 2rem;
}

body.error404 #primary main section.error-404 p {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}

body.error404 #primary main section.error-404 .btn-container {
  text-align: center;
}

body.error404 #primary main section.error-404 .btn-container a {
  display: inline-block;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
/*# sourceMappingURL=style.css.map */