 /*
    Theme Name: Grandhall Europe
    Theme URI: https://grandhall.eu
    Description: This is a custom designed theme for the Grandhall Europe Website. This theme is based on the old design Magento 1 design and is rebuild in WordPress + WooCommerce. This Theme doesn't support the functionality to sell product. Howevery it's is possible to sell products with the creation of a few files.  Further this theme is build using Elementor Theme builder. Deinstalling of the Elementor Plug-in will brick this theme.
    Version: 1.0
    Author: Jirad Ossewaldt
    Author URI: https://theoldcom.eu/
*/

 /* ===================================
    General
==================================== */

 html {
   font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
   margin: 0;
   paddin: 0;
   font-size: 14px;
   background-color: #FFFFFF;
   color: #000;
   width: 100%;
   height: 100%;
 }





 body {
   background: url(../images/background.jpg) no-repeat center center fixed;
   -webkit-background-size: 100%;
   -moz-background-size: 100%;
   -o-background-size: 100%;
   background-size: 100%;
 }

 .wrapper {
   background: url(../images/skippy.jpg) repeat-x bottom center;
   padding-bottom: 90px;
 }

 @media only screen and (max-width: 544px) {
   body {
     background: url(../images/background.jpg) no-repeat center center fixed;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
   }
 }

 .content-container {
   background-color: #fff;
   padding: 15px 0 15px;
 }

 .container-padding {
   padding-left: 25px !important;
   padding-right: 25px !important;
 }

 .item-padding {
   padding: 15px;
 }

 .button:hover {
   color: #000;
 }

 .bottom {
   padding-bottom: 15px;
 }

    .grecaptcha-badge {
        display: none !important;
    }


.brochure_img{
padding:15px 0 30px 0;

}

 /* ===================================
    Header
==================================== */

 .language-switch {
   list-style-type: none;
   font-weight: bold;
   float:right;
 }

 .language-switch label {
   color: #fff;
 }

 .media-link {
   display: inline-block;
   vertical-align: middle;
   line-height: normal;
   color: #000;
   margin-bottom: 25px;
 }

 .media-link a {
   font-weight: bold;
   height: 65px;
   line-height: 65px;
   text-align: right;
   color: #000;
 }

 .header-search {
   padding: 10px;
 }

 .aws-search-field {
   width: calc(100% - 52px);
   padding: 10px 0 10px 15px;
   border: 0px solid #B00E0C;
   font-weight: 500;
 }

.header_logo img {
   height: 80px; !important;
 }

 @media only screen and (max-width: 750px) {
   .header_logo img {
     margin-top:0;
   }
}

 .header-bottom {
   background-color: #fff;
   padding: 15px;
 }

 .front-kangaroo {
   position: relative;
   float: right;
   margin-top: 3em;
   margin-right: -6em;
   z-index: 7;
 }

 .page-kangaroo {
   position: absolute;
   float: right;
   margin-top: 1em;
   right: -3.5em;
   z-index: 7;
   height: 10em;
 }

.featured_post_box > h6 > time
{
display:none;
}


.recente_blog_box time{
display:none;
}
 /* ===================================
    Header navbar
==================================== */

 .menubar ul {
   background-color: #AC0200;
   list-style: none;
   margin: 0;
   padding-left: 0;
 }

 .menu {
   list-style: none;
   margin: 0;
   padding-left: 0;
   overflow: hidden;
   background-color: #AC0200;
 }

 .menu li {
   float: left;
 }

 .menubar li a {
   display: block;
   color: #fff;
   text-align: center;
   padding: 10px;
   text-decoration: none;
   text-transform: uppercase;
   border-left: 1px solid #333333;
   font-weight: bold;
   font-size: 13px;
 }

 .menubar-footer ul li a {
   text-transform: normal;
   font-weight: bold;
   font-size: 12px;
 }

 .menubar li a:hover {
   background-color: #C80200;
 }

 .sub-menu {
   display: none;
   position: absolute;
   width: 350px;
   z-index: 1;
   float: left;
 }

 .sub-menu li {
   background-color: #f1f1f1;
   width: 100%;
   border-bottom: 1px solid #DDDDDD;
 }

 .sub-menu li a {
   color: #505050;
   padding: 12px 16px;
   text-align: left;
   border-left: none;
   font-weight: 600;
 }

 .sub-menu li a:hover {
   background-color: #DDDDDD !important;
 }

 .menu-item-has-children:hover .sub-menu {
   display: block;
   -webkit-transition: width 0.7s;
   transition: width 0.7s;
 }

 @media screen and (max-width: 554px) {
   .menu li {
     float: left;
     width: 100%;
   }
   .menu li a {
     text-align: left;
   }
 }

 /* ===================================
    Content
==================================== */

 .content {
   padding-right: 0px !important;
   margin-right: 0px !important;
 }

 .content-container {
   background-color: #fff;
 }

 .page-slider img {
   width: 100%;
 }

 .front-kangaroo {
   position: relative;
   float: right;
   margin-top: 3em;
   margin-right: -6em;
   z-index: 7;
 }

 .page-kangaroo {
   position: absolute;
   float: right;
   margin-top: 1em;
   right: -5em;
   z-index: 7;
   height: 10em;
 }

 .page-title {
   padding: 10px;
   font-weight: bold;
   font-size: 14px;
   color: #fff;
   background-color: #B00E0C;
   text-transform: uppercase;
   margin-bottom: 30px;
 }

 .page-title:hover {
   color: #fff;
 }

 .dealers-page {
   display: none;
 }

 .brandbox {
   border: 1px solid #e6e6e6;
 }

 .brandbox div {
   height: 150px;
   display: flex;
   justify-content: center;
   align-items: center;
 }


