/*
Theme Name: Veneer
Theme URI: https://studio602.fr/
Author: Studio 602
Author URI: https://studio602.fr/
Description:  Studio 602 Theme for Atelier Veneer.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html,body,h1,h2,h3,h4,h5,h6,.navbar-brand {
  font-size: 14px; 
  font-size: calc(8px + .5vw); 
}

@media screen and (max-width: 1199px) {
	html,body,h1,h2,h3,h4,h5,h6 {
	  font-size: calc(8px + 0.7vw);
	}
	.navbar-brand,
	.navbar-brand a {
	  font-size: calc(9px + 1.1vw);
	}
}

@media screen and (max-width: 767px) {
	html,body,h1,h2,h3,h4,h5,h6 {
	  font-size: calc(8px + 0.8vw);
	}
	.navbar-brand,
	.navbar-brand a {
	  font-size: calc(9px + 1.2vw);
	}
}

@media screen and (max-width: 599px) {
	html,body,h1,h2,h3,h4,h5,h6 {
	  font-size: calc(11px + 1vw);
	}
	
	.navbar-brand,
	.navbar-brand a {
	  font-size: calc(16px + 1vw);
	}
}

body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

.main-slider figure {
  margin: 0;
}


hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-right: 0px;
    padding-left: 0px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 25px;
}


h1 {
  /*font-size: 1.1rem;*/
  padding-bottom: 10px;
}
h2 {
  /*font-size: 1.1rem;
  padding-bottom: 1.25em;*/
  line-height: 1.25;
}
h3 {
  /*font-size: 1.1rem;*/
  line-height: 25px;
}
h4 {
  /*font-size: 1.1rem;*/
  line-height: 20px;
}
h5 {
  /*font-size: 1.1rem;*/
  line-height: 17.5px;
}

p {
  /*font-size: 1.1rem;*/
  margin-bottom: 1.5em;
}
h1.entry-title {
  /*font-size: 1.1rem;*/
}
h2.entry-title {
}
h3.widget-title {
  /*font-size: 1.1rem;*/
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #e9e9e9;
  color:#414141;
  font-weight:normal;
  letter-spacing:0.05rem;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

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

article.posts .entry-header > .cat_link {
  /*font-size: 1.1rem;
	padding-bottom: 1.25em;*/
	line-height: 1.25;
	padding-left:10px;
	display:block;
	float:right;
	position:relative;
	color:#414141;
	text-decoration:none;
	opacity:0;
	transition:all 0.2s ease;
	margin-top: 15px;
	margin-bottom: 25px;
}

article.posts .entry-header > .cat_link a {
	color:#414141;	
	transition:all 0.2s ease;
	opacity:0;
}

article.posts .entry-header > .cat_link a:hover {
	text-decoration:none;
}

article.posts:hover .entry-header > .cat_link a{
	opacity:1!important;
}

@media screen and (max-width: 1199px) {
	article.posts .entry-header > .cat_link a:hover,
	article.posts .entry-header > .cat_link a,
	article.posts:hover .entry-header > .cat_link a{
		opacity:0.6!important;
	}
}

.entry-header > h2 {
	display:inline-block;
	position:relative;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#page {
	background-color: #e9e9e9;
}

header#masthead {
  margin-bottom: 0;
  height:0;
  background-color: transparent;
  padding: 20px 30px;
  position:fixed;
  top:0;
  left:50%;
  transform:translate(-50%,0%);
  width: 100%;
  display: block;
  z-index: 3;
  mix-blend-mode:difference;
  transition: background 0s linear;
}

header#masthead.nav-down,
header#masthead.nav-down {
    transition: top 0.2s ease,opacity 0.2s ease-in-out;
	opacity:1;
}

header#masthead.nav-up {
    top: -50px;
    transition: top 0.2s ease-in-out,opacity 0.2s ease-in-out;
	opacity:0;
}

	@media screen and (max-width: 767px) {
		header#masthead {
		  padding: 20px;
		}
	}


body.home header#masthead {
  mix-blend-mode:normal;
}

body.home .container-fluid .row {
  margin-right: 0;
  margin-left: 0;
}

