/* 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
 */

@charset "UTF-8";
/* Scss Document */
/*======================================== Fonts ==========================================*/
/*------------------ edit ----------------------*/
html[dir="rtl"] .platform-content .edit.item-page .input-block-level, html[dir="rtl"] .platform-content .edit.item-page .input-large, html[dir="rtl"] .platform-content .edit.item-page .input-xlarge, html[dir="rtl"] .platform-content .edit.item-page .input-xxlarge, html[dir="rtl"] .platform-content .edit.item-page .uneditable-input {
  display: inline-block;
  min-height: 20px;
}
.icon-eye-open:before, .icon-eye:before {
  content: "";
  font-family: FontAwesome;
}
.edit.item-page #jform_images_image_fulltext-lbl, .edit.item-page #jform_images_image_intro-lbl {
  font-size: 150%;
  font-weight: bold;
}
.edit.item-page #jform_images_image_fulltext-lbl, .edit.item-page #jform_urls_urla-lbl {
  margin-top: 25px;
  padding-top: 25px;
  display: block;
  border-top: solid 1px;
}
#adminForm .btn-group {
  font-size: inherit;
}
#adminForm .radio.btn-group input[type=radio] {
  display: block;
}
.dir-rtl .ev_adminpanel .nav_bar_cell {
  text-align: right;
}
.dir-rtl div.ev_adminpanel form div:nth-child(odd) {
  float: none;
}
a.ev_link_row:link, a.ev_link_row:visited, a.ev_link_row:hover {
  font-size: 24px;
  color: #d97b66;
}
/*======================================== design ===========================================*/
#g-subfeature {
  border: none;
}
.dir-rtl .readmore {
  text-align: left;
}
.dir-rtl .icon-chevron-right {
  display: none;
}
.clear {
  clear: both;
}
.nopaddingtb .g-content {
  padding-top: 0;
  padding-bottom: 0;
}
.nopaddingsides .g-content {
  padding-right: 0;
  padding-left: 0;
}
.nomargintb .g-content {
  margin-top: 0;
  margin-bottom: 0;
}
.nomarginsides .g-content {
  margin-right: 0;
  margin-left: 0;
}
.nomargint .g-content {
  margin-top: 0;
}
.nomarginb .g-content {
  margin-bottom: 0;
}
.nopaddingt .g-content {
  padding-top: 0;
}
.nopaddingb .g-content {
  padding-bottom: 0;
}
.button a {
  color: #fff;
}
.vmd-hidden {
  display: none;
}
/*======================================== header ===========================================*/
#g-showcase, #g-main {
  padding: 0;
}
.vmd-page-header-container h1 {
  margin: 0;
}
.vmd-page-header-container h1 span {
  display: block;
}
.vmd-page-header-container .vmd-page-header-first {
  color: #d97b66;
  margin: 0;
  line-height: 35px;
}
.vmd-page-header-container .vmd-page-header-second {
  margin: -25px 0 0;
}
.vmd-page-header-container .vmd-page-header-devider {
  min-height: 20px;
  background-image: url('../images/header-devider.svg');
  background-repeat: no-repeat;
  background-position: top center;
}
.vmd-page-header-container .vmd-page-header-icon {
  max-width: 140px;
  margin: 1rem auto;
}
/*========================================= menu ============================================*/
#g-navigation .g-main-nav {
  margin: 0;
}
.g-main-nav .g-toplevel > li {
  margin: 0 1.5rem;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container {
  padding: 0.2rem 0.938rem;
  border-top: solid 1px;
  border-bottom: solid 1px;
  font-size: 1.2rem;
  position: relative;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container::after {
  content: "";
  background-color: #f2f0d5;
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container:hover::after {
  height: 100%;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background-color: #f2f0d5;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active:hover {
  background-color: transparent;
}
/*======================================== content ==========================================*/
.dir-rtl div[itemprop="articleBody"] ul {
  margin-left: 0rem;
  margin-right: 1.5rem;
  list-style-position: inside;
}
.vmd-two-col div[itemprop="articleBody"], .vmd-two-col .category-desc {
  column-count: 2;
  column-gap: 60px;
  column-rule: 1px dotted rgba(0, 0, 0, 0.2);
}
.itemid-943 .vmd-two-col .category-desc {
  column-count: 1;
  text-align: center;
}
.vmd-two-col div[itemprop="articleBody"] > p, .vmd-two-col .category-desc > p {
  margin: 0;
}
.vmd-two-col div[itemprop="articleBody"] > p:last-child, .vmd-two-col .category-desc > p:last-child {
  margin-bottom: 0;
}
/*======================================== wines ==========================================*/
.blog .items-row {
  display: flex;
}
.blog .items-row .item {
  height: 100%;
}
.vmd-wine-list .blog .items-row {
  margin: 1.5rem 0;
}
.vmd-wine-blog-item {
  display: flex;
  margin-top: 2rem;
  height: 100%;
}
.vmd-wine-blog-img {
  flex-basis: 540px;
  padding: 0 1rem;
  min-width: 180px;
  text-align: center;
}
.vmd-wine-blog-img img {
  width: auto;
  max-height: 420px;
  max-width: 100px;
}
.vmd-wine-blog-content .page-header h2 {
  margin: 0;
  color: #d97b66;
}
.vmd-wine-blog-content .fields-container, .vmd-wine-blog-content .field-entry {
  margin: 0;
}
.vmd-wine-name-en {
  font-family: "Bilbo Swash Caps", cursive;
  font-size: 250%;
  margin-top: -25px !important;
  text-transform: capitalize;
}
.vmd-award-logo-ef {
  display: inline-block;
  margin-left: 0.5rem;
  margin-bottom: 0.5rem !important;
}
.vmd-award-name-ef {
  display: inline-block;
}
.vmd-wine-blog-content p {
  margin: 0.2rem 0;
}
.vmd-wine-blog-content .vmd-buttom-ef-block .fields-container {
  padding-right: 2.5rem;
  font-size: 90%;
  margin-top: 0.5rem;
  background-image: url('../images/wine_rec_icon.svg');
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 2rem;
  line-height: 15px;
  min-height: 50px;
}
.vmd-wine-blog-content {
  position: relative;
  padding-bottom: 2rem;
}
.vmd-wine-blog-content ul {
  margin: 0.2rem 0;
  list-style-position: inside;
}
.vmd-goes-with-ef .field-label {
  display: block;
  color: #d97b66;
  padding-top: 5px;
}
body:not(.vmd-wine-list) .vmd-wine-blog-res-button {
  display: none;
}
.vmd-wine-blog-res-button {
  margin: 1rem 0;
  position: absolute;
  left: 1rem;
  bottom: 1rem;
}
.vmd-wine-list .blog .items-row {
  background-image: url('../images/wine_border.svg');
  background-position: top center;
  background-repeat: no-repeat;
}
.vmd-award-logo-ef img {
  max-width: 60px;
}
/*========================================= modules ==========================================*/
.flush .g-container > .g-grid > .g-block.vmd-header-module > .g-content {
  margin: 0.625rem;
  padding: 0.938rem;
}
.vmd-header-module .g-title, .vmd-header-module .g-item-title {
  background-image: url('../images/second_header_orn.svg');
  background-repeat: no-repeat;
  background-position: 0px 35px;
  background-size: 100%;
  color: #d97b66;
  margin: 0 -35px -25px 0;
  font-size: 160%;
  padding-bottom: 23px;
  padding-right: 35px;
}
.vmd-header-module-left.vmd-header-module .g-title, .vmd-header-module-left.vmd-header-module .g-item-title {
  background-image: url('../images/second_header_orn_left.svg');
  background-repeat: no-repeat;
  background-position: 0 34px;
  background-size: 100%;
  margin: 0 -35px -25px -39px;
}
.vmd-header-module .g-item-title > a {
  pointer-events: none;
  cursor: default;
}
.dir-rtl .vmd-header-module ul {
  margin-left: 0;
  list-style-position: inside;
}
.vmd-header-form-module form > h2 {
  background-image: url('../images/header-devider.svg');
  background-repeat: no-repeat;
  background-position: 0px 40px;
  background-size: 100%;
  color: #d97b66;
  margin: 1rem auto;
  padding-bottom: 23px;
  text-align: center;
  max-width: 80%;
}
.vmd-header-module .mod_events_latest_table {
  margin-top: 2rem;
}
.moduletable.vmd-order-wine {
  position: fixed;
  top: 20%;
  left: -2.7rem;
  z-index: 99;
  background-color: #f2f0d5;
  padding: 0.8rem 1.5rem;
  border-right: solid 1px #3d3d3d;
  border-left: solid 1px #3d3d3d;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.moduletable.vmd-order-wine p {
  margin: 0;
}
.moduletable.vmd-order-wine p a {
  font-size: 1.2rem;
}
/*========================================= events ==========================================*/
.mod_events_latest_content a {
  pointer-events: none;
  cursor: default;
  font-size: 1.4rem;
  font-weight: bold;
}
table, td {
  border: none;
}
.jevbootstrap p.vmd_evt_title_1col {
  margin: 10px 0 0 0;
}
/*========================================= footer ==========================================*/
#g-footer {
  background-image: url('../images/footer_border.svg');
  background-repeat: repeat-x;
  background-position: -1px 0px;
  background-size: 26px;
  border-top: 0;
  padding-top: 13px;
  margin-top: -1px;
}
#g-footer .g-container {
  background-image: url('../images/footer-logo-bg.svg');
  background-repeat: no-repeat;
  background-position: 0px -20px;
  background-size: 30%;
  margin-top: -13px;
  padding-top: 1rem;
}
#g-footer .g-grid:first-child {
  border-bottom: solid 1px #fff;
  margin-bottom: 0.5rem;
}
.vmd-footer .custom > h3 {
  margin: 0;
}
.dir-rtl .branding {
  text-align: left;
}
ul.menu.vmd-vertical-menu {
  margin-right: 0;
}
.menu.vmd-vertical-menu li {
  display: inline-block;
  padding-left: 15px;
  margin-left: 15px;
  border-left: solid 1px #fff;
}
.menu.vmd-vertical-menu li:last-child {
  display: inline-block;
  border-left: none;
}
.menu.vmd-vertical-menu li a {
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.menu.vmd-vertical-menu li a:hover {
  color: #d97b66;
}
/*======================================== forms ==========================================*/
#vmdForm .rsform-block .medium-3 {
  display: none;
}
#vmdForm .rsform-block .medium-9 {
  width: 100%;
}
.rsform-block-pretext {
  text-align: center;
  margin-bottom: 1rem;
  color: #d97b66;
}
.rsform-block-adress-header h3, .rsform-block-select-wine-header h3, .rsform-block-message-header h3 {
  text-align: center;
  border-top: solid 1px #f2f0d5;
  color: #d97b66;
  margin-top: 3rem;
  padding-top: 2rem;
}
.rsform-block-submit {
  text-align: center;
}
fieldset#rsform_8_page_0 > .row {
  border-bottom: solid 1px #c4c4c4;
}
.medium-7.columns {
  margin-bottom: 5px;
  padding-bottom: 5px;
  min-height: 40px;
}
.formContainer .rsform-block-tupal {
  display: none !important;
}
/*------------------ login popup ----------------------*/
#form-login-username .input-prepend input, #form-login-password .input-prepend input {
  width: 150px;
  min-height: 35px;
}
.dir-rtl #form-login-username .input-prepend .add-on, .dir-rtl #form-login-password .input-prepend .add-on {
  margin-left: -1px;
  margin-right: 0px;
  max-height: 35px;
}
/*------------- Search --------------*/
form#rokajaxsearch {
  margin: 0;
}
input#roksearch_search_str {
  margin: 0;
  background-color: #84e522;
  border: none;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.6);
  color: #000;
  border-radius: 0;
  height: 20px;
  background-image: url('../images/search_icon.png');
  background-position: 4% 50%;
  background-repeat: no-repeat;
  padding: 3px 5%;
}
input#roksearch_search_str::-webkit-input-placeholder {
  color: #000 !important;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #000 !important;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #000 !important;
}
:-ms-input-placeholder {
  color: #000 !important;
}
html[dir="rtl"] #roksearch_results {
  text-align: right;
}
html[dir="rtl"] #roksearch_results .page {
  float: right;
}
html[dir="rtl"] #roksearch_results a#roksearch_link {
  float: left;
  padding-right: 5px;
  margin-left: 5px;
}
#roksearch_results h3, #roksearch_results span {
  font-size: 100%;
}
#roksearch_results a.clr {
  display: block;
  width: 100%;
  text-align: left;
}
#roksearch_results span.small {
  bottom: 10px;
  width: 70%;
}
#roksearch_results .roksearch_header, #roksearch_results .roksearch_row_btm, #roksearch_results h3, #roksearch_results span {
  color: #000;
}
/*====================================== responsive =========================================*/
@media only all and (max-width: 47.938rem) {
  /*------------------ forms ------------------*/
  .g-offcanvas-toggle {
    position: fixed;
    color: #d97b66;
  }
  .dir-rtl .branding, .dir-ltr .branding {
    text-align: center !important;
  }
  .vmd-two-col div[itemprop="articleBody"], .vmd-two-col .category-desc {
    column-count: 1;
  }
  #g-navigation #logo-7624-particle svg, #g-navigation #logo-2414-particle svg {
    max-width: 60%;
  }
  .vmd-page-header-container .vmd-page-header-icon {
    max-width: 80px;
  }
  .vmd-page-header-container .vmd-page-header-first, .vmd-page-header-container .vmd-page-header-second {
    font-size: 1.8rem;
  }
  .vmd-page-header-container .vmd-page-header-devider {
    background-size: 80%;
  }
  .vmd-header-module .g-title, .vmd-header-module .g-item-title {
    margin: 0;
    padding-bottom: 12px;
    padding-right: 15px;
    background-position: 5px 35px;
  }
  .vmd-header-module-left.vmd-header-module .g-title {
    margin: 0;
  }
  .vmd-header-module .mod_events_latest_table {
    margin-top: 0;
  }
  #g-footer .g-container {
    background-position: -20px -20px;
    background-size: 50%;
  }
  .moduletable.vmd-order-wine {
    top: 30%;
    left: -2.4rem;
    background-color: rgba(242, 240, 213, 0.7);
    padding: 0.6rem 1rem;
  }
  .blog .items-row {
    display: block;
  }
  .vmd-wine-list .blog .items-row {
    background-image: none;
  }
  .vmd-wine-blog-img {
    min-width: 60px;
    flex-basis: 0;
    padding: 0;
    text-align: right;
  }
  .vmd-wine-blog-img img {
    max-height: 210px;
    max-width: 50px;
  }
  .vmd-wine-blog-res-button {
    position: relative;
    padding: 1rem 1rem 0 0;
  }
  .vmd-contact-form .vmd-form-col, .dir-rtl .vmd-contact-form .vmd-form-col {
    width: 100%;
    float: none;
  }
  input, textarea, .uneditable-input {
    width: 100%;
  }
  .vmd-contact-form .vmd-form-col-inner.vmd-form-col-inner-1, .dir-rtl .vmd-contact-form .vmd-form-col-inner.vmd-form-col-inner-1, .vmd-contact-form .vmd-form-col-inner.vmd-form-col-inner-2, .dir-rtl .vmd-contact-form .vmd-form-col-inner.vmd-form-col-inner-2 {
    margin-right: 0;
    margin-left: 0;
  }
  .vmd-contact-form .control-group {
    margin-bottom: 6px;
  }
  .dir-rtl .form-horizontal .control-label {
    float: none;
    text-align: right;
    display: block;
  }
  .vmd-contact-form .controls, .dir-rtl .vmd-contact-form .controls {
    margin: 10px 0;
  }
  .platform-content input {
    box-sizing: border-box;
    min-height: 50px;
  }
}
/*# sourceMappingURL=custom_17.css.map */