/*
Theme Name: Point Ruston
Theme URI: http://arcmediastudios.com/
Author: Dan @ Arc Media Studios
Author URI: http://grilldan.com/
Description: Custom responsive WordPress theme developed for Point Ruston by Arc Media Studios.
Version: 1.0
*/

/*********/
/* RESET */
/*********/
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

/************/
/* ELEMENTS */
/************/
html {
    background: #7ea4b8;
    color: #6d6e70;
    font-size: 18px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}
html, body {
	width: 100%;
    min-width: 320px;
	max-width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
}
a {
    text-decoration: none;
    transition: color .2s ease-in-out;
    color: #1d3160;
}
p {
    margin: 0 0 10px;
    line-height: 1.3em;
}
ol li {
    list-style: decimal inside none;
}
ol li ol li {
    list-style: lower-alpha inside none;
}
ol li ul li {
    list-style: disc inside none;
}
li li, ol li {
    padding: 0 0 0 25px;
}
article {
    overflow: hidden;
}
h1 {
    font-size: 30px;
    color: #1d3160;
}
iframe {
    background: #FFF;
    width: 100%;
}
strong {
	font-weight: 700;
}
table {
	width: 100%;
}
th{
	font-weight: bold;
	text-transform: uppercase;
}
td {
	vertical-align: middle;
	text-align: center;
	width: 100%;
	float: left;
}
td, th {
	padding: 9px;
}
/********/
/* MAIN */
/********/
#container {
    min-height: 100%;
    position: relative;
    width: 100%;
}
#container.open {
    right: 200px;
}
#inner {
    background: none repeat scroll 0 0 #fff;
    height: auto;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
