
/*
Theme Name: Schema Child
Version: 1.0.1
Description: A child theme of Schema by MyThemeShop..
Template: mts_schema
Text Domain: schema
*/

/* Carousel */
@import url("https://cdn-kgcnn.nitrocdn.com/WtPWnyXNIBwKouSzrkJUFsGgBTGwTiPl/assets/static/optimized/rev-8630bab/www.agapedental.ca/wp-content/themes/mts_schema/style.css");

/* general */
.container {
	max-width: 1170px !important;
}

p {
	line-height: 1.4;
}

#anchorpoint {
	display: block;
	padding-top: 100px;
	margin-top: 200px;
}

.primary-slider-container {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.btn, #gform_submit_button_1 {
	color: #fff !important;
	background: #8e031a;
	padding: 10px 15px;
	text-transform: uppercase;
}

.blackUnder {
	color: #000 !important;
	text-decoration: underline !important;
	font-weight: bold;
}

.maronParagraph {
	color: #8e031a !important;
}

.alignleft {
	float: left;
	margin: 0px 20px 20px 0px;
	border: 2px solid #ececec;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}

.alignright {
	float: right;
	margin: 0px 0px 20px 20px;
	border: 2px solid #ececec;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}

.alignnone {
	border: 2px solid #ececec;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}

.center {
	text-align: Center;
}

.clear {
	clear: both;
}

/* header */
.main-header {
	background: #2b346b;
}

#header {
	top: 0px;
	background: #d4d4d4;
	background: -moz-linear-gradient(top, #fff 0%, #d4d4d4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #d4d4d4));
	background: -webkit-linear-gradient(top, #fff 0%, #d4d4d4 100%);
	background: -o-linear-gradient(top, #fff 0%, #d4d4d4 100%);
	background: -ms-linear-gradient(top, #fff 0%, #d4d4d4 100%);
	background: linear-gradient(to bottom, #fff 0%, #d4d4d4 100%);
	-pie-background: linear-gradient(top, #fff 0%, #d4d4d4 100%);
}

.logo-wrap, .headerPhone, .headerInfo {
	float: left;
	width: 28%;
	padding: 5px 1%;
}

.logo-wrap {
	margin: 10px 0 0 0;
}

.headerInfo {
	width: 32%;
	text-align: right;
	margin-top: 30px;
}

.headerInfo p {
	margin-bottom: 5px;
}

.headerPhone {
	text-align: center;
	margin-top: 30px;
}

.headerPhone a {
	color: #fff !important;
}

div.header-social-icons {
	background: none;
	border: 0px;
}

div.header-social-icons a {
	background: #fff;
	border-radius: 50%;
	padding: 10px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	margin: 0px 5px;
	font-size: 26px;
}

div.header-social-icons::before {
	border: 0px;
}

#primary-navigation .header-social-icons a, .header-social-icons a {
	padding: 0px 10px;
}

.headerPhone .pull-left {
	position: relative;
	top: 3px;
}

.maronBox {
	background-color: #8e031a;
	padding: 10px;
	font-size: 16px;
	max-width: 600px;
	margin: 0px auto;
	margin-top: 10px;
}

.reqA, .reqAmobile {
	color: #fff;
	background-color: #8e031a;
	padding: 5px 10px;
	font-size: calc(12px + .2vw);
	display: inline-block;
	max-width: 38vw;
	margin-top: 25px;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

.reqA:hover {
	color: #fff !important;
}

.owl-next {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: url("https://cdn-kgcnn.nitrocdn.com/WtPWnyXNIBwKouSzrkJUFsGgBTGwTiPl/assets/images/optimized/rev-94badf1/www.agapedental.ca/wp-content/themes/gala-schema-child/img/large_right.png") no-repeat 0 0;
	width: 40px !important;
	display: block !important;
	height: 40px;
	font-size: 0px !important;
	opacity: 0;
	right: 30px !important;
	background-color: transparent !important;
	transition: all .25s linear;
}

.owl-next.nitro-lazy {
	background-image: none !important;
}

.owl-prev {
	display: block !important;
	z-index: 100;
	opacity: 0;
	font-size: 0px;
	font-size: 0px !important;
	cursor: pointer;
	left: 30px !important;
	position: relative;
	background: url("https://cdn-kgcnn.nitrocdn.com/WtPWnyXNIBwKouSzrkJUFsGgBTGwTiPl/assets/images/optimized/rev-94badf1/www.agapedental.ca/wp-content/themes/gala-schema-child/img/large_left.png") no-repeat 0 0;
	transition: all .25s linear;
	width: 40px !important;
	height: 40px;
	background-color: transparent !important;
}

.owl-prev.nitro-lazy {
	background-image: none !important;
}

#slider:hover .owl-prev {
	opacity: 1;
}

#slider:hover .owl-next {
	opacity: 1;
}

#slider>div.owl-stage-outer>div>div>div>div>div.hide-xs>h3, #slider>div.owl-stage-outer>div>div>div>div>div.hide-xs>h2 {
	color: black;
}

.primary-slider-container {
	max-width: 100%;
	float: none;
	width: 100%;
	overflow: hidden;
	margin: 0px;
}

.primary-slider-container .slide-caption {
	width: 42vw;
	padding: 2%;
	left: 4vw;
	top: 8vh;
	overflow: visible;
	text-align: left;
	float: none;
	background: none;
}

.primary-slider-container .owl-item:nth-child(1) .slide-caption h2, .primary-slider-container .owl-item:nth-child(1) .slide-caption h3 {
	color: #8e031a !important;
}

/*.primary-slider-container .owl-item:nth-child(6) .slide-caption {
    width: 50vw;
    padding: 2%;
    left: 23vw;
	right: 25vw;
	top: 20vh;
	text-align: center;
}*/

/*
.primary-slider-container .owl-item:last-child .slide-caption {
	right:2vw;
	left: inherit;
	text-align: right;
}
*/
.primary-slider-container .owl-item:nth-child(1) .slide-caption, .primary-slider-container .owl-item:nth-child(5) .newCon {
	background-position: right;
	background-color: #ccd3dd;
	background-size: contain;
	background-repeat: no-repeat;
}

.primary-slider-container .owl-item:nth-child(5) .slide-caption {
	width: 37vw;
	right: 38vw;
	text-align: left !important;
}

.primary-slider-container .owl-item:nth-child(6) .slide-caption h3, .primary-slider-container .owl-item:nth-child(6) .slide-caption h2 {
	color: #fff !important;
}

.primary-slider-container .owl-item:nth-child(1) .slide-caption {
	right: 12vw;
	top: 40vh;
	left: auto;
	text-align: left;
	width: 40%;
}

/*.primary-slider-container .owl-item:first-child .reqA { display: none; }*/
.primary-slider-container .owl-item:nth-child(2) .reqA, .primary-slider-container .owl-item:nth-child(3) .reqA {
	margin-left: 0vw;
}

.primary-slider-container .slide-caption h3, .primary-slider-container .slide-caption span {
	display: block;
	color: #000;
	margin: 2px auto;
	line-height: 30px;
	font-size: calc(15px + .3vw);
	font-weight: 400 !important;
	font-family: "convergence", sans-serif !important;
}

.primary-slider-container .slide-caption h2 {
	color: #000;
	text-shadow: 0 0 0;
	font-family: "convergence", sans-serif !important;
}

.primary-slider-container .slide-caption span {
	font-size: calc(12px + .3vw);
	font-weight: 400 !important;
}

.primary-slider-container .slide-caption span.centeredCaption {
	font-size: calc(15px + .3vw);
}

#slider>div.owl-stage-outer>div>div:nth-child(5)>div>div>div.hide-xs, #slider>div.owl-stage-outer>div>div:nth-child(4)>div>div {
	background: transparent !important;
}

.primary-slider-container .owl-item:nth-child(6) .slide-caption .hide-d span {
	left: -15%;
}

.primary-slider-container .owl-item:nth-child(6) h2, .primary-slider-container .owl-item:nth-child(6) h3 {
	color: #8e031a !important;
}

.primary-slider-container .owl-item:nth-child(2) .slide-caption a {
	float: right !important;
}

.primary-slider-container .owl-item:nth-child(1) .slide-caption .hide-d span {
	color: white !important;
}

.primary-slider-container .owl-item:nth-child(1) .slide-caption {
	display: none;
}

.primary-slider-container .slide-caption img {
	width: 75% !important;
	text-align: center;
	display: inline-block;
}

.primary-slider .slide-title, h1.title {
	font-size: calc(16px + .8vw);
	line-height: 34px;
}

.primary-slider-container .owl-item:nth-child(5) .slide-caption h3, .primary-slider-container .owl-item:nth-child(5) .slide-caption span, .primary-slider-container .owl-item:nth-child(5) .slide-caption h2 {
	color: #000 !important;
}

.owl-carousel .owl-item img {
	max-width: 100% !important;
}

.primary-slider .owl-dots {
	bottom: 8%;
	top: inherit;
	right: 2%;
	z-index: 100;
}

#page {
	padding-top: 0px;
	width: 100%;
	max-width: 100%;
}

#page {
	background: #d4d4d4;
	background: -moz-linear-gradient(top, #fff 0%, #d4d4d4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #d4d4d4));
	background: -webkit-linear-gradient(top, #fff 0%, #d4d4d4 100%);
	background: -o-linear-gradient(top, #fff 0%, #d4d4d4 100%);
	background: -ms-linear-gradient(top, #fff 0%, #d4d4d4 100%);
	background: linear-gradient(to bottom, #fff 0%, #d4d4d4 100%);
	-pie-background: linear-gradient(top, #fff 0%, #d4d4d4 100%);
}

h3.agape span {
	font-size: 21px;
	color: #8e031a;
}

/* home boxes */
.homeBoxes {
	margin: 0px auto;
	margin-top: 0px;
	height: 240px;
	text-align: left;
	padding: 25px 0px;
}

.homeBoxes h3 {
	color: #000;
	font-size: 32px;
	margin-top: 0px;
}

.homeBoxes p {
	color: #fff !important;
	font-size: 16px !important;
	line-height: 27px;
	text-align: center;
}

.homeBoxes .box01, .homeBoxes .box02, .homeBoxes .box03 {
	float: left;
	height: 200px;
	width: 31%;
	position: relative;
	padding: 1%;
}

.homeBoxes .box02 {
	width: 32%;
}

/* home widgets */
.homeWidgets {
	margin: 30px auto;
	text-align: left;
}

.widgetBox {
	margin-right: 3%;
	margin-bottom: 20px;
	padding: 2%;
	width: 27%;
	float: left;
	border-radius: 10px;
	-moz-border-radius: 10px;
	background: rgba(255, 255, 255, .8);
}

.widgetBox h3 {
	text-align: center;
}

.widgetBox.noMargin {
	margin-right: 0px;
}

.widgetBox img {
	width: 100%;
}

.textwidget p {
	font-size: 16px;
	line-height: 24px;
}

/* inner pages */
#page.single {
	float: left;
}

.article {
	background: none;
	margin: 0 auto;
	float: none;
}

.page h1.title {
	margin-bottom: 20px;
}

/* footer */
.copyrights {
	text-align: center;
}

#copyright-note span {
	display: none;
}

.to-top {
	float: none;
}

#copyright-note .to-top span {
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
}

.hide-d {
	display: none;
}

.social-icons a {
	display: inline-block;
	color: #fff;
	background-image: url("https://cdn-kgcnn.nitrocdn.com/WtPWnyXNIBwKouSzrkJUFsGgBTGwTiPl/assets/images/optimized/rev-94badf1/www.agapedental.ca/wp-content/themes/gala-schema-child/img/bgIt.png");
	width: 35px;
	height: 35px;
	line-height: 25px;
	text-align: center;
	background-size: contain;
	border-radius: 2px;
}

.social-icons a.nitro-lazy {
	background-image: none !important;
}

.social-icons span {
	position: relative;
	color: #000;
	z-index: 100;
	top: 3px;
	font-size: 12px;
}

.headerPhone {
	width: 100%;
	margin-top: 0px;
}

.headerPhone p {
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	color: #fff;
}

.regular_header #secondary-navigation {
	width: 100%;
	float: right;
	margin-top: 0px;
}

/*
.regular_header  .sticky #secondary-navigation { margin-top: -35px; }
*/
header .navigation {
	float: right;
	width: 100%;
}

header .logo-wrap {
	float: left;
	width: 44%;
}

.navigation ul {
	text-align: right;
	padding-top: 6px;
}

.navigation ul li {
	float: none;
	display: inline-block;
}

#secondary-navigation .navigation ul li:hover, #secondary-navigation .navigation ul .current-menu-item {
	background-color: #8e031a !important;
}

#secondary-navigation .navigation ul .current-menu-item a {
	color: #fff !important;
}

#secondary-navigation .navigation ul li a:hover {
	color: #fff !important;
}

#secondary-navigation .navigation > ul > .menu-item-has-children > a {
	padding-right: 20px;
}

