@charset "UTF-8";
/*
 Theme Name:   Porcelain Child
 Theme URI:    http://wedo.net.nz/
 Description:  Porcelain Child Theme
 Author:       Jason Naylor
 Author URI:   
 Template:     porcelain
 Version:      1.0.0
 Tags:         
 Text Domain:  porcelain-child
*/
/* =Theme customization starts here
-------------------------------------------------------------- */
/* I'm doing SCSS > CSS in SublimeText based on this tutorial: https://www.hongkiat.com/blog/sublime-text-compiling-sass/ */
@font-face {
  font-family: "Chalk Line Outline";
  src: url("fonts/Chalk-Line-Outline.ttf"), url("fonts/Chalk-Line-Outline.ttf"); }
/*@font-face { too thick / bold
    font-family: "KG Happy";
    src: url("fonts/KGHAPPY.ttf"),
    url("fonts/KGHAPPY.ttf");
}*/
@font-face {
  font-family: "Handy George";
  /* serif style */
  src: url("fonts/HandyGeorge.ttf"), url("fonts/HandyGeorge.ttf"); }
/*@font-face {*/
/*    font-family: "Return To Sender";*/
/*    src: url("fonts/Return_To_Sender.ttf"),*/
/*    url("fonts/Return_To_Sender.ttf");*/
/*}*/
@font-face {
  font-family: "Road Movie";
  src: url("fonts/ROADMOVIE.otf"), url("fonts/ROADMOVIE.otf"); }
@font-face {
  font-family: "SummerHearts Regular";
  src: url("fonts/SummerHearts-Regular.otf"), url("fonts/SummerHearts-Regular.otf"); }
@font-face {
  font-family: "SummerHearts Regular";
  src: url("fonts/SummerHearts-Regular.otf"), url("fonts/SummerHearts-Regular.otf"); }
@font-face {
  font-family: "Wild Zova Free";
  src: url("fonts/Wild Zova Free.otf"), url("fonts/Wild Zova Free.otf"); }
html, body {
  height: 100%;
  font-family: 'Vollkorn', 'Cardo', 'Georgia'; }

p, span {
  font-size: 20px;
  line-height: 1.5em; }

.nopadding {
  padding: 0; }

.services-boxed-icon .services-content, .services-boxed-photo .services-content, .section-boxed blockquote, .section-full-width .sub-title {
  /* overrides */
  font-family: inherit; }

h1 {
  font-family: "Road Movie";
  font-size: 49px;
  text-transform: uppercase;
  line-height: 1.5em;
  letter-spacing: -1px; }

h2, h2.rp-title, h2.section-title, .section-full-width .section-title {
  text-transform: uppercase;
  letter-spacing: -2px;
  font-size: 38px;
  line-height: 1.3em;
  padding: 20px 0 0 0;
  font-weight: normal;
  /*font-family: 'Lato';*/ }

h2, h2.rp-title, h2.section-title {
  font-family: 'Handy George';
  letter-spacing: -2px;
  font-weight: normal; }

.content-slider h2 {
  /* sliders*/
  font-family: 'Chalk Line Outline';
  font-size: 42px;
  letter-spacing: 6px;
  font-weight: bold;
  line-height: 1.4em;
  padding: 5px 0 0 0; }

h3 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5em;
  font-family: 'Lato';
  /*font-family: 'Chalk Line Outline';*/
  /*letter-spacing: 7px ;*/ }

.section-full-width .section-title {
  letter-spacing: -2px;
  /* overriding this from -2px*/
  /* and back to -2px again */
  margin: 0 10px 0 0; }

.center {
  text-align: center; }

.italic {
  font-style: italic; }

li.no-border {
  border: none; }

/* ----- BACKGROUND ----- */
/* aneta's grey chalk background */
/*.page-wrapper { 
    background-image: url("./images/chalkboard-black.jpg") ;
    background-position: top right ;
    background-repeat: repeat;
}*/
.page-wrapper {
  /* my stolen chalk background that only tiles vertical */
  background: #25282d url("./images/blackboard-bg-tile.jpg") repeat-y center; }

.page-template-template-full-custom-php .page-wrapper {
  /* my stolen chalk background that only tiles vertical*/
  background: #25282d url("./images/blackboard-bg-tile.jpg") repeat-y center; }

/* ---------------- Content ---------------- */
.section-boxed {
  padding: 0 1%; }

.section-full-width .section-custom {
  background: none; }

span.black {
  color: #000000; }

span.white {
  color: #FFFFFF; }

span.grey {
  color: #cccccc; }

span.gray {
  color: #cccccc; }

#footer {
  /*background: #25282d url("./images/blackboard-bg-tile.jpg") repeat-y center ; */
  background: #ffffff; }

.cols-wrapper footer-widgets section-boxed cols-4 {
  display: none; }

.footer-bottom {
  background: #25282d url("./images/blackboard-bg-tile.jpg") repeat-y center; }

/* ----- SQUIGGLES AND DECORATIONS ----- */
.left {
  text-align: left; }

.chalk-squiggle {
  background-image: url("./images/icons/chalk-squiggle-ends.png");
  background-position: center;
  background-repeat: no-repeat; }

.chalk-line-arrows {
  background-color: inherit;
  background-image: url("./images/icons/chalk-line-arrows.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  opacity: 0.8; }

.blue {
  color: #359bb4; }

.social {
  background-repeat: no-repeat;
  height: 60px;
  padding-left: 65px;
  padding-top: 20px; }

.twitter {
  background-image: url("./images/icons/twitter_64.png"); }

.facebook {
  background-image: url("./images/icons/facebook_64.png"); }

.instagram {
  background-image: url("./images/icons/instagram_64.png"); }

/* 3.3 Menu */
/********** get rid of the mobile hamburger shit */
.navigation-container {
  display: inherit; }

.mobile-nav,
.mob-nav-menu {
  display: none; }

/**********/
#logo-container {
  margin: 0; }

#logo-container img {
  width: 0;
  /* for some reason the brand Porcelain logo appears */ }

.navigation-container {
  float: none; }

.section-header {
  border: none; }

#header, .fixed-header #header {
  /*    -webkit-transition: none ; 
      -moz-transition: none ;
      -ms-transition: none ;
      -o-transition: none ;
      transition: none ; */ }

/* trying to remove the bloody Header jumpiness */
#header .search-wrapper {
  top: 5px; }

#header {
  padding-top: 7px;
  padding-bottom: 7px;
  width: 94%;
  background: #000000;
  background: rgba(0, 0, 0, 0.7);
  /*.box-shadow(0, 0, 4px, 0.3);*/ }

.fixed-header-scroll #logo-container {
  margin-top: inherit;
  width: 0;
  max-width: 0%; }

.fixed-header-scroll #logo-container img {
  max-height: inherit;
  width: auto; }

.section-header {
  padding: 0;
  padding-bottom: 0;
  /*  border-bottom: 1px solid #d8d8d8;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);*/ }

#menu ul li a {
  font-size: 9px; }

.nav-menu ul li a {
  padding: 2px 2px; }

/* Shrinking header stuff */
/* LARGE initial top of page */
#header.large {
  background-color: rgba(0, 0, 0, 0.1); }

/* SMALL on scroll 100px */
#header.small {
  padding-top: 0px;
  height: 85px;
  background-color: rgba(0, 0, 0, 0.9);
  box-shadow: 0 5px 15px rgba(175, 175, 175, 0.1); }

