/*!
 *  ***************************************************
 *  boilerSASS
 *  ***************************************************
 *  Simple SASS Boilerplate based on HTML5 Boilerplate
 *  ***************************************************
*/
/*!
 *  ***************************************************
 *  boilerSASS
 *  ***************************************************
 *  Simple SASS Boilerplate based on HTML5 Boilerplate
 *  ***************************************************

 *  FONTS
*/
/*
 *  ***************************************************
 *  boilerSASS
 *  ***************************************************
 *  Simple SASS Boilerplate based on HTML5 Boilerplate
 *  ***************************************************

 *  VARIABLES FILE
*/
/*  
 *  ***************************************************
 *  SIMPLE.SASS
 *  ***************************************************
 *  Simple SASS Boilerplate based on HTML5 Boilerplate 
 *  ***************************************************

 *  MIXINS FILE
*/
/* Links and Buttons */
/* ============================================== */
/* TRANSITIONS */
/* ============================================== */
/*
 *  ***************************************************
 *  boilerSASS
 *  ***************************************************
 *  Simple SASS Boilerplate based on HTML5 Boilerplate 
 *  ***************************************************

 *  GLOBAL STYLE
*/
/* ==========================================================================
   BODY
   ========================================================================== */
html,
body {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #4d4d4d;
  line-height: 1.2em;
}

body {
  margin: 0;
  padding: 0;
}

/* Standard Links */
/* **************************************** */
a:link {
  color: #B1C5CE;
  text-decoration: none;
  -webkit-transition-property: color;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

a:visited {
  color: #B1C5CE;
  text-decoration: none;
}

a:hover {
  color: #e0e8ec;
  text-decoration: none;
}

a:active {
  color: #B1C5CE;
  text-decoration: none;
}

a:focus {
  outline: link_outline_focus;
  color: #B1C5CE;
  text-decoration: none;
}

/* Selection */
/* **************************************** */
::-moz-selection {
  background: #f4f4f4;
  text-shadow: none;
}

::selection {
  background: #f4f4f4;
  text-shadow: none;
}

/* Box-Sizing */
/* **************************************** */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* HR */
/* **************************************** */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #f4f4f4;
  margin: 30px 0 30px 0;
  padding: 0;
}

/* Elements */
/* **************************************** */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

strong {
  font-weight: 700;
}

/*  ==========================================================================
    Browser Upgrade Prompt
    ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/*  ==========================================================================
    Responsive/Fluid Images 
    ========================================================================== */
.img-fluid img, img.img-fluid,
.img-100 img, img.img-100 {
  width: 100%;
}

