a {
  color: #f37043;
}
a:hover {
  text-decoration: underline;
  color: black;
}
a:visited {
  color: #8a8a8a;
}
.cta {
  color: #f37043;
  /* wrapper */
}
.cta:hover {
  text-decoration: underline;
  color: black;
}
.cta:visited {
  color: #f37043;
}
.wrapper, .wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.page-wrapper, .p-wrap {
  max-width: 1100px;
  position: relative;
  margin: auto;
  width: 100%;
  padding-left: 10px;
}
@media (max-width: 960px) {
  .page-wrapper, .p-wrap {
    padding: 0 10px;
  }
}
.home-content, .content {
  padding: 10px 0;
  font-size: 18px;
  font-family: 'Merriweather', serif;
  color: #575757;
}
.content {
  padding: 50px 0;
  /*======================================================== 
header 
==========================================================*/
}
.header {
  position: relative;
  z-index: 2;
}
.header:after {
  content: "";
  display: initial;
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 10px;
  z-index: 1;
  height: 250px;
  width: 60%;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.25);
  border-radius: 1000px/300px;
  margin: auto;
}
.header-top {
  background: white;
  position: relative;
  z-index: 3;
  height: 200px;
  padding-top: 50px;
  /* ==============================================================
logo
================================================================= */
}
@media (max-width: 45em) {
  .header-top {
    padding: 20px;
    width: 100%;
    float: none;
    height: 300px;
  }
}
.logo {
  float: left;
  padding-left: 10px;
  border-left: solid 15px grey;
}
@media (max-width: 45em) {
  .logo {
    float: none;
    border-left: solid 8px grey;
    width: 100%;
    float: none;
    margin: 0 auto;
  }
}
.logo a {
  color: grey;
}
.logo a:hover {
  color: black !important;
  text-decoration: none !important;
}
.logo .line-1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 76%;
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 45em) {
  .logo .line-1 {
    font-weight: 700;
    font-size: 22px;
    line-height: 76%;
    display: block;
    margin-bottom: 5px;
  }
}
.logo .line-2 {
  font-weight: 700;
  margin-left: -3px;
  font-size: 77px;
  line-height: 77%;
  display: block;
}
@media (max-width: 45em) {
  .logo .line-2 {
    font-weight: 700;
    font-size: 43px;
    line-height: 76%;
    display: block;
    margin-bottom: 5px;
  }
}
.logo-img {
  margin: 0;
  /* ==============================================================
Right Header Widget
================================================================= */
}
.top-wdgt-r {
  color: grey;
  text-align: center;
  padding: 0;
  width: 40%;
  float: right;
}
@media (max-width: 45em) {
  .top-wdgt-r {
    width: 100%;
    float: none;
    margin: 50px 0;
  }
}
.header-social {
  display: table;
  list-style: none;
  margin: 10px auto;
  padding: 0;
  /* ============================================================
nav 
================================================================*/
}
.header-social .social {
  width: 30px;
  float: left;
  display: inline-block;
  margin: 0 10px;
}
.nav {
  position: relative;
  padding: 0;
  display: block;
  background: white;
  z-index: 2;
  border-top: solid 2px #d9d9d9;
  border-bottom: solid 2px #d9d9d9;
}
.nav ul {
  background: white;
  width: 100%;
  margin: 0 0 0 -25px;
  padding: 0;
}
.nav li {
  position: relative;
  display: inline-block;
  margin-left: -4px;
}
.nav li a {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  display: block;
  color: grey;
  padding: 20px 30px;
  font-size: 18px;
  position: relative;
}
.nav .current-page-item a {
  color: #f37043;
}
.nav a:hover {
  background: #f37043;
  color: white;
}
.nav ul.sub-menu {
  display: none;
}
.nav ul.sub-menu a {
  padding: 10px;
  width: 300px;
}
.nav ul li:hover > ul.sub-menu {
  display: block;
  z-index: 99;
  position: absolute;
  top: 30px;
  margin: 0px 0px 0px -16px;
  padding: 0px;
  border: 1px #808080 solid;
  background-color: #fff;
  width: 300px;
  /*=============================================================
banner
===============================================================*/
}
.banner-home {
  position: relative;
  z-index: 1;
  background: #f2f2f2;
  border-bottom: solid 3px #d9d9d9;
  height: 150px;
}
.home-img {
  width: 390px;
  position: absolute;
  right: -100px;
  top: -300px;
  z-index: 20;
  /* ===============================================================
footer items
=================================================================== */
}
.footer-items {
  background: #f2f2f2;
  padding: 25px 0;
  border-top: solid 6px #aeaeae;
  color: #525252;
  /*=============================================================== 
footer 
================================================================*/
}
.footer-items ul {
  padding-left: 0;
}
footer {
  background: white;
  text-align: center;
  color: grey;
  padding: 10px;
  font-size: 12px;
  /* ==========================================================================
   =COLOR
   ========================================================================== */
}
.brdr-1 {
  border: solid 1px red;
}
.swatch {
  height: 5em;
}
.bkg-grey-2 {
  background: #f2f2f2;
}
.color-1 {
  background: #bce4e6;
}
.color-2 {
  background: #f37043;
}
.color-3 {
  background: #ffe4af;
}
.color-4 {
  background: #ffc14d;
}
.color-5 {
  background: #5cc4b7;
}
.color-6 {
  background: #5f93b7;
}
.txt-color-1 {
  color: #bce4e6;
}
.txt-color-2 {
  color: #f37043;
}
.txt-color-3 {
  color: #ffe4af;
}
.txt-color-4 {
  color: #ffc14d;
}
.txt-color-5 {
  color: #5cc4b7;
}
.txt-color-6 {
  color: #5f93b7;
}
.txt-wht {
  color: white;
  /* ===========================================================================
  typography
  =========================================================================== */
}
p {
  margin: 0 0 20px;
}
ul li, ol li {
  line-height: 130%;
}
.headline-1 {
  display: block;
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-size: 22px;
  color: #f37043;
  line-height: 1.2em;
}
.sub-headline-1 {
  display: block;
  font-family: 'Merriweather', serif;
  font-weight: 800;
  font-size: 18px;
  color: grey;
  line-height: 1.2em;
  margin-bottom: 10px;
}
.title-1 {
  display: block;
  font-family: 'Merriweather', serif;
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  color: grey;
  line-height: 1.2em;
  margin-bottom: 15px;
}
.title-2 {
  display: block;
  font-family: 'Merriweather', serif;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: grey;
  line-height: 1.2em;
  margin-bottom: 15px;
}
.title-3 {
  display: block;
  font-family: 'Merriweather', serif;
  font-weight: 800;
  font-size: 18px;
  color: grey;
  line-height: 1.2em;
  margin-bottom: 10px;
  /* ==========================================================================
   = User input
   ========================================================================== */
}
.ws-form {
  margin-top: -1.5em;
}
input, textarea {
  display: block;
  padding: 0.5em;
  margin-bottom: 0.75em;
  border: 0.1em solid #aeaeae;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  resize: none;
}
input:focus, textarea:focus {
  outline: none;
  border-color: #bce4e6;
}
input[type='button'], input[type='submit'], button, .button {
  border: none;
  line-height: 1.3;
  cursor: pointer;
  padding: 0.8em 1em;
  transition: all 0.3s ease;
  display: block;
  margin-bottom: 0.75em;
  margin-bottom: 0.75rem;
  border-radius: 0px;
  background-color: #F68033;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  width: 50%;
}

