/*
Theme Name: Willoughby Dental Theme
Theme URI: http://underscores.me/
Author: Mike-ro-tech
Author URI: http://mike-ro-tech.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mikerotech
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Willoughby Dental Theme is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation  
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	background: #ee4995;
	text-transform: uppercase;
	padding: 10px 40px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #d3317c;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: #d3317c;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: none;
	border-radius: 7px;
	padding: 10px;
	font-family: 'Roboto', sans-serif;
	color: #919191;
	font-size: 15px;
	background: #fafafa;
	max-width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #41afdc;
}

a:hover,
a:focus,
a:active {
	color: #41afdc;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: right;
}

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

.main-navigation li {
	float: left;
	position: relative;
	padding-right: 10px;
}

.main-navigation ul > li + li{ padding: 0 10px; }

.main-navigation ul > li:last-child{ padding-right: 0; }

.main-navigation a {
	    font-size: 16px;
    font-weight: 500;
    color: #707070;
    padding: 4px 10px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 32px;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
	color: #fff;
	background: #1ca74a;
}

.main-navigation ul ul li {

}

.main-navigation ul ul > li + li{ padding: 0; }

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	background: #1ca74a;
	color: #fff;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a,
.main-navigation ul ul > .current-menu-item > a{
	background: #fff;
	color: #1ca74a;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
	background: #1ca74a;
	color: #fff;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/**** MOBILE NAVIGATION ****/

.disable-scroll{ overflow: hidden; height: 100%; }

#open-nav{
	position: absolute;
	top: 20px;
	right: 10px;
	z-index: 99989;
	display: inline-block;
}

#open-nav .icon{
	font-size: 3em;
	color: #1a99d5;
	width: 1em;
	height: 1em;
	cursor: pointer;
}

#mobile-nav{
	width: 100%;
	height: 100%;
	background: rgba(26, 153, 213, 0.9);
	position: absolute;
	top: 0;
	z-index: 99999;
	color: #fff;
	text-align: center;
	display: none;
}

#mobile-nav .menu-main-menu-container{
	display: table;
	width: 100%;
	height: 100%;
}

#mobile-nav ul{ 
	list-style: none; 
	margin: 0; 
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	background: rgba(26, 153, 213, 0.9);
}

#mobile-nav ul li a{
	color: #fff;
	font-size: 20px;
	font-size: 2em;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
}

#mobile-nav ul li:hover > a, #mobile-nav ul li.current-menu-item > a{ background: #fff; color: #1a99d5; text-decoration: none; }

#mobile-nav ul ul{ display: block; }

#close-nav{
	font-size: 3em;
	text-align: right;
	width: 100%;
	color: #000;
	cursor: pointer;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.button{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	background: #ee4995;
	text-transform: uppercase;
	padding: 12px 28px;
}
.button:hover{ background: #d3317c; text-decoration: none; color: #fff; }

.cta-button{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#308cc6+0,1b6390+100 */
	background: #308cc6; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMwOGNjNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYjYzOTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #308cc6 0%, #1b6390 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#308cc6), color-stop(100%,#1b6390)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #308cc6 0%,#1b6390 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #308cc6 0%,#1b6390 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #308cc6 0%,#1b6390 100%); /* IE10+ */
	background: linear-gradient(to bottom, #308cc6 0%,#1b6390 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#308cc6', endColorstr='#1b6390',GradientType=0 ); /* IE6-8 */

	border: 3px solid #fff;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.55);
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.55);

	font-size: 17px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #fff;
	text-align: center;
	padding: 10px 55px;
	display: inline-block;
	border-radius: 15px
}
.cta-button:hover{ 
	color: #fff; 
	text-decoration: none; 
	-webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.75);
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.75);
}
.cta-button-pink{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee4995+0,d2347d+100 */
	background: #ee4995; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlNDk5NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMjM0N2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ee4995 0%, #d2347d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee4995), color-stop(100%,#d2347d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ee4995 0%,#d2347d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ee4995 0%,#d2347d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ee4995 0%,#d2347d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ee4995 0%,#d2347d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee4995', endColorstr='#d2347d',GradientType=0 ); /* IE6-8 */
}

