/*
Theme Name: studio-trace
Template: akarsh-blog
Author: Patrice GERIN, usygec
Author URI: https://www.usygec.fr
Description: studio-trace is clean, blog-focused, and designed for clarity. studio-trace's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Tags: blog,two-columns,editor-style,left-sidebar,custom-colors,custom-header,custom-logo,custom-menu,featured-images,post-formats,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.0.1.1666479148
Updated: 2022-10-23 00:52:28
*/

/*@import url('https://fonts.googleapis.com/css2?family=Kantumruy+Pro:wght@400;700&family=Varta&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Varta&family=Zen+Antique&display=swap');

* {
  font-family: 'Varta', sans-serif;
}

.site{
	min-width: 100%;
}

.site-header {
  border-bottom: 0;
}

.logo-block {
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: center;
  letter-spacing: 1px;
}

.logo-block a {
  color: #5c5c5c !important;
}

.wp-block-column>ul {
  padding-left: 6rem;
  margin-bottom: -10px;
  list-style: none;
}

.fields {
  margin: 0;
}

.has-label {
  margin: 0;
  color: #5c5c5c !important;
}

.has-label a {
  color: #5c5c5c !important;
}

ul,
ol {
  margin-left: 1.3em;
}

.wp-block-contact-widgets-contact-block>ul {
  list-style: none;
}

.wp-block-column>ul {
  padding-left: 0rem;
  font-size: small;
}

.wp-block-column>ul li::before {
  content: "\2022 ";
  margin-right: 5px;
}

.widget-title {
  margin: 0;
  font-size: 1.7rem;
  color: black;
}

.widget-area {
  height: 60vh;
}

.secondary h2 {
  font-family: 'Zen Antique', serif;
  font-size: 1.7rem;
  color: black;
}

.secondary h2::after {
  content: " :";
}

.menu li {
  padding: 0 0 0 5px;
  margin-left: 0;
}

#menu-projets>li {
  margin-left: 0;
  padding-left: 0;
}

#menu-projets>li>a {
  color: #5c5c5c;
}

/*.menu li::before {
	content: "\203A  ";
	color: #14235c;
}*/

.akarsh-blog-social-networks {
  display: flex;
  justify-content: center;
}

.akarsh-blog-social-networks a.akarsh-blog-social-network-icon {
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #14235c;
  border: 1px solid #14235c;
  color: red;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 1rem 0 1rem;
}

.page-header {
  display: none;
}

.footer_copyrigh {
  display: none;
}

.entry-meta {
  display: none;
}

.akarsh-medium-9 {
  width: 75%;
  border: 0;
  padding: 50px 0;
}

.akarsh-medium-3 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.akarsh-medium-9 {
  width: 100%;
  border: 0;
  padding: 50px 0;
}

.wp-block-image img {
  height: 500px;
  width: 100%;
  vertical-align: bottom;
  object-fit: cover;
}

.wp-block-image figcaption {
  margin-top: 0;
  margin-bottom: 1rem;
  font-style: italic;
  font-size: 1.2rem;
  color: black;
}

.single-post .entry-meta-category .cat-links a {
  color: black !important;
}

.entry-meta-category .cat-links a:nth-child(5n+1) {
  color: black !important;
  line-height: 0.2;
}

.entry-meta-category .entry-title a {
  color: black;
  font-size: 1.5rem;
}

.entry-meta-category h5 {
  margin: 0;
  line-height: 0.7;
}

.entry-title>a {
  color: black !important;
}

.entry-header,
.entry-footer,
.entry-content {
  padding: 0;
  text-align: justify;
  margin: 0 1rem 0 1rem;
}

.entry-header>h1 {
  text-align: center;
  width: 100%;
  font-family: 'Zen Antique', serif;
  font-size: 4rem;
  font-weight: bold;
}

button.toggled-on {
  z-index: 4;
  padding-top: 0.65em;
}

.post-thumbnail>a>img {
  max-height: 400px;
}

.post-thumbnail>a>img:hover {
  transform: scale(1.1);
  transition: transform 0.5s;
}

.post-thumbnail {
  margin-bottom: 0;
  overflow: hidden;
  margin-bottom: 0;
  max-width: 100%;
}

.post-thumbnail img {
  min-width: 100%;
  vertical-align: bottom;
  object-fit: cover;
}

.carousel-inner {}

.carousel-item {
  height: 400px;
  position: relative;
}

.carousel-item>a>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;  
	background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0.5));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  color: #FFF;
  opacity: 1;
	transition: opacity 0.5s;
}

.image-overlay > * {
	transform: translateY(-15px);
	transition: transform 0.5s;
}

.image-overlay:hover {
  opacity: 0;
}

.image-overlay:hover > * {
	transform: translateY(0);
}

.overlay-btn {
  /*background-color: rgb(141 141 141 / 62%);*/
  color: rgb(255 255 255 / 60%);
  border-radius: 2px;
  padding: 0;
  display: block;
  margin: 0;
  font-size: 6rem;
}

.entry-content p {
  margin: 2rem 0 7rem 0;
}

.wp-block-nextend-smartslider3 {
  margin-bottom: 0.5em;
}

@media screen and (max-width: 576px) {
  .has-label {
    margin: 0;
  }

  .widget {
    font-size: 1.6rem;
    margin: 0 0 7rem 0;
  }

  .widget-area {
    margin: 10px 0 0 10px;
    width: 99%
  }

  .akarsh-medium-3 {
    padding-left: 0.9375em;
  }

  .secondary {
    margin: 0 8% 0;
    padding: 0 8% 0;
  }

  .secondary.toggled-on {
    margin: 0 0 0 auto;
    padding: 10px;
    width: 205px;
    min-height: 100%;
    position: fixed;
    top: 0;
    z-index: 3;
    right: 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: end;
    box-shadow: 2px 8px 23px 3px rgb(0 0 0 / 20%);
  }

  .site-header {
    padding: 3% 3% 0 3%;
  }

  .akarsh-blog-social-networks {
    margin-bottom: 10px;
  }

  button.toggled-on {
    z-index: 4;
    padding-top: 0;
  }

  .entry-header>h1 {
    font-size: 2rem;
  }

  .carousel-item {
    max-height: 200px;
  }
	
  .overlay-btn {
     font-size: 2rem;
  }

}

@media screen and (min-width: 576px) and (max-width: 954px) {
  .has-label {
    margin: 0;
  }

  .widget {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 7rem 0;
  }

  .widget-area {
    margin: 10px 0 0 10px;
    width: 99%
  }

  .akarsh-medium-3 {
    padding-left: 0.9375em;
  }

  .secondary {
    margin: 0 8% 0;
    padding: 0 8% 0;
  }

  .secondary.toggled-on {
    margin: 0 0 0 auto;
    padding: 10px;
    width: 205px;
    min-height: 100%;
    position: fixed;
    top: 0;
    z-index: 3;
    right: 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: end;
    box-shadow: 2px 8px 23px 3px rgb(0 0 0 / 20%);
  }

  .site-header {
    padding: 3% 3% 0 3%;
  }

  .akarsh-blog-social-networks {
    margin-bottom: 10px;
  }

  .carousel-item {
    max-height: 200px;
  }
	
  .overlay-btn {
     font-size: 4rem;
  }
}

@media screen and (min-width: 954px) {
  h1.site-title a {
    font-size: 2rem;
  }

  .sidebar {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    top: 0;
  }

  .akarsh-blog-social-networks {
    margin-bottom: 10px;
  }
}