/* My Custom CSS file Shaper Ultimate */


/* Don't show page header */

body.view-article .page-header  {display:none;}

/* Float language selection to right */

#sp-top-bar .sp-module {float:right; text-align: right; padding: 2px 0px;}

/* Auto expand offcanvas menu for better handling*/

.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  display: none;
}

body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  margin-left: 0;
}

.offcanvas-menu .offcanvas-inner {
    padding: 30px 0px 30px 0px;
}

.offcanvas-menu .offcanvas-inner .sp-module ul.menu > li {
  padding: 0.25rem 0;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-deeper.menu-parent {
	padding-bottom: 0.5rem;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li ul.menu-child {
  display: initial;
}

.offcanvas-menu .offcanvas-inner .sp-module ul.menu-child > li {
  padding-top: 0.5rem;
  padding-left: 1.1rem;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  padding: 0px 0px 0px 30px;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li.active > a {
    background-color:rgba(35,88,166,0.9);
    color: #fff !important;
    padding: 10px 0px 10px 30px;
}

.menu-parent .menu-child {display: block !important;}
.menu-parent .menu-toggler {display: none !important;
}


/* Font change offcanvas menu */

/*.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
    font-family: 'Amatic SC';
    font-weight: 600;
    font-size: 1.2rem!important;
} */

.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span {
    opacity: 1;
    font-family: 'Amatic SC';
    font-size: 1.4rem;
    font-weight:600;
}
    
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
    font-size: 1rem;
}

/* Changes for HU 2 to get things right again */

.sp-megamenu-parent > li:last-child > a {
  padding: 0px 15px 0px 15px;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
  font-size: 0.875rem;
  padding: 0px 0px 0px 30px;
  line-height: 1.5;
  font-weight: 300;
  font-style: normal;
}

.offcanvas-menu .offcanvas-inner ul.menu > li {
  font-weight: inherit;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  display: block;
  position: relative;
}

@media (min-width: 992px) { #sp-logo.col-auto {width:25%}}

.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span {
  opacity: 1;
}

.close-offcanvas {
  top: auto;
}

@media (max-width: 575px) {.logo-image-phone {height: auto !important;}}

@media (max-width: 480px) {
  #sp-logo.col-auto {max-width:66.66667%;}
  div.offcanvas-menu .logo-image {height:40px;}
}

@media (max-width: 575px) {
  #sp-header .logo-image {
  	transform: scaleX(1.0);
    transition: all 0.3s ease-in;
  	margin-top:4%;
  	padding-left: 15%;
    height:auto;
}

#sp-header.header-sticky .logo-image {
    transform: scale(0.8);
    transition: all 0.3s ease-out;
    margin-top: 0%;
  	padding-left: 0%;
  	height:auto;
}
}

body, .sp-preloader {
  background-color: #fff;
  color: #252525;
}

.burger-icon { width: 30px; } 

.burger-icon > span { height: 3px; }

.offcanvas-active .burger-icon > span:nth-child(1), #modal-menu-toggler.active .burger-icon > span:nth-child(1) {
  transform: translate(0, 10px) rotate(-45deg);
}

.sp-scroll-up {bottom: 10px;}

/*#sp-header .sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
	text-shadow:2px 2px 5px #000;
	color:#fff;
} */

#prijzen td, #prijzen tr, #prix td, #prix tr, #preise td, #preise tr, #tarifas td, #tarifas tr, #prices td, #prices tr {
  border-color: inherit;
  border-style: solid;
  border-width: thin;
  }


/* Show background picture in website on all devices include transparent overlay */

body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -10;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 100%), url(/images/molinolaratonera.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  box-shadow: inset 0 0 0 100vmax rgba(0,0,0,0.2);
} 

/* Animation sticky header */

#sp-page-title, #sp-header .logo, #offcanvas-toggler, .sticky-wrapper.is-sticky, .sp-megamenu-parent >li >a {
    -webkit-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}

/* Declare height of header for logo */

