body { 
    font: normal normal normal 17px/26px Roboto;
    letter-spacing: 0;
    color: var(--title-text);
}

a { 
    color: var(--title-text);
}

a:hover { 
    color: var(--primary);   
}

.page-wrapper {
    width: 80%;
}

.schedule-container {
    height: 433px;
    margin-bottom: 80px;
}

.instagram-container {
    margin-top: 100px;
}

.locations-wrapper {
    margin-top: 100px;
}

.awards-container {
    margin-top: 100px;
    height: 375px;
}

.content-container {
    position: relative;
    height: 5200px;
}

.fruits_and_palm {
    top: 2400px;
}

@media (max-width: 1366px) {
    .content-container {
        height: 5200px;
    }

    .page-wrapper {
       width: 96%;
    }
}

.sidebar {
    border-left: 1px solid var(--title-text);
    padding-left: 30px;
}

.block { 
    /* border-bottom: 1px solid var(--title-text); */
    padding: 40px 0px 20px 0px;
}

.happenings-container { 
    border-top: 1px solid #f0f0f0;
    padding: 20px;
    background: white;
    box-shadow: 0 3px 30px #5F9C080D;
    border-radius: 4px;
    margin: auto;
}

#main-product-list { 
    border-top: 1px solid #f0f0f0;
    padding: 20px;
    background: white;
    box-shadow: 0 3px 30px #5F9C080D;
    border-radius: 4px;
}

.product-details .object__price { 
    font: normal bold normal 20px/28px Roboto;
    margin-top: 24px;
}

.product-details, .related-products {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
}

.inner_fruits_and_palm_mir {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    background-image: url('../assets/img/fruits_and_palm.jpg');
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.inner_parrot_mir {
    object-fit: cover;
    position: absolute;
    top: 15vh;
    left: 0;
    width: 17%;
    height: 652px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.inner_fruits_and_palm, .inner_fruits_and_palm_mir, .inner_parrot, .inner_parrot_mir { 
    opacity: 0.6;
}

@media (max-width: 986px){
    .inner_parrot_mir {
        width: 27%;
    }
}

.home-2-buttons-container {
    height: 410px;
}

.home-description, .lead {
    font: normal normal normal 17px/26px Roboto;
}

.lead { 
    color: var(--title-text);
}


/* footer links */

.footer-links { 
    background: #666;
    padding: 6px;
    margin-bottom: 0px;
    width: 100%;
}

.footer-links ul { 
    text-align: center;
    margin-bottom: 0px;
}

.footer-links ul li { 
    display: inline-block;
    padding-right: 24px;
} 

.footer-links ul li a { 
    color: #fff;
    text-decoration: none;
}

.footer-links ul li img { 
    max-width: 100%;
    max-height:40px;
    margin-bottom:-14px;
}

/* buttons */

.button.button-primary, button.button-primary, input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary {
    padding: 8px 16px;
    text-align: center;
    font: normal normal bold 14px/20px Roboto Slab;
    letter-spacing: 0;
    height: 36px;
    color: var(--primary-button-text);
    background: var(--primary) 0 0% no-repeat padding-box;
    box-shadow: 0 3px 6px var(--primary-button-text);
    border-radius: 4px;
    opacity: 1;
    border-color: var(--primary-button-text);
}

.button.button-primary:hover, button.button-primary:hover, input[type="submit"].button-primary:hover, input[type="reset"].button-primary:hover, input[type="button"].button-primary:hover, .button.button-primary:focus, button.button-primary:focus, input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus {
    color: var(--primary);
    background-color: var(--primary-button-text);
    border-color: var(--primary-button-text);
}

.button.button-secondary, button.button-secondary, input[type="submit"].button-secondary, input[type="reset"].button-secondary, input[type="button"].button-secondary {
    padding: 8px 16px;
    text-align: center;
    font: normal normal bold 14px/20px Roboto Slab;
    letter-spacing: 0;
    height: 36px;
    color: var(--primary);
    background: var(--primary-button-text) 0 0% no-repeat padding-box;
    box-shadow: 0 3px 6px #ddd;
    border-radius: 4px;
    opacity: 1;
    border-color: var(--primary);
}

.button.button-secondary:hover, button.button-secondary:hover, input[type="submit"].button-secondary:hover, input[type="reset"].button-secondary:hover, input[type="button"].button-secondary:hover, .button.button-secondary:focus, button.button-secondary:focus, input[type="submit"].button-secondary:focus, input[type="reset"].button-secondary:focus, input[type="button"].button-secondary:focus {
    color: var(--primary-button-text);
    background-color: var(--primary);
    border-color: var(--primary-button-text);
}

/* shop filters */

#shop-filters, .side {
    display: block;
    padding: 20px;
    margin: 0px 0px 0px 0px;
    border-right: 1px solid;
    background-color: var(--light-gray);
    border-right-color: #dedede;
}

#shop-filters hr, .side hr {
    margin-top: 2rem;
    margin-bottom: 2.5rem;
}

