/*

Theme Name: Inntopia 2020

Description: This is a custom wordpress theme developed for Inntopia by Gregg Blanchard.

Version: 1.0

Author:  Gregg Blanchard

Tags: not-free, custom

*/



html, body, table {
  background-color: #ffffff;
  color: #111111;
  margin: 0;
  padding: 0;
  font-family: 'chaparral-pro', Georgia, sans-serif;
}
h1, h2 ,h3, h4, h5, h6, h7 {
  color: #111111;
  font-family: "futura-pt", sans-serif !important;
  font-weight: 700 !important;
}
a h3 {
  color: #111111 !important;
}
.abutton {
  color: #111111;
}
.container-fluid {
  max-width: 1230px;
}
a, button, p, span, input, select, textarea {
  font-family: 'chaparral-pro', Georgia, sans-serif;
}
a:hover {
  text-decoration: none !important;
}
.text-right {
  text-align: right;
}
.subtext {
  color: #555555;
}
main {
  padding-bottom: 0px;
}
button, .abutton, .nav-link {
  color: #111111;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 16px !important;
  background: none;
  line-height: 40px;
  border-radius: 4px;
  font-family: chaparral-pro, Georgia, sans-serif !important;
}  
button:active, button:focus, .abutton:active, .abutton:focus {
  outline: none !important;
}
.button-padding {
  padding-left: 20px; 
  padding-right: 20px;
}
.button-black-lines {
  border: 1px solid #111111;
  color: #111111;
}
.button-black-lines:hover {
  color: #fff;
  background-color: #111111;
}
.button-orange-lines {
  border: 1px solid #EC8435 !important;
  color: #D96812;;
}
.button-orange-lines:hover {
  color: #111111;
  background-color: #EC8435;
  text-decoration: none !important;
}
.button-orange-fill {
  border: 1px solid #EC8435 !important;
  background: #EC8435 !important;
  color: #ffffff; 
}
.button-orange-fill:hover {
  border: 1px solid #111111 !important;
  background: #111111 !important;
  color: #ffffff; 
  text-decoration: none !important;
}
.sr-only {
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
  color: #111111 !important;
}
a, .sales-block img, .post-listing .thumbnail .fa, .cat-listing .thumbnail .fa, .i365-listing {
-webkit-transition: all 0.2s;
/* For Safari 3.1 to 6.0 */
transition: all 0.2s;
}
a:hover {
text-decoration: none;
color: inherit;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 22px 0;
}
.videoWrapper iframe,
.videoWrapper embed,
.videoWrapper object {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}


/**************
ALL PROMO BOX STUFF STARTS HERE
******************/

#top-promo { 
  width: 100%;
  height: auto;
}
#top-promo a {
  background-color: #28221F;
  display: block;
  border-bottom: 1px solid #222;
  padding: 11px;
  width: 100%;
  font-size: 15px;
  color: #ffffff;
  font-family: 'chaparral-pro';
  text-align: center;
  line-height: 130%;
  max-width: 123230px;
  margin: 0 auto;
}
#top-promo a:hover {
  text-decoration: underline !important;
  /* border-bottom: 1px solid #888; */
}



/**************
ALL NAV STUFF STARTS HERE
******************/

/* NAV */
nav {
  background-color: #FFF1DB;
}
nav img {
  width: 186px;
  height: auto;
  border: 0;
  margin: 0 0 0 -3px;
}
nav .container-fluid {
  padding: 30px 0;
  border-bottom: 0px solid #E3D3C4;
}
nav #nav-links {
  text-align: right;
}
nav .button-black-lines {
  margin-left: 8px;
  padding: 0 20px;
}
nav .button-orange-lines {
  padding: 9px 12px;
  background-color: transparent !important;
}
nav .button-orange-lines:hover {
  background-color: #FFF1DB;
}
nav .dropbtn, nav .nav-link {
  margin-right: 45px;
}
.nav-link:hover {
  border-radius: 0;
  color: #111111;
  box-shadow: inset 0 -0.15em #EC8435;
  text-decoration: none;
}

