/*
Theme Name: Altogether Organized New Custom Theme
Author: NayDream Studios
Author URI: http://naydreams.com
Version: 1.0
*/
@font-face {
  font-family: 'span';
  src: url('fonts/span.eot');
  src: url('fonts/span.eot') format('embedded-opentype'), url('fonts/span.woff2') format('woff2'), url('fonts/span.woff') format('woff'), url('fonts/span.ttf') format('truetype');  
}

body, html {
	width:100%; 
	/*height:100%; */
	padding:0;
	margin:0;
	}
body {
    position: relative;	
	background:#fff;		
  	text-align:center;	
	color:#000;
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height:140%;
	}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align:left;
	}
img {
	width:100%;
	height:auto;
	max-width:100%;
}
#guide {
	display:none;
	width:1px;
	height:1px;
	visibility:hidden;
	opacity:0;
	position:fixed;
	bottom:0;
	left:-9999px;
}
/*////////////// SECTIONS /////////////*/
header, footer, nav, section {
	display:block;
	position:relative;
	margin:0;
	padding:0;	
	height:auto;
	width:100%;
	float:left;
	clear:both;
	z-index:1;
	text-align:center;
}
article {
	display:block;
	position:relative;
	margin:0;
	padding:40px 0 0 0;	
	height:auto;
	width:100%;
	float:left;
	clear:both;
	text-align:left;
}
.post {
	position:relative;
	margin-bottom:1.5rem;
}
.leftcol .post {
	margin:0 1rem 2.5rem -1rem;
}
.rightcol .post {
	margin:0 -1rem 2.5rem 1rem;
}
.quotation {	
	position:relative;
	border:1px solid #000;
	padding:1rem 1.5rem;
}
.quotation p {
	margin:0;
}
.quotation::before {
	content: ' ';
    display: block;
    position: absolute;
    left: 25px;
    bottom:-14px;
    width: 25px;
    height: 25px;
    border-color: #000;
    border-width: 1px;
    border-style: none solid solid none;
    background-color: #fff;    
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.siggy {
	position:relative;
	margin:30px 0 0 1.5rem;
	font-size:1rem;
}
.wrap-12 {
	position:relative;
	float:left;
	height:auto;
	width:80%;
	max-width:1500px;
	margin: 0 10%;
}
.wrap-10 {
	position:relative;
	float:left;
	height:auto;
	width:66%;
	max-width:1250px;
	margin: 0 17%;
	
}
.full { width:100%; }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6,
.col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
.col-tenth, .col-20, .col-30, .col-40, .col-50, 
.col-60, .col-70, .col-80, .col-90, .full {
	position:relative;
	float:left;
	height:auto;
}
.col-1 { width:8.3333%; }
.col-2 { width:16.667%; }
.col-3 { width:25%;}
.col-4 { width:33.333%; }
.col-5 { width:41.667%; }
.col-6,
.col-50 { width:50%; }
.col-7 { width:58.333%; }
.col-8 { width:66.667%; }
.col-9 { width:75%; }
.col-10 { width:83.333%; }
.col-11 { width:91.667%; }
.col-12 { width:100%; } 
.col-10th { width:10%; }
.col-20 { width:20%; }
.col-30 { width:30%; }
.col-40 { width:40%; }
.col-60 { width:60%; }
.col-70 { width:70%; }
.col-80 { width:80%; }
.col-90 { width:90%; }
.offset-left-1 {
	margin-left:10%;
}
.offset-12-left-1 {
	margin-left:8.333%;
}
.offset-12-left-2 {
	margin-left:16.667%;
}
.tmarg {
	margin-top:1rem;
}
.tmarg2 {
	margin-top:2rem;
}
.padright {
	padding-right:1.5rem;
}
.padleft {
	padding-left:1.5rem;
}
.nopad {
	padding:0;
}
.listed {
	padding-bottom:30px;
	border-bottom:1px solid #000;
	margin-bottom:30px;
}
.floated-right {
	position:relative;
	float:right;
	margin-bottom:1rem;
	margin-left:1rem;
}
img.full {
	width:100%;
	margin:1rem 0;
}
.tests {
   -moz-column-count: 2;
	  -moz-column-gap: 30px;
	  -moz-column-rule: none;
	  -webkit-column-count: 2;
	  -webkit-column-gap: 30px;
	  -webkit-column-rule: none;
	column-count: 2;
	column-gap: 30px;
	column-rule: none;	
}
.tests div {
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;        
    break-inside: avoid-column;
}
.tests div.post {
	margin-bottom:3.5rem;
}
/*////////////// TYPOGRAPHY /////////////*/

h1, h2, h3 {
	font-family: span, serif;
	font-weight: 600;
	font-style: normal; 
	color:#000;
	line-height:140%;
}
h1 {
	font-size:7rem;
}
h1.mast-title {
	font-size:7rem;
}
h1.white {
	color:#fff;
}
h2 {
	font-size:2.7rem;
}
h3 {
	font-size:2rem;
}
article h3 {
	margin-top:0;
}
p {
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:20px;
}
.centered {
	display:block;
	width:100%;
	text-align:center;
}
.lefted {	
	text-align:left;
}
.righted {
	text-align:right;
}
.small {	
	font-size: .9rem;
}

p span.sig {
	display:block;
	position:relative;
	width:100%;
	height:auto;
	clear:both;
	margin-top:1.5rem;
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: .9rem;
	line-height:120%;	
}

.italic {
	font-style:italic!important;
}
a {
	text-decoration:underline;
	color:#000;
}
a:hover,
a.blue {
	color:#0e7ea3;
}

#announcement a {
	color:#fff;
}
#announcement a:hover {
	color:#000;
}
#test-box p {
	font-family: span, serif;
	font-weight: 600;
	font-style: normal; 
	color:#000;
	font-size:2rem;
	line-height:140%;
	display:block;
}