#top {
    height: 100px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 100%;
    z-index: 999;
}
#top .wrapper {
    box-sizing: border-box;
    width: 95%;
}
#logo {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    height: 32px;
    overflow: hidden;
}
#logo:hover img {
    margin: -32px 0 0;
}
#logo img {
	width: 80%;
	height: auto;
}
#header {
    width: 100%;
    height: 300px;
    background: none bottom center;
    background-size: cover;
}
.post-type-archive-tribe_events #header {
    background-image: url(/wp-content/uploads/2017/05/160723_pointruston_116.jpg) !important;
    background-size: cover !important;
}
#header .header-background {
    background: url(images/bg_header_top.png) repeat-x 0 0;
    height: 100%;
    width: 100%;
}
#sharethis {
    padding: 10px 0;
    width: 100%;
    height: 70px;
}
#sharethis .wrapper {
	padding: 0;
}
#sharethis h2 {
    float: left;
    text-transform: uppercase;
    font-size: 20px;
    padding: 6px 6px 12px 0;
	width: 100%;
}
#main {
    width: 100%;
    background: #FFF;
}
#main .wrapper, #content {
    overflow: hidden;
}
#content {
    background: #FFF;
}
#footer {
    width: 100%;
    background: #002E62 url(images/bg_footer-3.png) no-repeat top center;
    background-size: auto 100%;
    color: #FFF;
    height: auto;
    padding: 0 0 10px;
    margin: 67px 0 0;
    clear: both;
}
#footer .wrapper {
	padding: 0;
}
#footer-icon {
    position: absolute;
    top: -27px;
    left: 50%;
    margin-left: -47px;
}
#footer .address {
    float: none;
    font-size: 15px;
    margin: 0 auto;
    padding: 80px 0 0;
    text-transform: uppercase;
    width: 230px;
    padding-left: 10px;
}
#footer .address span {
	text-transform: none;
	font-size: 13px;
}
#footer .social {
    float: none;
    margin: 0 auto;
    padding: 40px 0 20px;
    width: 220px;
}
#footer .social li {
    display: block;
    height: auto;
    line-height: 90%;
    min-height: 50px;
    overflow: hidden;
    width: auto;
}
#footer .social a {
    color: #FFF;
    font-size: 14px;
    margin: 0 20px 10px 0;
    display: block;
    line-height: 16px;
    transition: none;
}
#footer .social a:hover {
    text-decoration: none;
    color: #00adef;
}
#footer .social a span {
    font-size: 12px;
    font-style: italic;
    padding: 0 0 10px;
}
#footer .social .ico {
    display: block;
    height: 33px;
    float: left;
    background: url(images/ico_social_lrg.png) 0 0 no-repeat;
    padding: 0;
}
#footer .social .facebook .ico {
    width: 17px;
    margin: 0 12px 20px 10px;
}
#footer .social .facebook:hover .ico {
    background-position: 0 -33px;
}
#footer .social .twitter .ico {
    width: 35px;
    background-position: -17px 0;
    margin: 0 4px 20px 0;
}
#footer .social .twitter:hover .ico {
    background-position: -17px -33px;
}
#footer .social .instagram .ico {
    width: 32px;
    background-position: -52px 0;
    margin: 0 7px 20px 0;
}
#footer .social .instagram:hover .ico {
    background-position: -52px -33px;
}
/********/
/* MENU */
/********/
.mobile-menu {
    background: url(images/ico_nav.png) no-repeat 84px 0;
    color: #fff;
    display: block;
    font-size: 27px;
    height: 19px;
    line-height: 21px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 10px;
    width: 110px;
    transition: none !important;
}
.mobile-menu:hover {
    background-position: 84px -19px;
    text-decoration: none;
    color: #e6a93a;
}
#menu {
    background: none repeat scroll 0 0 #7ea4b8;
    height: auto;
    left: auto;
    margin: 0;
    position: absolute;
    right: -200px;
    top: 0;
    width: 200px;
    z-index: 9999;
    text-transform: uppercase;
}
#menu .wrapper {
    width: 180px;
	padding: 0;
}
#menu a {
    display: block;
    color: #FFF;
    margin: 10px 0;
    padding: 0 10px;
    font-size: 22px;
}
#menu li {
    margin: 0;
}
#menu li ul {
    display: none;
}
#menu li.open ul {
    display: block;
}
#social-sm {
    float: left;
    position: relative;
    width: 100%;
    padding: 0 0 10px 10px;
}
#social-sm li {
    float: left;
    margin: 0 7px 0 0;
    padding: 0 0 0 10px;
}
#social-sm li a {
    background: url(images/ico_social_sm.png) no-repeat 0 0;
    height: 18px;
    display: block;
    margin: 0;
    padding: 0 !important;
}
#social-sm a.facebook {
    width: 9px;
}
#social-sm a.facebook:hover {
    background-position: 0 -18px;
}
#social-sm a.twitter {
    width: 20px;
    background-position: -9px 0;
}
#social-sm a.twitter:hover {
    background-position: -9px -18px;
}
#social-sm a.instagram {
    width: 17px;
    background-position: -29px 0;
}
#social-sm a.instagram:hover {
    background-position: -29px -18px;
}
#social-sm a.google {
    width: 16px;
    background-position: -46px 0;
}
#social-sm a.google:hover {
    background-position: -46px -18px;
}
/**************/
/* NEWSLETTER */
/**************/
#newsletter {
    background: #e7e7e8;
    height: 185px;
    position: absolute;
    right: 3%;
    top: 100px;
    width: 260px;
}
html #newsletter h2 {
    background: #002d62;
    color: #fff;
    margin: 0;
    padding: 5px 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    height: auto !important;
}
#newsletter p {
    color: #002d62;
    margin: 0;
    padding: 15px 0 0;
    text-align: center;
    line-height: 1em;
    left: 0 !important;
    top: 0 !important;
}
#newsletter input[type=email] {
    font-size: 16px;
    padding: 5px;
    width: 70%;
}
/********/
/* HOME */
/********/
#homestrip {
    width: 100%;
    background: #002E62 url(images/PR_Coin_Logo_Homestrip-3.png) no-repeat top center;
    background-size: 180px;
    background-repeat: no-repeat;
    background-position: center;
    color: #FFF;
    text-align: center;
    padding: 15px 0px;
}
#homestrip h2 {
    margin: 0px 0px 5px;
    padding: 0px;
    font-size: 35px;
    font-weight: 900;
    font-style: italic;
    letter-spacing: 1px;
    opacity: .5;
    font-family: MinionPro-It;
}
#homestrip p {
    font-size: 21px;
    font-style: italic;
    letter-spacing: 1px;
    opacity: .5;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    font-family: MinionPro-It;
}
.home #newsletter {
    top: 7%;
    height: 213px;
}
#header {
    background-size: cover;
    height: 425px;
    width: auto;
}
#homeslides {
    width: 100%;
    background: #E7E7E7;
    overflow: hidden;
    text-transform: uppercase;
}
#homeslides a {
    color: #6d6e70;
}
#homeslides .wrapper-wrapper {
    margin: 0 0 0 30px;
    overflow: hidden;
    width: 265px;
}
#homeslides .wrapper {
    overflow: hidden;
	padding: 0;
}
#homeslides .wrapper-inner {
    width: 10000px;
}
#homeslides .wrapper-inner div {
    float: left;
    height: 100%;
    width: 265px;
    margin: 30px 30px 30px 0;
}
#homeslides .wrapper-inner div.textwidget {
    margin: 0;
}
#homeslides .wrapper-inner div.textwidget img {
    width: 265px;
    height: auto;
}
#homeslides .wrapper div h2 {
    display: table-cell;
    font-size: 30px;
    height: 58px;
    text-align: center;
    vertical-align: bottom;
    width: 265px;
}
#homeslides .wrapper-inner div.textwidget {
    margin: 0;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 1.2em;
}
#homeslides .ctrl {
    width: 18px;
    height: 35px;
    display: block;
    background: url(images/arrows_home.png) 0 0 no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -17px;
}
#homeslides .ctrl.homeslides-next {
    right: 0;
    background-position: -18px 0;
}
.home h1, .home h2 {
    text-align: center;
    margin: 40px 0 30px 0;
    font-size: 27px;
    text-transform: uppercase;
}
.home #sidebar {
    margin: 50px 0 0;
    border-top: 1px solid #747474;
}
.home #main .wrapper p {
    margin: 0 0 18px;
}
.recent-posts li {
    overflow: hidden;
    margin: 0 0 20px;
    line-height: 100%;
}
.recent-posts .thumbnail {
    width: 220px;
    height: 130px;
    float: left;
    margin: 0 20px 0 0;
    overflow: hidden;
    display: none;
    text-align: center;
}
.home #sidebar .thumbnail img {
    height: 100%;
    width: auto;
}
.home #content .btn {
    margin: 10px 0 0;
}
.home #sidebar .btn {
    padding: 10px 50px;
}
.home #main .btn {
    padding: 10px 5px;
}
.home #sidebar ol li, .home #sidebar ul li {
    padding: 0;
}
.recent-posts .post-title a {
    color: #1d3160;
    margin: 0 0 20px;
    display: block;
    font-size: 24px;
}
.recent-posts .post-excerpt {
    color: #000;
	font-size: 18px;
}
.recent-posts .post-date, .recent-posts .post-title {
    text-transform: uppercase;
}
.recent-posts .post-date {
    line-height: 1.1em;
}
.home .entry-content iframe {
    height: 260px;
}
.home #sidebar .post-title {
    display: inline-block;
    margin: 0;
    width: 100%;
}
.home .entry-content h2 {
	margin: 50px 0 20px;
}
.home #main .wrapper, .home #sidebar .wrapper {
	padding: 0 20px;
}
/**********/
/* PAGEs */
/*********/
.page h1 {
    padding: 30px 0 20px;
    text-transform: uppercase;
}
.page p {
    font-size: 18px;
}
.contact-left, .contact-right {
	width: 100%;
	float: none;
}
.contact-left div.alignleft {
	font-size: 14px !important;
    padding: 0 0 10px;
    width: 50%;
}
.contact-left input[type=text], .contact-left select {
    width: 90%;
	border: 1px solid #CCC;
	background: transparent;
}
.page #main article, .page #sharethis .wrapper {
    padding: 0 20px;
}
/*************************/
/* APTs, CONDOs, & HOMEs */
/*************************/
.home-listing {
    width: 100%;
    padding: 0 0 50px 0;
}
.home-listing h2 {
    font-size: 30px;
    padding: 20px 0;
    text-transform: uppercase;
}
.home-listing img {
    width: 100%;
    height: auto;
}
.home-listing p {
    margin: 0;
    font-size: 20px;
}
.home-listing h3 {
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 20px;
    font-style: italic;
}
.home-listing-ctrl {
    margin: 20px;
    overflow: hidden;
}
.home-listing-ctrl label {
    display: none;
}
.home-listing-ctrl select {
    color: #6d6e70;
    width: 225px;
    font-size: 14px;
    border: none;
    background: none;
    cursor: pointer;
}
.home-listing-title a {
    color: #6d6e70;
}
.home-listing-ctrl select, .home-listing-ctrl p {
    padding: 5px;
    float: left;
}
.home-listing-ctrl p {
    margin-right: 3%;
}
.home-listing-ctrl select:nth-of-type(2) {
    margin: 0 3%;
}
.home-listing-thumbnail {
    display: none;
}
.home-listing-ctrl .btn {
    border: none;
    cursor: pointer;
    padding: 6px 50px;
    margin: 0 0 0 3%;
}
.home-listing-count {
    font-size: 1.2em;
    font-style: italic;
    margin: 20px 0;
}
.apt-condo-listings #main .btn {
    padding: 10px;
	font-size: 14px;
}
/***************/
/* SINGLE HOME */
/***************/
#home-listing-right, #home-location, #home-location iframe {
    width: 320px;
    margin: 0 auto;
}
#home-listing-wrapper {
    clear: both;
    margin: 0 auto;
    overflow: hidden;
}
#home-location {
    padding: 20px 0 0;
    float: none;
}
#home-location h2 {
    font-size: 22px;
    padding: 0 0 20px;
    text-transform: uppercase;
}
#home-listing-agent {
    float: none;
    margin: 20px 0 0;
    width: 100%;
    height: 170px;
    overflow: hidden;
}
#home-listing-agent .textwidget {
    background: #e7e7e8;
    overflow: hidden;
    position: relative;
}
#home-listing-agent .textwidget img {
    float: left;
    width: 126px;
    height: auto;
}
#home-listing-agent .textwidget p {
    float: right;
    font-size: 15px;
    margin: 10px 15px 0 0;
    overflow: hidden;
    width: 163px;
}
#home-listing-agent .textwidget p a.btn {
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
.single-apartments .post-title,
.single-condominiums .post-title,
.single-homes .post-title {
    font-size: 32px;
    text-transform: uppercase;
    margin: 20px 0 0;
}
.home-listing-details, .home-listing-company {
    font-size: 20px;
    margin: 0;
}
.home-listing-company {
    font-style: italic;
    margin: 0 0 20px;
}
.home-ammenities {
    margin: 20px 0;
    overflow: hidden;
	padding: 0 20px;
	font-size: 16px;
}
.home-ammenities h2 {
    text-transform: uppercase;
    margin: 0 0 10px;
    font-size: 24px;
}
.home-ammenities li {
    line-height: 200%;
    width: 50%;
    float: left;
    font-size: 1.2em;
}
.home-ammenities li:nth-child(2n+1) {
    width: 75%;
}
.home-ammenities li:nth-child(2n) {
    width: 25%;
}
.home-layout {
    text-align: center;
    width: 100%;
}
.home-layout img {
    width: 100%;
    height: auto;
}
.home-layout .btn {
    padding: 10px 15px;
}
/* Contact Widget */
.home-contact-form {
    margin: 20px 0;
    font-size: 12px;
}
.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.tabs li{
	background: #77787b;
    color: #FFF;
    display: inline-block;
    padding: 10px 9px;
    cursor: pointer;
    margin: 0;
    border-bottom: none;
}
.tabs li:last-child {
    color: #FFF;
	background: #1d3160;
}
.tab-content{
    display: none;
    padding: 15px;
}
.tab-content.current{
    display: inherit;
}
#tab-1 {
	background: #77787b;
}
#tab-2 {
	background: #e7e7e8;
}
/* CForm Builder Overide  */
.contactform11, .contactform12 {
    width: 96% !important;
}
.wdform-element-section  {
    width: 320px !important;
}
.button-submit {
    background: #1d3160 !important;
    padding: 2px 50px !important;
    margin: 0 !important;
}
.button-reset {
    display: none !important;
}
#contact-agent {
	display: none;
}
/************************/
/* BLOG & RIGHT SIDEBAR */
/************************/
.blog #main article, .archive #main article {
    margin: 0 0 100px;
	padding: 0 20px;
}
.blog #sharethis .wrapper {
	padding: 0 20px;
}
.blog h1, .single-post h1, .archive h1, .right-sidebar h1 {
    margin: 0 0 10px;
    padding: 0 0 1px;
}
.right-sidebar h1 {
    padding: 0;
}
.blog #content, .single-post #content, .archive #content, .right-sidebar #content  {
    margin: 20px 0 0;
}
.blog #sidebar .wrapper div, .single-post #sidebar .wrapper div, .archive #sidebar .wrapper div, .right-sidebar #sidebar .wrapper div {
    margin: 0 0 10px;
}
.blog #sidebar .wrapper .hfeed div, .single-post #sidebar .wrapper .hfeed div, .archive #sidebar .wrapper .hfeed div, .right-sidebar #sidebar .wrapper .hfeed div {
    margin: 0;
}

