/*
Theme Name: Olschwanger Designs
Version: 1.0.0
Author: Austin Gray
Text Domain: olschwanger
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
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: 40px;
	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-weight:300;
	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-size: 16px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight:400;
	font-variant:small-caps;
}
h1 {
	font-size:42px;
}
h2 {
	font-size:36px;
}
h3 {
	font-size:30px;
}
h4 {
	font-size:24px;
}

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;
	-moz-osx-font-smoothing: grayscale;
  	-webkit-font-smoothing: antialiased;
  	text-rendering: optimizeLegibility;
}

*,
*: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 {
	color:#333333;
	font-size:16px;
	margin:0;
	font-family:"Lora", Arial, Helvetica, Sans-serif;
	overflow-x:hidden;
}

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
--------------------------------------------------------------*/
a.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;

	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;

}

a.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 15px 17px rgba(255, 255, 255, 0.3), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

a.button:focus,
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 {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color:#909090;

}

a:hover,
a:focus,
a:active {

}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
}

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

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

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

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

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

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}
	/*
	.main-navigation ul {
		display: none;
	}
	*/
}

.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%;
}

/*--------------------------------------------------------------
# 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:hover,
.screen-reader-text:active,
.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,
.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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 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: 0 auto;
}

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

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

/*--------------------------------------------------------------
## 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;
}

/*
* CUSTOM
*/
.animFast {
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}
.container, #content.site-content {
	position:relative;
	width:1200px;
	padding:0 15px;
	margin:0 auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

/*
* HEADER
*/
header#masthead {
}
header#masthead .container {
}
header#masthead .logo {
}
header#masthead .logo img {
}

/*
* NAV
*/
nav#site-navigation ul#logo li a {
	padding:2px 13px 0;
}
nav#site-navigation {
	background:rgba(0,0,0,1);
	text-align:center;
	position:fixed;
	z-index:99;
}
nav#site-navigation .container {
	padding:0 0;
}
nav#site-navigation ul {
	float:left;
}
nav#site-navigation ul li {
	position: relative;
}
nav#site-navigation ul li a {
	font-variant: small-caps;
	color:#fff;
	color:rgba(255,255,255,0.9);
	line-height:1;
	padding:22px 11px 26px;
	display:block;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    font-size:16px;
    font-weight:700;
    text-shadow:2px 2px 2px rgba(0,0,0,0.6);
    letter-spacing:.4px;

}
@-moz-document url-prefix() {
    nav#site-navigation ul li a {
        letter-spacing:-1px;
    }
}
nav#site-navigation ul li a:hover, nav#site-navigation ul li.current-menu-item > a {
	background:rgba(0,0,0,1);
}
nav#site-navigation ul li:after {
	position:absolute;
	bottom:0;
	border-bottom:1px solid #069370;
	border-bottom:1px solid #fff;
	left:50%;
	right:0;
	width:0%;
	content:" ";
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}
nav#site-navigation ul li:hover:after,
nav#site-navigation ul li.current-menu-item:after {
	position:absolute;
	left:0;
	width:100%;
	content:" ";
}

nav#site-navigation ul ul {
	display:block;
	width:200px;
	top:100%;
	text-align:left;
}
nav#site-navigation ul ul li {
	float:none;
	background: #18bdeb; /* Old browsers */
	background: -moz-linear-gradient(top,  #18bdeb 0%, #0bb0de 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#18bdeb), color-stop(100%,#0bb0de)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #18bdeb 0%,#0bb0de 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #18bdeb 0%,#0bb0de 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #18bdeb 0%,#0bb0de 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #18bdeb 0%,#0bb0de 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18bdeb', endColorstr='#0bb0de',GradientType=0 ); /* IE6-9 */
}
nav#site-navigation ul ul li a {
	display:block;
	width:auto;
	border-bottom:1px solid rgba(0,0,0,0.1);
	border-top:1px solid rgba(255,255,255,0.1);
	padding:8px;
	font-size:16px;
}
nav#site-navigation ul ul li a:hover, nav#site-navigation ul ul li.current-menu-item > a {

}
nav#site-navigation ul ul ul {
	top:0;
}

