/*
Theme Name: ArteMG
Theme URI: https://artemg.com.br
Author: Pedro Ismar Souto
Author URI: https://artemg.com.br
Description: Child Theme do Zakra, com customizações personalizadas. Exclusivo para os clientes da ArteMG.
Template: zakra
Version: 4.0
Text Domain: artemg
*/


/* Remove Faixa branca do topo do site*/
.zak-primary {
	padding-top: 0px;
}

.zak-content .zak-row {
	padding-top: 0px;
}

/*
 * INÍCIO: Remove o entry-header
 * 
 */

/* Esconde apenas em páginas individuais */
.page .zak-entry-header {
    display: none;
}

/* Mas reexibe na página de pesquisa */
.search .zak-entry-thumbnail {
    display: block !important;
}
/* FIM: Remove o entry-header*/

/*
 * INÍCIO: CRELLY SLIDER
 * deactivate the round white
 * with blue preloader sign and
 * the blur of the first image
 * 
 */

.crellyslider > .cs-preloader > .cs-bg{
	filter: initial;
	-webkit-filter: initial;
	-moz-filter: initial;
	-o-filter: initial;
	-ms-filter: initial;
}

.crellyslider > .cs-preloader > .cs-loader{
	z-index: 0;
}




/* FIM: CRELLY SLIDER*/

/*
 * INÍCIO: Contact Form 7
 */

form.wpcf7-form .wpcf7-text {
	width: 100%;
	background: #F9FAFB;
	color: #AEB1BD;
	margin-bottom: 0;
	padding: 10px 15px;
}

.wpcf7mf-mask {
	width: 100%;
	background: #F9FAFB;
	color: #AEB1BD;
	margin-bottom: 0;
	padding: 10px 15px;
}

/* Bug fix */
label {
    display: block;
    width: 100%;
}

/* FIM: Contact Form 7*/


/* "Rolar Para o Topo" - Pequeno ajuste */
.zak-scroll-to-top {
	bottom: 104px;
}

/*
 * INÍCIO: Footer 
 */

.zak-footer{
background-color: #00288E; padding: 0% 0% 2% 0%; 

background: url(/wp-content/uploads/2020/12/bg1.png);


background-position:center; 
background-attachment:cover; 
-o-background-size:cover; 
-moz-background-size:cover; 
-webkit-background-size:cover; 
background-size:cover; 
background-repeat:no-repeat;

    font-family: Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.zak-footer-builder .zak-footer-bottom-row {
    border-color: #5b5bb4;
}

/* FIM: Footer*/



/*
 * INÍCIO: Logo 
 */

/*Exibindo logo em SVG*/
.custom-logo[src$=".svg"] {
	width: 328px !important;
	height: auto !important;
}

/* FIM: Logo*/


/*
 * INÍCIO: Menu principal 
 */

.zak-primary-menu {
	font-weight: 700;
	text-transform: uppercase;
}

.sub-menu {
	font-weight: 300;
	text-transform: none;
}

/* FIM: Menu principal*/



/*
 * INÍCIO: Remove o entry-header
 * 
 */

/* Esconde apenas em páginas individuais */
.page .zak-entry-thumbnail {
    display: none;
}

/* Mas reexibe na página de pesquisa */
.search .zak-entry-thumbnail {
    display: block !important;
}



/* FIM: Remove o entry-header*/


/*
 * INÍCIO: Concertar um pequeno bug, onde alguns elementos aparecem empilhados verticalmente.
 * 
 */
.widget ul {
    flex-direction: row;
}
/* FIM: Bug fix */


/*
 * INÍCIO: Centraliza imagens no site
 * 
 */
img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
/* FIM: Bug fix */




/* Evita overflow horizontal no mobile causado por animações AOS */
body, html {
	overflow-x: hidden;
}