#primary{ padding: 25px 0 0; }
#primary .site-main{ padding-bottom: 60px; }
#primary h1, #primary h2, #primary h3, #primary h4, #primary h5, #primary h6{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
#primary .entry-content p{ color: #222222; }

/************* HEADER **************/

#masthead .top-bar{ background: #1a99d5; padding: 5px 0; }

@font-face {
    font-family: 'si';
    src: url('fonts/socicon.eot');
    src: url('fonts/socicon.eot?#iefix') format('embedded-opentype'),
         url('fonts/socicon.woff') format('woff'),
         url('fonts/socicon.ttf') format('truetype'),
         url('fonts/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;
 
}
 
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(fonts/socicon.svg) format(svg);
    }
}

.soc {
    overflow:hidden;
    margin:0; padding:0;
    list-style:none; float: right;
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
}

.soc li a {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 100%;
    margin-right: 5px;
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #fff;
}

.soc li a:hover{ border-color: #000; color: #000; }

.soc-icon-last{
    margin:0 !important;
}

.soc-linkedin:before {
    content:'j';
}
.soc-facebook:before {
    content:'b';
}
.soc-google:before {
    content:'c';
}
.soc-twitter:before {
    content:'a';
}

#masthead .coll{ position: static; }
#masthead .site-branding{ 
	background: #fff; 
	position: absolute; 
	top: 0;
	padding-top: 10px;
}
#masthead .site-branding .site-title{ margin: 0; }

#masthead .ctas{ float: right; text-align: right; margin: 15px 0 10px; }
#masthead .cta{ font-size: 25px; font-weight: 700; color: #494949; font-family: Arial, Helvetica, sans-serif; }
#masthead .phone, #masthead .phone a{
	font: normal 30px Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #ee4995;
}



/************* FOOTER **************/

#colophon{ background: #202020; color: #fff; padding-bottom: 33px; }
#colophon .f-title{ font-family: 'Roboto', sans-serif; font-size: 18px; color: #fff; margin: 30px 0 0; }
#colophon hr{ height: 2px; border: none; background: #42b3e5; margin: 5px 0 30px; width: 80px; }

#colophon .box a{ 
	display: block;
	background: #42b3e5;
	color: #fff;
	padding: 20px;
}
#colophon .box-2 a{ background: #0384ce; }
#colophon .box-3 a{ background: #3156a3; }
#colophon .box a:hover{ text-decoration: none; background: #ee4995; }
#colophon .box .c-title{ font-size: 22px; font-family: 'Roboto', sans-serif; margin: 0; }
#colophon .box .c-content{ font-size: 15px; font-family: 'Roboto', sans-serif; margin-top: 20px; }
#colophon .box .c-content .dashicons{ font-size: 11px; width: 11px; height: 11px; vertical-align: middle; }

#colophon .posts .post{ margin-bottom: 20px; }
#colophon .posts .post .date{ 
	float: left; 
	width: 20%; 
	vertical-align: top; 
	border: 1px solid #42b3e5;
	font-size: 22px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	text-align: center;
	padding: 5px 0;
}
#colophon .posts .post .date span{ display: block; }
#colophon .posts .post .content{ float: right; width: 75%; }
#colophon .posts .post .post-title{ margin: 0; min-height: 60px; }
#colophon .posts .post .post-title a{ font-family: 'Roboto', sans-serif; font-size: 13px; color: #fff; }
#colophon .posts .post .readmore a{
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color: #42b3e5;
}

#colophon .tweets p{ font-family: 'Roboto', sans-serif; font-size: 13px; color: #fff; }
#colophon .tweets a{
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color: #42b3e5;
}

