/**handles:insidestyle**/
.insidenav {
  background: transparent;
  position: relative;
  justify-content: space-between;
  z-index: initial;
  max-height: 760px;
}

@media screen and (max-width: 991px) {
  .insidenav {
    margin-top: 85px;
    z-index: initial;
  }
}

.insidenav > div {
  height: 384px;
  min-height: initial;
}

.insidenav .bgheaderimage {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 991px) {
  .insidenav .bgheaderimage {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (max-width: 767px) {
  .insidenav .bgheaderimage {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.insidenav .left {
  flex-basis: 100%;
  padding-bottom: 0;
  width: 100%;
  max-width: initial;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .insidenav .left {
    flex-basis: 0;
    height: 240px;
  }
}

.insidenav .overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 40%);
  z-index: 1;
  height: 100%;
}

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

.insidenav .headerend {
  background: linear-gradient(135deg, #4f4263 0%, #34254c 100%);
  position: relative;
  z-index: 8;
  flex: 1 0 22%;
}

@media screen and (min-width: 1920px) {
  .insidenav .headerend {
    max-width: 367px;
  }
}

.insidepage .logoburger.is-fixed .burger {
  margin-right: auto;
  margin-left: 3em;
}

@media screen and (max-width: 991px) {
  .insidepage .logoburger.is-fixed .burger {
    margin-right: 0;
    margin-left: 0;
  }
}

.insidepage .contactbox {
  flex: 1;
}

@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) {
    .insidepage .contactbox {
      padding: 1.5vw;
    }
  }
}

.pages a {
  color: #6D8DCE;
}

.iheadingwrap {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 8em;
  padding: 2.2em;
  background: linear-gradient(135deg, #4f4263 0%, #34254c 100%);
  width: 100%;
  max-width: 80vw;
  margin: 0 auto;
  margin-top: -200px;
  position: relative;
  z-index: 9;
  margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .iheadingwrap {
    margin-top: 0;
    max-width: 100vw;
    height: 6em;
  }
}

@media screen and (max-width: 767px) {
  .iheadingwrap {
    padding: 1em;
  }
}

h1 {
  color: #fff;
  font-size: 76px;
  font-family: playfair-display, serif;
  line-height: 1em;
  letter-spacing: 0.05em;
  line-height: 1em;
  padding-bottom: 14px;
  text-align: center;
}

@-moz-document url-prefix() {
  h1 {
    padding-top: 14px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
    padding: 0;
  }
  @-moz-document url-prefix() {
    h1 {
      padding-top: 0px;
      padding-bottom: 0;
    }
  }
}

.content {
  width: 100%;
  max-width: 80vw;
  display: block;
  margin: 0 auto;
}

.content h2 {
  font-family: playfair-display, serif;
  color: #5D5766;
  font-size: 40px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 28.2px;
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .content h2 {
    font-size: 36px;
  }
}

.content p {
  color: #676769;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 1.5555555556;
  margin-bottom: 1.5em;
}

.content h3 {
  font-family: playfair-display, serif;
  color: #5D5766;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 28.2px;
  margin-top: 2em;
}

.content h4 {
  font-family: playfair-display, serif;
  color: #5D5766;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.2916666667;
  text-align: center;
  margin-bottom: 28.2px;
  margin-top: 2em;
}

.content h5 {
  font-family: playfair-display, serif;
  color: #5D5766;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.2272727273;
  text-align: center;
  margin-bottom: 28.2px;
  margin-top: 2em;
}

@media screen and (max-width: 767px) {
  .content h2, .content h3, .content h4, .content h5 {
    text-align: left;
  }
}

.leadcontent {
  max-width: 65vw;
}

@media screen and (max-width: 767px) {
  .leadcontent {
    max-width: 80vw;
  }
}

.leadcontent h2, .leadcontent h3.h4, .leadcontent h5 {
  text-align: left;
}

.leadcontent p:last-of-type {
  margin-bottom: 80px;
}

.pages ul {
  font-family: lato, sans-serif;
  color: #5D5766;
  font-size: 18px;
  color: #4F4263;
}

.pages ul li {
  padding-bottom: 1em;
  padding-left: 30px;
  background-image: url(https://allmeaugmentation.com/wp-content/themes/boutros/images/bullet.svg);
  background-repeat: no-repeat;
  background-position: 0 8px;
  line-height: 1.2em;
}

.pages ul li a {
  color: #6D8DCE;
  text-decoration: underline;
}

.pages ul li a:hover {
  text-decoration: none;
}

.insidepage .quotebox {
  width: 100%;
  max-width: 80%;
}

@media screen and (max-width: 767px) {
  .insidepage .quotebox {
    padding: 60px 0;
    max-width: 85vw;
  }
}

.insidepage .quotebox .stars {
  margin-top: 45px;
  margin-bottom: 19px;
}

.insidepage .quotebox .stars span {
  color: #6D8DCE;
  font-size: 28px;
  margin-right: 7.1px;
}

.insidepage .quotebox .stars span:last-child {
  margin-right: 0;
}

.insidepage .quotebox .cite {
  font-family: lato, sans-serif;
  font-size: 18px;
  color: #676769;
  font-style: normal;
  margin-bottom: 16px;
}

.insidepage .btn {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  color: #fff;
  transition: all .3s ease;
  min-width: 232px;
}

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

.insidepage .btn.button-trans {
  background-color: transparent;
  border: 1px solid #fff;
}

.insidepage .btn.button-trans:hover {
  background-color: #5977B4;
  border: 1px solid #5977B4;
}

.insideform {
  display: grid;
}

@media screen and (min-width: 768px) {
  .insideform {
    grid-column-gap: 3%;
    grid-template-columns: 1f 1fr;
  }
}

.insideform .field-wrap {
  margin-bottom: 20px;
  grid-column: auto;
}

@media screen and (min-width: 768px) {
  .insideform .type-text,
.insideform .type-submitbutton,
.insideform .type-textarea {
    grid-column: span 2;
  }
}

.insideform .submit-btn {
  background-color: #6D8DCE;
}

.insideform .submit-btn:hover {
  background-color: #5977B4;
}

.breadcrumb {
  color: #A49EAD;
  font-size: 12px;
  text-align: center;
  margin-bottom: 44px;
}

.breadcrumb span {
  display: inline;
  line-height: 1.2em;
}

@media screen and (max-width: 767px) {
  .breadcrumb span {
    line-height: 1.5em;
  }
}

.breadcrumb a {
  color: #A49EAD;
  font-size: 12px;
  text-decoration: none;
  letter-spacing: 0.05em;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.boxicons {
  display: flex;
  height: 420px;
  margin-top: 80px;
  margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .boxicons {
    flex-direction: column;
    height: auto;
  }
}

.bileft {
  background: linear-gradient(135deg, #4f4263 0%, #34254c 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  flex-basis: 420px;
}

@media screen and (min-width: 1920px) {
  .bileft {
    flex-basis: 30%;
  }
}

@media screen and (max-width: 991px) {
  .bileft {
    flex: 0;
    min-height: 371px;
    height: auto;
  }
}

.bileft img {
  position: absolute;
  z-index: 1;
  max-width: 100%;
  height: auto;
}

.bileft h2 {
  color: #fff;
  font-family: playfair-display, serif;
  font-size: 40px;
  position: relative;
  z-index: 2;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.biright {
  background: #F3F3F3;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .biright {
    padding-top: 64px;
    padding-bottom: 115px;
  }
}

.biright .iconset {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .biright .iconset {
    flex-direction: column;
  }
}

.biright .iconset .iconflex {
  width: 228px;
  display: flex;
  flex-direction: column;
  margin-right: 15%;
  flex: 0;
}

@media screen and (max-width: 1024px) {
  .biright .iconset .iconflex {
    width: 185px;
    margin-right: 15%;
    flex: 0;
  }
}

@media screen and (max-width: 767px) {
  .biright .iconset .iconflex {
    margin-right: 0;
    margin-bottom: 37px;
    width: 164px;
  }
}

.biright .iconset .iconflex:last-child {
  margin-right: 0;
}

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

.biright .iconset img {
  width: 130px;
  margin: 0 auto 20px auto;
  display: block;
}

.biright .iconset small {
  color: #34244C;
  font-size: 15px;
  font-style: italic;
  letter-spacing: 0.05em;
  display: block;
  text-align: center;
}

.textleftwrap {
  background: #F3F3F3;
  max-width: 100vw;
  display: flex;
  position: relative;
}

@media screen and (max-width: 991px) {
  .textleftwrap {
    flex-direction: column;
  }
}

.textleftwrap .textleft {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-left: 10%;
  padding-right: 1%;
  flex-basis: 50%;
  padding-bottom: 60px;
  padding-top: 60px;
}

@media screen and (min-width: 1920px) {
  .textleftwrap .textleft {
    padding-left: 15%;
  }
}

@media screen and (max-width: 991px) {
  .textleftwrap .textleft {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .textleftwrap .textleft {
    padding-left: 0;
    padding-right: 0;
    max-width: 80vw;
    margin: 0 auto 2em auto;
  }
}

.textleftwrap .textleft h2 {
  margin-top: 0;
  text-align: left;
}

.textleftwrap .textleft.imgrbackground {
  padding: 8%;
}

@media screen and (max-width: 991px) {
  .textleftwrap .textleft.imgrbackground {
    order: 2;
    padding: 8%;
  }
}

@media screen and (max-width: 767px) {
  .textleftwrap .textleft.imgrbackground {
    padding: 32px 0 60px 0;
  }
}

.textleftwrap .imgright {
  flex-basis: 50%;
  padding: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .textleftwrap .imgright {
    padding: 0 0 10% 0;
    max-width: 80vw;
    margin: 0 auto;
  }
}

.textleftwrap .imgright img {
  max-width: 100%;
  height: auto;
  align-self: center;
}

.textleftwrap .imgright.imgrbackground {
  width: 100%;
  background-size: cover;
  padding-top: 56%;
  background-position: center;
}

@media screen and (min-width: 1920px) {
  .textleftwrap .imgright.imgrbackground {
    padding-top: 40%;
  }
}

@media screen and (max-width: 991px) {
  .textleftwrap .imgright.imgrbackground {
    order: 1;
    padding: 90% 0 0 0;
    margin: 0;
    max-width: 100%;
  }
}

.breakerbar {
  background: linear-gradient(135deg, #4f4263 0%, #34254c 100%);
  height: 33px;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  margin: 0 auto;
  position: absolute;
  top: calc(-33px / 2);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 991px) {
  .breakerbar {
    height: 17px;
    top: calc(-17px / 2);
  }
}

.textwodtwo h2 {
  padding: 0 15%;
  margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .textwodtwo h2 {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .textwodtwo h2 {
    margin-bottom: 55px;
  }
}

.textwodtwo .twcontent {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 8vw;
     -moz-column-gap: 8vw;
          column-gap: 8vw;
}

@media screen and (max-width: 1280px) {
  .textwodtwo .twcontent {
    -webkit-column-gap: 6vw;
       -moz-column-gap: 6vw;
            column-gap: 6vw;
  }
}

@media screen and (max-width: 991px) {
  .textwodtwo .twcontent {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    -webkit-column-count: initial;
       -moz-column-count: initial;
            column-count: initial;
  }
}

.textwodtwo .twcontent h2, .textwodtwo .twcontent h3, .textwodtwo .twcontent h4, .textwodtwo .twcontent h5 {
  text-align: left;
}

.textwodtwo .twcontent h2:first-of-type, .textwodtwo .twcontent h3:first-of-type, .textwodtwo .twcontent h4:first-of-type, .textwodtwo .twcontent h5:first-of-type {
  margin-top: 0;
}

.bluebox {
  background-color: #6D8DCE;
}

.bluebox p {
  color: #fff;
  font-family: playfair-display, serif;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding: 3em;
  text-align: center;
  margin-top: 140px;
}

@media screen and (max-width: 1280px) {
  .bluebox p {
    padding: 2.2em;
  }
}

@media screen and (max-width: 991px) {
  .bluebox p {
    padding: 1.5em;
    font-size: 20px;
    margin-top: 60px;
  }
}

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

.results {
  background: linear-gradient(135deg, #4f4263 0%, #34254c 100%);
  padding-top: 63px;
  padding-bottom: 87px;
}

.results.content {
  width: 100%;
  max-width: 100%;
}

.results h2 {
  color: #fff;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .results h2 {
    text-align: center;
  }
}

.results .onpagecase {
  display: flex;
  justify-content: center;
  max-width: 85vw;
  margin: 0 auto;
}

@media screen and (min-width: 1920px) {
  .results .onpagecase {
    max-width: 1650px;
  }
}

@media screen and (max-width: 991px) {
  .results .onpagecase {
    flex-wrap: wrap;
  }
}

.results .onpagecase a {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 16px;
  text-decoration: none;
  margin-right: 27px;
  width: calc(33% - 54px);
  justify-content: center;
  justify-items: center;
}

@media screen and (max-width: 991px) {
  .results .onpagecase a {
    width: 100%;
    margin-right: 0;
    grid-template-columns: 200px 200px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .results .onpagecase a {
    grid-template-columns: 1fr 1fr;
  }
}

.results .onpagecase a:last-child {
  margin-right: 0;
}

.results .onpagecase a div {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 991px) {
  .results .onpagecase a div {
    justify-content: center;
    align-items: center;
  }
}

.results .onpagecase a span {
  max-width: 200px;
  width: 100%;
  display: block;
  flex: 1;
}

.results .onpagecase a span img {
  width: 100%;
  height: auto;
  display: block;
}

.results .onpagecase p {
  text-align: center;
  font-size: 20px;
  font-family: playfair-display, serif;
  color: #fff;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 0;
  letter-spacing: 0.05em;
}

.results .btn {
  margin-top: 3em;
  margin-bottom: 0;
}

.backgroudimgholder {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 635px;
}

@media screen and (min-width: 1980px) {
  .backgroudimgholder {
    min-height: 860px;
  }
}

@media screen and (max-width: 1280px) {
  .backgroudimgholder {
    background-position: left;
  }
}

@media screen and (max-width: 991px) {
  .backgroudimgholder {
    min-height: initial;
    padding-top: 36.81%;
    background-size: 100%;
    background-position: center;
  }
}

.backgroudimgholder::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(135deg, #4f4263 0%, #34254c 100%);
  opacity: .78;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .backgroudimgholder::after {
    display: none;
  }
}

.imageblock {
  z-index: 1;
  position: relative;
}

.imageblock .hiddenmob {
  display: flex;
}

@media screen and (max-width: 991px) {
  .imageblock .hiddenmob {
    display: none;
  }
}

.imageblock .content {
  z-index: 4;
  position: relative;
  max-width: 60vw;
}

.imageblock .content.imgblockmobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .imageblock .content {
    max-width: 100%;
    display: none;
  }
  .imageblock .content.imgblockmobile {
    display: block;
    padding: 60px 8vw;
    background: linear-gradient(135deg, #4f4263 0%, #34254c 100%);
  }
}

.imageblock .content * {
  color: #fff;
}

.imageblock a {
  color: #fff;
  text-decoration: underline;
}

.imageblock h2 {
  margin-top: 0;
  text-align: left;
  color: #fff;
}

.imageblock p {
  color: #fff;
}

.imageblock p:last-child {
  margin-bottom: 0;
}

.doctorbar.textleftwrap .imgright {
  padding: 0;
  flex-basis: 577px;
}

@media screen and (max-width: 991px) {
  .doctorbar.textleftwrap .imgright {
    flex-basis: 100%;
    min-height: 1px;
    width: 100%;
    padding-top: 139.86%;
  }
}

.doctorbar.textleftwrap .textleft {
  padding: 0;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .doctorbar.textleftwrap .textleft {
    max-width: 85vw;
  }
}

.doctorbar.textleftwrap .textleft div {
  padding: 16%;
}

@media screen and (max-width: 1380px) {
  .doctorbar.textleftwrap .textleft div {
    padding: 10%;
  }
}

@media screen and (max-width: 767px) {
  .doctorbar.textleftwrap .textleft div {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .doctorbar.textleftwrap .textleft div p:last-of-type {
    margin-bottom: 0;
  }
  .doctorbar.textleftwrap .textleft div .btn {
    margin-bottom: 0;
  }
}

.textfull {
  padding-top: 135px;
  padding-bottom: 135px;
}

@media screen and (max-width: 767px) {
  .textfull {
    padding-top: 114px;
    padding-bottom: 114px;
  }
}

.textfull .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 10vw;
}

@media screen and (max-width: 1280px) {
  .textfull .content {
    padding: 0 8vw;
  }
}

@media screen and (max-width: 991px) {
  .textfull .content {
    padding: 0 4vw;
  }
}

@media screen and (max-width: 767px) {
  .textfull .content {
    padding: 0;
    max-width: 85vw;
  }
}

.textfull h2 {
  margin-top: 0;
  margin-bottom: 42px;
}

.textfull .btn,
.textfull p:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .textfull .btn {
    max-width: 240px;
  }
}

.gallerypage .homeheader {
  min-height: 384px;
  height: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .gallerypage .homeheader {
    height: 120px;
    min-height: initial;
  }
}

.gallerypage .homeheader h1 {
  position: absolute;
  left: 10vw;
  bottom: 26px;
}

.gallerypage .breadcrumb {
  text-align: left;
  margin-top: 1.5em;
}

.gallerypage .bgheaderimage {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .gallerypage .bgheaderimage {
    height: auto;
    -o-object-position: center;
       object-position: center;
  }
}

.single-rmg-category .content h2 {
  text-align: left;
  margin-bottom: 52px;
}

.gallerylanding {
  padding-bottom: calc(172px / 2);
}

.casewrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.casewrap.archiveCasewrap {
  justify-content: flex-start;
}

.casewrap.archiveCasewrap .smallCatCase {
  margin-right: 27px;
}

.smallCatCase {
  display: flex;
  max-width: calc( (100% / 3) - 27px);
  margin-bottom: 89px;
}

@media screen and (max-width: 1024px) {
  .smallCatCase {
    max-width: calc( (100% / 2) - 27px);
  }
}

@media screen and (max-width: 767px) {
  .smallCatCase {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.smallCatCase:nth-child(3n) {
  margin-right: 0;
}

.smallCatCase a {
  text-decoration: none;
}

.smallCatImgWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 15px;
  position: relative;
}

.smallCatImgWrap img {
  max-width: 100%;
  height: auto;
}

.smallCatImgWrap p {
  text-align: center;
  font-family: playfair-display, serif;
  color: #BBB8BF;
  margin-top: 12px;
  margin-bottom: 0;
}

@media (hover: hover) {
  .smallCatImgWrap:hover::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(129, 161, 226, 0.6);
    cursor: pointer;
  }
  .smallCatImgWrap:hover::before {
    content: "View Case";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.gallerySingleWrapCnt {
  padding-bottom: calc(172px / 2);
}

.gallerySingleWrapCnt h2 {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .gallerySingleWrapCnt h2 {
    margin-top: .5em;
  }
}

.galleryWrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {
  .galleryWrapper {
    flex-wrap: wrap;
  }
}

.singlesidebar {
  order: 2;
  width: 30%;
  margin-left: 6%;
}

@media screen and (max-width: 991px) {
  .singlesidebar {
    order: 1;
    width: 100%;
    margin-left: 0;
  }
}

.singleCaseWrap {
  max-width: 80%;
  flex: 0 1 80%;
}

@media screen and (max-width: 991px) {
  .singleCaseWrap {
    width: 100%;
    max-width: 100%;
    flex: 0 1 100%;
  }
}

@media screen and (max-width: 991px) {
  .singlesidebar .gallerynav {
    display: none;
  }
}

.gallerynav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.gallerynav a {
  color: #81A1E2;
  line-height: 0;
  margin-right: 10.5px;
}

.gallerynav a.galprev {
  margin-right: 10.5px;
  margin-left: 13px;
}

.gallerynav a.galnext {
  margin-right: 0px;
  margin-left: 0px;
}

.gallerynav.galnavmob {
  display: none;
}

@media screen and (max-width: 991px) {
  .gallerynav.galnavmob {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 30px;
  }
}

.gallerynav button {
  padding: 0;
  background-color: #81A1E2;
  border: none;
  width: 46px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallerynav button img {
  display: block;
  max-width: 100%;
  height: auto;
}

.galprev img {
  left: 2px;
  position: relative;
}

.galnext img {
  right: 2px;
  position: relative;
}

.caseImgWrap {
  display: flex;
  flex-wrap: wrap;
}

.caseImgWrap .casegrid {
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 15px;
  margin-bottom: 27.5px;
}

.caseImgWrap .casegrid img {
  width: 100%;
  height: auto;
}

.contactarea p.heading {
  font-size: 30px;
  font-family: urbane, sans-serif;
  font-style: italic;
  color: #34254C;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.3666666667;
  margin-bottom: 22px;
}

@media screen and (max-width: 767px) {
  .contactarea p.heading {
    font-size: 25px;
  }
}

.contactarea .subheading {
  color: #34254C;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 0.7;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .contactarea .subheading {
    font-size: 30px;
  }
}

.contactarea .subheading a {
  text-decoration: none;
  color: #34254C;
}

.addresswrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 60vw;
  margin: 0 auto;
  margin-bottom: 106px;
  padding-top: 80px;
}

@media screen and (max-width: 991px) {
  .addresswrap {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .addresswrap {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
}

.addresswrap a {
  width: 50%;
  text-decoration: none;
  color: #34254C;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .addresswrap a {
    width: 100%;
    margin-bottom: 30px;
  }
}

.addresswrap address {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.addresswrap address img {
  margin-right: 35px;
}

@media screen and (max-width: 767px) {
  .addresswrap address img {
    margin-right: 22px;
  }
}

.addresswrap address span {
  font-size: 29px;
  display: block;
  letter-spacing: 0.05em;
  line-height: 1.0344827586;
  margin-bottom: .2em;
}

.addresswrap address span:last-of-type {
  font-size: 19px;
  letter-spacing: 0.05em;
  line-height: 1.5789473684;
}

@media screen and (max-width: 991px) {
  .addresswrap address span:last-of-type {
    font-size: 16px;
  }
}

.formwrap {
  padding: 0 8vw;
  margin-bottom: 135px;
}

@media screen and (max-width: 991px) {
  .formwrap {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .formwrap {
    margin-bottom: 3vh;
  }
}

.logobar {
  background: linear-gradient(126deg, #4f4263 0%, #34254c 100%);
}

.logobar .bluelogo {
  padding-bottom: 4rem;
  padding-top: 4rem;
}

.contactarea .bluelogo {
  padding-bottom: 1rem;
}
/*# sourceMappingURL=inside.css.map */