/* GANTRY5 DEVELOPMENT MODE ENABLED.

   WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!

   For more information on modifying CSS, please read:

   http://docs.gantry.org/gantry5/configure/styles
   http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* line 2, /home/trends/domains/embram.pl/public_html/media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, /home/trends/domains/embram.pl/public_html/media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, /home/trends/domains/embram.pl/public_html/media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, /home/trends/domains/embram.pl/public_html/media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 1, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/scss/mixins/_nav.scss */
/* Variables override */
/* line 10, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
body {
  font-size: 14px;
  line-height: 16px;
}
/* line 15, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
a {
  outline: none;
}
/* line 19, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
strong {
  color: inherit;
}
/* line 23, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
#g-main {
  padding: 0;
}
/* line 27, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
hr, p {
  margin: 1.2rem 0;
}
/* line 32, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
h2.g-title, .platform-content h1, .platform-content h2 {
  color: #f0e197;
  border-bottom: 3px solid #f2c85d;
  font-size: 30px;
  line-height: 40px;
  padding-left: 15px;
  padding-bottom: 12px;
  margin-bottom: 0;
}
/* line 45, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
textarea, select[multiple=multiple] {
  background-color: white;
  border: 1px solid #c8c8c8;
  box-shadow: none;
  border-radius: 0;
}
/* line 51, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
textarea:hover, select[multiple=multiple]:hover {
  border-color: #c4c4c4;
}
/* line 55, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
textarea:focus, select[multiple=multiple]:focus {
  border-color: #f2c85d;
}
/* line 60, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"] {
  background-color: white;
  border: 1px solid #c8c8c8;
  box-shadow: none;
  border-radius: 0;
}
/* line 67, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover {
  border-color: #c4c4c4;
}
/* line 71, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus {
  border-color: #f2c85d;
}
/* line 75, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
.button, .readon, .readmore, button.validate {
  display: inline-block;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 0;
  box-shadow: none;
  background: #f2c85d;
  outline: none;
  -webkit-transition: background 0.12s;
  -moz-transition: background 0.12s;
  transition: background 0.12s;
}
/* line 88, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
.button:hover, .readon:hover, .readmore:hover, button.validate:hover {
  background: #f4d075;
  color: #fff;
}
/* line 96, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
/* line 97, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
.contact dd {
  margin-left: 0;
}
/* line 99, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
.contact #contact-form {
  margin: 0;
}
/* line 101, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
.contact legend {
  font-size: 0.7rem;
}
/* line 105, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
.contact textarea {
  height: 170px;
}
/* line 109, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
.contact input, .contact textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
/* line 114, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
.contact .contact-fields {
  width: 45%;
  float: left;
}
/* line 119, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
.contact .contact-area {
  width: 50%;
  margin-left: 5%;
  float: left;
}
/* line 125, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
.contact dl {
  margin: 0;
}
/* line 128, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
/* line 129, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
/* line 133, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
div[itemprop*="articleBody"] ul li {
  padding-left: 0.8rem;
}
/* line 139, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
/* line 140, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
#cadre_alert_cookies .cadre_inner_texte_alert_cookies {
  display: block !important;
}
/* line 144, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
#cadre_alert_cookies .popup-modal-dismiss {
  background: none !important;
  border-radius: 0 !important;
  border: 1px solid #fff;
  color: #fff !important;
  text-shadow: none;
}
/* line 152, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
#cadre_alert_cookies p {
  margin: 10px 0;
}
/* line 157, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
.g-content {
  padding: 0;
  margin: 0;
}
/* line 162, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
p {
  margin: 1.5rem 0;
}
/* line 167, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
.menu-block .g-content {
  margin: 0 1.6rem;
  padding: 0;
}
/* line 172, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
/* line 174, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
/* line 177, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
/* line 178, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
nav.g-main-nav ul.g-toplevel li .g-menu-item-container {
  -webkit-transition: all 0.12s ease-in-out;
  -moz-transition: all 0.12s ease-in-out;
  transition: all 0.12s ease-in-out;
  color: #202020;
  font-size: 0.8rem;
  text-transform: uppercase;
}
/* line 184, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
nav.g-main-nav ul.g-toplevel li .g-menu-item-container:hover {
  color: #999;
}
/* line 190, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
nav.g-main-nav ul.g-toplevel li.active .g-menu-item-container {
  color: #999;
}
/* line 194, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
nav.g-main-nav ul.g-toplevel > li.g-parent .g-menu-parent-indicator:after {
  opacity: 1;
}
/* line 200, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
/* line 201, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
#g-top .g-content {
  position: relative;
}
/* line 205, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
#g-top #logo-shop {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 130px;
  height: 73px;
  margin: auto 0;
}
/* line 215, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
#g-top #logo-shop img {
  width: 100px;
}
/* line 221, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
/* line 222, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
#sidebar .g-content {
  margin-right: 20px;
}
/* line 226, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
#sidebar h2 {
  margin-bottom: 0;
}
/* line 230, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
#sidebar .ux-menu-container {
  z-index: 0 !important;
}
/* line 232, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
/* line 234, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
#sidebar .ux-menu li {
  width: 100%;
}
/* line 238, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
#sidebar .ux-menu li a {
  font-family: "Verdana";
  font-size: 14px;
  text-transform: uppercase;
  background: #000;
  border: 0;
  font-size: 13px;
  font-weight: bold;
  color: #f0e197;
  margin-bottom: 4px;
}
/* line 255, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
/* line 256, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
#aside .custom {
  padding-left: 20px;
}
/* line 261, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
#g-footer {
  font-size: 0.8rem;
  margin-top: 40px;
}
/* line 264, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
#g-footer .g-content {
  padding: 10px 0.8rem;
}
/* line 268, /home/trends/domains/embram.pl/public_html/templates/g5_hydrogen/custom/scss/template.scss */
#g-footer p {
  margin: 0;
}
