/* Landing Page Vendas */



body.page-template-page-vendas, body.page-template-page-landing {
	background: url(https://staging.danielmaquinaspesadas.com/wp-content/uploads/2022/03/vector-yellow-abstract-background-1.jpg);
		background-size: cover;
}

.logo_landing {
	text-align: center;
	padding: 50px 20px;
}

.logo_landing img {
	height: 150px;
	width: auto;
}

.title_landing h1{
	font-size: 30px;
	text-align: center;
	margin: 0 0 50px 0;
	font-weight: 600;
	padding: 0 20px;
}

.title_landing h1:after {
	content: " ";
    display: block;
    height: 5px;
    width: 100px;
    background: #f7c82d;
    margin: 0 auto;
}

.btn_landing {
	text-align: center;
	padding: 0 0 50px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.btn_landing img {
	width: 100px;
	margin-bottom: 30px;
}

.btn_landing a {
	background: #eef075;
	display: inline-block;
	font-size: 20px;
	border-radius: 30px;
	padding: 10px 30px;
	transition: all 0.5s;
}

.btn_landing a:hover {
	transform: scale(1.1);
	background: #cb9a00;
	color: #fff;
	transition: all 0.5s;
}

.footer_landing {
	background-color: #f6f7f7;
	padding: 30px 0;
	text-align: center;
}

.footer_landing ul {
	display: flex;
	justify-content: center;
}

.footer_landing ul li {
	margin: 0 10px;
}

/* Header Custom */


.logo-menu-busca {
	justify-content: space-between
}

.nav-search {
  color: #000
}

header.header {
	display: none
}


.logo img {
  height:55px;
	width: auto;
	margin: 5px 0
}

.logo {
	padding: 0
}

.trending-title {
    background: #f7c82d;
}

/* Navbar */

ul.navbar-nav>.nav-item>.nav-link {
	color: #000;
}

.main-nav.dark-nav>.container>.row {
	border-bottom: 4px solid #f7c82d;
	background: #fff!important;
}

ul.navbar-nav>li:hover, ul.navbar-nav>li.current_page_item, .copyright {
    background: #f7c82d;
}



/* Lista de posts */


.list-post-block .list-post> li {
	max-height: initial!important;
}

a.post-cat {
	background: #f7c82d
}


.post-block-style.post-float .post-cat {
  display: none
}


/* Sidebar */

.widget-title {
    font-size: 18px;
    line-height: 100%;
    margin: 0 0 40px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    font-weight: 500;
    position: relative;
    padding-bottom: 5px;
}

.widget-title:before {
    content: '';
    position: absolute;
    background: #1c1c1c;
    width: 80px;
    height: 2px;
    left: 0;
    bottom: -2px;
}

.widget-title>span {
    color: #000;
    height: 30px;
    line-height: 30px;
    padding: 8px 15px;
    position: relative;
    padding-left: 0;
}

.widget-title>span:after {
    position: absolute;
    content: " ";
    width: auto;
    height: auto;
    bottom: -10px;
    left: 15px;
    border-width: 4px;
    border-style: solid;
    border-color: #1c1c1c rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

#block-10 .wp-block-media-text {
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 10px;
	margin-bottom: 10px;
}


#block-10 .wp-block-media-text a {
	color: #000;
	font-weight: 700
}

.icon-telegram.wp-block-media-text.is-stacked-on-mobile{
    display: flex!important
}

.icon-telegram img {
		max-width: 64px
}


/* Gerais */

.row {
    --bs-gutter-x: 3rem;align-content
}

.footer {
    background-color: #f6f7f7;
}


div#preloader {
	display:none!important
}

/* Mobile */

@media(max-width: 800px) {
	
	/* Header */
	.logo-menu-busca .logo{
		display: none;
	}
	
	header.header {
		display: block
	}
	
}