.navbar-brand {
  /*font-size: 1.1rem;*/
}

.navbar-brand > a {
  color: #bebebe;
  /*font-size: 1.1rem;*/
  text-transform:uppercase;
  transition: all 0.25s ease;
}

@media screen and (max-width: 1199px) {
	.navbar-brand,
	.navbar-brand > a {
	  /*font-size: 1.5rem;*/
	}
}

body.home .navbar-brand > a {
  color: #fff;
}

body.home .navbar-brand > a:hover,
body .navbar-brand > a:hover {
  text-decoration: none;
  color:transparent;
}

body #masthead .navbar-brand > a:before {
  	background: no-repeat center left url('img/logo.svg');
	background-size:contain; 
	content:"";
	display: inline-block;
	width: 4.25rem;
	height: 2.25rem;
	position: absolute;
	margin-top: 0;
	transition: opacity 0.2s ease-in-out;
	/*transition-delay: 0.2s;*/
	opacity:0;
}

body #masthead.blocked .navbar-brand > a:before {
  	background-image: url('img/blacklogo.svg');
}

body.home #masthead .navbar-brand > a:before {
  	background: no-repeat center left url('img/logo.svg');
	background-size:contain; 
	content:"";
	display: inline-block;
	width: 4.25rem;
	height: 2.25rem;
	position: absolute;
	margin-top: 0;
	transition: opacity 0.2s ease;
	/*transition-delay: 0.2s;*/
}

body.home #masthead:not(.blocked) .navbar-brand > a:before {
	opacity:0;
}

body #masthead:not(.blocked) .navbar-brand > a:hover:before,
body.home #masthead:not(.blocked) .navbar-brand > a:hover:before {
	opacity:1;
}

.navbar-toggler {
    padding: 0;
}

	@media screen and (max-width: 1199px) {
		body #masthead .navbar-brand > a:before,
		body.home #masthead .navbar-brand > a:before {
			display: inline-block;
			width: 4rem;
			height:1.75rem;
			transition-delay: 0s!important;
			transition: 0s;
		}

		body.home #masthead .navbar-brand > a:before {
		}

		#masthead.blocked .navbar-brand > a:hover:before,
		#masthead.blocked .navbar-brand > a:before {
			opacity:1;
			transition-delay: 0s;
		}

		body.home #masthead.blocked .navbar-brand > a:before {
		  	background-image: url('img/blacklogo.svg');
			transition-delay: 0s;
		}		

		#masthead.blocked .navbar-brand > a {
	  		color: transparent;
			transition: 0s!important;
		}


	}

body .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

body.home .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

body.home #masthead.blocked .navbar-toggler.block .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(65, 65, 65, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")!important;
}

body .navbar-toggler.blocked .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='53.7' height='53.7' viewBox='0 0 53.7 53.7'><path opacity='1' fill='%414141' d='M35.6 34.4L28 26.8l7.6-7.6c.2-.2.2-.5 0-.7l-.5-.5c-.2-.2-.5-.2-.7 0l-7.6 7.6-7.5-7.6c-.2-.2-.5-.2-.7 0l-.6.6c-.2.2-.2.5 0 .7l7.6 7.6-7.6 7.5c-.2.2-.2.5 0 .7l.5.5c.2.2.5.2.7 0l7.6-7.6 7.6 7.6c.2.2.5.2.7 0l.5-.5c.2-.2.2-.5 0-.7z'/></svg>");
  background-size: 175%;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body #masthead .navbar-nav {
    display: block!important;
	width: 100%;
}

body #masthead .navbar-nav > li {
  display:block;
  width:20%;
  text-align:right;
  float:left;
}

body #masthead .navbar-nav > li.menu-item-82 a {
  margin-right:-7.5%;
}

body #masthead .navbar-nav > li > a {
  /*color: #414141;*/
  color:#bebebe;
  padding: 0;
  /*font-size: 1.1rem;*/
}

body.home #masthead.blocked .navbar-nav > li > a,
body.home #masthead.blocked .navbar-nav > li > a:hover,
body.home #masthead.blocked .navbar-nav > li.current_page_item > a,
body #masthead.blocked .navbar-nav > li > a,
body #masthead.blocked .navbar-nav > li > a:hover,
body #masthead.blocked .navbar-nav > li.current_page_item > a {
  color: #414141;
}


