@import "./style-variable.css";
@import "./style-fonts.css";
/*
 Theme Name:   Ruby Jordan
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Benjamin Seifert
 Author URI:   https://south-bird.de
 Template:     generatepress
 Version:      0.1
*/

.top-bar {
background-color: #efdede;
    padding:10px 50px 10px 40px;
}

body .elementor hr {
    display: table;
    width: 1px;
    background: #fff6f0;
    margin: 10px auto 20px;
    height: 50px;
}

.top-bar .inner {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
	    color:var(--primary-color);
	font-size: 16px;
}

.top-bar a .elementor-icon path {
    fill:  var(--primary-color);
}

.top-bar .inner .contact {
    display: flex;
}

.top-bar a .elementor-icon {
    color:  var(--primary-color);
    font-size: 20px;
    margin: 0 10px 0 30px;,
	font-weight: 500;
}

.top-bar a {
    color: var(--primary-color);
    display: flex;
    align-items: center;
}

/* ---------------------------------------- */

/*
............Basic Style
............Font
............Navigation
............Content
............Forms
............Footer
............Media
*/

/* ---------------------------------------- */

/*////////////////////////////////////////////
BASIC STYLE
////////////////////////////////////////////*/

/*html.js { margin-top: inherit !important; }
 
div#wpadminbar{ display:none;}*/

html {
	font-size: 100%;
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-weight: inherit;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f36363', endColorstr='#ed7d61', GradientType=0);
	/* IE6-9 */
	font-family: var(--content-font);
	font-size: var(--body-font);
	background: var(--main-bg-color);
	color: #50504A;
	line-height: 1.5;
}
a, .elementor-button:before, .main-navigation li.button a:before, .elementor-element.second, .elementor-element.first, .elementor-accordion .elementor-tab-title {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.elementor-element.second {
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: -60px;
}

.elementor-element.first{top:0;}

.hover-box:hover .elementor-element.second{opacity:1; bottom: 0px;}
.hover-box:hover .elementor-element.first{opacity:0; top: -60px;}

.site-footer a {
    color: var(--primary-color);
	    color: var(--accent-color);
}

.site-footer {color:#fff;}

.error404 .inside-article p {
	font-size: 20px;
	max-width: 600px;
}
.error404 form.search-form {
	display: none;
}
.error404 .inside-article {
	margin-bottom: 100px !important;
	display: block;
	padding: 10% !important;
	text-align: center;
}
::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #9f9f9f;
}
::-moz-placeholder {
	/* Firefox 19+ */
	color: #9f9f9f;
}
:-ms-input-placeholder {
	/* IE 10+ */
	color: #9f9f9f;
}
:-moz-placeholder {
	/* Firefox 18- */
	color: #9f9f9f;
}
*:focus {
	outline: 0;
}

.elementor-button span {
    font-weight: 500;
}

.show-home{display:none;}
.home .show-home{display:block;}

/*////////////////////////////////////////////
FONT
////////////////////////////////////////////*/

body, button, input, select, textarea {}
a {
	text-decoration: none;
	color: var(--accent-color);
}
b, strong {
	color: var(--primary-color);
	    font-weight: 600;
}
.elementor-heading-title b, .elementor-heading-title strong {
	color: var(--accent-color);
}
p {
	margin: 0 auto 1rem;

}

.eael-simple-menu-container .eael-simple-menu li a {
    line-height: 2;
}

table td:first-child {
    width: 85px;
	    font-weight: 600;
}

table {
    margin: 0;
	    border: none;
}

td, th {
    padding: 0 0 10px 0;
    border: none;
}

p:last-child {
	margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6, .elementor-heading-title {
	margin: 10px auto;
	font-family: var(--heading-font);
	font-weight: var(--heading-fontw);
	color: var(--primary-color);
}

h3.elementor-icon-box-title {
    font-size: 22px;
    letter-spacing: 0.05rem;
}

span.elementor-heading-title {
    font-family: var(--body-font);
    font-weight: 400;
}

body .elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
	font-size: var(--XXL-font);
}
body .elementor-widget-heading .elementor-heading-title.elementor-size-xl {
	font-size: var(--XL-font);
}
body .elementor-widget-heading .elementor-heading-title.elementor-size-large {
	font-size: var(--L-font);
}

body  .elementor-widget-heading .elementor-heading-title.elementor-size-medium{ font-size: 30px;}

body h1.elementor-heading-title {
	font-size: var(--h1-font);
}
body h2.elementor-heading-title {
	font-size: var(--h2-font);
}
body h3.elementor-heading-title {
	font-size: var(--h3-font);
}
body h4.elementor-heading-title {
	font-size: var(--h4-font);
}
body h5.elementor-heading-title {
	font-size: var(--h5-font);
}
body h6.elementor-heading-title {
	font-size: var(--h6-font);
}
body .elementor-heading-title {
	line-height: var(--lh-font);
}
p.elementor-icon-box-title {
	margin: 0;
}
p.elementor-heading-title {
	font-weight: var(--heading-fontw);
	font-size: var(--heading-font);
	font-family: var(--content-font);
}
body .elementor-button.elementor-size-md, .main-navigation .main-nav li.btn a {
	padding: var(--btn-pd);
	border-radius: 5px 25px;
	line-height: 1;
	font-size: var(--body-font);
	font-weight: 500;
}
.row ul.elementor-icon-list-items {
	display: flex;
	flex-wrap: wrap;
}
.row ul.elementor-icon-list-items li.elementor-icon-list-item {
	width: 50%;
	margin: 5px 0 !important;
}
h3.elementor-image-box-title {
	font-size: 28px;
	font-weight: 600;
}
p.elementor-image-box-description b {
	padding-bottom: 10px;
	display: inline-block;
}

.site-content .content-area {
    width: 100%;
    overflow: hidden;
}

/*////////////////////////////////////////////
#NAVIGATION
////////////////////////////////////////////*/

nav#site-navigation {
    position: absolute;
    left: 0;
    right: 0; top: 100px;
    z-index: 10001;
  
}