.bbblogo {
	max-width: 45px;
	height: auto;
	padding-top: 4px;
}

@media (max-width: 1200px) {
	.bbblogo {
		float: right;
	}
}

/*
* BANNER
*/
#banner {
	background:url('img/banner-background-4.jpg');
	background-position:center bottom;
	background-repeat:no-repeat;
	width:100%;
	height:873px;
	overflow:hidden;
	position:relative;
}
#banner .container {

}
#banner-logo {
	position:relative;
	width:57.7%;
	left:0;
	right:0;
	top:129px;
	margin:auto;
}
.home #banner-arrow-down,
.page-template-template-contact #banner-arrow-down {
	width:73px;
	height:24px;
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	bottom:8%;
	background:url('img/down-arrow-thick.png');
	background-position:left bottom;
	background-repeat:no-repeat;
	cursor:pointer;
	padding-top:0%;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    z-index:2;
}
#banner-arrow-down:hover {
	bottom:7%;
	padding-top:1%;
}
.page-template-template-contact #banner-arrow-down {
	background:url('img/down-arrow-thick-white.png');
	background-position:left bottom;
	background-repeat:no-repeat;
}

#banner svg#glint {
	position: absolute;
	top:7px;
	left:354px;
}
#banner .group {
    -webkit-transform: translate(42.5px,42.5px);
    -moz-transform: translate(42.5px,42.5px);
    transform: translate(42.5px, 42.5px);
}
#banner path {
    -webkit-transform: translate(-42.50px,-42.50px);
    -moz-transform: translate(-42.50px,-42.50px);
    transform: translate(-42.50px,-42.50px);
}
#banner .large {
	-webkit-animation: large 4.5s infinite;
	-moz-animation: large 4.5s infinite;
}
#banner .large-2 {
	-webkit-animation: large-2 4.5s infinite;
	-moz-animation: large-2 4.5s infinite;
}
#banner .small {
	-webkit-animation: small 4.5s infinite;
	-moz-animation: small 4.5s infinite;
}
@-webkit-keyframes large {
	0% {
		opacity: 0;
		-webkit-transform: rotate(0deg) scale(0);
		transform: rotate(0deg) scale(0);
	}
	30% {
		opacity: 1;
	}
	60% {
		opacity:0;
		-webkit-transform: rotate(360deg) scale(1.5);
		transform: rotate(360deg) scale(1.5);
	}
	100% {
		opacity: 0;
	}
}
@-moz-keyframes large {
	0% {
		opacity: 0;
		transform: rotate(0deg) scale(0);
	}
	30% {
		opacity: 1;
	}
	60% {
		opacity: 0;
		transform: rotate(360deg) scale(1.5);
	}
	100% {
		opacity: 0;
	}
}
@-webkit-keyframes large-2 {
	0% {
		opacity: 0;
		-webkit-transform: rotate(45deg) scale(0);
		transform: rotate(45deg) scale(0);
	}
	30% {
		opacity: 1;
	}
	60% {
		opacity: 0;
		-webkit-transform: rotate(405deg) scale(1.1);
		transform: rotate(405deg) scale(1.1);
	}
	100% {
		opacity: 0;
	}
}
@-moz-keyframes large-2 {
	0% {
		opacity: 0;
		transform: rotate(45deg) scale(0);
	}
	30% {
		opacity: 1;
	}
	60% {
		opacity: 0;
		transform: rotate(405deg) scale(1.1);
	}
	100% {
		opacity: 0;
	}
}
@-webkit-keyframes small {
	0% {
		opacity: 0;
		-webkit-transform: rotate(0deg) scale(0);
		transform: rotate(0deg) scale(0);
	}
	30% {
		opacity: 1;
	}
	60% {
		opacity: 0;
		-webkit-transform: rotate(-360deg) scale(1);
		transform: rotate(-360deg) scale(1.5);
	}
	100% {
		opacity: 0;
	}
}
@-moz-keyframes small {
	0% {
		opacity: 0;
		transform: rotate(0deg) scale(0);
	}
	30% {
		opacity: 1;
	}
	60% {
		opacity: 0;
		transform: rotate(-360deg) scale(1.5);
	}
	100% {
		opacity: 0;
	}
}
@-webkit-keyframes sheen {
	0% {
		background-position: -675px 0;
	}
	60% {
		background-position: 100px 0px
	}
	100% {
		background-position: 100px 0px;
	}
}
#banner .mask {
	background-position: -675px 0;
	position:relative;
	-webkit-animation: sheen 4.5s infinite;
	-moz-animation: sheen 4.5s infinite;
}

