/*!
Theme Name: Maly And Associates
Theme URI: http://www.malyandassociates.com/
Author: Aeon Internet Marketing
Author URI: http://aeoninternetmarketing.com/
Description: Custom theme designed and developed for Maly & Associates
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #191919;
	font-family: 'Cormorant Garamond', serif;
	font-size: 22px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Cormorant Garamond', serif;
	font-weight:400;
	color:#cfa167;
	letter-spacing:1px;
	clear: both;
}

h1 {
	text-align: center;
	font-size:40px;
	text-transform: uppercase;
}

h2 {
	font-size:28px;
	text-transform: uppercase;
}

h3 {
	font-size:24px;
}

p {
	line-height:30px;
	letter-spacing:1px;
	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%;
}

@media screen and (max-width: 960px) {
	h1 {font-size:34px;}
}

@media screen and (max-width: 680px) {
	p {margin-bottom:1em;}
}


/*--------------------------------------------------------------
# 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 https://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. */
}

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. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

.img-fluid {
	width:100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	border: none;
	background: url(img/link-arrow.png) no-repeat left;
	color:#cfa167;
	font-size: 20px;
	font-weight:700;
	text-transform: uppercase;
	line-height: 1;
	box-shadow:none;
	letter-spacing:1px;
	padding: 0 0 0 40px;
	cursor:pointer;
	transition: all 0.5s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	letter-spacing:3px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	width:100%;
	color: #cfa167;
	border: 1px solid #cfa167;
	border-radius: 0px;
	padding: 3px 5px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #cfa167;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color:#cfa167;
	text-decoration: none;
	transition:all 0.5s;
}

a:visited {
	color:#cfa167;
}

a:focus, a:active {
	color:#cfa167;
	outline:none;
}

a:hover {
	color:#191919;
	text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.overlay {
	position: fixed;
	z-index: 9999;
	background-color: rgba(25,25,25,0.95);
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity .35s, visibility .35s, height .35s;
	overflow-x: hidden;
}

.overlay.open {
	opacity: 1;
	visibility: visible;
	height: 100%;
}

.overlay .close-menu {
    position: absolute;
    top: 20px;
    left: 45px;
    font-size: 60px;
}

.overlay li a, a.close-menu {
    padding: 8px;
    text-decoration: none;
    font-size: 24px;
	text-transform: uppercase;
    color: #cfa167;
    display: block;
    transition: 0.3s;
}

.overlay li a:hover, .overlay li a:focus, a:hover.closebtn, a:focus.closebtn {
	letter-spacing:3px;
}

.overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    margin-top: 30px;
}

.main-navigation h3 {
	font-size:30px;
	text-transform: uppercase;
	text-align: left;
	margin-top:30px;
}

.main-navigation ul {
	list-style-image: url(img/link-arrow.png);
	margin: 0 0 20px 20px;
	padding-left: 20px;
}

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

@media screen and (max-width: 1600px) {
	.overlay-content {top: 10%;}
}

@media screen and (max-width: 1440px) {
	.overlay {width: 60%;}
}

@media screen and (max-width: 1280px) {
	.overlay {width: 100%;}
}

@media screen and (max-width: 960px) {
	.overlay li a, a.close-menu {font-size: 20px;}
	.overlay .close-menu {top: 5px; left: 5px; line-height:60px;}
	.overlay li a:hover {letter-spacing:2px;}
}

@media screen and (max-width: 768px) {
	.overlay-content {top:5%;}
	.main-navigation h3 {margin-top:10px;}
	.overlay .close-menu {right: 0px;}
}

.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 {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# 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;
	table-layout: fixed;
}

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

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

.hentry {
	margin: 0 0 1.5em;
}

.page .hentry, .single .hentry {
	margin:0;
}

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

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

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

/* Add Animation - Zoom in the Modal */
.gallery-item {
    animation-name: zoom;
    animation-duration: 0.6s;
	padding:15px;
}

.column {
    animation-name: zoom;
    animation-duration: 0.6s;
}

