/*!
Theme Name: CT Window
Author: Son Le
Author URI: https://zalo.me/0965003575
Description: CT Window custom WordPress theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ctwindow
*/

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
}

a {
	text-decoration: none;
}

img {
	height: auto;
	max-width: 100%;
}

.screen-reader-text {
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	clip-path: none;
	color: #0a0a0a;
	display: block;
	height: auto;
	left: 5px;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.ctwindow-status {
	background: #f7f7f7;
	border-left: 4px solid #ec2028;
	color: #222;
	margin: 0 0 24px;
	padding: 14px 18px;
}

.ctwindow-status.is-error {
	border-left-color: #ad1b22;
}

.news-empty {
	padding: 30px 0 60px;
	text-align: center;
}

