/*
Theme Name: Signature Dentistry
Author: iSimplifyMe
Author URI: http://isimplifyme.com/
Description: A custom theme for Signature Dentistry.
Version: 1.0
License: GNU General Public License
License URI: license.txt


/* =Color Legend
-------------------------------------------------------------- 

Medium Blue/Green:	#43c9d4
Light Blue/Green:	#72dccb
Grey:				#606060


/* =Icon Font
-------------------------------------------------------------- */

@font-face {
	font-family: 'Signature Dentistry';
	src:  url('fonts/Signature-Dentistry.eot?ppdvk9');
	src:  url('fonts/Signature-Dentistry.eot?ppdvk9#iefix') format('embedded-opentype'),
		url('fonts/Signature-Dentistry.woff2?ppdvk9') format('woff2'),
		url('fonts/Signature-Dentistry.ttf?ppdvk9') format('truetype'),
		url('fonts/Signature-Dentistry.woff?ppdvk9') format('woff'),
		url('fonts/Signature-Dentistry.svg?ppdvk9#Signature-Dentistry') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* =Structure
-------------------------------------------------------------- */

* {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	font-family: benton-sans, sans-serif;
	color: #000;
	font-size: 18px;
}
body.menu-open {
	overflow: hidden;
}
#page {
	overflow-x: hidden;
	display: block;
}
#primary {
	width: 100%;
}
#content {
}
#main .widget-area {
}
a {
	color: #43c9d4;
	color: #000;
	text-decoration: none;
}
a:hover {
    color: #606060;
}
h1, h2, h3, h4, h5, h6 {
}
.entry-header > h1 {
    margin: 0 auto 30px;
    line-height: 1;
	width: 80%;
	padding-top: 40px;
}
.entry-content > h2,
.entry-content > h3,
.entry-content > h4,
.entry-content > h5,
.entry-content > h6 {
	width: 80%;
    margin: 80px auto 30px;
}
.entry-content > p {
    margin: 0 auto 30px;
    line-height: 1.5;
	width: 80%;
}
.entry-content > p:last-of-type {
	margin-bottom: 80px;
}
.entry-content > ul {
    margin: 0 auto 30px;
    line-height: 1.5;
	width: 80%;
	list-style: none;
	padding: 0;
}
.entry-content > ul li {
	margin: 0 0 10px;
	position: relative;
	padding-left: 20px;
}
.entry-content > ul li:before {
	content: '';
	background: #43c9d4; /* Old browsers */
	background: -moz-linear-gradient(left, #43c9d4 0%, #72dccb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #43c9d4 0%,#72dccb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #43c9d4 0%,#72dccb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43c9d4', endColorstr='#72dccb',GradientType=1 ); /* IE6-9 */
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	position: absolute;
    top: 6px;
    left: 0;
}
.entry-content {
}
.gradient-background {
	color: #FFF;
	background: #43c9d4; /* Old browsers */
	background: -moz-linear-gradient(left, #43c9d4 0%, #72dccb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #43c9d4 0%,#72dccb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #43c9d4 0%,#72dccb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43c9d4', endColorstr='#72dccb',GradientType=1 ); /* IE6-9 */
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.page-banner {
    width: 100%;
    position: relative;
    min-height: 600px;
}
#image-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 0;
}
#image-wrapper img {
	width: 100%;
	height: 100%;
	opacity: 0;
}
#page-banner-header-wrap {
    width: 100%;
    height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
    position: absolute;
    color: #FFF;
	z-index: 1;
}
#page-banner-header {
    width: 100%;
    height: 100%;
    display: table;
	padding: 20px;
	text-align: center;
}
#page-banner-header-inner {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	padding: 0;
}
#page-banner-header h1 {
	font-size: 4vw;
	margin: 20px 0;
}
#page-banner-header p {
    font-size: 22px;
	margin: 20px 0;
}

