/*
Theme Name: Partner Child
Theme URI: 
Description: Child theme for the partner theme
Author: <a href="http://www.madeinebor.com">Tom Rhodes</a>
Author URI: 
Template: partner
Version: 1.0.0
*/

@import url('../partner/style.css');

/* START OF Remove the ‘breadcrumb’ at top of pages */
.breadcrumb {
display: none;
}

.slider {
/*	width: 100%;*/
	text-align:center;
	padding: 0 !important;
}
.slider .col-md-6 {
	padding-left: 8%;
	width: 100%;
}

.slides {
    margin: 0;
    overflow: hidden;
    text-align: left;
}

p.lead {
    font-weight: 300;
    font-family: 'Roboto Slab'!important;
	color: #3c3c3e;
}

.tabs .tab__title {
    cursor: pointer;
    color: #d1c087;
}

.tabs .tab__title i + h5 {
    cursor: pointer;
    color: #d1c087;
}

.btn--unfilled.btn--white .btn__text {
    color: #d1c087;
}

.service-element:hover .hover-element__initial * {
    color: #fff!important;
}
.bg--dark {
    background: #3c3c3e;
}

.bg--dark *:not(a){
	
	color:#fff;
}
.foot_text a, div, p, span {
	font-family: 'Roboto'!important;
    font-style: normal!important;
    font-weight: 600!important;
}

/* inserido no row settings*/
.slide_txt div{
	text-align:center;
}

.slide_txt2 div {
	text-align:left;
}

.menu > li {
    position: relative;
    float: left;
    font-size: 1em;
    font-weight: 800;
    letter-spacing: 0px;
    font-family: 'roboto';
}

.gradient--active .bg--primary {
    background: #3c3c3e;
    /*background: -webkit-linear-gradient(left, #3c3c3e 0%, #004c66 100%);
    background: linear-gradient(to right, #3c3c3e 0%, #004c66 100%);*/
    border: none;
}

/* extra dias */

.boxed li.separadores{
	list-style-type: none;
    border-bottom: 1px #ccc solid;
    padding: 10px 0 3px 10px;
}

.boxed li.separadores{
	list-style-type: none;
    border-bottom: 1px #ccc solid;
    padding: 10px 0 3px 10px;
}

ul.separadores{
	list-style-type: none;
    padding: 10px 0 3px 15px;
}



/*.service-element h3 + p {
    margin-top: 1.5625em;
	color: #727272;
*/
/*.background-image-holder img {
    display: block;
	background: #d1c087;
}
.background-image-holder {
    
	background: #d1c087;
}
*/
/*body {
	background: #727272;
	width: 90%;
	margin-left: 5%;
}

.admin-bar .nav-bar.nav--fixed {
	top: 32px;
	width: 91.6%;
	margin-left: -15px;
}
*/