/*

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
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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: 60px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 15px;
}

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: 'PT Sans', sans-serif;
    font-size: 19px;
    line-height: 150%;
    color: #444444;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    color: #444444;
    font-weight: normal;
    font-family: 'Crimson Text', serif;
    -webkit-font-smoothing: antialiased;
}

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

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

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;
}

/*-------------- 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: #edadb4;
    border-radius: 30px;
    font-size: 15px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.edit_link span {
    background-color: #edadb4;
    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: #c78b92;
    color: #ffffff;
}

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

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

.center {
    max-width: 1300px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    margin: 0 auto;
    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[class*="align"], img[class*="wp-image-"], img[class*="wp-post-image"], .wp-post-image, a#logo img, .colimg_wrap img {
    max-width: 100%;
    height: auto;
}

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


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

body {
    margin: 0;
    background-color: white;
    padding-top: 86px;
}

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

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

#head_cont {
    z-index: 600;
    position: relative;
}

a#logo:hover {
    opacity: 0.8;
}

/*=== Res Menu Button ===*/

#menu-btn {
    position: fixed;
    right: 10px;
    top: 12px;
    cursor: pointer;
    display: block;
    z-index: 999999999999;
    width: 35px;
    height: 35px;
    cursor: pointer;
    display: none;
}

#menu-btn span{
    width: 100%;
    height: 2px;
    display: block;
    background-color: #444444;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);

    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#menu-btn span:before,
#menu-btn span:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    display: block;
    background-color: #444444;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#menu-btn span:before{
    top: -8px;
}

#menu-btn span:after{
    bottom: -8px;
}

#menu-btn.anime span,
#menu-btn.anime span:after,
#menu-btn.anime span:before{
    background-color: #edadb4;
}

#menu-btn.anime span:after{
    bottom: 0;
}
#menu-btn.anime span:before{
    top: 0;
}

.main_ciontainer{
    transform: translateX(0px);
    -webkit-transform: translateX(0px);

    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.main_ciontainer.anime{
    transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
}

#res_nav{
    display: none;
}

/*-------------- Scroll Head ---------------*/

header.scroll_head a#logo {
    width: 170px;
}

header.scroll_head nav ul {
    line-height: 40px;
}

header.scroll_head nav ul li ul {
    top: 57px;
}


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

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

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

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

ul.social li a:hover {
    color: #eca8af;
}


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

nav {
    position: relative;
    z-index: 600;
    float: right;
}

