/*
Theme Name: December
Theme URI: /wp-content/themes/december-theme
Description: Responsive Theme for H&H Real Estate Media
Version: 1.0
Author: H&H Real Estate Media, Inc.
Author URI: http://hhrealestatemedia.com
*/
/**** master - style_december_theme_master.css ****/

html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; }

  /* Styles that need to over ride the theme options */
  /* Fix optima search bar bg on front page */
  /* also handles header optima search bar */
	.optima-container {
		background-image: url("../wp-content/themes/december-theme/images/newsletters_bg.jpg"); 
		margin: -15px -30px -30px; 
	}
	.menu_block .optima-container {
		margin: 0 0 -25px;
	}
	@media (max-width: 1000px) {
		.optima-container {
			background-image:none; 
			margin:0;
		}
		.menu_block .optima-container { display:none; }
	}
  .optima #ihf-main-container label {color: #000 !important;}

  /* Fix text colors on IDX pages if page color is white */
  .Contact .col-lg-8 #ihf-main-container, .Contact .col-lg-8  #ihf-main-container label {color:#000 !important;}
  #ihf-detail-features-tab, #ihf-agent-sellers-rep {color: #000 !important;}
  #ihf-detail-navigation-top li a{color: #000 !important;}
  .well{background: #9E9E9E !important;}
  #ihf-main-container .mc-total{color: #000;}
  #ihf-main-container .table-condensed tbody > tr > td{color: #000;}
  #ihf-main-container .nav-tabs > li > a{color: #555555 ;}
  .ihf-container .ihf-refine-search-container .ihf-widget-label{color:#000 !important;}
  /* End Styles that need to over ride the theme options */


/* Change default link color for some elements */
.top_social li a, .team_social li a  {
  color: #505050;
}
.top_social li a:hover, .team_social li a:hover, .top_social li a:focus, .team_social li a:focus {
  text-decoration:none;
  color:  #000000;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}





/* Scroll to top button styles */

.scroll-cover {
  background: none repeat scroll 0 0 #000;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 999;
}

.scroll-arrow {
  position: absolute;
  margin-left: -37px;
  margin-top: 20px;
}

.cd-top {
  display: inline-block;
  height: 60px;
  width: 60px;
  position: fixed;
  bottom: 40px;
  right: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background:  url(../images/cd-top-arrow.svg) no-repeat center 50% #1e90ff;
  visibility: hidden;
  opacity: 0;
  z-index:9999;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .7;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media (max-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cd-top {
    right: 15px;
    bottom: 55px;
  }

}


/* Scroll to top button styles */






/* Fix mortgage calc colors */
.srp_additional-info {
  color: #000 !important;
}

/* Mortgage Calc Widget */
.srp_MortgageCalcwidget input[type="text"] {
  margin-right: -30px;
  width: 90px;
}

.srp_MortgageCalcwidget textarea, .srp_MortgageCalcwidget input[type="email"], .srp_MortgageCalcwidget input[type="tel"], .srp_MortgageCalcwidget input[type="phone"], .srp_MortgageCalcwidget input[type="text"] {
  float: left;
}

/* Form Styles for buttons and input fields */
input, textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
  width: 100%;
}



input:focus, textarea:focus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0 none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: #428bca;
  background-image: none;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 14px;
  margin: 10px 0 0;
  padding: 12px 28px 10px;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  height: 45px;
}


button, html input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  background-color: #4fb4e7;
  color: #fff;
}


/* End Form Styles for buttons and input fields */




/* CSS for the menu and styles */

@import url(//fonts.googleapis.com/css?family=PT+Sans:400,700);
.breadcrumbs_block { margin-top:30px !important; margin-bottom:40px; }
.menu_block { z-index:999; }


#cssmenu {
  background: #4cb6ea none repeat scroll 0 0;
  box-sizing: content-box;
  display: block;
  font-family: "PT Sans",sans-serif;
  line-height: 1;
  margin: 0 0 10px;
  padding: 0;
  position: relative;
  width: auto;
}

#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#cssmenu ul:after,
#cssmenu:after {
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
#cssmenu ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu ul li ul {
  position: absolute;
  left: -9999px;
  top: 60px;
}
#cssmenu ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #ffffff;
}
#cssmenu ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #000000;
  z-index: 1;
  top: 13px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:after {
  right: auto;
  left: 15px;
}
#cssmenu ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #ffffff;
  z-index: 2;
  top: 15px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:before {
  right: auto;
  left: 15px;
  border-left-color: transparent;
  border-right-color: #ffffff;
}
#cssmenu ul li ul li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: #000000;
  letter-spacing: 0;
  display: block;
  width: 170px;
  padding: 11px 0;
}
#cssmenu ul li ul li:hover > a {
	color:#4fb4e7;
}



