/*
Theme Name: sfhotlist_s
Theme URI: http://themesfhotlist_sr.com/
Author: Nancy Moy
Author URI: http://themesfhotlist_sr.com/
Description: The sfhotlist_s theme is a simple, minimalist theme based on Underscores and the original sfhotlist_s Theme by Ian Steward. It was created especially as a learning theme for The Theme sfhotlist_sr WordPress Theme Tutorial: 2nd Edition.
Version: 2.0
License: GNU General Public License
License URI: license.txt
Tags: light, white, one-column, two-columns, left-sidebar, right-sidebar, flexible-width, custom-backgroud, custom-header, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: none;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* Font import */

@font-face {
	font-family: 'Museo';  
	src: url('/wp-content/themes/sfhotlist_s/fonts/Museo300-Regular-webfont.eot'); /* IE9 Compat Modes */
	src: url('/wp-content/themes/sfhotlist_s/fonts/Museo300-Regular-webfont.eot') format('embedded-opentype'),
			url('/wp-content/themes/sfhotlist_s/fonts/Museo300-Regular-webfont.woff') format('woff'),
			url('/wp-content/themes/sfhotlist_s/fonts/Museo300-Regular-webfont.ttf') format('truetype'),
			url('/wp-content/themes/sfhotlist_s/fonts/Museo300-Regular-webfont.svg') format('svg');
	font-weight: normal;  
	}



/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	color: #C2002F;
	font-family: 'Museo', sans-serif;
	font-weight: 600;
	margin-bottom: 2.1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;	
}
.subtitle {
	padding-top: 4em;
	border-bottom: 1px solid #777;
	line-height: 1.5;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 2.0em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 1.12em 1.5em 1em;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: #777;
}
a:visited {
	color: #777;
}
a:hover,
a:focus,
a:active {
	color: #777;
}
.resource-list h2 {
	color: #C2002F;
	font-weight: 800;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}


/* =Structure
----------------------------------------------- */

.site {
	/*margin: 1.5em auto;*/
	/*padding: 0 1.5em;*/
}

/* =Menu
----------------------------------------------- */
.logo img {
	float: right;
}
.main-navigation {
/* 	clear: both;
	display: block;
	float: left;
	width: 100%; */
	padding-top: 4%;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
/* 	position: relative; */
	padding: 0.25rem 3.2rem;
	margin: 0 auto;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	color: #777;
}

.main-navigation a:hover {
	color: #C2002F;
}
.main-navigation ul ul {
/*	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);*/
	display: none;
	float: left;
	position: absolute;
		top: 1.5em;
		left: 0;
	z-index: 99999;
	background: #fff;
	padding-top: 60px;
	padding-bottom: 10px;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
}
.main-small-navigation .menu {
	display: none;
}

@media (max-width: 1245px) {
.main-navigation li {
    padding: 0.25rem 1.4rem;
}
}


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0;
}
.entry-meta {
	clear: both;
}
footer.entry-meta {
	background: #eee;
    padding: 10px;
    margin: 15px 0;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 0.1em 0 0;
}

.entry-content h1, .entry-content h2 {
	font-family: 'Museo', sans-serif;
	text-transform: none;
	font-weight: 400;
	margin-bottom: 0.2em
}
.entry-content h2 {
	font-size: 1.8rem;
}
.entry-content h1 {
	font-size: 2rem;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

footer {
	padding-bottom: 30px;
	font-size: 14px;
}
.fa-mobile-phone:before, .fa-mobile:before, .fa-envelope-o:before {
	color: #fff;
}
#menu-social-media .fa {
	font-size: 16px;
}
.contact-ftr a {
	color: #fff;
}
#footer-sidebar #menu-main-menu-1 {
	list-style: none;
}
#footer-sidebar #menu-main-menu-1 li a {
	color: #fff;
}

.cd-popup-container input[type="submit"] {
	margin-top: 10px;	
}
.keller-logo {
    padding-top: 10px;
    width: 70%;
    height: auto;
    float: left;
}
/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

img.attachment-single-post-thumbnail {
	width: 100%;
	height: auto;
	border-top: 1px solid #777;
	padding: 10px 0 15px 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-previous h1, .nav-next h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 900;
	text-transform: none;
	letter-spacing: 1px;
	font-size: 1.3rem;	
}

.nav-indicator {
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 1.3rem;
}

#nav-below {
	padding-top: 1em;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	margin-bottom: 4em;
}
a:hover, a:focus, a:active {
	text-decoration: none;
}

/* Paging Navigation */

.paging-navigation {
	margin: 2em 0;
	list-style-type: none;
}

.paging-navigation .loop-pagination {
	margin-top: -5px;
	text-align: center;
}

.paging-navigation .page-numbers {
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	margin-right: 1px;
	padding: 7px 16px;
	text-transform: uppercase;
}

.paging-navigation a {
	color: #2b2b2b;
	font-weight: 600;
}

.paging-navigation .page-numbers.current {
	/*border-top: 5px solid #24890d;*/
	font-family: 'Open Sans', sans-serif;
	color: #C2002F;
}

.paging-navigation a:hover {
	font-weight: 600;
	color: #C2002F;
}



/* =Comments
----------------------------------------------- */

.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Search widget */
#searchsubmit {
	display: none;
}


/* SFhotlist Custom Styles 
----------------------------------------------- */