#colophon .contact .map iframe{ height: auto !important; }
#colophon .contact .address{ margin-top: 10px; font-size: 13px; font-family: 'Roboto', sans-serif; color: #fff; }
#colophon .contact .soc{ float: left; margin-top: 25px; }
#colophon .contact .soc li a{
	width: 48px;
	height: 48px;
	line-height: 46px;
	font-size: 25px;
	border: 3px solid #fff;
}
#colophon .contact .soc li a:hover{ color: #41afdc; border-color: #41afdc; }
#colophon .contact .member-logo{ float: right; }

.site-info{ 
	background: #1a99d5; 
	text-align: center; 
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #fff;
	padding: 14px 0;
}
.site-info p{ margin-bottom: 0; }



/************* HOME PAGE **************/

#slideshow{ margin-top: 22px; }
#slideshow .caption{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999;
	line-height: 1;
	top: 0;
}
#slideshow .contain { display: table; width: 100%; }
#slideshow .contain .info { display: table-cell; vertical-align: middle; }
#slideshow .caption .line-1{ font-size: 60px; font-weight: 300; color: #ee4995; margin-bottom: 15px; }
#slideshow .caption .line-2{ font-size: 80px; font-weight: 700; color: #fff; text-transform: uppercase; margin-bottom: 16px; }
#slideshow .caption .line-2 span{ display: inline-block; background: #1a99d5; padding: 0 5px; margin-right: -14px; margin-bottom: 4px; }
#slideshow .caption .line-2 .r{ background: #ee4995; }

/* SEO H1 reset — slide-h1 wraps line-1 + line-2 (first slide only). */
/* Preserve visual: inherit and reset h1 defaults so .line-1/.line-2 styling applies. */
#slideshow .caption .slide-h1 {
	margin: 0;
	padding: 0;
	font: inherit;
	color: inherit;
	text-transform: none;
	display: block;
	letter-spacing: normal;
	line-height: inherit;
}
#slideshow .caption .slide-h1 .line-1,
#slideshow .caption .slide-h1 .line-2 { display: block; }
#slideshow .caption .content, #slideshow .caption .content p{
	font-size: 20px; color: #222222;
	line-height: 1.5;
}
#slideshow .caption .readmore a{ 
	
	    font-size: 16px;
    font-weight: 300;
    color: #ee498e;
    display: inline-block;
    border: 1px solid #ee498e;
    padding: 11px 27px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: rgba(255,255,255,0.3);}
#slideshow .caption .readmore a:hover{ border-color: #1A99D5; color: #1A99D5; text-decoration: none; }

#home-content .entry-content h1{     text-transform: uppercase;;font-size: 50px; font-weight: 300; color: #ee4995; font-family: 'Roboto', sans-serif; }
#home-content .entry-content h5{ font-size: 20px; color: #0279aa; }
/* Hero h2 in #home-content (replaces visual of removed h1) */
#home-content .entry-content .entry-h2-hero {
	text-transform: uppercase;
	font-size: 50px;
	font-weight: 300;
	color: #ee4995;
	font-family: 'Roboto', sans-serif;
}
/* Sub-headings under hero h2 (replaces visual of removed h5) */
#home-content .entry-content .entry-h3-sub {
	font-size: 20px;
	color: #0279aa;
}


#home-content .entry-content, #home-content .entry-content p{ font-size: 15px; color: #222222; }


#boxes{ margin-top: 30px; }
#boxes .coll{ padding-left: 0; padding-right: 0; }
#boxes .box{ background: #329bdd; color: #fff; padding: 21px; min-height: 275px; overflow: hidden; }
#boxes .box-1{ background: #1b6390; }
#boxes .box-2{ background: #2579ad; }
#boxes .box-3{ background: #308cc6; }
#boxes .box .title{ margin: 0; font-size: 30px; font-family: 'Roboto', sans-serif; }
#boxes .box .entry-content, #boxes .box .entry-content p{ font-size: 15px; font-family: 'Roboto', sans-serif; line-height: 1.2; }
#boxes .box .readmore a{ font-size: 15px; color: #fff; font-family: 'Roboto', sans-serif; font-weight: 700; }
#boxes .box-4 .hours{ margin-top: 15px; line-height: 1.75; }
#boxes .box-4 .hour span{ font-family: 'Roboto', sans-serif; font-weight: 700; font-size: 15px; display: inline-block; width: 25%; }
#boxes .box-4 .hour .duration{ text-align: right; width: 70%; }