@media only screen and (max-width : 1000px) {
	.entry-header > h1,
	.entry-content > p {
		width: 85%;
	}
	#page-banner-header p {
		font-size: 18px;
	}
}
@media only screen and (max-width : 800px) {
	.entry-header > h1,
	.entry-content > p {
		width: 90%;
	}
}
@media only screen and (max-width : 700px) {
	#page-banner-header p {
		font-size: 16px;
	}
}
@media only screen and (max-width : 600px) {
	.entry-header > h1,
	.entry-content > p {
		width: auto;
		margin: 0 10px 30px;
	}
	.page-banner {
		padding-top: 80%;
	}
	#page-banner-header-wrap {
		padding-top: 90px;
	}
	#page-banner-header h1.entry-title {
		font-size: 8vw;
	}
	#page-banner-header h1 {
		font-size: 8vw;
	}
}

/* =Header
-------------------------------------------------------------- */

#branding {
    padding: 30px;
    height: 220px;
    position: relative;
	font-size: 0;
}
#site-title {
    margin: 10px 0;
    height: 140px;
	float: left;
}
#site-title img {
	display: block;
	width: auto;
	height: 100%;
}
@media only screen and (max-width : 1200px) {
	#branding {
		height: 180px;
	}
	#site-title {
		height: 100px;
	}
}
@media only screen and (max-width : 1000px) {
	#branding {
		height: 160px;
	}
	#site-title {
		height: 80px;
	}
}
@media only screen and (max-width : 800px) {
	#branding {
		padding: 20px;
		height: 100px;
	}
	#site-title {
		height: 60px;
		margin: 0;
	}
}


/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	height: 160px;
	line-height: 160px;
	position: absolute;
	right: 15px;
	top: 30px;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
    display: inline-block;
    font-size: 16px;
	padding: 0 15px;
}
#access a {
	display: block;
	text-decoration: none;
	color: #606060;
	color: #000;
	line-height: 1;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    -webkit-transition: all .25s;
    transition: all .25s;
}
#access li > a:hover {
	color: #43c9d4;
    color: #606060;
}
#menu-open {
	display: none;
	font-family: 'Signature Dentistry';
	position: absolute;
	font-size: 20px;
	top: 40px;
    right: 20px;
	cursor: pointer;
	-o-transition: color .5s;
	-moz-transition: color .5s;
	-ms-transition: color .5s;
	-webkit-transition: color .5s;
	transition: color .5s;
}
#menu-open:before {
	content: '\e905';
}
#mobile-access {
	display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100vh;
    background-color: #fafafc;
	font-size: 24px;
    width: 400px;
	margin-right: -400px;
    z-index: 1000;
	padding: 100px 30px 30px;
}
.loaded #mobile-access {
	-o-transition: margin-right .5s;
	-moz-transition: margin-right .5s;
	-ms-transition: margin-right .5s;
	-webkit-transition: margin-right .5s;
	transition: margin-right .5s;
}
.menu-open #mobile-access {
	margin-right: 0;
}
#mobile-access ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#mobile-access ul li {
    margin: 0 0 20px;
}
#menu-close {
	display: block;
	font-family: 'Signature Dentistry';
	position: absolute;
	font-size: 20px;
	top: 40px;
	right: 20px;
	font-size: 24px;
	cursor: pointer;
	-o-transition: color .5s;
	-moz-transition: color .5s;
	-ms-transition: color .5s;
	-webkit-transition: color .5s;
	transition: color .5s;
}
#menu-close:before {
	content: '\e906';
}
#mobile-title {
	display: none;
	height: 60px;
	margin: 0;
	position: absolute;
	top: 20px;
	left: 20px;
}
#mobile-title img {
	display: block;
	width: auto;
	height: 100%;
}


@media only screen and (max-width : 1200px) {
	#access {
		height: 140px;
		line-height: 140px;
	}
	#access li {
		font-size: 14px;
		padding: 0 12px;
	}
}
@media only screen and (max-width : 1000px) {
	#access {
		height: 120px;
		line-height: 120px;
	}
	#access li {
		font-size: 12px;
		padding: 0 10px;
	}
}
@media only screen and (max-width : 800px) {
	#access {
		display: none;
	}
	#menu-open,
	#mobile-access {
		display: block;
	}
}
@media only screen and (max-width : 500px) {
	#mobile-title {
		display: block;
	}
	#mobile-access {
		position: absolute;
		width: 100%;
		margin-right: -100%;
	}
	#mobile-access ul {
		padding-top: 30px;
	}
}