.blog #sidebar h2, .single-post #sidebar h2, .archive #sidebar h2, .right-sidebar #sidebar h2 {
    color: #1d3160;
    text-transform: uppercase;
}
#sidebar .widget {
    background: #e6e7e8;
    padding: 10px;
}
.entry-featured-image {
    height: auto;
    max-height: 400px;
    overflow: hidden;
    margin: 0 0 10px;
}
.entry-summary {
    margin: 0 0 20px;
    font-size: 16px;
}
.entry-featured-image img {
    height: auto;
    width: 100%;
}
.entry-content h2 {
    margin: 15px 0 10px;
    font-size: 1.6em;
}
.entry-content h3 {
	font-size: 1.2em;
	font-weight: 700;
	color: #1d3160;
	padding: 5px 0;
}
.entry-content a {
	font-weight: 700;
}
.entry-content ul, .entry-content ol {
	list-style: outside;
	line-height: 1.3em;
	margin: 0 0 0 30px;
}
.entry-content ol {
	margin: 0 0 0 20px;
}
.entry-content li {
	padding: 0 0 10px;
}
.entry-content img.alignleft {
    margin: 0 20px 20px 0;
}
#sidebar ol li {
    list-style: none;
}
#sidebar h4 {
    font-size: 1.2em;
}
ol.hfeed h4 {
    text-transform: uppercase;
}
#sidebar ol li, #sidebar ul li, #sidebar h4 {
    padding: 0 0 10px;
}
#sidebar .thumbnail img {
    width: 100%;
    height: auto;
}
#sidebar .widget iframe.twitter-timeline, #sidebar .widget .fb_iframe_widget iframe {
    width: 300px !important;
}
#sidebar .tribe-events-widget-link {
    text-align: center;
}
#sidebar .tribe-events-widget-link a, #sidebar .btn {
    padding: 5px 10px;
}
#sidebar .duration {
    font-size: .8em;
}
#sidebar h2 {
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    padding: 0 0 10px;
}
.search-form input.search-field {
    border: 1px solid #ccc;
    padding: 6px 5px;
    width: 107px;
}
.search-form input.search-submit {
    margin: 0 0 0 -2px !important;
    padding: 5px !important;
}
.single article.post .entry-content img {
  height: auto;
  width: 100%;
}
/**************/
/* BUSINESSES */
/**************/
.retail-listings #main{
    background: url('/wp-content/uploads/2017/05/tenant-page-background-1.jpg') no-repeat;
    background-size: cover !important;
}
.retail-listings #footer {
    position: relative;
}
.retail-listing {
    width: 100%;
    overflow: hidden;
    margin: 0 0 20px;
}
.retail-listing-ctrl {
    margin: 20px 0;
    overflow: hidden;
}
.retail-listing-ctrl label {
    display: none;
}
.retail-listing-ctrl select {
    color: #6d6e70;
    font-size: 14px;
    border: none;
    background: none;
    cursor: pointer;
    padding: 5px;
    float: left;
    width: 225px;
}
.retail-listing-ctrl .btn {
    width: 100%;
    margin-bottom: 20px;
    color: #002E62;
    background-color: #FFFFFF;
}
.retail-listing-ctrl .map-btn {
    margin: 0 15px;
}
.retail-listing-ctrl .btn.active {
    background: #00adef;
    color: #FFF;
}
.retail-listing-ctrl .btn:hover {
    background-color: #00adef;
    color: #FFF;
    transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
}
.retail-listing-ctrl .btn:focus, .retail-listing-ctrl .btn:active {
    outline: none;
}
.retail-listing-ctrl .styled-select {
    width: 100%;
}
.retail-listing-count {
    font-size: 1.5em;
    font-style: italic;
    margin: 20px 0;
}
.retail-listing-thumbnail {
    display: none;
}
.retail-listing h2 {
    font-size: 40px;
    padding: 0 0 20px;
    text-transform: uppercase;
}
.retail-listing img {
    width: 100%;
    height: auto;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.retail-listing:hover img {
    width: 100%;
    height: auto;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.retail-thumbnail {
    width: 100%;
    float: left;
    margin: 0 20px 20px 0;
}
.reatil-listing-desc {
    padding: 0 0 20px;
}

.retail-listings #sharethis {
    background: #002e62;
}
.retail-listings #sharethis h2 {
    color: #FFFFFF;
}
.retail-listings #main .wrapper {
    background-color: #002e62;
    padding: 0  30px;
}
/*Retail*/
.row{
    margin-left: -15px;
    margin-right: -15px;
    box-sizing: border-box;
}
.col-md-3{
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    box-sizing: border-box;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.col-md-6{
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    box-sizing: border-box;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
@media only screen and (max-width: 1020px)  {
    .col-md-3{
        width: 50%;
    }
    .col-md-6 {
        width: 100%;
    }
}







/************/
/* BUSINESS */
/************/
.single-retail #content {
    overflow: hidden;
}
#retail-location {
    margin: 50px 0;
}
#retail-location h2 {
    font-size: 22px;
    padding: 0 0 20px;
    text-transform: uppercase;
}
.single-retail .post-title {
    font-size: 36px;
    text-transform: uppercase;
    margin: 20px 0 0;
}
.retail-types, .retail-special-title {
    text-transform: uppercase;
}
.retail-address, .retail-contact {
    font-style: italic;
}
.retail-special-title {
    padding: 100px 0 0;
}
.retail-description h3 {
    font-size: 24px;
    padding: 10px 0;
    text-transform: uppercase;
}
.retail-website {
    margin: 50px 0 0;
}













/**************/
/* ART */
/**************/
.single-art p.nocomments {
    display: none;
}
.art-listing {
    width: 100%;
    overflow: hidden;
    margin: 0 0 20px;
}
.art-listing-ctrl {
    margin: 20px 0;
    overflow: hidden;
}
.art-listing-ctrl label {
    display: none;
}
.art-listing-ctrl select {
    color: #6d6e70;
    font-size: 14px;
    border: none;
    background: none;
    cursor: pointer;
    padding: 5px;
    float: left;
    width: 225px;
}
.art-listing-ctrl .btn {
    border: none;
    cursor: pointer;
    padding: 6px 50px;
    margin: 0 0 0 3%;
}
.art-listing-ctrl .styled-select {
    width: 100%;
}
.art-listing-count {
    font-size: 1.5em;
    font-style: italic;
    margin: 20px 0;
}
.art-listing-thumbnail {
    display: none;
}
.art-listing h2 {
    font-size: 40px;
    padding: 0 0 20px;
    text-transform: uppercase;
}
.art-listing img {
    width: 100%;
    height: auto;
}
.art-thumbnail {
    width: 100%;
    float: left;
    margin: 0 20px 20px 0;
}
.reatil-listing-desc {
    padding: 0 0 20px;
}

.art-listing-desc {
    padding: 0 0 20px;
}

/************/
/* ART */
/************/
.single-art #content {
    overflow: hidden;
}
#art-location {
    margin: 50px 0;
}
#art-location h2 {
    font-size: 22px;
    padding: 0 0 20px;
    text-transform: uppercase;
}
.single-art .post-title {
    font-size: 36px;
    text-transform: uppercase;
    margin: 20px 0 0;
}
.art-types, .art-special-title {
    text-transform: uppercase;
}
.art-address, .art-contact {
    font-style: italic;
}
.art-special-title {
    padding: 100px 0 0;
}
.art-description h3 {
    font-size: 24px;
    padding: 10px 0;
    text-transform: uppercase;
}
.art-website {
    margin: 50px 0 0;
}


.single-art .entry-date {
	display: none;
}













