/**handles:parent-style**/
/*
Theme Name: Boutros
Description: A custom theme built by the FS.
Author: FS
Version: 1.1
Tags:
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  box-sizing: border-box;
  font-weight: 400;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: lato, sans-serif;
  font-size: 18px;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background-color: #fff;
}

sup {
  font-size: 10px;
  display: inline-block;
  vertical-align: top;
}

strong {
  font-weight: 600;
}

iframe {
  max-width: 100%;
}

.left {
  flex: 0;
  max-width: 980px;
  padding-top: 38px;
  padding-left: 4vw;
  align-items: center;
  padding-right: 5vw;
  padding-bottom: 215px;
}

@media screen and (min-width: 1920px) {
  .left {
    flex: 1 auto;
    max-width: 40%;
  }
}

@media (min-width: 991px) and (max-width: 1024px) {
  .left {
    max-width: 100%;
    padding: 30px 2vw 215px 2vw;
  }
}

@media screen and (max-width: 990px) {
  .left {
    flex: 0 1 100%;
    max-width: 100%;
    order: 2;
    padding-top: 24px;
    padding-left: 6vw;
    padding-right: 6vw;
    padding-bottom: 6vw;
  }
}

.right {
  flex: 1 1 auto;
}

@media screen and (min-width: 1920px) {
  .right {
    flex: 0 0 38%;
  }
}

@media screen and (max-width: 990px) {
  .right {
    flex: 0 1 100%;
    width: 100%;
    order: 1;
    margin-top: 85px;
  }
}

.homeheader {
  background: #4f4263;
  background: linear-gradient(135deg, #4f4263 0%, #34254c 100%);
  display: flex;
  height: 100vh;
  min-height: 768px;
  overflow: hidden;
}

@media screen and (max-width: 990px) {
  .homeheader {
    flex-wrap: wrap;
    height: auto;
    min-height: auto;
  }
}

.homeheader .logoburger {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 990px) {
  .homeheader .logoburger {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #4f4263;
    background: linear-gradient(135deg, #4f4263 0%, #34254c 100%);
    padding: 30px 15px;
    max-height: 85px;
    z-index: 9;
  }
  .homeheader .logoburger img.logo {
    max-width: 60%;
  }
}

@media screen and (max-width: 990px) and (max-width: 767px) {
  .homeheader .logoburger img.logo {
    max-width: 80%;
  }
}

.homeheader .homeheader .fixedphone,
.homeheader .logodark {
  display: none;
}

.homeheader .fixedphone {
  display: none;
}

@media screen and (min-width: 1024px) {
  .homeheader .logoburger.is-hiding {
    position: fixed;
    background: #F3F3F3;
    left: 0;
    width: 100%;
    max-height: 85px;
    top: -100px;
    transition: top .5s ease-in-out;
    z-index: 9999;
  }
  .homeheader .logoburger.is-fixed {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    left: 0;
    width: 100%;
    background: #F3F3F3;
    padding: 30px 5em;
    max-height: 85px;
    z-index: 9999;
    transition: top .5s ease-in-out;
  }
  .homeheader .logoburger.is-fixed .logo {
    display: none;
  }
  .homeheader .logoburger.is-fixed .logodark {
    display: block;
  }
  .homeheader .logoburger.is-fixed .burger .bar1,
.homeheader .logoburger.is-fixed .burger .bar2,
.homeheader .logoburger.is-fixed .burger .bar3 {
    background-color: #4F4263;
  }
  .homeheader .logoburger.is-fixed .fixedphone {
    display: block;
    color: #4F4263;
    text-decoration: none;
    font-size: 22px;
    font-family: lato, sans-serif;
    text-decoration: none;
  }
  .homeheader .burger {
    margin-right: auto;
    margin-left: 2em;
  }
}

.homeheader .burger {
  display: inline-block;
  cursor: pointer;
}

.homeheader .burger .bar1, .homeheader .burger .bar2, .homeheader .burger .bar3 {
  width: 38px;
  height: 3px;
  background-color: #fff;
  margin: 4px 0;
  transition: 0.4s;
  border-radius: 5px;
}

.homeheader .burger .bar2 {
  margin-left: 7px;
}

.homeheader .burger.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(0px, 3px);
          transform: rotate(-45deg) translate(0px, 3px);
}

.homeheader .burger.change .bar2 {
  opacity: 0;
}

.homeheader .burger.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -10px);
          transform: rotate(45deg) translate(-8px, -10px);
}

.headingarea {
  margin-top: 116px;
}

@media screen and (min-height: 1080px) {
  .headingarea {
    margin-top: 25vh;
  }
}

@media screen and (max-width: 990px) {
  .headingarea {
    margin-top: 0;
  }
}

.headingarea p.leftheadingcontent {
  color: #fff;
  letter-spacing: 0.01em;
  line-height: 1.5555555556;
  margin-bottom: 75px;
}

@media screen and (max-width: 767px) {
  .headingarea p.leftheadingcontent {
    margin-bottom: 50px;
  }
}

.headingarea .leftheading {
  color: #fff;
  font-family: playfair-display, serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}

.headingarea .leftheading span {
  color: #AAC0ED;
  display: inline-block;
}

@media screen and (max-width: 990px) {
  .headingarea .leftheading {
    font-size: 46px;
  }
}

.headingarea .leftsubheading {
  font-family: urbane, sans-serif;
  font-size: 25px;
  font-style: italic;
  color: #fff;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 1.2em;
  letter-spacing: 0.04em;
}

.headingicons {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

@media screen and (max-width: 990px) {
  .headingicons {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.headingicons div {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 160px;
}

@media screen and (max-width: 767px) {
  .headingicons div {
    min-width: 100%;
  }
}

.headingicons div:last-child {
  margin-right: 0;
}

@media screen and (max-width: 990px) {
  .headingicons div:last-child {
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 990px) {
  .headingicons div {
    width: 100%;
    margin-right: 0;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}

.headingicons p {
  font-size: 18px;
  font-family: urbane, sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  margin-bottom: 26.5px;
  line-height: 1.1666666667;
}

@media screen and (max-width: 990px) {
  .headingicons p {
    order: 2;
    margin-left: 1em;
    margin-bottom: 0;
  }
}

.headingicons img {
  margin-bottom: 20px;
}

@media screen and (max-width: 990px) {
  .headingicons img {
    margin-bottom: 0;
  }
}

.headingicons small {
  color: #fff;
  font-size: 10.5px;
  font-style: italic;
  letter-spacing: 0.05em;
  display: block;
  text-align: center;
}

@media screen and (max-width: 990px) {
  .headingicons small {
    order: 3;
    text-align: right;
    width: 100%;
    font-size: 18px;
    margin-top: -35px;
  }
}

@media screen and (max-width: 880px) {
  .headingicons small {
    margin-left: 105px;
    text-align: left;
  }
}

.centermodel {
  background: url(https://allmeaugmentation.com/wp-content/themes/boutros/images/centermodel.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
}

@media screen and (max-width: 990px) {
  .centermodel {
    background: url(https://allmeaugmentation.com/wp-content/themes/boutros/images/mobile-homeheader.jpg);
    padding-top: 66.6666%;
    background-position: center;
    background-size: contain;
  }
}

@media screen and (max-width:768px) {
    .centermodel {
        background: url(https://allmeaugmentation.com/wp-content/themes/boutros/images/mobile-homeheader-small.jpg);
    }
}

.rightbuttons {
  margin-top: auto;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 990px) {
  .rightbuttons {
    display: none;
  }
}

.rightbuttons.rbmobile {
  display: none;
}

@media screen and (max-width: 990px) {
  .rightbuttons.rbmobile {
    display: flex;
    flex-wrap: wrap;
  }
  .rightbuttons.rbmobile a {
    width: 100%;
  }
  .rightbuttons.rbmobile button {
    width: 100%;
    margin-top: 1em;
    padding: 20px;
    text-transform: uppercase;
  }
}

.rightbuttons a {
  width: 50%;
  text-transform: uppercase;
  text-decoration: none;
}

.rightbuttons a:nth-child(1) button {
  background-color: #6D8DCE;
}

.rightbuttons a:nth-child(1) button:hover {
  background-color: #5977B4;
}

.rightbuttons a:nth-child(2) button {
  background-color: #7AA2E7;
}

.rightbuttons a:nth-child(2) button:hover {
  background-color: #5977B4;
}

.rightbuttons button {
  width: 100%;
  display: block;
  border: none;
  margin: 0;
  color: #fff;
  font-family: urbane, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  cursor: pointer;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 30px;
  text-transform: uppercase;
}

.headerend {
  flex: 1 0 15%;
  max-width: 367px;
  min-height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1920px) {
  .headerend {
    flex: 1;
    max-width: initial;
  }
}

@media screen and (max-width: 991px) {
  .headerend {
    order: 3;
    display: none;
  }
}

.headerend .sociallogowhite {
  fill: #fff;
}

.headerend .sociallogowhite:hover {
  fill: #BEA7E3;
}

.contactbox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex: 0 1 25%;
  width: 100%;
  padding: 3.5vw;
  box-sizing: border-box;
}

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .contactbox {
      padding: 30px;
    }
  }
}

@media (min-width: 991px) and (max-width: 1199px) {
  .contactbox {
    flex: 0 1 auto;
    padding: 15px;
  }
}

.contactbox .social {
  display: flex;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  justify-content: space-around;
  align-items: center;
}

.contactbox .social a {
  width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.contactbox .social img {
  max-height: 21px;
}

.contactbox .social::before,
.contactbox .social::after {
  content: '';
}

.contactbox a {
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  text-align: center;
  line-height: 1;
}

@media (min-width: 991px) and (max-width: 1199px) {
  .contactbox a {
    font-size: 16px;
  }
}

.contactbox a.phone {
  margin-bottom: 70px;
  letter-spacing: 0.05em;
}

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .contactbox a.phone {
      margin-bottom: 30px;
    }
  }
}

.contactbox a.request {
  margin-top: 70px;
  line-height: 1.2em;
  font-weight: normal;
  font-family: urbane, sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
}

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .contactbox a.request {
      margin-top: 30px;
    }
  }
}

.contactbox a.request:hover {
  color: #BEA7E3;
}

.lowerlady {
  background-image: url(https://allmeaugmentation.com/wp-content/themes/boutros/images/hero-three-bg.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  display: flex;
  flex: 1 1 50%;
  background-repeat: no-repeat;
  position: relative;
  justify-content: center;
  align-items: flex-end;
  padding: 20%;
}

@media screen and (max-width: 1190px) {
  .lowerlady {
    padding: 15%;
  }
}

.lowerlady::after {
  content: "";
  width: 100%;
  height: 146px;
  display: block;
  background-image: url(https://allmeaugmentation.com/wp-content/themes/boutros/images/allmetoplogo.svg);
  background-size: contain;
  padding-top: 56.67%;
  background-repeat: no-repeat;
}

nav {
  background-color: #34254C;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 50vh;
  z-index: 100;
  padding-top: 12vh;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: .3s ease;
}

nav.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: .3s ease;
  min-height: 80vh;
  z-index: 10000;
  overflow-y: scroll;
  padding-bottom: 10vh;
}

nav ul:not(.sub-menu) {
  max-width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 990px) {
  nav ul:not(.sub-menu) {
    max-width: 100%;
  }
}

nav li {
  width: 100%;
  position: relative;
  height: 100%;
  z-index: 1;
}

nav li .sub-menu {
  display: none;
}

nav a {
  color: #fff;
  font-family: playfair-display, serif;
  font-size: 22px;
  text-align: center;
  display: block;
  text-decoration: none;
  padding: 20px;
  letter-spacing: 0.01em;
  line-height: 1;
  border-bottom: 1px solid #4F3D6A;
  display: block;
  width: 100%;
  height: 63px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  nav a {
    height: auto;
    font-size: 18px;
    line-height: 1.2em;
  }
}

nav .closenav {
  background: none;
  border: none;
  position: absolute;
  right: 5vw;
  top: 5vh;
  cursor: pointer;
  visibility: visible;
}

@media screen and (max-width: 990px) {
  nav .closenav {
    width: 40px;
    height: 40px;
    display: block;
  }
  nav .closenav img {
    width: 100%;
    height: auto;
  }
}

nav .sub-menu li a {
  font-family: lato, sans-serif;
  font-size: 18px;
  color: #fff;
}

nav ul.sub-menu button,
nav .main-menu button {
  width: 40px;
  visibility: hidden;
  display: none;
}

@media screen and (max-width: 767px) {
  nav ul.sub-menu button,
nav .main-menu button {
    width: 20px;
  }
}

nav .menu-item-has-children button {
  visibility: visible;
  background: transparent;
  border: none;
  display: inline-block;
  width: 40px;
  cursor: pointer;
  height: 100%;
  position: relative;
  top: 3px;
}

nav .menu-item-has-children button img {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: .3s ease;
}

nav .menu-item-has-children button.is-active img {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  transition: .3s ease;
}

.phonemobile {
  display: none;
}

@media screen and (max-width: 990px) {
  .phonemobile {
    display: block;
    margin-left: auto;
    margin-right: 2em;
  }
}

@media screen and (max-width: 767px) {
  .phonemobile {
    margin-right: 1em;
  }
}

.bluelogo {
  display: block;
  text-align: center;
  padding-bottom: 1rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.bluelogo img {
  display: block;
}

@media screen and (max-width: 767px) {
  .bluelogo img {
    max-width: 50%;
  }
}

.bluelogo span {
  display: inline-block;
  width: 226px;
  height: 1px;
  background-color: #6D8DCE;
}

.insidepage .bluelogo {
  padding-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .insidepage .bluelogo {
    padding: 1rem;
  }
  .insidepage .bluelogo img {
    max-width: 45%;
  }
  .insidepage .bluelogo span {
    width: 100%;
  }
}

.welcomesection {
  padding: 200px 20px;
  background: url("https://allmeaugmentation.com/wp-content/themes/boutros/images/welcome-bg.svg");
  background-repeat: no-repeat;
  background-size: 420px auto;
  background-position: center top;
}

@media screen and (max-width: 990px) {
  .welcomesection {
    padding: 15vh 20px;
  }
}

@media screen and (max-width: 767px) {
  .welcomesection {
    background-size: 60%;
    padding: 12vh 20px;
  }
}

.welcomesection h2 {
  font-family: playfair-display, serif;
  font-weight: normal;
  color: #5D5766;
  font-size: 76px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .welcomesection h2 {
    font-size: 40px;
    line-height: 1.2;
  }
}

.welcomesection .welcomecopy,
.welcomesection p {
  color: #4F4263;
  text-align: center;
  letter-spacing: 0.01em;
  line-height: 1.5555555556;
  max-width: 790px;
  margin: 0 auto;
}

@media screen and (max-width: 990px) {
  .welcomesection .welcomecopy,
.welcomesection p {
    max-width: 100%;
  }
}

.welcomesection .welcomebutton {
  text-align: center;
}

.welcomesection .btn {
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .welcomesection .btn {
    margin-top: 40px;
  }
}

.welcomesection br {
  display: none;
}

@media screen and (max-width: 990px) {
  .welcomesection br {
    display: block;
  }
}

/* BUTTON */
.btn {
  background-color: #6D8DCE;
  display: inline-block;
  border: none;
  margin: 0;
  color: #fff;
  font-family: urbane, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  cursor: pointer;
  letter-spacing: 0.05em;
  line-height: 1.25em;
  padding: 30px;
  text-decoration: none;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .btn {
    padding: 2vw;
  }
}

