/*
Theme Name: 7 million
Author: Design and Coding by Vision Design
Version: 1.0
*/

body {
    background: #292929;
    font-family: "Quicksand";
    border: 17px solid #f8cc67;
}
.woocommerce {
  white-space: normal;
}
p {
  color: #555;
  font-size: 1rem;
  line-height: 1.6rem;
  font-family: "Quicksand";
  font-weight: 500;
  letter-spacing: 1px;
}
.awpcp-form-spacer li {
  font-size: 0.95rem;
}
a, a:link, a:visited, a:hover, a:active { 
  color: #777;
  font-family: "Quicksand";
}
p.ok-message {
  color: #fff;
  background: #37bd7f;
  padding: 20px;
  font-size: 18px;
  text-align: center;
}
.top-nav .active-item a, .top-nav li:hover a {
  background: none;
  color: #f8cc67;
}
.top-nav li a {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  color: #979797;
  padding: 0 1.25em;
}
.top-nav {
  margin-bottom: 40px;
}
.top-nav ul {
  display: table;
  margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 {
  color: #000;                                         
  margin-bottom: 15px;
  margin-top: 0;
  font-family: "Quicksand";
  font-weight: 500;
  letter-spacing: -1px;
}
h2 {
  font-size: 2.5rem;
  display: block;
  margin-bottom: 40px;
  line-height: 1.1em;
  letter-spacing: 0;
}
h1 {
    color: #444;
    text-transform: uppercase;
    font-size: 27px;
    text-align: center;
    letter-spacing: 5px;
    font-weight: 500;
    padding: 0 0 30px 0;
    margin: 0;
}
.love-content {
  padding: 50px;
}
.stroke {
  border-bottom: 2px dotted #f8cc67;
  width: 100px;
  display: block;
  height: 1px;
  margin-bottom: 40px;
}
p.with-love {
  color: #f8cc67;
  margin: 20px 0;
  font-weight: 600;
}
.with-love i {
  color: #f8cc67;
  font-size: 20px;
  position: relative;
  top: 4px;
}
.submit.get-place {
  color: #fff;
  float: none;
  font-size: 14px;
  width: 100%;
  max-width: 290px;
  margin: 30px auto 0;
  text-align: center;
  background: no-repeat;
  border-color: #fff;
}
.addtoany_list a, .widget .addtoany_list a {
  padding: 0 8px 0 0;
}
.love-content p {
  text-align: justify;
}
p.or {
  margin-top: 12px;
}
nav {
  background: none;
  border-top: 0;
}
.logo {
  width: 315px;
}
.section {
  padding: 60px 0;
}
.section-padding-bottom {
  padding: 0 0 60px 0;
}
.background-white {
  background: white;
}
.background-gold {
  background: #edb559;
  padding: 100px 0;
}
@keyframes up {
    0% {
        top: 50px;
    }
    50% {
        top: -20px;
    }
    100% {
        top: 0;
    }
}
.love-block {
	-webkit-box-shadow: -10px 10px 70px 0 rgb(157, 107, 49);
	-moz-box-shadow: -10px 10px 70px 0 rgb(157, 107, 49);
	box-shadow: -10px 10px 70px 0 rgb(157, 107, 49);	
   animation: up 3s;
   position: relative;
}



.image-element {
  width: 100px;
  height: 100px;
  display: block;
  float: left;
  background: #444;
  cursor: pointer;
  padding: 0;
  margin: 4px;
  position: relative;
} 
form.image-element button {
    position: absolute;
    z-index: 1000;
    background: #b53446;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    line-height: 17px;
    padding: 10px;
    color: #fff;
    top: -32px;
    width: 140px;
    border-radius: 0;
    left: -20px;
    border: none;
    display:none;
    cursor: pointer;  
    font-family: "Quicksand";
}
form.image-element button:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(77, 193, 61, 0);
	border-top-color: #b53446;
	border-width: 7px;
	margin-left: -7px;
}

a.image-element {
  transform: scale(1);
  position: relative;
  z-index: 1; 
  margin: 4px;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.41);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.41);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.41);
  transition: all 0.20s linear 0s;
  -o-transition: all 0.20s linear 0s;
  -ms-transition: all 0.20s linear 0s;
  -moz-transition: all 0.20s linear 0s;
  -webkit-transition: all 0.20s linear 0s;
} 
a.image-element:hover {
  transform: scale(1.17);
  position: relative;
  z-index: 2;
  box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.25);
-webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.25);
}
.image-element .submit {
  width: 100px;
  height: 100px;
  font-family: "sli";
  position: absolute;
  display: block;
  font-size: 32px;
  text-align: center;
  padding-top: 19px;
  color: #333;
  top: 0;
  background: none;
  margin: 0;  
  border: 0!important;
  transition: color 0.20s linear 0s;
  -o-transition: color 0.20s linear 0s;
  -ms-transition: color 0.20s linear 0s;
  -moz-transition: color 0.20s linear 0s;
  -webkit-transition: color 0.20s linear 0s;
}
.image-element .submit:hover {
  color: #f8cc67; 
  transition: color 0.40s linear 0s;
  -o-transition: color 0.40s linear 0s;
  -ms-transition: color 0.40s linear 0s;
  -moz-transition: color 0.40s linear 0s;
  -webkit-transition: color 0.40s linear 0s;
}

a.image-element::before {
  content: "\e08a";
  width: 100px;
  height: 100px;
  font-family: "sli";
  position: absolute;
  display: none;
  font-size: 32px;
  text-align: center;
  top: 17px;
  color: #fff;
  opacity: 0.4;
  transition: color 0.20s linear 0s;
  -o-transition: color 0.20s linear 0s;
  -ms-transition: color 0.20s linear 0s;
  -moz-transition: color 0.20s linear 0s;
  -webkit-transition: color 0.20s linear 0s;
}

.image-elements {
  margin: 0 auto;
  display: table;
  width: 100%;
  max-width: 1080px;
}
.image-elements::after {
  clear:both;
  content: ".";
  display:block;
  height:0;
  line-height:0;
  overflow:hidden;
  visibility:hidden;
}
.image-element-add {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
}
body.active-lightbox {
  overflow: hidden;
}
.lightbox, .lightbox-add {
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  overflow-y: scroll;
  overflow-x: hidden;
  left: 0;
  right: 0;
}
.lightbox-close, .lightbox-add-close {
  position: fixed;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 100%;
  cursor: pointer;
}
.lightbox-content, .lightbox-add-content {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 30px;
  position: relative;
  z-index: 3;
  min-height: 100%;
  border-left: 17px solid #f8cc67;
  border-right: 17px solid #f8cc67;
}
body .awpcp-ad-primary-image .enlarge, #showawpcpadpage .awpcp-ad-primary-image .enlarge {
  display: none!important;
}
.thumbshow {
  border: 0 solid #d3d3d3!important;
  display: block!important;
  padding: 0!important;
}
[contenteditable] {
  outline: 0px solid transparent!important;
}
[contenteditable]:empty:before {
    content: attr(data-placeholder);
    color: grey;
    display: inline-block;
}
.add-h2 {
    font-size: 2.5rem;
    margin-bottom: 40px;
    line-height: 1.1em;
    font-family: "Quicksand";
    font-weight: 500;
    color: #000;
    width: 100%;
    max-width: 100%;
    border: 0;
    padding: 0;
    display:block;
    cursor: text;
}
.add-p { 
    width: 100%;
    max-width: 100%;
    border: 0;
    padding: 0;
    color: #555;
    font-size: .95rem;
    line-height: 1.6rem;
    font-family: "Quicksand";
    font-weight: 500;
    letter-spacing: 1px;
    display:block;
    cursor: text;
}

.submit, a.submit, .awpcp-order-submit-listing-section--continue-button.button.button-primary, .awpcp-order-submit-listing-section--change-selection-button.button.button-primary {
  background: #fff;
  color: #333;
  border: 2px solid #333;
  font-family: "Quicksand";
  display: block;
  padding: 14px 20px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  margin: 30px 0 0;
  float: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.20s linear 0s!important;
  -o-transition: all 0.20s linear 0s!important;
  -ms-transition: all 0.20s linear 0s!important;
  -moz-transition: all 0.20s linear 0s!important;
  -webkit-transition: all 0.20s linear 0s!important;  
  
}

.l-3 .submit {
  margin: 0;
  float: none;
}
.l-3 .submit.right {
  margin: 0;
  float: right;
}

