/* CSS Document */
.csst,
.csst:hover,
.csst *,
.csst:hover * {
	-webkit-transition: all 0.165s ease;
	-moz-transition: all 0.165s ease;
	-ms-transition: all 0.165s ease;
	-o-transition: all 0.165s ease;
	transition: all 0.165s ease;
}

.header {
	position: relative;
	height: 115px;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
}
.header .logo {
	position: absolute;
	top: 20px;
	left: 25px;
}
.header .phone {
    position: absolute;
    bottom: 34px;
    right: 30px;
    font-size: 25px;
    font-weight: 700;
    color: #01561f;
}
.header .utility {
    position: absolute;
    top: 10px;
    right: 20px;	
	font-size: 0px;
}
.header .utility > a,
.header .utility > span {
	display: inline-block;
	position: relative;
	margin: 0 0;
	padding: 3px 15px;
	font-size: 13px;
    color: #01561f;
	text-transform: uppercase;
	text-decoration: none;
}
.header .utility > a:hover,
.header .utility > span:hover {
    color: #01561f;
	text-decoration: none;
	background: #eee;	
}
.header .utility .fa {
	font-size: 15px;	
}
.header .utility ul {
	display: none;
	position: absolute;
    top: 22px;
    right: 0px;
    padding: 3px 0;
    background: #eee;
    width: 159px;
    list-style-type: none;
    z-index: 1001;
}
.header .utility > span:hover ul { display: block; }
.header .utility ul li {
	
}
.header .utility ul li a {
	font-size: 12px;
    padding: 5px 15px;
    display: block;
    text-decoration: none;
	background: #eee;
}
.header .utility ul li a:hover {
	background: #e6e6e6;
}
.header .search {
	position: absolute;
	right: 265px;
	top: 51px;
	height: 26px;
	width: 205px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.header .search .input {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 147px;
	background: transparent;
	border: 0;
	height: 24px;
	line-height: 24px;
	padding: 0 12px;
	color: #212121;
	font-size: 13px;
	font-style: oblique;
}
.header .search #simpleSearch_submit-search {
	border: 0;
	height: 26px;
	width: 32px;
	position: absolute;
	top: 0px;
	left: auto;	right: 0;
	background: #000;
	opacity: 0;
	z-index: 2;
}
.header .search i.fa {
    border: 0;
    height: 26px;
    width: 32px;
    line-height: 26px;
    position: absolute;
    top: 0px;
    left: auto;
    right: 0px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #979181;
}
.header .search #simpleSearch_submit-search:hover + i.fa {
    color: #fff;
    background: #bdb5a0;
    cursor: pointer;
}

.mainNav {
	background: #e6e6e6;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	z-index: 1000;
}
.mainNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.mainNav ul > li {
	float: left;
	position: relative;
}
.mainNav ul > li.menu-item-has-children > a:after {
    content: "\f0d7";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 10px;
    height: 10px;
    line-height: 10px;
    position: absolute;
    bottom: 1px;
    left: 50%;
    margin-left: -5px;
    color: #bdb5a0;
	font-size: 13px;
}
.mainNav ul > li > a {
	display: block;
	font-size: 16px;
	color: #01561f;
	text-decoration: none;
/*	padding: 9px 24px;		*/
    padding: 9px 15px;
}
.mainNav ul > li:hover > a,
.mainNav ul > li > a:hover {
	background: #d6d6d6;
}
.mainNav ul > li.menu-item-has-children:hover > a:after {
    color: #01561f;
}
.mainNav ul > li > ul {
	display: none;
	position: absolute;
	top: 36px;
	left: 0;
	background: #d6d6d6;
	box-shadow: 0 10px 10px -10px rgba(0,0,0,0.6);
	width: 220px;
	height: auto;
	padding: 0 0 5px;
	z-index: 1001;
}
.mainNav ul > li:hover > ul {
	display: block;
}
.mainNav ul > li > ul > li {
	float: none;
}
.mainNav ul > li > ul > li > a {
	font-size: 14px;
	text-transform: none;
	background: #d6d6d6;
}
.mainNav ul > li > ul > li:hover > a,
.mainNav ul > li > ul > li > a:hover {
	background: #fff;
}
.mainNav ul > li > ul > li > ul {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	background: #fff;
	box-shadow: 0 10px 10px -10px rgba(0,0,0,0.6);
	width: 220px;
	height: auto;
	padding: 0 0 5px;
	z-index: 1001;
}
.mainNav ul > li > ul > li:hover > ul {
	display: block;
}
.mainNav ul > li > ul > li > ul > li {
	float: none;
}
.mainNav ul > li > ul > li.menu-item-has-children > a:after {
    content: "\f0da";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 10px;
    height: 10px;
    line-height: 10px;
    position: absolute;
    top: 13px;
    left: auto;
    right: 9px;
    margin-left: 0px;
    color: #979181;
	font-size: 16px;
}
.mainNav ul > li > ul > li > ul > li > a {
	font-size: 14px;
	text-transform: none;
	background: #fff;
}
.mainNav ul > li > ul > li > ul > li:hover > a,
.mainNav ul > li > ul > li > ul > li > a:hover {
	background: #eee;
}


