/* Theme Name: Child
Description: Divi Child Theme 
Author: https://www.expresswebsitedesign.co.uk
*/ 

/* =Theme customization starts here ------------------------------------------------------- */

/* -- menus -- */
.et_pb_menu_0.et_pb_menu 
.et_pb_menu_1.et_pb_menu,
.et_pb_menu_0_tb_footer.et_pb_menu,
.et_pb_menu_0_tb_footer.et_pb_menu .et-menu-nav>ul.upwards li ul, .et_pb_menu_0_tb_footer.et_pb_menu, .et_pb_menu_0
{ }

.et_pb_menu .et_mobile_menu { 
	width: 100%;
	padding:0; 
}

.et_mobile_menu {
	border-top: 0px !important;
	min-width: 100vw;
	margin-left: -5vw;
	margin-top: 20px;
	padding: 0;
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.1);
}

.et_mobile_menu li a {
	height: 70px !important;
	width: 100% !important;
	font-size: 16px;
	font-weight: 400;
	line-height: 50px;
}

.et_mobile_menu li a:hover { 
	background: rgba(230, 218, 250, 0.3) !important;
}

.mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
}

.mobile_menu_bar:before {
	transition: all .4s ease;
	transform: rotate(0deg);
	display: block;
}
/*rotate the Divi Menu icon on click*/
.mobile_nav.opened .mobile_menu_bar::before {
	transition: all .4s ease;
	transform: rotate(90deg);
	display: block;
}

.menu-item-2316 a, .menu-item-6542 a, .menu-item-6695, .menu-item-6696 a { margin-right: 25px!important; }
.woocommerce ul.products li.product a img {
    border-radius: 10px;
}

/*-- cookie notice --*/
#moove_gdpr_cookie_info_bar, .moove-gdpr-light-scheme {
    border-top: 0!important;
    /*background: linear-gradient(150deg, rgba(75,58,216,1) 30%, rgba(82,31,150,1) 100%) !important;*/
	background: linear-gradient(150deg, rgba(16,18,28,1) 30%, rgba(16,18,28,1) 100%) !important;
}
.moove-gdpr-cookie-notice p, .moove-gdpr-cookie-notice a {
	color: #fff!important;
}
.mgbutton { 
    height: 30px!important;
    width: 100px!important;
    padding: 8px!important;
    border-radius: 50px!important;
    font-size: 12px!important;
	color: #4932ae!important;
    line-height: 10px!important;
	background: #fff !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton { }
#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn {
    background-color: transparent;
	border: 1px solid rgba(85,85,85,0.2);
    box-shadow: inset 0 0 0 0px currentColor;
    color: rgba(85,85,85,0.3);
}