#about .about{ background: #efefef; border-right: 6px solid #dedede; margin-top: 65px; padding: 10px; }
#about .about .title{ font-family: 'Roboto', sans-serif; font-size: 30px; color: #3d3d3d; text-transform: uppercase; font-weight: 700; }
#about .about .title span{ display: block; font-size: 60px; font-weight: 900; color: #ee4995; }
#about .about .entry-content, #about .about .entry-content p{
	font-family: 'Roboto', sans-serif;
	color: #919191;
	font-size: 18px;
	padding-right: 10px;
}

#about .contact{ margin-top: 40px; }
#about .contact .cta{ text-align: center; }
#about .form, #secondary .form { background: #41afdc; padding: 45px 10px 10px; margin-top:50px; text-align: center; position: relative; }
#about .form .title, #secondary .form .title{
	background: #ee4995;
    color: #fff;
    padding: 15px;
    text-transform: uppercase;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    z-index: 999;
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
#about .form p, #secondary .form p{ margin-bottom: 10px; }
#about .form textarea, #secondary .form textarea{ height: 70px; }


#services{
	background: url(images/services-bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 30px 0 0;
	color: #fff;
	margin-top: 50px;
}
#services .main-title{
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 50px;
	color: #fff;
	margin: 0;
}
#services .main-content, #services .main-content p{
	font-size: 15px;
	color: #fff;
	text-align: center;
}

#services .service{ margin-bottom: 50px; }
#services .service .icon{ display: inline-block; margin-right: 10px; }
#services .service .title{
	font-size: 23px;
	font-family: 'Roboto', sans-serif;
	display: inline-block;
	margin: 0;
	color: #fff;
}
#services .service .entry-content{ min-height: 125px; }
#services .service .entry-content, #services .service .entry-content p{
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	line-height: 1.3;
}
#services .service .readmore a{
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	background: #212121;
	padding: 6px 15px;
}
#services .service .readmore a:hover{ background: #ee4995; text-decoration: none; }


#content2{ padding: 50px 0; }
#content2 .video iframe{ max-width: 100%; }
#content2 .title{ margin: 0; font-size: 32px; font-weight: 300; color: #212121; font-family: 'Roboto', sans-serif; }
#content2 .entry-content, #content2 .entry-content p{
	font-size: 15px;
	color: #222222;
}


/************* SIDEBAR **************/

#secondary{ background: #fafafa; padding-bottom: 40px; margin-top: 40px; }

#secondary .ctas{ padding: 30px; }
#secondary .ctas .cta, #secondary .ctas .phone a{ font-size: 25px; color: #494949; font-weight: 700; font-family: Arial, Helvetica, sans-serif; }
#secondary .ctas .phone a{ font-size: 30px; color: #ee4995; }

#secondary .c-button{ text-align: center; margin-bottom: 25px; }
#secondary .c-button .cta-button{ width: 80%; }

#secondary .about-widget{ padding: 0 20px; }

#secondary .services{ text-align: center; margin-bottom: 75px; }
#secondary .services .title{ font-family: 'Roboto', sans-serif; font-size: 25px; font-weight: 700; color: #3d3d3d; text-transform: uppercase; margin: 0 0 25px; }
#secondary .services .service{ margin-bottom: 1px; }
#secondary .services .service a{ display: block; background: #eeeeee; padding: 22px 0; }
#secondary .services .service a:hover{ background: #ddd; }
#secondary .services .icon{ display: inline-block; vertical-align: middle; width: 30%; text-align: right; }
#secondary .services .s-title{ 
	display: inline-block; 
	color: #3d3d3d;
	font-size: 22px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	vertical-align: middle;
	margin-left: 5%;
	width: 60%;
	text-align: left;
}

