/*
Version: 1.0.0
Theme Name: MIDA Theme

Author: Saxon Evers
Author URI: http://thriveweb.com.au
Theme URI: http://thriveweb.com.au

Description: Wizardry Template
Text Domain: MIDA The tool for everything
Tags: Responsive, Awesome
*/


/*---------------------------- typography ----------------------------*/

h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 20px;
    line-height: 125%;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 13px;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, p:first-child {
    margin-top: 0;
}

p {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
}

body, textarea, input {
    font-family: "brandon-grotesque";
    font-size: 20px;
    line-height: 140%;
    color: #6d5868;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    color: #6d5868;
    font-weight: normal;
    font-family: "brandon-grotesque";
    -webkit-font-smoothing: antialiased;
}

a {
    color: #b21e77;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a:hover {
    text-decoration: none;
    color: #961161;
}

blockquote {
    font-style: italic;
    font-size: 20px;
    line-height: 24px;
    color: gray;
    margin-left: 0;
    padding-left: 40px;
    border-left: dotted 2px silver;
}

.wp-caption-text {
    font-size: 14px;
}

.sticky {
    font-size: 14px;
}

.screen-reader-text {
    font-size: 14px;
}

.gallery-caption {
    font-size: 14px;
}

.bypostauthor {
    font-size: 14px;
}

.lora {
    font-family: 'Lora', serif;
}

.white_text *,
.white_text{
    color: #ffffff;
}

.purple_text{
    color: #b21e77;
}

/*-------------- Edit ---------------*/

.edit_link {
    position: fixed;
    margin: 0;
    top: 100px;
    left: 10px;
    z-index: 99999;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
}

.edit_link i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #f4a69d;
    border-radius: 30px;
    font-size: 15px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.edit_link span {
    background-color: #f4a69d;
    text-transform: uppercase;
    padding: 3px 5px;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.edit_link a {
    color: #000000;
    background-color: transparent !important;
}

.edit_link a:hover i {
    background-color: #77cdd2;
    color: #ffffff;
}

.edit_link a:hover span {
    background-color: #77cdd2;
    color: #ffffff;
}


/*-------------- Helpers ---------------*/

.center {
    max-width: 1200px;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}

.lrg_center {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
}

.clear {
    clear: both;
}

.fright {
    float: right;
}

.taright {
    text-align: right;
}

.tacenter {
    text-align: center;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.alignright {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

.alignleft {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}


/*-------------- Images ---------------*/

img {
    width: 100%;
    height: auto;
}

img.size-full {
    max-width: 100%;
    width: auto;
}


/*-------------- Header and Body ---------------*/

body {
    margin: 0;
    background-color: #ffffff;
    overflow-x: hidden;
}

header {
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    background-color: #ffffff;
}

header .lcol {
    width: 30%;
}

header .rcol {
    width: 70%;
}

a#logo {
    display: block;
    text-align: center;
    margin-top: 0;
    width: 240px;
    float: left;
    line-height: 0;
}

a#logo img{
    line-height: 0;
}

a#logo:hover {
    opacity: 0.8;
}

#menu-btn{
    display: none;
    position: fixed;
    right: 20px;
    top: 13px;
    z-index: 99999;
    line-height: 0;
    cursor: pointer;
}

/*-------------- Social ---------------*/

ul#social {
    margin: 0;
    padding: 0;
}

ul#social li {
    margin: 0 5px;
    padding: 0;
    list-style: none;
    display: inline-block;
    ;
    vertical-align: middle;
}

ul#social li a {
    display: block;
}


/*--- Side Nav ---*/

.scrollnav {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    width: 55px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.scrollnav.dots_menu ul {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

.scrollnav.dots_menu ul li {
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
    list-style: none;
    display: block;
    position: relative;
    width: 100%;
    height: 25px;
}

.scrollnav.dots_menu ul li a {
    width: 100%;
    height: 30px;
    display: block;
    position: relative;
    cursor: pointer;
}

.scrollnav.dots_menu ul li a span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 4px;
    height: 4px;
    border-radius: 28px;
    background-color: #ffffff;
    display: inline-block;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform-origin: center center;
    -webkit-transform-origin: center center;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.scrollnav.dots_menu ul li a.active span, .scrollnav.dots_menu ul li a:hover span {
    width: 14px;
    height: 14px;
}


/*-------------- Full Nav ---------------*/

nav {
    position: relative;
    z-index: 600;
    display: inline-block;
    vertical-align: middle;
    float: right;
}

nav ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}

nav ul li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    position: relative;
}