#sp-header .logo {
    height: 60px;
  	display: inline-flex;
    margin: 0;
    align-items: center;
}

/* Declare top bar settings */

#sp-top-bar {
position:absolute;
z-index:2;
width:100%;
padding: 0 0 0 0;
background:rgba(255,255,255,0.9);

}

/* Make SP Header postion absolute */

#sp-header {
position: absolute;
top: 37px;
height:70px;
background-color:rgba(255,255,255,0.2);
  	-webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;

color:#fff;
width:100%;
z-index:99;
box-shadow:0px 0px 20px 0 rgba(0, 0, 0, 0.20);
}

/* And sticky... */

#sp-header.header-sticky {
height:70px;
box-shadow: 0 4px 15px -6px rgba(0,0,0,.75);
background-color: rgba(255,255,255,0.95);
  	-webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;

}

/* Avoid jerk in content adjust to header height */

#sp-header.header-sticky ~ section#sp-main-body {
    padding-top: 0px;
}


.com-sppagebuilder #sp-main-body {
    padding: 100px 0;
}


/* .....and compensate slider frontpage */

.sppb-carousel, .sp-slider {
    top: -100px; 
  	
}


/* Declare custom menu styling */

#sp-header .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent.sp-heading {
  	color:#fff;
	text-shadow: 2px 2px 5px #000;
}
#sp-header .sp-megamenu-parent > li:hover > a, .sp-megamenu-parent > li:hover > span, .sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active > span {
  	color:#2358a6;  
  	background: rgba(255,255,255,0.6);
  	text-shadow:none;
}

#sp-header .sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:not(.sp-group-title) {
    background-color: #2358a6;
  	color:#fff;
}
#sp-header.header-sticky .sp-megamenu-parent > li > a, .header-sticky .sp-megamenu-parent > li > span {color:#000 !important;}
#sp-header.header-sticky .sp-megamenu-parent > li:hover>a, .header-sticky .sp-megamenu-parent > li:hover > span, .header-sticky .sp-megamenu-parent > li.active > a, .header-sticky .sp-megamenu-parent > li.active > span {
  	color:#fff !important;
    background: rgba(35, 88, 166, 0.9);
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  line-height: 70px;
}

#sp-header .sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
    color: #0345bf !important;
  	background:rgba(255,255,255,0.6);
  	font-weight:600;
  	text-shadow:none;
}

#sp-header.header-sticky .sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
    color: #fff !important;
  	background: rgba(35, 88, 166, 0.9);
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {padding-left:10px; padding-right:10px;background: rgba(255, 255, 255, 0.95);}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {padding-left:10px; padding-right:10px; display:block;}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {color: white; background-color:#2358a6;}

/* ...And Button default style to match template */

.sppb-btn-default {
    color: #fff;
    background-color: rgba(35, 88, 166, 0.9);
    border-color: rgba(35, 88, 166, 0.9);
}

.sppb-btn-default:hover {
    color: #fff;
    background-color: #3a95da;
    border-color: #3a95da;
}

/* Change bottom module styling */

#sp-bottom .sp-module .sp-module-title, div.sp-module-content-bottom .sp-module .sp-module-title {
    font-size: 30px;
  	font-weight:700;
    margin: 0 0 10px;
  	color: #2358a6;
}

#sp-bottom {
    padding: 30px 0 0px;
    font-size: 14px;
    line-height: 0.5;
}

/* #sp-bottom .col-lg-3 {width:auto;} */

#sp-bottom {
    box-shadow: 0px 0px 10px 0 rgb(0 0 0 / 20%);
}

#sp-bottom4 {margin-top:-10px; line-height:1.2;}

#sp-footer .container-inner {
    padding: 0 0 15px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

#sp-footer, #sp-bottom {
    background: rgba(255,255,255,0.95);
    color: #000;
}

#sp-footer a, #sp-bottom a {
    color: #000;
}