#mast h3,
#mast h1,
#headline h3,
#headline h1 {
	text-align:center;
	margin-top:0;
	margin-bottom:0;
	line-height:140%;
}
#headline h3 {
	font-size:1.8rem;
}
/*#headline h1 {
	font-size:5rem;
	line-height:120%;
	margin-top:1.5rem;
}*/
#headline h1 {
	font-size:4.1rem;
	line-height:120%;
	margin-top:1.5rem;
}
#linda h3 {
	border-top:1px solid #000;
	padding-top:1rem;
	font-size:2.5rem;
}
#certs p {
	display:inline-block;
}
#main-content h2 {
	margin-top:0;
	padding-top:0;
}
#mast h1 {
	font-weight:400;
	line-height:100%;
}
#mast h3 {
	font-weight:400;
	font-size:3.1rem;
	line-height:100%;
}
#mast h1.white {
	color:#fff;	
}
/*////////////// FRONT PAGE ////////////////*/

#announcement {
	background-color:#2d6985;
	text-align:center;
	color:#fff;
	padding:5px 0;
}
#announcement p {
	text-align:center;
	margin:0;
}
body.home header {	
	height:0;
	padding-bottom:42%;
	background-image:url('img/homebanner.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	border-width:2px 0px 2px 0px;
	border-style:solid;
	border-color:#000;
	z-index:0;
}

#mast {	
	position:absolute;
	top:30%;
	left:0;
	width:100%;
	height:auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align:center;
	z-index:1;
}
#headline {
	background-color:#f4f4f4;
	text-align:center;
	padding:50px 0px 30px;
}
#testimonials {
	background-color:#eeeeec;
	text-align:left;
	padding:50px 0px;
	margin:0;
}
#test-holder {
	position:relative;
}

.slidebox {
	height:auto;
	overflow:visible;	
}
.slidebox p {
	position:relative;
	display:block!important;

}
#linda {
	background-color:#f4f4f4;
	background: radial-gradient(ellipse at left bottom, #c9cac4 0%, #e5e8e5 40%, #f4f4f4 70%, #f4f4f4 100%);
	margin:0;
	padding:0;
}

