/*
 Theme Name:   Loyde Child Theme
 Theme URI:    https://loyde.creatopusthemes.space/
 Description:  Loyde Child Theme - Consulting Business & Corporate WordPress Theme
 Author:       CreatopusThemes
 Author URI:   https://themeforest.net/user/creatopus
 Template:     loyde
 Version:      1.0.0
 Tags:
 Text Domain:  loyde
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

/*Header*/
.crea-header-fragment-wrapper {
	height: auto !important;
}

/*Title Bar*/
/*.wh-page-title-bar {
    background-image: url(https://inorderbusiness.viewourdesign.com/wp-content/uploads/2021/10/subpages-banner.png) !important;
}*/
.wh-page-title-bar {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}
.wh-page-title-wrapper {
    padding-top: 300px !important;
    padding-bottom: 300px !important;
}

/*Core Values*/
.core-values .vc_figure,
.core-values .vc_figure .vc_single_image-wrapper,
.core-values .vc_figure .vc_single_image-wrapper img {
    width: 100%;
}
.core-values-icons .wh-content-box {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.core-values-icons .wh-content-box .wpb_single_image {
    width: 20%;
    margin-right: 30px;
}
.core-values-icons .wh-content-box:nth-child(2) .wpb_single_image {
    width: 35%;
}
.core-values-icons .wh-content-box:nth-child(3) .wpb_single_image {
    width: 40%;
}
.core-values-icons h3 {
    margin-bottom: 0;
}

/*Team Members*/
.team-members-list .crea-postlist-inner-item {
    border: none !important;
}
.team-members-list .post-thumb {
    text-align: center;
}
.team-members-list .post-thumb img {
    width: 150px;
    height: 150px !important;
    border-radius: 100%;
}
.team-members-list h3 {
    padding: 30px 0 0 0 !important;
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin: 0 !important;
}
.team-members-list p {
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    text-align: center;
}
.team-members-list p a {
    color: #000 !important;
    font-size: 15px !important;
    text-transform: capitalize !important;
}
.team-members-list p a:after {
    display: none !important;
}


/*Footer*/
footer .vc_column-inner .footer-first-col{
    width: 30%;
}
footer .vc_column-inner .footer-second-col{
    width: 55%;
}
footer .vc_column-inner .footer-third-col{
    width: 8%;
}


@media screen and (max-width: 1024px) {
    .professional-development .vc_column-inner {
        padding-top: 222px !important;
    }
    
    /*Footer*/
        footer .vc_column-inner .footer-first-col {
            width: 100%;
            padding: 0 !important;
            margin: 0 !important;
        }
        footer .vc_column-inner .footer-first-col .wh-theme-logo {
            text-align: center;
        }
        footer .vc_column-inner .footer-first-col p{
            text-align: center !important;
            width: 100%;
        }
        footer .vc_column-inner .footer-second-col {
            width: 100%;
            padding: 0 !important;
            margin: 0 !important;
        }
        footer .vc_column-inner .footer-second-col h3 {
            margin-top: 30px !important;
            text-align: center !important;
            width: 100%;
        }
        footer .vc_column-inner .footer-second-col p {
            text-align: center !important;
            width: 100%;
        }
        footer .vc_column-inner .footer-second-col .wh-content-box{
            width: 100%;
        }
        footer .vc_column-inner .footer-third-col {
            width: 100%;
            padding: 0 !important;
            margin: 0 !important;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
             justify-content: center;

        }
}

@media screen and (max-width: 768px) {
    .clients-who-trust-us h2 {
        font-size: 30px;
    }
}