@media screen and (min-width: 1199px) {
	body #masthead .navbar-nav > li.menu-item-165 {
	  display:none;
	}
}

@media screen and (max-width: 1199px) {

	body #masthead.blocked {
	    background-color:#e9e9e9;
  		mix-blend-mode: inherit;
		height: 100vh;
		/*height: calc(var(--vh, 1vh) * 100);*/
	}

	body #masthead:not(.blocked) {
	    background-color:transparent;
		height:auto;
	}

	body #masthead .navbar-nav {
		padding:1.75rem 0 0 0;
	}
	body #masthead .navbar-nav > li {
	    display: block;
	    width: 100%;
	    text-align: left;
	    float: left;
		padding:0.3rem 0;
	}

	body #masthead .navbar-nav > li,
	body #masthead .navbar-nav > li > a{
		/*font-size: 1.5rem;*/
	}
}


body #masthead .navbar-nav > li > a:hover,
body #masthead .navbar-nav > li.current_page_item > a {
  color: #bebebe;
}

body.home #masthead .navbar-nav > li > a,
body.home #masthead .navbar-nav > li > a:hover,
body.home #masthead .navbar-nav > li.current_page_item > a  {
  color: #fff;
}

@media screen and (max-width: 1199px) {
	body.home #masthead .navbar-nav > li > a,
	body.home #masthead .navbar-nav > li > a:hover,
	body.home #masthead .navbar-nav > li.current_page_item > a  {
	  color: #bebebe;
	}
}

body:not(.theme-preset-active) #masthead .navbar-nav > li:not(.current_page_item) > a:before,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a:before {
	background: no-repeat center right url('img/dot.svg');
	background-size:contain; 
	content:"";
	/*font-size: 1.1rem;*/
	color: #fff;
	display:inline-block;
	width:1.5rem;
	height:0.6rem;
	margin-right:0.35rem;
	transition: opacity 0.5s ease-in-out!important;
	transition-delay: 0.5s;
	opacity:0;
}

body.home #masthead .navbar-nav > li:not(.current_page_item) > a:before,
body.home #masthead .navbar-nav > li.current_page_item > a:before {
	background: no-repeat center right url('img/dot.svg');
}

body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a:before,
body:not(.theme-preset-active) #masthead .navbar-nav > li:not(.current_page_item) > a:hover:before {
	opacity:1;
}

@media screen and (max-width: 1199px) {
	body:not(.theme-preset-active) #masthead .navbar-nav > li:not(.current_page_item) > a:before,
	body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a:before {
		background: no-repeat center left url('img/blackdot.svg');
		overflow: visible;
		height: 0.5rem;
	}
}

body.single .menu-item h1 {
	margin:0;
	padding:0;
}

body.single #masthead .navbar-nav > li{
	text-align:center;
	position:absolute;
	left: 50%;
	top: 0;
	width: initial;
	transform: translate(-50%,0%);
	color:#bebebe;
}

body.single #masthead .navbar-nav > li:last-child {
	position:absolute;
	top: -0.1rem;;
	right:0;
	left:inherit;
	transform: translate(0%,0%);
	width:auto;
}

body.single #masthead .navbar-nav > li h1.entry-title {
	color:#bebebe;	
}

@media screen and (max-width: 1199px) {

	body.single #masthead .navbar-nav > li:last-child {
		top: -0.25rem;;
	}

	body.single #masthead .navbar-nav > li:first-child{
		/*display:none;*/
	}

	body.single #masthead .navbar-nav > li:last-child {
		padding:0;
		/*top: 0.4rem;*/
	}

	body.single #masthead .navbar-nav > li:last-child a {
		/*font-size: 1.1rem;*/
	}

}

body.single #masthead .navbar-nav > li:not(.current_page_item) > a:before {
	background: no-repeat center right url('img/back.svg');
	background-size:contain; 
	content:"";
	/*font-size: 1.1rem;*/
	color: #fff;
	display:inline-block;
	width:1.5rem;
	height:0.65rem;
	margin-right:0.35rem;
	transition: opacity 0.5s ease-in-out!important;
	transition-delay: 0.5s;
	opacity:1;
}