#secondary-navigation .navigation ul ul li {
	background-color: #8e031a !important;
}

#secondary-navigation .navigation ul ul li a {
	color: #fff !important;
}

#secondary-navigation a {
	padding: 7px 20px 7px;
	margin: 0;
	font-size: calc(14px + .1vw) !important;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
	#secondary-navigation a {
		font-size: 12px !important;
	}
}

#secondary-navigation .menu-item-has-children > a::after {
	right: 8px;
}

.newCon {
	height: 60vh;
	background-size: cover;
	background-position: 50% 50%;
}

.welcome h1 {
	font-size: calc(16px + 1vw);
	text-align: center;
	color: #8e031a;
	margin-top: 0px;
}

.welcome h2 {
	color: #111;
	font-size: calc(16px + .5vw);
	text-align: center;
	margin-bottom: 0px;
	font-weight: normal;
}

.welcome p {
	font-size: calc(12px + .3vw);
	line-height: 26px;
	margin-bottom: 25px;
}

.welcome h2:last-of-type {
	color: #8e031a;
	margin-bottom: 20px;
}

.welcome img {
	padding: 3px;
}

/*.leftwow {
	width: 33.33%;
	float: left;
}
*/
.social-icons {
	margin-top: -6px;
}

.rightwow {
	width: 100%;
	float: right;
}

