/*
 Theme Name:   Franked Comms
 Theme URI:    https://wordpress.org/themes/twentyninteen/
 Description:  Custom theme built for Franked Comms
 Author:       
 Template:     twentynineteen
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  franked-comms
*/

/* ==================================== */

/* ======== TABLE OF CONTENTS =========
	1. TYPOGRAPHY
	2. GLOBAL
	3. MAIN CONTENT
    4. FORM STYLING
    5. PRIVACY POLICY
/* ==================================== */

/* ------------------------------ 
    1. Start Typography
------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6,
a,
.btn,
button {
  margin: 0;
}

h1,
h2 {
  line-height: 1;
}

h1,
.h1 {
  font-size: 62px;
}

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

h3,
.h3 {
  font-size: 35px;
}

h4,
.h4 {
  font-size: 26px;
  line-height: 1.6;
}

a,
.anchor-theme {
  text-decoration: none !important;
  transition: none;
  color: rgb(158, 149, 149);
  border: none;
  background: none;
}

.social-links a {
  height: 28px;
  width: 28px;
  font-size: 0.9em;
  text-align: center;
  line-height: 28px;
  color: white !important;
  border: none;
  border-radius: 28px;
  padding: 10px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.navbar {
  align-items: flex-start;
  padding: 0;
}

.nav-link {
  padding: 0 2rem !important;
}

.nav-link span {
  display: flex;
  justify-content: center;
  font-size: 34px;
}

/* ------------------------------ 
    1. End Typography
------------------------------ */

/* ------------------------------ 
    2. Start Global
------------------------------ */
@-ms-viewport {
  width: device-width;
}

html {
  font-size: 16px;
}

body {
  font-family: "Barlow", sans-serif;
  font-size: 23px;
  /* Adjust this on mobile to globally change P-tags :NOT H-tags) */
  line-height: 1.15;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}

.ls-100 {
  letter-spacing: 0.1em;
}

.lh-3 {
  line-height: 3;
}

.white {
  color: white !important;
}

.bg-white {
  background: white;
}

.desktop {
  display: block !important;
}

.mobile {
  display: none !important;
}

.fw-400 {
  font-weight: 400;
  /* Regular */
}

.fw-500 {
  font-weight: 500;
  /* Medium */
}

.fw-700 {
  font-weight: 700;
  /* Bold */
}

.fw-800 {
  font-weight: 800;
  /* ExtraBold */
}

.italic {
  font-style: italic;
}

.normal {
  font-style: normal;
}

.super {
  font-size: 0.5em;
  vertical-align: super;
}

section {
  position: relative;
}

img,
video {
  width: 100%;
}

.gform_button,
.btn-secondary {
  font-size: 26px;
  font-weight: 700;
  color: white;
  line-height: 1.5;
  border: none;
  border-radius: 7px;
  padding: 12px 62px;
}

.gform_button:hover,
.gform_button:focus .btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

/* ------------------------------ 
    2. End Global
------------------------------ */

/* ------------------------------ 
    3. Start Main Content
------------------------------ */
header {
  position: relative;
  z-index: 3;
}

.container-fluid {
  max-width: 1350px;
}

.page-template-page-home .splash {
  background: linear-gradient(
      to top,
      rgba(242, 242, 242, 0.73),
      rgba(209, 208, 208, 0.47)
    ),
    url("/wp-content/uploads/sites/210/2022/11/1_hero.jpg") no-repeat 50% 30%;
  background-size: cover;
  padding: 20% 0 4% 0;
}

.page-template-page-services .splash {
  background: linear-gradient(
      to top,
      rgba(242, 242, 242, 0.73),
      rgba(209, 208, 208, 0.47)
    ),
    url("/wp-content/uploads/sites/210/2022/11/2_hero.jpg") no-repeat 50% 47%;
  background-size: cover;
  padding: 30% 0 2.5% 0;
}

.page-template-page-services .body {
  padding: 175px 0 100px 0;
}

.digital-row {
  padding: 280px 0;
}

ul {
  margin: 0;
}

ul.dashed {
  list-style-type: none;
}

ul.dashed > li:before {
  content: "-";
  text-indent: -5px;
}

[alt*="Envelope"],
[alt*="iPhone"] {
  position: absolute;
  top: 60%;
  left: 50%;
  z-index: -1;
}

[alt*="Envelope"] {
  transform: translate(-50%, -50%) rotate(20deg);
  width: 575px;
  height: 425px;
}

[alt*="iPhone"] {
  transform: translate(-50%, -50%) rotate(11deg);
  width: 342px;
  height: 690px;
}

.accordion-button {
  background-color: transparent;
  border: none;
  text-align: left;
}

button [src*="triangle"] {
  width: 16px;
  height: 20px;
  transform: rotate(0);
  transition: all 0.5s ease;
}

button:not(.collapsed) [src*="triangle"] {
  transform: rotate(90deg);
}

.page-template-page-contact .splash {
  background: linear-gradient(
      to top,
      rgba(242, 242, 242, 0.73),
      rgba(209, 208, 208, 0.47)
    ),
    url("/wp-content/uploads/sites/210/2022/11/3_hero.jpg") no-repeat 50% 42%;
  background-size: cover;
  padding: 30% 0 4% 0;
}

.form-border {
  background-color: white;
  border-radius: 30px;
  -webkit-filter: drop-shadow(0 -1px 8px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0 -1px 8px rgba(0, 0, 0, 0.16));
}

.page-template-page-contact .body [alt*="logo"] {
  position: absolute;
  bottom: 16px;
  left: 51.5%;
  width: 260px;
  height: 140px;
}

/* ------------------------------ 
    3. End Main Content
------------------------------ */

/* ------------------------------ 
    4. Start Form Styling
------------------------------ */

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--white);
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--white);
}

input:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--white);
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: var(--white);
}

.gform_wrapper.gravity-theme .ginput_complex label,
.gform_wrapper.gravity-theme .gfield_label {
  font-size: 26px !important;
  font-weight: 400 !important;
}

.gform_wrapper.gravity-theme .gfield_label {
  margin: 2rem 0 0.5rem 0 !important;
}

.gfield_required {
  display: none !important;
}

.gfield:nth-child(2),
.gfield:nth-child(3),
.ginput_container,
.name_first input,
.name_last input {
  margin: 0 !important;
}

.ginput_container_email input {
  width: 100% !important;
}

.gform_wrapper.gravity-theme .gfield select,
.name_first input,
.name_last input,
.ginput_container input {
  background-color: #d9d7d7;
  font-size: 26px !important;
  font-weight: 500;
  border: none;
  border-radius: 0;
  padding: 10px !important;
  -moz-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.16);
  box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.16);
}

.justify-self-center {
  width: 380px;
  justify-self: center;
}

select {
  position: relative;
}

form {
  position: relative;
}

.ginput_recaptcha div {
  display: flex;
  margin: 0 auto;
}

.gform_footer {
  display: flex;
}

.gform_button {
  border-radius: 0;
  text-transform: uppercase;
  margin: 6rem 0 0 17% !important;
  padding: 10px 82px !important;
}

.page-template-page-contact
  .body
  .gform_confirmation_wrapper
  + a
  [alt*="logo"] {
  position: absolute;
  top: 125px;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ------------------------------ 
    4. End Form Styling
------------------------------ */

/* ------------------------------ 
    5. Start Privacy Policy
------------------------------ */
.page-template-page-privacypolicy header {
  display: none;
}

.word-break {
  word-break: break-word;
}

/* ------------------------------ 
    5. End Privacy Policy
------------------------------ */
