

/*
Theme Name: Grace Smart
Author: Repick
Description: For Grace Smart
Requires at least: 5.3
Tested up to: 5.9
Requires PHP: 5.6
Version: 1.17
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: graceSmart
Tags: grace-smart

Grace Smart WordPress Theme, (C) 2020 WordPress.org
Grace Smart is distributed under the terms of the GNU GPL.
*/

.post-content {
  min-height: 165px;
  background-color: black;
}
.grace-popup {
  visibility: hidden;
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  top: 0;
  background-color: rgb(0 0 0 / 80%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.grace-popup-close {
  width: 44px;
  height: 44px;
  background: url(../image/grace-close.png) no-repeat center;
  background-size: 44px;
  opacity: 1;
  top: 40px;
  right: 40px;
  position: fixed;
}
.grace-popup-container {
  width: 950px;
  background-color: #2b2b2b;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
}
.message-form .wpforms-field {
  display: flex;
  align-items: center;
	justify-content: center;
}
.message-form .wpforms-field.wpforms-field-mailchimp {
	justify-content: left;
}
.message-form .wpforms-field-label {
  color: white;
  width: 155px !important;
  display: flex !important;
  flex-direction: row-reverse;
  font-size: 16px !important;
  font-weight: normal !important;
}
.message-form .wpforms-field input,
.message-form .wpforms-field textarea {
  margin-left: 10px !important;
  width: 350px !important;
  height: 40px;
  border-radius: 2px;
  border: none;
  background: #505050;
  color: #fff;
  text-indent: 12px;
      font-size: 14px !important;
    font-family: "Montserrat-Light";
	user-select: text !important;
	-webkit-user-select:text !important;
}
.message-form input[type=checkbox]{
	width:25px !important;
	height:25px !important;
}
.message-form label{
  color: white;
  font-size: 16px;
	line-height: 25px;
    vertical-align: top !important;
}
.message-form .wpforms-field textarea {
  height: 70px !important;
	
}
.message-form button {
  width: 250px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  border: none;
  background: #ff8a00;
  color: #fff;
  text-transform: uppercase;
  margin: 0 auto;
  display: block;
  font-family: "Montserrat-Light";
  margin-top: 20px;
  cursor: pointer;
}

.contact-2 .w1250 {
  display: flex;
  justify-content: space-between;
}
#mc_embed_leavemessage {
  width: 520px;
}
#mc_embed_leavemessage .mc-field-group {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
#mc_embed_leavemessage label {
  color: white;
  font-size: 16px;
	line-height: 25px;
    vertical-align: top;
}
#mc_embed_leavemessage .mc-field-group label span {
  margin-right: 4px;
  color: red;
}

#mc_embed_leavemessage input[type=text],#mc_embed_leavemessage input[type=email],#mc_embed_leavemessage textarea {
  margin-left: 10px !important;
  width: 520px !important;
  height: 40px;
  border-radius: 2px;
  border: none;
  background: #696868;
  color: #fff;
  text-indent: 12px;
  text-align: left;
  font-family: "Montserrat-Light";
}
#mc_embed_leavemessage input[type=checkbox]{
	width:25px;
	height:25px;
}
#mc_embed_leavemessage .mc-field-group textarea {
	text-indent: 0px;
    padding: 20px 12px;
    height: 140px!important;
	font-size:14px
		user-select: text;
}
#mc_embed_leavemessage textarea {
  height: 70px !important;
}

#mc_embed_leavemessage button {
  width: 250px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  border: none;
  background: #ff8a00;
  color: #fff;
  text-transform: uppercase;
  margin: 0 auto;
  display: block;
  font-family: "Montserrat-Light";
  cursor: pointer;
}
#mc_embed_leavemessage div.mce_inline_error {
  color: red;
  width: 100%;
  text-align: right;
}
.mc4wp-response{
	font-size: 18px;
    padding: 10px;
}
.mc4wp-response .mc4wp-success{
	color:green;
}
.mc4wp-response .mc4wp-error{
	color:red;
}
.mc4wp-response .mc4wp-notice{
	color:yellow;
}
.error-404.not-found {
  padding: 10em 5em 25em;
  background: url("../image/404.jpg") no-repeat right center;
  background-size: 820px;
}

#pc-menu {
  width: 1230px;
  margin: 0 auto;
  text-align: center;
  padding-right: 100px;
  position: relative;
  z-index: 99;
}

#pc-menu > li {
  display: inline-block;
  width: 150px;
  height: 60px;
  position: relative;
}


#pc-menu > li > a {
  text-align: center;
  height: 60px;
  line-height: 60px;
  letter-spacing: 0.5px;
  font-size: 17px;
  display: block;
  color: #fdab0c;
  border-top: 3px solid rgb(255 255 255 / 0%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
  cursor: pointer;
  font-family: BatonTurbo-Medium, sans-serif;
}
#pc-menu > li > a::after,
#pc-menu > li:hover > a::after {
  content: "";
  display: block;
  width: 0%;
  position: absolute;
  top: -4px;
  background: #ff8a00;
  height: 1px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#pc-menu > li.current-menu-item > a::after,
#pc-menu > li:hover > a::after {
  border-top: 3px solid #ff8a00;
  background: #ff8a00;
  width: 100%;
}
#pc-menu > li.last > a::after {
  width: 0 !important;
}

#pc-menu > li.last {
  height: 60px;
  padding: 15px 10px 0;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 220px;
}