#banner .mask::after{
  content:'';
  position: absolute;
  pointer-events: none;
  top:0; left:0; right:0; bottom: 0;
  background: radial-gradient(0 0,circle farthest-side, rgba(255,255,255,0) 90%,rgba(255,255,255,.8) 98%,rgba(255,255,255,0) 100%) no-repeat;
  background: radial-gradient(circle farthest-side at 0 0, rgba(255,255,255,0) 90%,rgba(255,255,255,.8) 98%,rgba(255,255,255,0) 100%) no-repeat;
  background-position: inherit;
  -webkit-mask: url('/images/olschwanger-designs-logo-black-shadow.png') top;
  mask: url('#mask-firefox');
}

#banner .award-logo {
	position:absolute;
	right:0;
	top:72px;
}
#banner .award-logo img {
	height:100%;
	width:auto;
}
#banner .bbb-logo {
	right:300px;
}
#banner .best-of-big-d {
	right:200px;
}
#banner .dallas-a-list {
	right:0px;
	height:130px;
}
#banner .accolades {
	width:100%;
	position:absolute;
	top:128px;
	right:24px;
}
#banner .accolades .accolade {
	text-align: right;
	clear:both;
}
#banner .accolades .accolade .logo {
	float:right;
	width:165px;
	height:145px;
	background:rgba(0,0,0,0.3);

	text-align:center;
}
#banner .accolades .accolade .logo img {
	width:auto;
	margin-top:5%;
	height:90%;
}
#banner .accolade .accolade-text {
	font-size:18px;
	font-family:Arial, Helvetica, Sans-serif;
}

#accolades-section {
	border-top:24px solid #eee;
	border-bottom:24px solid #eee;
	background:url('img/triangles-background-2.jpg');
	background-position:center top;
	height:374px;
}
#accolades-section .container {
	width: 100%;
}
#accolades-section .accolades {
	padding-top:15px;
}
#accolades-section .accolade {
	width:16.666666666%;
	float:left;
	text-align:center;
	color:#000;
}
#accolades-section .accolade .logo {
	height:193px;
	padding:24px;
	background:rgba(255,255,255,0.3);
	border-radius:15px;
	width:216px;
	margin:auto;
	margin-bottom:12px;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}
#accolades-section .accolade .logo img {
	height:100%;
	width:auto;
}
#accolades-section .accolade-text {
	font-size:18px;
}
#accolades .heading {
	font-size:42px;
	text-align:center;
	padding:1.5em 0 .5em;
}
#accolades .testimonials {
	width:514px;
	margin:0 auto;
	color:#000;
	text-shadow:-1px 1px 3px rgba(255,255,255,0.8);
}
#accolades .testimonials .testimonial-author {
	font-size:18px;
	margin-top:24px;
}
#accolades .testimonials .read-more {
	font-size:14px;
	margin-top:24px;
}

/*
* FRONT PAGE
*/
#front-page-content {
	background:#333;
	color:#fff;
	padding-bottom:78px;
}
#front-page-content .container {
	text-align:center;
	padding:0 0;
	width:1028px;
}
#front-page-content .container h1 {
	margin:0.5em 0;
}
#front-page-content .large-left, #front-page-content .large-right {
	width:50%;
	float:left;
	width:514px;

}
#front-page-content .large-left {
	padding:2.7777777777% 2.7777777777% 0 11.111111111%;
	text-align:center;
	padding:2.7777777777% 2.7777777777% 0 0;
}
#front-page-content .large-left .centered-image {
	padding-top:65px;
	text-align:right;
}
#front-page-content .large-left .read-more {
	background:#fff;
}
#front-page-content .large-left .centered-image img {
	display:block;
}
#front-page-content .signature {
	line-height:1;
	display:inline-block;
	text-align:left;
}
#front-page-content .signature h3,
#front-page-content .signature h4 {
	margin:0 0;
}
#front-page-content .large-left .centered-image img {
	width:100%;
	height:auto;
}
#front-page-content .large-right {
	padding:2.7777777777% 11.111111111% 0 2.7777777777%;
	padding-top:58px;
	padding:58px 0 2.777777777% 2.777777777%;
	text-align:left;
}