#header.small #logo-container img {
  width: 0;
  /* for some reason the brand Porcelain logo appears */ }

#header.small .nav-menu ul li.Home a {
  background-image: url("images/header/chalk-header-Home-full.png"); }

#header.small .nav-menu ul li.About a {
  background-image: url("images/header/chalk-header-About-half.png"); }

#header.small .nav-menu ul li.Photography a {
  background-image: url("images/header/chalk-header-Photography-half.png"); }

#header.small .nav-menu ul li.Photobooth a {
  background-image: url("./images/header/chalk-header-Photobooth-half.png"); }

#header.small .nav-menu ul li.Design a {
  background-image: url("./images/header/chalk-header-Design-half.png"); }

#header.small .nav-menu ul li.Blog a {
  background-image: url("./images/header/chalk-header-Blog-half.png"); }

#header.small img {
  width: 287px;
  height: 69px;
  margin-top: -10px; }

#header.small li {
  margin-bottom: 8px; }

#header, a, img, li {
  /* Firefox 4 */
  transition: all 2s;
  -moz-transition: all 2s;
  /* Safari and Chrome */
  -webkit-transition: all 2s;
  /* Opera */
  -o-transition: all 2s; }

.fixed-header-scroll #logo-container {
  max-width: 0; }

#logo-container {
  max-width: 0;
  margin: 0;
  display: none; }

#menu-main-menu li {
  /*width: 15%; /* 6 items */
  /*width: 19.2% ;*/
  /* 5 items */
  /* this is covered in the media queries */
  /*border: 1px dotted #eee ;*/ }

#menu-main-menu li a {
  /* // http://stackoverflow.com/questions/471510/hide-text-using-css */
  text-indent: 200%;
  /* not sure why 200 but in Firefox 100 wasn't enough */
  white-space: nowrap;
  overflow: hidden;
  height: 69px;
  background-repeat: no-repeat;
  background-position: center; }

/* search thingee */
.header-search {
  margin: 9px 0 0 0; }

.search-results .post-content {
  background-color: inherit; }

/* SOCIAL ICONS*/
.social-icons li {
  float: none; }

/* ----- SLIDERS NIVO / ----- */
.cs-arrows {
  /*margin-top: 240px ;*/
  font-size: 50px; }

.cs-next-arrow {
  /*text-indent: -60px ;*/ }

.cs-next-arrow:active {
  text-indent: -50px; }

.content-slider {
  padding: 160px 0 130px 0; }

.content-slider .button {
  margin-top: 15px; }

ul#cs-slider-ul li {
  margin-left: auto;
  margin-right: auto; }

.cs-content-centered.col {
  /* for some reason this wasn't included in the main css, it wasn't QUITE centered */
  /*    position: relative;
      left: 50%;
      transform: translateX(-50%);*/
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.cs-content-right.col {
  /* for some reason this wasn't included in the main css */
  float: right; }

/* ---------- content-container ---------- */
.post-content a, .services-wrapper a {
  /*display: inline-block ;*/
  text-decoration: none;
  -webkit-box-shadow: 0 1px;
  -moz-box-shadow: 0 1px;
  box-shadow: 0 1px;
  line-height: 0.9; }

#content-container .section-full-width .section-boxed {
  margin: 30px auto; }

#content-container .section-boxed {
  margin: 30px auto;
  /* overwriting the 90px */
  text-align: center;
  /* trying this for the slideshow pages - does it stuff everything up? */ }

#content-container .services-circle {
  margin-top: 20px;
  margin-bottom: 10px; }

#content-container .services-boxed-icon {
  margin-top: 20px;
  margin-bottom: 20px; }

#content-container .services-boxed-photo {
  margin-top: 20px;
  margin-bottom: 20px; }

/* Section DARK */
/* Modified for accolades POTY images */
.section-dark .section-boxed {
  background: #25282d url("./images/icons/accolades-POTY-badges.png") repeat-y center; }

/* Section Light With Background Image */
/* MODIFIED FOR PHOTOG OF YEAR BANNER */
/* this is essentially a scrim  */
#content-container .section-light-bg .section-boxed {
  margin: 60px auto;
  /*background: rgba(234, 156, 77, 0.6) ; orange background */
  background: rgba(0, 0, 0, 0.15);
  box-shadow: 0 0px 100px 71px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0px 100px 71px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0px 100px 71px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0px 100px 71px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0px 100px 71px rgba(0, 0, 0, 0.15); }