header .lcol nav ul li.menu-item-has-children:first-child {
    padding-left: 0;
}

header .rcol nav ul li:last-child {
    padding-right: 0;
}

nav ul li a {
    padding: 9px 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    color: #6d5868;
    line-height: 34px;
}

nav ul li.current-menu-parent a, nav ul li.current-menu-item a {
    color: #b21e77;
}

nav ul li a:hover {
    color: #b21e77;
}


/*--- Sub Menu ---*/

nav ul li.menu-item-has-children a:first-of-type {
    padding-right: 25px !important;
}

nav ul li.menu-item-has-children a:after {
    content: '\f0d7';
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 16px;
    color: #6d5868;
}

nav ul li.menu-item-has-children ul {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 70px;
    left: 0px;
    background-color: rgba(244, 230, 230, 0.9);
    border-radius: 10px;
    width: 220px;
    opacity: 0;
    overflow: hidden;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
    display: block;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

nav ul li.menu-item-has-children ul li {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 220px;
    font-size: 13px;
    text-align: left;
    display: block;
}

nav ul li.current-menu-parent ul li a, nav ul li.current-menu-item ul li a {
    color: #6d5868;

}

nav ul li ul li a:hover,
nav ul li.current-menu-parent ul li.current-menu-item a {
    color: #b21e77;
    background-color: rgba(244, 230, 230, 1);
}

nav ul li.menu-item-has-children ul li a {
    padding: 15px 10px;
    margin: 0;
    font-size: 12px;
    display: block;
    line-height: 100%;
}

nav ul li.menu-item-has-children ul li a:after {
    content: '';
}

nav ul li.menu-item-has-children ul li a:first-of-type {
    padding-right: 0;
}

nav ul li.menu-item-has-children ul li:last-child a {
    border-bottom: none;
}

nav ul li.menu-item-has-children:hover ul {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
}

/*--- CTA ---*/

.nav_cta {
    margin-left: 25px;
}

nav li .nav_cta {
    line-height: 110%;
    text-align: center;
}

nav li .nav_cta a {
    padding: 0;
    line-height: 25px;
}

.nav_cta .purple_button {
    padding: 8px 15px;
    line-height: 110%;
}

.nav_cta p {
    margin: 0;
}

/*--- Res Nac ---*/

.res_nav{
	display: none;
}

/*-------------- Content ---------------*/


/*-------------- Content Frame ---------------*/

.fcol {
    margin: auto;
    width: 100%;
}

.scol {
    width: 80%;
    margin: auto;
}

.lcol {
    float: left;
    width: 45%;
}

.rcol {
    float: right;
    width: 45%;
}

.contact .lcol {
    float: left;
    width: 45%;
}

.contact .rcol {
    float: right;
    width: 45%;
}

.wcol.image {
    margin-bottom: 80px;
}

/*-------------- Helpers ---------------*/

ul.sub-menu:after, #gform_2:after, .clearfix:after, .clear-multi:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.abso_center {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20;
    width: 100%;
    max-width: 1050px;
    padding: 0 10px;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.relly {
    position: relative;
    z-index: 100;
}

.xsml_pad {
    padding: 10px 0;
}

.sml_pad {
    padding: 20px 0;
}

.med_pad {
    padding: 40px 0;
}

.lrg_pad {
    padding: 60px 0;
}

.xlrg_pad {
    padding: 80px 0;
}

.marg_bottom {
    margin-bottom: 30px;
}

.content_style ul{
	margin: 0;
	padding: 0;
}

.content_style ul li{
	margin: 0;
	padding: 0;
    padding-left: 20px;
    list-style: none;

    background-repeat: no-repeat;
    background-image: url(images/list-style.svg);
    background-size: 8px;
    background-position: left top 10px;
    margin-bottom: 10px;
}

.white_section {
    background-color: #ffffff;
}

.lightgrey_section {
    background-color: #f7f7f7;
}

.grey_section {
    background-color: #efefef;
}

.pink_section {
    background-color: #fff7f7;
}

.grey_section.bg{
    background-image: url(images/logo-circle-bg-opac.svg);
    background-repeat: no-repeat;
    background-size: 1050px;
    background-position: center left -170px;
}

.three_col {
    float: left;
    width: 33.33333%;
}

.border_top {
    border-top: solid 16px #e4e7ea;
}

.offset_border {
    position: relative;
    margin-bottom: 60px;
}

.offset_border:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: solid 3px #f4b7ab;
}

