/*
Theme Name: 	salthu
Template: 		awaken
Text Domain: 	awaken
*/
@import url("../awaken/style.css"); 

@font-face {
	font-family: "Migra Regular";
	src: url("fonts/migra/Migra-Extralight.woff");
	font-weight: 500;
}

@font-face {
	font-family: "Migra Italic";
	src: url("fonts/migra/MigraItalic-ExtralightItalic.woff");
	font-weight: 500;
}

@media (min-width: 1400px) {
	.container {
		width: 1380px;
	}
}

body {
	font-family: Public Sans;
	font-weight: 400;
	font-size: 20px;
	line-height: 36px;
	color: #717171;
	overflow-x: hidden;
}

p {
	font-family: Public Sans;
}

a {
	text-decoration: none!important;
	border: none!important;
	outline:none !important;
	outline:0 !important;
}

.entry-content {
	margin: 0;
}

.blob-outer-container {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: -1;
    inset: 0;
    margin: auto;
    filter: blur(150px);
    /*opacity: 0.5;*/
}

.blob-inner-container {
    border-radius: 99999px;
    position: absolute;
    inset: 0;
    margin: -200px auto auto auto;
    height: 100vh;
    width: 100vw;
    min-width: 1000px;
    overflow: hidden;
    background-color: #fff;
    transform: scale(0.8);
}

.blob {
    position: absolute;
    width: 100vw;
    height: 100vh;
    inset: 0;
    background: conic-gradient(from 0deg, #2e23d7, #555f89, #2e23d7, #555f89, #8daed9, #8daed9);
    animation: spinBlob 12s linear infinite;
}

@keyframes spinBlob {
    0% {
        transform: rotate(0deg) scale(2);
    }

    100% {
        transform: rotate(1turn) scale(2);
    }
}

#home-header {
	min-height: 800px;
	background: transparent;
	margin-top: -180px;
	padding-top: 180px;
}

.home-header-title {
	font-family: Public Sans;
	font-weight: 500;
	font-size: 64px;
	color: #fff;
	margin-top: 160px;
}

.home-header-subtitle {
	position: relative;
	font-family: "Migra Italic"!important;
	font-weight: 500;
	font-style: italic;
	font-size: 110px;
	color: #04073F;
	margin-top: 60px;
}

.home-header-subtitle span.text_2, .home-header-subtitle span.text_3, .home-header-subtitle span.text_4 {
	display: none;
}

.home-header-subtitle span {
	position: absolute;
	left: 0;
}

body:not(.home) #home-header, body:not(.home) .blob-outer-container {
	display: none;
}

body:not(.home) .site-header {
	padding-bottom: 100px;
	border-bottom: 1px solid #04073F;
}

.responsive-mainnav, .responsive-topnav {
	background: #04073F;
}

.responsive-mainnav li:hover, .responsive-topnav li:hover, .responsive-mainnav li:hover a, .responsive-topnav li:hover a {
	background: #1809DE!important;
}

nav.post-navigation {
	display: none;
}

.page-entry-header, .single-entry-footer, .single-entry-meta {
	display: none;
}

.single-entry-header {
	background-color: #04073f;
}

.single-entry-header.featured-header {
	background-color: #fff!important;
}

.container.project-single {
	width: 100%;
	padding: 0;
}

.container.project-filter {
	padding: 50px 50px 100px 0;
}

.project-list-grid article.hentry {
	border-top: 1px solid #04073F;
}

.project-list-grid article.hentry header {
	margin-top: -20px;
}

@media (min-width: 1001px) {
	.project-list-grid article.hentry header {
		height: 94px;
	}
}

@media (max-width: 1000px) {
	.project-list-grid article.hentry header {
		height: 70px;
	}
}

.project-list-grid {
}

.project-filter ul {
	margin: 0;
	padding: 0;
}

.project-filter li {
	display: block;
	list-style: none;
	line-height: 18px;
}

.project-filter a {
	font-size: 15px;
	color: #717171;	
}

.project-filter-left {
	padding: 0 0 0 0;
	width: calc(35% + 3px);
	float: left;
}

li.cat-item.current-cat a {
	color: #04073F;
}

body.archive .project-filter-left {

}

.project-filter-right1, .project-filter-right2 {
	padding: 0;
	width: 190px;
	max-width: calc(32% - 3px);
	float: left;
}

.single-header-content {
	padding: 80px 20px 160px 0;
	position: relative;
	float: left;
	background: #04073f;
	width: calc(35%);
}

body.wp-singular .single-header-content {
	width: calc(35% + 100px);
	padding: 80px 20px 160px 100px;
	left: -100px;
}

