/*
Theme Name:   RennakerSurfacesTheme
Description:  Write here a brief description about your child-theme
Author:       702 Pros
Author URL:   https://702pros.com
Template:     hello-elementor
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  RennakerSurfacesTheme
*/

/* Write here your own personal stylesheet */

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700;800&display=swap");

:root {
  --primary-color: #9bbb58;
  --secondary-color: #2e3c49;
  --third-color: #70899f;
  --fourth-color: #6f863f;
  --light-gray-color: #8a96a0;
  --dark-gray-color: #444444;
  --main-font-style: "Open Sans", sans-serif;
  --content-font-style: "Open Sans", sans-serif;
  --font-weight-black: 900;
  --font-weight-bold: 600;
  --font-weight-medium: 500;
  --font-weight-regular: 400;
  --font-weight-light: 300;
  --font-size-1: 30px;
  --font-size-2: 28px;
  --font-size-3: 24px;
  --font-size-4: 22px;
  --font-size-5: 21px;
  --font-size-6: 19px;
  --font-size-regular: 18px;
  --font-size-disclaimer: 15px;
  --button-padding: 14px 18px;
	
  
  --creative: #22252C;
  --reliable: #54655D;
  --luxury: #E3E7E8;
  --grounded: #AEA095;
}

*:focus {
  outline: none;
}

/** Global CSS **/

html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: var(--content-font-style);
  background: #fff;
}

body {
  min-height: 100%;
  margin: 0 auto;
  padding: 0px;
  overflow-x: hidden !important;
  color: var(--dark-gray-color);
  font-family: var(--content-font-style);
  font-size: var(--font-size-regular);
  font-weight: var(--font-size-light);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body::-webkit-scrollbar {
	width: 0;
}

.elementor-location-header,
.elementor-location-footer {
  flex: 0 0 auto;
}

.elementor-location-single,
.elementor-location-archive {
  flex: 1 0 auto;
}

.elementor-text-editor p:last-child {
  margin-bottom: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--main-font-style);
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--dark-gray-color);
  margin-top: 0px;
  margin-bottom: 10px;
}

h1 {
  font-size: var(--font-size-1);
}

h2 {
  font-size: var(--font-size-2);
}

h3 {
  font-size: var(--font-size-3);
}

h4 {
  font-size: var(--font-size-4);
}

h5 {
  font-size: var(--font-size-5);
}

h6 {
  font-size: var(--font-size-6);
}

a {
  color: var(--secondary-color);
  font-weight: var(--font-weight-bold);
}

a:hover {
  color: var(--third-color);
  text-decoration: none;
}

a .title,
a .sub-title,
.sub-title > a {
  color: var(--dark-gray-color);
  text-decoration: none !important;
  font-weight: initial;
}

b,
strong {
  font-weight: var(--font-weight-bold);
}

p {
  margin: 0px 0px 20px 0px;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

hr,
span.elementor-divider-separator,
.elementor hr {
  width: 100% !important;
  clear: both;
  border: 0px;
  height: 2px !important;
  margin: 20px auto !important;
  background: var(--primary-color) !important;
}

span.req {
  color: #f00 !important;
}

ul,
ol {
  list-style-position: outside;
  margin-bottom: 20px;
}

.breadcrumb {
  font-size: 0px;
  list-style-type: none;
  padding: 0px;
  margin: 0px 0px 20px 0px;
}

.breadcrumb li {
  display: inline-block;
  font-size: var(--font-size-regular);
}

.breadcrumb li::after {
  content: "\f105";
  font-family: "FontAwesome";
}

.breadcrumb li:last-child::after {
  content: "";
}

.breadcrumb li a {
  margin: 0px 10px;
}

.breadcrumb li:first-child > a {
  margin-left: 0px;
}

.breadcrumb li:last-child > a {
  margin-right: 0px;
}

.breadcrumb li.active a {
  color: #939598;
  pointer-events: none;
  cursor: default;
}

.clear-list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.clear-list a {
  text-decoration: none;
}

.clear-list a:hover {
  text-decoration: underline;
}

a#button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  padding: var(--button-padding);
}