@font-face {
    font-family: 'museo_slab500';
    src: url('fonts/Museo_Slab_500_2-webfont.eot');
    src: url('fonts/Museo_Slab_500_2-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Museo_Slab_500_2-webfont.woff2') format('woff2'),
         url('fonts/Museo_Slab_500_2-webfont.woff') format('woff'),
         url('fonts/Museo_Slab_500_2-webfont.ttf') format('truetype'),
         url('fonts/Museo_Slab_500_2-webfont.svg#museo_slab500') format('svg');
    font-weight: normal;
    font-style: normal;
}

.hero-cta {
	position: absolute;
    top: 30%;
    text-align: left;
    left: 12%;
    font-size: 3.5em;
    font-weight: 700;
    color: white;
/*     text-shadow:1px 1px 8px #000; */
}
.main-navigation a:active, 
.main-navigation li.current_page_item a, 
.main-navigation li.current-menu-item a, 
a:hover, a:focus, a:active {
	color: #C2002F;
}
.embed-responsive {
	width: 100%;
	height: auto;
}
.embed-responsive-16by9 {
    padding-bottom: 31%;
}

	
.hero-content, img.hero-image {
  display:inline-block;
  position:relative;
}
.hero-logos .hero-sfhotlist{
	position:absolute;
	top:5%; 
	left:80px;
	width:15vw; 
	height:auto;
}

.hero-logos .hero-keller{
	position:absolute;
	bottom:5%; 
	right:100px;
	width:10vw; 
	height:auto;
}

.hero-image {
	width: 100%;
}

.hero-image figure.image-hover img {
	max-height: auto;
	height: auto;
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #fff;
	text-align: center;
	top: -50%;
	left: 0;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.hero-image figure.image-hover {
	max-height: 280px;
    height: 280px;
    float: left;
    overflow: hidden;
    width: 100%;
    background: #fff;
}
.hero-image figure.image-hover:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2)
}
.hero-image .grid-box {
	display: block;
	height: 250px;
}
.carousel-control .glyphicon-menu-left, .carousel-control .glyphicon-menu-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	margin-top: 245px;
}
.carousel-control .glyphicon-menu-left, .carousel-control .icon-prev {
	margin-left: -55px;
}
.carousel-control .glyphicon-menu-right, .carousel-control .icon-next {
	margin-right: -55px;
}

.hero-image figure.image-hover .entry-meta {
	background: rgba(0,0,0,0.8);
	margin: 25px 0 25px 0;
	position: absolute;
	width: 85%;
	bottom: 15px;
	padding: 15px 15px 20px 60px;
	height: auto;
}
.hero-image figure.image-hover .entry-meta .date-archive  {
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-left: 0;
	margin: 0;
	background: none; /*rgba(0,0,0,0.7)*/
}
.hero-image figure.image-hover .date-archive {
	transition: none;
	position: static;
	bottom: 0px;
	padding: 0;
	font-weight: 200;
	text-align: left;
	color: #fff;
	font-size: 14px;
	padding-top: 50px;
}
.hero-image figure.image-hover:hover .date-archive {
	-webkit-transform: none;
	transform:none;
}
.hero-image figure.image-hover h3 a {
	padding: 0;
}
.hero-image figure.image-hover h3 {
	position: static;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	top: 40px;
	text-transform: none;
	text-align: left;
	font-weight: 600;
	font-size: 1.9rem;
	background: none;  
	margin: 0;
	padding: 0;
}
.hero-image figure.image-hover .entry-meta h3 a {
	background: none;
	top: 0;
	color: #ffffff;
	opacity: 1;
	-webkit-transition: none;
	transition: none;
	-webkit-transform: none;
	transform: none;
	padding-top: 20px;
}
.hero-image figure.image-hover:hover .entry-meta h3 a {
	height: 110px;
}
/* End of Hero Slider */

.single-post #main {
	padding-top: 160px;
}

p {
	font-size: 1.5rem;
}
.site-header {
	position:fixed;
	z-index: 10;
	width: 100%;
	padding: 0px;
	background: #fff;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1); /* offset-x | offset-y | blur-radius | spread-radius | color */
}
.site-header img {
/*	width: 35%;
	max-width: 35%;*/
	width: 130px;
	height: auto;
	margin: 0 !important;
}
#main {
	padding-top: 130px;
	padding-bottom: 20px;
}
.main-body {
	padding-top: 40px;
}

img.thumbnail-set {
	width: 300px;
	height: 300px;
}

.entry-header-archive h1, .widget-title, .entry-header h1, .widget-title {
	font-family: 'Museo', sans-serif;
	font-weight: 600;
	font-size: 2.1rem;
	color: #C2002F;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 1px;
	line-height: 1.5;
	margin-bottom: 15px;
	border-bottom: 1px solid #777;
	letter-spacing: 1px;
}
.hot-topics {
	margin-bottom: 30px;
	}
.col-md-10 > h1, .col-md-10 .entry-header h1, .col-md-10 .widget-title h1 {
	border-bottom: none;
}
#post-43 .entry-header h1, #post-43 .entry-header h1 a, #post-43 .widget-title {
	line-height: 1.5;
	border-bottom: 1px solid #777;
}
.date {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2rem;
	color: #b3b3b3;
	text-align: right;
}

.textwidget {
	font-size: 1.3rem;
}


#wpcf7-f71-o1 input[type="email"], #wpcf7-f71-o2 input[type="email"]{
	padding: 8px;
	border: 1px solid #C2002F;
	border-radius: 0px;
	background: rgba(255,255,255,0.7);
}
ul#menu-helpful-tools  {
	list-style-type: none;
	margin: 0;
}