.section-light-bg {
  position: relative;
  background: none;
  /*background-color: #b0deed;*/
  background-position: center;
  background-size: cover;
  color: inherit; }

.section-light-bg .section-title,
.section-light-bg .sub-title {
  display: inherit;
  /*table ;*/
  padding: 0;
  background: none;
  /*background: #ffffff;
  background: rgba(255, 255, 255, 0.7);*/
  color: inherit; }

.section-light-bg .section-title {
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 48px;
  text-align: center; }

.section-light-bg .sub-title {
  padding: 5px 0;
  text-transform: inherit;
  /*uppercase;*/
  font-style: inherit;
  /*normal;*/
  font-style: italic;
  font-family: inherit;
  /*Oswald, 'Open Sans', Helvetica, Arial, sans-serif;*/ }

.content .section-light-bg h1,
.content .section-light-bg h2,
.content .section-light-bg h3,
.content .section-light-bg h4,
.content .section-light-bg h5,
.content .section-light-bg h6 {
  color: inherit;
  /*#373737;*/ }

#content-container .section-light-bg .section-boxed a {
  color: inherit;
  /* this is a big fat overwrite */ }

/* Section Custom section-custom */
/* placing the button to the right for Enquiry usage */
.section-custom .section-boxed h2 {
  display: inline; }

.section-custom div.section-boxed h4 {
  display: inline-block; }

.section-custom div.section-boxed a {
  /*float: right ; /* why did I do this??? */ }

.section-full-width .sub-title {
  /* not sure why this is here, it's 0.8 in the code and it's a little too light */
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -khtml-opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  -moz-opacity: 0.9; }

/* GENERAL PAGE / POST stuff */
img.size-full {
  margin-top: 0px; }

/* ----- SERVICE BOXES ----- */
/* services boxes */
.services-wrapper p {
  font-size: 15px;
  /* overwrites the 21px at the top */ }

.services-title-box h2 {
  font-size: 25px; }

/* the standard Box - the first option in the list */
.services-box .services-img {
  height: 50%; }

.services-img img {
  border-radius: 50%; }

.services-boxed-icon .services-box {
  /* the square presentation boxes */
  background: rgba(0, 0, 0, 0.15); }

.services-boxed-icon .services-box img {
  /* the square presentation boxes */
  max-width: 85%; }

.circle-wrapper services-content {
  max-width: 85%;
  /* 150310 trying to make bubbles responsive */ }

.services-boxed-icon .services-content {
  max-width: 95%;
  /* changed this for 2014 in numbers @ 1024px, hopefully doesn't break Photobooth? */ }

/* trying to turn photo style into circle */
.services-boxed-photo .services-box {
  padding: 30px 0 0 0;
  background-image: url("./images/icons/service-boxes-photo-style-round.png");
  background-color: rgba(0, 0, 0, 0);
  /* overwriting 0.05 in master */
  background-repeat: no-repeat;
  background-size: 100%;
  /* WAS 260px ; */ }

/* photos INSIDE the round services-boxed-photo backgrounds */
.services-boxed-photo .services-img {
  width: 76%;
  /* was 200px ;*/
  height: 100%;
  /* was 200px ;*/
  background-repeat: no-repeat;
  border-radius: 50%;
  margin-left: 12%;
  margin-top: 12%;
  /* to ensure responsive */
  margin-bottom: 40px;
  /*to push the text parts down, SHOULD IT BE PERCENTAGE? */ }

.services-boxed-photo .services-box img {
  border-radius: 50%; }

/* was circle wrapper, now bubble */
.services-wrapper.services-circle .services-box {
  margin-right: 39px;
  margin-right: 3%;
  /* 150310 trying to make bubbles responsive */ }

.circle-wrapper {
  background-image: url("./images/icons/service-boxes-bubbles.png");
  background-repeat: no-repeat;
  margin-left: -20px;
  margin-top: -7px; }

/* not sure if Aneta likes this 
 .circle-wrapper:hover {
    background-image: url("./images/icons/service-boxes-bubbles-invert.png") ;
}*/
.services-circle .services-img {
  width: 260px;
  height: 260px;
  background-position: center top;
  background-size: 50%;
  background-repeat: no-repeat; }

.services-default .services-img img {
  /* removed this for the style I use for Featured */
  border-radius: 0%; }

.services-circle .services-content .sc-wraper {
  /* removed this for bubbles because think it's better not? vertical-align: bottom ; */
  padding-top: 50px; }

.services-circle .services-content {
  background: none; }

.services-circle .sc-wraper h3, .services-circle .sc-wraper p, .services-circle .services-content a {
  /* text */
  color: #000000; }

.content .services-circle .sc-wraper h3 {
  line-height: 1.2;
  font-size: 21px;
  border-top: none;
  border-bottom: none;
  padding-top: 8px;
  padding-bottom: 0px;
  color: #000000;
  max-width: 100%; }

.services-circle .services-box .services-content {
  /*background-color: inherit ;*/
  /* transforms and opacities and stuff */
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  /*  -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.4 ease;
    -moz-transition: all 0.4 ease;
    -ms-transition: all 0.4 ease;
    -o-transition: all 0.4 ease;
    transition: all 0.4 ease;
  */ }

/* BOXED ICON STYLE - NOW CIRCLES */
.services-box {
  /*border: 6px solid #ffffff ;*/
  /* removing this for the boxed-photo style */
  /*border-radius: 50% ;*/ }

.services-circle .services-box:after {
  box-shadow: none; }

.section-full-width {
  border-top: 10px solid #FFFFFF;
  border-bottom: 10px solid #FFFFFF;
  box-shadow: none; }

.content-box {
  background: none; }

/*---------- PRICING TABLES ----------*/
.pt-period {
  color: #333332;
  opacity: 0.8; }

.pt-features li {
  color: #333332; }

/*------------- MAIN BODY ----------------*/
/* slider */
/* STILL WORKING ON THIS NOT SURE */
#slider-container .full-bg-image {
  background-attachment: inherit;
  /* testing this to see if more images display well */
  background-position-y: center;
  /* testing this to see if more images display well */ }

#slider-container .full-bg-image.top {
  background-position-y: top;
  background-position: inherit 0%;
  /* firefox */ }

