/*--------------- ---- Responsive --------------------------*/
/*-------------   Color Variable  --------------*/
.white-bg {
  background: #ffffff; }

.gray-bg {
  background: #f5f5f5; }

/*-------------Color include--------------*/
/*-- Background color---*/
.gray-bg {
  background: #f7f7fd; }

.white-bg {
  background: #ffffff; }

.black-bg {
  background: #16161a; }

.theme-bg {
  background: #E9A640; }

.brand-bg {
  background: #FEFBF7; }

.testimonial-bg {
  background: #f9fafc; }

/*--- color------*/
.white-color {
  color: #ffffff; }

.black-color {
  color: #16161a; }

.theme-color {
  color: #E9A640; }

/*--- Sean color------*/
.boxed-btn {
  background: #fff;
  color: #E9A640 !important;
  display: inline-block;
  padding: 18px 44px;
  font-family: "Fredoka One", cursive;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid #E9A640;
  letter-spacing: 3px;
  text-align: center;
  color: #E9A640;
  text-transform: uppercase;
  cursor: pointer; }
  .boxed-btn:hover {
    background: #E9A640;
    color: #fff !important;
    border: 1px solid #E9A640; }
  .boxed-btn:focus {
    outline: none; }
  .boxed-btn.large-width {
    width: 220px; }

/*GLOBALS*/
.cursor {
  cursor: hand;
  cursor: pointer; }

.marR5 {
  margin-right: 5px; }

.book_btn {
  padding: 18px 38px !important; }

.btn-primary {
  background-color: #E9A640; }

.btn-secondary {
  background-color: #40E9A5; }

.btn-primary:hover, .btn-secondary:hover {
  color: #53360A; }

#content-wrapper .more {
  display: none;
  padding: 10px; }
#content-wrapper .bdr {
  background-color: #40E9A5;
  background-repeat: no-repeat;
  background-position: right center;
  height: 180px;
  border: 2px solid #E9A640;
  margin-top: 20px; }
#content-wrapper .mbdr {
  background-color: #E9A640;
  background-repeat: no-repeat;
  background-position: right center;
  height: auto;
  width: 850px;
  border: 2px solid #40E9A5;
  border-top: none; }
  #content-wrapper .mbdr p {
    color: #fff; }
#content-wrapper button {
  background: #D8E940;
  color: #53360A;
  margin-top: 20px; }
#content-wrapper a {
  color: #000;
  text-decoration: underline; }

#logo {
  margin: 0 auto; }

.book_note {
  text-align: center;
  font-weight: 700; }

span.mg {
  font-size: 36px;
  color: #E9A640; }

.btn {
  width: 260px;
  display: block;
  margin: 0 auto; }

/*# sourceMappingURL=sean.css.map */
