/*
 Theme Name:   Sparkling Child
 Template:     sparkling
*/

@import url("../sparkling/style.css");
@import url("font/opensans_light/OpenSans-Light.css");
@import url("font/opensans_bold/OpenSans-Bold.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/* fonts */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #5e2750;
    font-family: "open_sansregular", sans-serif !important;
    font-weight: 500;
}

b, strong {
    color: #303030;
	font-family: "open_sansregular", sans-serif !important;
    font-weight: 700;
}

body{
	letter-spacing: 1px;
	font-family: "open_sanslight", sans-serif !important;
	color: #000 !important;
}

blockquote {
    font-size: 13px;
}

/* text color */

.text_color_white{
	color: #fff;
}


/* menu */

.navbar{
	padding-top: 15px;
}

.mega-menu-wrap{
	float: right !important;
	font-family: "open_sanslight", sans-serif !important;
	letter-spacing: 1px;
}

@media (max-width: 991px) {
	.mega-menu-wrap{
		float: none !important;
	}
	.mega-menu-item-type-widget{
	width: 100% !important;
	}
}

#mega-menu-wrap-primary-2 .mega-menu-toggle + label:after {
    font-size: 40px;
    padding-right: 10px;
}

#mega-menu-wrap-primary-2 #mega-menu-primary-2 > li.mega-menu-item:hover > a {
	text-decoration: underline;
}

a.link_menu{
	color: #5e2750 !important;
	margin-top: 10px !important;
	display: inline-block !important;
}

a.link_menu:hover{
	text-decoration: underline !important;
}

#mega-menu-wrap-primary-2 #mega-menu-primary-2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a{
    color: #5e2750 !important;
}

#mega-menu-wrap-primary-2 #mega-menu-primary-2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a:hover{
	text-decoration: underline !important;
}

#mega-menu-wrap-primary-2 #mega-menu-primary-2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a {
	background: none repeat scroll 0 0 #fff;
	border-radius: 5px;
}

#mega-menu-wrap-primary-2 #mega-menu-primary-2 > li.mega-menu-flyout ul.mega-sub-menu {
	background: none repeat scroll 0 0 #fff;
	border-radius: 5px;
}

/* carousel */

.carousel-caption {
	left:0px;
    padding-left: 15%;
    padding-bottom: 20px;
    padding-top: 20px;
	text-shadow: none;
	text-align:left;
	background-color: rgba(255,255,255,.8);
}

.carousel-caption h4{
	font-size: 20px;
}

.carousel-caption p{
	font-size: 14px;
	color: #6b6b6b !important;
}

/* testemunhos */

.testemunhos{
	margin-top:10px;
}

.entry-content {  
    font-family: "open_sanslight", sans-serif !important;
}

/* content */
.post-inner-content {
    padding: 15px 30px 30px 30px;
}

.widget{
	margin-bottom: 50px
}

.widgettitle {
    color: #5e2750;
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 0;
    text-transform: uppercase;
}

.post-inner-content, .well, .wp-post-image{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.page-template-sitemap-php .col-md-8 {
    width: 100%;
}

#secondary .widget a {
    color: #fff;
}

.well {
    background-color: #fff;
    border: 1px solid #dadada;
    clear: both;
    overflow: hidden;
    padding: 30px;
}

.well-sm {
    padding: 9px;
}

/* form */
.wpcf7-text{
	width:100%;
}

div.wpcf7-validation-errors {
    border: 2px solid #5e2750;
}

div.wpcf7-response-output{
	text-align: center;
}

/* lista-de-seguranca */

a.lista-de-seguranca{
	white-space: normal;
}

h3.lista-de-seguranca{
	color: white;
	margin-top: 10px;
	white-space: normal;
}

hr.lista-de-seguranca{
	margin-top:0px;
	margin-bottom:10px;
}

small.lista-de-seguranca{
	color: white;
	white-space: normal;
}


/* tagcloud */

.tagcloud {
   text-align: justify;
}

.tagcloud a {
    background-color: #607890;
}

h1.entry-title a:hover{
		color: #003366;
}

/* widgets sidebar */

#secondary .widget {
    color: #515151 !important;
}

@media(min-width:992px) and (max-width:1199px){
.btn_side_bar_care365_h5{
    font-size: 12px;
	}
 }

/* special link recrutamento */

a.special_link {
    background-color: #492445;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    color: #fff;
    font-weight: 400;
    padding: 2px 6px;
}

a.special_link:hover {
	background-color: #fff;
}


/* separador logo */

hr.section-divider {
    background: none repeat scroll 0 0 #eee;
    height: 1px;
    margin-bottom: 70px;
    margin-top: 70px;
    overflow: visible;
    position: relative;
    z-index: 100;
}

hr.section-divider:after {
    -webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
    height: 32px;
	width: 32px;
    left: 50%;
    margin-left: -16px;
    position: absolute;
    right: 50%;
    top: -16px;   
    z-index: 10000;
	content:"";
	background-color: #fff;
	background-image: url('favicon-32x32.png');
	
}

/* header paginas content */

.row_special_header{
	margin-bottom: 20px;
	border-spacing: 14px 0px;
}

.cell_1{
	display: table-cell;
	float: none;
}

.cell_2{
	display: table-cell;
	float: none;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;
}


.breadcrumb-trail{
	font-size: 10px;
	margin-bottom: 30px;
}

/* lista segurança */

.lista_seg_footer{
	margin-top: 50px;
}


/* footer */

.footer-widget-area h3.widgettitle {
	color: white;
}


.footer-widget div.widget{
	margin-bottom: 0px;
}

#footer-area .footer-widget-area {
    padding: 40px 45px 20px;
}

.footer-link{
	color: #999999 !important;
	font-size: 12px !important;
	margin-bottom: 0px;
    margin-top: 0px;
	position: relative !important;
	display: inline !important;
}



.care_front_img{
	background-size:cover;
	background-repeat: no-repeat;
	background-position: top center;
        padding: 150px 0px 10px 0px;
}

.h3_care_header{
background-color:rgba(255, 255, 255, 0.8)
}

.navbar {
    padding-bottom: 15px;
}

.progress {
    height: auto;
}

.underline_text {
      font-size: 16px;
      border-bottom: solid 1px #fff;
      display: inline;
      padding-bottom: 1px;
}

.btn_bar{
padding: 6px 6px 12px;
}

.img_side_bar_care365{
width: 100%;
height: auto;
max-width: 80px;
}

.btn_side_bar_care365{
width: 100%;
height: auto;
}