.offset_border.right:after {
    left: 20px;
    top: 20px;
}

.offset_border.left:after {
    left: -20px;
    top: inherit;
    bottom: -20px;
}

.purple_button {
    padding: 10px 25px;
    box-sizing: border-box;
    border-radius: 60px;
    background-color: #b21e77;
    color: #ffffff;
    display: inline-block;
}

.purple_button:hover {
    background-color: #961161;
    color: #ffffff;
}

.purple_border_button {
    padding: 10px 25px;
    box-sizing: border-box;
    border-radius: 60px;
    border: solid 1px #b21e77;
    color: #b21e77;
    display: inline-block;
}

.purple_border_button:hover {
    background-color: #961161;
    color: #ffffff;
}

.circle_overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-image: url(images/circle-background-opac.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.circle_overlay_full {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-image: url(images/circle-background.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.page_title{
    font-size: 28px;
}

/*-------------- Slick ---------------*/


/*-------------- Page Styles ---------------*/

.testimonial_slide,
.about_gallery,
.featured_slide{
    display: none !important;
}

.loaded .testimonial_slide,
.loaded .about_gallery,
.loaded .featured_slide{
    display: block !important;
}

.full_screen_image {
    min-height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-sizing: border-box;
    margin-top: 79px;
}

.full_screen_image.app {
    min-height: 370px;
    margin-top: 0;
}


/*--- Appointment ---*/

.lrg_center .rcol {
    width: 40%;
}

.book_appointment .lrg_center {
    padding-top: 15px;
}

.book_appointment .lrg_center .purple_button {
    margin-top: 40px;
}

/*--- Home ---*/

.featured_slide {
    position: relative;
}

.featured_slide .slide_item {
    min-height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.featured_slide ul.slick-dots {
    position: absolute;
    right: 40px;
    top: 50%;
    margin: 0;
    padding: 0;
}

.featured_slide ul.slick-dots li {
    margin: 0;
    list-style: none;
    position: relative;
    width: 35px;
    height: 35px;
    text-align: center;
}

.featured_slide ul.slick-dots li button {
    padding: 0;
    margin: 0;
    border: none;
    text-indent: -9999999px;
    width: 8px;
    height: 8px;
    display: block;
    cursor: pointer;
    border-radius: 100px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.featured_slide ul.slick-dots li.slick-active button, .featured_slide ul.slick-dots li:hover button {
    width: 17px;
    height: 17px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.featured_slide ul.slick-dots li button:focus {
    outline: none;
}

.bio_profile {
    border: solid 3px #f4b7ab;
    border-radius: 500px;
    max-width: 350px;
    line-height: 0;
}

.bio_profile.home{
    max-width: 290px;
    line-height: 0;
    position: absolute;
    bottom: 160px;
}

.profile_content{
    position: absolute;
    max-width: 500px;
    padding: 40px;
    box-sizing: border-box;
    background-color: #ffffff;
    left: 30%;
    bottom: 0px;
    z-index: 90;
}

.profile_content .purple_button{
    margin-top: 30px;
}

.bio_profile img {
    padding: 15px;
    box-sizing: border-box;
}

.associate .lcol{
  width: 30%;
}

.associate .rcol{
  width: 60%;
}

.value_list {}

.value_item {
    display: inline-block;
    float: left;
    width: 25%;
    padding: 0 25px;
    box-sizing: border-box;
    padding-top: 115px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100px;
}

.value_item:nth-child(1) {
    background-image: url(images/h-icon-1.svg);
}

.value_item:nth-child(2) {
    background-image: url(images/h-icon-2.svg);
}

.value_item:nth-child(3) {
    background-image: url(images/h-icon-3.svg);
}

.value_item:nth-child(4) {
    background-image: url(images/h-icon-4.svg);
}

.h_service_item {
    padding: 10px;
    box-sizing: border-box;
    float: left;
}

.h_service_item_inner {
    min-height: 350px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.h_service_item:nth-child(1) {
    width: 60%;
}

.h_service_item:nth-child(2) {
    width: 40%;
}

.h_service_item:nth-child(2) .h_service_cont {
    float: right;
    text-align: right;
}

.h_service_item:nth-child(3) {
    width: 40%;
}

.h_service_item:nth-child(1) *,
.h_service_item:nth-child(2) *,
.h_service_item:nth-child(3) *,
.h_service_item:nth-child(4) *{
    color:  #ffffff;
}

.h_service_item:nth-child(1) .h_service_cont a,
.h_service_item:nth-child(2) .h_service_cont a,
.h_service_item:nth-child(3) .h_service_cont a,
.h_service_item:nth-child(4) .h_service_cont a{
    color: #ffffff;
    border: solid 1px #ffffff;
}

.h_service_item:nth-child(4) {
    width: 60%;
}

.h_service_item .h_service_item_inner{
    position: relative;
}

.h_service_item .h_service_item_inner:after{
    content: '';
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
}

.h_service_item:nth-child(1) .h_service_item_inner:after{
    max-width: 330px;
    width: 100%;
}

.h_service_item:nth-child(2) .h_service_item_inner:after{
    left: inherit;
    right: 0;

    max-width: 260px;
    width: 100%;
}

.h_service_item:nth-child(3) .h_service_item_inner:after{
    max-width: 270px;
    width: 100%;
}

.h_service_item:nth-child(4) .h_service_item_inner:after{
    max-width: 290px;
    width: 100%;
}

.h_service_item .h_service_cont {
    max-width: 250px;
    padding: 0 30px;
    margin-top: 60px;
    float: left;
    position: relative;
    z-index: 100;
}

.h_service_item .h_service_cont a {
    padding: 5px 25px;
    font-size: 14px;
    box-sizing: border-box;
    border-radius: 60px;
    border: solid 1px #6d5868;
    color: #6d5868;
    margin-top: 20px;
    font-weight: bold;
    display: inline-block;
}

.h_service_item .h_service_cont a:hover{
    background-color: #6d5868;
    color: #ffffff;
}

.testimonial_slide{
    padding: 80px 0;
}

.testimonial_slide .slick-prev,
.testimonial_slide .slick-next{
    z-index: 100;
}

.testimonial_slide .slick-prev{
    left: 0;
}

.testimonial_slide .slick-next{
    right: 0;
}

.testimonial_slides {}

.testimonial_slide_item {
    width: 80%;
    margin: auto;
}

.testimonial_slide_item{
    opacity: 0.2;
}

.testimonial_slide_item.slick-center{
    opacity: 1;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.testimonial_slide_item .purple_border_button{
    margin-top: 40px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.testimonial_slide_item:focus {
    outline: none;
}

.testimonial_slide ul.slick-dots {
    position: relative;
    margin: 0;
    margin-top: 40px;
    padding: 0;
    width: 100%;
    text-align: center;
}

.testimonial_slide ul.slick-dots li {
    margin: 0 10px;
    list-style: none;
    position: relative;
    display: inline-block;
    text-align: center;
}

.testimonial_slide ul.slick-dots li button {
    padding: 0;
    margin: 0;
    border: none;
    text-indent: -9999999px;
    width: 10px;
    height: 10px;
    display: block;
    cursor: pointer;
    border-radius: 100px;
    background-color: transparent;
    border: solid 1px #6d5868;
}

.testimonial_slide ul.slick-dots li.slick-active button, .testimonial_slide ul.slick-dots li:hover button {
    background-color: #6d5868;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.testimonial_slide ul.slick-dots li button:focus {
    outline: none;
}

/*--- About ---*/

.about_gallery{
    position: relative;
}

.slick-prev,
.slick-next{
    position: absolute;
    width: 120px;
    height: 100%;

    top: 0;
    text-indent: -9999999px;
    border: none;
    background-color: transparent;
    cursor: pointer;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px;
}

.slick-prev:focus,
.slick-next:focus{
    outline: none;
}

.slick-prev{
    left: -100px;
    background-image: url(images/slide-border-left.svg);
}

.slick-next{
    right: -100px;
    background-image: url(images/slide-border-right.svg);
}

.bio_profile.about{
    border: none;
}

.bio_profile.about img{
    padding: 0;
}

.bio_profile.offset_border:after, .bio_profile img {
    border-radius: 300px;
}


.accordion h3 {
    margin: 0;
    margin-bottom: 30px;
    padding: 20px 30px;
    box-sizing: border-box;
    display: block;
    cursor: pointer;
    background-color: #faf5f3;
    font-size: 20px;
    letter-spacing: 2px;
    position: relative;
    border-radius: 3px;
}

.accordion h3:after {
    content: '\f107';
    font-family: fontAwesome;
    font-size: 28px;
    position: absolute;
    right: 10px;
    top: 20px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.accordion h3.ui-accordion-header-active:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.accordion h3:focus {
    outline: none;
}

.accordion_cont {
    padding-bottom: 40px;
    padding-top: 10px;
    width: 90%;
    margin: auto;
}


/*--- Success Stories ---*/

.success_story_item:nth-child(1n) {
    background-color: #fafafa;
}

.success_story_item:nth-child(2n) {
    background-color: #faf5f3;
}

.success_story_item .lcol{
    width: 100%;
}

.success_story_item .rcol{
    width: 100%;
    margin-top: 40px;
}

.story_category {
    margin-bottom: 30px;
}


/*--- Services ---*/

.split_overlay {}

.split_overlay .lcol {
    width: 55%;
    padding-top: 80px;
}

.split_overlay .rcol {
    padding: 30px 50px;
    box-sizing: border-box;
    background-color: #ececec;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}

.bottom_excerpt {
    margin-top: 60px;
}

.bottom_excerpt .lcol {
    width: 60%;
}

.grey_list_style{
	margin-top: 50px;
}

.grey_list_item {
    float: left;
    width: 50%;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.bottom_excerpt.single {
    margin-top: 0;
}

/*--- Contact ---*/

.off_center_title{
    margin-left: -40px;
}

/*--- Form ---*/


/*- Forms -*/

#gform_1 {}

#gform_2 {
    margin-top: 50px;
}

.gform_heading {
    display: none;
}

.gform_body {
    float: left;
    width: 48%;
}

#gform_wrapper_3 .gform_body{
	float: none;
	width: 100%;
}

#field_2_5 {
    float: right;
    width: 48%;
}

#gform_2 ul,
#gform_3 ul {
    margin: 0;
    padding: 0;
}

#gform_2 li,
#gform_3 li{
    margin: 0;
    padding: 0;
    list-style: none;
}

#gform_2 label,
#gform_3 label {
    display: none;
}

#gform_2 input, #gform_2 textarea, #gform_2 select,
#gform_3 input, #gform_3 textarea, #gform_3 select {
    width: 100%;
    box-sizing: border-box;
    border: none;
    background-color: #faf5f3;
    color: #6d5868;
    font-weight: 600;
}

#gform_2 input,
#gform_3 input,
#gform_3 select {
    height: 89px;
    padding: 5px 10px;
    box-sizing: border-box;
    margin-bottom: 16px;
}

#gform_2 textarea,
#gform_3 textarea  {
    padding: 10px;
    box-sizing: border-box;
}

#gform_2 li.gfield_error input, #gform_2 li.gfield_error textarea,
#gform_3 li.gfield_error input, #gform_3 li.gfield_error textarea {
    border-left: solid 2px #b21e77;
}

#gform_3 select{
    display: inline-block;
    vertical-align: middle;
}

.clear-multi{

}

.clear-multi .ginput_container_date,
.clear-multi .ginput_container_time{
    float: left;
    width: 33.333%;
    padding: 0 5px;
    box-sizing: border-box;
}

.gfield_time_hour i{
    display: none;
}

.gform_footer {
    text-align: right;
}

#gform_3 .gform_footer input,
.gform_footer input {
    border: none;
    padding: 10px 35px;
    border-radius: 50px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    background-color: #b21e77;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    width: 200px;
    height: 54px;
    text-align: center;
}

#gform_3 .gform_footer input:hover,
.gform_footer input:hover {
    background-color: #961161;
}

.validation_error {
    background-color: #b21e77;
    color: #ffffff;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}

.gfield_description.validation_message {
    display: none;
}

/*--- Map ---*/

.map_wrap {
    position: relative;
}

.mapoverlay {
    background: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: block;
    box-sizing: border-box;
}

.acf-map {
    width: 100%;
    height: 520px;
}


/* fixes potential theme css conflict */

.acf-map img {
    max-width: inherit !important;
}


/*-------------- Sub Pages ---------------*/

.attachment-subpage_thumbnail {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 5px;
    background: #FFF;
    background-image: url(images/diag.png);
    padding: 10px;
}


/*-------------- Blog Header ---------------*/


/*-------------- Blog Format ---------------*/

article {
    margin-bottom: 40px;
}


/*-------------- Blog Dets ---------------*/


/*-------------- Header and Body ---------------*/


/*-------------- Comments ---------------*/

div#comments {
    position: relative;
}

#comments textarea {
    width: 600px;
}