@media screen and (max-width: 1199px) {
	body.single #masthead .navbar-nav > li:not(.current_page_item) > a:before {
		/*height:0.75rem;
		margin-right:0.4rem;*/
	}

	body.single #masthead .navbar-nav > li > a {
		/*font-size:0;
		color:transparent;*/
		line-height: 35px;
	}

	body.single #masthead .navbar-brand > a:before {
		opacity:1;
	}
	body.single #masthead .navbar-brand > a {
		color: transparent;
	}
}

.navbar-brand {
  height: auto;
  margin-right:0;
  padding:0;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

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

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 1199px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }
}

  .navbar-light .navbar-toggler {
    border: 0px!important;
    outline: none;
  }

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
  text-align:left;
  padding:0 15px;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
  padding:0 15px;
}

	@media screen and (max-width: 1199px) {
		.comment-navigation .nav-previous,
		.posts-navigation .nav-previous,
		.post-navigation .nav-previous,
		.comment-navigation .nav-next,
		.posts-navigation .nav-next,
		.post-navigation .nav-next {
		  padding:0;
		}
	}

.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  /*font-size: 1.1rem;*/
  display: inline-block;
  text-decoration: none;
  color:#414141;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
  padding-right: 0.4rem;
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: transparent none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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;
  color: #21759b;
  display: block;
  font-size: 14px;
  /*font-size: 1.1rem;*/
  font-weight: normal;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /*font-size: 1.1rem;*/
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
body.home #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

body.single #content.site-content {
  padding-top: 0;
}

#content.site-content {
  padding-top: 75px;
}

	@media screen and (max-width: 1199px) {
		 body.single #content.site-content {
		  padding-top: 75px;
		}
	}

body:not(.single):not(.home) #content.site-content {
  padding-bottom: 75px;
}

body:not(.home) #content.site-content {
  padding-left:30px;
  padding-right:30px;
}

	@media screen and (max-width: 767px) {
		body:not(.home) #content.site-content {
		  padding-left:20px;
		  padding-right:20px;
		}
	}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: normal;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

@media screen and (min-width: 1199px) { 
	.page-template-template-archive #content .container-fluid .row,
	.page-template-template-archives #content .container-fluid .row {
	    margin-right: 0px;
	    margin-left: 0px;
	}
}

@media screen and (max-width: 1199px) { 
	.page-template-template-archive #content .container-fluid .row #primary,
	.page-template-template-archives #content .container-fluid .row #primary {
	    padding-right: 7.5px!important;
	    padding-left: 7.5px!important;
	}
}

.single #primary {
    padding-right: 0;
    padding-left: 0;
}

.blog #primary {
    padding-right: 0;
    padding-left: 0;
}

@media screen and (max-width: 767px) { 
	.blog #primary {
	    padding-right: 5px;
	    padding-left: 5px;
	}
}


.posts {
	display:inline-block!important;
	float:left;
	padding-right: 15px;
	padding-left: 15px;
}
	
	.posts-archive {
		display:inline-block;
		position: relative;
		max-width:25%;
		padding: 7px 0px 7px 3px;
		vertical-align:top;
	}

	#main .year:first-child {
		padding-left: 0px;
	}

	
	#main .year {
		display:inline-block;
		width:auto;
		padding: 1px 10px 10px 10px;
		height:25vh;
		vertical-align:top;
	}

.post-thumbnail a.thumb {
  	transition: filter 800ms ease-in-out;
	height:55vh;
	width:100%;
	display: block;
	overflow: hidden;
}

	@media screen and (max-width: 1199px) {
		.post-thumbnail a.thumb {
			height: 37vh;
			height: calc(var(--vh, 1vh) *37);
		}
	}
		
		@media screen and (max-width: 1199px) and (max-height:550px) {
			.post-thumbnail a.thumb {
				height: 45vh;
				height: calc(var(--vh, 1vh) *45);
			}
		}

		@media screen and (max-width: 1199px) and (min-height:767px) {
			.post-thumbnail a.thumb {
				height: 27.5vh;
				height: calc(var(--vh, 1vh) *27.5);
			}
		}

