/*
Theme Name: mtumminelli_pending.com
Theme URI: http://aios3-staging.agentimage.com/m/myagentattheshore.com/htdocs
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.3.2
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/


/*

TABLE OF CONTENTS

1. CSS RESET
2. Custom CSS
3. IP styles
4. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css
  
*/


/*******************************************************
 *
 * 1. CSS Reset
 *
 *******************************************************/

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font: 16px/1 sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
p,
blockquote,
figure,
ol,
ul {
    margin: 0;
    padding: 0;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
    display: block;
}

h1,
h2,
h3,
h4 {
    font-size: inherit;
}

strong {
    font-weight: bold;
}

a,
button {
    color: inherit;
    transition: .3s;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

button {
    overflow: visible;
    border: 0;
    font: inherit;
    -webkit-font-smoothing: inherit;
    letter-spacing: inherit;
    background: none;
    cursor: pointer;
}

::-moz-focus-inner {
    padding: 0;
    border: 0;
}

:focus {
    outline: 0;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}


/* removing select arrow from all browser */

select::-ms-expand {
    display: none;
}

select {
    background: transparent url('images/arrow-down.png') no-repeat;
    background-position: right 9px center;
}


/*******************************************************
 *
 * 2. Custom CSS
 *
 *******************************************************/


/* Global */

body {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    background: #FFF;
    color: #000000;
    margin: 0;
}

.bold-text {
    font-weight: 700;
}


/* Header */

header {
    background: #526061;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding: 13px 0px 15px;
    /*z-index: 1001;*/
    z-index: 1011;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


/*** Fixed Header ***/

.fixed-nav {
    padding: 4px 0px 7px;
}

.fixed-nav #nav > li > .sub-menu {
    padding-top: 10px;
}


/*
#fixed-header .fixed-nav nav > div > ul > li > ul{
    background:none!important;
}

#fixed-header .fixed-nav nav > div > ul > li > ul > li > a{
    background:#002466!important;
}

#fixed-header .fixed-nav nav > div > ul > li > ul > li > a:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}
*/


/*** LOGO ***/

#header-logo h2,
footer h2,
.sidebar h2 {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 0.6em;
    margin-left: 2px;
    position: relative;
    top: -7px;
}

.sub-heading {
    font-size: 11.36px;
    color: #96a5a6;
    letter-spacing: 8.5px;
    position: relative;
    left: 2px;
}

#welcome .sub-heading {
    letter-spacing: 12.5px;
}

#header-logo img,
.footer-company-logo img {
    vertical-align: bottom;
}


/*** Header Contacts ***/

div#contact-contacts {
    text-align: right;
    color: #fff;
    position: relative;
    top: 6px;
}

.phoneNo,
.email {
    font-weight: 300;
}

.phoneNo,
.email {
    font-weight: 300;
}

.phoneNo em,
.email em {
    font-size: 11px;
    margin-right: 6px;
}

.email {
    font-size: 15px;
}

.phoneNo {
    font-size: 13px;
    margin-right: 27px;
}


/*** SMI ***/

.header-smi {
    display: inline-block;
    margin-left: 5px;
}

.header-smi a,
footer .smi a,
.sidebar .smi a {
    font-size: 0px;
}

.header-smi a em {
    font-size: 14px;
    margin-left: 13px;
}


/*** Contacts Hover ***/


/*.phoneNo:hover,*/

.email a:hover,
.header-smi a:hover {
    color: #c8cfe2;
}

.phoneNo:hover {
    color: #fff;
}


/*** Nav ***/

nav {
    position: relative;
    left: 14px;
    margin-top: 5px;
}

#nav > li {
    display: inline-block;
}

#nav > li > a {
    padding: 10px 14px;
    display: block;
}

#nav > li > a:hover,
#nav > li > .sub-menu li a:hover {
    background: #c8cfe2;
    color: #fff;
}

#nav li a {
    font-size: 13px;
    text-transform: uppercase;
}

#nav .sub-menu {
    min-width: 140px;
    max-width: 140px;
}

#nav > li > .sub-menu {
    /*padding-top: 13px;*/
    padding-top: 18px;
    background: transparent;
    left: 0;
}

#nav li:hover > .sub-menu {
    display: none;
}

#nav > li > .sub-menu li a {
    background: #526061;
    margin-top: 1px;
    text-align: center;
    padding: 6px;
}

#nav > li > .sub-menu > li .sub-menu {
    background: transparent;
    padding-left: 1px;
}


/*** Long Sub nav ***/

#nav .sub-menu > li.longSub ul {
    /* margin-right: 100%; */
    margin-left: -344%;
    margin-top: -1px;
    max-width: 480px;
    min-width: 480px;
}

#nav .sub-menu > li.longSub ul li {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}


/*** CTA ***/


/*** Slideshow ***/

