/*
Theme Name: Total Renovation WordPress Theme
Author: Total Renovation
Author URI: https://totalrenos.net/
Version: 1.0
License: GNU General Public License v2 or later
*/

.sngl-row img {
	max-width: 100%;
	height: auto;
}

.search-field {
	height: 48px;
	border: 1px solid #60946E;
	border-radius: 4px;
	background-color: #fff;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
	outline: none;
	max-width: 320px;
}

.search-field::placeholder {
	color: #999;
	opacity: 1;
}

.search-field:focus {
	border-color: #0E3976;
	box-shadow: 0 0 0 3px rgba(14, 57, 118, 0.1);
}

.search-submit {
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	transition: all 0.3s ease;
	border-width: 1px;
	border-style: solid;
}

.btn-blu-grn-lt {
		background-color: #133B75;
		border-color: #113468;
}

.btn-blu-grn-lt:hover {
		background-color: #6B9C11;
		border-color: #5E890F;
}

.widget-area a {
	color: #0E3976;
	text-decoration: none;
}

.widget-area a:hover {
	color: #1F55A2;
	text-decoration: none;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.aligncenter {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

@media (max-width:1599px) {}

@media (max-width:1439px) {}

@media (max-width:1199px) {}

@media (max-width:991px) {
	.search-field { width: 180px; }
}

@media (max-width:767px) {}

@media (max-width:575px) {}