/**********/
/* SLIDES */
/**********/
.has-slides .entry-date, .has-slides .wrapper-inner, .has-slides .gallery-ctrls {
    display: none;
}
.has-slides #image-gallery-preview {
    background-size: cover;
    margin: 0;
    height: 300px;
}
.has-slides #home-gallery {
    width: 100%;
}
.has-slides #home-gallery .wrapper {
    background: none;
	padding: 0;
	width: 100%;
}
.has-slides #home-gallery .ctrl {
    top: 43%;
}
.has-slides .entry-content {
    padding: 20px 0 0;
}
/***********/
/* CLASSES */
/***********/
.float-r, .alignright {
    float: right;
}
.float-l, .alignleft {
    float: left;
}
.aligncenter {
    margin: 0 auto;
    text-align: center;
}
.hide {
    display: none;
}
.clear {
    clear: both;
}
.t-center {
    text-align: center;
}
.wrapper {
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    width: 320px;
}
.copyright {
    font-size: .8em;
    text-align: center;
    text-transform: uppercase;
}
.btn, .tribe-events-widget-link a, .search-form input.search-submit {
    background: #1d3160;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 10px 50px;
    text-transform: uppercase;
}
.styled-select {
    background: url(images/bg_select.png) no-repeat 97% 50%;
    border: 1px solid #747474;
    float: left;
    margin: 0 1% 1% 0;
    max-width: 200px;
    overflow: hidden;
    width: 100%;
}
/*************/
/* ROLLOVERS */
/*************/
#menu a, a.btn:hover, .home-listing-title a:hover {
    text-decoration: none;
}
.btn:hover, .tribe-events-widget-link a:hover, .search-form input.search-submit:hover {
	background: #00adef;
	color: #FFF;
}
#menu .menu a:hover, a:hover, .recent-posts .post-title a:hover {
	color: #00adef;
}
/*************/
/* LASSOPLUS */
/*************/
.lassoform > input {
    margin: 3px;
    width: 40%;
}
.lassoform textarea {
    border: 0 none;
    box-sizing: border-box;
    margin: 1%;
    padding: 5px;
    width: 98%;
    font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 1em;
    width: 98%;
    height: 100px;
    margin: 1% 1% 2% 1%;
}
#contact-agent .lassoform textarea {
    width: 90%;
}
/****************/
/* PAGE GALLERY */
/****************/
#arc-gallery {
    width: 100%;
}
#arc-gallery .wrapper {
    width: 100%;
    background: #77787b;
	min-width: 320px;
	padding: 0;
}
#image-gallery-preview {
    width: 100%;
    height: 400px;
    margin: 0 0 20px;
    background: no-repeat center;
    background-size: cover;
}
#arc-gallery img {
    width: 45px;
    height: auto;
    max-height: 80px;
}
#arc-gallery .wrapper-inner {
    width: 240px;
    margin: 0 auto;
    overflow: hidden;
}
#arc-gallery .image-gallery {
    width: 10000px;
}
#arc-gallery .ctrl, #home-gallery .ctrl {
    width: 17px;
    height: 32px;
    display: block;
    background: url(images/arrows_gallery_preview.png) no-repeat scroll 8px center #fff;
    position: absolute;
    top: 30%;
    padding: 10px;
    opacity: .7;
}
#arc-gallery .ctrl.preview-gallery-next, #home-gallery .ctrl.preview-gallery-next {
    background-position: -20px center;
    right: 0;
}
#arc-gallery .wrapper-inner {
    position: relative;
}
#arc-gallery .gallery-ctrl {
    background: url(images/arrows_gallery.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 45px;
    height: 37px;
    left: -8px;
    padding: 0;
    position: absolute;
    width: 27px;
}
#arc-gallery .gallery-ctrl.gallery-next {
    background-position: -32px 0;
    left: auto;
    right: -7px;
}
#arc-gallery .gallery-ctrls {
    bottom: 0;
    margin: 20px auto 0;
    position: relative;
    width: 290px;
}
#arc-gallery .image-gallery li {
    display: inline-block;
    margin: 0;
    padding: 0 20px 20px 0;
}
#arc-gallery .image-gallery a {
    display: block;
    position: relative;
}
#arc-gallery .image-gallery a img {
    display: block;
}
/****************/
/* FULL GALLERY */
/****************/
.full-page-gallery {
    overflow-x: hidden;
}
.full-page-gallery #inner {
    overflow: visible;
}
.full-page-gallery, .full-page-gallery #inner, .full-page-gallery #header {
    height: 100%;
}
.full-page-gallery #header {
    background-size: cover;
}
.full-page-gallery #footer-icon {
    display: none;
}
#gallery-ctrls a {
    position: absolute;
    top: 50%;
    margin: -27px 0 0;
    display: block;
    background: #FFF;
    padding: 10px;
}
#gallery-ctrls a span {
    display: block;
    height: 35px;
    width: 18px;
    background: url(images/arrows_home.png) no-repeat 0 0;
}
#gallery-ctrls a.prev {
    left: 0;
}
#gallery-ctrls a.next {
    right: 0;
}
#gallery-ctrls a.next span {
    background-position: -18px 0;
}
#bottom {
    height: 154px;
    margin-top: -38px;
}
#gallery-play {
    padding: 10px 10px 5px;
    width: 190px;
    background: rgb(57,79,90);
    background: rgba(57,79,90,.6);
    color: #FFF;
    position: relative;
    font-size: 24px;
}
#gallery-play a {
    display: none;
    width: 25px;
    height: 25px;
    background: url(images/ico_gallery.png) 0 0;
    position: absolute;
    top: 10px;
    right: 10px;
}
#gallery-play a.pause {
    background-position: -25px 0;
}
#gallery-play a.active {
    display: block;
}
#carousel {
    background: #cfdee5;
    height: 110px;
    width: 100%;
    overflow: hidden;
}
#carousel a {
    display: block;
}
#carousel li {
    display: inline-block;
    margin: 10px 5px;
    overflow: hidden;
    width: 90px;
    height: 90px;
}
#carousel li img {
    width: auto;
    height: 90px;
}
.full-page-gallery #footer {
    margin: 0;
}
/**********/
/* SEARCH */
/**********/
.pagination h2 {
	font-weight: 700;
	padding: 0 0 10px;
}
.pagination .page-numbers {
	font-size: larger;
}

/**********/
/* Form Change */
/**********/
.home-contact-form #tab-1 {
    padding: 0px;
}
.home-contact-form #tab-1 h2 {
    background: #002d62;
    color: #fff;
    margin: 0;
    padding: 20px 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
}
.home-contact-form #tab-1 form.lassoform {
    padding: 10px;
    background: #e7e7e8;
}
.home-contact-form #tab-1 form.lassoform input[type="text"], .home-contact-form #tab-1 form.lassoform input[type="email"] {
    width: 65%;
    position: relative;
    left: 5px;
}
.home-contact-form #tab-1 .form-group {
    padding: 7px;
}
.home-contact-form #tab-1 label {
    color: #000;
    width: 25% !important;
    display: block;
    float: left;
    top: 4px;
    position: relative;
    text-align: right;
}
.home-contact-form #tab-1 form.lassoform .aligncenter {
    padding: 10px;
}
.home-contact-form #tab-1 form.lassoform input.btn {
    background-color: #CF2A27;
    font-size: 18px;
}
/****************/
/* MEDIA QURIES */
/****************/
@media screen and (min-width: 360px) {
    /********/
    /* MAIN */
    /********/
	#logo {
		height: 39px;
	}
	#logo img {
		width: 100%;
	}
	#logo:hover img {
		margin: -39px 0 0;
	}
    /**********/
    /* PAGEs */
    /*********/
	.page #main article, .page #sharethis .wrapper {
		padding: 0;
	}
    /*************************/
    /* APTs, CONDOs, & HOMEs */
    /*************************/
	.home-listing-ctrl {
		margin: 20px 0;
	}
