/*
 Theme Name:   Midtown Capital
 Theme URI:    https://diviextended.com/
 Description:  A child theme of Twenty Twenty WordPress theme.
 Author:       Elicus Technologies
 Author URI:   https://elicus.com
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/* @import url("../twentytwenty/style.css"); */

#site-content{ padding: 50px 15px; }
.section-inner{ max-width: 1170px; margin: auto; padding: 0 15px; }

/* Search Form ------------------------------- */

.search-form {
	align-items: stretch;
	display: flex;
	flex-wrap: nowrap;
	margin: 0;
}

.search-form .screen-reader-text{ width: 100px; line-height: 44px; }

.search-form .search-field,
.search-form .search-submit {
	margin: 0;
}

.search-form label {
	align-items: stretch;
	display: flex;
	font-size: inherit;
	margin: 0;
	width: 100%;
}

.search-form .search-field {
    width: 100%;
    border: #ccc solid 1px;
    padding: 10px;
}

.search-form .search-submit {
    flex-shrink: 0;
    padding: 10px 25px;
    border: 0px;
    color: #ffffff;
}

.search-form .search-submit:focus,
.search-form .search-submit:hover {
	text-decoration: none;
}

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