/*
Theme Name: Dr. Jens Friendly Dentistry
Description: Custom designed Wordpress theme for Dr. Jens Friendly Dentistry
Author: Roja Interactive
Author URI: http://www.rojaweb.com
Version: 1.0
*/

@charset "UTF-8";

/*** Reset ***/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {  display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

/*** Clearfix ***/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: "."; clear: both; height: 0; }
.ie .clearfix { zoom: 1; }
.clear { clear: both; }

/*** Positioning and Alignment ***/
.fl { float: left; }
.fr { float: right; }
.txt-left { text-align: left; }
.txt-right { text-align: right; }
.txt-center { text-align: center; text-indent: 0px!important; }
.txt-center p  { text-indent: 0px!important; }

img.alignright { float: right; margin: 0px 0px 15px 15px; }
img.alignleft { float: left; margin: 0px 15px 15px 0px; }
img.aligncenter { display: block; margin: 0px auto; }

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

/*** General Settings ***/
body { background: #fff; color: #000; font-family: 'Open Sans', sans-serif; font-size: 18px; }
h1,h2,h3,h4,h5,h6 { font-weight: normal; margin-bottom: 15px; }
p { line-height: 26px; margin: 0 0 30px 0; }
a { text-decoration: none; }
img { height: auto; max-width: 100%; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }

.container {
	margin: 0px auto;
	width: 1140px;
}

/*** Button ***/
.btn {
	display: inline-block;
	text-decoration: none!important;
	
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.btn-pink {
	background-color: #f96e8f;
	border-bottom: 2px solid #eb093f;
	border-radius: 6px;
	color: #ffffff!important;
	font-size: 16px;
	line-height: 18px;
	padding: 19px 24px 16px 24px;
	text-transform: uppercase;
}
.btn-pink:hover {
	background-color: #fb3161;
}
.btn-white {
	background-color: #ffffff;
	color: #18a2d3!important;
	font-size: 18px;
	line-height: 20px;
	padding: 12px 25px 10px 25px;
	text-transform: uppercase;
}
.btn-white:hover {
	background-color: #18a2d3;
	color: #ffffff!important;
}
.btn-blue {
	background-color: #014a97;
	border-radius: 6px;
	color: #ffffff!important;
	font-size: 18px;
	line-height: 20px;
	padding: 19px 24px 16px 24px;
	text-transform: uppercase;
}
.btn-blue:hover {
	background-color: #03376e;
}
.btn-white-trans {
	border: 1px solid #ffffff;
	border-radius: 6px;
	color: #ffffff;
	padding: 15px 25px;
	text-transform: uppercase;
}
.btn-white-trans:hover {
	border: 1px solid #f76f90;
	color: #f76f90;
}
.btn-pink-trans {
	border: 1px solid #f76f90;
	border-radius: 6px;
	color: #f76f90;
	padding: 15px 25px;
	text-transform: uppercase;
}
.btn-pink-trans:hover {
	background: #f76f90;
	color: #ffffff;
}

/*** Form ***/
input[type="text"],
input[type="email"] {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	padding: 5px 20px;
}
input[type="submit"] {
	background-color: #014a97;
	border: 0px none;
	color: #ffffff;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	height: 60px;
	padding: 0px 35px;
	
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
input[type="submit"]:hover {
	background-color: #03366c;
}


#top-bar {
	background: #014a97;
	color: #ffffff;
	padding: 10px 0px;
	text-align: center;
	
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
	z-index: 100;
}
#top-bar .widget {
	margin: 0px;
}
#top-bar .widget h3 {
	font-size: 14px;
}
#mep_0 {
	margin: 0px auto;
	max-width: 50%;
}