#secondary .widget-title{ font-size: 25px; font-weight: 700; color: #3d3d3d; font-family: 'Roboto', sans-serif; text-transform: uppercase; }
#secondary aside{ padding: 0 20px; }
#secondary aside ul{ list-style: none; margin: 0; padding: 0; }
#secondary .rpwwt-post-title{ font-size: 15px; color: #222222; }
#secondary .rpwwt-post-date{ font-size: 15px; font-weight: 700; color: #222222; font-family: Arial, Helvetica, sans-serif; }
#secondary .widget img{ border: 3px solid #e5e5e5; }

/************* BLOG PAGES **************/

#blog-page .entry-title, #blog-page .entry-title a{ font-size: 30px; color: #ee4995; font-weight: 300; font-family: 'Roboto', sans-serif; }
#blog-page .entry-meta, #blog-page .entry-meta a{ font-size: 15px; color: #494949; font-weight: 700; font-family: Arial, Helvetica, sans-serif; }
#blog-page .thumb{ margin-top: 15px; }
#blog-page .blog-post{ margin-bottom: 50px; }
#blog-page label{ display: block; }


/************* CONTACT PAGE **************/

#contact-page .map iframe{ width: 100% !important; }
#contact-page .wpcf7-text, #contact-page textarea{ width: 100%; }
#contact-page input[type="submit"]{ border-radius: 15px; }
#contact-page .info .inf{ display: inline-block; vertical-align: top; margin-right: 30px; }
#contact-page .info .icon{
	width: 24px;
	height: 24px;
	background-color: #ee4995;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 35px;
	border-radius: 100%;
	display: inline-block;
	vertical-align: middle;
}
#contact-page .info .address .icon{ background-image: url(images/address-icon.png); }
#contact-page .info .fax .icon{ background-image: url(images/fax-icon.png); }
#contact-page .info .lab{ display: inline-block; vertical-align: middle; font-size: 16px; font-family: 'Roboto', sans-serif; color: #222222; margin-left: 15px; }


/************* LANDING PAGE **************/

#landing-page #secondary{ background: none; margin-top: 0; }
#landing-page .site-main .entry-content ul{ list-style: none; margin: 0; padding: 0; }
#landing-page .site-main .entry-content ul li:before{
	content: "\f147";
	font-family: 'dashicons';
	color: #a7dc06;
	font-size: 30px;
    vertical-align: middle;
    padding-right: 10px;
}

#landing-page .about{ background: #1a99d5; color: #fff; padding: 30px 0; }
#landing-page .about .entry-content, #landing-page .about .entry-content h2{ margin: 0; }
#landing-page .about .entry-content, #landing-page .about .entry-content p{ color: #fff; }

#landing-page .boxes{ padding: 80px 0 50px; }
#landing-page .boxes .box{ background: #f5f5f5; text-align: center; position: relative; padding: 30px 20px 20px; }
#landing-page .boxes .box .icon{
	position: absolute;
	z-index: 999;
	left: 0;
	top: -40px;
	left: 0;
	right: 0;
}
#landing-page .boxes .box .b-title{ font-size: 25px; font-weight: 400; color: #212121; font-family: 'Roboto', sans-serif; }
#landing-page .boxes .box .entry-content, #landing-page .boxes .box .entry-content p{ font-weight: 400; }

#landing-page .ctaa{ 
	text-align: center; 
	background: #1a99d5; 
	font-size: 21px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	padding: 10px 0;
}

#landing-page .testimonials{ background: #ee4995; color: #fff; padding: 21px 0 40px; text-align: center; margin-bottom: 25px; }
#landing-page .testimonials .t-title{ font-weight: 300; font-size: 50px; font-family: 'Roboto', sans-serif; color: #fff; }
#landing-page .testimonials .testimonial{ 
	padding: 0 100px; 
}
#landing-page .testimonials .entry-content{ font-weight: 500; font-size: 14px; }
#landing-page .testimonials .image{ margin-top: 25px; }
#landing-page .testimonials .image img{ 
	max-width: 88px; 
	background: #fff; 
	border-radius: 100%;
	border: 1px solid #f7a4ca;
	padding: 2px;
	margin: 0 auto;
}
#landing-page .testimonials .name{
	margin-top: 10px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}