/*
 *  ***************************************************
 *  boilerSASS
 *  ***************************************************
 *  Simple SASS Boilerplate based on HTML5 Boilerplate 
 *  ***************************************************

 *  FLEX GRID
*/
.flexgrid {
  display: flex;
  flex-wrap: wrap;
}
.flexgrid .flexgrid-item {
  flex: auto;
}
@media all and (min-width: 950px) {
  .flexgrid .flexgrid-item {
    flex: 1;
  }
}
.flexgrid .flexgrid-item.size-20, .flexgrid .flexgrid-item.size-25, .flexgrid .flexgrid-item.size-33, .flexgrid .flexgrid-item.size-50, .flexgrid .flexgrid-item.size-75 {
  flex: auto;
  width: 100%;
}
@media all and (min-width: 950px) {
  .flexgrid .flexgrid-item.size-20, .flexgrid .flexgrid-item.size-25, .flexgrid .flexgrid-item.size-50 {
    flex: auto;
    width: 50%;
  }
  .flexgrid .flexgrid-item.size-33 {
    flex: auto;
    width: 33.3333%;
  }
  .flexgrid .flexgrid-item.size-75 {
    flex: auto;
    width: 75%;
  }
}
@media all and (min-width: 950px) {
  .flexgrid .flexgrid-item.size-20 {
    flex: auto;
    width: 20%;
  }
  .flexgrid .flexgrid-item.size-25 {
    flex: auto;
    width: 25%;
  }
}
.flexgrid.columns-2 .flexgrid-item, .flexgrid.columns-3 .flexgrid-item, .flexgrid.columns-4 .flexgrid-item, .flexgrid.columns-5 .flexgrid-item {
  flex: auto;
  width: 100%;
}
@media all and (min-width: 950px) {
  .flexgrid.columns-2 .flexgrid-item, .flexgrid.columns-4 .flexgrid-item, .flexgrid.columns-5 .flexgrid-item {
    width: 50%;
  }
  .flexgrid.columns-3 .flexgrid-item {
    width: 33.3333%;
  }
}
@media all and (min-width: 950px) {
  .flexgrid.columns-4 .flexgrid-item {
    width: 25%;
  }
  .flexgrid.columns-5 .flexgrid-item {
    width: 20%;
  }
}
.flexgrid.padded {
  margin: -15px;
}
.flexgrid.padded .flexgrid-item {
  padding: 15px;
}
.flexgrid.margined {
  margin: 0;
}
.flexgrid.margined.columns-2 .flexgrid-item, .flexgrid.margined.columns-3 .flexgrid-item, .flexgrid.margined.columns-4
.flexgrid.margined.columns-5 .flexgrid-item {
  width: 100%;
}
@media all and (min-width: 950px) {
  .flexgrid.margined {
    margin: -15px;
  }
  .flexgrid.margined.columns-2 .flexgrid-item, .flexgrid.margined.columns-4 .flexgrid-item, .flexgrid.margined.columns-5 .flexgrid-item {
    width: calc(50% - 30px);
  }
  .flexgrid.margined.columns-3 .flexgrid-item {
    width: calc(33.3333% - 30px);
  }
}
@media all and (min-width: 950px) {
  .flexgrid.margined.columns-4 .flexgrid-item {
    width: calc(25% - 30px);
  }
  .flexgrid.margined.columns-5 .flexgrid-item {
    width: calc(20% - 30px);
  }
}
.flexgrid.margined .flexgrid-item {
  margin: 15px 15px 30px 15px;
}
@media all and (min-width: 950px) {
  .flexgrid.margined .flexgrid-item.size-20, .flexgrid.margined .flexgrid-item.size-25, .flexgrid.margined .flexgrid-item.size-50 {
    width: calc(50% - 30px);
  }
  .flexgrid.margined .flexgrid-item.size-33 {
    width: calc(33.3333% - 30px);
  }
  .flexgrid.margined .flexgrid-item.size-75 {
    width: calc(75% - 30px);
  }
}
@media all and (min-width: 950px) {
  .flexgrid.margined .flexgrid-item.size-20 {
    width: calc(20% - 30px);
  }
  .flexgrid.margined .flexgrid-item.size-25 {
    width: calc(25% - 30px);
  }
}
.flexgrid.space-between {
  justify-content: space-between;
}
.flexgrid.space-between.columns-2 .flexgrid-item, .flexgrid.space-between.columns-3 .flexgrid-item, .flexgrid.space-between.columns-4
.flexgrid.space-between.columns-5 .flexgrid-item {
  width: 100%;
}
@media all and (min-width: 768px) {
  .flexgrid.space-between.columns-2 .flexgrid-item, .flexgrid.space-between.columns-4 .flexgrid-item, .flexgrid.space-between.columns-5 .flexgrid-item {
    width: 49%;
  }
  .flexgrid.space-between.columns-3 .flexgrid-item {
    width: 32%;
  }
}
@media all and (min-width: 950px) {
  .flexgrid.space-between.columns-4 .flexgrid-item {
    width: 24%;
  }
  .flexgrid.space-between.columns-5 .flexgrid-item {
    width: 19%;
  }
}
@media all and (min-width: 768px) {
  .flexgrid.space-between .flexgrid-item.size-20, .flexgrid.space-between .flexgrid-item.size-25, .flexgrid.space-between .flexgrid-item.size-50 {
    width: 49%;
  }
  .flexgrid.space-between .flexgrid-item.size-33 {
    width: 32%;
  }
  .flexgrid.space-between .flexgrid-item.size-75 {
    width: 74%;
  }
}
@media all and (min-width: 950px) {
  .flexgrid.space-between .flexgrid-item.size-20 {
    width: 19%;
  }
  .flexgrid.space-between .flexgrid-item.size-25 {
    width: 24%;
  }
}