html #newsletter h2 {
    font-size: 20px;
}
#newsletter p {
    font-size: 14px;
}
}
@media screen and (min-width: 460px) {
    /************/
    /* ELEMENTS */
    /************/
	h1 {
		font-size: 45px;
	}
    /********/
    /* MAIN */
    /********/
	#sharethis {
		height: 50px;
	}
	#sharethis h2 {
		width: auto;
	}
	#footer .address {
		float: left;
		margin: 0 0 20px;
		font-size: 15px;
		text-transform: uppercase;
	}
	#footer .social {
		float: right;
		padding: 80px 0 20px;
		width: 220px;
	}
    /********/
    /* HOME */
    /********/
	#homeslides .wrapper-wrapper, #homeslides .wrapper-inner div, #homeslides .wrapper div h2, #homeslides .wrapper-inner div.textwidget img {
		width: 400px;
	}
    /*****************/
    /* APTs & CONDOs */
    /*****************/
	.home-listing h2 {
		font-size: 40px;
	}
    /***************/
    /* SINGLE HOME */
    /***************/
	#home-listing-right, #home-location, #home-location iframe {
		width: 460px;
	}
	#home-listing-agent .textwidget p {
		margin: 20px 30px 20px 0;
		width: 280px;
	}
	/* Contact Widget */
	.home-contact-form {
		font-size: 19px;
	}
	.tabs li {
		font-size: 12px;
	}
	.home-ammenities {
		padding: 0;
	}
	#home-listing-right .wrapper {
		padding: 0;
	}
    /************************/
    /* BLOG & RIGHT SIDEBAR */
    /************************/
	.blog #main article, .archive #main article, .blog #sharethis .wrapper {
		padding: 0;
	}
	#sidebar .widget iframe.twitter-timeline, #sidebar .widget .fb_iframe_widget iframe {
		width: 440px !important;
	}
    /***********/
    /* CLASSES */
    /***********/
	.wrapper {
		width: 460px;
	}
	.styled-select {
		width: 31%;
	}
    /*************/
    /* LASSOPLUS */
    /*************/
	.lassoform textarea {
		width: 411px;
	}
}
@media screen and (min-width: 500px) {
    /****************/
    /* PAGE GALLERY */
    /****************/
	#arc-gallery .wrapper-inner {
		width: 430px;
	}
	#arc-gallery .gallery-ctrls {
		width: 470px;
		margin: 0 auto;
	}
	#arc-gallery img {
		width: 93px;
	}
}
@media screen and (min-width: 800px) {
    /************/
    /* ELEMENTS */
    /************/
    html, #menu a {
        font-size: 16px;
    }
    h1 {
        font-size: 40px;
    }
	td {
		width: auto;
		float: none;
	}
    /********/
    /* MAIN */
    /********/
    #header {
        height: 335px;
        background-position: bottom left;
    }
    .wrapper, #homeslides .wrapper, #home-gallery, #home-listing-wrapper, #home-listing-right, #home-location, .single-retail #content, .single-art #content {
        width: 730px;
    }
    #footer .social {
        width: 270px;
    }
    #footer .social a {
        font-size: 17px;
        line-height: 19px;
    }
    #footer .social a span {
        font-size: 14px;
    }
    #footer .social .facebook .ico {
        margin: 0 22px 24px 10px;
    }
    #footer .social .twitter .ico {
        margin: 0 14px 24px 0;
    }
    #footer .social .instagram .ico {
        margin: 0 17px 24px 0;
    }
    #main .wrapper, #content {
        overflow: visible;
    }
    /**************/
    /* NEWSLETTER */
    /**************/
    #newsletter {
        top: 120px;
    }
    html #newsletter h2 {
        font-size: 20px;
    }
    #newsletter p, #newsletter input[type=email] {
        font-size: 14px;
    }
    /********/
    /* HOME */
    /********/
	.home #main .wrapper, .home #sidebar .wrapper {
		padding: 0;
	}
    .home #newsletter {
        height: 180px;
        top: 150px;
    }
    #header {
        height: 500px;
        width: 100%;
    }
    .home #content {
        overflow: hidden;
        padding: 20px 0 0;
    }
    #homeslides .wrapper-wrapper {
        width: 660px;
        margin: 0 0 0 40px
    }
    #homeslides .wrapper div h2 {
        font-size: 35px;
        height: 86px;
    }
    #homeslides .wrapper-inner div {
        height: auto;
        width: 307px;
        margin: 30px 25px 30px 5px;
    }
    #homeslides .wrapper-inner div.textwidget {
        font-size: 22px;
    }
    #homeslides .wrapper-inner div.textwidget img {
        width: 307px;
    }
    .home #main .wrapper img {
        width: 100%;
        height: auto;
    }
    .recent-posts .thumbnail {
        display: block;
    }
    .recent-posts .post-title a {
        font-size: 20px;
        margin: 0 0 10px;
    }
    .home .entry-content iframe {
        width: 695px;
        height: 393px;
    }
    .home #sidebar .post-title {
        width: 490px;
    }
	.home .entry-content h2 {
		margin: 0 0 20px;
	}
	.recent-posts .post-excerpt {
		font-size: 14px;
	}
    /**********/
    /* PAGEs */
    /*********/
    .page p {
        font-size: 16px;
    }
	.contact-left {
		width: 65%;
		float: left;
	}
	.contact-right {
		width: 30%;
		float: right;
	}
    /*************************/
    /* APTs, CONDOs, & HOMEs */
    /*************************/
    .apt-condo-listings #main {
        overflow: hidden;
    }
    .home-listing {
        width: 48%;
        float: right;
    }
    .home-listing:nth-child(even) {
        float: left;
    }
    .home-listing h2 {
        font-size: 31px;
    }
    .home-listing p {
        font-size: 19px;
    }
    .home-listing h3 {
        font-size: 16px;
    }
    .home-thumbnail {
        height: 230px;
        overflow: hidden;
    }
    /***************/
    /* SINGLE HOME */
    /***************/
    #home-location {
        float: left;
    }
    #home-location, #home-location iframe {
        width: 370px;
    }
    #home-listing-agent {
        float: left;
        margin: 20px 0 0 20px;
        width: 340px;
        height: 135px;
    }
    .home-contact-form {
        float: left;
        width: 370px;
        font-size: 15px;
    }
    .home-layout {
		float: right;
		padding: 0 20px;
		text-align: center;
		width: 320px;
    }
    .home-ammenities {
        float: left;
        width: 340px;
        padding: 0 0 0 20px;
    }
    #home-listing-agent .textwidget img {
        width: 100px;
    }
    #home-listing-agent .textwidget p {
        width: 200px;
        margin: 5px 30px 18px 0;
    }
    .single-apartments .post-title,
	.single-condominiums .post-title,
	.single-homes .post-title {
        font-size: 27px;
    }
    html .single-apartments #content,
	html .single-condominiums #content,
	html .single-homes #content {
        margin: 0;
        overflow: visible;
    }
    html .single-apartments #main,
	html .single-condominiums #main,
	html .single-homes #main {
        float: right;
        width: 340px;
    }
    html .single-apartments #main .wrapper,
	html .single-condominiums #main .wrapper,
	html .single-homes #main .wrapper {
        width: 100%;
    }
    .home-listing-details, .home-listing-company {
        font-size: 18px;
    }
    .home-layout img {
        width: 350px;
    }
    /************************/
    /* BLOG & RIGHT SIDEBAR */
    /************************/
    .blog h1, .single h1, .right-sidebar h1 {
        padding: 0 0 6px;
    }
    .blog #content, .single-post #content, .archive #content, .right-sidebar #content {
        margin: 0 auto;
        overflow: hidden;
        width: 730px;
    }
    .blog #main, .single-post #main, .archive #main, .right-sidebar #main {
        width: 66%;
        float: left;
        margin: 0;
    }
    .blog #main h2, .single-post #main h2, .archive #main h2, .right-sidebar #main h2 {
        font-size: 28px;
    }
    .blog #sidebar, .single-post #sidebar, .archive #sidebar, .right-sidebar #sidebar {
        float: right;
        width: 30%;
    }
    .blog #main .wrapper, .blog #sidebar .wrapper,
    .single-post #main .wrapper, .single-post #sidebar .wrapper,
    .archive #main .wrapper, .archive #sidebar .wrapper,
    .right-sidebar #main .wrapper, .right-sidebar #sidebar .wrapper {
        width: 100%;
        margin: 0;
        float: left;
    }
    #sidebar h2 {
        font-size: 1.4em;
    }
    #sidebar .widget .fb_iframe_widget iframe {
        border-bottom: 1px solid #aaa !important;
        height: 743px !important;
        width: 199px !important;
    }
    /**************/
    /* BUSINESSES */
    /**************/
    .retail-listings #main {
        overflow: hidden;
    }
    .retail-thumbnail {
        height: auto;
        overflow: hidden;
    }
    .retail-listing h2 {
        font-size: 31px;
    }
    /************/
    /* BUSINESS */
    /************/
    .single-retail #content {
        margin: 0 auto;
    }
    #retail-location {
    }
    #retail-location iframe {
    }
    .single-retail .post-title {
        font-size: 27px;
    }
    .retail-listing-left, .retail-listing-right {
        float: left;
        width: 48%;
    }
    .retail-listing-right {
        float: right;
    }
    .retail-special-title {
        padding: 20px 0 0;
    }
    .retail-description h3 {
        font-size: 20px;
    }
    /**************/
    /* Arts */
    /**************/
    .art-listings #main {
        overflow: hidden;
    }
    .art-thumbnail {
        height: 430px;
        overflow: hidden;
    }
    .art-listing h2 {
        font-size: 31px;
    }
    /************/
    /* Art */
    /************/
    .single-art #content {
        margin: 0 auto;
    }
    #art-location {
    }
    #art-location iframe {
    }
    .single-art .post-title {
        font-size: 27px;
    }
    .art-listing-left, .art-listing-right {
        float: left;
        width: 48%;
    }
    .art-listing-right {
        float: right;
    }
    .art-special-title {
        padding: 20px 0 0;
    }
    .art-description h3 {
        font-size: 20px;
    }
    /**********/
    /* SLIDES */
    /**********/
    .has-slides #image-gallery-preview {
        height: 400px;
    }
    /*************/
    /* LASSOPLUS */
    /*************/
    .lassoform textarea {
        width: 322px;
    }
    /****************/
    /* PAGE GALLERY */
    /****************/
    #arc-gallery {
        margin: 0 auto;
    }
    #arc-gallery .gallery-ctrls {
        width: 700px;
    }
    #arc-gallery .wrapper-inner  {
        width: 665px;
    }
    #arc-gallery img {
        width: 150px;
        max-height: 120px;
    }
    #arc-gallery .gallery-ctrls {
        bottom: 20px;
    }
    #arc-gallery .image-gallery li {
        padding: 0 15px 20px 5px;
    }
    /****************/
    /* FULL GALLERY */
    /****************/
    .full-page-gallery #inner {
        overflow: hidden;
    }
    .full-page-gallery #container, .full-page-gallery #inner, .full-page-gallery #header {
        height: 100%;
    }
    .full-page-gallery #footer {
        display: none;
    }
    #bottom {
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 100%;
        height: 44px;
        margin: 0;
    }
}
@media screen and (min-width: 1020px) {
    /************/
    /* ELEMENTS */
    /************/
    html {
        font-size: 14px;
    }
    h1 {
        font-size: 36px;
    }
    /********/
    /* MAIN */
    /********/
    #main .wrapper {
        overflow: hidden;
    }
    #footer .social a {
        line-height: 21px;
    }
    /********/
    /* MENU */
    /********/
    .toggle-mobile {
        display: none;
    }
    #menu {
        background: none;
    }
    #menu .wrapper {
        width: 1020px;
    }
    #menu .mobile-menu, #menu li ul {
        display: none;
    }
    .menu-primary-container {
        position: absolute;
        right: 115px;
        top: 15px;
    }
    #social-sm {
        height: 20px;
        left: auto;
        position: absolute;
        right: 0;
        top: 22px;
        width: 118px;
    }
    #menu {
        font-size: 18px;
        margin: 0;
        right: auto;
        top: 0;
        width: 100%;
    }
    #menu li {
        float: left;
        margin: 0 15px 0 0;
        position: relative;
    }
    #menu li a {
        padding-bottom: 20px;
    }
    #menu li:hover ul {
        display: block;
        left: 50%;
    }
    #menu .sub-menu:before {
        border-bottom: 16px solid #1d3160;
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        content: "";
        display: block;
        height: 0;
        left: 50%;
        margin: 0 0 0 -16px;
        overflow: visible;
        position: absolute;
        top: -15px;
        width: 0;
    }
    #menu .sub-menu {
        top: 45px;
        background: #1d3160;
        left: -999em;
        margin: 0 0 0 -122px;
        padding: 10px 18px;
        position: absolute;
        transition: opacity 0.25s ease-out 0s;
        width: 214px;
    }
    #menu .sub-menu a {
		color: #FFF;
        padding: 0;
        margin: 0;
    }
    #menu .sub-menu li {
        border-top: 1px solid #ddd8cc;
        font-size: 15px;
        padding: 5px 10px 5px 0;
        width: 204px;
    }
    #menu .sub-menu li:first-child {
        border-top: 0 none;
    }
    #social-sm li {
        float: left;
        margin: 0 7px;
        padding: 0;
    }
    /**************/
    /* NEWSLETTER */
    /**************/
    #newsletter {
        margin-right: -450px;
        right: 50%;
        height: 170px;
    }
    html #newsletter h2 {
        font-size: 20px;
    }
    #newsletter p, #newsletter input[type=email] {
        font-size: 14px;
    }
    /********/
    /* HOME */
    /********/
    .home #newsletter {
        height: 170px;
    }
    #header {
        height: 485px;
    }
    #homeslides .wrapper-wrapper {
        margin: 0 0 0 30px;
        width: 970px;
    }
    #homeslides .wrapper-inner div {
        height: 290px;
        width: 207px;
        margin: 30px 45px 30px 0;
    }
    #homeslides .wrapper-inner div.textwidget {
        font-size: 15px;
    }
    #homeslides .wrapper-inner div.textwidget img {
        margin: 10px 0;
        width: 207px;
    }
    #homeslides .wrapper div h2 {
        display: table-cell;
        height: 58px;
        width: 207px;
        font-size: 23px;
    }
    .wrapper, #top .wrapper, #homeslides .wrapper {
        width: 1020px;
    }
    .home #sidebar {
        border: none;
    }
    .home #main, .home #sidebar {
        width: 50%;
        float: left;
        margin: 0;
    }
    .home #main .wrapper, .home #sidebar .wrapper {
        width: 510px;
        margin: 0;
        float: left;
    }
    .home #main .wrapper {
        float: right;
        box-sizing: border-box;
        padding: 0 21px 0 0;
    }
    .home #sidebar .wrapper {
        box-sizing: border-box;
        padding: 0 0 0 24px;
    }
    .home #main .wrapper img {
        width: auto;
        height: auto;
    }
    .recent-posts .post-title a {
        font-size: 18px;
    }
    .home #sidebar h2 {
        font-size: 27px;
        margin: 0 0 20px;
        padding: 0;
    }
    .home .entry-content h2 {
        font-size: 27px;
    }
    .home .entry-content iframe {
        width: 100%;
        height: 276px;
    }
    .home .recent-posts li:first-child {
        padding: 0 0 13px !important;
    }
    .home #sidebar .post-title {
        width: 265px;
    }
    /**********/
    /* PAGEs */
    /*********/
    .recent-posts .thumbnail {
        width: 200px;
        height: 118px;
    }
    .recent-posts li {
        margin: 0 0 24px;
    }
    .page p {
        font-size: 14px;
    }
    /*************************/
    /* APTs, CONDOs, & HOMEs */
    /*************************/
    .home-listing {
        width: 31%;
        float: left;
        margin: 0 35px 0 0;
    }
    .home-listing.last {
        margin: 0;
    }
    .home-listing h2 {
        font-size: 28px;
    }
    .home-listing p {
        font-size: 17px;
    }
    .home-listing h3 {
        font-size: 14px;
    }
    .home-listing-thumbnail {
        display: block;
        padding: 34px 20px 50px 0;
    }
    .apt-condo-listings #main .entry-content {
        float: left;
        width: 700px;
    }
    .home-thumbnail {
        height: 210px;
    }
	.apt-condo-listings #main .wrapper {
		padding: 0;
	}
    /***************/
    /* SINGLE HOME */
    /***************/
    #home-listing-wrapper {
        width: 1020px;
    }
    #home-listing-left {
        width: 645px;
        float: left;
    }
    #home-listing-right {
        width: 355px;
        float: right;
    }
    #home-location {
        width: 730px;
    }
    #home-location iframe {
        width: 645px;
    }
    #home-listing-agent {
        float: none;
        margin: 0;
        width: 100%;
    }
    .home-contact-form {
        font-size: 14px;
        width: 100%;
    }
    html .single-apartments #main,
	html .single-condominiums #main,
	html .single-homes #main {
        float: none;
        overflow: hidden;
        width: 355px;
    }
    html .single-apartments #main .wrapper,
	html .single-condominiums #main .wrapper,
	html .single-homes #main .wrapper {
        width: 100%;
    }
    .single-apartments .post-title,
	.single-condominiums .post-title,
	.single-homes .post-title {
        font-size: 24px;
    }
    .home-listing-details, .home-listing-company {
        font-size: 16px;
    }
    .home-layout {
        float: none;
    }
    .home-ammenities {
        clear: both;
    }
    .home-ammenities, .home-layout {
        padding: 0;
    }
    .home-layout img {
        width: 330px;
    }
    /************************/
    /* BLOG & RIGHT SIDEBAR */
    /************************/
    .entry-content {
	    font-size:16px;
    }
    
    .blog h1, .single-post h1, .right-sidebar h1 {
        padding: 0 0 1px;
    }
    .blog #content, .single-post #content, .archive #content, .right-sidebar #content {
        width: 1020px;
    }
    .blog #main h2, .single-post #main h2, .archive #main h2, .right-sidebar #main h2 {
        font-size: 28px;
    }
    .blog #sidebar h2, .single-post #sidebar h2, .archive #sidebar h2, .right-sidebar #sidebar h2 {
        font-size: 18px;
    }
    .search-form input.search-field {
        width: 159px;
    }
    #sidebar .widget .fb_iframe_widget iframe {
        width: 287px !important;
    }
    #sidebar .widget .fb_iframe_widget, #sidebar .widget .fb_iframe_widget iframe {
        height: 744px !important;
    }
	#sidebar .wrapper {
		padding: 0;
	}
    /**************/
    /* BUSINESSES */
    /**************/
    .retail-thumbnail {
        height: auto;
        width: 100%;
    }
    .retail-listing-thumbnail {
        display: block;
        padding: 34px 20px 50px 0;
    }
    .retail-listing h2 {
        font-size: 28px;
    }
    /************/
    /* BUSINESS */
    /************/
    .single-retail #content {
        width: 1020px;
    }
    .single-retail #arc-gallery {
        float: left;
    }
    .single-retail #main .wrapper {
        float: right;
        width: 340px;
    }
    #retail-location h2 {
        margin: 20px 0 0;
    }
    #retail-location .wrapper {
        float: left;
        width: 645px;
    }
    .single-retail .post-title {
        font-size: 24px;
        margin: 0;
    }
    .retail-listing-left, .retail-listing-right {
        float: none;
        width: 100%;
    }
    /**************/
    /* Arts */
    /**************/
    .art-thumbnail {
        height: 210px;
        width: 300px;
    }
    .art-listing-thumbnail {
        display: block;
        padding: 34px 20px 50px 0;
    }
    .art-listing h2 {
        font-size: 28px;
    }
    /************/
    /* Art */
    /************/
    .single-art #content {
        width: 1020px;
    }
    .single-art #arc-gallery {
        float: left;
    }
    .single-art #main .wrapper {
        float: right;
        width: 340px;
    }
    #art-location h2 {
        margin: 20px 0 0;
    }
    #art-location .wrapper {
        float: left;
        width: 645px;
    }
    .single-art .post-title {
        font-size: 24px;
        margin: 0;
    }
    .art-listing-left, .art-listing-right {
        float: none;
        width: 100%;
    }
    /*************/
    /* LASSOPLUS */
    /*************/
    .lassoform textarea {
        width: 310px;
    }
    /****************/
    /* PAGE GALLERY */
    /****************/
    #arc-gallery {
        width: 645px;
    }
    #arc-gallery .gallery-ctrls {
        width: 575px;
    }
    #arc-gallery .wrapper-inner  {
        width: 525px;
    }
    #arc-gallery img {
        width: 115px;
        max-height: 92px;
    }
    #arc-gallery .gallery-ctrls {
        bottom: 10px;
    }
    #arc-gallery .image-gallery li {
        padding: 0 20px 20px 0;
    }
}
/*******************/
/* ARCHIVES WIDGET */
/*******************/
.archive-months {
    padding: 10px 0 0;
}
.archive-expand {
    display: block;
    width: 100%;
}
.archive-year.closed .archive-months {
    display: none;
}
.archive-year .archive-expand {
    background: url(images/expand_collapse.png) no-repeat top right;
}
.archive-year.closed .archive-expand {
    background-position: bottom right;
}
/************/
/* COMMENTS */
/************/
#commentform textarea {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}
ol.commentlist {
    list-style:none;
    margin:0 0 1em;
    padding:0;
    text-indent:0;
}
ol.commentlist li {
    list-style:none;
}
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment {
    border-bottom:1px dotted #666;
    padding:1em;
}
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard {}
ol.commentlist li.comment div.vcard cite.fn {
    font-style:normal;
    text-transform: uppercase;
}
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar {
    border:5px solid #ccc;
    float:right;
    margin:0 0 1em 1em;
}
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta {}
ol.commentlist li.comment div.comment-meta a {
    color:#6d6e70;
}
ol.commentlist li.comment p {
    margin:0 0 1em;
}
ol.commentlist li.comment ul {
    list-style:square;
    margin:0 0 1em 2em;
}
ol.commentlist li.comment div.reply {}
ol.commentlist li.comment div.reply a {
    font-weight:bold;
}
ol.commentlist li.comment ul.children {
    list-style:none;
    margin:1em 0 0;
    text-indent:0;
}
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 {
    border-left:5px solid #555;
    margin:0 0 .25em .25em;
}
ol.commentlist li.comment ul.children li.depth-3 {
    border-left:5px solid #999;
    margin:0 0 .25em .25em;
}
ol.commentlist li.comment ul.children li.depth-4 {
    border-left:5px solid #bbb;
    margin:0 0 .25em .25em;
}
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even {
    background:#ccddf2;
}
ol.commentlist li.odd {
    background:#CCC;
}
ol.commentlist li.parent {
    border-left:5px solid #111;
}
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}
/**********/
/* WISTIA */
/**********/
.wistia_embed, .wistia_embed object {
    width: 100% !important;
}
/**********/
/* EVENTS */
/**********/
#tribe-events-pg-template, .events-list .tribe-events-loop, .tribe-events-day .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .single-tribe_organizer .tribe-events-loop {
    max-width: none !important;
}
/*****************/
/* SIMPLY SCROLL */
/*****************/
.simply-scroll-container {
    position: relative;
}
.simply-scroll-clip {
    position: relative;
    overflow: hidden;
}
.simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.simply-scroll-list li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.simply-scroll-list li img {
    border: none;
    display: block;
}
.simply-scroll-btn {
    position: absolute;
    width: 42px;
    height: 44px;
    z-index: 3;
    cursor: pointer;
}
.simply-scroll-btn-left {
    left: 0;
    top: 0;
    display: block;
    height: 110px;
}
.simply-scroll-btn-right {
    right: 0;
    top: 0;
    display: block;
    height: 110px;
}
.simply-scroll {
    width: 100%;
    margin-bottom: 1em;
}
.simply-scroll .simply-scroll-clip {
    width: 100%;
    height: 100%;
}
/*************/
/* SHARETHIS */
/*************/
.stButton {
    margin: 0 !important;
}
.stButton .chicklets {
    margin: 2px 4px 0;
    padding: 0 !important;
    width: 16px;
}
/************/
/* FANCYBOX */
/************/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}
.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.fancybox-opened {
    z-index: 8030;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
    position: relative;
}
.fancybox-inner {
    overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}
