/*!
Theme Name: kitchens


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

kitchens is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */
.navbar .btn{min-width: max-content;}
.services-box,.projects-box,.projects-box .image{overflow: hidden;}
.services-box .image,.projects-box .image{text-align: center;}
.services-box .image img {
    width: auto;
    height: 280px;
    max-width: none;
}
.projects-box .image img {
    width: auto;
    height: 300px;
    min-width: 100%;
    max-width: none;
}

#contact-section .wpcf7 form .wpcf7-response-output {

    color: #fff;
}
   
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 /* .page-path a {line-height: 1;} */
/* .single-page .share span{float: right;} */
/* .page-path ol{overflow: hidden;text-align: center;}
.page-path li{display: inline-block;}
.page-path li:not(:last-child):after{content: '/';} */
/* .pagination{display: block;}
.pagination li{display: inline-block;}
.pagination a, .pagination span{color: #0f6f7f;    background: #f4f4f4;}
.pagination .active a, .pagination .active span{background: #0f6f7f;color: #fff;}
.pagination a:hover, .pagination span:hover{background: #0f6f7f;color: #fff;}

#mailpoet_form_1 .mailpoet_text, #mailpoet_form_1 .mailpoet_textarea{width: 100%!important;}
.home-services .owl-item img {
    display: block;
    width: auto;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #075d79;
}
.breadcrumb{color: #fff;}
.breadcrumb a,.breadcrumb span{
  display: inline-block;
  margin: 2px;
  color: #fff;
}
.project .tabs-projects .nav .nav-item .nav-link{width: auto;min-width: 100px}
[name="your-message"]{height: 120px!important;}

.path .current-item{color: #ac8828;} */
.contact .contact-form br{display: none;}
.contact .contact-form p{margin-bottom: 0;}
.footer {
    justify-content: normal;}