.woocommerce-loop-category__title,.woocommerce-loop-product__title {
  color:black;
}

 /* ===================================
    Recipe
==================================== */
.read-more {
  padding: 15px 35px 15px 35px;
  font-weight: bold;
  color: #000;
  background-color: #e1e1e1;
}

.read-more:hover {
  color: #000;
}

.read-more i {
  padding-left: 20px;
}

.featured_post_blog {
  border-bottom: 1px solid black;
  margin-bottom: 35px;
}

.featured_post_blog h4 {
  padding: 50px 0 10px 0;
}

.post_page_image {
  overflow: hidden;
}

.post_page_image img {
  display: block;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  height:250px;
}

.post_page_image img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.featured_post_box {
  padding-bottom: 35px;
}

.featured_post_box a {
  color: #000;
}

.featured_post_box h5 {
  text-transform: uppercase;
  padding: 15px 0 5px;
}

.featured_post_box h6 {
  padding: 0 0 10px;
}

.featured_post_box p {
  line-height: 1.6;
}

.recente_blog_box {
  border: 1px solid #e1e1e1;
  padding: 15px;
  margin-bottom: 45px;
}

.recente_blog_box img {
  height: 250px;
  width: 350px;
}

.recente_blog_box div p {
  margin-bottom: 45px;
}

.image {
  max-width: 100%;
  height: auto;
}

