/*
Theme Name: Christina Miller Theme
Theme URI: http://christinamiller.ca/
Description: This is the christina miller created for the Genesis Framework.
Author: Goodfellow Creative
Author URI: http://goodfellowcreative.com/
Template: genesis
Template Version: 1.1
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* # Table of Contents- HTML5 Reset	- Baseline Normalize	- Box Sizing	- Float Clearing- Defaults	- Typographical Elements	- Headings	- Objects	- Gallery	- Forms	- Tables	- Screen Reader Text- Structure and Layout	- Site Containers	- Column Widths and Positions	- Column Classes- Common Classes	- Avatar	- Genesis	- Search Form	- Titles	- WordPress- Widgets	- Featured Content- Plugins	- Genesis eNews Extended	- Jetpack- Site Header	- Title Area	- Widget Area- Site Navigation	- Accessible Menu	- Site Header Navigation	- Primary Navigation	- Secondary Navigation	- Skip Links- Content Area	- Entries	- Entry Meta	- Pagination	- Comments- Sidebars- Footer Widgets- Site Footer- Media Queries	- Retina Display	- Max-width: 1200px	- Max-width: 960px	- Max-width: 800px- Print Styles*/
/* # HTML5 Reset---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}
a {
    background: 0 0
}
a:active,
a:hover {
    outline: 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: 700
}
dfn {
    font-style: italic
}
h1 {
    font-size: 2em;
    margin: .67em 0
}
mark {
    background: #ff0;
    color: #333
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 1em 40px
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}
pre {
    overflow: auto
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
button {
    overflow: visible
}
button,
select {
    text-transform: none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input {
    line-height: normal
}
input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}
input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: 700
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td,
th {
    padding: 0
}
/* ## Box Sizing--------------------------------------------- */

html,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
/* ## Float Clearing--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table;
}
.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}
/* # Defaults---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements--------------------------------------------- */

html {
    font-size: 62.5%;
    /* 10px browser default */
}
/* Chrome fix */

body > div {
    font-size: 1.8rem;
}
body {
    background-color: #fff;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.625;
    margin: 0;
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
a {
    color: #4c4c4c;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #333;
}
p {
    margin: 0 0 28px;
    padding: 0;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style-type: none;
}
hr {
    border: 0;
    border-collapse: collapse;
    border-top: 1px solid #ddd;
    clear: both;
    margin: 1em 0;
}
b,
strong {
    font-weight: 700;
}
blockquote,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 40px;
}
blockquote::before {
    content: "";
    display: block;
    font-size: 30px;
    font-size: 3rem;
    height: 40px;
    position: relative;
    background: url('/wp-content/uploads/2016/01/open-quote.png') no-repeat;
    background-size: 40px;
    left: -10px;
}
a.post-edit-link {
    display: none;
}
/* ## Headings--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 10px;
}
h1 {
    font-size: 36px;
    font-size: 3.6rem;
}
h2 {
    font-size: 30px;
    font-size: 3rem;
}
h3 {
    font-size: 24px;
    font-size: 2.4rem;
}
h4 {
    font-size: 20px;
    font-size: 2rem;
}
h5 {
    font-size: 18px;
    font-size: 1.8rem;
}
h6 {
    font-size: 16px;
    font-size: 1.6rem;
}
.entry-header {
    width: 98%;
}
/* ## Objects--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}
img {
    height: auto;
}
.featured-content img,
.gallery img {
    width: auto;
}
/* ## Gallery--------------------------------------------- */

.gallery {
    overflow: hidden;
}
.gallery-item {
    float: left;
    margin: 0 0 28px;
    text-align: center;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-3 .gallery-item {
    width: 33%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
    width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}
.gallery img {
    border: 1px solid #ddd;
    height: auto;
    padding: 4px;
}
.gallery img:hover,
.gallery img:focus {
    border: 1px solid #999;
}
/* ## Forms--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #939393;
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
    padding: 16px;
    width: 100%;
}
input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}
::-moz-placeholder {
    color: #333;
    font-weight: 300;
    opacity: 1;
}
::-webkit-input-placeholder {
    color: #333;
    font-weight: 300;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    background-color: #6a5e5f;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    padding: 16px 24px;
    text-transform: uppercase;
    width: auto;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus {
    background-color: #6a5e5f;
    color: #fff;
}
.entry-content .button:hover,
.entry-content .button:focus {
    color: #fff;
}
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
    background-color: #5b585c;
    color: #fff;
}
.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover,
.footer-widgets button:focus,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:focus {
    background-color: #fff;
    color: #333;
}
.button {
    display: inline-block;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}
/* ## Tables--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}
/*tbody {	border-bottom: 1px solid #ddd;}*/

td,
th {
    text-align: left;
}
/*td {	border-top: 1px solid #ddd;	padding: 6px 0;}*/

th {
    font-weight: 400;
}
/* ## Screen Reader Text--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}
.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
    clip: auto !important;
    height: auto;
    width: auto;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 15px 23px 14px;
    color: #333;
    background: #fff;
    z-index: 100000;
    /* Above WP toolbar. */

    text-decoration: none;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
}
.more-link {
    position: relative;
}
/* # Structure and Layout---------------------------------------------------------------------------------------------------- */
/* ## Site Containers--------------------------------------------- */

.site-inner,
.wrap {
    margin: 0 auto;
    max-width: 1400px;
}
.site-inner {
    clear: both;
}
/* ## Column Widths and Positions--------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 980px;
}
.content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
}
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
}
/* ### Content */

.content {
    float: right;
    width: 800px;
}
.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
    float: left;
}
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
    width: 580px;
}
.full-width-content .content {
    width: 100%;
}
/* ### Primary Sidebar */

.fr_sidebar {
    display: none;
}
.sidebar-primary {
    float: right;
    width: 360px;
}
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    float: left;
}
/* ### Secondary Sidebar */

.sidebar-secondary {
    float: left;
    width: 180px;
}
.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}
/* ## Column Classes--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
}
.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}
.one-third,
.two-sixths {
    width: 31.623931623931625%;
}
.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}
.one-fourth {
    width: 23.076923076923077%;
}
.three-fourths {
    width: 74.35897435897436%;
}
.one-sixth {
    width: 14.52991452991453%;
}
.five-sixths {
    width: 82.90598290598291%;
}
.first {
    clear: both;
    margin-left: 0;
}
/* # Common Classes---------------------------------------------------------------------------------------------------- */
/* ## Avatar--------------------------------------------- */

.avatar {
    float: left;
}
.alignleft .avatar,
.author-box .avatar {
    margin-right: 24px;
}
.alignright .avatar {
    margin-left: 24px;
}
.comment .avatar {
    margin: 0 16px 24px 0;
}
/* ## Genesis--------------------------------------------- */

.breadcrumb {
    margin-bottom: 20px;
}
.archive-description {
    padding: 0px !important;
}
.archive-description,
.author-box {
    background-color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px;
    padding: 40px;
}
.author-box-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 4px;
}
.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}
/* ## Search Form--------------------------------------------- */

.search-form {
    overflow: hidden;
}
.site-header .search-form {
    float: right;
    margin-top: 12px;
}
.entry-content .search-form,
.site-header .search-form {
    width: 50%;
}
.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}
/* ## Titles--------------------------------------------- */

.archive-title {
    font-size: 20px;
    font-size: 2rem;
}
.entry-title {
    /*font-size: 36px;*/

    font-size: 3.6rem;
    text-transform: uppercase;
    letter-spacing: 8px;
    padding-left: 105px;
    padding-right: 105px;
}
.entry-title a,
.sidebar .widget-title a {
    color: #333;
}
.entry-title a:hover,
.entry-title a:focus {
    color: #5b585c;
}
.widget-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
}
.footer-widgets .widget-title {
    color: #fff;
}
/* ## WordPress--------------------------------------------- */

a.aligncenter img {
    display: block;
    margin: 0 auto;
}
a.alignnone {
    display: inline-block;
}
.alignleft {
    float: left;
    text-align: left;
}
.alignright {
    float: right;
    text-align: right;
}
a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}
img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}
img.alignnone,
.alignnone {
    margin-bottom: 12px;
}
a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 24px 0;
}
a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}
.wp-caption-text {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
}
.entry-content p.wp-caption-text {
    margin-bottom: 0;
}
.sticky {}.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
    margin: 0 0 28px;
}
/* # Widgets---------------------------------------------------------------------------------------------------- */

.widget {
    word-wrap: break-word;
}
.widget ol > li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}
.widget li li {
    border: 0;
    margin: 0 0 0 30px;
    padding: 0;
}
.widget_calendar table {
    width: 100%;
}
.widget_calendar td,
.widget_calendar th {
    text-align: center;
}
/* ## Featured Content--------------------------------------------- */

