/* Dev tools */
::-webkit-scrollbar { width: 0; }
html.webkit { margin-top: 0!important; }
#wpadminbar { opacity: 0; }
#wpadminbar:hover { opacity: 1; }

#inner-page-wrapper > .container {
	width: 100%;
	padding: 0;
}
.ip-banner::before {
	background: rgba(0,0,0,.25);
}
.ip-banner-logo h1 {
    font-size: 72px;
    /*text-shadow: none;*/
}
#content-full {
    margin-top: 40px;
}

.mtt-ip-wrapper {
    font-size: 0;
    position: relative;
}
    .mtt-ip-col {
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }
    .mtt-ip-col:nth-child(odd) {
        padding-right: 10px;
    }
    .mtt-ip-col:nth-child(even) {
        padding-left: 10px;
    }
        .mtt-ip-agent-item {
            cursor: pointer;
        }
            .mtt-ip-agent-photo {
                position: relative;
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
                height: 720px;
            }
            .mtt-ip-agent-photo::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: #000;
                opacity: .2;
                pointer-events: none;
                z-index: 1;
                -webkit-transition: all .325s ease-in-out;
                -moz-transition: all .325s ease-in-out;
                -ms-transition: all .325s ease-in-out;
                transition: all .325s ease-in-out;
            }
            .mtt-ip-agent-item:hover .mtt-ip-agent-photo::before {
                opacity: 0;
            }
                .mtt-ip-agent-initial-details {
                    position: absolute;
                    bottom: 43px;
                    left: 0;
                    width: 100%;
                    padding: 0 55px;
                    z-index: 1;
                    -webkit-transition: all .325s ease-in-out;
                    -moz-transition: all .325s ease-in-out;
                    -ms-transition: all .325s ease-in-out;
                    transition: all .325s ease-in-out;
                }
                .mtt-ip-agent-item:hover .mtt-ip-agent-initial-details {
                    opacity: 0;
                    bottom: 0;
                }
                    .mtt-ip-agent-initial-details-name {
                        display: inline-block;
                        font-family: "Josefin Sans", sans-serif;
                        font-size: 18px;
                        font-weight: 400;
                        color: #3d3d3d;
                        text-transform: uppercase;
                        text-align: center;
                        letter-spacing: 2px;
                        background-color: #fff;
                        padding: 12px 15px 10px;
                        margin-bottom: 34px;
                    }
                    .mtt-ip-agent-initial-details-bio {
                        font-family: "Josefin Sans", sans-serif;
                        font-size: 14px;
                        font-weight: 300;
                        color: #fff;
                        line-height: 20px;
                        letter-spacing: 1px;
                        margin-bottom: 22px;
                        padding-right: 16px;
                    }
                    .mtt-ip-agent-initial-details-link-label {
                        font-family: "Josefin Sans", sans-serif;
                        font-size: 14px;
                        font-weight: 700;
                        color: #fff;
                        text-transform: uppercase;
                    }
                .mtt-ip-agent-hover-details {
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    height: 287px;
                    padding: 0 47px 0 84px;
                    background-color: #000;
                    z-index: 1;
                    overflow: hidden;
                    pointer-events: none;
                    -webkit-transition: all .325s ease-in-out;
                    -moz-transition: all .325s ease-in-out;
                    -ms-transition: all .325s ease-in-out;
                    transition: all .325s ease-in-out;
                    opacity: 0;
                }
                .active .mtt-ip-agent-hover-details {
                    height: 100%;
                    background-color: rgba(0, 0, 0, .8);
                }
                .mtt-ip-agent-item:hover .mtt-ip-agent-hover-details {
                    opacity: 1;
                    pointer-events: auto;
                }
                    .mtt-ip-agent-hover-details-name {
                        font-family: "Josefin Sans", sans-serif;
                        font-size: 18px;
                        font-weight: 400;
                        color: #ff6e00;
                        text-transform: uppercase;
                        letter-spacing: 1px;
                        margin: 47px 0 14px;
                        -webkit-transition: all .325s ease-in-out;
                        -moz-transition: all .325s ease-in-out;
                        -ms-transition: all .325s ease-in-out;
                        transition: all .325s ease-in-out;
                    }
                    .active .mtt-ip-agent-hover-details .mtt-ip-agent-hover-details-name {
                        margin: 81px 0 14px;
                    }
                    .mtt-ip-agent-hover-details-contact {

                    }
                        .mtt-ip-agent-hover-details-contact-item {
                            display: inline-block;
                            vertical-align: top;
                            margin-right: 49px;
                        }
                            .mtt-ip-agent-hover-details-contact-item img {
                                max-width: 100%;
                                margin-right: 8px;
                            }
                            .mtt-ip-agent-hover-details-contact-item a {
                                font-family: "Josefin Sans", sans-serif;
                                font-size: 14px;
                                font-weight: 300;
                                color: #fff !important;
                            }
                            .mtt-ip-agent-hover-details-contact-item a:hover {
                                color: #ff6e00 !important;
                            }
                            .mtt-ip-agent-hover-details-contact-item.smi a {
                                display: inline-block;
                                vertical-align: top;
                                margin-right: 24px;
                            }
                        .mtt-ip-agent-hover-details-bio {
                            margin-top: 35px;
                            overflow: hidden;
                            height: 40px;
                            padding: 0 15px;
                            -webkit-transition: all .325s ease-in-out;
                            -moz-transition: all .325s ease-in-out;
                            -ms-transition: all .325s ease-in-out;
                            transition: all .325s ease-in-out;
                        }
                        .active .mtt-ip-agent-hover-details .mtt-ip-agent-hover-details-bio {
                            height: 480px;
                            overflow-y: scroll;
                        }
                            .mtt-ip-agent-hover-details-bio p {
                                font-family: "Josefin Sans", sans-serif;
                                font-size: 16px;
                                font-weight: 300;
                                color: #fff;
                                line-height: 20px !important;
                                letter-spacing: 1px;
                                margin-top: 0 !important;
                                margin-bottom: 20px !important;
                            }
                        .active .mtt-ip-agent-hover-details .mtt-ip-agent-hover-details-readmore {
                            margin-top: 0;
                        }
                        .mtt-ip-agent-hover-details-readmore {
                            font-family: "Josefin Sans", sans-serif;
                            font-size: 14px;
                            font-weight: 700;
                            color: #fff;
                            text-transform: uppercase;
                            margin-top: 31px;
                            cursor: pointer;
                            -webkit-transition: all .325s ease-in-out;
                            -moz-transition: all .325s ease-in-out;
                            -ms-transition: all .325s ease-in-out;
                            transition: all .325s ease-in-out;
                        }
                        .mtt-ip-agent-hover-details-readmore:hover {
                            color: #ff6e00;
                        }
												.mtt-ip-agent-hover-details-bio::-webkit-scrollbar {
												  width: 8px;
												}
												.mtt-ip-agent-hover-details-bio::-webkit-scrollbar-thumb {
												  background: red;
												}

												/* .mtt-ip-agent-hover-details-readmore:hover .mtt-ip-agent-hover-details.active .mtt-ip-agent-hover-details-bio{
												  height: 480px;
												  overflow-y: scroll;
												} */
												/* .mtt-ip-agent-hover-details-readmore:hover .mtt-ip-agent-hover-details-bio {
												    height: 480px;
												    overflow-y: scroll;
												} */