button,
.button,
.submit,
a#button,
.btn,
input[type="submit"],
[type="submit"],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: var(--content-font-style);
  font-size: var(--font-size-regular);
  font-weight: var(--font-weight-medium);
  background-color: var(--primary-color);
  background: var(--primary-color);
  border: none;
  border-radius: 0px;
  color: #fff;
  float: none;
  margin: 0px auto;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

[type="submit"] {
  padding: var(--button-padding);
}

button,
.button,
.button a,
.submit,
a#button,
.btn,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  line-height: normal;
  width: auto !important;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.submit:hover,
.submit:focus,
a#button:hover,
a#button:focus,
.btn:focus,
.btn:hover,
input[type="submit"]:hover,
input[type="submit"]:focus,
[type="submit"]:hover,
[type="submit"]:focus,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus {
  background: var(--third-color);
  border: none;
  color: #fff;
}

button:active,
.button:active,
.submit:active,
a#button:active,
.btn:active,
input[type="submit"]:active,
.woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active {
  color: #fff;
  background: var(--third-color);
}

.button a,
.submit a,
input[type="submit"] {
  padding: var(--button-padding);
  text-decoration: none;
  display: inline-block;
  line-height: normal;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.button:hover a,
.button:focus a,
.submit:hover a,
.submit:focus a {
  color: var(--primary-color) !important;
  text-shadow: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.button a:hover,
.button a:focus,
.submit a:hover,
.submit a:focus {
  text-decoration: none;
}

.clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden !important;
}

.clickable {
  cursor: pointer;
}

/**
table {
  border-collapse: collapse;
  margin: 20px auto;
}

table,
th,
td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
}

table th {
  background: #444444;
  color: #fff;
}

table tr:nth-child(odd) {
  background: #fff;
}

table tr:nth-child(even) {
  background: #f3f3f3;
}
**/

/** End Global CSS **/

/** CSS for Forms **/

form {
  display: block;
  padding: 0px;
  margin-bottom: 0px;
  float: none;
  font-size: inherit;
  color: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

form p {
  text-align: left !important;
}

label {
  font-weight: bold;
  display: inline-block;
}

label > span {
  margin: 0 auto;
  color: #000;
  font-weight: bold;
}

label.required::after {
  color: #f00;
  content: "*";
}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="phone"],
input[type="password"],
input[type="tel"],
input[type="url"],
textarea,
select {
  font-family: var(--main-font-style);
  font-size: var(--font-size-regular);
  font-weight: inherit;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  color: var(--dark-gray-color);
  height: auto;
  margin-top: 0px;
  outline: 0 none;
  padding: var(--button-padding);
  width: 100%;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#footer input[type="text"],
#footer input[type="date"],
#footer input[type="email"],
#footer input[type="number"],
#footer input[type="phone"],
#footer input[type="password"],
#footer input[type="tel"],
#footer input[type="url"],
#footer textarea,
#footer select {
  color: var(--primary-color);
}

::-webkit-input-placeholder {
  color: #777 !important;
}

:-ms-input-placeholder {
  color: #777 !important;
}

::placeholder {
  color: #777 !important;
}

select {
  /* appearance: none; */
  /* -webkit-appearance: none; */
  /* -moz-appearance: none; */
  text-indent: 0.01px;
  text-overflow: "";
  width: 100%;
  height: auto;
  margin-top: 0px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

form textarea {
  font-family: inherit;
  height: 100px !important;
  resize: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

form textarea:hover {
  border: 1px solid var(--primary-color);
  background: none;
}

input[type="text"]:hover,
input[type="date"]:hover,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="phone"]:hover,
input[type="tel"]:hover,
input[type="password"]:hover,
input[type="checkbox"]:hover,
input[type="url"]:hover,
textarea:hover,
select:hover {
  background: var(--light-gray-color);
  border: 1px solid var(--primary-color);
  border-image-slice: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

input[type="text"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="phone"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="checkbox"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.checkbox-list li {
  margin-left: 20px;
  margin-right: 15px;
  float: left;
}

.caldera-grid {
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
}

.caldera-grid .checkbox-list {
  -webkit-column-count: 2;
  column-count: 2;
}

.caldera-grid .checkbox-list .checkbox {
  margin-bottom: 10px;
}

/** End CSS for Forms **/



/*-------------------------------------
    FRONT-PAGE STYLING
---------------------------------------*/
section {
    margin-bottom: 20px;
}

.slider {
    height: fit-content;
    
}


.carousel {
  position: relative;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.64);
  margin-top: 26px;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-open:checked + .carousel-item {
  position: static;
  opacity: 100;
}

.carousel-item {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}

.carousel-item img {
  display: block;
  height: auto;
  min-width: 100%;
}

.carousel-control {
  background: rgba(0, 0, 0, 0.28);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 40px;
  height: 40px;
  line-height: 35px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  cursor: pointer;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  width: 40px;
  z-index: 10;
}

.carousel-control.prev {
  left: 2%;
}

.carousel-control.next {
  right: 2%;
}

.carousel-control:hover {
  background: rgba(0, 0, 0, 0.8);
  color: #aaaaaa;
}

#carousel-1:checked ~ .control-1,
#carousel-2:checked ~ .control-2,
#carousel-3:checked ~ .control-3 {
  display: block;
}

.carousel-indicators {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 2%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}

.carousel-indicators li {
  display: inline-block;
  margin: 0 5px;
}

.carousel-bullet {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 35px;
}

.carousel-bullet:hover {
  color: #aaaaaa;
}

#carousel-1:checked
  ~ .control-1
  ~ .carousel-indicators
  li:nth-child(1)
  .carousel-bullet,
#carousel-2:checked
  ~ .control-2
  ~ .carousel-indicators
  li:nth-child(2)
  .carousel-bullet,
#carousel-3:checked
  ~ .control-3
  ~ .carousel-indicators
  li:nth-child(3)
  .carousel-bullet {
  color: #428bca;
}

#title {
  width: 100%;
  position: absolute;
  padding: 0px;
  margin: 0px auto;
  text-align: center;
  font-size: 27px;
  color: rgba(255, 255, 255, 1);
  font-family: "Open Sans", sans-serif;
  z-index: 9999;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.33),
    -1px 0px 2px rgba(255, 255, 255, 0);
}


.slider-content-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 20px;
}