.featured-content .entry {
    border-bottom: 2px solid #f5f5f5;
    margin-bottom: 20px;
    padding: 0 0 24px;
}
.footer-widgets .entry {
    border-bottom: 1px dotted #666;
}
.featured-content .entry-title {
    font-size: 20px;
    font-size: 2rem;
}
/* # Plugins---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
    color: #fff;
}
.sidebar .widget.enews-widget {
    background-color: #333;
}
.enews-widget input,
.enews-widget input:focus {
    border: 1px solid #333;
}
.enews-widget input {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 16px;
}
.enews-widget input[type="submit"] {
    background-color: #5b585c;
    color: #fff;
    margin: 0;
    width: 100%;
}
.enews-widget input:hover[type="submit"],
.enews-widget input:focus[type="submit"] {
    background-color: #fff;
    color: #333;
}
.enews form + p {
    margin-top: 24px;
}
/* News */

.div_post_news {
    margin-top: 30px;
}
.div_post_news img {
    width: 100%;
}
/* ## Jetpack--------------------------------------------- */

#wpstats {
    display: none;
}
/* # Skip Links---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
    margin: 0;
}
.genesis-skip-link li {
    height: 0;
    width: 0;
    list-style: none;
}
/* Display outline on focus */
/*:focus {	color: #333;	outline: #ccc solid 1px;}*/
/* # Site Header---------------------------------------------------------------------------------------------------- */

.site-header {
    background-color: #fff;
}
.site-header .wrap {
    padding: 25px;
    max-width: 1400px;
}
/* ## Title Area--------------------------------------------- */

.title-area {
    float: left;
    padding: 10px 0;
    width: 360px;
}
.header-full-width .title-area {
    width: 100%;
}
.site-title {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 1.2;
}
.site-title a,
.site-title a:hover,
.site-title a:focus {
    color: #333;
}
.header-image .site-title > a {
    background: url(/wp-content/themes/christina_miller/images/newlogo.png) no-repeat left;
    float: left;
    min-height: 100px;
    width: 100%;
    background-size: contain;
}
.header-wrapper {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #CCC;
}
.header-wrapper > img {
    width: 250px;
}
.cm_fr {
    background: url(/wp-content/themes/christina_miller/images/cm_fr.png) no-repeat left !important;
    float: left;
    min-height: 100px;
    width: 100%;
    background-size: contain;
}
.site-description {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5;
}
.site-description,
.site-title {
    margin-bottom: 0;
}
.header-image .site-description,
.header-image .site-title {
    display: block;
    text-indent: -9999px;
}
/* ## Widget Area--------------------------------------------- */

.site-header .widget-area {
    float: right;
    text-align: right;
    /*width: 800px;*/

    padding-right: 20px;
}
/* # Site Navigation---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    width: 100%;
}
.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
}
.genesis-nav-menu a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 20px 25px;
}
.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
    color: #5b585c;
    text-decoration: underline;
}
.genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 200px;
    z-index: 99;
}
.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    border: 1px solid #eee;
    border-top: 0;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px;
    position: relative;
    width: 200px;
    word-wrap: break-word;
}
.genesis-nav-menu .sub-menu .sub-menu {
    margin: -55px 0 0 199px;
}
.genesis-nav-menu .menu-item:hover {
    position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}
.genesis-nav-menu > .first > a {
    padding-left: 0;
}
.genesis-nav-menu > .last > a {
    padding-right: 0;
}
.genesis-nav-menu > .right {
    color: #fff;
    float: right;
    list-style-type: none;
    padding: 30px 0;
}
.genesis-nav-menu > .right > a {
    display: inline;
    padding: 0;
}
.genesis-nav-menu > .rss > a {
    margin-left: 48px;
}
.genesis-nav-menu > .search {
    padding: 10px 0 0;
}
/* ## Accessible Menu--------------------------------------------- */

.menu .menu-item:focus {
    position: static;
}
.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
    left: auto;
    opacity: 1;
}
/* ## Site Header Navigation--------------------------------------------- */

.site-header .sub-menu {
    border-top: 1px solid #eee;
}
.site-header .sub-menu .sub-menu {
    margin-top: -56px;
}
.site-header .genesis-nav-menu li li {
    margin-left: 0;
}
/* ## Primary Navigation--------------------------------------------- */

.nav-primary {
    background-color: #fff;
    float: right;
    position: relative;
    z-index: 99999;
}
.nav-primary .genesis-nav-menu a {
    color: #737373;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
    padding-left: 4px;
}
.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a {
    color: #5b585c;
    text-decoration: none;
}
.nav-primary .genesis-nav-menu .sub-menu a {
    color: #000;
    text-transform: capitalize;
}
.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
    color: #5b585c;
    text-decoration: none;
}
/* ## Secondary Navigation--------------------------------------------- */

.nav-secondary {
    background-color: #fff;
}
/* # Content Area---------------------------------------------------------------------------------------------------- */
/* ## Entries--------------------------------------------- */

.entry {
    margin-bottom: 40px;
    padding: 41px;
}
.content .entry {
    background-color: #fff;
    /*padding-top: 0;*/
}
.entry-content ol,
.entry-content ul {
    margin-bottom: 28px;
    margin-left: 40px;
}
.entry-content ol > li {
    list-style-type: decimal;
}
.home .entry-content ul > li {
    background: none !important;
}
body.page-id-248 .featured-img {
    display: none;
}
body.page-id-248 .entry-content ul > li {
    list-style-type: disc;
    background-color: #fcfcfc;
    border-left: 3px solid #F1F1F1 !important;
}
body.page-id-1067 .entry-content ul > li {
    list-style-type: disc;
    background-color: #fcfcfc;
    border-left: 3px solid #F1F1F1 !important;
}
.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}
.entry-content code {
    background-color: #333;
    color: #ddd;
}
/* ## Entry Meta--------------------------------------------- */

p.entry-meta {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0;
}
.entry-header .entry-meta {
    margin-bottom: 24px;
}
.entry-footer .entry-meta {
    border-top: 2px solid #f5f5f5;
    padding-top: 24px;
}
.entry-categories,
.entry-tags {
    display: block;
}
.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
}
/* ## Pagination--------------------------------------------- */

.pagination {
    clear: both;
    margin: 40px 0;
}
.adjacent-entry-pagination {
    margin-bottom: 0;
}
.archive-pagination li {
    display: inline;
}
.archive-pagination li a {
    background-color: #333;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 8px 12px;
    text-decoration: none;
}
.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
    background-color: #5b585c;
    text-decoration: underline;
}
/* ## Comments--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    background-color: #fff;
    margin-bottom: 40px;
}
.comment-respond,
.entry-pings {
    padding: 40px 40px 16px;
}
.entry-comments {
    padding: 40px;
}
.comment-header {
    font-size: 16px;
    font-size: 1.6rem;
}
li.comment {
    background-color: #f5f5f5;
    border: 2px solid #fff;
    border-right: 0;
}
.comment-content {
    clear: both;
    word-wrap: break-word;
}
.comment-list li {
    margin-top: 24px;
    padding: 32px;
}
.comment-list li li {
    margin-right: -32px;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%;
}
.comment-respond label {
    display: block;
    margin-right: 12px;
}
.entry-comments .comment-author {
    margin-bottom: 0;
}
.entry-pings .reply {
    display: none;
}
.bypostauthor {}.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 24px;
}
/* # Sidebars---------------------------------------------------------------------------------------------------- */

.sidebar {
    font-size: 16px;
    font-size: 1.6rem;
}
.sidebar li {
    border-bottom: 1px dotted #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.sidebar p:last-child,
.sidebar ul > li:last-child {
    margin-bottom: 0;
}
.sidebar .widget {
    background-color: #fff;
    margin-bottom: 40px;
    padding: 15px;
}
/* # Footer Widgets---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    /*background-color: #5b585c;*/

    background-color: #B5B5B6;
    clear: both;
    padding-top: 40px;
    /*padding-bottom: 40px;*/
    /*border-bottom: 1px solid #fff;*/

    max-width: 100%;
    margin: 0 auto;
}
.footer-widgets,
.footer-widgets a {
    color: #aaa;
}
.footer-widgets input {
    border: 1px solid #333;
}
.footer-widgets a.button,
.footer-widgets a:hover,
.footer-widgets a:focus {
    color: #fff;
}
.footer-widgets li {
    border-bottom: 1px dotted #666;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.footer-widgets p:last-child {
    margin-bottom: 0;
}
.footer-widgets-1 {
    width: 100%;
    display: block;
    text-align: center;
    padding: 0;
}
.footer-widgets-2 {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    padding: 0;
    margin-top: -75px;
}
.footer-widgets-3 {
    width: 100%;
    display: block;
    text-align: center;
}
.footer-widgets-2 .footer-social {
    margin-top: 70px;
}
.footer-widgets-1,
.footer-widgets-2 {
    /*float: left;*/
}
.footer-widgets-3 .textwidget {
    /*text-align: right;
    color: #fff !important;*/
}
.footer-widgets-3 {
    /*float: right;*/
}
.footer-last-right {
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-right: 12px;
}
/* # Site Footer---------------------------------------------------------------------------------------------------- */