#comments .author {
    float: left;
    font-weight: bold;
    line-height: 30px;
}

#comments .time {
    color: #a5a5a5;
    float: right;
}

#comments em {
    padding-bottom: 15px;
    display: block;
}

#comments #comments_num {
    position: absolute;
    left: -260px;
    top: 0;
    margin: 0;
}

article #comments #comments_num {
    display: none;
}

#comments .commentlist {
    margin: 0;
    padding: 0;
}

#comments .comment {
    padding-bottom: 5px;
    border-top: solid 1px #cfcfcf;
    list-style: none;
    padding-bottom: 5px;
}

#comments #respond {
    margin-top: 20px;
}

#comments input {
    padding: 5px;
}

#comments .avatar {
    margin-right: 10px;
    float: left;
}

#comments .children {
    padding-left: 0;
}

#comments .children li {
    margin-left: 60px;
}

p.author, p.time {
    margin-bottom: 0;
}

.commentlist li {}

.commentlist li:before {
    content: ' ';
    padding: 0;
}


/*-------------- General Button Style ---------------*/

input:hover, input:focus, input:active, textarea:hover, textarea:focus, textarea:active {
    outline: none;
}


/*-------------- Footer ---------------*/

#foot_wrap {
    text-align: center;
    padding: 50px 0;
    background-color: #b1a3af;
}