#shop-filters label { 
    font-weight: 500;
}

#shop-filters {
  width: 22%;
}

#main-product-list {
  width: 74%;
}

@media (max-width: 1245px) {

    #shop-filters {
      display: none;
      width:100%;
    }

    #main-product-list {
      width: 100%;
    }
}

@media (min-width: 1246px) {

    #shop-filters {
      display: block;
    }
}

/* various */

h1,h2,h3,h4,h5,h6 { 
    color: var(--title-text);
}

.img-responsive, .img-fluid {
    max-width: 100%;
}

/*
.img-thumbnail { 
    width: 100%;
    height: 100%;
    object-fit: cover;
}
*/

.inner-wrapper { 
    align-items: center;
    margin-bottom: 80px;
}

.inner-wrapper.wide { 
    width:90%;
}

.inner-wrapper h2 {
    font: normal normal bold 3.5vw/96px Roboto Slab;
    letter-spacing: 0;
    color: #777777;
    text-transform: uppercase;
}

.inner-wrapper h2 i {
    margin-right: 20px;
}

.inner-wrapper h3 {
    font: normal normal bold 2vw/48px Roboto Slab;
    letter-spacing: 0;
    color: #777777;
    text-transform: uppercase;
}

.inner-wrapper h3 i {
    margin-right: 20px;
}

@media (max-width: 986px) {

    .inner-wrapper, .inner-wrapper.wide { 
       width:100%;
    }
}

.section.first {
    margin-top: 200px;
    display: flex;
    flex-flow: column;
    /* background-color: rgba(255,255,255,0.5); */
    /* background: white; */
    /* box-shadow: 0 3px 30px #5F9C080D; */
    /* border-radius: 4px; */
    /* padding: 35px; */
    width: 80%;
}

@media (max-width: 1366px) {
    .section.first {
       width: 96%;
    }
}

.section .container { 
    width: 90%;
    max-width: 100%;
}

a.navigation-item {
    text-decoration: none;
    text-transform: uppercase;
}

div.centerimg { 
    text-align: center;
}

#ProductSearchForm_categories > br { 
    display:none;
}

.store-select {
    margin-bottom: 20px;
}

.store-select-block {
    padding: 10px;
    padding: 20px;
    margin: 0px 0px 30px 0px;
    border-left: 5px solid;
    background-color: var(--light-gray);
    border-left-color: #999;
    text-align: center;
}

.store-select-block i {
    font-size: 96px;
    color: #434343;
    margin-bottom: 14px;
}

.cart-product-description { 
    font: normal normal normal 14px/16px Roboto Slab;
    font-style: italic;
    background-color: #D6EAF8;
    border-left-color: #3498DB;
    color: #3498DB;
    display: block;
    padding: 16px 10px;
    border-left: 5px solid;
}

.lg-toolbar .lg-icon {
    color: #eee;
}

/* backgrounds */

.in_fruits_and_palm {
    position: absolute;
    left: 0;
    top: -740px;
    width: 100%;
    height: 3200px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    background-image: url('../assets/img/fruits_and_palm.jpg');
}

.in_parrot {
    object-fit: cover;
    position: absolute;
    top: 154px;
    right: 0;
    width: 17%;
    height: 652px;
}

/* nav-pills */

ul.nav-pills { 
    list-style: none;
}