/* Mobile */
@media only screen and (max-width: 1366px) {
	.mtt-ip-agent-hover-details-contact-item {
        margin-right: 15px;
    }
    .mtt-ip-agent-hover-details-contact-item img {
        margin-right: 5px;
    }
    .mtt-ip-agent-hover-details-contact-item.smi a {
        margin-right: 10px;
    }
    .mtt-ip-agent-hover-details-contact-item a {
        font-size: 12px;
    }
    .mtt-ip-agent-hover-details {
        padding: 0 36px 0 48px;
    }
    .mtt-ip-agent-hover-details-bio {
        height: 40px;
    }
    .mtt-ip-agent-hover-details-bio p {
        line-height: 20px !important;
    }
}
@media only screen and (max-width: 1199px) {
    .mtt-ip-agent-initial-details-bio {
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 1px;
        margin-bottom: 12px;
    }
    .mtt-ip-agent-initial-details-name {
        padding: 13px 19px;
        margin-bottom: 14px;
    }
    .mtt-ip-agent-hover-details {
        padding: 0 18px 0 26px;
    }
    .active .mtt-ip-agent-hover-details .mtt-ip-agent-hover-details-name {
        margin: 19px 0 14px;
    }
}
@media only screen and (max-width: 991px) {
	.mtt-ip-col {
        width: 100%;
        padding: 0 !important;
        margin-bottom: 40px;
    }
    .ip-banner-logo h1 {
        font-size: 48px;
    }
	.mtt-ip-wrapper {
		max-width: 750px;
		margin: 0 auto;
		width: calc(100% - 20px);
	}
}
@media only screen and (max-width: 767px) {

}
@media only screen and (max-width: 480px) {
    .mtt-ip-agent-photo {
        height: 450px;
    }
    .mtt-ip-agent-initial-details {
        padding: 0 15px;
        bottom: 13px;
    }
    .mtt-ip-agent-initial-details-bio {
        font-size: 10px;
        line-height: 11px;
    }
    .mtt-ip-agent-initial-details-name {
        font-size: 12px;
    }
    .active .mtt-ip-agent-hover-details .mtt-ip-agent-hover-details-bio {
        height: 180px;
        margin-bottom: 20px;
    }
    .mtt-ip-agent-hover-details {
        height: 210px;
    }
    .mtt-ip-agent-hover-details-name {
        margin: 15px 0 14px;
    }
    .mtt-ip-agent-hover-details-bio {
        margin-top: 10px;
    }
    .mtt-ip-agent-hover-details-readmore {
        margin-top: 15px;
    }
}