#foot_wrap .three_col {}

#foot_wrap .three_col h4 {
    margin: 20px 0;
    margin-top: 40px;
    color: #62565f;
}

#foot_wrap .three_col.one {
    text-align: left;
}

#foot_wrap .three_col.one img {
    max-width: 250px;
    width: 100%;
}

#foot_wrap .three_col.two {}

#foot_wrap .three_col.two img {
    max-width: 170px;
    width: 100%;
    margin: auto;
}

#foot_wrap .three_col.three .address p {
    color: #ffffff;
}

#foot_wrap .three_col.three .contact_dets {
    margin-top: 20px;
}

#foot_wrap .three_col.three .contact_dets p {
    margin: 0;
    line-height: 120%;
}

#foot_wrap .three_col.three .contact_dets a {
    color: #ffffff;
    font-weight: bold;
}

footer {}

.bottom_footer {
    padding: 20px 0;
    border-top: solid 1px #ffffff;
    background-color: #b1a3af;
    text-align: center;
}

.bottom_footer p {
    margin: 0;
	font-size: 12px;
}

.social {}

.social ul {
    margin: 0;
    margin-top: 40px;
    padding: 0;
}

.social ul li {
    margin: 0 10px;
    padding: 0;
    display: inline-block;
    list-style: none;
}