#sp-footer a:hover, #sp-bottom a:hover, #sp-footer a:active, #sp-bottom a:active, #sp-footer a:focus, #sp-bottom a:focus {
    color: #2358a6;
    text-decoration: underline;
}

/* Center Page title */

.sppb-addon-title {text-align: center; display:block;}

/* Definition of 60% background body */

.light60 #sp-main-body .row {
	background-color: rgba(255,255,255,0.6);
	padding-top:20px;
    padding-bottom:20px;
	margin:40px 5px 0px 5px;
  	box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.19);
}

/* Color and outline adjust SPPB tabs */

.sppb-nav-tabs>li>a {
    font-size: 14px;
    font-weight: bolder;
    line-height: 1.42857143;
    padding: 12px 15px;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-bottom: 1px solid #0345bf;
    border-radius: 4px 4px 0 0;
    margin-right: 2px;
}

.sppb-nav>li>a:focus, .sppb-nav>li>a:hover {
    text-decoration: none;
    background-color: #fff;
}

.sppb-nav-tabs>li.active>a, .sppb-nav-tabs>li.active>a:focus, .sppb-nav-tabs>li.active>a:hover {
    background-color: #fff;
    border-bottom: 1px solid #0345bf;
    border-color: #0345bf;
    border-radius: 4px 4px 0 0;
    border-bottom-color: transparent;
    cursor: default;
}

.sppb-nav-tabs {
    border-bottom: 1px solid #0345bf;
}

/* For Forms Guestbook */

@media (max-width:768px){.form-horizontal .controls {
  margin-left: 0px;}
}

/* Dropdown Calendar Color Adjust to theme */

.ui-widget-header {
    border: 1px solid rgba(35, 88, 166, 0.9);
    background: rgba(35, 88, 166, 0.9);
    color: #fff;
    font-weight: bold;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid rgba(35, 88, 166, 0.9);
	background: rgba(35, 88, 166, 0.9);
	font-weight: bold;
	color: #ffffff;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid rgba(35, 88, 166, 0.9);
	background: rgba(35, 88, 166, 0.9);
	font-weight: bold;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: rgba(35, 88, 166, 0.9);
	background-color: #ffffff;
}

/* Fix for link on menu header and separator */

.no-link, .no-link >a {cursor: default;}

/* Some styling for notes, warnings etc. */

p.note
{
	-webkit-border-radius: 6px;
	background-color: #f0f7fb;
	background-image: url(../images/icons/Pencil-48.png);
	background-position: 9px 0px;
	background-repeat: no-repeat;
	border: solid 1px #3498db;
	border-radius: 6px;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 60px;
}

p.warning
{
	-webkit-border-radius: 6px;
	background-color: #f9e7e5;
	background-image: url(../images/icons/Warning-48.png);
	background-position: 9px 0px;
	background-repeat: no-repeat;
	border: solid 1px #c0392b;
	border-radius: 6px;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 60px;
}

p.example
{
	-webkit-border-radius: 6px;
	background-color: #e7f6f0;
	background-image: url(../images/icons/Check-48.png);
	background-position: 9px 0px;
	background-repeat: no-repeat;
	border: solid 1px #27ae60;
	border-radius: 6px;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 60px;
}

p.tip
{
	-webkit-border-radius: 6px;
	background-color: #fffbea;
	background-image: url('../images/icons/Bulb-48.png');
	background-position: 9px 0px;
	background-repeat: no-repeat;
	border: solid 1px #f1c40f;
	border-radius: 6px;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 60px;
}

p.noteAlt
{
	background-color: #f0f7fb;
	background-image: url(../images/icons/Pencil-48.png);
	background-position: 9px 0px;
	background-repeat: no-repeat;
	border-left: solid 4px #3498db;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 60px;
  	border-radius: 5px;
    box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 19%);
}

p.warningAlt
{
	background-color: #fcf7f2;
	background-image: url(../images/icons/Warning-48.png);
	background-position: 9px 0px;
	background-repeat: no-repeat;
	border-left: solid 4px #e74c3c;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 60px;
  	border-radius: 5px;
    box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 19%);
}

