/*
Theme Name: Tema Projeto Sementeira 2025
Theme URI: http://www.projetosementeira.org.br
Description: Tema desenvolvido para Instituto Francis. Este tema n&atilde;o pode ser usado em outros sites sem autoriza&ccedil;&atilde;o do Autor.
Author: QuartaDesign
Author URI: http://www.quartadesign.com.br/
Template: quartadesign-base-2025
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 8.0
Version: 1.4
License: ©2010-2025 QuartaDesign. Este tema n&atilde;o pode ser usado em outros sites sem autoriza&ccedil;&atilde;o do Autor.
Text Domain: quartadesign
*/

/*
 * 1.0 - Cores Principais
 *
 * 2025-06
 *
 */

:root {
	--wp--preset--color--primary: #ca0088;
	--wp--preset--color--secondary: #33a457;
	--wp--preset--color--header-bg: #e9dcd5;
	--wp--preset--color--header-text: #ca0088;
	--wp--preset--color--base:#ffffff;
	--wp--preset--color--base-gray: #efefef;
	--wp--preset--color--all-text: #000000;
	--wp--preset--color--dark-gray: #444444;

	--wp--preset--color--dark-blue: #003d76;
	--wp--preset--color--mocha: #a57867;
	--wp--preset--color--gold: #d08e4d;
	--wp--preset--color--salmon: #dc6d6a;
	--wp--preset--color--aqua: #65c1be;
	--wp--preset--color--sand: #e9dcd5;

	--qd--preset--color--header-row-1-bg: #33a457;
	--qd--preset--color--header-row-1-text: #ffffff;
	--qd--preset--color--header-row-2-bg: #ffffff;
	--qd--preset--color--header-row-2-text: #444444;
	--qd--preset--color--header-row-3-bg: #ffffff;
	--qd--preset--color--header-row-3-text: #444444;
	--qd--preset--color--footer-row-1-bg: #f9f1ed;
	--qd--preset--color--footer-row-1-text: #070707;
	--qd--preset--color--footer-row-2-bg: #33a457;
	--qd--preset--color--footer-row-2-text: #ffffff;

}


/*
 * 2.0 - Estrutura
 *
 * 2025-06
 *
 */
.header-row-3 {
  border-bottom: solid 1px #ccc;
}
.main-header {
  border-bottom: solid 1px #ccc;
}

.page-template-template-lista-paginas-filhas .posts-list.post-list-small {
	max-width: 800px;
	margin: 0 auto;
}
/*
 * 14.0 - Media Queries mobile first
 *
 * 2025-06
 * 
 */

@media (min-width:480px) { 
	/* smartphones, Android phones, landscape iPhone */ 
	body, input, textarea {
		font-size: 14px;
	}
}
@media (min-width:600px) { 
	/* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ 
}
@media (min-width:801px) { 
	/* tablet, landscape iPad, lo-res laptops ands desktops */ 
}
@media (min-width:1025px) { 
	/* big landscape tablets, laptops, and desktops */ 
}

