/**
Theme Name: Buildgo Child
Author: ThemeOri
Author URI: https://themeforest.net/user/themeori/
Description: Child theme for the Buildgo theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: buildgo-child
Template: buildgo
*/

.header__sticky {
    background: #034b3b;
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-select{
	padding: 0 10px;
}

.wpcf7-response-output{
	color: #034b3b;
}

.wpcf7 form.sent .wpcf7-response-output{
	border-color: #034b3b;
}

@media screen and (min-width: 1024px) and (max-width: 1118px) {
.header_nav-menu ul .menu-item{
	margin: 0 13px !important;
}
}