@media screen and (max-width: 990px) {
  .btn {
    padding: 20px 5px;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
    padding: 20px 35px;
  }
}

.btn:hover {
  background-color: #5977b4;
}

.btn.btn-alt {
  background-color: #81A1E2;
}

.drsection {
  display: flex;
  flex-wrap: nowrap;
  min-height: 943px;
}

@media screen and (max-width: 767px) {
  .drsection {
    min-height: auto;
    flex-wrap: wrap;
  }
}

.sidegirl {
  background-image: url(https://allmeaugmentation.com/wp-content/themes/boutros/images/sidegirl.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 22%;
  min-height: 100%;
  flex: 1 0 22%;
  position: relative;
  z-index: 0;
}

.sidegirl .logo {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  display: block;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 990px) {
  .sidegirl {
    flex: 0 1 12%;
  }
  .sidegirl img {
    width: 80%;
    height: auto;
  }
}

@media screen and (max-width: 837px) {
  .sidegirl {
    display: none;
  }
}

.doctor {
  background-image: url(https://allmeaugmentation.com/wp-content/themes/boutros/images/dr-boutrous.svg);
  width: 100%;
  background-size: cover;
  flex-basis: 35%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 1920px) {
  .doctor {
    background-position: center top;
  }
}

@media screen and (max-width: 767px) {
  .doctor {
    order: 2;
    flex-basis: 100%;
    min-height: 441px;
    background-position: 0 5vh;
    padding-top: 100%;
    position: relative;
  }
}

.doctor h2 {
  display: none;
}

@media screen and (max-width: 767px) {
  .doctor h2 {
    display: block;
    font-family: playfair-display, serif;
    font-size: 40px;
    color: #5D5766;
    background-color: #F3F3F3;
    width: 100%;
    align-self: flex-start;
    padding: 0 4vh;
    line-height: 1;
    padding-bottom: 30px;
    position: absolute;
    top: 0;
  }
}

.doctor .btn {
  align-self: flex-end;
  width: 50%;
  text-transform: uppercase;
}

@media (min-width: 991px) and (max-width: 1220px) {
  .doctor .btn {
    font-size: 13px;
    padding: 15px 10px;
  }
}

.doctor .btn:first-of-type {
  background-color: #6d8dce;
}

.doctor .btn:first-of-type:hover {
  background-color: #5977b4;
}

.doctor .btn:last-of-type {
  background-color: #7aa2e7;
}

.doctor .btn:last-of-type:hover {
  background-color: #5977b4;
}

@media screen and (max-width: 767px) {
  .doctor .btn {
    display: none;
  }
}

.drcontent {
  background-color: #F3F3F3;
  flex: 1 0 40%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 6vh;
}

@media screen and (max-width: 990px) {
  .drcontent {
    padding: 4vh;
  }
}

@media screen and (max-width: 767px) {
  .drcontent {
    order: 1;
    flex-basis: 100%;
  }
}

.drcontent h2 {
  font-size: 40px;
  font-family: playfair-display, serif;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #5D5766;
  margin-bottom: 48px;
}

.drcontent h3 {
  font-size: 20px;
  font-style: italic;
  font-family: urbane, sans-serif;
  color: #5D5766;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: normal;
  margin-bottom: 40px;
}

.drcontent p {
  color: #4F4263;
  letter-spacing: 0.01em;
  line-height: 1.5555555556;
  margin-bottom: 70px;
}

blockquote {
  color: #4F4263;
  font-family: kepler-std, serif;
  font-weight: 400;
  font-size: 30px;
  font-style: italic;
  letter-spacing: 0.01em;
  line-height: 1.5666666667;
  border-left: 3px solid #81A1E2;
  padding-left: 33px;
  padding-top: 1%;
  margin-bottom: 30px;
}

@media screen and (max-width: 990px) {
  blockquote {
    line-height: 1.2333333333;
  }
}

.drbuttonblock {
  background: #F3F3F3;
  display: none;
  width: 100%;
  padding: 38px 30px;
}

@media screen and (max-width: 767px) {
  .drbuttonblock {
    display: block;
    order: 3;
  }
  .drbuttonblock .btn {
    margin-bottom: 22px;
  }
  .drbuttonblock .btn:last-child {
    margin-bottom: 0;
  }
}

.awards {
  padding-top: 64px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .awards {
    padding: 2.4em 2em;
  }
}

.awards .awardwrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1070px;
}

@media screen and (max-width: 767px) {
  .awards .awardwrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.awards .awardwrapper li {
  width: 50%;
  margin-left: 1em;
  margin-right: 1em;
}

@media screen and (max-width: 767px) {
  .awards .awardwrapper li {
    margin-bottom: 4em;
    margin-right: 0;
    margin-left: 0;
  }
  .awards .awardwrapper li:last-of-type {
    margin-bottom: 0;
  }
}

.awards .awardwrapper img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  display: flex !important;
  flex-drection: row;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
}

.slick-dots * {
  outline: none;
}

.slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  flex-basis: 20px;
  margin: 0 .1em;
}

