/*!
Theme Name: pathcriativo
Theme URI: http://underscores.me/
Author: Elo Criativo
Author URI: https://elocriativo.com.br
Version: 1.0.0
Text Domain: pathcriativo
*/

/* - - - - - - - - - - - - - - - 

Contents

- Global
- Fonts
- Widths
- Buttons
- Header
- Sidebar
- Sidebar Search Button
- Footer
- Button Whatsapp
- Lines
- Banner
- Cards
- Accordion
- Swiper
- Button Video
- Blog
- Single
- Ebooks
- Landing

- - - - - - - - - - - - - - -  */


/* - - - - - - - - - - - - - - - 

Global

- - - - - - - - - - - - - - -  */


.bg-light {
	background-color: #ebf1f5 !important;
}

.bg-primary {
	background-color: #6462e1 !important;
}

.fw-semibold {
	font-weight: 400 !important;
}

.shadow-sm {
    box-shadow: 0 .125rem .35rem rgba(0,0,0,.1)!important;
}

.text-primary {
	color: #6462e1 !important
}

iframe {
    border-radius: 15px;
}

.wp-block-video video {
	border-radius: 15px;
}

#cn-accept-cookie {
    color: white !important;
}

/* - - - - - - - - - - - - - - - 

Fonts

- - - - - - - - - - - - - - -  */

.entry-content, h1, h2, h3, h4, h5, h6, p, a {
	font-family: 'Prompt', sans-serif;
	color: black;
}

h1, .h1 {
	font-size: 5rem;
	font-weight: 200;
}

h2, .h2 {
	font-size: 5rem;
	font-weight: 200;
}

h3, .h3 {
	font-size: 3rem;
	font-weight: 200;
}

h4, .h4 {
	font-size: 2rem;
	font-weight: 200;
}

h5, .h5 {
	font-size: 1.5rem;
	font-weight: 400;
}

h6, .h6 {
	font-size: 1.2rem;
	font-weight: 500;
}

@media (max-width: 768px) {

	h1, .h1 {
		font-size: 3rem;
		font-weight: 200;
	}
	
	h2, .h2 {
		font-size: 3rem;
		font-weight: 200;
	}
	
	h3, .h3 {
		font-size: 2rem;
		font-weight: 200;
	}
}


p, ul, ol {
    font-size: 1rem;
    letter-spacing: 0.01em;
	color: #585b65;
}

blockquote p {
    font-weight: 300;
}

/* - - - - - - - - - - - - - - - 

Widths

- - - - - - - - - - - - - - -  */

@media (min-width: 768px) {
	.w-md-35 {
		max-width: 35%;
	}

	.w-md-50 {
		max-width: 50%;
	}
	
	.w-md-65 {
		max-width: 65%;
	}
	
	.w-md-75 {
		max-width: 75%;
	}

	.radius-bl img, .radius-bl figure {
		border-radius: 0 0 0 20%!important;
	}

	.radius-br img, .radius-br figure {
		border-radius: 0 0 20% 0!important;
	}

	.radius-tr img, .radius-tr figure {
		border-radius: 0 20% 0 0!important;
	}

	.radius-tl img, .radius-tl figure {
		border-radius: 20% 0 0 0!important;
	}

	.radius-r img, .radius-r figure {
		border-radius: 0 20% 20% 0!important;
	}

	.radius-l img, .radius-l figure {
		border-radius: 20% 0 0 20%!important;
	}
}

/* - - - - - - - - - - - - - - - 

Buttons

- - - - - - - - - - - - - - -  */

.btn-success {
    background: #2BCA8F !important;
    border: none;
}

.btn-primary {
	background-color: #6462e1 !important;
	color: white !important;
}

.btn-primary:hover {
	background-color: #4f4db7 !important;
	color: white !important;
}

.btn-primary-pill {
	border: 2px solid #6462e1;
	border-radius: 7px;
	padding: .5rem 1.3rem;
	color: #6462e1;
	transition: .1s all ease-in-out;
	cursor: pointer;
}

.btn-primary-pill:hover {
	border: 2px solid #6462e1;
	background-color: #6462e1;
	color: white;
}