.admin-bar nav#site-navigation {
    top: 130px;
}

.main-navigation li:nth-child(2) {
    padding-right: 280px;
}

header#masthead, .main-navigation, .main-navigation ul ul {
	background:none;
	    box-shadow: none;
}
.main-navigation .main-nav ul li a {
	font-size: var(--body-font);
	color: var(--primary-color);
}
.inside-header.grid-container {
	padding: 0;
	max-width: inherit;
	    align-items: inherit;
}
.grid-container {
	max-width: inherit;
}
.admin-bar.home header#masthead, .admin-bar.page-template-elementor_theme header#masthead {
	/*top: 32px;*/
}

header#masthead {
    background: none;
    margin: 0 auto;
	  
    left: 0;
    right: 0;
	position: absolute;/*
	    background: linear-gradient(180deg, rgb(107 22 34 / 33%) 0%, rgb(255 255 255 / 0%) 80%);
    padding-bottom: 30px;*/
}
	
.main-title a {
    font-family: var(--heading-font);
    color: #fff !important;
    text-align: center;
}

.site-branding {
    width: 100%;
    text-align: center;
}

.site-logo {
	height: var(--logoh);
}

.site-logo a{
	position:relative;
    z-index: 10050;

}
.site-header .header-image {
	height: 100%;
	width: auto;
}




