/* Base setup */
body {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #464646;
	line-height: normal;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Raleway', sans-serif;
}

#main-wrapper {
	float: none;
	width: auto;
}

.middle-wrapper {
	background: #FFF;
	float: none;
	width: auto;
}

.middle-wrapper p,
.middle-wrapper h3,
.middle-wrapper ul,
.middle-wrapper ul li {
	float: none !important;
	width: auto !important;
}

.contact-today,
.contact-today p,
.contact-today h2,
.inner-contect-form .sub-contect-form {
	float: none;
	width: auto;
}

.contact-today .phone-call a {
	float: none;
	width: auto;
	display: inline-block;
}

@media(max-width: 479px) {
	.contact-today .phone-call a {
		display: block;
	}
}

.inner-contect-form {
	float: none;
	width: auto;
}

.welcome-part,
.welcome-part h2,
.welcome-part p,
.our-services h2,
.our-services .services,
.our-services,
.get-in-touch,
.get-in-touch h2,
.get-in-touch p,
.testimonials,
.testimonials h2,
.get-touch-form {
	float: none;
	width: auto;
}

embed, iframe, object {
	float: none !important;
	margin: 0 !important;
}

.testimonials .bne_testimonial_slider_widget {
	float: none !important;
}

.our-services .services::before,
.our-services .services::after {
    content: "";
    clear: both;
    display: table;
}

/* END Base setup */

/* Main navigation */
.mob-nav-toggle {
	border: 0;
	background: 0;
	font-size: 38px;
	display: block;
	margin-left: auto;
}

.mob-nav-toggle .icon {
	color: #8dc540;
}

.mob-nav-toggle .icon + .icon {
	display: none;
}

.mob-nav-toggle .icon.d-none + .icon {
	display: block;
}


.core__main-navigation {
	background-color: #654f6c;
	position: sticky;
	top: 0;
	z-index: 999;
}

.core__main-navigation .nav-container {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1140px;
}

.core__main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

@media(max-width: 479px) {
	.core__main-navigation ul.navigation {
		overflow-y: auto;
		height: 500px;
	}
}

.core__main-navigation ul li {

}

.core__main-navigation ul li.menu-item-has-children {
	position: relative;
}

.core__main-navigation ul li.menu-item-has-children > ul.sub-menu {
	display: none;
	background-color: #836c8a;
}

.core__main-navigation ul li a {
	display: inline-block;
	color: #FFF;
	padding: 15px;
	line-height: 1;
}

.core__main-navigation ul li:hover {
	background-color: #45324b;
}

.core__main-navigation ul li.menu-item-has-children > ul.sub-menu li a {
	font-size: 0.95rem;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #ceb0d2;
}

.core__main-navigation ul li.menu-item-has-children .icon {
	color: #FFF;
	font-size: 1.4rem;
	vertical-align: middle;
	margin-left: 5px;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 100;
	transition: transform 0.5s ease;
}

.core__main-navigation ul li a:hover,
.core__main-navigation ul li a:focus {
	text-decoration: none;
}

.core__main-navigation ul li.current-menu-item {
	background-color: #45324b;
}

@media(min-width: 1200px) {
	.core__main-navigation ul li.menu-item-has-children > ul.sub-menu {
		position: absolute;
		left: 0;
		width: 250px;
		z-index: 99;
	}
	.core__main-navigation ul li.menu-item-has-children:hover > ul.sub-menu {
		display: block;
	}

	.core__main-navigation ul li.menu-item-has-children > a {
		padding-right: 0;
	}

	.core__main-navigation ul li.menu-item-has-children .icon {
		font-size: 1.1rem;
		position: static;
	}
}
/* END Main navigation */

/* Main header */

.core__main-header {
	background-color: #FFF;
	float: none !important;
}

.core__main-header .opening-hours {
	font-size: 0.9rem;
	width: auto;
}

.core__main-header .opening-hours th {
	color: #654f6c;
	text-align: right;
}

.core__main-header .opening-hours td,
.core__main-header .opening-hours th {
	padding: 3px 8px;
}