#sideshot {
	position:relative;
	width:43.333%;
	height:auto;
	float:left;
	clear:left;
	margin:0;
	padding:0;	
}
#sideshot img {
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	vertical-align:bottom;
	bottom:0;
}
#pal {
	position:relative;
	width:46.667%;
	float:left;
	clear:right;
	margin:0;
	padding:3rem  0 10rem 2rem;
	text-align:left;
}
#certs {
	position:absolute;
	bottom:30px;
	left:43.333%;
	width:46.667%;
	height:auto;
	padding-left:2rem;
	vertical-align:bottom;
	
}
#lg {
	display:inline-block;
	float:left;
	width:auto;
	margin-right:10px;
}
#cert-icons {
	display:inline-block;
	float:left;
	width:auto;
}
#cert-icons a {
	position:relative;
	display:inline-block;
	height:4.5rem;
	width:auto;
	float:right;
	margin-left:1rem;
}
#cert-icons a img {
	height:100%;
	width:auto;
}
#lg p {
	margin-top:0;
	margin-bottom:0;
	padding:0;
}
#test-box {
	position:relative;
	float:left;
	clear:both;
	margin:0;
	text-align:left;
	padding:0;
	width:100%;
	height:100%;
	max-width:100%;
}

.slick-prev {
	position:absolute;
	left:0;
	top:40%;
	padding:2rem 1rem;
	width:auto;
	height:auto;
	border:0px solid rgba(0,0,0,0);
	background:transparent;
	-webkit-transform:translate(-150%,-50%);
	-moz-transform:translate(-150%,-50%);
	transform:translate(-150%,-50%);
	font-size:4rem;
	font-family: span, serif;
	font-weight: 600;
	text-decoration:none;
}

.slick-next {
	position:absolute;
	right:0;
	top:40%;
	padding:2rem 1rem;
	width:auto;
	height:auto;
	border:0px solid rgba(0,0,0,0);
	background:transparent;
	-webkit-transform:translate(150%,-50%);
	-moz-transform:translate(150%,-50%);
	transform:translate(150%,-50%);
	font-size:4rem;
	font-family: span, serif;
	font-weight: 600;
	text-decoration:none;
}
.slick-prev:hover,
.slick-next:hover {
	color:#0e7ea3;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus {
	border:none;
	background:transparent;
	outline: none !important;
   box-shadow: none;
}
#mover {
	position:relative;
	float:left;
	clear:both;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:0;
	padding:0;
}
#services {
	padding:50px 0px;
	background:#fff;
}
#services .wrap-12 {
	display:table;
}
.service-row {
	display:table-row;
	position:relative;
	clear:both;
	width:100%;
}
#services .col-3 {
	vertical-align:top;
	margin-bottom:1rem;
	display:table-cell;
}
#services .col-3:nth-of-type(4){
	clear:right;
}
#services .card {
	position:relative;
	border-top:2px solid #000;
	margin:0px 8px;
	padding-bottom:25%;
}

#services .card a {
	color:#000;
	text-decoration:none;	
	position:relative;
	display:block;
	width:100%;
	height:8rem;
	margin-bottom:1.5rem;
}
#services .card a h2{
	color:#000;
	transition:all .75s;
	margin-top:1.5rem;
	margin-bottom:1rem;
	font-size:2.4rem;
	line-height:120%;
}
#services .card a:hover h2 {
	color:#0e7ea3;
}
#services .card p {
	position:relative;
	z-index:2;
	margin-top:0;
	display:block;
	height:8rem;
}
#services .card a:hover + div {
	opacity:1;
}
.rollover {
	position:absolute;
	width:100%;
	height:0;
	bottom:0;
	left:0;
	padding-bottom:42%;
	z-index:0;
	opacity:0;
	transition:opacity .75s;
}
#ho .rollover {
	background-image:url('img/ho-banner.jpg');
	background-size:100% auto;
	background-position:center bottom;
	background-repeat:no-repeat;
}
#po .rollover {
	background-image:url('img/paper-banner.jpg');
	background-size:100% auto;
	background-position:center bottom;
	background-repeat:no-repeat;
}
#dm .rollover {
	background-image:url('img/moving-banner.jpg');
	background-size:100% auto;
	background-position:center bottom;
	background-repeat:no-repeat;
}
#vo .rollover {
	background-image:url('img/virt-banner.jpg');
	background-size:100% auto;
	background-position:center bottom;
	background-repeat:no-repeat;
}
#sh .rollover {
	background-image:url('img/show-banner.jpg');
	background-size:100% auto;
	background-position:center bottom;
	background-repeat:no-repeat;
}
#eo .rollover {
	background-image:url('img/estate-banner.jpg');
	background-size:100% auto;
	background-position:center bottom;
	background-repeat:no-repeat;
}
#hoard .rollover {
	background-image:url('img/hoarding-banner.jpg');
	background-size:100% auto;
	background-position:center bottom;
	background-repeat:no-repeat;
}
#dc .rollover {
	background-image:url('img/design-banner.jpg');
	background-size:100% auto;
	background-position:center bottom;
	background-repeat:no-repeat;
}
/*////////////// NAVIGATION  ///////////////*/
#logo {
	position:absolute;
	display:inline-block;
	text-align:left;
	width:20%;
	height:auto;
	top:50%;
	left:2%;
	-webkit-transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	transform: translatey(-50%);
}
#logo a {
	border:none;
	text-decoration:none;	
	position:relative;
	display:block;
	margin:0;
	width:100%;
	height:auto;
}
#logo a img {	
	position:relative;
	display:block;
	margin:0;
	width:100%;
	height:auto;
}
nav {
	background-color:#f7f7f5;
	padding:0px 2%;
	overflow:visible;
	z-index:10;
	margin:0;
}
nav ul {
	float:right;
	padding:0px;
	margin:0px;
	list-style-type:none;
	position:relative;
	width:70%;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
nav li {
    position:relative;
    display: inline-block;
    padding:7px 15px 8px 15px;
    text-align:center;
	width:auto;
	margin:0 0 -2px 0;
	border-bottom:2px solid transparent;
}
nav li a  {
	color:#000;
	font-family: span, serif;
	font-weight: 600;
	font-style: normal; 
	font-size:1.3rem;
	text-decoration:none;
	width:auto;
	white-space:nowrap;
}
nav li:hover,
nav li:focus-within {
    cursor: pointer;	
	border-bottom:2px solid #4eabe9;
}

nav ul li ul {
    background-color:#f7f7f5;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease;
    margin-top: .6rem;
    left: 0;
    display: none;
	width:auto;
}

nav ul li:hover > ul,
nav ul li:focus-within > ul,
nav ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
}