.submit:hover, .awpcp-order-submit-listing-section--continue-button.button.button-primary:hover, .awpcp-order-submit-listing-section--change-selection-button.button.button-primary:hover {
  color: #f8cc67;
  border: 2px solid #f8cc67;
}
.image-element .submit:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
  background: #444; 
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.5);
}
.image-element:hover button{
  display: block;
}
.required:focus,.add-p-input:focus, .required:focus-visible, .add-p-input:focus-visible {
  outline: 2px solid #f5f5f5;
}

.submit.submit-form.center.s-12.m-6.l-4 {
  float: none;
  margin: 0 auto;
}
.upload-square {
    display: block;
    float: left;
    margin: 10px;
    cursor: pointer;
    position: relative;
    width: 460px;
    height: 220px;
    padding: 20px;
    border: 2px solid #333;
}
.image-square {
    width: 100px;
    height: 100px;
    display: block;
    float: left;
    margin: 10px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    position:relative;    
}
.image-square img {
    width: 400px;
    display: none;
    position: absolute;
    max-width: 400px;
    z-index: 10;
    bottom: 100%;
    left: -150px;
    margin-bottom: -5px;
    border: 17px solid #333;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.08);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.08);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}
.image-square-hover {
    width: 100px;
    height: 100px;
    display: block;
    cursor: pointer;
    position: relative;    
}  

.image-square-hover:hover:after {
	top: 5px;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
    z-index: 2;
}

.image-square-hover:hover:after {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #333;
	border-width: 8px;
	margin-left: -8px;
}

.wrap-custom-file {
  position: relative;
  width: 100%;
  margin: 0;
  text-align: center;
}

.wrap-custom-file input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 2px;
  overflow: hidden;
  opacity: 0;
}

.wrap-custom-file label {
  width: 100%;
  cursor: pointer;
  background-color: #f5f5f5;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.wrap-custom-file label span {
  display: block;
  font-size: 1.2rem;
  color: #777;
  font-weight: 500;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.wrap-custom-file label span.small-text {
  margin: 0;
  font-size: 13px;
}

.wrap-custom-file label:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.wrap-custom-file label.file-ok {
  background-size: cover;
  background-position: center;
}

.wrap-custom-file label.file-ok span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.3rem;
  font-size: 0.8rem;
  color: #000;
  background-color: rgba(255, 255, 255, 0.8);
}
.icon-sli-plus.icon2x {
  font-size: 40px;
}
.image-upload-button {
  display: block;
  width: 100%;
  padding: 10px 0;
  margin: 0 auto 12px auto;
  color: #f5f5f5;
  font-size: 16px;
  font-weight: 700;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.20s linear 0s !important;
  -o-transition: all 0.20s linear 0s !important;
  -ms-transition: all 0.20s linear 0s !important;
  -moz-transition: all 0.20s linear 0s !important;
  -webkit-transition: all 0.20s linear 0s !important;
}
.image-upload-button:hover {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}
.image-upload-text, .image-upload-button i {
  color: #333 !important;
}

ul.awpcp-payment-term-features li {
    list-style: none;
}
ul.awpcp-payment-term-features {
    border-top: 1px solid #ffdf95;
    border-bottom: 1px solid #ffdf95;
    padding: 30px 0!important;
}
.awpcp-payment-term-duration {
  font-size: 35px;
  font-weight: 700;
  padding: 0;
  line-height: 39px;
  margin-bottom: 23px !important;
}
.awpcp-payment-terms-list-payment-term-currency-amount {
  color: #f8cc67;
  font-size: 33px;
  font-weight: 700;
  display: block;
  float: none;
  margin: 17px 0 0;
}
.awpcp-payment-term-content {
  border: 0;
  border-style: solid;
  background: none;
  padding: 30px;
  border-color: #eeeeee; 
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.08);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.08);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.08);

  transition: all 0.20s linear 0s;
  -o-transition: all 0.20s linear 0s;
  -ms-transition: all 0.20s linear 0s;
  -moz-transition: all 0.20s linear 0s;
  -webkit-transition: all 0.20s linear 0s;
}

.awpcp-payment-term-content:has(input:checked) {  
  background: #f8cc67;
  border-color: #f8cc67;
  transform: scale(1.06);
  -webkit-box-shadow: 0px 0px 23px 0px rgba(248,204,103,1);
-moz-box-shadow: 0px 0px 23px 0px rgba(248,204,103,1);
box-shadow: 0px 0px 23px 0px rgba(248,204,103,1);
}