.li-btn {
	border: 2px solid #6462e1;
	border-radius: 50px;
	padding: .7rem 1.3rem;
	margin-left: 1rem;
	border-bottom: 2px solid #6462e1 !important;
}

@media (max-width: 768px) {
	.site-header .li-btn {
		margin-left: 0rem !important;
		margin-top: 1rem;
	}
}

.li-btn a {
	color: #6462e1 !important;
}

.li-btn:hover {
	border: 2px solid #6462e1;
	border-radius: 50px;
	background-color: #6462e1;
}

.li-btn:hover a {
	color: white !important;
}

.li-primary a {
	color: #6462e1 !important;
}

.btn-outline-white {
	border: 2px solid white;
	color: white;
	border-radius: 10px;
	font-size: 1.1rem;
}

.btn-outline-white:hover {
	border: 2px solid white;
	color: #6462e1;
	background-color: white;
}



/* - - - - - - - - - - - - - - - 

Header

- - - - - - - - - - - - - - -  */

@media (max-width: 768px) {
	.navbar {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		margin-left: 1rem;
	}

	.sub-menu {
		display: none;
		margin-top: 10px;
    	padding-left: 0;
	}

	.menu-item-has-children:hover > ul {
		display: block;
	}

	.li-btn {
		border: 2px solid #6462e1;
		border-radius: 50px;
		padding: .7rem 1.3rem;
		margin-left: 1rem;
		border-bottom: 2px solid #6462e1 !important;
	}
}


@media (min-width: 768px) {
	.nav-link {
		margin: 0rem 1rem;
	}

	.navbar-nav .current-menu-item {
		border-bottom: 3px solid #00edd7
	}
	
	.menu-item-has-children::after {
		content: url(assets/img/dropdown-plus.svg);
		display: inline-block;
		width: 15px;
		padding-left: .3rem
	}
	
	.menu-item-has-children:hover::after {
		content: url(assets/img/dropdown-minus.svg);
		display: inline-block;
		width: 15px;
		padding-left: .3rem;
	}
	
	
	.sub-menu > .nav-link > a {
		color: black;
		display: block;
		text-decoration: none;
		font-size: 1rem;
		line-height: 1.8rem;
	}
	
	.sub-menu > .nav-link > a:hover {
		color: #00edd7;
	}
	
	.sub-menu {
		display:none;
		position: absolute;
		top: 60px;
		padding: .95rem .75rem;
		margin-left: -0.75rem;
		margin-top: -0.5rem;
		background: white;
		border-radius: 7px;
		min-width: 150px;
		box-shadow: 0 .5rem 1.5rem rgba(22,28,45,.1)!important;
		transition: all .3345s;
		z-index: 1;
	}
	
	.menu-item-has-children:hover > ul {
		display: block;
	}
	
	.sub-menu .current-menu-item {
		border-bottom: none !important;
		font-weight: 500;
	}
	
}

.navbar-nav ul {
	list-style: none;
}

.navbar li a {
	text-decoration: none;
	font-family: 'Prompt', sans-serif;
	color: black;
	font-size: 1.1rem;
}

.navbar-toggler {
	position: absolute;
    right: 3%;
}

/* - - - - - - - - - - - - - - - 

Sidebar

- - - - - - - - - - - - - - -  */

.widget ul {
	list-style: none;
	margin-left: 0;
    padding-left: 0;
}

.widget ul li {
    padding-bottom: 1rem;
}


.widget ul a {
	font-size: 0.9rem;
	text-decoration: none;
	color: rgba(33, 37, 41, 0.75);
}

.widget ul a:hover {
	color: #00edd7;
}

.wp-block-latest-posts__featured-image img {
    height: auto;
    max-width: 100px;
    width: auto;
    border-radius: 5px;
	margin-bottom: 1rem;
}

.widget h2 {
	font-weight: 400;
	font-size: 2rem;
	margin-bottom: 1.5rem !important;
    margin-top: 2rem !important;
}

.search-no-results .sidebar-search {
	display: none;
}

/* - - - - - - - - - - - - - - - 

Sidebar Seach Button

- - - - - - - - - - - - - - -  */