.posts-archive .post-thumbnail a.thumb {
  	transition: filter 800ms ease-in-out;
	height:25vh;
	width:100%;
	display: block;
	overflow: hidden;
}

	@media screen and (max-width: 1199px) {
		.posts-archive .post-thumbnail a.thumb {
			/*height: 15vh;
			height: calc(var(--vh, 1vh) * 15);*/
			height: 18vh;
			height: calc(var(--vh, 1vh) * 18);
			border-radius:0.6em;
		}

	}

		@media screen and (max-width: 1199px) and (max-height:550px) {
			.posts-archive .post-thumbnail a.thumb {
				height: 25vh;
				height: calc(var(--vh, 1vh) *25);
			}
		}

		@media screen and (max-width: 1199px) and (min-height:767px) {
			.posts-archive .post-thumbnail a.thumb {
				height: 16vh;
				height: calc(var(--vh, 1vh) *16);
			}
		}

	.posts-archive > a.thumb_link {
		display:block;
		position:absolute;
		padding-right: 10px;
		top:1em;
		left:1.1em;
		width:100%;
		color:#ffffff;
		text-decoration:none;
		transition:opacity 0.5s ease;
		opacity:0;
		overflow: hidden;
    	white-space: nowrap;
		text-overflow: ellipsis;
	}

	.posts-archive:hover a.thumb_link {
		opacity:1;
	}

	.posts-archive a.thumb_link:hover {
		color:#ffffff;
		text-decoration:none;
	}

	@media screen and (max-width: 1199px) {

		#main .year:first-child {
			padding-top: 0px;
			padding-left: 7.5px;
		}

		#main .year {
			height: auto;
			width:100%;
			padding: 15px 7.5px 15px 7.5px;
		}
		.posts-archive {
			display: inline-block;
			max-width:inherit;
			/*padding: 7.5px 0 0 7.5px;*/
			width: 25%;
			float: left;
			padding: 7.5px 7.5px 0 7.5px;
		}

		.posts-archive > a.thumb_link {
			position:relative;
			top:inherit;
			left:inherit;
			width:100%;
			color:#414141;
			text-decoration:none;
			opacity:1;
		    clear: both;
		    display: inline-block;
		    overflow: hidden;
		    white-space: nowrap;
			text-overflow: ellipsis;
			padding-top: 5px;
		}

		.posts-archive a.thumb_link:hover {
			color:#414141;
		}

	}


	@media screen and (max-width: 767px) {
		.posts-archive {
			width:50%;
		}
	}

.post-thumbnail a.thumb > .attachment-post-thumbnail,
.post-thumbnail a.thumb > .attachment-large,
.post-thumbnail a.thumb > .attachment-medium{
	border-radius:0.75rem;
  	transition: filter 800ms ease-in-out;
	object-fit: cover;
	margin: auto;
	width: 100%;
	height: 100%;
}

	.posts-archive .post-thumbnail a.thumb > .attachment-medium{
		border-radius:0;
	  	transition: filter 800ms ease-in-out;
		object-fit: cover;
		margin: auto;
		width: auto;
		height: 100%;
	    filter: grayscale(100%);
	    -webkit-filter: grayscale(100%);
	}

	@media screen and (max-width: 1199px) {
		.posts-archive .post-thumbnail a.thumb > .attachment-medium {
			width: auto;
			min-width:100%;
		}
	}