section#hero {
    position: relative;
    min-height: 750px;
    height: 100%;
}

.dim {
    display: block;
    background: rgba(0, 0, 0, 0.16);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}

.slideshow-tagline {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    opacity: 0.7;
    text-align: left;
    top: 50%;
    background: transparent !important;
    opacity: 1 !important;
    text-align: center !important;
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 2;
}

.cycloneslider-template-responsive .cycloneslider-slide img {
    height: 750px;
}


/*** CTA ***/

.home-container .cta {
    position: absolute;
    bottom: 10%;
    width: 100%;
    z-index: 20;
}

.mobile-cta {
    display: none;
}

.cycloneslider-template-responsive {
    z-index: 1;
    margin-bottom: 0px !important;
}

.home-container .cta div.cta-button a,
.sidebar .cta div.cta-button a {
    border: 1px solid rgba(255, 255, 255, 0.22);
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    background-color: rgba(82, 96, 97, 0.50);
    padding: 26px 0;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
}

.home-container .cta div.cta-button:hover a {
    background: #98afbf;
    text-decoration: none;
    border-color: #98afbf;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

.home-container .cta .cta-button,
.sidebar .cta .cta-button {
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
}

.home-container .cta .cta-button {
    margin: 0 0 20px;
}

/*** Slide Caption ***/

.cycloneslider-template-responsive-img .cycloneslider-caption {
    top: 315px;
    background: transparent !important;
    opacity: 1 !important;
    text-align: left !important;
}

.cycloneslider-template-responsive-img .cycloneslider-caption-title {
    font-size: 38px !important;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #000;
    text-align: center;
}

.slide-agent-image {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
}


/*** Featured Communities ***/

#featured-communities {
    padding: 50px 0px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

#featured-communities ul li {
    display: inline-block;
    width: 32%;
}

#featured-communities ul li:first-of-type {
    float: left;
}

#featured-communities ul li:last-of-type {
    float: right;
}

#featured-communities ul li a {
    display: block;
    text-align: center;
    padding: 34px 0px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
    color: #666666;
    border: 1px solid #ddd;
    overflow: hidden;
    position: relative;
    background: url(images/fc-bg-hover.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.fc-text {
    position: relative;
    display: inline-block;
    padding: 20px;
    z-index: 1;
}

.fc-text::before,
.fc-text::after {
    content: '';
    display: block;
    width: 500px;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

span.fc-text::before {
    left: 100%;
}

.fc-text::after {
    right: 100%;
}

#featured-communities ul li a:hover {
    color: #fff;
}

#featured-communities ul li a::before,
#featured-communities ul li a::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.25;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#featured-communities ul li a::after {
    background: #fff;
    opacity: 1;
}

#featured-communities ul li a:hover::after {
    opacity: 0;
}


/*** Quick Search ***/

#quick-search {
    border-bottom: 1px solid #ddd;
    padding: 40px 0px;
}

#quick-search .col-md-9 {
    padding-left: 0px;
}

#quick-search .col-md-3 {
    padding-right: 0px;
}

#quick-search h2 {
    font-size: 25px;
    text-transform: uppercase;
    display: block;
    min-height: 63px;
    padding: 17px 0px 17px 0px;
    color: #526061;
    text-align: center;
}

#quick-search select,
#quick-search input {
    padding: 7px 12px;
    display: block;
    width: 100%;
    font-weight: 300;
    border: 1px solid rgba(0, 0, 0, 0.35);
    color: #838c8d;
    text-transform: uppercase;
    max-height: 28px;
    text-transform: uppercase!important;
    -moz-text-transform: uppercase!important;
    -webkit-text-transform: uppercase!important;
}

.qs-col {
    display: inline-block;
    width: 23.5%;
    margin-right: 5px;
    vertical-align: top;
}

.qs-col:last-of-type {
    float: right;
    margin-right: 0px;
    width: 24%;
    border-left: 1px solid #eaebeb;
    padding-left: 32px;
}

#quick-search input {
    background: transparent;
}

.qs-col select:first-of-type,
.qs-col select:first-of-type,
.qs-col input:first-of-type,
.qs-col input[type="submit"] {
    margin-bottom: 7px;
}

#quick-search .qs-col input[type="submit"] {
    background: #526061;
    margin-bottom: 8px;
    color: #fff;
    border: none;
}

.qs-col input[type="submit"],
.qs-col a {
    display: block;
    width: 100%;
    border: none;
    padding: 7px 14px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
}

a.adv-btn {
    background: #c8cfe2;
    color: #7e8390;
    max-height: 28px;
    line-height: 1em;
}

#quick-search select option {
    text-transform: uppercase!important;
    -moz-text-transform: uppercase!important;
    -webkit-text-transform: uppercase!important;
}


/*** Welcome ***/

#welcome {
    padding-top: 35px;
    background: #dddddd;
}