@media (min-width: 1800px) {
	body.wp-singular .single-header-content {
	}
}

body.blog .single-header-content {
	background: #fff;
	width: 35%;
	padding: 0;
}

body.blog .single-header-content-inner {
	border-top: 1px solid #04073F;	
}

@media (min-width: 1000px) {
	body.blog .single-header-content-inner {
		width: calc(100% - 40px);
		padding: 80px 50px 100px 0;
	}
}

@media (max-width: 999px) {
	body.blog .single-header-content-inner {
		width: 100%;
		padding: 20px 0 0 0;
	}
}

.single-header-image {
	display: none;
}

.single-entry-subtitle {
	font-family: Public Sans;
	font-weight: 500;
	font-size: 20px;
	color: #fff;
	line-height: 150%;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.featured-header .single-entry-subtitle {
	font-size: 18px;
	color: #717171;
}

h1.single-entry-title {
	font-family: "Migra Regular"!important;
	font-weight: 500;
	font-size: 44px;
	color: #fff;
	line-height: 48px;
	margin-bottom: 40px;
}

.featured-header h1.single-entry-title {
	font-size: 44px;
	color: #04073F;
	line-height: 48px;
	margin-bottom: 30px;
}

.genpost-entry-title {
	font-family: "Migra Regular"!important;
	font-weight: 500;
	font-size: 42px;
	color: #04073F;
	line-height: 46px;
	margin-bottom: 20px;
}

.genpost-entry-title a {
	color: #04073F;
}

.single-entry-lead {
	font-family: Public Sans;
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	line-height: 24px;
	padding-right: 12px;
}

.featured-header .single-entry-lead {
	font-size: 18px;
	line-height: 24px;
	color: #717171;
}

.single-entry-subcategories {
	position: absolute;
	bottom: 80px;
	color: #fff;
	font-family: Public Sans;
	font-weight: 250;
	font-size: 18px;
	line-height: 24px;
	margin-right: 20px;
	text-transform: uppercase;
}

.single-entry-subcategories a {
	color: #fff;
}

.site-content {
	margin-top: -50px;
}

.site-branding {
	min-height: auto;
	margin-top: 50px;
	width: 35%;
	float: left;
}

.footer-left {
	width: 35%;
	float: left;
}

.awaken-navigation-container {
	width: 65%;
	position: static;
	float: left;
	margin-top: 96px;
}

.footer-right {
	width: 65%;
	padding-left: 60px;
	float: left;
}

.main-navigation {
	background: transparent;
}

.main-navigation a, .main-navigation a:hover, .main-navigation li:hover, .main-navigation li:hover a, li.current-menu-item {
	color: #04073F!important;
	background: transparent!important;
}

.main-navigation li {
  font-family: Public Sans;
  font-weight: 600;
  font-size: 20px;
}

.footer-site-info {
	font-family: Public Sans;
	font-weight: 600;
	font-size: 20px;
	line-height: 50px;
	background: #fff;
	color: rgba(4, 7, 63, 0.5);
	border-top: 1px solid rgba(4, 7, 63, 0.5);
	padding: 40px 0;
}

.footer-site-info a {
	color: rgba(4, 7, 63, 0.5);
}

.footer-site-info a:hover {
	color: rgba(4, 7, 63, 0.8);
}

a.page-numbers, span.page-numbers {
	font-size: 20px!important;
	padding: 0 12px 0 6px!important;
	background: none!important;
	color: #999;
	font-family: "Migra Regular"!important;
	border-right: 1px solid #999!important;
}

a.prev.page-numbers, a.next.page-numbers {
	border: none!important;
}

.page-numbers .current, .page-numbers a:hover {
	color: #04073F;
}

@media (min-width: 768px) and (max-width: 1000px) {
	#home-header {
		margin-top: -200px;
		padding-top: 200px;
	}
}

@media (min-width: 1001px) {
	.main-navigation a {
		padding: 15px 80px 0 0;
	}
	.home-content-right {
		padding-left: 60px;
	}
	/*
	.row:has(.project-list-grid) {
		margin-left: 30px!important;
	}
	div.row .project-list-grid:first-child {
		margin-left: 30px!important;
	}
	*/
}

@media (min-width: 768px) {

	.main-navigation a {
	}

	.main-navigation li:last-child {
		float: right;
		margin-top: 3px;
		margin-right: 0;
	}

	.main-navigation li:last-child a {
		padding-right: 0;
		font-size: 16px;
		color: rgba(4, 7, 63, 0.6)!important;
	}
	.home-content-right {
		padding-top: 100px;
	}
}