.nav-pills > li > a {
        border-radius: 0;
        padding: 10px 15px;
        border: 1px solid transparent;
        color: #666666;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 700;
}
.nav-pills.nav-stacked > li + li {
        margin-left: 0;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
        border: 1px solid #f3f3f3;
        color: var(--primary-light);
        background-color: #fafafa;
}


/* Object Styles */
.object {
    position: relative;
}
.object:after {
    content: attr(data-object-type);
    position: absolute;
    top: 12px;
    left: 12px;
  padding: .6em .8em;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4em;
  text-transform: uppercase;
  border-radius: 4px;
}
.object--special:after {
    background: var(--primary);
    color: #272727;
}
.object--sale:after {
    background: var(--secondary);
}

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

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

h1,h2,h3,h4,h5,h6 { 
    letter-spacing: 0;
    color: var(--dark-text);
}

h1 { 
    font: normal normal normal 36px/34px Roboto Slab;
}

h2 { 
    font: normal normal normal 32px/34px Roboto Slab;
}

h3 { 
    font: normal normal normal 28px/30px Roboto Slab;
}

h4 { 
    font: normal normal normal 24px/26px Roboto Slab;
}

h5 { 
    font: normal normal normal 22px/24px Roboto Slab;
}

h6 { 
    font: normal normal normal 18px/20px Roboto Slab;
}

@media (max-width: 1366px) {

    h1 { 
        font: normal normal normal 30px/28px Roboto Slab;
    }

    h2 { 
        font: normal normal normal 26px/28px Roboto Slab;
    }

    h3 { 
        font: normal normal normal 22px/24px Roboto Slab;
    }

    h4 { 
        font: normal normal normal 18px/20px Roboto Slab;
    }

    h5 { 
        font: normal normal normal 16px/18px Roboto Slab;
    }

    h6 { 
        font: normal normal normal 14px/16px Roboto Slab;
    }

    .footer-contact { 
        width: 90%;
        margin: 20px auto;
    }

    .sign-up-text {
        font: normal normal 300 30px/40px Roboto Slab;
    }

}

.margin-top-20 { margin-top: 20px; }
.margin-top-30 { margin-top: 30px; }
.margin-top-40 { margin-top: 30px; }

.margin-bottom-20 { margin-bottom: 20px; }
.margin-bottom-30 { margin-bottom: 30px; }
.margin-bottom-40 { margin-bottom: 30px; }

@media (max-width: 1245px){
    .visible-xs{
        display: block;
    }

    .hidden-xs{
        display: none;
    }
}

@media (min-width: 1246px){
    .visible-xs{
        display: none;
    }

    .hidden-xs{
        display: block;
    }
}

/* pager */

ul.yiiPager {
    border: 0 none;
    display: block;
    font-size: 13px;
    line-height: 100%;
    margin: 4px 0px;
    padding: 0;
    float: right;
}
ul.yiiPager li {
    display: inline;
}
ul.yiiPager a:link, ul.yiiPager a:visited {
    border: 1px solid #434343;
    color: #434343;
    font-weight: bold;
    padding: 4px 12px;
    text-decoration: none;
}
ul.yiiPager .page a {
    font-weight: normal;
}
ul.yiiPager a:hover {
    border: 1px solid #434343;
}
ul.yiiPager .selected a {
    background: #434343 none repeat scroll 0 0;
    color: #ffffff;
    font-weight: bold;
}
ul.yiiPager .hidden a {
    border: 1px solid #dedede;
    color: #888888;
}
ul.yiiPager .first, ul.yiiPager .last {
    display: none;
}

/* alerts */

.alert {
    display: block;
    padding: 20px;
    border-left: 5px solid;
}

.alert-success {
    background-color: #D5F5E3;
    border-left-color: #2ECC71;
    color: #2ECC71;
}

.alert-info {
    background-color: #D6EAF8;
    border-left-color: #3498DB;
    color: #3498DB;
}

.alert-warning {
    background-color: #FCF3CF;
    border-left-color: #F1C40F;
    color: #F1C40F;
}

.alert-error, .alert-danger {
    background-color: #F2D7D5;
    border-left-color: #C0392B;
    color: #C0392B;
}