.row {
	margin: 0px -15px;
}

.row:after, .container:after {
	clear: both;
	content: "";
	display: block;
	position: relative;
}

.main-header .container {
	background-color: transparent !important;
}

#reviews {
	padding-bottom: 25px;
	padding-top: 0px !important;
	margin-bottom: 40px;
}

#reviews h2 {
	color: #8e031a;
	font-size: 32px;
	padding-top: 10px !important;
	padding-bottom: 15px !important;
	font-weight: normal;
}

#reviews h4 {
	font-weight: normal;
	line-height: 26px;
	font-size: 16px;
}

.carousel-indicators {
	bottom: -9px !important;
}

.col-sm-6 {
	width: 50%;
	float: left;
}

.col-sm-4 {
	width: 33.33%;
	float: left;
}

.featured {
	margin: 30px auto 10px;
}

.featured img {
	border: 2px solid #ececec;
	margin-bottom: 20px;
	margin-top: 10px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}

.featured p {
	padding-right: 15px;
}

#slider:before {
	content: "";
	background: url("https://cdn-kgcnn.nitrocdn.com/WtPWnyXNIBwKouSzrkJUFsGgBTGwTiPl/assets/images/optimized/rev-94badf1/www.agapedental.ca/wp-content/themes/gala-schema-child/img/curve.png") no-repeat center bottom;
	display: block;
	width: 100%;
	background-size: cover;
	height: 85px;
	position: absolute;
	margin-left: 50%;
	left: -50%;
	bottom: -10px;
	z-index: 1;
}

.homepage:before {}

.homeBoxes {
	background: #333030;
	border-bottom: 5px solid #333030;
	font-size: 14px;
	padding: 30px 0px;
}

.homeBoxes h3 {
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
	color: #fff;
}

footer {
	margin-top: 0px;
	padding: 10px 0px;
}

.to-top, .to-top a {
	color: #fff !important;
}

.navigation ul ul ul {
	left: 255px;
}

.article header {
	margin: 40px 0 0 0px;
	padding: 0 0 0 2%;
	width: 90%;
}

.article {
	padding: 0px;
	width: 100%;
}

.article .post-content {
	padding: 1% 2%;
	width: 96%;
	max-width: 96%;
}

#page.single header, .page-id-2037 #page .article header {
	padding: 0px 0px 0vh 6%;
	margin-top: -17vh;
}

.single-post #page.single header {
	margin-top: 0px;
	padding: 30px 2vw 10px 2%;
}

.page-id-2037 #page .article .latestPost header {
	margin-top: 0px;
	padding: 10px 0;
}

/*.page-id-1551 #page.single header,
.page-id-1553 #page.single header,
.page-id-1554 #page.single header {
	margin: 40px 0 0 0px; padding: 0 0 0 2%;
}*/
.article .post-content header {
	padding: 0px;
	margin: 0px;
}

.article .post-content header a {
	color: #8e031a;
}

.page-id-1545 #page.single header h1, .page-id-1551 #page.single header h1, .page-id-1552 #page.single header h1, .page-id-1554 #page.single header h1, .page-id-1589 #page.single header h1, .page-id-1668 #page.single header h1, .page-id-1895 #page.single header h1 {
	text-align: left;
}

/*.page-id-1563 #page.single header h1,
.page-id-1590 #page.single header h1 { text-align: left; }
.page-id-1563 #page .article header ,
.page-id-1590 #page .article header{ margin-top: -58vh; padding: 0px 0px 30vh 6%; }
.page-id-1590 #page .article header { margin-top: -58vh; padding: 0px 0px 30vh 0; }*/
.page-id-1589 .article .post-content {
	width: 70%;
	padding: 1% 15%;
}

.page-id-1570 #page.single header h1, .page-id-1571 #page.single header h1, .page-id-1572 #page.single header h1, .page-id-1573 #page.single header h1 {
	color: #fff;
}

.page-id-1563 #page.single header h1 {
	font-size: 32px;
	font-weight: bold;
}

#page.single {
	float: none !important;
}

.article:after {
	clear: both;
	content: "";
	display: block;
	position: relative;
}

.theauthor, .thecategory, .thecomment, .thetime i {
	display: none !important;
}

#featured-thumbnail {
	float: right;
	width: 30%;
}

.front-view-content {
	float: left;
	width: 68%;
}

body .gform_wrapper ul li.gfield.gf_left_third {
	margin-top: 3px;
}

body .gform_wrapper .gform_footer {
	padding: 10px 0px 18px;
	margin: 6px 0px 0px;
}

/*.owl-stage .owl-item:nth-child(3) .slide-caption {
	left: auto;
	right: 10px;
}*/
.opacit_ {
	opacity: 0;
}

