/*
Theme Name: Premier Living Theme
Theme URI: https://premierlivingmanagement.com
Author: Premier Living Management LLC
Author URI: https://premierlivingmanagement.com
Description: A simple Elementor-ready WordPress theme for Premier Living Management LLC.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: premierliving-theme
*/

.elementor-kit-6 {
    --e-global-typography-primary-font-family: "Bellefair";
    --e-global-typography-primary-font-weight: 400;
	--e-global-color-primary:#FF202D;
	--e-global-color-secondary:#12F8F7;
}
body {
    padding: 0;
    margin: 0;
    min-height: 100vh;
	overflow-x:hidden;
}
header .e-con-inner {
    padding: 10px !important;
}
header, header .e-con-inner>* {
    padding: 0 !important;
}
.ekit-template-content-header {
    position: sticky;
    top: 0;
    box-shadow: 0 0 20px -4px rgba(0,0,0,0.5);
    z-index: 2;
    background-color: #fff;	
}
*, .ropa-sans-regular {
  font-family: "Ropa Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.ropa-sans-regular-italic {
  font-family: "Ropa Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
}
header h1.elementor-heading-title, .bellefair-regular, .elementor-heading-title {
  font-family: "Bellefair", serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
header h1.elementor-heading-title {
    font-size: 1.82em;
    color: #000 !important;
}
header h6.elementor-heading-title {
    color: #666 !important;
}
header .elementor-heading-title {display: none;}
[data-elementor-device-mode="desktop"] header .elementor-heading-title {
    display: block;
}

footer * {
    /*color: #fff;*/
}
footer h3, footer h3>strong {
    color: #fab0b5;
    font-weight: bold !important;
}

footer ul {
    padding-left: 2px;
    margin-top: 0;
    list-style: none;
}

footer li, footer li>a {
    /*color: #fff;*/
}
.bg-cover {background-size:100% 100% !important;}
.main-page-title > * {
    font-size: 3em;
    line-height: 1.1em !important;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
	color: #fff !important;
}
footer {
    font-size: 0.8em;
    line-height: 1.4em;
}
ul#menu-main-menu li a, footer ul li a{
    position:relative;
}
ul#menu-main-menu li a::after, footer ul li a::after {
    opacity:0;
    transition:all 0.1s linear;
    position: absolute;
    bottom: 10px;
    border: 3px solid #FAB0B5;
    box-sizing: border-box;
    left:50%;
    right:50%;
    content: '';
}
ul#menu-main-menu li a:hover::after, ul#menu-main-menu li.current-menu-item a::after {
    opacity:1;
    left: calc(0% + 2px);
    right: calc(0% + 2px);
}
.box-no-cta .e-link-in-bio__ctas {
    display: none;
}
footer ul li a::after {
    bottom: -2px;
    border-width: 1px;
}
footer ul li a:hover::after {
    opacity:1;
    left: 0%;
    right: 0%;
}
.page-resources-header {
    min-height: 400px !important;
    height: auto !important;
    display: flex;
    padding: 20px;
    align-content: flex-end;
    justify-content: flex-end;
    align-items: center;
    background-position:center;
    background-size:cover;
    background-attachment:fixed;
	box-sizing:border-box;
}

.page-resources-header>.e-con-inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end !important;
    flex-direction: column;
    color: #fff;

}
.page-resources-header>.e-con-inner > * {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
}
.page-resources-header>.e-con-inner h1 {color:#fff;font-size:50px; text-shadow:0 0 10px #000;}
.page-resources-title .elementor-element {
    text-align: center;
    align-self: center;
    font-size: 20px;
}
.elementor-element.reources-posts {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --gap: 0px 0px;
    --row-gap: 10px;
    --column-gap: 10px;
    --margin-top: 0px;
    --margin-bottom: 50px;
    --margin-left: 0px;
    --margin-right: 0px;
	flex-direction:row;
}

.reources-posts article {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1/1;
    box-sizing: border-box;
    position: relative;
    border-radius: 10px;
}

.reources-posts article>.post-thumbnail, .reources-posts article>.post-thumbnail>img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.reources-posts article>.post-thumbnail>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
    transition: all linear 200ms;
}

.reources-posts article:hover>.post-thumbnail>img {margin-left: -20px;margin-top: -20px;width: calc(100% + 40px);height: calc(100% + 40px);}
.reources-posts .post-details {
    position: absolute;
    z-index: 1;
    bottom: 0;
    padding: 15px;
	height:70%;
    color: #fff;
    background: #000000;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 60%);
	transition: all linear 200ms;
	display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
}
.reources-posts article:hover .post-details {
	height:100%;
}
.reources-posts .post-details .excerpt>p:last-child {
    margin-bottom: 0;
}

