/**
Theme Name: Social Business
Theme URI: https://themepalace.com/downloads/social-business/
Author: themepalace
Author URI: https://themepalace.com
Version: 1.0.3
Requires PHP: 5.6
Tested up to: 6.7
Requires at least: 5.0
Template: sociable
Text Domain: social-business
Description: Social Business is a WordPress Business Theme that comes with a simple and clean design. It helps you to create beautiful multipurpose business websites. This theme is easily customizable, fully responsive, and supports all modern browsers and devices. The theme is well-structured, attractive, and user-friendly. It is clean, sleek, and 100% translation ready. You can easily install and set up the website.
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: translation-ready, custom-background, theme-options, custom-menu, threaded-comments, featured-images, footer-widgets, editor-style, right-sidebar, full-width-template, two-columns, grid-layout, custom-colors, custom-header, custom-logo, featured-image-header, blog, portfolio, entertainment

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.
*/

#masthead{
    background-color: #fff;
}

.main-navigation a {
    font-size: 18px;
    font-weight: bold;
}

#page-site-header {
    padding: 120px 0;
}

.single .posted-on a {
    text-decoration: none;
}

#top-bar {
    background-color: #ff7173;
    color: #fff;
    padding: 10px;
    min-height: 50px;
    z-index: 3;
    text-align: center;
}

.contact-info a{
    color: #fff;
}
/*--------------------------------------------------------------
#  Business Slider
--------------------------------------------------------------*/
.entry-title a,
.business-read-more a {
    text-decoration: none;
}
#business-slider article {
    position: relative;
    background-size: cover;
    background-position: 50%;
    padding: 100px 0;
}
#business-slider .overlay {
    opacity: 0.3;
}
#business-slider .business-slider-wrapper {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 775px;
    margin: 0 auto;
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
}
#business-slider .entry-title {
    margin: 0 0 20px;
}
#business-slider .entry-content {
    max-width: 650px;
    margin: 0 auto 30px;
}
#business-slider .entry-title,
#business-slider .entry-title a,
#business-slider .entry-content,
#business-slider .entry-content p {
    color: #fff;
}
#business-slider .entry-title a:hover,
#business-slider .entry-title a:focus {
    color: #fff;
    opacity: 0.8;
}
.business-read-more a {
    background-color: #ff7173;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 10px 30px;
    line-height: 28px;
    text-transform: none;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.business-read-more a:hover,
.business-read-more a:focus {
    background-color: #000;
    color: #fff;
}
#business-slider .slick-dots {
    bottom: 20px;
}
#business-slider .slick-dots li button {
    height: 7px;
    width: 35px;
    background-color: #fff;
}
#business-slider .slick-dots li.slick-active button {
    background-color: #ff7173;
}

/*--------------------------------------------------------------
#  Business Services
--------------------------------------------------------------*/
body:not(.dark-version) #business-services {
    background-color: #fff;
}
.business-section-header {
    margin-bottom: 50px;
    text-align: center;
}
.business-section-title {
    font-size: 32px;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
    margin: 0 0 20px;
}
.business-section-title:after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: #ff7173;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.business-section-subtitle {
    margin: 0 auto;
    max-width: 600px;
}
.business-section-content.col-3,
.business-section-content.col-4 {
    margin: 0 -15px;
}
.business-section-content.col-3 article,
.business-section-content.col-4 article {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.business-section-content.col-3 article:last-child,
.business-section-content.col-4 article:last-child {
    margin-bottom: 0;
}
.business-service-item {
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.business-service-item:hover {
    border-color: #ff7173;
}
.business-service-icon {
    margin-bottom: 20px;
}
.business-service-icon a {
    font-size: 36px;
    color: #fff;
    width: 100px;
    height: 100px;
    display: inline-block;
    line-height: 100px;
    border-radius: 100px;
    background-color: #ff7173;
}
.business-service-item .entry-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
}
.business-service-item .entry-title a {
    color: #232323;
}
.business-service-item .entry-title a:hover,
.business-service-item .entry-title a:focus {
    color: #ff7173;
}
.business-service-item .entry-content {
    font-size: 15px;
}

/*--------------------------------------------------------------
#  Business About Us
--------------------------------------------------------------*/
#business-about-us {
    background-color: #fafafa;
}
#business-about-us article.has-post-thumbnail .featured-image {
    padding: 150px 0;
    background-size: cover;
    background-position: 50%;
    background-color: #333;
    border-radius: 4px;
    margin-bottom: 30px;
    box-shadow: 0 18px 38px rgba(0,0,0,0.2);
}
#business-about-us .entry-container {
    text-align: center;
}
#business-about-us .entry-title {
    font-size: 22px;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
    margin: 0 0 25px;
}
#business-about-us .entry-title:after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: #ff7173;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
#business-about-us .entry-title a {
    color: #232323;
}
#business-about-us .entry-content {
    margin: 0 0 25px;
}