/*** Header ***/
#header {
	background: #ffffff;
	padding: 15px 0px;
}
#header .logo {
	color: #014a97;
	float: left;
	font-family: 'Alex Brush', cursive;
	margin: 25px 0px;
}
#header .logo a {
	color: #014a97;
	font-size: 36px;
}
#header .contact-info {
	float: right;
	margin: 18px 0px;
}
#header .contact-info .text a {
	color: #014a97;
	font-size: 20px;
	padding: 5px 0px 5px 30px;
}
#header .contact-info .button {
	margin-left: 18px;
}
#header .contact-info .btn-pink {
	background: #f96e8f url(images/icons/icon-calendar.png) no-repeat scroll 20px 50%;
	border-bottom: 2px solid #eb093f;
	padding-left: 60px;
	padding-right: 30px;
	text-transform: uppercase;
}
#header .contact-info .btn-pink:hover {
	background-color: #fb3161;
}

#mobile-header { display: none; }

/*** Navigation ***/
#navigation {
	background-color: #a8defc;
}
#navigation li {
	display: inline-block;
	margin-right: 28px;
	position: relative;
}
#navigation li.last {
	margin-right: 0px;
}
#navigation li a {
	color: #014a97;
	display: inline-block;
	font-size: 16px;
	padding: 20px 10px 16px;
	position: relative;
	text-transform: uppercase;
}
#navigation li a,
#navigation li a:after {
	transition: all .5s;	
}
#navigation ul li a:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #014a97;
  height: 1px;
}
#navigation li a:hover:after,
#navigation ul li.current-menu-item a:after {
  width: 100%;
}
#navigation ul ul {
	background: #a8defc;
	display: none;
	position: absolute;
	left: 0px;
	top: 100%;
	width: 300px;
	z-index: 999;
}
#navigation ul .last ul {
	left: auto;
	right: 0px;
}
#navigation ul ul li {
	display: block;
	margin: 0px;
}
#navigation ul ul li a {
	display: block;
	font-size: 14px;
	padding: 10px;
}
#navigation ul ul li a:hover {
	background: #014a97;
	color: #ffffff;
}
#navigation ul ul li a:after {
	height: 0px;
}


.mobile-navigation-toggle {
	display: none;
}
.mobile-navigation-list {
	display: none;
}

/*** Main Body ***/
#main-body {
	min-height: 30px;
}

/*** Sub Footer ***/
#sub-footer {
	background: url(images/bg-sub-footer-2.jpg) no-repeat scroll 50% 50%;
	background-size: cover;
}
#sub-footer .container {
	color: #ffffff;
	padding: 90px 0px;
	text-align: center;
}
#sub-footer .title {
	margin-bottom: 50px;
}
#sub-footer .title h2 {
	font-size: 60px;
}
#sub-footer .title p {
	font-family: 'Alex Brush', cursive;
	font-size: 30px;
	margin-bottom: 0px;
}
#sub-footer .overview {
	margin-bottom: 70px;
}
#sub-footer .overview h3 {
	font-size: 30px;
}
#sub-footer .overview p {
	font-size: 24px;
	margin-bottom: 20px;
}
#sub-footer .overview .notice {
	margin: 0px;
}
#sub-footer .overview .notice span {
	background-color: #ffffff;
    color: #18a2d3;
	display: inline-block;
	font-size: 24px;
	line-height: 20px;
    padding: 12px 25px 10px 25px;
    text-transform: uppercase;
}

/*** Footer ***/
#footer {
	background-color: #a8defc;
}
#footer .container {
	padding: 70px 0px 35px;
	text-align: center;
}
#footer .socials-icons {
	margin-bottom: 40px;
}
#footer .socials-icons li {
	display: inline-block;
	margin: 0px 1px;
}
#footer .newsletter {
	margin-bottom: 60px;
}
#footer .newsletter h4 {
	font-size: 18px;
}
#footer .newsletter input[type="text"],
#footer .newsletter input[type="email"] {
	background: #ffffff;
	border: 0px none;
	color: #414141;
	height: 60px;
	width: 380px;
}
#footer .socials-reviews {
	margin-bottom: 60px;
}
#footer .socials-reviews li {
	display: inline-block;
	margin: 0px 3px;
}
#footer .copyright p {
	font-size: 14px;
}
#footer .copyright .address {
	font-size: 18px;
}

