/*

Theme Name: Painting Angels Pro
Theme URI: https://paintingangels.com/
Author: Josh Motlong
Author URI: http://joshmotlong.design/
Description: A Wordpress Theme
Version: 1.0.0
Template: pro

*/
.wide {
  display: block;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.narrow {
  display: block;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.narrower {
  display: block;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

@keyframes swipe {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    right: 0;
    left: auto;
    width: 0;
  }
}
.swipe {
  animation-name: swipe;
  animation-duration: 0.2s;
  animation-delay: 0s;
  animation-iteration-count: forwards;
  animation-timing-function: cubic-bezier(0.46, 0, 0.07, 1);
  animation-direction: normal;
}

@keyframes window {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0;
    right: 0;
    left: auto;
  }
}
.window {
  animation-name: window;
  animation-duration: 0.3s;
  animation-delay: 0s;
  animation-iteration-count: initial;
  animation-timing-function: cubic-bezier(0.46, 0, 0.07, 1);
  animation-direction: normal;
}

body {
  font-family: "Alexandria", "Source Sans Pro", "source-sans-pro", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.page.page-template-default .h-landmark, .page.page-template-template-layout-full-width .h-landmark, .blog .h-landmark, .archive .h-landmark, .category .h-landmark, .search .h-landmark {
  font-size: 2em;
}

.page.page-template-default .entry-title, .page.page-template-template-layout-full-width .entry-title {
  font-size: 2.25em;
}

.blog .entry-title, .archive .entry-title, .category .entry-title, .search .entry-title {
  font-size: 1.5em;
}

.page.page-template-default .p-meta, .page.page-template-template-layout-full-width .p-meta, .blog .p-meta, .archive .p-meta, .category .p-meta, .search .p-meta {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
}

.x-colophon.top h4.h-widget {
  font-size: 1.5em;
}

.x-colophon.top .widget div,
.x-colophon.top .widget li {
  font-size: 1em;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Alexandria", "Source Sans Pro", "source-sans-pro", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

::-moz-placeholder {
  color: #000000 !important;
  opacity: 1 !important;
}

::-moz-placeholder {
  color: #000000 !important;
  opacity: 1 !important;
}

::-webkit-input-placeholder {
  color: #000000 !important;
  opacity: 1 !important;
}

:-moz-placeholder { /* Firefox 18- */
  color: #000000 !important;
  opacity: 1 !important;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #000000 !important;
  opacity: 1 !important;
}

:-ms-input-placeholder {
  color: #000000 !important;
  opacity: 1 !important;
}

datalist {
  font-family: "Alexandria", "Source Sans Pro", "source-sans-pro", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1rem;
}

label {
  display: block;
  margin: 10px 0;
}

textarea {
  -webkit-appearance: none;
  overflow: auto;
}

input[type=range] {
  height: 2.5em !important;
  width: 100%;
  max-width: 100%;
}

input[type=file] {
  min-height: 2.5em !important;
}

input[type=search] {
  height: 2.5em !important;
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=checkbox],
input[type=radio] {
  display: inline-block;
  vertical-align: middle;
}

select {
  height: 2.5em !important !important;
  font-size: 1rem !important;
  -webkit-appearance: none; /*Removes default chrome and safari style*/
  -moz-appearance: none; /* Removes Default Firefox style*/
  appearance: none;
  background-image: url("/wp-content/uploads/icon-select-down.svg") !important;
  background-repeat: no-repeat;
  background-position: right 0.75em center;
  width: 100%; /*Width of select dropdown to give space for arrow image*/
  text-indent: 0.01px; /* Removes default arrow from firefox*/
  text-overflow: ""; /*Removes default arrow from firefox*/ /*My custom style for fonts*/
  box-shadow: none;
  padding-right: 0 !important;
}
select option {
  padding: 0.5em 0 0.5em 1em;
  margin: 0;
  background: white;
  color: #000000;
  font-size: 0.95rem !important;
}
select option:focus {
  margin: 0;
  border: none;
}

select[multiple] {
  height: auto;
  min-height: 2.5em !important;
  padding: 0;
}
select[multiple] option {
  margin: 0;
  padding: 2.5em !important/3;
}

fieldset {
  padding: 10px 25px;
  border-radius: 2px;
  border: 1px solid #F8EFE1;
}

legend {
  padding: 0 5px;
  font-weight: 700;
}

input[disabled],
textarea[disabled],
select[disabled],
option[disabled],
button[disabled] {
  cursor: not-allowed;
}

input:focus,
textarea:focus,
select:focus,
option:focus,
button:focus {
  background-color: #FAF6F0 !important;
  border-color: #F3A200;
}

input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: #F3A200 solid 2px;
}

.page-template-default .entry-content.content .x-container.width {
  width: 100%;
}

.single-post .x-content > p {
  position: relative;
  z-index: 1;
  margin-bottom: 1.5em;
  font-size: 0.9em;
}
.single-post .x-content > p a {
  color: #F3A200;
  transition: 0.3s ease all;
  border-bottom: 1px solid rgba(243, 162, 0, 0);
}
.single-post .x-content > p a:hover {
  background-color: white;
  border-color: #f3a200;
}
.single-post .x-content > p.one:before, .single-post .x-content > p.two:before, .single-post .x-content > p.three:before, .single-post .x-content > p.four:before, .single-post .x-content > p.five:before, .single-post .x-content > p.six:before, .single-post .x-content > p.seven:before {
  content: "01";
  display: block;
  font-family: "Alexandria", "Source Sans Pro", "source-sans-pro", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(2em, 10vmin, 5em);
  line-height: 0.9;
  position: absolute;
  z-index: -1;
  left: calc(-0.5rem - 5.5vmin);
  top: 0;
  color: #FAF6F0;
}
@media screen and (max-width: 768px) {
  .single-post .x-content > p.one:before, .single-post .x-content > p.two:before, .single-post .x-content > p.three:before, .single-post .x-content > p.four:before, .single-post .x-content > p.five:before, .single-post .x-content > p.six:before, .single-post .x-content > p.seven:before {
    display: none;
  }
}
.single-post .x-content > p.two:before {
  content: "02";
}
.single-post .x-content > p.three:before {
  content: "03";
}
.single-post .x-content > p.four:before {
  content: "04";
}
.single-post .x-content > p.five:before {
  content: "05";
}
.single-post .x-content > p.six:before {
  content: "06";
}
.single-post .x-content > p.seven:before {
  content: "07";
}
.single-post .x-content ol li, .single-post .x-content ul li {
  font-size: 0.9em;
}
.single-post .x-content h2 {
  font-size: calc(1em + 1vmin);
  line-height: 1.2;
  margin: 3rem 0 1rem;
}
.single-post .x-content h3 {
  font-size: calc(0.9em + 0.5vmin);
  line-height: 1.2;
  margin: 2.5rem 0 1rem;
}
.single-post .x-content h4 {
  font-size: calc(0.8em + 0.5vmin);
  margin: 2rem 0 1rem;
}
.single-post .x-content figure.wp-block-image.size-large {
  width: calc(100% + 1rem);
  margin-left: -0.5rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
.single-post .x-content figure.wp-block-image.size-large img, .single-post .x-content figure.wp-block-image.size-large picture {
  border-radius: 0.5em;
}
.single-post .x-content figure.wp-block-image.size-full {
  width: calc(100% + 15vmin);
  margin-left: -7.5vmin;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 481px) and (max-width: 979px) {
  .single-post .x-content figure.wp-block-image.size-full {
    width: calc(100% + 2.5rem);
    margin-left: -1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .single-post .x-content figure.wp-block-image.size-full {
    width: calc(100% + 1rem);
    margin-left: -0.5rem;
  }
}
.single-post .x-content figure.wp-block-image.size-full img, .single-post .x-content figure.wp-block-image.size-full picture {
  border-radius: 0.5em;
}
.single-post .x-content figure figcaption {
  margin-bottom: 0;
}
.single-post .x-content figure.wp-block-table {
  width: calc(100% + 1rem);
  margin-left: -0.5rem;
  margin-top: 2rem;
}
.single-post .x-content figure.wp-block-table table, .single-post .x-content figure.wp-block-table tbody, .single-post .x-content figure.wp-block-table tr, .single-post .x-content figure.wp-block-table td {
  border-color: #F8EFE1;
}
.single-post .x-content figure.wp-block-pullquote {
  font-size: inherit;
  padding: 0;
  margin: 1.5em 0;
  border: 1px solid #F8EFE1;
  background: white;
  border-radius: 0.5em;
  width: calc(100% + 1em);
  margin-left: -0.5em;
  padding: 1.5em 5%;
}
.single-post .x-content figure.wp-block-pullquote blockquote {
  font-size: 1em;
  border: none;
}
.single-post .x-content figure.wp-block-pullquote blockquote p {
  font-size: 100%;
  line-height: 1.65;
}
.single-post .x-content figure.wp-block-pullquote blockquote cite {
  text-transform: none;
  font-size: 0.9em;
}
.single-post .x-content blockquote {
  position: relative;
  z-index: 9;
  border: none;
  background: rgba(250, 246, 240, 0.5);
  border: 1px solid #FAF6F0;
  border-radius: 0.5rem;
  font-size: 1em;
  line-height: 1.5;
  width: calc(100% + 1rem);
  margin-left: -0.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2.5rem 2.5em 1.5em;
}
.single-post .x-content blockquote:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 1em;
  left: 1em;
  width: 6rem;
  height: 6rem;
  background: transparent url(/wp-content/uploads/icon-quote-open-white.svg) center center no-repeat;
  background-size: contain;
}
.single-post .x-content blockquote p {
  font-size: 1em;
}
@media screen and (max-width: 480px) {
  .single-post .x-content blockquote {
    font-size: 1.1em;
    padding: 2rem;
  }
}
.single-post .x-content .wp-block-group.quote {
  border-left: 5px solid #FAF6F0;
  padding-left: 5%;
  margin: 1.75em 0;
}

figure img + br,
figure a + br,
figure img + p,
figure a + p {
  display: none;
}

body {
  background-color: #1D1D1D;
}

#x-root, .x-root {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  background: white;
  box-shadow: 0 0 3em rgba(0, 0, 0, 0.75);
}

.x-off-canvas-bg,
.x-modal-bg {
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

.site-intro .screen {
  position: relative;
}
.site-intro .screen:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 89.0909090909%;
}
.site-intro .screen > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.site-intro .screen .x-div {
  background-image: linear-gradient(203deg, rgba(44, 46, 59, 0.9) 0%, rgba(39, 41, 51, 0.2) 60%);
}

.screen-ratio {
  position: relative;
}
.screen-ratio:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 89.0909090909%;
}
.screen-ratio > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@keyframes grain {
  0%, 100% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-5%, -10%);
  }
  20% {
    transform: translate(-15%, 5%);
  }
  30% {
    transform: translate(7%, -25%);
  }
  40% {
    transform: translate(-5%, 25%);
  }
  50% {
    transform: translate(-15%, 10%);
  }
  60% {
    transform: translate(15%, 0%);
  }
  70% {
    transform: translate(0%, 15%);
  }
  80% {
    transform: translate(3%, 35%);
  }
  90% {
    transform: translate(-10%, 10%);
  }
}
.tv > .x-bg .x-bg-layer-lower-image {
  z-index: -1;
}
.tv > .x-bg .x-bg-layer-lower-image:before {
  content: "";
  animation: grain 8s steps(10) infinite;
  background-image: url(/wp-content/uploads/bg-grain.png);
  height: 300%;
  width: 300%;
  position: fixed;
  z-index: -1;
  top: -100%;
  left: -50%;
  opacity: 0.5;
}