.pop__header-opening-hours table th {
	text-align: center;
	color: #654f6c;
}

.core__main-header .phone-number .phone-icon {
	vertical-align: middle;
	margin: -5px 0 0 5px;
	font-size: 1.2rem;

}

.core__main-header .phone-number .phone-icon .fa-circle {
	color: #8cc542;
}

/* END Main header */

/* Homepage video */

@media(max-width: 479px) {
	.comp__home-video iframe {
		height: 200px !important;
	}
}

.comp__home-video .video-footer {
	background-color: #414042;
}

.comp__home-video .video-footer ul {
	list-style: none;
	color: #FFF;
	font-size: 0.95rem;
	font-weight: 600;
}

.comp__home-video .video-footer ul li {
	-webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 15px;
}

.comp__home-video .video-footer ul li:last-child {
	border-right: 0;
	margin-bottom: 0;
}

@media(min-width: 768px) {
	.comp__home-video .video-footer ul li {
		border-right: 2px solid #FFF;
		margin-bottom: 0;
	}
}

.video-placeholder-wrapper {
	position: relative;
}

.video-placeholder-wrapper .overlay {
	text-align: center;
	padding: 15px;
}

.video-placeholder-wrapper .overlay .play-btn {
	background-color: #76a51d;
	display: inline-block;
	padding: 15px 30px;
	border-radius: 20px;
	margin-bottom: 15px;
	transition: background-color 0.2s ease;
}

.video-placeholder-wrapper .overlay .play-btn:hover,
.video-placeholder-wrapper .overlay .play-btn:focus {
	background-color: #618d0d;
}

.video-placeholder-wrapper .overlay .play-btn .icon {
	color: #FFF;
}

.video-placeholder-wrapper .overlay .play-btn .icon {
	font-size: 35px;
	line-height: 1.1;
}

@media(min-width: 768px) {
	.video-placeholder-wrapper .overlay {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		transform: translateY(-50%);
		z-index: 1;
	}

	.video-placeholder-wrapper.dark-cover:after {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		content: "";
		background: rgba(0,0,0,0.25);
	}

	.video-placeholder-wrapper .overlay h1,
	.video-placeholder-wrapper .overlay p {
		color: #FFF;
		text-shadow: 0 0 15px #333;
	}

	.video-placeholder-wrapper .overlay p {
		max-width: 650px;
		color: #FFF;
		margin: 0 auto;
		text-shadow: 0 0 15px #333;
	}

}

/* END Homepage video */

/* Options cta with image */

.comp__options-cta-with-image .text h2 {
	color: #FFF;
}

.btn-arrow {
	display: block;
	position: relative;
	background-color: #7b6483;
	padding-right: 40px;
	border: 0;
	text-align: left;
	color: #FFF;
	text-decoration: none !important;
}

.btn-arrow.white {
	background-color: #FFF;
	color: #573a60;
}

.btn-arrow .icon {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	height: 36px;
	background: #573a60;
	width: 36px;
	padding: 10px;
	border-radius: 0 3px 3px 0;
	color: #FFF;
}

.btn-arrow:hover,
.btn-arrow:focus {
	background-color: #573a60;
	color: #FFF;
}


/* END Options cta with image */

.comp__two-cols .title h1,
.comp__two-cols .title h2,
.comp__options-cta-with-image h1,
.comp__options-cta-with-image h2 {
	font-size: 2rem;
	font-weight: 700;
}

/*@media(min-width: 768px) {
	.comp__two-cols .title h1,
	.comp__two-cols .title h2 {
		padding-left: 1em;
		padding-right: 1em;
	}
}*/

.comp__one-col h2,
.comp__two-cols h2 {
	color: #464646;
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 25px;
}

.comp__one-col h3,
.comp__two-cols h3 {
	color: #464646;
	font-weight: 700;
	margin-bottom: 25px;
}

.comp__one-col p,
.comp__two-cols p {
	font-size: 1.05rem;
	line-height: 1.4;
	margin-bottom: 1rem;
}