.gallery-icon {
	border: 1px solid #cfa167;
	background:rgba(25,25,25,1);
	padding:15px;
	box-shadow:5px 5px 20px rgba(0,0,0,0.75);
}

.gallery-icon img {
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

.mfp-no-margins img.mfp-img {
	padding: 0;
}
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
.mfp-no-margins .mfp-container {
	padding: 0;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-figure figure {
	background:#191919;
	border: 1px solid #cfa167;
	box-shadow:5px 5px 20px rgba(0,0,0,0.75);
	padding:15px;
}

.mfp-counter {display: none;}

.card-columns {padding-bottom:50px;}

.column {display: none;}

.content {
	display: inline-block;
	background:#191919;
	border: 1px solid #cfa167;
	box-shadow:5px 5px 20px rgba(0,0,0,0.75);
	padding: 15px;
	margin-bottom:30px;
}

.show {display: block;}

#galleryBtns {margin-bottom:40px;}

.gallery-btn {
	background:rgba(25,25,25,0.4);
	border: 1px solid #cfa167;
	outline: none;
	padding: 12px 20px;
	font-weight:400;
	font-size:24px;
	letter-spacing:0;
	cursor: pointer;
}

.gallery-btn:hover {
	background:rgba(25,25,25,0.9);
	letter-spacing:0;
	color:#fff;
}

.gallery-btn.active {
  color: white;
}

@media screen and (max-width: 768px) {
	.card-columns {padding-bottom:20px;}
	.gallery-btn {
		padding: 10px 15px;
		font-size:20px;
	}
	.gallery-columns-3 .gallery-item {
		max-width: 50%;
	}
}

@media screen and (max-width: 500px) {
	#galleryBtns {margin-top:20px; margin-bottom:20px;}
	.gallery-btn {
		display: block;
		width:100%;
		padding: 10px;
		font-size:16px;
	}
	.gallery-columns-3 .gallery-item {
		width:100%;
		max-width: 100%;
	}
}


/*--------------------------------------------------------------
# Misc Globals
--------------------------------------------------------------*/

.section-padding {
	padding:80px 0;
}

span.number-font {
	font-family: "Times New Roman", "serif";
}

.black-bg {
	background-color:#191919;
	color:#cfa167;
}

.blue-bg {
	background-color:#005488;
	padding:50px 0;
	color:#fff;
}

.white-bg {
	background:#fff;
}

.top-bg {
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-size:cover;
}

.page-header {
	padding-bottom:100px;
}

h1.page-title {
	padding-top:300px;
	padding-bottom:30px;
	background: url(img/hr-bg.png) no-repeat center bottom;
}

h3.subtitle {
	font-size:24px;
	font-style:italic;
	text-align: center;
	margin-bottom:40px;
}

hr.fancy-divider {
	background: url(img/hr-bg.png) no-repeat center;
	width:100%;
	height:20px;
	border:none;
}

a.cta-button {
	display: inline-block;
	font-size:20px;
	font-weight:700;
	text-transform: uppercase;
	border:1px solid #cfa167;
	padding:10px 20px;
	margin-top:10px;
}

a:hover.cta-button {
	background:#cfa167;
}

.blue-bg a.cta-button {
	color:#fff;
	border:1px solid #fff;
	padding:10px 20px;
	margin-top:10px;
}

.blue-bg a:hover.cta-button {
	color:#005488;
	background:#fff;
}

.intro-section h2 {
	font-size:40px;
	margin-bottom:30px;
}

.fancy-links ul {
	list-style: none;
	margin:0;
	padding:10px 0 0 13px;
}

.fancy-links ul li {
	background: url(img/link-arrow.png) no-repeat left;
	text-transform: uppercase;
	font-size:20px;
	margin-bottom:15px;
}

.fancy-links ul li a {
	display: inline-block;
	font-weight:700;
	letter-spacing:1px;
	padding-left:40px;
}

.fancy-links ul li a:hover {
	letter-spacing:3px;
}

a.icon-btn {
	display: inline-block;
	background: url(img/link-arrow.png) no-repeat left;
	text-transform: uppercase;
	font-size:20px;
	font-weight:400;
	letter-spacing:1px;
	padding-left:40px;
	margin-top:30px;
}

a:hover.icon-btn {
	letter-spacing:3px;
	color:#cfa167;
}

@media screen and (max-width: 1440px) {
	.page-header {padding-bottom:50px;}
	h1.page-title {padding-top:200px;}
}

@media screen and (max-width: 1366px) {
	.intro-section h2 {margin-bottom:20px;}
	.fancy-links ul {padding-top:0;}
	.fancy-links ul li {margin-bottom:8px;}
}

@media screen and (max-width: 1024px) {
	.section-padding {padding:50px 0;}
}

@media screen and (max-width: 960px) {
	.intro-section h2 {font-size:30px;}
	.top-bg {background-size:auto;}
}

@media screen and (max-width: 800px) {
	h1.page-title {padding-top:150px;}
	.page-header {padding-bottom:0px;}
	h3.subtitle {font-size:22px; margin-bottom:40px;}
}

@media screen and (max-width: 680px) {
	.section-padding, .blue-bg {padding:30px 0;}
	h3.subtitle, hr.fancy-divider {margin-bottom:30px;}
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#masthead {
	overflow: hidden;
	transition: 0.3s;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
	padding:45px;
}

.mobile-header {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 8000;
	padding:10px 0;
}

.menu-icon {
	display: inline-block;
	font-size:30px;
	font-weight:400;
	color:#fff;
	text-transform: uppercase;
	cursor:pointer;
	transition:all 0.5s;
}

.menu-icon:hover {
	color:#cfa167;
}

.header-phone {
	display: block;
	font-family: "Times New Roman", "serif";
	font-size:30px;
	color:#fff;
	text-align: right;
}

.header-phone a {color:#fff !important;}

.header-contact p {
	margin:0;
	color:#cfa167;
	font-size:20px;
	letter-spacing:0;
}

.header-contact a:hover {
	color:#fff;
}

.menu-bottom {
	border-top:1px solid #cfa167;
	margin-top:30px;
	padding-top:30px;
}

.menu-bottom .social-icons {margin-top:0;}
.menu-bottom .social-icons img {width:36px; height:36px;}
.bbb-logo {max-width:45px; height:auto;}
.coc-logo {max-width:158px; height:auto;}



@media screen and (min-width: 801px) {
	.mobile-header {display: none;}
}


@media screen and (max-width: 960px) {
	#logo {
		max-width:140px;
	}
	.menu-icon, .header-phone {
		font-size:24px;
	}
}

@media screen and (max-width: 800px) {
	#masthead {display:none;}
	.header-contact {margin-bottom:20px;}
}

@media screen and (max-width: 680px) {
	#logo {
		max-width:100px;
	}
}

@media screen and (max-width: 580px) {
	.menu-icon {position:relative; z-index: 55; font-size:34px;}
	.menu-icon span {display: none;}
	.header-phone {font-size:18px; text-align: center;}
	#logo {margin-top:-50px;}
	.logo-col {text-align: center;}
		.logo-col a {display: inline-block;}
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	background:#191919;
}

.footer-contact p {
	margin:0;
	color:#fff;
	font-size:20px;
	letter-spacing:0;
}

.footer-contact a {
	color:#fff;
}

.footer-contact a:hover {
	color:#cfa167;
}

.footer-contact .number-font {
	font-size:17px;
}

.footer-logo {
	margin-bottom:30px;
}

.footer-top h3 {
	font-size:28px;
	text-transform: uppercase;
}

.footer-top ul {
	list-style: none;
	margin:0;
	padding:0;
}

.footer-top ul li {
	float:left;
	width:50%;
}

.footer-top ul li a:hover {
	color:#fff;
}

.social-icons {
	margin-bottom:30px;
}

.social-icons img {width:36px; height:36px;}

.social-icons a {
	display: inline-block;
	border:2px solid #cfa167;
	border-radius:100%;
	margin:3px;
}

.social-icons a:hover {
	border-radius:0;
}

.site-info {
	background:#111;
	border-top:1px solid #cfa167;
}

.site-info a:hover {
	color:#fff;
}

.copyright {
	display: block;
	color:#cfa167;
	font-size:15px;
	text-align: center;
	padding:15px;
}

@media screen and (max-width: 1024px) {
	.social-icons {margin-top:30px;}
}

@media screen and (max-width: 960px) {
	.footer-top h3 {font-size:24px;}
}

@media screen and (max-width: 680px) {
	.footer-top h3 {margin-top:30px;}
	.footer-top ul li {float:none; width:100%;}
}

@media screen and (max-width: 680px) {
	.social-icons {margin-top:0px;}
	.copyright {text-align: left;}
}


/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
.home-header .col {
	padding:0;
}

.banner-content {
	position:relative;
}

.banner-title {
	position:absolute;
	z-index: 50;
	width:100%;
	top:50%;
	bottom:50%;
}

.banner-title h2 a {
	display: block;
	font-size:48px;
	color:#fff;
	text-align: center;
	letter-spacing:1px;
	max-width:430px;
	margin:0 auto;
	border:2px solid rgba(0,0,0,0);
	background:rgba(0,0,0,0);
	padding:10px;
}

.banner-title h2 a:hover {
	color:#cfa167;
	border:2px solid #cfa167;
	background:rgba(25,25,25,0.7);
}

.home-intro {
	text-align: center;
}

.sc-intro {
	text-align: center;
}

.cr-intro h2 {
	max-width:345px;
}

.sc-intro img {
	margin-bottom:50px;
}

.loc-intro {
	text-align: center;
}

.loc-intro h2 {
	text-align: center;
	color:#fff;
}

.loc-intro h2 .number-font {
	font-size:38px;
}

@media screen and (max-width: 1024px) {
	.banner-title h2 a {
		font-size:40px;
		max-width:400px;
	}
	#slider {padding-bottom:30px;}
	.cr-intro h2 {max-width:960px; margin-top:30px;}
}

@media screen and (max-width: 960px) {
	.banner-title h2 a {font-size:30px; max-width:340px;}
	.home-intro p, .sc-intro p, .loc-intro p {text-align: left;}
}

@media screen and (max-width: 800px) {
	.banner-title h2 a {font-size:30px;	max-width:340px;}
	.banner-content {max-height:400px; overflow:hidden;}
	.sc-intro img {margin-bottom:30px;}
}

@media screen and (max-width: 580px) {
	.banner-content {max-height:600px;}
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

.blog article, .archive article, .search article {
	background:#191919;
	color:#cfa167;
	box-shadow:5px 5px 20px rgba(0,0,0,0.75);
}
.blog article .row, .archive article .row, .search article .row {margin-left:0; margin-right:0;}
.single article .row {box-shadow:5px 5px 20px rgba(0,0,0,0.75);}

.single .black-bg {padding:15px;}
.single .white-bg {padding:40px;}

.not-found .black-bg {
	background:#191919;
	color:#cfa167;
	box-shadow:5px 5px 20px rgba(0,0,0,0.75);
	margin-bottom:80px;
}

.no-padding {padding:0;}
.entry-padding {padding:15px;}

.gold-border {
	border:1px solid #cfa167;
	height:100%;
	padding:40px;
}

.thumb-container {
	max-width:600px;
	max-height:600px;
	overflow:hidden;
}

.thumb-container img {transition:all 0.5s ease-in-out;}
.thumb-container:hover img {transform:scale(1.1);}

.single .post-thumbnail {
	margin:30px auto;
}

.byline {display: none; visibility: hidden;}

h1.entry-title {text-align: left; font-size:30px;}
h2.entry-title {margin-bottom:0px;}
h2.entry-title a:hover {color:#fff;}
h3.post-header {text-align: center;}
h3.post-header .cat-links a {
	display: inline-block;
	text-align: center;
	font-size:40px;
	text-transform: uppercase;
	padding-top:300px;
	padding-bottom:30px;
	background: url(img/hr-bg.png) no-repeat center bottom;
}

.entry-meta a {font-family: Times, "Times New Roman", "serif"; font-size:14px;}
.cat-links a {display:block; font-size:20px; text-transform: uppercase; margin-bottom:20px;}
.cat-links a:hover, .entry-meta a:hover {color:#fff;}
.entry-footer .cat-links a:hover {color:#191919;}

.edit-link {display:none;}

.blog .nav-links, .archive .nav-links, .search .nav-links {
	display:none;
}

.blog-pagination {
	text-align: center;
}

ul.page-numbers {
	display: inline-block;
    list-style: none;
    margin: 0 0 40px 0;
	padding:0;
	box-shadow:10px 10px 20px rgba(0,0,0,0.45);
}

.page-numbers:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

ul.page-numbers li {
    display: block;
    float: left;
    margin: 0;
    text-align: center;
}

.page-numbers a,
.page-numbers span {
	font-family: Times, "Times New Roman", "serif";
    display: block;
    padding: 0 6px;
	width:50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #cfa167;
    color: #cfa167;
	background:#191919;
}

.page-numbers a span { padding: 0 }

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {

    color: #fff;
    background: #191919;
    text-decoration: none;
}

.page-numbers:hover { text-decoration: none; }

#secondary .widget {
	margin:10px auto;
}

#secondary .widget h3, .post-sidebar .widget h3 {
	text-transform: uppercase;
	margin-bottom:20px;
}

#secondary .widget ul, .post-sidebar .widget ul {
	list-style: none;
	margin:0;
	padding:0px;
}

#secondary .widget ul li, #secondary .widget button, #secondary .widget input[type="submit"], .search-form button, .search-form input[type="submit"] {
	background: url(img/link-arrow.png) no-repeat left;
	color:#cfa167;
	text-transform: uppercase;
	font-size:20px;
	margin-bottom:15px;
}

.post-sidebar .widget ul li {
	background: url(img/link-arrow.png) no-repeat left 5px;
	background-size:8%;
	color:#cfa167;
	text-transform: uppercase;
	font-size:18px;
	margin-bottom:15px;
}

#secondary .widget ul li a, .post-sidebar .widget ul li a, #secondary .widget button, #secondary .widget input[type="submit"], .search-form button, .search-form input[type="submit"] {
	cursor: pointer;
	display: inline-block;
	font-weight:400;
	letter-spacing:1px;
	padding-left:40px;
}