p.exampleAlt
{
	background-color: #e7f6f0;
	background-image: url(../images/icons/Check-48.png);
	background-position: 9px 0px;
	background-repeat: no-repeat;
	border-left: solid 4px #2ecc71;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 60px;
  	border-radius: 5px;
    box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 19%);
}

p.tipAlt
{
	background-color: #fffbea;
	background-image: url('../images/icons/Bulb-48.png');
	background-position: 9px 0px;
	background-repeat: no-repeat;
	border-left: solid 4px #f1c40f;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 60px;
  	border-radius: 5px;
    box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 19%);
}


/*Div styles for different notifications*/

div.note
{
	-webkit-border-radius: 6px;
	background-color: #f0f7fb;
	background-image: url(../images/icons/Pencil-48.png);
	background-position: 9px 0px;
	background-repeat: no-repeat;
	border: solid 1px #3498db;
	border-radius: 6px;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 60px;
  	box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 19%);
}

div.warning
{
	-webkit-border-radius: 6px;
	background-color: #f9e7e5;
	background-image: url(../images/icons/Warning-48.png);
	background-position: 9px 0px;
	background-repeat: no-repeat;
	border: solid 1px #c0392b;
	border-radius: 6px;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 60px;
	box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 19%);
}

div.example
{
	-webkit-border-radius: 6px;
	background-color: #e7f6f0;
	background-image: url(../images/icons/Check-48.png);
	background-position: 9px 0px;
	background-repeat: no-repeat;
	border: solid 1px #27ae60;
	border-radius: 6px;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 60px;
  	box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 19%);
}

div.tip
{
	-webkit-border-radius: 6px;
	background-color: #fffbea;
	background-image: url('../images/icons/Bulb-48.png');
	background-position: 9px 0px;
	background-repeat: no-repeat;
	border: solid 1px #f1c40f;
	border-radius: 6px;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 60px;
  	box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 19%);
}

div.noteAlt
{
	background-color: #f0f7fb;
	background-image: url(../images/icons/Pencil-48.png);
	background-position: 9px 0px;
	background-repeat: no-repeat;
	border-left: solid 4px #3498db;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 60px;
  	border-radius: 5px;
    box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 19%);
}

div.warningAlt
{
	background-color: #fcf7f2;
	background-image: url(../images/icons/Warning-48.png);
	background-position: 9px 0px;
	background-repeat: no-repeat;
	border-left: solid 4px #e74c3c;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 60px;
  	border-radius: 5px;
    box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 19%);
}

div.exampleAlt
{
	background-color: #e7f6f0;
	background-image: url(../images/icons/Check-48.png);
	background-position: 9px 0px;
	background-repeat: no-repeat;
	border-left: solid 4px #2ecc71;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 60px;
  	border-radius: 5px;
    box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 19%);
}

div.tipAlt
{
	background-color: #fffbea;
	background-image: url('../images/icons/Bulb-48.png');
	background-position: 9px 0px;
	background-repeat: no-repeat;
	border-left: solid 4px #f1c40f;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 60px;
  	border-radius: 5px;
    box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 19%);
}

/* Notification messages with FA */

.info-msg,
.success-msg,
.warning-msg,
.error-msg {
  margin: 10px 0;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 19%);
}
.info-msg {
  color: #0345bf;
  background-color: #def2f959;
}
.success-msg {
  color: #270;
  background-color: #DFF2BF;
}
.warning-msg {
  color: #9F6000;
  background-color: #FEEFB3;
}
.error-msg {
  color: #D8000C;
  background-color: #f7e4e4;;
}

/* Move system notificationbox to top */

#system-message-container {
  position: inherit;
  bottom: unset;
  right: unset;
  max-width:100%;
  z-index: 1000001;
}

/* Definitions for Regularlabs Tabs */ 

.rl_tabs.outline_content>.tab-content>.tab-pane {
    padding: 12px;
    background-color: rgba(255,255,255,0.6);
}

