/*!
Theme Name: Carrousel Studio Inc
Theme URI: http://underscores.me/
Author: Carrousel Studio Inc
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: carrousel-studio-inc
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 with others.


Carrousel Studio Inc is based on Underscores https://underscores.me/, (C) 2012-2017 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/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Elements
# Structure
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	/* scroll-behavior: smooth; */
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	/* Fallback for when there is no custom background color defined. */
	background: var(--carrousel_grey);
	color: #fff;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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%;
}

/* text highlight */
::-moz-selection { /* Code for Firefox */
	color: #fff;
	background: var(--carrousel_grey);
}

::selection {
	color: #fff;
	background: var(--carrousel_grey);
}

#scroll-down {
	outline: 0;
}

/* ================ Pre Loader ================ */
.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.pace-inactive {
	display: none;
}

.pace .pace-progress {
	background: #fff;
	position: fixed;
	z-index: 2;
	top: 0;
	right: 100%;
	width: 100%;
	height: 4px;
}

#page {
	opacity: 0;
	transition: opacity .3s linear;
}

body.pace-running::after {
	content: ' ';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url('images/carrousel-square.svg') center no-repeat;
	background-size: 10%;
	opacity: .1;
	transition: opacity .3s linear;
}

body.pace-done::after {
	opacity: 0;
}

.pace-done #page {
	opacity: 1;
}


/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

/* btn white */
a.btn,
body .main-navigation ul.menu li.btn a,
body.single-portfolio .wp-block-button__link,
body .gform_wrapper .top_label input[type='submit'] {
	font-size: 1.1rem;
	font-weight: 500;
	padding: .6em 1.2em;
	border: 1px solid rgba(225, 225, 225, 1);
	border-radius: 9999px;
	background: transparent;
	transition: border .2s linear, background .2s linear, color .2s linear;
	color: #fff;
	cursor: pointer;
	outline: none;
	display: inline-block;
}

a.btn:hover,
body .main-navigation ul.menu li.btn:hover a,
body.single-portfolio .wp-block-button__link:hover,
body .gform_wrapper .top_label input[type='submit']:hover {
	border: 1px solid rgba(225, 225, 225, 1);
	background: #fff;
	color: var(--carrousel_grey);
	opacity: 1;
}

/* btn black */
body.single-portfolio .wp-block-button__link {
	font-size: 1rem;
	font-weight: 500;
	padding: 1em 1.7em;
	border: 1px solid var(--carrousel_grey);;
	border-radius: 9999px;
	background: transparent;
	transition: all .2s linear;
	color: #000;
	cursor: pointer;
	outline: none;
	display: inline-block;
}


body.single-portfolio .wp-block-button__link:hover {
	border: 1px solid var(--carrousel_grey);
	background: var(--carrousel_grey);
	color: #fff;
}

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/

body.single-portfolio #primary,
body.single #primary {
	background: #fff;
	color: var(--carrousel_grey);
}


.container {
	width: 100%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 0 1.5em;
	position: relative;
}


/*  Tablet Portrait  */
@media screen and (min-width: 768px) {

	.container {
		padding: 0 4em;
	}

}

/* Portfolio */
.portfolio-grid{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 2em;
}

/* Blog */
body.blog {
	background: var(--carrousel_grey);
	color: #fff;
}



/* Archives */
.no-hero,
.no-hero {
	background: var(--carrousel_grey) 111;
	color: #fff;
	padding-top: 5em;
}

.entry-content .alignwide {
	margin-left  : -80px;
	margin-right : -80px;
}
.entry-content .alignfull {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width    : 100vw;
}
.alignfull img {
	width: 100vw;
}
.alignfull {
	margin: 32px calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}

/* -------------- Sections -------------- */
section{
	padding: 3em 0;
}
@media screen and (min-width: 768px) {
	section {
		padding: 6em 0;
	}
}

section h1{
	margin-top: 0;
}
section p.big-text {
	font-size: 1.5em;
	line-height: 1.3em;
}

/* section black */
section.black {
	background: var(--carrousel_grey);
	color: #fff;
}

section.black a {
	color: #fff;
}

.section-details {
	max-width: 800px;
}


/* black arrow link */
section a.arrow-link-black,
p.arrow-link-black a,
.arrow-link-black {
	position: relative;
	display: inline-block;
	color: #000;
	font-weight: 500;
}

section a.arrow-link-black::after,
p.arrow-link-black a::after,
.arrow-link-black::after {
	content: " ";
	background-image: url(images/arrow-icon-black.svg);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: .8em;
	width: 60px;
	height: 30px;
	position: absolute;
	top: 50%;
	right: -45px;
	transform: translateY(-50%);
	transition: all .15s ease-out;
}

section a.arrow-link-black:hover::after,
p.arrow-link-black a:hover::after,
.arrow-link-black:hover::after {
	right: -48px;
}

/* white arrow link */
.arrow-link-white,
.portfolio-preview .arrow-link {
	position: relative;
	display: inline-block;
	color: #fff;
	font-weight: 300;
}

.arrow-link-white::after,
.portfolio-preview .arrow-link::after {
	content: " ";
	background-image: url(images/arrow-icon.svg);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: .8em;
	width: 60px;
	height: 30px;
	position: absolute;
	top: 50%;
	right: -45px;
	transform: translateY(-50%);
	transition: all .15s ease-out;
}

.arrow-link-white:hover::after,
a .portfolio-preview .arrow-link:hover::after {
	right: -48px;
}

/* Header More */
.header-more {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 2em 0;
}

.header-more h2 {
    display: inline-block;
    margin: 0;
}
section .header-more a {
	display: none;
	color: #fff;
	margin-right: 1.4em;
}

@media screen and (min-width: 768px) {
	section .header-more a{
		display: block;
	}
}

/* grow thumb */
.grow-thumb {
	overflow: hidden;
}

.grow-thumb img,
.nav-links a .grow-thumb,
.nav-links a .grow-thumb img,
.grow-thumb video {
	object-fit: cover;
	width: 100%;
	height: 100%;
	display: block;
	transition: all .2s ease-out;
	opacity: .8;
}

.grow-thumb:hover img,
.nav-links a:hover .grow-thumb,
.grow-thumb:hover video {
	transform: scale(1.05);
	/* cursor: url(images/cursor-arrow.png) 4 12, auto; */
	opacity: 1;
}

.wp-block-image {
	margin-bottom: 4em;
}

/*--------------------------------------------------------------
# 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);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .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: var(--carrousel_grey);
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	text-decoration: none;
	outline: 0;
	color: #667eea;
	font-weight: 500;
	transition: color .2s linear;
}

a:hover, a:active {
	outline: 0;
	color: #764ba2;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* 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: #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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	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;
}

/*--------------------------------------------------------------
# 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; */
	/* Make sure select elements fit in widgets. */
}

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

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

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

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

.page-content,
.entry-content,
.entry-summary {
	padding: 2.5em 0;
}

.site-content {
	overflow-x: hidden;
}

.site-content {
	overflow-x: hidden;
	background: var(--carrousel_grey);
}

@media screen and (min-width: 768px) {
	.site-content {
		margin-bottom: 12em;
	}
}

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

.wp-block-image img {
	width: 100%;
}

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# 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%;
}

/* 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;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