.site-footer {
    /*background-color: #5b585c;*/

    background-color: #B5B5B6;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    padding: 15px 0;
    text-align: center;
    color: #fff;
}
.site-footer p {
    margin-bottom: 0;
}
.site-footer a {
    color: #fff;
}
.site-footer .wrap {
    max-width: 1400px;
}
/* # Custom Styling---------------------------------------------------------------------------------------------------- */
/* # Header & Footer Styling */
/*.footer-widgets-1.widget-area {    float: none;    margin-right: 0;    width: 100%;}*/

#seeMap {
    padding-left: 65px;
    padding-right: 65px;
    margin-top: -58px;
    float: right;
}
#seeMap a {
    font-size: 13px;
}
/*body.page-id-248 .content .entry{	margin-top: -38px;}*/

a.gflag {
    font-size: 20px !important;
    color: #999999 !important;
    background-image: none !important;
}
.content-listing {
    width: 66.66666667%;
    float: left;
    margin-top: 17px;
    /*padding-right: 28px;*/
}
.side-listing {
    width: 33.33333333%;
    float: left;
}
.side-listing a {
    font-size: 31px;
    color: #231F20;
    padding: 5px;
}
.side-listing a:hover {
    color: #ccc;
}
hr.detailsHr {
    width: 39% !important;
    margin-bottom: 17px !important;
    margin-top: 19px !important;
}
.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.thumbnail {
    width: 275px !important;
    margin-top: 19px;
    display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #e6e4e1;
    border: 1px solid #ddd;
    border-radius: 30px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    width: 332px;
    color: #726668;
    text-align: center;
}
.agent_picture {
    height: 165px !important;
    width: 150px !important;
}
.center-div {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
/* Search Form */

body.page-id-606 .search-form {
    width: 100% !important;
}
body.page-id-606 input[name="s"] {
    float: left;
    width: 70%;
}
body.page-id-606 input[type="submit"] {
    float: left;
    width: 25%;
    margin-left: 10px;
    height: 58px;
    font-size: 22px;
}
body.page-id-900 .search-form {
    width: 100% !important;
}
body.page-id-900 input[name="s"] {
    float: left;
    width: 70%;
}
body.page-id-900 input[type="submit"] {
    float: left;
    width: 25%;
    margin-left: 10px;
    height: 58px;
    font-size: 22px;
}
body.search-results .search-form {
    width: 100% !important;
}
body.search-results input[name="s"] {
    float: left;
    width: 70%;
}
body.search-results input[type="submit"] {
    float: left;
    width: 25%;
    margin-left: 10px;
    height: 58px;
    font-size: 22px;
}
/* End Search Form */

.stButton .stLarge {
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(1);
}
body.page-id-599 .searchsubmit {
    padding: 8px 27px;
}
body.page-id-715 .searchsubmit {
    padding: 8px 27px;
}
body.page-id-248 .entry-header {
    display: none;
}
body.page-id-1067 .entry-header {
    display: none;
}
body.page-id-488 h4 {
    font-weight: 900;
    letter-spacing: 5px;
    color: #55565a;
}
body.page-id-488 .content .entry {
    margin-top: -36px !important;
}
body.page-id-721 .content .entry {
    margin-top: -36px !important;
}
body.page-id-721 h4 {
    font-weight: 900;
    letter-spacing: 5px;
    color: #55565a;
}
body.page-id-488 .entry-content ul > li {
    background: none !important;
    border: none !important;
}
body.page-id-721 .entry-content ul > li {
    background: none !important;
    border: none !important;
}
#map_menu3 hr {
    border-top: 5px solid #988e8f !important;
}
#map_menu3 .showcase-active-a hr {
    border-top: 5px solid white !important;
}
#map_menu3 {
    width: 663px;
    margin-left: auto;
    margin-right: auto;
}
body.page-id-581 h1 {
    margin-top: 42px;
    width: 73%;
    margin-right: auto;
    margin-left: auto;
}
body.page-id-581 .entry-content hr {
    width: 100%;
    border-top: 2px solid #55565a;
}
body.page-id-894 .entry-content hr {
    width: 100%;
    border-top: 2px solid #55565a;
}
body.page-id-599 .wp-listings-shortcode {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 8px;
}
body.page-id-715 .wp-listings-shortcode {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 8px;
}
body.search-results .sidebar {
    width: 90% !important;
    float: right;
}
.listing-search-form input,
.listing-search-form select {
    height: 48px !important;
    padding: 4px;
}
.listing_widget_det {
    width: 280px;
    float: left;
}
body.page-id-599 .listing_widget_price {
    float: right !important;
    margin-right: 30px !important;
}
body.page-id-715 .listing_widget_price {
    float: right !important;
    margin-right: 30px !important;
}
.listing_widget_price {
    width: 205px;
    float: left;
    text-align: right;
    font-size: 24px;
    font-weight: 500;
    color: #404040
}
.tab {
    background-color: #f2f2f2 !important;
    border: none !important;
}
.tabs-menu li.current {
    background-color: #f2f2f2 !important;
    border-bottom: none !important;
}
.tabs-menu li {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    height: 43px !important;
    line-height: 44px !important;
    margin-right: 0px !important;
}
.tabs-menu li a {
    padding: 19px !important;
    color: #4c4c4c !important;
}
.listing-regions select {
    margin-left: 16px !important;
}
.view-listing-details-row {
    background-color: white !important;
    color: #252525 !important;
}
.view-listing-details-row h1 {
    color: #55565a !important;
}
.view-listing-details-row h2 {
    color: #55565a !important;
}
body.page-id-599 #listings-search-2 {
    margin-top: -16px;
    margin-bottom: 40px;
}
body.page-id-715 #listings-search-2 {
    margin-top: -16px;
    margin-bottom: 40px;
}
.widget.listings-search select {
    width: 235px !important;
    float: left;
    margin-right: 14px;
    padding: 11px;
    font-size: 14px;
    height: 43px;
}
.sqft-img {
    width: 44px;
    vertical-align: sub;
    height: 30px;
    margin-right: 7px;
}
.listing-status {
    display: none !important;
}
.details-row .price_exclusive {
    width: 136px;
}
body.page-id-262 .price_exclusive {
    width: 189px;
}
.details-row img {
    border-right: 2px solid #eee;
    margin-right: 5px;
    margin-left: 5px;
}
.details-row .baths,
.details-row .beds {
    border: none !important;
}
.detail-row {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.detail-row div {
    width: auto;
    display: inline-block;
    height: 40px;
    padding: 0 50px;
}
.detail-row img {
    margin-right: 15px;
}
.home #listing-search button {
    height: 48px;
    padding: 12px 30px;
}
.home hr.homehr {
    margin-top: -8px;
    border: 0;
    border-collapse: collapse;
    border-top: 5px solid #55565a;
    clear: both;
    width: 210px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}
.site-inner hr {
    border: 0;
    border-collapse: collapse;
    border-top: 5px solid #55565a;
    clear: both;
    width: 19%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
    margin-top: 35px;
}
hr.mtt-hr {
    border-top: 4px solid #55565a;
    width: 128px;
    margin-left: 0;
    clear: none;
    margin-top: 17px;
    margin-bottom: 22px;
}
h2.meeth2 {
    letter-spacing: 4px;
    padding-top: 46px;
    text-transform: uppercase;
}
.meet-p {
    margin-top: 83px;
}
.meet-c {
    padding-top: 110px;
}
.btn-market {
    border: 1px solid darkgrey;
    background-color: white;
    color: #6D6D6D;
    text-align: center;
}
.btn-bookhere {
    margin-top: 25px;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #aaa9ab;
    color: #aaa9ab;
    width: 250px;
    font-size: 13px;
    text-transform: uppercase;
}
.btn-readmore {
    text-align: center;
    cursor: pointer;
    padding-left: -4px;
    padding: 9px;
    border: 1px solid #aaa9ab;
    color: #888888;
    width: 120px;
    font-size: 15px;
    text-transform: uppercase;
    background-color: white;
}
}
#text-14 span.book-an-appt {
    color: #aaa9ab;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
}
#text-13 .textwidget {
    padding: 15px 0 1px;
}
#text-14 {
    font-size: 11pt;
    background-color: white;
    margin-top: -34px;
    color: #aaa9ab;
}
.widget-title {
    display: none;
}
.home .title-hr hr {
    border-collapse: collapse;
    border-top: 7px solid #55565a;
    width: 234px;
    margin-top: -24px;
    margin-bottom: 36px;
}
.details-row .baths img {
    height: 27px !important;
}
.details-row .beds img {
    width: 40px;
}
.home .gform_wrapper input[type=text] {
    height: 40px;
}
.footer-logos {
    width: 22%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}