nav ul {
    margin: 0;
    padding: 0;
    line-height: 57px;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

nav ul li {
    padding: 0 15px;
    margin: 0px 3px;
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    position: relative;
}

nav ul li a {
    color: #444444;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    line-height: 17px;
    text-transform: uppercase;
}

nav ul li.menu-item-has-children ul {
    position: absolute;
    left: -60px;
    top: 71px;
    width: 250px;
    background-color: #f3f3f3;
    text-align: left;
    line-height: 100%;
    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:hover ul {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

nav ul li ul li {
    display: block;
    margin: 0;
    padding: 0;
}

nav ul li.menu-item-has-children a:first-of-type {
    padding-right: 20px;
    position: relative;
}

nav ul li.menu-item-has-children a:first-of-type:after {
    content: '\f107';
    font-family: fontAwesome;
    position: absolute;
    right: 0px;
}

nav ul li ul li a {
    display: block;
    font-size: 15px;
    letter-spacing: 0;
    padding: 13px 10px;
    border-bottom: solid 1px #dcd9d9;
    box-sizing: border-box;
}

nav ul li ul li a:first-of-type:after, nav ul li ul li a:after {
    content: '';
    display: none;
}

nav ul li ul li:last-child a {
    border: none;
}


/*--- Active & Hover State ---*/

nav ul li.current-menu-ancestor a, nav ul li ul li a:hover, nav ul li a:hover {
    color: #eca8af;
}

nav ul li.current-menu-item a {
    color: #eca8af;
}

nav ul li.current-menu-item ul li a {
    color: #444444;
}

nav ul li.current-menu-ancestor a {
    color: #eca8af;
}

nav ul li.current-menu-ancestor ul li a {
    color: #444444;
}

nav ul li.current-menu-ancestor ul li.current-menu-item a {
    color: #eca8af;
}


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

.content_style {}

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

.content_style li {
    margin-left: 0;
    padding-left: 15px;
}


/*-------------- 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;
}


/*-------------- Placeholder ---------------*/

::-webkit-input-placeholder {
    color: #000000 !important;
}

:-moz-placeholder {
    color: #000000 !important;
}

::-moz-placeholder {
    color: #000000 !important;
}

:-ms-input-placeholder {
    color: #000000 !important;
}


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

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.flex_center {
    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;
}

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

.foot_relly {
    position: relative;
    z-index: 200;
}

.neg_marg {
    margin-top: -150px;
}

.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;
}

.pink_text {
    color: #e2abb0;
}

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

.grey_bg_section {
    background-color: #f4f4f4;
}

.grey_section {
    background-color: #f5f4f2;
}

.pink_bg_section {
    overflow: hidden;
    position: relative;
    background-color: #f9edee;
}

.pink_ornatebg_section {
    background-color: #e2abb0;
    background-image: url('images/ornate-bg-repeat-pink.png');
    background-repeat: repeat;
}

.grey_ornatebg_section {
    background-color: #f5f4f2;
    background-image: url('images/ornate-bg-grey.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.service_bg_section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.service_bg_section h3 {
    margin: 0;
    font-size: 38px;
    position: relative;
}

.dark_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.white_section {
    background-color: #ffffff;
}

.pink_bg_section:after {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    top: -25%;
    left: -25%;
    z-index: -1;
    background: url('images/ornate-bg-repeat.png') 0 0 repeat;
    background-size: ;
    transform: skew(0deg, 3deg);
    -ms-transform: skew(0deg, 3deg);
    -webkit-transform: skew(0deg, 3deg);
}

.backshape {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: -100px;
    width: 100%;
    padding-bottom: 150px;
    transform: skew(0deg, -3deg);
    -ms-transform: skew(0deg, -3deg);
    -webkit-transform: skew(0deg, -3deg);
}

.backshape .backshape_inner {
    display: block;
    margin: 50px auto 60px;
    width: 100%;
    transform: skew(0deg, 3deg);
    -ms-transform: skew(0deg, 3deg);
    -webkit-transform: skew(0deg, 3deg);
}

.reverse_backshape {
    position: relative;
    z-index: 2;
    display: block;
    margin-top: -200px;
    width: 100%;
    transform: skew(0deg, 3deg);
    -ms-transform: skew(0deg, 3deg);
    -webkit-transform: skew(0deg, 3deg);
}

.reverse_backshape .backshape_inner {
    display: block;
    margin: 50px auto 60px;
    width: 100%;
    transform: skew(0deg, -3deg);
    -ms-transform: skew(0deg, -3deg);
    -webkit-transform: skew(0deg, -3deg);
}

.backshape.b_posts {
    z-index: 101;
}

.pink_ornatebg_section.top_title.lrg_pad {
    padding: 30px 0;
}

.pink_ornatebg_section.top_title h3 {
    margin: 0;
    font-size: 40px;
    padding: 30px 0;
    text-transform: uppercase;
}

.button_top {
    margin-top: 30px;
}

.dark_border_button, .pink_border_button, .white_border_button {
    padding: 5px 25px;
    padding-top: 7px;
    box-sizing: border-box;
    border-radius: 20px;
    font-size: 17px;
    font-weight: bold;
    display: inline-block;
}

.pink_border_button {
    border: solid 2px #e2abb0;
    color: #e2abb0;
}

.pink_border_button:hover {
    background-color: #e2abb0;
    color: #ffffff;
}

.white_border_button {
    border: solid 1px #ffffff;
    color: #ffffff;
}

.white_border_button:hover {
    background-color: #ffffff;
    color: #e2abb0;
}

.dark_border_button {
    border: solid 2px #444444;
    color: #444444;
}

.dark_border_button:hover {
    background-color: #444444;
    color: #ffffff;
}

.border_title {
    padding-left: 20px;
}

.border_title hr {
    max-width: 100px;
    border: none;
    border-bottom: 3px #e2abb0;
    margin: 0;
    margin-bottom: 40px;
    margin-top: 10px;
    height: 5px;
    background-color: #e2abb0;
}

hr {
    max-width: 100px;
    border: none;
    border-bottom: 3px #e2abb0;
    margin: 0;
    margin-bottom: 20px;
    margin-top: 20px;
    height: 5px;
    background-color: #e2abb0;
}

hr.centerme {
    max-width: 100px;
    border: none;
    border-bottom: 3px #e2abb0;
    margin: auto;
    margin-bottom: 40px;
    margin-top: 10px;
    height: 5px;
    background-color: #e2abb0;
}

.pink_overlay {
    background-color: rgba(226, 170, 175, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.grey_left {
    position: absolute;
    left: 0;
    top: 0;
    width: 33.33333%;
    height: 100%;
    background-color: #f0f0f0;
}


/*-------------- ACF MAP --------------*/

.map_outter {
    position: relative;
}

.acf-map {
    width: 100%;
    height: 600px;
    border: #ccc solid 1px;
    position: relative;
}

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

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


/*-------------- Owl ---------------*/

.owl-carousel .owl-item {
    -webkit-backface-visibility: visible !important;
}

.owl-carousel .owl-item img {
    height: auto;
}

.owl_wrap {
    display: none;
}

.owl_wrap.owl-loaded {
    display: block;
}


/*-------------- Video ---------------*/

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    width: 80%;
    margin: auto;
    margin-bottom: 70px;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*-------------- Masonry ---------------*/

.featured_posts {
    margin-top: 50px;
}

.blog_item-sizer, .blog_item {
    width: 33.33333%;
}

.blog_item {
    padding: 20px;
    box-sizing: border-box;
}

.blog_item .blog_item_feature {
    line-height: 0;
}

.blog_item .blog_item_content {
    background-color: #e2abb0;
    padding: 0;
    padding: 20px 40px;
    position: relative;
}

.blog_item .blog_item_cat {
    text-align: center;
    position: absolute;
    left: 0;
    top: -16px;
    width: 100%;
}

.blog_item .blog_item_cat a {
    background-color: #ffffff;
    color: #444444;
    font-family: 'Crimson Text', serif;
    font-style: italic;
    margin: 0;
    padding: 3px 25px;
    padding-top: 5px;
    border-radius: 22px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 2px;
}

.blog_item .blog_item_cat a:hover {
    background-color: #ffdcdf;
}

.blog_item .blog_item_content h4 {
    color: #ffffff;
    font-size: 26px;
}

.blog_item .blog_item_content .white_rm {
    display: inline-block;
    font-family: 'Crimson Text', serif;
    font-style: italic;
    color: #ffffff;
    border-bottom: solid 1px #ffffff;
    font-size: 14px;
    line-height: 15px;
}

.blog_item .blog_item_content .white_rm:hover {
    color: #ffdcdf;
    border-bottom: solid 1px #ffdcdf;
}

.b_nav {}

.b_nav .nav-next, .b_nav .nav-previous {}

.b_nav .nav-next a, .b_nav .nav-previous a {
    text-transform: uppercase;
    border: solid 2px #444444;
    color: #444444;
    padding: 5px 25px;
    border-radius: 30px;
}

.b_nav .nav-next a:hover, .b_nav .nav-previous a:hover {
    background-color: #444444;
    color: #ffffff;
}

.pad_top {
    padding-top: 50px;
}


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


/*---------- Home ----------*/

.twentytwenty-container.full{
    display: block;
    width: 100%;
}

.twentytwenty-container.responsive{
    display: none;
}

.home_first_bg {
    min-height: 610px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}

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

.home_second_bg .center {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.home_second_bg h1, .home_second_bg h2, .home_second_bg h3, .home_second_bg h4, .home_second_bg h5, .home_second_bg h6 {
    color: #ffffff;
}

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

.global_bg {
    min-height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
}

.global_bg hr {
    border-bottom: 3px #444444;
    background-color: #444444;
}


/*--- Home owl ---*/

.testimonial_gallery {
    padding: 0 30px;
    box-sizing: border-box;
}

.testimonial_gallery.owl-theme .owl-controls .owl-nav [class*=owl-] {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    width: 30px;
    text-indent: -999999px;
    background-repeat: no-repeat;
}

.testimonial_gallery.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background-repeat: no-repeat;
    background-color: transparent;
}

.testimonial_gallery.owl-theme .owl-controls .owl-nav .owl-prev {
    left: 0;
    height: 100%;
    background-image: url('images/owl-left.svg') !important;
    background-position: left center;
}

.testimonial_gallery.owl-theme .owl-controls .owl-nav .owl-prev:hover {
    background-position: left center;
}

.testimonial_gallery.owl-theme .owl-controls .owl-nav .owl-next {
    right: 0;
    height: 100%;
    background-image: url('images/owl-right.svg') !important;
    background-position: right center;
}

.testimonial_gallery.owl-theme .owl-controls .owl-nav .owl-next:hover {
    background-position: right center;
}


/*--- Home Service ---*/

.home_service_item {
    float: left;
}

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

.service_content {
    padding-top: 70px;
}

.service_content .lcol {
    width: 40%;
}

.service_content .rcol {
    width: 58%;
}

.service_content .rcol .rcol {
    width: 57%;
}

.service_item_inner {
    position: relative;
    overflow: hidden;
    line-height: 0;
}

.service_item {
    margin: 10px 0;
}

.service_item.homeservice_title {
    margin-bottom: 40px;
}

.service_item .service_item_content {
    line-height: 0;
}

.service_item .service_item_content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -130%;
    background-color: rgba(226, 171, 176, 0.95);
    padding: 20px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.service_item:hover .service_item_content {
    bottom: 0;
}

.service_item_content_inner {
    -ms-flex-item-align: end;
    align-self: flex-end;
    line-height: 150%;
}

.service_item_content_inner h2 {
    font-size: 24px;
    color: #ffffff;
    font-family: 'PT Sans', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.service_item_content_inner p {
    color: #ffffff;
}


/*--- Home Prods ---*/

.product_item {
    float: left;
    width: 16.66666%;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
}

.product_item_cat a {
    border-bottom: solid 1px #e2abb0;
}

.fotorama__thumb-border {
    border-color: #e2abb0 !important;
}


/*--- Home Testimonial ---*/

.testimonial_gallery {}

.testimonial_gallery_item {}

.testimonial_gallery_item .double_image {
    line-height: 0;
    border: solid 5px #ffffff;
}

.testimonial_gallery.owl-carousel .testimonial_gallery_item .double_image img {
    width: 100%;
    height: auto;
}

.testimonial_gallery_item .testimonial_gallery_info {
    margin-top: 30px;
}


/*---------- Products ---------*/

.tax_item-sizer, .tax_item {
    width: 25%;
}

.tax_section{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tax_item {
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
}

.tax_item_inner {
    padding: 10px;
    padding-bottom: 15px;
    box-sizing: border-box;
    border: solid 5px whitesmoke;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.tax_item .tax_item_inner:hover {
    border: solid 5px #eca8af;
}

.tax_item_cat {}

.tax_item_cat a {
    font-size: 12px;
    background-color: whitesmoke;
    color: #444444;
    display: inline-block;
    padding: 5px 10px;
    margin: 3px;
    text-transform: uppercase;
}

.tax_item_cat a:hover {
    color: whitesmoke;
    background-color: #444444;
}


/*---------- Product Single ----------*/

.open_desc {
    margin-top: 50px;
}

.open_desc h3 {
    cursor: pointer;
    margin: 0;
    padding-right: 40px;
    display: inline-block;
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
}

.open_desc h3:after {
    content: '\f055';
    font-family: fontAwesome;
    font-size: 20px;
    position: absolute;
    right: 5px;
    top: 3px;
}

.open_desc h3.ui-state-active:after {
    content: '\f056';
}

.open_desc h3:focus {
    outline: none;
}

.open_desc div {
    padding-top: 25px;
}

.full_tax_desc{
	padding-top: 30px;
	padding-bottom: 60px;
}

/*--------- Product Terms ---------*/

ul.tax_terms {
    margin: 0;
    padding: 0 20px;
}

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

ul.tax_terms li.term_title {
    text-transform: uppercase;
    padding: 5px 0;
    margin-right: 20px;
    font-size: 24px;
    line-height: 0px;
    position: relative;
    top: 3px;
}

ul.tax_terms li a {
    background-color: #ffffff;
    color: #444444;
    padding: 5px 25px;
    border-radius: 30px;
    border: solid 1px #ffffff;
}

ul.tax_terms li a:hover {
    border: solid 1px #eca8af;
    color: #eca8af;
}

.main_term_title {
    padding: 0 20px;
}


/*---------- About ----------*/

.grey_ornatebg_section.aboutus {
    min-height: 450px;
    padding-top: 110px;
}

.grey_ornatebg_section.aboutus .scol {
    padding-bottom: 60px;
}

.staff_list {
    padding-top: 90px;
}

.staff_item {
    margin-bottom: 80px;
}

.staff_item .lcol {
    width: 45%;
    position: relative;
}

.staff_item .rcol {
    width: 48%;
}

.staff_item:nth-child(odd) .lcol {
    float: right;
}

.staff_item:nth-child(odd) .rcol {
    float: left;
}

.social_staff {
    position: absolute;
    top: 40px;
    left: -30px;
}

.social_staff:before {
    content: '';
    border-left: 30px solid transparent;
    border-right: 0px solid #ffcccc;
    border-top: 30px solid #ffcccc;
    position: absolute;
    bottom: -30px;
}

.social_staff ul {
    margin: 0;
    padding: 5px 15px;
    background-color: pink;
    display: inline-block;
}

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

.social_staff ul li a {
    font-size: 20px;
    color: #ffffff;
}

.social_staff ul li a i {
    margin-top: 4px;
}

.social_staff ul li a:hover {
    color: #6d6467;
}

.grey_section.aboutus {
    
}

.about_service_item {
    float: left;
    width: 33.33333%;
    position: relative;
    padding: 15px;
    box-sizing: border-box;
}

.about_service_item_inner {
    position: relative;
    overflow: hidden;
}

.about_service_item .about_service {
    line-height: 0;
}

.about_service_item .about_service_info {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -130%;
    background-color: rgba(226, 171, 176, 0.95);
    padding: 20px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.about_service_item:hover .about_service_info {
    bottom: 0;
}

.about_service_info_inner {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.about_service_info_inner h2 {
    font-size: 24px;
    color: #ffffff;
    font-family: 'PT Sans', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.about_service_info_inner p {
    color: #ffffff;
}


/*-------------- Testimonials ---------------*/

.testimonials_list {}

.testimonial_item {
    margin-bottom: 120px;
}

.testimonial_item:last-child {
    margin: 0;
}

.testimonial_item .small.lcol {
    width: 25%;
}

.testimonial_item .wide.rcol {
    width: 65%;
}

.testimonial_item .wide.rcol .testimonial_item_image img {
    float: left;
    width: 50%;
}

.testimonial_item .testimonial_item_cont {
    margin: auto;
    margin-top: 40px;
    width: 80%;
}


/*-------------- Services ---------------*/

.full_service_menu{
    display:  block;
}

.res_service_menu{
    display: none;
}

.serv_list {
    margin-top: 50px;
}

.serv_item-sizer, .serv_item {
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    line-height: 0;
}

.serv_item_inner {
    position: relative;
}

.serv_item .serv_item_info {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -130%;
    background-color: rgba(226, 171, 176, 0.95);
    padding: 20px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 140%;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.serv_item:hover .serv_item_info {
    bottom: 0;
}

.serv_item_info_inner {
    -ms-flex-item-align: end;
    align-self: flex-end;
}


/*-------------- Services Single ---------------*/

.small_lcol {
    width: 25%;
    max-width: 250px;
    float: left;
}

.servicemenu .menu_title {
    font-size: 26px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: solid 1px #5e5e5e;
    color: #5e5e5e;
}

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

.servicemenu ul li {
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    list-style: none;
}

.servicemenu ul li a {
    text-transform: uppercase;
    color: #444444;
    letter-spacing: 1px;
    font-size: 18px;
    display: block;
}

.wide_rcol {
    width: 70%;
    float: right;
}


/*--- Service Tabs ---*/

#responsiveTabs {}

#responsiveTabs ul.tabs {
    margin: 0;
    padding: 0;
    margin-top: 60px;
    margin-bottom: 40px;
}

#responsiveTabs ul.tabs:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#responsiveTabs ul.tabs li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 25%;
    text-align: center;
    background-color: #f0f0f0;
    float: left;
}

#responsiveTabs ul.tabs li:nth-child(even) {
    background-color: #e4e4e4;
}

#responsiveTabs ul.tabs li a {
    min-height: 200px;
    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;
    color: #444444;
}

#responsiveTabs ul.tabs li a p {
    margin: 0;
    display: block;
}

#responsiveTabs ul.tabs li a p span {
    display: block;
}

#responsiveTabs ul.tabs li a .tab_icon {
    font-size: 26px;
    color: #e2abb0;
    margin-bottom: 15px;
}

#responsiveTabs .before_after_images {}

#responsiveTabs .before_after_images img {
    margin: 20px 0;
    width: 50%;
    float: left;
    line-height: auto;
}


/*-------------- 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;
}

.description {
    overflow: hidden;
    margin-bottom: 10px;
}

.description a {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

.description h3 a {
    padding-top: 0;
}

.border {
    border-top: 1px #E9E9E9 solid;
    margin-bottom: 20px;
}


/*-------------- Contact ---------------*/

.contact_social {}

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

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

.contact_social ul li a {
    background-color: #e2abb0;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 43px;
    border-radius: 40px;
    display: block;
    text-align: center;
    font-size: 20px;
}


/*-------------- Blog Single ---------------*/

.single .white_cat a {
    background-color: #ffffff;
    color: #444444;
    font-family: 'Crimson Text', serif;
    font-style: italic;
    margin: 0;
    padding: 3px 25px;
    padding-top: 5px;
    border-radius: 22px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 2px;
}

.single .white_cat a:hover {
    background-color: #ffdcdf;
}

.single .content_wrap {
    margin-top: -50px;
    border-left: solid 1px #f1f1f1;
    border-right: solid 1px #f1f1f1;
}

.single .blog_contwrap h1, .single .blog_contwrap h2, .single .blog_contwrap h3, .single .blog_contwrap h4, .single .blog_contwrap h5, .single .blog_contwrap h6, .single .blog_contwrap p, .single .blog_contwrap li {
    padding: 0 60px;
}

.single .blog_contwrap p, .single .blog_contwrap li {
    line-height: 180%;
}

.single .blog_contwrap h1, .single .blog_contwrap h2, .single .blog_contwrap h3, .single .blog_contwrap h4, .single .blog_contwrap h5, .single .blog_contwrap h6 {
    color: #e2abb0;
}

.single .blog_contwrap img {
    width: 100%;
    padding: 10px 0;
}

.single .blog_feature {
    padding-bottom: 30px;
}

.single_footer {}

.single_footer .lcol a {
    padding-left: 30px;
    text-transform: uppercase;
    color: #646464;
}


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

.dets_wrap {
    float: none;
    width: 100%;
    text-overflow: clip;
}

.dets {}

.dets h2 {
    text-align: center;
}

.dets ul #perm a {
    background: none;
}

.dets ul a:hover. .dets .edit_link a:hover {
    text-decoration: underline;
}

.dets ul i {
    font-size: 18px;
}

.dets ul i:hover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

.dets ul {
    padding-left: 0;
}

.dets li {}

.dets li, .dets .edit_link {
    line-height: 22px;
    list-style: none;
    text-align: center;
}

.dets li.perm a {
    background: none;
}

.dets li a:hover {
    text-decoration: underline;
}

.dets li.perm a:hover {
    background: none;
}


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

.navigation {
    display: block;
    text-align: left;
    margin-bottom: 20px;
    font-size: 80%;
    padding-top: 20px;
    margin-top: 20px;
    width: 100%;
}

.nav-previous, #pn_next {
    float: left;
    text-align: left;
    width: 50%;
}

.nav-next, #pn_next {
    width: 50%;
    float: right;
    text-align: right;
}

.navigation .nav-previous a, .navigation .nav-next a, #pn_next a, #pn_prev a {
    display: inline-block !important;
    width: auto !important;
}