/* DROPDOWNS */
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 200px;
  box-shadow: 0px 4px 10px rgba(95, 82, 63, 0.2);
  z-index: 1001;
  text-align: left;
}
.dropdown-content a {
  color: #111111;
  padding: 14px 10px;
  text-decoration: none;
  display: block;
  font-size: 15px;
  border-left: 3px solid #fff;
}
.dropdown-content a .fa {
  color: #EC8435;
  font-size: 16px;
  float: left;
  margin: 2px 7px 10px 0;
  display: block;
  text-align: left;
  width: 20px;
}
.dropdown-content a span {
  font-size: 12px;
  color: #555555;
  display: block;
}
.dropdown-content a:hover {
  border-left: 3px solid #EC8435;
  color: inherit;
  text-decoration: none;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover .dropbtn {
  background-color: inherit;
}
.dropbtn .new-dot {
  background-color: #EC8435;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 7px 1px 0;
}
.new-tag {
  width: auto;
  height: auto;
  font-size: 8px;
  font-weight: bold;
  padding: 2px 7px;
  display: inline-block;
  border-radius: 7px;
  margin: 0 4px 1px 0;
  float: right;
  border: 0px solid #EC8435;
  background-color: #fff;
  color: #D96812 !important;
}

/* MOBILE NAV */
#hamburglar {
  text-align: right; 
  z-index: 1000; 
  padding-left: 0;
}
#hamburglar .button-orange-lines {
  border: 0 !important;
  font-size: 22px !important;
  padding-right: 7px;
}  
.sticky {
  width: 100%;
  position: fixed !important;
  z-index: 10000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  top: 0;
  background-color: #ffffff;
}
.sticky .container-fluid {
  padding: 10px 0 !important;
  border: 0 !important;
}
.stickypad {
  margin-top: 100px;
}
.sticky .button-orange-lines, .sticky .button-orange-lines:hover {
  background-color: #ffffff !important;
}
nav #normal-logo {
  display: inline-block;
}
nav #sticky-logo {
  display: none;
}
.sticky #normal-logo {
  display: none;
}
.sticky #sticky-logo {
  display: inline-block;
}
@media (max-width: 992px) {
  .new-dot, .new-tag {
    display: none;
  }
  nav, nav .button-orange-lines, nav .button-orange-lines:hover {
    /*background-color: #FFF1DB; */
  }
  nav img {
    width: 155px;
    margin: 4px 0 0 -4px;
  }
  nav .container-fluid {
    padding: 15px 13px 18px 13px;
  }
  nav #nav-links {
    text-align: left;
    clear: left;
    display: none;
    padding-top: 6px;
  }
  nav .dropbtn, nav .nav-link {
    margin: 8px 0 0 0;
    line-height: 30px;
    font-weight: bold;
    font-family: chaparral-pro, Georgia, sans-serif;
    font-size: 17px !important;
  }
  .dropdown-content, .dropdown {
    display: block ;
    position: relative ;
    box-shadow: none ;
    background-color: #FFF1DB;
  }
  .dropdown-content {
    display: none;
    margin-bottom: 2px;
  }
  .dropdown-content a,.dropdown-content a:hover {
    padding: 5px 20px 5px 0;
    display: inline-block;
    border: 0;
    font-size: 17px;
  }
  .dropdown-content a span  {
    display: none;
  }
  nav .button-black-lines {
    margin-left: 0px;
    margin-bottom: 15px;
  }
  nav .dropdown > .button-orange-lines {
    display: none;
  }
  nav #user-dropdown {
    margin: 10px 0 15px 0;
    display: block;
  }
  nav #user-dropdown a {
    color: #111111; 
    padding: 5px 0;
    display: block;
  }
  nav #user-dropdown a:before {
    font-family: FontAwesome;
    color: #EC8435;
    display: inline-block;
    content:"\f2c0";
    width: 20px;
  }
  .stickypad {
    margin-top: 74px;
  }
  .sticky .container-fluid {
    padding: 5px 13px !important;
  }
  .sticky .dropdown-content, .sticky .dropdown {
    background-color: #fff;
  }
}


/**************
ALL HERO STUFF STARTS HERE
******************/

header {
  background-color: #FFF1DB;
  /*background: radial-gradient(ellipse at right bottom, #ffd8b5 0%, #fff1dd 65%);
  background: radial-gradient(ellipse at right bottom, #FFF7B3 0%, #fff1dd 65%);
  background: radial-gradient(ellipse at left bottom, #ffd8b5 0%, transparent 65%) bottom left,
              radial-gradient(ellipse at right bottom, #FFF8ED  0%, #fff1dd 65%) bottom right;*/
  background: radial-gradient(ellipse at left bottom, #ffd8b5 0%, transparent 35%) bottom left,
              radial-gradient(ellipse at right bottom, #ffd8b5  0%, #fff1dd 25%) bottom right;
  border-bottom: 1px solid #E3D3C4;
  overflow: hidden;
  z-index: 100;
}
header .container-fluid {
  padding: 75px 0 0px 0;
}
#hero-title {
  padding-top: 10px;
  padding-bottom: 50px;
}
.homehero #hero-title {
  padding-top: 25px;
}
#post-title {
  padding-bottom: 100px;
}
header h1 {
  font-size: 48px;
  font-family: 'futura-pt', arial, sans-serif;
  margin: 0;
  max-width: 925px;
  letter-spacing: -1.5px;
  line-height: 105%;
  color: #222;
}
header h1 span {
  font-size: 24px;
  font-family: 'futura-pt', arial, sans-serif;
  color: #D96812;
  display: block;
  letter-spacing: -.5px;
}
header h1 span img {
  max-width: 150px;
  height: auto;
  margin-bottom: 10px;
}
header p {
  margin: 15px 0 5px 0;
  color: #555555;
  font-size: 20px;
  max-width: 750px;
  line-height: 175%;
}
header p a {
  color: #555555;
  text-decoration: underline;
}
header .button-orange-lines {
  color: #111111;
}
header .button-orange-fill, header .button-black-lines, header .button-orange-lines {
  margin: 20px 10px 0 0;
  padding: 0 20px;
}
header .container-fluid {
/*  background-image: url(https://corp.inntopia.com/wp-content/uploads/2021/12/contours-1-1.png); */
  background-position: bottom -270px center;
  background-size: 1345px auto;
  background-repeat: no-repeat;
}
header .homehero {
  background-position: bottom -100px center;
}
#single-screen {
  width: 100%;
  height: auto;
  /*box-shadow: 0px 12px 25px rgba(95, 82, 63, 0.25);*/
  -webkit-filter: drop-shadow(0px 12px 25px rgba(95, 82, 63, 0.5));
  filter: drop-shadow(0px 12px 25px rgba(95, 82, 63, 0.5));
  /*transform: rotate(1.5deg);
  margin-bottom: -7px;*/
}
#left-screen, #right-screen, #center-screen {
  border-radius: 4px 4px 0 0; 
  position: absolute; 
  bottom: -40px; 
  box-shadow: 0px 12px 25px rgba(95, 82, 63, 0.25);
}
#left-screen {
  z-index: 4; left: 0; width: 40%;
  transform: rotate(-4deg);
}
#right-screen {
  right: 0; z-index: 5; width: 40%;
  transform: rotate(4deg);
}
#center-screen {
  right: 28%; z-index: 100; width: 44%;
}
#size-screen {
  width: 44%; margin: 0 0 -30px; opacity: 0;
}
.post-hero {
  padding-top: 50px !important;
  text-align: center;
  max-width: 1100px;
}
.post-hero h1 {
  margin: 0 auto;
}
.post-hero p {
  margin: 13px auto 0 auto;
}
.post-hero .button-orange-fill, .post-hero .button-black-lines, .post-hero .button-orange-lines {
  margin: 20px 5px 0 5px;
}
.post-hero .col-sm-5, .post-hero .col-sm-6 {
  width: 100%;
  left: 0;
}
@media (max-width: 992px) {
  
  #hero-title {
    padding-top: 0px;
  }
  header {
    background-color: #FFF1DB;
  }
  header .container-fluid {
    padding: 30px 15px 0px 15px !important;
  }
  header h1 {
    font-size: 32px;
  }
  header h1 span {
    margin-bottom: 6px;
    font-size: 22px;
  }
  header p {
    font-size: 19px;
  }
   #left-screen, #right-screen, #center-screen {
    bottom: 0px; 
  }
  #size-screen {
    margin: 0;
  }
  #post-title {
    padding-bottom: 75px;
  }
}