/*!
 *  FDC CookieLaw Tool - v1.4.5
 *  Cookie & Privacy management tool
 *  GitHub: https://github.com/FattiDiCookies/italianPrivacyPolicy/tree/master/dist/tool
 *  Docs: https://github.com/FattiDiCookies/italianPrivacyPolicy/wiki/FDC-Tool
 *  Bugs: https://github.com/FattiDiCookies/italianPrivacyPolicy/issues
 *
 *  (c) 2015 by FDC Crew
 *  Made by FDC Crew and released under MIT License
 */
/* ================================================ */
/* Banner */
/* ================================================ */
.fdc-cookielaw__banner {
  position: fixed;
  top: -101%;
  left: 0;
  right: 0;
  padding: 20px;
  font-family: sans-serif;
  background: #050505;
  color: #fff;
  z-index: 10000;
}

.no-bootstrap.fdc-cookielaw__banner a {
  color: #2976d0;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.no-bootstrap.fdc-cookielaw__banner a:hover {
  color: #4189dd;
}

.fdc-cookielaw__banner.topBanner {
  top: -101%;
  bottom: auto;
  -webkit-transition: top 0.5s ease;
  transition: top 0.5s ease;
}

.fdc-cookielaw__banner.bottomBanner {
  top: auto;
  bottom: -101%;
  -webkit-transition: bottom 0.5s ease;
  transition: bottom 0.5s ease;
}

.fdc-cookielaw__banner.topBanner.showBanner {
  top: 0;
}

.fdc-cookielaw__banner.bottomBanner.showBanner {
  bottom: 0;
}

.fdc-cookielaw__banner-text p {
  margin: 0;
}

.fdc-cookielaw__policy-buttons {
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 1px solid #333;
}

.fdc-cookielaw__banner-buttons,
.fdc-cookielaw__policy-buttons {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #333;
}

.fdc-cookielaw__banner-buttons .button,
.fdc-cookielaw__policy-buttons .button {
  display: inline-block;
  color: #fff;
  background: #2976d0;
  font-size: 1.2em;
  padding: 5px 10px;
  margin: 0 10px 5px 0;
  text-decoration: none;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}

.fdc-cookielaw__banner-buttons .button:hover,
.fdc-cookielaw__policy-buttons .button:hover {
  background: #4189dd;
  color: #fff;
}

.fdc-cookielaw__banner-buttons .button-red,
.fdc-cookielaw__policy-buttons .button-red {
  background: #b91313;
}

.fdc-cookielaw__banner-buttons .button-red:hover,
.fdc-cookielaw__policy-buttons .button-red:hover {
  background: #cb2727;
}

/* ================================================ */
/* Policy Page */
/* ================================================ */
.fdc-cookielaw__policy {
  margin: 40px 10%;
  font-family: sans-serif;
  font-size: 1em;
  color: #555;
}

.fdc-cookielaw__policy a {
  color: #555;
}

.fdc-cookielaw__policy p {
  margin: 0 0 1em 0;
  line-height: 1.3em;
}

.fdc-cookielaw__policy h5 {
  font-weight: bold;
  font-style: italic;
}

.fdctool__services .fdctool__services_cat .fdctool__services_cat-title {
  font-weight: 700;
}

.fdctool__services_item-choise {
  margin-top: 30px;
  margin-bottom: 30px;
}

.fdctool__services_item-choise h6 {
  margin: 0;
  font-weight: bold;
}

.fdctool__services_item-choise .fdctool__services_item-choise-panelbody p {
  font-size: 0.9em;
}

.fdctool__services_item-choise .fdctool__services_item-choise-panelbody .fdctool__services_item-choise-msg {
  font-size: 0.8em;
  font-weight: bold;
  display: none;
  padding: 15px 0 0 0;
}

.fdctool__services_item-choise.accepted h6 .choise-label.accepted {
  display: inline-block;
}

.fdctool__services_item-choise.accepted h6 .choise-label.rejected {
  display: none;
}

.fdctool__services_item-choise.rejected h6 .choise-label.accepted {
  display: none;
}

.fdctool__services_item-choise.rejected h6 .choise-label.rejected {
  display: inline-block;
}

/*
 *  ***************************************************
 *  boilerSASS
 *  ***************************************************
 *  Simple SASS Boilerplate based on HTML5 Boilerplate
 *  ***************************************************

 *  FORM STYLE
*/
label {
  color: gray;
  font-weight: 700;
  margin: 0 0 7.5px 0;
  padding: 0;
  display: block;
}