/*-------------- General Button Styles ---------------*/

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

#Searchform, #cat {
    display: inline-block;
    position: relative;
    width: 120px;
    padding-left: 5px;
    padding-right: 25px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-image: url(images/search.png);
    background-position: 125px 5px;
    background-repeat: no-repeat;
    font-size: 12px;
}

#cat {
    padding-top: 6px;
    padding-bottom: 4px;
    background-image: url(images/drop.png);
    background-repeat: no-repeat;
    background-position: right 11px;
    width: 140px;
    font-size: 12px;
}


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

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

ul.gform_fields li {
    margin: 0;
    margin-bottom: 15px;
    padding: 0 5px;
    list-style: none;
}

ul.gform_fields li:first-child {
    padding: 0;
}

ul.gform_fields li#field_1_1:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

ul.gform_fields li label {
    display: none;
}

ul.gform_fields li .ginput_complex span {
    width: 50%;
    float: left;
    padding: 0 5px;
    box-sizing: border-box;
}

ul.gform_fields li input, ul.gform_fields li textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 10px;
    box-sizing: border-box;
    border: solid 1px #e4b1b5;
}

ul.gform_fields li.gfield_error input, ul.gform_fields li.gfield_error textarea {
    border: solid 1px #c31321;
}

ul.gform_fields li input {
    line-height: 45px;
}