nav ul li ul li {
    clear: both;
    width: 100%;
    text-align:left;
	
}
nav ul li ul li a {
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.3rem;
}
nav ul li ul li:hover,
nav ul li ul li:focus-within{
	border-bottom:2px solid transparent;
}
.toggle {
        display: none;
    }
ul#sidenav {
	position:relative;
	list-style-type:none;
	width:100%;
	background:transparent;
	padding:0;
	margin:1rem 0 0 0;
	
	}
ul#sidenav li {
	position:relative;
	float:left;
	clear:both;
	width:100%;
	margin:0;
	border-top:1px solid #000;
	}
ul#sidenav li:last-of-type {
	border-bottom:1px solid #000;
}

ul#sidenav li a {
	display:block;
	width:100%;
	font-family: span, serif;
	font-weight: 600;
	font-style: normal; 
	color:#000;
	font-size:1.3rem;
	padding:.75rem 0rem;
	text-decoration:none;
	}
ul#sidenav li:hover a {
	color:#0e7ea3;
}
ul#sidenav li.side-active a {
	color:#0e7ea3;	
}
/*////////////// SUBPAGE  ///////////////*/
body.page header {
	position:relative;
	width:100%;
	height:auto;
	padding:0;
	border-width:2px 0px 2px 0px;
	border-style:solid;
	border-color:#000;
	z-index:0;
	margin:0;
}
body.photo-page header {
	position:relative;
	width:100%;
	height:auto;
	padding:30px 0 30px;
	border-width:2px 0px 0px 0px;
	border-style:solid;
	border-color:#000;
	z-index:0;
	margin:0;
}
body.photo-page header h1 {
	margin-bottom:0;
}
#header-photo {
	position:relative;
	float:left;
	clear:both;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	
}
#header-photo img {
	position:relative;
	width:100%;
	max-width:100%;
	margin:0;
	padding:0;
	height:auto;
	vertical-align:bottom;
	bottom:0;
}
body.page #mast {	
	top:50%;
}
#main {
	padding:50px 0;
}
#callout {	
	background-image:url('img/callout.jpg');
	background-position:center top;
	background-size:cover;
	padding:70px 17% 90px 17%;
	text-align:center;
}
.book-btn {
	position:relative;
	background:#000;
	color:#fff;
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.25rem;
	padding:15px 25px;
	-webkit-border-radius:1.2rem;
	-moz-border-radius:1.2rem;
	border-radius:1.2rem;
	text-decoration:none;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition:all .5s ease-out;
}
.book-btn:hover {
	background:#0e7ea3;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition:all .5s ease-out;
}
.book-btn:hover a {
	color:#fff;
}
#callout a,
a[href ^= 'tel:'] {
	text-decoration:none!important;
	color:#fff;
}
a.icon {
	position:relative;
	float:left;
	height:4rem;
	width:auto;
	margin-right:15px;
}
a.icon img {
	height:100%;
	width:auto;
}
.bef  {
	vertical-align:bottom;
	padding-right:1rem;
	margin-bottom:1.5rem;
}
.aft  {
	vertical-align:bottom;
	padding-left:1rem;
	margin-bottom:1.5rem;
}
.bef img {	
	bottom:0;
}
.aft img {
	bottom:0;
}
.bef::after{
	content:'BEFORE';
	position:absolute;
	bottom:10px;
	left:0;
	background:#000;
	text-align:center;
	color:#fff;
	font-size:.9rem;
	padding:8px;
}
.aft::after{
	content:'AFTER';
	position:absolute;
	bottom:10px;
	left:1rem;
	background:#000;
	text-align:center;
	color:#fff;
	font-size:.9rem;
	padding:8px;
}