ul#menu-helpful-tools li, input[type="submit"] {
	background: #C2002F;
	margin: 0 0 10px 0;
	padding: 5px;
	text-align: center;
	transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    border: 1px solid #C2002F;
    -webkit-box-shadow: none; 
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    width: 100%;
    border-radius: 0;
    height: 36px;
    font-size: 16px;
    font-weight: 200;
}
input[type="submit"]:focus {
	padding: 4px;
}
ul#menu-helpful-tools li a {
	color: #fff;
}
ul#menu-helpful-tools li:hover, input[type="submit"]:hover {
	border: 1px solid #222;
	padding: 5px;
	background: #222;
	opacity: 0.8;
	transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -webkit-box-shadow: none; 
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}
ul#menu-helpful-tools a:focus, ul#menu-helpful-tools a:hover {
	text-decoration: none;
}
.fontawesome-text {
	display: none;
}
li#menu-item-62 {
	padding: 0.25rem .2rem 0.25rem 0.8rem;
}

li#menu-item-63, li#menu-item-64, li#menu-item-65, li#menu-item-66, li#menu-item-67, li#menu-item-68 {
	padding: 0.25rem .2rem;
}

#footer-sidebar {
	padding: 40px 0;
	background: #575757;
	border-bottom: 1px solid #777;
}


/* - Home Page - */

/* homepage testimonial section on top */
.testimonial-home {
	background: none;
}
.page-id-2 .post-page-pad {
	padding-top: 10px;
}
.page-id-2 .test-btn {
	width: 30%;
}
.home-test .slick-prev {
	left: 0;
}
.home-test .slick-next {
	right: 0;
}
.home-test .open-quotes {
	padding-left: 0px;
	text-align: center;
	color: rgba(0,0,0,0.1);
	padding-top: 0;
}
.home-test .close-quotes {
    text-align: right;
    color: rgba(0,0,0,0.1);
    padding-right: 45px;
    margin-bottom: 0;
    margin-top: -65px;
    display: none;
}
.home-test.testimonial-section {
	background: none;
	color: #777;
}
.home-test .testimonial {
	padding: 0 7%;
	line-height: 1.3;
}
.home-test p {
	margin-bottom: 1.2em;
}
.home-test h1 {
	margin-bottom: 0.5em;
}
.home-test .slick-prev:before, .home-test .slick-next:before {
	color: #eee;
}
.page-id-2 .testi-footer {
	display: none;
}
.home-content {
	padding-top: 50px;
}
.test-block {
	border-bottom: 1px solid #222;
	margin-bottom: 40px;
}

.nested-block {
	margin-bottom: 10px;
}

/* Latest Posts Slider */

.hero-image	{
	display: block;
	position: relative;
/* 	margin-bottom: 40px; */
}
.slogan {
}
.carousel-caption {
}
.carousel-indicators {
	bottom: -20px;
}

.home .col-md-4 figure.image-hover {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    background: #fff;
    text-align: center;
    max-height: 250px;
    height: 250px;
    margin-bottom: 20px;
/*     border-top: 1px solid #000; */
    padding-top: 10px;
}

#blog-head {
	height: 25px;
	border-bottom: 1px solid #777;
}

#blog-head h1 {
	font-size: 2rem;
	margin-bottom: 2em;
}
#blog-head .blog-title {
	float: left;
	width: 80%;
	text-transform: capitalize;
}

.view-blog a , #blog-head > a{
	text-align: right;
	float: right;
	width: 20%;
}
.view-blog .fa a {
	color: #d0d0d0;
}


#cat-head {
	height: 25px;
	border-bottom: 1px solid #cacaca;
}

#cat-head h1 {
	margin-bottom: 1em;
	font-size: 1.1em;
	font-kerning: none;
}
#cat-head .cat-title {
	float: left;
	width: 80%;
	text-transform: capitalize;
}

.view-cats {
	text-align: right;
	float: right;
	width: 20%;
}
.view-cats .fa a {
	color: #d0d0d0;
}
.latest-press {
	 border-bottom: 1px solid #cacaca;
	 padding-top: 60px;
}

/* Show 6 posts on homepage */


.all_post {
	font-family: 'Museo', sans-serif;
	font-weight: 500;
	font-size: 2.1rem;
	color: #C2002F;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 1px;
	line-height: 1.5;
	margin-bottom: 15px;
	letter-spacing: 1px;
	float: left;
	width: 98%;
	text-transform: capitalize;
}
.all_post_row figure.image-hover{
	border-top:none !important;
}
.view-posts {
	float-right;
}

/*
* About Page - Hover Effects
*/
.left-para {
	text-align: left;
}
.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

#team-concept {
	margin-bottom: 2em;
}
 #meet-team {
	 margin-bottom: 1em;
 }
/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 250px;
	max-width: 250px;
	max-height: 330px;
	width: 40%;
	height: auto;
	background: #777;
	text-align: left;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
	-webkit-transition: all 2.5s ease-in;
	transition: all 2.5s ease-in;
}
.grid figure:hover img {
	opacity: 0.2;
}
.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: capitalize;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.agent-hero-image {
	display: block;
	width: 100%;
	position: relative;
	background-position-x: right;
	background-size: cover;
	height: 450px;
	float: left;
}

.page-template-page-agent .agent-info h1 {
	font-size: 2.3rem;
	letter-spacing: 1px;
	padding-left: 30px;
	margin-bottom: 5px;
}
.page-template-page-agent .agent-info h2 {
	padding-left: 30px;
	font-family: sans-serif;
    font-weight: 500;
    color: #666;
    font-size: 16px;
}