/*
.sticky { position: fixed !important; box-shadow: 0px 0px 17px rgba(0,0,0,0.9); }*/

/*
.sticky img { max-width: 100px !important }*/

/* mobile */
#regular-header {
	background: #a10d19;
	background: -moz-linear-gradient(left, rgba(161, 13, 25, 1) 0%, rgba(132, 8, 18, 1) 50%, rgba(102, 5, 13, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(161, 13, 25, 1) 0%, rgba(132, 8, 18, 1) 50%, rgba(102, 5, 13, 1) 100%);
	background: linear-gradient(to right, rgba(161, 13, 25, 1) 0%, rgba(132, 8, 18, 1) 50%, rgba(102, 5, 13, 1) 100%);
}

/*.innerImage img { width: 100% !important; }*/
#header .logo-wrap {
	padding: 0px;
}

.carousel {
	position: relative;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-inner>.item {
	position: relative;
	display: none;
	-webkit-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	display: block;
	height: auto;
	max-width: 100%;
	line-height: 1;
}

.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
	display: block;
}

.carousel-inner>.active {
	left: 0;
}

.carousel-inner>.next, .carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.carousel-inner>.next {
	left: 100%;
}

.carousel-inner>.prev {
	left: -100%;
}

.carousel-inner>.next.left, .carousel-inner>.prev.right {
	left: 0;
}

.carousel-inner>.active.left {
	left: -100%;
}

.carousel-inner>.active.right {
	left: 100%;
}

.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	opacity: .5;
	filter: alpha(opacity=50);
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0), color-stop(rgba(0, 0, 0, .0001) 100%));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0), color-stop(rgba(0, 0, 0, .5) 100%));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9;
	filter: alpha(opacity=90);
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
	left: 50%;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
	right: 50%;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	font-family: serif;
}

.carousel-control .icon-prev:before {
	content: "‹";
}

.carousel-control .icon-next:before {
	content: "›";
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	border-radius: 10px;
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption .btn {
	text-shadow: none;
}

@media screen and (min-width:768px) {
	.carousel-control .glyphicons-chevron-left, .carousel-control .glyphicons-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		margin-left: -15px;
		font-size: 30px;
	}
	
	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 30px;
	}
	
	.carousel-indicators {
		bottom: 20px;
	}
}

.clearfix:before, .clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

/*
.innerImage {
	position: relative;
	height: 60vh;
	width: 100%;
	background-size: 80% auto;
	background-position: center center;
	background-repeat: no-repeat;
}
*/
.innerImage {
	position: relative;
	height: 200px;
	width: 100%;
	background-size: contain;
	background-position: right;
	background-position: right center;
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	text-align: right;
}

.innerImage.landing-banner {
	text-align: left;
}

.page-id-1565 .innerImage {
	height: inherit !important;
}

/*.page-id-1557 .innerImage { background-color: #b6c3cc; }
.page-id-1563 .innerImage { background-size: cover; background-position: center center; }
.page-id-1560 .innerImage, 
.page-id-1818 .innerImage,
.page-id-1828 .innerImage,
.page-id-1586 .innerImage { background-color: #fff; }
.page-id-1559 .innerImage { background-size: 100% auto; }

.page-id-1565 .innerImage { background-color: #fee4d3; }
.page-id-1567 .innerImage { background-size: auto 100%; }
.page-id-1570 .innerImage,
.page-id-1571 .innerImage { background-color: #EEE; }
.page-id-1833 .innerImage,
.page-id-1574 .innerImage { background-size: 100% auto; }
.page-id-1573 .innerImage { background-color: #5d6977; }
.page-id-1572 .innerImage { background-color: #516b2c; }
.page-id-1575 .innerImage, 
.page-id-1826 .innerImage { background-color: #f1f1f1; }
.page-id-1822 .innerImage { background-color: #a8a8a6; }
.page-id-1556 .innerImage { background-color: #a2a2ac; }
.page-id-1580 .innerImage { background-color: #d1d5b8; }
.page-id-2037 .innerImage { background-color: #e2e3e5; }

.page-id-1818 .innerImage { background-color: #878988; }*/
.page-id-1557 .innerImage {
	background: #b6c3cc;
}

.page-id-1589 .innerImage, .page-id-1590 .innerImage, .page-id-1545 .innerImage, .page-id-1551 .innerImage, .page-id-1552 .innerImage, .page-id-1553 .innerImage, .page-id-1554 .innerImage, .page-id-1895 .innerImage, .page-id-1668 .innerImage {
	background-size: cover;
}

.paddingr {
	padding-right: 20px;
}

.paddingl {
	padding-left: 20px;
	float: right;
}

/*.innerImage:before {
	content: "";
	background-image: url(img/banner-curv.png);
	width: 100%;
	height: 156px;
	position: absolute;
	bottom: 0px;
	background-position: 50% 50%;
}*/
.logo-wrap span {
	position: absolute;
	color: #111;
	display: block;
	bottom: 6px;
	width: 270px;
	right: 17px;
	text-transform: uppercase;
	letter-spacing: .06em;
	font-size: 12px;
	border-top: 1px solid #9d9fa2;
	padding-top: 1px;
	text-align: right;
}

.logo-wrap {
	position: relative;
	margin-right: 50px;
}

#header h3.tagline {
	max-width: 100%;
	padding: 0px;
	color: #555 !important;
	font-size: calc(18px + .1vw);
	line-height: 26px;
	text-align: center;
	font-weight: 300 !important;
	font-style: italic !important;
}

#header h3.tagline span {
	padding: 3px 0px;
	font-weight: 800 !important;
	color: #8e031a !important;
	text-shadow: 1px 1px 1px #333;
}

/*
#header.sticky .tagline { display: none; }
*/
#reviews .container:after {
	display: table;
	content: "";
	clear: both;
}

.oneBox {
	float: left;
	width: 25%;
}

.oneBox h3 {
	font-family: "Roboto Slab";
	font-weight: normal;
	font-size: calc(16px + .1vw);
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	padding-bottom: 12px;
}

.single-title {
	font-weight: bold !important;
}

.post-content h2:first-of-type {
	font-weight: 700 !important;
}

.single-post h2:first-of-type {
	font-weight: normal !important;
}