/*////////////// FOOTER  ///////////////*/
footer {
	background:#dededa;
	padding:40px 0 150px;
	font-size:18px;
}
footer .left-col {
	position:relative;
	float:left;
	width:30%;
	padding-left:2%;
	text-align:left;
}
footer .mid-col {
	position:relative;
	float:left;
	width:40%;
	text-align:left;
}
footer .right-col {
	position:relative;
	float:left;
	width:30%;
	padding-right:2%;
	text-align:right;
}
footer form {
	position:relative;
	float:left;
	clear:both;
	width:100%;	
}
footer a.arclink {
	display:block;
	float:left;
	clear:both;
	width:100%;
	padding-top:15px;
}
#ea {
	position:relative;
	float:left;
	width:75%;
	background:#fff;
	padding:15px 8px;
	font-size:.9rem;
	color:#000;
	font-family:'Raleway', sans-serif;
	border-width:0px;
}
#subgo {
	position:relative;
	float:left;
	width:25%;
	background:#000;
	padding:15px 0px;
	font-size:.9rem;
	color:#fff;
	font-family:'Raleway', sans-serif;
	border-width:0px;
	text-align:center;
	
}
#copy {
	position:absolute;
	left:2%;
	bottom:40px;
	width:auto;
	height:auto;
}
#social {
	position:absolute;
	right:2%;
	bottom:40px;
	width:auto;
	height:auto;
}
#social a {
	text-decoration:none;
}
footer a[href^="tel:"] {
	color:#000;
	text-decoration:none;
}
footer a[x-apple-data-detectors] {
  color: #000 !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
/*////////////// ACCORDION  ///////////////*/
.collapse-content {
	display:flex;
}
.collapse a {
    display: block;
    color:#000;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
	line-height:140%;
    padding: 0.9rem 1.8rem;
    position: relative;
	text-decoration:none;
}
.collapse a:hover {
	color:#0e7ea3;
}

.inner-content {
	opacity:0;
	padding: 0rem 1.8rem 1.8rem 1.8rem;
	height:auto;
	max-height:0;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;    
  	transition: all .5s ease;	
}
.inner-content p {
	margin-top:0;
	margin-bottom:0;
}
.collapse + .collapse a {
    border-top: 1px solid #000;
}
.acc-open {
	opacity:1;
    height:auto;
	max-height:2000px;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;    
  	transition: all 1s ease;
}

/*////////////// BLOG  ///////////////*/
body.blog header {
	position:relative;
	width:100%;
	height:auto;
	padding:80px 0;
	border-width:2px 0px 0px 0px;
	border-style:solid;
	border-color:#000;
	z-index:0;
	margin:0;
}
body.blog #mast {	
	position:relative;	
	width:52%;
	height:auto;
	margin:0 auto;
	text-align:center;
	z-index:1;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);	
}
body.blog #mast img {
	position:relative;
	width:100%;
	height:auto;
}
#blognav {
	background:#f7f7f5;
	padding:1rem 2%;
	overflow:visible;
	z-index:4;
}
body.blog #main {
	background:#f7f7f5;
	z-index:3;
}
a.cat {
	position:relative;
	display:inline-block;
	font-family:'Raleway', sans-serif;
	font-size:1rem;
	text-transform:uppercase;
	margin-right:1rem;
}
#archdrop {
	position:relative;
	float:right;
	display:inline-block;	
	text-align:left;
	width:30%;
	background:#fff;
	border:1px solid #000;
	margin-left:2rem;
	overflow: visible;
	padding:0;
}
.content2 {  
    max-height: 0;
	overflow: hidden;
	position:absolute;
	top:100%;
	left:0;
	width:100%;	
	height:auto;
	background:#fff;
	border:0px solid #000;
	z-index:100000;
	-webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;    
  	transition: all .5s ease-out;
}
#archdrop.open .content2 {  
	max-height: 2000px;
	border:1px solid #000;
	-webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;    
  	transition: all 1s ease-out;
}
.inner-content2 {
	position:relative;
	background:#fff;
	padding: 0 9px;
	clear:both;
}
#archdrop a {
	position:relative;
	display:block;
	font-family:'Raleway', sans-serif;
	font-size:14px;	
	text-decoration:none;
	padding: 9px;
	line-height:100%;
}
#archdrop a:before {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-size:1rem;
    font-style: normal;
    font-weight: 900;
    color:#000;
    position: absolute;
    top: 9px;
    right: 1rem;	
}
#archdrop.open a:before {
    content: "\f00d";
    font-family: 'Font Awesome 5 Free';
    font-size:1rem;
    font-style: normal;
    font-weight: 900;
    color:#000;
    position: absolute;
    top: 9px;
    right: 1rem;	
}
#archdrop .content2 ul {
	position:relative;
	clear:both;
	list-style-type:none;
	padding:0;
	margin:0;
	width:100%;
	height:auto;
	background:#fff;
}
#archdrop .content2 ul li {
	position:relative;
	clear:both;
	width:100%;	
	margin:0;
}
#archdrop .content2 ul li a {
	display:block;
	width:100%;
	padding:9px 0px;
	margin:0;
	text-transform:uppercase;
}
#archdrop .content2 ul li a:before {
    content: "";
	display:none;
}