input.text,
input.title,
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
input[type=date],
select,
textarea {
  margin: 0;
  padding: 10px;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  display: block;
  width: 100%;
  font-size: 1em;
}

textarea {
  height: 200px;
}

.form .form-group,
form .form-group {
  margin-bottom: 15px;
}

/*button[type=submit],
input[type=submit] {
    border: none;
    background: $black;
    color: $white;
    padding: $padding/4 $padding/2;
    border-radius: 6px;
    font-size: 1em;
    cursor: pointer;
    @include transition(all,0.2s,ease);
    &:hover {
        opacity: 0.8em;
    }
}*/
/*
 *  ***************************************************
 *  boilerSASS
 *  ***************************************************
 *  Simple SASS Boilerplate based on HTML5 Boilerplate 
 *  ***************************************************

 *  BUTTONS
*/
.button {
  display: inline-block;
  background: #333333;
  color: #fff;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  padding: 0 7.5px;
  font-size: 1.2em;
  font-weight: 700;
  font-size: 1.2em;
  font-weight: 700;
  border: none;
  outline-style: solid;
  outline-width: 0px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  cursor: pointer;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.button:hover {
  color: #fff;
  background: rgba(51, 51, 51, 0.8);
}
.button.small {
  font-size: 1em;
  height: 30px;
  line-height: 30px;
}
.button.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.button.button-red {
  color: #fff;
  background: red;
}
.button.button-red:hover {
  color: #fff;
  background: rgba(255, 0, 0, 0.8);
}
.button.button-orange {
  color: #fff;
  background: orange;
}
.button.button-orange:hover {
  color: #fff;
  background: rgba(255, 165, 0, 0.8);
}
.button.button-yellow {
  color: #333333;
  background: yellow;
}
.button.button-yellow:hover {
  color: #333333;
  background: rgba(255, 255, 0, 0.8);
}
.button.button-green {
  color: #fff;
  background: green;
}
.button.button-green:hover {
  color: #fff;
  background: rgba(0, 128, 0, 0.8);
}
.button.button-purple {
  color: #fff;
  background: purple;
}
.button.button-purple:hover {
  color: #fff;
  background: rgba(128, 0, 128, 0.8);
}

/*  
 *  ***************************************************
 *  boilerSASS
 *  ***************************************************
 *  Simple SASS Boilerplate based on HTML5 Boilerplate 
 *  ***************************************************

 *  THYPOGRAPHY
*/
/* ********************************** */
/* HEADINGS */
/* ********************************** */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  padding: 0;
  margin: 0.5em 0 0.3em 0;
  line-height: 1em;
  font-weight: 700;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  color: #4d4d4d;
  font-size: 0.5em;
}

h1,
.h1 {
  font-family: inherit;
  font-size: 2.2em;
  font-weight: 700;
  color: #123768;
  padding: 0;
  margin: 0.5em 0 0.3em 0;
}
h1 small,
.h1 small {
  color: #4d4d4d;
  font-size: 0.5em;
}

h2,
.h2 {
  font-family: inherit;
  font-size: 2em;
  font-weight: 700;
  color: #123768;
  padding: 0;
  margin: 0.5em 0 0.3em 0;
}
h2 small,
.h2 small {
  color: #4d4d4d;
  font-size: 0.5em;
}

h3,
.h3 {
  font-family: inherit;
  font-size: 1.8em;
  font-weight: 700;
  color: #123768;
  padding: 0;
  margin: 0.5em 0 0.3em 0;
}
h3 small,
.h3 small {
  color: #4d4d4d;
  font-size: 0.5em;
}

h4,
.h4 {
  font-family: inherit;
  font-size: 1.5em;
  font-weight: 700;
  color: #123768;
  padding: 0;
  margin: 0.5em 0 0.3em 0;
}
h4 small,
.h4 small {
  color: #4d4d4d;
  font-size: 0.5em;
}

h5,
.h5 {
  font-family: inherit;
  font-size: 1.3em;
  font-weight: 700;
  color: #123768;
  padding: 0;
  margin: 0.5em 0 0.3em 0;
}
h5 small,
.h5 small {
  color: #4d4d4d;
  font-size: 0.5em;
}

h6,
.h6 {
  font-family: inherit;
  font-size: 1.2em;
  font-weight: 700;
  color: #123768;
  padding: 0;
  margin: 0.5em 0 0.3em 0;
}
h6 small,
.h6 small {
  color: #4d4d4d;
  font-size: 0.5em;
}