input[type='button']:hover, input[type='submit']:hover, button:hover, .button:hover {
	background-color: grey;
}


.form-btn-1, .btn-1 {
  display: inline-block;
  padding: 10px 15px;
  position: relative;
  color: white;
  background: linear-gradient(to bottom, #fb8335 0%, #db742c 100%);
  border-radius: 15px;
  font-family: 'Merriweather', serif;
  font-size: 18px;
  text-transform: uppercase;
  text-shadow: 1px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 45em) {
  .form-btn-1, .btn-1 {
    width: 100%;
  }
}
.form-btn-1:visited, .btn-1:visited {
  color: white;
}
.form-btn-1:before, .btn-1:before {
  border-box: content-box !important;
  content: "";
  position: absolute;
  left: -100px;
  top: 20px;
  margin: auto;
  box-sizing: border-box;
  height: 2px;
  width: 225%;
  border-right: solid 70px #aeaeae;
  border-left: solid 70px #aeaeae;
}
@media (max-width: 45em) {
  .form-btn-1:before, .btn-1:before {
    border: none;
    position: relative;
    left: 0;
    width: 100%;
  }
}
.form-btn-1:hover, .btn-1:hover {
  color: white;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.25);
  text-decoration: none !important;
}
.btn-2 {
  color: white;
  background-color: #ffc14d;
}
.btn-2:hover {
  background-color: #000;
}
.btn-2:active, .btn-2:focus {
  background-color: #ffc14d;
}
:visited {
  color: white;
}
.btn-3 {
  font-size: 0.875em;
  background-color: #aeaeae;
}
.btn-3:hover {
  background-color: #000;
}
.btn-3:active, .btn-3:focus {
  background-color: #aeaeae;
}
:visited {
  color: white;
  /* ==========================================================================
   =ADJECTIVES
   ========================================================================== */
}
.ws-adjectives div {
  font-size: 1.5em;
  padding-bottom: 0.25em;
  /* ==========================================================================
   =COLOPHON
   ========================================================================== */
}
.colophon {
  clear: both;
  text-align: center;
  font-size: 0.875em;
  padding: 1.714em 0;
  border-top: thin solid #eee;
  margin-top: 1.714em;
  /* =========================================================================
   =objects
   ========================================================================= */
}
.img-1 {
  padding: 10px;
  background: #d9d9d9;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.25);
}
.crcl {
  border-radius: 1000px;
}
.box-1 {
  background: linear-gradient(to bottom, #fff 0%, #e4e4e4 100%);
  border: solid 2px #d9d9d9;
  border-radius: 0 50px 50px 50px;
  margin-bottom: 20px;
  padding: 20px;
}
.box-1 .title-2 {
  border-bottom: solid 1px #aeaeae;
}
.box-1 ul {
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}
.box-1 ul a {
  color: #575757;
}
