/*
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
*/

.carousel-content {
background: #011930; opacity: 0.9;
}
.carousel-content .jumbotron__content {
color:#f1f1f1;
}
@media (min-width: 992px){
.carousel-content {
    width: 400px;
    left: inherit;
}
}
iframe {
    width: 848px;
    height: 500px;
    margin: 0 auto;
}

.logo {
    padding: 25px 0;
}

/*.navigation--main, .btn, h1, h2, h3, h4, h5, h6, .read-more, .sidebar .widget_nav_menu ul > li > a {
    font-family: Helvetica, Arial, sans-serif;
}*/

.btn {
    font-weight: bold;
}

@media (max-width: 479px) {
    .logo {
        padding: 0;
    }
}

@media (max-width: 387px) {
    .logo {
        padding: 10px 0;
    }
}

.widget .mc4wp-form input[type="email"] {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
border-right: medium none;
width: 100%;
border: 1px solid #DDD;
background-color: #ffffff;
padding: 6px 5px 6px 10px;
font-weight: normal;
height: 40px;
border-radius: 2px;
}

.widget .mc4wp-form input[type="submit"] {
background-color: #E10E49;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
width: 30%;
width: 100%;
height: 40px;
border: 0px none;
color: #ffffff;
font-weight: bold;
border-radius: 2px;
transition: all 200ms ease-out 0s;
}

.widget .mc4wp-form {
    height: 40px;
}

.widget .mc4wp-form p:first-child {
display: inline-block;
     float: left;
     width: 70%;
}

.widget .mc4wp-form p:nth-child(2) {
display: inline-block;
     float: left;
     width: 30%;
}
body.woocommerce-page .widget_product_categories ul > li > a {
 font-family: Helvetica, Arial, sans-serif;
}
.motivational-text {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
.project__gallery iframe {
    width: 100%;
    height: 313px;
}


/*Header*/
.icon-box__subtitle, .widget-icon-box .icon-box, .textwidget {
    color: #012143!important;
}
.icon-box__title, .widget-icon-box .icon-box:hover .fa {
    color: #333!important;
}
/*Menu*/
@media (min-width: 1200px){
.navigation--main > li > a {
    padding-left: 25px;
    padding-right: 25px;
}
}
/*Headings*/
.woocommerce-page .related > h2{
	position: relative;
    margin-top: 30px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.woocommerce-page .related > h2:after{
	position: absolute;
    content: "";
	background-color: #e10e49;
    height: 3px;
    width: 30px;
    bottom: -1px;
    left: 0;
}
/*Home page*/
h1.home, h2.home{
	text-align: center;
	color: #fff;
}
h1.home{
    font-size: 2.2em;
}
h2.home{
    font-size: 1.5em;
}
h2.home a{
	font-size: .9em;
}
/*Products archive*/
p.woocommerce-result-count, form.woocommerce-ordering {
    display: none;
}
/*Products*/
ul.tabs.wc-tabs {
    display: none;
}
.woocommerce div.product div.summary {
    margin-bottom: 0;
}
span.posted_in, span.tagged_as {
    display: block;
}
body.woocommerce-page .woocommerce-product-details__short-description {
    margin-bottom: 10px;
}

/*Share Buttons*/
.addtoany_header {
    display: none;
}
.a2a_kit.a2a_kit_size_32.addtoany_list {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
}
/*Blog archive*/
.main-title.main-title--small {
    background-color: #f2f2f2;
}
a.more-link {
    text-align: center;
    display: block;
    background-color: #e10e49;
    padding: 15px 25px;
    color: #ffffff;
    width: 50%;
    margin: 0 auto;
}
/*Blog post*/
.single .hentry__content {
    margin-bottom: 0px;
}
div#comments {
    display: none;
}
/*Contacts page*/
.page-id-5749 .master-container {
    margin-bottom: 0;
}