/* Global */
#body-container.top-padding {
	padding-top: 40px;
}
#body-container.bottom-padding {
	padding-bottom: 40px;
}
#page-blocks {
	float: left;
	width: 100%;
}
.section {
	float: left;
	width: 100%;
}
.centralise-content {
	display: flex!important;
    justify-content: center;
    align-items: center;
}
.centralise-content.flex-start {
	justify-content: flex-start;
}
.centralise-content.flex-end {
	justify-content: flex-end;
}
.centralise-content-vertical {
	display: flex;
    align-items: center;
}
.align-center {
	display: table;
	margin: auto;
}
.float-center {
	display: table;
}
a:hover, 
li:hover,
#informationboxes .box-content,
#informationboxes .box {
	transition: background-color .25s ease-out,color .25s ease-out;
}
a:focus,
button:focus,
.slick-slide:focus {
	outline: none;
	cursor: pointer;
}
.cell {
	height: 100%;
}
.cell.free,
.cell.full {
	display: none;
}
.cell.free-group-active,
.cell.full-group-active {
	display: block!important;
}
.add-shadow {
	-webkit-box-shadow: 0px 0px 5px 4px #F5F5F5; 
	box-shadow: 0px 0px 5px 4px #F5F5F5;
}
#buttons {
	float: left;
	width: 100%;
}
#image {
	float: left;
	width: 100%;
}

/* Text */
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}

/* Header */
/*header.header {
	position: fixed;
    width: 100%;
    z-index: 100;
    transition: transform 0.4s;
}*/
header .main-header.nobg {
	background: none;
}
/*.scroll-down header.header {
  transform: translate3d(0, -100%, 0);
}
.scroll-up header.header {
  transform: none;
}*/
header .button.menu-item {
	padding: 5px!important;
	margin-right: 10px;
}
header .menu .bold a {
	font-weight: 700;
}

/* Buttons */
.button.full {
	width: 100%;
}
.button.center {
	display: inline;
	margin: auto!important;
	float: none;
}
.button.left {
	float: left;
}
.button.right {
	float: right;
}
.button.transparent {
	position: relative;
}
#buttons .button {
	font-family: hwt-artz, sans-serif!important;
    font-size: 18px;
}

/* Forms */
form input[type=text],
form input[type=email],
form input[type=tel], 
form input[type=number],
form input[type=url], 
form textarea,
form input[type=password] {
	height: 45px;
	background: #FFFFFF!important;
	border-radius: 5px;
}
form .frm_full select {    
	border-radius: 5px;
    height: 45px;
}
#shortcode.light form label {
	color: #FFFFFF;
}
#shortcode.light form input[type=text],
#shortcode.light form input[type=email],
#shortcode.light form input[type=tel], 
#shortcode.light form input[type=number], 
#shortcode.light form textarea {
	border-color: #FFFFFF;
}

/* Hero */

.page-title {
	padding-top: 60px;
}
.page-title h1 {
	margin-bottom: 20px;
}
.page-title .meta p {
	margin: 0;
}
.page-title .hero-buttons {
	float: left;
	margin-top: 60px;
}
.page-title.withbackground {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.page-title.withbackground .overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5); 
}
.page-title .title-content {
	position: relative;
	z-index: 10;
}
.page-title.banner {
	padding: 0;
}
.page-title.banner .single {
	min-height: 75vh;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.page-title.banner .single .overlay,
.page-title.withbackground .overlay {
	position: absolute;
    top: 0;
    background: rgb(0,0,0, 0.5);
    width: 100%;
    height: 100%;
}
.page-title.banner h1 {
	margin-bottom: 40px;
}
.page-title.banner .with-subtitle h1 {
	margin-bottom: 10px;
}
.page-title.banner .with-subtitle h5 {
	margin-bottom: 30px;
	opacity: 0.5;
}
.page-title.banner .single .banner-content {
	position: relative;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.page-title.banner .single .banner-content .position .content {
	max-width: 60%;
}
.page-title.banner .single .banner-buttons {
	margin-top: 40px;
}
.page-title.video {
	padding: 0;
	overflow: hidden;
}
.page-title.video .graphic-overlay,
.page-title.withbackground .graphic-overlay,
.page-title.banner .graphic-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.page-title.withbackground .graphic-overlay,
.page-title.banner .graphic-overlay {
	width: 100%;
	height: 100%;
	max-height: 100vh;
}
.page-title.video .title-content,
.page-title.withbackground .title-content {
	max-width: 50%;
	margin-top: 8%;
}

/* Columns */
.cell.content-top .group-content {
	padding: 40px;
	position: absolute;
	top: 0;
	left: 0;
}
.cell.content-bottom .group-content {
	padding: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
}

/* Accordion */
#accordion button.accordion.opened {
	margin: 0;
}
#accordion button.accordion.transparent {
	background: none!important;
}
#accordion button.accordion {
	font-weight: 700;
	cursor: pointer;
    padding: 25px;
    width: 100%;
    text-align: left;
    border-radius: 5px;
    outline: none;
    transition: 0.4s;
    margin-bottom: 20px;
}
#accordion .panel {
	padding-left: 34px;
}
#accordion .panel.show {
	margin-bottom: 40px;
}

