/*
 Theme Name:   Kenray Child
 Theme URI:    http://kenray.nurcodes.com/
 Description:  Kenray brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2020 works great in many languages, for any abilities, and on any device.
 Author:       the Kenray team
 Author URI:   http://example.com
 Template:     kenray
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 Text Domain:  kenraychild
*/

/*** Header ***/
.site-header .bg-black,
.site-header .bg-black .header-top {
    background: #1d2733;
} 
body .page-header, ul li.breadcrumb{
	background-color: #1d2733;
}
/*header.header-one{
    background: #222D3A;
}*/


/*** Footer ***/
.site-content-contain footer.site-footer .footer-widget {
    background: #1d2733;
}
.site-content-contain .footer-top .widget.widget_text .mc4wp-form-fields input:hover.submit, 
.site-content-contain .owl-carousel .owl-dots .owl-dot span {
    background-color: #222D3A;
}
/*** Contact form 7 ***/
.kenray-contact  form.wpcf7-form input.wpcf7-submit {
    background-color: #222d3a;
}

/*** Blog Noticias ***/
.kenray-post .post-meta, .kenray-post.section-style1 .post-meta{
	display: none;
}
.kenray-post .post-meta, .kenray-post.section-style1 .post-title,
.kenray-post.section-style1 .post-box .post-title{
	padding-bottom: 0px;
}
/*** Proyectos ***/
.single-proyecto .post-media{
	margin-bottom: 20px;
}

/*** Team ***/
.team-title-wrap ul.team-more-detail li:nth-child(3n){
	display:none;
}
.team-title-wrap .team-title .team-short-desc{
	text-align: justify;
}