#welcome h1 {
    color: #526061;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 300;
    margin: 102px 0px 40px;
}

#welcome h1 .sub-heading {
    font-size: 15px;
}

#welcome p {
    color: #526061;
    font-size: 15px;
    font-weight: 300;
    text-align: justify;
    line-height: 1.5em;
}


/*** Featured Properties ***/

#featured-properties h2 {
    color: #526061;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    padding: 50px 0px;
}

.fp-item {
    position: relative;
}

.fp-item canvas {
    width: 100%;
    background-position: center;
    background-size: cover;
}

.fp-details {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.fp-detail-wrapper {
    background: rgba(82, 96, 97, 0.5);
    height: 100%;
    position: relative;
    display: table;
    width: 100%;
    padding: 30% 0px 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.fp-item:hover .fp-detail-wrapper {
    background: #98afbf;
}

.fp-detail-wrapper span {
    display: block;
    color: #fff;
    text-align: center;
}

.fp-price {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.fp-add {
    font-size: 13px;
    font-weight: 300;
    padding: 0px 16%;
}


/*** Testimonials ***/

#testimonial {
    margin-top: 10px;
    padding: 108px 0px 47px;
    background: url(images/testi-bg.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    color: #fff;
    border-top: 1px solid #4e4e4e;
    position: relative;
}

#testimonial h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 50px;
}

.testi-wrapper {
    width: 90%;
    margin: auto;
}

.testi-item p {
    font-size: 16px;
    font-weight: 300;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    line-height: 1.7em;
}

.clients-name {
    font-size: 16px;
    font-weight: 600;
    margin-top: 35px;
    display: block;
}


/*** Testi nav dots ***/

#testimonial .slick-dots {
    margin-top: 43px;
}

.testi-wrapper ul li {
    display: inline-block;
}

.testi-wrapper ul li button {
    color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    background: #fff;
    margin: 5px;
    padding: 0px;
}

.testi-wrapper ul li.slick-active button {
    background: transparent;
}


/*** Slick Arrow ***/

button.pre-btn,
button.next-btn {
    font-size: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
}

button.pre-btn::before,
button.next-btn::before {
    font-size: 50px;
}

button.pre-btn.ai-font-arrow-a-p {
    left: 9%;
}

button.next-btn.ai-font-arrow-a-n {
    right: 9%;
}


/*** Footer ***/

footer {
    background: #526061;
    padding: 60px 0px 57px;
    text-align: center;
    color: #fff;
    margin-top: 10px
}


/*footer a:hover {
	    color: #98afbf;
	}*/

.footer-contact {
    max-width: 672px;
    margin: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding-bottom: 41px;
}

.footer-contact a:hover {
    color: #fff;
}

.footer-company-logo .sub-heading {
    left: 4px;
}

footer .ai-phone:before,
footer .ai-font-phone:before,
footer .ai-envelope:before,
footer .ai-font-envelope:before {
    color: #fff;
    display: block;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 300;
}

footer .ai-envelope:before,
footer .ai-font-envelope:before {
    font-size: 18px;
    margin-bottom: 25px;
}

.footer-phone,
.footer-email {
    font-size: 16px;
    font-weight: 300;
}

.footer-phone a:hover,
.footer-email a:hover {
    color: #fff;
}

.footer-company-logo {
    padding: 30px 0px 18px;
}

span.contacts-label {
    color: #889596;
    font-size: 10px;
    text-transform: uppercase;
    display: block;
    margin-top: 4px;
}

span.contacts-label:hover {
    color: #fff;
}

.footernav li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    margin: 21px 17px 18px;
}

.footernav li a:hover {
    color: #98afbf;
}

footer .smi a em,
.sidebar .smi a em {
    font-size: 14px;
    display: inline-block;
    height: 38px;
    width: 38px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    line-height: 2.6em;
    color: #fff;
}

footer .smi a,
.sidebar .smi a {
    margin: 0px 5px;
}

.copyright {
    color: #98afbf;
    font-size: 13px;
    font-weight: 300;
}

footer .smi a:hover em,
.sidebar .smi a:hover em {
    background: #c8cfe2;
    color: #526061;
}

footer .smi a span,
.sidebar .smi a span {
    font-size: 15px;
    font-weight: 500;
}

.mini-logos {
    margin-top: 15px;
    color: #98afbf;
}

.mini-logos em {
    font-size: 22px;
}


/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/


/* Adjust minimum height of page area */

#content-sidebar,
#content-full {
    min-height: 500px;
}


/** Adjust width of content columns **/

#content-sidebar #content {
    width: 77.08%;
}

#content-full #content {
    width: 100%;
}


/* Adjust width of sidebar */

.sidebar {
    width: 20.83%;
}


/* Adjust line height of page elements */