.home .footer-widgets .wrap {
    max-width: 1400px;
}
.footer-social img {
    margin-right: 5px;
}
/*.footer-widgets-1.widget-area {    float: none;    margin-right: 0;    width: 100%;    overflow: auto;}*/

div#footer-logos-div {
    overflow: hidden;
    display: table;
    text-align: center;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
div#header-icon img {
    height: 18px;
    padding: 0 6px;
}
div#header-icon img#translate-icon {
    height: 15px;
    margin-left: 10px;
}
#header-icon a {
    font-size: 25px;
    color: #000 !important;
    margin-top: 2px;
    margin-left: 2px;
}
#header-icon a:hover {
    color: #ccc;
}
#header-icon > a > i {
    margin-top: 12px !important;
    color: #000;
}
a#header-phone {
    font-size: 24px;
    color: #000;
    font-weight: 300;
}
header .title-area {
    padding: 0;
    /*margin-top: 15px;*/
}
body.page-id-581 .title-area,
.sticky-menu .title-area {
    margin-top: -42px !important;
}
/* # Homepage Styling */

.home article.page p {
    margin-bottom: 0;
}
.home article.page header.entry-header {
    display: none;
}
.home .entry {
    padding: 0;
}
.home .site-inner,
.home .wrap {
    max-width: 100%;
}
.french_circle {
    display: none;
}
.eng_circle {
    display: block;
}
body.page-id-723 .homepage-widget-text {
    height: 317px !important;
}
body.page-id-723 .french_circle {
    display: block !important;
}
body.page-id-723 .eng_circle {
    display: none !important;
}
.home .widgets_circle {
    width: 200px;
    height: 200px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 11px solid white;
    margin-left: auto;
    margin-right: auto;
    margin-top: 52px;
}
.widgets_circle {
    width: 200px;
    height: 200px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 11px solid white;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7px;
    margin-bottom: 22px;
}
.widgets_circle_content {
    width: 150px;
    height: 150px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 11px solid #988e8f;
    display: inline-block;
    margin-right: 65px;
}
.widgets_circle_content h1 {
    margin-top: 40px;
    margin-left: 20px;
    color: #988e8f;
}
body.page-id-506 .widgets_circle_content h1 {
    margin-top: 34px;
    margin-left: -3px;
    color: #988e8f;
}
body.page-id-506 .widgets_circle_content hr {
    margin-top: 12px !important;
}
body.page-id-762 .widgets_circle_content h1 {
    margin-top: 34px;
    margin-left: -3px;
    color: #988e8f;
}
body.page-id-762 .widgets_circle_content hr {
    margin-top: 12px !important;
}
.widgets_circle_content hr {
    width: 52%;
    border-top: 5px solid #988e8f;
}
.widgets_circle_content_meet_team {
    width: 150px;
    height: 150px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 11px solid #988e8f;
    display: inline-block;
    margin-right: 30px;
}
.widgets_circle_content_meet_team:nth-of-type(1):after {
    content: "Meet Christina";
    display: block;
    margin-top: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #b3acad;
    font-weight: 400;
    font-size: 15px;
    width: 137px;
}
.widgets_circle_content_meet_team:nth-of-type(2):after {
    content: "Meet Stephanie";
    display: block;
    margin-top: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #b3acad;
    font-weight: 400;
    font-size: 15px;
    width: 137px;
}

.widgets_circle_content_meet_team:nth-of-type(3):after {
    content: "Meet Peter";
    display: block;
    margin-top: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #b3acad;
    font-weight: 400;
    font-size: 15px;
    width: 137px;
}
.widgets_circle_content_meet_team:nth-of-type(4):after {
    content: "Meet Jonathan";
    display: block;
    margin-top: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #b3acad;
    font-weight: 400;
    font-size: 15px;
    width: 137px;
}
.widgets_circle_content_meet_team:nth-of-type(5):after {
    content: "Meet Pascal";
    display: block;
    margin-top: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #b3acad;
    font-weight: 400;
    font-size: 15px;
    width: 137px;
}
.widgets_circle_content_meet_team:nth-of-type(6):after {
    content: "Meet Macy";
    display: block;
    margin-top: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #b3acad;
    font-weight: 400;
    font-size: 14px;
    width: 137px;
}
.widgets_circle_content_meet_team:nth-of-type(7):after {
    content: "Meet Julie";
    display: block;
    margin-top: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #b3acad;
    font-weight: 400;
    font-size: 14px;
    width: 137px;
}
.widgets_circle_content_meet_team:nth-of-type(8):after {
    content: "Meet Francesca";
    display: block;
    margin-top: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #b3acad;
    font-weight: 400;
    font-size: 14px;
    width: 137px;
}
.widgets_circle_content_meet_team:nth-of-type(9):after {
    content: "Meet Antoine";
    display: block;
    margin-top: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #b3acad;
    font-weight: 400;
    font-size: 14px;
    width: 137px;
}
.widgets_circle_content_meet_team:nth-of-type(10):after {
    content: "Meet Charlotte";
    display: block;
    margin-top: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #b3acad;
    font-weight: 400;
    font-size: 14px;
    width: 137px;
}
.widgets_circle_content_meet_team:nth-of-type(11):after {
    content: "Meet Vanessa";
    display: block;
    margin-top: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #b3acad;
    font-weight: 400;
    font-size: 14px;
    width: 137px;
}
.page-id-690 .widgets_circle_content_meet_team:nth-of-type(1):after {
    content: "Rencontrez Christina";
    display: block;
    margin-top: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #b3acad;
    font-weight: 400;
    font-size: 15px;
    width: 137px;
}
.page-id-690 .widgets_circle_content_meet_team:nth-of-type(2):after {
    content: "Rencontrez Stephanie";
    display: block;
    margin-top: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #b3acad;
    font-weight: 400;
    font-size: 15px;
    width: 137px;
}

.page-id-690 .widgets_circle_content_meet_team:nth-of-type(3):after {
    content: "Rencontrez Peter";
    display: block;
    margin-top: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #b3acad;
    font-weight: 400;
    font-size: 15px;
    width: 137px;
}
.page-id-690 .widgets_circle_content_meet_team:nth-of-type(4):after {
    content: "Rencontrez Jonathan";
    display: block;
    margin-top: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #b3acad;
    font-weight: 400;
    font-size: 15px;
    width: 137px;
}
.page-id-690 .widgets_circle_content_meet_team:nth-of-type(5):after {
    content: "Rencontrez Pascal";
    display: block;
    margin-top: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #b3acad;
    font-weight: 400;
    font-size: 15px;
    width: 137px;
}
.page-id-690 .widgets_circle_content_meet_team:nth-of-type(6):after {
    content: "Rencontrez\AMacy";
	white-space: pre-wrap;
    display: block;
    margin-top: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #b3acad;
    font-weight: 400;
    font-size: 14px;
    width: 137px;
}
.page-id-690 .widgets_circle_content_meet_team:nth-of-type(7):after {
    content: "Rencontrez Julie";
    display: block;
    margin-top: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #b3acad;
    font-weight: 400;
    font-size: 14px;
    width: 137px;
}
.page-id-690 .widgets_circle_content_meet_team:nth-of-type(8):after {
    content: "Rencontrez Francesca";
    display: block;
    margin-top: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #b3acad;
    font-weight: 400;
    font-size: 14px;
    width: 137px;
}
.page-id-690 .widgets_circle_content_meet_team:nth-of-type(9):after {
    content: "Rencontrez Antoine";
    display: block;
    margin-top: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #b3acad;
    font-weight: 400;
    font-size: 14px;
    width: 137px;
}
.page-id-690 .widgets_circle_content_meet_team:nth-of-type(10):after {
    content: "Rencontrez Charlotte";
    display: block;
    margin-top: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #b3acad;
    font-weight: 400;
    font-size: 14px;
    width: 137px;
}
.page-id-690 .widgets_circle_content_meet_team:nth-of-type(11):after {
    content: "Rencontrez Vanessa";
    display: block;
    margin-top: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #b3acad;
    font-weight: 400;
    font-size: 14px;
    width: 137px;
}
div#map_menu {
    margin-left: 57px;
    margin-top: 80px;
    margin-bottom: 25px;
}
}
body.page-id-454 .post_content_423 {
    padding-left: 44px;
    padding-right: 44px;
}
div.post_content_423 {
    margin-left: 32px;
    margin-right: 32px;
    text-align: center;
}
div.post_content_423 h1.lmw {
    margin-top: 44px !important;
    line-height: 27px !important;
}
/*div.post_content_423 > *{	vertical-align: middle;	display: inline-block;}*/

