/*********************
 COLORS
*********************/
/*********************
TRANSITION
*********************/
/*********************
// CSS3 GRADIENTS
*********************/
/*********************
BOX SIZING
*********************/
/*********************
BUTTONS
*********************/
/*********************
HOVER ANIMATION
*********************/
/*********************
OTHERS
*********************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *transform-origin: 0 0;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html, button, input, select, textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active, a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.67em 0;
}
h3 {
  font-size: 1.17em;
  margin: 0.67em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b, strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p, pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before, q:after {
  content: "";
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl, menu, ol, ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu, ol, ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button, input, select, textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button, input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  /* 1 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled], input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
/*
p {
	-webkit-hyphens: auto;
	-epub-hyphens:   auto;
	-moz-hyphens:    auto;
  hyphens:         auto;
}
*/
b, strong, .strong {
  font-weight: bold;
}
dfn, em, .em {
  font-style: italic;
}
small, .small {
  font-size: 75%;
}
ul, ol {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.sidebar ul, .sidebar ol, .commentlist {
  list-style: none;
}
@font-face {
  font-family: "Amatic SC";
  font-weight: 700;
  font-style: normal;
  src: local("Amatic SC Bold"), local("AmaticSC-Bold"), url(https://annexhairstudio.com/wp-content/themes/annex-nsd/library/fonts/AmaticSC-Bold.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://annexhairstudio.com/wp-content/themes/annex-nsd/library/fonts/OpenSans-Regular.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/**********
M PLUS 1p
Light 300
Regular 400
Medium 500
***********/
/*************************************
 Site Name: Annex Hair Studio
 Author: No Shortcuts Design
 Stylesheet: Base Mobile Stylesheet
**************************************/
/*********************
 Admin
*********************/
#wp-admin-bar-wpseo-menu, #wp-admin-bar-new-content, #wp-admin-bar-itsec_admin_bar_menu {
  display: none;
}
/*********************
 GLOBAL
*********************/
:focus {
  outline: none;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 100%;
  line-height: 1.5em;
  color: #222;
  background: url(https://annexhairstudio.com/wp-content/themes/annex-nsd/library/images/bg-main.png) repeat;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.center {
  text-align: center;
}
.clear {
  clear: both;
}
.ram108_fbalbum {
  margin-top: -10px;
}
#content {
  background: url(https://annexhairstudio.com/wp-content/themes/annex-nsd/library/images/bg-main.png) repeat;
}
a {
  cursor: pointer;
}
hr {
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin-top: 30px;
  padding-top: 15px;
}
hr.dotted {
  border-top: 2px dotted #b9b9b9;
}
hr.dashed {
  border-top: 1px dashed #b9b9b9;
}
hr.solid {
  border-top: 1px solid #b9b9b9;
}
.wp-gr.wpac .wp-google-left img, .wp-gr.wpac .grw-review-inner > svg, .wp-gr.wpac .wp-google-time {
  display: none !important;
}
.wp-gr.wpac .grw-review-inner a.wp-google-name {
  color: #951808 !important;
  font-family: "Amatic SC", sans-serif !important;
  font-size: 28px !important;
  font-weight: 700 !important;
}
.wp-gr.wpac .wp-google-name a {
  font-weight: 400 !important;
}
.wp-gr.wpac .wp-google-rating, .wp-gr.wpac .wp-more-toggle {
  color: #951808 !important;
}
.wp-gr.wpac .wp-google-stars .wp-star svg path {
  fill: #951808;
}
.wp-gr.wpac .wp-google-feedback, .wp-gr.wpac .wp-google-name a {
  font-family: "Open Sans", sans-serif !important;
}
#sb_instagram, .spotlight-instagram-feed {
  margin-bottom: 40px !important;
}
#sb_instagram .MediaTile__type-icon, .spotlight-instagram-feed .MediaTile__type-icon {
  display: none !important;
}
#sb_instagram .sbi_photo img, .spotlight-instagram-feed .sbi_photo img {
  border-radius: 50% !important;
}
#sb_instagram #sbi_load, .spotlight-instagram-feed #sbi_load {
  margin-top: 10px;
}
#sb_instagram .InstagramFeed__feed .FeedGridLayout__cell, .spotlight-instagram-feed .InstagramFeed__feed .FeedGridLayout__cell {
  border-radius: 50% 50% 50% 50% !important;
  box-shadow: none !important;
}
@media screen and (max-width: 768px) {
  #sb_instagram .InstagramFeed__feed .FeedGridLayout__cell:nth-child(2n), .spotlight-instagram-feed .InstagramFeed__feed .FeedGridLayout__cell:nth-child(2n) {
    transform: none !important;
  }
  #sb_instagram .InstagramFeed__feed .FeedGridLayout__cell:nth-child(2), #sb_instagram .InstagramFeed__feed .FeedGridLayout__cell:nth-child(5), .spotlight-instagram-feed .InstagramFeed__feed .FeedGridLayout__cell:nth-child(2), .spotlight-instagram-feed .InstagramFeed__feed .FeedGridLayout__cell:nth-child(5) {
    transform: translateY(-24px) !important;
  }
}
#sb_instagram .MediaTile__root, #sb_instagram .MediaThumbnail__root, .spotlight-instagram-feed .MediaTile__root, .spotlight-instagram-feed .MediaThumbnail__root {
  background-color: #efefe0 !important;
}
#sb_instagram .FeedLayout__col-footer, .spotlight-instagram-feed .FeedLayout__col-footer {
  margin-top: 20px !important;
}
#sb_instagram .FeedLayout__button, .spotlight-instagram-feed .FeedLayout__button {
  font-size: 14px !important;
}
.page-template-page-studio .spotlight-instagram-feed, .page-template-page-studio .FeedGridLayout__root.layout__flex-column {
  background: url(https://annexhairstudio.com/wp-content/themes/annex-nsd/library/images/bg-main.png);
}
.page-template-page-studio .spotlight-instagram-feed {
  margin-bottom: 0 !important;
  padding-bottom: 40px;
}
/*************
 PAGES
**************/
.stylists .map-image {
  width: 337px;
  height: 500px;
}
.stylists .image-map area {
  cursor: pointer;
}
.stylists-new {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  column-gap: 20px;
}
@media screen and (min-width: 462px) {
  .stylists-new {
    justify-content: start;
  }
}
.stylists-new .staff {
  text-align: center;
  width: 125px;
}
.stylists-new .staff .portrait {
  width: 125px;
  height: 125px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.stylists-new .staff img {
  display: inline;
  margin: 0 auto;
  height: 100%;
  width: auto;
}
.stylists-new .staff h2 {
  font-family: "Amatic SC", sans-serif;
  font-weight: 700;
  font-display: swap;
  margin-top: 10px;
}
.other-items *, .other-items *:before, .other-items *:after {
  box-sizing: border-box;
}
.other-items .container {
  box-sizing: content-box;
  max-width: 60em;
  margin: 0 auto 20px auto;
  padding: 12px;
}
.other-items .tabpanel__tab {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.other-items .tabpanel__tab:checked + .tabpanel__tablabel {
  background: #951808;
  border-radius: 12px 12px 0 0;
  color: #efefe0;
}
.other-items .tabpanel__tablabel {
  font-family: "Amatic SC", sans-serif;
  font-weight: 700;
  font-display: swap;
  color: #951808;
  font-size: 28px;
  flex: 0 1 auto;
  padding: 10px 220px;
  border-top: 2px solid #951808;
  border-left: 2px solid #951808;
  border-right: 2px solid #951808;
  border-radius: 12px 12px 0 0;
}
.other-items .tabpanel__tablabel img {
  margin-bottom: 0;
}
.other-items .tabpanel__tablabel:hover {
  cursor: pointer;
}
.other-items .tabpanel__panel {
  display: none;
  border-top: 2px solid #951808;
  border-left: 2px solid #951808;
  border-right: 2px solid #951808;
  border-bottom: 2px solid #951808;
  border-radius: 0 0 12px 12px;
}
@media screen and (min-width: 1024px) {
  .other-items .tabpanel__panel {
    border-radius: 0 12px 12px 12px;
  }
}
.other-items .tabpanel__panel > *:first-child {
  margin-top: 0;
}
.other-items .tabpanel__panel > *:last-child {
  margin-bottom: 0;
}
.other-items .tabpanel__panel > * + * {
  margin-top: 24px;
}
.other-items #tabpanel__panel-2 .media__body p {
  margin-bottom: 15px;
}
.other-items #tabpanel__panel-2 .media__body img {
  width: 32%;
}
.other-items #tabpanel__tab-1:checked ~ .tabpanel__panels #tabpanel__panel-1, .other-items #tabpanel__tab-2:checked ~ .tabpanel__panels #tabpanel__panel-2, .other-items #tabpanel__tab-3:checked ~ .tabpanel__panels #tabpanel__panel-3, .other-items #tabpanel__tab-4:checked ~ .tabpanel__panels #tabpanel__panel-4, .other-items #tabpanel__tab-5:checked ~ .tabpanel__panels #tabpanel__panel-5 {
  display: block;
  position: relative;
  top: 0px;
}
.other-items .media__body > * {
  margin: 0;
}
.other-items .media__body > p + p, .other-items .media__body > p + h2 {
  margin-top: 15px;
}
.other-items .media {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.other-items .media .media__img {
  width: 130px;
}
.other-items .media .media__img {
  margin: 0 auto;
  padding-top: 15px;
}
.other-items .media .media__img + .media__body {
  margin: 12px 24px 24px 24px;
}
.other-items .tabpanel {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .other-items .tabpanel {
    flex-direction: column;
  }
  .other-items .tabpanel .tabpanel__tablabel {
    padding: 24px 36px;
  }
  .other-items .tabpanel .tabpanel__tablabel + .tabpanel__tab + .tabpanel__tablabel {
    margin-top: 6px;
  }
  .other-items .tabpanel .tabpanel__tab:checked ~ .tabpanel__panels {
    order: 1;
  }
  .other-items .tabpanel .tabpanel__tab:not(:checked) + .tabpanel__tablabel {
    order: initial;
  }
  .other-items .tabpanel #tabpanel__tab-1 + .tabpanel__tablabel {
    order: 1;
  }
  .other-items .tabpanel #tabpanel__tab-1:checked ~ .tabpanel__panels {
    order: 1;
  }
  .other-items .tabpanel #tabpanel__tab-2 + .tabpanel__tablabel {
    order: 2;
  }
  .other-items .tabpanel #tabpanel__tab-2:checked ~ .tabpanel__panels {
    order: 2;
  }
  .other-items .tabpanel #tabpanel__tab-3 + .tabpanel__tablabel {
    order: 3;
  }
  .other-items .tabpanel #tabpanel__tab-3:checked ~ .tabpanel__panels {
    order: 3;
  }
  .other-items .tabpanel #tabpanel__tab-4 + .tabpanel__tablabel {
    order: 4;
  }
  .other-items .tabpanel #tabpanel__tab-4:checked ~ .tabpanel__panels {
    order: 4;
  }
  .other-items .tabpanel #tabpanel__tab-5 + .tabpanel__tablabel {
    order: 5;
  }
  .other-items .tabpanel #tabpanel__tab-5:checked ~ .tabpanel__panels {
    order: 5;
  }
  .other-items .tabpanel .tabpanel__panel {
    padding: 0 12px 12px 12px;
  }
}
@media screen and (min-width: 1024px) {
  .other-items .tabpanel {
    flex-direction: row;
  }
  .other-items .tabpanel .tabpanel__tablabel {
    flex: 0 1 auto;
    padding-left: 24px;
    padding-right: 24px;
  }
  .other-items .tabpanel .tabpanel__tablabel + .tabpanel__tab + .tabpanel__tablabel {
    margin-left: 6px;
  }
  .other-items .tabpanel .tabpanel__panel {
    padding: 12px;
  }
  .other-items .tabpanel .tabpanel__panels {
    flex: 1 1 100%;
  }
}
/**********
 HOME
**********/
.page-template-home-php #content, .page-template-home-jp-php #content {
  text-align: center;
  margin-top: 0;
}
.page-template-home-php #content .intro, .page-template-home-jp-php #content .intro {
  max-width: 750px;
  margin: 0 auto;
}
.page-template-home-php #content h1, .page-template-home-jp-php #content h1 {
  font-family: "Amatic SC", sans-serif;
  color: #951808;
  line-height: 1em;
}
.page-template-home-php #content h1.ja, .page-template-home-jp-php #content h1.ja {
  font-family: "Open Sans", sans-serif !important;
  line-height: 1.35;
}
.page-template-home-php #content p, .page-template-home-jp-php #content p {
  font-size: 1.2em;
  padding-bottom: 25px;
}
.page-template-home-php #content img.title-l, .page-template-home-jp-php #content img.title-l {
  margin: 1.3em auto 2.3em;
}
.page-template-home-php #content img.title-s, .page-template-home-jp-php #content img.title-s {
  width: 100%;
  margin: 0 auto 1em;
}
@media screen and (min-width: 768px) {
  .page-template-home-php .tagline, .page-template-home-jp-php .tagline {
    margin-left: auto;
    margin-right: auto;
    background-image: url(https://annexhairstudio.com/wp-content/uploads/2024/04/bg-cloud.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 650px;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-home-php .tagline, .page-template-home-jp-php .tagline {
    max-width: 780px;
  }
}
.page-template-home-php .tagline .tagline_head, .page-template-home-php .tagline .tagline_body, .page-template-home-jp-php .tagline .tagline_head, .page-template-home-jp-php .tagline .tagline_body {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-template-home-php .tagline .tagline_head, .page-template-home-php .tagline .tagline_body, .page-template-home-jp-php .tagline .tagline_head, .page-template-home-jp-php .tagline .tagline_body {
    max-width: 550px;
    margin-left: 60px;
    margin-right: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-home-php .tagline .tagline_head, .page-template-home-php .tagline .tagline_body, .page-template-home-jp-php .tagline .tagline_head, .page-template-home-jp-php .tagline .tagline_body {
    min-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .page-template-home-php .tagline .tagline_head, .page-template-home-jp-php .tagline .tagline_head {
    padding-top: 50px;
  }
}
.page-template-home-php .tagline .tagline_head h1.en, .page-template-home-jp-php .tagline .tagline_head h1.en {
  font-size: 2.75em;
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 768px) {
  .page-template-home-php .tagline .tagline_head h1.en, .page-template-home-jp-php .tagline .tagline_head h1.en {
    margin-bottom: 0.15em;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-home-php .tagline .tagline_head h1.en, .page-template-home-jp-php .tagline .tagline_head h1.en {
    font-size: 3.5em;
  }
}
.page-template-home-php .tagline .tagline_head h1.ja, .page-template-home-jp-php .tagline .tagline_head h1.ja {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4em;
  font-weight: initial;
  margin-top: 0.25em;
}
@media screen and (min-width: 768px) {
  .page-template-home-php .tagline .tagline_head h1.ja, .page-template-home-jp-php .tagline .tagline_head h1.ja {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-home-php .tagline .tagline_head h1.ja, .page-template-home-jp-php .tagline .tagline_head h1.ja {
    font-size: 1.5em;
  }
}
.page-template-home-php .tagline .tagline_body, .page-template-home-jp-php .tagline .tagline_body {
  margin-top: 1em;
  margin-bottom: 3em;
}
.page-template-home-php .tagline .tagline_body h2, .page-template-home-jp-php .tagline .tagline_body h2 {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9em;
  line-height: 1.5;
  font-weight: 400;
}
.page-template-home-php .tagline .tagline_body h2.ja, .page-template-home-jp-php .tagline .tagline_body h2.ja {
  font-family: "Open Sans", sans-serif;
  font-weight: initial;
}
.page-template-home-php .icon_new, .page-template-home-jp-php .icon_new {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  row-gap: 20px;
  margin-bottom: 40px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 568px) {
  .page-template-home-php .icon_new, .page-template-home-jp-php .icon_new {
    justify-content: center;
    row-gap: 5px;
    column-gap: 20px;
    width: 500px;
  }
}
@media screen and (min-width: 667px) {
  .page-template-home-php .icon_new, .page-template-home-jp-php .icon_new {
    width: 550px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-home-php .icon_new, .page-template-home-jp-php .icon_new {
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-home-php .icon_new, .page-template-home-jp-php .icon_new {
    padding-top: 40px;
    width: 100%;
  }
}
.page-template-home-php .icon_new .single, .page-template-home-jp-php .icon_new .single {
  width: 120px;
  height: 120px;
}
@media screen and (min-width: 667px) {
  .page-template-home-php .icon_new .single, .page-template-home-jp-php .icon_new .single {
    width: 150px;
    height: 150px;
  }
}
.page-template-home-php .icon_new .single img, .page-template-home-jp-php .icon_new .single img {
  width: 100%;
  height: 100%;
}
.page-template-home-php .icon_new .single img:hover, .page-template-home-jp-php .icon_new .single img:hover {
  transition-duration: 900ms;
  transform: rotate(360deg);
}
.page-template-home-php .latest, .page-template-home-jp-php .latest {
  background: url(https://annexhairstudio.com/wp-content/themes/annex-nsd/library/images/bg-main.png);
  padding: 60px 0 20px;
}
.page-template-home-php .latest .latest_top, .page-template-home-jp-php .latest .latest_top {
  margin-bottom: 30px;
}
@media screen and (min-width: 568px) {
  .page-template-home-php .latest .latest_top, .page-template-home-jp-php .latest .latest_top {
    display: flex;
    column-gap: 1.5em;
    align-items: center;
  }
}
.page-template-home-php .latest .latest_top .icon_news a, .page-template-home-php .latest .latest_top .icon_news img, .page-template-home-jp-php .latest .latest_top .icon_news a, .page-template-home-jp-php .latest .latest_top .icon_news img {
  width: 120px;
  height: 120px;
}
@media screen and (min-width: 568px) {
  .page-template-home-php .latest .latest_top .icon_news a, .page-template-home-php .latest .latest_top .icon_news img, .page-template-home-jp-php .latest .latest_top .icon_news a, .page-template-home-jp-php .latest .latest_top .icon_news img {
    width: 150px;
    height: 150px;
  }
}
.page-template-home-php .latest h2, .page-template-home-jp-php .latest h2 {
  font-size: 2.75em;
  margin-top: 4px;
  margin-bottom: 4px;
  font-weight: normal;
}
.page-template-home-php .latest h2 a, .page-template-home-jp-php .latest h2 a {
  text-decoration: none;
  color: #951808;
}
.page-template-home-php .latest h2 a:hover, .page-template-home-jp-php .latest h2 a:hover {
  color: #000;
}
.page-template-home-php .latest h2.ja, .page-template-home-jp-php .latest h2.ja {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5em;
  font-weight: normal;
}
.page-template-home-php .latest .feed, .page-template-home-jp-php .latest .feed {
  list-style-type: none;
  margin-top: 10px;
}
.page-template-home-php .latest .feed h2, .page-template-home-jp-php .latest .feed h2 {
  font-size: 1.8em;
  line-height: 1.5em;
  font-weight: normal;
  margin-top: 0.5em;
}
.page-template-home-php .latest .feed h2 a, .page-template-home-jp-php .latest .feed h2 a {
  color: #505050;
}
.page-template-home-php .latest .feed h2 a:hover, .page-template-home-jp-php .latest .feed h2 a:hover {
  color: #951808;
}
.page-template-home-php .latest .feed p, .page-template-home-jp-php .latest .feed p {
  line-height: 1.5em;
}
.page-template-home-php #instagram-gallery-feed-0, .page-template-home-jp-php #instagram-gallery-feed-0 {
  margin-bottom: 40px;
}
.page-template-home-php #instagram-gallery-feed-0 .instagram-gallery-item, .page-template-home-jp-php #instagram-gallery-feed-0 .instagram-gallery-item {
  padding: 2%;
}
@media screen and (min-width: 568px) {
  .page-template-home-php #instagram-gallery-feed-0 .instagram-gallery-item, .page-template-home-jp-php #instagram-gallery-feed-0 .instagram-gallery-item {
    padding: 0 1%;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-home-php #instagram-gallery-feed-0 .instagram-gallery-item, .page-template-home-jp-php #instagram-gallery-feed-0 .instagram-gallery-item {
    padding: 0.5%;
  }
}
.page-template-home-php .instagram-gallery__actions, .page-template-home-jp-php .instagram-gallery__actions {
  margin-top: 20px;
  margin-bottom: 0;
}
.page-template-home-php .instagram-gallery-list[data-feed_layout=gallery], .page-template-home-jp-php .instagram-gallery-list[data-feed_layout=gallery] {
  justify-content: center;
}
.page-template-home-php .instagram-gallery-list[data-feed_layout=gallery] .instagram-gallery-item, .page-template-home-jp-php .instagram-gallery-list[data-feed_layout=gallery] .instagram-gallery-item {
  min-width: 33%;
}
@media screen and (min-width: 568px) {
  .page-template-home-php .instagram-gallery-list[data-feed_layout=gallery] .instagram-gallery-item, .page-template-home-jp-php .instagram-gallery-list[data-feed_layout=gallery] .instagram-gallery-item {
    min-width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-home-php .instagram-gallery-list[data-feed_layout=gallery] .instagram-gallery-item, .page-template-home-jp-php .instagram-gallery-list[data-feed_layout=gallery] .instagram-gallery-item {
    min-width: 14%;
  }
}
@media screen and (min-width: 568px) {
  .page-template-home-php .instagram-gallery-list[data-feed_layout=gallery] .instagram-gallery-item[data-feed-item-index="0"], .page-template-home-php .instagram-gallery-list[data-feed_layout=gallery] .instagram-gallery-item[data-feed-item-index="2"], .page-template-home-php .instagram-gallery-list[data-feed_layout=gallery] .instagram-gallery-item[data-feed-item-index="5"], .page-template-home-jp-php .instagram-gallery-list[data-feed_layout=gallery] .instagram-gallery-item[data-feed-item-index="0"], .page-template-home-jp-php .instagram-gallery-list[data-feed_layout=gallery] .instagram-gallery-item[data-feed-item-index="2"], .page-template-home-jp-php .instagram-gallery-list[data-feed_layout=gallery] .instagram-gallery-item[data-feed-item-index="5"] {
    margin-bottom: 30px !important;
  }
  .page-template-home-php .instagram-gallery-list[data-feed_layout=gallery] .instagram-gallery-item[data-feed-item-index="1"], .page-template-home-php .instagram-gallery-list[data-feed_layout=gallery] .instagram-gallery-item[data-feed-item-index="3"], .page-template-home-php .instagram-gallery-list[data-feed_layout=gallery] .instagram-gallery-item[data-feed-item-index="4"], .page-template-home-jp-php .instagram-gallery-list[data-feed_layout=gallery] .instagram-gallery-item[data-feed-item-index="1"], .page-template-home-jp-php .instagram-gallery-list[data-feed_layout=gallery] .instagram-gallery-item[data-feed-item-index="3"], .page-template-home-jp-php .instagram-gallery-list[data-feed_layout=gallery] .instagram-gallery-item[data-feed-item-index="4"] {
    margin-top: 30px !important;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-home-php .instagram-gallery-list[data-feed_layout=gallery] .instagram-gallery-item[data-feed-item-index="0"], .page-template-home-php .instagram-gallery-list[data-feed_layout=gallery] .instagram-gallery-item[data-feed-item-index="2"], .page-template-home-php .instagram-gallery-list[data-feed_layout=gallery] .instagram-gallery-item[data-feed-item-index="4"], .page-template-home-jp-php .instagram-gallery-list[data-feed_layout=gallery] .instagram-gallery-item[data-feed-item-index="0"], .page-template-home-jp-php .instagram-gallery-list[data-feed_layout=gallery] .instagram-gallery-item[data-feed-item-index="2"], .page-template-home-jp-php .instagram-gallery-list[data-feed_layout=gallery] .instagram-gallery-item[data-feed-item-index="4"] {
    margin-bottom: 40px !important;
    margin-top: 0 !important;
  }
  .page-template-home-php .instagram-gallery-list[data-feed_layout=gallery] .instagram-gallery-item[data-feed-item-index="1"], .page-template-home-php .instagram-gallery-list[data-feed_layout=gallery] .instagram-gallery-item[data-feed-item-index="3"], .page-template-home-php .instagram-gallery-list[data-feed_layout=gallery] .instagram-gallery-item[data-feed-item-index="5"], .page-template-home-jp-php .instagram-gallery-list[data-feed_layout=gallery] .instagram-gallery-item[data-feed-item-index="1"], .page-template-home-jp-php .instagram-gallery-list[data-feed_layout=gallery] .instagram-gallery-item[data-feed-item-index="3"], .page-template-home-jp-php .instagram-gallery-list[data-feed_layout=gallery] .instagram-gallery-item[data-feed-item-index="5"] {
    margin-top: 40px !important;
    margin-bottom: 0 !important;
  }
}
.page-template-home-php .instagram-gallery-item__wrap, .page-template-home-jp-php .instagram-gallery-item__wrap {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.page-template-home-php .ti-widget[data-layout-id="4"][data-set-id="ligth-border"] .ti-widget-container, .page-template-home-jp-php .ti-widget[data-layout-id="4"][data-set-id="ligth-border"] .ti-widget-container {
  margin-bottom: 0 !important;
}
/* end HOME */
/*****************
 INNER PAGES
 *****************/
.page-template-page-studio .main_content a, .page-template-page-menu .main_content a, .page-template-page-spa .main_content a, .page-template-page-stylists-new .main_content a, .page-template-page-contact .main_content a {
  color: black;
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .page-template-page-studio #inner-content, .page-template-page-menu #inner-content, .page-template-page-spa #inner-content, .page-template-page-stylists-new #inner-content, .page-template-page-contact #inner-content {
    display: flex;
    justify-content: space-between;
    column-gap: 2em;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-page-studio #inner-content article, .page-template-page-menu #inner-content article, .page-template-page-spa #inner-content article, .page-template-page-stylists-new #inner-content article, .page-template-page-contact #inner-content article {
    display: flex;
    column-gap: 3em;
  }
}
.page-template-page-studio .title_icon, .page-template-page-menu .title_icon, .page-template-page-spa .title_icon, .page-template-page-stylists-new .title_icon, .page-template-page-contact .title_icon {
  margin-bottom: 1em;
  display: flex;
  align-items: flex-end;
  padding-top: 20px;
  column-gap: 10px;
  padding-bottom: 20px;
}
@media screen and (min-width: 568px) {
  .page-template-page-studio .title_icon, .page-template-page-menu .title_icon, .page-template-page-spa .title_icon, .page-template-page-stylists-new .title_icon, .page-template-page-contact .title_icon {
    row-gap: 30px;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-page-studio .title_icon, .page-template-page-menu .title_icon, .page-template-page-spa .title_icon, .page-template-page-stylists-new .title_icon, .page-template-page-contact .title_icon {
    flex-direction: column;
    align-items: center;
  }
}
.page-template-page-studio .title_icon img, .page-template-page-menu .title_icon img, .page-template-page-spa .title_icon img, .page-template-page-stylists-new .title_icon img, .page-template-page-contact .title_icon img {
  float: left;
}
.page-template-page-studio .title_icon .language, .page-template-page-menu .title_icon .language, .page-template-page-spa .title_icon .language, .page-template-page-stylists-new .title_icon .language, .page-template-page-contact .title_icon .language {
  display: flex;
  column-gap: 10px;
}
.page-template-page-studio .title_icon .language h3, .page-template-page-menu .title_icon .language h3, .page-template-page-spa .title_icon .language h3, .page-template-page-stylists-new .title_icon .language h3, .page-template-page-contact .title_icon .language h3 {
  font-size: 1.5em;
}
.page-template-page-studio .title_icon .language a, .page-template-page-menu .title_icon .language a, .page-template-page-spa .title_icon .language a, .page-template-page-stylists-new .title_icon .language a, .page-template-page-contact .title_icon .language a {
  display: block;
  width: 36px;
  height: 45px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  transition: 600mx;
}
.page-template-page-studio .title_icon .language a:hover, .page-template-page-studio .title_icon .language a:active, .page-template-page-menu .title_icon .language a:hover, .page-template-page-menu .title_icon .language a:active, .page-template-page-spa .title_icon .language a:hover, .page-template-page-spa .title_icon .language a:active, .page-template-page-stylists-new .title_icon .language a:hover, .page-template-page-stylists-new .title_icon .language a:active, .page-template-page-contact .title_icon .language a:hover, .page-template-page-contact .title_icon .language a:active {
  background-position-y: bottom;
}
.page-template-page-studio .title_icon .language a.en, .page-template-page-menu .title_icon .language a.en, .page-template-page-spa .title_icon .language a.en, .page-template-page-stylists-new .title_icon .language a.en, .page-template-page-contact .title_icon .language a.en {
  background-image: url(https://annexhairstudio.com/wp-content/themes/annex-nsd/library/images/language-e@2x.png);
}
.page-template-page-studio .title_icon .language a.jp, .page-template-page-menu .title_icon .language a.jp, .page-template-page-spa .title_icon .language a.jp, .page-template-page-stylists-new .title_icon .language a.jp, .page-template-page-contact .title_icon .language a.jp {
  background-image: url(https://annexhairstudio.com/wp-content/themes/annex-nsd/library/images/language-j@2x.png);
}
.page-template-page-studio .entry-content .imgmap-frontend-image, .page-template-page-menu .entry-content .imgmap-frontend-image, .page-template-page-spa .entry-content .imgmap-frontend-image, .page-template-page-stylists-new .entry-content .imgmap-frontend-image, .page-template-page-contact .entry-content .imgmap-frontend-image {
  margin-top: 200px;
}
.page-template-page-studio .entry-content .recruit, .page-template-page-menu .entry-content .recruit, .page-template-page-spa .entry-content .recruit, .page-template-page-stylists-new .entry-content .recruit, .page-template-page-contact .entry-content .recruit {
  margin-top: 40px;
}
.page-template-page-studio .entry-content .recruit h2, .page-template-page-menu .entry-content .recruit h2, .page-template-page-spa .entry-content .recruit h2, .page-template-page-stylists-new .entry-content .recruit h2, .page-template-page-contact .entry-content .recruit h2 {
  font-weight: 400;
  font-size: 1.5em;
}
.page-template-page-studio .entry-content .recruit img, .page-template-page-menu .entry-content .recruit img, .page-template-page-spa .entry-content .recruit img, .page-template-page-stylists-new .entry-content .recruit img, .page-template-page-contact .entry-content .recruit img {
  margin-bottom: 0 !important;
}
.page-template-page-studio .entry-content .recruit p a, .page-template-page-menu .entry-content .recruit p a, .page-template-page-spa .entry-content .recruit p a, .page-template-page-stylists-new .entry-content .recruit p a, .page-template-page-contact .entry-content .recruit p a {
  font-weight: 700;
  color: #222;
}
.page-template-page-studio .entry-content .recruit p a:hover, .page-template-page-menu .entry-content .recruit p a:hover, .page-template-page-spa .entry-content .recruit p a:hover, .page-template-page-stylists-new .entry-content .recruit p a:hover, .page-template-page-contact .entry-content .recruit p a:hover {
  color: #951808;
}
.page-template-page-studio .entry-content p.spa_note, .page-template-page-menu .entry-content p.spa_note, .page-template-page-spa .entry-content p.spa_note, .page-template-page-stylists-new .entry-content p.spa_note, .page-template-page-contact .entry-content p.spa_note {
  margin-bottom: 3.5em;
}
.page-template-page-studio .entry-content #contact, .page-template-page-menu .entry-content #contact, .page-template-page-spa .entry-content #contact, .page-template-page-stylists-new .entry-content #contact, .page-template-page-contact .entry-content #contact {
  margin-top: 0;
}
.page-template-page-studio .entry-content #contact ul, .page-template-page-menu .entry-content #contact ul, .page-template-page-spa .entry-content #contact ul, .page-template-page-stylists-new .entry-content #contact ul, .page-template-page-contact .entry-content #contact ul {
  list-style-type: disc;
  margin-left: 18px;
  margin-bottom: 30px;
}
.page-template-page-studio .entry-content #wpcf7-f40-p64-o1, .page-template-page-menu .entry-content #wpcf7-f40-p64-o1, .page-template-page-spa .entry-content #wpcf7-f40-p64-o1, .page-template-page-stylists-new .entry-content #wpcf7-f40-p64-o1, .page-template-page-contact .entry-content #wpcf7-f40-p64-o1 {
  margin-top: 20px;
}
.page-template-page-studio .entry-content #wpcf7-f40-p64-o1 p, .page-template-page-menu .entry-content #wpcf7-f40-p64-o1 p, .page-template-page-spa .entry-content #wpcf7-f40-p64-o1 p, .page-template-page-stylists-new .entry-content #wpcf7-f40-p64-o1 p, .page-template-page-contact .entry-content #wpcf7-f40-p64-o1 p {
  font-family: "Amatic SC", sans-serif;
  font-size: 2em;
  color: #505050;
  line-height: 1.2em;
  margin: 0 0 0.5em 0;
  font-weight: 700;
}
.page-template-page-studio .entry-content #wpcf7-f40-p64-o1 input, .page-template-page-studio .entry-content #wpcf7-f40-p64-o1 textarea, .page-template-page-menu .entry-content #wpcf7-f40-p64-o1 input, .page-template-page-menu .entry-content #wpcf7-f40-p64-o1 textarea, .page-template-page-spa .entry-content #wpcf7-f40-p64-o1 input, .page-template-page-spa .entry-content #wpcf7-f40-p64-o1 textarea, .page-template-page-stylists-new .entry-content #wpcf7-f40-p64-o1 input, .page-template-page-stylists-new .entry-content #wpcf7-f40-p64-o1 textarea, .page-template-page-contact .entry-content #wpcf7-f40-p64-o1 input, .page-template-page-contact .entry-content #wpcf7-f40-p64-o1 textarea {
  width: 90%;
  padding: 10px;
  border: none;
  background: url(https://annexhairstudio.com/wp-content/themes/annex-nsd/library/images/bg-footer.png);
  border: 1px solid #efefe0;
  font-size: 0.5em;
  -moz-border-radius: 6px;
  /*Firefox*/
  -webkit-border-radius: 6px;
  /*Safari, Chrome*/
  border-radius: 6px;
}
.page-template-page-studio .entry-content #wpcf7-f40-p64-o1 .your-message textarea, .page-template-page-menu .entry-content #wpcf7-f40-p64-o1 .your-message textarea, .page-template-page-spa .entry-content #wpcf7-f40-p64-o1 .your-message textarea, .page-template-page-stylists-new .entry-content #wpcf7-f40-p64-o1 .your-message textarea, .page-template-page-contact .entry-content #wpcf7-f40-p64-o1 .your-message textarea {
  margin-top: 10px;
}
.page-template-page-studio .entry-content #wpcf7-f40-p64-o1 .quiz-186 input, .page-template-page-menu .entry-content #wpcf7-f40-p64-o1 .quiz-186 input, .page-template-page-spa .entry-content #wpcf7-f40-p64-o1 .quiz-186 input, .page-template-page-stylists-new .entry-content #wpcf7-f40-p64-o1 .quiz-186 input, .page-template-page-contact .entry-content #wpcf7-f40-p64-o1 .quiz-186 input {
  width: 50px;
}
.page-template-page-studio .entry-content #wpcf7-f40-p64-o1 .wpcf7-submit, .page-template-page-menu .entry-content #wpcf7-f40-p64-o1 .wpcf7-submit, .page-template-page-spa .entry-content #wpcf7-f40-p64-o1 .wpcf7-submit, .page-template-page-stylists-new .entry-content #wpcf7-f40-p64-o1 .wpcf7-submit, .page-template-page-contact .entry-content #wpcf7-f40-p64-o1 .wpcf7-submit {
  padding: 6px 14px;
  font-family: "Amatic SC", sans-serif;
  font-size: 1em;
  color: #505050;
  font-weight: 700;
}
.page-template-page-studio .entry-content #wpcf7-f40-p64-o1 .wpcf7-submit:hover, .page-template-page-menu .entry-content #wpcf7-f40-p64-o1 .wpcf7-submit:hover, .page-template-page-spa .entry-content #wpcf7-f40-p64-o1 .wpcf7-submit:hover, .page-template-page-stylists-new .entry-content #wpcf7-f40-p64-o1 .wpcf7-submit:hover, .page-template-page-contact .entry-content #wpcf7-f40-p64-o1 .wpcf7-submit:hover {
  color: #951808;
}
.page-template-page-studio .entry-content #wpcf7-f40-p64-o1 .wpcf7-quiz, .page-template-page-menu .entry-content #wpcf7-f40-p64-o1 .wpcf7-quiz, .page-template-page-spa .entry-content #wpcf7-f40-p64-o1 .wpcf7-quiz, .page-template-page-stylists-new .entry-content #wpcf7-f40-p64-o1 .wpcf7-quiz, .page-template-page-contact .entry-content #wpcf7-f40-p64-o1 .wpcf7-quiz {
  width: 80px;
}
.page-template-page-studio .entry-content.studio_menu, .page-template-page-studio .entry-content.contact, .page-template-page-menu .entry-content.studio_menu, .page-template-page-menu .entry-content.contact, .page-template-page-spa .entry-content.studio_menu, .page-template-page-spa .entry-content.contact, .page-template-page-stylists-new .entry-content.studio_menu, .page-template-page-stylists-new .entry-content.contact, .page-template-page-contact .entry-content.studio_menu, .page-template-page-contact .entry-content.contact {
  display: block;
}
@media screen and (min-width: 768px) {
  .page-template-page-spa .entry-content, .page-template-page-stylists-new .entry-content, .page-template-page-contact .entry-content {
    margin-top: 1.5em;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-page-studio .main_content.studio {
    margin-top: 1em;
  }
}
@media screen and (min-width: 1366px) {
  .page-template-page-studio .main_content.studio {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 4%;
  }
  .page-template-page-studio .main_content.studio .block {
    width: 48%;
  }
}
.page-template-page-studio .main_content.studio h1.service {
  font-family: "Amatic SC", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 1.8em;
  background: url(https://annexhairstudio.com/wp-content/themes/annex-nsd/library/images/studio_headline_bg.png) left center no-repeat;
  background-size: contain;
  color: #efefe0;
  display: inline-block;
  min-width: 140px;
  padding: 30px;
  margin: 0;
}
.page-template-page-studio .main_content.studio h2 {
  font-size: 2.75em;
  line-height: 1.1;
  margin-bottom: 0;
  margin-top: 0;
}
.page-template-page-studio .main_content.studio h2 img {
  margin-bottom: 0;
  margin-left: 10px;
  vertical-align: middle;
}
.page-template-page-studio .main_content.studio.ja h1.service {
  font-family: "Open Sans", sans-serif;
  font-display: swap;
  font-size: 1.1em;
  min-width: 190px;
  padding: 28px;
  margin-bottom: 1em;
}
.page-template-page-studio .main_content.studio.ja h2 {
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  font-display: swap;
  font-size: 1.45em;
  margin-bottom: 0.5em;
}
.page-template-page-studio .main_content.studio .block {
  margin-bottom: 4em;
}
.page-template-page-studio .main_content.studio h1 {
  color: #222;
  font-size: 1em;
  font-family: "Open Sans", sans-serif;
}
.page-template-page-studio .main_content.studio p {
  margin: 1em 0 0;
}
.page-template-page-studio .main_content.studio .accent {
  color: #951808;
  margin-left: 0.5em;
}
.page-template-page-studio .main_content.studio a {
  color: #222;
  font-weight: bold;
}
.page-template-page-studio .main_content.studio a:hover {
  color: #951808;
}
.page-template-page-studio .main_content.studio ul {
  list-style-type: disc;
  margin-left: 1.5em;
}
.page-template-page-stylists-new .hiring h1 {
  font-family: "Open Sans", sans-serif;
  font-display: swap;
  display: inline-block;
  font-size: 1.2em;
  color: #efefe0;
  background: url(https://annexhairstudio.com/wp-content/themes/annex-nsd/library/images/studio_headline_bg.png) left center no-repeat;
  background-size: contain;
  padding: 30px;
  margin-bottom: 0;
}
.page-template-page-stylists-new .hiring h2 {
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  font-display: swap;
  font-size: 1.5em;
}
.page-template-page-contact-php .title_icon {
  height: 120px;
}
@media screen and (min-width: 667px) {
  .page-template-page-menu .menu {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5%;
  }
  .page-template-page-menu .menu > div {
    width: 47.5%;
  }
}
.page-template-page-menu .menu h1 {
  font-family: "Amatic SC", sans-serif;
  font-weight: 700;
  font-display: swap;
}
.page-template-page-menu .description h1 {
  margin-top: 0.75em;
}
.page-template-page-menu .description h2 {
  font-family: "Amatic SC", sans-serif;
  font-weight: 700;
  font-display: swap;
  display: inline-block;
  min-width: 100px;
  background: url(https://annexhairstudio.com/wp-content/themes/annex-nsd/library/images/studio_headline_bg.png) left center no-repeat;
  background-size: contain;
  color: #efefe0;
  padding: 10px 30px;
  margin: 0;
}
.page-template-page-menu .description ol {
  list-style-type: decimal;
  margin-left: 1em;
}
.page-template-page-menu .description ul li {
  margin-bottom: 0.5em;
  font-weight: bold;
}
.page-template-page-menu .description ul li.ans {
  font-weight: normal;
}
.menu_sub {
  clear: both;
  margin-top: 0;
  color: #838383;
  font-family: "Amatic SC", sans-serif;
  font-weight: 400;
  font-size: 1em;
  font-family: "Open Sans", sans-serif;
  line-height: 1.2em;
}
@media screen and (mim-width: 768px) {
  .menu_sub {
    margin-top: 1em;
  }
}
@media screen and (min-width: 1024px) {
  .menu_sub {
    padding-top: 1.5em;
  }
}
.menu_sub a {
  color: #838383;
  padding: 5px 0;
  display: inline-block;
}
.menu_sub.bottom {
  margin-top: 2em;
  margin-bottom: 3em;
  display: none;
}
@media screen and (max-width: 767px) {
  .menu_sub.bottom {
    display: block;
  }
}
.single-imagemap_area .article-header {
  display: none;
}
.single-imagemap_area .entry-content img {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.imgmap-dialog {
  border: 12px solid rgba(255, 255, 255, 0.4);
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  background: url(https://annexhairstudio.com/wp-content/themes/annex-nsd/library/images/bg-footer.png);
  background-clip: none;
}
.imgmap-dialog h1 {
  font-weight: 700;
  margin: 0;
}
.imgmap-dialog img {
  margin-right: 3%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.imgmap-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  background: url(https://annexhairstudio.com/wp-content/uploads/2014/05/exit.png);
  width: 41px;
  height: 52px;
  border: none;
  background-clip: none;
}
.ui-button-text {
  display: none;
}
.imgmap-dialog .ui-dialog-titlebar {
  background: none;
}
.imgmap-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  color: #222;
  padding: 8px 10px;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.imgmap-dialog.ui-draggable.ui-resizable {
  padding: 2%;
}
.page-template-page-spa .wp-caption {
  background: none;
}
.archive .archive-title {
  display: none;
}
.archive h3 {
  font-size: 3em;
  line-height: 1em;
}
.archive .byline {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .single #inner-content {
    display: flex;
    justify-content: space-between;
    column-gap: 2em;
  }
}
.single .article-header {
  margin-bottom: 1.5em;
}
.single h1 {
  font-size: 2.5em;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0.5em;
}
.single h1.ja {
  font-family: "Open Sans", sans-serif;
  color: #951808;
  font-weight: normal;
  font-size: 1.75em;
}
.single .byline {
  font-size: 0.9em;
  margin-bottom: 0;
}
.single #respond textarea {
  background-color: #f8f8f1;
  border: 1px solid #efefe0;
  padding: 5px;
}
.single #respond input {
  padding: 6px 14px;
  font-family: "Amatic SC", sans-serif;
  font-size: 2em;
  color: #505050;
  background-color: #f8f8f1;
  border: 1px solid #efefe0;
}
.single #respond input:hover {
  color: #951808;
}
.single #respond .alert {
  margin: 0;
  width: 97.3%;
  background-color: #f8f8f1;
  border: 1px solid #efefe0;
}
/* end INNER pages */
/***************************/
/***************************/
.wrap {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .wrap {
    max-width: 1140px;
  }
}
/***************************/
/***************************/
a {
  color: #707070;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:hover, a:focus {
  color: #951808;
  text-decoration: underline;
}
a:link {
  /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
/***************************/
/***************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 400;
  /*
	if you're going to use webfonts, be sure to check your weights
	http://css-tricks.com/watch-your-font-weight/
	*/
  /* removing text decoration from all headline links */
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}
.j h1, .j .h1 {
  font-size: 2em;
  line-height: 1.35em;
  font-weight: 400;
}
h1, .h1 {
  font-size: 3em;
  line-height: 1em;
  color: #951808;
  font-family: "Amatic SC", sans-serif;
  font-weight: 700;
  font-display: swap;
}
h2, .h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
  font-family: "Amatic SC", sans-serif;
  font-weight: 700;
  font-display: swap;
  color: #951808;
}
h3, .h3 {
  font-size: 1.125em;
  font-family: "Amatic SC", sans-serif;
  color: #951808;
}
h4, .h4 {
  font-size: 1.1em;
  font-weight: 700;
}
h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/***************************/
/***************************/
.header {
  background: url(https://annexhairstudio.com/wp-content/themes/annex-nsd/library/images/bg-main.png);
}
.header .line-top {
  height: 11px;
  background: url(https://annexhairstudio.com/wp-content/themes/annex-nsd/library/images/line-top-red.png) repeat-x center top;
}
.header .inner-header-top {
  padding-top: 40px;
  padding-bottom: 10px;
}
@media screen and (min-width: 568px) {
  .header .inner-header-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .header .inner-header-top {
    padding-bottom: 0;
  }
}
.header #info {
  display: flex;
  justify-content: space-between;
  column-gap: 1em;
  align-items: center;
  margin: 0;
}
.header .social {
  display: flex;
  column-gap: 1em;
  align-items: center;
}
.header .social a {
  display: block;
  line-height: 0;
}
.header .social a img:hover {
  transition-duration: 900ms;
  transform: rotate(360deg);
}
.header #logo img {
  width: 130px;
  height: auto;
}
.phone {
  font-size: 1.5em;
}
#logo h1 {
  margin: 0;
}
/***************************/
/***************************/
nav.regular {
  display: none;
}
@media screen and (min-width: 768px) {
  nav.regular {
    display: block;
    text-transform: uppercase;
    font-family: "Amatic SC", sans-serif;
    font-weight: 700;
    font-display: swap;
    font-size: 1.8em;
    /* end .menu ul li */
  }
  nav.regular ul {
    margin-top: 0;
  }
  nav.regular li {
    float: left;
    position: relative;
    /*
			plan your menus and drop-downs wisely.
			*/
    /* showing sub-menus */
  }
  nav.regular li a {
    display: block;
    text-decoration: none;
    padding: 10px;
    color: #505050;
    height: 40px;
    /*
				you can use hover styles here even though this size
				has the possibility of being a mobile device.
				*/
  }
  nav.regular li a:hover, nav.regular li a:focus {
    /* 					color: $red; */
    background: url(https://annexhairstudio.com/wp-content/themes/annex-nsd/library/images/manu-sub-bg.png) no-repeat center center;
  }
  nav.regular li:last-child a {
    padding-right: 2px;
  }
  nav.regular li ul.sub-menu {
    width: 260px;
    padding: 12px;
    border: 4px solid white;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
  }
  nav.regular li ul.children {
    padding: 4px 8px 10px 8px;
  }
  nav.regular li ul.sub-menu, nav.regular li ul.children {
    margin-top: 0;
    position: absolute;
    display: none;
    z-index: 8999;
    background: url(https://annexhairstudio.com/wp-content/themes/annex-nsd/library/images/bg-main.png);
  }
  nav.regular li ul.sub-menu li a, nav.regular li ul.children li a {
    padding: 12px;
    border-right: 0;
  }
  nav.regular li ul.sub-menu li a:hover, nav.regular li ul.sub-menu li a:focus, nav.regular li ul.children li a:hover, nav.regular li ul.children li a:focus {
    background-position: center center;
  }
  nav.regular li ul.sub-menu li:last-child a, nav.regular li ul.children li:last-child a {
    border-bottom: 0;
  }
  nav.regular li:hover ul {
    top: auto;
    display: block;
  }
}
#mobile {
  text-transform: uppercase;
  width: 100%;
  padding-top: 0;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #mobile {
    display: none;
  }
}
#mobile_nav_top {
  display: block;
  width: 90%;
  margin: 0 auto;
}
#mobile_nav_menu {
  display: none;
}
#mobile_nav_menu ul {
  margin: 0;
  border-top: 1px solid white;
}
#mobile_nav_menu li {
  background: url(https://annexhairstudio.com/wp-content/themes/annex-nsd/library/images/bg-main.png) repeat;
  border-bottom: 1px solid white;
}
#mobile_nav_menu li a {
  width: 90%;
  margin: 0 auto;
  padding: 12px 0;
}
#mobile_nav_menu li a:hover {
  color: #505050;
}
#mobile_nav_menu li ul li {
  border-top: 1px solid #f8f8f1;
  border-bottom: none;
}
#mobile_nav_menu li ul li a {
  padding-left: 15px;
}
.nav li a {
  display: block;
}
/* end .nav */
/***************************/
/***************************/
.page-template-page-stylists .header {
  padding-bottom: 40px;
}
/* post meta */
.byline {
  color: #999;
}
/* entry content */
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}
/* end .wp-caption */
/***************************/
/***************************/
.pagination, .wp-prev-next {
  margin: 1.1em 0 2.2em;
}
.pagination {
  text-align: center;
}
.pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  margin: 1px;
}
.pagination ul li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
}
.pagination ul li a, .pagination ul li span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: 0.5em;
  min-width: 1em;
  display: block;
}
.pagination ul li span.current {
  font-weight: bold;
}
/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}
/* end .wp-prev-next */
/***************************/
/***************************/
.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */
}
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
  /* end .commentlist li ul.children */
}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
}
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .odd {
  background: #eee;
}
.commentlist .even {
  background: #fefefe;
}
.commentlist .vcard {
  margin-left: 50px;
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard time {
  float: right;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
.commentlist .comment_content {
  margin-left: 50px;
}
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  background-color: #f8f8f1;
  border: 1px solid #efefe0;
  padding: 4px 12px;
  font-family: "Amatic SC", sans-serif;
  font-size: 2em;
  color: #505050;
  margin-bottom: 10px;
}
.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
  color: #951808;
}
/* end .commentlist */
/***************************/
/***************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
.respond-form form {
  margin: 0.75em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label, .respond-form form li small {
  display: none;
}
.respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url], .respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */
}
.respond-form form input[type=text]:focus, .respond-form form input[type=email]:focus, .respond-form form input[type=url]:focus, .respond-form form textarea:focus {
  background: #fff;
}
.respond-form form input[type=text]:invalid, .respond-form form input[type=email]:invalid, .respond-form form input[type=url]:invalid, .respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}
/***************************/
/***************************/
.side_link {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  row-gap: 20px;
  width: 300px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 568px) {
  .side_link {
    justify-content: flex-start;
    row-gap: 5px;
    column-gap: 20px;
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .side_link {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .side_link {
    justify-content: flex-end;
    row-gap: 20px;
    column-gap: 40px;
    width: 126px;
    margin-top: 20px;
  }
}
.side_link li img:hover {
  transition-duration: 900ms;
  transform: rotate(360deg);
}
@media screen and (min-width: 768px) {
  .side_link li a, .side_link li img {
    width: 120px;
    height: 120px;
  }
}
.widgettitle {
  display: none;
}
/***********/
/***********/
.btt {
  background: url(https://annexhairstudio.com/wp-content/themes/annex-nsd/library/images/bg-main.png);
  height: 60px;
}
.footerline-top {
  height: 15px;
  background: url(https://annexhairstudio.com/wp-content/themes/annex-nsd/library/images/footer-line-bottom.png) repeat-x;
}
.footerline-bottom {
  height: 15px;
  background: url(https://annexhairstudio.com/wp-content/themes/annex-nsd/library/images/footer-line-top.png) repeat-x;
}
.footer {
  clear: both;
  background: url(https://annexhairstudio.com/wp-content/themes/annex-nsd/library/images/bg-footer.png);
  padding: 40px 0;
}
.footer .info {
  font-size: 84%;
  margin-top: 0;
}
.footer .info span {
  font-size: 160%;
}
.footer nav li {
  float: left;
  text-transform: uppercase;
  margin: 0;
}
.footer nav li:first-child {
  margin-left: 0;
}
.footer nav li:last-child {
  margin-right: 0;
}
.footer nav a {
  color: #505050;
  padding: 3px 8px;
}
.footer nav a:hover {
  background-color: #e6e6cf;
}
.footer h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.7em;
}
.footer iframe {
  border: solid 10px #f8f8f1;
  width: 90%;
}
@media screen and (min-width: 1024px) {
  .footer iframe {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .footer iframe {
    min-width: 500px;
  }
}
.footer .logo img {
  width: 130px;
  height: auto;
}
#inner-footer {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  #inner-footer {
    flex-direction: row;
    justify-content: space-between;
  }
}
#inner-footer .left {
  margin-bottom: 20px;
}
@media screen and (min-width: 568px) {
  #inner-footer .left {
    display: flex;
    column-gap: 35px;
  }
}
@media screen and (min-width: 1366px) {
  #inner-footer .left {
    column-gap: 60px;
  }
}
#inner-footer .right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 667px) {
  #inner-footer .right {
    flex-direction: row;
    align-items: start;
    column-gap: 20px;
  }
}
#inner-footer .social {
  display: flex;
  gap: 15px;
}
#inner-footer .social a img:hover {
  transition-duration: 900ms;
  transform: rotate(360deg);
}
#inner-footer .hours {
  display: flex;
  gap: 20px;
  font-size: 84%;
}
.copyright {
  background: url(https://annexhairstudio.com/wp-content/themes/annex-nsd/library/images/bg-main.png);
  color: #707070;
  font-size: 0.8em;
  margin: 0;
  padding: 15px 0 18px;
}
@media print {
  /******************************************************************
Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.
*****************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .sidebar, .page-navigation, .wp-prev-next, .respond-form, nav {
    display: none;
  }
}
