/*!
Theme Name: picasso
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: picasso
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

picasso is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
main {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}

summary {
	display: list-item;
}
template {
	display: none;
}

[hidden] {
	display: none;
}
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}
body,
button,
input,
select,
optgroup,
textarea {
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: var(--primary);
}

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

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

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* custom code css here */
:root{
	--primary: #A6873C;
	--secondary: #d0c2a4;
	--light-primary: #F1F0EB;
	--light-primary2: #D0C2A4;
	--text: #414042;
	--light-gray: #ddd;
	--dark-gray: #ddd;
	--gray: #ddd;
}
a:visited {
    color: inherit;
}
a,a:focus {
	outline : none !important;
	text-decoration: none;
}

a[href^="tel:"] {
    color: inherit !important;
    text-decoration: none !important; 
}
html{
	margin-top: 0 !important;
}
.post, .page {
  margin: 0;
}
h1,h2,h3,h4,h5,h6,p{
	margin: 0;
}
p{
	margin: 0 0 15px 0;
	font-size: 18px;
	line-height: 1.5;
}
p:last-child{
	margin: 0;
}
.site{
	overflow: hidden;
}
body,p,a,ph1,h2,h3,h4,h5,h6,ul,ol,
ul li, ol li, table, form,.post-filter-buttons button{
	font-family: "Manrope", sans-serif !important;
}