/* ********************************** */
/* PARAGRAPHS */
/* ********************************** */
p,
.p {
  font-size: inherit;
  color: inherit;
  line-height: 1.4em;
  padding: 0;
  margin: 0 0 15px 0;
}

/* ********************************** */
/* LISTS */
/* ********************************** */
ul {
  list-style-type: inherit;
  padding: 0 0 0 30px;
  margin: 0 0 30px 0;
}

ol {
  padding: 0 0 0 30px;
  margin: 0;
}

ul li, ol li {
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 1.4em;
}

/* ********************************** */
/* FONT UTILITIES: Alignment */
/* ********************************** */
.centered-txt,
.centered-text,
.center-txt,
.center-text {
  text-align: center;
}

.right-txt,
.right-text {
  text-align: right;
}

.left-txt,
.left-text {
  text-align: left;
}

/* ********************************** */
/* FONT UTILITIES: Text Transform */
/* ********************************** */
.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.lowercase {
  text-transform: lowercase;
}

/* ********************************** */
/* FONT UTILITIES: Size */
/* ********************************** */
.font-mini {
  font-size: 0.5em;
}

.font-small {
  font-size: 0.7em;
}

.font-smaller {
  font-size: 0.8em;
}

.font-larger {
  font-size: 1.3em;
}

.font-large {
  font-size: 1.5em;
}

.font-big {
  font-size: 2em;
}

/* ********************************** */
/* FONT UTILITIES: Font Weight */
/* ********************************** */
.font-thin {
  font-weight: 100;
}