.slick-dots li.slick-active button:after {
  content: "";
  background-color: #6D8DCE;
  border: 1px solid #fff;
}

.slick-dots button {
  background: transparent;
  border: none;
  outline: none;
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 0;
}

.slick-dots button:after {
  content: "";
  cursor: pointer;
  outline: none;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  background: #E0DDDD;
  border: 1px solid #707070;
  display: block;
}

@media screen and (max-width: 767px) {
  .slick-dots button:after {
    width: 14px;
    height: 14px;
  }
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.quotebox {
  padding: 120px 4em 140px 4em;
  width: 100%;
  background: #fff;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .quotebox {
    padding: 65px 2em;
  }
}

.quotebox .reviewslider {
  max-width: 1070px;
  margin: 0 auto;
}

.quotebox img {
  margin: 0 auto 4em auto;
  display: block;
  text-align: center;
}

.quotebox p {
  color: #4F4263;
  font-family: kepler-std, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 30px;
  letter-spacing: 0.01em;
  line-height: 1.5666666667;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .quotebox p {
    font-size: 22px;
  }
}

.quotebox .btn {
  min-width: 290px;
  text-align: center;
  display: inline-block;
  margin-top: 58px;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.candidate {
  position: relative;
}

.candidate .parallax-two {
  background-image: url(https://allmeaugmentation.com/wp-content/themes/boutros/images/candidate.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 1217px;
  background-attachment: fixed;
  will-change: background-position;
}

@media screen and (max-width: 1024px) {
  .candidate .parallax-two {
    height: auto;
    min-height: initial;
	background-color:rgb(79, 66, 99);
    /* background-size: auto 120vh; */
  }
}

@media screen and (max-width: 767px) {
  .candidate .parallax-two {
    background-image: none;
    background: linear-gradient(123deg, #4F4263, #34254C);
    min-height: auto;
    background-attachment: initial;
  }
}

.candidate .cheading {
  background-color: #6d8dce;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin: 0 auto;
  position: relative;
  top: -48px;
  padding: 25px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .candidate .cheading {
    max-width: 100%;
    top: 0;
  }
}

.candidate .cheading h2 {
  display: block;
  color: #fff;
  font-size: 74px;
  font-family: playfair-display, serif;
  line-height: 1em;
  font-weight: 400;
  padding-bottom: 14px;
  letter-spacing: 0.05em;
}

@-moz-document url-prefix() {
  .candidate .cheading h2 {
    padding-top: 14px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .candidate .cheading h2 {
    font-size: 38px;
  }
}

@media screen and (max-width: 991px) {
  .candidate .cheading h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .candidate .cheading h2 {
    font-size: 40px;
    text-align: center;
    line-height: 1em;
  }
  @-moz-document url-prefix() {
    .candidate .cheading h2 {
      padding-top: .2em;
      padding-bottom: .2em;
    }
  }
}

.candidate .subheading {
  font-family: urbane, sans-serif;
  color: #fff;
  font-size: 32px;
  text-align: center;
  margin: 0 auto;
  font-style: italic;
  font-weight: 200;
  letter-spacing: 0.05em;
  line-height: 1.28125;
  max-width: 55vw;
}

@media screen and (max-width: 991px) {
  .candidate .subheading {
    font-size: 22px;
    max-width: 65vw;
  }
}

@media screen and (max-width: 767px) {
  .candidate .subheading {
    font-size: 22px;
    max-width: 100%;
    margin-top: 38px;
  }
}

.candidate .subheading.formheading {
  margin-top: 10vh;
}

@media screen and (max-width: 991px) {
  .candidate .subheading.formheading {
    margin-top: 10vh;
  }
}

.candidate .formcontainer {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 991px) {
  .candidate .formcontainer {
    max-width: 100%;
    padding: 0 30px;
  }
}

.candidate .formcontainer .btn {
  margin-top: 38px;
  width: 100%;
  max-width: 352px;
}

/* hides aform label */
.aform .hidelabel label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  background-image: none;
  position: relative;
  border-radius: 0;
}

/* Remove IE arrow */
select::-ms-expand {
  display: none;
}

option {
  font-size: 16px;
  padding: 1em;
  font-weight: normal;
}

.aform .type-selectbox {
  position: relative;
}

.aform .type-selectbox::after {
  content: url(https://allmeaugmentation.com/wp-content/themes/boutros/images/selectarrow.svg);
  position: absolute;
  top: 50%;
  right: 23px;
  cursor: pointer;
  pointer-events: none;
  width: 17px;
  height: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.aform select,
.aform input[type="text"],
.aform input[type="tel"],
.aform input[type="email"],
.aform textarea {
  background-color: #F0F0F0;
  border: 1px solid rgba(0, 0, 0, 0.17);
  font-family: urbane, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #595959;
  padding-left: 10px;
  padding-right: 10px;
  height: 50px;
  width: 100%;
  border-radius: 0;
}

.aform select:focus,
.aform input[type="text"]:focus,
.aform input[type="tel"]:focus,
.aform input[type="email"]:focus,
.aform textarea:focus {
  outline: none;
  outline-color: transparent;
  outline-style: none;
  box-shadow: 0px 0px 2px 2px RGB(109, 141, 206, 0.8);
}

.aform input[type="text"],
.aform input[type="tel"],
.aform input[type="email"],
.aform textarea {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.aform textarea {
  height: 270px;
}

@media screen and (max-width: 767px) {
  .aform textarea {
    height: 122px;
  }
}

.aform .field-wrap {
  margin-bottom: 20px;
}

input::-webkit-input-placeholder {
  color: #595959;
  opacity: .8;
}

input:-moz-placeholder {
  color: #595959;
  opacity: .8;
}

input::-moz-placeholder {
  color: #595959;
  opacity: .8;
}

input:-ms-input-placeholder {
  color: #595959;
  opacity: .8;
}

textarea::-webkit-input-placeholder {
  color: #595959;
  opacity: .8;
}

textarea:-moz-placeholder {
  color: #595959;
  opacity: .8;
}

textarea::-moz-placeholder {
  color: #595959;
  opacity: .8;
}

textarea:-ms-input-placeholder {
  color: #595959;
  opacity: .8;
}

.type-submitbutton {
  margin: 30px auto 0 auto;
  text-align: center;
}

.type-submitbutton input {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-family: urbane, sans-serif;
  font-weight: 300;
  font-size: 16px;
  width: 163px;
  height: 70px;
  transition: background .3s ease;
  cursor: pointer;
  display: block;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .type-submitbutton input {
    width: 172px;
    height: 57px;
  }
}

.type-submitbutton input:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.candidform {
  display: grid;
  grid-template-columns: 48% 48%;
  grid-column-gap: 4%;
  margin-top: 40px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .candidform {
    max-width: 100%;
    padding: 0;
    grid-template-columns: 100%;
  }
}

.candidform .type-submitbutton input:hover {
  background-color: #5977B4;
}

.candidform .type-textarea,
.candidform .type-submitbutton {
  grid-column: 1 / -1;
}

.candidform .type-submitbutton {
  margin-bottom: 167px;
}

@media screen and (max-width: 767px) {
  .candidform .type-submitbutton {
    margin-bottom: 60px;
  }
}

footer {
  background-color: #F3F3F3;
  padding: 62px 6vw;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 1650px) {
  footer {
    padding: 62px 8vw;
  }
}

@media screen and (min-width: 1024px) {
  footer {
    padding: 62px 4vw;
  }
}

@media screen and (max-width: 991px) {
  footer {
    flex-direction: column;
    padding: 62px 2.5vw;
  }
}

@media screen and (max-width: 767px) {
  footer {
    padding: 62px 5vw;
  }
}

footer .fcol1 {
  flex: 1;
}

@media screen and (max-width: 991px) {
  footer .fcol1 {
    text-align: center;
    margin-bottom: 64px;
  }
}

footer .fcol1 img {
  margin-bottom: 34px;
}

@media screen and (max-width: 767px) {
  footer .fcol1 img {
    max-width: 100%;
  }
}

footer .fcol2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 1 auto;
}

footer .fcol2 ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 991px) {
  footer .fcol2 ul {
    flex-direction: row;
    margin-bottom: 40px;
  }
}

footer .fcol2 ul li {
  margin-bottom: 21px;
}

@media screen and (max-width: 991px) {
  footer .fcol2 ul li {
    margin-bottom: 0;
    margin-right: 1em;
  }
}

footer .fcol2 ul li a {
  width: 34px;
  display: block;
  text-align: center;
}

footer .fcol2 ul li a img {
  max-width: 100%;
  height: auto;
}

footer address {
  padding-bottom: 15px;
}

footer address a {
  font-size: 15px;
  color: #4F4263;
  text-decoration: none;
  display: block;
  letter-spacing: 0.05em;
  line-height: 1.7333333333;
}

footer address a br {
  display: none;
}

@media screen and (max-width: 767px) {
  footer address a br {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  footer address a {
    margin-bottom: 1em;
  }
}

footer .fhours {
  color: #4F4263;
  font-size: 15px;
  line-height: 1.7333333333;
  padding-bottom: .8em;
}

footer .fphone a {
  color: #4F4263;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.7333333333;
  text-decoration: none;
}

footer .fcol3 {
  color: #4F4263;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.7333333333;
  flex: 1;
}

footer .fcol3 a {
  text-decoration: none;
  color: #4F4263;
}

footer .fcol3 .copyright {
  margin-bottom: 34px;
  text-align: right;
}

@media screen and (max-width: 991px) {
  footer .fcol3 .copyright {
    text-align: center;
  }
}

footer .fcol3 .copyright span {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  footer .fcol3 .copyright span {
    display: none;
  }
}

footer .fcol3 .silvr {
  text-align: right;
}

@media screen and (max-width: 991px) {
  footer .fcol3 .silvr {
    text-align: center;
  }
}

footer .fcol3 .silvr img {
  margin-left: 10px;
}

.search .bgheaderimage,
.blog .bgheaderimage,
.category .bgheaderimage,
.single-post .bgheaderimage {
    background-color: #888888;
}

.search-no-results .indexpage.content {
    padding-bottom: 60px;
}

.searchbar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 3.3rem;
    padding-top: 40px;
}

.searchbar label {
    font-size: 0;
    visibility: hidden;
}

.searchbar input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    color: #fff;
    background: #6d8dce;
    transition: all .4s ease-in-out;
    padding: 1.5rem 2.4rem;
    cursor: pointer;
    font-size: 1.4rem;
}

.searchbar input[type=search] {
    position: relative;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    border-radius: 0;
    padding: 1.4rem 2.4rem;
    font-size: 1.3rem;
    min-width: 60vw;
}

.searchbar .catselect {
    position: relative;
}

.searchbar .fselect {
    display: block;
    padding: 1.65rem 2.4rem;
    background-color: #6D8DCE;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1;
    font-family: Lato, sans-serif;
    cursor: pointer;
}

.searchbar .fscats {
    display: none;
    position: absolute;
    flex-wrap: wrap;
    background-color: #f3f3f3;
    padding: 1.5rem;
    border: 1px solid #f0f0f0;
    right: 0;
    top: 5rem;
    left: inherit;
    min-width: 600px;
    z-index: 4;
    transition: all 0.4s ease-out;
}

.searchbar .fscats.is-active {
    display: flex;
}

.searchbar .fscats.is-active a {
    width: 50%;
    padding-bottom: .5rem;
    text-decoration:none;
    color: #5D5766;
}

@media screen and (min-width:1024px) {
    .searchbar {
        flex-direction: row;
        justify-content: space-between;
    }
    
    .searchbar input[type=search] {
        min-width: 30vw;
    }
}

.b-article {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px; 
    padding: 20px 0;
}

@media screen and (min-width:768px) {
    .b-article {
        flex-direction: row;
    }
}

.b-article .fimg {
    background-color: #f3f3f3;
    padding: 0;
    width: 316px;
    height: 316px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.b-article .fimg img {
    min-height:100%;
    min-width: 100%;
    object-fit: cover;
    object-position: center center;
}

.b-article .b-cnt { 
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    background-color:#ffffff;
    width: 75%;
    padding: 20px;
}

.b-article .b-cnt h2 a {
    color: #5D5766;
    text-decoration: none;in
}

.search .homeheader .left,
.blog .homeheader .left,
.single-post .homeheader .left {
    height: 100%;
}

.search .homeheader .left .content,
.blog .homeheader .left .content,
.single-post .homeheader .left .content {
    display:flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.search .homeheader .left .content h1,
.blog .homeheader .left .content h1,
.single-post .homeheader .left .content h1 {
    margin: 60px 0;
}

.single-post .singlenav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.4rem;
    position: relative;
}

nav.post-navigation {
    position: relative;
    transform:unset;
    background-color: transparent;
    color:#5d766;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    min-height: 60px;
    padding: 40px 0;
}

nav.post-navigation .screen-reader-text { display: none; }

nav.post-navigation .nav-links {
    display:flex;
    justify-content: space-between;
}

nav.post-navigation .nav-links a {
    background-color: #6D8DCE;
    border-bottom: unset;
}

/*# sourceMappingURL=style.css.map */