#accolades {
	width:100%;
	height:843px;
	background:url('img/accolades-background.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	position:relative;
}

#accolades .accolade {
	text-align:center;
	width:400px;
}
#accolades .accolade .title {
	font-size:36px;
	font-variant: small-caps;
}
#accolades .accolade .years {
	font-size:25px;
}
#big-d img {
	width:131px;
	height:auto;
}
#big-d {
	position:absolute;
	top:88px;
	right:374px;
	margin:auto;
}
#dallas-a-list {
	right:0;
	top:274px;
	position:absolute;
}

/*
* CONTENT
*/
.home #content.site-content {
	padding:0 0;
}
#content.site-content {
	padding:64px 0 24px;
}

#content #primary {
	font-size:17px;
	line-height:1.8;
	font-weight:300;
}

#content strong {
	font-weight:600;
}

#content ul {
	overflow:hidden;
}

/*
* FOOTER
*/
footer#footer {
	background:#000000;
	color:#fff;
	text-align:center;
	padding:48px 0;
}

footer#footer .by-appointment-only {
	font-size:36px;
	color:#fff
}

footer#footer .by-appointment-only a {
	text-decoration: none;
	color:#fff
}
footer#footer .social {
	margin:36px 0 11px;
}
footer#footer .social a {
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    margin:0 2px;
    opacity:0.4;
}
footer#footer .social a.social-icon {
	opacity:0.4;
}
footer#footer .social a:hover {
	opacity:0.8;
}
footer#footer .copyright {
	font-size:12px;
}
footer#footer .copyright a {
	color:#fff;
	text-decoration:none;
}
footer#footer .social .footer-logo {
	margin-bottom:3px;
}

/*
* BLOG
*/

.blog article,
.archive article {
	margin-top:48px;
}
.blog article .entry-header,
.archive article .entry-header {
	line-height:1.231;
	font-size:32px;
	font-weight:700;
}
.blog article .entry-header a,
.archive article .entry-header a {
	text-decoration:none;
}
.blog article .entry-header a:hover,
.archive article .entry-header a:hover {
}
.blog article .entry-content,
.archive article .entry-content {
	margin-top:0;
}
.blog article .entry-content p,
.archive article .entry-content p {
	margin:12px 0;
}

footer.entry-footer {
	padding-bottom:auto;
	padding:8px;
	text-align: left;
	font-size:14px;
	line-height:1;
	background:#f2f5f2;
}
footer.entry-footer a {
}
footer.entry-footer a:hover {
	text-decoration:none;
}
footer.entry-footer .comments-link {
	float:right;
}

/*
* MISC
*/
.hide {
	display:none;
}
#backToTop {
	position:fixed;
	right:16px;
	bottom:16px;
	background:#000;
	width:44px;
	height:46px;
	cursor:pointer;
	opacity:0;
	border-radius:5px;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    line-height:1;
}
#backToTop.visible:hover {
	opacity:1 !important;
}
#backToTop:after {
	position:absolute;
	top:0;
	left:0;
	color:#fff;
	width:44px;
	height:44px;
	background:url('img/glyph-white-arrow-up.png');
	background-position:center center;
	background-repeat:no-repeat;
	content:" ";
}

a.menu-toggle {
	display:none;
}

.mobile-only {
	display:none;
}

/* GALLERY */
.page-template-template-gallery-php #content {
	display:none;
}

#gallery {
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	transition: all .8s;
}

.carousel-container {
	width:2800px;
	height:900px;
	margin:0 auto;
	padding-top:17px;
	position:relative;
	bottom:0;
}
#gallery #feature-container {

}

#carousel {
	width:100%;
	height:400px;
	transform-style:preserve-3d;
	-moz-transform-style:preserve-3d;
	-webkit-transform-style:preserve-3d;
	margin:0 auto;
	position:absolute;
	bottom:78px;

}

