/* 
Theme Name: ADC Child
Template: adc-master
*/

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

.cstm-nav-menu .menu-item-has-children > a.highlighted {
    -webkit-box-shadow: 0px 3px 6px #00000029;
            box-shadow: 0px 3px 6px #00000029;
    border-radius: 20px 20px 0 0;
}

.cstm-nav-menu .menu-item-has-children .sub-menu {
    -webkit-box-shadow: 0px 5px 6px #00000029;
            box-shadow: 0px 5px 6px #00000029;
    border-radius: 0 20px 20px 20px;
	min-width: 320px !important;
}

.cstm-nav-menu .elementor-widget-container:after {
    content: "";
    width: 1px;
    height: 31px;
    background-color: #D6E4ED;
    position: absolute;
    right: 25px;
    top: 12px;
}

.cstm-nav-menu .menu-item-has-children .sub-menu {
    min-width: 320px !important;
}

.cstm-nav-menu .menu-item-has-children .sub-menu li {
    border-bottom: 1px solid rgb(12 147 141 / 17%);
    margin: 0 15px;
}

.cstm-nav-menu .menu-item-has-children .sub-menu li:last-child {
    border: 0;
}

.cstm-nav-menu .menu-item-has-children .sub-menu li a:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #A5E6E4;
    left: 10px;
    border-radius: 50px;
    opacity: 0;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.cstm-nav-menu .menu-item-has-children .sub-menu li a {
    padding: 16px 35px;
}

.cstm-nav-menu .menu-item-has-children .sub-menu li a:hover:before {
    opacity: 1;
}



.services-item .elementor-image-box-content {
    padding: 15px 30px 10px;
}

.services-item .elementor-image-box-content a {
    display: block;
    background-color: #0C938D;
    color: #fff;
    border-radius: 50px;
    padding: 8px;
    font-size: 16px;
	width: 100%;
    max-width: 233px;
    margin: 20px auto 0;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    border: 2px solid #0C938D;
}

.services-item .elementor-image-box-content a img {
    vertical-align: middle;
    margin-left: 15px;
}

.services-item .elementor-image-box-content a:hover {
    background-color: #e9f3f9;
    color: #0C938D;
}

.services-item .elementor-image-box-img img {
    width: 100%:
}