#cssmenu ul li ul li.active > a {
  color: #000;
}
#cssmenu ul li ul li:hover:after,
#cssmenu ul li ul li.active:after {
  background: #4cb6ea;
}
#cssmenu ul li ul li:hover > ul {
  left: 100%;
  top: 0;
}
#cssmenu ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu > ul > li {
  float: none;
  display: inline-block;
}
#cssmenu.align-center > ul > li {
  float: none;
  display: inline-block;
}
#cssmenu.align-center > ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul {
  float: right;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu.align-right ul ul li:hover > ul {
  right: 100%;
  left: auto;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu > ul > li:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: #ffffff;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}

#cssmenu > ul > li.has-sub > a:after {
  display: block;
  background: #ffffff;
  height: 12px;
  width: 12px;
  position: absolute;
  border-radius: 13px;
  right: 14px;
  top: 16px;
}
#cssmenu > ul > li.has-sub > a:before {
  display: block;
  border: 4px solid transparent;
  border-top-color: #4cb6ea;
  z-index: 2;
  height: 0;
  width: 0;
  position: absolute;
  right: 16px;
  top: 21px;
}
#cssmenu > ul > li > a {
  color: #ffffff;
  padding: 24px 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  z-index: 2;
  position: relative;
}
#cssmenu > ul > li:hover:after,
#cssmenu > ul > li.active:after {
  height: 100%;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #000000;
}
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li.active > a:after {
  background: #000000;
}
#cssmenu > ul > li:hover > a:before,
#cssmenu > ul > li.active > a:before {
  border-top-color: #ffffff;
}
#cssmenu > ul > li:hover > ul {
  left: 0;
}
#cssmenu > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu > ul > li > a {
  display: block;
}
#cssmenu > ul > li {
  width: auto;
}
#cssmenu > ul > li > ul {
  width: 170px;
  display: block;
}
#cssmenu > ul > li > ul > li {
  width: 170px;
  display: block;
}

@media all and (max-width: 990px) {
  #cssmenu > ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
  }
  #cssmenu > ul > li > ul {
    width: 100%;
    display: block;
  }

  #cssmenu ul li ul {
    top: auto !important;
  }
  #cssmenu.align-right ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li > a {
    width: 100%;
    display: block;
  }
  #cssmenu ul li ul li a {
    width: 100%;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu.align-center > ul > li {
    display: block;
  }
  #cssmenu > ul.open {
    max-height: 1000px;
    border-top: 1px solid rgba(110, 110, 110, 0.25);
  }
  #cssmenu ul {
    width: 100%;
  }
  #cssmenu ul > li {
    float: none !important;
    width: 100%;
  }
  @media (max-width: 600px) {
    #cssmenu ul > li {
    float: none !important;
  }
}
  #cssmenu ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
  }
  #cssmenu ul > li:after {
    display: none;
  }
  #cssmenu ul li.has-sub > a:after,
  #cssmenu ul li.has-sub > a:before,
  #cssmenu ul li ul li.has-sub:after,
  #cssmenu ul li ul li.has-sub:before {
    display: none;
  }
  #cssmenu ul li ul,
  #cssmenu ul li ul li ul,
  #cssmenu ul li ul li:hover > ul,
  #cssmenu.align-right ul li ul,
  #cssmenu.align-right ul li ul li ul,
  #cssmenu.align-right ul li ul li:hover > ul {
    left: 0;
    position: relative;
    right: auto;
  }
  #cssmenu ul li ul li,
  #cssmenu ul li:hover > ul > li {
    max-height: 999px;
    min-height: 30px;
    position: static;
    background: none;
  }
  #cssmenu ul li ul li a {
    padding: 8px 20px 8px 35px;
    color: #ffffff;
  }
  #cssmenu ul li ul ul li a {
    padding: 8px 20px 8px 50px;
  }
  #cssmenu ul li ul li:hover > a {
    color: #000000;
  }
  #cssmenu #menu-button {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    cursor: pointer;
  }
  #cssmenu #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height: 7px;
    width: 22px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    right: 20px;
    top: 16px;
  }
  #cssmenu #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    right: 20px;
    top: 26px;
  }
}