@media (min-width: 901px) {
	.team-members-head {
		height: 125px!important;
	}
}

@media (min-width: 768px) and (max-width: 900px) {
	.team-members-head {
		height: 120px!important;
	}
	.team-members-head div:first-child p {
		font-size: 30px!important;
		line-height: 34px!important;
	}
	.team-members-head div:nth-child(2) p {
		font-size: 16px!important;
		line-height: 20px!important;
	}
}

@media (max-width: 1199px) {
	.project-filter-left {
	}
	.featured-header .single-header-content {
	}
	.single-header-image {
		display: none;
	}

	.genpost-entry-title {
		font-size: 38px;
		line-height: 44px;
	}

}

@media (max-width: 1000px) {
	body {
		font-size: 18px;
	}
	.awaken-navigation-container {
		width: calc(65% - 40px);
		position: absolute;
		z-index: 999999;
		right: 30px;
		margin-top: 98px;
	}
	#main-nav-button, #top-nav-button {
		background: transparent;
		text-align: right;
	}
	body:not(.home) #main-nav-button, body:not(.home) #top-nav-button {
		color: #555;
	}	
	.main-navigation li {
	  font-size: 18px;
	}
	#home-header {
	}

	.home-header-title {
		font-size: 50px;
		margin-top: 100px;
	}
	.home-header-subtitle {
		font-size: 90px;
		line-height: 90px;
		margin-top: 40px;
	}

	.container.project-single div.container {
		width: 100%!important;
		padding: 0!important;
	}

	.single-header-content, body.blog .single-header-content  {
		width: 100%!important;
		float: none;
	}

	body.wp-singular .single-header-content {
		padding: 40px;
	}
	.single-header-content {
		padding: 80px 40px;
		position: static;
	}

	.single-entry-subcategories {
		margin-top: 40px;
		position: static;
	}

	body.blog .single-header-content  {
		padding: 20px;
	}

	.single-header-image {
		display: block;
		width: 100%;
	}

	.featured-header .single-header-content {
		width: 100%;
		padding: 80px 0;
	}

	.single-header-image {
		display: block;
	}
	.genpost-entry-title {
		font-size: 28px;
		line-height: 34px;
	}

	.footer-site-info {
		font-size: 18px;
		line-height: 24px;
	}
}

@media (max-width: 768px) {
	h1.single-entry-title {
		font-size: 44px;
		line-height: 48px;
		margin-bottom: 40px;
	}

	body.blog .single-header-content {
		padding: 20px 0;
	}

	.featured-header h1.single-entry-title {
		font-size: 44px;
		line-height: 48px;
		margin-bottom: 30px;
	}

	.genpost-entry-title {
		font-size: 38px;
		line-height: 40px;
		margin-bottom: 20px;
		height: auto!important;
	}
	.project-list-grid article.hentry header {
		height: auto;
	}
	.home-content-right {
		padding-top: 0;
	}
	#home-header {
		margin-top: -200px;
		padding-top: 200px;
		height: 300px!important;
	}
}

@media (max-width: 600px) {

	.home-content-right {
		padding-top: 0;
	}
	#home-header {
	}

	.home-header-title {
		font-size: 40px;
		margin-top: 100px;
	}
	.home-header-subtitle {
		font-size: 80px;
		line-height: 80px;
		margin-top: 30px;
	}
	.container.project-filter {
		padding: 40px 0 40px 0;
	}

	.project-filter-left {
		width: 60px;
	}
	.project-filter-right {
		padding: 0;
		width: calc(100% - 60px);
		max-width: none;
		float: left;
	}
	.project-filter-right1 {
		padding: 0;
		width: calc(50% - 30px);
		max-width: none;
		float: left;
	}
	.project-filter-right2 {
		padding: 0;
		width: calc(50% - 30px);
		max-width: none;
		float: left;
	}
	.home-content-labels {
		font-size: 30px!important;
		line-height: 40px!important;
	}
}

@media (max-width: 500px) {

	.site-branding {
		width: 140px;
	}
	.awaken-navigation-container {
		width: calc(100% - 120px);
	}
	.home-content-right {
		padding-top: 0;
	}
	#home-header {
	}
	.home-header-title {
		font-size: 40px;
		margin-top: 100px;
	}
	.home-header-subtitle {
		font-size: 70px;
		line-height: 70px;
		margin-top: 20px;
	}
}


@media (max-width: 380px) {

	.home-content-right {
		padding-top: 0;
	}
	#home-header {
		height: 200px!important;
	}

	.home-header-title {
		font-size: 30px;
		margin-top: 100px;
	}
	.home-header-subtitle {
		font-size: 48px;
		line-height: 50px;
		margin-top: 10px;
	}
}