/*** Home Page Specifics ***/
.home .scroll {
	opacity: 0;
}

/*** banner ***/
.banner {
	background: url(images/bg-banner.jpg) no-repeat scroll 50% 50%;
	background-size: cover;
	min-height: 664px;
	opacity: 0;
}
.banner .overview {
	color: #ffffff;
	padding: 150px 520px 245px 0px;
	text-align: center;
}
.banner .overview h2 {
	font-family: 'Alex Brush', cursive;
	font-size: 50px;
	margin-bottom: 50px;
}
.banner .overview h3 {
	font-size: 34px;
	margin-bottom: 25px;
} 
.banner .overview p {
	font-size: 22px;
	line-height: 30px;
} 
.banner .overview .btn {
	padding: 10px 40px;
}
.banner .overview .image {
	display: none;
}

/*** About ***/
.about {
	
}
.about .container {
	padding: 80px 0px 130px;
	text-align: center;
}
.about h2 {
	color: #014a97;
	font-size: 48px;
	margin-bottom: 45px;
}
.about .overview {
	margin-bottom: 60px;
	padding: 0px 190px;
}
.about .overview p {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 30px;
}
.about .overview .signature {
	font-family: 'Alex Brush', cursive;
	font-size: 36px;
	margin: 0px;
}
.about .benefits {
	margin-bottom: 60px;
}
.about .benefits .list {
	margin-bottom: 60px;
}
.about .benefits .item {
	background: url(images/bg-about-benefits.jpg) no-repeat scroll 50% 100%;
	color: #014a97;
	float: left;
	margin: 0px 40px;
	padding-bottom: 40px;
	width: 300px;
}
.about .benefits .item h3 {
	color: #f96e8f;
	font-family: 'Alex Brush', cursive;
	font-size: 36px;
}
.about .benefits .item h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
.about .benefits .item p {
	margin: 0px;
}
.about .logos li {
	display: inline-block;
	margin: 0px 10px;
}

/*** Custom Smiles ***/
.custom-smiles {
	background: url(images/bg-custom-smiles.jpg) no-repeat;
	background-size: cover;
}
.custom-smiles .container {
	padding: 110px 0px;
	text-align: center;
}
.custom-smiles .title {
	margin-bottom: 50px;
}
.custom-smiles .title h2 {
	color: #373737;
	font-size: 50px;
}
.custom-smiles .title h3 {
	color: #014a97;
	font-family: 'Alex Brush', cursive;
	font-size: 48px;
}
.custom-smiles .overview {
	padding: 0px 90px;
}
.custom-smiles .overview p {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 40px;
}
.custom-smiles .overview .before-after {
	margin-bottom: 40px;
}
.custom-smiles .overview .before-after span {
	margin: 0px 5px;
}

/*** Reviews ***/
.reviews .container {
	padding: 90px 0px;
}
.reviews .title {
	margin-bottom: 60px;
	text-align: center;
}
.reviews .title h2 {
	color: #014a97;
	font-size: 50px;
}
.reviews .title p {
	font-size: 22px;
}
.reviews .slider {
	margin-bottom: 75px;
	position: relative;
}
.reviews .slider .stage {
	height: 100%;
	overflow: hidden;
}
.reviews .slider .stage ul {
	margin-right: -40px;
	height: 100%;
}
.reviews .slider .stage li {
	float: left;
	height: 100%;
	margin-right: 37px;
	width: 355px;
}
.reviews .slider .stage li.last {
	margin: 0px;
}
.reviews .slider .box {
	background: url(images/slider-arrow-down.jpg) no-repeat scroll 20px 100%;
	margin-bottom: 20px;
	padding-bottom: 17px;
}
.reviews .slider .box .inner {
	background-color: #f4f4f4;
	height: 300px;
	padding: 45px 40px; 
	text-align: center;
}
.reviews .slider .box .rating {
	color: #f67700;
	font-size: 16px;
}
.reviews .slider .box .rating img {
	display: inline-block;
	vertical-align: middle;	
}
.reviews .slider .box .message {
	font-size: 16px;
	margin: 0px;
	white-space: initial;
}
.reviews .slider .arrow {
	cursor: pointer;
	margin-top: -110px;
	position: absolute;
	top: 50%;
	z-index: 100;
}
.reviews .slider .arrow-prev {
	left: -50px;
}
.reviews .slider .arrow-next  {
	right: -50px;
}
.reviews .slider a {
	display: block;
	height: 114px;
	text-indent: -9999px;
	width: 31px;
}
.reviews .slider .arrow-prev a {
	background: url(images/arrow-prev.png) no-repeat;
}
.reviews .slider .arrow-next a {
	background: url(images/arrow-next.png) no-repeat;
}