#blogsearch {
	position:relative;
	float:right;
	display:inline-block;
	width:45%;
	background:#fff;
	border:1px solid #000;
	padding:0;
	overflow:hidden;
	line-height:100%;
}
#search-field {
	width:55%;
	position:relative;
	float:left;
	background:#fff;
	padding: 9px;
	font-size:14px;
	color:#000;
	font-family:'Raleway', sans-serif;
	border-width:0px;	
	line-height:100%;
}
#search-submit {
	position:relative;
	float:left;
	width:45%;
	background:#0e7ea3;
	padding: 9px;
	color:#fff;
	font-family:'Raleway', sans-serif;
	font-size:14px;
	border:1px solid #0e7ea3;
	text-align:center;
	overflow:hidden;
	margin:0;
	cursor:pointer;
	line-height:100%;
	box-shadow:none;
	outline:none;
}

body.blog article {
	position:relative;
	float:left;
	clear:both;
	background:#fff;
	width:100%;
	margin-bottom:4rem;
	padding:0;
}
.blogpost {
	position:relative;
	float:left;
	width:40%;
	margin-left:50%;
	padding:3rem 0;
	background:#fff;
}
.blogpost p {
	font-size:.9rem;
}
.feature-photo {
	position:absolute;
	display:block;
	background:#dededa;
	top:0;
	left:0;
	width:40%;
	height:100%;
	overflow:hidden;
}
.feature-photo figure {
	padding:0;
	margin:0;
	height:100%;
}
.feature-photo figure img {
	height:100%;
	width:auto;
	max-width:none;
	min-width:100%;
	position:absolute;
	left:50%;
	top:0;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	transform:translateX(-50%);
}
h2.blogtitle a {
	text-decoration:none;
}
a.readmore {
	display:block;
	color:#0e7ea3;
	font-size: .9rem;
}
#blog-share {
	background:#f7f7f5;
	padding:50px 0px;
}
#social-icon-bar {
	position:relative;
	float:left;
	clear:both;
	margin-bottom:120px;
	width:100%;
}
#related-bar {
	position:relative;
	float:left;
	clear:both;
	width:100%;
	padding:25px 0 0 0;
	border-top:1px solid #000;
}
#tag-bar {
	position:relative;
	float:left;
	clear:both;
	width:100%;
	padding:25px 0 0 0;
}
a.share-icon {
	position:relative;
	display:inline-block;
	background:#eee;
	border:1px solid rgba(0,0,0,.6);
	padding:5px 9px;
	font-size:.8rem;
	line-height:normal;
	text-align:center;
	float:left;
	margin-right:.3rem;
	border-radius:.25rem;
	text-decoration:none;
}
a.share-icon i {
	font-size:.85rem;
	margin-right:4px;
}
.rel-quarter {
	position:relative;
	float:left;
	width:25%;
	margin-right:12.5%;
}
.rel-quarter:nth-of-type(3) {
	margin-right:0;
}
.rel-quarter a {
	color:#0e7ea3;
	font-size: 14pt;
}
#blog-share a {
	color:#0e7ea3;
}
#comment-section {
	position:relative;
	float:left;
	width:100%;
	padding:25px 0 0 0;
	border-top:1px solid #000;
	margin:25px 0;
}
#comment-section h3 {
	color:#0e7ea3;
	margin-top:0;
	font-size:1.1rem;
	line-height:normal;
}
#comment-section img.avatar {
	width:32px;
	height:32px;
	max-width:32px;
	}