.agent-contact {
	font-weight: 500;
	padding-bottom: 15px;
}
.agent-contact ul {
	list-style: none;
	margin: 0 5px 0 5px;
}
.agent-contact ul li {
	float: left;
}
.agent-contact ul li:nth-child(n+2) {
	margin-left: 10px;
}
.agent-contact .fa:nth-child(n+2) {
	padding-left: 20px;
}

.agent-info {
	position:absolute;
	top: 20%;
	color: #222;
}

.agent-info ul {
	padding-right: 0;
	margin-bottom: 20px;
}

.agent-info ul li {
	margin-bottom: 10px;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.05em;
	font-weight: 300;
}

.grid figure h2 span {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4rem;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-weight: 400;
	line-height: 1.2;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
}

img.dl-photo {
	border: 1px solid #777;
	border-radius: 1px;
	float: left;
}

h2.danielle {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 600;
	text-align: left;
	padding-top: 10px;
}
/*---------------
* Hover effects for text
---------------*/

figure.effect-goliath {
	background: #222;
}
figure.effect-goliath img,
figure.effect-goliath h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
figure.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-goliath h2,
figure.effect-goliath p {
	text-transform: capitalize;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px;
	color: #ffffff;
}
figure.effect-goliath h2 {
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 600;
}
figure.effect-goliath p {
	text-transform: none;
	font-size: 0.8em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
	line-height: 1.2;
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	font-size: 14px;
}

.effect-goliath figcaption a,
.effect-goliath figcaption a:visited {
	color:#999;
}
.effect-goliath figcaption a:hover {
	color: #ddd;
}
figure.effect-goliath .team-bio  {
	font-size: 11.5px;
	line-height: 1.3;
	margin-bottom: 10px;
}

.bio-btn, .test-btn {
	margin: 5px 0;
	width: 100%;
	border-radius: 0;
	background: #C2002F;
	border: 0;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: none;
	color: #fff;
	text-shadow: none;
	transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    font-size: 16px;
    font-weight: 200;
}
.test-btn {
	background: rgba(138,138,141,1);
    opacity: 1;
}

.bio-btn:hover, .test-btn:hover {
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: none;
	text-shadow: none;
	background: #4e4e4e;
	color: #fff;
}
figure.effect-goliath:hover img {
	-webkit-transform: translate3d(0,0px,0);
	transform: translate3d(0,0px,0);
}
figure.effect-goliath:hover h2 {
	-webkit-transform: translate3d(0,-230px,0);
	transform: translate3d(0,-230px,0);
}
figure.effect-goliath:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* Press page hover effects */

#post-10610 .grid figure {
	max-height: 250px;
}
figure.effect-lily img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 0.5;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}
figure.effect-lily figcaption {
	text-align: left;
}
figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1em;
	width: 100%;
	height: 50%;
}
figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
	text-shadow: 1px 1px 10px #000;
}
figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #fff;
}
figure.effect-lily p {
	color: rgba(255,255,255,1);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
	line-height: 1.2;
}
figure.effect-lily:hover img,
figure.effect-lily:hover p {
	opacity: 0.9;
}
figure.effect-lily:hover p {

}
figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

/* Buyer and Seller's Page */

.grey-box {
	background: #dadada;
	margin-top: 15px;
	margin-bottom: 35px;
	padding: 10%;
	background-image: linear-gradient(90deg, rgba(239, 222, 226, 0.8) 1%, rgba(104, 119, 132, 0.2) 100%), linear-gradient(-90deg, #eae9e9 0%, rgba(233,223,223, 0.8) 80%);
}
.grey-box h2 {
	color: #C2002F;
	font-family: 'Museo', sans-serif;
	font-weight: 600;
	margin-bottom: 2.1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	-webkit-font-smoothing: antialiased;	
	
}

.grey-box p {
	text-align: center;
}

.btn-info {
	margin-top: 10px;
	background-color: #C2002F;
	border-color: #C2002F;
	border-radius: 0;
	transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    font-size: 16px;
    line-height: 1.3333333;
    letter-spacing: 1px;
    font-weight: 200;
    width: 250px;
    padding: 5px;
}

.btn-info:hover {
	background: #222;
	border-color: #222;
	opacity: 0.8;
}

.btn-info.focus, .btn-info:focus {
	background: #C2002F;
}

.btn-info:visited {
	color: #fff;
}

.page-id-4265 figure.effect-goliath:hover h2 {
	-webkit-transform: translate3d(0,-200px,0);
	transform: translate3d(0,-200px,0);
}

.page-id-4265 figure.effect-goliath p {
	font-size: 13px;
	letter-spacing: 1px;
}

.bg-image-headline .home,  .bg-image-headline .pest{
}

.bg-image-headline-home {
background-image: linear-gradient(
      rgba(240, 88, 120, 0.3),
      rgba(0, 0, 0, 0.3)
    ),
    url('/wp-content/uploads/2015/12/home-inspection-hero.jpg');
    background-size: cover;
	height: 200px;
	width: 95%;
	position: relative;
  	float: left;
  	margin: 10px 0 40px 0;
}

.bg-image-headline-pest {
background-image: linear-gradient(
      rgba(240, 88, 120, 0.3),
      rgba(0, 0, 0, 0.3)
    ),
    url('/wp-content/uploads/2015/12/pest-inspection.jpg');
    background-size: cover;
	height: 200px;
	width: 95%;
	position: relative;
  	float: left;
  	margin: 10px 0 40px 0;
}

.bg-image-headline-attorney {
background-image: linear-gradient(
      rgba(240, 88, 120, 0.3),
      rgba(0, 0, 0, 0.3)
    ),
    url('/wp-content/uploads/2015/12/attorneys.jpg');
    background-size: cover;
	height: 200px;
	width: 95%;
	position: relative;
  	float: left;
  	margin: 10px 0 40px 0;
}

.bg-image-headline-resources {
background-image: linear-gradient(
      rgba(240, 88, 120, 0.3),
      rgba(0, 0, 0, 0.3)
    ),
    url('/wp-content/uploads/2015/12/investment-resources.jpg');
    background-size: cover;
	height: 200px;
	width: 95%;
	position: relative;
  	float: left;
  	margin: 10px 0 40px 0;
}

.bg-image-headline-home h1, .bg-image-headline-pest h1, .bg-image-headline-attorney h1, .bg-image-headline-resources h1 {
	position: absolute;
	color: rgba(255,255,255,0.8);
	padding: 20px;
	font-size: 2.5rem;

}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 1px;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: transparent; 
    border-color: #ddd;
}
/*  image hover for blog page */
figure.image-hover {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	background: #fff;
	text-align: center;
	max-height: 250px;
	height: 220px;
}

