/*
Theme Name: myTheme Responsive
Theme URI: http://perfectnote.net/myTheme
Description: SEO friendly, simple and clean theme comes with custom menu, custom header background, custom body background, wordpress thumbnail, adsense spot ready, breadcrumbs ready and custom logo & favicon uploader. It has 7 different color schemes and also included stylesheet for print document. Compatible with WordPress 3.2 and above, valid XHTML5 & CSS3, sticky posts, widget-ready, fullwidth page ready, and threaded comments ready.
Version: 3.16
Author: Sonvh
Author URI: http://perfectnote.net
Tags: blue, black, red, green, gray, purple, brown, two-columns, fixed-width, custom-header, custom-background, threaded-comments, custom-menu, theme-options, full-width-template, sticky-post

License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


@import url('//fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i|Playfair+Display:400,400i,700,700i');

html {

}


body {
font-family: 'Montserrat', sans-serif;
font-size: 1.25rem;
line-height: 1.5;
color: #000000;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
font-family: 'Playfair Display', serif;
}

h2,.h2 {
    font-size: 2.8125rem;
}

/*Layout
============================================*/
#wrapper {
    overflow: hidden;
}
/*
.container {
width: 485px;
    max-width: 100%;
}*/
.full_width {
    clear: both;
    float: left;
    width: 100%;
}
.clearfix {
    clear: both;
}
hr {
    background-color: #E6E6E6;
    border: 0 none;
    clear: both;
    height: 1px;
    margin: 0 0 15px;
}
pre, .attachment img, .commentlist li, .navigation .wp-pagenavi .extend, .navigation .wp-pagenavi span.pages {
    border: 1px solid #E0E0E0;
}
pre,  .attachment img, .post-pages a span, .post-pages span, .commentlist code {
    padding: 5px;
}
ol, ul {
    list-style: none outside none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
:focus {
    outline: 0 none;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    color: inherit;
}
a:hover {
    
}
/*Header
========================================*/
.header-banner-custom {
    height: 731px;
    /* max-height: 100vh; */
    align-items: center;
    display: flex;
}
.cd-header {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    height: 50px;
    width: 100%;
    z-index: 3;
    box-shadow: 0 0 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 768px) {
  .cd-header {
    height: 80px;
    background: transparent;
    box-shadow: none;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-header {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .cd-header.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    position: fixed;
    top: -80px;
    background-color: rgba(2, 23, 37, 0.96);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
  .cd-header.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .cd-header.menu-is-open {
    /* add a background color to the header when the navigation is open */
    background-color: transparent;
  }
}

.cd-logo {
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: .875em;
}
.cd-logo img {
  display: block;
}
@media only screen and (min-width: 768px) {
  .cd-logo {
    left: 2.6em;
  }
}

#header {
    padding: 0;
    position: fixed;
    top: 6rem;
    left: auto;
    right: 35px;
    width: 100px;
}
#logo {
    line-height: 0;
    margin: 0;
}

/*Main menu */
.cd-primary-nav-trigger {
    position: absolute;
    right: 15px;
    top: 0;
    height: auto;
    width: 50px;
    background-color: transparent;
    height: 40px;
    display: inline-block;
}
.cd-primary-nav-trigger .cd-menu-text {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  /* hide the text on small devices */
  display: none;
}
.cd-primary-nav-trigger .cd-menu-icon {
    display: inline-block;
    position: relative;
    left: auto;
    top: 0;
    bottom: auto;
    right: 0;

    width: 100%;
    height: 2px;
    background-color: transparent;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.cd-primary-nav-trigger .cd-menu-icon::before, .cd-primary-nav-trigger .cd-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #999;
  right: 0;
  -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
  -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
  transition: transform .3s, top .3s, background-color 0s;
}
.cd-primary-nav-trigger .cd-menu-icon::before {
  top: -5px;
}
.cd-primary-nav-trigger .cd-menu-icon::after {
  top: 5px;
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked {
  background-color: transparent;
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before, .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  background-color: #fff;
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  top: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
@media only screen and (min-width: 768px) {

  .cd-primary-nav-trigger .cd-menu-text {
    display: inline-block;
  }
  .cd-primary-nav-trigger .cd-menu-icon {
    left: auto;
    right: 0;
    /* -webkit-transform: translateX(0) translateY(-50%); */
    /* -moz-transform: translateX(0) translateY(-50%); */
    /* -ms-transform: translateX(0) translateY(-50%); */
    /* -o-transform: translateX(0) translateY(-50%); */
    /* transform: translateX(0) translateY(-50%); */
    top: 0;
}
}

.cd-primary-nav {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(153,153,153,0.9);
    z-index: 2;
    text-align: center;
    padding: 8rem 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.cd-primary-nav ul {
    list-style: none;
    padding: 0;
    margin:0;
}
.cd-primary-nav li {
  font-size: 2.1875rem;
  font-size: 1.375rem;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: .2em 0;
  text-transform: capitalize;
}
.cd-primary-nav a {
    font-family: 'Playfair Display', serif;
    display: block;
    padding: .1em 0;
    border-radius: 0;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
    color: #ffffff;
    /* border-bottom: 1px solid #999; */
    text-align: left;
    text-align: center;
    text-transform: uppercase;
}
.no-touch .cd-primary-nav a:hover {
  background-color: #e36767;
}

.cd-primary-nav.is-visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 768px) {
.cd-primary-nav {
    padding: 10rem 0 0;
}
}
@media only screen and (min-width: 1024px) {
    .cd-primary-nav {
        width: 210px;
    }
  .cd-primary-nav li {
    font-size: 1.475rem;
  }
  .cd-primary-nav .cd-label {
    font-size: 16px;
    font-size: 1rem;
  }
}

.navbar-light .navbar-nav .nav-link {
	color: #ffffff;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
	color: #18c4be;
}
.navbar-light .navbar-nav .nav-link::before {
    content: "";
    background: #003399;
    height: 2px;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
}

.navbar-light .navbar-nav .nav-link:hover::before, .navbar-light .navbar-nav .active > .nav-link::before {
    width: 100%;
}
/*
.dropdown:hover > .dropdown-menu {
    display: block;
}*/
/*Main content
=========================================*/
#container {
    position: relative;
    z-index: 1;
}
#content .alignleft, #content img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}
#content .alignright, #content img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}
#content .aligncenter, #content img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#content img.alignleft, #content img.alignright, #content img.aligncenter {
    margin-bottom: 12px;
}
#content .alignnone {

}
#content .wp-caption {
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #E6E6E6;
    padding: 4px 0 5px;
    text-align: center;
}
#content .wp-caption img {
    border: 0 none;
    margin: 5px 0;
    padding: 0;
}
#content .wp-caption p.wp-caption-text {
    font-size: 90%;
    font-weight: 400;
    line-height: 12px;
    margin: 0;
    padding: 0;
}
.gallery-caption ,
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 1px solid #333;
	padding: 2px;
}
/* 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/*Sidebar */
#sidebar {
    
}
#sidebar .widget {
    margin-bottom: 30px;
}
h3.widgettitle {
    
}
/*Comment */
#respond {
    clear: both;
    margin: 15px 0;
}
#respond p {
    color: #777777;
    margin: 0 0 10px;
}
h3.responds {
    font-size: 1.5em;
}
#commentform {
    margin: 10px 0 0;
}
#commentform label {
    font-size: 12px;
}
#commentform input.txt, #commentform textarea {
    border-color: #CCCCCC #EFEFEF #EFEFEF #CCCCCC;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    line-height: 14px;
}
#commentform input.txt {
    background: none repeat scroll 0 0 #FCFCFC;
    clear: both;
    float: left;
    margin: 0 5px 10px 0;
    padding: 5px 7px;
    width: 170px;
}
#commentform textarea {
    background: none repeat scroll 0 0 #FCFCFC;
    line-height: 130%;
    padding: 7px;
    width: 97% !important;
}
#commentform #submit {
    border-color: #DDDDDD #CCCCCC #CCCCCC #DDDDDD;
    border-style: double;
    border-width: 3px;
    cursor: pointer;
    font-size: 1.2em;
    margin-top: 10px;
    outline-color: #DDDDDD;
    padding: 5px;
    width: 170px;
}
.button, .button:visited, .reply a, a#cancel-comment-reply-link {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    padding: 5px 10px 6px;
    position: relative;
    text-decoration: none;
}
.comments-box {
    padding: 10px 0 0;
}
#content .comments-box h3 {
    border: medium none;
    display: block;
    font-size: 1.2em;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
}
#content p.comment-notes {
    font-size: 12px;
}
a#cancel-comment-reply-link {
    display: block;
    font-size: 11px;
    margin-top: 10px;
    padding: 0 5px;
    width: 68px;
}
cite.fn {
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.05em;
    padding-top: 0;
}
.text {
    border: 1px solid #E6E6E6;
    color: #777777;
    padding: 2px;
    width: 200px;
}
.nopassword {
    color: #AAAAAA;
    font-size: 24px;
    font-weight: 100;
    margin: 26px 0;
    text-align: center;
}
ul.children {
    margin-left: 0;
}
ol.commentlist {
    margin: 0;
    padding: 0;
}
.commentlist li {
    list-style: none outside none;
    margin: 10px 0 0;
    padding: 15px;
}
.commentlist li.depth-2, .commentlist li.depth-4 {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #E0E0E0;
    margin-left: 15px;
}
.commentlist li.depth-3, .commentlist li.depth-5 {
    background: none repeat scroll 0 0 #FAFAFA;
    border-bottom: 1px solid #E0E0E0;
    margin-left: 15px;
}
.commentlist li blockquote {
    background: url("images/quote-comment.png") no-repeat scroll 0 8px transparent;
    margin: 0 0 11px;
    padding: 0 0 0 25px;
}
.commentlist code {
    background: none repeat scroll 0 0 #E6E6E6;
}
.commentlist p {
    clear: both;
    font-size: 1.1em;
    line-height: 1.6em;
    padding: 0;
}
.commentlist .moderation {
    color: #660000;
    margin-top: 10px;
}
.commentlist .thread-even {
    background: none repeat scroll 0 0 #FAFAFA;
}
.commentlist .children {
    margin-top: 15px;
}
.commentlist .comment-author {
    margin-bottom: 5px;
}
#content .commentlist .avatar {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E9E9E9;
    float: left;
    margin-right: 10px;
    padding: 3px;
}
.commentlist .reply {
    margin: 5px 0 0;
    text-align: right;
}
#content .commentlist .reply a, #content .commentlist .reply a:visited, #content .cancel-comment-reply a {
    background: none repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 11px;
    padding: 0 6px 1px !important;
    text-align: center;
    text-decoration: none !important;
}
.commentlist .comment-meta {
    float: left;
    margin-bottom: 15px;
}
.commentlist .comment-date a, .commentlist .comment-date a:visited {
    color: #888888;
    font-size: 1.1em;
}
.commentlist .comment-meta a {
    color: #666666 !important;
    text-decoration: none;
}
.metadata a:hover, cite.fn a, cite.fn a:hover {
    text-decoration: none;
	
}


