/*
Theme Name: Wemodev
Theme URI: 
Author: mr shine
Author URI: 
Description: Simple full site editing theme 
Requires at least: 6.0
Tested up to: 6.2.1
Requires PHP: 5.7
Version: 0.4.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fserad
Tags: blog, e-commerce, portfolio, full-site-editing, 
*/

.gudang-hompage {
  max-height: 100vh !important;
}
.fse-custom-header {
  position: absolute;
    top: 0;
    left: 0;
    right: 0; 
    z-index: 2;
}


/* Navigation */
.wp-block-navigation-link.current-menu-item a {
  border-bottom: 2px solid var(--wp--preset--color--luminous-vivid-amber);
}

.wp-block-navigation-link {
  border-bottom: 2px solid transparent;
}

.wp-block-navigation-link:hover {
  box-sizing: border-box;
  border-bottom: 2px solid var(--wp--preset--color--luminous-vivid-amber);
}

/* Helpers */
.relative {
  position: relative;
}

.scroll-button { 
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  z-index: 2;
}

.scroll-button a { text-decoration: none; }




.services-col {
  overflow: hidden;
  border-radius: 10px;
}

.services-col a {
  text-decoration: none;
}


.why-us-col {
  box-sizing: border-box;
  background: rgba(255, 253, 246, 0.1);
  backdrop-filter: blur(1.5px);
  border-radius: 10px;
}
.wp-block-navigation__submenu-container {
  margin-top: 20px !important;

}

.menu-submenu a {
  color: #111 !important;
}
.has-text-align-center.why-us {
  min-height: 115px;
}
.site-title {
  gap: 0px !important;
}
.wp-block-navigation-link {
  color: yellow !important;
}
.logo-depan {
  background-size: contain !important; /* or contain based on your preference */
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 200px !important; /* set the width */
  height: 200px !important; /* set the height */
  display: block !important;}

@media screen and (max-width:765px) {

.has-text-color.is-responsive.items-justified-left.nav-link-ovelay.wp-block-navigation.is-horizontal.is-content-justification-left.is-layout-flex.wp-container-core-navigation-layout-1.wp-block-navigation-is-layout-flex {
    margin-right: 10px;
  }
.wp-block-navigation__responsive-container  {
  background: gray !important;
}
.logo {
  text-align: left !important;
  margin-bottom: 0; /* Remove margin to bring the logo closer to the login form */
  width: 50% !important;
}
.middle {
  display: inline-block !important;
  width: 100%;
}
#login {
  border-right: none !important;

}
.middle {
  width: 100% !important;
}
} 


div.main{
  background: #0264d6; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #0264d6 1%, #1c2b5a 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,#0264d6), color-stop(100%,#1c2b5a)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #0264d6 1%,#1c2b5a 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #0264d6 1%,#1c2b5a 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #0264d6 1%,#1c2b5a 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #0264d6 1%,#1c2b5a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0264d6', endColorstr='#1c2b5a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
height:calc(100vh);
width:100%;
}

[class*="fontawesome-"]:before {
font-family: 'FontAwesome', sans-serif;
}

/* ---------- GENERAL ---------- */

* {
box-sizing: border-box;
  margin:0px auto;

&:before,
&:after {
  box-sizing: border-box;
}

}

body {
 
  color: #606468;
font: 87.5%/1.5em 'Open Sans', sans-serif;
margin: 0;
}

a {
color: #eee;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

input {
border: none;
font-family: 'Open Sans', Arial, sans-serif;
font-size: 14px;
line-height: 1.5em;
padding: 0;
-webkit-appearance: none;
}

p {
line-height: 1.5em;
}

.clearfix {
*zoom: 1;

&:before,
&:after {
  content: ' ';
  display: table;
}

&:after {
  clear: both;
}

}

.container {
left: 50%;
position: fixed;
top: 50%;
transform: translate(-50%, -50%);
}

/* ---------- LOGIN ---------- */

#login form{
width: 250px;
}
#login, .logo{
  display:inline-block;
  width:40%;
}
#login{
border-right:1px solid #fff;
padding: 0px 22px;
width: 59%;
}
.logo{
color:#fff;
font-size:50px;
line-height: 125px;
}

#login form span.fa {
background-color: #fff;
border-radius: 3px 0px 0px 3px;
color: #000;
display: block;
float: left;
height: 50px;
  font-size:24px;
line-height: 50px;
text-align: center;
width: 50px;
}

#login form input {
height: 50px;
}
fieldset{
  padding:0;
  border:0;
  margin: 0;

}
#login form input[type="text"], input[type="password"] {
background-color: #fff;
border-radius: 0px 3px 3px 0px;
color: #000;
margin-bottom: 1em;
padding: 0 16px;
width: 200px;
}

#login form input[type="submit"] {
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background-color: #000000;
color: #eee;
font-weight: bold;
/* margin-bottom: 2em; */
text-transform: uppercase;
padding: 5px 10px;
height: 30px;
}

#login form input[type="submit"]:hover {
background-color: #d44179;
}

#login > p {
text-align: center;
}

#login > p span {
padding-left: 5px;
}
.middle {
display: flex;
width: 600px;
}
.single-breadcrumb {
  background-color: transparent !important;
  padding: 0px !important;
}
.single-breadcrumb a {
  text-decoration: none;
  color: #0693E3;
}
.single-breadcrumb a:hover {
  text-decoration: none;
}
.single-title {
	margin-top:0px;
}
.wp-block-template-part, .midle {
  margin-top: 0px !important;
}
.wp-block-post-terms__separator {
  display: none;
}
.tags a {
  display: list-item;
	color: #0693E3;
}
.tags {
  padding-left: 45px;
	font-weight: bold;}
.title-on-tags a {
  text-decoration: none;
	  font-size: 20px !important;
	line-height: 1;
}
.title-on-tags a:hover {
  text-decoration: underline;
}
.tags-archive li {
  margin-top: 5px;
}
.footer {
  bottom: 0px;
  position: relative;
  width: 100%;
}
	.head h2 {
  font-size: 28px !important;
}
.main-content {
  min-height: 100vh;
  height: 100%;
}
.ordered-tags li a {
  color: #0693E3;
  font-weight: bold;
  text-decoration: none;
}
.ordered-tags li a:hover {
	 text-decoration: underline;
}
.wp-block-query-pagination-next-arrow.is-arrow-chevron {
  margin-left: 0px;
}
.wp-block-query-pagination-numbers {
  margin-right: 0px !important;
}
.page-numbers {
  padding-right: 10px !important;
}
.navigasi {
  border-top: 1px solid #ccc;
  width: 100%;
  margin-left: 0px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.title-on-tags a {
  margin-bottom: 0px;
}
.single-title h1 {
  line-height: 1.5;
}
@media only screen and (max-width: 600px) {
	.title-on-tags a {
  margin-bottom: 10px !important;
}
	.main-content {
		padding: 0px 10px;
	}	
	.top-navigation-mobile li {
  text-align: left !important;
  margin: 0px;
}
	.head h2 {
  font-size: 28px;
}
	.main-content h2 a {
  font-size: 18px !important;
}
	.pt-0 {
		padding-top:0px !important;
	}
	.main-content h2 {
  font-size: 18px !important;
}
	.main-content h1 {
		font-size: 22px !important;
    line-height: 1.5;
    margin-top: 10px !important;
}
}