/*
Theme Name: Etalon Child
Template: etalon
Theme URI: http://keydesign-themes.com/etalon/
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Description: Multi-Concept WordPress Theme for Professional Services
Version: 1.3
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready

/* Below you can write your style */

/* Smartseal Style */
.fixed-logo {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.fixed-logo:hover {
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-o-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
}
.kd-contact-form.dark_background .wpcf7 .wpcf7-submit:hover {
    color: #fff !important;
    background: #2f2f2f !important;
}

.wpcf7 .wpcf7-submit:hover {
    color: #fff !important;
    background: #2f2f2f !important;
 }
 
 #main-menu .navbar-nav .dropdown-menu {   
    min-width: 250px !important;    
}

/* Call to action Home Page Bottom - Call now for a FREE cleaning estimate - */
.tt_button.btn_secondary_color:hover {
    border-color: #fff !important;
    color: #fff !important;
}

.key-icon-box h4 {    
    margin-bottom: 10px !important;
}

/* Page Services */
.kd-photobox .phb-content h4 {
    margin-top: 20px !important;
}

.tt_button.slideshow:hover {
    color: #fff !important;
    border: 2px solid #fff !important;
}

/* Updates 25/05/19 */
.service-boxes-top .phb-content p {
	min-height:120px;
}
.service-boxes-bottom .phb-content p {
	min-height:140px;
}
.kd-photobox .phb-content {
    padding: 20px 30px;
}
.contact-icon-section .key-icon-box .ib-wrapper {
    padding: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.contact-icon-section .key-icon-box .ib-link {
    margin-top: 10px;
    font-size: 14px;
}
.footer-business-info {
    margin: -40px 15px 20px 15px;
}
.upper-footer {
    padding: 60px 0 40px 0;
}

.breadcrumbs, .breadcrumbs a, .single-post section h1.section-heading, #single-page .section-subheading {
    text-shadow: 1px 1px 0 #000;
}
#single-page .section-subheading {
    font-weight: 400;
}
@media (min-width:960px) and (max-width:1199px) {
.navbar .modal-menu-item {
        display: none !important;
}
}
@media only screen and (max-width: 1199px) {
.service-boxes-top .phb-content h4, .service-boxes-bottom .phb-content h4 {
	min-height:40px;
}
.service-boxes-top .phb-content p {
	min-height:140px;
}
.service-boxes-bottom .phb-content p {
	min-height:200px;
}
.kd-photobox .phb-content {
    padding: 10px 20px;
}
.navbar-default .nav li a {
    font-size: 12px;
    margin: 0 10px;
}
.footer-business-content {
	font-size:13px;
}
}
@media only screen and (max-width: 991px) {
.service-boxes-top .phb-content p {
	min-height:180px;
}
.service-boxes-bottom .phb-content p {
	min-height:240px;
}
.kd-photobox .phb-content {
    padding: 5px 5px;
}
}
@media only screen and (max-width: 960px) {
#main-menu .navbar-nav .menu-item a {
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
}
.footer-business-content {
	font-size:16px;
}
}
@media only screen and (max-width: 959px) {
.service-boxes-top .phb-content p {
	min-height:160px;
}
.service-boxes-bottom .phb-content p {
	min-height:220px;
}
}
@media only screen and (max-width: 767px) {
.service-boxes-top .phb-content p, .service-boxes-bottom .phb-content p {
	min-height:60px;
}
.kd-photobox .phb-content {
    padding: 5px 10px;
}
}
@media only screen and (max-width: 480px) {
.container {
    padding-right: 5px;
    padding-left: 5px;
}
}