/*
	Theme Name: Kim Mixon
	Description: This is the child theme created for Kim Mixon 
	
	

	Version: 1.1

	Tags: pink, blue, orange, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.2.3

	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
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

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,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## 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,
.widget: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,
.widget: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: 2rem;
}

body {
	background-color: #fafafa;
	color: #75461E !important;
	font-family: "proxima-nova", sans-serif !important;	
	font-size: 10px;
	font-size: 1rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	padding: 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: #00abde;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #F7931D !important;
	text-decoration: none !important;
}

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 #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "proxima-nova", sans-serif !important;	
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 10px;
}
h4 a {
	color: #00AADE;
}
h1 {
	font-size: 34px;
	font-size: 3.4rem;
}

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;
}
.orange h1 {
	color: #F7931D;
	text-transform: uppercase;
}
/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

/* ## Gallery
--------------------------------------------- */
.page img.aligncenter {
	display: inline;
	padding-right: 10px;
}
.page p.aligncenter {
	text-align: center;
}
.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.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-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}
.site-header input[type="search"] {
	padding: 10px;
	border-radius: 3px;
}
.site-header div[id*="ajaxsearchlite"] {
	padding:4px;
	border-radius: 3px;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}
.mobile-call {
	display:none;
}
.desktop-call {
	display:block;

}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #00abde;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 11px 30px 8px;
	text-decoration: none;
	white-space: normal;
	width: auto;
	border-radius: 7px;
	text-transform: uppercase;
	margin-top: 10px;
}
.mixon-search .button {
	background-color: #38B449;
}
.mixon-search .btn-active {
	background-color: #EC008B;
}
.mixon-search .btn-under {
	background-color: #F7931D;
}

.mixon-search .btn-coming {
	background-color: #7e298f;
}

.mixon-search .my-featured-image {
	display: none;
}
.button a {
	color: #fff;
}
.donate.button {
	background-color: #b3a2ce;
	padding: 2px 30px 0;
	margin-top: 0;
}
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: #EC008B;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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%;
	word-break: break-word;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* ## 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: 100%;
}

.site-inner {
	padding-top: 0;
	word-wrap: break-word;
}
.site-inner .content-sidebar-wrap {
	max-width: 1344px;
	margin: 0 auto;
}
.mixon-home .site-inner .content-sidebar-wrap {
	max-width: 100%;
}
.landing-page .site-inner {
	max-width: 800px;
}
.page .site-inner,
.page .site-inner .entry {
	background-color: #ffffff;
}
.my-featured-image {
	margin-bottom: 0;
	max-height: 800px;
	line-height: 0;
	overflow: hidden;
	position:relative;
	z-index:0;
	min-height: 40px;
}
.my-featured-image img {
	min-width: 100%;
	margin-top: -150px;
}
.lowerimage .my-featured-image img {
	min-width: 100%;
	margin-top: -70px;
}

.no-featured-image .my-featured-image {
	min-height: 0;
}
.my-featured-image img {
	
}
.home .my-featured-image {
	display:none;	
}
/* ## 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: 1060px;
}

.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: 64%;
}

.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: 660px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 30%;
	background-color: #f4faf2;
}

.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 {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #ffffff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
	background-color: #ffffff;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding: 10px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}
.clearboth {
	clear:both;
	float: left;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.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;
}
.site-header .search-form {
    position: absolute;
    right: 200px;
    top: 200px;
}
 
.site-header .search-field {
    background-color: transparent;
    background-image: url(images/search-icon.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border: none;
    cursor: pointer;
    height: 37px;
    margin: 3px 0;
    padding: 0 0 0 34px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition:         width 400ms ease, background 400ms ease;
    width: 0;
}
 
.site-header .search-field:focus {
    background-color: #fff;
    border: 2px solid #c3c0ab;
    cursor: text;
    outline: 0;
    width: 230px;
}
#search-3 {
	display: inline-block;
}
.search-form
.search-submit { 
display:none;
}

/* ## Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #00abde;
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #cecece;
}

.widget-title {
	font-size: 48px;
	font-size: 4.8rem;
	margin-bottom: 20px;
}

/* ## 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;
}
.widget .alignnone {
	margin-bottom: 0;
}
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: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 0;
	word-wrap: break-word;
}


.site-header .widget-area .widget:last-of-type {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 50px;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

 


.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;
}






/* # Events page 
--------------------------------------------*/
.archive .tribe-events-calendar th {
	background-color: #f4faf2;
}

.archive #tribe-bar-form {
    background: #f4faf2;
}
.archive #tribe-bar-form .tribe-bar-submit input[type=submit] {
    -webkit-appearance: button;
    background: #b3a2ce;
}
.single-tribe_events h1 {
		font-family: "goudy-old-style", serif;	

}
/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 1px solid #333;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #c3251d;
	color: #fff;
}

.sidebar .enews-widget input:hover[type="submit"],
.sidebar .enews-widget input:focus[type="submit"]  {
	background-color: #fff;
	color: #333;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* ## 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 {
    width: 300px;
    margin-bottom: 0;
    border-bottom: none;
    float: left;
    height: 100%;
    background: #fff;
}

.site-header > .wrap {
	padding: 10px 0 0 0;
	max-width: 300px;
	margin: 0 auto;
}
.site-header .widget {
	display: inline-block;
}

.site-header .widget-area section.widget_nav_menu {
	display: block;
	margin-top: 5px;
    margin-bottom: 10px;
}

.site-header .widget.simple-social-icons {
	display: inline-block;
	margin-bottom: 0;
}
.site-header .simple-social-icons ul li {
	margin: 0 6px 0 !important;
}
.site-header .widget.simple-social-icons ul li a {
}

.site-header li.lsi-social-twitter a {
	background: #39b54a !important;
}
.site-header li.lsi-social-twitter a:hover {
	color: #39b54a !important;
	background: #fff !important;
}
.site-header li.lsi-social-gplus a {
	background: #3AB549 !important;
}
.site-header li.lsi-social-gplus a:hover {
	color: #3AB549 !important;
	background: #fff !important;
}
.site-header li.lsi-social-instagram a {
	background: #7f2a90 !important;
}
.site-header li.lsi-social-instagram a:hover {
	color: #7f2a90 !important;
	background: #fff !important;
}
.site-header li.lsi-social-pinterest a {
	background: #EC008B !important;
}
.site-header li.lsi-social-pinterest a:hover {
	color: #EC008B !important;
	background: #fff !important;
}
.site-header li.lsi-social-youtube a {
	background: #F7931D !important;
}
.site-header li.lsi-social-youtube a:hover {
	color: #F7931D !important;
	background: #fff !important;
}
.site-header li.lsi-social-email a {
	background: #F6DC35 !important;
}
.site-header li.lsi-social-email a:hover {
	color: #F6DC35 !important;
	background: #fff !important;
}
.site-header .text-widget {
	display:inline-block;
}
/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 100%;
}

.header-image .title-area {
	margin: 0;
	max-width: 100%;
	padding: 0;
}

.header-full-width .title-area {
	float: none;
	width: 100%;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
	text-decoration: none;
}

.header-image .site-title > a {
	background-position: left !important;
	background-size: contain !important;
	float: left;
	min-height: 380px;
	width: 100%;
	margin-bottom: 10px;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	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: left;
	text-align: left;
	width: 100%;
	padding-top: 10px;
	background: #fafafa;
}
.site-header .widget-area .widget-area {
	float: left;
	text-align: left;
	width: 100%;
	padding-top: 10px;
}