/* =Content
-------------------------------------------------------------- */

.sticky {
}
.entry-meta {
	clear: both;
	display: block;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
    padding: 40px 20px;
    max-width: 620px;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}
#nav-below a {
	text-decoration: none;
}
#nav-below a .meta-nav {
    font-family: 'Signature Dentistry';
    display: inline-block;
    vertical-align: middle;
    font-size: .5em;
    margin-top: -.5em;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

/* 404 page */

body.error404 {
    background-image: url(img/signature-dentistry-toorak-melbourne-404.jpg);
    background-size: cover;
    text-align: center;
}
body.error404 #site-title {
    float: none !important;
    text-align: center;
}
body.error-404 #site-title img {
    margin: 0 auto !important;
}
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}

/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}

/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}


span.select {
	display: block;
	height: 60px;
	min-width: 100%;
	position: relative;
	vertical-align: top;
	margin-right: 60px;
}
span.select select {
	position: absolute;
	left: -10000px;
}
span.select-replace {
	border-radius: 3px;
	color: #FFF;
	display: block;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	box-sizing: border-box;
	outline: none;
	vertical-align: middle;
	zoom: 1;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	padding-left: 20px;
	background-color: #606060;
}
span.select-replace .toggle {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: transparent;
}
span.select-replace .toggle:before {
	content: '';
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0px 6px 8px 6px;
	border-color: transparent transparent #eaeaea transparent;
	top: 20px;
	right: 24px;
}
span.select-replace .toggle:after {
	content: '';
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 6px 0 6px;
	border-color: #eaeaea transparent transparent transparent;
	bottom: 20px;
	right: 24px;
}
span.select-replace-label {
	display: block;
	height: 100%;
	padding-right: 60px;
	overflow: hidden;
}
span.drop-replace {
	text-align: left;
	min-width: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #FFF;
	z-index: 5;
	max-height: 210px;
	overflow-y: scroll;
	border-radius: 4px;
	color: #606060;
	border: solid 2px #606060;
}
span.option-replace {
	display: block;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	cursor: pointer;
}
span.option-replace.selected {
	background: #606060;
	color: #FFF;
}
span.option-replace:hover {
	background: #000;
	color: #FFF;
}
span.checkbox {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	position: relative;
	width: 30px;
	height: 30px;
	margin: 5px 0;
	vertical-align: middle;
}
span.checkbox-replace {
	display: block;
	position: absolute;
	text-align: center;
	top: 0px;
	left: 0px;
	z-index: 2;
	width: 30px;
	height: 30px;
	line-height: 26px;
	cursor: pointer;
	border: solid 8px #0055b7;
	border-radius: 4px;
	background-color: #0055b7;
}
span.checkbox-replace.checked {
	background-color: #fff;
}
span.checkbox input {
	position: absolute;
	z-index: 4;
	width: 30px;
	height: 30px;
	margin: 0;
	opacity: 0;
}

/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}

/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}

/* =Footer
-------------------------------------------------------------- */

#colophon {
	clear: both;
	display: block;
	width: 100%;
	padding: 100px 10px 20px;
	text-align: center;
}
#colophon h6 {
	margin: 0 0 20px;
	font-size: 30px;
}
#colophon p {
    margin: 0 0 40px;
}
#footer-social {
	font-family: 'Signature Dentistry';
	font-size: 0;
	padding: 100px 0 40px;
	line-height: 30px;
}
#footer-social a {
	color: #606060;
	display: inline-block;
	font-size: 30px;
	margin: 0 22.5px;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    -webkit-transition: all .25s;
    transition: all .25s;
}
#footer-social a:hover {
	color: #43c9d4;
}
.facebook:before {
	content: '\e900';
}
.twitter:before {
	content: '\e901';
}
.instagram:before {
	content: '\e902';
}
.linkedin:before {
	content: '\e903';
}
.comments:before {
	content: '\e907';
}
#footer-address p {
    margin: 0 0 30px;
}


/* =Testimonial Banner
-------------------------------------------------------------- */