figure.image-hover img {
	height: 117%;
	position: absolute;
	overflow: hidden;
	width: 117%;
	background: #fff;
	text-align: center;
	left: -10px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
figure.image-hover:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2)
}

figure.image-hover h3 {
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	position: absolute;
	color: #ffffff;
	bottom: 0px;
	margin: 0;
	text-transform: none;
	text-align: left;
	padding: 0px;
	font-weight: 400;
	font-size: 1.5rem;
	background: rgba(0,0,0,0.4);  /*(117,61,41,0.7)*/
}
figure.image-hover h3 a {
	padding: 5px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.grid-box {
	display: block;
	height: 250px;
}

figure.image-hover .entry-meta .date-archive  {
	text-transform: uppercase;
	letter-spacing: 1px;
	background: rgba(0,0,0,0.7);
	margin: 0px;
	width: 100%;
}
figure.image-hover:hover .date-archive  {
	background: rgba(0,0,0,0.7);
}

figure.image-hover .date-archive {
	transition: opacity 0.35s, transform 0.35s;
	position: absolute;
	bottom: 0;
	padding: 5px;
	font-weight: 200;
	text-align: left;
	color: #fff;
	font-size: 12px;
}

figure.image-hover:hover .date-archive {
	-webkit-transform: translate3d(0,-90px,0);
	transform: translate3d(0,-90px,0);
	}
figure.image-hover .entry-meta h3 a {
	background: rgba(0,0,0,0.7);
	position: absolute;
	bottom: 0;
	color: #ffffff;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
figure.image-hover:hover .entry-meta h3 a {
	opacity: 1;
	height: 110px;
/* 	line-height: 1.3; */
    font-weight: 600;
}


/****** image hover for sellers and buyers page******/



figure.image-block {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	background: #fff;
	text-align: center;
	max-height: 225px;
	height: 180px;
	margin-bottom: 15px;
}

figure.image-block-2 {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	background: #fff;
	text-align: center;
	max-height: 300px;
	height: 250px;
	margin-bottom: 15px;
}

.page-id-45 figure.image-block {
	height: 225px;
}
figure.image-block * {
}

figure.image-block img {
	min-width: 100%;
 	max-width: 100%;
}

figure.image-block h3 {
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	position: absolute;
	color: #ffffff;
	bottom: 0px;
	margin: 0;
	text-transform: none;
	text-align: left;
	padding: 5px;
	font-weight: 600;
	font-size: 1.5rem;
	background: rgba(0,0,0,0.4);  /*(117,61,41,0.7)*/
}

figure.image-block img {
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
figure.image-block:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1)
}


/* Buyers worksheet */

#worksheet{
	width: 100%;
}
#worksheet #left {
	width: 50%;
	float: left;
}
#worksheet #right {
	width: 50%;
	float: right;
}
#worksheet p {
	margin-bottom: 12px;
}
#worksheet input[type="text"], #worksheet input[type=email], #wpcf7-f10375-p30-o1 input[type="text"], #wpcf7-f10375-p30-o1 textarea {
	border:none;
	border:1px solid #000;
	font-size :14px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	width: 100%;
	padding: 5px;
}
#worksheet #right input[type="text"], #worksheet #right input[type="text"] {
	width:90%;
	margin: 0 0 0 35px;
}
#worksheet textarea {
    position: relative;
    padding: 5px;
    border:1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 50%;
}
#worksheet input[type="submit"] {
	padding:8px 18px;
	background:#C2002F;
	color:#fff;
	border: 1px solid #fff;
	float:right;
	font-size: 14px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	width: 100%;
}

#worksheet input[type="submit"]:hover {
	background:#fff;
	color:#222;
	border: 1px solid #222;
}
#wpcf7-f10375-p30-o1 select {
	border-radius: 1px;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
}

#wpcf7-f10375-p30-o1 select:focus {
  outline: none;
}
input[type=checkbox], input[type=radio] {
	margin: 4px 0 0 4px;
}
input[type=text]:focus, input[type=email]:focus, textarea:focus {
	outline: none;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
	box-shadow: none;
	padding: 10px;
	outline: 2px solid #C2002F;
	background: #eee;
	-webkit-animation: background 0.55s ease-in;
	-moz-animation: background 0.55s ease-in;
	animation: background 0.55s ease-in;
}

/* Seller's Page */

.col-md-4 figure.image-hover {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	background: #fff;
	text-align: center;
	max-height: 225px;
	height: 225px;
}