.reources-posts .post-details>h2>a {
    color: #fff;
    text-decoration: none;
}
.reources-posts .elementor-widget-button .elementor-button {
    background-color: #0afffe;
	margin-top: 10px;
	text-decoration:none;
	color:#000;
}
.reources-posts .elementor-widget-button .elementor-button:hover {
	background-color:#4b6468 !important
}
form.blog-search select, form.blog-search input, form.blog-search button {
    padding: 10px 15px;
    font-size: 0.7em;
    border: 1px solid #ccc;
    display: flex;
    height: 40px;
    box-sizing: border-box;
    align-items: center;
}
form.blog-search {
    display: flex;
    justify-content: center;
}
.single-meta-header {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    border-radius: 8px;
}
.post-item-meta {
    font-size: 0.8em;
    margin-top: -15px;
    padding-left: 1px;
}

#ekit-megamenu-main-menu li a::after {
    bottom: -3px !important;
    border-width:1px !important;
}
.elementor-element-cd061aa>div>div {
	margin-bottom: 20px;
}
/*tablet*/
@media (max-width: 1024px) {
	#menu-main-menu li>a {
		display: inline-block;
		margin-left: 20px;
		padding-left: 3px;
	}
	#ekit-megamenu-main-menu li a::after{
		bottom: 2px !important;
	}
	header.elementor-element.elementor-element-475c077>.e-con-inner {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: row !important;
		flex-wrap: nowrap;
	}
}
/*mobile*/
@media (max-width: 767px) {
	header.elementor-element.elementor-element-475c077>.e-con-inner>* {
		flex-grow: unset !important;
		display: flex;
		flex-wrap: nowrap;
	}
	header.elementor-element.elementor-element-475c077>.e-con-inner>*:first-child,
	header.elementor-element.elementor-element-475c077>.e-con-inner>*:first-child > div {
		display: flex !important;
		text-align: left;
		margin: 0 !important;
	}
	#menu-main-menu li>a {
		display: inline-block;
		margin-left: 20px;
		padding-left: 3px;
	}
	.elementor-element-dec2b87 iframe {
		height: 300px !important;
		border-radius: 8px;
	}
	.elementor-element-3bbb217 {
		margin: 20px;
		max-width: calc(100% - 40px);
	}
	.elementor-element-b2eaa0a>* {
		text-align: center;
	}
	.elementor-element-7e3d121 * {
		display: flex;
		justify-content: center;
		margin-top:1px;
		margin-bottom: 1px;
	}
	.elementor-element-d34b519 {
		gap: 0;
	}
	.elementor-element-d34b519 h3 {
		margin: 0 0 5px;
		text-align: center;
	}
	.elementor-element-5a7d102 ul#menu-main-menu-2 {
		display: inline-flex;
		justify-content: center;
		flex-wrap: wrap;
		column-gap: 12px;
		row-gap: 5px;
		margin-top: 5px;
	}
	.elementor-element-bdbd497, 
	.elementor-element-4a6a51c, 
	.elementor-element-4a6a51c * {
		text-align: center;
	}
	#ekit-megamenu-main-menu li a::after{
		bottom: 2px !important;
	}
	.elementor-element-cd061aa {
		padding: 20px;
	}
	.elementor-element-8303e31 {
		padding: 0 20px;
		border-top: 0 !important;
	}
	.elementor-element-f55d89f {
		padding: 25px 15px 20px;
	}
	.elementor-element.elementor-element-f55d89f.e-con-full.e-flex.e-con.e-child {}
	.elementor-element-f6e639a {
		padding: 20px;
	}
	.elementor-element-f6e639a ul>li {
		display: inline-flex !important;
		align-content: flex-start;
		justify-content: center !important;
		flex-direction: row;
		align-items: flex-start !important;
		text-align: left;
	}
	.elementor-element-f6e639a ul>li>span.elementor-icon-list-icon {
		padding-top: 3px;
	}
	.elementor-element-f6e639a ul {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.elementor-element.page-resources-title {
		padding: 0 20px;
	}
	.elementor-element.page-resources-title>.e-con-inner {
		width: 90% !important;
		display: block;
	}
	.elementor-element.reources-posts {
		max-width: 100% !important;
	}
	.reources-posts article {
		width: calc(100% - 20px);
	}
	form.blog-search select {max-width:130px !important;}
	.elementor-element.elementor-element-66f6ce5 {
		padding: 20px;
	}
	.elementor-element-2fd2545 {
		padding: 20px !important;
		display: block !important;
	}
	.elementor-element-bd9d86b ul {margin-top: 20px !important;}
	.elementor-element-bd9d86b ul>li {
		display: inline-flex !important;
		align-content: flex-start;
		justify-content: center !important;
		flex-direction: row;
		align-items: flex-start !important;
		text-align: left;
	}
	.elementor-element-bd9d86b ul>li>span.elementor-icon-list-icon {
		padding-top: 3px;
	}
	.elementor-element-4de818a,
	.elementor-element-a89e6ed,
	.elementor-element-c42eb0c,
	.elementor-element-db55bde,
	.elementor-element-3a3a75a,
	.elementor-element-88c140e,
	.elementor-element-9a86728 {
		background-attachment: fixed;
		text-align: center;
		background-size: cover !important;
        background-position: center !important;
	}
	.elementor-element-451764c,
	.elementor-element-60ecc46 {
		width: 90% !important;
        box-sizing: border-box;
        margin: 0px !important;
	}
}