#landing-page .nav a{ position: absolute; cursor: pointer; z-index: 999; }
#landing-page .nav a.nav-prev{ left: 0; }
#landing-page .nav a.nav-next{ right: 0; }
#landing-page .nav a span{
	color: #fff;
	font-size: 75px;
	width: auto;
	height: auto;
	display: block;
}

.wpcf7-not-valid{ 
	border: 2px solid #f00 !important; 
	background: #fafafa url(images/red-cross.png) no-repeat 97% center !important;
}

.wpcf7-valid-green{ 
	border: 2px solid #1CA74A !important; 
	background: #fafafa url(images/green-tick.png) no-repeat 97% center !important;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}



@media only screen and (max-width: 1199px) {

	#about .form .title, #secondary .form .title{ width: 85%; }

	#secondary .ctas .phone a{ font-size: 25px; }

	#secondary .c-button .cta-button{ width: 90%; }

	#contact-page .info .inf{ display: block; margin: 30px 0 0; }

}

@media only screen and (max-width: 991px) {

	#masthead .top-bar .soc{ display: none; }

	#masthead .site-branding{ position: static; text-align: center; }

	#masthead .ctas{ float: none; text-align: center; margin-left: 0; margin-right: 0; }

	.main-navigation{ float: none; text-align: center; }

	.main-navigation ul{ display: inline-block; }

	.main-navigation ul ul{ text-align: left; }

	.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul { left: 10px; }

	#slideshow .caption .line-1{ font-size: 30px; }

	#slideshow .caption .line-2{ font-size: 50px; }

	#slideshow .caption .line-2 span{ margin-right: -10px; }

	#slideshow .caption .content, #slideshow .caption .content p{ font-size: 15px; }

	#slideshow .caption .readmore a{ font-size: 15px; padding: 7px 15px; }

	#boxes .box{ min-height: auto; }

	#about .form, #secondary .form{ width: 50%; margin: 0 auto; margin-top: 50px; }

	#services .service .entry-content{ min-height: 200px; }

	#content2 .video{ text-align: center; }

	#secondary .ctas{ text-align: center; }

	#secondary .c-button .cta-button{ width: 40%; }

	#landing-page .boxes .box{ margin-bottom: 75px; }

	#landing-page .boxes{ padding-bottom: 0; }

}

@media only screen and (max-width: 767px) {

	#about .about .thumb{ text-align: center; }

	#about .about{ padding: 20px; }

	#services .service .entry-content{ min-height: 0; }

	#services .service{ text-align: center; }

	#colophon .box{ text-align: center; }

}

@media only screen and (max-width: 480px) {

	#slideshow .caption .line-1{ font-size: 20px; margin-bottom: 5px; }

	#slideshow .caption .line-2{ font-size: 30px; margin-bottom: 5px; }

	#slideshow .caption .content, #slideshow .caption .content p{ font-size: 13px; }

	#slideshow .caption .readmore{ display: none; }

	#about .form, #secondary .form{ width: 90%; }

	#colophon .contact .soc, #colophon .contact .member-logo{ float: none; text-align: center; }

	#colophon .contact .member-logo{ margin-top: 25px; }

	#secondary .c-button .cta-button{ width: 90%; }

	#landing-page .testimonials .testimonial{ padding-left: 50px; padding-right: 50px; }

}

@media only screen and (max-width: 320px) {

	#mobile-nav ul li a{ font-size: 1.5em; }

	#about .form, #secondary .form{ width: 100%; }

	.cta-button{ font-size: 15px; }

	#services .service .icon{ display: block; }

	#services .service .title{ margin-top: 10px; }

}