@media (max-width: 768px) {
    header #screen-holder {
    display: block;
    clear: both;
  }
}


/**************
ALL ARTICLE STUFF STARTS HERE
******************/
article {
  max-width: 850px;
  margin: 0 auto;
  padding: 0px 0 0px 0;
  line-height: 155%;
  font-size: 20px;
  z-index: 101;
  position: relative;
  background-color: #ffffff;
}
article .biopic img {
  padding: 0; 
  width: 33px !important; 
  height: 33px !important; 
  margin: -2px 5px 0 0; 
  border-radius: 50%;
  box-shadow: none;
}
article ul, article ol, article li {
  font-family: 'chaparral-pro';
}
article .container-fluid {
  padding: 30px 0 0px 0;
}
.post-listing {
  padding: 0 25px;
}
.cat-listing {
  padding: 0;
  margin: 0 auto 0 0;
  max-width: 900px;
}
#cat-wrapper {
  padding: 50px 0 0px 0;
}
#cat-wrapper .col-sm-9 {
  padding: 0;
}
.post-listing .container-fluid, .cat-listing .container-fluid {
  padding: 20px 0 !important; 
  border-top: 0px solid #E7E7E8;
  display: block;
}
.post-listing .container-fluid:hover , .cat-listing .container-fluid:hover {
  background-color: #FFF1DB;
}
.post-listing .thumbnail, .cat-listing .thumbnail {
  width: 100%;
  height: 170px;
  padding: 0;
  margin: 0;
  background-size: cover;
  background-position: center center;
}
.cat-listing .newthumb {
  height: 400px;
  margin: -100px 0 10px 0;
  box-shadow: 0px 8px 20px rgba(95 82 63 / 0.3);
}
.post-listing .thumbnail .fa, .cat-listing .thumbnail .fa {
  width: 100%;
  line-height: 170px;
  color: #fff;
  font-size: 44px;
  text-align: center;
  background-color: rgba(0, 0,0, .5);
}
.post-listing .thumbnail .fa:hover, .cat-listing .thumbnail .fa:hover {
  background-color: rgba(0, 0,0, .05);
  font-size: 5px;
}
.post-listing .col-sm-3, .post-listing .col-sm-5, .cat-listing .col-sm-3, .cat-listing .col-sm-5 {
  /*padding-right: 0;*/
}
.post-listing .col-sm-9, .post-listing .col-sm-7, .cat-listing .col-sm-9, .cat-listing .col-sm-7 {
  padding-left: 0;
}
.post-listing h3, .cat-listing h3 {
  margin: 6px 0 0 0;
  font-size: 26px;
}
.cat-listing .feat_h3 {
  font-size: 32px;
  padding-left: 0px;
  padding-right: 0px;
}
.post-listing p, .cat-listing p {
  margin: 0;
  padding-top: 9px;
  padding-bottom: 0;
  font-size: 19px;
  line-height: 19px;
  color: #555555;
}
.cat-listing .feat_p {
  padding-bottom: 30px;
  padding-left: 0px;
}
.is_new {
  vertical-align: top; 
  margin: 5px 0 0 6px; 
  font-weight: bold; 
  border-radius: 5px; 
  display: inline-block; 
  background-color: #ed7a23;
  color: #111; 
  padding: 5px 8px 4px 8px; 
  font-size: 11px; 
  width: auto; 
  height: auto;
}
article #article-hero {
  width: 100%;
  height: auto;
  margin: -90px auto 25px auto;
  /* box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2); */
  -webkit-filter: drop-shadow(0px 12px 25px rgba(95, 82, 63, 0.5));
  filter: drop-shadow(0px 12px 25px rgba(95, 82, 63, 0.5));
  padding: 0;
  z-index: 50;
  position: relative;
}
article h3, article h2, article h4, article h5 {
  font-size: 26px;
  margin: 25px 0 0 0;
  padding: 0 25px;
  letter-spacing: -.75px;
}
article h2 {
  margin: 35px 0 10px 0;
}
article h3 {
  font-size: 23px;
}
article h3 span, article h2 span {
  color: #D96812;
  font-size: 17px;
  margin-bottom: 5px;
  font-family: 'futura-pt',arial,sans-serif;
  display: block;
}
article h2 span {
  font-size: 21px;
}
article h4 {
  font-size: 21px;
}
article h5 {
  font-size: 19px;
}
article h3 .article-step {
  display: block;
  color: #D96812;
  font-size: 19px;
  margin-bottom: 3px;
  font-family: "futura-pt", sans-serif !important;
}
article h3 .fa, article h2 .fa, article h4 .fa {
  color: #EC8435;
  width: 30px;
  display: inline-block;
  font-size: .9em;
}
article img, article p img {
  width: 100%; height: auto;
}
article p, article ul, article ol, article > img, article form, article .twitter-tweet {
  padding: 10px 25px;
  font-size: 20px;
}
article table {
  padding: 10px 0;
  margin: 0 auto 10px auto;

}
.open-rate-table {
  padding: 0 25px;
  width: 100%; margin: 0 auto 30px 0;
}
.open-rate-table table {
  width: 100%;
}
article ul, article ol {
  padding: 10px 50px;
}
article blockquote {
  border-left: 2px solid #EC8435;
  padding: 10px 25px;
  font-style: italic;
  line-height: 155%;
  font-weight: 400;
  font-family: 'futura-pt',sans-serif;
}
article blockquote p {
  font-size: 23px;
  line-height: 155%;
  padding-left: 20px;
}
article p a, article li a,  .sales-paragraph a {
  color: #111111;
  -moz-box-shadow: inset 0 -.1em #BD5A0F;
  -webkit-box-shadow: inset 0 -0.1em #BD5A0F;
  box-shadow: inset 0 -0.1em #BD5A0F;
  padding-left: 1px;
  padding-right: 1px;
  color: #BD5A0F;
}
article p a:hover, article li a:hover, .sales-paragraph a:hover {
  color: #111111;
  -moz-box-shadow: inset 0 -1.3em #FFB768;
  -webkit-box-shadow: inset 0 -1.3em #FFB768;
  box-shadow: inset 0 -1.3em #FFB768;
  padding-left: 1px;
  padding-right: 1px;
}
.footer-orange-link, .footer-orange-link:active, .footer-orange-link:focus {
  font-size: 15px;
  display: block;
  color: #222;
  color: #D7C4A8;
  box-shadow: none;
  margin: 0 0 15px 0;
  line-height: 125%;
}
.footer-orange-link span {
  display: block;
  font-style: italic;
}
.footer-orange-link:hover {
  text-decoration: underline !important;
  color: #222;
  color: #fff;
}
.opt-in {
  background-color: #FFF1DB;
  padding: 0;
  margin: 15px 25px;
  border-radius: 10px;
}
.opt-in-wrap {
  padding: 15px 15px 0px 15px;
}
.opt-in img {
  width: 200px; 
  height: auto; 
  float: right; 
  margin: 25px;
}
.opt-in form {
  padding-top: 0;
}
.opt-in form button {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .is_new {
    vertical-align: top; 
    margin: 5px 0 0 3px; 
    padding: 3px 6px; 
    font-size: 11px; 
    line-height: 14px;
    width: auto; 
    height: auto;
  }
  .post-listing .thumbnail, .cat-listing .thumbnail {
    height: 150px;
    margin: 0;
  }
  .post-listing .thumbnail .fa, .cat-listing .thumbnail .fa {
    line-height: 155px;
  }
  .opt-in {
    background-color: #FFF1DB;
    margin: 25px 0 0 0;
    padding: 5px 20px 30px 20px;
  }
  .opt-in img {
    width: 100%;
    float: none;
    height: auto;
    margin: 0 auto;
  }
  article form {
    padding: 0;
  }
  article .biopic img {
    padding: 0; 
    width: 26px !important; 
    height: 26px !important; 
  }
  .biopic p {
    font-size: 16px;
  }
  article h2 {
    font-size: 26px;
    line-height: 115%;
  }
  article h3 {
    font-size: 23px;
    line-height: 115%;
  }
  article h3 .fa, article h2 .fa {
    width: 33px;
  }
  article p, article ul, article ol, article img, article form, article table {
    font-size: 19px;
  }
  article blockquote p {
    font-size: 19px;
    padding: 0px 5px;
  }
  article .container-fluid {
    padding: 30px 15px 50px 15px;
  }
  article p {
    padding: 10px 0;
  }
  .open-rate-table {
    padding: 0;
  }
  article h3, article h2, article h4, article h5 {
    padding: 0;
  }
  article ul, article ol {
    padding: 10px 30px;
  }
  article #article-hero {
    margin: -75px auto 10px auto;
  }
  .post-listing h3, .cat-listing h3 {
    font-size: 21px;
  }
  .post-listing p, .cat-listing p {
    font-size: 17px;
    line-height: 17px;
    padding-bottom: 0;
  }
  #cat-wrapper {
    padding: 30px 25px 0 25px;
  }
  #cat-wrapper .col-sm-3 {
    padding: 20px 5px;
  }
  .post-listing .col-sm-3, .cat-listing .col-sm-3, .cat-listing .col-sm-5, .cat-listing .col-xs-12 {
    padding: 0 5px;
  }
  .post-listing .col-sm-9, .cat-listing .col-sm-9, .cat-listing .col-sm-7 {
    padding: 5px;
  }
}
@media (max-width: 1100px) and (min-width: 769px) {
  .cat-listing .newthumb {
    height: 300px;
  }
}
@media (max-width: 768px) {
   .cat-listing .newthumb {
    box-shadow: 0 0 0 #fff;
    height: 150px;
    margin: 0;
  }
  .cat-listing .feat_h3 {
    font-size: 21px;
  }
  .cat-listing .feat_p {
    padding-bottom: 0;
  }
}


