/*
Theme Name: Fukasawa Child
Description: Fukasawa Child Theme
Author: Proex Digital
Author URL: http://proexdigital.com.br
Template: fukasawa
Version: 1.0.0
Text Domain: fukasawa-child
*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td,
.post-content input,
.post-content textarea,
.comment-form input,
.comment-form textarea,
.search-field {
	font-family: 'Maven Pro', sans-serif;
}

a.glink {
  margin-right: 5px;
}

.loader-ellips {
  font-size: 20px; /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555; /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }

@keyframes reveal {
  from { transform: scale(0.001); }
  to { transform: scale(1); }
}

@keyframes slide {
  to { transform: translateX(1.5em) }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

.page-load-status {
  display: none; /* hidden by default */
  padding-top: 20px;
  text-align: center;
  color: #777;
}

.archive-nav {
	display: none;
}

.adsbygoogle {
	max-width: 100%;
  margin: 0 !important;
  position: relative;
}

.adsbygoogle > ins, .adsbygoogle > ins > ins, .adsbygoogle iframe {
	max-width: 100%;
	display: block !important;
}

.sidebar {
  width: 280px;
  padding: 50px 30px;
  top: 0;
  left: 0;
  font-size: 0.71em;
  position: fixed;
  overflow: auto;
  height: 100%;
}

.sidebar::-webkit-scrollbar {
	border-radius: 10px;
  width: 4px;
  background-color: #ebebeb;
}

.sidebar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #929292;
}

.sidebar::before {
	width: 276px;
}

.post-content input[type="email"] {
  width: 100%;
  padding: 14px 16px;
  font-size: 0.9em;
  border: none;
  color: #333;
  background: #f2f2f2;
  border-radius: 3px;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.redes li {
  display: inline-block;
  vertical-align: top;
  padding: 0px;
  margin: 0px 15px 0px 0px;
  border: none;
}

.redes li img {
  border: none;
  padding: 0px;
}

.widget_search .searchform input[type="text"] {
  padding: 15px 50px 15px 15px;
  font-size: 14px;
}

.searchform {
  position: relative;
}

.searchform input[type="text"] {
  display: block;
  width: 100%;
  padding: 20px 50px 20px 20px;
  margin: 0;
  border: none;
  border-radius: 3px;
  background: #eee;
  font-family: 'Lato', sans-serif;
  font-size: 0.95em;
  color: #666;
}

.searchform input[type="submit"] {
  background: transparent url(images/icons/search.svg) no-repeat center;
  background-size: 24px auto;
  border: none;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: block;
  opacity: .5;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  text-indent: -999999px;
  transition: opacity .1s linear;
  width: 50px;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.flickity-prev-next-button {
	width: 35px;
	height: 50px;
}

#btn-whatsapp {
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 100;
	background-color: #fff;
	padding: 8px 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 10px -5px #000;
}

#btn-whatsapp span {
	color: #333;
	width: 120px;
	display: inline-block;
	text-align: right;
	font-size: 13px;
	vertical-align: middle;
	margin-right: 5px;
}

#btn-whatsapp img {
	width: 35px;
	display: inline-block;
	vertical-align: middle;
}

.grecaptcha-badge {
	display: none !important;
}

.page-id-15 .grecaptcha-badge{
	display: block !important;
	bottom: 80px !important;
}

.archive-title span {
	display: none;
}

.comment-form p {
	line-height: 23px;
}

.post-content .related-posts {
	text-align: center;
}

.post-content .related-posts ul {
	margin: 0px 0px 20px;
	list-style-type: none;
	font-size: 0px;
	background-color: #f2f2f2;
	padding: 30px 25px 0px;
}

.post-content .related-posts ul li {
	display: inline-block;
	vertical-align: top;
	width: 31%;
	margin-right: 3%;
	margin-bottom: 30px;
	padding: 16px;
	background: #fff;
}