.resource-list {
	margin-bottom: 25px;
}
/* Comment Area */

.form-submit input[type="submit"] {
	background: #C2002F;
	border-radius: 1px;
	border: 1px solid #C2002F;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.form-submit input[type="submit"]:hover {
	background-color: #777;
	border-color: #777;
}

/* Archive php */
.post-page-pad {
	padding-top: 60px;

}
.page-header {
	margin: 0;
	border-bottom: 0;
}

.page-title {
	margin-bottom: 1em;
}


.index-box {
	background: #eee;
	background: hsl(0, 0%, 100%);
}
.index-box blockquote.alignleft,
.index-box blockquote.alignright {
	background: #fff;
	background: hsl(0, 0%, 100%);
	border: none;
}

/* Content php */
.continue-reading a {
	font-size: 1.3rem;
}
.continue-reading a:hover {
	text-decoration: none;
}
.author{
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	font-weight: 600;
	margin-bottom: 0.2em
}

/* WPL Property Listings */

.wpl_prp_container_content_title {
	padding: 0;
}
#main_infowindow .main_infowindow_r .main_infowindow_title {
	color: #C2002F;
	font: 1.6em/1.1em 'Museo', sans-serif;
}
#main_infowindow .main_infowindow_r .main_infowindow_r_b div.price {
	float: left;
	margin: 10px 0;
	font: 1.2em/1em'Open Sans', sans-serif;
	color: #666;
}
/* WPL Search */
.wpl_search_from_box.simple label, .wpl_search_from_box.simple .wpl-gen-form-label {
	display: none;
	padding: 0 10px;
}
.wpl_search_from_box .search_submit_box .wpl_search_widget_submit {
	background: #C2002F;
	padding: 5px 30px 0 10px;
	height: 20px;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 4px 0;
}
.wpl_search_from_box.simple label, .wpl_search_from_box.simple .wpl-gen-form-label {
	color: #eee;
}
.wpl_search_from_box .search_submit_box {
	background: #C2002F;
}

.wpl_search_from_box .search_submit_box:after {
	content: '\f105';
	right: 9px;
	top: 2px;
}
.wpl_prp_title {
    font: 1.4em/1.2em "Museo",Arial,Helvetica,sans-serif;
    color: #C2002F;
	margin-bottom: 5px;
    margin-top: 15px;
}
.wpl_prp_cont .wpl_prp_listing_location {
	display: none;
}
.wpl_prp_cont .price_box span {
	color: #666;
}

.wpl_prp_top {
	width: 100% !important;
    height: 248px !important;
}
.wpl_prp_top_boxes.back {
	background: rgba(0,0,0,0.5);
	font: 1.2em/1 "Open Sans",Arial,Helvetica,sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	font-weight: 200;
	letter-spacing: 1px;
}
.wpl_prp_listing_icon_box div {
	display: inline-block;
}
.wpl_prp_listing_icon_box div:hover, .wpl_list_grid_switcher>div.active:before {
	color: #C2002F;
}
.wpl-slider-bx-pager-wp a:hover, #bx-pager a:hover, .wpl-slider-bx-pager-wp a.active, #bx-pager a.active {
	background: #C2002F;
}
.ui-datepicker .ui-datepicker-title select {
	background: #aeaeae;
	font-weight: 300;
}

.wpl_prp_listing_icon_box div.bedroom:after, #main_infowindow .main_infowindow_r .main_infowindow_r_b div.bedroom:after {
	padding-left: 5px;
	content: " ";
	height: 20px;
	width: 22px;
	margin-left: 2px;
	background: url('/wp-content/uploads/2015/12/bedroom-1.svg') no-repeat bottom;
    background-size: 22px;
}
.wpl_prp_listing_icon_box div.bathroom:after, #main_infowindow .main_infowindow_r .main_infowindow_r_b div.bathroom:after {
	padding-left: 2px;
    content: " ";
	height: 20px;
	width: 22px;
	margin-left: 2px;
	background: url('/wp-content/uploads/2015/12/bathrooms.svg') no-repeat bottom;
    background-size:18px;
}
.wpl_prp_listing_icon_box div.parking:after, #main_infowindow .main_infowindow_r .main_infowindow_r_b div.parking:after {
	padding-left: 2px;
	margin-top: 0px;
	content: ' ';
	height: 20px;
	width: 22px;
	margin-left: 2px;
	background: url('/wp-content/uploads/2015/12/garage.svg') no-repeat bottom;
    background-size:23px;
}
#main_infowindow .main_infowindow_r .main_infowindow_r_b div:after {
	color: #444;
}
.wpl_prp_listing_icon_box div:after {
    display: inline-block;
    font: 1.4em "wpl-front";
}
.wpl_prp_listing_icon_box div.pic_count:after {
    margin-left: 2px !important;
}
.bx-controls-direction .bx-next:before {
	content: "\e657";
}
.bx-controls-direction .bx-prev:before {
	content: "\e656";
}
.bx-viewport {
	height: 300px;
}
.wpl_prp_show_container .tabs_box .tabs li:before {
	background: #666
}
.wpl_prp_show_container .title_text {
	color: #C2002F;
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	line-height: 26px;
	font-style: normal;
    float: left;
    width: 50%; 
    margin-top: 12px;
    font-size: 24px;
}
.wpl_prp_show_container .location_build_up {
    display: none;
}
.wpl_prp_show_detail_boxes_title {
	font-size:14px;
	font-style: normal;
}
.wpl_prp_right_boxes_title span {
	color: #777;
}
.wpl_prp_right_boxes_title {
	color: #C2002F;
	font-style: normal;
	width: 80%;
	margin: 15px auto 10px auto;
}
.wpl_prp_right_boxe_details_bot {
	margin: 0;
}
.wpl_prp_show_container .price_box {
	width: 80%;
	margin: 15px auto 20px auto;
    color: #666;
    line-height: 50px;
    text-align: left;
    font: 2em/1.5em 'Open Sans',Arial,Helvetica,sans-serif;
}
.wpl_prp_show_detail_boxes_title:after {
	background: #C2002F;
}
.wpl_prp_right_boxes {
	border: 1px solid #ccc;
}
.bxslider {
	position: relative;
	height: 500px;
}
.wpl_gallery_container,
.bxslider > li,
.bxslider li {
	z-index: 1 !important;
}
.wpl_prp_cont:hover {
	border-bottom: 1px solid #C2002F;
}