#gallery .featurette {
	margin:0;
	display:block;
	color:#fff;
	position:absolute;
	overflow:hidden;
	text-align: center;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	transition: all .8s;
	opacity:0;
	border:3px solid transparent;
	width:150px;
	height:150px;
	-webkit-box-shadow:0px 0px 4px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 0px 4px rgba(0,0,0,0.3);
	box-shadow:0px 0px 4px rgba(0,0,0,0.3);
	-webkit-box-sizing:content-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	cursor:pointer;
}
#gallery .featurette:hover {
	opacity:1 !important;
}
#gallery .featurette .image {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:#000;
	text-align:center;
}

#gallery .featurette:nth-of-type(1),
#gallery .featurette:nth-of-type(2) {
	display:none;
}
#gallery .featurette:last-child {
	display:none;
}

#gallery .featurette .image img {
	margin:0 auto;
}

#gallery .controls .control:hover {

}
#gallery .controls {
	cursor:pointer;
}
#gallery .controls .control {
	width:20px;
	height:69px;
	padding:24px;
	cursor:pointer;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	position:absolute;
	-webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    -ms-transition: all .1s ease;
    transition: all .1s ease;
}
#gallery .controls .control.control-right {
	background:url('img/control-arrow-right.png');
	background-position:right top;
	background-repeat:no-repeat;
	right:8%;
	top:45%;
}
#gallery .controls .control.control-left {
	background:url('img/control-arrow-left.png');
	background-position:left top;
	background-repeat:no-repeat;
	left:8%;
	top:45%;
}
#gallery .large-feature {
	position:absolute;
	width:70%;
	height:70%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	transition: all .8s;
	background-size:contain;
	text-align:center;
}
#gallery .large-feature img {
	max-width:100%;
	max-height:100%;
}


/*
 * CONTACT PAGE TEMPLATE
 */
.page-template-template-contact .banner-image {
 	text-align:center;
 	position:relative;
}
.banner-image img {
	width:100%;
}
.page-template-template-contact h1, .page-template-template-contact h3 {
	text-align:center;
}
.page-template-template-contact .embed-content .map,
.page-template-template-contact .embed-content .form {
	float:left;
	width:50%;
	padding:0 48px 0 0;
}
.page-template-template-contact .embed-content .map iframe {
	width:100%;
}
.page-template-template-contact .embed-content .nap {
	width:100%;
	float:none;
}
.page-template-template-contact .embed-content .nap p {
	float:left;
	padding:0px 48px 0 0;
	width:50%;
	text-align:right;
}
.page-template-template-contact .embed-content .nap p + p {
	text-align:left;
}

form .row {
	width:100%;
	margin-bottom:12px;
}
form .row .column {
	width:100%;
}
form .row.two-column .column {
	width:50%;
	float:left;
	padding-right:6px;
}
form .row.two-column .column + .column {
	padding-left:6px;
	padding-right:0;
}
form .row .column input,
form .row .column textarea {
	width:100%;
	padding:12px;
	font-size:18px;
}
form .row .column input[type="submit"] {
	text-transform: uppercase;
	color:#fff;
	background:#000;
	padding:12px 0;
}
form .row .column textarea {
	height:137px;
}

body.page-id-19 #content {
	text-align:center;
}

.page-template-template-education #primary {
	width:75%;
	float:right;
}
.page-template-template-education #secondary {
	width:20%;
	float:left;
	margin-top:162px;
}
.page-template-template-education #secondary ul {
	list-style-type: none;
	display:block;
	border:1px solid #000;
	padding:0;
	margin:0;
}
.page-template-template-education #secondary a {
	display:block;
	background:#000;
	color:#fff;
	padding:4px 8px 4px 16px;
	text-decoration: none;
	border-bottom:1px solid rgba(255,255,255,0.5);
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    border-left:1px solid rgba(255,255,255,0.5);
    font-variant:small-caps;
}
.page-template-template-education #secondary a.active,
.page-template-template-education #secondary a:hover {
	border-left:8px solid rgba(255,255,255,1);
	border-bottom:1px solid rgba(255,255,255,1);
}
.page-template-template-education #secondary a:after {
	position:absolute;
	bottom:0;
	width:0;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.page-template-template-education #secondary a.active:after,