.reviews .button {
	text-align: center;
}

/*** Office ***/
.office {
	background: #f7f7f7;
	padding: 70px 0px 100px;
}
.office .title {
	margin-bottom: 30px;
	text-align: center;
}
.office .title h2 {
	color: #014a97;
	font-size: 50px;
}
.office .title p {
	font-size: 22px;
	margin: 0px;
}
.office .images {
	margin-bottom: 40px;
}
.office .images ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.office .images li {
	display: inline-block;
	margin: 0px 2px;
	width: 275px;
}
.office .overview {
	padding: 0px 100px;
	text-align: center;
}
.office .overview p {
	font-size: 18px;
}
.office .map {
	float: left;
	height: 300px;
	width: 570px;
}
.office .map iframe {
	min-height: 250px;
	max-width: 100%;
}
.office .details {
	float: right;
	font-size: 18px;
	width: 540px;
}
.office .details .column-1 {
	float: left;
	width: 225px;
}
.office .details .column-2 {
	float: right;
	width: 300px;
}
.office .details h3 {
	font-size: 18px;
	font-weight: bold;
}
.office .details ul {
	margin-bottom: 30px;
}
.office .details li {
	margin-bottom: 5px;
} 

.office .details dl {
	margin-bottom: 30px;
}

.office .details dt {
	clear: left;
	float: left;
	width: 110px;
}
.office .details dd {
	margin-bottom: 5px;
}

/*** Content ***/
.content {
	padding: 30px 0px;
}

/*** Bx Slider Overide ***/
.bx-wrapper {
	box-shadow: none;
	border: 0px none;
}

/*** Entry ***/
.entry {}

.entry-title {
	color: #014a97;
    font-size: 48px;
    margin-bottom: 45px;
	text-align: center;
}
.entry-title span {
	display: block;
}
.entry-subtitle {
	padding-top: 15px;
}
.entry-title .entry-subtitle {
	color: #000000;
	font-family: 'Alex Brush', cursive;
	font-size: 42px;
}

.entry-content h1 {
	font-size: 42px;
}
.entry-content h2 {
	font-size: 36px;
	line-height: 40px;
}
.entry-content h3 {
	color: #014a97;
	font-size: 28px;
}
.entry-content h4 {
	font-size: 24px;
}
.entry-content h5 {
	font-size: 22px;
}
.entry-content h6 {
	font-size: 20px;
}
.entry-content a {
	color: #f96e8f;
}
.entry-content a:hover {
	text-decoration: underline;
}
.entry-content ul {
	list-style-type: disc;
	margin: 30px 0px;
	padding-left: 50px;
}
.entry-content ol {
	list-style-type: decimal;
	margin: 30px 0px;
	padding-left: 50px;
}
.entry-content li {
	line-height: 22px;
	margin-bottom: 8px;
}