#testimonial-block-wrapper {
	padding: 10px 0;
}
#testimonial-block-outer {
    padding: 100px 20px;
    text-align: center;
    background: #f0f0f1; /* Old browsers */
    background: -moz-linear-gradient(left, #f0f0f1 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f0f0f1 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f0f0f1 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f1', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
#testimonial-block-inner {
    max-width: 800px;
    margin: 0 auto;
}
#testimonial-block-inner p {
    margin: 0 auto 40px;
    font-size: 24px;
    line-height: 1.75;
}
#testimonial-block-inner p.testimonial-author {
    font-size: 40px;
    margin: 90px auto 10px;
    font-weight: 300;
    line-height: 1;
}
#testimonial-block-inner p.testimonial-author:before {
    content: '';
    width: 40%;
    margin: 0 auto 70px;
    display: block;
    background-color: #606060;
    height: 2px;
}
#five-star-reviews {
	font-family: 'Signature Dentistry';
    font-size: 20px;
    margin: 0;
	color: #606060;
}
@media only screen and (max-width : 500px) {
	#testimonial-block-wrapper {
		padding: 0;
	}
	#testimonial-block-inner p {
		margin: 0 auto 20px;
		font-size: 18px;
	}
	#testimonial-block-inner p.testimonial-author {
		font-size: 30px;
		margin-top: 40px;
	}
	#testimonial-block-inner p.testimonial-author:before {
		width: 80%;
		margin: 0 auto 40px;
	}
}


/* =Call to Action Banner
-------------------------------------------------------------- */

#cta-banner-wrapper {
	padding: 10px 20px;
}
#cta-banner {
    position: relative;
    text-align: center;
    color: #FFF;
    background-color: #43c9d4;
}
#cta-banner-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
	z-index: 0;
}
#cta-banner-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 0;
}
#cta-banner-content {
    position: relative;
    padding: 100px 20px;
    font-size: 24px;
    margin: 0 auto;
    max-width: 800px;
}
#cta-contact-img {
    width: 150px;
    margin: 0 auto 40px;
}
#cta-contact-img img {
    display: block;
    width: 100%;
    height: auto;
}
#cta-banner-content h4 {
    font-size: 40px;
    margin: 0 auto 60px;
}
#cta-banner-content h4:after {
    content: '';
    display: block;
    width: 40%;
    height: 2px;
    margin: 60px auto 0;
    background-color: #FFF;
}
#cta-banner-content p {
    margin: 0 0 40px;
}
#cta-banner-content a {
    margin: 10px 0 0;
	display: inline-block;
	color: #FFF;
	font-size: 28px;
}

@media only screen and (max-width : 500px) {
	#cta-banner-wrapper {
		padding: 0;
	}
	#cta-banner-content {
		font-size: 18px;
	}
	#cta-banner-content h4 {
		font-size: 30px;
		margin: 0 auto 40px;
	}
	#cta-banner-content h4:after {
		width: 60%;
		margin: 40px auto 0;
	}
	#cta-banner-content a {
		font-size: 22px;
	}
}


/* =Single Service
-------------------------------------------------------------- */

#service-header {
    width: 100%;
    max-width: 800px;
    margin: 60px auto 0;
    text-align: center;
}
#service-header img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
}
#service-header-content {
    color: #000;
    background: #f2f2f4;
    margin: -60px auto 0;
    padding: 60px 40px;
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 500px;
    width: 100%;
}
#service-header-content h1 {
    margin: 0;
    line-height: 1.2;
    font-size: 44px;
}
#service-header-content h2 {
    margin: 30px 0 0;
    line-height: 1.2;
    font-size: 24px;
    font-weight: normal;
}
#service-content {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 1.5;
    padding: 40px 0 100px;
}
#service-content h2 {
    font-size: 40px;
    line-height: 1.2;
    margin: 100px 0 40px;
}
#service-content p {
    margin: 0 0 40px;
}
#service-content a {
	color: #606060;
	text-decoration: underline;
	text-decoration-color: #000;
}
#service-content a[href^="tel:"] {
	color: #000;
	text-decoration: none;
}
#service-content ul {
    padding: 0;
    list-style: none;
    margin: 40px auto;
}
#service-content ul li:before {
    content: '›';
    color: #606060;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
	margin-top: -2px;
}
#service-content ol {
    margin: 40px auto;
	text-align: left;
}
#service-content img {
    display: block;
    margin: 80px auto;
    width: 100%;
    height: auto;
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
	#service-content a[href^="tel:"] {
		color: #606060;
		text-decoration: underline;
	}
}
/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	#service-content a[href^="tel:"] {
		color: #606060;
		text-decoration: underline;
	}
}
/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
	#service-content a[href^="tel:"] {
		color: #606060;
		text-decoration: underline;
	}
}