#secondary .widget ul li a:hover {
	letter-spacing:2px;
}

.post-sidebar .widget ul li a:hover {
	color:#fff;
}

#text-2 {
	text-align: center;
}

#text-2 span {
	font-family: Times, "Times New Roman", "serif";
	display:block;
	color:#fff;
	font-size:24px;
	padding-bottom:30px;
	border-bottom:1px solid #cfa167;
}

#text-2 h3 {
	font-size:30px;
	text-align: center;
	text-transform: uppercase;
}

.single .cta-button {margin-bottom:40px;}

.error404 .black-bg {
	padding:15px;
	box-shadow:5px 5px 20px rgba(0,0,0,0.75);
	margin-bottom:80px;
}

.centered {text-align: center;}
.centered form {display: inline-block; margin-bottom:20px;}

.error404 .content-area ul {
	list-style: none;
	margin:0;
	padding:0;
}

.error404 .content-area ul li {
	background: url(img/link-arrow.png) no-repeat left;
	text-transform: uppercase;
	font-size:20px;
	margin-bottom:15px;
}

.error404 .content-area ul li a {
	display: inline-block;
	font-weight:400;
	padding-left:40px;
}

.error404 .content-area ul li a:hover {
	color:#fff;
}

@media screen and (max-width: 1440px) {
	.post-header {padding-bottom:50px;}
	h3.post-header .cat-links a {padding-top:200px;}
}