.social ul li a {
    display: block;
    color: #ffffff;
    font-size: 22px;
}


/*-------------- Forms ---------------*/


/*-------------- CF& Notices ---------------*/


/*-------------- Responsive Styling ---------------*/

@media screen and (max-width: 1150px) {}

@media screen and (max-width: 1100px) {

    body{
        margin-top: 47px;
    }

    .main_inner{
        position: relative;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .main_inner.anime {
        transform: translateX(-300px);
        -webkit-transform: translateX(-300px);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    header{
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: solid 1px #f4a69d;
        box-sizing: border-box;
        
    }
    #menu-btn{
        z-index: 999999;
        display: block;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    #menu-btn:hover svg path,
    #menu-btn.anime svg path{
        stroke: #f4a69d;
        fill: #f4a69d;
    }
    a#logo{
        width: 160px;
    }
    .res_nav_inner{
        position: relative;
        overflow-y: scroll;
        width: 100%;
        height: 100%;
    }
    .res_nav {
        display: block;
        position: fixed;
        width: 300px;
        z-index: 99999;
        right: 0;
        top: 0;
        background-color: #ffffff;
        height: 100%;
        transform: translateX(300px);
        -webkit-transform: translateX(300px);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        border-left: solid 1px #f4a69d;
        box-sizing: border-box;
    }
    .res_nav.anime{
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    #full_nav{
        display: none;
    }
    nav{
        float: none;
        width: 100%;
        padding: 47px 0;
    }
    nav ul {
        display: block;
        vertical-align: inherit;
        width: 100%;
        text-align: center;
    }
    nav ul li{
        display: block;
        position: relative;
        text-align: center;
    }
    nav ul li a {
        padding: 3px 10px;
        font-size: 14px;
        position: relative;
        color: #6d5868;
        line-height: 28px;
    }
    nav ul li.menu-item-has-children a:after{
        top: 2px;
    }
    nav ul li.menu-item-has-children ul{
        position: relative;
        top: inherit;
        left: inherit;
        background-color: rgba(244, 230, 230, 1);
        border-radius: 0;
        width: 100%;
        opacity: 1;
        overflow: hidden;
        -webkit-transform: inherit;
        transform: inherit;
        -webkit-transform-origin: inherit;
        transform-origin: inherit;
        display: block;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    nav ul li.menu-item-has-children ul li{
        width: 100%;
        float: none;
        font-size: 13px;
        text-align: center;
        display: block;
        background-color: #e4d7d7;
        border: solid 1px #f4e7e7;
        box-sizing: border-box;
    }
    nav ul li.menu-item-has-children ul li a {
        padding: 8px 10px;
        margin: 0;
        font-size: 12px;
        display: block;
        line-height: 100%;
    }
    nav li .nav_cta {
        line-height: 110%;
        text-align: center;
        padding: 10px 0;
        margin: 0;
    }
    .full_screen_image{
        margin-top: 0;
    }
    .circle_overlay_full{
        display: none;
    }
    .abso_center {
		position: absolute;
		top: inherit;
		left: 10px;
		bottom: 20px;
		display: inline-block;
		z-index: 20;
	    max-width: 290px;
        width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		transform: inherit;
		-webkit-transform: inherit;
		padding: 10px;
        background-color: rgba(198, 100, 159, 0.58);
    }

    .contact .full_screen_image .abso_center p{
        font-size: 15px;
        line-height: 17px;
    }

    .off_center_title{
        margin-left: 0;
    }

}

@media screen and (max-width: 1000px) {

    .value_item{
        width: 50%;
    }

    .associate .lcol, .associate .rcol{
      display: block ;
      margin: 0 auto 1rem !important;
      float: none;
    }

    .associate .rcol{
      width: 90%;
      text-align: center;
    }

    .hbio .lcol{
        float: none;
        width: 80%;
        margin: auto;
        text-align: center;
    }

    .hbio .lcol .bio_profile.home{
        max-width: 290px;
        line-height: 0;
        position: relative;
        bottom: inherit;
        margin: auto;
        margin-top: 40px;
    }

    .hbio .lcol .profile_content {
        position: relative;
        max-width: 800px;
        padding: 40px;
        box-sizing: border-box;
        background-color: #ffffff;
        left: inherit;
        bottom: inherit;
        z-index: 90;
        margin: auto;
    }

    .hbio .rcol{
        display: none;
    }

}

    .h_service_item:nth-child(1) .h_service_item_inner:after,
    .h_service_item:nth-child(2) .h_service_item_inner:after,
    .h_service_item:nth-child(3) .h_service_item_inner:after,
    .h_service_item:nth-child(4) .h_service_item_inner:after,
    .h_service_item:nth-child(5) .h_service_item_inner:after{
        max-width: 100%;
        width: 100%;
        background-color: rgba(178, 30, 119, 0.24);
    }

    .purple_button {
        padding: 5px 20px;
        background-color: #b21e77;
        color: #ffffff;
        display: inline-block;
        font-size: 15px;
        line-height: 18px;
    }

@media screen and (max-width: 950px) {

    h1 { font-size: 34px; }
    h2 { font-size: 28px; }
    h3 { font-size: 25px; }
    h4 { font-size: 20px; }
    h5 { font-size: 18px; }
    h6 { font-size: 13px; }
    p { font-size: 16px; }

    .book_appointment .lrg_center .purple_button {
        margin-top: 20px;
    }
}

@media screen and (max-width: 850px) {

    #foot_wrap .three_col.one {
        text-align: center;
        margin-bottom: 40px;
    }

    #foot_wrap .three_col.three.taright{
        text-align: center;
    }

    .three_col {
        float: left;
        width: 100%;
    }

    .split_overlay .lcol {
        width: 100%;
        padding-top: 20px;
    }

    .split_overlay .lcol .offset_border {
        position: relative;
        margin: auto;
        margin-bottom: 60px;
        width: 70%;
    }

    .split_overlay .rcol {
        width: 100%;
        margin: 0;
        position: relative;
        top: inherit;
        right: inherit;
    }

    .bottom_excerpt .lcol{
        width: 100%;
    }

    .split_white_section .offset_border {
        position: relative;
        width: 74%;
        margin: auto;
        margin-bottom: 60px;
        margin-top: 60px;
    }

}