#slider-container .full-bg-image.bottom {
  background-position-y: bottom;
  background-position: inherit 100%;
  /* firefox */ }

#slider-container .full-bg-image.left {
  background-position-x: right; }

/* ideally this would depend on the left/right alignment of the actual slider */
#slider-container .full-bg-image.right {
  background-position-x: left; }

/* ideally this would depend on the left/right alignment of the actual slider */
/*---------- TESTIMONIALS ----------*/
.testimonial-slider {
  min-height: 230px;
  padding: 0 0 30px 0;
  margin: 0 auto 0 auto;
  /*was 30px bottom */ }

.testimonial-container {
  top: auto;
  /*height: 100% ; */
  /* for some reason this breaks the height of the testimonial-slider so DON'T DO IT */ }

.testimonial-wrapper {
  height: 100%;
  text-align: center; }

.testimonial-info {
  display: inline-block; }

/* The ghost, nudged to maintain perfect centering */
.testimonial-wrapper:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */ }

/* The element to be centered, can also be of any width and height */
.testimonial-wrapper blockquote {
  font-family: inherit;
  font-size: 150%;
  display: inline;
  vertical-align: middle;
  width: 100%;
  float: inherit; }

.section-boxed .testimonials-details h4, .section-boxed .testimonials-details span, .section-boxed .testimonials-details p, .section-boxed .testimonials-details a {
  color: #DEDEDE; }

.section-custom .testimonials-details h4, .section-custom .testimonials-details span, .section-custom .testimonials-details p, .section-custom .testimonials-details a {
  color: #25282d; }

.testimonials-details h4 {
  font-family: Lato;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase; }

.testimonials-details span, .testimonials-details a {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8; }

.testimonials-details p, .testimonials-details span {
  font-size: 14px; }

.testimonials-details a {
  color: #0c1f1d; }

.testimonials-details span a {
  color: #ffffff; }

.testimonial-img {
  max-width: 200px; }

.testimonial-img-div {
  /* for the funky circle around the image, needs some work */
  /*background-image: url("./images/icons/service-boxes-photo-style-round.png");*/
  /*background-color: rgba(0, 0, 0, 0) ; */
  /* overwriting 0.05 in master */
  /*background-repeat: no-repeat ;*/
  /*background-size: 200px ;*/
  /*/*background-size: 100% ; */
  /* WAS 260px ; */
  /*background-position-y: 30% ;*/ }

.ts-left-arrow, .ts-right-arrow {
  font-size: 5em;
  line-height: 0; }

.ts-right-arrow {
  right: 40px; }

/* ----- PROGRESS TRACKER ON CONTACT/ENQUIRY PAGES ----- */
#progress-tracker {
  padding-top: 20px;
  font-size: 100%; }

.tracker-step {
  opacity: 0.5;
  display: inline;
  padding-left: 20px;
  padding-right: 20px; }

.tracker-step.active {
  opacity: 1; }

span.number {
  font-family: "Helvetica";
  position: absolute;
  line-height: 36px;
  height: 36px;
  width: 36px;
  margin-left: -36px;
  background-color: #25282d;
  border-radius: 50%; }

.tracker-step.active span.number {
  background-color: #359bb4; }

span.word {
  line-height: 36px;
  padding-left: 10px;
  padding-right: 20px; }

span.word:last-child:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #359bb4;
  border-bottom: 5px solid transparent;
  margin-left: 10px;
  margin-top: 10px; }

/* ---- WOFORMS LITE CUSTOMISATION ---- */
/* updates 12/10/2020 */
div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium,
div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
  text-align: center;
  margin: 0 auto;
  max-width: 60%; }

div.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-size: 20px; }

div.wpforms-container-full .wpforms-form .wpforms-field {
  padding: 20px 0; }

div.wpforms-container-full .wpforms-form .wpforms-field-description {
  font-style: italic; }

/* ---------- CALL TO ACTION ---------- */
.cta-circle {
  padding-top: 80px;
  margin-bottom: 40px;
  width: 300px;
  height: 270px; }

.cta-circle .button {
  background-color: #8c8c8c; }

div.wpforms-container-full .wpforms-form button.typeform-share.button,
.typeform-share.button {
  margin-top: 10px;
  padding: 16px 25px;
  font-size: 15px;
  background-color: #8c8c8c;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin: 2px 0;
  padding: 12px 25px;
  background: none;
  background-image: none;
  background-color: #359bb4;
  /* button color */
  color: #ffffff;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 13px;
  font-family: Oswald, 'Open Sans', Helvetica, Arial, sans-serif;
  line-height: 20px;
  cursor: pointer;
  -webkit-appearance: none; }

/*------------- BLOG ----------------*/
.pexeto-recent-posts {
  margin: 10px 0 30px 0;
  text-align: center; }

.pexeto-recent-posts .rp-title {
  text-align: center;
  padding-bottom: 10px; }

#titleWrapperWrapper h1, #titleWrapperWrapper h2, #titleWrapperWrapper h3 {
  font-family: Lato;
  letter-spacing: 0;
  padding: 0;
  color: #FFFFFF; }

.entry-content {
  position: relative;
  text-align: center; }

.post-content-content p {
  font-size: 14px; }

#container {
  position: relative;
  max-width: 100%;
  text-align: center;
  margin: 0 auto; }

#titleWrapperWrapper {
  position: absolute;
  top: 0px;
  width: 100%; }

.titleWrapper {
  padding: 12px;
  margin-top: 10%; }

/* scrim */
.titleWrapper {
  /*background: rgba(234, 156, 77, 0.6) ; orange background */
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 100px 71px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0px 100px 71px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0px 100px 71px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0px 100px 71px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 100px 71px rgba(0, 0, 0, 0.1); }

.imageHolder {
  text-align: center; }