.tab-content {
        box-shadow: 5px 5px 10px 0px rgb(0 0 0 / 20%);
}

.rl_tabs.top>ul.nav-tabs>li.active>a:focus, .rl_tabs.top>ul.nav-tabs>li>a:focus {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 -2px 2px #2358a6;
    box-shadow: 0 -2px 2px #2358a6;
}

.rl_tabs>ul.nav-tabs>li.active>a:focus, .rl_tabs>ul.nav-tabs>li>a:focus {
    outline: 0;
    border-color: #2358a6;
}

.rl_tabs.color_inactive_handles>ul.nav>li>a {
    margin-right: 2px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000;
    background-color: rgba(255,255,255,0.6);
    border-color: #dee2e6 #dee2e6 #fff;
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 -2px 2px #2358a6;
    box-shadow: 0 -2px 2px #2358a6;
}

.rl_tabs>ul.nav-tabs>li>a[aria-selected="true"] {
    color: #000;
    background-color: rgba(255,255,255,0.6);
    border-color: #2358a6;
  	border-bottom-color: transparent;
    -webkit-box-shadow: 0 -2px 2px #2358a6;
    box-shadow: 0 -2px 2px #2358a6;
}


/* Keep ascpect ratio carousel */

.sppb-carousel-extended-item, .sppb-carousel-extended-item.active img {
    width: 100%;
    object-fit: cover;
    height: 100%;
} 

@media (max-width: 767px){
.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg {
    height: 500px;
}}


/* Make transparent menu better visible */

#sp-header.header-sticky .sp-megamenu-parent > li > a, .header-sticky .sp-megamenu-parent > li > span, #sp-header .sp-megamenu-parent > li > a:hover, #sp-header .sp-megamenu-parent > li > a:active {
        text-shadow: none;
}

/* Vertical menu in footer */

.footer_menu ul.menu {
    display: flex !important;
    flex-direction: column !important;
}

/* sp-payment-message styling */

#sp-payment-message h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
}

/* Style tabs in description with template color */

.rl_tabs>ul.nav-tabs>li>a {
    color: rgba(35, 88, 166, 0.9);
}

  
.nav-tabs .nav-link {
    border: 1px solid transparent;
    background: #fff;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
   
.rl_tabs.align_justify>ul.nav-tabs:after, .rl_tabs.align_justify>ul.nav-tabs:before, .rl_tabs>.tab-content>.tab-pane .rl_tabs-title, ul.rl_tabs-sm {
    display: none;
}


/* Change behaviour sppb image content addon on portrait iPad to 100% width */

@media (width: 768px) {
div.sppb-addon-image-content .sppb-col-sm-6 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

@media (min-width: 576px){
  #sp-header .logo-image {
  	transform: scaleX(1.3);
    transition: all 0.3s ease-in;
  	margin-top:4%;
  	padding-left: 15%;
}

#sp-header.header-sticky .logo-image {
    transform: scale(1.0);
    transition: all 0.3s ease-out;
    margin-top: 0%;
  	padding-left: 0%;
  }}

/* Keep aspect ratio in sppb-gallery */

.sppb-gallery img { object-fit: cover;}


/* Google review Custom CSS */

#map-plug {display:none;}

#google-reviews {
  display: flex;
  flex-wrap: wrap;
  /*display: grid;*/
  /*grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));*/
}

.review-item {
border:solid 1px rgba(190,190,190,.35);
margin:0 auto;
padding:1em;
flex: 1 1 30%;
}

@media ( max-width:1200px) {
  .review-item { flex: 1 1 40%; }
}

@media ( max-width:450px) {
  .review-item { flex: 1 1 90%; }
}

.review-item-long {
  border: solid 1px rgba(190, 190, 190, .35);
  margin: 0 auto;
  padding: 1em;
  flex: 1 1 30%;
  display: flex;
  flex-direction: column;
  align-content: stretch;
}