#main-nav {
  padding-left: 0;
  padding-right: 0;
  z-index: 999;
}


.menu_block {
  border-bottom: 2px solid #ededed;
  height: 44px;
  width: 1170px !important;
  z-index: 999;
  margin-left: -30px;
}

@media (max-width: 1200px) {
.menu_block {
  margin-right: -30px;
}
}


.is-sticky .menu_block {
  border-bottom: 2px solid #ededed;
  height: 44px;
  width: 1170px !important;
  z-index: 999;
  margin-left: -30px;
}
@media (max-width: 1200px) {
.menu_block {
  width: auto !important;
}
.is-sticky .menu_block {
  width: auto !important;
}
}
@media (max-width: 768px) {
.menu_block {
  width: 100% !important;
  margin-left:0;
}
.is-sticky .menu_block {
  width: 100% !important;
}
}

/**************************************** End Code for the menu and styles *************************************/







/* Register social icons font */


.symbol, a.symbol:before {
    font-family: 'Mono Social Icons Font';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
	font-size:30px;
}

a.symbol:before {
    content: attr(title);
    margin-right: 0.3em;
    font-size: 180%;
}


/* End social icons font */

/* Styles for logo above menu */
.logo-bg-area {
  margin-left: -30px;
  margin-right: -30px;
  padding-bottom: 10px;
  padding-top: 10px;
}



.agent-header-info {
  min-height: 115px;
  padding-bottom: 15px;
  text-align: center;
}

.agent-header-info a {
  color:#000;
}

.agent-header-info a:hover {
  color:#888;
}

.header-name {
  font-size: 45px;
  padding-top: 22px;
  padding-bottom:10px;
}

.header-company {
  font-size: 24px;
}

hr.header-divider {
 padding:0;
 border: none;
 border-top: medium double #333;
 color: #333; text-align: center;
 width:50%;
}

.widget-home-divider {
  display: inline !important;
  height: 20px !important;
  margin-top: 4px;
}


#responsive-logo {
  display: block;
  margin: auto;

}

.responsive-menu-logo {
  display: block;
  margin: 10px auto;
  width: auto;
  max-height:180px;
}

/* End Styles for logo above menu */





/*********************************************** Header Widgets *************************************************************/
.logo-bg-area .widgets-count-1 {
  width:100%;
  display:block;
  margin-left:auto;
  margin-right:auto;
}
.logo-bg-area .widgets-count-2, .logo-bg-area .widgets-count-3, .logo-bg-area .widgets-count-4 {
  width:30%;
  display:inline-block;
}


.logo-bg-area .widget-4, .logo-bg-area .widget-5, .logo-bg-area .widget-6, .logo-bg-area .widget-7, .logo-bg-area .widget-8 {
  display:none;
}

@media (max-width: 1000px) {
.logo-bg-area .widgets-count-2, .logo-bg-area .widgets-count-3, .logo-bg-area .widgets-count-4 {
  width:50%;
  display:inline-block;
}
.logo-bg-area .widget-4, .logo-bg-area .widget-5, .logo-bg-area .widget-6, .logo-bg-area .widget-7, .logo-bg-area .widget-8 {
  display:none;
}
}
@media (max-width: 700px) {
.logo-bg-area .widgets-count-2, .logo-bg-area .widgets-count-3, .logo-bg-area .widgets-count-4 {
  width:100%;
  display:inline-block;
}
.logo-bg-area .widget-4, .logo-bg-area .widget-5, .logo-bg-area .widget-6, .logo-bg-area .widget-7, .logo-bg-area .widget-8 {
  display:none;
}
}