.site-header .widget-area h3 {
	color: #ffffff;
}
.site-header .widget-area h3 a {
	color: #ffffff;
	text-decoration: none;
}
.site-header .widget-area h4 {
	color: #e51e24;
}
.site-header .widget-title {
	margin-bottom: 0;
}
 .colored-buttons {
	display: block;
	float: right;
}


#custom_html-1,
#ajaxsearchlitewidget-2 {
	vertical-align: top;
}

#custom_html-1 {
	display: block;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size:20px;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	width: 100%;
	text-transform: uppercase;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
	width:100%;
}

.genesis-nav-menu a {
	color: #00abde;
	text-decoration: none;
	font-weight: 300;
	display: block;
	padding: 20px 12px;
	font-family: "proxima-nova", sans-serif;	
}

.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  {
	text-decoration: none;
	color: #b3a2ce;
	border-radius: 4px;
}

.menu-kim a {
  background: url(images/menu-kim.jpg) no-repeat;
  background-size: contain;
  width: 100%;
}
.menu-team a {
  background: url(images/menu-team.jpg) no-repeat;
  background-size: contain;
  width: 100%;
}
.menu-portal a {
	background: url(https://kimmixon.com/wp-content/uploads/2024/08/mixon_agent_client_portal.png) no-repeat;
  background-size: contain;
  width: 100%;
}
.menu-listings a {
  background: url(images/menu-listings.jpg) no-repeat;
  background-size: contain;
  width: 100%;
}
.menu-search a {
  background: url(images/menu-search.jpg) no-repeat;
  background-size: contain;
  width: 100%;
}
.menu-client a {
  background: url(images/menu-client.jpg) no-repeat;
  background-size: contain;
  width: 100%;
}
.menu-blog a {
  background: url(images/menu-blog.jpg) no-repeat;
  background-size: contain;
  width: 100%;
}

.menu-careers a {
	background: url(https://kimmixon.com/wp-content/uploads/2022/07/menu-careers-1.png) no-repeat;
  background-size: contain;
  width: 100%;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #fff;
	background-color: #ffffff;
	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: #ffffff;
	border: 1px solid #fff;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
	color: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}
.genesis-nav-menu .sub-menu a:hover {
	color: #b3a2ce;
}

.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 {
	float: right;
}

/* ## 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;
}

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */
.site-header .genesis-nav-menu a {
	  color: #000;
  height: 93px;
  text-indent: -9999px;	
	}
 
.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
	float: right;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title h4 a {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 300;
}

/* # Home Page
--------------------------------------------*/
 .site-inner {
	    margin-left: 300px !important;
	 background: #fff;
}


/* ## Featured Pages
--------------------------------------------*/
.home-featured {
	width: 100%;
	margin: 0 auto;
	line-height: 0;
}

.home-featured .widget {
	display: inline-block;
	width: 50%;
	float: left;
}

.home-featured header.entry-header {
	display: inline;
}

.home-featured h4 a {
	font-size: 60px;
	font-weight: 300;
}
.home-featured .widget:nth-child(2) .entry-content {
	background-color: #7E298F;
}
/* ## Mission
--------------------------------------------*/
.home-mission {
	width: 100%;
	padding: 0;
	color: #b3a2ce;
	font-family: "proxima-nova", sans-serif;	
	font-weight: 600;
	font-size: 36px;
	float: left;
	overflow:auto;
	display: inline-block;
	text-align: center;
	margin-top: 2%;
	margin-bottom: 2%;
}
.home-mission .widget {
	width: 100%;
	padding: 0 8px 8px;
	border-radius: 0;
}
.home-mission .widget-wrap {
	max-width: 70%;
	margin:0 auto;
	
}
.home-mission .widget-wrap .widget-wrap {
	max-width: 100%;
	margin:0 auto;
	padding: 0;
	
}
.home-mission img {
	vertical-align: middle;
}
.home-mission .entry-content .mission {
	vertical-align: middle;
}



/* # About
--------------------------------------------*/
.home-about {
	width: 100%;
	padding: 0;
	color: #75461E;
	font-weight: 500;
	font-size: 20px;
	float: left;
	overflow:auto;
	display: block;
	text-align: left;
	padding-top: 2%;
	padding-bottom: 2%;
	background: url(images/stripe.jpg) repeat-x;
}
.home-about .blue {
	color: #00abde;
	font-weight: 600;
}	
.home-about .widget-wrap {
	max-width: 1250px;
	margin:0 auto;
	margin-top: 10px;
}
.home-about .alignright {
	width: 45%;
}
.home-about .alignright img {
	padding-left: 30px;
	padding-right: 20px;
}
.home-about p img {
	width: 97%;
}

.home-about .widget-wrap .widget-wrap {
	max-width: 100%;
	margin:0 auto;
	
}
.home-about .entry-header {
	text-align: left;
	text-transform: lowercase;
	padding-left: 0;
	font-size: 50px;
	font-weight: 400;
	line-height: .6;
	padding-bottom: 0;
	font-family: "voltage", sans-serif;
	color: #b3a2ce;
}
.home-about h3 {
	text-align: left;
	text-transform: uppercase;
	padding-left: 0;
	font-size: 50px;
	font-weight: 400;
	line-height: 1.1;
	padding-bottom: 0;
	font-family: "goudy-old-style", sans-serif;
	color: #00abde;
}
	

.home-about .more-link {
	color: #fff;
	background-color: #b3a2ce;
	border-radius: 3px;
	float:right;
	padding: 2px 7px;
	font-family: "proxima-nova", sans-serif;	
	font-size: 16px;
	font-weight: 500;
}
.home-about .widget {

	float: left;
	width: 55%;
}
.home-about .widget:first-child {
padding-right: 12px;
	width: 45%;
}
.home-about .widget:last-child {
padding-top: 44px;
}

/* # Open House
--------------------------------------------*/

.home-openhouse {
	width: 100%;
	padding: 0;
	color: #6f6f6f;
	font-family: "proxima-nova", sans-serif;	
	font-weight: 400;
	font-size: 20px;
	float: left;
	overflow:auto;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 16px;
	background-color: #fff;
}
.home-openhouse .widget-wrap {
	max-width: 100%;
	margin:0 auto;
	vertical-align: top;
}
.home-openhouse .widget-wrap .widget-wrap {
	max-width: 100%;
	margin:0 auto;
	
}
.home-openhouse article {
	width: 24%;
	margin-left: 1%;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	color:#fff;
	line-height: 1.1;
	text-align: right;
}

.home-openhouse h4 {
	margin:0;
}
.home-openhouse .featured-content article  {
	background-color: #00AADE;
	
}
.home-openhouse .widget .entry-content  {

	padding-right: 24px;
}

.home-openhouse .widget .oh-excerpt {
	background:  url(images/hexagon.png) no-repeat;
	margin-left: 8px;
	padding-bottom: 10px;
}
.home-openhouse .featured-content article:nth-child(2)  {
	background-color: #EC008B;
}
.home-openhouse .featured-content article:nth-child(3) {
	background-color: #F7931D;
}
.home-openhouse .featured-content article:nth-child(4)  {
	background-color: #7E298F;
}
.home-openhouse h3.widget-title {
	
	color: #b3a2ce;
	text-transform: none;
	padding-left: 0;
	font-size: 80px;
	font-weight: 400;
	line-height: 1.1;
	font-family: "goudy-old-style", sans-serif;
	margin: 0;
	text-align: center;
	padding-top: 68px;
}
.home-openhouse .widget:first-child h3.widget-title {
	font-size: 50px;
	text-align: left;
	padding-top: 0;

}

.home-openhouse h4.entry-title a {
	text-align: left;
	color: #b3a2ce;
	text-transform: uppercase;
	padding-left: 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.1;
	padding-bottom: 4px;
	font-family: "proxima-nova", sans-serif;	
	margin: 0;
}
.home-openhouse .widget:nth-child(n+2) p {
	font-size: 22px;
	line-height: 1.1;
	padding-left: 20px;
	padding-right: 20px;
}
.home-openhouse .widget:first-child {
	display: block;
	margin:0 auto;
	text-align: center;
	width: 100%;padding-bottom: 10px;
}	

.home-openhouse .more-link {
	color: #fff;

	font-family: "proxima-nova", sans-serif;	
	font-size: 16px;
	font-weight: 500;
}
.home-openhouse .city,
.home-openhouse .state {
	display: inline-flex;
}
.home-openhouse .cityst {
	clear: both;
	
}
.home-openhouse .ohtime {
	display: inline-block;
}
.home-openhouse .ohdate {
	display: inline-block;
	padding-right: 10px;
}
.home-openhouse .city:after {
	content: ",";
}


/* # Instagram
--------------------------------------------*/
.home-social {
	max-width: 1250px;
	margin:0 auto;
	margin-top: 10px;

}
.home-instagram {
	width: 50%;
	padding: 0;
	color: #75461E;
	font-weight: 500;
	font-size: 20px;
	float: left;
	overflow:auto;
	text-align: left;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-right: 40px;
	display: inline-block;
}
.home-instagram .blue {
	color: #00abde;
	font-weight: 600;
}	
.home-instagram .widget-wrap {
	max-width: 1250px;
	margin:0 auto;
	margin-top: 10px;
}
.home-instagram .alignright img {
	padding-left: 30px;
}
.home-instagram .widget-wrap .widget-wrap {
	max-width: 100%;
	margin:0 auto;
	
}
.home-instagram .entry-header {
	text-align: left;
	text-transform: lowercase;
	padding-left: 0;
	font-size: 50px;
	font-weight: 400;
	line-height: .6;
	padding-bottom: 0;
	font-family: "voltage", sans-serif;
	color: #b3a2ce;
}
.home-instagram h3 {
	text-align: left;
	text-transform: uppercase;
	padding-left: 0;
	font-size: 50px;
	font-weight: 400;
	line-height: 1.1;
	padding-bottom: 0;
	font-family: "goudy-old-style", sans-serif;
	color: #00abde;
}
	

.home-instagram .more-link {
	color: #fff;
	background-color: #b3a2ce;
	border-radius: 3px;
	float:right;
	padding: 2px 7px;
	font-family: "proxima-nova", sans-serif;	
	font-size: 16px;
	font-weight: 500;
}


/* # Meet Kim
--------------------------------------------*/
.social-divider {
	min-width: 19px;
	background: url(images/social-divider.jpg) no-repeat;
	display: inline-block;
    min-height: 380px;
    overflow: hidden;
    float: left;
}
.home-meetkim {
	width: 47%;
	padding: 0;
	color: #75461E;
	font-weight: 500;
	font-size: 20px;
	float: left;
	overflow:auto;
	text-align: left;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 40px;
	display: inline-block;
	font-family: "proxima-nova";
	font-weight: 400;
}
.home-meetkim img {
	float: right;
	padding-bottom: 30px;
}	
.home-meetkim .widget-wrap {
	max-width: 1250px;
	margin:0 auto;
	margin-top: 10px;
}
.home-meetkim .alignright img {
	padding-left: 10px;
}
.home-meetkim .widget-wrap .widget-wrap {
	max-width: 100%;
	margin:0 auto;
	
}
.home-meetkim .entry-header {
	text-align: left;
	text-transform: lowercase;
	padding-left: 0;
	font-size: 50px;
	font-weight: 400;
	line-height: .6;
	padding-bottom: 0;
	font-family: "voltage", sans-serif;
	color: #b3a2ce;
}
.home-meetkim h3 {
	text-align: left;
	text-transform: uppercase;
	padding-left: 0;
	font-size: 50px;
	font-weight: 400;
	line-height: 1.1;
	padding-bottom: 0;
	font-family: "goudy-old-style", sans-serif;
	color: #00abde;
}
	

.home-meetkim .more-link {
	color: #7E298F;
	border-radius: 3px;
	
	padding: 2px 7px;
	font-family: "proxima-nova", sans-serif;	
	font-size: 16px;
	font-weight: 700;
}




/* # Newsletter
--------------------------------------------*/


.sign-up {
	display: inline-block;
	color: #ffffff;
	font-family: "proxima-nova", sans-serif;	
	font-weight: 700;
	font-size: 24px;
	margin-right: 20px;
}


/* # Single Listing
--------------------------------------------*/

.mixon-listing .listing-detail {
	color: #39b54a;
	font-size: 22px;
	font-weight: 600;
}
.mixon-listing .two-col {
	clear:both;
	float:left;
	width: 100%;
}
.mixon-listing .first {
	float: left;
	width: 100%;
	display: inline-block;
	line-height: 1.3;
}
.mixon-listing .links {
	color: #EC008B;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	padding-top: 10px;
}
.photo-gallery {
	clear: both;
	width: 100%;
	float: left;
	padding-top: 30px;
}
.map-row {
	width: 100%;
	clear: both;
}
.yt-video {
	float: left;
	display: inline-block;
	width: 50%;
	padding-right: 10px;
}

.VideoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.VideoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gmap {
	float: right;
	display: inline-block;
	width: 50%;
	padding-left: 10px;
}
.mixon-listing .gallery img {
	border: none;
	height: auto;
	padding: 0;
}
/* Accordion Styles */
.accordion {
	margin-top: 0;
	margin-bottom: 0;
}
.accordion-title {
   background-color: #38B449;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 30px;
    font-size: 15px;
    font-family: "proxima-nova";
    font-weight: 600;
    cursor: pointer;
    max-width: 190px;
    float: left;
	color: #fff;
	text-transform: uppercase;

}

.accordion-title:hover {}
.accordion-title:first-child {border: none;}
.accordion-title.open {cursor: default;}
.accordion-content {padding-bottom: 20px;}

/* # Client Portal
--------------------------------------------*/
.client-portal header.entry-header {
    background-color: #39b54a;
}
.client-portal .site-inner .content-sidebar-wrap{max-width:100%;}
.portal-paragraph-header {color:#39B54A;}
.portal-listings{width:100%;}
.portal-listings .search-form .form-group{display:none;}
.county-listing-header{display:block;clear:both;color:#14B1DF;text-align: center;width:100%;font-size:2.5em;font-weight:700;margin-bottom:20px;}
.client-portal .two-col {display:grid;grid-template-columns: 30% 1fr;grid-gap:0px;clear:both;}
.client-portal h2{margin:0;}
.client-portal .second img {padding:0;margin:0;}
.client-portal .js-wpv-view-layout{display:none;}
.client-portal .listing-thumbs {}
.client-portal .first{align-self:center;justify-self:center;}
.client-portal .welcome-home p{font-size:.9em;}
.client-portal .welcome-home h2{font-size:1.6em;}
.client-portal .second{align-self:stretch;justify-self:stretch;}
.client-portal .site-inner .content-sidebar-wrap{max-width:100%;}
.kim-welcome-video{height:100%;}
.portal-big-purple-header{background: url("/wp-content/uploads/2018/03/hederBackground.jpg"); background-size: cover; height:300px;width:100%;}
.portal-big-purple-header h1{font-size:6.5vw; color:white;padding:5% 0 0 1%; font-family: "proxima-nova"}
.client-portal .welcome-headers {display:grid;grid-template-columns: 8% 1fr;grid-gap:10px;clear:both;}
.header-holder{color:#39b44a;align-self:end}
.header-holder h1{font-size:100px;font-weight:600;}
.yellow {color:#f6dd34;}
.before-house::before{content:url(/wp-content/uploads/2018/03/houseBullet1.png); position:relative;top:25px;left:-8px;}
.portal-bullets{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:10px;width:50%; margin:0 auto;}
.video-archive-videos{display:grid;grid-template-rows:repeat(1, 1fr);grid-gap:10px;width:90%; margin:0 auto;}
/* # Locations Pages
--------------------------------------------*/
.location-paragraph-header {color:#39B54A;}
.locations-listings{width:100%;}
.locations-listings .search-form .form-group{display:none;}
.county-listing-header{display:block;clear:both;color:#14B1DF;text-align: center;width:100%;font-size:2.5em;font-weight:700;margin-bottom:20px;}
.mixon-location .two-col {display:grid;grid-template-columns: 1.2fr 1fr;grid-gap:10px;clear:both;}
.mixon-location h2{margin:0;}
.mixon-location .second img {padding:0;margin:0;}
.mixon-location .js-wpv-view-layout{display:none;}
.mixon-location .listing-thumbs {}
.mixon-location .first{align-self:center;justify-self:center;}
.mixon-location .first-location-info p{font-size:.9em;}
.mixon-location .first-location-info h2{font-size:1.6em;}
.mixon-location .second{align-self:start;justify-self:center;}
.mixon-location .site-inner .content-sidebar-wrap{max-width:100%;}

.hr-holder{width:100%;height:8px;}
hr.colored {
  display:inline-block;
  width:25%;
  border: 0;  
  height: 8px;
  margin:0 0 12px 0;
  padding:0;
  background: -moz-linear-gradient(left, rgba(0,171,222,1) 0%, rgba(0,171,222,1) 16.6666666667%, rgba(237,0,140,1) 16.6666666667%, rgba(237,0,140,1) 33.3333333334%, rgba(57,181,74,1) 33.3333333334%, rgba(57,181,74,1) 50.0000000001%, rgba(246,148,29,1) 50.0000000001%, rgba(246,148,29,1) 66.6666666668%, rgba(126,63,144,1) 66.6666666668%, rgba(126,63,144,1) 83.3333333335%, rgba(246,221,53,1) 83.3333333335%);  /* FF3.6+ */
  background: -webkit-linear-gradient(left, rgba(0,171,222,1) 0%, rgba(0,171,222,1) 16.6666666667%, rgba(237,0,140,1) 16.6666666667%, rgba(237,0,140,1) 33.3333333334%, rgba(57,181,74,1) 33.3333333334%, rgba(57,181,74,1) 50.0000000001%, rgba(246,148,29,1) 50.0000000001%, rgba(246,148,29,1) 66.6666666668%, rgba(126,63,144,1) 66.6666666668%, rgba(126,63,144,1) 83.3333333335%, rgba(246,221,53,1) 83.3333333335%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(0,171,222,1) 0%, rgba(0,171,222,1) 16.6666666667%, rgba(237,0,140,1) 16.6666666667%, rgba(237,0,140,1) 33.3333333334%, rgba(57,181,74,1) 33.3333333334%, rgba(57,181,74,1) 50.0000000001%, rgba(246,148,29,1) 50.0000000001%, rgba(246,148,29,1) 66.6666666668%, rgba(126,63,144,1) 66.6666666668%, rgba(126,63,144,1) 83.3333333335%, rgba(246,221,53,1) 83.3333333335%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(0,171,222,1) 0%, rgba(0,171,222,1) 16.6666666667%, rgba(237,0,140,1) 16.6666666667%, rgba(237,0,140,1) 33.3333333334%, rgba(57,181,74,1) 33.3333333334%, rgba(57,181,74,1) 50.0000000001%, rgba(246,148,29,1) 50.0000000001%, rgba(246,148,29,1) 66.6666666668%, rgba(126,63,144,1) 66.6666666668%, rgba(126,63,144,1) 83.3333333335%, rgba(246,221,53,1) 83.3333333335%); /* IE10+ */
  background: linear-gradient(to right, rgba(0,171,222,1) 0%, rgba(0,171,222,1) 16.6666666667%, rgba(237,0,140,1) 16.6666666667%, rgba(237,0,140,1) 33.3333333334%, rgba(57,181,74,1) 33.3333333334%, rgba(57,181,74,1) 50.0000000001%, rgba(246,148,29,1) 50.0000000001%, rgba(246,148,29,1) 66.6666666668%, rgba(126,63,144,1) 66.6666666668%, rgba(126,63,144,1) 83.3333333335%, rgba(246,221,53,1) 83.3333333335%); /* W3C */
}

/* # Property Search
--------------------------------------------*/
.mixon-search header.entry-header {
    display: none;
}

.mixon-search .my-featured-image {
    min-height: 0; 
}
.mixon-search .search-form {
	width: 100%;
}
.mixon-search .site-inner .content-sidebar-wrap {
	max-width: 100%;
	margin: 0 auto;
}
.search-form .form-group {
	float:right;
	width: 30%;
	background-color: #00AADE;
	color: #fff;
	padding-left: 36px;
	padding-right: 36px;
	height: 850px;
	padding-top: 70px;
	font-family: "proxima-nova";
}
.mixon-search .search-form .map-wrap {
	float:left;
	width:70%;
}

.mixon-search .prop-option {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 40px;
	font-family: "proxima-nova";
}

.mixon-search .prop-option .checkbox {
	display: inline-block;
	padding-right: 14px;
	font-size: 17px;
}
.mixon-search .prop-option label:first-child {
	display: block;
	font-size: 20px;
}
.mixon-search .prop-option .checkbox label:first-child {
	display: inline-block;
	font-size: 17px;
}
.mixon-search .low-price {
	width: 40%;
	display: inline-block;
}
.mixon-search .high-price {
	width: 40%;
	display: inline-block;
}
.mixon-search input[type="checkbox"] {
    width: 16px;
    height: 15px;
}
.mixon-search select,
.mixon-search input, 
.mixon-search textarea {
    color: #00AADE;
}

.mixon-search .prop-option-reset input[type="button"],
.mixon-search .prop-option-reset input[type="submit"] {
	background-color: #F6DC35;
	margin-top: -20px;
	margin-right: 10px;
}
.mixon-search .listing-thumbs, .mixon-location .listing-thumbs {
	clear: both;
	width: 100%;
	font-family: "proxima-nova";
}
.mixon-search .prop-listing,
.sold-listings .prop-listing,
.mixon-location .prop-listing
{
	background-color: #fafafa;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 40px;
	font-family: "proxima-nova";
}
.mixon-search .prop-price,
.sold-listings  .prop-price,
.mixon-location .prop-price{
	color: #EC008B;
	font-weight: 700;
	font-size: 30px;
	background-color: #fafafa;
	border-bottom: 2px solid #38B449;
    display: inline-block;
    margin: -30px auto 12px;
    padding: 12px 32px;
}
.mixon-search .prop-listing.under-contract .prop-price, .mixon-location .prop-listing.under-contract .prop-price {
		color: #F7931D;

}
.mixon-search .prop-address,
.sold-listings  .prop-address,
.mixon-search .prop-address{
	color: #75461E;
}
.active .prop-status:before,
.open-house .prop-status:before {
	content: url(/wp-content/uploads/2017/10/pink-icon-20.png);
	padding-right: 6px;
}
.active .prop-status,
.prop-listing.active,.open-house .prop-status{
	color:#EC008B;
	text-transform: uppercase;
}
.sold .prop-status{
	color:#00AADE;
	text-transform: uppercase;
}

.under-contract .prop-status:before {
	content: url(/wp-content/uploads/2017/10/orange-icon-20.png);
	padding-right: 6px;
}
.under-contract .prop-status {
	color:#F7931D;
	text-transform: uppercase;
}

.coming-soon .prop-status:before {
	content: url(/wp-content/uploads/2021/04/purple-marker_half.png);
	padding-right: 6px;
}

.mixon-search .coming-soon .prop-status {
	color:#7e298f !important;
	text-transform: uppercase;
}

.mixon-search .coming-soon .prop-price {
	color: #7e298f !important;
}

.mixon-search .prop-city,
.sold-listings  .prop-city,
.mixon-location .prop-city{
	color: #75461E;
	display: inline;
}
.mixon-search .prop-state,
.sold-listings  .prop-state,
.mixon-location .prop-state{
	color: #75461E;
	display: inline;
}
.sold-listings .entry-content {
     padding-top: 20px;
}
.mixon-search .prop-link a,
.sold-listings  .prop-link a,
.mixon-location .prop-link a{
	color: #00AADE;
	display: block;
	padding-top: 10px;
	text-transform: uppercase;
	padding-bottom: 20px;
}


/* # Team Blog and Videos Archive Page
--------------------------------------------*/
.blog-item {
    width: 100%;
    clear: both;
    margin-bottom: 10px;
    margin-top: 30px;
}
.blog-item .featured-image {
	float:left;
	padding-bottom: 50px;
	padding-right: 20px;
}
.blog-item .post-title a {
	font-family: "proxima-nova";
	font-size: 30px;
	color:#00AADE;
	font-weight: 700;
}
.blog-item .post-excerpt {
	font-family: "proxima-nova";
	font-size: 19px;
	color:#75461E;
	font-weight: 400;
}
.blog-item .read-more a {
	font-family: "proxima-nova";
	font-size: 20px;
	background-color: #EC008B;
	font-weight: 600;
	color: #fff;
	padding:0 10px;
	border-radius: 5px;
}
.page-id-19 .entry-content ul li {
	list-style-type: none;
}


/* # Testimonials Archive Page
--------------------------------------------*/
.test-item {
	width: 100%;
	clear:both;
	margin-top: 50px;
}
.test-item .featured-image {
	float:left;
	padding-bottom: 50px;
	padding-right: 20px;
}
.test-item .post-title  {
	font-family: "proxima-nova";
	font-size: 20px;
	color:#00AADE;
	font-weight: 700;
	text-align: right;
}
.test-item .post-content {
	font-family: "proxima-nova";
	font-size: 19px;
	color:#75461E;
	font-weight: 400;
font-style: italic;   
}
.page-id-17 .entry-content ul li {
	list-style-type: none;
}


/* # Team Members Archive Page
--------------------------------------------*/
.team-member {
	width: 100%;
	clear:both;
	margin-bottom: 20px;
}
.team-member .featured-image {
	float:left;
	padding-bottom: 50px;
	padding-right: 20px;
	width: 25%;
}
.team-member .name  {
	font-family: "proxima-nova";
	font-size: 40px;
	color:#00AADE;
	font-weight: 700;
}
.team-member .title  {
	font-family: "proxima-nova";
	font-size: 30px;
	color:#00AADE;
	font-weight: 700;
}
.team-member .description {
	font-family: "proxima-nova";
	font-size: 19px;
	color:#75461E;
	font-weight: 400;
}
.team-member a {
	font-family: "proxima-nova";
	font-size: 20px;
	font-weight: 600;
	color: #00AADE;	
}
.team-member .info-box {
	float: left;
	width: 75%;
}
 .divider {
	min-height: 34px;
	background: url(images/stripe-divider.jpg) repeat-x;
	margin-top: 50px;
	 clear: both;
}
.page-id-7 .entry-content ul li {
	list-style-type: none;
}

.page-id-7 .entry-content ul {
	list-style-type: none;
	margin-top: 50px;
}

.team-member.virginia-fuller .name,
.team-member.virginia-fuller .title {
	color: #38B449;
}
.team-member.dinah-reece .name,
.team-member.dinah-reece .title {
	color: #38B449;
}
.team-member.maci-wright .name,
.team-member.maci-wright .title {
	color: #7E298F;
}

.team-member.kylie-mcalister .name,
.team-member.kylie-mcalister .title {
	color: #EC008B;
}

.single-listing .flex-control-paging li a.flex-active {
    background: #75461E;
    background: rgba(117, 70, 30, 0.9);
    cursor: default;
}



/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	background-color: #ffffff;
	margin-bottom: 40px;
	padding: 0;
}
header.entry-header {
    margin-top: -150px;
    padding: 0 0 6px 20px;
    position: relative;
    z-index: 9999;
    background-color: #00AADE;
    border-radius: 7px;
	margin-bottom: 50px;
	margin-left: 6%;
    margin-right: 6%;
}


.purple header.entry-header {
    background-color: #7E298F;
}
.pink header.entry-header {
    background-color: #EC008B;
}
.yellow header.entry-header {
    background-color: #F6DC35;
}
.green header.entry-header {
    background-color: #38B449;
}
.orange header.entry-header {
    background-color: #F7931D;
}

.entry .entry-header h1.entry-title {
	color: #fff;
	font-size: 50px;
	padding-top: 20px;
	font-weight:700;
	text-transform: uppercase;
}
.entry .entry-header h1.entry-title:before {
	content: url(images/house-icon.png);
	padding-right: 18px;
}
.entry-header h2.entry-title {
	color: #00abde;
	font-size: 40px;
	padding-top: 20px;
	font-weight:400;
	font-family: "goudy-old-style", serif;
	text-transform: uppercase;
}
.home-events .entry-header h2.entry-title {
	padding-top: 0;
}
.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #eee;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}
.entry-header .entry-meta time {
	display:none;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	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 a {
	background-color: #ffffff;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
	background-color: #c3251d;
	color: #fff;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #ffffff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}

.entry-comments {
	padding: 60px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.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;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
	 min-height: 100vh !important;
}

.sidebar .widget {
	padding: 40px;
}

.sidebar .widget-title {
	font-family: "goudy-old-style", serif;
	color: #6f6f6f;
	font-size: 24px;
	text-decoration: underline;
	text-transform: uppercase;
}
p.tribe-events-widget-link {
	background-color: #00abde;
	color: #fff;
	text-align: center;
	border-radius: 7px;
}
p.tribe-events-widget-link a {	
	text-transform: uppercase;
	color: #fff;
	padding: 2px 20px;
	text-align: center;
	font-weight: 700;
}
.sidebar .button {
	background-color: #b3a2ce;
}
/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
#media_image-10 img {
	padding: 5px 40px;
}

.footer-widgets {
	padding-top: 30px;
	font-size: 16px;
	font-size: 1.6rem;
	clear: both;
	padding: 60px 0;
	max-width: 100%;
	background-color: #00abde;
}
.footer-widgets ul > li {
	font-size: 18px;
	font-weight: 500;
	font-family: "proxima-nova", sans-serif;	
	text-transform: uppercase;
	margin-bottom: 0;
}
.footer-widgets ul > li:before {
	content: "\f0da";
	font-family: FontAwesome;
	display: inline-block;
	font-size: 20px;
	padding-right: 6px;
}
.footer-widgets a {
	text-decoration: none;
}
.footer-widgets .wrap {
	max-width: 1344px;
	margin: 0 auto;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 33.333334%;
	display: inline-block;
}

.footer-widgets-1 {
	margin-right: 0;
	text-align: center;
	font-size: 23px;
	font-weight: 600;
	color: #FFFFFF;
	float: left;
}

.footer-widgets-1 a {
	color: #FFFFFF;
}


.footer-widgets-2,
.footer-widgets-3 {
	margin-top: 100px;
	font-size: 20px;
	font-weight: 600;
	font-family: "proxima-nova", sans-serif;	
	color: #FFFFFF;
	text-transform: none;
	line-height: 1.2;
}
.footer-widgets-2 h3 {
	font-family: "voltage", cursive;
	font-size: 36px;
	font-weight: 400;
}
.footer-widgets-2,
.footer-widgets-3 {
	padding-left: 10px;
}

.footer-widgets-2 {
	padding-right: 40px;
	padding-left: 40px;
	float: left;
}
.footer-widgets-2  button,
.site-header  button {
    background-color: #7E298F;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 11px 30px 8px;
    text-decoration: none;
    white-space: normal;
    width: auto;
    border-radius: 7px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.footer-widgets-2  button a,
.site-header button a {
	color: #fff;
}
#custom_html-4 {
	width: 100%;
}
#custom_html-4 .widget_text.widget-wrap {
	text-align: center;
	margin: 0 auto;
}
.footer-widgets-3 {
	float: right;
}

.footer-widgets-3 .widget-title {
	text-transform: uppercase;
	font-size: 17px;
	color: #ffffff;
	text-align: left;
	font-family: "proxima-nova", sans-serif;	
	font-weight: 500;
	padding: 4px 4px 0px;
	display: block;
	line-height: 1.2;
	margin-bottom: 4px;
	margin-top: 10px;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #00AADE;
    clear: both;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 10px 0;
	text-align: center;
	color: #ffffff;
}

.site-footer p {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
footer.site-footer a {
    color: #7e298f;
}
#responsive_iframe {
    width: 100%;
    height: 850px;
    position: relative;
}
#responsive_iframe iframe {
    border: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media screen and (min-width:961px) {
	.page-id-29249 header.entry-header {
		margin-top: -99px;
		padding: 0 0 6px 20px;
		position: relative;
		z-index: 9999;
		background-color: #0cade4;
		border-radius: 0; 
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0; 
		border-bottom: solid 1px white;
	}
	.page-id-29249 .site-inner {
		position:relative;
	}
	.page-id-29249 .my-featured-image {
		display:none;
	}
	/* .page-id-29249 .entry .entry-header {
	display:none;
} */
	.page-id-29249 .content-sidebar-wrap {
		position: absolute;
		top: 140px;
		width: 100%;
		max-width:unset;
	}
}
@media only screen and (max-width: 1650px) {
.site-inner .content-sidebar-wrap {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
	}
	.entry .entry-header h1.entry-title {

    color: #fff;
    font-size: 40px;
}
.entry .entry-header h1.entry-title:before {
	content: url(images/small-house-icon.png);
	padding-right: 14px;
}
}

@media only screen and (max-width: 1550px) {
.home-meetkim {
    padding-right: 20px;
	}

}
@media only screen and (max-width: 1530px) {
	.genesis-nav-menu a {
 	font-size: 16px;
    padding: 20px 8px;
}
	.mixon-search .button,
	.mixon-search input[type="submit"],
	.mixon-search .prop-option-reset input[type="button"] {
		padding: 5px 8px 3px;
	}
	.mixon-search .checkbox,
	.mixon-search .radio {
    position: relative;
    display: block;
    margin-top: 3px;
    margin-bottom: 3px;

}
.mixon-search .prop-option,
	.mixon-search .prop-option label:first-child {

    display: block;
    font-size: 15px;

}	
}

@media only screen and (max-width: 1450px) {
	.site-header .phone,
	.site-header .directions,
	.site-header .quote {
		font-size: 18px;
	}
	.site-header .directions:before {
    font-size: 18px;
}
.home-mission {
    font-size: 30px;
	}
	.home-events .entry-title a {
    font-size: 20px;
	}
	.home-events header {
    padding-top: 0px;
	}
}
@media only screen and (max-width: 1380px) {
	.entry .entry-header h1.entry-title {
    color: #fff;
    font-size: 30px;
}
}
@media only screen and (max-width: 1340px) {

	.site-inner,
	.wrap {
	}
.site-inner .content-sidebar-wrap {
	max-width: 100%;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}
	.mixon-home .site-inner .content-sidebar-wrap {
	max-width: 100%;
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
}
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		
	}
.footer-widgets .wrap {
	max-width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

	.content,
	.site-header .widget-area {
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 580px;
	}

.home-openhouse .widget-wrap {
	max-width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}	
	.home-openhouse .widget-wrap .widget-wrap {
	
	padding-left: 0;
	padding-right: 0;
}	
	

.home-openhouse .widget:first-child h3.widget-title {
    font-size: 40px;
	}
	.home-openhouse .widget:first-child h3.widget-title {
    text-align: center;
}
	
}


@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap {
	}
	.site-header > .wrap {
    max-width: 100%;
		padding: 0 10px;
	}
	
	.first-details {
		display: inline-block;
		padding-right: 40px;
		width: 50%;
		float: left;
	}	
.mixon-listing .first {
    width: 100%;
    display: block;
	float: left;
	clear: both;
}
	
	.mixon-listing .second {
    width: 100%;
    display: block;
	float: left;
	clear: both;
}
	
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}
	.genesis-nav-menu {
		font-size: 16px;
	}
	.footer-widgets {
		padding: 20px 0;
	}
	.content,	
	.genesis-nav-menu a {
    	padding: 6px 10px;
}
	.mixon-home .content {
		padding:0;
	}
	.home-openhouse h3.widget-title {
 
    font-size: 60px;
	}

	.home-openhouse .widget:first-child {
    width: 100%;
		padding:0;
	}

	.home-openhouse .widget:first-child p {
		text-align: center;
	}
.home-openhouse .widget .entry-content {
    padding-right: 10px;
}
	.home-openhouse article {
    font-size: 15px;
}
	.nav-primary {
    margin-top: 10px;
}
	
	.home-about .widget-wrap {
    max-width: 100%;
	padding-left: 10px;
    padding-right: 10px;
	}
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.home-events .entry-header h2.entry-title {
    	line-height: .6;
}
.home-events header {
    font-size: 17px;
	}
	
.home-events .entry-header {
    margin-top: -40px;
    height: auto;
}
.home-slider #genesis-responsive-slider h2 a:hover, .home-slider #genesis-responsive-slider h2 a, .home-slider #genesis-responsive-slider h2 {
    font-size: 26px;
	}
	.home-slider #genesis-responsive-slider p {
    line-height: 1.2;
	}
	.gmap {
    float: right;
    display: block;
    width: 100%;
    padding-left: 0;
}
.yt-video {

    float: left;
    display: block;
    width: 100%;
    padding-right: 0;
	padding-bottom: 20px;
}	
}

@media only screen and (max-width: 1100px) {
	.home-openhouse article {
    width: 48%;
	}
button, input[type="button"], 
	input[type="reset"], 
	input[type="submit"], .button {
    cursor: pointer;
    font-size: 13px;
	}
	.search-form .form-group {

    float: right;
    width: 30%;
    background-color: #00AADE;
    color: #fff;
    padding-left: 9px;
    padding-right: 9px;
	}
	.mixon-search .low-price,
	.mixon-search .high-price {
		width: 48%;
	}

.mixon-search .prop-price, .sold-listings .prop-price {
    font-size: 24px;
	}
	.mixon-search .prop-listing, .sold-listings .prop-listing {
    font-size: 14px;
}
	
}


@media only screen and (max-width: 1024px) {

	.site-inner,
	.wrap {
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.js .genesis-nav-menu .sub-menu a,
	.js .genesis-nav-menu .sub-menu, 
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 100%;
	}

	.site-header .wrap {
	
	}
	.sidebar-primary {
		text-align: center;
	}
	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	
	
.home-openhouse h4.entry-title a {
    font-size: 18px;
	line-height: 1.1;
	}
	.site-header .search-form {
		margin: 16px auto;
	}
	
	.home-openhouse .entry-content {
		line-height: 1.1;
	}
	

	.js .site-header nav .wrap {
		padding: 0;
	}

	.js nav.pagination {
		display: block;
	}



	.footer-widgets-1,
	.footer-widgets-2 {
		padding: 0 20px;
	}
.site-header > .wrap {

	max-width: 100%;
	margin: 0 auto;
}

	.phone {
    text-transform: uppercase;
    font-size: 16px;
	}
	.entry .entry-header h1.entry-title {
    font-size: 23px;
}
header.entry-header {
    margin-left: 1%;
    margin-right: 1%;
}
}
@media only screen and (max-width: 960px) {
	.header-widget-area section.widget_media_image img {
		padding: 5px 50px;
	}
.mobile-call {
	display:block;
}
.desktop-call {
	display:none;
}	
	.site-header {
    width: 100%;
		float:none;
	}
	.home-events article {
    width: 100%;
}
	.home-about {
		text-align: center;
	}
my-featured-image img {
    margin-top: 0;
}
.lowerimage .my-featured-image img {
    margin-top: 0;

}
	body > div {
		font-size: 1.8rem;
	}

	body {
		font-size: 18px;
		font-size: 1.8rem;
		
	}
	.content, .sidebar-primary {
		width: 100%;
	}
	.site-title {
		text-align: center;
	}
	.site-header .title-area {
    text-align: center;
}
	.site-inner {
		padding: 0;
	}
	.mixon-home .site-inner {
		padding: 0;
	}
	.header-image .title-area {
    max-width: 100%;
}
	.header-image .site-title > a {
    background-position: center !important;
	
	}
	.site-header .wrap {
    padding: 0;
}
	.site-header .widget-area {
    width: 100%;
		padding-bottom: 10px;
}
	
	.colored-buttons {
    float: none;
}
	.site-header .widget-area {
    text-align: center;
    padding-top:0;
}
	
	.home-openhouse {
		width: 100%;
	}
.my-featured-image img {
    margin-top: 0;
}
	.home-events .widget {
    padding: 0 4px;
	}
	
	.home-events .widget:nth-child(5), .home-events .widget:nth-child(6) {
    width: 100%;
}

	.home-videos .widget {
		width: 100%;
		text-align: center;
	}
	.home-events .featured-content .entry {
    background: none;
    padding: 0;
}
	.home-events .alignnone {
    margin-bottom: 0;
}
.VideoWrapper {
}
	.home-events {
    max-width: 100%;
	}
	
	.entry .entry-header h1.entry-title {
    font-size: 18px;
	}
	.mixon-listing .listing-detail {
    font-size: 16px;
}
	
	.js nav.nav-primary,
	.js .site-header nav  {
		display: none;
		position: relative;
		padding: 8px 5% 0;

	}
	.footer-widgets-2, .footer-widgets-3 {
    font-size: 18px;
}
	
	.entry .entry-header h1.entry-title {
    padding-top: 6px;
}
	.site-header .genesis-nav-menu a {
    height: auto;
    text-indent: 0;
	font-weight: 700;
}
	.site-header .widget-area .widget:last-of-type {
    padding: 0;
}
	.site-inner {
    margin-left: 0 !important;
    background: #fff;
}
	.site-header .genesis-nav-menu .menu-kim a {
    background: none;
		color: #7E298F;
		font-size: 22px;
		font-family: 'proxima-nova', sans-serif;
	}
		.site-header .genesis-nav-menu .menu-team a {
    background: none;
		color: #F7931D;
		font-size: 22px;
		font-family: 'proxima-nova', sans-serif;
	}
	.site-header .genesis-nav-menu .menu-portal a {
    background: none;
		color: #F7931D;
		font-size: 22px;
		font-family: 'proxima-nova', sans-serif;
	}
	.site-header .genesis-nav-menu .menu-listings a {
    background: none;
		color: #38B449;
		font-size: 22px;
		font-family: 'proxima-nova', sans-serif;
	}
		.site-header .genesis-nav-menu .menu-search a {
    background: none;
		color: #00AADE;
		font-size: 22px;
		font-family: 'proxima-nova', sans-serif;
	}
		.site-header .genesis-nav-menu .menu-client a {
    background: none;
		color: #EC008B;
		font-size: 22px;
		font-family: 'proxima-nova', sans-serif;
	}
		.site-header .genesis-nav-menu .menu-blog a {
    background: none;
		color: #F6DC35;
		font-size: 22px;
		font-family: 'proxima-nova', sans-serif;
	}
	
	.site-header .genesis-nav-menu .menu-careers a {
		background: none;
    color: #7E298F;
    font-size: 22px;
    font-family: 'proxima-nova', sans-serif;
}


	}

	
	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background-color: #b3a2ce;
		color: #ffffff;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}
	
	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		border-width: 0;
	}

	.menu-toggle {
		border-top: 1px solid #eee;
		line-height: 20px;
		position: relative;
		right: 0;
		z-index: 1000;
		width: 100%;
	}
	button.menu-toggle {
		border-radius: 0;
		padding: 6px 0 0;
	}
	.site-header .menu-toggle {
		border: 0;
	}

	.menu-toggle:before,
	.menu-toggle.activated:before {
		margin-right: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle {
		float: right;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle:before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle.activated:before {
		content: "\f142";
	}

	.js .nav-primary .genesis-nav-menu .menu-item,
	.js .site-header .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin: 1px 0;
		position: relative;
		text-align: left;
	}

	.js .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.js .nav-primary .genesis-nav-menu .menu-item a,
	.js .site-header .genesis-nav-menu .menu-item a {
		border: none;
		padding: 12px 0;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu {
		border: none;
	}

	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.js .genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}

	.js .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.js nav button:hover,
	.js .menu-toggle:hover,
	.js .nav-primary {
		color: #FFFFFF;
	}

	.js nav button:focus,
	.js .menu-toggle:focus {
		color: #ffffff;
	}
	button.menu-toggle {
		background-color: #00abde;
		width: 100%;
	}
.menu-toggle {
    border-top: none;
    line-height: 20px;
   /* position: absolute; */
   /* right: 0; */
    z-index: 999999;
   
   /* top: 150px; */
}
	.nav-primary {
		float:none;
	}
	.dashicons-before:before {
    display: inline-block;
    width: 42px;
    height: 42px;
    font-size: 42px;
	}
	button#mobile-nav-header {
		padding: 2px;
	}
	.js nav button:focus, .js .menu-toggle:focus {
    background-color: transparent;
    color: #ffffff;
}
	.menu-toggle:before, .menu-toggle.activated:before {
    margin-right: 0;
	}
	.featured-content .entry {
    background: none;
    padding: 0;
}
	
	.menu-toggle, .sub-menu-toggle {
    border-width: 0;
    background-color: transparent;
    color: #fff;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    visibility: visible;
}
	
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		padding: 0;
		margin-bottom: 5%;
	}
.sidebar {
    min-height: auto !important;
}
	
	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.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%;
	}