@media ( max-width:1200px) {
  .review-item-long {
    flex: 1 1 40%;
  }
}

@media ( max-width:450px) {
  .review-item-long {
    flex: 1 1 90%;
  }
}

.review-header{
  display: flex;
}

.review-picture{
  width: 5em;
  height: auto;
  align-self: center;
  margin-right: 1em;
}

.review-usergrade{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.review-meta, .review-stars {
  text-align: center;
  font-size: 115%;
}

.review-author {
  text-transform: capitalize;
  font-weight: bold;
}

.review-date {
  opacity: .6;
  display: block;
}

.review-text {  line-height:1.55; text-align:left;}


.review-stars ul {
  display: inline-block;
  list-style: none !important;
  margin: 0;
  padding: 0;
}

.review-stars ul li {
  float: left;
  list-style: none !important;
  margin-right: 1px;
  line-height: 1;
}

.review-stars ul li i {
  color: #eb6e00;
  /* Google's Star Orange in Nov 2017 */
  font-size: 1.4em;
  font-style: normal;
}

.review-stars ul li i.inactive {
  color: #c6c6c6;
}

.star:after {
  content: "\2605";
}


.buttons {
  margin: 20px 0 0 0; 
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.more-reviews {
  text-align: center;
}

.write-review {
  text-align: center;
}

.more-reviews a,
.write-review a {  
    color: #fff;
    background-color: rgba(35, 88, 166, 0.9);
    border-color: rgba(35, 88, 166, 0.9);
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: pre-line;
    vertical-align: middle;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.25;
    border-radius: 4px;
    transition: all .15s ease-in-out;
}

.more-reviews a:hover, .write-review a:hover {
    color: #fff;
    background-color: #3a95da;
    border-color: #3a95da;
}

/* Module whatsapp overrides */

.whatsappchat .popup-section .popup {
       bottom:35px;
}

.whatsappchat img.is-analytics {
       display: inline;
}

.whatsappchat .popup-section .popup .popuptext .popup-box .popup-top .image img {
       border-radius: 0px 50% 50%;
}

.sp-scroll-up {
    bottom: 10px;
}

/* VikBooking CSS overrides   */

/* VikBooking CSS definitions  */
:root{
  	--vbo-white-bg-color: #fff;
	--vbo-grey-bg-color: #eee;
	--vbo-light-grey-bg-color: #f6f6f6;
	--vbo-border-color: #ddd;
	--vbo-light-border-color: #eee;
	--vbo-text-color: #444;
	--vbo-light-text-color: #999;
	--vbo-contrast-text-color: #fff;
	--vbo-input-style: #fff;
	--vbo-input-style-deactive: #f6f7f7;
	--vbo-input-style-nested-deactive: #eee;
	--vbo-darkblue-color: #144D5C;
	--vbo-blue-color: rgba(35,88,166,0.9);
	--vbo-blue-color-hover: #3a95da;
	--vbo-lightblue-color: #80b3ca;
	--vbo-lightblue-color-hover: #649fbb;
	--vbo-green-bg-color: #ccf1cc;
  	--vbo-green-color: #28a745;
	--vbo-green-color-hover: #23cf5f;
	--vbo-orange-color: #ffb74d;
	--vbo-red-color: #ff8080;
}

.vbomodchrates-bookdiv input {
  background: var(--vbo-blue-color)!important;
}

.vbomodchrates-fixed {
  background: #efefefe8!important;
}

.page-header > h1 {
  color:var(--vbo-blue-color);
  text-align:center;
}

/* Changed Module CSS Rooms module  */

.vbmodrooms-item {
  background: #efefefa3!important;
  border-radius: 6px;
}

.vbmodroomsboxdiv {
  background: none!important;
}

.vbmodroomsboxdiv .vbmodroomsname {
  font-weight: bold;
  font-size: 1.5rem!important;
  font-family: Amatic SC;
  color: var(--vbo-blue-color);
  text-align:center;
}

.vbmodroomsname {
  margin: 0 0 18px 0!important;
  padding: 3px 0 0 5px;
  background-color: rgba(255,255,255,0.6);
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 2px 2px #2358a6;
  box-shadow: 0 2px 2px #2358a6;
  border-radius: 5px;
  display:block;
}

.vbmodrooms-divblock .vbmodroomsbeds {
  float: none!important;
  display: block!important;
}

.vbmodroomsview > a {
  background: var(--vbo-blue-color)!important;
  border: none!important;
  font-size: 1rem;
  font-weight: 400;
}

.vbmodroomsview > a:hover {
  background: var(--vbo-blue-color-hover)!important;
  border: none!important;
}

.vbo_search .sp-module {
  padding-top:30px;
}

.vbdivsearch {
  border-radius: 6px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  background: var(--vbo-blue-color)!important;
}

.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
  background: var(--vbo-blue-color-hover)!important;
}

.vbo-oconfirm-summary-room-wrapper-notaxes .vbo-oconfirm-summary-room-cell-tot {
  width: 33%;
}

button#stripe-checkout-button {
  /* padding: 10px 50px !important; */
  background-color: var(--vbo-blue-color);
  font-size: 1em;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  animation: pulse 3s ease infinite both !important;
}