.entry-content p {
    text-indent: 50px;
}
/*** Page Schedule an Appointment ***/
/*.page-schedule-an-appointment #navigation,
.page-schedule-an-appointment #sub-footer,
.page-schedule-an-appointment #footer .socials-icons,
.page-schedule-an-appointment #footer .newsletter,
.page-schedule-an-appointment #footer .socials-reviews {
	display: none;
}*/
.page-schedule-an-appointment #sub-footer {
	display: none;
}
.page-schedule-an-appointment .entry-content .details {
	float: left;
	width: 58%;
}
.page-schedule-an-appointment .entry-content .details ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.page-schedule-an-appointment .entry-content .details li {
	display: inline-block;
	margin-right: 1%;
	width: 18%;
}
.page-schedule-an-appointment .entry-content .form {
	float: right;
	width: 40%;
}

/*** Paget Treatment ***/
/*.page-treatment .entry-content a {
	text-decoration: none;
}*/
.content-main {
	float: left;
	width: 68%;
}
.content-sidebar {
	float: right;
	width: 28%;
}

/*** Post ****/
.post {
	margin-bottom: 100px;
}
.post-thumbnail {
	margin-bottom: 20px;
}
.post-title a {
	text-decoration: none;
}
.post-meta {
	font-style: italic;
	margin-bottom: 20px;
}
.post-content {
	margin-bottom: 40px;
}


.comment-form label {
	float: left;
	width: 100px;
}

/*** Widget ***/
.widget {
	margin-bottom: 30px;
}
.widget ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
}
.widget ul li a {
	color: #f96e8f;
	line-height: 18px;
}

.content-sidebar .widget li {
	margin-bottom: 10px;
}

.widget_search input[type="text"]{
	display: inline-block;
	width: 70%;
}
.widget_search input[type="submit"] {
	display: inline-block;
	height: 35px;
	padding: 0px;
	width: 28%;
}

.entry-content .widget ul {
	list-style-type: disc;
    margin: 30px 0px;
    padding-left: 50px;
}

.content-sidebar .widget ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
}

#main-body.narrow .container {
	max-width: 980px;
}

#gallery-slider {
	border: 20px solid #000;
    box-shadow: 0px 0px 50px 6px #888;
	margin: 0px auto 50px;
	max-width: 1000px;
}
#gallery-slider .stage {
	padding: 20px;
}

#gallery-slides {
	position: relative;
}
#gallery-slides .arrow-prev {
	background: #000000;
	border-radius: 25px;
	color: #ffffff;
	cursor: pointer;
	margin-top: -13px;
	padding: 10px 20px 7px;
	position: absolute;
	left: -80px;
	top: 50%;
	z-index: 999;
	text-transform: uppercase;
}
#gallery-slides .arrow-next {
	background: #000000;
	border-radius: 25px;
	color: #ffffff;
	cursor: pointer;
	margin-top: -13px;
	padding: 10px 20px 7px;
	position: absolute;
	right: -80px;
	top: 50%;
	z-index: 999;
	text-transform: uppercase;
}
#gallery-slides .arrow-prev:hover,
#gallery-slides .arrow-next:hover {
	background: #014a97;
}
#gallery-slides li {
	width: 100%;
}
#gallery-slide-thumbnails li {
	cursor: pointer;
	margin-right: 5px;
}
#gallery-slide-thumbnails li.cycle-slide {
	opacity: 0.5;
}
#gallery-slide-thumbnails li.cycle-slide-active {
	opacity: 1;
}

.page-smile-gallery .entry-content {
	padding: 0px 150px;
}


/*** Page Contact ***/
.page-contact .office {
	background: none;
	padding-top: 0px;
}
.page-contact .office .images {
	margin: 0px;
	padding-top: 45px;
}

/*** Page Location ***/
.page-location-directions .office {
	background: none;
	padding: 0px;
}

.page-schedule-a-free-consult #sub-footer {
	display: none;
}

.map-marker-label {
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	font-size: 14px;
	color: #eb3a44;
	width: 180px;
}

.page-about-dr-jennifer-a-yue .entry-content .images {
	margin-bottom: 20px;
	text-align: center;
}
.page-about-dr-jennifer-a-yue .entry-content .images span {
	display: inline-block;
	margin: 0px 15px;
}