.main-navigation .main-nav li.btn a {
	background: var(--accent-color);
	/*color: var(--main-bg-color) !important;*/
	margin-left: 15px;
}
.inside-header.grid-container {
padding: 5px 40px 0 20px;
	 
}
.elementor-testimonial-wrapper {
	background: #17192a;
	padding: 20px;
	border-radius: 20px;
}
.elementor-testimonial-wrapper {
	background: #17192a;
	padding: 20px;
	border-radius: 20px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
	text-align: left !important;
}
.content-row .elementor-widget-wrap>div {
	max-width: 550px;
	margin: 20px 20px;
}
.elementor-testimonial-details {
	font-weight: 600;
	color: #fff;
}
.elementor-testimonial-meta-inner:after {
	content: "";
	height: 30px;
	width: 250px;
	display: block;
	position: absolute;
	left: 0;
	bottom: -40px;
	background-image: url(/wp-content/uploads/2023/10/five-star-png-free-download-fourjayorg-five-stars-png-1057_296.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.elementor-testimonial-wrapper .elementor-testimonial-meta-inner {
	position: relative;
}
body .elementor-testimonial-wrapper .elementor-testimonial-job {
	position: absolute;
	left: 0;
	top: 0;
	color: #121216;
	bottom: 0;
	margin: auto;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
}
.content-row .elementor-widget-wrap {
	display: flex;
	justify-content: center;
}
body .elementor-testimonial-wrapper .elementor-testimonial-content {
	font-size: 15px;
	text-align: left;
	padding-top: 50px;
}
section.header {
	max-width: inherit;
}
.header .elementor-widget, .header .elementor-widget-wrap, .header .elementor-column {
	position: static;
}
section.bg .elementor-container {
	max-width: 1400px !important;
}
section.bg {
	max-width: inherit;
}
.openings table, .openings table * {
	border: none;
	vertical-align: top;
	color: #fff;
	margin: 0;
}
.openings table {
	margin-bottom: 5px;
}

.eael-entry-meta {
    position: absolute;
    right: 45px;
    bottom: 45px;
    /* margin: 20px; */
    font-size: 11px;
}

.top-bar .inner > span {
    display: flex;
}

.top-bar .inner > span b{padding-right:5px;}

/*////////////////////////////////////////////
#CONTENT
////////////////////////////////////////////*/






body .elementor-accordion .elementor-accordion-item {
    border-left: 0px;
    border-right: 0;
}

body .elementor-accordion-item .elementor-tab-content {
    border-top: 0;
}

.elementor-accordion-item:first-child {
    display: none;
}

.elementor-accordion .elementor-tab-title:hover {
    opacity: .7;
}
/*
.elementor-column.bg:after {
    background: #f8f7f6;
    content: "";
    position: absolute;
    right: 0;
    top: 50px;
    bottom: 50px;
    width: 150%;
    z-index: 0;
}

.elementor-column.bg.left:after{right:inherit; left:0;}

.elementor-column.bg > .elementor-widget-wrap {
    z-index: 2;
}
*/
.content-row .elementor-column {
	width: 33.33333%;
}
.content-row .elementor-column p {
	font-size: 16px;
}
.content-row .elementor-container .elementor-widget-wrap {
	border-radius: 0 !important;
}
.content-row .elementor-container {
	flex-wrap: wrap;
}
.content-row.two .elementor-widget-wrap>div {
	width: calc(50% - 40px);
	max-width: inherit;
}
figure.elementor-image-box-img {
	margin-top: 5px !important;
}
.content-row.two .elementor-widget-wrap {
	width: auto !important;
	margin-left: -20px !important;
	margin-right: -20px !important;
}
.two .elementor-widget-image-box .elementor-image-box-content i {
	color: var(--light-bg-color);
	font-style: inherit;
	display: block;
	padding-top: 20px;
}


header.entry-header {
	display: none;
}

.separate-containers .inside-article>.featured-image img {
	border-radius: var(--border-radius);
}
.elementor-section.elementor-section-height-min-height .elementor-section, .elementor-section.elementor-section-height-min-height .elementor-section>div {
	height: 100%;
}
.separate-containers .inside-article>.featured-image {
	display: none;
}
.single-post.separate-containers .inside-article>.featured-image {
	display: block;
}

.single-post article {
    max-width: 780px;
    margin: 50px auto;
}

.single-post .inside-article {
    padding: 0 20px !important;
}

.single-post article header.entry-header {
    display: block;
}

.single-post article header.entry-header span.byline {
    display: none;
}

.single-post article header.entry-header span.posted-on {
    font-size: 20px;
    padding-bottom: 20px;
    display: block;
}

.elementor-section .elementor-section {
	padding: 0px 0px;
}
.separate-containers .comments-area, .separate-containers .inside-article, .separate-containers .page-header, .separate-containers .paging-navigation {
	padding: 0;
	background: none;
}
.separate-containers.no-sidebar .site-main, .entry-content:not(:first-child), .entry-summary:not(:first-child), .page-content:not(:first-child) {
	margin: 0;
}
.widget-title {
	margin-bottom: 15px;
}
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1460px;
}

.eael-post-grid-container .eael-post-grid .eael-grid-post {
    position: relative;
}


.elementor-column-gap-default>.elementor-column>.elementor-widget-wrap {
	margin: var(--content-padding);
	border-radius: var(--border-radius);
	padding: 0;
	overflow: hidden;
}
.no-ov>.elementor-column-gap-default>.elementor-column>.elementor-widget-wrap {
	overflow: inherit;
}
.elementor-column-gap-default>.elementor-column>.elementor-widget-wrap .elementor-widget-wrap {
	margin-top: var(--content-btwn);
	margin-bottom: var(--content-btwn);
}
body .elementor-section.elementor-section-full_width>.elementor-container {
	margin-left: var(--content-mpadding);
	margin-right: var(--content-mpadding);
}

.comments-area, span.cat-links {
    display: none;
}

.nav-previous, .nav-next {
    padding: 10px;
    background: #ffffff;
    border-radius: 10px;
    margin: 10px 0;
    font-weight: 500;
}
	
	.nav-previous a, .nav-next a {
    color: var(--accent);
}

/*////////////////////////////////////////////
#SINGLE POST
////////////////////////////////////////////*/
.single-post main#main {
    padding-top: 170px;
    background-image: linear-gradient(180deg, #ffffff 0%, var(--e-global-color-60386d4 ) 100%);
	    padding-bottom: 70px;
}

.separate-containers .inside-article>.featured-image img {
    border-radius: 75px 4px;
}

.single-post article header.entry-header .entry-meta {
    display: none;
}

h1.entry-title {
    padding-bottom: 30px;
}

/*////////////////////////////////////////////
#FOOTER
////////////////////////////////////////////*/

body .site-info, .featured-image.page-header-image.grid-container.grid-parent {
	    background-color: #2c1c16;

}

.home .site-footer .no-home, .featured-image.page-header-image.grid-container.grid-parent {
	display: none;
}
.opening table, .opening table * {
	border: none;
	margin: 0;
}
.opening table td {
	padding: 2px 0;
	font-weight: 600;
}
/*////////////////////////////////////////////
#FORM
////////////////////////////////////////////*/

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
	width: 100%;
	background: #fff;
	border-radius: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus, select:focus {
	background: #fff;
	border-color: #01c9ff;
}
button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.wp-block-button__link:not(.has-background) {
	color: #111217;
	background-color: #01c9ff;
	padding: 10px 40px;
	border-radius: 3px;
}
textarea {
	height: 150px;
}
/*////////////////////////////////////////////
#MEDIA
////////////////////////////////////////////*/

@media screen and (max-height: 600px) {}
@media screen and (max-height: 500px) {}
@media screen and (max-height: 400px) {}
@media screen and (min-width: 1141px) {}
@media screen and (max-width: 1200px) {
	body .elementor-widget-heading h1.elementor-heading-title.elementor-size-xxl {
		font-size: 70px;
	}
	body .elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
		font-size: 50px;
	}
	.elementor-column-gap-default>.elementor-column>.elementor-widget-wrap {
		margin: 20px;
	}
	body h3.elementor-heading-title {
		font-size: 23px;
	}
}
@media screen and (min-width: 1025px) {
	
	.nav-align-center .main-nav>ul {
    margin-left: -25px;
}
	
}
@media screen and (min-width: 1025px) {
	
.single-post article {
    max-width: 1400px;
    margin: 50px auto;
}
	
	.single-post.separate-containers .inside-article>.featured-image {
    float: left;
    width: 35%;
}
	
	.single-post .entry-content, .single-post article header.entry-header {
    float: right;
    width: 60%;
}
	
	h1.entry-title {

    font-size: 60px;
}
	
	footer.entry-meta {
    clear: both;
}
	
}
@media screen and (max-width: 1400px) {}
@media screen and (min-width: 1025px)  {.eael-post-grid-container .eael-post-grid, .eael-post-grid-container {
    display: flex;
}}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 1024px) {
	.main-navigation .main-nav ul li a, .main-navigation .menu-toggle, .main-navigation .menu-bar-items {
		color:var(--primary-color) !important;
		        background: none !important;
	}
.main-navigation.toggled .main-nav li {
    text-align: center;
}
	
   .menu-toggle .gp-icon svg {
        height: 2em;
        width: 2em;
        top: .5em;
    }
	


	.main-navigation .main-nav li.btn a {
		margin-right: 15px;
	}
	.elementor-column.bg:after {width:100%}

	.site-logo {
    height: 130px;

}
		.top-bar .inner .contact a {
    font-size: 0;
}
	
	.inside-header.grid-container {
    padding: 15px 10px;
}
	
			.top-bar .inner {
    padding: 0 0px 0 0px;
}
	
	.menu-item-has-children .dropdown-menu-toggle {
    padding-right: 0;
}
	
}
@media screen and (max-width: 960px) {}
@media screen and (max-width: 769px) and (min-width: 1024px) {}
@media screen and (max-width: 768px) {
	.content-row .elementor-column {
		width: 50%;
	}
	
	.top-bar .inner > span {
    text-align: center;
		    width: 100%;
    justify-content: center;
}
	
	.top-bar {
    padding: 10px;
}
	
	.top-bar .inner > span {
    font-size: 15px;
}
	
	.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li a {
    text-align: center;
}
	
	.site-logo {
    height: 100px;
}
	
.main-navigation.toggled .main-nav {
    background: #fdf5f5;
}
	
nav#site-navigation {
    top: 70px;
}
.admin-bar nav#site-navigation {
    top: 120px;
}
	
	div#primary-menu {
    position: absolute;
    left: 0;
    top: -20px;
    right: 0;
    margin: -10px;
    border-radius: 50px 50px 10px 10px;
    padding: 100px 50px;
    z-index: -1;
}
	
	.main-navigation li:nth-child(2) {
    padding-right: 0;
}
	
	nav#site-navigation {
    padding: 0 10px;
}
	
	.menu-toggle .gp-icon+.mobile-menu {
    display: none;
}
	
	button.menu-toggle {
    text-align: right;
}
	
	header#masthead {
    right: auto;
}
	
		body .elementor-widget-heading h1.elementor-heading-title.elementor-size-xxl {
		font-size: 50px;
	}
	