.header-widgets {
  text-align: center;
  padding-top: 10px;
}

.logo-bg-area img {
  width:auto;
}

.widgets-count-1 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.autofilled-agent-h p {
  display: inline-block;
  line-height: 18px !important;
  margin: 5px;
}

/***************************************************** End Header Widgets **********************************************************/





/* Blog Content Styles */
.blog-content {
  padding-top: 30px;
}

.blog_post, .post {
  padding-bottom: 30px;
  padding-top: 30px;
}

/* End Blog Content Styles */

/* Add padding to sidebar */
#sidebar {
  padding-bottom:60px;
}

#sidebar h2 {
  margin-bottom: 0;
  margin-top: 20px;
}

.front-page-sidebar #ihf-main-container .btn-primary, #sidebar #ihf-main-container .btn-primary {
  width: 100%;
}

.front-page-sidebar #ihf-main-container .btn-primary:hover, #sidebar #ihf-main-container .btn-primary:hover {
  width: 100%;
}

/* End Add padding to sidebar */

/****************************************** Custom Post Type Styles ********************************/

/* Team Page styles */
.team-page {
  margin-top: 30px !important;
}

.crewman_foto {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  height: 200px;
}


.crewman_foto img {
  height:200px;
  width:auto;
}


.team_social { padding:6px 0;}
.team_social li {
  overflow:hidden;
  display:inline-block;
  margin:0 0 6px;
  padding-top:3px;
}
.team_social li a {
  display:block;
  width:30px;
  height:30px;
  background-repeat: no-repeat;
  background-image: none;
  transition: none;
  -webkit-transition: none;
}
.crewman .col-lg-3 {
  float:left;
  box-sizing:border-box;
  max-width: 24%;
}

.animated.flipInX {
display: inline-block;
vertical-align: top;
float: none !important;
}

@media screen and (max-width: 1200px) {
.crewman .col-lg-3 {
  max-width: 33%;
}
}

@media screen and (max-width: 990px) {
.crewman .col-lg-3 {
  max-width: 49%;
}
.animated.flipInX {
display: inline-block;
vertical-align: top;
float: none !important;
}
}

@media screen and (max-width: 480px) {
.crewman .col-lg-3 {
  max-width: 100%;
  margin-left:auto;
  margin-right:auto;
}
.animated.flipInX {
display: inline-block;
vertical-align: top;
float: none !important;
}
}

/* End Teampage styles */




/* Testimonials styles */
.testimonal-page-content {
  float: left;
}

.testimonial-images {
  padding-top:15px;
}

.testimonial-photo {
  border-radius: 100%;
}

.testimonial-title {
  font-size:20px;
  font-style:italic;
  font-weight:bold;
}

.testimonial-line {
    border: 0; height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

/* End Testimonials styles */



/* Styles for front page gallery area */
.jcarousel h4 {
color:#fff;
}

.jcarousel ul {
  position: relative;
  width: 105%;
}

.jcarousel li {
  padding-top: 30px;
}

@media (max-width: 1200px) {
  .jcarousel li {
  width: 205px;
}

.projects_block .hover_img {
  height: 199px;
  width: 210px;
}
}

@media (max-width: 982px) {
.jcarousel li {
  width: 45%;
}

.projects_block .hover_img {
  height: 270px;
  width: 330px;
}
}

@media (max-width: 630px) {
.jcarousel li {
  width: 44%;
}

.projects_block .hover_img {
  height: 270px;
  width: 330px;
}
}

@media (max-width: 560px) {
.jcarousel li {
  width: 44%;
}

.projects_block .hover_img {
  height: 225px;
  width: 330px;
}
}

@media (max-width: 537px) {
.jcarousel li {
  width: 100%;
}

.projects_block .hover_img {
  height: 286px;
  width: 100%;
}

.projects_block .hover_img img {
  width: 100%;
}
}

/* End Styles for front page gallery area */

.row {
  padding-top: 0px;
}

/****************************************** End Custom Post Type Styles ********************************/


/* IHomefinder Stuff */
#ihf-main-container .btn-group-justified .btn {
  display: table-cell;
  float: left;
  width: 33% !important;
}

