/*!
Theme Name: AP Interiors
Theme URI: http://underscores.me/
Author: 2TON
Author URI: https://www.2ton.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ap-interiors
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

AP Interiors is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import 'css/variables.css';
@import 'css/normalize.css';
@import 'css/animate.min.css';


body, html {
  font-family: var(--font-text);
  color: var(--text-black);
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  width: 100%;
}

h1, .h1 {
  font-family: var(--font-heading);
  font-size: 112px;
  font-weight: normal;
}

h2, .h2 {
  font-family: var(--font-heading);
  font-size: 64px;
  font-weight: normal;
}

h3, .h3 {
  font-family: var(--font-heading);
  font-size: 36px;
  font-weight: normal;
}

h4, .h4 {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: normal;
}

p, .p {
  font-family: var(--font-text);
  font-size: 16px;
}

@media all and (max-width: 1200px) {
  h1, .h1 {
    font-size: 90px;
  }
  
  h2, .h2 {
    font-size: 60px;
  }
  
  h3, .h3 {
    font-size: 30px;
  }

  .button {
    padding: 30px 50px;
  }
}

@media all and (max-width: 991px) {
  h1, .h1 {
    font-size: 60px;
  }
  
  h2, .h2 {
    font-size: 56px;
  }
  
  h3, .h3 {
    font-size: 28px;
  }

  .button {
    font-size: 16px;
    padding: 20px 30px;
  }
}

@media all and (max-width: 768px) {
  h1, .h1 {
    font-size: 60px;
  }
  
  h2, .h2 {
    font-size: 40px;
  }
  
  h3, .h3 {
    font-size: 26px;
  }
  
  h4, .h4 {
    font-size: 18px;
  }

  .button {
    padding: 16px 16px;
  }

  .green-background-mobile {
    background: var(--green);
  }
  
  .green-background-mobile .fl-row-content-wrap {
    background-image: none!important;
  }
}

@media all and (max-width: 600px) {
  h1, .h1 {
    font-size: 32px;
  }

  h2, .h2 {
    font-size: 30px;
  }

  .modalpopup-overlay .uabb-close-custom-top-right {
    top: 15px;
    right: 15px;
  }
}

.gform_wrapper form {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}

.gform_wrapper form .gform_footer.top_label {
  margin: 0;
  padding: 0;
}

.gform_wrapper form input[type="submit"] {
  background: transparent;
  margin-bottom: 0!important;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  font-weight: normal;
  border: 1px solid #b9b1a9;
  background: white;
  border-radius: 0;
  height: 64px;
  padding-left: 20px;
  padding-right: 20px;
  color: #54565a;
}

.gform_wrapper form input[type="text"] {
  background: none;
  border: none;
  font-size: 14px;
  color: #54565a;
  background: white;
  border: 1px solid rgba(185, 177, 169, 0.35);
  height: 64px;
  line-height: 64px;
}

.gform_wrapper .gform_body.gform-body {
	width: calc(100% - 110px);
}

#gform_wrapper_1 {
	max-width: 560px;
	margin: auto;
	text-align: center;
}

/* swiper slide */
body .swiper-button-prev::after, 
body .swiper-button-next::after {
  font-size: 26px;  
  color: #b5ada5;
}

body .swiper-button-next, 
body .swiper-button-prev {
  background: #f9f8f8;
  width: 55px;
  height: 55px;
}

body .swiper-button-next {
  right: 0;
}

body .swiper-button-prev {
  left: 0;
}

.collection-cpt-slider {
  max-width: 700px;
  margin: auto;
}

.collection-cpt-slider img.c-thumb {
	max-height: 70px;
	height: auto;
	margin: 10px 0;
}

.collection-cpt-slider p {
	font-size: 14px;
	color: #54565a;
	line-height: 22px;
}

.collection-cpt-slider .url {
	font-weight: 500;
	text-transform: uppercase;
}