/*
Theme Name: Hestia Child
Theme URI: https://www.themeisle.com/
Description: This is a custom child theme I have created.
Author: ThemeIsle
URI: https://www.themeisle.com/
Template: hestia    
Version: 0.1
*/

.copyright.pull-right {
    display: none;
}

.home .main-raised section:first-of-type {
    border-radius: 0 0 0 0;
}

.main-raised {
	border-radius: 0 0 0 0;
}

.navbar.navbar-transparent {
		color: #555;
    background-color: #fff;
}

.navbar-transparent:not(.full-screen-menu) .hestia-search-in-nav .search-field {
    color: #555;
}

.navbar.navbar-transparent .navbar-nav > .active > a {
    background: transparent;
    color: #555;
}

button, input[type="submit"], input[type="button"], .btn {
    font-size: 16px;
}