/*
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");

.tri-kolone {
    background: #fff !important;
    padding: 10px 15px !important;
}

.qode-apt-item-title, .qode-apt-item-price {
	font-family: Open Sans, sans-serif !important;
	font-size: 17px !important;
	font-weight: 600 !important;
}

.qode-apt-title-holder {
	display: none !important;
}

input.wpcf7-form-control.wpcf7-submit, input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
    color: #fff !important;
    background-color: #26ec85 !important;
    border: 1px solid #26ec85 !important;
}

input.wpcf7-form-control.wpcf7-submit:hover, input.wpcf7-form-control.wpcf7-submit:not([disabled]):hover {
	color: #fff !important;
	background-color: #759c76 !important;
	border: 1px solid #759c76 !important;
}

@media (max-width: 1024px) {
	.qode-apt-item-title, .qode-apt-item-price {
		font-family: Open Sans, sans-serif !important;
		font-size: 14px !important;
		font-weight: 600 !important;
	}
}

@media (min-width: 767px) and (max-width: 1024px) {
	.qode-advanced-pricing-table .qode-apt-item-title, .qode-advanced-pricing-table .qode-apt-title-holder {
		padding: 10px 0 10px 10px !important;
	}
	
	#o-nama h2 {
		font-size: 32px !important;
		line-height: 39px !important;
	}
}

@media (min-width: 767px) and (max-width: 960px) {
	.tri-kolone .vc_col-sm-12 {
		width: 33% !important;
	}
	
	.tri-kolone {
		background: #fff !important;
		padding: 10px 0px !important;
	}
	
	.tri-kolone h3 {
		letter-spacing: -0.03em !important;
	}
}

@media (max-width: 767px) {
	.tri-kolone {
		background: #fff !important;
		padding: 10px 2px !important;
	}
}