/**************
ALL SALES PAGE STUFF STARTS HERE
******************/
.sales-block .col-sm-5, .sales-block .col-sm-7, .sales-block .col-md-5, .sales-block .col-md-6 {
  padding-top: 75px;
}
.sales-paragraph, .quote-paragraph {
  padding: 75px 0 0 0;
}
.sales-block h2 {
  font-size: 36px;
  margin: 30px 0 15px 0;
}
.sales-block h2 em {
  box-shadow: inset 0 -.18em #f19956; 
}
.sales-block p {
  font-size: 19px;
  color: #555555;
  margin-bottom: 20px;
  line-height: 175%;
}
.sales-block img {
  width: 100%; 
  height: auto;
  -webkit-filter: drop-shadow(0px 12px 25px rgba(95, 82, 63, 0.25));
  filter: drop-shadow(0px 12px 25px rgba(95, 82, 63, 0.25));
  -webkit-filter: drop-shadow(0px 6px 15px rgba(95, 82, 63, 0.25));
  filter: drop-shadow(0px 6px 15px rgba(95, 82, 63, 0.25));
  margin-bottom: 25px;
}
}
.sales-block a img:hover {
  -webkit-filter: drop-shadow(0px 12px 25px rgba(95, 82, 63, 0.5));
  filter: drop-shadow(0px 12px 25px rgba(95, 82, 63, 0.5));
  -webkit-filter: drop-shadow(0px 6px 15px rgba(95, 82, 63, 0.5));
  filter: drop-shadow(0px 6px 15px rgba(95, 82, 63, 0.5));
  cursor: pointer;
  /*border: 1px solid #ed7a23; */
}
.sales-block .button-orange-lines {
  color: #111111;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 25px;
}
.sales-block .button-orange-fill {
  color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 50px;
}
.sales-paragraph p, .quote-paragraph p {
  font-size: 21px;
  line-height: 155%;
  padding: 0;
  margin: 0;
}
.quote-paragraph {
  background-size: auto 100%;
  background-position: top 50px right 0;
  background-image: url('https://via.placeholder.com/150x100/EC8435/EC8435?Text=QUOTE');
  background-image: url('https://corp.inntopia.com/wp-content/uploads/2020/05/EXiHNPeWAAMnzwJ.jpg');
  background-repeat: no-repeat;
  padding-bottom: 25px;
}
.quote-paragraph p {
  padding: 35px;
  background-color: #FFF1DB;
  font-style: italic;
  max-width: 650px;
}
.quote-paragraph p b, .quote-paragraph p strong {
  display: block;
  margin-top: 15px;
}
.sales {
  background-color: #fff;
  position: relative;
}
nav, #top-promo {
  position: relative;
}
.sales ul  {
  width: 100%;
  padding: 75px 0 0px 0;
}
.sales ol  {
  width: 100%;
  padding: 15px 0 0px 0;
}
.sales .container-fluid {
  padding: 0;
  max-width: 1100px;
  max-width: 1230px;
}
.li-width-half {
  width: 50%;
}
.li-width-third {
  width: 33%;
}
.li-width-fourth {
  width: 24%;
}
.li-width-fifth {
  width: 19%;
}
.li-width-sixth {
  width: 16%;
}
.li-width-full {
  width: 100%;
}
ul .li-feature {
  list-style: none;
  padding: 15px 15px 30px 95px;
  display: inline-block;
  margin: 0;
  font-size: 19px;
  line-height: 175%;
  color: #555555;
  font-family: 'chaparral-pro';
  position: relative;
  vertical-align: top;
}
ul .li-feature i, .sales-block i {
  height: auto;
  width: 56px;
  font-size: 22px;
  padding: 15px 0;
  color: #EC8435;
  background-color: #FFF1DB;
  display: block;
  position: absolute;
  left: 15px;
  text-align: center;
  line-height: 27px;
  border-radius: 12px;
}
.sales ol .li-feature {
  list-style: none;
  padding: 15px 15px 30px 15px !important;
  display: inline-block;
  margin: 0;
  font-size: 20px;
  line-height: 155%;
  color: #111111;
  font-family: 'chaparral-pro';
  position: relative;
  vertical-align: top;
}
.sales ol .li-feature h3 {
  width: 100%;
  display: block;
}
.sales ol .li-feature h3 span {
  background-color: #FFF1DB;
  box-shadow: -3px 0px 0px #EC8435;
  width: auto;
  display: inline-block;
  clear: left;
  padding: 15px;
  color: #D96812;
  margin: 0 0 8px 3px;
  font-family: 'futura-pt';
  font-size: 32px;
}
.sales-block i {
  position: relative;
  left: 0;
  margin-bottom: 10px;

}
.li-feature b {
  font-size: 24px;
  color: #222222;
  line-height: 120%;
  display: block;
  margin: 0 0 12px 0;
  font-family: 'futura-pt';
}
.li-feature img {
  width: 93%;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media (max-width: 992px) { 
  .sales-block h2 {
    margin-top: 0;
  }
}
@media (max-width: 769px) { 
  .sales-block .col-sm-5, .sales-block .col-md-5 {
    padding-top: 50px;
  }
  .sales-block .col-md-6, .sales-block .col-sm-7 {
    padding-top: 0;
  }
  .sales-paragraph {
    padding: 50px 15px 0 15px;
  }
  .quote-paragraph {
    background-size: 100% auto;
    background-position: top 25px right 0;
    padding: 50px 15px 0 15px;
    padding-top: 175px;
  }
  .sales-block h2 {
    font-size: 24px;
  }
  .sales-block p,.quote-paragraph p, .sales-paragraph p {
    font-size: 19px;
  }
  .quote-paragraph p {
    background-color: #FFF1DB;
    padding: 30px;
  }
  .sales ul {
    padding: 50px 15px 0px 15px;
  }
  .sales ul .li-feature {
    padding: 15px 0px 30px 75px !important;
    font-size: 18px;
  }
  ul .li-feature i, .sales-block i {
    background-color: #FFF1DB;
    left: 0 !important;
  }
  .li-feature img {
    width: 80% !important;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .li-width-sixth, .li-width-fifth {
    width: 50%;
  }
  .li-width-half , .li-width-third , .li-width-fourth {
    width: 100%;
  }
  .li-feature b {
    font-size: 22px;
  }
  .sales ol .li-feature {
    padding: 15px 15px 15px 15px !important;
    font-size: 18px;
  }
  .sales ol .li-feature h3 span {
    background-color: #FFF1DB;
  }
  .sales .container-fluid {
    padding: 0 15px;
  }
}



/**************
ALL FOOTER STUFF STARTS HERE
******************/
.bottomcta {
  background-color: #ffffff;
  width: 100%;
  padding: 75px 0;
  margin: 150px 0 0 0;
}
.bottomcta .container-fluid {
  padding: 0px;
}
.bottomcta h2 {
  font-size: 30px;
  line-height: 105%;
}
.bottomcta h2 span {
  color: #D96812;
  font-family: 'futura-pt';
  display: block;
}
.bottomcta p {
  color: #555555;
  margin: 12px 0 17px 0;
  font-size: 18px;
}
.bottomcta .abutton {
  padding-left: 20px;
  padding-right: 20px;
}
.bottomcta img {
  transform: rotate(-3deg);
  border: 6px solid #fff;
  box-shadow: 0px 12px 25px rgba(95, 82, 63, 0.25);
  width: 90%;
  height: auto;
  display: block;
  margin: 0 5px 0 auto;
}
footer {
  background-color: #28221F;
  font-size: 14px;
  font-family: 'chaparral-pro';
  color: #D7C4A8;
}
footer .container-fluid {
  border-top: 0px solid #E3D3C4;
  padding: 25px 0 35px 0;
}
.footernavs.container-fluid {
  padding: 100px 0 0 0;
}
footer a {
  color: #D7C4A8;
  text-decoration: none;
}
footer a:hover, footer a:active, footer a:focus {
  color: #ffffff;
  text-decoration: none;
}
footer #social-icons {
  text-align: left;
  padding-left: 0;
  padding-top: 6px;
}
footer #social-icons a {
  color: #EC8435;
  font-size: 20px;
  margin-right: 10px;
}
footer #inntopia-icon {
  text-align: right;
}
footer #inntopia-icon img {
  margin: 4px 0 0 0;
  width: 50px;
  height: 50px;
}
footer #social-icons .sr-only {
  color: #fff !important;
  background-color: #000 !important;
}
@media (max-width: 992px) { 
  .bottomcta {
    margin: 50px 0 0 0;
  }
  .bottomcta h2 {
    font-size: 28px;
  }
  .bottomcta img {
    margin: 35px 0 0 0;
    width: 100%;
  }
  .bottomcta {
    background-color: #fff;
  }
  .bottomcta .container-fluid {
    padding: 0 15px;
  }
  footer .container-fluid {
    padding: 15px;
  }
  .footernavs.container-fluid {
    padding: 75px 15px 0 15px;
  }
}
  
  /* Cookie Consent Banner */
#cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  z-index: 1000;
  background-color: #3b3b3c;
  color: gainsboro;
  font-family: "chaparral-pro", serif;
  font-size: medium;
  display: none;
  height: auto;
}
#cookie-consent-wrapper {
  padding: 0 0 0px 15px;
  padding: 10px 10px 50px 15px;
}
#cookie-consent #prompt {
  float: left;
}
.cookie-consent-response {
  float: right;
}
#cookie-consent .not-a-button {
  margin-top: 10px;
}
#cookie-consent .cookie-consent-response.not-a-button {
  color: #aaa;
  margin-right: 18px;
}
#cookie-consent a.not-a-button {
  color: gainsboro;
  text-decoration: underline;
  text-underline-position: under;
}

#cookie-consent .button {
  height: 40px;
  line-height: 40px;
  padding: 1px 17px;
  display: inline-block;
  font-weight: 700;
  margin: 0;
  font-family: "futura-pt", sans-serif;
  border: none;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #5C7A1F;
  color: #fff;
}

#cookie-consent .button:hover {
  cursor: pointer;
}
  
  
#email, #search, .text-inputs {
  border-radius: 4px 0 0 4px; 
  height: 44px !important; 
  border: 1px solid #ccc; 
  margin-top: 0;
  border-style:solid;
  -webkit-appearance: none;
}
#submit {
  border: 0; background-color: #EC8435; font-size: 21px; color: #111111; 
  border-radius: 0; height: 44px; margin-top: 0;
  border-radius: 0 4px 4px 0;
}
.pagination {
  font-family: 'chapparal-pro' !important;
  margin-left: 15px !important;
  margin-top: 30px !important;
  font-size: 17px;
}
.pagination>.disabled>span {
  color: #222 !important;
}
  .pagination>li>a, .pagination>li>span {
    padding: 10px 15px !important;
    border: 1px solid #ccc !important;
  }