.comp__one-col ul,
.comp__two-cols ul {
	/*margin-top: 30px;*/
	padding-left: 2.5rem;
	list-style: none;
}

.comp__one-col ul li,
.comp__two-cols ul li {
	font-size: 18px;
	margin-bottom: 30px;
	position: relative;
	list-style: none !important;
	padding-bottom: 0;
}

.comp__one-col ul li:before,
.comp__two-cols ul li:before {
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-left: 10px solid #654f6c;
	border-bottom: 8px solid transparent;
	content: "";
	position: absolute;
	left: -25px;
	top: 5px;
}

.comp__one-col ul.before-after-gallery,
.comp__two-cols ul.before-after-gallery {
	padding: 0;
}

.comp__two-cols ul.before-after-gallery li {
	margin-bottom: 0;
}

.comp__one-col ul.before-after-gallery li:before,
.comp__two-cols ul.before-after-gallery li:before {
	content: none;
}

@media(min-width: 992px) {
	.comp__one-col ul.before-after-gallery,
	.comp__two-cols ul.before-after-gallery {
		margin: 0;
	}

	.comp__two-cols ul.before-after-gallery li {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}

	.comp__two-cols .col-md-8 ul.before-after-gallery li {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}

	.comp__one-col.mb-md-0 p > img,
	.comp__two-cols.mb-md-0 p > img {
		margin-bottom: -1em;
	}
}

.comp__staff-section .container {
	background-color: #715e77;
	color: #FFF;
}

.comp__staff-section .btn {
	background-color: #FFF;
	color: #715e77;
	padding: 8px 45px;
	border-radius: 0;
	font-size: 20px;
	text-decoration: none !important;
}

.comp__staff-section .staff-member-cards.slider {
	margin-bottom: 60px !important;
}

.comp__staff-section .slick-dots {
	bottom: -40px;
}

.comp__staff-section .slick-dots li button::before {
	font-size: 20px;
}

.comp__staff-section .slick-dots li.slick-active button::before {
    opacity: 1;
    color: #FFF;
}

.comp__staff-section .btn:hover {
	background-color: #EEE;
}

.comp__staff-section p.sub-title {
	font-size: 24px;
	font-weight: 300;
	max-width: 580px;
	margin: 0 auto 45px auto;
	line-height: 1.2;
}

/* FAQ accordion */

.comp__faq-accordion .card {
	border-radius: 0;
	border: 0;
}

.comp__faq-accordion .card .card-header {
	background: #654f6c;
	padding: 5px;
	border-radius: 0;
}

.comp__faq-accordion .card .card-header button {
	width: 100%;
	text-align: left;
	color: #FFF;
	white-space: normal;
}

.comp__faq-accordion .card .card-header button:hover,
.comp__faq-accordion .card .card-header button:focus {
	text-decoration: none;
}

.comp__faq-accordion .card .card-body {
	border: 1px solid #CCC;
	border-top: 0;
}

/* END FAQ accordion */

/* Main footer */
.core__main-footer {

}

.comp__social-feed-wrapper {
	background-color: #654f6c;
	padding: 70px 0;
}

.comp__social-feed-wrapper .feed h3 {
	padding: 0 0 15px 0;
	padding-top: 0px;
	color: #FFF;
	font-size: 30px;
	font-weight: 400;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-style: italic;
}

.comp__social-feed-wrapper .feed h3:after {
	width: 35%;
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	border-bottom: 1px solid #FFF;
}

.comp__social-feed-wrapper .widget {
	height: 270px;
	overflow-y: scroll;
	background: #FFF;
	padding: 15px;
	border-radius: 5px;
}

.comp__contact-info {
	background: url(../images/footer-pattern.jpg) repeat left top;
	padding: 40px 0 10px 0;
	color: #FFF;
}

.comp__contact-info a {
	color: #FFF;
}

.comp__contact-info a:hover {
	color: #90c43b;
	text-decoration: none;
}

