/*
 Theme Name:   Consultum Child
 Description:  Consultum Child Theme
 Theme URI:	   https://demo.artureanec.com/themes/consultum
 Author:       Artureanec
 Author URI:   https://demo.artureanec.com
 Template:     consultum
 Version:      1.0.0
 License: GNU  General Public License version 3.0
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 Text Domain:  consultum-child
*/

/* =Theme customization starts here
------------------------------------------------------- */
.hide{display: none !important}
.header.header-position-above + .page-title-container .page-title-wrapper{
    margin: 0px;
}
.page-title-container .page-title{
    margin: 0px;
}
.carddstucture .team-item .post-title {font-size: 17px;}
.carddstucture .team-item .team-item-content {display: flex !important;flex-wrap: wrap;}
.carddstucture .team-item-position {order: 2;}
.carddstucture .team-item .post-title {order: 1;}
.carddstucture .team-item .post-title:after {content: '';display: block;width: 250px;max-width: 100%;height: 2px;margin-left: 1px;margin-bottom: 3px;background: #222628;}
.carddstucture .team-item .post-title:before {display: none;}
.carddstucture .team-item:hover .team-item-media img {
    object-position: top center;
}
.special-title .special-title-backward{text-transform: inherit !important;}
.single-consultum_team .page-title-container .page-title-box:before{
    display: none;
}
.special-title2 .special-title-backward:after {
  display: none;
}
.special-title2 .special-title-backward{position: relative; top:-15px}
.special-title2 .special-title-backward:before {
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 480px;
    max-width: 100%;
    margin-top: 3px;
    background: #222628;
}
.special-title2 h3.team-post-title{ font-size:30px !important; }
.logo-link img {
    width: 150px;
    height: auto;
}
.custom-text span {
    font-size: 50px !important;
    font-weight: 500;
}
/*.single-team {
    margin-top: 80px;
    margin-bottom: 80px;
}*/
/*Responsive css*/
@media only screen and (max-width: 767px) 
{
    .logo-link img {
    width: 90px;
    }
   /* .single-team {
        margin-top: 40px;
    margin-bottom: 40px;
}*/
section.ai-section{
    margin-top: 75px !important;
}
}