/*!
Theme Name: ETM Global Trading Solutions
Theme URI: http://underscores.me/
Author: BusinessCraft
Author URI: https://www.example.com/businesscraft
Version: 2.0.0
*/

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Alignments
--------------------------------------------- */
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* BusinessCraft Custom styles
--------------------------------------------- */
img {
	max-width: 100%;
	height: auto;
}

.site-main {
	margin-bottom: 60px;
}

.site-main a {
	color: #0073e6; /* Голубой цвет для акцентов */
}

h1.entry-title {
	margin-top: 1em;
	margin-bottom: 1em;
	font-style: normal; /* Обычный стиль шрифта */
	font-size: 36px; /* Меньший размер заголовка */
	line-height: 1.5;
	font-weight: bold;
	color: #333; /* Темно-серый цвет текста */
	text-align: center;
}

@media (max-width: 1000px) {
	h1.entry-title {
		font-size: 30px;
	}
}

.entry-content {
	line-height: 1.6;
}

.entry-content ul,
.entry-content ol,
.entry-content p,
.entry-content div {
	margin-top: 1em;
	margin-bottom: 1em;
}

.question-form .wpcf7-not-valid {
	border-color: #dc3232; /* Красная рамка для ошибок в формах */
}

body .footer {
	text-align: right;
}

.footer a {
	color: #444; /* Темно-серый цвет для ссылок в футере */
}

.footer-menu .menu-item {
	font-weight: 600;
	text-transform: uppercase;
}

.footer-menu {
	display: inline-flex;
	margin-left: -8px;
	margin-right: -8px;
}

.footer-menu .menu-item {
	margin: 0 8px 10px;
}

.footer-menu .menu-item a {
	text-decoration: none;
}
