/* 
Theme Name:   Hello Elementor Child (Kaleidoscope)
Theme URI:    https://thekaleidoscope.com/
Description:  Spirit-seekin on the weekend with a tea can and a pair of old shades
Author:     internalkernel
Author URI:   https://tek12.com/
Template:   hello-elementor
Version:    1.0.1
Text Domain:  hello-elementor-child
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* ------------------ General Styles and Elementor Overrides ------- */
  body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    letter-spacing: normal;
  }
  html, body{
    margin:0px;
    padding:0px;
    min-height:100%;
  }
  .clearfix::after {
      display: block;
      clear: both;
      content: "";
  }
  .links {
    font-weight: 700;
  }
  .inline-lists {
    list-style: none;
    margin-top: 20px;
  }
  .inline-lists li {
    display: inline;
  }
  .inline-lists li p {
    display: inline;
    margin-right: 20px;
  }
  .clean-lists p {
    font-size: 1.25rem;
    margin-bottom: 0.65rem;
  } 
  blockquote,
  .elementor-widget-blockquote blockquote.elementor-blockquote {
    font-size: 2rem;
    width: 84%;
    padding: 0.75rem 30px 0.5rem 50px;
    line-height: 1.6;
    position: relative;
    margin: 2rem 4rem;
    clear: both;
  }
  blockquote p,
  .elementor-widget-blockquote blockquote.elementor-blockquote p {
    font-size: 1.2rem;
    padding: 1rem 30px 1rem 0.5rem;
  }
  blockquote em,
  .elementor-widget-blockquote blockquote.elementor-blockquote em {
    display: block;
    margin: 0;
    float: right;
    font-style: italic;
    padding: 0.5rem 2rem 0 0;
  }
  blockquote::before,
  .elementor-widget-blockquote blockquote.elementor-blockquote:before {
    content: "\201C";
    font-size: 100px;
    position: absolute;
    left: 10px;
    top: -20px;
  }
  blockquote::after,
  .elementor-widget-blockquote blockquote.elementor-blockquote:after {
    content: '';
  }
  @media (max-width: 768px) {
    blockquote,
    .elementor-widget-blockquote blockquote.elementor-blockquote { 
      padding-right: 10px;
    }
    blockquote p,
    .elementor-widget-blockquote blockquote.elementor-blockquote p { 
      padding-right: 10px;
    }
  }

/* ------------------ Image Effects -------------------------------- */
  .box-shadow-btm,
  .elementor img.box-shadow-btm {
    -webkit-box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
    -moz-box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
    box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
  }

  .alignleft,
  .alignleft img,
  .alignleft source {
    display: inline;
    float: left;
  }

  .alignright,
  .alignright img,
  .alignright source {
    display: inline;
    float: right;
  }

  .aligncenter,
  .aligncenter img,
  .aligncenter source {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }


/* ------------------ Forms - CF7 ---------------------------------- */
  .input-text {
    padding:.8rem;
    border-radius:4px;
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-transition:all 200ms ease-in;
    -o-transition:all 200ms ease-in;
    -webkit-transition:all 200ms ease-in;
    transition:all 200ms ease-in;
  }
  .input-text,
  input,
  textarea,
  select,
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  input[type="tel"],
  input[type="range"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="color"] {
    border:1px solid #ccc;
    font-weight:400;
    display:block;
    background-color:#fff;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  }
  input[type="text"] {
    background:#fff url(./img/contact-name.png) no-repeat 10px center;
    padding-left:35px !important;
    width:100%;
  }
  input[type="email"] {
    background:#fff url(./img/contact-email.png) no-repeat 10px center;
    padding-left:35px !important;
    width:100%;
  }
  input[type="tel"] {
    background:#fff url(./img/contact-phone.png) no-repeat 10px center;
    padding-left:35px !important;
    width:100%;
  }
  .input-text:focus,
  input:focus,
  textarea:focus,
  select:focus,
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus {
    border-color:rgba(51, 51, 51, 0.7);
  }
  ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color:rgba(0, 0, 0, 0.35) !important;
  }
  :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
     color:rgba(0, 0, 0, 0.35) !important;
     opacity: 1;
  }
  ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
     color:rgba(0, 0, 0, 0.35) !important;
     opacity: 1;
  }
  :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
     color:rgba(0, 0, 0, 0.35) !important;
  }

/* ------------------ Page Jumps -------------------------------- */
  #subhead1:before {
    display:block;
    content:" ";
    margin-top:-60px;
    height:60px;
    visibility:hidden;
    z-index:-999999;
  }
  #subhead1:focus { outline:none; }
  #subhead2:before {
    display:block;
    content:" ";
    margin-top:-60px;
    height:60px;
    visibility:hidden;
    z-index:-999999;
  }
  #subhead2:focus { outline:none; }

  #subhead3:before {
    display:block;
    content:" ";
    margin-top:-60px;
    height:60px;
    visibility:hidden;
    z-index:-999999;
  }
  #subhead3:focus { outline:none; }

  #subhead4:before {
    display:block;
    content:" ";
    margin-top:-60px;
    height:60px;
    visibility:hidden;
    z-index:-999999;
  }
  #subhead4:focus { outline:none; }

  #subhead5:before {
    display:block;
    content:" ";
    margin-top:-60px;
    height:60px;
    visibility:hidden;
    z-index:-999999;
  }
  #subhead5:focus { outline:none; }

  #subhead6:before {
    display:block;
    content:" ";
    margin-top:-60px;
    height:60px;
    visibility:hidden;
    z-index:-999999;
  }
  #subhead6:focus { outline:none; }


/* ------------------ BEGIN CUSTOM SECTIONS ------------------------ */



/* ------------------ EOF ------------------------------------------ */