.pagination>.active>span,.pagination>.active>span:hover {
  background-color: #222222 !important;
  border: 1px solid #222222 !important;
}
.pagination>li>a {
  color: #222222 !important;
}
.pagination>li>a:hover {
  color: #222222 !important;
  background-color: #FFF1DB !important;
}
@media (max-width: 992px) { 
  .pagination {
    font-family: 'chapparal-pro' !important;
    margin-left: 3px !important;
  }
}

/* IFRAME STUFF */
#roicalcframe {
  width: 100%;
  height: 980px;
  max-width: 1120px;
  margin: 35px auto; 
}
@media (max-width: 992px) { 
  #roicalcframe {
    width: 100%;
    height: 2170px;
  }
}


/* IFRAME STUFF */
#dynamiccontentframe {
  width: 100%;
  height: 1317px;
  max-width: 1120px;
  margin: 35px auto; 
}
@media (max-width: 992px) { 
  #dynamiccontentframe {
    width: 100%;
    height: 2414px;
  }
}

@media (min-width: 992px) and (max-width: 1380px) {
  .container-fluid, .sticky .container-fluid {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}


/* FOOTER PROMO STUFF */
.bottomcta {
  margin-top: 0 !important;
}
.footerpromo {
  padding: 0; 
  width: 100%; 
  background-color: #FFF1DB; 
  /* background-color: #ffffff; */
  text-align: center;
  border-top: 1px solid #E3D3C4;
  background: radial-gradient(ellipse at left bottom, #ffd8b5 0%, transparent 35%) bottom left,
              radial-gradient(ellipse at right top, #ffd8b5  0%, #fff1dd 17%) bottom right;
}
.footerpromo .container-fluid {
  padding-top: 75px;
    /*border-bottom: 1px solid #E3D3C4;

  background-image: url('https://corp.inntopia.com/wp-content/uploads/2021/03/bottom-grad-15.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 80% 80px;*/
  
  margin-top: 0px;
}
.footerpromo h2 {
  font-size: 30px;
  color: #222;
  max-width: 600px;
  margin: 0 auto;
}
.footerpromo h2 em {
  box-shadow: inset 0 -.18em #f19956; 
}
.footerpromo h2 span {
  font-size: 22px;
  display: block;
  color: #D96812;
  font-family: 'futura-pt';
  margin-bottom: 5px;
}
.footerpromo p {
  font-size: 20px;
  margin: 11px auto 17px auto;
  max-width: 650px;
}
.footerpromo button {
  padding-right: 20px;
  padding-left: 20px;
}
.footerpromo img {
  width: 100%; 
  height: auto;
  margin: 25px auto 0 auto;
  max-width: 930px;
  max-height: 170px;
}
@media (max-width: 992px) {

  .footerpromo h2 {
    font-size: 28px;
  }.footerpromo p {
    font-size: 18px;
  }
  .footerpromo .container-fluid {
    padding-top: 60px;
    background-size: 100% 50px;
    margin-top: 0;
  }
}
.not-bold {
  font-weight: 300 !important;
}


/* INSIGHT 365 */
.orange-sidebar, .white-sidebar {
  background-color: #FFF1DB;
  padding: 25px;
  margin-bottom: 30px;
}
.white-sidebar {
  padding: 0;
  background-color: #fff;
}
.orange-sidebar h3, .white-sidebar h3 {
  font-size: 24px;
  font-family: 'futura-pt';
  font-weight: bold;
  margin: 0;
}
.orange-sidebar h3 span, .white-sidebar h3 span {
  font-family: 'futura-pt';
  color: #D96812;
  font-size: 17px;
  display: block;
  margin: 0 0 5px 0;
}
.orange-sidebar h3 .fa, .white-sidebar h3 .fa {
  color: #D96812;
  font-size: 26px;
  display: block;
  margin: 0 0 10px 0;
}
.orange-sidebar p, .orange-sidebar ul, .white-sidebar p, .white-sidebar ul {
  font-size: 19px;
  font-family: 'chaparral-pro';
  margin: 15px 0;
}
.orange-sidebar ul, .white-sidebar ul {
  list-style: none;
}
.orange-sidebar li, .white-sidebar li {
  padding-left: 0em;
}
.orange-sidebar li:before, .white-sidebar li:before  {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.6em; /* same as padding-left set on li */
  width: 1.6em;
  text-align: left;
  color: #D96812;
}
.sponsor-logo {
  text-align: center;
} 
.sponsor-logo img {
  width: 90%;
  height: auto;
  margin: 20px auto;
}
.i365-listing {
  box-shadow: 0px 12px 25px rgb(95 82 63 / 25%); 
  background-color: #fff;
  height: 120px; 
  border-radius: 4px;
}
.i365-listing:hover {
  box-shadow: 0px 12px 25px rgb(95 82 63 / 50%); 
}
.i365-listing .thumbnail {
  width: 100%;
  height: 120px;
  padding: 0;
  margin: 0;
  background-size: cover;
  background-position: center center;
  border: 0;
}
.start-hidden, .hidden-video {
  display: none;
}
@media (max-width: 992px) {
  .sponsor-logo img {
    margin: 10px auto;
  }
  .sponsor-logo-gold img {
    width: 75%;
  }
}


.sales-block h2 span {
  color: #D96812 !important;
  font-family: 'futura-pt' !important;
  font-size: 21px;
  display: block;
  margin-bottom: 10px;
}
.sales-block h2 br {
  display: none;
}

.homehero h1 {
  font-size: 58px;
  margin: 0 auto 25px auto;
  line-height: 105%;
}
.homehero h1 em {
  box-shadow: inset 0 -.12em #f19956; 
  padding: 0 9px 0px 1px;
}
.homehero h1 span {
  font-size: 25px;
}
.homehero p {
  font-size: 23px;
  max-with: 750px !important;
  margin: 20px auto 30px auto;
}
.homehero p em {
  font-weight: bold;
  box-shadow: inset 0 -.12em #f19956; 
}

@media (max-width: 992px) {
  .homehero h1 {
    font-size: 40px;
    margin: 0 auto 25px auto;
    line-height: 105%;
  }
  .homehero h1 span {
    font-size: 24px;
  }
  .homehero p {
    font-size: 21px;
  }
}



.pricing-col {
  margin: 25px 0;
  background-color: #FFF1DB;
  background-color: #ffffff;
  box-shadow: 0 10px 25px #ddd;
  padding: 25px;
  border-radius: 10px;
  font-size: 21px;
  /*font-size: 17px;*/
  font-family: 'chaparral-pro';
  line-height: 155%;
}
.pricing-col strong,.pricing-col em, .pricing-col a, .pricing-col .fa {
  display: block;
  margin: 5px 0 10px 0;
  font-size: 23px;
  /*font-size: 17px;*/
}
.pricing-col strong {
  margin-bottom: 15px;
}
.pricing-col em {
  margin-top: 15px;
}
.pricing-col .fa {
  display: inline-block;
  color: #EC8435;
  width: 25px;
  width: 35px;
  margin: 10px 0 0 0;
  font-size: 21px;
  /*font-size: 16px;*/
}
.pricing-col .abutton {
  text-align: center;
  margin-top: 30px;
}
.pricing-col .thenumber {
  font-size: 36px;
  /*font-size: 26px;*/
  margin: 5px 0 10px 0;
  display: inline-block;
}
.pricing-col button {
  width: 100%;
}
.orange-link {
  display: block;
  color: #D96812;
  text-decoration: underline;
}
#pricing-head .fa {
  display: block;
  margin: 0 0 10px 0;
  color: #EC8435;
}
#pricing-pre {
  text-align: center;
  width: 100%;
  margin: 15px 0;
  font-size: 19px;
  color: #555;
}

.review-box {
 width: 100%; padding: 25px; border-radius: 13px; background-color: #FFF1DB; 
 margin: 0 0 30px 0;
 overflow: hidden;
}
.review-box p { 
 font-family: 'chaparral-pro', Georgia, sans-serif;
 margin: 15px 0;
 padding: 0;
 font-size: 19px; 
 line-height: 155%;
}
.review-box p span {
 background-color: #FCDF93;
 padding-right: 2px;
 padding-left: 2px;
}
.review-box b {
 font-family: 'chaparral-pro', Georgia, sans-serif;
 font-size: 19px; 
}
.review-box em {
 color: #f1b822;
 font-size: 21px;
}
.review-image {
  padding-bottom: 175px;
  position: relative;
}
.review-box img {
  width: 120%; 
  margin: 0 0 0 -10%; 
  position: absolute; 
  left: 0; 
  top: 100%;
  margin-top: -150px;
  transform: rotate(-3deg);"
}
.review-box a {
  font-size: 17px;
  color: #D96812;
  text-decoration: underline;
  display: block;
}
.review-box a:hover {
  color: #222;
  text-decoration: underline !important;
}