/* =Blog
-------------------------------------------------------------- */

#blog-newsletter {
    color: #000;
    background: #fafafc;
    padding: 60px 40px;
    text-align: center;
}
#blog-newsletter h2 {
    color: #000;
    font-size: 30px;
    margin: 0 0 20px;
}
.post-list-item {
    width: 40%;
    margin: 0 auto !important;
    padding: 100px 0;
}

.post-list-item a {
    display: block;
    background-color: #fafafc;
    color: #000;
    text-decoration: none;
	transition: .3s;
}

.post-list-item a:hover {
    color: #FFF;
    background-color: #606060;
	transform: scale(1.05);
}

.post-list-item .sd-post-thumbnail {
    width: 100%;
    margin: 0;
}
.ft-sep {
	display: inline-block;
	padding: 0 5px;
}

.post-list-item a h2 {
	font-weight: bold;
	font-size: 2em !important;
    margin: 0;
    padding: 40px 40px 20px !important;
    line-height: 1.25em !important;
    letter-spacing: normal !important;
}
.post-list-item a h2.no-sub {
	padding-bottom: 40px !important;
}
.post-list-item a h3 {
	font-size: 1.5em !important;
    margin: 0;
    padding: 0px 40px 40px !important;
    line-height: 1.25em !important;
    letter-spacing: normal !important;
}
.post-header {
    font-size: 0;
    margin: 80px auto;
	width: 80%;
}
.center {
	position: relative;
}
.post-header.centered {
    width: 60%;
}
.post-header > img {
	display: inline-block;
	width: 50%;
	height: auto;
	vertical-align: middle;
}
.post-header-title {
    font-size: 16px;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 40px;
}
.post-header.centered .post-header-title {
	width: 100%;
	padding: 0;
}
.post-header-title h1 {
    font-size: 2em;
    margin: 0 !important;
}
.post-header-title h2 {
    font-size: 22px;
    margin: 10px 0 0;
    color: #000;
}
article.post-content {
	width: 50%;
	margin: 0 auto;
	padding-left: 40px;
	position: relative;
}
.post-content .entry-content > h2 {
	margin-top: 60px;
	width: auto;
}
.post-content .entry-content > h3 {
	width: auto;
}
.post-content .entry-content {
    font-size: 20px;
}
.post-content .entry-content img {
	display: block;
	width: 100%;
	height: auto;
	margin: 40px 0;
}
.single-post .entry-content p a {
    text-decoration: underline;
    text-decoration-color: #43c9d4;
    text-underline-position: under;
}
.post-author {
    font-size: 0;
    margin-top: 10px;
}
.post-author img {
    display: inline-block;
    width: 50px;
    height: auto;
    vertical-align: middle;
    margin-right: 10px;
	border-radius: 100%;
}
.post-author-text {
	display: inline-block;
	font-size: 14px;
	vertical-align: middle;
	line-height: 1em;
}
.post-author-text a {
    color: #000;
    text-decoration: none;
}
.post-date {
	color: #000;
}
.mobile-share-links {
	height: 50px;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	font-size: 0;
	z-index: 10;
	display: none;
}
.mobile-share-links a {
	line-height: 50px;
	height: 50px;
    font-size: 20px;
	font-family: 'Signature Dentistry';
    text-decoration: none;
	display: inline-block;
	text-align: center;
	color: #FFF;
	background-color: #404041;
	width: 24%;
}
.mobile-share-links a.facebook {
	background-color: #477AF0;
	width: 38%;
}
.mobile-share-links a.twitter {
	background-color: #00aced;
	width: 38%;
}
.share-links {
    position: absolute;
    top: -.5em;
    left: 0;
    padding-top: .75em;
}
.share-links a {
	font-family: 'Signature Dentistry';
    text-decoration: none;
    color: #606060;
    display: block;
    margin-bottom: 25px;
    width: 25px;
    font-size: 20px;
	text-align: center;
}
.share-links a:before {
    color: #606060;
}
.share-links a:hover,
.share-links a:hover:before {
	color: #43c9d4;
}
.share-links.stickit {
    position: fixed;
	margin-top: 5px;
	margin-left: 25%;
}
.share-links.stickit-end {
    bottom: 0;
    position: absolute;
    right: 0;
}
.post-content .entry-content > p {
    width: 100%;
}
ol.comment-list li:before {
    content: '';
}