div.post_content_423 .widgets_circle {
    width: 200px;
    height: 200px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 11px solid #aaa9ab;
    margin-left: 17px;
    margin-right: auto;
    margin-top: 7px;
    margin-bottom: 22px;
    float:left;
}
div.post_content_423 .widgets_circle h1 {
    line-height: 27px;
    color: #b3acad;
    text-transform: uppercase;
    margin-top: 57px;
    font-weight: 500;
    text-align: center;
    font-size: 27px;
}
div.post_content_423 .meet_team h1 {
    margin-top: 26px !important;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 500;
    color: #b3acad;
    text-align: center;
}
.showcase {
    display: none;
}
.showcase-active-a {
    background-color: #988e8f !important;
    border: 11px solid #988e8f !important;
}
.showcase-active-a hr {
    border-top: 5px solid white !important;
}
.showcase-active-a h1 {
    color: #fff !important;
}
.widgets_circle h2 {
    line-height: 27px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 51px;
    font-weight: 500;
    text-align: center;
}
.home .widgets_circle h2 {
    line-height: 26px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 71px;
    font-weight: 500;
}
.widgets_circle hr {
    border-top: 5px solid #fff;
    width: 88px;
    margin-right:auto;
    margin-left: auto;
    margin-bottom: 9px;
    margin-top: 9px;
}
#lang_sel_list ul {
    border-top: none !important;
}
#lang_sel_list {
    float: right;
    margin-left: 10px;
}
div#listing-search-div {
    background-color: #5b585c;
    padding: 10px;
    text-align: center;
    margin-top: -1px;
    z-index: 99999999;
}
div#listing-search h1 {
    color: #fff;
}
div#discover-div {
    background: url('/wp-content/themes/christina_miller/images/brick_new.png');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 50px 25px 50px 25px;
    overflow: auto;
}
div#home-about-div {
    text-align: center;
    padding: 50px 25px 50px 25px;
    overflow: auto;
    color: #606164;
}
div#our-portfolio-div {
    text-align: center;
    padding-bottom: 50px;
}
div#our-portfolio h1 {
    text-transform: uppercase;
    letter-spacing: 10px;
    word-spacing: 15px;
    color: #6ac7b9;
}
div#home-about {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
div#home-about .image {
    width: 48%;
    float: left;
    margin-right: 2%;
}
div#home-about .image img {
    /*border-radius: 25px;*/
}
div#home-about .text {
    width: 48%;
    float: left;
    text-align: left;
    color: #55565a;
    padding: 48px 53px;
    background: linear-gradient(to right,
    white,
    #f5f2f1);
}
div#home-about h1 {
    color: #786759 !important;
}
div#discover h1 {
    display: none;
}
div#home-about h1,
div#our-portfolio h1,
div#discover h1,
div#video-div h1 {
    text-transform: uppercase;
    /*letter-spacing: 10px;*/

    word-spacing: 15px;
    color: #786759;
    margin-bottom: 50px;
    letter-spacing: 5px;
}
div#video-div h1 {
    padding-left: 50px;
    padding-right: 50px;
}
div#video-div {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 55px;
}
div#home-about .text a {
    /*background-color: #716060;*/

    padding: 12px 50px;
    color: #716060;
    letter-spacing: 3px;
    font-weight: 100;
    border: 1px solid;
}
div#home-about .text a:hover {
    background-color: #aaa;
}
div#home-about .text h3 {
    color: #55565a;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 29px;
    /*margin-top: 40px;*/
}
div#home-about p {
    margin-bottom: 10px;
    line-height: 25px;
    font-size: 18px;
}
div#home-about .text p.text-p:first-of-type,
div#home-about .text p.text-p:nth-of-type(3) {
    margin-bottom: 46px;
}
div#gform_wrapper_9 label {
    display: none;
}
li#field_1_1,
li#field_1_2 {
    width: 50%;
    float: left;
    clear: none;
}
/* Custom Gravity Form */

.date-bookanappt {
    width: 300px;
}
.gform_body {
    overflow: auto;
    width: 85%;
    float: left;
    clear: none;
}
.gform_wrapper.gf_browser_ie .gform_footer input.button {
    margin-top: 10px;
}
.gform_footer.top_label {
    margin: 0!important;
    clear: none!important;
    width: 15%;
    float: left;
    padding: 0!important;
    height: 56.75px;
}
.home #gform_wrapper_9 {
    margin-top: -38px;
}
div#gform_wrapper_9 {
    overflow: auto;
    margin: 0 auto;
}
.gform_wrapper form {
    text-align: left;
    overflow: auto;
}
form#gform_1 {
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}
ul#gform_fields_1 {
    overflow: auto;
}
.home input#gform_submit_button_9 {
    background-color: #716060;
}
input#gform_submit_button_1 {
    width: 44%;
    height: 35.25px;
    margin: 0 auto;
    padding: 0;
    margin-top: 20px;
    background-color: #716060;
    text-transform: capitalize;
}
input#gform_submit_button_1:hover {
    background-color: #aaa;
}
input[type=text]:focus,
textarea:focus {
    /*box-shadow: 0 0 5px rgba(99, 202, 186, 1);*/
    /*border: 1px solid rgba(99, 202, 186, 1);*/
}
::-webkit-input-placeholder {
    color: #ccc;
}
:-moz-placeholder {
    /* Firefox 18- */

    color: #ccc;
}
::-moz-placeholder {
    /* Firefox 19+ */

    color: #ccc;
}
:-ms-input-placeholder {
    color: #ccc;
}
span#input_9_1_6_container,
span#input_9_1_3_container {
    padding-top: 0;
}
div#connect-div {
    text-align: center;
    margin-bottom: 100px;
}
div#connect p {
    max-width: 900px;
    margin: 10px auto 50px auto;
}
aside.widget-area {
    background-color: #fff;
    width: 25%;
    float: left;
    /*margin-left: 4.3333%;*/

    margin-left: 2.3333%;
    margin-top: 42px;
}
.home aside.widget-area {
    float: none !important;
    display: inline-block;
    vertical-align: middle;
}
aside.homepage-middle .homepage-widget-image img {
    height: 350px;
    width: 100%;
}
aside.homepage-left .homepage-widget-text,
aside.homepage-middle .homepage-widget-text,
aside.homepage-right .homepage-widget-text {
    color: #000;
}
.whats_new {
    margin-left: 16px;
    margin-right: 16px;
}
/* Column */

.col-md-4 {
    width: 33.33333333%;
    float:left;
    padding: 16px;
}
.col-md-8 {
    width: 66.66666667%;
    float:left;
    padding: 16px;
}
.whats_new img {
    width: 100%;
}
.whats_new p {
    color: #888888;
    font-size: 16px;
}
.thumb {
    border: 1px solid #D4D4D4;
    box-shadow: 3px 3px 2px #ccc;
}
.iframe_youtube {
    max-width: 715px;
    height: 500px;
    width: 100%;
}
.archive .listing-widget-thumb, .wp-listings-shortcode .listing-widget-thumb {
    overflow:visible !important;
    line-height:inherit !important;
}
@media only screen and (min-width: 1415px) {
    body.page-id-599 .widget.listings-search select {
        width: 411px !important;
    }
    body.page-id-715 .widget.listings-search select {
        width: 411px !important;
    }
}
@media only screen and (min-width: 1250px) {
    .iframe_youtube {
        max-width: 1058px;
        height: 500px;
        width: 100%;
    }
}
@media only screen and (min-width: 950px) and (max-width: 1250px) {
    div#home-about .text p {
        font-size: 15px;
    }
    div#home-about .text h3 {
        font-size: 13px;
    }
}
@media only screen and (max-width: 1330px) {
    aside.homepage-left .homepage-widget-text,
    aside.homepage-middle .homepage-widget-text,
    aside.homepage-right .homepage-widget-text {
        font-size: 16px;
    }
    .homepage-widget-text h2 {
        font-size: 30px !important;
    }
}
aside.homepage-left {
    background-color: #e0d5d2;
}
aside.homepage-middle {
    background-color: #998e8f;
}
aside.homepage-right {
    background-color: #55565a;
}
aside.homepage-left.widget-area {
    margin-left: 2.8888%;
}
.homepage-widget-image img {
    width: 100%;
}
.homepage-widget-text,
.homepage-widget-image {
    height: 266px;
}
div#discover {
    overflow: hidden;
    max-width: 1400px;
    margin: 0 auto;
}
.homepage-right .homepage-widget-image {
    background-color: #000;
    padding-top: 4%;
}
.homepage-widget-text {
    padding: 39px;
}
.homepage-widget-text h2 {
    text-transform: uppercase;
    font-size: 34px;
    letter-spacing: 5px;
    margin-bottom: 30px;
    color: #fff;
}
.homepage-widget-text {
    padding: 18px;
    color: #8a8a8b;
    line-height: 1.5;
    position: relative;
}
.homepage-widget-text a {
    color: #fff;
    padding: 15px;
    border: 1px solid #fff;
    font-size: 12pt;
    display: block;
    position: absolute;
    bottom: 42px;
    left: 40px;
    right: 40px;
    /*	width: 100px;    border-radius: 50px;    height: 100px;    margin: 0 auto;*/
    /*    background-color: #8a8a8b;    color: #fff;    padding: 0;    font-size: 11pt;    display: block;    position: absolute;    bottom: 40px;    left: 40px;    right: 40px;    width: 100px;    border-radius: 50px;    height: 100px;    margin: 0 auto;    line-height: 96px; */
}
.homepage-widget-text a:hover {
    background-color: #aaa;
}
.featured-img img {
    width: 100%;
    max-width: 1334px;
    margin-left: auto;
    margin-right: auto;
    display:block;
}
article.page header h1.entry-title,
h1.archive-title {
    text-transform: uppercase;
    margin: 25px 0;
    font-weight: 600;
    font-size: 3.6rem;
}
.home .featured-img {
    display: none;
}
.cycloneslider-pager {
    display: none;
}
.cycloneslider-template-standard {
    margin-bottom: 0px !important;
}
.home header .wrap {
    max-width: 1400px;
    margin: 0 auto;
}
/* # Contact Page Form ------------------------------ */