#ihf-main-container .btn-group-justified .btn:hover {
  display: table-cell;
  float: left;
  width: 33% !important;
}

.widget_ihomefinderhotsheetlistwidget a  {
  font-size: 20px !important;
}

#ihf-main-container .form-inline .radio input[type="radio"], #ihf-main-container .form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  margin-top: -6px;
}

#areaPickerContainer .btn-primary {
  display: block !important;
  padding: 7px 0 0 !important;
  width: 100% !important;
}

#ihf-advsearch-features input[type="checkbox"] {
  float: left;
  margin-top: -6px;
  margin-right: 10px;
}

#ihf-main-container .radio input[type="radio"], #ihf-main-container .radio-inline input[type="radio"], #ihf-main-container .checkbox input[type="checkbox"], #ihf-main-container .checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -5px;
}

#ihf-valuation-request-form .radio-inline input {
width: 15px;
display: block;
float: left;
margin-top: -7px;
margin-right: 10px;
}

#ihf-main-container .popover {
  padding-right: 25px;
}

#ihfSearchProfile_schedule input, #ihfSearchProfile_schedule textarea {
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  height:0px;
  width:20px;
}

#ihfSearchProfile_schedule {
  width:500px;
  }

  #sendEmailYn1 {
    margin-right:10px !important;
  }

.ihf-save-favorites-submit {
  width: 125px !important;
  margin-top: -7px !important;
}


  .optima #ihf-main-container label {color: #000 !important;}
  .Contact .col-lg-8 #ihf-main-container, .Contact .col-lg-8  #ihf-main-container label {color:#000 !important;}

/* Optima search widget front page styles */
.widget_ihomefindersocialwidget img {
  display: inline !important;
}

#ihf-main-container .form-control {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;

box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555555;
  display: inline;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
  width: 100%;
}

#ihf-main-container .form-control:focus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0 none;
}

#ihf-main-container label {
  display: inline-block !important;
}

.optima .row, .optima .mb-10 {
  box-sizing: border-box;
  float: left;
  padding: 1% !important;
  width: 27%;
}

.side-bar .gallery-prop-info {
  font-size: 20px;
}




.ihf-label-overlay-money {
  display:none;
}

.ihf-quicksearch-submit2 {
  pading-top:5px;
}

.optima .mt-25 .col-xs-12 {
  padding-top: 14px;
}

.optima {
  margin-left: 20px;
  margin-right: 0;
  padding-left: 32px;
}


#ihf-main-container .btn-primary {
  background-color: #428bca;
  background-image: none;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  display: inline;
  font-size: 18px;
  font-weight: 400;
  height: 45px;
  line-height: 14px;
  margin: 4px 0 0;
  padding: 12px 28px 10px;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
}

#ihf-main-container .btn-primary:hover {
  background-color: #F0A30A;
  background-image: none;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  display: inline;
  font-size: 18px;
  font-weight: 400;
  height: 45px;
  line-height: 14px;
  margin: 4px 0 0;
  padding: 12px 28px 10px;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
}


/******************* IHF Stuff **************/
#ihf-main-container .radio input[type="radio"], #ihf-main-container .radio-inline input[type="radio"], #ihf-main-container .checkbox input[type="checkbox"], #ihf-main-container .checkbox-inline input[type="checkbox"] {
    height: 20px;
}

#ihf-main-container .form-inline .radio input[type="radio"], #ihf-main-container .form-inline .checkbox input[type="checkbox"] {
    float: left;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 2px;
    display: inline;
    width: 20px;
}


.optima #ihf-main-container .ihf-widget .row {
  margin-left: -20px !important;
  margin-right: -6px;
}

