/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

html {
  scroll-behavior: smooth !important;
}
p {
    margin-bottom: 1rem;
}
h1, h2 {
	margin-bottom: 1.5rem;
}
html ul {
    list-style-position: unset;
    padding-left: 17px;
}
footer p {
    margin-bottom: 0;
}
html .footer_top a:not(.qbutton) {
    font-weight: 400;
    text-transform: none;
}
.page_header {
    display: none;
}
.content.content_top_margin {
    margin-top: 0 !important;
}
#overall .wpr-nav-menu > .menu-item {
    margin-left: 2px;
    margin-right: 2px;
}
#overall .wpr-nav-menu > .menu-item-has-children {
    margin-right: 10px;
}
#overall .sub-menu {
    padding-left: 0;
}

@media (min-width: 1024px) and (max-width: 1400px) {
	#main-content > div {
		max-width: 440px;
	}
}
html .wpcf7-form .wpcf7-form-control {
    border: 1px solid #925D35;
    font-size: unset;
    line-height: unset;
    color: #925D35;
    font-family: unset;
    font-weight: unset;
	font-size: 18px;
	margin-bottom: 1.5rem;
	-webkit-appearance: auto;
    appearance: auto;
}
.form-row {
	display: flex;
    flex-wrap: wrap;
    column-gap: 140px;
    justify-content: space-between;
}
.form-col-2 {
	/*width: calc(50% - 70px);*/
	width: 100%;
}