.post-content .related-posts ul li:nth-child(3n+0) {
	margin-right: 0;
}

.post-content .related-posts ul li .post-title {
	margin: 12px 0px 0px;
}

.post-content .related-posts ul li .post-title a {
	font-size: 15px;
	line-height: 18px;
}

.post-content .related-posts > a {
	background-color: #9b7ec7;
  color: #fff;
  padding: 10px 15px;
  display: inline-block;
}

.post-content .related-posts > a:hover {
	background-color: #b395e0;
	color: #fff;
	text-decoration: none;
}

.post.single .post-title a:hover {
	text-decoration: none;
	color: #9b7ec7;
}

.posts .post-container.post-loaded {
	opacity: 1;
}

.nav-toggle {
	margin-left: 59%;
}

.comment-respond > h3, .comment-respond > form {
	display: none;
}

.the_champ_sharing_title {
  margin-bottom: 10px;
}

.the_champ_sharing_container {
  margin: 60px 0 30px;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
  padding: 30px 0;
}

#cookie-notice {
	box-shadow: 0px 0px 8px 2px rgb(0 0 0 / 15%);
}

.product-post {
  padding: 29px 20px;
  text-align: center;
  border: 2px dashed;
  margin: 30px 0;
}

.product-post h4 {
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
}

.post-content *:last-child {
  margin-bottom: 0;
}

.product-post a {
  background-color: #59C9A5;
  color: #fff;
  padding: 10px 25px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 35px;
  margin-top: 20px;
}

.product-post a:hover {
  text-decoration: none;
  background-color: #47ab8b;
}

@media (min-width: 600px) {

	.flickity-prev-next-button.previous {
    left: 10px;
	}

	.flickity-prev-next-button.next {
    right: 10px;
	}

}

@media (max-width: 1820px) {

	.content, .content.thin {
		margin-bottom: 85px;
	}

}

@media (max-width: 1000px) {

	body {
		padding-top: 89px;
	}

	.js .post-container {
    opacity: 1;
	}

  .blog-logo, .blog-logo img {
    width: 65px;
  }

	.mobile-navigation {
    background: #2d2d2d;
    position: fixed;
    top: 89px;
    left: 0px;
    width: 100%;
    height: calc(100% - 89px);
    z-index: 100;
    overflow: auto;
	}

	.mobile-menu a {
		font-size: 13px;
	}

	.sidebar {
		width: 100%;
    padding: 15px 5%;
    position: fixed;
    overflow: visible;
    z-index: 100;
    height: auto;
	}

	.sidebar.scrolling {
    padding: 12px 5%;
	}

	.sidebar.scrolling .blog-logo {
		overflow: hidden;
    width: 32px;
    height: 29px;
	}

	.sidebar.scrolling .blog-logo img {
		width: 70px;
    max-width: none;
    margin-left: -19px;
	}

	.sidebar.scrolling .mobile-navigation {
		top: 54px;
		height: calc(100% - 54px);
	}

	.posts .post-container {
		margin: auto;
	}

}

@media (max-width: 767px) {

	.content, .content.thin {
		margin-bottom: 60px;
	}

	.grecaptcha-badge {
		bottom: 55px !important;
	}

	#btn-whatsapp {
		bottom: 8px;
		right: 8px;
		padding: 5px;
	}

	#btn-whatsapp span {
		width: 104px;
		font-size: 11px;
		margin-right: 1px;
	}

	#btn-whatsapp img {
		width: 25px;
	}

	.post.single .post-title {
		font-size: 22px;
	}

	.post-content p, .post-content blockquote, .post-content ul, .post-content ol, .post-content address, .post-content dl, .post-content .wp-caption, .post-content pre {
		line-height: 24px;
    font-size: 16px;
	}

	.post-content .related-posts ul li {
		width: 100%;
    margin-right: 0;
	}

	.post-content .related-posts ul li .post-title {
		font-size: 18px;
	}

}
