/*
Theme Name: Enfold Child
Theme URI: http://www.kriesi.at/themes/enfold/
Template: enfold
Author: Kriesi
Author URI: http://www.kriesi.at
Description: A superflexible and responsive Business Theme by Kriesi - Update notifications available on twitter, facebook and via newsletter: Follow me on twitter - Join the Facebook Group - Subscribe to our Newsletter
Version: 4.0.7.1495668779
Updated: 2017-05-24 23:32:59

*/


* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body, p, ul, ol, span, div, a {
	font-family: 'Montserrat', sans-serif;
}
.main_color strong {
	color:inherit !important;
}
.special_amp {
    font-family: inherit !important;
    font-style: normal !important;
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;
	color: inherit !important;
}
a {
	cursor:pointer !important;	
	transition:all .3s ease;
}
p a:hover {
	color:#326b97 !important;
}
a:hover, a:active, a:focus, a:visited {
	text-decoration:none !important;
}
strong, b {
	color: inherit !important;
}
h1, h2 {
	letter-spacing:2px !important;	
}
h3, h4, h5, h6 {
	letter-spacing:0px !important;	
}
.avia-section {
    min-height: 0 !important;
}


/* Button */

.avia-button {
	font-weight: bold !important;
	border-radius:3px !important;
	border-color: #cf5111;
	border-bottom-width: 2px !important;
	box-shadow: 0 5px 25px 0 rgba(0,0,0,.10);
	position: relative;
	margin-bottom: 27px !important;
}
.avia-button:hover {
	box-shadow: 0 5px 25px 0 rgba(0,0,0,0);
	transform: translateY(2px);
}
.avia-button:hover:after {
	animation: stars-animate .5s forwards;
}
@keyframes stars-animate {
  0% {
    transform: rotate(0) scale(1);
  }
  25% {
    transform: rotate(5deg) scale(1.05);
  }
	50% {
    transform: rotate(-5deg) scale(1.05);
  }
	75% {
    transform: rotate(5deg) scale(1.05);
  }
	100% {
    transform: rotate(0) scale(1);
  }
}
.avia-button:after {
	position: absolute;
	content: '';
	width: 30px;
	height: 25px;
	background: url('images/button-stars.png');
	background-size: 30px 25px;
	right: -32px;
	bottom: -27px;
}
.avia-button:hover {
	background-color: #393c43;
}
.avia-button.avia-size-small {
    padding: 9px 20px;
	font-size: 13px;
}
.avia-button.avia-size-medium {
    padding: 12px 30px;
    font-size: 15px;
}
.avia-button.avia-size-large {
    padding: 15px 40px;
    font-size: 16px;
}
.avia-button.avia-size-x-large {
    padding: 18px 44px;
    font-size: 18px;
}


/* Header */

#header {
	border-top: #5ba79f 8px solid;
}


/* Center Main Nav */

@media screen and (min-width: 1025px) {
	nav.main_menu {
		left: 0 !important;
		right: 0 !important;
		margin: 0 auto !important;
	}
}
@media screen and (min-width: 1025px) {
	#header_main .inner-container {
		text-align: center !important;
	}
}
@media screen and (min-width: 1025px) {
	.av-main-nav-wrap {
		float: none;
		margin: 0 auto;
		display: inline-block;
	}
}


/* Logo */

#header .logo {
	max-width: 273px !important;
	z-index: 9999;
}


/* Phone Number */

#header-phone-number {
    float: right;
    position: absolute;
    right: 2%;
    z-index: 1;
	top: 50%;
	transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
	#header-phone-number {
		right: 100px;
	}	
}
@media only screen and (max-width: 767px) {
	#header-phone-number {
		right: 20%;
	}	
}
@media only screen and (max-width: 550px) {
	#header-phone-number {
		display:none;
	}	
}
#header-phone-number p {
    color: #134b63;
}


/* Main Navigation */

#header_main li a {
	text-transform:uppercase;
}


/* Menu Navigation Items for Mobile */

.hide-on-mobile {
	display:block;
}
.show-on-mobile {	
	display:none;
}
@media only screen and (max-width: 767px) {
	.show-on-mobile {	
		display:block;
	}
	.hide-on-mobile {
		display:none !important;
	}
}


/* Dropdown Nav */

.sub_menu li a {
	font-size:15px !important;
	line-height:18px;
}
.sub_menu li a:hover {
	color:#c5dcef !important;
}	
.sub_menu li {
    padding: 0 10px;
    border-right:none !important;
}
.sub_menu li a:hover, .sub_menu li:hover a {
	color:#c5dcef !important;
	text-decoration: none !important;
}
.sub_menu li {
    margin: 0 10px;
	padding:0;
    border-right:none !important;
}
.av_secondary_right .sub_menu>ul>li:last-child {
	padding:0;

}
#top .av-main-nav ul a {
    padding: 12px 15px;
	border-bottom: #fff 1px solid;
}


