/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: Please read: tidythemes.com/concept. BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Version: 2019.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2019 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}body{line-height:1}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}



a.burger {
    font-size: 40px;
    position: fixed;
    z-index: 2;
    padding: 15px;
    top: 0.5%;
    right: 4%;
    background: none;
}

ul#menu-menu-2 li {
    padding: 10px;
    border-bottom: 1px solid;
    text-align: left;
    text-transform: uppercase;
}

.menu-menu-1-container ul {
    margin: 15px 0px;
}

a.burger {
    display: none;
}

img {
    max-width: 100vw;
}

.mySlides p {
    margin: 0px!important;
}

.post p, .post ul {
    font-size: 16px;
    line-height: 1.5em;
}
	
.sidebox ul li {
    font-size: 14px;
    line-height: 1.7em;
}


/************************************************************************
Mobile Styles
*************************************************************************/

@media only screen and (max-width: 980px) {
	
a.burger {
    display: block;
}
	
	.sidebox {
    max-width: 100vw;
}
	
.center {
    width: 100vw!important;
    margin: 0!important;
}
	
div#myLinks {
    position: fixed;
    z-index: 3;
    width: 100%;
    background: white;
}

.slideshow-container {
    max-width: 100vw!important;
    margin: 0px!important;
}

div#myLinks {
    -webkit-box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.29);
    -moz-box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.29);
    box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.29);
}

div#main {
    width: 100%!important;
}

div#sidebar {
    width: 100%!important;
}

div#content-wrap {
    max-width: 88vh;
}


body {
    overflow-x: hidden;
}

.post {
    width: 100vw;
}
	

	
div#sidebar {
    width: 70vh!important;
    float: none!important;

}

nav#menu {
    display: none;
}	
	
}


/************************************************************************
-) Slider: only the following lines are necceassary for slider styling,
   rest of the css file styles the demo page
*************************************************************************/
.aviaslider{ 
height:320px; 	/*this changes the height of the image slider*/
width:730px;
overflow: hidden;
position: relative;
background: #fff url(../images/layout/preload.gif) center center no-repeat;
}

  [data-component="slideshow"] .slide {
    display: none;
  }

  [data-component="slideshow"] .slide.active {
    display: block;
  }

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

h1.entry-title {
    display: none!important;
}

.numbertext {
    display: none;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 10px;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.aviaslider li, .aviaslider .featured{
display: block;
width:100%;
height:100%;
position: absolute;
top:0;
left:0;
z-index: 1;
}

ul#menu-menu-1 li a {
    float: left;
    display: block;
    padding: 3px 12px;
    color: #58595B;
    background-color: #fafafa;
    text-decoration: none;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #DADADA;
}

.twoj_slideshow__stage {
    height: 400px!important;
}

ul#menu-menu-1 li {
    display: inline!important;
}



#container {
    background: #044257;
}

ul#menu-menu-1 {
    position: absolute;
    right: 268px;
    top: 108px;
    font: normal 1.3em arial, sans-serif;
    color: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
}

#header {
    border-bottom: 5px solid #d1e021;
}

.js_active .aviaslider li, .js_active .aviaslider .featured{
display:none;
}

.aviaslider img, .aviaslider a img, .aviaslider a{
border:none;
text-decoration: none;
}

.slidecontrolls{
display:none;
}

.slidecontrolls a{
display:none;}

.slidecontrolls a:hover, .slidecontrolls .active_item{
display:none;;
}


.feature_excerpt{
width:730px;
position: absolute;
display: block;
bottom: 0;
left:0;
z-index: 2;
padding:14px 15px;
font-size: 11.5px;
line-height:1.5em;
cursor: pointer;
background: #000;
color: #fff;
}

.feature_excerpt strong{
display: block;
font-size: 15px;
padding-bottom: 3px;
}
.wpcf7-form input, .wpcf7-form textarea {
    max-width: 100%;
}

* { padding: 0; margin: 0; }

body { margin: 0; padding: 0;font: normal 73%/1.5em arial, sans-serif; color: #A7A9AC; background: #fff url(bg.jpg) repeat-x; text-align: center;}

/* links */
a {
	background: inherit;
	color: #58595B;
	text-decoration: none;
}
a:hover {
	background: inherit;
	color: #034257;
	text-decoration: none;
}

/* headers */
h1, h2, h3 { font: normal 1em arial, sans-serif; }
h1 {
	font-size: 1.4em;
	color: #58595B;
}
h2 { font-size: 1.2em; text-transform: uppercase; }
h3 { font-size: 1.2em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;		
}

/* images */
img {
	padding: 0px;
	background: #FFF;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 3px solid #72A545;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px; 	padding: 0 0 0 20px;  	
  	background-color: #FAFAFA; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #72A545;  
	font: bold 1.2em/1.5em arial, sans-serif; 
	color: #666666;	
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px 15px;	
}
th strong {
	color: #fff;
}
th {
	background: #28903a;
	height: 29px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	/* border-left: 1px solid #FFE1C3; */
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */

/* form elements */
form {
	margin:10px 15px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em arial, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em arial, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em arial, sans-serif; 
	background: #FFF url(gradientbg.jpg) repeat-x; 
	padding: 2px 3px; 
	color: #333;	
	border: 1px solid #DADADA;	
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	margin: 0; padding: 0;	
}
.searchform p { margin: 10px; padding: 0; }
.searchform input.textbox { 
	width: 130px;
	color: #333; 
	height: 20px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 12px arial, sans-serif; 
	color: #333;	
	width: 60px;
	height: 26px;
	border: 1px solid #DADADA;
	padding: 3px 5px;	
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/

#header-content, #content, #footer-content {
	width: 760px;
}

/* header */
#header {
	height: 70px!important;
	text-align: left;	
}
#header-content {	
	margin: 0 auto; padding: 0;
	position: relative;
}
#header-content h1#logo {
	position: absolute;
	font: bold 45px arial, sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the logo */
	top: 5px;
	left: 1px;
}
#header-content h1#logo a {
	text-decoration: none;
	color: #FFF;
}
#header-content #slogan {
	position: absolute;	
	font: bold 12px arial, sans-serif;
	text-transform: none;
	color: #FFF;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 55px; left: 40px;
}