/*--------------------------------------------------------------
#  Business Counter
--------------------------------------------------------------*/
#business-counter {
    background-size: cover;
    background-position: 50%;
    background-attachment: fixed;
}
#business-counter .overlay {
    opacity: 0.7;
}
#business-counter article {
    position: relative;
    z-index: 1;
    text-align: center;
}
#business-counter .counter-icon i {
    font-size: 36px;
    color: #fff;
}
#business-counter .counter-value {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
}
#business-counter .counter-value:after {
    content: "+";
}
#business-counter .entry-title {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.01em;
    margin: 0;
}
#business-counter .separator-line {
    width: 45px;
    height: 1px;
    background-color: #fff;
    margin: 15px auto;
    opacity: 0.5;
}

/*--------------------------------------------------------------
#  Business Team
--------------------------------------------------------------*/
#business-team article {
    text-align: center;
}
#business-team .featured-image {
    margin-bottom: 25px;
}
#business-team .entry-title {
    font-size: 16px;
    font-weight: 600;
    color: #232323;
    margin: 0 0 2px;
    letter-spacing: 0.01em;
}
#business-team .entry-title a {
    color: #232323;
}

/*--------------------------------------------------------------
#  Business Subscribe Us
--------------------------------------------------------------*/
#business-subscribe-us {
    background-size: cover;
    background-position: 50%;
    background-color: #333;
}
#business-subscribe-us .overlay {
    opacity: 0.6;
}
#business-subscribe-us .subscribe-form-wrapper {
    position: relative;
    z-index: 1;
    text-align: center;
}
#business-subscribe-us .subtitle {
    color: #fff;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 5px;
    letter-spacing: 0;
}
#business-subscribe-us .widget-title {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
#business-subscribe-us .widget-title:after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
#business-subscribe-us #subscribe-text {
    color: #fff;
    max-width: 600px;
    margin: 0 auto 40px;
}
#business-subscribe-us #subscribe-text p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
}
#business-subscribe-us input[type="email"] {
    width: 100%;
    border-radius: 4px;
    padding: 10px 20px;
    max-width: 500px;
    margin: 0 auto 10px;
    font-weight: 400;
    font-size: 14px;
}
#business-subscribe-us button[type="submit"] {
    background-color: #ff7173;
    padding: 10px 30px;
    line-height: 28px;
    font-size: 16px;
    border-radius: 4px;
    border: none;
    color: #fff;
}
#business-subscribe-us button[type="submit"]:hover,
#business-subscribe-us button[type="submit"]:focus {
    background-color: #000;
    color: #fff;
}

/*--------------------------------------------------------------
#  Business Latest Posts
--------------------------------------------------------------*/
#business-latest-posts .business-post-item {
    box-shadow: 0 10px 30px 0 rgba(50,50,50,0.16);
    border-radius: 4px;
    background-color: #fff;
}
#business-latest-posts .business-post-item .entry-container {
    padding: 25px;
}
#business-latest-posts .entry-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px;
}
#business-latest-posts .entry-title a {
    color: #232323;
}
#business-latest-posts .entry-content {
    color: #aaa;
    margin-bottom: 15px;
}
#business-latest-posts .entry-meta {
    border-top: 1px solid #ececec;
    padding-top: 15px;
}
#business-latest-posts .posted-on {
    float: left;
}
#business-latest-posts .more-link {
    float: right;
    background-color: transparent;
    padding: 0;
}
#business-latest-posts .posted-on a {
    color: #888;
    font-weight: bold;
    font-size: 15px;
}
#business-latest-posts .more-link a {
    font-weight: 600;
    color: #333;
    font-size: 14px;
}
#business-latest-posts .entry-content p {
    margin-bottom: 0;
}