.comp__contact-info .widget {
	font-size: 0.95rem;
	font-style: italic;
	margin-bottom: 30px;
}

@media(min-width: 992px) {
	.comp__contact-info .widget.quick-links ul {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}

	.comp__contact-info .widget.quick-links ul li {
		width: 50%;
	}
}

.comp__contact-info .widget h4 {
	color: #90c43b;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 25px;
}

.comp__contact-info .widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comp__contact-info .widget ul li {
	margin-bottom: 10px;
	border: 0;
	padding: 0;
}

.comp__contact-info .widget table td {
	padding: 5px 0;
}

.comp__contact-info .widget table tr td:first-child {
	padding-right: 20px;
}

.comp__contact-info .widget .social-icon {
	display: inline-block;
	font-size: 40px;
	color: #6e6d70;
	float: none;
	width: auto;
}

.comp__contact-info .widget .social-icon a {
	color: #373638;
}

.comp__contact-info .widget .social-icon a:hover {
	color: #FFF;
}

.comp__contact-info .widget .social-icon:hover {
	color: #90c43b;
}

.comp__contact-info .widget .social-icon:hover .icon {
	background: #FFF;
}

.comp__contact-info .widget .social-icon .icon {
	background: #373638;
	border-radius: 50%;
}

.comp__copyright-notice {
	background-color: #58565d;
	color: #FFF;
	font-size: 0.95rem;
}


/* END Main footer */


/* Misc stuff */

/* Homepage banner */
.pop__homepage-video .banner-video {
	position: relative;
	height: 450px;
}


