/*
Theme Name: Golo Child
Theme URI: https://wp.getgolo.com/
Author: Uxper
Author URI: http://uxper.co/
Version: 1.0.1
Template: golo
Text Domain: golo
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

.place-item .place-thumb .entry-thumb:after,
.place-item .entry-detail,
.elementor-widget-place-categories .inner-item > a:before,
.elementor-widget-place-categories
  .circle-02
  .inner-item
  .entry-image
  a:before {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.place-reviews.place-area .entry-comment + .comment-reply-link {
  display: none;
}
/* .golo-my-profile .form-profile .place-fields-wrap .form-group:last-child{
	display: none;
} */
.golo-my-profile
  .form-profile
  .place-fields-wrap:nth-child(3)
  .form-group:last-child {
  display: unset;
}
.woocommerce
  .checkout.woocommerce-checkout
  #order_review
  #payment
  ul.payment_methods
  li.wc_payment_method.payment_method_param
  input {
  position: static;
}
.woocommerce
  .checkout.woocommerce-checkout
  #order_review
  #payment
  ul.payment_methods
  li.wc_payment_method.payment_method_param
  > input {
  position: absolute;
}

#wc-param-cc-form label {
  padding: 0 0 6px !important;
}

#wc-param-cc-form .form-row {
  margin-top: 12px !important;
}

input[type="tel"] {
  font-size: 15px;
  border: 1px solid #5d5d5d;
  padding: 8px 10px 9px;
  color: #2a2a2a;
  border-radius: 0;
}

.golo-payment-method-wrap .radio img {
  display: none;
}

.ux-register .form-group:nth-child(2) {
  display: none;
}
.entry-content .ux-login,
.entry-content .ux-register,
.golo-reset-password-wrap {
  max-width: 500px;
  margin: 0 auto;
}
.entry-content .ux-login.active,
.entry-content .ux-register.active {
  display: block;
}
.entry-content .form-account .form-group {
  margin-bottom: 30px;
}

.form-account label.radio-field input:checked ~ span {
  background-color: #b592e7 !important;
}
button,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
textarea:focus {
  border-color: #b592e7 !important;
}

.golo-my-profile
  .form-profile
  .place-fields-wrap:nth-child(3)
  .form-group:last-child {
  display: block !important;
}

.place-manager-form .form-group .col-sm-4 {
  display: none !important;
}


.golo-my-profile .form-profile .place-fields-wrap:nth-child(3) .form-group:last-child{
	display: unset;
} 