/* Banner */
#banner,
#banner .banner {
	position: relative;
}
#banner .image-background {
	float:  left;
	width:  100%;
	min-height: 75vh;
	background-size: cover;
  background-position: center;
}
#banner .buttons {
	margin-top: 40px;
}
#banner .buttons .button {
	font-family: hwt-artz, sans-serif!important;
	font-size: 18px;
	margin: 0 5px;
}

/* Banner Buttons */
#banner .banner-buttons {
	position: absolute;
	width: 100%;
}
#banner .banner-buttons.top {
	top: 0;
}
#banner .banner-buttons.center {
	top: 50%;
}
#banner .banner-buttons.bottom {
	top: auto;
	bottom: 0;
}
#banner .banner-buttons .slick-arrow {
	padding: 15px;
	cursor: pointer;
	border-radius: 100%;
}
#banner .banner-buttons .slick-prev {
	position: absolute;
	left: 20px;
}
#banner .banner-buttons .slick-next {
	position: absolute;
	right: 20px;
}
#banner .banner-buttons.transparent .slick-arrow {
	background: none;
}
#banner .banner-buttons.white .slick-arrow {
	background-color: #f6f0e8;
}
#banner .banner-buttons.light .slick-arrow {
	color: #FFFFFF;
}

/* Banner Content */

#banner .banner {
	position: relative;
}
#banner .banner .overlay {
	position: absolute;
    top: 0;
    background: rgb(0,0,0, 0.3);
    width: 100%;
    height: 100%;
}
#banner .banner .banner-content {
	position: absolute;
	z-index: 100;
	width: 100%;
	padding: 20px 120px;
}
#banner .banner .banner-content h1 {
	margin-bottom: 25px;
}
#banner .banner .banner-content p {
	width: 50%;
}
#banner .banner .banner-content.text-center p {
	display: table;
	margin: auto;
}
#banner .banner-content.top {
	top: 0;
}
#banner .banner .banner-content.center {
	top: 45%;
}
#banner .banner .banner-content.bottom {
	top: auto;
	bottom: 0;
}
#banner .banner .banner-content.light h4,
#banner .banner .banner-content.light p {
	color: #FFFFFF;
}

/* Buttons */
.button,
.wpcf7-submit {
    text-align: center;
    padding: 16px 25px;
}
.button.rounded {
	border-radius: 5px;
}
.button.round {
	border-radius: 25px;
}
/* Gallery */

#gallery {
	float: left;
	width: 100%;
	position: relative;
}

#gallery ul {
	list-style: none;
	margin: 0;
}

#gallery .slick-arrow {
	position: absolute;
	top: 45%;
	z-index: 1;
	background-color: #FFFFFF;
	padding: 10px;
}

#gallery .slick-arrow.slick-next {
	right: 0;
}

/* Images */
#image.is-background-image {
	height: 100%;
    position: absolute;
    width: 100%;
}

/* Title */
#title .accent {
	background: none;
}

/* Title */
#testimonials .carousel .single-testimonial {
	position: relative;
	opacity: 0.3;
}
#testimonials .carousel .single-testimonial.slick-active {
	opacity: 1;
}
#testimonials .carousel .single-testimonial > p {
	font-size: 17px;
    line-height: 24px;
}
#testimonials .single-testimonial .testimonial-image {
	height: 60px;
    width: 60px;
    background-size: cover;
    border-radius: 100%;
    margin-bottom: 20px;
}
#testimonials .single-testimonial .author {
	float: left;
}
#testimonials .testimonial-list .single-testimonial {
	position: relative;
	float: left;
	width: 100%;
	margin: 40px 0;
	padding: 30px 0 0 60px;
}
#testimonials .testimonial-list .single-testimonial:before {
	top: 0;
}

/* Single Post */

.single-post .page-title h1 {
	font-size: 32px;
}

/* Back to Top */
#back-top-button {
  	display: inline-block;
  	border: 1px solid #383838;
  	border-radius: 100%;
  	width: 50px;
  	height: 50px;
  	padding: 14px;
  	text-align: center;
  	position: fixed;
  	bottom: 100px;
  	right: 30px;
  	transition: background-color .3s, 
    opacity .5s, visibility .5s;
  	opacity: 0;
  	visibility: hidden;
  	z-index: 1000;
}
#back-top-button.show {
  	opacity: 1;
  	visibility: visible;
}
#back-top-button:hover {
	border-color: #c9a423;
}


/* Sidebar */
.sidebar-content {
	float: left;
    width: 100%;
    padding-bottom: 100px;
}
.sidebar-content .side-nav {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding: 30px;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
}
.sidebar-content .side-nav h4 {
	float: left;
	width: 100%;
}
.sidebar-content .side-nav > div {
	float: left;
	width: 100%;
}
.sidebar-content ul {
	list-style: none;
	margin: 0;
}
.sidebar-content ul li {
	padding: 10px 0;
	float: left;
	width: 100%;
	border-bottom: 1px solid #d8d8d8;
}
.sidebar-content ul li:last-child {
	border: none;
	padding-bottom: 0;
}
.sidebar-content ul li a {
	padding: 5px 0;
	font-size: 14px;
}
.sidebar-content ul li.cat-item a {
	float: left; 
}

/* Blog */
.blog .pagination {
	width: 100%;
}
.blog .pagination .nav-links {
	display: table;
	margin: auto;
}
.blog .pagination .nav-links span,
.blog .pagination .nav-links a {
	float: left;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
}
.single-post .page-title,
.single-post .post-image {
	margin-bottom: 70px;
}