.wp-block-search__button-inside {
    padding: 0.5rem 0.5rem;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    border: none;
    padding: 0px;
}

.wp-block-search__input {
	border: none !important;
}

.wp-block-search__button {
	background: none;
    border: none;
	padding: 1px;
}

/* - - - - - - - - - - - - - - - 

Footer

- - - - - - - - - - - - - - -  */

.site-footer {
	font-family: 'Prompt', sans-serif;
}

.site-footer .tel {
	font-size: 1.7rem;
	font-weight: 200;
}

.site-footer h2 {
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 2rem;
	padding-top: .5rem;
}

.site-footer .widget ul a {
    font-size: .9rem;
	line-height: 1.9rem;
}

.site-footer .widget ul a:hover {
    color: black
}

.site-footer .widget_nav_menu {
	max-width: 240px;
}

.site-footer .site-meta p {
	font-size: .8rem;
	color:rgba(0, 0, 0, 0.6)
}

/* - - - - - - - - - - - - - - - 

Button Whatsapp

- - - - - - - - - - - - - - -  */

.btn-whatsapp {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 100001;
}
@media (max-width: 768px) {
	.btn-whatsapp {
		bottom: 16px;
		left: 12px;
		z-index: 2000 !important;
	}
}

.btn-whatsapp .btn-icon {
	font-size: 3rem;
}

.btn-whatsapp.dropup .dropdown-toggle::after {
	display: none;
}

.btn-whatsapp-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 65px;
	width: 65px;
	color: white;
	background: #2BCA8F;
	border-color: #2BCA8F;
	padding: .65rem;
	border-radius: 5rem;
	border: none;
}

.btn-whatsapp-icon img {
	width: 33px;
	height: 33px;
}

.btn-whatsapp .dropdown-menu {
	min-width: 365px !important;
}


/* - - - - - - - - - - - - - - - 

Lines

- - - - - - - - - - - - - - -  */

.line-blog {
	height: 3px;
	background: linear-gradient(90deg, rgba(100,98,225,1) 0%, rgba(41,180,219,1) 100%);
	margin-bottom: 1.2rem;
	max-width: 5rem;
	border-radius: 10px;
}

.line {
    position: relative;
}

.line:after {
    display: block;
    position: absolute;
    bottom: 18%;
    left: 0;
    content: '';
    height: 0.3em;
    width: 100%;
    background: #00edd7;
    mix-blend-mode: multiply;
    border-radius: 100px;
}

.line.line-purple:after {
    background: #6462e1;
}

.line.line-red:after {
    background: #f75e8d;
}

.line.line-neutro:after {
    background: #b6dfec;
}

.line.line-yellow:after {
    background: #fdeb70;
}

.line.line-pink:after {
    background: #fa7de4;
}

.line.line-blue:after {
    background: #5383fd;
}

/* - - - - - - - - - - - - - - - 

Banner

- - - - - - - - - - - - - - -  */

@media (min-width: 768px) {
	.banner-path-bl:after {
		position: absolute;
		bottom: 7%;
		right: 28%;
		z-index: -1;
		content: url(assets/img/path.svg);
		height: 54%;
		width: 54%;
		transform: rotate(46deg);
	}
	.col-path {
		position: relative;
	}
	.col-path:after {
		position: absolute;
		bottom: 0%;
		right:70%;
		z-index: -1;
		content: url(assets/img/path.svg);
		height: 54%;
		width: 54%;
		transform: rotate(260deg);
	}
}

.banner img {
	border-radius: 0 9% 33% 0 !important;
}

.banner-right img {
	border-radius: 9% 0 0 33% !important;
}

/* .banner:after {
    position: absolute;
    bottom: -14%;
    right: 20%;
    z-index: -1;
    content: url(assets/img/path.svg);
    height: 54%;
    width: 54%;
    transform: rotate(-89deg);
} */

@media (min-width: 768px) {
	.banner-landing {
	background-size: cover; 
	background-position: center center; 
	width: 100%;
	height: 110vh; 
	background-attachment: fixed;
	margin-top: -10%;
	}

	.banner-text {
		position: absolute;
		top: 40%;
		max-width: 1320px;
		margin-left: 7%;
	}
}