ul.gform_fields li .validation_message {
    display: none;
}

.gform_footer {
    text-align: center;
}

.gform_footer input {
    margin: auto;
    padding: 5px 25px;
    padding-top: 7px;
    box-sizing: border-box;
    border-radius: 20px;
    font-size: 17px;
    font-weight: bold;
    display: inline-block;
    background-color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: solid 1px #e2abb0;
    color: #e2abb0;
}

.gform_footer input:hover {
    background-color: #e2abb0;
    color: #ffffff;
}

.validation_error {
    background-color: #c31321;
    color: #ffffff;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    font-size: 14px;
    text-align: center;
}

.gform_confirmation_message {
    padding: 20px;
    background-color: #ecaab1;
    color: #ffffff;
    text-align: center;
}


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

#foot_wrap {
    background-color: #6d6467;
}

footer {
    padding-top: 40px;
    overflow: hidden;
    padding-bottom: 40px;
}

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

.foot_col.one {
    text-align: left;
    margin-top: 30px;
}

.foot_col.two {
    text-align: center;
}

.foot_col.three {
    text-align: right;
    margin-top: 30px;
}

#foot_wrap a {
    color: #ffffff;
}

#foot_wrap a:hover {
    color: #eca8af;
}

.footer_logo {
    max-width: 200px;
    margin: auto;
    margin-bottom: 40px;
}