.single_post_title {
  padding: 15px 0 0px;
}





 /* ===================================
    Single-recipe
==================================== */
 .news-container {
   background-color: #F0F5F5;
   margin-top: 25px;
 }

 .news-content {
   padding: 15px;
 }

 .news-image img {
   width: 100%;
   height: 100%;
 }

 .news-container h2 a {
   color: #191919;
 }

 .news-metadata {
   padding: 0 10px 10px 0;
   border-bottom: 1px solid rgba(0, 0, 0, 0.12);
 }

 .news-metadata a {
   color: #919699;
   transition: all 150ms ease-out;
 }

 .news-metadata a:hover {
   color: #333333;
 }

 .mnews-metadata span {
   border-right: 1px solid rgba(0, 0, 0, 0.12);
   padding-right: 10px;
   margin-right: 10px;
 }

 .news-metadata span:last-of-type {
   border-right: none;
 }

 .news-metadata span.news-metadata_categories {
   border-right: none;
   padding-right: 0;
 }

 .news-metadata_date {
   border-right: 1px solid rgba(0, 0, 0, 0.12);
   padding-right: 10px;
   margin-right: 10px;
   border-left: 1px solid rgba(0, 0, 0, 0.12);
   padding-left: 10px;
   margin-left: 10px;
 }

 .news-metadata_seperator {
   color: #dddddd;
 }

 .news-metadata_categories a {
   display: inline-block;
   margin: 2px 0;
   padding: 6px 10px 4px;
   border-radius: 2px;
   background: #73bfa6;
   color: #ffffff;
   font-family: "Montserrat", Helvetica, Arial, sans-serif;
   font-size: 10px;
   text-transform: uppercase;
   transition: all 150ms ease-out;
 }

 .news-metadata_categories a:hover {
   background: #62b79b;
   color: #ffffff;
   text-decoration: none;
 }





 /* ===================================
    Contactform
==================================== */

 .wpcf7 {
   text-align: left;
 }

 .wpcf7-text,
 .wpcf7-textarea {
   width: 100%;
   border: 1px solid #cecece;
   box-shadow: 0 0 5px #ddd;
   -webkit-font-smoothing: antialiased!important;
 }

 .wpcf7-text input:focus,
 .wpcf7-textarea input:focus {
   outline: 0;
   background-color: #fff;
   border-color: #33a4fd;
   -moz-box-shadow: 0 0 5px #33A4FD;
   -webkit-box-shadow: 0 0 5px #33A4FD;
   box-shadow: 0 0 5px #33A4FD;
 }

 .wpcf7-text {
   height: 50px;
   padding-left: 10px;
   margin-bottom: 25px;
 }

 .wpcf7-textarea {
   padding-left: 10px;
   margin-bottom: 25px;
 }

 .wpcf7-submit {
   width: 15%;
   font-size: 15px;
   background: 33A4FD;
   color: #fff;
   padding: 7px;
 }

 .wpcf7-response-output {
   margin-bottom: 30px !important;
 }

 .wpcf7-submit {
   border: 2px solid #000 !important;
   color: #FFFFFF !important;
   background-color: #000;
 }

 .wpcf7-submit:hover {
   border-color: transparent !important;
   background-color: rgba(0, 0, 0, 0.7) !important;
   color: #FFFFFF !important;
 }

 /* ===================================
    Sidebar
==================================== */

 .sidebar-information_box {
   padding-left: 10px !important;
 }

 .sidebar-information_box .widget_product_categories {
   border: 1px solid #CCCCCC;
   margin-bottom: 15px;
 }

 .sidebar-information_box .widget_text {
   border: 1px solid #CCCCCC;
   margin-bottom: 15px;
 }

 .custom_sidebar .widget-title {
   font-size: 16px;
   text-transform: uppercase;
   font-weight: 400;
   padding: 5px;
   background-color: #F4F4F4;
   border-bottom: 1px solid #CCCCCC;
   padding-left: 35px;
 }


 .custom_sidebar ul {
   display: block;
   list-style-type: none;
   -webkit-margin-before: 0em;
   -webkit-margin-after: 0em;
   -webkit-margin-start: 0px;
   -webkit-margin-end: 0px;
   -webkit-padding-start: 0px;
 }

 .custom_sidebar ul li {
margin: 0 15px 0 15px;
padding: 7px 0 7px 0;
   border-bottom: 1px solid #CCCCCC;
}

 .sidebar-information_box ul li:last-child {

   border-bottom:none;
}


 .sidebar-information_box .textwidget {
   margin-top: 15px;
 }

 .sidebar-information_box .widget_text p {
   line-height: 0.7em;
   padding-left: 15px;
 }

 .sidebar-information_box .widget_text a {
   color: #B00E0C;
   font-weight: bold;
 }

 .sidebar-information_box ul a {
   color: #B00E0C;
   font-weight: bold;
 }

 .sidebar-brochure {
   background-color: #FFD570;
   margin-left: 10px;
   background: url(../images/slider_block_grass.png) repeat-x bottom center #ffd570;
 }

 .sidebar-brochure .widget-title {
   font-size: 16px;
   text-transform: uppercase;
   font-weight: bold;
   padding: 5px;
   padding-left: 15px;
 }

 .sidebar-brochure p:last-child a {

   border: none;
   color: white;
   padding: 5px 15px;
   text-align: center;
   display: inline-block;
   font-size: 14px;
   margin: 0 0 20px 10px;
 }

.textwidget p:first-child{
padding-left:15px;
}


 /* ===================================
    Footer
==================================== */

 .footer {
   background-color: #fff;
   padding-top: 15px;
 }

 .footer-menu {
   border-top: 1px solid #DCDCDC;
   padding-top:20px;
 }

 .footer i {
   padding: 5px;
   font-size: 28px;
   color: #B00E0C;
 }

 .footer-image {
   text-align: center;
   float: center;
 }

 .footer-image img {
   text-align: center;
   align: middle;
   width: 300px;
   padding: 20px;
 }

 .copyright {
   padding: 15px;
   text-align: center;
 }

 /* ===================================
    Back To Top
==================================== */

 .cd-top {
   display: inline-block;
   height: 60px;
   width: 60px;
   position: fixed;
   bottom: 40px;
   right: 10px;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
   overflow: hidden;
   text-indent: 100%;
   white-space: nowrap;
   background: #E84639 url("../images/cd-top-arrow.svg") no-repeat center 50%;
   visibility: hidden;
   opacity: 0;
   -webkit-transition: opacity .3s 0s, visibility 0s .3s;
   -moz-transition: opacity .3s 0s, visibility 0s .3s;
   transit ion: opacity .3s 0s, visibility 0s .3s;
 }

 .cd-top.cd-is-visible,
 .cd-top.cd-fade-out,
 .no-touch .cd-top:hover {
   -webkit-transition: opacity .3s 0s, visibility 0s 0s;
   -moz-transition: opacity .3s 0s, visibility 0s 0s;
   transition: opacity .3s 0s, visibility 0s 0s;
 }

 .cd-top.cd-is-visible {
   visibility: visible;
   opacity: 1;
 }

 .cd-top.cd-fade-out {
   opacity: 1;
 }

 .no-touch .cd-top:hover {
   background-color: #E84639;
   opacity: 1;
 }

 /* ===================================
    Woocommerce
==================================== */