img.wpl_gallery_image {
	/* Remove this is the main listing page needs the sidebar */
	width: 100% !important;
	height: auto !important;
}
.wpl_prp_show_detail_boxes_cont .rows.feature span {
	color: #404040;
	background: none;
}
.wpl_prp_show_detail_boxes_cont .rows span {
	font-size: 12px;
}
.wpl_prp_cont {
	margin: 2em 3px 4em 0.5em;
}

/* ---------------------------------------
* Testimonial Page's Read More function
------------------------------------------ */ 
.rave + [data-readmore-toggle], .rave[data-readmore] {
	width: 95% !important;
}
.rave h2 {
	margin-top: 35px;
}

a.read {
	text-align: right;
}
/* ---------------------------------------
* Sidebar popup
------------------------------------------ */ 
.cd-popup-trigger {
  display: block;
  line-height: 40px;
  margin: 0em auto;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  text-transform: capitalize;
  background: #C2002F;
/*   box-shadow: 0 3px 0 rgba(0, 0, 0, 0.07); */
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

.cd-popup-trigger a, .cd-popup-trigger a:visited,  .textwidget a:visited, .textwidget a:hover.cd-popup-trigger {
	color: #777; /* was #fff */
}

#text-7 > div > a {
color: #fff;
}

.textwidget a:hover.cd-popup-trigger {
	background: #222;
    opacity: 0.8;
}
#text-7 > div > a:hover {
	background: #222;
    opacity: 0.8;
}
.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  background-color: rgba(96,96,98, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 100;
}
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 4em auto;
  background: #FFF;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 25px;
}
.cd-popup-container p {
  padding: 2em 1em;
  text-align: left;
}
.cd-popup-container h1 {
	padding-top: 4em;
	margin-bottom: 0;
	font-size: 1.2em;
}
.cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.cd-popup-container .cd-buttons li {
  float: left;
  width: 50%;
  list-style: none;
}
.cd-popup-container .cd-buttons a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cd-popup-container .cd-buttons li:first-child a {
  background: #666;
  border-radius: 0 0 0 .25em;
}
.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
  background-color: #fc8982;
}
.cd-popup-container .cd-buttons li:last-child a {
  background: #b6bece;
  border-radius: 0 0 .25em 0;
}
.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
  background-color: #c5ccd8;
}
.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}
.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}
.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
  .cd-popup-container {
    margin: 18em auto;
  }
}

/* ---------------------------------------
* Contact Page - Hover Effects
------------------------------------------ */ 

.bio-photo, .clear-left {
	padding-left: 0;
}
input[type=text], input[type=email], textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 1px;
    padding: 9px;
    width: 100%;
}
textarea {
	height: 165px;
}

.page-id-51 .widget-title {
	margin-bottom: 20px;
}

/*
* Social Media on footer
*/
.logo-ftr {
	text-align: center;
}
ul#menu-social-media {
	margin-left: 0;
	padding: 0;
    list-style-type: none;
}
#menu-social-media a {
	float: left;
	color: white;
	font-size: 25px;
} 
#menu-social-media a:hover {
	color: #C2002F;
	transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
}
ul#menu-social-media li {
	display: inline-block;
	padding: 0 2px;
}
#footer-sidebar2 {
	padding-top: 20px;
	padding-left: 0;
}
#footer-sidebar3 {
/* 	padding-top: 45px; */
}	
#footer-sidebar4 {
	padding-top:5px;
}
#colophon {
	background: #575757 !important;
	font-size: 12px;
	color: #888;
}
.rg-copyright {
	text-align: right;
}



/* --------------------------------------------------------------
	Video Section created with Advanced Custom Fields 
--------------------------------------------------------------- */