.site-header {
	}
	header.entry-header {
    margin-left: 0;
    margin-right: 0;
		margin-top: -100px;
		margin-bottom: 20px;
		padding: 0 8px 6px 8px;
}
.entry .entry-header h1.entry-title::before {
    content: url(images/extra-small-house-icon.png);
}
}

@media only screen and (max-width: 800px) {
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 100%;
		padding-bottom: 20px;
	}
	.footer-widgets-2,
	.footer-widgets-3 {
		border-left: none;
	}
	.home-openhouse .widget {
    width: 100%;
}
	.footer-widgets-2, .footer-widgets-3 {
    margin-top: 15px;
		text-align: center;
}
	
	.home-slider #genesis-responsive-slider p {
    display: none;
}
	.home-mission .alignleft {
		float: none;
		text-align: center;
	}
		.home-about .alignright img,
	.home-about .alignright {
		float: none;
		text-align: center;
		margin: 0 auto;
	}
		.home-about .widget {

	float: left;
	width: 100%;
}
.home-about .widget:first-child {
padding-right: 0;
	width:100%;
}
.home-about .widget:last-child {
    padding-top: 0;
}
	.home-about p img {
    width: 100%;
}
}
@media only screen and (max-width: 700px) {
header.entry-header {
    margin-left: 0;
    margin-right: 0;
    margin-top: -28px;
	border-radius: 0;
}
	.content {
		padding: 0;
	}
	.site-inner .content-sidebar-wrap {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

.mixon-listing .two-col {
    padding-left: 10px;
    padding-right: 10px;
}	
	.site-inner .content-sidebar-wrap .entry-content {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media only screen and (max-width: 640px) {

.home-events .widget {
    width: 100%;
	border-bottom: 2px dashed #fff;
	padding-bottom: 20px;
		
}
	a.alignleft {
		float:none;
		text-align: center;
	}
	.home-instagram,
	.home-meetkim {
		width: 100%;
		padding-left: 10px;
	}
.social-divider {
		width:0;
	display: none;
	}
.home-openhouse,
	.home-instagram {
    padding-right: 0px;
	}
	.home-about p img {
    width: 80%;
}
	.footer-widgets-2 {
    text-align: center;
	}
	.footer-widgets-2, .footer-widgets-3 {
    margin-top: 0;
	}
	.single-listing .flex-control-nav  {
		display: none;
	}

}
@media only screen and (max-width: 600px) {


.header-image .site-title > a {
	background-size: contain !important;
}
.header-image .title-area {
    margin: 0;
    max-width: 100%;
    padding: 0;
}
	.widget-title {
    font-size: 32px;
    font-size: 3.2rem;
}
		
	.first-details {
		display: block;
		padding-right: 0px;
		width: 100%;
		float: left;
	}
.site-header .widget-area .widget:last-of-type {
    max-width: 100%;
}	
}

@media only screen and (max-width: 501px) {
	.site-header .quote {
		margin-top: 7px;
	}
	.featured-content .entry-title {
    font-size: 30px;
}
.clearboth {
    clear: both;
    float: none;
    text-align: center;
}
.alignleft {
    float: none;
    text-align: center;
}
	img.alignleft {
		padding:0;
		margin: 0 auto;
	}
	.alignright {
		float: none;
		text-align: center;
		margin: 0;
		padding-bottom: 20px;
	}
	img.alignright {
		margin: 0 auto;
		padding-bottom: 20px;
	}
	.home-featured .widget {
    display: block;
    width: 100%;
}
.lsi-social-icons li a {
    max-width: 30px;
    max-height: 30px;
	}
	.site-header .icon-set-lsi_widget-1 a, 
	.site-header .icon-set-lsi_widget-1 a:visited, 
	.site-header .icon-set-lsi_widget-1 a:focus {

    font-size: 26px !important;
}
	.search-form .form-group,
	.mixon-search .search-form .map-wrap{

    float: right;
    width: 100%;
    padding-top: 20px;
		height: auto;
}
	#wpv-view-layout-106 {
	
    float: left;
    width: 100%;
}
	.js-wpv-addon-maps-render-map-5 {
		height: 400px !important;
		margin-bottom: 20px;
	}
.team-member .featured-image,
	.blog-item .featured-image {

    float: none;
    padding-bottom: 0;
    padding-right: 0;
    width: 100%;
    text-align: center;
	}
	.page-id-7 .entry-content ul {

    list-style-type: none;
    margin-top: 50px;
		margin-left: 0;

}
	.team-member .info-box {

    float: left;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
	}
	.page-id-19 .entry-content ul {

    margin-bottom: 28px;
    margin-left: 10px;
		margin-right: 10px;

}
	
}
/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.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 {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
/* # Search
---------------------------------------------------------------------------------------------------- */

.nav-primary ul {
	display: inline;
}
.menu-primary .menu-item {
 float: left;
}
.fa-search {
 color: #00abde;
}
/* Header search */
.search-form-container {
 position: relative;
}
.search-toggle {
 float: right;
 padding: 20px 24px;
 color: #000;
 text-align: center;
 cursor: pointer;
 line-height: 1;
}
.search-toggle:hover,
.search-toggle.active {
 background: #00abde;
}
.search-toggle:hover .fa-search,
.search-toggle:active .fa-search {
	color: #fff;
}
.search-box-wrapper {
 z-index: 999;
 width: 100%;
 display: none;
}
.search-box {
 padding: 1em;
 background: #00abde;
}
.search-box input[type="search"]{
 max-width: 350px;
 float: right;
 padding: 10px 20px 10px 40px;
 font-size: 20px;
 background-color: #fff;
 border: 0;
 border-radius: 3px;
}
.search-box input[value="Search"]{
 display: none;
}
/* Text meant only for screen readers - from UnderScores */
.screen-reader-text {
 clip: rect(1px, 1px, 1px, 1px);
 position: absolute !important;
 right: 0;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
 background-color: #f1f1f1;
 border-radius: 3px;
 box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
 clip: auto !important;
 color: #21759b;
 display: block;
 font-size: 14px;
 font-weight: bold;
 height: auto;
 left: 5px;
 line-height: normal;
 padding: 15px 23px 14px;
 text-decoration: none;
 top: 5px;
 width: auto;
 z-index: 100000;
}
@media screen and (max-width:1530px) {
 
		.search-toggle {
    padding: 4px 10px;
	}
}@media screen and (max-width:860px) {
 
	.search-toggle {
    float: left;
	}
		.search-toggle {
    padding: 18px 10px;
	}
}