/*
.post-content h2,.post-content .lCol h2,.post-content .lCol h2 strong,.post-content h4 strong,.post-content h2 strong {
	font-weight: 300 !important;
}
*/
.oneBox a {
	transform: scale(1);
	display: block;
	position: relative;
}

.oneBox a:hover {
	transform: scale(1.05);
}

.oneBox h3 a {
	color: #fff !important;
	display: inline-block;
}

/*
.sticky blockquote {
	display: none !important;
}
*/
.lform {
	float: left;
	width: 65%;
	position: relative;
}

.lform:before {
	top: 14%;
	background-repeat: no-repeat;
	background-image: url("https://cdn-kgcnn.nitrocdn.com/WtPWnyXNIBwKouSzrkJUFsGgBTGwTiPl/assets/images/optimized/rev-94badf1/www.agapedental.ca/wp-content/themes/gala-schema-child/img/bgBehind.png");
	height: 90%;
	width: 90%;
	background-size: 100% 100%;
	position: absolute;
	content: "";
	left: 0px;
	right: 0px;
	opacity: .1;
	margin: 0px auto;
}

.lform a {
	position: relative;
	z-index: 5000;
}

.forme {
	float: right;
	width: 30%;
}

ul#input_1_7 li {
	display: inline-block;
	width: 15%;
}

/*
#field_1_1 label,#field_1_3 label,#field_1_4 label,#field_1_9 label {
	display: none;
}*/
.forme input[type="text"], .forme select {
	width: 100% !important;
}

.tableCol {
	margin: 10px 0px;
}

#field_1_6 li, #field_1_11 li {
	display: inline-block;
	width: 33%;
}

.col-md-6 {
	float: left;
	width: 50%;
	padding: 0px 10px;
	box-sizing: border-box;
}

.rCol {
	width: 40%;
	float: right;
	padding: 0px 7px;
	box-sizing: border-box;
}

.rCol img {
	margin: 0px !important;
	float: none !important;
}

.lCol {
	width: 60%;
	float: left;
	padding: 0px 7px;
	box-sizing: border-box;
}

.tableCol:nth-child(even) .rCol {
	float: left;
}

.tableCol:nth-child(even) .lCol {
	float: right;
}

.page-id-1567 .rCol, .page-id-1833 .rCol {
	width: 45%;
}

.page-id-1567 .lCol, .page-id-1833 .lCol {
	width: 55%;
}

.rCol.smallCol {
	width: 30%;
	text-align: center;
}

.lCol.largeCol {
	width: 50%;
}

.article ul, .article ol {
	padding-top: 0px;
}

.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
	margin: 0px !important;
}

body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
	margin-top: 0px !important;
}

.floatedLeft {
	float: left;
	width: 40%;
	margin: 0px 20px 0 0;
}

input.gform_button {
	cursor: pointer;
}

.col-sm-8 {
	width: 66.666667%;
	float: left;
}

.contact-right .gform_wrapper .top_label input.medium, .contact-right .gform_wrapper .top_label select.medium {
	width: 100%;
}

.contact-right .gform_wrapper .top_label select.medium {
	height: 34px;
}

@media screen and (max-width: 1152px) {
	.lform {
		float: left;
		width: 100%;
	}
	
	.forme {
		float: right;
		width: 30%;
		display: none;
	}
	
	.container {
		max-width: 100% !important;
	}
}

