/* 
Theme Name: Pinnacle Mergers & Acquisitions
Theme URI: https://pinnaclemergers.com/
Description: Pinnacle Mergers & Acquisitions is a child theme of Hello Elementor
Author: Lynn Fleck
Author URI: https://lynnfleck.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* resets from parent theme css */
/* -------------------------------------------------------*/
/* RESETS FROM PARENT THEME
/* -------------------------------------------------------*/



/* -------------------------------------------------------*/
/* GLOBAL STYLES
/* -------------------------------------------------------*/
.elementor-counter .elementor-counter-title {
    text-align: center;
    line-height: 1.3em !important;
    letter-spacing: 2px;
}

.white-button a.elementor-button.elementor-button-link.elementor-size-sm {
    background-image: none;
	background: #fff;
}


.white-button a.elementor-button.elementor-button-link.elementor-size-sm:hover {
	background: #052460;
	color: #fff;
}

/* -------------------------------------------------------*/
/* GRAVITY FORMS */
/* -------------------------------------------------------*/
.gform_wrapper ::placeholder {
	color: #fff;
}

.elementor-kit-6 input[type="submit"].gform_button {
    background-color: var(--e-global-color-secondary);
    border-color: var(--e-global-color-secondary);
    background-image: none;
}

.elementor-kit-6 input[type="submit"].gform_button:hover {
    background-color: transparent;
    border-color: #fff;
    background-image: none;
}

/* -------------------------------------------------------*/
/* TEMPLATES */
/* -------------------------------------------------------*/

/* -------------------------------------------------------*/
/* TEMPLATES */
/* -------------------------------------------------------*/



/* -------------------------------------------------------*/
/* HEADER 
/* -------------------------------------------------------*/


/* -------------------------------------------------------*/
/* HOME PAGE
/* -------------------------------------------------------*/


/* -------------------------------------------------------*/
/* FOOTER
/* -------------------------------------------------------*/


/* CPR CSS */
.img-resp{width: 100%; height: auto;}
.cpr-linked-author{
    background: var(--e-global-color-primary);
    padding: 25px 30px;
    display: flex;
    margin-bottom: 30px;
}
.cpr-linked-author .name{color: #fff !important;font-family: "Cormorant", Sans-serif; font-size: 30px;text-transform: uppercase;margin-bottom: 0 !important;}
.cpr-linked-author .job-title{text-transform: uppercase;display: block;margin-bottom: 10px;}
.cpr-linked-author .profile-photo{
    width: 115px;
    margin-right: 20px;
}
.cpr-linked-author .profile-photo + div{
    flex: 1;
}

.cpr-linked-author-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cpr-linked-author-footer .main-info{
    flex: 1;
    display: flex;
    align-items: center;
}
.cpr-linked-author-footer .main-info .name{margin: 0; color: #0279C1 !important;}
.cpr-linked-author-footer .meta-txt{text-transform: uppercase; display: block;color: #000; font-family: 'Montserrat';font-weight: 500;}
.cpr-linked-author-footer .profile-photo{margin-right: 20px;width: 58px;height: 58px;border-radius: 50%;overflow: hidden;border: 1px solid #B4B4B4;}
.cpr-linked-author-footer .profile-photo + div{flex: 1;}

.wht-text{color: #ffffff !important;}
.txt-upper{text-transform: uppercase;}
.text-center{text-align: center;}
.cormorant{font-family: "Cormorant", Sans-serif !important; }
body.single [data-elementor-type="single-post"] > div:nth-child(2){
    background: #fff !important;
}
.related-leadership-lens > h2{font-weight: 500 !important;position: relative;margin: 0 !important; padding-bottom: 20px;}
.related-leadership-lens > h2:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -155px;
    width: 310px;
    height: 1px;
    background: #0279C1;
}
.ll-items-wrapper{
    min-width: 320px;
    margin-top: 40px;
}
.ll-items-wrapper .lens-item{
    background: #ffffff;
    display: flex;
    margin-bottom: 20px;
}
.ll-items-wrapper .lens-item .details {
    padding: 20px;
    flex: 1;
}
.ll-items-wrapper .lens-item .details .post-title{
    font-family: 'Montserrat';
    font-weight: 600;
    color: #052460 !important;
    margin: 0 0 10px !important;
    padding-bottom: 10px;
    border-bottom: 1px solid #0279C1;

}
.ll-items-wrapper .lens-item .details .post-date{color: #000000; font-size: 12px;}
.ll-items-wrapper .lens-item .img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33%;
    max-width: 230px;
    min-width: 150px;
    margin-right: 0px;
}
.ll-items-wrapper .lens-item picture{width: 100%; height: 100%;}
.ll-items-wrapper .lens-item img{
    height: 100%;          /* make image as tall as parent */
    width: auto;           /* let width scale proportionally */
    object-fit: cover;     /* crop horizontally */
    object-position: center; /* keep it centered */
    display: block;
}

.ll-items-wrapper .lens-item .details{display: flex; align-items: center;}
.ll-items-wrapper .lens-item .details > a {display: block; width: 100%;}
.ll-items-wrapper .lens-item .details .post-title {margin-bottom: 0 !important;}

@media screen and (min-width: 500px){
    .ll-items-wrapper .lens-item .img{
        min-width: 170px;
    }
}
@media screen and (max-width: 500px){
    .ll-items-wrapper .lens-item{flex-wrap: wrap;}
    .ll-items-wrapper .lens-item .img{width: 100% !important; max-width: 100% !important;}
}

@media screen and (max-width: 767px){
    body.single [data-elementor-type="single-post"] > div:nth-child(2){
        background: #fff !important;
    }

    body.single-leadership-lens .elementor-widget-container h3.wp-block-heading{font-size: 26px !important;}
}

@media screen and (max-width: 580px){
    body.single .cpr-linked-author{
        display: block;
    } 
    body.single .cpr-linked-author .profile-photo{
        /* margin-right: auto;
        margin-left: auto; */
        width: 150px;
    }
    .cpr-linked-author-footer{flex-wrap: wrap;}
    .cpr-linked-author-footer > div{width: 100% !important;}
    .cpr-linked-author-footer .main-info{flex: unset;}
    .cpr-linked-author-footer .main-info + div{text-align: right;margin-top: 10px;}
}

@media screen and (min-width: 768px){
    .related-leadership-lens > h2{font-size: 50px !important;}
    .ll-items-wrapper{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ll-items-wrapper > div{
        width: calc(50% - 15px);
    }
    .ll-items-wrapper .lens-item{margin-bottom: 30px;}
}