/* header menu */
#header-content ul {
	position: absolute;
	right: 1px;
	top: 40px;
	font: normal 1.3em arial, sans-serif;
	color: #fff;
	list-style: none;
	margin: 0;
	padding: 0;
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 3px 12px;
	color: #58595B;
	background-color: #fafafa;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DADADA;
}
.current-link {
    color: #FFFFFF!important;
    background-color: #034257!important;
}
#header-content li a#current  {
	color: #FFF;
	background-color: #034257;
}

.center{ /*center content area */
position: relative;
margin:0 auto;
width:820px;
}

/* header photo */
.headerphoto { margin: 0 auto; width: 770px; height: 344px; padding: 15px 10px 10px 10px;}
.headerphoto2 { margin: 0 auto; width: 770px; height: 344px; padding: 15px 10px 10px 10px; background: #FFF url(map.jpg) no-repeat center; }
.headerphoto3 { margin: 0 auto; width: 770px; height: 344px; padding: 15px 10px 10px 10px; background: #FFF url(leasing.jpg) no-repeat center; }
.headerphoto4 { margin: 0 auto; width: 770px; height: 344px; padding: 15px 10px 10px 10px; background: #FFF url(team.jpg) no-repeat center; }

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
}
#content {
	text-align: left;	
	padding: 0;
	margin: 0 auto;	
}

/* sidebar */
#sidebar {
	float: right;
	width: 30%;
	margin: 0 0 10px 0; padding: 0;	
}	
#sidebar h1 {
	padding: 10px 0px 5px 10px;
	margin: 0;	
	font: normal 1.3em arial, sans-serif;
}
.sidebox {
	background: #F5F5F5;
	border: 1px solid #EFEDED;
	margin-bottom: 10px;
}

/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	font-size:10px;
	margin: 10px 0 15px 0;
	padding: 0;
	background: #F2F2F2;			
}
#sidebar ul.sidemenu li {
	padding: 0px 10px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #58595B;
	padding:.3em 0 .3em 15px;
	border-bottom: 1px dashed #D4D4D4;
	text-decoration:none;
		min-height:25px!important;
}
#sidebar ul.sidemenu a.top{	
	border-top: 1px dashed #D4D4D4;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	color: #A7A9AC;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #034257;
}

/* main */
#main {
	float: left;
	width: 68%;	
	margin: 0 0 10px 0; padding: 0;	
}
#main2 {
	float: left;
	width: 100%;	
	margin: 0 0 10px 0; padding: 0;	
}

#main h1 {
	padding: 10px 0px 12px 5px;
	margin: 0 0 0 10px;
    border-bottom: 1px solid #b5b4b4;	
	font: normal 1.5em arial, sans-serif;
}

#main2 h1 {
	padding: 10px 0px 12px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #f2f2f2; 	
	font: normal 1.5em arial, sans-serif;
}

#main ul li {
    list-style-type: disc;
}

a.post-edit-link {
    display: none;
}

#main2 ul li {
    list-style-type: disc;
}


.post {
	margin: 0; padding: 0;
	background: #FFF url(gradientbg.jpg) repeat-x;
}
.post .post-footer {
	background-color: #FAFAFA;
	border: 1px solid #f2f2f2;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
}
.post .post-footer .date {
	background: url('clock.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .comments {
	background: url('comment.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .readmore {
	background: url('page.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* footer */
#footer { clear: both; margin: 0; padding: 0; font: normal .95em/1.6em arial, sans-serif; text-align: left;	}

#footer h1, #footer p { margin-left: 0px; }

#footer-content { border-top: 1px solid #EAEAEA; margin: 0 auto; padding-left: 15px; }
#footer-content a { text-decoration: none; color: #777;	}
#footer-content a:hover { text-decoration: underline; color: #034257; }
#footer-content ul { list-style: none; margin: 0; padding: 0; }
#footer-content .col { width: 110px; padding-top: 0; padding-right: 5px; padding-bottom: 30px; padding-left: 10px; }
#footer-content .col2 { width: 200px; padding-top: 0; padding-right: 5px; padding-bottom: 30px; padding-left: 20px; }
#footer-content p { float: right; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }

p.note {border:1px dashed #BDBBB1;padding:4px 9px;background:#EDEDEB;color:#58595B}

[aria-current] {
    color: #FFF!important;
    background-color: #034257!important;
    transition: .3s!important;
}
.slideshow-container {
    transform: scale(1.01) translate(0px, 2px);
}
strong {
    font-weight: 600;
}