.banner-image-wh-shape .elementor-image:before {
    content: url(https://aestheticdentalclinic.com.au/wp-content/uploads/2020/08/banner-shape-top.png);
    position: absolute;
    top: 21%;
    left: -17px;
}


.banner-image-wh-shape .elementor-image:after {
    content: url(https://aestheticdentalclinic.com.au/wp-content/uploads/2020/08/banner-shape-bottom.png);
    position: absolute;
    bottom: -11px;
    right: 10%;
}

.banner-video .elementor-custom-embed-play i:before {
    content: url(https://aestheticdentalclinic.com.au/wp-content/uploads/2020/08/paly-icon.png);
}

.banner-video .elementor-custom-embed-play i {
	-webkit-box-shadow: 0 0 0 0 rgb(165 230 228 / 70%);
    box-shadow: 0 0 0 0 rgb(165 230 228 / 70%);
    -webkit-animation: pulse_anim 1.25s infinite cubic-bezier(.66,0,0,1);
    animation: pulse_anim 1.25s infinite cubic-bezier(.66,0,0,1);
	border-radius: 50%;
	height: 90px;
	opacity: 1;
}

.banner-video .elementor-custom-embed-play i:hover {
	-webkit-animation: none;
    animation: none;
}

@-webkit-keyframes pulse_anim {
	to {
		-webkit-box-shadow:0 0 0 20px rgb(165 230 228 / 0);
		box-shadow: 0 0 0 20px rgb(165 230 228 / 0)
	}
}

@keyframes pulse_anim {
	to {
		-webkit-box-shadow: 0 0 0 20px rgb(165 230 228 / 0);
		box-shadow: 0 0 0 20px rgb(165 230 228 / 0)
	}
}

.in-house-list .elementor-icon-list-icon i {
    background-color: #A5E6E4;
    padding: 10px;
    display: block;
    width: auto !important;
    border-radius: 50px;
}

.in-house-image .elementor-image:before {
    content: url(https://aestheticdentalclinic.com.au/wp-content/uploads/2020/08/in-house-shape-top.png);
    position: absolute;
    left: -22px;
    bottom: -10px;
}

.in-house-image .elementor-image:after {
    content: url(https://aestheticdentalclinic.com.au/wp-content/uploads/2020/08/banner-shape-bottom.png);
    position: absolute;
    right: 17%;
    bottom: -11px;
}

.gallery-slider .slick-dots li button {
    background-color: #EDFBF6;
    border: 0;
    width: 15px;
    height: 15px;
    padding: 0;
    font-size: 0;
    display: block;
}

.gallery-slider .slick-dots li {
    display: inline-block;
    line-height: 1;
    margin: 5px;
}

.gallery-slider .slick-dots {
    text-align: center;
    margin-top: 40px;
}

.gallery-slider .slick-dots li.slick-active button {
    background-color: #A5E6E4;
}

.stories-list .inner-wrap {
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 6px #00000029;
            box-shadow: 0px 3px 6px #00000029;
    border-radius: 20px;
    padding: 40px;
}

.stories-list .header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 15px;
}

.stories-list .header-wrap .rating span {
    color: #E4651A;
    font-weight: 600;
    vertical-align: middle;
}

.stories-list .header-wrap .rating span i {
    margin-right: 5px;
    font-size: 12px;
}

.stories-list .content .more-link {
    display: block;
    max-width: 100px;
    text-decoration: underline;
    margin-top: 10px;
}

.stories-list .content .author {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.stories-list .content .author img {
    margin-right: 15px;
}

.stories-list .content .author h4 {
    color: #0C938D;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}

.stories-list .content .author p {
    font-size: 12px;
}

.stories-list .item {
    padding: 20px;
}

.stories-list .slick-arrow {
    padding: 0;
    border: 0;
    background-color: transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.stories-list .slick-arrow.slick-prev {
    left: -50px;
}

.stories-list .slick-arrow.slick-next {
    right: -50px;
}

.cstm-accordion .elementor-accordion-item {
    -webkit-box-shadow: 0px 3px 6px #00000029;
            box-shadow: 0px 3px 6px #00000029;
    border-radius: 20px;
    margin-bottom: 20px;
}

.services-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.services-list .item {
    padding: 20px;
    width: 33.33%;
}

.services-list .inner-wrap > img {
    width: 100%;
    display: block;
}

.services-list .inner-wrap {
    border-radius: 27px;
    background-color: #fff;
	-webkit-box-shadow: 0px 3px 6px #00000029;
            box-shadow: 0px 3px 6px #00000029;
    border-radius: 20px;
	overflow: hidden !important;
}

.services-list .content {
    padding: 20px 30px 30px;
    text-align: center;
}

.services-list .content .title {
    font-size: 18px;
    margin-bottom: 10px;
}

.services-list.location .content .title {
    margin-bottom: 20px;
}

.services-list .content .excerpt {
    margin-bottom: 18px;
}

.services-list .content .view-link {
    background-color: #0c938d;
    color: #fff;
    padding: 8px;
    border-radius: 50px;
    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;
    width: 100%;
    max-width: 233px;
    border: 2px solid #0c938d;
    margin: 0 auto;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.services-list .content .view-link img {
    margin-left: 20px;
}

.services-list .content .view-link:hover {
    background-color: #fff;
    color: #0c938d;
}

.wh-decor:before {
    content: url(https://aestheticdentalclinic.com.au/wp-content/uploads/2020/08/teeth-decor-shape.png);
    position: absolute;
    z-index: -1;
    top: -100px;
    right: 60px;
}

.wh-decor:after {
    content: url(https://aestheticdentalclinic.com.au/wp-content/uploads/2020/08/banner-shape-bottom.png);
    position: absolute;
    z-index: -1;
    bottom: 67px;
    right: -145px;
}


body:not(.elementor-editor-active) .menu-popup {
    position: fixed !important;
    z-index: -1 !important;
    display: block !important;
}

body:not(.elementor-editor-active) .outer-wrap {
    -webkit-transition: transform .8s cubic-bezier(.2,1,.3,1);
    -webkit-transition: -webkit-transform .8s cubic-bezier(.2,1,.3,1);
    transition: -webkit-transform .8s cubic-bezier(.2,1,.3,1);
    -o-transition: transform .8s cubic-bezier(.2,1,.3,1);
    transition: transform .8s cubic-bezier(.2,1,.3,1);
    transition: transform .8s cubic-bezier(.2,1,.3,1), -webkit-transform .8s cubic-bezier(.2,1,.3,1);
    -ms-transform-origin: right;
    -webkit-transform-origin: right;
    transform-origin: center;
    position: relative;
    height: 700px;
}

body:not(.elementor-editor-active).side-menu-opened .outer-wrap {
    -webkit-transition: transform .8s cubic-bezier(.2,1,.3,1);
    -webkit-transition: -webkit-transform .8s cubic-bezier(.2,1,.3,1);
    transition: -webkit-transform .8s cubic-bezier(.2,1,.3,1);
    -o-transition: transform .8s cubic-bezier(.2,1,.3,1);
    transition: transform .8s cubic-bezier(.2,1,.3,1);
    transition: transform .8s cubic-bezier(.2,1,.3,1), -webkit-transform .8s cubic-bezier(.2,1,.3,1);
    -ms-transform: scale(.835) translateX(-466px) translateZ(0)!important;
    -webkit-transform: scale(.835) translateX(-466px) translateZ(0)!important;
    transform: scale(.835) translateX(-466px) translateZ(0)!important;
    height: 700px;
    overflow: hidden;
    position: relative;
    z-index: 999;
	background-color: #fff;
}

body:not(.elementor-editor-active).side-menu-opened {
    background-color: #0C938D !important;
    overflow: hidden;
}

body:not(.elementor-editor-active) .menu-popup .dialog-lightbox-message, 
body:not(.elementor-editor-active) .menu-popup .dialog-close-button {
    opacity: 0;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

body:not(.elementor-editor-active).side-menu-opened .menu-popup .dialog-lightbox-message,
body:not(.elementor-editor-active).side-menu-opened .menu-popup .dialog-close-button {
    opacity: 1;
}

body:not(.elementor-editor-active).side-menu-opened .menu-popup {
	z-index: 1 !important;
}

body:not(.elementor-editor-active) .menu-popup .dialog-widget-content {
    max-width: 450px !important;
    right: 0;
	opacity: 0;
}

body:not(.elementor-editor-active) .menu-popup .mobile-menu {
	max-width: 450px;
}

body:not(.elementor-editor-active).side-menu-opened .menu-popup .dialog-widget-content {
	opacity: 1;
}

.has-submenu.highlighted .sub-arrow .fa:before {
    content: "\f077";
}


.mobile-menu .elementor-nav-menu .sub-arrow {
    margin-left: auto;
    margin-right: -15px;
}

.mobile-menu .elementor-nav-menu .sub-menu {
    position: static;
    margin-top: 0 !important;
    margin-left: 0 !important;
}

.sticky-call-wrap {
    bottom: 0 !important;
    position: fixed !important;
}

.mobile-menu .elementor-nav-menu li:not(:last-child) {
    border-bottom: 1px solid rgb(255 255 255 / 25%);
}

.consultation-list li.elementor-icon-list-item .elementor-icon-list-icon {
    background-color: #0C938D;
    width: 37px;
    height: 37px;
    border-radius: 50px;
    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;
}

.consultation-list li.elementor-icon-list-item .elementor-icon-list-icon i {
    width: auto;
}

.popup-story .stories-list .content {
    font-size: 16px;
}

.popup-story .stories-list .item {
    padding: 0;
}

.free-consultation-form .gform_wrapper select,
.free-consultation-form .gform_wrapper li.hidden_label input {
    height: 53px;
    border-radius: 20px;
    padding: 10px 30px !important;
    font-size: 16px !important;
    color: #326563;
    margin-top: 5px;
}

body .free-consultation-form .gform_wrapper ul li.gfield {
    margin-top: 0;
}

.free-consultation-form .gform_wrapper textarea {
    border-radius: 20px;
    font-size: 16px;
    color: #326563;
    padding: 17px 30px;
    height: 122px !important;
    margin-top: 5px;
}

.free-consultation-form .gform_wrapper li.hidden_label input::-webkit-input-placeholder {
    color: #326563;
}

.free-consultation-form .gform_wrapper li.hidden_label input::-moz-placeholder {
    color: #326563;
}

.free-consultation-form .gform_wrapper li.hidden_label input:-ms-input-placeholder {
    color: #326563;
}

.free-consultation-form .gform_wrapper li.hidden_label input::-ms-input-placeholder {
    color: #326563;
}

.free-consultation-form .gform_wrapper li.hidden_label input::placeholder {
    color: #326563;
}

.free-consultation-form .gform_wrapper textarea::-webkit-input-placeholder {
    color: #326563;
}

.free-consultation-form .gform_wrapper textarea::-moz-placeholder {
    color: #326563;
}

.free-consultation-form .gform_wrapper textarea:-ms-input-placeholder {
    color: #326563;
}

.free-consultation-form .gform_wrapper textarea::-ms-input-placeholder {
    color: #326563;
}

.free-consultation-form .gform_wrapper textarea::placeholder {
    color: #326563;
}

.free-consultation-form .gform_wrapper .gform_footer input[type=submit] {
    font-size: 20px;
    border-radius: 24px;
    padding: 17px 30px;
	min-height: 100%;
	line-height: 1em !important;
}

.free-consultation-form .gform_wrapper select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-image: url(https://aestheticdentalclinic.com.au/wp-content/uploads/2020/09/arrow-bottom.svg);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

.entry-breadcrumbs {
    text-align: left;
    font-size: 14px;
}

.entry-breadcrumbs span, .entry-breadcrumbs a {
    color: #326563;
}

.entry-breadcrumbs .breadcrumb-current {
    font-weight: 600;
}

.entry-breadcrumbs .sep {
    color: #A5E6E4;
}

.service-featured-image .elementor-image:after {
    content: url(https://aestheticdentalclinic.com.au/wp-content/uploads/2020/08/banner-shape-bottom.png);
    position: absolute;
    bottom: -22px;
    right: 15%;
}

.service-featured-image .elementor-image {
    position: relative;
}

.elementor-widget-theme-post-content h2 {
    font-size: 32px;
    line-height: 1.31em;
    margin: 30px 0 20px;
}

ul.check-list {
    margin: 50px 0;
    padding-left: 80px;
}

ul.check-list li h4 {
    font-size: 16px;
    margin-bottom: 13px;
}

ul.check-list li:not(:last-child) {
    margin-bottom: 35px;
}

ul.check-list li {
    position: relative;
    display: block;
}

ul.check-list li:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: -8px;
    left: -52px;
    background-color: #A5E6E4;
    width: 37px;
    height: 37px;
    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;
    border-radius: 50px;
    font-size: 17px;
    color: #0C938D;
}

.related-services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.related-services .item {
    width: 33.33%;
    padding: 22px;
}

.related-services .inner-wrap > img {
    width: 100%;
    margin: 0;
    display: block;
}

.related-services .title {
    margin: 0 0 13px;
    font-size: 18px;
    font-weight: 700;
}

.related-services .content {
    text-align: center;
    padding: 30px 35px;
}

.related-services .inner-wrap {
    background-color: #fff;
    border-radius: 25px;
	overflow: hidden;
}

.related-services .view-link {
    background-color: #0C938D;
    color: #fff;
    padding: 10px;
    display: block;
    width: 100%;
    max-width: 223px;
    margin: 20px auto 0;
    border-radius: 50px;
    font-size: 16px;
    border: 2px solid #0C938D;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.related-services .view-link img {
    vertical-align: middle;
    margin-left: 13px;
}

.related-services .view-link:hover {
    background-color: #fff;
    color: #0C938D;
}

.internal-banner .entry-breadcrumbs {
    text-align: center;
}

#news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#news-list .item {
    padding: 32px 20px;
    width: 33.33%;
}

#news-list .inner-wrap > img {
    width: 100%;
    display: block;
}

#news-list .inner-wrap {
    border-radius: 27px;
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
	overflow: hidden;
}

#news-list .content {
    padding: 15px 30px 30px;
    text-align: center;
}

#news-list .content .title {
    font-size: 18px;
    margin-bottom: 20px;
}

#news-list .content .excerpt {
    margin-bottom: 18px;
}

#news-list .content .view-link {
    background-color: #0c938d;
    color: #fff;
    padding: 8px;
    border-radius: 50px;
    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;
    width: 100%;
    max-width: 233px;
    border: 2px solid #0c938d;
    margin: 0 auto;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

#news-list .content .view-link img {
    margin-left: 20px;
}

#news-list .content .view-link:hover {
    background-color: #fff;
    color: #0c938d;
}

#news-list .date {
    color: #0C938D;
    font-size: 14px;
}

.news-wrapper button.elm-button {
    color: #0C938D;
    background-color: #FFFFFF;
    border: 1px solid #0C938D;
}

.news-wrapper button.elm-button:hover {
    background-color: #0C938D;
    color: #ffffff;
}

.gallery-slider .slick-dots {
	padding-left: 0;
}

.share-links span {
    display: block;
    color: #c3c3c3;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
}

.share-links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #c3c3c3;
    color: #fff !important;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 4px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.share-links a:hover {
    background-color: #0c938d;
}

.share-links {
    max-width: 70px;
    text-align: center;
}

.free-consultation-form .gform_wrapper select {
    background-color: #fff;
}


/* Location */
.why-choose-box, .why-choose-box .elementor-widget-container {
    height: 100%;
}


/* === Responsiveness === */

@media screen and (max-width: 1200px) {
.stories-list .slick-arrow.slick-prev {
    left: 0;
    z-index: 9;
}

.stories-list .slick-arrow.slick-next {
    right: 0;
    z-index: 9;
}
}

@media screen and (max-width: 1024px) {
.banner-video {
	position: relative !important;
	margin-left: auto;
	margin-right: auto;
	top: 0 !important;
}
	
.banner-video:before {
    content: url(https://aestheticdentalclinic.com.au/wp-content/uploads/2020/08/teeth-decor-shape.png);
    position: absolute;
    right: -40px;
    bottom: -22px;
}
	
.related-services .item {
    width: 50%;
}
}

@media screen and (max-width:980px){
    #news-list .item {
        width: 48%;
    }
}

@media screen and (max-width: 800px) {
.services-list .item {
    width: 50%;
}
}


@media screen and (max-width: 767px) {
.services-item {
    margin: 0 auto;
}
	
.wh-decor:after,
.wh-decor:before {
	display: none;
}
	
body:not(.elementor-editor-active).side-menu-opened .outer-wrap {
    -ms-transform: scale(.84) translateX(-70vw) translateZ(0)!important;
    -webkit-transform: scale(.84) translateX(-70vw) translateZ(0)!important;
    transform: scale(.84) translateX(-70vw) translateZ(0)!important;
}

body:not(.elementor-editor-active) .menu-popup .dialog-widget-content {
    max-width: 67vw !important;
}
	
body:not(.elementor-editor-active) .menu-popup .mobile-menu {
	max-width: 67vw;
}
	
.elementor-widget-theme-post-content h2 {
    font-size: 26px;
}
	
#news-list .item {
	width: 100%;
}
	
.in-house-image .elementor-image:before {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
    left: -50px;
}
}    

@media screen and (min-width: 769px) {
.free-consultation-col1 .elementor-column-wrap {
    max-width: 505px;
}
}

@media screen and (max-width: 640px) {
.services-list .item {
    width: 100%;
}
	
.related-services .item {
    width: 100%;
}
	
ul.check-list {
    padding-left: 50px;
}
	
.elementor-widget-theme-post-content h2 {
	font-size: 22px;
}
}