.col {
  display: block;
  float: left;
  margin: 0% 0% 1.1% 1.1%; }

/* 1 wide */
.sticky {
  border-top: none; }

#container .sticky {
  border: none;
  width: 100%;
  margin-left: 0; }

.hentry:nth-child(2n+2) {
  margin-left: 1.1%; }

/* 2 wide */
.span_1_of_2 {
  width: 49.45%; }

.span_2_of_2 {
  width: 100%; }

/* 3 wide */
.span_1_of_3 {
  width: 32.6%; }

#container .span_1_of_3:nth-child(5n+2) {
  margin-left: 0; }

#container .span_1_of_2:nth-child(5n+5) {
  margin-left: 0; }

/* titleWrapperWrapper H2/H3 titles */
#titleWrapperWrapper h2 {
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  font-weight: normal; }

#titleWrapperWrapper h3 {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  font-weight: normal; }

/* sticky */
.sticky h2 {
  font-size: 3em; }

.sticky h3 {
  font-size: 1.5em; }

/* 1 of 2 */
.span_1_of_2 h2 {
  font-size: 1.5em; }

.span_1_of_2 h2 {
  font-size: 2em; }

.span_2_of_2 h2 {
  /* what is this one? */
  font-size: 1em; }

.span_1_of_2 h3 {
  font-size: 1.3em; }

/* 1 of 3 */
#titleWrapperWrapper .span_1_of_3 h2 {
  font-size: 1em; }

.span_1_of_3 h2 {
  font-size: 1.5em; }

.span_1_of_3 h3 {
  font-size: 1em; }

.post {
  background: none; }

.post-content-content img {
  border: 1px solid #444;
  /*or is it #3d3d3d*/ }

img.noborder {
  border: none; }

.post-content-content p {
  text-align: center; }

/* Individual blog posts */
.post-content-content img {
  border: none; }

.post-content h2, .post-content h3 {
  /*font-weight: 300; */
  text-align: center;
  font-weight: normal; }

.post-content h3 {
  /*text-transform: none ;*/
  /*font-style: italic ;*/
  font-size: 1em; }

img.alignnone {
  text-align: center; }

.blog-single-post .post-tags {
  width: 67%; }

/* BLOG COMMENTS */
.comment-box {
  padding: 2.5%;
  margin-bottom: 0; }

.comment-info {
  margin-bottom: -15px; }

.coment-autor-name {
  /*padding-left: 80px ;*/ }

.comment-autor img {
  margin-top: -20px; }

.comment-wrapper {
  display: table;
  height: 141px;
  overflow: hidden; }

.comment-text.comment-box-long {
  width: 587px;
  display: table-cell;
  vertical-align: middle;
  background: url("./images/icons/WEDO-quote-long.png") no-repeat 20px; }

.comment-text p {
  color: #25282d;
  padding-left: 90px;
  /*padding-top: 40px ;*/ }

.comment-box {
  background-color: inherit; }

.comment-container .fn {
  color: white; }

.footer-bottom {
  padding-bottom: 75px; }

/*------------- Media Queries ----------------*/
/*********************


*********************/
/* felt like this was buggy - */
@media screen and (max-width: 600px) {
  .cols-4 .col:nth-of-type(3n) {
    clear: none;
    margin-right: 0%; } }
/*********************
MOBILE to 568px - smaller than iPhone 5

*********************/
@media all and (max-width: 567px) {
  #header {
    padding-right: 0%;
    padding-left: 0%; }

  .fixed-header #header {
    width: 100%; }

  /*http://stackoverflow.com/questions/5186712/stretch-horizontal-ul-to-fit-width-of-div*/
  /*http://jsfiddle.net/thirtydot/jwJBd/*/
  .nav-menu {
    width: 100%; }

  #menu-main-menu {
    display: table;
    width: 100%; }

  #menu-main-menu li {
    display: table-cell;
    /*width: 19.6% ;*/
    text-align: center;
    float: none; }

  #menu-main-menu li a {
    display: block;
    font-size: 9px;
    /*text-align: center;*/
    text-indent: 0;
    /*white-space: normal ;*/
    /*overflow: inherit ;*/
    height: 45px;
    /*text-align: center ;*/
    /*background-repeat: no-repeat ;*/
    /*background-position: center ;*/ }

  .nav-menu ul li.Home a {
    background-image: none; }

  .nav-menu ul li.About a {
    background-image: none; }

  .nav-menu ul li.Photography {
    width: 25%;
    /* this doesn't really work */ }

  .nav-menu ul li.Photography a {
    background-image: none; }

  .nav-menu ul li.Photobooth a {
    background-image: none; }

  .nav-menu ul li.Design a {
    background-image: none; }

  .nav-menu ul li.Blog a {
    background-image: none; }

  h1 {
    font-size: 38px;
    line-height: 1.1em; }

  h2, h2.rp-title, h2.section-title, .section-full-width .section-title {
    font-size: 28px; }

  p {
    font-size: 16px; }

  .cta-circle {
    padding-top: 40px;
    width: 160px;
    height: 160px; }

  .content .cta-circle .cta-small-title {
    font-size: 8px;
    line-height: 10px; }

  .content .cta-circle .cta-title {
    margin: 10px 0;
    font-size: 20px;
    line-height: 20px; } }
/*********************
MOBILE from 568px - iPhone5 to 768 - iPad

*********************/
@media all and (min-width: 568px) {
  #header .search-wrapper,
  .header-search,
  .rp-cat {
    display: none; }

  #header {
    padding-right: 0%;
    padding-left: 0%; }

  .fixed-header #header {
    width: 100%; }

  #menu-main-menu li {
    width: 19.6%;
    /* 5 items */ }

  .nav-menu ul li.Home a {
    background-image: url("images/header/chalk-header-Home-quarter.png"); }

  .nav-menu ul li.About a {
    background-image: url("images/header/chalk-header-About-quarter.png"); }

  .nav-menu ul li.Photography a {
    background-image: url("images/header/chalk-header-Photography-eigth.png"); }

  .nav-menu ul li.Photobooth a {
    background-image: url("./images/header/chalk-header-Photobooth-eigth.png"); }

  .nav-menu ul li.Design a {
    background-image: url("./images/header/chalk-header-Design-eigth.png"); }

  .nav-menu ul li.Blog a {
    background-image: url("./images/header/chalk-header-Blog-eigth.png"); }

  #menu-main-menu li {
    text-indent: 0; }

  .cta-circle {
    padding-top: 40px;
    width: 200px;
    height: 200px; }

  .content .cta-circle .cta-title {
    font-size: 25px;
    line-height: 30px; } }