.footer {
	background: #273e26 url(/wp-content/themes/RS-topspot/images/RSlogos-footer.png) center 15px no-repeat;
	font-size: 0;
	text-align: center;
	padding: 80px 0 0;
	border-top: 4px solid #c5c5c5;
}
.footer .addy {
	display: inline-block;
	vertical-align: top;
	margin: 0 2.5em 30px;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	color: #a6b7a4;
	text-align: left;
	font-size: 11px;
	line-height: 1.7em;
}
.footer .addy strong {
	color: #979181;
	font-weight: 900;
	font-size: 1.2em;
	border-bottom: 1px solid #979181;
	display: block;
    margin: 0 0 7px;
}
.footer .addy strong + br { display: none; }
.footer .addy > span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.8em;
    min-width: 50px;
    color: #979181;
}
.footer .copy {
	background: #192719;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	color: #a6b7a4;
	padding: 1.35em;
	font-size: 12px;
	letter-spacing: 0.5px;
}
.footer div {
	display: inline;
}

div#green-sidebar { position: relative; }
.home .rs-entry-header { display: none; }
div#green-sidebar-image { background: #fff !important; }


div#primary { float: left; }
.home div#primary { float: none; }
.page-template-pdf-iframe-viewer div#primary { float: none; }


.comment-form {
	background: #e6e6e6;
    border-radius: 5px;
    padding: 10px 15px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;	
}
.comment-form input[type=text], 
.comment-form input[type=email], 
.comment-form input[type=number], 
.comment-form input[type=tel], 
.comment-form select, 
.comment-form textarea {
	display: inline-block;
    width: auto;
    height: 28px;
    background: #fff;
    padding: 10px 5px;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 1em;
    border: 1px solid #ccc;
    border-radius: 3px;	
}
.comment-form textarea {
	height: 81px;
	max-height: 140px;	
	padding: 0 5px;
}
.comment-form input[type=submit] {
	display: inline-block;
    width: 210px;
    max-width: 70%;
    margin: 0 auto 0px;
    height: 32px;
    background: #66845e;
    color: #fff;
    text-align: center;
    line-height: 28px;
    text-decoration: none;
    border-radius: 5px;
    border: 0;
    border-bottom: 4px solid #42573c;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;	
}
.comment-form input[type=submit]:hover {
	background: #7a9e70;
    cursor: pointer;
}
.comment-form label {
    display: inline-block;
    font-size: 11px;
    padding: 0 0 0 3px;
    margin: 0 1em 3px 0;
	vertical-align: top;
	min-width: 60px;
}
.comment-notes { margin: 0 0 1em; }
.comments-title { font-size: 13px; }


.postImg img,
.catImg img {
	width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0;	
}