ol.comment-list {
    margin: 0;
    padding: 0;
}

ol.comment-list > li {
	padding-bottom: 40px;
	margin-bottom: 40px;
    border-bottom: solid 1px #606060;
	list-style: none;
}

.comment-body {
    margin-bottom: 40px;
}

.comment-body a {
	text-transform: uppercase;
    text-decoration-color: #43c9d4;
    -moz-text-decoration-color: #43c9d4;
    -ms-text-decoration-color: #43c9d4;
    -o-text-decoration-color: #43c9d4;
    -webkit-text-decoration-color: #43c9d4;
}

ol.children {
    margin-left: 0;
    padding-left: 20px;
    border-left: solid 1px #43c9d4;
	list-style: none;
}

.comment-author {
	color: #606060;
}

.comment-author img {
    width: 40px;
    height: auto;
    border-radius: 100%;
    display: inline-block;
    margin-right: 10px;
}

ol ol .comment-author {
	color: #606060;
}

#comments {
	width: 60%;
	margin: 120px auto 60px;
	padding-top: 120px;
    border-top: solid 1px #000;
	box-sizing: border-box;
	position: relative;
}
#comments input[type=text],
#comments input[type=email] {
	color: #000;
	background-color: #606060;
	font-size: 18px !important;
	font-family: benton-sans, sans-serif;
	border: none;
	border-radius: 2px;
	display: block;
	width: 100%;
	padding: 0 20px;
	outline: none;
	height: 60px;
	line-height: 60px;
	margin: 0;
}
#comments textarea {
	color: #FFF;
	background-color: #606060;
	font-size: 18px !important;
	font-family: benton-sans, sans-serif;
	border: none;
	border-radius: 2px;
	resize: none;
	display: block;
	width: 100%;
	padding: 16px 20px;
	outline: none;
	margin: 0;
}
#comments input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFF;
}
#comments input[type=email]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFF;
}
#comments textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFF;
}
#comments input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: #FFF;
}
#comments input[type=email]::-moz-placeholder { /* Firefox 19+ */
  color: #FFF;
}
#comments textarea::-moz-placeholder { /* Firefox 19+ */
  color: #FFF;
}
#comments input[type=text]:-ms-input-placeholder { /* IE 10+ */
  color: #FFF;
}
#comments input[type=email]:-ms-input-placeholder { /* IE 10+ */
  color: #FFF;
}
#comments textarea:-ms-input-placeholder { /* IE 10+ */
  color: #FFF;
}
#comments input[type=text]:-moz-placeholder { /* Firefox 18- */
  color: #FFF;
}
#comments input[type=email]:-moz-placeholder { /* Firefox 18- */
  color: #FFF;
}
#comments textarea:-moz-placeholder { /* Firefox 18- */
  color: #FFF;
}
p.comment-form-comment {
    padding: 20px 0;
	margin: 0;
}

.comment-text-input {
    width: 50%;
    float: left;
    padding: 20px 0;
	margin: 0;
}
.comment-text-input.comment-text-input-full {
    width: 100%;
    float: none;
    clear: both;
}
.comment-text-input-right {
	padding-left: 20px;
}
.comment-text-input-left {
	padding-right: 20px;
}