h1,h2,h3,h4,h5,h6,button,.btn, .elementor-button,.btn-contact a{
	font-family: "Playfair Display", sans-serif !important;
}
footer{
	padding: 50px 40px 60px 40px;
}
body,p,a{
	font-size: 18px;
}
.container{
	max-width: 1600px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
div.e-con-boxed.e-parent{
	padding-left: 40px;
	padding-right: 40px;
}
.btn {
  padding: 10px 20px;
  background: var(--primary);
  color: #fff;
}
.btn:hover{
	color: #fff !important;
	background: var(--light-primary2);
}
.elementor-heading-title b{
	font-style: italic;
}


/* header */
header{
	padding: 10px 40px;
}
header.transparent{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: transparent;
    transition: all 0.3s ease;
	border-bottom: 1px solid rgb(255 255 255 / 15%);
}	
header:before{
	content: '';
	position: absolute;
	height: 0;
	width: 100%;
	top: 0;
	left: 0;	
	transition: height 0.3s ease;
    background-color: var(--primary);
	z-index: -1;
}
.site-header.sticky:before{
	height: 100%;
}
.site-header.sticky {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

header .header-content{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header .nav-left{
	width: 40%;
}
header .nav-right{
	width: 40%;
	display: flex;
	align-items: center;
	gap: 25px;
	justify-content: end;
}
header .site-branding{
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.menu-right-container {
  border-right: 1px solid rgb(255 255 255 / 50%);
  padding-right: 25px;
}

header ul,
header ol{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 30px;
}
header ul li a{
	color: #fff !important;
	font-size: 18px;
}
header .site-branding img{
	width: 200px;
}
.btn-contact{
	border: 0;
	color: #fff;
	border-radius: 0;
	padding: 0 !important;
}
.btn-contact a{
	color: #fff;
	padding: 8px 22px;
	display: block;
	background: var(--primary);
	transition: all 0.3s ease;
}
.site-header.sticky .btn-contact a{
	background: #fff;
	color: var(--primary);
}

.language .code{
	display: none !important;
}
.language ul li img{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: block;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
	opacity: 0.35 !important;
}
.swiper-button-next, .swiper-button-prev{
	opacity: 1 !important;
}
section.full-width{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
section.full-width .container{
	max-width: 100%;
}
/* home */
/* gallery carousel */
.swiper.gallery-swiper{
	padding-bottom: 80px;
}
.swiper.custom-gallery .swiper-wrapper {
	padding-top: 15px;
}
.swiper.custom-gallery .swiper-slide:nth-child(){
	
}
.swiper.custom-gallery .swiper-slide .item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 380px;
  transition: transform 0.5s ease;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
	perspective: 1000px;
  -webkit-perspective: 1000px;
	padding: 15px 0;
}

.swiper.custom-gallery .swiper-slide .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotateY(-25deg);
  -webkit-transform: rotateY(-25deg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: transform 0.5s ease;
}

.swiper.custom-gallery .swiper-slide:nth-child(even) .item img{
	height: 82%;
}

.swiper-button-next:after,
.swiper-button-prev:after{
	display: none;
}
.swiper-button-prev.style2,
.swiper-button-next.style2{
	height: 45px;
	width: 45px;
	border: 1px solid var(--primary);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.swiper-button-prev.style2.right,
.swiper-button-next.style2.right{
	top: auto;
	bottom: 0;
}
.swiper-button-next.style2.right{
	right: 0;
}
.swiper-button-prev.style2.right{
	left: auto;
	right: 60px;
}
.swiper-button-prev img,
.swiper-button-next img{
	height: 25px !important;
	width: 25px !important;
}
.swiper.gallery-swiper .swiper-horizontal > .custom-swiper-scrollbar, .swiper.gallery-swiper .custom-swiper-scrollbar.swiper-scrollbar-horizontal{
	width: 78%;
	bottom: 19px;
}
.swiper.gallery-swiper .custom-swiper-scrollbar {
  background: rgba(0,0,0,.1);
}
.swiper.gallery-swiper .swiper-scrollbar-drag{
	background-color: var(--primary);
}
.custom-swiper-pagination .swiper-pagination-bullet{
	width: 12px;
  	height: 12px;
}
.custom-swiper-pagination .swiper-pagination-bullet-active{
	background: var(--primary) !important;
}
.swiper-button-next.style1,
.swiper-button-prev.style1{
	border-radius: 50px;
	width: 90px;
	height: 55px;
	background: var(--primary);
}
.swiper-button-next.style1{
	right: 50px
}
.swiper-button-prev.style1{
	right: 150px;
}
.swiper-button-prev.style1 img,
.swiper-button-next.style1 img{
	width: 40px !important;
	height: 40px !important;
}
.swiper-button-next .icon-arrow.white,
.swiper-button-prev .icon-arrow.white{
	fill: #ffffff;
	height: 30px;
}
.swiper-button-next .icon-arrow.short,
.swiper-button-prev .icon-arrow.short{
	fill: var(--primary);
	height: 25px;
}


/* video slide : home */
.video-slideshow{
	position: relative;
}
.overlay{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 2;
}
.video-slideshow .swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color,#fff);
}
.video-slideshow {
			width: 100vw;
			height: 100%;
			position: relative;
			left: 50%;
			right: 50%;
			margin-left: -50vw;
			margin-right: -50vw;
			overflow: hidden;
	width: 100%;
	left: 0;
	top: 0;
		}

.video-slideshow .swiper-slide {
			position: relative;
			display: flex;
			flex-wrap: wrap;
			align-items: end;
			justify-content: center;
			background: #000;
			overflow: hidden;
			width: 100%;
		}

		/* Full-width video background */
	.video-slideshow .swiper-slide video {
			position: absolute;
			top: 50%;
			left: 50%;
			min-width: 100%;
			min-height: 100%;
			width: auto;
			height: auto;
			transform: translate(-50%, -50%);
			z-index: 1;
			pointer-events: none;
		}

	.video-slideshow	.youtube-container {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			overflow: hidden;
			z-index: 1;
			pointer-events: none;
		}

	.video-slideshow .youtube-container iframe {
			position: absolute;
			top: 50%;
			left: 50%;
			width: 100vw;
			height: 56.25vw; 
			min-height: 100%;
			min-width: 177.77%;
			transform: translate(-50%, -50%);
			border: none;
			pointer-events: none;
		}
.video-slideshow .custom-swiper-pagination{
	bottom: 20px !important;
}
/*
.video-slideshow .slide-content .container > * {
  opacity: 1;
  transform: translateY(25px);
  transition: all 0.5s;
}

.video-slideshow .swiper-slide-active .container > *{
	opacity: 1;
	transform: translateY(0);
}
.video-slideshow .swiper-slide-active .slide-content .heading1 {
  transition-delay: 0.2s;
}
.video-slideshow .swiper-slide-active .slide-content .heading2 {
  transition-delay: 0.4s;
}
.video-slideshow .swiper-slide-active .slide-content .desc {
  transition-delay: 0.6s;
}
.video-slideshow .swiper-slide-active .slide-content .btn {
  transition-delay: 0.8s;
}
*/

.video-slideshow .slide-content{
	padding: 80px 40px;
	z-index: 9;
	color: #fff;
	display: block;
  	width: 100%;
	position: absolute;
}
.video-slideshow .slide-content .heading{
	line-height: 1;
}
.video-slideshow .slide-content .heading1{
	font-weight: normal;
}
.video-slideshow .slide-content .heading2{
	font-style: italic !important;
}
.video-slideshow .content-right{
	max-width: 550px;
	width: 100%;
	margin-left: auto;
	margin-right: 0;
}
.video-slideshow .desc{
	margin-bottom: 40px;
}
.video-slideshow .swiper-button-prev:hover svg,
.video-slideshow .swiper-button-next:hover svg{
	fill: #fff;
}
.video-slideshow .swiper-button-prev:hover,
.video-slideshow .swiper-button-next:hover{
	background: var(--primary);
}

/* footer */
footer {
    background-color: var(--footer-bg-color);
    background-image: var(--footer-bg-image);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
	padding: 50px 40px 60px 40px;
	position: relative;
}
footer:before{
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	background: var(--primary);
	opacity: 0.3;
	top: 90px;
	left: 0;
}
footer .widget-title{
	margin-bottom: 40px;
	font-size: 18px !important;
	font-family: 'Manrope', 'Noto Serif SC', sans-serif !important;
	color: var(--primary);
	font-weight: 700;
	text-transform: uppercase;
}
footer .top-footer .footer-columns-content{
	display: flex;
	flex-wrap: wrap;
}
footer .top-footer .column-explore{
	width: 55%;
	padding-right: 15%;
}
footer .top-footer .column-contact{
	width: 35%;
	padding-right: 60px;
}
footer .top-footer .column-social{
	width: 10%;
}
.footer-social ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 20px;
}
.footer-social ul a{
	font-size: 25px;
}
footer ul.menu {
	list-style: none;
	padding: 0;
	margin: 0;
	columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}
footer ul.menu li{
	margin-bottom: 10px;
}
footer ul.menu li:last-child{
	margin-bottom: 0;
}

.footer-contact p{
	display: flex;
	align-items: start;
	gap: 15px;
}

.column-logo {
  display: flex;
  align-items: center;
  justify-content: center;
	margin: 60px 0 20px 0;
}
.column-logo .logo{
	border-right: 1px solid var(--primary);
	padding: 0 40px;
}
.column-logo .logo:last-child,
.column-logo .logo:nth-last-child(2){
	border: none;
}
.column-logo .logo img{
	width: auto;
  	height: 95px !important;
}
.column-logo .logo:last-child{
	position: absolute;
	right: 0;
	bottom: 95px;
}
.column-logo .logo:last-child img{
	height: 110px !important;
}
.copyright{
	color: var(--primary);
	font-size: 17px;
}



/* post */
/* post carousel */
.post-carousel .swiper-slide {
        width: calc(100% / 3 - 20px);
        height: auto;
    }
.post-grid .post-thumbnail img{
	height: 330px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.post-grid .post-title{
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3;
}
.post-grid article a{
	color: var(--text);
}
.post-grid article .desc{
	color: #777;
}
.post-grid article:hover .post-title{
	text-decoration: underline;
	color: var(--primary);
}
.post-grid .post-top{
	display: flex;
	gap: 10px;
	align-items: start;
	padding-top: 10px
}
.post-grid .post-top .category{
	color: var(--primary);
	line-height: 1.2;
	text-align: right;
}
.post-grid .post-meta{
	display: flex;
	justify-content: space-between;
	gap: 10px;
	align-items: center;
	padding-top: 35px
}
.post-grid .btn-read.style-line{
	border-bottom: 2px solid var(--primary);
	color: var(--primary);
	background: transparent;
	padding: 0;
}
.post-grid .post-date{
	color: #999;
	font-size: 15px;
}


/* section about : home */

.tab-title-list {
  width: 60%;
  margin-right: 0;
  right: 0;
  position: absolute;
  top: 200px;
  left: auto;
  z-index: 9;
  display: flex;
  gap: 0;
	padding-left: 50px;
}
.tab-list-swiper .custom-swiper-prev,
.tab-list-swiper .custom-swiper-next{
	top: auto;
	bottom: 0;
	z-index: 99 !important;
}
.tab-list-swiper .custom-swiper-pagination {
	display: none;
}
.custom-swiper-pagination{
	z-index: 9 !important;
}
.tab-list-swiper .custom-swiper-prev{
	right: 150px;
	left: auto;
}
.tab-title-list .tab-title-button{
	padding: 10px 20px;
	cursor: pointer;
}
.tab-title-list .tab-title-button.active{
	background: var(--primary);
	color: #fff;
}
.tab-list-slide .tab-item{
	display: flex;
	gap: 80px;
}
.tab-list-slide .tab-item .tab-image{
	width: 40%;
}
.tab-list-slide .tab-item .tab-image img{
	height: auto;
	object-fit: cover;
}
.tab-list-slide .tab-item .tab-content{
	width: 60%;
}
.tab-list-slide .tab-content .tab-logo{
	margin-bottom: 130px;
}
.tab-list-slide .tab-content .tab-logo img{
	height: 140px;
	width: auto;
}
.tab-list-slide .tab-heading{
	color: var(--primary);
	font-weight: normal;
}
.tab-list-slide .tab-heading2{
	font-weight: bold;
	font-style: italic;
}
.tab-list-slide .tab-description{
	max-width: 500px;
	border-top: 1px solid var(--text);
	padding-top: 20px;
	margin: 20px 0 50px 0;

}


/* section history : timeline */
.cd-timeline .container {
    width: calc(100% - 2*60px);
    margin-left: auto;
    margin-right: auto;
}

.cd-main-header {
    height: 200px;
    height: var(--cd-header-height);
    background: hsl(206, 21%, 24%);
    background: var(--primary);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cd-main-header h1 {
    color: inherit;
}
.cd-timeline {
    overflow: hidden;
}

.cd-timeline__container {
    position: relative;
}
.cd-timeline__container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 2px;
    background: hsl(205, 38%, 89%);
    background: var(--primary);
}
.cd-timeline .container:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 10px;
    width: 10px;
	border-radius: 50px;
    background: var(--primary);
}
@media (min-width: 767px) {
    .cd-timeline__container::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
	.cd-timeline .container {
    margin-left: auto;
    margin-right: auto;
}
}
.cd-timeline__block {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    margin-bottom: 2em;
}
.cd-timeline__block:last-child {
    margin-bottom: 0;
}
@media (min-width: 767px) {
    .cd-timeline__block:nth-child(even) {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}
.cd-timeline__img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.cd-timeline__img img {
    width: 24px;
    height: 24px;
}
@media (min-width: 767px) {
    .cd-timeline__img {
        width: 34px;
		height: 34px;
		-ms-flex-order: 1;
		order: 1;
		margin-left: calc(5% - 17px);
		will-change: transform;
    }
    .cd-timeline__block:nth-child(even) .cd-timeline__img {
        margin-right: calc(5% - 17px);
    }
}
.cd-timeline__img--picture {
    border: 1px solid var(--primary);
	background: #fff;
}
.cd-timeline__img--picture .line-dot{
	background: var(--primary);
  height: 22px;
  width: 22px;
	border-radius: 50%;

}
.cd-timeline__img--movie {
    background-color: hsl(356, 53%, 49%);
    background-color: var(--cd-color-5);
}
.cd-timeline__img--location {
    background-color: hsl(47, 85%, 61%);
    background-color: var(--cd-color-6);
}
.cd-timeline__content {
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
	padding: 30px 20px;
	background: var(--primary);
	margin-bottom: 20px;
	font-size: 16px;
	text-align: right;
}
.cd-timeline__block:nth-child(even) .cd-timeline__content{
	text-align: left;
}
.cd-timeline__content p{
	margin: 0;
}
.cd-timeline__content .title{
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 15px;
}

.cd-timeline__content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    width: 60px;
    height: 1px;
    background: var(--primary);
}


@media (min-width: 767px) {
    .cd-timeline__content {
        width: 45%;
        -ms-flex-positive: 0;
        flex-grow: 0;
        will-change: transform;
        margin: 0;
    }
    .cd-timeline__content::before {
        top: 18px;
    }
    .cd-timeline__block:nth-child(odd) .cd-timeline__content::before {
        right: auto;
        left: 100%;
        width: 60px;
		  height: 1px;
		  background: var(--primary);
    }
}
.cd-timeline__date {
    color: hsla(207, 10%, 55%, 0.7);
    color: hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0.7);
}
@media (min-width: 767px) {
    .cd-timeline__date {
        position: absolute;
        width: 100%;
        left: 120%;
        top: 20px;
    }
    .cd-timeline__block:nth-child(even) .cd-timeline__date {
        left: auto;
        right: 120%;
        text-align: right;
    }
}
@media (min-width: 767px) {
    .cd-timeline__img--hidden, .cd-timeline__content--hidden {
        visibility: hidden;
    }
    .cd-timeline__img--bounce-in {
        -webkit-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
    .cd-timeline__content--bounce-in {
        -webkit-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }
    .cd-timeline__block:nth-child(even) .cd-timeline__content--bounce-in {
        -webkit-animation-name: cd-bounce-2-inverse;
        animation-name: cd-bounce-2-inverse;
    }
}
@media (max-width: 835px){
	.cd-timeline .container {
		width: calc(100% - 2*0px);
	}
}
@media (max-width: 767px){
	.cd-timeline .container {
		width: calc(100% - 2*0px);
	}
	.cd-timeline__content {
	  padding: 25px;
	}
	.cd-timeline__content .title {
	  font-size: 20px;
	}
	
	.cd-timeline .container::after{
		left: 19px;
	}
}
@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}



/* custom widget elementor */
.page-title-image-wrapper .page-title-image-overlay{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.page-title-image-wrapper  img{
	width: 100%;
}

.page-title-image-content{
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
}

/* responsive */
/* ipad 12 */
@media (max-width: 1024.98px) {
	/* header */
	header {
		padding: 10px 30px;
	}
	
	header .site-branding{
		justify-content: start;
	}
	header .site-branding img {
		width: 120px;
		display: block;
	}
	header .desktop{
		display: none;
	}
	header .ipad{
		display: block !important;
	}
	
	header .site-branding{
		width: 40%;
  	justify-content: start;
	}
	header .nav-right {
		width: 60%;
	}
	
	/* elementor widget */
	/* tab list slide */
	.tab-list-swiper{
	padding-bottom: 50px !important;
}
	.tab-list-slide .tab-item{
		gap: 40px;
	}
	.tab-title-list{
		top: 130px;
		width: 63%;
	}
	.tab-title-list .tab-title-button {
		padding: 10px 15px;
	}
	
	/* end elementor widget */
	/* room grid */
	.room-grid .list .content {
		padding: 15px 15px 20px 15px;
	}
	/* single room */
	.single-city-garden section {
		padding: 70px 30px;
	}
	.single-city-garden .hero-featured-image img{
		height: 550px;
	}
	.hero-title {
		font-size: 6.5vw;
	}
	.single-city-garden .hero-content .logo img{
		width: auto;
		height: 80px;
	}
	
	.section-detail .detail-container {
		gap: 30px;
	}
	.detail .room-title{
		font-size: 5vw;
		margin-bottom: 25px;
	}
	.detail .room-desc{
		margin: 30px 0;
	}
	.room-gallery .swiper-slide {
		height: 450px;
	}
	.section-info .info-wrap {
		gap: 25px;
	}
	.section-info .info-wrap .info-image{
		width: 30%;
	}
	.section-info .info-wrap .info-content{
		width: 70%;
	}
	.info-content .desc-wrap .desc{
		width: 70%;
	}
	.info-pattern-gallery{
		width: 30%;
	}
	.info-pattern-gallery img{
		width: 100%;
	}
	/* end single room */
	
	/* award */
	.award-grid .list .award-content {
		padding: 20px 15px;
	}
	.award-grid .list .award-content .title {
		font-size: 20px;
	}
	
	.award-grid .list .award-img-item img {
		height: 100px !important;
	}
	/* end award */
	/* timeline / history */
	.cd-timeline .container{
		width: 100%;
	}
	.cd-timeline__content{
		display: block;
	}
	.cd-timeline__content .thumb,
	.cd-timeline__content .history-content
	{
		width: 100%;
	}
	.cd-timeline__content{
		padding: 20px;
	}
	.cd-timeline__content:before{
		width: 35px;
	}
	.cd-timeline__block:nth-child(2n+1) .cd-timeline__content::before {
		width: 35px;
	  }
		.cd-timeline__content .title {
		font-size: 22px;
		margin-bottom: 10px;
	}
	
	/* end timeline */
	/* building */
	.building-heading {
		padding: 5px 10px;
	}
	.building-content .building-heading.left{
		width: 150px;
	}
	.gallery-grid.columns-3 img{
		height: 110px;
	}
	.building-heading .subtitle{
		font-size: 16px;
	}
	/* end building */
	
	
	/* blog / post */
	.post-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 25px;
	}
	.post-grid .post-thumbnail img {
		height: 230px;
	}
	/* single post */
	.single-post-thumb img{
		height: 550px;
	}
	.single-post .post-heading {
		padding: 60px 30px;
		width: 100%;
	}
	.single-post .post-heading .container{
		max-width: 100%;
	}
	.single-post .post-heading .post-title {
		font-size: 45px;
	}
	.single-post .single-post-content .post-content{
		width: 100%;
		padding: 0 30px;
	}
	
	/* footer */
	footer .top-footer .column-explore {
	  width: 39%;
	  padding-right: 0;
	}
	footer .top-footer .column-contact {
	  width: 45%;
	  padding-right: 30px;
	}
	footer .top-footer .column-social {
	  width: 16%;
	}
	footer ul.menu {
		columns: 2;
	  -webkit-columns: 2;
	  -moz-columns: 2;
	}
	
	
}

/* ipad 11 */
@media (max-width: 919.98px){
	/* home slideshow video */
	.video-slideshow .content-right{
		max-width: 50%;
	}
	
	/* history / timeline */
	.cd-timeline__content{
		flex-wrap: wrap;
		gap: 10px;
	}
	.cd-timeline__content .thumb,
	.cd-timeline__content .history-content{
		width: 100% !important;
	}
	footer .top-footer .column-explore {
    	width: 25%;
	}
	 footer ul.menu {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	 }
	footer ul.menu li{
		margin-bottom: 5px;
	}
	footer .top-footer .column-contact {
		width: 57%;
		padding-right: 10px;
	  }
	footer .top-footer .column-social {
    width: 18%;
  }
	.column-logo .logo img {
	  width: auto;
	  height: 80px !important;
	}
	
	.column-logo .logo:last-child img {
	  height: 85px !important;
	}
}
/* mobile / phone */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 390px) 
  and (max-device-width: 390px) 
  and (min-device-height: 844px) 
  and (max-device-height: 844px) 
  and (-webkit-min-device-pixel-ratio: 3) {
    
}

/* Portrait */
@media (max-width: 767px) {
	div.e-con-boxed.e-parent {
		padding-left: 10px;
		padding-right: 10px;
	}
}


/* Landscape */
@media only screen 
  and (device-width: 844px) 
  and (device-height: 390px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
    
}

@media (max-width: 767.98px) { 
	/* header */
	header {
		padding: 10px 15px;
	}
	header .desktop{
		display: none;
	}
	header .mobile{
		display: block;
	}
	
	header .site-branding{
		width: 40%;
  	justify-content: start;
	}
	header .site-branding img {
		width: 110px;
		display: block;
	}
	header .nav-right {
		width: 60%;
	}


	
	.video-slideshow .slide-content {
		padding: 80px 15px;
	}
	.video-slideshow .desc{
		display: none;
	}
	.video-slideshow .content-right{
		margin-top: 30px;
	}
	.video-slideshow .swiper-button-prev,
	.video-slideshow  .swiper-button-next{
		display: none;
	}
	
	/* tab slide */
	.tab-list-swiper {
    padding-bottom: 0 !important;
  }
	.tab-list-slide .tab-item{
		flex-wrap: wrap;
		gap: 20px;
	}
	.tab-list-slide .tab-item .tab-image{
		width: 100%;
	}
	.tab-list-slide .tab-item .tab-content{
		width: 100%;
		padding: 0 20px 30px 20px;
	}
	.tab-title-list {
    top: 0;
    width: 100%;
    padding: 0;
		position: relative;
	}
	.tab-title-list .tab-title-button{
		padding: 10px 15px;
		line-height: 1.2;
    background: var(--light-primary);
		border-left: 1px solid var(--light-primary2);
	}
	.tab-list-slide .tab-content .tab-logo {
		margin-bottom: 20px;
	}
	.tab-list-slide .tab-content .tab-logo img {
		height: 100px;	
	}
	.swiper-button-next.style1, .swiper-button-prev.style1 {
		width: 66px;
		height: 44px;
	}
	.swiper-button-next .icon-arrow.white, .swiper-button-prev .icon-arrow.white {
		height: 22px;
	}
	
	.tab-list-swiper .custom-swiper-prev {
		right: auto;
		left: 20px;
	}
	.tab-list-swiper .custom-swiper-next {
		right: auto;
		left: 95px;
	}
	/* end tab list slide */
	
	/* gallery image slide tab */
	.slick-gallery .slick-slide img{
		width: 300px;
		height: 220px;
	}
	/* gallery grid */
	.gallery-large img {
		height: 200px;
	}
	.gallery-bottom img {
		height: 80px;
	}
	.gallery-top img{
		height: 110px;
	}
	/* end gallery grid */
	
	
	/* gallery grid style 2 */
	.gallery-grid-style-2 .gallery-item .gallery-title {
		padding: 5px;
		font-size: 16px;
	}
	
	/* gallery carouse style 1 */
	.swiper.custom-gallery .swiper-slide .item {
  height: 280px;
	}
	.swiper.gallery-swiper .swiper-horizontal > .custom-swiper-scrollbar, .swiper.gallery-swiper .custom-swiper-scrollbar.swiper-scrollbar-horizontal {
		width: 60%;
	}
	
	/* image style */
	.img-style2 .elementor-image-box-content {
  padding: 20px;
  width: 50% !important;
}
	.img-style2.order .elementor-image-box-img{
		order: 1;
	}
	
	/* room grid */
	.filter-buttons button {
		padding: 6px 15px;
		font-size: 15px;
	}
	 .room-grid .list .btn-icon {
			bottom: auto;
			top: 10px;
		 display: none;
		}
	/* single room */
	.single-city-garden section {
		padding: 40px 15px;
	}
	
	.single-city-garden .hero-featured-image img {
    height: 300px;
  }
	.single-city-garden .hero-content{
		padding: 20px 15px;
	}
	.single-city-garden .hero-content .logo img {
    height: 50px;
  }
	.section-detail .detail-container{
		flex-wrap: wrap;
	}
	.detail .room-title {
    font-size: 35px;
  }
	.detail .room-meta p {
		font-size: 20px;
		margin-bottom: 8px;
	}
	.detail-container .room-image,
	.detail-container .detail{
		width: 100%;
	}
	.section-gallery .gallery-title{
		font-size: 35px;
	}
	.room-gallery .swiper-slide {
		height: 220px;
	}
	
	.contact-info{
		flex-wrap: wrap;
	}
	.contact-info .info,
	.map-image{
		width: 100%;
	}
	
	.section-info .info-wrap{
		flex-wrap: wrap
	}
	.section-info .info-wrap .info-image,
	.section-info .info-wrap .info-content{
		width: 100%;
	}
	.info-title {
		font-size: 30px;
		line-height: 1.3;
		margin-bottom: 25px;
	}
	
	.section-info .info-content .desc-wrap{
		flex-wrap: wrap;
		gap: 30px;
	}
	.info-content .desc-wrap .desc,
	.info-pattern-gallery{
		width: 100%;
		justify-content: start;
	}
	 .info-pattern-gallery img {
    width: 100px;
  }
	/* end single room */
	
	/* history / timeline */
	.cd-timeline__block {
		margin-bottom: 10px;
	}
	.cd-timeline__img--picture {
		border: none;
		background: transparent;
	}
	.cd-timeline__content{
		background: var(--secondary);
  	background-image: linear-gradient(90deg, var(--secondary) 0%, #ffffff 100%) !important;
	}
	.cd-timeline__content::before {
		top: 21px;
	}
	.cd-timeline__content::before,
	.cd-timeline__block:nth-child(2n+1) .cd-timeline__content::before {
		width: 25px;
	  }
	
	/* end history */
	/* award */
	.award-grid{
		grid-template-columns: 1fr;
	}
	
	/* end award */
	
	/* building */
	.building-section .building {
		gap: 0;
	}
	.building .building-content{
		padding-top: 40px;
	}
	.building .building-image img {
		width: 90%;
	}
	.building-heading .title{
		line-height: 1.2;
		font-size: 26px;
	}
	.building-heading .subtitle{
		font-size: 12px;
	}
	.gallery-grid{
		gap: 1px;
	}
	.gallery-grid.columns-3 img {
		height: 60px;
	}
	.building-description {
		font-size: 12px;
	}
	.building-description ul, .building-description ol {
		column-gap: 0;
		column-count: 2;
	}
	.building-gallery{
		display: block;
	}
	.building-content .building-heading.right,
	.building-content .building-heading.left{
		width: 100%;
	}
	.building-content .building-heading.right{
		margin-bottom: 5px;
	}
	/* end building */
	
	/* post blog */
	.post-filter-buttons button {
		padding: 8px 20px;
		font-size: 15px;
	}
	.post-grid{
		grid-template-columns: 1fr;
	}
	/* single post */
	 .single-post-thumb img {
    height: 280px;
  }
	.single-post .post-heading{
		padding: 30px 15px;
		margin-bottom: 30px;
	}
	.single-post .post-heading .post-title {
    font-size: 33px;
  }
	.single-post .post-meta {
		font-size: 16px;
	}
	.single-post .single-post-content .post-content {
    padding: 0 15px;
  }
	
	.section-related-post .related-heading{
		font-size: 30px;
		margin-bottom: 20px;
	}
	.section-related-post {
		padding: 40px 15px;
		margin-top: 40px;
	}
	/* end single post/ blog */
	
	/* footer */
	footer{
		padding: 40px 20px;
	}
	footer::before {
		display: none;
	}
	footer .top-footer .column{
		width: 100%;
		padding: 0;
	}
	footer .widget-title{
		margin: 20px 0 15px 0;
		padding-bottom: 10px;
		border-bottom: 1px solid var(--light-primary2);
	}
	footer ul.menu{
		columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2
	}
	footer ul.menu li{
		width: 100% !important;
	}
	.column-logo {
		width: 75%;
	}
	.column-logo .logo {
		padding: 0 20px;
	}
	.column-logo .logo img {
		height: 60px !important;
	}
	.column-logo .logo:last-child img {
		height: 60px !important;
		margin-bottom: 22px;
	}
	
}