/* Additional CSS to modify the theme */


/* NOTE ******************** 
This temporarily hides all images from Post Grids (the biz directory category pages) */

.grid-items .thumb {
	display: none;
}


/* The Mega Menu Styling */

.menu-icon p,
.menu-icon-mobile p {
    background-color: #ffffff;
    padding: 10px 20px;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    margin-top: -20px;
    margin-right: -10px;
}

.menu-icon p:after,
.menu-icon-mobile p:after {
    content: '\f333';
    font-family: 'Dashicons';
    font-size: 30px;
    padding-left: 10px;
    vertical-align: middle;
}

.menu-icon.close p:after,
.menu-icon-mobile.close p:after {
    content: '\f158';
}

.mega-menu, 
.mega-menu-mobile {
    display: none;
}

.mega-menu.show, 
.mega-menu-mobile.show {
    display: block;
    padding-top: 100px;
    width: 100%;
    position: fixed;
    top: 0;
    height: 100vh;
}

.mega-menu .elementor-column {
    padding: 40px;
    border-left: 1px solid #ffffff;
}

.mega-menu .elementor-column:first-child {
    border-left: 0;
}

.mega-menu img {
    filter: brightness(0) invert(1);
}

.mega-menu li.menu-item {
    border-bottom: 1px solid rgba(255,255,255,0.4);
}

.mega-menu .elementor-column:last-child li.menu-item {
    border-bottom: 0;
}

.mega-menu li.menu-item a {
    padding: 20px 20px 15px 0;
    font-size: 26px;
    line-height: 1.2em;
}

.mega-menu .directory-menu li.menu-item a {
    font-size: 18px;
    line-height: 1.0em;
    padding-bottom: 0;
}

.mega-menu li.menu-item:first-child a {
    padding-top: 0;
}

.mega-menu .elementor-nav-menu--main .elementor-nav-menu a:hover {
    padding: 20px 20px 15px 0;
}

.mega-menu .elementor-nav-menu--main li.menu-item:first-child a:hover {
    padding-top: 0;
}

.mega-menu .elementor-column:nth-child(2) li.menu-item:first-child a.elementor-item:after {
    content: '\f345';
    font-family: 'Dashicons';
    font-size: 26px;
    padding-left: 10px;
    vertical-align: middle;
    opacity: 1;
    position: relative;
    background-color: transparent;
}



/* Other General Settings */

.image-overlaps { display: none; }