/* Secondary Navigation */

#header_meta a, #header_meta .phone-info {
	font-size:15px;
font-weight:normal;
padding:9px 0 0 0;
}

#header_meta .container {
    min-height: 40px;
}


/* Mobile Navigation */

.av-burger-overlay-bg {
    opacity: 0.98;
}
@media only screen and (max-width: 1024px) {
	.av-main-nav .menu-item-avia-special {display: block;}
	.responsive #top .av-main-nav .menu-item {display: none;}
}
@media only screen and (min-width:768px) and (max-width: 1024px) {
	.av-main-nav .menu-item-avia-special {top: 30px;}
}
@media only screen and (max-width: 1024px) {
	.av-burger-menu-main a {
		margin: 0 !important;
		padding: 0 10px !important;
    	height: 60px !important;
    	line-height: 45px !important;
		background-color: #ec6623 !important;
		border-radius:2px;
	}
}
@media only screen and (max-width: 767px) {
	.av-burger-menu-main a {
		margin: 10px 0 0 0 !important;
	}
}
.av-burger-menu-main a:hover, .av-burger-menu-main a:active {
		background:#ec6623 !important;
		color:#fff !important;
}
.av-burger-menu-main a .av-hamburger-inner, .av-burger-menu-main a .av-hamburger-inner:before, .av-burger-menu-main a .av-hamburger-inner:after {
	background-color:#fff !important;
}
.av-burger-menu-main a:hover .av-hamburger-inner, .av-burger-menu-main a:hover .av-hamburger-inner:before, .av-burger-menu-main a:hover .av-hamburger-inner:after, .av-burger-menu-main a:active .av-hamburger-inner, .av-burger-menu-main a:active .av-hamburger-inner:before, .av-burger-menu-main a:active .av-hamburger-inner:after {
	background-color:#fff !important;
}
.av-burger-menu-main a:after {
	content: 'MENU';
    position: absolute;
    display: block;
    font-size: 11px;
    line-height: 11px;
    width: auto;
    bottom: 9px;
    font-weight: bold;
	color:#fff !important;
}
.av-burger-menu-main a:hover:after, .av-burger-menu-main a:active:after {
	color:#fff !important;
}
#av-burger-menu-ul li a {
	font-weight:600 !important;
}


/* Form - Required Fields */

.main_color .required {
	text-decoration: none;
	font-weight: normal;
}


/* Footer */

#footer {
	text-align:center !important;
	padding: 70px 0 40px 0;
	position: relative;
}
#footer:before {
	position: absolute;
	content: '';
	width: 100px;
	height: 100px;
	border-radius: 50px;
	background: #144c64;
	top: -32px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#footer:after {
	position: absolute;
	content: '';
	width: 30px;
	height: 25px;
	background: url('images/button-stars.png');
	background-size: 30px 25px;
	right: 0;
	left: 0;
	margin: 0 auto;
	top: -13px;
}
#footer .container {
	max-width:900px;
}
#footer p {	
	font-size:15px;
	line-height: 28px;
}
#footer ul {
	margin:0 auto;
	display:inline-block;
}
#footer ul li:not(last-of-type) {
	display:inline-block;
	padding: 0 15px;
	border-right:#7fabcc 1px solid;
}
#footer ul li:last-of-type {
	order-right:none;
}
@media (max-width: 767px) {
	#footer ul li {
		width:100%;
		border-right:none !important;;
	}
}
#footer ul li a, #footer a {
	cursor:pointer !important;
	color:#ffffff !important;
	font-weight: normal !important;
	font-size: inherit !important;
}
#footer ul li a:hover, #footer a:hover {
	color:#5ba79f !important;
}
#footer .footer-facebook {
	padding: 15px;
    background: #5ba79f;
    line-height: 34px;
	border-radius:3px !important;
}
#footer .footer-facebook:hover {
    background: #eb6622;
	color: #fff !important;
}
#footer #media_image-2 img {
	width: 192px;
}
#footer .flex_column:first-of-type .widget:first-of-type, #footer .flex_column:last-of-type .widget:first-of-type {
	margin-top:60px;
}


/* Socket */

#socket {
    text-align:center;
	font-size:12px;
}
#socket .copyright {
    float: none;
	color:#6596aa !important;
}
#socket .copyright a {	
	color:#6596aa !important;
	font-size: inherit !important;
	font-weight: normal !important;
}
#socket .copyright a:hover {
    color:#5ba79f !important;
}
#socket .container {
	padding-top: 8px;
    padding-bottom: 8px;
}