/*********************
TABLET & SMALLER LAPTOPS from 768px to 1200px
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media all and (max-width: 768px) {
  .span_1_of_2 {
    width: 49.45%; }

  .span_2_of_2 {
    width: 100%; }

  .span_2_of_2 h2 {
    font-size: 1em; }

  .span_1_of_3 {
    width: 49.45%; }

  .span_3_of_3, .sticky {
    width: 100%;
    clear: both;
    margin-left: 0; }

  .hentry:nth-child(2n+2) {
    margin-left: 0; } }
/*********************
TABLET & SMALLER LAPTOPS from 768px to 1024px
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media all and (min-width: 768px) {
  #header .search-wrapper,
  .header-search,
  .rp-cat {
    display: inherit; }

  #header {
    padding-right: 1%;
    padding-left: 0%; }

  .fixed-header #header {
    width: 99%; }

  #menu-main-menu li {
    width: 19.2%;
    /* 5 items */ }

  .nav-menu ul li.Home a {
    background-image: url("images/header/chalk-header-Home-half.png"); }

  .nav-menu ul li.About a {
    background-image: url("images/header/chalk-header-About-half.png"); }

  .nav-menu ul li.Photography {
    width: 21.5%;
    /* why doesn't this work? */ }

  .nav-menu ul li.Photography a {
    background-image: url("images/header/chalk-header-Photography-half.png"); }

  .nav-menu ul li.Photobooth a {
    background-image: url("./images/header/chalk-header-Photobooth-half.png"); }

  .nav-menu ul li.Design a {
    background-image: url("./images/header/chalk-header-Design-half.png"); }

  .nav-menu ul li.Blog a {
    background-image: url("./images/header/chalk-header-Blog-half.png"); }

  .services-wrapper.services-circle .services-box {
    margin-right: 3%;
    /* 150310 trying to make bubbles responsive */
    margin-left: 11%; } }
/*********************
RETINA
devices with a high "device-pixel-ratio"
*********************/
/*@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {*/
/*    .nav-menu ul li.Photography a {*/
/*    background-image: url("images/header/chalk-header-Photography-full@2x.png") ;*/
/*    background-size: 195px 80px;*/
/*  }*/
/*}*/
/*********************
DESKTOP 1024px & larger
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media all and (min-width: 1024px) {
  .nav-menu ul li.Home a {
    background-image: url("images/header/chalk-header-Home-full.png"); }

  .nav-menu ul li.About a {
    background-image: url("images/header/chalk-header-About-full.png"); }

  .nav-menu ul li.Photography a {
    background-image: url("images/header/chalk-header-Photography-full.png"); }

  .nav-menu ul li.Photobooth a {
    background-image: url("./images/header/chalk-header-Photobooth-full.png"); }

  .nav-menu ul li.Design a {
    background-image: url("./images/header/chalk-header-Design-full.png"); }

  .nav-menu ul li.Blog a {
    background-image: url("./images/header/chalk-header-Blog-full.png"); }

  .ts-left-arrow, .ts-right-arrow {
    font-size: 6em; }

  .services-wrapper.services-circle .services-box {
    margin-right: 1%;
    /* 150310 trying to make bubbles responsive */
    margin-left: 1%; }

  .services-circle .services-img {
    width: 248px;
    height: 260px;
    background-position: center top;
    background-size: 50%;
    background-repeat: no-repeat; }

  .services-wrapper p {
    font-size: 14px; } }
@media all and (min-width: 1080px) {
  .services-wrapper.services-circle .services-box {
    margin-right: 2%;
    /* 150310 trying to make bubbles responsive */ } }
@media all and (min-width: 1130px) {
  .services-wrapper.services-circle .services-box {
    margin-right: 3%;
    /* 150310 trying to make bubbles responsive */ } }
@media all and (min-width: 1180px) {
  .services-wrapper.services-circle .services-box {
    margin-right: 4%;
    /* 150310 trying to make bubbles responsive */ } }
/*********************
DESKTOP 1921px & larger
This is a massive viewing window. A 27" monitor.
It causes problems for the content slider, but the next major size down,
1920x1080, is sweet.
*********************/
@media all and (min-width: 1921px) {
  .content-slider {
    height: 490px; }

  .content-slider .section-boxed {
    padding: 4% 3% 0 3%; }

  .nivo-slider {
    max-height: 950px;
    /* this doesn't work because overridden by element.style code */ } }
/*********************
 *
 * SLIDESHOW 
 *
/*********************/
.custom-page-content iframe {
  -moz-box-shadow: 0 0 4em 0.5em #666666;
  -webkit-box-shadow: 0 0 4em 0.5em #666666;
  box-shadow: 0 0 4em 0.5em #666666;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.tabs-container ul li a {
  color: #000000; }

/*********************
 *
 * WORKFLOW PROGRESS TRACKER
 *
/*********************/
#workflow-progress th {
  text-align: center;
  border: none; }

#workflow-progress tr {
  border: none; }

#workflow-progress tr > td {
  #  margin-bottom: 10em; }

#workflow-progress td {
  vertical-align: middle;
  text-align: center;
  padding: 1px; }

.downloaded {
  width: 10%; }

.first1st {
  width: 15%; }

.second2nd {
  width: 15%; }

.editing {
  width: 25%; }

.slideshow {
  width: 15%; }