/*Footer
=============================================*/
#footer {
    background: #2a2a35;
    color: #fff;
    padding: 3rem 0;
    margin-top: 3rem;
    font-size: 1rem;
}
#footer a {
    color: inherit;
}
#footer ul.menu {
list-style: none;
padding: 0;
margin:0;

}
#footer ul.menu li {
    display: inline-block;
    width: 50%;
    float: left;
    padding-bottom: 0.5rem;
}
#footer .widget {
    margin-bottom: 2rem;
}
.subscribe-box input[type="email"] {
    border: 0;
    border-bottom: 1px solid rgb(42, 42, 53);
    width: 70%;
    margin-bottom: 0.5rem;
         height: 43px;
}
.subscribe-box input[type="submit"] {
     border: 1px solid rgb(42, 42, 53);
     width: 28%;
     text-align: center;
     background: transparent;
     height: 43px;
     border-radius: 8px;
     margin-left: 2%;
}
ul.socials {
    list-style: none;
    padding: 0;
    margin: 0 --0.75rem;
    text-align: right;
}
ul.socials li {
    display: inline-block;
    margin: 0 0.75rem;
}
ul.socials li a {
    color: #000000;
    font-size: 2rem;
}
/* Woocomerce
==========================*/
.woocommerce ul.products.columns-1 li.product, .woocommerce-page ul.products.columns-1 li.product {
    background: #2a2a34;
    color: #ffffff;
}
.woocommerce ul.products li.product a img {
    margin-bottom: 0!important;
}