/* -- custom fonts --*/
.text-gradient-0 {
	background: #80007f;
    background: rgb(128,0,127);
	background: linear-gradient(45deg, rgba(128,0,127,1) 30%, rgba(21,0,128,1) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.text-gradient-1 {
	background: #550080;
    background: rgb(85,0,136);
	background: linear-gradient(45deg, rgba(85,0,136,1) 30%, rgba(4,3,33,1) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.text-gradient-2 {
	background: #FFE19E;
	background: -webkit-linear-gradient(to bottom, #FFE19E 40%, #D8AD50 50%, #FFE19E 66%, #D8AD50 77%);
	background: -moz-linear-gradient(to bottom, #FFE19E 40%, #D8AD50 50%, #FFE19E 66%, #D8AD50 77%);
	background: linear-gradient(to bottom, rgba(255,225,158,1) 40%, rgba(216,173,80,0.9) 50%, rgba(255,225,158,1) 66%, rgba(216,173,80,0.9) 77%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.text-gradient-radial {
	color: #FFE19E;
	background-image: -webkit-radial-gradient(circle, #D8AD50 50%, #FFE19E 77%); 
	background-clip: text;
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
}
.text-linear-gradient-1 {
background: linear-gradient(
    90deg,
    rgba(215, 173, 80, 1) 35%,
    rgba(255, 225, 158, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: max-content;
}
.text-radial-gradient-1 {
background: radial-gradient(
    circle,
    rgba(216, 173, 80, 1) 0%,
    rgba(255, 225, 158, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: max-content;
}

/* Checkmarks
-------------------- */
.check-mark-circle-break-green-2 {
    line-height: 25px;
    height: 25px;
    text-decoration: none;
    position: relative;
    display:inline-block; 
}

.check-mark-circle-break-green-2 span { 
	background-image: url('/wp-content/uploads/2023/11/check-mark-circle-break-green-2-20.png');
	background-repeat: no-repeat;
  background-position: 0px 0px;
	background-size: 20px 20px;
	display: inline-block !important;
  vertical-align: middle;
  margin-right: 5px;
  height: 25px;
  width: 20px;
	border: 0 solid #fff;
}

/* =WP Login Screen --- */

/* Background
-------------------- */
body.login {
  background-color: transparent;
  background-image: url('https://www.niddstock.com/wp-content/uploads/2025/10/volka-rocks-header-bg-mockup-1.jpg');
  background-repeat: no-repeat;
  background-attachment: cover;
  background-size: 100% 100%;
  background-position: center center;
}

/* Login Box
-------------------- */
#login {
	padding: 20px 0 20px 0;
}

/* Logo
-------------------- */
.login h1 a {
  height: 120px;
  width: 100%;
  max-width: 318px;
  padding: 0;
  margin: 0px 0 20px 0;
  background-image: url('https://www.niddstock.com/wp-content/uploads/2025/10/volka-rocks-logo-sq-mockup-1.jpg');
  background-repeat: no-repeat;
  background-size: 100px 100px;
  background-position: center center;
  overflow: hidden;
}

/* Login Form Look
-------------------- */
#loginform {
	height: 100%;
	margin: 0;
	border-radius: 6px;
	background: #612AA4;
    background: rgba(85, 85, 85, 0.5);
    border: 5px solid #fff;
	border: 5px solid rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 0 #bbb;
    -webkit-box-shadow: 0 0 0 #bbb;
    box-shadow: 0 0 0 #bbb;
    z-index: 0;
}

/* Remember me check box
------------------------- */
body.login div#login form#loginform p.forgetmenot input#rememberme { }
#rememberme { }

#lostpasswordform {
	height: 100%;
	margin: -15px 0 0 0;
	border-radius: 5px;
	background: #3498db;
    background: rgba(52, 152, 219, 0.5);
	-moz-box-shadow: 0 0 0 #bbb;
    -webkit-box-shadow: 0 0 0 #bbb;
    box-shadow: 0 0 0 #bbb;
    z-index: 0;
}

#resetpassform {
	height: 100%;
	margin: -15px 0 0 0;
	border-radius: 5px;
	background: transparent;
	-moz-box-shadow: 0 0 0 #bbb;
    -webkit-box-shadow: 0 0 0 #bbb;
    box-shadow: 0 0 0 #bbb;
    z-index: 0;
}

.updated, .login .message {
	background-color: transparent;
	font-size: 12pt; color: #fff; font-weight: 700; text-align: center;
	-moz-box-shadow: 0 0 0 #bbb;
    -webkit-box-shadow: 0 0 0 #bbb;
    box-shadow: 0 0 0 #bbb;
}

#login_error {
  
}

.login label {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
}

.login input[type="text"]{
  background-color: #ffffff;
  border-color:#dddddd;
  -webkit-border-radius: 4px;
}

.login input[type="password"]{
  background-color: #ffffff;
  border-color:#dddddd;
  -webkit-border-radius: 4px;
}

.indicator-hint {
	color: #333;
}

.message reset-pass {
	color: #333;
}

/* Login Button
-------------------- */
.login .button-primary {
	height: 40px!important;
    width: 100%;
	padding: 0;
    margin: 20px 0 0 0;
	background: transparent; 
	border-radius: 3px;
	border: 2px solid #fff;
	font-size: 1.33em;
	font-family: 'Lato', arial;
	color: #fff;
	font-weight: 400;
	text-align: center;
	line-height: 38px;
	text-shadow: none;
	-moz-box-shadow: 0 0 0 #bbb;
    -webkit-box-shadow: 0 0 0 #bbb;
    box-shadow: 0 0 0 #bbb;
}

.login .button-primary:hover {
	border: 2px solid #fff;
	background: #000;
	background: rgba(0, 0, 0, 0.1); 
	cursor: pointer;
}

.login .button-primary:active {
	height: 40px!important;
    width: 100%;
	padding: 0;
    margin: 20px 0 0 0;
	background: transparent; 
	border-radius: 3px;
	border: 2px solid #fff;
	font-size: 1.33em; font-family: 'Lato', arial; color: #fff; font-weight: 400; text-align: center; line-height: 38px;
	-moz-box-shadow: 0 0 0 #bbb;
    -webkit-box-shadow: 0 0 0 #bbb;
    box-shadow: 0 0 0 #bbb;
}

/* Remember Me
-------------------- */
#rememberme {
	border: 0 solid #333;
	line-height: normal;
}

#rememberme, label {

}

/* Login URL
-------------------- */

/*see functions.php */
 
/* Lost Password Link & 'Back to' Link
-------------------- */
.login #backtoblog a, .login #nav a {
    text-decoration: none;
    color: #fff;
}

/* Buttons
-------------------- */

#nf-field-4 {
    padding: 20px;
    background-color: #550080;
    border-radius: 6px;
    font-weight: 600;
    line-height: 0;
	color: #fff;
}

#nf-field-4:hover {
	cursor: pointer;
	background: rgba(85, 0, 128, 0.9)
}

#nf-field-14 {
    padding: 20px;
    background-color: #550080;
    border-radius: 6px;
    font-weight: 600;
    line-height: 0;
	color: #fff;
}

#nf-field-14:hover {
	cursor: pointer;
	background: rgba(85, 0, 128, 0.9)
}

/* Bullets 
-------------------- */

/* List bullets */

.custom_bullets_ewd ul { border: 0 solid #550088; }

.custom_bullets_ewd ul li {
	padding-left: 30px !important;
	list-style:none;
	margin-bottom: 10px;
}

.custom_bullets_ewd ul li::before {
	content: '';
	display: inline-block;
	margin-top: -5px;
	margin-right: 0;
	margin-left: -35px;
	padding-right: 20px;
	font-family:'ETmodules';
	font-size: 1.2em;
	vertical-align: middle;
}

.custom_bullets_ewd-list-check ul li::before {
	content: '\e052';
	padding-right: 10px;
	color: #550080;
}

/* Single bullet */

.custom_bullets_ewd- {
  content: '';
  display: inline-block;
  margin-right: 7px;
  margin-left: -30px;
  padding-right: 5px;
  font-family:'ETmodules';
  font-size: 1.2em;
  vertical-align: middle;
}

.custom_bullets_ewd-bullet-check {
  content: '\e052';
  color: #550080;
}

.gradient-border-parent {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 3rem;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.gradient-border {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  color: darkblue;
  padding: 0.5rem 1rem;
  cursor: pointer;
}

/* Overlays
-------------------- */
.divi-image-overlay-bg:before {
   content:"";
   position:absolute;
   height: 100%;
   width: 100%;
   background-color: rgba(0,0,0, .45);
   z-index: 0;
}

