
/* These styles were generated from the Theme Builder in the site admin. */

#header .container, #footer .container { max-width: 800px; }

body { background: #F8F8F8;  }

/* Header */
#header { background: #FFFFFF; }

#header h1 a { display: block; width: 300px; height: 80px; background: url(https://pigeon.s3.us-east-va.io.cloud.ovh.us/82793437488903a23a9b4ce440513e47.jpg) no-repeat center; background-size: 100% auto; text-indent: -9999px; }

@media only screen and (max-width: 520px) {
	#header h1 a { width: 85%; height: auto; max-height: 110px; aspect-ratio: 922 / 159; background-size: contain; margin: 0 auto; }
	#header #account-header {  margin-top: 15px; }
}

/* Main Headings */
.option-heading { background: #3D2D2D; }

/* Sub Text */
.main-content a:not(.button), .subscription-options .signup .info p, .agreement, .agreement a, .cnd-user-orders #order-detail .name, .default-more-plans, .homepage .plans-selection-box p { color: #cd1713; }

/* Error Message */
.error-message {  }

/* Buttons */
.button, .ui-dialog .ui-dialog-buttonset button {
  background: #00ADEF;
  box-shadow: inset 0px 1px 0px #47ccff, 0px 1px 3px rgba(0, 0, 0, 0.4), inset 0 -10px 20px rgba(0, 0, 0, 0.1), inset 0px 10px 20px rgba(255, 255, 255, 0.1);
  border: 1px solid #0076a3;
  border-top-color: #0088bc;
  border-bottom-color: #006389;
  /* color: #fff !important; */
}
.button:hover, .ui-dialog .ui-dialog-buttonset button:hover {
  background: #0093cb;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.4), inset 0px 1px 0px #23c2ff, inset 0 -10px 20px rgba(0, 0, 0, 0.1), inset 0px 10px 20px rgba(255, 255, 255, 0.1);
  border-color: #005c7f;
  border-top-color: #006e98;
  border-bottom-color: #004965;
  /* color: #fff !important; */
}

/* Checkboxes */
.checkbox > input:checked + .checkbox-placeholder { 
  background-color: #00ADEF;
  border-color: #0076a3;
  border-top-color: #0088bc;
  border-bottom-color: #006389;
  box-shadow: inset 0px 1px 1px #47ccff, inset 0px -1px 1px rgba(0, 0, 0, 0.1), inset 0px 5px 8px rgba(255, 255, 255, 0.1);
}
.checkbox > input:hover:checked + .checkbox-placeholder { border-color: #00ADEF; }

/* Radios */
/* .radio > input:checked + .radio-placeholder,
.radio.radio--fake .radio-placeholder { background-color: #00ADEF; border-color: #00ADEF; }
.radio > input:hover:checked + .radio-placeholder { border-color: #00ADEF; } */

/* Footer */
#footer { background: #3D2D2D; }

/* Date Picker */
.datepick-nav { background: #00ADEF !important; }
.datepick-nav a { color: #fff !important; }
.datepick-cmd:hover { background-color: rgba(255,255,255,0.2) !important; box-shadow: 0 0 2px rgba(0,0,0,0.2); }
.datepick-month-header, .datepick-ctrl { background-color: #474747 !important; }
.datepick-month td .datepick-highlight, .datepick-month td .datepick-selected { background: #00ADEF !important; color: #fff !important; }

/* Advanced Theme Settings - Custom CSS */
@media only screen and (min-width: 620px) {
	#header h1 a { width: 380px; }
}



/* Special Message */
.special-box p:last-child { margin: 0; }

.special-box {
  background: #F8F5EB;
  box-shadow: 0 0 10px rgba(0,0,0,0.3) !important;
  padding: 60px !important;
  position: relative;
  overflow: visible;
}
.special-box:before, .special-box:after {
  content: "";
  height: 98%;
  position: absolute;
  width: 100%;
  z-index: -1;
  display: block !important;
}
.special-box:before {
  background: #F5F1E5;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
  left: -5px;
  top: 4px;
  transform: rotate(-2.5deg);
}
.special-box:after {
  background: #F2EDDF;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  right: -3px;
  top: 1px;
  transform: rotate(1.4deg);
}
.special-box img { width: 190px; margin: 10px 0 0 -25px; }

@media only screen and (max-width: 520px) {
	.special-box { padding: 30px !important; }
	.special-box p { font-size: 13px; }
	.special-box h2 { font-size: 18px; }
}