.page-template-template-education #secondary a:hover:after {
	width:100%;
}

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

/* Let's set and reset some common styles */
.mb-wrap {
	margin: 40px auto;
	padding: 20px;
	position: relative;
}

.mb-wrap p{
	margin: 0;
	padding: 0;
}

.mb-wrap blockquote {
	margin: 0;
	padding: 0;
	position: relative;
}

.mb-wrap cite {
	font-style: normal;
}

.mb-style-2 blockquote{
	padding-top: 150px;
}
.mb-style-2 blockquote:after {
	font-family: 'icons';
	background: rgba(235,150,108,0.8);
	width: 130px;
	height: 130px;
	border-radius: 50%;
	content: '\275e';
	position: absolute;
	font-size: 70px;
	line-height: 130px;
	text-align: center;
	top: 0px;
	left: 50%;
	margin-left: -65px;
	color: rgba(255,255,255,0.5);
	text-shadow: 0 1px 1px rgba(255,255,255,0.1);
}
.mb-style-2 blockquote:before{
	content: '';
	width: 500px;
	height: 500px;
	border-radius: 50%;
	border-left: 5px solid rgba(235,150,108,0.1);
	position: absolute;
	top: 0px;
	left: -50px;
	z-index: -1;
}
.mb-style-2 blockquote p {
	font-family: Baskerville, Georgia, serif;
	font-size: 33px;
	font-style: italic;
	background: rgba(255,255,255,0.5);
	display: inline;
	text-shadow: 0 1px 1px rgba(255,255,255,0.5);
	line-height: 46px;
	box-shadow: 0 -6px 0 rgba(235,150,108,0.2);
}
.mb-style-2 .mb-attribution {
	text-align: right;
}

.mb-style-2 .mb-author{
	text-transform: uppercase;
	font-size: 18px;
	padding-top: 10px;
	font-weight: bold;
	color: #d48158;
	text-shadow: 0 1px 1px rgba(255,255,255,0.1);
}

.mb-style-2 cite a{
	color: #d7aa94;
	font-style: italic;
}

.mb-style-2 cite a:hover{
	color: #d48158;
}

.mb-style-2:nth-of-type(even) .mb-author {
	text-align:left;
}

.mb-style-2:nth-of-type(2) blockquote:after,
.mb-style-2:nth-of-type(6) blockquote:after {
	background: rgba(72,156,128,0.8);
}
.mb-style-2:nth-of-type(2) blockquote:before,
.mb-style-2:nth-of-type(6) blockquote:before {
	border-right: 5px solid rgba(72,156,128,0.8);
	border-left:0;
	left:auto;
	right:-50px;
}
.mb-style-2:nth-of-type(2) blockquote p,
.mb-style-2:nth-of-type(6) blockquote p {
	box-shadow: 0 -6px 0 rgba(72,156,128,0.8);
}
.mb-style-2:nth-of-type(2) .mb-author,
.mb-style-2:nth-of-type(6) .mb-author {
	color:#489C80;
}

.mb-style-2:nth-of-type(3) blockquote:after,
.mb-style-2:nth-of-type(7) blockquote:after {
	background: rgba(235,184,108,0.8);
}
.mb-style-2:nth-of-type(3) blockquote:before,
.mb-style-2:nth-of-type(7) blockquote:before {
	border-left: 5px solid rgba(235,184,108,0.8);
}
.mb-style-2:nth-of-type(3) blockquote p,
.mb-style-2:nth-of-type(7) blockquote p {
	box-shadow: 0 -6px 0 rgba(235,184,108,0.8);
}
.mb-style-2:nth-of-type(3) .mb-author,
.mb-style-2:nth-of-type(7) .mb-author {
	color:#EBB86C;
}