.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}
.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('images/fancybox_sprite.png');
}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}
#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('images/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('images/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}
.fancybox-prev {
    left: 0;
}
.fancybox-next {
    right: 0;
}
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}
.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}
.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}
.fancybox-nav:hover span {
    visibility: visible;
}
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}
.fancybox-lock body {
    overflow: hidden !important;
}
.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('images/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}
.fancybox-opened .fancybox-title {
    visibility: visible;
}
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}
.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}
.fancybox-title-inside-wrap {
    padding-top: 10px;
}
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (min--moz-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('images/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }
    #fancybox-loading div {
        background-image: url('images/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}

@media only screen and (max-width: 768px){
    .tribe-events-list .tribe-events-event-image {
        float: none !important;
        width: 100% !important;
        margin: 0 0 8px 0 !important;
    }
    .tribe-events-list .tribe-events-event-image img {
        width: 100% !important;
        height: auto;
        margin: 0;
        padding: 0;
    }
}

/* Hides Stack Hill Table on Mobile */

@media only screen and (max-width: 799px)  {
	#stack-homes {
		display: none;
	}
}



/************/
/* New Registration Forms Condo/Apartment */
/************/
.page-template-template-rainier-condo #container,
.page-template-template-apartment-interest #container,
.page-template-template-condo-interest #container{
    background: #002E62;
}
.page-template-template-rainier-condo #top,
.page-template-template-rainier-condo #menu,
.page-template-template-rainier-condo #header,
.page-template-template-rainier-condo #sharethis,
.page-template-template-apartment-interest #top,
.page-template-template-apartment-interest #menu,
.page-template-template-apartment-interest #header,
.page-template-template-apartment-interest #sharethis,
.page-template-template-condo-interest #top,
.page-template-template-condo-interest #menu,
.page-template-template-condo-interest #header,
.page-template-template-condo-interest #sharethis{
    display: none;
}
.page-template-template-rainier-condo #footer,
.page-template-template-apartment-interest #footer,
.page-template-template-condo-interest #footer {
    padding-top: 0px !important;
    margin-top: 0px !important;
}