#content h4,
aside h4,
#content p,
aside p,
#content blockquote,
aside blockquote,
#content ul,
aside ul,
#content fieldset,
aside fieldset,
#content form,
aside form,
#content ol,
aside ol,
#content dl,
aside dl,
#content dir,
aside dir,
#content menu,
aside menu {
    line-height: 1.7
}


/* Style post/page main headings (h1) */

#content .entry-title {
    font-size: 24px;
    font-weight: 300;
}

#content .entry {
    font-size: 14px;
    font-weight: 300;
}


/* Style category/archive/etc main headings (h1) */

#content .archive-title {}


/* Styles for category/archive/search/etc subheadings (h2) */

#content .archive-subtitle {}


/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

.ip-container main {
    padding-top: 100px;
}


/*** Sidebar ***/

.sidebar {
    background: #526061;
    margin-top: 30px;
    text-align: center;
    padding: 30px 10px;
}

.sidebar h2 {
    line-height: 1em;
    margin-left: 0px;
}

.sidebar .sub-heading {
    letter-spacing: 8.2px;
    left: 0px;
    line-height: 0.1em;
}

.sidebar-contact {
    color: #fff;
}

.sidebar .email,
.sidebar .phone {
    color: #fff;
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
}

.sidebar-contact em {
    color: #fff;
    margin: 10px;
    display: block;
}


/*** QS ***/

.sidebar #quick-search {
    border-bottom: none;
    padding: 0px 10px 1px;
    background: #e51837;
    padding-top: 11px;
    /*margin-top: 20px;*/
    margin: 20px auto 0 auto;
    max-width: 328px;
}

.sidebar #quick-search h2 {
    min-height: initial;
    padding: 0px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0px;
    top: 0px;
    margin: 0px;
}

.sidebar .qs-col {
    width: 100%;
}

.sidebar select {
    background: #fff url(images/arrow-down.png) no-repeat;
    background-position: right 9px center;
}

.sidebar #quick-search select,
.sidebar #quick-search input {
    margin-bottom: 1px;
    max-height: 34px;
}

.sidebar #quick-search input {
    background: #fff;
}

.sidebar .qs-col:last-of-type {
    float: none;
    margin-right: 0px;
    margin-top: 1px;
    width: 100%;
    border-left: none;
    padding-left: 0px;
}

.sidebar a.adv-btn {
    margin-top: -6px;
    max-height: none;
    height: 34px;
    line-height: 1.7em;
}

.sidebar .cta div.cta-button a {
    font-size: 11px;
    margin-bottom: 10px;
}

.sidebar .cta div.cta-button a:hover {
    background: #98afbf;
}


/*** Property Search Page ***/

ul#ihf-search-location-tabs,
ul#ihf-detail-extrainfotabs,
ul.chosen-results {
    margin-left: 0px !important;
    padding-left: 0px !important;
}

div.wpcf7-response-output {
    margin: 2em 0em 1em;
    text-align: center;
}

#post-30 div.wpcf7-response-output {
    max-width: 355px;
}

.sidebar .ai-contact-wrap {
    max-width: 327px!important;
    margin: 0 auto!important;
}

#custom-popup-wrap {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    padding: 20px;
}

#custom-popup-wrap h2 {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}

#custom-popup-wrap form .ai-contact-wrap {
    width: 100%;
    max-width: 100%;
}

#custom-popup-wrap .ai-contact-wrap span {
    text-align: center;
    display: block;
    font-size: 18px;
    margin: 10px 0 25px;
}

.ajax-loader {
    position: absolute;
}

#custom-popup-wrap .wpcf7-submit {
    max-width: 200px;
    margin: 0 auto 20px;
    display: block;
}

#custom-popup-wrap .aiosp-close {
    z-index: -1;
}

.g-recaptcha {
    max-width: 304px;
    margin: 0 auto 20px;
}

.custom-close-btn {
    max-width: 200px;
    margin: 10px auto 0;
    display: block;
    padding: 10px 0;
    border: 1px solid;
    width: 100%;
}

.ip-comm-items {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -15px;
}

.ip-comm-item {
    width: 50%;
    padding: 0 15px;
    margin: 0 0 30px;
}

.ip-comm-item a {
    display: block;
}

.ip-comm-item-inner {
    position: relative;
}

.ip-comm-photo {
    background: #000;
}

.ip-comm-photo canvas {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.5;
    transition: .3s;
}

.ip-comm-item a:hover .ip-comm-photo canvas {
    opacity: 0.8;
}

.ip-comm-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.ip-comm-title h2 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.ip-comm-agent {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.ip-comm-agent-info em {
    display: inline-block;
    font-style: normal !important;
    margin: 0 10px 0 0;
    width: 17px;
    text-align: center;
}

.ip-comm-agent-info em.ai-font-envelope {
    font-size: 12px;
}

.ip-container .yoast-breadcrumbs {
    margin: 80px 0 0;
}