/**
Theme Name: Publigraphic
Author: Joana Henrique
Author URI: https://joanahenrique.com/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: publigraphic
Template: astra
*/
body {
	overflow-x:hidden!important;
}
.wp-block-button__link {
	transition:all .2s linear!important;
}

.wp-block-button__link:hover {
	transform:scale(1.04);
}

.ast-404-layout-1 h1.page-title {
	color:#501719;
	font-size:44px;
}

.ast-404-layout-1 .page-sub-title {
	color:#501719;
	font-size:25px;
}

.error404.ast-separate-container {
	background-color:#efeae4;
	background-image:none;
}

.sliding-container {
		position:relative;

}

.sliding-block,
.sliding-block-2 {
background: #6a1415;
  color: #efeae4;
  box-shadow: 0 100px 0 100px #efeae4;
  position: relative!important;
  top: -80px;
  left: 50%;
  min-width: 100%!important;
  transform-origin: center center;
  width: 100vw!important;
  padding: 1rem!important;
  font-size: 1.35em;
	transform:rotate(-2deg) translateX(-50%);
	font-weight:500;
	margin:0!important;
}

.sliding-block-2 {
	transform:rotate(0) translateX(-50%);
	box-shadow:0 50px 0 0 #4f5e53;
	top:0;
}


.sliding-block .wp-block-group__inner-container,
.sliding-block-2 .wp-block-group__inner-container {
	display:flex;
}

.sliding-block ul,
.sliding-block-2 ul {
	display:flex;
	align-items:center;
	margin:0;
	position: relative;
	flex-flow:row nowrap;
	overflow:hidden;
	max-width:none;
	word-spacing:65px;
}
	
.sliding-block li,
.sliding-block-2 li {
	display:block;
	white-space:nowrap;
	margin:auto 1.5em;
	max-width:none;
	animation:marquee 60s linear infinite;
}

@media screen and (max-width:750px) {
	.sliding-block,
	.sliding-block-2 {
		font-size:1.1em;
		padding:0.7rem 0.2rem!important;
		transform:rotate(0) translateX(-50%);
	}
}

@keyframes marquee {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(-100%, 0);
	}
}

.border-top,
.border-bottom {
	padding:0!important;
}

.border-top figure,
.border-bottom figure {
	width:100%;
	max-width:unset;
}

.border-bottom {
	margin-top:0;
}

.border-bottom img {
	position:absolute;
	top:0;
}

.ast-theme-transparent-header .main-header-menu .menu-item > .menu-link {
	border-bottom:2px solid transparent;
}

.ast-theme-transparent-header .main-header-menu .current-menu-item > .menu-link {
	color:#ffffff!important;
	border-bottom:2px solid #fff;
	font-weight:600;
}

.ast-theme-transparent-header .main-header-menu .menu-item:hover > .menu-link {
	color:#ffffff!important;
	border-bottom:2px solid #fff;
}

.ast-theme-transparent-header .main-header-menu .sub-menu {
	padding:10px 0;
}

.ast-theme-transparent-header .main-header-menu .sub-menu .menu-link {
	padding:0.4em 1em;
	line-height:1.2;
}

.ast-theme-transparent-header .main-header-menu .sub-menu .current-menu-item > .menu-link {
	color:#590e0f!important;
}

.ast-theme-transparent-header .main-header-menu .sub-menu .menu-item:hover .menu-link {
	border:none;
	color:#590e0f!important;
	font-weight:600;
	transition:none;
}


.services-container > .wp-block-uagb-container {
	animation:appear auto 2s linear;
	animation-timeline:view();
	animation-range:entry 0% cover 60%;
}

.services-container > .wp-block-uagb-container:hover {
	top:-10px;
}


@keyframes appear {
	from {
		opacity:0;
		transform:translateY(250px);
	}
	to {
		opacity:1;
		transform:translateY(0px);
	}
}


@keyframes slide-services {
	0% {
		transform:translateX(-150px);
	}
	100% {
		transform:translateX(150px);
	}
}

@media screen and (min-width:800px) {
	.portfolio-container {
		animation:slide-portfolio auto linear;
		animation-timeline:scroll();
		position:fixed;
	}

	@keyframes slide-portfolio {
		0% {
			transform:translateX(-250px);
		}
		100% {
			transform:translateX(50px);
		}
	}
}


/* The device with borders */
.smartphone {
	position: relative;
	width: 325px!important;
	height: 640px!important;
	margin: auto;
	border: 16px black solid;
	border-top-width: 60px;
	border-bottom-width: 60px;
	border-radius: 36px;
	transform:rotate(3deg);
}

/* The horizontal line on the top of the device */
.smartphone:before {
  content: '';
  display: block;
  width: 60px;
  height: 5px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #333;
  border-radius: 10px;
}

/* The circle on the bottom of the device */
.smartphone:after {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 50%;
  bottom: -65px;
  transform: translate(-50%, -50%);
  background: #333;
  border-radius: 50%;
}

.smartphone figure {
	width:fit-content;
	background: #333;
}

.smartphone video {
	background: #333;
}

.portfolio .wp-block-uagb-image .wp-block-uagb-image__figure{
	transition:all .2s linear;
}

.portfolio .wp-block-uagb-image:first-of-type .wp-block-uagb-image__figure {
	transform: rotate(4deg);
}

.portfolio .wp-block-uagb-image:last-of-type .wp-block-uagb-image__figure {
	transform: rotate(-4deg);
}

.portfolio .wp-block-uagb-image:first-of-type .wp-block-uagb-image__figure:hover {
	transform: rotate(2deg);
}

.portfolio .wp-block-uagb-image:last-of-type .wp-block-uagb-image__figure:hover {
	transform: rotate(-2deg);
}

.images-container figure img:hover {
	transform: rotate(2deg);
}

@media screen and (max-width:750px) {
	.smartphone {
		width: 245px!important;
		height: 498px!important;
	}
}


@media screen and (max-width:921px) {
	.ast-mobile-header-content {
		margin-top:-20px;
	} 
	
	.ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item.current-menu-item > .ast-menu-toggle, 
	.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor > .ast-menu-toggle,
	.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor > .menu-link {
		color:#ffffff!important;
	}
	
	.ast-theme-transparent-header .main-header-menu .sub-menu .menu-item:hover .menu-link {
		color:#efeae4!important;
	}
	
	.ast-theme-transparent-header .main-header-menu .menu-item:hover > .menu-link {
		border-bottom:none!important;
	}
	.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle {
        top: 4px;
		right:0!important;
    }
	
	.ast-header-break-point .ast-icon.icon-arrow svg {
		width:15px;
	}
}

#cmplz-document h2,
#cmplz-document h5,
#cmplz-document h6,
#cmplz-cookies-overview .cmplz-dropdown summary div h3, 
#cmplz-document .cmplz-dropdown summary div h3, 
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div h3, 
#cmplz-cookies-overview .cmplz-dropdown h4, 
#cmplz-document .cmplz-dropdown h4, 
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown h4 {
	color:#6a1415;
}

#cmplz-document p, 
#cmplz-document li, 
#cmplz-document td, 
.editor-styles-wrapper .cmplz-unlinked-mode p, 
.editor-styles-wrapper .cmplz-unlinked-mode li, 
.editor-styles-wrapper .cmplz-unlinked-mode td, 
#cmplz-cookies-overview .cmplz-dropdown p,
#cmplz-cookies-overview .cmplz-dropdown a, 
#cmplz-document .cmplz-dropdown p, 
#cmplz-document .cmplz-dropdown a, 
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown p, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown a {
	font-size:18px;
}