#main.registration-form-template {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
    padding: 60px 0px;
}
#main.registration-form-template {
    background: url('/wp-content/uploads/2017/04/form-background.png');
}
#main.condo-form {
    background: url('/wp-content/themes/pruston/images/form-background2.png');
}

.page-template-template-rainier-condo #main.condo-form {
    background: url(/wp-content/themes/pruston/images/rainier-condo-bg.jpg);
    background-position: top center !important;
}
.page-template-template-rainier-condo #main.condo-form .wrapper {
    max-width: 800px;
    padding-top: 20px;
}
.page-template-template-rainier-condo a.logo {
    text-align: center;
    margin: auto;
    display: block;
    margin-bottom: 40px;
}
.page-template-template-rainier-condo a.logo img {
    max-width: 300px;
}

.from-template-logo {
    max-width: 1100px;
    margin: auto;
}
.from-template-logo a {
    position: absolute;
    z-index: 99;
    top: -10px;
}
.from-template-logo img {
    position: relative;
    left: -20px;
    width: 200px;
}
.registration-form-template .wrapper {
    background: rgba(255,255,255,.95);
    padding: 40px;
    margin-top: 40px;
}
@media screen and (max-width: 460px) {
    .registration-form-template .wrapper {
        width: 100%;
    }
}
@media screen and (min-width: 1020px) {
    .registration-form-template .wrapper {
        margin-top: 0;
    }
}