#ihf-main-container .mt-25 {
  margin-top: 0px !important;
}

#ihf-main-container .pagination > li:last-child > a, #ihf-main-container .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  margin-left: -6px;
}

#ihf-main-container .pagination > li:first-child > a, #ihf-main-container .pagination > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin-left: 0px;
  margin-right: -1px;
}


@media (max-width: 1000px) {
 .optima .row, .optima .mb-10 {
  box-sizing: border-box;
  float: left;
  padding: 1% !important;
  width: 100%;
}

.optima #ihf-main-container .ihf-widget .row {
  margin-left: -6px !important;
  margin-right: -6px;
}

.optima #ihf-main-container .ihf-widget .row {
  margin-left: -10px !important;
  margin-right: -6px;
}
}

@media (max-width: 620px) {
	.optima {
		margin-bottom:40px;
	}
	}

/* End Optima search widget front page styles */


/* Header sidebar */
.header-widgets ul li {
    display: table-cell;
    list-style-type: none;
    margin: 10px;
    vertical-align: middle;
}




/* Add padding to top of sidebar widgets */
aside.side-bar > li {
  float: left;
  margin-left: 30px;
  padding-top: 20px;
  width: 90%;
}

aside.side-bar a {
  color: #428bca;
}

aside.side-bar {
  font-size: 20px;
  line-height: 24px;
}

aside.side-bar a:hover {
  color: #4fb4e7;
}

.side-bar img {
  display:block;
  margin-left:auto;
  margin-right:auto;
  margin-top:20px;
}

.side-bar > div {
  margin-bottom: 20px;
}

/* End Add padding to top of sidebar widgets */

/* Decrease padding around IDX Slider arrows */
.pagination {
  border-radius: 4px;
  display: inline-block;
  margin: -10px 0;
  padding-left: 0;
}

/* End Decrease padding around IDX Slider arrows */

/* Non-IDX Contact Page Styles */
#contact_page_headshot {
	max-width:175px;
	margin-right:30px;
}

/* End Non-IDX Contact Page Styles */

/* Contact page Padding */
.contacts_block {
  padding-bottom:60px;
}



/* Info box Styles */
@media screen and (max-width: 990px) {
.info-box-content {
  padding-bottom:100px;
}
}

.inner-info-box {
	padding: 25px;
	}

.infobox-widgets {
  padding: 25px 25px 60px;
}

@media (max-width: 600px) {
.infobox-widgets {
  padding: 25px 25px 120px;
}
}

.inner-info-box a:hover {
  color: #c0c0c0;
}

.inner-info-box < h1, h2, h3, h4, h5, h6 {
  color: #fff;
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 700;
  margin-top: 0;
  text-transform: uppercase;
}

.inner-info-box  h3 {
  font-size:30px;
  line-height: 32px;
  color: #fff;
}

.inner-info-box  h4 {
  font-size:20px;
  line-height: 32px;
  color: #fff;
}

.inner-info-box  a {
  color: #fff;
}

.inner-info-box img {
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  float: left;
  margin: 0 25px 25px 0;
  width: 200px;
  background: #fff;
}


@media screen and (max-width: 575px) {
.inner-info-box img {
  float:none;
}

.info-box-content {
  width:100%;
  display:block;
}
}

.infobox-widgets img {
  background: transparent none repeat scroll 0 0;
  border-radius: 0;
  display: block;
  float: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  width: auto;
}


.infobox-widgets .widgets-count-1 {
  width:100%;
  display:block;
  margin-left:auto;
  margin-right:auto;
}
.infobox-widgets .widgets-count-2.widget-1 {
  width:auto;
  display:inline-block;
  padding-left:30px;
  padding-right:30px;
   float:left;
}

.infobox-widgets .widgets-count-2.widget-2 {
  display: inline-block;
  float: left;
  max-width: 73%;
  width: auto;
}

.infobox-widgets .widgets-count-3, .infobox-widgets .widgets-count-4 {
  width:33%;
  display:inline-block;
   float:left;
}


