/*
Theme Name:   Codehelix Child
Theme URI:    https://codehelix.io
Author:       Codehelix
Author URI:   https://codehelix.io
Description:  Whitelabel child theme for Codehelix
Template:     hello-elementor
Version:      1.0.0
*/

/* ==========================================================================
   Table of Contents
   ==========================================================================
   1.  Header & Navigation
   2.  Forms
   3.  Pages & Layouts
   4.  Blog/Posts
   5.  Search
   6.  Buttons & Icons
   7.  Typography
   8.  Animations
   9.  WooCommerce
   10. 404/Error Pages
   11. Footer
   ========================================================================== */

/* ==========================================================================
   Desktop Styles (Base)
   ========================================================================== */

/* ---------------------------------------------------------------------------
   1. Header & Navigation
   --------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
   2. Forms
   --------------------------------------------------------------------------- */

   /* All forms */
   .formbuttons .e-form__buttons {
      margin-top: 20px;
   }

/* ---------------------------------------------------------------------------
   3. Pages & Layouts
   --------------------------------------------------------------------------- */

   /* Home */

   /* .capability.elementor-widget-video .e-hosted-video .elementor-video {
      object-fit: unset;
   }
 */

   /* Polycarbonate */
   .suntuf img {
      position: absolute;
      bottom: -33px;
}

/* Roof Accessories */

.cc-specs-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
}
.cc-specs-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: #ffffff;
  min-width: 500px;
}
.cc-specs-table th,
.cc-specs-table td {
  padding: 14px 20px;
  text-align: left;
}
.cc-specs-table thead th {
  background-color: #E8732A;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #cf6523;
}
.cc-specs-table thead th:first-child {
  width: 30%;
}
.cc-specs-table thead th:nth-child(2),
.cc-specs-table thead th:nth-child(3) {
  width: 35%;
}
.cc-specs-table tbody td {
  background-color: #4A4A4A;
  border-bottom: 1px solid #5a5a5a;
}
.cc-specs-table tbody tr:nth-child(even) td {
  background-color: #525252;
}
.cc-specs-table tbody tr:last-child td {
  border-bottom: none;
}

/* ---------------------------------------------------------------------------
   4. Blog/Posts
   --------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
   5. Search
   --------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
   6. Buttons & Icons
   --------------------------------------------------------------------------- */

.orange-bullet ul {
  list-style: none;
  padding-left: 1.2em;
}
.orange-bullet ul li {
  position: relative;
  padding-left: 1.2em;
}
.orange-bullet ul li::before {
  content: "\2022";
  color: #F78F1E;
  font-size: 1.2em;
  position: absolute;
  left: 0;
  top: 0;
}


/* Buttons*/
.orangebuttons .jet-button__plane-normal,
.orangebuttons .jet-button__plane-hover,
.orangebuttons .jet-button__state-normal,
.orangebuttons .jet-button__state-hover {
  transition:
    opacity 0.3s ease-out,
    transform 0.3s ease-out;
}

/* Textlinks */
.textlink a {
  color: #E8732A;
  text-decoration: none;
  border-bottom: 1px dotted transparent;
  transition: border-color 0.3s ease-out;
}
.textlink a:hover {
  border-color: #E8732A;
}

/* ---------------------------------------------------------------------------
   7. Typography
   --------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
   8. Animations
   --------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
   9. WooCommerce
   --------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
   10. 404/Error Pages
   --------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
   11. Footer
   --------------------------------------------------------------------------- */

/* ==========================================================================
   Responsive Styles
   ========================================================================== */

/* ---------------------------------------------------------------------------
   Mobile (max-width: 767px)
   --------------------------------------------------------------------------- */
@media (max-width: 767px) {
  /* 1. Header & Navigation */

  /* 2. Forms */

  /* 3. Pages & Layouts */

  /* Roof Accessories */

    .cc-specs-table {
    font-size: 14px;
  }
  .cc-specs-table th,
  .cc-specs-table td {
    padding: 10px 14px;
  }

  /* 4. Blog/Posts */

  /* 5. Search */

  /* 6. Buttons & Icons */

  /* 7. Typography */

  /* 8. Animations */

  /* 9. WooCommerce */

  /* 10. 404/Error Pages */

  /* 11. Footer */
}

/* ---------------------------------------------------------------------------
   Tablet (768px - 1024px)
   --------------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1024px) {
  /* 1. Header & Navigation */

  /* 2. Forms */

  /* 3. Pages & Layouts */

  /* 4. Blog/Posts */

  /* 5. Search */

  /* 6. Buttons & Icons */

  /* 7. Typography */

  /* 8. Animations */

  /* 9. WooCommerce */

  /* 10. 404/Error Pages */

  /* 11. Footer */
}

/* ---------------------------------------------------------------------------
   Large Tablet / Small Desktop (1025px - 1199px)
   --------------------------------------------------------------------------- */
@media (min-width: 1025px) and (max-width: 1199px) {
  /* 1. Header & Navigation */

  /* 2. Forms */

  /* 3. Pages & Layouts */

  /* 4. Blog/Posts */

  /* 5. Search */

  /* 6. Buttons & Icons */

  /* 7. Typography */

  /* 8. Animations */

  /* 9. WooCommerce */

  /* 10. 404/Error Pages */

  /* 11. Footer */
}

/* ---------------------------------------------------------------------------
   Large Desktop (1200px and up)
   --------------------------------------------------------------------------- */
@media (min-width: 1200px) {
  /* 1. Header & Navigation */

  /* 2. Forms */

  /* 3. Pages & Layouts */

  /* 4. Blog/Posts */

  /* 5. Search */

  /* 6. Buttons & Icons */

  /* 7. Typography */

  /* 8. Animations */

  /* 9. WooCommerce */

  /* 10. 404/Error Pages */

  /* 11. Footer */
}