.vbvordpaynote {
  background: var(--vbo-orange-color)!important;
  font-weight: 400;
  line-height: 1.5;
}

button#stripe-checkout-button:hover {
  background-color: var(--vbo-blue-color-hover);
}

.vbo-booking-canc-cmd span:hover {
  background: var(--vbo-red-color-hover);
}

.vbo-booking-details-head-cancelled {
  background: var(--vbo-red-color-hover);
  color: #fff;
}

.vbo-leave-deposit {
  margin-top: 10px;
}

.vbo-results-numrooms .fa-bed::before {
  font-family:Font Awesome 6 Free;
  content:"\f015" !important;
}

div.room_description_box > div.vblistroomnamediv {
  margin-bottom: 15px;
  background: red;
}

.vbomodchrates-introtxt {
  text-align: center;
}

/* Date picker definitions */

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: var(--vbo-green-bg-color) !important;
  font-weight: 500 !important;
  color: #222;
}

.ui-datepicker table td {
    border: 0px !important;
}

#ui-datepicker-div {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 28px;
    padding: 20px;
    z-index: 2147483647 !important;
}

td.ui-datepicker-unselectable.ui-state-disabled.undefined span.ui-state-default {
  background: var(--vbo-red-color) !important;
  cursor: not-allowed;
}

.ui-state-default:hover, .ui-datepicker-current-day .ui-state-default {
  background: var(--vbo-blue-color)!important;
  color:#fff !important;
}

.ui-datepicker .ui-datepicker-current-day {
    border-radius: 8px;
}

.vbmodhorsearchroomdentrfirst .horsrnum {
  margin: 35px 15px 0 0 !important;
}

.vbo-modotareviews-elem-container, .vbo-modotareviews-globscore-container{
  background: #efefefa3;
  border-radius: 6px;
  padding: 20px;
}

.vbmodroomsboxdiv .vbo-room-carats {
  margin: 5px 0;
  text-align: center;
}

.vbo-booking-costs-list .vbo-booking-cost-detail-remainingbalance {
    color: var(--vbo-blue-color);
    font-weight: bold;
}

/* Change article header to styling website */

.article-details .article-header h1, .article-details .article-header h2 {
    font-size: 2.25rem;
    text-align: center;
    color: #2358a6;
}

/* Modifications Regularlabs Tabs & Accordions */

@media screen{
[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-type="tabs"][data-rlta-orientation="horizontal"]:not([data-rlta-wrap-buttons="true"]) > [data-rlta-element="button-list"] {
  overflow-x: inherit;
  scrollbar-width: none;
  -ms-overflow-style: none;
  }}