.footer_bottom_row {
    border-top: solid 1px #f6dddf;
    border-bottom: solid 8px #eca8af;
}

.footer_bottom_row .rcol {
    text-align: right;
}

.footer_bottom_row p {
    margin: 0;
}


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

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

    .global_bg {
        min-height: 140px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right center;
        background-image: none !important;
        background-color: #f2c2c7;
        text-align: center;
    }

    .global_bg .lcol{
        float: none;
        width: 70%;
        margin: auto;
    }

    .global_bg .lcol hr{
        margin-bottom: 70px;
        display: inline-block;
        margin-top: 20px;
        height: 5px;
        margin: auto;
    }

}

@media screen and (max-width: 1200px) {
    body {
        padding-top: 50px;
    }
    body header.scroll_head a#logo, a#logo {
        width: 115px;
    }
    body header.scroll_head nav ul, nav ul {
        line-height: 27px;
    }
    body header.scroll_head nav ul li, nav ul li {
        padding: 0 10px;
        margin: 0;
    }
    body header.scroll_head nav ul li a, nav ul li a {
        font-size: 14px;
    }
    body header.scroll_head nav ul li.menu-item-has-children ul, nav ul li.menu-item-has-children ul {
        top: 45px;
    }
    .serv_item-sizer, .serv_item {
        padding: 5px;
    }
}