@media screen and (max-width: 1200px) {
	.gold-border {padding:20px;}
	h2.entry-title {font-size:24px;}
}

@media screen and (max-width: 992px) {
	.blog article, .archive article, .search article {max-width:600px; margin:20px auto;}
	.blog article .col, .archive article .col, .search article .col {flex-basis:100%; width:100%;}
	.thumb-container {max-height:300px;}
	.gold-border {padding:20px;}
	.post-sidebar .widget ul li {background-size:auto;}
	.single .white-bg {padding:20px;}
	.not-found .black-bg {margin-bottom:20px;}
}

@media screen and (max-width: 800px) {
	.blog, .archive, .search {background:#191919;}
	.post-header {padding-bottom:0px;}
	h3.post-header .cat-links a {padding-top:150px;}
}

@media screen and (max-width: 500px) {
	.gold-border {border:none; padding:0;}
	.entry-padding {border:1px solid #cfa167;}
	.search .black-bg, .error404 .black-bg {border:1px solid #cfa167; padding:15px;}
	.error404 .black-bg {margin-bottom:0;}
	h2.entry-title {font-size:24px;}
}


/*--------------------------------------------------------------
# Subpages
--------------------------------------------------------------*/
.default-page-main .white-bg {padding:15px; box-shadow:5px 5px 20px rgba(0,0,0,0.75); margin-bottom:80px;}
.page-main ul {list-style: square; color:#cfa167; font-weight:700; margin:0 0 30px 0;}
.page-main .fancy-links ul {list-style: none; margin:0;}
.page-main h3 {font-weight:700; font-style: italic; margin-bottom:30px;}

.contact-sections .container {box-shadow:5px 5px 20px rgba(0,0,0,0.75);}
.contact-sections .white-bg {padding:40px;}
.contact-sections .black-bg {padding:15px;}
.map-section {max-height:400px; margin-top:80px; overflow:hidden;}
.top-contact {padding-bottom:20px; margin-bottom:20px; border-bottom:1px solid #cfa167;}
.top-contact h2 {font-size:26px; margin-bottom:0;}
.top-contact p {color:#fff; font-size:20px; margin-bottom:20px; line-height:24px;}
.top-contact a:hover {color:#fff;}
.top-contact .number-font {font-size:18px;}

.about-top, .about-top h3 {text-align: center;}
.about-bottom img {margin-bottom:30px;}
.cert-link a {display: block; background: url(img/link-arrow.png) no-repeat left; text-transform: uppercase; padding-left:40px; }
.cert-link a:hover {color:#cfa167; letter-spacing:2px;}

.review-section {text-align: center;}
.review-section p {color:#cfa167; font-weight:700; font-style: italic; font-size:30px; line-height:36px;}

.services-list {padding:15px 0;}
.section-border {border-top:1px solid #cfa167; border-bottom:1px solid #cfa167; padding:40px 0;}
.services-list h2 {text-align: center; margin-bottom:30px; width:100%;}
.services-list ul {margin:0; padding:0 30px 0 40px; max-width:500px;}

.page-id-15 .services-list ul {max-width:1000px;}

.call-to-action {text-align: center;}
.call-to-action h2 {text-align: center; color:#fff; margin-bottom:30px;}
.call-to-action p {margin-bottom:20px;}
.cta-phone {
	display: block;
	font-family: "Times New Roman", "serif";
	font-size:30px;
	color:#fff;
	text-align: center;
}

.cta-phone a {color:#fff !important;}

@media screen and (max-width: 1440px) {
	.about-top {text-align: left;}
}

@media screen and (max-width: 1024px) {
	.services-list .justify-content-center {justify-content: flex-start !important;}
	.services-list h2 {text-align: left; padding:0 15px;}
}

@media screen and (max-width: 992px) {
	.contact-sections .white-bg {padding:20px;}
	.default-page-main .white-bg {margin-bottom:0;}
	.service-img {margin-bottom:20px;}
}

@media screen and (max-width: 768px) {
	.about-bottom img {margin-bottom:20px;}
	.contact-sections .black-bg {display: none;}
	.map-section {margin-top:0;}
	.services-list ul {max-width:800px;}
}


/*--------------------------------------------------------------
# Add bootstrap xxl column and responsive adjustments
--------------------------------------------------------------*/
@media screen and (min-width: 1650px) {

	.col-xxl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-auto {
		position:relative;
		width:100%;
		min-height:1px;
		padding-right:15px;
		padding-left:15px;
	}

	.col-xxl {
		-ms-flex-preferred-size:0;
		flex-basis:0;
		-webkit-box-flex:1;
		-ms-flex-positive:1;
		flex-grow:1;
		max-width:100%;
	}

	.col-xxl-auto {
		-webkit-box-flex:0;
		-ms-flex:0 0 auto;
		flex:0 0 auto;
		width:auto;
		max-width:none;
	}

	.col-xxl-1 {
		-webkit-box-flex:0;
		-ms-flex:0 0 8.333333%;
		flex:0 0 8.333333%;
		max-width:8.333333%;}

	.col-xxl-2 {
		-webkit-box-flex:0;
		-ms-flex:0 0 16.666667%;
		flex:0 0 16.666667%;
		max-width:16.666667%;
	}

	.col-xxl-3 {
		-webkit-box-flex:0;
		-ms-flex:0 0 25%;
		flex:0 0 25%;
		max-width:25%;}

	.col-xxl-4 {
		-webkit-box-flex:0;
		-ms-flex:0 0 33.333333%;
		flex:0 0 33.333333%;
		max-width:33.333333%;}

	.col-xxl-5 {
		-webkit-box-flex:0;
		-ms-flex:0 0 41.666667%;
		flex:0 0 41.666667%;
		max-width:41.666667%;}

	.col-xxl-6 {
		-webkit-box-flex:0;
		-ms-flex:0 0 50%;
		flex:0 0 50%;
		max-width:50%;
	}

	.col-xxl-7 {
		-webkit-box-flex:0;
		-ms-flex:0 0 58.333333%;
		flex:0 0 58.333333%;
		max-width:58.333333%;
	}

	.col-xxl-8 {
		-webkit-box-flex:0;
		-ms-flex:0 0 66.666667%;
		flex:0 0 66.666667%;
		max-width:66.666667%;
	}

	.col-xxl-9 {
		-webkit-box-flex:0;
		-ms-flex:0 0 75%;
		flex:0 0 75%;
		max-width:75%;
	}

	.col-xxl-10 {
		-webkit-box-flex:0;
		-ms-flex:0 0 83.333333%;
		flex:0 0 83.333333%;
		max-width:83.333333%;
	}

	.col-xxl-11 {
		-webkit-box-flex:0;
		-ms-flex:0 0 91.666667%;
		flex:0 0 91.666667%;
		max-width:91.666667%;
	}

	.col-xxl-12 {
		-webkit-box-flex:0;
		-ms-flex:0 0 100%;
		flex:0 0 100%;
		max-width:100%;
	}
}

.services-intro .container-fluid,
.cr-intro .container-fluid,
.loc-intro .container-fluid
.content-area .container-fluid {max-width:1800px;}

.sc-intro .container-fluid,
.home-intro .container-fluid {max-width:1400px;}

.about-top .container-fluis {max-width:1600px;}

.services-list .container-fluid {max-width:1170px;}
.services-list a:hover {color:#fff;}

.add-service img {margin-bottom:20px;}

.charcoal {background:#191919; color:#fff;}
.white {background:#fff;}

@media screen and (max-width: 960px) {
	.container {max-width:960px; padding-left:15px; padding-right:15px;}
}

@media screen and (max-width: 768px) {
	.container {max-width:760px; }
	input[type="submit"] {width:auto !important;}
}