.font-extralight,
.font-extra-light {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold
.font-semi-bold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold,
.font-extra-bold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

/* ********************************** */
/* FONT UTILITIES: Font Style */
/* ********************************** */
.important {
  background: #4d4d4d;
  color: #fff;
  padding: 0 0.2em;
  line-height: 1.2em;
}

.very-important {
  background: #4d4d4d;
  color: #fff;
  font-weight: 700;
  padding: 0 0.2em;
  line-height: 1.2em;
}

.font-italic,
.italic {
  font-style: italic;
}

.font-oblique,
.oblique {
  font-style: oblique;
}

.bold,
.strong {
  font-weight: bold;
}

.bolder,
.stronger {
  font-weight: bolder;
}

.lighter {
  font-weight: lighter;
}

/*  
 *  ***************************************************
 *  boilerSASS
 *  ***************************************************
 *  Simple SASS Boilerplate based on HTML5 Boilerplate 
 *  ***************************************************

 *  TABLES
*/
.tab {
  margin: 0 0 15px 0;
  border-collapse: collapse;
  width: 100%;
}
.tab td,
.tab th {
  padding: 7.5px;
}
.tab thead {
  color: inherit;
  background: transparent;
  font-size: 1.2em;
}
.tab.tab-bordered {
  border: 1px solid #B1C5CE;
}
.tab.tab-bordered tr {
  border-bottom: 1px solid #B1C5CE;
}
.tab.tab-bordered tr:last-child {
  border-bottom: none;
}
.tab.tab-bordered thead {
  border-bottom: 1px solid #B1C5CE;
}
.tab.tab-bordered td,
.tab.tab-bordered th {
  padding: 7.5px;
  border-right: 1px solid #B1C5CE;
}
.tab.tab-bordered td:last-child,
.tab.tab-bordered th:last-child {
  border-right: none;
}
.tab.tab-zebra tbody tr:nth-child(odd) {
  color: inherit;
  background: #EFF6F9;
}
.tab.tab-zebra tbody tr:nth-child(even) {
  color: inherit;
  background: transparent;
}

ul.menu, ul.nav, ul.et-social-icons {
  margin: 0 0 0 0;
}
ul.menu li, ul.nav li, ul.et-social-icons li {
  margin: 0 0 0 0;
}

/*#top-menu li.onlyHome {
    display: none;
}

.home {
    #top-menu li.onlyHome {
        display: inline-block;
    }
}*/
.home h2 {
  margin-top: 0;
  font-size: 13vw !important;
}
@media all and (min-width: 950px) {
  .home h2 {
    font-size: 9vw !important;
  }
}
@media all and (min-width: 1024px) {
  .home h2 {
    font-size: 5.5vw !important;
  }
}

.fc-section__mineralenaturale {
  padding: 0;
}

.fc-section__stabilimenti {
  background-image: url(https://umbfil.stagingfattoria2.it/wp-content/uploads/umbriafiller-bg_small-1.jpg);
  background-size: initial;
  background-position: left top;
  background-repeat: no-repeat;
}
@media all and (min-width: 1024px) {
  .fc-section__stabilimenti h2 {
    font-size: 5vw !important;
  }
}
@media all and (max-width: 951px) {
  .fc-section__stabilimenti {
    background-image: none !important;
  }
}

@media all and (min-width: 1024px) {
  .fc-section__footer h2 {
    font-size: 4.5vw !important;
  }
}

.fc-section__retecommerciale h3 {
  color: #123768;
}
.fc-section__retecommerciale h3 em {
  color: gray;
  font-weight: 300;
  font-style: normal;
}

@media all and (max-width: 768px) {
  .fc-section__stabilimenti {
    background: none !important;
    background-image: none !important;
  }
}

/*
 *  ***************************************************
 *  boilerSASS
 *  ***************************************************
 *  Simple SASS Boilerplate based on HTML5 Boilerplate 
 *  ***************************************************

 *  CSS UTILITIES
*/
/*  ========================================================================== */
/*  Elements Positioning */
/*  ========================================================================== */
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

/*  ========================================================================== */
/*  Display */
/*  ========================================================================== */
.block {
  display: block;
}

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

.inline {
  display: inline;
}

/*  ========================================================================== */
/*  Margins */
/*  ========================================================================== */
.no-marg {
  margin: 0;
}

.no-marg-ver {
  margin-top: 0;
  margin-bottom: 0;
}

.no-marg-hor {
  margin-right: 0;
  margin-left: 0;
}

.no-marg-top {
  margin-top: 0;
}

.no-marg-bottom {
  margin-bottom: 0;
}

.no-marg-right {
  margin-right: 0;
}

.no-marg-left {
  margin-left: 0;
}

.marg {
  margin: 30px;
}
.marg.half {
  margin: 15px;
}

.marg-ver {
  margin-top: 30px;
  margin-bottom: 30px;
}
.marg-ver.half {
  margin-top: 15px;
  margin-bottom: 15px;
}

.marg-hor {
  margin-left: 30px;
  margin-right: 30px;
}
.marg-hor.half {
  margin-left: 15px;
  margin-right: 15px;
}

.marg-top {
  margin-top: 30px;
}
.marg-top.half {
  margin-top: 15px;
}

.marg-bottom {
  margin-bottom: 30px;
}
.marg-bottom.half {
  margin-bottom: 15px;
}

.marg-left {
  margin-left: 30px;
}
.marg-left.half {
  margin-left: 15px;
}

.marg-right {
  margin-right: 30px;
}
.marg-right.half {
  margin-right: 15px;
}

/*  ========================================================================== */
/*  Paddings */
/*  ========================================================================== */
.no-pad {
  padding: 0;
}

.no-pad-ver {
  padding-top: 0;
  padding-bottom: 0;
}

.no-pad-hor {
  padding-right: 0;
  padding-left: 0;
}

.no-pad-top {
  padding-top: 0;
}

.no-pad-bottom {
  padding-bottom: 0;
}

.no-pad-right {
  padding-right: 0;
}

.no-pad-left {
  padding-left: 0;
}

.pad {
  padding: 30px;
}
.pad.half {
  padding: 15px;
}

.pad-ver {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pad-ver.half {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pad-hor {
  padding-left: 30px;
  padding-right: 30px;
}
.pad-hor.half {
  padding-left: 15px;
  padding-right: 15px;
}

.pad-top {
  padding-top: 30px;
}
.pad-top.half {
  padding-top: 15px;
}

.pad-bottom {
  padding-bottom: 30px;
}
.pad-bottom.half {
  padding-bottom: 15px;
}

.pad-left {
  padding-left: 30px;
}
.pad-left.half {
  padding-left: 15px;
}

.pad-right {
  padding-right: 30px;
}
.pad-right.half {
  padding-right: 15px;
}

/* ############################################################################################ */
/* HTML5 BOILERLESS CLASSES */
/* ############################################################################################ */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                               http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*# sourceMappingURL=child-theme.css.map */