@media screen and (max-width: 1150px) {
    #main {
        margin-left: 10px;
        margin-right: 10px;
    }
}

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

    .tax_item-sizer, .tax_item {
        width: 33.333333%;
    }

    .about_service_item .about_service_info{
        position: relative;
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0;
    }

}

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

    .service_content {
        width: 70%;
        margin: auto;
    }

    .service_content .lcol {
        width: 100%;
    }

    .service_content .rcol {
        width: 100%;
    }

    .service_content .rcol .rcol {
        width: 100%;
    }

    .service_item .service_item_content {
        position: relative;
        margin-bottom: 30px;
        bottom: 0;
    }

}

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

    .global_bg{
        background-position: left center;
    }

}

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

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 34px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 14px;
    }

    body, textarea, input {
        font-size: 15px;
    }

    .blog_item-sizer, .blog_item {
        width: 50%;
    }

    .blog_item {
        padding: 5px;
    }

    .home_first_bg{
        min-height: 420px;
        background-position: right center;
    }

}

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

    .serv_item-sizer, .serv_item{
        width: 100%;
    }

    .serv_item .serv_item_info{
        position: relative;
        bottom: 0;
        padding: 10px;
        margin-bottom: 25px;
    }

	.product_item{
		width: 33.3333333%;
        margin-bottom: 30px;
	}

}