[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="tabs"] > [data-rlta-element="button-list"] > [data-rlta-element="button"]:not([data-rlta-state="closed"]) {
  box-shadow: none;
  margin-bottom: 0;
  color: #000;
  background-color: rgba(255,255,255,0.6);
  border-color: #2358a6;
    border-bottom-color: rgb(35, 88, 166);
  border-bottom-color: rgb(35, 88, 166);
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 -2px 2px #2358a6;
  box-shadow: 0 -2px 2px #2358a6;
}

[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="tabs"] > [data-rlta-element="button-list"] > [data-rlta-element="button"],[data-rlta-type="accordions"] > [data-rlta-element="button"] {
  color: rgba(35, 88, 166, 0.9);
}

@media screen{
[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-type="accordions"] > [data-rlta-element="button"] > [data-rlta-element="heading"], [data-rlta-element="container"][data-rlta-state="ready"][data-rlta-type="tabs"] > [data-rlta-element="button-list"] > [data-rlta-element="button"] > [data-rlta-element="heading"] {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  width: 100%;
  }}

[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"] > [data-rlta-element="button"][data-rlta-state="open"], [data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"] > [data-rlta-element="button"][data-rlta-state="opening"] {
  background-color: #f4f5f6;
  border-radius: 5px 5px 0 0;
  color:#000;
}

/* Module styling for Documents module mybooking page */

.sp-module-content-bottom, .sp-module-content-bottom .sp-module-content {
    background: #efefefa3;
    border-radius: 6px;
    padding: 20px;
    margin-top:20px;
}

.sp-module-content-bottom .btn-primary, .sp-module-content-bottom .sppb-btn-primary {
    border-color: #2355a6;
    background-color: #2355a6;
    display: inline-flex;
    padding: 5px;
    border-radius: 3px;
    color:#ffffff;
}

.vbo-modotareviews-score-info-top .vbo-modotareviews-score-info .vbo-modotareviews-score-wrap-website {
    background: #2358a6e6;
}

/* Move system notificationbox to top */


.article-header h2 {
    text-align: center;
}


#sp-main-body {
    visibility: visible;
    animation: fadeInAnimation ease 0.9s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards; 
}
 
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}

/* Change Font Google Review Widget */

.grp-widget-box-head-title {
  font-family: Amatic SC !important;
  font-size: 40px !important;
}

.grp-theme-default .grp-widget-load-more-btn {
  background-color: #2358a6 !important;
  color: #ffffff !important;
  border-radius:6px;
}

.grp-theme-default .grp-widget-load-more-btn:hover {
  background-color: #3a95da !important;
  color: #ffffff !important;
}

/* Override for Helix Ultimate !important defintion in template.css since last update 2.0.14 */

input[type="tel"]:not(.form-control) {
  padding-right: 6px !important;
  padding-left: 52px !important;
  margin-left: 0;
 }

/* Fix for Helix Ultimate under Joomla 4.4 due to standard addressing Fontawesome 6 in stead of 5 */

.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler::after,
body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, 
body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
  font-family: "Font Awesome 6 Free"; }

/* New datepicker VikBooking 1.17.3 */

.ui-datepicker td.ui-datepicker-unselectable > * {
    border: 1.5px solid #fff0 !important;
    background: var(--vbo-red-color) !important;
    color:#fff !important;
    cursor: not-allowed;
}

.ui-datepicker-calendar td.checkin-checkout-inner > * {
    border-color: var(--vbo-light-grey-bg-color);
    background-color: #2355A6 !important;
    color: #fff;
}

.ui-datepicker td > *:hover, .ui-datepicker td > *.ui-state-default:hover {
    color:#fff !important;
}

.ui-datepicker td span:hover, .ui-datepicker td a:hover {
	border-color: var(--vbo-darkblue-color);
	color: var(--vbo-text-color)!important;
}

.ui-datepicker .ui-datepicker-prev span:after, .ui-datepicker .ui-datepicker-next span:after {
    font-family: "Font Awesome 6 Free", FontAwesomes !important;
    font-weight: 900;
    top: 0;
    position: absolute;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
}