/*
	Theme Name:		Inspiry Startable Child
	Theme URI:		http://themeforest.net/user/InspiryThemes/portfolio
	Description:	Startable is a WordPress theme designed for startups and small to medium sized companies.
	Author:         Inspiry Themes
	Author URI:     https://inspirythemes.com
	Template:       inspiry-startable
	Template Version: 1.0.0
    Version:		1.0.0
	Text Domain:	inspiry-startable
    Domain Path:	/languages
	License:		GNU General Public License version 3.0
	License URI:	http://www.gnu.org/licenses/gpl-3.0.html
	Tags:			one-column, two-columns, right-sidebar, grid-layout, custom-menu, custom-logo, featured-images, full-width-template, sticky-post, threaded-comments, translation-ready, blog, portfolio
*/

.site-main-nav-wrap {
    position: inherit;
    right: inherit;
}

.site-main-nav {
    float: left;
}

.search-toggle-button {
    position: inherit;
    right: inherit;
    margin-left: 1em;
}

#search-form-container form{
    position: relative;
    margin-left:auto;
    margin-right:auto;
    right: inherit;
}
#site-logo > div > a:nth-child(1){
    margin-right: 20px;
}
.page-head {
    height: 300px;
}

#content {
    padding-top: 4.5rem;
}

.wp-block-columns.has-4-columns > .wp-block-column {
    margin-left: 32px;
    margin-top: 32px;
}
.wp-block-columns.has-4-columns{
    border-left: 10px solid #434343;
}
.wp-block-columns.grey {
    background-color: #F2F2F2;
    color: #434343;
}

footer.site-footer .google-map-wrapper a > img {
    height: auto;
}