/*
Theme Name: Apice Fest
Author: Brustin Creative
Author URI: https://www.brustin.com.br/
Description: Tema do site da Apice Fest
Text Domain: apicefest
*/

/*=== PADDING: TOP ↑ / RIGHT → / BOTTOM ↓ / LEFT ← ===*/

/*======================= MEDIA QUERY =======================*/

/* TELEFONE NA VERTICAL (MENOS QUE 576px)
@media (max-width: 575.98px) { ... }

// TELEFONE NA HORIZONTAL (576px PRA CIMA)
@media (min-width: 576px) and (max-width: 767.98px) { ... }

// TABLETS (768px PRA CIMA)
@media (min-width: 768px) and (max-width: 991.98px) { ... }

// DESKTOP (992px PRA CIMA)
@media (min-width: 992px) and (max-width: 1199.98px) { ... }

// TELAS MAIORES PARA DESKTOP (1200px PRA CIMA)
@media (min-width: 1200px) { ... } */

/*=============================================================
===============================================================
===================== FORMATAÇÃO DO SITE ======================
===============================================================
=============================================================*/

* {
	font-family: 'Roboto';
}

h2 {
	font-family: 'Luckiest Guy';
}

span {
	font-family: 'Luckiest Guy';
}

section {
	padding: 40px 0px;
}

.titulo {
	padding: 30px;
	text-align: center;
}


#menu-principal2 li{
	padding: 0px 20px;
}

#menu-principal li{
	padding: 0px 20px;
}

.menu {
	position: fixed !important;
	z-index: 99999 !important;
	width: 100% !important;
	background: #fff;
}

.chamada {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

html {
	scroll-behavior: smooth;
}

/*==.bg-light {
	background: transparent !important;
}*/

/*=============================================================
===============================================================
============================ H O M E ==========================
===============================================================
=============================================================*/

.banner-home {
	width: 100%;
	height: 660px;
}

/*=============================================================
===============================================================
========================== E S P A Ç O ========================
===============================================================
=============================================================*/

section.espaco {
	background-image: url(http://apiceparademinas.com.br/fest/wp-content/uploads/2019/08/fundo-apice-1.jpg);
	background-size: auto;
	background-repeat: repeat;
}

.titulo-esp {
	color:#e42f36;
}

i.tg-icon-add {
	display: none !important;
}

/*=============================================================
===============================================================
========================== E V E N T O ========================
===============================================================
=============================================================*/

section.eventos {
	background-image: url(http://apiceparademinas.com.br/fest/wp-content/uploads/2019/08/fundo-apice-2.jpg);
	background-size: auto;
	background-repeat: repeat;
}

.titulo-eve {
	color: #fff;
}

#grid-34 .tg-item-content-holder {
	background: transparent !important;
}

#grid-34 .to-heart-icon {
	display: none !important;
}

#grid-34 .to-like-count {
	display: none !important;
}

#grid-34 .tg-item-title a {
	color: #fff !important;
	font-size: 18px !important;
	font-family: Luckiest Guy !important;
	letter-spacing: 2px !important;
	padding-left: 20px !important;
}

#grid-34 a.category {
	font-family: Roboto !important;
	font-size: 18px;
}

#grid-34 .tg-cats-holder{
	padding-left: 30px !important;
}

#grid-34 span.tg-item-term {
	font-family: Roboto !important;
	font-size: 17px;
	color: #feee05;
	font-style: normal;
	padding: 15px 0px;
}

.tg-link-button {
	display: none !important;
}

.tg-item-media-inner {
	padding-bottom: 20px !important;
}

/*=============================================================
===============================================================
==================== D E P O I M E N T O S ====================
===============================================================
=============================================================*/

.chamada {
	padding: 120px 0px;
	background-image: url(http://apiceparademinas.com.br/fest/wp-content/uploads/2019/08/descontraido-fundo.jpg);
	background-size: auto;
	background-repeat: no-repeat;
}

.titulo-dep {
	font-size: 45px;
	color: #09417a;
}

/*=============================================================
===============================================================
======================== C O N T A T O ========================
===============================================================
=============================================================*/

section.contato {
	background: #ffee00;
}

.titulo-con {
	color: #09417a;
}
/*=============================================================
===============================================================
====================== F O R M U L A R I O ====================
===============================================================
=============================================================*/

.formulario {
	border: 0px;
	padding: 5px;
	font-family: roboto;
	font-style: italic;
	font-weight: 400;
	font-size: 12px;
	padding: 10px;
}

.wpcf7 {
	padding: 10px !important;
}

.wpcf7-form-control {
	margin: 5px;
	width: 100%;
}

.wpcf7-textarea {
	width: 100%;
	max-width: 100% !important;
	border: 0px;
	font-family: roboto;
	font-style: italic;
	font-weight: 400;
	font-size: 12px;
	padding: 10px;
}

.coluna-formulario {
	padding-right: 0px !important;
}

.botao {
	background: transparent;
	border-color: #324c7f;
	border-style:  solid;
	font-family: Luckiest Guy;
	color: #324c7f;
	font-size: 20px;
	letter-spacing: 2px;
}



/*=============================================================
===============================================================
========================= F O O T E R  ========================
===============================================================
=============================================================*/

footer {
	padding: 30px 0px;
	color: #888888 ;
	font-style: 13px !important;
}


/*=============================================================
===============================================================
========================= M O B I L E =========================
===============================================================
=============================================================*/


@media (max-width: 525px) {

	.banner-home {
		height: 320px;
	}

}

@media (max-width: 352px) {

	.banner-home {
		height: 228px;
	}

}


@media (max-width: 767px) {

	.desktop {
		display: none;
	}

}

@media (min-width: 768px) {

	.mobile {
		display: none;
	}

}

@media (max-width: 767px) {

	.img-logo {
		padding-left: 50px;
	}

}




@media (max-width: 991px) {

#menu-principal2 li {
	padding: 0px 5px;
	font-size: 14px;
}

#menu-principal li{
	padding: 0px 5px;
	font-size: 14px;
}

}