.has-inline-mobile-toggle #site-navigation.toggled {
    padding: 0 25px;
}
	
	.main-navigation.toggled .main-nav ul ul.toggled-on {
    background: none;
    border: none;
		    padding-bottom: 10px;
}
	
	button.menu-toggle {
    padding: 0;
}
	
	.inside-header.grid-container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.content-row.two .elementor-widget-wrap>div {
		width: calc(100% - 40px);
		max-width: inherit;
	}
	

}
@media screen and (max-width: 650px) {}
@media screen and (max-width: 600px) {}
@media screen and (min-width: 560px) {a.eael-post-elements-readmore-btn {
    position: absolute;
    bottom: 40px;
}

.eael-grid-post-holder {
    height: 100%;
}

.eael-grid-post-holder-inner {
    /* height: 100%; */
    padding-bottom: 30px;
}

}
@media screen and (max-width: 569px) {
	
	.elementor-image-box-wrapper {
    display: flex;
    flex-direction: row;
    text-align: start;
}
	
	.elementor-widget-image-box .elementor-image-box-img {
    margin-right: 15px !important;
}
	
	body {
    font-size: 16px;
}
	.content-row .elementor-column {
		width: 100%;
	}
	.elementor-widget-image-box .elementor-image-box-content {
		text-align: left;
	}
	h4.elementor-image-box-title {
		font-size: 20px;
	}

	body h1.elementor-heading-title {
		font-size: 40px;
	}
	body .elementor-widget-heading .elementor-heading-title.elementor-size-xl {
		font-size: 42px;
	}
	body .elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
		font-size: 40px;
	}
	body h3.elementor-heading-title {
		font-size: 28px;
	}
	.elementor-column-gap-default>.elementor-column>.elementor-widget-wrap {
		margin: 10px;
	}
	.inside-header.grid-container {
		padding-left: 10px;
		padding-right: 20px;
	}
	body .elementor-widget-heading .elementor-heading-title.elementor-size-large {
		font-size: 45px;
	}
}
@media screen and (max-width: 321px) {}