#comment-section ol.commentlist {
	counter-reset: my-counter;
  list-style: none;
  padding-left: 40px;
	}
#comment-section ol.commentlist li {	
  	counter-increment: my-counter;
  	position: relative;
	padding:1rem;
	background:rgba(255,255,255,.1);
	width:100%;
	border:1px solid rgba(0,0,0,.5);
	margin-bottom:1.5rem;
	}
ol li::before {
  content: counter(my-counter);
  color: #0e7ea3;
  font-size: 1.1rem;
  font-family: span, serif;
  font-weight: 600;
  position: absolute;  
  left:-2rem;  
  top: 1rem;  
}
#comment {
	width:100%;
	height:auto;
	min-height:7rem;
	font-family:'Raleway', sans-serif;
	font-size: 1rem;
	line-height:normal;
	padding:1rem;
	border:1px solid rgba(0,0,0,.7);
}
#submit {
	position:relative;
	float:left;
	clear:both;
	width:30%;
	margin-left:35%;
	margin-top:2rem;
	padding:.75rem 1rem;
	background:#fff;
	border:2px solid #000;
	font-size:.9rem;
	color:#000;
	font-family:'Raleway', sans-serif;
	line-height:normal;
	text-align:center;
	text-transform:uppercase;
	cursor:pointer;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;    
  	transition: all .5s ease;
}
#submit:hover {
	background:#dededa;
}
p.comment-form-author label,
p.comment-form-email label,
p.comment-form-url label {
	display:inline-block;
	width:15%;
	margin-right:2rem;
}
#commentform input[type="text"]{
	display:inline-block;
	width:50%;
	padding:.5rem;
	background:#fff;
	border:1px solid rgba(0,0,0,.7);
}
.pagination {
	position:relative;
	float:left;
	clear:both;
	width:100%;
	text-align:left;
	margin:2rem 0;
	text-transform:uppercase;
	font-size:1.2rem;
	line-height:normal;
}
.pagination span {
	background:transparent;
	color:#000;
	padding:.75rem 1.25rem .75rem 0rem;
	border:0px solid #000;
	margin-right:.5rem;
}
.pagination span.current {
	display:inline-block;
	background:transparent;
	color:#000;
	padding:.75rem 1.25rem;
	text-align:center;
	margin:0 .25rem;
	border:1px solid #000;
	font-weight:600;
}
.pagination a.inactive {
	display:inline-block;	
	padding:.75rem 1.25rem;
	text-align:center;
	margin:0 .5rem;	
	background:#dededa;
	border:1px solid #000;
	color:#0e7ea3;
	text-decoration:none;
	font-weight:600;
	}

