/*
Theme Name: Cake Art
Theme URI: http://demo.thimpress/cakeart
Author: ThimPress
Author URI: http://thimpress.com
Description: Theme Descriptions
Template: cakeart
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: cakeart
*/

.testimonials {
    background-color: #e47277;
}

.mainPhone {
  white-space: nowrap;
}

.social-link {
  text-align: center;
}

#footer .sidebar-bottom .col-md-4 {
  width: 100%;
}

footer#footer .hoc ul.menu li.current-menu-item span,
footer#footer .hoc current-menu-item span,
footer#footer a {
  color: rgb(255, 255, 255) !important;
}

footer#footer .footer-sidebars a:hover,
footer#footer .footer-sidebars .hoc a:hover span,
footer#footer .footer-sidebars .hoc ul.menu li.current-menu-item a:hover span {
  color: rgb(228, 114, 119) !important;
}

.sc-owlcarousel-gallery-images .thim-owl-gallery .owl-wrapper-outer .item .read-more-button a.owl-gallery-button:hover {
  background-color: rgb(228, 114, 119);
  color: #fff;
  border: 1px solid #e47277;
}

.hoc-image-grid .wpb_gallery_slides ul li.isotope-item {
  padding: 10px;
}

.hoc-recent-post-img {
  text-align: right;
  min-width: 80px;
}

.recent-posts .row .hoc-recent-post-img img {
  min-width: 70px;
}

blockquote {
  line-height: 1.4em;
}

blockquote:nth-child(odd) {
  color: rgb(102, 80, 128);
}

blockquote:nth-child(even) {
  color: rgb(228, 114, 119);
}

.quote-accept input {
	margin: 0 5px 0 0;
	width: auto;
}

.quote-accept label {
	margin-bottom: 20px;
}


@media (max-width: 768px) {
  a.no-sticky-logo img,
  a.sticky-logo img {
    margin:0px;
    max-width: 120px;
  }
}

/*// Custom quote button
    .navigation {
    .navbar-nav > li:last-child a {
            background-color: #e47277;
            border-radius: 5px;
            margin-left: 10px;
            font-size: 18px;
            font-family: Open Sans;
            font-weight: 400;
            text-transform: capitalize;
            line-height: 18px;
            padding: 10px 20px;
            &:hover {
              background-color: #e98e92;
            }
        }
    }

    .site-header.sticky-header.affix {
    .navigation {
    .navbar-nav > li:last-child a {
            background-color: #e47277;
            border-radius: 5px;
            margin-left: 10px;
            font-size: 16px;
            font-family: Open Sans;
            font-weight: 400;
            text-transform: capitalize;
            line-height: 18px;
            padding: 8px 16px;
            &:hover {
              background-color: #e98e92;
            }
        }
    }
  }

    .navigation {
    .navbar-nav > li:last-child a span {
                color: #fff !important;
        }
    }*/