/* Home */

.keep-your-smile-bright {
	max-width:530px;
	margin: 0 auto;
}
#home-intro {
	position: relative;
	background: url('images/tooth-pattern-2x.jpg') repeat center center;
	background-size: 150px 150px;
}
#home-intro .intro-text p {
	font-family: 'Quattrocento', serif;
	max-width: 850px;
	margin: 0 auto;
	font-weight: bold;
}
#home-intro .flex_column_table {
	box-shadow: 0 0 23px 0 rgba(0,0,0,.25) !important;
}	
#our-story .avia-image-container {
	box-shadow: 0 0 23px 0 rgba(0,0,0,.25) !important;
}
#pro-tips .hr {
	line-height: 5px !important;	
}
#pro-tips .hr-custom {
	min-height: 5px !important;	
}
#pro-tips .pro-tips-header {
	position:relative;
	margin-top: 45px;
}
#pro-tips .pro-tips-header:before {
	position:absolute;
	content: '';
	width: 47px;
	height: 24px;
	background: url('images/smile-graphic.png');
	background-size: 47px 24px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -45px;
}
#pro-tips p a {
	color:#144c64;
}
#pro-tips p a:hover {
	color:#eb6622 !important;
}
#our-story .our-story-header {
	position:relative;
	margin-top: 45px;
}
#our-story .our-story-header:before {
	position:absolute;
	content: '';
	width: 68px;
	height: 39px;
	background: url('images/tooth-graphic.png');
	background-size: 68px 39px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -45px;
}
.how-much-toothpaste {
	max-width: 383px;
}


/* Content Page */

#page-intro {
	position: relative;
}
#page-intro .intro-text p {
	font-family: 'Quattrocento', serif;
	max-width: 850px;
	margin: 0 auto;
	font-weight: bold;
	font-size:22px !important;
}


/* Pro Tips */

.tips .container {
	max-width: 1010px;	
}
.tips-header .av-special-heading {
    margin-top: 20px;
}
.tips-graphic {
	max-width:100px;
}
.tips-menu {
	background:#ebf1ee;
	border-bottom-width: 0 !important;
}
.tips-menu .av-subnav-menu a {
	background:#ebf1ee;	
}
.av-subnav-menu a {
    font-size: 14px;
	font-weight: 500;
}
.tip-category-graphic {	
	max-width:90px;
}
.articles {
	position:relative;
}
.articles:after {
	position:absolute;
	content: '';
	width: 30px;
	height: 25px;
	background: url('images/button-stars.png');
	background-size: 30px 25px;
	right: -19px;
	top: -13px;
	visibility: visible;
}
.articles a:hover {
	color:#5ba79f !important;
}


/* Pro Tips Menu */

.tips-category-menu {
	text-align: center;
}
.tips-category-menu-list ul {
	display:inline-block;
	margin: 0 auto;
}
.tips-category-menu-list ul li {
	display:inline-block;
	float:left;
	margin: 0;
	padding: 0 25px;
}
@media (max-width: 800px) {
	.tips-category-menu-list ul li {
		width: 33%;
	}
	.tips-category-menu-list ul li:first-of-type, .tips-category-menu-list ul li:nth-of-type(2), .tips-category-menu-list ul li:nth-of-type(3) {
		margin-bottom: 25px;
	}
}
@media (max-width: 565px) {
	.tips-category-menu-list ul li {
		width: 50%;
	}
	.tips-category-menu-list ul li:first-of-type, .tips-category-menu-list ul li:nth-of-type(2), .tips-category-menu-list ul li:nth-of-type(3), .tips-category-menu-list ul li:nth-of-type(4) {
		margin-bottom: 25px;
	}
}
@media (min-width: 801px) {
	.tips-category-menu-list ul li:first-of-type {
		padding-left: 0;
	}
	.tips-category-menu-list ul li:last-of-type {
		padding-right: 0;
	}
}
.tips-category-menu-list ul li a {
	display:block;
	position: relative;
	padding: 60px 0 0;
	font-weight: 500;
	cursor: pointer !important;
}
.tips-category-menu-list ul li a:hover {
	color:#144c64;	
}
.tips-category-menu-list ul li a:hover:before {
	transform:translateY(3px);
	transition: .3s ease;	
}
.tips-category-menu-list ul li a:before {
	content: '';
	position: absolute;
	transform-origin: center;
}
@media (min-width: 801px) {
	.tips-category-menu-list ul li.general {
		padding-right: 27px;	
	}
}
.tips-category-menu-list ul li.general a:before {
	background: url('images/tooth-general.png');	
	right: 0;
	left: 0;
	margin: 0 auto;
	top:0;
	background-size: 58px 58px;
	width: 58px;
	height: 58px;
}
@media (min-width: 801px) {
	.tips-category-menu-list ul li.kiddos {
		padding: 0 30px;	
	}
}
.tips-category-menu-list ul li.kiddos a:before {
	background: url('images/smile-kiddos.png');	
	right: 0;
	left: 0;
	margin: 0 auto;
	top:0;
	background-size: 58px 58px;
	width: 58px;
	height: 58px;
}
@media (min-width: 801px) {
	.tips-category-menu-list ul li.floss {
		padding: 0 30px;	
	}
}
.tips-category-menu-list ul li.floss a:before {
	background: url('images/tooth-with-floss.png');	
	right: -2px;
	top:0;
	background-size: 58px 58px;
	width: 58px;
	height: 58px;
}
@media (max-width: 800px) {
	.tips-category-menu-list ul li.floss a:before {
		right: 0;
		left: 0;
		margin: 0 auto;
	}
}
.tips-category-menu-list ul li.dentures a:before {
	background: url('images/dentures.png');	
	right: 0;
	left: 0;
	margin: 0 auto;
	top:0;
	background-size: 58px 58px;
	width: 58px;
	height: 58px;
}
.tips-category-menu-list ul li.dry-mouth a:before {
	background: url('images/droplet-for-dry-mouth.png');	
	right: 0;
	left: 0;
	margin: 0 auto;
	top:0;
	background-size: 58px 58px;
	width: 58px;
	height: 58px;
}
.tips-category-menu-list ul li.fluoride-free a:before {
	background: url('images/fluoride-free.png');	
	right: 0;
	left: 0;
	margin: 0 auto;
	top:0;
	background-size: 58px 58px;
	width: 58px;
	height: 58px;
}