@media screen and (max-width: 800px) {
    .full_screen_image {
        min-height: 300px;
    }
    .full_screen_image .abso_center p{
        font-size: 15px;
        line-height: 16px;
    }
    .full_screen_image .abso_center{
        position: relative;
        left: 10px;
        top: inherit;
        bottom: inherit;
        margin-top: 20px;
    }
    .featured_slide .slide_item{
        min-height: 350px;
    }

    .circle_overlay{
        display: none;
    }
    .full_screen_image.app .lrg_center .rcol {
        width: 100%;
        text-align: center;
    }
    .full_screen_image.app {
        min-height: 250px;
    }
    /*-- Page Layout --*/
    .lcol {
        width: 100%;
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .rcol {
        width: 100%;
    }
    .scol {
        margin: 0;
        width: 100%
    }
    .h_service_item:nth-child(1),
    .h_service_item:nth-child(2),
    .h_service_item:nth-child(3),
    .h_service_item:nth-child(4){
        width: 100%;
    }
    .h_service_item:nth-child(1) .h_service_cont *,
    .h_service_item:nth-child(2) .h_service_cont *,
    .h_service_item:nth-child(3) .h_service_cont *,
    .h_service_item:nth-child(4) .h_service_cont *{
        color: #ffffff;
    }
    .h_service_item .h_service_cont a{
        border: solid 1px #ffffff;
        color: #ffffff;
    }
    .slick-prev,
    .slick-next{
        z-index: 1000;
    }
    .slick-prev {
        left: 0;
    }
    .slick-next {
        right: 0;
    }
    .bio_profile.about {
        border: none;
        margin: auto;
        margin-top: 30px;
    }
    .acf-map {
        width: 100%;
        height: 330px;
    }
    .split_overlay .rcol {
        padding: 30px 10px;
    }
}

@media screen and (max-width: 750px) {
    .hbio .lcol{
        width: 100%;
    }
    .hbio .lcol .profile_content{
        padding-left: 0px;
        padding-right: 0px;
    }
    #field_2_5,
    .gform_body{
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 650px) {
    .grey_list_item{
        width: 100%;
    }
    /*--Contact--*/
    .contact .lcol {
        float: left;
        width: 100%;
    }
    .contact .rcol {
        float: right;
        width: 100%;
    }
}

@media screen and (max-width: 600px) {

    .value_list{
        margin-top: 30px;
    }

    .value_item {
        width: 100%;
    }

}

@media screen and (max-width: 450px) {}