.infobox-widgets .widget-4, .infobox-widgets .widget-5, .infobox-widgets .widget-6, .infobox-widgets .widget-7, .infobox-widgets .widget-8 {
  display:none;
}

@media (max-width: 1000px) {
.infobox-widgets .widgets-count-2, .infobox-widgets .widgets-count-3, .infobox-widgets .widgets-count-4 {
  width:50%;
  display:inline-block;
}
.infobox-widgets .widget-4, .infobox-widgets .widget-5, .infobox-widgets .widget-6, .infobox-widgets .widget-7, .infobox-widgets .widget-8 {
  display:none;
}
}
@media (max-width: 700px) {
.infobox-widgets .widgets-count-2, .infobox-widgets .widgets-count-3, .infobox-widgets .widgets-count-4 {
  width:100%;
  display:inline-block;
}
.infobox-widgets .widget-4, .infobox-widgets .widget-5, .infobox-widgets .widget-6, .infobox-widgets .widget-7, .infobox-widgets .widget-8 {
  display:none;
}
}


.infobox-widgets .widget {
  width: auto;
  float: left;
  margin-right: 20px;
}

.infobox-widgets .widget img {
  height: auto !important;
  max-height: 200px;
  max-width: 300px;
  width: auto;
}


/* End Info box Styles */






/* Footer Nav Styles */
.footerNav {
  font-size: 1.2em;
  text-align: center;
  padding:40px;
}

.footerNav img {
  border: 3px solid #e6e6e6;
  display: inline-block;
  margin: 15px auto 0;
  width: 149px;
}

/* End Footer Nav Styles */

/* Gallery Boxes Hover Text */
.entry-title {
font-size:20px;
text-transform: uppercase;
}

.entry-content {
font-size:14px;
}
/* End Gallery Boxes Hover Text */

/* Set Main Slider Height */
.flexslider .slides img {
  display: block;
  width: 100%;
  height: 510px;
}
/* End Set Main Slider Height */



/* End Featured listings slider front page styles */

/* Newsletter CF7 Styles */
section.contact-area {
  padding-bottom: 0px;
}

.newsletters_block {
  padding-left: 25px;
  padding-right: 15px;
  padding-top: 30px;
}

.newsletter-input {
	padding-top:6px;
}

.newsletters_block .btn {
  padding: 0 !important;
}


@media screen and (max-width: 991px) {
.newsletters_block input[type="text"] {
	width:100% !important;
}
}

.contact-area {
  margin-bottom:-10px;
}

/* End Newsletter CF7 Styles */

/* General CF7 Styles */
div.wpcf7-response-output {
  float: right;
  margin: 0 !important;
}

span.wpcf7-list-item {
  display: block;
  float: left;
  margin-left: 0.5em;
  width: 26%;
}

.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
  display: inline !important;
}

textarea#g-recaptcha-response-1 { /* new recaptcha text area needs to be hidden */
    display: none !important;
}

.wpcf7-form p {
  display: inline-block !important;
  margin: 0 0 20px;
  width: 100% !important;
}

.wpcf7-list-item-label {
  text-align: center;
}

.wpcf7-form {
  padding-bottom:40px;
}

.wpcf7-form input[type="radio"], .wpcf7-form input[type="checkbox"] {
  line-height: normal;
  margin: -3px 0 0;
  width: 20px;
}

 #sidebar input {
  width: 100%;
 }

 .form-control {
   width :80%;
   padding-left:10px;
   padding-right:10px;
 }

 .form-control-page {
   width :100%;
   padding-left:10px;
   padding-right:10px;
 }

 .form-control-page, .form-control-newsletter {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: auto;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
  width: 100%;
}

/* End General CF7 Styles */



/* Footer copyright, social, and logins */
.footer-agent-image {
max-height:200px;
display:block;
margin-left:auto;
margin-right:auto;
}

.footer-links h5 {
  color: #fff;
  font-size: 1.45em;
  font-weight: 700;
  margin: 0 0 1em;
  padding: 0;
  text-transform: uppercase;
}

footer a {
  color: #fff;
}