.gform_wrapper > .gform_heading {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields {
  row-gap: 0.5em;
}
.gform_wrapper form .gform_body input[type=email],
.gform_wrapper form .gform_body input[type=text],
.gform_wrapper form .gform_body input[type=tel] {
  min-height: 3em;
  font-size: 0.9em;
  border-radius: 0.25em;
  box-shadow: none;
}
.gform_wrapper form .gform_body input[type=email]:focus,
.gform_wrapper form .gform_body input[type=text]:focus,
.gform_wrapper form .gform_body input[type=tel]:focus {
  border: 2px solid #F3A200 !important;
  background: white !important;
}
.gform_wrapper form .gform_body textarea {
  font-size: 0.9em;
  border-radius: 0.25em;
  box-shadow: none;
}
.gform_wrapper form .gform_body textarea:focus {
  border: 2px solid #F3A200 !important;
  background: white !important;
}
.gform_wrapper form .gform_body fieldset {
  padding: 0.5em 0;
}
.gform_wrapper form .gform_body fieldset .gfield_radio label.gform-field-label, .gform_wrapper form .gform_body fieldset .gfield_checkbox label.gform-field-label {
  font-size: 0.9em;
}
.gform_wrapper form .gform_footer button[type=submit] {
  width: 100% !important;
  min-height: 3em !important;
  font-size: 1em !important;
  color: #000000 !important;
  border: 2px solid #FEE500 !important;
  text-shadow: none !important;
  background: #D7B13F;
  background: linear-gradient(90deg, rgb(215, 177, 63) 0%, rgb(238, 164, 9) 100%);
}
.gform_wrapper form .gform_footer button[type=submit]:hover {
  color: white !important;
}
.gform_wrapper.on-dark_wrapper form input.gfield-choice-input + label {
  color: white;
}
.gform_wrapper.light_wrapper form .gform_body .gform_fields input[type=email],
.gform_wrapper.light_wrapper form .gform_body .gform_fields input[type=text],
.gform_wrapper.light_wrapper form .gform_body .gform_fields input[type=tel],
.gform_wrapper.light_wrapper form .gform_body .gform_fields textarea {
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.gform_wrapper.light_wrapper form .gform_body .gform_fields input[type=email]:hover,
.gform_wrapper.light_wrapper form .gform_body .gform_fields input[type=text]:hover,
.gform_wrapper.light_wrapper form .gform_body .gform_fields input[type=tel]:hover,
.gform_wrapper.light_wrapper form .gform_body .gform_fields textarea:hover {
  background: white;
}
.gform_wrapper.light_wrapper form .gform_footer button[type=submit] {
  border: none !important;
}

.gform_wrapper.quote_wrapper form .gf_progressbar_wrapper .gf_progressbar_title {
  font-weight: 400;
}
.gform_wrapper.quote_wrapper form .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
  background-color: #1D1D1D;
}
.gform_wrapper.quote_wrapper form .gform_body .gform_fields fieldset {
  padding-bottom: 0.25;
}
.gform_wrapper.quote_wrapper form .gform_body .gform_fields fieldset legend {
  font-size: 0.85em;
  font-weight: 500;
  margin-bottom: 0.25em;
}
.gform_wrapper.quote_wrapper form .gform_body .gform_fields fieldset label.gform-field-label--type-sub {
  font-weight: 300;
}
.gform_wrapper.quote_wrapper form .gform_body .gform_fields fieldset .ginput_container_radio .gfield_radio {
  gap: 0.25em;
}
.gform_wrapper.quote_wrapper form .gform_body .gform_fields fieldset .ginput_container_radio .gfield_radio .gchoice label {
  font-size: 0.85em;
}
.gform_wrapper.quote_wrapper form .gform_body .gform_fields fieldset.primary legend {
  font-size: 1em;
  font-weight: 500;
}
.gform_wrapper.quote_wrapper form .gform_body .gform_fields fieldset.primary .gfield_description {
  font-size: 0.8em;
  font-weight: 400;
  margin: -0.25em 0 1.25em;
}
.gform_wrapper.quote_wrapper form .gform_body .gform_fields .gfield--type-html {
  border-bottom: 1px solid #eee;
  margin-bottom: 0.5em;
}
.gform_wrapper.quote_wrapper form .gform_body .gform_fields .gfield--type-html h3 {
  font-size: calc(1em + 1vmin);
  margin: 0 0 0.25em;
}
.gform_wrapper.quote_wrapper form .gform_body .gform_fields .gfield--type-number label,
.gform_wrapper.quote_wrapper form .gform_body .gform_fields .gfield--type-text label,
.gform_wrapper.quote_wrapper form .gform_body .gform_fields .gfield--type-email label,
.gform_wrapper.quote_wrapper form .gform_body .gform_fields .gfield--type-phone label {
  font-size: 0.85em;
  font-weight: 500;
}
.gform_wrapper.quote_wrapper form .gform_body .gform_fields .gfield input[type=number] {
  box-shadow: none;
  min-height: 3em;
  border-color: #ccc;
}
.gform_wrapper.quote_wrapper form .gform_body .gform_fields .gfield input[type=number]:focus {
  background-color: inherit !important;
}
.gform_wrapper.quote_wrapper form .gform_body .gform_page_footer {
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
.gform_wrapper.quote_wrapper form .gform_body .gform_page_footer .gform_next_button,
.gform_wrapper.quote_wrapper form .gform_body .gform_page_footer .gform_previous_button {
  color: white !important;
  min-height: 3.5em !important;
  width: 49.5% !important;
  background-color: #000000 !important;
}
.gform_wrapper.quote_wrapper form .gform_body .gform_page_footer button[type=submit] {
  min-height: 3.5em !important;
  width: 49.5% !important;
  background-color: #000000 !important;
}

.gform_confirmation_wrapper .result-start {
  position: relative;
  background-color: #FAF6F0;
  max-width: 680px;
  border-radius: 2px;
  padding: 3.5em 1.5em 2em;
  margin: 2rem auto 1.75rem;
  text-align: center;
}
.gform_confirmation_wrapper .result-start:before {
  content: "\f00c";
  position: absolute;
  top: -2.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 100rem;
  background-color: #EAB154;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: FontAwesome;
  font-size: 2.5em;
}
.gform_confirmation_wrapper .result-start h2 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 0.25rem;
}
@media screen and (max-width: 480px) {
  .gform_confirmation_wrapper .result-start h2 {
    font-size: 1.25rem;
  }
}
.gform_confirmation_wrapper .result-start span.quote-number {
  display: block;
  font-size: 2.25rem;
  line-height: 1.75;
  font-weight: bold;
  color: #000000;
}
.gform_confirmation_wrapper .result-start span.estimate-detail {
  font-size: 1rem;
  line-height: 1.6;
}
.gform_confirmation_wrapper .result-start + br {
  display: none;
}
.gform_confirmation_wrapper .finance-start {
  position: relative;
  background-color: #FAF6F0;
  max-width: 680px;
  border-radius: 2px;
  padding: 0 1.5em 2.5em;
  margin: -2rem auto 1.5rem;
  text-align: center;
}
.gform_confirmation_wrapper .finance-start h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #EAB154;
  margin: 0 auto 0.5rem;
}
@media screen and (max-width: 480px) {
  .gform_confirmation_wrapper .finance-start h3 {
    font-size: 1.35rem;
  }
}
.gform_confirmation_wrapper .finance-start span.pay-at-close {
  font-size: 1.1rem;
  display: block;
  margin: 0 auto 1.25em;
}
.gform_confirmation_wrapper .finance-start a {
  display: flex;
  display: none;
  width: 100%;
  max-width: 350px;
  min-height: 3.25em;
  justify-content: center;
  align-items: center;
  background-color: #F3A200;
  color: #000000;
  transition: 0.25s ease all;
  margin: 0 auto;
  text-transform: uppercase;
  border-radius: 2px;
  font-weight: bold;
}
.gform_confirmation_wrapper .finance-start a:hover {
  background: #000000;
  color: #F3A200;
}
.gform_confirmation_wrapper .estimate-next-steps {
  width: 90vw;
  max-width: 980px;
  margin-left: 50%;
  transform: translateX(-50%);
}
.gform_confirmation_wrapper .estimate-next-steps h3 {
  font-size: 1.1rem;
  margin: 0 0 0.75rem;
  text-align: center;
}
.gform_confirmation_wrapper .estimate-next-steps p {
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .gform_confirmation_wrapper .estimate-next-steps p {
    text-align: left;
  }
}