/*////////////// CONTACT FORM  ///////////////*/
#contact-form {
	position:relative;
	float:left;
	width:100%;
	clear:both;
	padding:0;
	margin:0;
}
.formwrap {
	position:relative;
	float:left;
	width:100%;
	clear:both;
	padding:0;
	margin:0 0 1rem 0;
	font-size: 1rem;
}
#contact-form input[type=text],
#contact-form input[type=email],
#contact-form textarea {
	position:relative;
	float:left;
	clear:both;
	width:100%;
	padding:.75rem 1rem;
	background:#f7f7f5;
	border:1px solid rgba(0,0,0,.3);
	font-size:1rem;
	color:#000;
	font-family:'Raleway', sans-serif;
	line-height:normal;
}
.oneof2 {
	position:relative;
	width:48%;
	margin-right:4%;
	float:left;
	overflow:hidden;
}
.twoof2 {
	position:relative;
	width:48%;
	margin-right:0%;
	float:left;
}
.oneof2 span,
.twoof2 span {
	position:relative;
	float:left;
	clear:both;
	text-align:left;
	font-size:.8rem;
}
#contact-form textarea {
	height:auto;
	min-height:7rem;
}
#contact-form input[type=submit]{
	position:relative;
	float:left;
	clear:both;
	width:20%;
	margin-left:40%;
	margin-top:2rem;
	padding:.75rem 1rem;
	background:#fff;
	border:3px solid #000;
	font-size:.8rem;
	color:#000;
	font-family:'Raleway', sans-serif;
	line-height:normal;
	text-align:center;
	text-transform:uppercase;
	cursor:pointer;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;    
  	transition: all .5s ease;
}
#contact-form input[type=submit]:hover {
	background:#dededa;
}
#contact-form label {
	font-size: 1rem;
}
input[type="radio"]{
      display: none;
    }
input[type="radio"] + label span {
      display: inline-block;
      width: 20px;
      height: 20px;
      background: transparent;
      vertical-align: middle;
      border: 2px solid #dededa;
      border-radius: 50%;
      padding: 2px;
      margin:0 5px;
    }
input[type="radio"]:checked + label span {
      width: 20px;
      height: 20px;
      background: #0e7ea3;
      background-clip: content-box;
    }  
div.wpcf7-response-output {
	position:relative;
	float:left;
	clear:both;
	width:100%;
	height:auto;
}
/*////////////// LIGHTBOX  ///////////////*/
.featherlight .featherlight-content{
	width:50%;
	height:0!important;
	padding-top:28.125%;
	overflow:hidden;
}
.featherlight-content iframe{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
}
/*/////////////SLIDEBOX NAV ///////////////////////*/
.sb-slidebar {
	background:#dededa;
	padding:1rem;
}

.sb-slidebar ul {
	position:relative;
	list-style-type:none;
	margin:0;
	padding:0;
}
.sb-slidebar ul li {
	float:left;
	clear:both;
	text-align:left;
	padding:0;
	margin:0;
	color:#fff;
	border-bottom:1px solid rgba(0,0,0,.3);
	width:100%;
}

.sb-slidebar ul li a {
	color:#000;
	display:block;
	width:100%;
	font-size:1rem;
	padding:7px;
	text-decoration:none;
}
.sb-slidebar ul li a:hover {
	color:#0e7ea3;
	-webkit-transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	transition: all 0.23s ease-in-out;
}
.sb-slidebar ul li ul li{
	padding-left:1rem;	
	border-bottom:0px solid #000;
}
#dropper {
	position:relative;
	color:#000;
	font-size:1rem;
	padding:7px;
	cursor:pointer;
	overflow:visible;
}
#dropper:hover {
	color:#0e7ea3;
}
#dropper:after {
	content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-size:1rem;
    font-style: normal;
    font-weight: 900;
    color:#000;
	display:inline-block;
	position:absolute;
	right:10px;
	top:7px;
	width:auto;
	height:auto;	
}
#dropper.dropped:after {
	content: "\f00d";
    font-family: 'Font Awesome 5 Free';
    font-size:1rem;
    font-style: normal;
    font-weight: 900;
    color:#000;
	display:inline-block;
	position:absolute;
	right:10px;
	top:7px;
	width:auto;
	height:auto;	
}
#drop {
	max-height:0px;
	overflow:hidden;
	margin:0;
	padding:0;
	-webkit-transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	transition: all 0.23s ease-in-out;
}
#drop.dropped {
	height:auto;
	max-height:3000px;
	-webkit-transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	transition: all 0.23s ease-in-out;
}
/*/////////////PRELOADER ///////////////////////*/ * 

.preload {
	position:absolute;
	left:-9999px;
	bottom:-5px;
	height:5px;
	width:5px;
	visibility:hidden;
	overflow:hidden;
}