#pc-menu > li.last > a {
  height: 35px;
  margin: 0 auto;
  display: block;
  line-height: 30px;
  padding-left: 20px;
  letter-spacing: 0;
  background: url("../image/logo-5a.png") no-repeat left 3px;
  background-size: auto 25px;
}
#pc-menu > li > ul {
  display: block;
  position: absolute;
  top: 100%;
  width: 1150px;
  z-index: 1100;
  background-color: #fff;
  border-top: 1px solid #f4f4f4;
  left: -300px;
  top: 60px;
  visibility: hidden;
  opacity: 0;
  padding: 30px 30px 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
  min-height: 340px;
}
#pc-menu > li > ul.show {
  opacity: 1;
  visibility: visible;
}
#pc-menu > li > ul a {
  color: #333;
  display: block;
  text-align: left;
  height: 34px;
  font-weight: 500;
}
#pc-menu > li > ul > li > a {
  height: 70px;
  line-height: 70px;
  font-weight: 500;
  font-size: 16px;
  font-family: BatonTurbo-Medium, sans-serif;
}

#pc-menu > li > ul a:hover {
  color: #ff8a00;
  text-decoration: underline;
}
#pc-menu > li > ul h3 {
  text-align: left;
}
#pc-menu > li > ul h3 a {
  background: url(../image/right4.png) no-repeat 88% center #ff8a00;
  background-size: 16px;
  line-height: 33px;
  display: inline;
  color: #fff;
  padding: 10px 50px 10px 15px;
  border-radius: 50px;
  font-family: BatonTurbo-Medium;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#pc-menu > li > ul h3 a:hover {
  background: url(../image/right4.png) no-repeat 93% center #ff8a00;
  background-size: 16px;
  color: #fff;
}

#pc-menu > li > ul > li {
  float: left;
}

#pc-menu > li > ul > li > ul {
  background: rgb(0 0 0 / 100%);
  background: #fff;
  left: 0px;
  padding: 0px;
  box-sizing: border-box;
  top: -0px;
  border-left: 0px solid #aaa;
  width: 210px; /*visibility: hidden;*/
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}
#pc-menu > li .ul1 .pa3 {
  top: -102px;
}
#pc-menu > li .ul1 .pr:hover .pa {
  opacity: 1;
  visibility: visible;
}
#pc-menu > li .ul1 .pa a b {
  color: #111;
}
#pc-menu > li > ul > li > ul a {
  color: #666;
  font-weight: normal;
  text-indent: 0px;
  font-size: 14px;
}
#pc-menu > li > ul > li > ul a:hover {
  color: #ff8a00;
  text-indent: 5px;
}

#pc-menu > li > ul .ul-rt {
  width: 210px;
  height: 350px;
  background: url("../image/cp1.jpg") no-repeat left top;
  background-size: auto 100%;
  position: absolute;
  right: 30px;
  top: 30px;
}

.product-page .on #pc-menu > li:last-child {
  opacity: 0;
}

#mob-menu > li > a::before {
  position: absolute;
  content: "";
  height: 18px;
  width: 4px;
  background: #fff;
  left: -10px;
  top: 0px;
}

#mob-menu > .menu-item-has-children {
  width: 570px;
  padding-right: 0;
  padding-left: 40px;
}
#mob-menu > .menu-item-has-children > ul > li {
  float: left;
  padding-right: 50px;
}

.sub form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: 13px;
  border-radius: 5px;
  overflow: hidden;
}
.sub .wpforms-field-container {
  flex: 1;
  flex-grow: 2;
}
.sub .wpforms-submit-container {
  flex: 1;
  padding: 0 !important;
}
.sub .wpforms-form .wpforms-field {
  padding: 0 !important;
}
.sub input[type="email"] {
  background: #555 !important;
  border: none !important;
  height: 40px !important;
  line-height: 40px !important;
  text-indent: 10px !important;
  color: #aaa !important;
  margin: 0 !important;
}
.sub .wpforms-submit-container button {
  width: 100% !important;
  height: 40px !important;
  width: 70px;
  border: 0 !important;
  color: #fff !important;
  background: #333 !important;
  font-size: 12px;
  text-transform: uppercase;
}
.sub button:hover {
  background: #fc6e00;
}

#mc_embed_signup .clear {
  display: flex;
  font-size: 13px;
  border-radius: 5px;
  overflow: hidden;
}
#mc_embed_signup label {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 17px;
}
#mc_embed_signup input[type="email"] {
  background: #555;
  border: none;
  height: 40px;
  line-height: 40px;
  text-indent: 10px;
  color: #aaa;
  margin: 0;
  flex: 1;
  flex-grow: 2;
}
#mc_embed_signup input[type="submit"] {
  width: 100%;
  height: 40px;
  width: 70px;
  border: 0;
  color: #fff;
  background: #333;
  font-size: 12px;
  text-transform: uppercase;
  flex: 1;
}
#mc_embed_signup input[type="submit"]:hover {
  background: #fc6e00;
}

.footer .ul > li {
  float: left;
  margin: 0px 50px;
}
.footer .ul > li > a {
  display: block;
  color: #ff8a00;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
  font-family: BatonTurbo-Medium, sans-serif;
}
.footer .li a {
  display: block;
  padding: 0px 0 17px 0;
  color: #ccc;
  font-size: 14px;
}
.footer .li a:hover {
  color: #fff;
}