.pop__homepage-video .banner-video:after {
	background-color: rgba(101,79,108, 0.80);
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.pop__homepage-video .banner-video-text h1 {
	font-size: 45px;
}

.pop__homepage-video .banner-video-text {
	width: auto;
}

.pop__homepage-video .banner-video-text p {
	font-size: 35px;
	line-height: 1.2;
	text-transform: none;
}

.pop__homepage-video .banner-video-text .video-btn {
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	padding: 15px 25px;
}

@media(max-width: 479px) {
	.pop__homepage-video .banner-video {
		height: 300px;
	}

	.pop__homepage-video .banner-video-text h1 {
		font-size: 26px;
	}

	.pop__homepage-video .banner-video-text .video-btn {
		font-size: 14px;
		padding: 10px;
	}

	.pop__homepage-video .banner-video-text {
		width: 80%;
	}
}

@media(max-width: 991px) {
	.pop__homepage-video .banner-video-text p {
		/*display: none;*/
		font-size: 18px;
	}
	.pop__homepage-video .banner-video-text h1 {
		font-size: 38px;
	}
	.pop__homepage-video .banner-video-text h2 {
		font-size: 26px !important;
	}
}
@media only screen and (max-width: 800px) {
	.pop__homepage-video .banner-video-text p {
		/*display: none;*/
		font-size: 16px;
	}
	.pop__homepage-video .banner-video-text h2 {
		font-size: 22px !important;
	}
}
@media only screen and (max-width: 479px) {
	.pop__homepage-video .banner-video-text h1 {
		font-size: 30px;
	}
}

.pop__homepage-video.header-banner-area .special-offer-stamp {
	display: none;
}

@media(min-width: 1250px) {
	.pop__homepage-video.header-banner-area .special-offer-stamp {
		display: block;
	    position: absolute;
	    bottom: 0;
	    left: 80px;
	}
}

/* Services grid on homepage */
.our-services .colour-bg.services-box:before {
    background-color: rgba(0, 0, 0, 0.05);
}

.our-services .colour-bg.services-box:hover h3,
.our-services .colour-bg.services-box:hover p {
    color: #FFF;
}

.our-services .colour-bg.services-box:hover .viewmore-btn {
    background-color: #FFF;
    color: #000;
}

.our-services .colour-bg img {
    visibility: hidden;
}

.our-services .colour-bg.green {
    background-color: #92c336;
}

.our-services .colour-bg.green .viewmore-btn {
    color: #92c336;
}

.our-services .colour-bg.pink {
    background-color: #f48b8f;
}

.our-services .colour-bg.pink .viewmore-btn {
    color: #f48b8f;
}

.our-services .colour-bg.purple {
    background-color: #634f6b;
}

.our-services .colour-bg.purple .viewmore-btn {
    color: #634f6b;
}

.our-services .colour-bg.darkgrey {
    background-color: #333;
}

.our-services .colour-bg.darkgrey .viewmore-btn {
    color: #333;
}

.invisalign-banner {
	background-color: #35302c;
	text-align: center;
}

.invisalign-banner p {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.2;
	color: #FFF;
	padding: 15px 0;
	margin-bottom: 0;
}

@media(min-width: 992px) {
	.invisalign-banner {
		background: url('https://www.thedentistatlibertyplace.co.uk/wp-content/uploads/2018/03/invisalign-aligners.jpg') no-repeat 75% 0 #35302c;
	}

	.invisalign-banner {
		text-align: left;
	}

	.invisalign-banner p {
		padding: 0;
	}
}

.invisalign-banner .btn {
	background-color: #91c235;
	color: #FFF;
}

.invisalign-banner .btn img {
	max-width: 25px;
	margin-top: -5px;
}

.invisalign-banner .btn:hover,
.invisalign-banner .btn:focus {
	background-color: #76a51d;
	color: #FFF;
}

@media only screen and (max-width: 414px) {
	.welcome-part p {
	    padding: 15px 0 0 0;
	}
}

@media(max-width: 479px) {
	.our-services .services-box {
		margin-bottom: 15px;
	}
}

.blog-listing.single-post .entry-content p a {
	width: auto;
	background: none;
	font-size: 16px;
	line-height: 24px;
	padding: 0;
	margin: 0px;
	color: #7d3c80;
}

.page-template-new-homepage-layout .testimonial-manin-area-bg,
.page-template-new-homepage-layout .testimonial-manin-area-bg .easy_t_single_testimonial {
	width: auto;
	float: none;
}

.page-template-new-homepage-layout .before-gallery,
.page-template-new-homepage-layout .after-gallery {
	padding: 2px;
}

.page-template-new-homepage-layout .before-gallery img,
.page-template-new-homepage-layout .after-gallery img {
	border: 0;
}

.page-template-new-homepage-layout .before-gallery span,
.page-template-new-homepage-layout .after-gallery span {
	background-color: #654f6c;
	color: #FFF;
	left: 2px;
	margin: 0;
	right: 2px;
    bottom: 2px;
    text-transform: capitalize;
}

.testimonial-manin-area-bg .easy_t_single_testimonial {
	padding: 30px;
	background: #56475a;
	margin-bottom: 0;
}

.testimonial-manin-area-bg .easy_t_single_testimonial p {
	color: #FFF;
	font-weight: 300;
	font-size: 20px;
}

.testimonial-manin-area-bg .easy_t_single_testimonial span.testimonial-client {
	float: none;
	text-align: left;
	color: #FFF;
	display: block;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

@media(min-width: 768px) {
	.testimonial-manin-area-bg .easy_t_single_testimonial {
		padding: 60px 120px;
	}
}

.btn-arrow.shadow {
	color: #FFF !important;
	border-bottom: 2px solid #999;
}

.contact-today h2 {
	font-size: 34px;
	font-weight: bold;
}

.contact-today p {
	font-size: 24px;
}

@media(min-width: 480px) {
	.contact-today .cta-btns {
		max-width: 500px;
		margin: 0 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.contact-today .cta-btns .btn {
		width: calc(50% - 5px);
	}
}
/* END Misc stuff */

#main-wrapper .core__main-navigation ul li a {
	padding: 15px 7px;
}

#main-wrapper .nav-item-link {
	background: #8cc542;
}

#main-wrapper .nav-item-link:hover {
	background: #7ca941;
}

@media (min-width: 1200px) {
	#menu-item-95 .sub-menu {
    width: 600px !important;
	}	
}

.sub-menu > li {
    margin: 0 15px;
}
