/* ========================================

Theme: vidal Theme
Version: 1.0
Copyright of Vidall Themes

CONTENTS

01.	Text
02.	Color scheme
03.	Backgrounds
04.	Headers
05.	Footers
06.	Sidebars
07.	Nav
08.	Mobile Nav
09.	Accordion
10.	Alerts
11.	Animation
12.	Blog
13.	Buttons
14.	Draws
15.	Hero Unit
16.	Icon Boxes
17.	Maps
18.	Modal
19.	Notices
20.	Overlays
21.	Parallax
22.	Isotope
23.	Preloaders
24.	Pricing
25.	Promo Boxes
26.	Sliders
27.	Social Networks
28.	Tabs
29.	Tags
30.	Team
31.	Testimonial
32.	Video
33.	Forms

======================================== */
/* ========================================
01. Text
======================================== */
html {
  font-size: 15px; }

body {
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #909090; }

@media (max-width: 48em) {
  html {
    font-size: 14px; } }

@media (max-width: 34em) {
  html {
    font-size: 13px; } }

h1 {
  font-size: 3rem; }

h2 {
  font-size: 2.6rem; }

h3 {
  font-size: 2.2rem; }

h4 {
  font-size: 1.8rem; }

h5 {
  font-size: 1.4rem; }

h6 {
  font-size: 1rem; }

.font-size-h1 {
  font-size: 3rem; }

.font-size-h2 {
  font-size: 2.6rem; }

.font-size-h3 {
  font-size: 2.2rem; }

.font-size-h4 {
  font-size: 1.8rem; }

.font-size-h5 {
  font-size: 1.4rem; }

.font-size-h6 {
  font-size: 1rem; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1.5rem 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1;
  text-rendering: optimizeLegibility;
  color: #303030; }

p {
  margin: 0 0 1.5rem 0; }

.link {
  color: #000000;
  text-decoration: none;
  transition: color 0.4s; }
  .link:hover {
    color: #909090; }
  .link--footer {
    color: #909090;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.8rem;
    line-height: 1.95rem;
    transition-duration: 350ms;
    transition-property: color;
    transition-timing-function: ease-in-out; }
    .link--footer:hover {
      color: #303030; }

.special-font {
  font-family: "Sacramento", cursive;
  font-size: inherit; }

.list {
  margin-left: 0;
  padding: 0;
  list-style-type: none; }
  .list--bulleted {
    list-style-type: disc;
    margin-left: 17px; }
  .list--numbered {
    list-style-type: decimal;
    margin-left: 17px; }
  .list__item--inline {
    display: inline; }
  .list__item--inline-block {
    display: inline-block; }
  .list--footer {
    color: #909090;
    text-decoration: none;
    font-size: 0.8rem; }

.blockquote {
  position: relative;
  font-size: 120%;
  font-style: italic; }
  .blockquote:before {
    content: "";
    position: absolute;
    height: 100%;
    left: -40px;
    border-left: 4px solid #97B6C5; }
  .blockquote-source {
    font-weight: 700; }

.table {
  width: 100%;
  border-collapse: collapse; }
  .table td, .table th {
    padding: 10px;
    border: 1px solid transparent; }

.text-decoration {
  position: relative; }
  .text-decoration:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background-color: #607D8B;
    top: -10px;
    left: 0; }

/* ========================================
02. Colour Scheme
======================================== */
.background-color-1 {
  background-color: #909090; }

.background-color-2 {
  background-color: #303030; }

.background-color-3 {
  background-color: #607D8B; }

.background-color-4 {
  background-color: #97B6C5; }

.background-color-5 {
  background-color: #A3BAC5; }

.background-color-6 {
  background-color: #506068; }

.background-color-7 {
  background-color: #1F475A; }

.background-color-8 {
  background-color: #DCC894; }

.background-color-9 {
  background-color: #000000; }

.background-color-10 {
  background-color: #ffffff; }

.background-color-11 {
  background-color: #f8f8fa; }

.background-color-12 {
  background-color: #e5e6eb; }

.background-color-13 {
  background-color: #c0c2ce; }

.background-color-14 {
  background-color: #afafaf; }

.border-color-1 {
  border-color: #909090; }

.border-color-2 {
  border-color: #303030; }

.border-color-3 {
  border-color: #607D8B; }

.border-color-4 {
  border-color: #97B6C5; }

.border-color-5 {
  border-color: #A3BAC5; }

.border-color-6 {
  border-color: #506068; }

.border-color-7 {
  border-color: #1F475A; }

.border-color-8 {
  border-color: #DCC894; }

.border-color-9 {
  border-color: #000000; }

.border-color-10 {
  border-color: #ffffff; }

.border-color-11 {
  border-color: #f8f8fa; }

.border-color-12 {
  border-color: #e5e6eb; }

.border-color-13 {
  border-color: #c0c2ce; }

.border-color-14 {
  border-color: #afafaf; }

.text-color-1 {
  color: #909090; }

.text-color-2 {
  color: #303030; }

.text-color-3 {
  color: #607D8B; }

.text-color-4 {
  color: #97B6C5; }

.text-color-5 {
  color: #A3BAC5; }

.text-color-6 {
  color: #506068; }

.text-color-7 {
  color: #1F475A; }

.text-color-8 {
  color: #DCC894; }

.text-color-9 {
  color: #000000; }

.text-color-10 {
  color: #ffffff; }

.text-color-11 {
  color: #f8f8fa; }

.text-color-12 {
  color: #e5e6eb; }

.text-color-13 {
  color: #c0c2ce; }

.text-color-14 {
  color: #afafaf; }

.filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7; }

/* ========================================
03. Backgrounds
======================================== */
.hero-unit--banner-1 {
  background-image: url(../img/general/vidal__homepage-background.jpg); }

.hero-unit--banner-2 {
  background-image: url(../img/general/vidal__homepage-banner-2.jpg); }

.hero-unit--banner-3 {
  background-image: url(../img/general/vidal__homepage-banner-3.png);
  background-position: center;
  min-height: 1000px; }

.grid-container {
  max-width: 1225px; }

/* ========================================
04. Headers
======================================== */
.primary-header {
  border-bottom: none; }
  .primary-header--resized {
    border-bottom: 1px solid #f8f8fa;
    background-color: #ffffff; }

@media (max-width: 64em) {
  .primary-header {
    border-bottom: 1px solid #f8f8fa;
    background-color: #ffffff; } }

/* ========================================
05. Footers
======================================== */
.bordered--footer {
  height: 151px; }

.copyright-text {
  padding-top: 4px;
  text-transform: uppercase;
  font-size: 10px; }

.border-top {
  display: block;
  width: 100%;
  border-top: 1px solid #c0c2ce; }

/* ========================================
06. Sidebars
======================================== */
/* ========================================
07. Nav
======================================== */
.primary-header--fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; }

.desktop-nav .nav, .desktop-nav .is-submenu {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.desktop-nav .is-submenu, .desktop-nav .is-megamenu {
  visibility: hidden;
  opacity: 0; }

.desktop-nav .has-submenu:hover > .is-submenu, .desktop-nav .has-submenu:hover > .is-megamenu, .desktop-nav .has-submenu:hover > .is-megamenu .is-submenu, .desktop-nav .has-megamenu:hover > .is-submenu, .desktop-nav .has-megamenu:hover > .is-megamenu, .desktop-nav .has-megamenu:hover > .is-megamenu .is-submenu {
  visibility: visible;
  opacity: 1; }

.desktop-nav .is-submenu, .desktop-nav .is-megamenu {
  transition-duration: 350ms;
  transition-property: background-color, color, opacity, visibility;
  transition-timing-function: ease-in-out; }

.desktop-nav {
  z-index: 1000; }
  .desktop-nav .nav-item {
    position: relative;
    display: inline;
    float: left;
    text-align: center;
    line-height: 100px; }
    .desktop-nav .nav-item:last-child .is-submenu .is-submenu {
      right: 100%;
      left: auto; }
    .desktop-nav .nav-item a {
      float: left;
      margin: 0 20px 0 20px;
      color: #303030;
      text-decoration: none;
      font-weight: 600;
      transition-duration: 350ms;
      transition-property: color; }
      .desktop-nav .nav-item a:hover {
        color: #909090; }
  .desktop-nav .has-submenu, .desktop-nav .has-megamenu {
    position: relative; }
  .desktop-nav .is-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    padding: 20px 0 20px;
    background-color: #303030; }
    .desktop-nav .is-submenu li {
      float: left;
      padding: 0 20px;
      min-width: 180px;
      text-align: left; }
      .desktop-nav .is-submenu li a {
        margin: 0;
        width: 100%;
        color: #ccc;
        line-height: 50px; }
    .desktop-nav .is-submenu .is-submenu {
      top: -20px;
      left: 100%; }
  .desktop-nav .has-megamenu {
    position: inherit; }
  .desktop-nav .is-megamenu {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 1;
    margin: 0 auto;
    max-width: 1225px; }
    .desktop-nav .is-megamenu .grid-row {
      margin: 0 15px 0 15px;
      width: inherit;
      background-color: #303030; }
    .desktop-nav .is-megamenu .is-submenu {
      position: relative;
      overflow: hidden;
      background-color: transparent; }

/* ========================================
08. Mobile Nav
======================================== */
/* ========================================
09. Accordion
======================================== */
/* ========================================
10. Alerts
======================================== */
/* ========================================
11. Animations
======================================== */
/* ========================================
12. Blog
======================================== */
/* ========================================
13. Buttons
======================================== */
.button {
  text-transform: uppercase; }
  .button--subscribe {
    position: absolute;
    top: 0px;
    right: 10px;
    border: 0;
    background: none;
    color: #909090;
    font-size: 22px;
    -webkit-appearance: none; }
    .button--subscribe:focus {
      outline: 0; }

.support-button--floating {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 10; }

.vidall-contact-us .support-button--floating {
  display: none !important; }

/* ========================================
14. Draws
======================================== */
/* ========================================
15. Hero Unit
======================================== */
.hero-unit__black-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #303030;
  opacity: 0; }

.hero-unit-sub-page {
  height: 350px; }

/* ========================================
16. Icon Boxes
======================================== */
/* ========================================
17. Maps
======================================== */
/* ========================================
18. Modal
======================================== */
/* ========================================
19. Notices
======================================== */
/* ========================================
20. Overlays
======================================== */
.overlay__background {
  background-color: rgba(255, 255, 255, 0.92); }

/* ========================================
21. Parallax
======================================== */
.parallax {
  padding: 0px; }
  .parallax__background {
    background-size: inherit;
    background-repeat: repeat; }

/* ========================================
22. Isotope
======================================== */
.isotope-items {
  margin-right: -10px;
  margin-left: -10px; }

.isotope-filters-button {
  display: block;
  padding: 10px 0 10px;
  text-transform: uppercase; }
  .isotope-filters-button:hover, .isotope-filters-button__selected {
    background-color: transparent;
    color: #303030; }

/* ========================================
23. Preloaders
======================================== */
/* ========================================
24. Pricing
======================================== */
/* ========================================
25. Promo Boxes
======================================== */
/* ========================================
26. Sliders
======================================== */
/* ========================================
27. Social Networks
======================================== */
/* ========================================
28. Tabs
======================================== */
/* ========================================
29. Tags
======================================== */
/* ========================================
30. Team
======================================== */
/* ========================================
31. Testimonials
======================================== */
/* ========================================
32. Video
======================================== */
/* ========================================
32. Forms
======================================== */
.mce_inline_error {
  position: absolute;
  color: #ed4040; }

.response {
  position: absolute;
  margin-top: 5px;
  padding: 7px 10px 7px; }

.input {
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #e5e6eb;
  border-left: 0;
  transition-duration: 350ms;
  transition-property: border-bottom;
  transition-timing-function: ease-in-out; }
  .input:focus, .input:hover {
    border-bottom: 1px solid #303030; }
  .input--subscribe {
    position: relative;
    padding: 7px 0 7px;
    width: 100%;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #c0c2ce;
    border-left: 0;
    background: transparent; }
    .input--subscribe:focus {
      outline: 0; }

.success {
  margin-bottom: 0.75rem;
  padding: 1em;
  border: 1px solid #d6e9c6;
  background-color: #dff0d8;
  color: #468847;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

.error {
  margin-bottom: 0.75rem;
  padding: 1em;
  border: 1px solid rgba(185, 74, 72, 0.3);
  background-color: #f2dede;
  color: #b94a48;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