.mb-style-2:nth-of-type(4) blockquote:after,
.mb-style-2:nth-of-type(8) blockquote:after {
	background: rgba(77,114,153,0.8);
}
.mb-style-2:nth-of-type(4) blockquote:before,
.mb-style-2:nth-of-type(8) blockquote:before {
	border-right: 5px solid rgba(77,114,153,0.8);
	border-left:0;
	left:auto;
	right:-50px;
}
.mb-style-2:nth-of-type(4) blockquote p,
.mb-style-2:nth-of-type(8) blockquote p {
	box-shadow: 0 -6px 0 rgba(77,114,153,0.8);
}
.mb-style-2:nth-of-type(4) .mb-author,
.mb-style-2:nth-of-type(8) .mb-author {
	color:#4D7299;
}

/* ODTV */
.page-id-226 #content {
	min-height:640px;
}


#navToggle {
	display: none;
    padding: 18px;
    cursor: pointer;
    float:right;
    position:relative;
    z-index:1;
}
.nav-toggle-wrapper {
    width: 24px;
    height: 24px;
    padding-top: 12px;
    position: relative;
}
#mobile-nav-icon, #mobile-nav-icon:before, #mobile-nav-icon:after {
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 3px;
    background: #fff;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
#mobile-nav-icon:before {
    content: " ";
    top: -6px;
    position: absolute;
}
#mobile-nav-icon:after {
    content: " ";
    bottom: -6px;
    position: absolute;
}
.nav-toggled #mobile-nav-icon {
	background:none;
}
.nav-toggled #mobile-nav-icon:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    background: #fff;
}
.nav-toggled #mobile-nav-icon:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 0;
    background: #fff;
}

.hide-on-desktop {
	display:none;
}

#content #primary {
	padding-left:15px;
	padding-right:15px;
}

.tablet-and-down {
	display:none;
}

.mobile-only {
	display:none;
}

.header-phone {
	position:absolute;
	left:0;
	right:0;
	padding-top:16px;
	color:#fff;
}
.header-phone a {
	color:#fff;
	text-decoration:none;
	font-size:22px;
}

/* gallery cats */
.page-template-template-gallery #categories {
	position:absolute;
	top:112px;
	left:0;
	right:0;
	margin:0 auto;
	text-align:center;
}
.page-template-template-gallery #categories a {
	font-family:"Helvetica Neue", Helvetia, Arial, Sans-serif;
	font-size:16px;
	display:inline-block;
	padding:4px 7px;
	cursor:pointer;
	font-variant: small-caps;
	color:#9966b3;
}
.page-template-template-gallery #categories a.active {
	text-decoration:underline;
}


@media (max-width:1200px) {
	#banner {
		text-align:center;
	}
	#banner-logo {
		width:auto;
	}
	#banner-logo img {
		display:block;
		margin: auto;
	}
	body {
		overflow: auto;
	}
	body.nav-toggled {
		overflow:hidden;
	}
	ul#logo img {
		display:block;
	}
	nav#site-navigation ul li:after {
		display:none;
	}
	#navToggle {
		display:block;
	}
	.container,
	#front-page-content .container {
		width:100%;
		padding:0 6%;
	}
	.menu-primary-menu-container {
		top:62px;
		position:fixed;
		bottom:0;
		left:0;
		right:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.9);
		overflow-y: scroll;
		left:-100%;
		-webkit-transition: all .8s ease;
	    -moz-transition: all .8s ease;
	    -o-transition: all .8s ease;
	    -ms-transition: all .8s ease;
	    transition: all .8s ease;
	}
	.nav-toggled .menu-primary-menu-container {
		left:0%;
	}
	nav#site-navigation .menu-primary-menu-container ul {
		float:none;
	}
	nav#site-navigation .menu-primary-menu-container ul li a {
		font-size:26px;
	}
	nav#site-navigation .menu-primary-menu-container ul li a:hover {
		background:none;
	}
	.main-navigation li {
		float:none;
	}
	#front-page-content .large-left {
		float:left;
		width:auto;
		width:50%;
		display:none;
	}
	#front-page-content .large-right {
		float:none;
		width:100%;
	}
	#accolades-section .accolade-text {
	    font-size: 18px;
	}
	#front-page-content .large-right .hide-on-desktop {
		display:block;
		width:50%;
		float:left;
		margin-bottom:12px;
	}
	#content #primary {
		padding-left:6%;
		padding-right:6%;
	}
	nav#site-navigation .container {
		padding:0 6%;
	}
	#content.site-content {
		width:100%;
	}
	.page-template-template-education #secondary {
		float:right;
	}

	#gallery {
		overflow:hidden;
	}
	.mobile-only.header-phone {
		display:block;
		color:#fff;
	}
}