@media screen and (max-width: 990px) {
.footer-area {
  text-align:center;
  padding-top:30px;
}

.footer-hh-logo {
  margin-left:auto;
  margin-right:auto;
}
}

.footer-area ul li {
  line-height: 1.5em;
}

.footer-area p {
  color:#fff;
}

.footer-area a {
    color:#B8B8B8;
}

.footer-title {
  border:1px solid #fff;
  padding:20px;
  font-size:24px;
  color:#fff;
  line-height: 25px;
}

.footer-item-title {
  color:#fff ;
}

.footer-company {
  text-align:center;
}

.agent-footer-info {
  text-align:center;
}

.footer-block-one {
  padding-top:20px;
}

.footer-social li {
  display: inline-block;
  margin: 0 0 6px;
  overflow: hidden;
  padding-top: 3px;
}

.footer-social a {
  background-image: none;
  background-repeat: no-repeat;
  display: block;
  height: 30px;
  transition: none 0s ease 0s ;
  width: 30px;
  color:#fff;
}

.footer-social a:hover {
  color:#4fb4e7;
}


.footer-links a:hover {
  color: #888;
}

.footer-area {
  color: #808080 ;
  font-size:16px;
}

@media (max-width: 990px) {
.footer-area {
  float: left;
  width: 100%;
}
}

.footer-text {
  border-bottom: 1px solid #444;
  margin-bottom: 0;
  padding: 8px 0;
}

.footer-bar {
  background-color: #1c1c1c;
  color: #777;
  font-size: 18px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 20px 0;
  text-align: center;
}




/* End Footer copyright, social, and logins */



/* Fix walkscore button and input */
#ws-walkscore-tile input, #ws-walkscore-tile textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
  width: 5%;
}

#ws-walkscore-tile {
  background: #fff !important;
  height: 350px !important;
}

#ws-street {
height: 33px !important;
}
/* End Fix walkscore button and input */

/* To adjust leadcapture buttons in listing */
.btn-detail-leadcapture {
display: inline-block !important;
width: 31.333% !important;
margin: 0 1% !important;
text-align: center;
font-size: 14px !important;
position: relative;
padding: 14px 0 !important;
float: left;
}

.btn span{padding: 0;}

@media (max-width:768px){
  .btn-detail-leadcapture {padding: 9px 0 !important;}
}


/* fix width on fb like widget mjm */
#fblbx iframe {
  width: 100% !important;
}


/******************* Checkboxes and Radio for Webkit Browsers *****************/
.wpcf7-form input[type="radio"], .wpcf7-form input[type="checkbox"] {
  line-height: normal;
  margin: -6px 0 0;
  width: 20px;
}

input[type="checkbox"], input[type="checkbox"]:active {
  vertical-align:top;
  outline:none !important;
  -webkit-appearance: checkbox;
  -webkit-border-radius: 0;
  box-shadow:none !important;
}

input[type="radio"], input[type="radio"]:active {
  vertical-align:top;
  outline:none !important;
  -webkit-appearance: radio;
  -webkit-border-radius: 0;
  box-shadow:none !important;
}
/******************* End Checkboxes and Radio for Webkit Browsers *****************/


section.page-content {
  margin-top: -20px;
  padding-bottom: 45px;
}

/************** RSS Feed *****************/
.page-content .rss-title {
  font-size: 1.4em;
  line-height: 1;
  text-transform: capitalize;
}
.feed-thumb {
  margin-top: 10px;
}
audio {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
/************** End RSS Feed *****************/

/* Google Translator Plugin By V.J.Catkick Styles */
#widget_google_translate select {
  height: 35px;
  margin-bottom: 10px;
  width: 100% !important;
}
#widget_google_translate form {
  margin-top: -30px;
}
.google_translate_footer {
  margin-top: -45px;
}
/* End Google Translator Plugin By V.J.Catkick Styles */




.vt-sidebar .gallery_block .gallery_item .gallery_descr .gallery_descr_content a {
  color: #fff;
  display: block;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 13px;
  padding-top: 20px;
  text-align: center;
  text-transform: uppercase;
}

div#hh_popup form label {
    color: black !important;
}