p.form-submit {
    clear: both;
    margin: 0;
    padding-top: 20px;
}
input[type=submit].submit {
	font-family: benton-sans,sans-serif;
    display: block;
    border: solid 2px #000;
    background-color: transparent;
    color: #000;
    font-size: 20px;
    height: 90px;
    width: 100%;
    padding: 0;
    border-radius: 2px;
	cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
input[type=submit].submit:hover {
	background-color: #000;
	color: #FFF;
}

.comment-author img {
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

@media only screen and (max-width:1250px) {
	.blog #main,
	.single.single-post #main {
		padding-top: 0;
	}
	.share-links.stickit {
		margin-top: 0;
	}
}
@media only screen and (max-width:1000px) {
	.post-list-item {
		width: 75%;
	}
}
@media only screen and (max-width:900px) {
	article.post-content {
		width: 70%;
	}
	.share-links.stickit {
		margin-left: 15%;
	}
	.post-list-item a h2 {
		font-size: 1.5em !important;
	}
}
@media only screen and (max-width:700px) {
	.post-list-item {
		width: 100%;
		padding: 80px 20px;
	}
	.post-list-item h2 {
		font-size: .8em !important;
		margin: 0 !important;
		padding: 20px !important;
	}
}
@media only screen and (max-width:600px) {
	#blog-newsletter {
		padding: 30px 20px;
	}
	#blog-newsletter h2 {
	    font-size: 24px;
	}
	.post-header {
		font-size: 0;
		margin: 80px 20px 40px;
		width: auto;
	}
	.post-header.centered {
		width: 100%;
	}
	.post-header > img {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	.post-header-title {
		font-size: 16px;
		display: block;
		width: 100%;
		padding-right: 0;
		padding-bottom: 40px;
	}
	.post-header.centered .post-header-title {
		width: 100%;
		padding: 0;
	}
	article.post-content {
		width: 100%;
		padding: 0 20px;
	}
	.post-content .entry-content > h2,
	.post-content .entry-content > h3,
	.post-content .entry-content > h4,
	.post-content .entry-content > h5,
	.post-content .entry-content > h6 {
		margin: 60px auto 30px;
	}

	.post-content .entry-content > p {
		margin: 0 auto 30px;
	}
	#comments {
		width: 100%;
		padding: 80px 20px 0;
	    margin-top: 60px;		
	}
	.share-links {
	    display: none;
	}
	.share-links.stickit {
		margin-left: 0;
		margin-top: 10px;
	}
	.mobile-share-links {
		display: block;
	}
	body.single-post #colophon {
		padding-bottom: 70px;
	}

}


/* =Featured Posts
-------------------------------------------------------------- */

#featured-posts {
    padding: 0 10px;
	height: 50vw;
	position: relative;
}
#hero_post {
    width: 67.5%;
    height: 100%;
    padding: 20px 10px;
}
.sidekick {
    width: 100%;
    height: 50%;
    padding: 10px;
}
#hero_post a,
.sidekick a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
	color: #FFF;
}
#hero_post a h2,
.sidekick a h3 {
	color: #FFF;
	margin: 0;
}
#hero_post a h2 span,
.sidekick a h3 span {
	display: block;
	font-size: .8em;
	margin-top: 10px;
}
.featured-img-wrapper {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.featured-img-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#featured-posts .title-table {
    position: absolute;
	width: 100%;
	height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.6);
    padding: 20px;
    color: #FFF;
	display: table;
}
#featured-posts .title-cell {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: bottom;
}
#sidekick_posts {
    position: absolute;
    top: 0;
    right: 0;
    width: 32.5%;
    padding: 10px 10px 10px 0;
    height: 100%;
}

@media only screen and (max-width:1000px) {
	#featured-posts {
		height: auto;
	}
	#hero_post {
		width: 100%;
		height: 60vw;
	}
	#sidekick_posts {
		position: static;
		width: 100%;
		padding: 0;
		font-size: 0;
	}
	.sidekick {
		width: 50%;
		height: 35vw;
		display: inline-block;
		vertical-align: top;
		font-size: 18px;
	}
}
@media only screen and (max-width:700px) {
	#featured-posts {
		padding: 5px;
	}
	#hero_post,
	.sidekick {
		width: 100%;
		height: 70vw;
		display: block;
		padding: 5px;
	    font-size: 14px;
	}
	#hero_post a h2,
	.sidekick a h3 {
		font-weight: normal;
	}
}