@media screen and (max-width: 800px) {
    /*-- Nav --*/
    #full_nav {
        display: none;
    }

    .res_side{
        display: block;
        position: fixed;
        right: 0;
        top: 60px;
        width: 300px;
        height: 100%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;

        transform: translateX(300px);
        -webkit-transform: translateX(300px);
    }

    .res_side.anime{
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }

    .res_side_inner{
        position: absolute;
        height: 100%;
        width: 100%;
        overflow-y: scroll;
        z-index: 10000;
    }

    #res_nav{
        display: block;
        width: 100%;
        float: none;
        padding-bottom: 120px;
    }

    #res_nav ul{

    }

    #res_nav ul li{
        display: block;
    }

    nav#res_nav ul li.menu-item-has-children ul {
        position: relative;
        left: inherit;
        top: inherit;
        width: 100%;
        background-color: #f3f3f3;
        text-align: center;
        line-height: 100%;
        opacity: 1;
        overflow: hidden;
        -webkit-transform: inherit);
        transform: inherit;
        -webkit-transform-origin: top;
        transform-origin: top;
        display: block;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    nav#res_nav ul li.menu-item-has-children:hover ul {
        opacity: 1;
        -webkit-transform: inherit;
        transform:inherit;
    }

    nav#res_nav ul li ul li{

    }

    nav#res_nav ul li ul li a{
        font-size: 12px;
        padding-right: 10px !important;
        letter-spacing: 0;
        padding: 8px 10px;
    }

    #menu-btn {
        display: block;
    }

    .tax_item-sizer, .tax_item {
        width: 50%;
    }

    .staff_item .lcol,
    .staff_item:nth-child(odd) .lcol,
    .staff_item .rcol,
    .staff_item:nth-child(odd) .rcol {
        width: 80%;
        position: relative;
        margin: auto;
        float: none;
    }

    .staff_item .rcol,
    .staff_item:nth-child(odd) .rcol{
        margin-top: 30px;
    }

    .service_single_cont .small_lcol {
        width: 100%;
        max-width: 100%;
        float: none;
        margin-bottom: 50px;
    }

    .service_single_cont .small_lcol select{
        width: 100%;
        height: 50px;
        padding: 15px 10px;
        background-color: whitesmoke;
        border: none;
        border-radius: 0;
        background-image: url(images/select-arrow.svg);
        background-repeat: no-repeat;
        background-position: right 15px center;
        background-size: 10px;
    }

    .service_single_cont .small_lcol select:focus{
        outline: none;
    }

    .service_single_cont .wide_rcol {
        width: 100%;
        float: none;
    }

    .full_service_menu{
        display:  none;
    }

    .res_service_menu{
        display: block;
    }

    ul.tax_terms li.term_title {
        text-transform: uppercase;
        padding: 5px 0;
        margin-right: 10px;
        font-size: 15px;
        line-height: 0px;
        position: relative;
        top: 2px;
    }

    ul.tax_terms li {
        margin: 3px 0;
    }

    ul.tax_terms li a{
        padding: 3px 10px;
        font-size: 12px;
    }

    /*-- Page Layout --*/

    .lcol {
        width: 100%;
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .rcol {
        width: 100%;
    }
    .scol {
        margin: 0;
        width: 100%
    }

    /*-- Footer --*/
    .foot_col.one,
    .foot_col.two,
    .foot_col.three{
        float: none;
        width: 100%;
        text-align: center;
    }

    .foot_col.two{
        margin: 15px 0;
    }

    .footer_bottom_row .lcol,
    .footer_bottom_row .rcol{
        text-align: center;
    }

}

@media screen and (max-width: 750px) {
    .twentytwenty-container.full{
        display: none;
    }

    .twentytwenty-container.responsive{
        display: block;
    }

    .testimonial_item .small.lcol,
    .testimonial_item .wide.rcol {
        width: 100%;
    }

    .testimonial_item .testimonial_item_cont {
        margin-top: 20px;
        width: 100%;
    }

    .global_bg{
        min-width: inherit;
    }

}

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

    .about_service_item{
        width: 100%;
    }

}

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

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

    .blog_item-sizer, .blog_item {
        width: 100%;
    }

}

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

    .service_content {
        width: 100%;
    }

    .tax_item-sizer, .tax_item {
        width: 100%;
    }

}

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