.post-thumbnail a.thumb:hover .attachment-large,
.post-thumbnail a.thumb:hover .attachment-post-thumbnail,
.post-thumbnail a.thumb:hover .attachment-medium{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

	.posts-archive:hover .post-thumbnail a.thumb attachment-medium{
	    filter: none;
	    -webkit-filter: none;
	}


body.search-no-results .site-content,
body.error404 .site-content,
body.page.page-template-default .site-content,
body.single .entry-content {
	display:block;
	position:relative;
	min-height:100vh;
	width:100%;
	text-align:center;
}

#slide1,
body.single .entry-content {
}

	@media screen and (max-width: 1199px) {
		body.search-no-results .site-content,
		body.error404 .site-content,
		body.page.page-template-default .site-content,
		body.single .entry-content {
			min-height: 100vh;
			min-height: calc(var(--vh, 1vh) * 100);
		}
	}

body.search-no-results .site-content .content-area,
body.error404 .site-content .content-area,
body.page.page-template-default .site-content .content-area,
body.single .entry-content .content {
	display:block;
	position:absolute;
	width: 50%;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	/*font-size: 1.1rem;*/
}
	
	@media screen and (max-width: 1280px) {
		body.search-no-results .site-content .content-area,
		body.error404 .site-content .content-area,
		body.page.page-template-default .site-content .content-area,
		body.single .entry-content .content {
			width: 60%;
		}
	}


	@media screen and (max-width: 767px) {
		body.search-no-results .site-content .content-area,
		body.error404 .site-content .content-area,
		body.page.page-template-default .site-content .content-area,
		body.single .entry-content .content {
			width: 90%;
		}
	}

.site-content .content-area p a{
	color:#414141!important;
    text-decoration:none;
	transition:all 0.4s ease;
}

.site-content .content-area p a:hover {
    text-decoration:none;
	color:blue;
}

body.page.page-template-default .site-content .content-area p{
    text-align: center;
}

body.page.page-template-default.page-id-2 .site-content .content-area p{
    text-align: left;
}

body.single .entry-content#details {
	z-index:2;
	margin:0;
}

.details_label {
	text-transform:uppercase;
	opacity:0.7;
	margin:15px auto 0 auto;
	display:block;
}

body.single .entry-content .content a {
	color:#414141;
	text-decoration:underline;
}

body.single .entry-content .images {
	position:absolute;
	bottom:1.5rem;
	width: 20%;
	margin:0 auto;
	left: 0;
	right: 0;
	color:#414141;
	/*font-size: 1.1rem;*/
	z-index:1;
	text-decoration:none;
	transition:all 0.2s ease;
}

body.single .entry-content .images:hover{
	color:#414141;
	text-decoration:none;
}

body.single .entry-content .navigation.post-navigation {
	position:absolute;
	bottom:1.5rem;
	width: 100%;
	margin:0;
}

@media screen and (min-width: 1199px) {
	body.single .entry-content h1{
		display:none
	}
}

@media screen and (max-width: 1199px), 
       screen and (max-height: 499px) {

	body.single .entry-content {
		min-height:auto;
		padding:4rem 0 6rem 0;
	}

	body.single .item.image {
		height:auto;
	}

	body.page.page-template-default:not(.page-id-73):not(.page-id-78) #content.site-content .content-area,
	body.single .entry-content .content {
		position:relative;
		width: 100%;
		top:inherit;
		left:inherit;
		transform:none;
		padding:0 15px 2.5rem 15px;
	}

	body.single .entry-content .images {
		display:none;
	}

	body.single .entry-content .navigation.post-navigation {
		position:absolute;
		padding-bottom:1.15rem; 
		left:0;
		right:0;
		bottom:0;
	}
}

.page-template-fullwidth #primary {
	padding:0!important;
}

.entry-content .gallery {
    padding: 0!important;
	width: calc(100% + 15px);
}

.gallery img {
    border: 0!important;
	border-radius:0.75rem;
}

.gallery .gallery-item {
    margin:0!important;
	padding:15px;
    width: 33%;
}
@media screen and (max-width: 999px) {
	.entry-content .gallery {
		width: 100%;
	}
	.gallery br{
		display:none;
	}
	.gallery .gallery-item {
	    width: 50%!important;
	}
}

@media screen and (max-width: 479px) {
	.gallery .gallery-item {
	    width: 100%!important;
	}
}

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

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

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}
.entry-title > a {
  color: inherit;
  text-transform:uppercase;
}

.entry-title > a:hover,
.entry-title > a:focus {
  text-decoration:none;
}

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

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  /*font-size: 1.1rem;*/
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 100%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 100%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 100%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 100%;
  }
}