.white p, .white h1, .white h2, .white h3, .white h4, .white li, .white .elementor-tab-title, .white figcaption, .white .elementor-widget-text-editor { color: #ffffff !important; }
.white a:hover { color: #a6a6a6 !important; }

.dashicons { margin-right: 10px; font-size: 30px; }
.dashicons-linkedin:before { content: "\f18d"; }
.dashicons-facebook:before { content: "\f304"; }
.dashicons-instagram:before { content: "\f12d"; }



.elementor-section.elementor-section-boxed.page-outer-box.big-padding .elementor-text-editor a:not(.image-link),
.single-listing a.website { color: var( --e-global-color-primary ); background-color: #ffffff;
padding: 13px 20px 13px 15px; margin-top: 20px; display: inline-block; font-size: 14px;
}

.elementor-section.elementor-section-boxed.page-outer-box.big-padding div.grid-items a {
    background-color: unset;
    padding: 0;
    margin-top: 15px;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
}

.elementor-section.elementor-section-boxed.page-outer-box.big-padding div.grid-items .title a {
    font-size: 20px;
    font-weight: 700;
}

.elementor-section.elementor-section-boxed.page-outer-box.big-padding div.grid-items .content {
    font-size: 16px;
    line-height: 1.5em;
}

.elementor-section.elementor-section-boxed.page-outer-box.big-padding div.grid-items a:hover {
	background-color: transparent;
	color: #a6a6a6;
}

.elementor-section.elementor-section-boxed.page-outer-box.big-padding .elementor-column .elementor-text-editor .grid-items .title a:after {
	display: none;
}

.post-grid .grid-items .item {
	background-color: transparent !important;
}

.grid-items .thumb {
	height: 200px;
	width: 300px;
}

.grid-items .thumb img { 
	object-fit: cover;
    height: 100%;
    width: 100%
}

.single-listing a.website { box-shadow: 0px 0px 5px #888888;
}

.single-listing a.website:hover { background-color: #efefef; } 

.elementor-section.elementor-section-boxed.page-outer-box.big-padding .elementor-column { padding: 20px; }

.elementor-section.elementor-section-boxed.page-outer-box.big-padding.overlap-left .elementor-column .elementor-widget-text-editor img,
.elementor-section.elementor-section-boxed.page-outer-box.big-padding.overlap-right .elementor-column .elementor-widget-text-editor img { display: block; margin: 50px 0; }

.elementor-section.elementor-section-boxed.page-outer-box.big-padding .elementor-column a:hover { background-color: var( --e-global-color-primary ); color: #ffffff;}

.elementor-section.elementor-section-boxed.page-outer-box.big-padding .elementor-column .elementor-text-editor a:not(.image-link):after, 
.elementor-section.elementor-section-boxed.page-outer-box.big-padding.overlap-right .elementor-text-editor .elementor-column a:not(.image-link):after,
.single-listing a.website:after {
    border-top: 1px solid #CBCBCB;
    content: ' ';
    padding-right: 41px;
    margin-left: 15px;
    height: 6px;
    display: inline-block;
}


/* SINGLE LISTINGS */

.single-listing .description { margin-bottom: 60px; }

.single-listing h3 { margin-bottom: 30px; }

.single-listing span { font-weight: bold; }

.single-listing a { display: block; margin-bottom: 30px; }

.single-listing .address { margin-bottom: 30px; }




/* TEMP FIX of a padding problem on Elementor Sections */

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0 10px;
}

.no-gap .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
    padding: 0 10px;
}



/* START the special desktop styling settings */

@media only screen and (min-width: 768px) {

.image-overlaps { display: revert; }

.elementor-section.elementor-section-boxed.page-outer-box > .elementor-container {
    border-left: 1px solid #8B9499;
    border-right: 1px solid #8B9499;
}

.elementor-section.elementor-section-boxed.page-outer-box.top-border .elementor-column { border-top: 1px solid #8B9499; }

.elementor-section.elementor-section-boxed.page-outer-box.bottom-border .elementor-column { border-bottom: 1px solid #8B9499; }

.elementor-section.elementor-section-boxed.page-outer-box.big-padding .elementor-column { padding: 8vw; }

.elementor-section.elementor-section-boxed.page-outer-box.big-padding.no-top-bottom .elementor-column { padding: 0 8vw 0 8vw; }

.elementor-section.elementor-section-boxed.page-outer-box.big-padding.small-top .elementor-column { padding: 2vw 8vw 8vw 8vw; }



.elementor-section.elementor-section-boxed.page-outer-box.big-padding.overlap-left .elementor-column:first-child,
.elementor-section.elementor-section-boxed.page-outer-box.big-padding.overlap-right .elementor-column:first-child{ padding: 8vw 0 8vw 8vw; }

.elementor-section.elementor-section-boxed.page-outer-box.big-padding.overlap-left .elementor-column:last-child,
.elementor-section.elementor-section-boxed.page-outer-box.big-padding.overlap-right .elementor-column:last-child
{ padding: 8vw 8vw 8vw 0; }

.elementor-section.elementor-section-boxed.page-outer-box.no-top-bottom.overlap-left .elementor-column:first-child,
.elementor-section.elementor-section-boxed.page-outer-box.no-top-bottom.overlap-right .elementor-column:first-child{ padding: 0 0 0 8vw; }

.elementor-section.elementor-section-boxed.page-outer-box.no-top-bottom.overlap-left .elementor-column:last-child,
.elementor-section.elementor-section-boxed.page-outer-box.no-top-bottom.overlap-right .elementor-column:last-child
{ padding: 0 8vw 0 0; }

.elementor-section.elementor-section-boxed.page-outer-box.overlap-left .elementor-column:first-child .elementor-column-wrap,
.elementor-section.elementor-section-boxed.page-outer-box.overlap-left .elementor-column:first-child .elementor-widget-wrap { 
	margin-right: -20vw; 
	width: calc(100% + 20vw) !important; 
	z-index: 4; 
	margin-top: 200px;
}

.elementor-section.elementor-section-boxed.page-outer-box.overlap-right .elementor-column:last-child .elementor-column-wrap,
.elementor-section.elementor-section-boxed.page-outer-box.overlap-right .elementor-column:last-child .elementor-widget-wrap {
    margin-left: -20vw;
    width: calc(100% + 20vw) !important;
    z-index: 4;
    margin-top: 200px;
}


.post-grid .grid-items {
    column-gap: 40px !important;
    row-gap: 10px !important;
}

	.single-listing .contact-left { float: left; }
	.single-listing .contact-right { float: right; width: 48%; margin-left: 5%; }
	
	
	
	
}

/* ENDS the special Desktop styling settings */