/* - - - - - - - - - - - - - - - 

Cards

- - - - - - - - - - - - - - -  */

.btn-arrow, .btn-arrow-short {
	background-color: #6462e1;
	padding: 1rem 1.2rem;
	border-radius: 100px;
}

.btn-arrow:hover, .btn-arrow-short:hover {
	background-color: #6462e1;
}

.card-body .btn-arrow {
	margin-bottom:-50px;
	margin-left: 0;
	transition: .5s ease-in-out;
}

.card-body:hover .btn-arrow {
	margin-left: 3rem;
}

.card-body .btn-arrow-short {
	transition: .5s ease-in-out;
	position: absolute;
    right: 0;
    margin-right: 2rem;
	top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 768px) {
	.card-body .btn-arrow-short {
		margin-right: 1rem;
		top: 100%;
	}
}

.card-body:hover .btn-arrow-short {
	margin-right: -1.5rem;
}

.card-body h3 {
	font-weight: 500;
}

/* - - - - - - - - - - - - - - - 

Accordion

- - - - - - - - - - - - - - -  */

.accordion-button:focus {
	box-shadow: none !important;
	border-radius: 0.375rem 0.375rem 0rem 0rem !important;
	background-color: #dee2e6 !important;
}

.accordion-collapse {
	border-radius: 0rem 0rem 0.475rem 0.475rem !important;
}


/* - - - - - - - - - - - - - - - 

Swiper

- - - - - - - - - - - - - - -  */

.swiper-slide img {
    max-width: 150px;
    height: 100%;
}

.swiperCarrossel .swiper-wrapper {
    transition-timing-function: linear;
}


/* - - - - - - - - - - - - - - - 

Button Video 

- - - - - - - - - - - - - - -  */

.btn-vid {
	padding: 1.3rem 1.5rem;
    border-radius: 50px;
    width: fit-content;
	width: -moz-fit-content;
    box-shadow: 0 .125rem .35rem rgba(0,0,0,.1);
}


/* - - - - - - - - - - - - - - - 

Blog

- - - - - - - - - - - - - - -  */

.nav-links {
	display: flex;
    flex-direction: row;
    text-align: center;
	margin: 0 auto;
}

.posts-navigation .nav-previous {
	text-align: end;
	flex: 1 0 50%;
	order: 2;
}

.posts-navigation .nav-next {
	text-align: start;
	flex: 1 0 50%;
	order: 1;
}

.posts-navigation a {
	text-decoration: none;
	color: rgba(0, 0, 0, 0.7);
	background-color: rgba(100, 98, 225, 0.1);
	padding: 5px 10px;
	border-radius: 5px;
}


/* - - - - - - - - - - - - - - - 

Single

- - - - - - - - - - - - - - -  */

.single-post .post-navigation {
	display: none !important;
}

.single-image img {
	max-height:90vh;
	width: 100%;
	object-fit: cover;
}

.card-chamada {
	background-color: #ebf1f5 !important;
	padding: 2rem 1rem;
	border-radius: 20px;
	margin-top: 20px;
}

.post-navigation .nav-previous {
	text-align: start;
	flex: 1 0 50%;
}

.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* - - - - - - - - - - - - - - - 

Ebooks

- - - - - - - - - - - - - - -  */

.ebook-image img {
	max-width: 100%;
    height: auto;
}

.card-line {
	border-top: 3.5px solid #6462e1
}

/* - - - - - - - - - - - - - - - 

Landing

- - - - - - - - - - - - - - -  */

.sticky-menu {
    position: sticky;
    top: 0;
    z-index: 2;
	background-color: white;
	padding: .5rem 0;
    box-shadow: 1px 20px 14px 0px rgba(0,0,0,0.03);
}

/* - - - - - - - - - - - - - - - 

Campanha

- - - - - - - - - - - - - - -  */

.logo-new {
	height: 50px; 
	width: 100%;
}

@media (max-width: 768px) {
	.logo-new {
		height: 45px; 
		width: 100%;
	}
}