@media screen and (max-width: 880px) {
	.headerPhone {
		background: #8e031a;
	}
	
	.headerPhone .container {
		padding: .5% 2% 1.5% 2%;
	}
	
	.headerPhone .pull-left {
		float: none;
		text-align: center;
	}
	
	.headerPhone p.phoned {
		margin-left: 0 !important;
	}
	
	.primary-slider-container .owl-item:first-child .slide-caption, .primary-slider-container .owl-item:first-child .slide-caption, .primary-slider-container .owl-item:nth-child(6) .slide-caption {
		width: 50vw;
		padding: 0%;
		left: 24vw;
		right: 24vw;
		top: 0vh;
		text-align: center;
		background-color: rgba(255, 255, 255, 0);
		height: 120px;
	}
	
	#slider > div.owl-stage-outer > div > div:nth-child(1) > div > div {
		padding: 2%;
		left: 0px !important;
		left: 0px;
		width: 100% !important;
		overflow: visible;
		text-align: center !important;
		float: none;
		background: none;
		right: 0px !important;
		top: 1% !important;
		top: 1% !important;
		box-sizing: border-box;
		bottom: auto;
		transform: translateY(-50%);
		height: 0px !important;
	}
	
	#slider > div.owl-stage-outer > div > div:nth-child(6) > div > div > div.hide-d > span {
		position: relative;
		text-align: center;
		top: 46px;
		font-size: 17px;
	}
	
	.orthotag {
		font-size: 14px;
		position: relative;
		text-align: center;
		top: 0px;
	}
	
	#slider > div.owl-stage-outer > div > div:nth-child(7) > div > div > div.hide-d > span {
		float: right;
		margin-right: 2%;
	}
	
	.Financing {
		padding: 25px 25px 25px !important;
	}
	
	.third {
		text-align: center;
		width: 100% !important;
		display: inline-block;
	}
	
	.third img {
		width: 50% !important;
	}
	
	.owl-item:nth-child(8) span {
		float: right;
	}
	
	.owl-item:nth-child(3) span, .owl-item:nth-child(5) span {
		margin-top: -70px;
	}
	
	.owl-item:nth-child(3) span, .owl-item:nth-child(3) span, .owl-item:nth-child(4) span, .owl-item:nth-child(5) span {
		text-align: left;
	}
	
	.primary-slider-container .slide-caption span {
		font-size: 18px;
	}
	
	.regular_header #secondary-navigation {
		margin-top: 0;
	}
	
	#header:after, #regular-header:after {
		clear: both;
		content: "";
		display: block;
	}
	
	.floatedLeft {
		float: none;
		width: 100%;
		margin: 10px 0;
	}
	
	.logo-wrap {
		width: 100% !important;
	}
	
	#header .logo-wrap {
		float: none !important;
	}
	
	/*
	#header.sticky .logo-wrap span { display: none; }
	*/
	#secondary-navigation {
		height: auto !important;
	}
	
	.hide-d {
		display: block;
	}
	
	#header blockquote {
		padding: 10px 0px;
	}
	
	#header blockquote:before {
		top: auto;
		bottom: 0px;
	}
	
	.social-icons {
		text-align: center;
	}
	
	.social-icons a {
		display: inline-block;
		width: 48px;
		height: 48px;
		line-height: 38px;
	}
	
	.tagline {
		display: none;
	}
	
	#secondary-navigation .toggle-mobile-menu {
		background-color: #8e031a !important;
	}
	
	.oneBox {
		width: 29.33% !important;
		padding: 2%;
	}
	
	.oneBox:nth-child(4) {
		clear: left;
	}
	
	.oneBox h3 {
		font-size: 14px;
	}
	
	#header {
		background: none;
		padding: 0px 0 20px 0px;
		margin-bottom: 0px;
	}
	
	.mobileBtn {
		margin-bottom: 0px;
	}
	
	.mobileBtn a, .hours {
		display: block;
		color: #fff;
		text-align: center;
		background: #8e031a;
		padding: 10px;
		border-radius: 10px;
		-moz-border-radius: 10px;
		margin: 10px !important;
	}
	
	.mobileBtn.phoneBtn {
		font-size: 20px;
	}
	
	.hide-xs {
		display: none !important;
	}
	
	.container, .welcome .container, .widgetBox {
		width: 96%;
		padding: 2%;
	}
	
	.innerImage {
		height: 200px;
	}
	
	#page.single header, .page-id-2037 #page .article header {
		margin: 0px;
		padding: 0px 0px 0px 2%;
	}
	
	.page-id-1545 #page.single header h1, .page-id-1551 #page.single header h1, .page-id-1552 #page.single header h1, .page-id-1554 #page.single header h1, .page-id-1589 #page.single header h1, .page-id-1668 #page.single header h1, .page-id-1895 #page.single header h1 {
		text-align: left;
	}
	
	.page-id-1589 .article .post-content {
		width: 96%;
		padding: 0px 2%;
	}
	
	.homeBoxes, .homeWidgets, .welcome, .footerSocial, div.footer .copy {
		width: 100%;
		height: auto;
	}
	
	.box01, .box02, .box03 {
		width: 96%;
		float: none;
		margin-bottom: 20px;
		padding: 2%;
	}
	
	.welcome {
		margin: 20px auto;
	}
	
	.homeBoxes .box01, .homeBoxes .box02, .homeBoxes .box03 {
		width: 98%;
	}
	
	.post-content img {
		width: 100% !important;
		height: auto !important;
	}
	
	.footer-widgets.widgets-num-4 .f-widget:nth-child(even), .footer-widgets.widgets-num-3 .f-widget:nth-child(even), .footer-widgets.widgets-num-4 .f-widget, .footer-widgets.widgets-num-3 .f-widget {
		width: 100% !important;
		max-width: 100% !important;
	}
	
	.hours {
		display: none !important;
	}
	
	.main-header {
		background-color: #fff !important;
	}
	
	.leftwow {
		width: 100%;
	}
	
	.rightwow {
		width: 100%;
	}
	
	.col-sm-6, .col-sm-4 {
		width: 100%;
	}
	
	.row {
		margin: 0px;
	}
	
	.welcome iframe {
		height: 400px !important;
	}
	
	blockquote:after {
		top: -4px;
		left: -14px;
	}
	
	.featured .btn {
		display: block;
		text-align: center;
	}
	
	.homeBoxes .box01, .homeBoxes .box02, .homeBoxes .box03 {
		height: auto;
	}
	
	.box02 .btn {
		display: block;
		max-width: 250px;
		margin: 10px auto 0px;
	}
	
	footer .container {
		width: 100%;
	}
	
	#regular-header {
		display: none;
	}
	
	/*
	.sticky { background-color: #fff !important; }
	*/
	#logo img {
		position: relative;
		left: -13px;
		top: -7px;
	}
	
	.primary-slider-container .slide-caption {
		padding: 2%;
		left: 0px !important;
		left: 0px;
		width: 100% !important;
		overflow: visible;
		text-align: center !important;
		float: none;
		background: none;
		right: 0px !important;
		top: 50% !important;
		box-sizing: border-box;
		bottom: auto;
		transform: translateY(-50%);
	}
	
	.primary-slider-container .slide-caption h3, .primary-slider-container .slide-caption span {
		line-height: 19px;
		font-weight: bold !important;
	}
	
	.owl-nav {
		opacity: 0;
	}
	
	.reqA {
		max-width: 150px !important;
		margin: 0px !important;
	}
}

.opacitase_ {
	opacity: 0 !important;
}

@media screen and (max-width: 540px) {
	.single_page .contactbox {
		width: 90%;
	}
	
	.primary-slider .slide-title, .latestPost .title a, .single-title {
		font-size: 19px !important;
		line-height: 23px;
	}
	
	.reqA, #move-to-top {
		display: none;
	}
	
	.headerPhone {
		padding: 0px 1% 0px 1%;
	}
	
	/*
	.primary-slider-container .slide-caption h3, .primary-slider-container .slide-caption span {
		display: none;
	}
	*/
	.newCon {
		height: 100vh;
		max-height: 150px;
	}
}

.js-video {
	height: 0;
	padding-top: 0px;
	padding-bottom: 74.25%;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

.video_demo .row div {
	margin: 1.5px 0px;
}

.embed-container {
	position: relative;
	padding-bottom: 74.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

@media screen and (min-width:0) and (min-resolution: .001dpcm) {
	.opacit_ {
		opacity: 1;
	}
}

.third {
	text-align: center;
	width: 31%;
	display: inline-block;
}

.button {
	color: #fff;
	background-color: #a10e19;
	padding: 20px;
	border-radius: 15px;
}

.button:hover {
	color: #a10e19;
	background-color: #fff;
	padding: 20px;
	border-radius: 15px;
}

.Financing {
	background-color: #c7313c;
	color: #fff;
	padding: 25px 100px 25px;
}

.postid-2574 h4 {
	font-style: italic;
}

.page-id-1555 .innerImage {
	position: relative;
	height: 60vh;
	width: 100%;
	background-size: contain;
	background-position: center right;
	background-repeat: no-repeat;
}

.page-id-1555 .page h1.title {
	text-shadow: 0px 0px 2px #fff;
}

@media screen and (min-width:1024px) and (max-width:1280px) {
	#page.single header, .page-id-2037 #page .article header {
		padding: 0px 0px 23vh 6%;
		margin-top: -28vh;
	}
	
	.innerImage img {
		margin: 0px;
		display: block;
	}
	
	.innerImage {
		height: inherit !important;
	}
}

@media screen and (min-width:881px) and (max-width:1024px) {
	#page.single header, .page-id-2037 #page .article header {
		padding: 0px 0px 0vh 3%;
		margin-top: -17vh;
	}
	
	.innerImage {
		height: inherit !important;
	}
	
	.innerImage img {
		margin: 0px;
		display: block;
	}
}