#page-intro.about .container {
	max-width:1000px;
}
#page-intro.about .avia_image {
	box-shadow: 0 2px 10px 0 rgba(0,0,0,.15) !important;
	overflow: visible !important;
}
#page-intro.about .avia-image-container-inner {
	overflow: visible !important;
}

#page-intro.about .av-special-heading {
    margin-top: 30px !important;
}


/* Keep Your Smile Bright - SVG Animation */

#smile-svg {
	overflow: visible;
	max-width:530px;
	margin: 0 auto;
}
#Keep {
    animation: keep-animate 3s 1s forwards ease-out;
	transform-origin:center;
  animation-iteration-count: 2;
}
#Your {
    animation: your-animate 3s 1s forwards ease-out;
  transform-origin:center;
  animation-iteration-count: 2;
}
#Toothpaste {
   animation: toothpaste-animate 3s 1s forwards ease-out;
  transform-origin:center;
  animation-iteration-count: 2;
}
#Smile {
    animation: smile-animate 3s 1s forwards ease-out;
  transform-origin:center;
  animation-iteration-count: 2;
}
#Bright {
    animation: bright-animate 3s 1s forwards ease-out;
  transform-origin:center;
  animation-iteration-count: 2;
}
#Big_Star {
    animation: big-star-animate 3s 1s forwards ease-out;
  transform-origin:center;
  animation-iteration-count: 2;
}
#Little_Star {
    animation: little-star-animate 3s 1s forwards ease-out;
  transform-origin:center;
  animation-iteration-count: 2;
}

@keyframes keep-animate {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.06);
  }
  20%, 100% {
    transform: scale(1);
  }
}
@keyframes your-animate {
  0%, 5% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.06);
  }
  25%, 100% {
    transform: scale(1);
  }
}
@keyframes toothpaste-animate {
  0%, 10% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.06);
  }
  30%, 100% {
    transform: scale(1);
  }
}
@keyframes smile-animate {
  0%, 12% {
    transform: scale(1);
  }
  22% {
    transform: scale(1.08);
  }
  32%, 100% {
    transform: scale(1);
  }
}
@keyframes big-star-animate {
  0%, 12% {
    transform: translateY(0) scale(1);
  }
  22% {
    transform: translateY(-5px) scale(1.06);
  }
  32%, 100% {
    transform: translateY(0) scale(1);
  }
}
@keyframes little-star-animate {
  0%, 14% {
    transform: translateY(0) scale(1);
  }
  24% {
    transform: translateY(-8px) scale(1.06);
  }
  34%, 100% {
    transform: translateY(0) scale(1);
  }
}
@keyframes bright-animate {
  0%, 15% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.06);
  }
  35%, 100% {
    transform: scale(1);
  }
}


/* Location Map Graphic */

.location-map-graphic {
	max-width: 600px;	
    margin: 0 auto;
    display: block;
}