.registration-form-template form{
    max-width: 800px;
    margin: auto;
}
.registration-form-template form .top {
    margin-bottom: 30px;
    overflow: hidden;
}
.registration-form-template form .col-sm-12 {
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
}
.registration-form-template form h2 {
    padding-bottom: 20px;
    padding-left: 10%;
    text-transform: uppercase;
    color: #011f41;
    font-family: "ff-market-web", sans-serif !important;
    font-weight:400;
    font-family: italic;
    font-size: 38px !important;
}
.registration-form-template form h3 {
  font-family: 'myriad-pro', sans-serif !important;
  }
.registration-form-template form label {
    padding: 10px 0px;
}
.registration-form-template span.wpcf7-list-item label {
    padding: 0px;
}
.registration-form-template form input, .registration-form-template form select {
    padding: 10px;
    color: #002e62;
    text-transform: uppercase;
    font-weight: 600;
    background: rgba(0, 45, 98, .1);
    border: none !important;
    border-radius: 0 !important;
}
.registration-form-template form select {
    width: 100%;
}
.registration-form-template form input:focus {
    border: 1px solid #00ADEF;
    border-right: 1px slid #00ADEF;
}
/*Top of Form*/
.registration-form-template form label, .wpcf7-list-item-label {
    float: left;
    min-width: 9%;
    text-align: right;
    padding-right: 1%;
    text-transform: uppercase;
    color: #011f41;
    font-weight: 600;
}
.registration-form-template form .top h3 {
    padding-left: 10%;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #011f41;
}
.registration-form-template form .top .wpcf7-form-control-wrap {
    float: left;
    width: 90%;
}
.registration-form-template form .top input {
    min-width: 100%;
}
.registration-form-template form .top .location .city .wpcf7-form-control-wrap {
    width: 30% !important;
    display: block;
    overflow: hidden;
}
.registration-form-template form .top .location .state label, .registration-form-template form .top .location .zip label {
    min-width: 8% !important;
    margin-left: 1%;
}
.registration-form-template form .top .location .state .wpcf7-form-control-wrap,
.registration-form-template form .top .location .zip .wpcf7-form-control-wrap
{
    width: 20% !important;
}
/*Bottom of Form*/
.registration-form-template .bottom input {
    margin-left: 10px;
}
.registration-form-template form .bottom h3 {
    float: left;
    width: 35%;
    text-align: right;
    text-transform: uppercase;
    color: #00ADEF;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 5px;
}
.registration-form-template form .bottom p {
    width: 65%;
    float: left;
}
.registration-form-template form .bottom .price p,
.registration-form-template form .bottom input,
.registration-form-template form .bottom select {
    width: 100%;
}
.registration-form-template form .bottom .bedrooms input{
    width: auto !important;
}
.registration-form-template form .bottom .bedrooms h3, .registration-form-template form .bottom .price h3 {
    float: none;
    text-align: left;
    width: auto !important;
}
.registration-form-template form .bottom .col-sm-12 {
    margin-left: 10%;
}
.registration-form-template form .bottom .price select.wpcf7-form-control.wpcf7-select {
    width: 100%;
}
.registration-form-template form .wpcf7-list-item label input[type='checkbox'] {
    line-height: 25px !important;
    float: right !important;
    margin: 0 0 0 5px !important;
}
.registration-form-template form .wpcf7-list-item label {
    width: 100%;
    float: right !important;
    margin: 10px 0 !important;
}
.registration-form-template form .wpcf7-list-item-label {
    float: right;
}
/*Bottom Heard About*/
.registration-form-template span.wpcf7-list-item {
    display: block;
    float: left;
    width: 33%;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
}
.registration-form-template span.wpcf7-form-control.wpcf7-checkbox {
    display: block;
    overflow: hidden;
}
.registration-form-template span.wpcf7-list-item-label {
    /*width: 50%;*/
    text-transform: uppercase;
}
.registration-form-template input[type="checkbox"] {
    width: auto !important;
}
.registration-form-template form .hear-about h3 {
    width: 100%;
    float: none;
    text-align: left;
    padding-left: 10%;
    text-transform: uppercase;
    color: #00ADEF;
    font-size: 18px;
    font-weight: bold;
}
.page-template-template-apartment-interest .registration-form-template form .hear-about p {
    margin-left: 10%;
}
.registration-form-template form .hear-about-other label {
    float: left;
    width: 9%;
    text-align: right;
    padding-right: 1%;
}
.registration-form-template form .hear-about-other .wpcf7-form-control-wrap {
    float: left;
    width: 90%;
}
.registration-form-template form .hear-about-other input {
    width: 100%;
}
/*Submit*/
.registration-form-template form .col-sm-12.submit {
    text-align: right;
}
.registration-form-template form input.wpcf7-form-control.wpcf7-submit {
    background: #002E62;
    color: #fff;
    padding: 10px;
    box-shadow: none;
    border: none;
    text-transform: uppercase;
    min-width: 240px;
    cursor: pointer;
}
.registration-form-template form input.wpcf7-form-control.wpcf7-submit:hover {
    background: #00ADEF;
}
.registration-form-template form span.ajax-loader {
    display: none;
    overflow: hidden;
    position: absolute;
}
/*Condo Form*/
.registration-form-template.condo-form form .hear-about h3, .registration-form-template.condo-form form .currently h3, .registration-form-template.condo-form form .realtor h3 {
    padding-left: 0;
    text-align: left;
    width: 100%;
}
.registration-form-template.condo-form form .hear-about-other,
.registration-form-template.condo-form form .bottom .col-sm-12.realtor-name{
    margin-left: 0;
}
.registration-form-template.condo-form form .currently p {
    width: 100%;
}
.registration-form-template.condo-form form .bottom .realtor-name label {
    float: left;
    min-width: 9%;
    text-align: right;
    padding-right: 1%;
}
.registration-form-template.condo-form form .bottom .realtor-name .wpcf7-form-control-wrap {
    float: left;
    width: 90%;
}


/*Rainier Condo Form 07-12-18*/
.page-template-template-rainier-condo form {
    max-width: 600px;
    margin: auto;
}
.page-template-template-rainier-condo label {
    width: 100%;
    text-align: left;
    float: none !important;
}
.page-template-template-rainier-condo input[type="text"], .page-template-template-rainier-condo input[type="email"], .page-template-template-rainier-condo input[type="tel"] {
    width: 100%;
    box-sizing: border-box;
}