@media screen and (max-width: 880px) {
	.page h1.title {
		margin-bottom: 20px;
		margin-top: 20px;
		background: #8e031a;
		color: #fff;
		padding: 15px;
		line-height: normal;
	}
	
	.innerImage {
		height: inherit !important;
	}
	
	.innerImage img {
		margin: 0px;
		display: block;
	}
	
	.page h1.title {
		margin-bottom: 20px;
		margin-top: 20px;
	}
	
	#slider > div.owl-stage-outer > div > div:nth-child(1) > div > div > div.hide-xs > h2 {
		color: #be0f0f;
		text-shadow: 0 0 0;
		font-family: "convergence", sans-serif !important;
	}
	
	#slider > div.owl-stage-outer > div > div:nth-child(1) > div > div > div.hide-xs > h3 {
		color: #be0f0f;
	}
	
	.contactbox {
		border: 1px solid #a10e19;
		padding: 15px;
		margin-bottom: 15px;
		width: 100%;
	}
	
	#slider > div.owl-stage-outer > div > div:nth-child(6) > div > div {
		width: 40vw;
		padding: 2%;
		left: 29vw;
		top: 8vh;
		overflow: visible;
		text-align: center;
		float: none;
		background: none;
	}
	
	#slider > div.owl-stage-outer > div > div:nth-child(3) > div > div {
		width: 43vw;
		top: 34vh;
		background-color: rgba(255, 255, 255, .45098039215686);
		height: 90px;
		padding: 15px;
	}
	
	#slider > div.owl-stage-outer > div > div:nth-child(7) > div > div > div.hide-xs > a {
		margin-top: 45px;
	}
	
	#slider > div.owl-stage-outer > div > div.owl-item.active > div > div > div.hide-xs > a {
		margin-top: 45px;
	}
	
	#slider > div.owl-stage-outer > div > div:nth-child(4) > div > div {
		background-color: rgba(255, 255, 255, .45098039215686);
		height: 150px;
	}
	
	#slider > div.owl-stage-outer > div > div:nth-child(5) > div > div > div.hide-xs {
		background-color: rgba(255, 255, 255, .45098039215686);
		height: 133px;
		padding: 15px;
	}
	
	#slider > div.owl-stage-outer > div > div:nth-child(7) > div > div {
		padding: 15px;
		height: 102px;
	}
	
	#slider > div.owl-stage-outer > div > div:nth-child(5) > div > div > div.hide-xs > h3 {
		line-height: 25px;
	}
}

.text-header-right {
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
}

.text-header-right h3 {
	font-size: 17px;
	margin: 8px;
	text-align: center;
}

@media screen and (min-width:880px) {
	.primary-slider .owl-dots {
		bottom: 20%;
	}
}

.agape-red-font {
	color: #8e031a;
}

.page-id-1551 .article header {
	margin-top: -60vh !important;
}

@media screen and (max-width:540px) {
	.newCon {
		background-position: unset !important;
	}
	
	.headerPhone p.phoned {
		font-size: 14px !important;
	}
}

@media screen and (min-width:880px) {
	#site-header {
		clear: both;
		position: fixed !important;
		z-index: 99999;
		height: 118px;
		width: 100%;
	}
	
	#page, footer, .homeBoxes, .innerImage {
		position: relative;
		top: 172px;
	}
}

ul.column-split {
	column-count: 2;
	margin: 20px 0;
}

/* Slide Size And Colors */
.page-id-2614 .innerImage, .page-id-2613 .innerImage, .page-id-2113 .innerImage, .page-id-1570 .innerImage {
	background-size: 55% 100% !important;
}

.page-id-1570 .innerImage {
	background-color: rgba(255, 255, 255, 1);
}

.page-id-1560 .innerImage {
	background-size: 70% 100%;
	background-color: #e9a79c;
}

.page-id-1564 .innerImage {}

.page-id-1567 .innerImage {
	background-size: 70% 100%;
}

.page-id-1826 .innerImage {
	background-size: 60% 100%;
}

/*.page-id-1567 h1.title,
.page-id-2697 h1.title,
.page-id-2621 h1.title
 {color:white;}*/

/*.page-id-2827 .innerImage { background-color: #a0c4e8; }
.page-id-1585 .innerImage { background-color: #e6ebf1; }
.page-id-2887 .innerImage { background-color: #feeddb; }
.page-id-1571 .innerImage { background-color: #9aa8a9; } 
.page-id-1570 .innerImage { background-color: #9aa8a9; }  */

/* Dental Crowns & Bridges */

/*
.page-id-1570 .innerImage { background-color: #ffb6b7; }
.page-id-1571 .innerImage { background-color: #ffb6b7; }

*/
.request-appointment-section .form-heading {
	text-align: center;
	font-family: "Roboto Slab";
	font-size: calc(16px + 1vw);
	color: #8e031a;
}

.request-appointment-section {
	padding-top: 40px;
	padding-bottom: 20px;
}

#secondary-navigation .navigation ul ul a, #secondary-navigation .navigation ul ul a:link {
	padding: 5px 45px 5px 20px;
}

.page-id-1586 .innerImage, .page-id-1587 .innerImage, .page-id-1588 .innerImage, .page-id-1716 .innerImage, .page-id-2697 .innerImage, .page-id-1585 .innerImage, .page-id-1555 .innerImage, .page-id-2621 .innerImage {
	background-size: cover;
}

.page-id-1560 .innerImage {
	background-size: 100% auto;
}