.delivered {
  width: 10%; }

.done, .doing {
  border: none; }

.done {
  height: 60%;
  background-color: #2bc253;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2bc253), color-stop(1, #54f054)); }

.doing {
  background-color: #f1a165;
  background-image: linear-gradient(to bottom, #f1a165, #f36d0a); }

.first {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px; }

.last {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px; }

.date {
  float: left;
  display: inline-block; }

.deliverydate {
  font-style: italic; }

.meter {
  display: inline-block;
  float: right;
  width: 80%;
  height: 10px;
  /* Can be anything */
  position: relative;
  background: #555;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0px;
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3); }

.meter > span {
  display: block;
  height: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #2bc253;
  background-image: linear-gradient(center bottom, #2bc253 37%, #54f054 69%);
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden; }

.orange > span {
  background-color: #f1a165;
  background-image: linear-gradient(to bottom, #f1a165, #f36d0a); }

.red > span {
  background-color: #f0a3a3;
  background-image: linear-gradient(to bottom, #f0a3a3, #f42323); }

/**********************************
 *
 * CUSTOM PAGES BEFORE NEW THEME <- these are my theme tweaks/upgrades in Oct 2020 before we launch a whole new theme
 *
/*********************************/
body.page-id-8 div.page-wrapper, body.page-id-14676 div.page-wrapper, body.page-id-358 div.page-wrapper {
  /*background: none ;*/
  background: url("./images/aneta-attempt-at-creating-tile-test.jpg") repeat;
  /*position: absolute ;*/
  /*width: 100% ;*/ }

body.page-id-8 div.page-wrapper p, body.page-id-14676 div.page-wrapper p, body.page-id-358 div.page-wrapper p {
  margin: 10px 0; }

body.page-id-8 .custom-page-content, body.page-id-14676 .custom-page-content, body.page-id-358 .custom-page-content {
  overflow-x: hidden; }

body.page-id-8 div.section-boxed, body.page-id-14676 div.section-boxed, body.page-id-358 div.section-boxed {
  max-width: 1250px; }

body.page-id-8 div.fullwidth, body.page-id-14676 div.fullwidth, body.page-id-358 div.fullwidth {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%); }

body.page-id-358 {
  overflow-x: hidden; }

body.page-id-358 div#content {
  /*unsure why this is only set for -358 but it's necessary*/
  max-width: 100%; }

body.page-id-358 .content-box {
  margin: 0;
  padding: 0;
  width: 100%; }

body.page-id-358 div.whitefade {
  padding: 25px; }

body.page-id-8 div.whitefade, body.page-id-14676 div.whitefade, body.page-id-358 div.whitefade {
  background: rgba(255, 255, 255, 0.95); }

body.page-id-8 div.whitefull, body.page-id-14676 div.whitefull, body.page-id-358 div.whitefull {
  background: white; }

body.page-id-8 div#notyour, body.page-id-14676 div#notyour {
  background: url("./images/NotYourGranmothers-banner-shrunk.png") no-repeat center center; }

body.page-id-8 div.padding, body.page-id-14676 div.padding {
  padding: 40px; }

body.page-id-8 div.quarter-box, body.page-id-14676 div.quarter-box {
  /* display: flex ; */
  /* flex-direction: row ; */
  /* justify-content: space-evenly ; */
  /* margin-left: 2%; */
  /* margin-right: 2%; */
  margin-left: 3%;
  margin-right: 3%;
  display: inline-block; }

body.page-id-8 div.half-box, body.page-id-14676 div.half-box {
  display: flex;
  flex-direction: row;
  padding: 40px 35px; }

body.page-id-358 img.right {
  float: right; }

body.page-id-358 img.thirtyseven {
  max-width: 37%; }

body.page-id-358 h1 {
  /* unsure why the other pages aren't in here body.page-id-8 h1, body.page-id-14676 h2,  */
  color: #000; }

body.page-id-8 h2, body.page-id-14676 h2, body.page-id-358 h2 {
  color: #000; }

body.page-id-358 h2 {
  letter-spacing: -4px; }

body.page-id-8 h3, body.page-id-14676 h3, body.page-id-358 h3 {
  color: #000; }

body.page-id-8 h4, body.page-id-14676 h4, body.page-id-358 h4 {
  color: #000;
  font-family: "Georgia";
  font-size: 16px; }

body.page-id-8 p, body.page-id-14676 p, body.page-id-358 p {
  color: #000; }

body.page-id-8 a, body.page-id-14676 a, body.page-id-358 a {
  color: #359bb4; }

body.page-id-358 span.highlight {
  content: '';
  background-size: 100% 27px;
  background-repeat: no-repeat;
  width: 108%;
  height: 100%;
  z-index: -1;
  transform: translate(-3%, 0); }

body.page-id-358 span.highlight.green {
  background-image: url("/wp-content/themes/porcelain-child/images/highlight-green.png"); }

body.page-id-358 span.highlight.yellow {
  background-image: url("/wp-content/themes/porcelain-child/images/highlight-yellow.png"); }

body.page-id-358 span.highlight.blue {
  background-image: url("/wp-content/themes/porcelain-child/images/highlight-cyan.png"); }

body.page-id-358 span.highlight.orange {
  background-image: url("/wp-content/themes/porcelain-child/images/highlight-orange.png"); }

body.page-id-358 span.highlight.magenta {
  background-image: url("/wp-content/themes/porcelain-child/images/highlight-magenta.png"); }

body.page-id-358 span.highlight.pink {
  background-image: url("/wp-content/themes/porcelain-child/images/highlight-pink.png"); }

body.page-id-358 div.row {
  display: flex;
  /*flex-wrap: wrap ;*/
  /*align-items: center ;*/
  padding-top: 20px; }

body.page-id-358 div.row div.row_full {
  flex-basis: 100%; }

body.page-id-358 div.row.elephant {
  padding-top: 200px;
  background-image: url("/wp-content/themes/porcelain-child/images/elephant.png");
  background-repeat: no-repeat;
  background-position: center top; }

body.page-id-358 div.row.lion {
  padding-top: 200px;
  background-image: url("/wp-content/themes/porcelain-child/images/lion.png");
  background-repeat: no-repeat;
  background-position: center top; }

body.page-id-358 div.row.balloon {
  padding-top: 200px;
  background-image: url("/wp-content/themes/porcelain-child/images/balloon.png");
  background-repeat: no-repeat;
  background-position: center top; }

body.page-id-8 .twothirds, body.page-id-14676 .twothirds, body.page-id-358 .twothirds {
  flex-basis: 65%;
  text-align: left; }

body.page-id-358 .twothirds.left {
  margin-right: 20px; }

body.page-id-358 .twothirds.right {
  margin-left: 20px; }

body.page-id-8 .onethird, body.page-id-14676 .onethird, body.page-id-358 .onethird {
  flex-basis: 33%; }

body.page-id-358 div.onethird img {
  padding: 5px 0; }

body.page-id-358 div.testimonials span.words {
  font-style: italic; }

body.page-id-358 div.testimonials span.who {
  font-weight: bold; }

body.page-id-8 .inside-option, body.page-id-14676 .inside-option {
  /* flex-basis: 25%; */
  /* max-width: 300px; */
  /* margin: 10px; */
  max-width: 410px;
  margin: 2%;
  width: 21%;
  float: left; }

body.page-id-8 img.circle, body.page-id-14676 img.circle {
  border-radius: 50%; }

body.page-id-358 img.zoom {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover; }

body.postid-14810 div.page-wrapper {
  /*background: url("./images/beautiful-blue-stars-fill.jpg") repeat 	;*/
  background: pink; }

body.postid-14810 {
  /*this is the Nicole & Corey blog post */
  /*[data-aos=fade-right]{-webkit-transform:translate3d(-100px,0,0);transform:translate3d(-100px,0,0)}html:not(.no-js) */ }
  body.postid-14810 div.content-boxed {
    max-width: 1920px;
    /*making it wider for new template idea for blogs*/ }
  body.postid-14810 [data-aos="new-animation"] {
    opacity: 0;
    transition-property: transform, opacity; }
    body.postid-14810 [data-aos="new-animation"].aos-animate {
      opacity: 1; }
    @media screen and (min-width: 768px) {
      body.postid-14810 [data-aos="new-animation"] {
        transform: translateX(0); }
        body.postid-14810 [data-aos="new-animation"].aos-animate {
          transform: translateX(100vw); } }
  body.postid-14810 div.blockquote {
    text-indent: -0.45em;
    font-family: "Vollkorn";
    font-family: "IM Fell English", "Georgia";
    font-size: 36px;
    font-style: italic;
    line-height: initial;
    text-align: center;
    text-align: right;
    width: 78%;
    /* this is not the right way for this, just a quick hack */
    color: black; }
  body.postid-14810 div.blockquote::before {
    content: open-quote; }
  body.postid-14810 div.blockquote::after {
    content: close-quote; }
  body.postid-14810 div.blockquote {
    quotes: "“" "”" "‘" "’"; }
  body.postid-14810 .paddingtop20 {
    padding-top: 20px;
    vertical-align: top; }
  body.postid-14810 .paddingtop40 {
    padding-top: 40px;
    vertical-align: top; }
  body.postid-14810 .paddingtop60 {
    padding-top: 60px;
    vertical-align: top; }
  body.postid-14810 .paddingtop80 {
    padding-top: 80px;
    vertical-align: top; }
  body.postid-14810 .paddingtop100 {
    padding-top: 100px;
    vertical-align: top; }
  body.postid-14810 .paddingtop120 {
    padding-top: 120px;
    vertical-align: top; }
  body.postid-14810 img.alignright {
    float: none;
    margin: 0px 0 0px 15px; }
  body.postid-14810 img.alignleft {
    float: none;
    margin: 0px 15px 0px 0; }

/* responsiveness mobile queries */
@media all and (max-width: 1024px) {
  body.page-id-358 p, body.page-id-358 span {
    font-size: 17px;
    line-height: 1.3em; }

  body.page-id-358 h2 {
    font-size: 32px; } }
@media all and (max-width: 1000px) {
  body.page-id-8 h3, body.page-id-14676 h3 {
    font-size: 19px; } }
@media all and (max-width: 850px) {
  body.page-id-358 p, body.page-id-358 span {
    font-size: 15px; }

  body.page-id-8 .inside-option, body.page-id-14676 .inside-option {
    /* max-width: 175px; */ }

  body.page-id-8 h3, body.page-id-14676 h3 {
    font-size: 17px; }

  body.page-id-8 h4, body.page-id-14676 h4 {
    font-size: 15px; } }
@media all and (max-width: 650px) {
  body.page-id-8 .inside-option, body.page-id-14676 .inside-option {
    /* max-width: 145px; */ }

  body.page-id-8 h3, body.page-id-14676 h3 {
    font-size: 14px; } }
@media all and (max-width: 568px) {
  body.page-id-8 h3, body.page-id-14676 h3 {
    font-size: 24px; }

  body.page-id-8 div.quarter-box, body.page-id-14676 div.quarter-box {
    /* flex-wrap: wrap; */ }

  body.page-id-8 .inside-option, body.page-id-14676 .inside-option {
    width: 45%;
    /* max-width: 145px; */
    /* flex-basis: 39% ; */ } }
@media all and (max-width: 568px) and (max-width: 440px) {
  body.page-id-8 h3, body.page-id-14676 h3 {
    font-size: 17px; } }
@media all and (max-width: 568px) and (max-width: 319px) {
  body.page-id-8 div.quarter-box, body.page-id-14676 div.quarter-box {
    margin-left: 5%;
    margin-right: 5%; }

  body.page-id-8 .inside-option, body.page-id-14676 .inside-option {
    /* flex-basis: 39% ; */
    margin: 10px; } }

/*# sourceMappingURL=style.css.map */