.awpcp-payment-term-content:has(input:checked) .awpcp-payment-terms-list-payment-term-currency-amount {
  color: #fff;
}
 /* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: none;
  border: 2px solid #333;
  border-radius: 0;
  margin: 17px 0 0;
  display: block;
  padding: 9px 0;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  transition: all 0.20s linear 0s;
  -o-transition: all 0.20s linear 0s;
  -ms-transition: all 0.20s linear 0s;
  -moz-transition: all 0.20s linear 0s;
  -webkit-transition: all 0.20s linear 0s;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #333;
  color: #fff; 
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #333;
  color: #fff; 
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark::after {
  content: "\2713";
  font-family: "mfg";
  top: 9px;
  left: 14px;
}

.effects-wrapper {
  margin: -6px;
}
.effects {
  border: 0;
  padding: 0;
  float: left;
  margin: 6px;
  display: block;
  height: 107px;
  width: 79px;
  cursor: pointer;
}

.effects button {
  border: 0;
  padding: 0;
  cursor: pointer;
  transform: scale(1);
  border: 0 solid #D5D5D5;
  position: relative;
  transition: all 0.20s linear 0s;
  -o-transition: all 0.20s linear 0s;
  -ms-transition: all 0.20s linear 0s;
  -moz-transition: all 0.20s linear 0s;
  -webkit-transition: all 0.20s linear 0s;
}
img.loading-effect {
  position: absolute;
  display:none;
}
.effects button:hover {
  padding: 0;
  cursor: pointer;
  transform: scale(1.06);
}
form#uploadForm {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

#uploatedImage {
    display: none;
    position: relative;
}
#uploatedImage.uploated {
    display: block;
}
#uploadFormLayer.uploated {
    display: none;
}
p.remove-image {
    background: #333;
    display: block;
    padding: 8px 12px;
    color: #fff;
    position: relative;
    cursor: pointer;
    transition: all 0.20s linear 0s;
    -o-transition: all 0.20s linear 0s;
    -ms-transition: all 0.20s linear 0s;
    -moz-transition: all 0.20s linear 0s;
    -webkit-transition: all 0.20s linear 0s;
    text-align: right;
}
p.remove-image:hover {
  background: #555;
}
p.remove-image i {
  font-size: 20px;
  float: right;
  margin-left: 8px;
}
body {
  background-image: url("img/bg4.png");
    background-attachment: fixed;
}
.background-gold {
  background-image: url("img/bggold.png");
    background-attachment: fixed;
}
span.effect-desc {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 13px!important;
    text-align: center;
    display: block;
}

.disable.image-element {
  display: none;
}
.awpcp-order-submit-listing-section__edit_mode {
  display: block !important;
}
.close {
  display: none !important;
}
input.awpcp-order-submit-listing-section--continue-button.button.button-primary {
    margin: 50px auto;
    float: none;
}
.about-you {
  background: #f3f3f3;
  padding: 30px;
  margin-top: 50px;
}
.about-you p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 30px;
  display: block;
}
.about-you p:last-child {
  margin-bottom: 0;
}
.about-you h4 {
  letter-spacing: 1px;
}
.about-you input {
  padding: 15px;
  width: 100%;
  margin-bottom: 7px;
  border-radius: 2px;
  border: 0;
  font-size: 16px;
  font-family: "Quicksand";
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);
}
.submit.left {
  float: left;
}

.awpcp-order-submit-listing-section__edit_mode .form-submit {
  display: none;
}
li.awpcp-payment-term.s-12.m-6.l-3.term-1 > div {
    border-top: 5px solid #cef7c7;
}
li.awpcp-payment-term.s-12.m-6.l-3.term-2 > div {
    border-top: 5px solid #c7e1f7;
}
li.awpcp-payment-term.s-12.m-6.l-3.term-3 > div {
    border-top: 5px solid #e2c7f7;
}
li.awpcp-payment-term.s-12.m-6.l-3.term-4 > div {
    border-top: 5px solid #f7c7c7;
}
.awpcp-payment-term-content:has(input:checked) {  
  border-top: 5px solid #ffdf95!important;
}
li.awpcp-payment-term-feature {
    font-weight: 500;
}
li.awpcp-payment-term-feature {
    font-weight: 500;
    line-height: 18px;
    margin: 12px 0;
}
li.awpcp-payment-term-feature:first-child {
    margin: 0 0 12px 0;
}
li.awpcp-payment-term-feature:last-child {
    margin: 12px 0 0 0;
}
li.awpcp-payment-term {
    list-style: none;
}
.awpcp-payment-terms-list .awpcp-payment-term .awpcp-payment-term-content {
    padding: 30px;
    width:100%;
    text-align: center;
}
ul.awpcp-payment-terms-list {
  padding: 0;
}
#uploatedImage {
  max-width: 700px;
  margin: 0 auto;
}
.submit-4.disabled, .submit-5.disabled  {
  display: none;
}
.awpcp-form-spacer {
    padding-top: 30px;
}
.my-field-class {
    display: none;
}
p.key-info {
    color: #37bd7f;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 11px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 12px;
    width: 100%;
    margin-bottom: 7px!important;
    border-radius: 2px;
    border: 2px solid #f0f0f0;
    font-size: 16px;
    font-family: "Quicksand";
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: left;
    background: #37bd7f;
    border-radius: 0;
    padding: 18px 23px;
    font-family: "Quicksand";
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 20px;
    font-size: 17px;
}
.woocommerce-privacy-policy-text p {
    font-size: 14px;
    line-height: 20px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: none;
    border-radius: 0;
}
#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
    padding: 0;
}
.woocommerce table.shop_table th {
    padding: 14px;
}
.woocommerce table.shop_table {
    border: O;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 0;
    font-family: "Quicksand";
    font-size: 1rem;
}
th, table tr:nth-of-type(2n) td {
    border-right: 0;
}
.woocommerce table.shop_table {
    border: 1px solid rgba(0,0,0,.1); 
}
.woocommerce table.shop_table td {
    border-top: 0;
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}
td {
    border-right: 0;
}
table tfoot, table thead, table tr:nth-of-type(2n) {
    background: none repeat scroll 0 0 #f4f4f4;
}

section h4 {
    margin-bottom: 3px;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    color: #FFF;
    text-align: center;
    font-size: 22px;
    background: #f8cc67;
    padding: 18px;
    display: block;
    margin: 0 auto 40px auto;
    width: 100%;
    max-width: 525px;
}
.woocommerce-order h2 {
  margin-top: 40px;
}
p.order-detail-button {
  display: block;
  background: #292929;
  color: #fff;
  padding: 4px 9px;
  margin: -10px auto 7px;
  width: 146px;
  text-align: center;
  cursor: pointer;
}
/* Forms */
form.customform input, form.customform textarea, form.customform select {
  background: #fff none repeat scroll 0 0;
  border: 2px solid rgba(0, 0, 0, 0.8);
  font-size: 17px;
  padding: 15px;
  width: 100%;
  font-family: "Quicksand";
  height: auto;
}
form.customform input:hover, form.customform textarea:hover, form.customform select:hover, form.customform input:focus, form.customform textarea:focus, form.customform select:focus {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
p.form-error {
  background-color: #DD442C;
  color: #fff;
  display: none;
  font-size: 0.8rem;
  margin: -10px 0 15px 0;
  padding: 7px;
  text-align: center;
}
p.form-success {
  background-color: #9bdd42;
  color: #fff;
  display: none;
  font-size: 0.85rem;
  padding: 10px;
  text-align: center;
}
a.captcha-button {
  text-align: center;
  display: block;
  background: rgba(180,180,180,0.3);
  padding: 11px 8px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.20s linear 0s;
  -o-transition: all 0.20s linear 0s;
  -ms-transition: all 0.20s linear 0s;
  -moz-transition: all 0.20s linear 0s;
  -webkit-transition: all 0.20s linear 0s;
}
a.captcha-button:hover {
  background: rgba(180,180,180,0.4);
}
a.captcha-button i,.full-name-field {
  display: none;
}
.customform.ajax-form p {
  margin-bottom: 6px;
}

.text-gold { color: #f8cc67!important; }
.margin-top-bottom {
  margin: 30px 0;
}

#key-form .submit {
  background: #f8cc67;
  color: #333;
  border: 0;
  margin-top: 0;
}
#key-form .submit:hover {
  background: #f8cc67;
  color: #333;
  border: 0;
}