body.page-id-488 .gform_wrapper {
    max-width: 588px;
    margin-right: auto;
    margin-left: auto;
}
body.page-id-721 .gform_wrapper {
    max-width: 588px;
    margin-right: auto;
    margin-left: auto;
}
body.page-id-721 .gfield_label
{
	display: none !important;
}
body.page-id-488 .gform_wrapper input.medium {
    width: 582px;
}
body.page-id-488 .gform_body {
    width:100%;
}
body.page-id-488 .gform_wrapper form {
    text-align: center !important;
}
body.page-id-721 .gform_wrapper input.medium {
    width: 582px;
}
body.page-id-721 .gform_body {
    width:100%;
}
body.page-id-721 .gform_wrapper form {
    text-align: center !important;
}
div#gform_wrapper_2 .gform_footer.top_label {
    clear: both!important;
    width: 100%;
}
div#gform_wrapper_2 label.gfield_label {
    display: none!important;
}
div#gform_wrapper_2 textarea#input_2_4 {
    /*width: 60%;*/

    width: 582px;
}
div#contact {
    margin-top: 50px;
}
.testimonial_body {
    padding-left: 40px;
    margin-top: -40px;
}
span.testimonial-client {
    font-weight: 500;
}
.tmm .tmm_member .tmm_photo {
    width: 175px!important;
    height: 200px!important;
    border-radius: 0px!important;
}
.tmm_member {
    border-top: 5px solid #6ac7b9!important;
}
.page h3 {
    color: #716060;
}
.tmm.tmm_christina-miller-real-estate-group {
    margin-top: 100px;
}
#gform_wrapper_3 .gform_footer.top_label {
    clear: both!important;
}
#gform_wrapper_4 .gform_footer.top_label {
    clear: both!important;
}
/* # Media Queries---------------------------------------------------------------------------------------------------- */