/* sticky phone  */
@media screen and (max-width: 880px) {
	#header {
		padding: 0;
		margin-bottom: 0px;
		margin-top: 42px;
	}
	
	#header {
		margin-top: 8px;
	}
	
	/* after sticky phone to bottom  */
	.headerPhone {
		position: fixed;
		z-index: 999;
		bottom: 0;
	}
	
	.headerPhone .container {
		padding: .5% 2% .5% 2%;
	}
	
	.headerPhone .pull-left {
		top: 0;
	}
	
	#header h2#logo {
		padding-right: 6px;
	}
	
	#header {
		padding: .5% 0;
	}
	
	#header > .container {
		padding-top: .5%;
		padding-bottom: .5%;
	}
	
	#move-to-top {
		bottom: 0;
		right: 0;
		z-index: 9925;
		background: #8e031a;
		height: 22px;
		padding: 4px 10px 10px 10px;
	}
}

/* Fees Page */
.page-id-2697 .innerImage {
	background-position: 50% 35%;
}

@media screen and (min-width:880px) {
	.narrower {
		max-width: 600px;
		margin: 20px auto;
	}
	
	.narrower p {
		font-size: 18px;
	}
}

@media screen and (max-width:1152px) {
	.page-id-3211 #page {
		max-width: 100%;
	}
	
	.page-id-3211 #page {
		padding-top: 30px;
	}
}

@media screen and (max-width:1199px) {
	.page-id-1557 .innerImage.tttttt {
		background-position: center right !important;
	}
}

@media screen and (max-width:1050px) {
	#header .logo-wrap {
		width: 50% !important;
		margin: auto;
	}
	
	.newCon.image {
		background-size: contain;
		background-repeat: no-repeat;
		height: 41vh;
	}
}

@media screen and (max-width:767px) {
	.page-id-3211 #gform_wrapper_6 li#field_6_12, .request-appointment-section li#field_6_12 {
		width: 100%;
		margin-bottom: 15px;
	}
	
	.request-appointment-section ul#gform_fields_6 select, .page-id-3211 #gform_wrapper_6 ul#gform_fields_6 select {
		height: 44px;
	}
}

.red-strip {
	padding: 36px 30px 20px;
	background: #8e031a;
	color: #fff;
	margin: 25px 0;
}

#post-3428 .entry-content {
	padding-top: 0;
}

/*
.page-id-1570 .innerImage,
.page-id-1571 .innerImage {
	background-size:100% auto;
}
*/

/*
#header.sticky .hide-when-sticky {
	display:none;
}
*/

/*
div.sticky h3.agape {
	display:none;
}
*/

/*.landing-page-inner .col-sm-6, .landing-page-inner .col-sm-4 {padding: 0px 15px;box-sizing: border-box;}
.oneBox.wow.fadeInDown.animated.animated:nth-child(11) {
    display: none;
}*/

/* Homepage Banner Slider Css */
.home-page-slider-main .et_pb_row.et_pb_row_0 {
	max-width: 100% !important;
	width: 100% !important;
}

.hm-banner-m button.slick-next.pull-right.slick-arrow {
	right: 10px;
	content: "$";
}

.hm-banner-m button.slick-prev.pull-left.slick-arrow {
	left: 10px;
	content: "#";
}

.hm-banner-m .slick-prev:before, .hm-banner-m .slick-next:before {
	color: #fff;
	font-family: ETmodules !important;
	z-index: 1;
	display: block;
	margin-top: -4px;
	height: 40px;
}

.hm-banner-m .slick-prev, .hm-banner-m .slick-next {
	background: #9f012e;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	z-index: 1;
}

.hm-banner-m ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hm-banner {
	display: flex;
	padding: 30px 0;
}

.hm-bn-lft {
	width: 39.7%;
	margin-right: 5.5%;
	padding-left: 5%;
	padding-top: 0;
	display: flex;
	align-items: center;
}

.hm-bn-lft .hm-bn-lft-txt h1 {
	font-size: 60px;
	color: #42403f !important;
	font-family: "Frank Ruhl Libre", Georgia, "Times New Roman", serif;
	padding-bottom: 12px;
	line-height: 1em;
	font-weight: 400;
	margin: 0;
}

.hm-bn-lft .hm-bn-lft-txt p {
	color: #42403f;
	font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
	font-weight: 300;
	font-size: 19.2px;
	line-height: 30px;
	margin-bottom: 0px;
	max-width: 600px;
	padding: 0;
}

.hm-bn-btn {
	margin-top: 20px;
	margin-bottom: 20px;
}

.hm-bn-btn a {
	letter-spacing: 1px;
	padding: 9px 1em;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
	font-weight: 500;
	background-color: #9f012e;
	transition: all 300ms ease 0ms;
}

.hm-bn-btn a:hover {
	border-right: 2px solid transparent;
	padding: 9px 2em 9px 1em;
}

.hm-bn-btn a:before, .hm-bn-btn a:after {
	font-size: 1.6em;
	line-height: 1.2em;
	content: "5";
	opacity: 0;
	position: absolute;
	margin-left: -1em;
	-webkit-transition: all .2s;
	transition: all .2s;
	transition: all 300ms ease 0ms;
	text-transform: none;
	-webkit-font-feature-settings: "kern" off;
	font-feature-settings: "kern" off;
	font-variant: none;
	font-style: normal;
	font-weight: 400;
	text-shadow: none;
	font-family: ETmodules !important;
	color: #fff;
}

.hm-bn-btn a:hover:after, .hm-bn-btn a:hover:after {
	opacity: 1;
	margin-left: 0;
	margin-top: 5px;
}

.hm-bn-rft {
	width: 54.8%;
	padding-bottom: 50px;
}

.hm-bn-rft .image_wrap {
	border-radius: 20vw 0 0 20vw;
	overflow: hidden;
	border-style: none;
	border-color: #2f8cff;
	border-left-width: 2vw;
	box-shadow: 0px 30px 80px -30px rgba(102, 141, 186, .7);
	padding-bottom: 70%;
}

.hm-bn-rft .image_wrap img {
	width: 100%;
	display: none;
}

.hm-bn-btn1 p a {
	display: flex;
	font-weight: 300;
	font-size: 16px;
	color: #42403f;
	text-decoration: none;
	line-height: 25px;
}

.hm-bn-btn1 p a img {
	width: 25px;
	margin-right: 15px;
}

.hm-banner-m ul.slick-dots {
	bottom: 0;
}

.slick-dots li button::before {
	font-size: 20px;
	opacity: 1;
	color: #ccc;
}

.slick-dots li.slick-active button::before {
	color: #000;
}

.page-id-1557 .innerImage.tttttt {
	background-position-x: center;
	background-size: 100% 100% !important;
}