.vid-bg {
	display: block;
	width: 100%;
	background-color: #8A8A8D;
	padding: 50px;
/*
	background-image: linear-gradient(180deg, rgba(96,96,98, 0.2) 1%, rgba(138, 138, 141, 0.5) 100%), 
						linear-gradient(-180deg, #eae9e9 0%, rgba(233,223,223, 0.8) 80%);
*/
	background-image: /* linear-gradient(90deg, rgba(122,202,151, 0.2) 1%, rgba(197,225,176, 0.5) 100%),  */
						linear-gradient(180deg, #7aca97 0%, rgba(197,225,176, 0.8) 80%);
}
.vid-title {
	letter-spacing: 1px;
	text-transform: capitalize;
	font-size: 1.7em;
	color: #fff;
	text-align: center;
}
.video-dl {
	text-align: center;
	margin: 0 auto;
}
/* --------------------------------------------------------------
	Testimonial Section created with Advanced Custom Fields 
--------------------------------------------------------------- */

.testimonial-section {
/*	background-image: linear-gradient(180deg, rgba(96,96,98, 0.4) 20%, rgba(138, 138, 141, 0.5) 100%), 
						linear-gradient(-180deg, 234,233,233,1) 20%, rgba(233,223,223, 0.8) 100%);  
	background: -webkit-linear-gradient(-180deg, #888, #666); 
    background: -o-linear-gradient(-180deg, #888, #666); 
    background: -moz-linear-gradient(-180deg, #888, #666); 
    background: linear-gradient(-180deg, #888, #666); */

/* 	background: #C2002F; */
background: #777;
	color: #fff;
	font-weight: 200;
}
.open-quotes, .close-quotes {
	text-align: center;
	font-weight: 600;
	font-family: 'FontAwesome';
	color: rgba(255,255,255,0.1);
}
.open-quotes {
	padding-top: 60px;
}
.close-quotes {
	padding-top: 0px;
}
.open-quotes:before {
	content: "\f10d";
	font-size: 40px;
}
.close-quotes:before {
	content: "\f10e";
	font-size: 40px;
}
.autoplay .slick-prev, .autoplay .slick-next {
	top: 25%;
}
.slick-slider ul {
	margin-left: 0;
}
.slick-slider {
	margin-bottom: 0;
}
.slick-prev:before, .slick-next:before {
	font-family: 'FontAwesome';
/* 	color: #ae6a78; */
	color: #eee /* #743 */;
	font-size: 70px; 
}
.slick-slide img {
	margin: 0 auto;
}
button.slick-arrow, .slick-dots li button {
     border: transparent; 
     border-color: transparent; 
     border-radius: 0; 
     background: none; 
     -webkit-box-shadow: none; 
    -moz-box-shadow: none;
     box-shadow: none;
     text-shadow: none; 
}
.slick-prev, .slick-next {
	width: 40px;
	height: 40px;
}
.slick-prev::before {
	content: "\f104";
}
.slick-next:before {
	content: "\f105";
}
.testimonial {
	padding: 0 10%;
}
p.testimonial {
	margin-bottom: 0.1em;
}
.testim-user {
	text-align: center;
	font-family: 'Museo';
	font-size: 18px;
	letter-spacing: 1px;
}
.subfooter-bg {
	background-color: #eee;
	padding-left: 25px;
    padding-right: 25px;
}
#subfooter {
	margin: 0 auto;
}
#subfooter-affil {
	padding: 30px 0;
}

.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target, .shiftnav.shiftnav-skin-light ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-light ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item ul.sub-menu .current-menu-item .shiftnav-target {
	background: #C2002F !important;
}

.form-area {
	padding-top: 70px;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #C2002F !important;
}
.home-video {
	width:560px;
	height:315px; 
}

.contact-info {
    margin-bottom: 60px;
}

@media (max-width:769px) {
	#main {
		padding-top: 0;
	}
	.agent-info ul {
		padding-right: 40px;
	}
	.agent-hero-image {
		display: block;
		background-position: -500px top;
		background-repeat: no-repeat;
	}
	.agent-info {
	    position: absolute;
	    top: 122%;
	}
	.page-template-page-agent .content-area {
		padding-top: 450px;
	}
@media (max-width:518px) {	
	.home-test .testimonial {
		
	}
	.home-test .slick-prev {
		left: -25px;
	}
	.home-test .slick-next {
		right: -25px;
	}
	.grid figure {
		width: 100%;
		height: auto;
	}
	.home-video {
		width:300px;
		height:169px; 
	}
	.hero-image figure.image-hover .entry-meta {
		padding: 15px;
		width: 100%;
	}
	.hero-image figure.image-hover .entry-meta h3 a {
		padding-top: 10px;
	}
	.hero-image figure.image-hover h3 {
		font-size: 1.6rem;
	}
	.hero-image figure.image-hover .date-archive {
		padding-top: 60px;
		font-size: 12px;
	}
	.btn-info {
		width: 200px;
	}
	.col-md-4 figure.image-hover {
		margin-bottom: 10px;
	}
	.bio-photo, .clear-left {
		padding-left: 15px;
		margin-bottom: 15px;
	}
	#blog-head h1 {
		font-size: 1.5rem;
	}
	.page-id-51 {
		
	}
	.slick-prev:before, .slick-next:before {
		font-size: 20px;
		color: #ccc;
	}
	.page-id-2 .test-btn {
		width: 100%;
	}
	.ytp-thumbnail-overlay-image {
		height: 40%;
	}
	.main-nav {
		display: none;
	}
	#cat-head {
		border-bottom: none;
	}
	.home .col-md-4 figure.image-hover {
		margin-bottom: 40px;
		border-top: 1px solid #000;
	}
	#cat-head h1 {
		margin-bottom: 0;
	}
	#footer-sidebar #menu-main-menu-1 {
		list-style: none;
	    text-align: center;
	    margin: 0;
	    font-size: 16px;
	}
	.contact-ftr {
		text-align: center;
	    font-size: 20px;
	    font-weight: 600;
	}
	ul#menu-social-media {
		text-align: center;
	}
	#menu-social-media .fa {
    	font-size: 24px;
	}
	.entry-content h1 {
		padding-top: 20px;
	}
	.single-post #main {
		padding-top: 20px;
	}
	.grid {
		padding: 1em 0 3em;
	}
	.agent-contact ul li {
		float: none;
	}
	.agent-contact ul li:nth-child(n+2) {
		margin-left: 0;
	}
	.agent-contact .fa:nth-child(n+2) {
		padding-left: 0;
	}
}