@media all and (max-width: 1400px) {
    #map_menu {
        margin-left: auto !important;
        margin-right: auto;
        width: 761px;
    }
    .widgets_circle_content_meet_team {
        margin-right: 33px;
    }
}
@media all and (max-width: 1250px) {
    div#home-about .text p.text-p:first-of-type,
    div#home-about .text p.text-p:nth-of-type(3) {
        margin-bottom: 25px;
    }
    div#home-about .text h3 {
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 1200px) {
    #seeMap {
        padding-right: 0px !important;
    }
    .site-inner,
    .wrap {
        /*max-width: 960px;*/
    }
    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 740px;
    }
    .content,
    .site-header .widget-area {
        width: 600px;
    }
    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
        width: 400px;
    }
    .sidebar-primary,
    .title-area {
        width: 300px;
    }
    /*.footer-widgets-1,	.footer-widgets-2,	.footer-widgets-3,	.sidebar-primary,	.title-area {		width: 300px;	}*/
    /*.footer-widgets-1 {		margin-right: 30px;	}*/

    aside.widget-area {
        width: 40%;
        float: left;
        margin-left: 5%;
        margin-bottom: 50px;
    }
    aside.homepage-left.widget-area {
        margin-left: 3%;
    }
    aside.homepage-right.widget-area {
        margin: 0 auto;
        float: none;
        width: 40%;
        clear: both;
    }
}
@media all and (max-width: 1190px) {
    div#footer-logos-div {
        display: inline-block;
    }
    .footer-last-right {
        text-align: center;
    }
    div#home-about .text {
        padding: 14px 31px;
    }
    div#home-about .text p {
        font-size: 14px;
    }
}
@media all and (max-width: 1100px) {
    div#home-about .text {
        width: 56%;
    }
    div#home-about .image {
        width: 40%;
    }
    div#home-about {
        padding: 20px;
    }
    div#home-about h1,
    div#our-portfolio h1,
    div#discover h1 {
        margin-bottom: 50px;
        letter-spacing: 0px;
    }
    div#home-about {
        padding: 25px;
    }
    .homepage-widget-image {
        height: 400px;
    }
}
@media only screen and (max-width: 960px) {
    .site-inner,
    .wrap {
        max-width: 800px;
    }
    .sticky-menu .nav-primary {
        margin-top: -23px !important;
    }
    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .site-header .widget-area,
    .title-area {
        width: 100%;
    }
    .site-header .wrap {
        padding: 20px 5%;
    }
    .header-image .site-title > a {
        background-position: left top;
    }
    .genesis-nav-menu li,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }
    .genesis-nav-menu,
    .site-description,
    .site-header .title-area,
    .site-header .search-form,
    .site-title {
        text-align: center;
    }
    header .title-area {
        width: 60%;
        float: left;
    }
    .widget-area.header-widget-area {
        width: 40%;
        float: left;
    }
    .nav-primary {
        width: 100%;
    }
    ul#menu-main-menu {
        text-align: center;
    }
    .genesis-nav-menu a,
    .genesis-nav-menu > .first > a,
    .genesis-nav-menu > .last > a {
        padding: 20px 16px;
    }
    .site-header .search-form {
        margin: 16px auto;
    }
    .genesis-nav-menu li.right {
        display: none;
    }
    .footer-widgets-1 {
        margin-right: 0;
    }
    div#home-about .image {
        width: 100%;
    }
    div#home-about .text {
        width: 100%;
        text-align: center;
        margin-top: 50px;
    }
    .homepage-widget-image {
        height: 350px;
    }
    .footer-widgets-3 .textwidget {
        text-align: center;
    }
    .footer-widgets-2 .footer-social {
        margin-top: initial;
    }
    .content-listing {
        width: 100%;
    }
    .side-listing {
        width: 100%;
        margin-top: 28px;
    }
    .detail-row div {
        padding: 0 9px;
    }
    .detail-row {
        width: 320px !important;
    }
    #seeMap {
        padding-left: initial!important;
        padding-right: initial!important;
        margin-top: initial!important;
        float: none!important;
        margin-left: auto!important;
        margin-right: auto !important;
    }
    #seeMap {
        width: 200px;
        text-align: center;
        margin-bottom: 18px;
    }
}
@media only screen and (max-width: 800px) {
    html {
        margin-top:0px!important;
    }
    body {
        background-color: #fff;
        font-size: 16px;
        font-size: 1.6rem;
    }
    .archive-description,
    .author-box,
    .comment-respond,
    .entry,
    .entry-comments,
    .entry-pings,
    .sidebar .widget,
    .site-header {
        /*padding: 25px;*/
    }
    .home .archive-description,
    .home .author-box,
    .home .comment-respond,
    .home .entry,
    .home .entry-comments,
    .home .entry-pings,
    .home .sidebar .widget,
    .home .site-header {
        padding: 0;
    }
    .archive-pagination li a {
        margin-bottom: 4px;
    }
    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }
    .sidebar .widget.enews-widget {
        padding: 40px;
    }
    .gform_footer.top_label {
        clear: both!important;
        float: none;
        margin: 0 auto!important;
        width: 25%;
    }
    .gform_body {
        width: 100%;
        float: none;
        clear: both;
        overflow: visible;
    }
    li#field_1_1,
    li#field_1_2 {
        width: 90%;
        float: none;
        clear: both;
        margin: 0 auto!important;
    }
    input#gform_submit_button_9 {
        margin-top: 20px;
    }
    .gform_wrapper form {
        overflow: visible;
    }
    ul#gform_fields_1 {
        overflow: visible;
    }
    #footer-logos-div .footer-logos:first-child {
        padding-left: 0px;
    }
    #footer-logos-div .footer-logos:last-child {
        padding-right: 0px;
    }
    .footer-logos {
        width: 100%;
        padding: 10px;
        float: left;
        display: block;
    }
    .footer-logos:nth-child(1),
    .footer-logos:nth-child(2) {
        /*min-height: 310px;*/
    }
    .footer-logos:nth-child(3),
    .footer-logos:nth-child(4) {
        min-height: 150px;
    }
    aside.homepage-right.widget-area,
    aside.homepage-middle.widget-area,
    aside.homepage-left.widget-area {
        margin: 0 auto;
        float: none;
        width: 80%;
        clear: both;
        margin-bottom: 40px;
    }
    .homepage-widget-text,
    .homepage-widget-image {
        height: auto;
    }
    .homepage-widget-text a {
        position: static;
        margin-top: 25px;
    }
    div#connect p {
        /*padding: 25px;*/
    }
    .footer-last-right {
        font-size: 13px;
    }
    div.post_content_423 .meet_team h1 {
        margin-top: 16px !important;
        font-size: 45px;
    }
    .widgets_circle_content_meet_team {
        width: 100px;
        height: 100px;
        border: 7px solid #988e8f;
    }
    #map_menu {
        width: 547px;
    }
    .showcase-active-a {
        border: 7px solid #988e8f !important;
    }
    .col-md-4 {
        width: 50% !important;
    }
    .entry-title {
        font-size: 20px !important;
    }
    #map_menu3 {
        width: 456px;
    }
    div.post_content_423 .widgets_circle {
        width: 135px;
        height: 135px;
    }
    div.post_content_423 .widgets_circle h1 {
        line-height: 17px;
        margin-top: 32px;
        font-size: 18px;
    }
    div.post_content_423 h1.lmw {
        margin-top: 29px !important;
        line-height: 19px !important;
    }
    #map_menu3 hr {
        width: 57px !important;
    }
    .entry {
        padding: 15px !important;
    }
    body.page-id-488 h4 {
        letter-spacing: 0px;
        font-weight: 400px;
    }
    body.page-id-721 h4 {
        letter-spacing: 0px;
        font-weight: 400px;
    }
    .post_content_423 {
        padding: 15px;
    }
    .meet-c {
        padding-top: initial;
    }
    .widgets_circle_content_meet_team:after {
        margin-left: -27px !important;
    }
    .whats_new {
        margin: 0 !important;
    }
    body.page-id-606 input[type="submit"] {
        float: right;
        width: 42%;
        margin-top: 13px;
        height: 46px;
        font-size: 15px;
    }
    body.page-id-606 input[name="s"] {
        width: 100%;
    }
    .bx-wrapper img {
        width: 100% !important;
    }
    #tblRoom th {
        font-weight: 400;
        font-size: 11px;
        line-height: 12px;
        padding: 3px;
    }
    #tblRoom td {
        padding: 8px;
        font-weight: 400;
        font-size: 10px;
        line-height: 12px;
    }
}
@media all and (max-width: 640px) {
    header .title-area {
        width: 45%;
    }
    .widget-area.header-widget-area {
        width: 55%;
        padding-right: 0;
    }
    .gform_wrapper .top_label input.medium,
    .gform_wrapper .top_label select.medium {
        width: 100%!important;
    }
    div#gform_wrapper_2 textarea#input_2_4 {
        width: 100%;
    }
    body.page-id-599 .wp-listings-shortcode {
        width: 320px;
    }
    body.page-id-715 .wp-listings-shortcode {
        width: 320px;
    }
    .listing_widget_det {
        width: 215px;
    }
    .listing_widget_price {
        width: 70px;
    }
    .col-md-4 {
        width: 100% !important;
    }
    .entry-title {
        padding-left: 20px;
        padding-right: 20px;
    }
    .nav-primary {
        display: none;
    }
}
@media all and (max-width: 550px) {
    div#home-about h1,
    div#our-portfolio h1,
    div#discover h1 {
        letter-spacing: 2px;
        word-spacing: normal;
    }
    div#home-about-div {
        padding: 25px 5px;
    }
    div#home-about .text a {
        letter-spacing: normal;
    }
    div#home-about .text a {
        padding: 10px;
        white-space: normal!important;
        letter-spacing: normal;
    }
    .widgets_circle_content_meet_team {
        margin-right: -6px;
        margin-left: 11px;
    }
    body.page-id-262 .listing-item {
        width: 349px !important;
    }
    body.page-id-262 .listing-container {
        width: 100% !important;
    }
    body.page-id-262 .price_exclusive {
        width: 75px !important;
    }
    .widgets_circle_content_meet_team:after {
        font-size: 12px !important;
    }
}
@media all and (max-width: 470px) {
    .homepage-widget-text h2 {
        letter-spacing: normal;
        font-size: 28px;
    }
    aside.homepage-right.widget-area,
    aside.homepage-middle.widget-area,
    aside.homepage-left.widget-area {
        width: 100%;
    }
    .widget-area.header-widget-area {
        width: 100%;
        padding-right: 0;
        text-align: center;
        margin-bottom: 10px;
    }
    header .title-area {
        width: 100%;
        margin-bottom: 20px;
    }
    .header-image .site-title > a {
        background-position: top;
    }
    #map_menu {
        width: 225px;
    }
    #map_menu3 {
        width: 318px;
    }
    .widgets_circle_content_meet_team {
        margin-bottom: 10px;
    }
    .widgets_circle_content_meet_team:after {
        margin-top: 33px !important;
    }
    div.post_content_423 .widgets_circle h1 {
        line-height: 15px;
        margin-top: 25px;
        font-size: 13px;
    }
    div.post_content_423 .widgets_circle {
        width: 92px;
        height: 92px;
        margin-left: 5px;
    }
    div.post_content_423 .widgets_circle {
        border: 5px solid #aaa9ab;
    }
    div.post_content_423 h1.lmw {
        margin-top: 22px !important;
        line-height: 13px !important;
    }
    #map_menu3 hr {
        width: 44px !important;
    }
}
@media all and (max-width: 400px) {
    .footer-logos:nth-child(1),
    .footer-logos:nth-child(2) {
        /*min-height: 200px;*/
    }
    .footer-logos:nth-child(3),
    .footer-logos:nth-child(4) {
        min-height: 80px;
    }
    div#discover-div {
        padding: 50px 12.5px 25px 12.5px;
    }
    div#connect p {
        padding: 12.5px;
        margin: 50px auto 25px auto;
    }
}
@media all and (max-width: 320px) {
    .footer-last-right {
        font-size: 11px;
    }
}
/* # Print Styles---------------------------------------------------------------------------------------------------- */

@media print {
    #print_this {
        font-size: 12px;
    }
    .entry-content h1 {
        font-size: 18px;
    }
    .entry-content h2 {
        font-size: 18px;
        margin-top: -20px;
    }
    .content-listing {
        width: 50%;
    }
    .side-listing {
        margin-left: 30px;
    }
    .thumbnail {
        width: 100%;
        float: right;
    }
    .content-listing p {
        font-size: 14px;
    }
    .detail-row {
        width: 600px !important;
    }
    .content,
    .content-sidebar {
        width: 100%;
    }
    button,
    input,
    select,
    textarea,
    .breadcrumb,
    .comment-edit-link,
    .comment-form,
    .comment-list .reply a,
    .comment-reply-title,
    .edit-link,
    .entry-comments-link,
    .entry-footer,
    .genesis-box,
    .header-widget-area,
    .hidden-print,
    .home-top,
    .nav-primary,
    .nav-secondary,
    .post-edit-link,
    .sidebar,
    .footer-widgets,
    .footer-div,
    #livechat-compact-container,
    .site-title,
    .featured-img,
    hr,
    .listing-details-container hr,
    .social-medias {
        display: none !important;
    }
    /*body * {    visibility: hidden;  	}*/
}
/* End Print */

.sidebar .widget {
    background-color: #d1cfcd;
    font-size: 11pt;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}
body.page-id-570 #text-9 {
    background-color: #6cc8ba !important;
}
body.page-id-788 #text-9 {
    background-color: #5b585c !important;
}
/*li#field_1_1, li#field_1_2{	width: 100%;}*/

input#gform_submit_button_1 {
    background-color: #716060;
    text-transform: uppercase;
}
.gform_footer.top_label {
    width: 50%;
}
.content-sidebar .content {
    width: 75%;
}
.content-sidebar aside.widget-area {
    width: 20%;
}
/*.site-header{	position: fixed;	width: 100%;	z-index: 999999;}*/

.site-inner {
    /*margin-top: 221px;*/

    overflow: hidden;
}
/*.featured-img{	margin-top: 221px;}*/

