/*
Theme Name:     Buildpress Child Theme
Theme URI:      http://www.proteusthemes.com
Description:    Child theme for the Buildpress
Author:         Primoz Cigler
Template:       buildpress
Version:        1.0
*/


/* add custom CSS code bellow */
body {
	font-size: 16px !important;
}

.btn-info,
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
	background-color: #002731 !important;
	border: 1px solid #002731 !important;
	color: #ffffff !important;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
	background-color: transparent !important;
	border: 1px solid #002731 !important;
	color: #002731 !important;
}

.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	background-color: transparent !important;
	border: 1px solid #002731 !important;
	color: #002731 !important;
    font-weight: 600 !important;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	background-color: #00273133 !important;
	border: 1px solid #002731 !important;
	color: #002731 !important;
}
.carousel-content {
	background-color: #002731 !important;
	color: #ffffff !important;
}
.carousel-content .btn-default,
.carousel-content .btn-default:hover,
.carousel-content .btn-default:focus,
.carousel-content .btn-default:active {
	background-color: transparent !important;
	border: 1px solid #ff7d44 !important;
	color: #ff7d44 !important;
    font-weight: 600 !important;
}
.carousel-control {
	display: none !important;
}
.btn {
	font-weight: 600 !important;
}
.textwidget li {
	list-style: disc !important;
	margin-left: 20px !important;
}
#zoneid .so-panel {
	background-color: #f9f9f9 !important;
	
}
.ti-widget.ti-goog .ti-review-item>.ti-inner {
	background-color: #ffffff !important;
}
.jumbotron {
	background-color: #002731 !important;
	color: #ffffff !important;
}
#panel-2151-10-0-0> .panel-widget-style {
	background-color: #f4f4f4 !important;
}

@media(max-width: 422px) {
	.carousel-content p a.btn {
		padding: 15px 5px !important;
	}
}

@media (min-width: 992px) {
    .master-container {
        margin-bottom: -1px !important;
    }
}