@media (max-width:1024px) {
	#content.site-content img {
		max-width:60%;
	}
}

@media (max-width:780px) {
	#accolades-section .accolade {
		width:100%;
		float:none;
		margin-bottom:24px;
	}
	#accolades-section {
		height:auto;
	}
	#accolades-section .accolade-text {
		font-size:24px;
	}
	.page-template-template-education #secondary {
		width:100%;
		float:none;
		display:none;
	}
	.page-template-template-education #primary {
		width:100%;
		float:none;
	}
	.page-template-template-education .tablet-and-down #secondary {
		display:block;
	}
	.tablet-and-down {
		display:block;
	}
	.tablet-and-down #secondary {
		margin-top:24px;
	}
	#banner-logo {
		position:static;
	}
	#banner {
		margin-top:62px;
		height:auto;
		padding:48px 0;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
		background: rgb(255,255,255); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	}

	#banner svg,
	#banner .mask::after {
		display:none !important;
	}

	.home #banner-arrow-down {
		display:none;
	}

	.page-template-template-contact .embed-content .map,
	.page-template-template-contact .embed-content .form {
		width:100%;
		float:none;
		padding:0 0;
	}
	.page-template-template-contact .embed-content .form {
		margin-top:24px;
	}

	.page-template-template-contact .embed-content .nap p {
		width:100%;
		float:none;
		padding:0 0;
		text-align:center;
		margin:1em 0;
	}

	.page-template-template-contact #banner-arrow-down {
		display:none;
	}

	.page-template-template-contact .embed-content .nap p + p {
		text-align:center;
	}
	footer#footer .by-appointment-only span {
		display:inline-block;
	}
	.page-template-template-gallery #categories a {
		display:none;
	}
	.tellink {
 		color : #fff; text-decoration : none;
	}

}

@media (max-width:640px) {
	nav#site-navigation {
		position:absolute;
	}
	#accolades .testimonials {
		width:100%;
	}
	.alignleft, .alignright, .alignnone, #content.site-content img {
		width:100%;
		height:auto;
		float:none;
		margin:12px auto;
		display:block;
		max-width:100%;
	}
	.page-template-template-education .alignleft,
	.page-template-template-education .alignright,
	.page-template-template-education .alignnone,
	.page-template-template-education #content.site-content img {
		width:auto;
		height:auto;
	}

	.home .large-right img {
		margin-right:1.5em;
	}

	h1,
	#accolades .heading {
		font-size:28px;
		text-align:left;
		line-height:1.231;
	}
	footer#footer .by-appointment-only {
		font-size:24px;
		text-align:center;
	}
	footer#footer .by-appointment-only span {
		display:block;
	}

	.mobile-only {
		display:block;
	}

	nav#site-navigation .menu-primary-menu-container ul li a {
		font-size:22px;
		padding:18px 13px 22px;
	}

}

@media (max-width:480px) {
	#front-page-content .large-right .hide-on-desktop {
		width:100%;
		float:none;
	}
	.home .large-right img {
		margin:12px auto;
		float:none;
		width:100%;
	}
	.page-content, .entry-content, .entry-summary {
		margin-top:0;
	}
	.page-template-template-contact .embed-content .nap p {
		font-size:14px;
	}
	footer#footer .social .footer-logo:first-of-type,
	footer#footer .social .footer-logo:last-of-type {
		display:block;
	}
}

footer .special-icons {
	margin-bottom: 24px;
}

footer .special-icons a {
	width: auto;
	display:inline-block;
	margin: 0 4px;
	opacity: .6;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

footer .special-icons a:hover {
	opacity: 1;
}

footer .special-icons a.wide {
	background: white;
	padding: 0 7px;
	border-radius: 4px;
}

footer .special-icons a img {
	height: 59px;
	width: auto;
	border-radius: 4px;
	display: block;
}