#connect {
    padding-top: 50px;
    max-width: 1200px;
    margin: 0 auto;
}
#connect fieldset {
    border: 3px solid #716060;
}
#connect fieldset legend {
    padding: 0 40px;
    color: #786759;
    text-transform: uppercase;
    font-size: 30pt;
    letter-spacing: 3px;
}
@media only screen and (max-width: 350px) {
    #connect fieldset legend {
        font-size: 15pt;
        letter-spacing: 0px;
    }
}
/*#connect li #field_1_2{	width: 25% !important;}*/

.home .gform_footer.top_label {
    margin-top: 25px !important;
    float: none;
    text-align: center;
}
.home .gform_body {
    margin: 0 auto;
    float: none;
}
.textwidget li#field_1_1,
.textwidget li#field_1_2 {
    width: 100%;
}
#connect .gform_wrapper .ginput_complex.ginput_container {
    overflow: visible;
}
body.page-id-262 .listing-item {
    width: 419px;
}
body.page-id-262 .listing-item a > img {
    width: 419px;
    max-height: 234px !important;
}
body.page-id-262 .listing-item span.text-content {
    height: 234px;
}
.listing-item {
    box-shadow: 6px 5px 0px 1px rgba(0,
    0,
    0,
    0.);
    -webkit-box-shadow: 10px 10px 7px -2px rgba(0,
    0,
    0,
    0.11);
    -moz-box-shadow: 10px 10px 7px -2px rgba(0,
    0,
    0,
    0.11);
    box-shadow: 3px 3px 7px 1px #E8E8E8;
}
@media only screen and (max-width: 960px) {
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        text-align: center;
    }
    .footer-widgets-1,
    .footer-widgets-2 {
        margin-bottom: 15px;
        margin-top: 15px;
    }
}
@media only screen and (max-width: 1335px) {
    .home .listing-container {
        width: 100%;
    }
    .home .listing-item {
        display: inline-block;
        float: none;
    }
}
@media only screen and (max-width: 650px) {
    .bubble {
        width: 50% !important;
    }
    .detail-row {
        font-size: 13px;
    }
}
@media only screen and (max-width: 1300px) {
    .agent .photo_container {
        width: 100% !important;
        text-align: center !important;
        float: none !important;
    }
    .agent {
        text-align: center;
    }
    .content-sidebar .content {
        width: 70% !important;
    }
    .content-sidebar aside.widget-area {
        width: 25% !important;
    }
}
@media only screen and (max-width: 600px) {
    .agent {
        width: 100% !important;
    }
}
@media only screen and (max-width: 960px) {
    .content-sidebar .content {
        width: 100% !important;
    }
    .content-sidebar aside.widget-area {
        width: 89% !important;
        /*margin-left: 0% !important;*/
    }
}
.sticky-menu {
    position: fixed !important;
    width: 100% !important;
    z-index: 999999 !important;
    box-shadow: #ccc 1px 1px 8px !important;
    /*overflow: hidden !important;	*/
    /*-webkit-transition: width 18s; /* Safari */

    */
    /*-webkit-transition-timing-function: ease-in; /* Safari */

    */
    /*transition: width 18s;*/
    /*transition-timing-function: ease-in;*/
}
.sticky-menu .nav-primary {
    max-height: 100px !important;
    margin-top: 26px;
}
/*.sticky-menu #menu-main-menu-1 li{	padding: 15px 13px !important;	}*/

.sticky-menu .sub-menu a {
    padding-left: 15px !important;
}
.sub-menu a {
    padding-left: 15px !important;
}
/*.sticky-menu .genesis-nav-menu a{	padding-left: 10px !important;	}*/

.sticky-menu .wrap {
    padding: 5px !important;
}
.sticky-menu .title-area {
    width: 15% !important;
    margin-top: 0px !important;
}
.sticky-menu #text-2 {
    display: none !important;
}
@media only screen and (max-width: 1200px) {
    .sticky-menu .genesis-nav-menu a {
        /*padding: 25px 5px !important;*/

        font-size: 10pt !important;
    }
}
@media only screen and (max-width: 960px) {
    .sticky-menu .site-title > a {
        background-position: center !important;
    }
}
.social_links_container {
    width: 100%;
    float: right;
}
.rssi-icons {
    margin-left: 0px !important;
}
.social_links_container .pinterest,
.social_links_container .facebook,
.social_links_container .email,
.social_links_container .linkedin,
.social_links_container .twitter,
.social_links_container .googleplus {
    list-style: none !important;
    list-style-type: none !important;
}
.country-count,
.office-count,
.associate-count {
    font-size: 26pt;
    color: #716060;
}
.count-container {
    width: 30%;
    text-align: center;
    display: inline-block;
    padding-bottom: 25px;
}
#text-9 {
    /*border-top: 15px solid #e0d3c0;*/
}
#text-13 {
    padding: 0px;
}
#text-13 {
    background-color: #aaa9ab;
}
#text-10 {
    padding: 0px;
}
.gform_wrapper .ginput_complex span.name_first,
.gform_wrapper .ginput_complex span.name_last,
.gform_wrapper .ginput_complex span.name_middle {
    min-height: 1.813em !important;
}
.homepage-left,
.homepage-middle,
.homepage-right {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}
.single-listing a {
    color: #4c4c4c;
}
.single-listing header.entry-header {
    display:none;
}
.single-listing .featured-img {
    display: none;
}
.single-listing #listing-contact {
    width: 100% !important;
}
.exclusiveslider {
    margin-left: 0px !important;
}
.bx-wrapper img {
    width: 60%;
}
.single-listing #bx-pager {
    background-color: #B5B5B6 !important;
}
/*.single-listing .entry-header{	display: none;}*/

.single-listing .bubble {
    display: inline-block;
    /*width: 25%;*/

    width: 33%;
    text-align: center;
    padding-top: 25px;
}
.bubble .label {
    text-transform: uppercase;
    font-size: 12pt;
    clear: left;
    display: block;
    padding-top: 15px;
}
.single-listing .entry-content a {
    text-decoration: none;
}
.single-listing .type-price-details {
    width: 65%;
    margin: 0 auto;
    overflow: auto;
    text-align: center;
    text-transform: uppercase;
}
.single-listing .type-price-details .listing-price {
    display: inline-block;
    float: right;
    letter-spacing: 5px;
    width: 50%;
    font-weight: bold;
}
.single-listing .type-price-details .listing-property-type {
    display: inline-block;
    float: right;
    width: 50%;
    letter-spacing: 5px;
    font-weight: bold;
}
.bubble-container {
    max-width: 80%;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 50px;
    overflow: hidden;
}
.single-listing .listing-bedrooms,
.single-listing .listing-bathrooms,
.single-listing .listing-sqft,
.single-listing .listing-lot-sqft {
    background-color: #6ac7b9;
    color: #fff;
    border-radius: 50%;
    padding: 30px;
    text-align: center;
    width: 95px;
    margin-bottom: 25px;
    margin: 0 auto;
}
.listing-meta iframe:first-child {
    padding-right: 15px !important;
}
.single-listing iframe {
    width: 50%;
    float:left;
    margin-bottom: 50px;
}
.wplistings-single-listing .listing-meta {
    background-color: transparent !important;
}
.exclusive_title {
    font-size: 24pt;
    padding-top: 50px;
    text-transform: uppercase;
    text-align: center;
    /*color: #6ac7b9;*/

    color: #4c4c4c;
    /*margin-bottom: 25px;*/

    margin-bottom: -13px;
    letter-spacing: 5px;
}
.wplistings-single-listing .listing-image-wrap span.listing-open-house {
    width: 100%;
    z-index: 999;
    background: rgb(106,
    199,
    185) !important;
}
.wplistings-single-listing .ui-tabs .ui-tabs-panel {
    font-size: 12pt !important;
}
.cycloneslider {
    margin: 0 auto;
}
.listing-photos li img {
    margin: 0 auto;
}
.address-row {
    width: 217px;
    font-size: 13px;
    float: left;
    text-align: left;
    font-weight: bolder;
    margin-left: 11px;
    height: 61px;
}
.entry-meta {
    display: none;
}
/* Share */

body.single #text-18 {
    background-color: #fff;
    display:block;
}
.single-share a {
    font-size: 30px;
    padding-right: 20px;
}
body.page #text-18 {
    background-color: #fff;
    display:none;
}
.nofloat {
    float: none !important;
}
.cmexclusive .address {
    float:left;
    width: 50%;
}
.cmexclusive .listing-price {
    float: right;
    width: 50%;
    padding-top: 25px;
}
.cmexclusive .listing-beds-baths-sqft {
    float: left;
}
.showcase-active {
    display: block;
}
.page-id-27 .listing-search-form {
    text-align: center;
    margin-bottom: 15px;
}
.page-id-27 .listing-search-form button {
    padding: 11px 24px !important;
}
.page-id-707 .listing-search-form {
    text-align: center;
    margin-bottom: 15px;
}
.page-id-707 .listing-search-form button {
    padding: 11px 24px !important;
}