body.woocommerce ul.products li.product .woocommerce-loop-category__title, body.woocommerce ul.products li.product .woocommerce-loop-product__title, body.woocommerce ul.products li.product h3 {
    padding: 0 0 1rem;
    font-size: 1.5rem;
}
body.woocommerce ul.products li.product .price {
    color: inherit;
    }
body.woocommerce ul.products li.product .button {
    color: #ffffff ;
    font-weight: normal;
    line-height: 1.5;
    vertical-align: middle;
    padding: 10px 30px !important;
}
.woocommerce-products-header {
    text-align: center;
}
body.woocommerce div.product p.price, body.woocommerce div.product span.price {
    color: inherit;
    font-size: 1.5rem;
    font-weight: 600;
}

body.woocommerce a.added_to_cart {
	padding-top: 1rem;
	display: block;
}
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {

}
body .woocommerce #respond input#submit.alt, 
body .woocommerce a.button.alt, 
body .woocommerce button.button.alt, 
body .woocommerce input.button.alt,
body.woocommerce #respond input#submit.alt, 
body.woocommerce a.button.alt, 
body.woocommerce button.button.alt, 
body.woocommerce input.button.alt {
background-color: transparent!important;
color: inherit;
-webkit-font-smoothing: antialiased;
font-weight: normal;
text-transform: uppercase;
border: 1px solid;
}
body .woocommerce a.added_to_cart {
	padding-top: 1rem;
	display: block;
}
body .woocommerce a.added_to_cart:hover {
	color: #ffffff;
}
.woocommerce form .form-row label {
    line-height: 2;
    display: block;
    width: 100%;
}
.woocommerce-input-wrapper {
    display: block;
    width: 100%;
}
/*Other 
=============================================*/
.home .entry-header {
display: none;
}
.lvca-posts-carousel {
	max-width: 100% !important;
	margin: 0 -7.5px;
}
h1.page-title {
    font-size: 4rem;
    text-transform: uppercase;
    padding: 3rem 0 4rem;
}
h2.vc_custom_heading {
    text-transform: uppercase;
    margin-bottom: 2rem;
    margin-top: 1rem;
}
h3.vc_custom_heading {
font-size: 1.875rem;
}
.white {
    color: #ffffff;
}
.content-row {
    position: relative;
    z-index: 3;
}
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-post-title a:hover {
	border-bottom: 0!important;
	color: #ffffff!important;
}
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-post-title a {
	border-bottom: 0!important;
}
.sub-content h1.page-title {
padding-top: 0;
font-size: 2.5rem;
}
 .sub-content .entry-header-custom h1.page-title {
padding-bottom: 0;
font-size: 2.5rem;
}
.entry-header-custom h3 {
    font-size: 1.0625rem;
    text-transform: uppercase;
    padding-bottom: 4rem;
}
article.type-fair {
    margin-bottom: 3rem;
}
.videos_section .vc_column-inner > .wpb_wrapper {
background: #2a2a35;
padding: 0.6875rem;
color: #ffffff;
margin-bottom: 60px;
}
.videos_section .wpb_video_widget.wpb_content_element {
margin-bottom: 0.5rem;
}
ul.list-meta {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.list-meta li {
    padding-bottom: 1.5rem;
}
ul.list-meta li span {
    display: block;
    text-transform: uppercase;
    font-size: 1.625rem;
    font-family: 'Playfair Display', serif;
}
ul.list-meta li.normal span {
text-transform: none;
}
.artists-list ul {
    padding: 0;
    margin: 0;
}
.artists-list ul  li {
    padding-bottom: 0.6rem;
}
ul.list-meta li a {
    color: inherit;
    text-decoration: underline;
}
body .lvca-posts-carousel .lvca-posts-carousel-item .hentry {
	border-radius: 0;
	box-shadow: 0 0 0;
}

div.slick-track {
display: inline-block;
}
body .lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-terms {
    display: none;
}
body .lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-post-title {
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    padding: 0.625rem;
}
body .lvca-container button.slick-next::before {
    display: none;
}
body .lvca-container button.slick-prev::before {
    display: none;
}
body .lvca-container button.slick-prev, body .lvca-container button.slick-next {
    width: 25px;
    height: 26px;
    cursor: pointer;
    background: url(images/next.png) no-repeat left top !important;
    font-size: 0;
    background-size: 100% !important;
    z-index: 6;
}
body .lvca-container button.slick-prev {
      background: url(images/prev.png) no-repeat left top !important;
          background-size: 100% !important;
}
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image > a  {
padding-top: 100%;
position: relative;
display: block;
}
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image > a img {
    position: absolute;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-entry-info {
    padding: 1rem;
}
ul.smile_icon_list {
    padding: 0;
    margin: 0;
}
.home .wpb_gallery_slides.wpb_flexslider {
    background: #b2b2b7;
    padding: 0;
    color: #ffffff;
    box-shadow: 0 0 0;
    border: 0;
    border-radius: 0;
}
.slider-row {
    margin:0;
}
.wpsm-show {
    color: inherit!important;
}
.slider-row > div {
    padding: 0;
}
.home .wpb_gallery .wpb_flexslider .flex-caption {
    background: transparent;
    padding: 4rem 23%;
}
.home .wpb_gallery .wpb_flexslider .flex-control-paging {
    z-index: 10;
    display: none;
}
.home .flex-direction-nav .flex-next {
    right: 0!important;
    text-align: right;
    opacity: 1;
    bottom: 0;
    top: auto;
}
.home .wpb_gallery .wpb_flexslider .flex-direction-nav a {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #bfbfbf;
    text-align: center;
    padding: 12px 17px;
    height: auto;
    width: auto;
    font-size: 0;
    font-weight: 300;
    color: #ffffff;
}
.home ul.flex-direction-nav .flex-prev {
    left: auto !important;
    bottom: 0;
    opacity: 1 !important;
    /* height: auto; */
    font-size: 0;
    top: auto;
    right: 50px;
}
.home  ul.flex-direction-nav a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f053';
    font-size: 20px;
}
.home  ul.flex-direction-nav a.flex-next::before {
    content: "\f054";


}
.home  .flex-caption * {
    font-size: 1.1875rem;
}
.home  .flex-caption h3 {
    font-size: 100%;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.slide-date {
    padding: 1rem 0 2rem;
}
.flex-viewport {
    height: auto;
    text-align: center;
}
.top-slider {
    padding-top: 3rem;
}
.top-slider .flexslider {
margin: 0 0 60px;
background: #fff;
border: 0;
position: relative;
border-radius: 0;
-webkit-box-shadow: 0 0 0;
-o-box-shadow: 0 0 0;
box-shadow: 0 0 0;
overflow: visible!important;
}
.top-slider .flex-caption {
    padding: 0.5rem 0;
    text-align: center;
    font-size: 0.8125rem;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    color: inherit !important;
}
.top-slider .flex-direction-nav a {
    opacity: 1;
    height: 26px;
    font-size: 0;
    background: url(images/next.png) no-repeat left top;
}
.top-slider  .flex-direction-nav .flex-next {
    right: -50px!important;
}
.top-slider  .flex-direction-nav .flex-prev {
    left: -50px!important;
     background: url(images/prev.png) no-repeat left top;
}
.top-slider .flexslider .slides img {
    width: auto;
    margin: 0pt auto;
}
.top-slider  .flex-direction-nav a::before {
   display: none;
}
.flex-direction-nav li a::before {
        content: "<";
    font-weight: bold;
}
.flex-direction-nav li a.flex-next::before {
    content: ">";
    font-weight: bold;
}

.slide-content {
    max-width: 100%;
    margin: 0pt auto;
}
.contact-box-info {
    font-size: 80%;
}
.contact-box .wpcf7-form-control-wrap {
    display: block;
    padding-bottom: 10px;

}
.contact-box input[type="text"], .contact-box input[type="email"], .contact-box textarea {
    background: transparent;
    border: 1px solid #a7a7ab;
    width: 100%;
    padding: 5px 10px;
    color: #ffffff;
}
.contact-box textarea {
    height: 125px;
}
body.woocommerce ul.products li.product .button, .contact-box .wpcf7-submit {
    border: 2px solid #fff;
    color: #fff;
    height: 45px;
    text-transform: uppercase;
    padding: 0 30px;
    background: transparent;
    margin: 0pt auto;
    font-size: 100%;
    border-radius: 8px;
}
body.woocommerce ul.products li.product .button:hover {
    background: #ffffff;
    color: #000;
}
.addto-box {
    padding-top: 1rem;
}
ul.smile_icon_list li.icon_list_item {
    min-height: 0!important;
    clear: both;
}
ul.smile_icon_list li.icon_list_item a {
    color: #ffffff;
}
.smile_icon_list.left li .icon_description {
    height: auto !important;
    padding-left: 0 !important;
}
.smile_icon_list.with_bg .icon_list_icon {
    background: transparent!important;
    color: #fff;
    width: 30px;
    height: auto!important;
    line-height: 1;
    text-align: left;
    float: left;
}
ul.smile_icon_list li.icon_list_item,
.icon_description_text,
.smile_icon_list.left li .icon_description {
    font-size: 100% !important;
    line-height: 1.5!important;
}
.smile_icon_list.left li .icon_description {
    line-height: 1em;
    margin-left: 0;
    padding-left: 0.5rem;
    height: auto;
}
.milestone-row  h4.vc_custom_heading,
.stats-top div.stats-number {
    font-family: 'Playfair Display', serif;
    font-size: 3.125rem!important;
}
.grid-hover-item h3,
.grid-hover-item  {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.6875rem;
    color: #ffffff;
}
.meta_date {
      text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.6875rem;
    padding-bottom: 2.2rem;
}
.grid-hover-item .vc_gitem-post-data-source-post_date {
font-size: 1.6875rem;
}
.grid-hover-item  .vc_gitem-zone-b {
font-size: 1.6875rem;
}
div .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline {
    text-transform: uppercase;
    font-size: 1.3125rem;
    border-radius: 8px;
    padding-left: 2rem;
    padding-right: 2rem;
}

.blog-row article {
    margin-bottom: 30px;
}
.blog-row article .post-thumbnail {
	position: relative;
	padding-top: 75%;
}
.blog-row article .post-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.blog-row .entry-summary {
    padding: 1rem;
    background: #b3b2b7;
    color: #ffffff;
}
.blog-row .entry-summary h3 {
    font-size: 1.125rem;
}
.home .flex-caption h3 span,
.blog-row .entry-summary h3 span {
    border-bottom: 2px solid #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 5px;
    color: inherit;
}
.blog-row .entry-summary  time {
    padding: 1rem 0;
    display: block;
}
.meta-news {
    padding-top: 1rem;
}
@media (min-width: 1024px) {
.milestone-row .vc_col-sm-3::before {
    content: "";
    position: absolute;
    left: 0;
    height: 90%;
    width: 1px;
    background: #2b2b2c;
}
.milestone-row .vc_col-sm-3:first-child::before {
display: none;
}
.milestone-row .wpb_text_column {
min-height: 90px;
margin-bottom: 1.125rem;
}
}

/* CSS for tablet
--------------------------------------------------------*/
@media (min-width: 1024px) {
.home .flexslider .slides img {
    width: 100%;
    display: block;
    position: absolute;
    height: 100%;
    object-fit: cover;
}
.post-type-archive-product #container .container {
    width: 830px;
}
.product-item {
    padding: 50px 30px 30px 15px;
    font-size: 0.875rem;
}
.home .wpb_gallery .wpb_flexslider .flex-caption {
	min-height: 400px;
}
.blog-row .entry-summary {
	min-height: 280px;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	margin: 0 -7px;
}
.woocommerce ul.products.columns-1 li.product, .woocommerce-page ul.products.columns-1 li.product .col-lg-5 {
    padding-right: 0;
}
.sub-content {
    width: 700px;
    max-width: 100%;
}
ul.list-meta {
max-width: 100%;
    width: 292px;
    float: right;
}
.single-artist ul.list-meta {
	padding-top: 2rem;
}
.slide-content  img {
    max-height: 60vh;

    }
      .artists-list {
   padding-left: 13%;
  }

}
@media (max-width: 1024px) { 
	.lvca-posts-carousel {
	margin: 0;
}
	.lvca-container button.slick-prev {
	left: 0px;
}
.lvca-container button.slick-next {
	right: 0px;
}
}
/* CSS for phablet
--------------------------------------------------------*/
@media (max-width: 768px) {
    .header-banner-custom {
        max-height: 100vh;
    }
    .subscribe-box {
        text-align: center;
    }
    ul.socials {
    text-align: center;
}
#footer ul.socials {
    text-align: left!important;
}
.top-slider .flex-direction-nav .flex-prev {
    left: 10px !important;
}
.top-slider .flex-direction-nav .flex-next {
    right: 10px !important;
}
.slide-content img {
	max-height: 60vh;
}
#header {
	top: 2rem;
	left: auto;
	right: 0;
}
.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
	width: 100%!important;
padding-bottom: 2rem;
}
.woocommerce ul.products[class*="columns-"] li.product .col-lg-7, .woocommerce-page ul.products[class*="columns-"] li.product  .col-lg-7 {
padding: 15px 30px;
}

.lvca-container button.slick-prev, .lvca-container button.slick-next {
	display: block !important;
}

}

/* CSS for phone
--------------------------------------------------------*/
@media (max-width: 600px) {
    .wpb_gallery .wpb_flexslider .flex-caption {
    background: transparent;
    padding: 4rem 2rem 0;
}
h1.page-title {
    font-size: 3rem;
}
h2, .h2 {
	font-size: 2rem;
}
.subscribe-box input[type="email"] {
    width: 100%;
    text-align: center;
}
.subscribe-box input[type="submit"] {
    width: 100%;
    margin: 1rem 0;
}
}