/* modals */

.modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
  visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}
.modal.modal-open {
  visibility: visible;
  backface-visibility: visible;
  opacity: 1;
  z-index: 100;
}
.modal .modal-inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal .modal-inner .modal-content {
  background-color: white;
  max-width: 35em;
  padding: 1em 1.5em;
  position: relative;
  margin: 2em;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
}
.modal .modal-inner .modal-content .modal-close-icon {
  position: absolute;
  right: 1.5em;
}
.modal .modal-inner .modal-content .modal-content-inner {
  padding-right: 2em;
}
.modal .modal-inner .modal-content .modal-content-inner h1, .modal .modal-inner .modal-content .modal-content-inner h2, .modal .modal-inner .modal-content .modal-content-inner h3, .modal .modal-inner .modal-content .modal-content-inner h4, .modal .modal-inner .modal-content .modal-content-inner h5, .modal .modal-inner .modal-content .modal-content-inner h6 {
  margin-bottom: 0.25em;
}
.modal .modal-inner .modal-content .modal-content-inner p {
  margin-bottom: 1em;
}
.modal .modal-inner .modal-content .modal-buttons-seperator {
  margin: 1.5em 0;
  margin-top: 0;
}
.modal .modal-inner .modal-content .modal-buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.modal .modal-inner .modal-content .modal-buttons button {
  margin-left: 1em;
}
.modal .modal-inner .modal-content .modal-buttons button:first-child {
  margin-left: 0;
}

/* products */

.object::after {
    content: attr(data-object-type);
    position: absolute;
    top: 12px;
    left: 12px;
    padding: .6em .8em;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: uppercase;
    border-radius: 4px;
}

.object--special::after {
    background: #028190;
    color: #fff;
}

.object-img-wrapper {
    background: #cecece;
    background: url("../assets/img/product_bg.png");
    background-size: cover;
    text-align: center;
}

.object-content {
    border: solid 1px #dedede;
    padding: 40px 30px 35px;
    border-radius: 0 0 4px 4px;
}

.object__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 20px;
    text-transform: uppercase;
}

h6.object__category { 
    font: normal normal normal 15px/18px Roboto Slab;
    font-style: italic;
}

h6.object__category a {
    text-decoration: none;
}

.object-raiting-price {
    margin: 20px 0px;
}

.object__price {
    font: normal bold normal 16px/20px Roboto
}

.object p {
    margin: 0 0 25px;
}

.clearfix { 
    clear: both;
}

.clear-filter-dummy-btn > button {
    opacity: 0.7;
}

/* forms */

.form-padding {
    border-top: 1px solid #f0f0f0;
    padding: 20px;
    background: white;
    box-shadow: 0 3px 30px #5F9C080D;
    border-radius: 4px;
}

.form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control {
    box-shadow: none;
    border-radius: 0;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
}

.input-group .form-control {
    position: relative;
    float: left;
    width: 50%;
    margin-bottom: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

/* checkboxes */

    /* Customize the label (the container) */
    .checkbox-container {
      display: block;
      position: relative;
      padding-left: 35px;
      margin-bottom: 12px;
      cursor: pointer;
      font-size: 17px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    /* Hide the browser's default checkbox */
    .checkbox-container input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0;
    }

    /* Create a custom checkbox */
    .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 25px;
      width: 25px;
      background-color: #eee;
      border: 1px solid #ccc;
    }

    /* On mouse-over, add a grey background color */
    .checkbox-container:hover input ~ .checkmark {
      background-color: #ccc;
    }

    /* When the checkbox is checked, add a blue background */
    .checkbox-container input:checked ~ .checkmark {
      background-color: var(--primary);
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark:after {
      content: "";
      position: absolute;
      display: none;
    }

    /* Show the checkmark when checked */
    .checkbox-container input:checked ~ .checkmark:after {
      display: block;
    }

    /* Style the checkmark/indicator */
    .checkbox-container .checkmark:after {
      left: 9px;
      top: 5px;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
    } 

    /* Create a custom radio button */
    .radiobtn{
      position: absolute;
      top: 0;
      left: 0;
      height: 25px;
      width: 25px;
      background-color: #eee;
      border-radius: 50%;
    }

    /* On mouse-over, add a grey background color */
    .checkbox-container:hover input ~ .radiobtn{
      background-color: #ccc;
    }

    /* When the radio button is checked, add a blue background */
    .checkbox-container input:checked ~ .radiobtn{
      background-color: var(--primary);
    }

    /* Create the indicator (the dot/circle - hidden when not checked) */
    .radiobtn:after {
      content: "";
      position: absolute;
      display: none;
    }

    /* Show the indicator (dot/circle) when checked */
    .checkbox-container input:checked ~ .radiobtn:after {
      display: block;
    }

    /* Style the indicator (dot/circle) */
    .checkbox-container .radiobtn:after {
      top: 9px;
      left: 9px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: white;
    }

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 320px;
  background-color: #777777;
  color: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 6px;
  font: normal normal normal 15px/18px Roboto Slab;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip-right::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent;
}