.rcrop-wrapper{position:relative;display:inline-block;max-width:inherit}.rcrop-wrapper img{display:block}.rcrop-wrapper .rcrop-croparea{position:absolute;top:0;left:0;z-index:1000}.rcrop-wrapper .rcrop-croparea .rcrop-croparea-inner{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.rcrop-wrapper .rcrop-outer-wrapper{filter:alpha(Opacity=50);opacity:.5;position:absolute;top:0;left:0;width:100%;height:100%}.rcrop-wrapper .rcrop-outer{background:#fff;position:absolute}.rcrop-wrapper .rcrop-outer.rcrop-outer-left{height:100%;left:0;top:0}.rcrop-wrapper .rcrop-outer.rcrop-outer-right{height:100%;right:0;top:0}.rcrop-wrapper .rcrop-outer.rcrop-outer-top{top:0;width:100%}.rcrop-wrapper .rcrop-outer.rcrop-outer-bottom{bottom:0;width:100%}.rcrop-wrapper .rcrop-grid{position:absolute;top:0;left:0;width:100%;height:100%}.rcrop-wrapper .rcrop-grid-line{position:absolute}.rcrop-wrapper .rcrop-grid-line:nth-child(1){width:100%;height:33%;top:33%;left:0;border-top:1px dashed #fff;border-bottom:1px dashed #fff}.rcrop-wrapper .rcrop-grid-line:nth-child(2){height:100%;width:33%;left:33%;top:0;border-left:1px dashed #fff;border-right:1px dashed #fff}.rcrop-wrapper .rcrop-handler-wrapper{position:absolute;top:0;left:0;width:100%;height:100%}.rcrop-wrapper .rcrop-handler-wrapper .rcrop-handler-border,.rcrop-wrapper .rcrop-handler-wrapper .rcrop-handler-corner{position:absolute;width:6px;height:6px;background:#fff;border:1px solid #000}.rcrop-wrapper .rcrop-handler-wrapper .rcrop-handler-top-left{top:-3px;left:-3px}.rcrop-wrapper .rcrop-handler-wrapper .rcrop-handler-top-right{top:-3px;right:-3px}.rcrop-wrapper .rcrop-handler-wrapper .rcrop-handler-bottom-left{bottom:-3px;left:-3px}.rcrop-wrapper .rcrop-handler-wrapper .rcrop-handler-bottom-right{bottom:-3px;right:-3px}.rcrop-wrapper .rcrop-handler-wrapper .rcrop-handler-top{top:-3px;left:50%;margin-left:-3px}.rcrop-wrapper .rcrop-handler-wrapper .rcrop-handler-right{right:-3px;top:50%;margin-top:-3px}.rcrop-wrapper .rcrop-handler-wrapper .rcrop-handler-bottom{bottom:-3px;left:50%;margin-left:-3px}.rcrop-wrapper .rcrop-handler-wrapper .rcrop-handler-left{left:-3px;top:50%;margin-top:-3px}.rcrop-wrapper .clayfy-touch-device .rcrop-handler-bottom-right{display:none;width:18px;height:18px;bottom:-5px;right:-5px}.clayfy-box:not(.clayfy-not-move){cursor:move}.clayfy-ghost{z-index:1000}.clayfy-ghost-opacity{opacity:.5}.clayfy-handler{z-index:1001}.clayfy-handler.clayfy-top{cursor:n-resize}.clayfy-handler.clayfy-top.left{cursor:nw-resize}.clayfy-handler.clayfy-top.right{cursor:ne-resize}.clayfy-handler.clayfy-bottom{cursor:n-resize}.clayfy-handler.clayfy-bottom.left{cursor:sw-resize}.clayfy-handler.clayfy-bottom.right{cursor:se-resize}.clayfy-handler.clayfy-left,.clayfy-handler.clayfy-right{cursor:w-resize}.clayfy-handler.clayfy-touch-device{background:#fff;border:1px solid #000;border-radius:3px}.clayfy-sort-droparea{border:2px solid #ccc}
@media screen and (max-width:1280px) {
.love-content p {
  text-align: left;
}
}
@media screen and (max-width:480px) {

} 