.slider-headings-container {
    width: 33%;
    text-align: right;
    padding: 20px;
}

.slider-headings-container h2 {
    color: #fff;
    font-size: 4vw;
    line-height: .85;
}

.slider-headings-container h4 {
    color: #fff;
}

.divider {
    height: 150px;
    width: 2px;
    background-color: #fff;
    margin: 50px;
}

.slider-subtext-container {
    width: 33%;
    padding: 20px;
}

.slider-subtext-container p {
    color: #fff;
}

.slider-btn-container {
    width: 33%;
    padding: 20px;
    text-align: center;
}

.slider-btn {
    background-color: #E79A5F;
    padding: 20px;
    border-radius: 5px;
}

.slider-btn a {
    background: transparent;
}






/*-------------------------------------
    SURFACES SECTION STYLING
---------------------------------------*/
.surfaces > .section-heading {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.first-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.first-col img {
    height: 200px;
    width: 200px;
}

.surfaces {
    height: 400px;
    background: var(--luxury);
    
}
.surfaces-container {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}






@media screen and (max-width: 460px) {
  :root {
    --font-size-1: 32px;
    --font-size-2: 30px;
    --font-size-3: 26px;
    --font-size-4: 22px;
    --font-size-5: 20px;
    --font-size-6: 18px;
    --font-size-regular: 16px;
    --font-size-disclaimer: 14px;
  }
}