/* sky-forms */

.sky-form {
    box-shadow: none;
}

.sky-form {
    margin: 0;
    outline: none;
    /* box-shadow: 0 0 20px rgba(0,0,0,.3); */
    /* font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif; */
    color: #666;
}

.sky-form .label {
    padding: 0.2em 0 0.3em;
}

.sky-form .inline-group .radio, .sky-form .inline-group .checkbox {
    float: left;
    margin-right: 30px;
}

.sky-form .inline-group .radio, .sky-form .inline-group .checkbox {
    clear: left;
}
.sky-form .inline-group .radio, .sky-form .inline-group .checkbox {
    float: left;
    margin-right: 30px;
}
.sky-form .radio, .sky-form .checkbox {
    font-weight: 400;
}
.sky-form .radio, .sky-form .checkbox {
    margin-bottom: 4px;
    padding-left: 27px;
    font-size: 15px;
    line-height: 27px;
    color: #404040;
    cursor: pointer;
}
.sky-form .input, .sky-form .select, .sky-form .textarea, .sky-form .radio, .sky-form .checkbox, .sky-form .toggle, .sky-form .button {
    position: relative;
    display: block;
}

.sky-form .radio input, .sky-form .checkbox input {
    position: absolute;
    left: 0px;
    top: 8px;
}

.sky-form .checkbox input + i::after {
    color: #999;
}
.sky-form .checkbox input + i::after {
    top: 2px;
    left: 0;
    font: normal 10px FontAwesome;
}

.sky-form .checkbox input + i::after {
    content: '\f00c';
    top: -1px;
    left: -1px;
    width: 15px;
    height: 15px;
    font: normal 12px/16px FontAwesome;
    text-align: center;
}

.sky-form .radio input + i::after, .sky-form .checkbox input + i::after {
    position: absolute;
    opacity: 0;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}

/* news / events */

.media-news, .media-video {
    border-top: 1px solid #f0f0f0;
    padding: 20px;
    margin-bottom: 30px;
    background: white;
    box-shadow: 0 3px 30px #5F9C080D;
    border-radius: 4px;
}

.media-video { 
    padding: 20px 20px 0px 20px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}

.media-object {
    display: block;
}

div.leftimg {
    float: left;
    margin: 0 20px 20px 0;
    max-width: 100%;
}

div.leftimg {
    float: left;
    margin: 0 20px 20px 0;
    max-width: 100%;
}

div.rightimg {
    float: right;
    margin: 0 0 20px 20px;
    max-width: 100%;
}
div.centerimg img {
    display: table;
    margin: 0 auto;
}

/* order-tracker */

.order-tracker-details { 
    background: #fff;
    padding: 20px;
    margin-bottom: 40px;
    font: normal normal normal 15px/22px Roboto;
}

/* flexvideo */

.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
 
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
 
.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video { padding-top: 0; }
}

/* form validation */

label.error { 
    color: var(--primary);
}

input[type="email"].error, input[type="number"].error, input[type="search"].error, input[type="text"].error, input[type="tel"].error, input[type="url"].error, input[type="password"].error, textarea.error {
    border: 1px solid var(--primary);
}

.errorMessage { 
    color: var(--primary);
    margin-top: -10px;
    margin-bottom: 20px;
}