@media screen and (min-width: 567px) {
    .business-section-content.col-3 article,
    .business-section-content.col-4 article {
        width: 50%;
        float: left;
    }
    .business-section-content.col-3 article:nth-child(2n+1),
    .business-section-content.col-4 article:nth-child(2n+1) {
        clear: left;
    }
    .business-section-content.col-3 article:nth-last-child(-n+2),
    .business-section-content.col-4 article:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 767px) {
    #business-slider article {
        padding: 150px 0;
    }
    #business-about-us article.has-post-thumbnail {
        display: table;
        width: 100%;
        position: relative;
    }
    #business-about-us article.has-post-thumbnail .featured-image {
        width: 50%;
        display: table-cell;
        margin-bottom: 0;
        padding: 0;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    #business-about-us article.has-post-thumbnail .entry-container {
        width: 50%;
        display: table-cell;
        float: right;
        text-align: left;
        padding: 50px;
    }
    #business-about-us article.has-post-thumbnail .entry-title:after {
        right: auto;
    }
}
@media screen and (min-width: 1024px) {
    #business-slider .entry-title {
        font-size: 50px;
    }
    .business-section-content.col-3 article {
        width: 33.33%;
    }
    .business-section-content.col-4 article {
        width: 25%;
    }
    .business-section-content.col-3 article:nth-child(2n+1),
    .business-section-content.col-4 article:nth-child(2n+1) {
        clear: none;
    }
    .business-section-content.col-3 article:nth-child(3n+1),
    .business-section-content.col-4 article:nth-child(4n+1) {
        clear: left;
    }
    .business-section-content.col-3 article:nth-last-child(-n+3),
    .business-section-content.col-4 article:nth-last-child(-n+4) {
        margin-bottom: 0;
    }
    #business-about-us .entry-title {
        font-size: 32px;
    }
}

@media screen and (min-width: 1900px) {
    #business-slider article {
        padding: 250px 0;
    }
}

/*--------------------------------------------------------------
#  Business Testimonial
--------------------------------------------------------------*/

#business-testimonial {
    background-color: #f0edff;
}
#business-testimonial .testimonial-slider {
    max-width: 600px;
    margin: 0 auto;
}
#business-testimonial .testimonial-item {
    text-align: center;
}
#business-testimonial .entry-content {
    color: #696687;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
}
#business-testimonial .featured-image {
    margin-bottom: 30px;
}
#business-testimonial .featured-image img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100px;
    margin: 0 auto;
}
#business-testimonial .entry-header {
    margin-bottom: 30px;
}
#business-testimonial .entry-title {
    font-size: 20px;
    margin: 0 0 5px;
    font-weight: 500;
}
#business-testimonial .testimonial-position {
    color: #696687;
}
.fourth-design #our-partners {
    background-color: #ff7173;
}

#latest-posts .section-header{
    margin-bottom: 35px;
}

#latest-posts .section-icon{ 
    display: none;
}

@media screen and (max-width: 1023px) {
    #top-bar .wrapper {
        display: block;
        margin: 0;
        padding: 0;
    }
    #top-bar .contact-info {
        padding: 0;
    }
}

@media screen and (min-width: 567px) {
    #top-bar .contact-info li:not(:last-child) {
        margin-right: 18px;
        padding-right: 18px;
        border-right: 1px solid rgba(255, 255, 255, 0.40);
    }
    #top-bar ul li {
        display: inline-block;
        vertical-align: middle;
    }
}

@media screen and (min-width: 992px){
    #latest-posts.page-section {
        padding: 0px 0px;
    }
}