/* Elementor elements format  *********************************************************/

.home-content-left {
}

.home-content-right {
}

.font-migra, .font-migra p {
	font-family: "Migra Regular"!important;
}

.tag-list-link, .tag-list-link:visited, .tag-list-link-single, .tag-list-link-single:visited {
	color: #666!important;
	transition: all 1s;
}

.tag-list-container {
	border-top: 1px solid #aaa;
	padding: 20px 0;
	margin-top: 30px!important;
}

@media (min-width: 769px) {
	.tag-list-container {
	}
}

@media (max-width: 768px) {
	.tag-list-container {
	}
}

.home-content-labels {
	font-family: "Migra Regular"!important;
	font-size: 42px;
	font-weight: 600;
	line-height: 60px;
	color: #04073F;
}

.home-content-labels p {
	font-family: "Migra Regular"!important;
}

.tag-list-link:hover {
	filter: blur(2px);
}


@keyframes blur {
	0%		{filter: blur(5px);}
	5%		{filter: blur(2px);}
	10%		{filter: blur(0px);}
	90%		{filter: blur(0px);}
	95%		{filter: blur(2px);}
	100%	{filter: blur(5px);}
}

@keyframes blur2 {
	0%		{filter: blur(0px);}
	50%		{filter: blur(2px);}
	100%	{filter: blur(5px);}
}


/*
.home-content-labels p {
	place-self: center;
	background: linear-gradient(90deg, #01073f, #eee, #00f) -100%/ 200%;
	-webkit-background-clip: text;
	        background-clip: text;
	color: transparent;
	animation: shimmer 6s linear infinite
}

@keyframes shimmer { to { background-position: 100% } }
*/

.white-font-color {
	color: #fff!important;
}

.frontpage-blue-top {
	text-transform: uppercase;
}

.frontpage-blue-bottom .elementor-widget-container {
}

@media (min-width: 768px) {
	.contact-left p {
		width: 760px!important;
	}

	.contact-right p {
		width: 760%!important;
	}
}

@media (min-width: 900px) {
	.contact-left p {
		margin-left: 30px!important;
	}

	.contact-right p {
	}
}

@media (min-width: 1024px) {
	.contact-left p {
		width: 392px!important;
		margin-left: calc(100% - 370px)!important;
	}

	.contact-right p {
		width: 588px!important;
	}
}

@media (min-width: 1200px) {
	.contact-left p {
		width: 472px!important;
		margin-left: calc(100% - 430px)!important;
	}

	.contact-right p {
		width: 708px!important;
	}

}

@media (min-width: 1400px) {
	/*
	.contact-left {
		width: calc(40% - 9px)!important;
	}
	.contact-right {
		width: calc(60% + 9px)!important;
	}
	*/
	.contact-left p {
		width: 560px!important;
		margin-left: calc(100% - 526px)!important;
	}

	.contact-right p {
		width: 840px!important;
	}

}

@media (min-width: 1600px) {
	.contact-left p {
		width: 640px!important;
		margin-left: calc(100% - 502px)!important;
	}

	.contact-right p {
		width: 960px!important;
	}

}

@media (min-width: 1700px) {
	.contact-left p {
		width: 640px!important;
		margin-left: calc(100% - 480px)!important;
	}

	.contact-right p {
		width: 960px!important;
	}

}

@media (min-width: 1900px) {
	.contact-left {
		width: calc(40% - 9px)!important;
	}
	.contact-right {
		width: calc(60% + 9px)!important;
	}
	.contact-left p {
		width: 640px!important;
		margin-left: calc(100% - 470px)!important;
	}

	.contact-right p {
		width: 960px!important;
	}

}

.contact-left a {
	color: #fff;
}

.contact-right {
}

@media (min-width: 1500px) {
	/*
	.home-content-left {
		padding: 150px 40px 150px 120px!important;
	}
	.home-content-right {
		padding: 150px 120px 150px 10px!important;
	}
	.home-content-labels {
	}
	.contact-left {
		padding: 80px 50px 50px 10%!important;
	}
	.contact-right {
		padding: 80px 50px 50px 80px!important;
	}
	*/
}

@media (max-width: 1499px) {
	/*
	.home-content-left {
		padding: 150px 40px 150px 120px!important;
	}
	.home-content-right {
		padding: 150px 120px 150px 10px!important;
	}
	.home-content-labels {
		padding: 100px 120px 50px 120px!important;
	}
	.contact-left {
		padding: 80px 50px 50px 10%!important;
	}
	.contact-right {
		padding: 80px 50px 50px 50px!important;
	}
	*/
}
