/*
Theme Name: South Pointe Equities
Theme URI: http://southpointeequities.com
Author: South Pointe Equities
Author URI: http://southpointeequities.com
Version: 1.0
License: Copyright
*/
body {
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #292827;
  padding: 0;
}
p {
  margin-bottom: 20px;
}
img {
  max-width: 100%;
}
.clear {
  clear: both;
}
.relative {
  position: relative;
}
h1,
h2 {
  color: #1a2956;
}
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}
a:focus,
a:hover,
a:active {
  outline: 0;
}
a:focus,
a:active {
  text-decoration: none;
}
ol,
ul {
  list-style-position: inside;
}
.container {
  /* Landscape phone to portrait tablet */

}
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}
/* CALL TO ACTION */
/**********************************************************/
.cta {
  margin: 10px 0;
  padding: 8px 30px;
  background: #f49536 url(images/background_cta.png) repeat-x 0 0;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: background 0.25s ease 0s;
  -moz-transition: background 0.25s ease 0s;
  -ms-transition: background 0.25s ease 0s;
  -o-transition: background 0.25s ease 0s;
  transition: background 0.25s ease 0s;
}
.cta-sm {
  padding: 4px 15px;
  background: #f49536 url(images/background_cta.png) repeat-x left bottom;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: background 0.25s ease 0s;
  -moz-transition: background 0.25s ease 0s;
  -ms-transition: background 0.25s ease 0s;
  -o-transition: background 0.25s ease 0s;
  transition: background 0.25s ease 0s;
}
.cta:hover,
.cta-sm:hover {
  background: #1a2956;
  color: #fff;
  text-decoration: none;
}
/********************************************************************************************************************/
/* NAVIGATION */
/**********************************************************/
header {
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  z-index: 99999;
}
header .logo {
  float: left;
  width: 180px;
  height: 116px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  /*background: #ffffff url(https://www.southpointeinc.com/wp-content/uploads/southpoint-logo-190x108-2.png) no-repeat center center;*/
  background: #ffffff url(https://www.southpointeinc.com/wp-content/uploads/southpoint-logo-190x108-2.png) no-repeat;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  text-indent: -999px;
  direction: ltr;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
@media (max-width: 979px) {
  header .logo {
    width: 190px;
    background: url(https://www.southpointeinc.com/wp-content/uploads/southpoint-logo-190x108-2.png) no-repeat center center;
    height: 40px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
header .logo a {
  height: inherit;
  width: inherit;
  display: block;
}

header .logo-nothomepage,
header .navbar-floating .logo,
header .navbar-floating .logo-nothomepage {
  height: 90px;
/* background: #ffffff url(https://www.southpointeinc.com/wp-content/uploads/logo-21.png) no-repeat center center;*/
 background: #ffffff url(https://www.southpointeinc.com/wp-content/themes/southpointeequities/images/sp-logo.svg) no-repeat center center;
 background-size: 170px;
}

@media (max-width: 979px) {

header .logo-nothomepage,
header .navbar-floating .logo,
header .navbar-floating .logo-nothomepage {
    width: 190px;
    background: url('https://www.southpointeinc.com/wp-content/uploads/logo-southpointe-mobile2.png') no-repeat center center;
    height: 40px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}


header .navbar-fixed-top {
  margin: 0;
}
.logged-in .navbar-fixed-top {
  top: 32px;
}
.navbar-fixed-top .navbar-inner {
  height: 76px;
  background: #1a2956;
  border-width: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 979px) {
  .navbar-fixed-top .navbar-inner {
    height: 40px;
    padding: 0 5px 10px;
  }
  .navbar-fixed-top .navbar-inner .span12 {
    margin: 0 auto;
    float: none;
  }
  .navbar .btn-navbar {
    margin-top: 10px;
	background: none!important;
	box-shadow: none!important;
	border: none!important;
  }
}
.navbar .nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.navbar .nav-collapse .nav > li {
  position: relative;
  border-right: 1px solid rgba(255,255,255,.1);
}
.navbar .nav-collapse .nav > li > a {
  padding: 28px 15px;
  text-shadow: none;
  color: #fff;
  display: block;
}
.navbar .nav-collapse .nav > li .caret {
  display: none;
}
.navbar .nav-collapse .nav > li.active > a,
.navbar .nav-collapse .nav > li.active > a:focus,
.navbar .nav-collapse .nav > li.active > a:hover,
.navbar .nav-collapse .nav > li > a:focus,
.navbar .nav-collapse .nav > li > a:active,
.navbar .nav-collapse .nav > li > a:hover,
.navbar .nav-collapse .nav > li.current-menu-item,
.navbar .nav-collapse .nav > li.current-page-parent {
  background: rgba(0,0,0,.1);
  color: #fff;
  -webkit-transition: background 0.25s ease-out 0s;
  -moz-transition: background 0.25s ease-out 0s;
  -ms-transition: background 0.25s ease-out 0s;
  -o-transition: background 0.25s ease-out 0s;
  transition: background 0.25s ease-out 0s;
}
.navbar .nav-collapse .nav > li.dropdown.open > .dropdown-toggle,
.navbar .nav-collapse .nav > li.dropdown.active > .dropdown-toggle,
.navbar .nav-collapse .nav > li.dropdown.open.active > .dropdown-toggle {
  background-color: inherit;
  background-image: none;
  color: #fff;
}
.navbar .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .navbar .dropdown-submenu:hover > a, .navbar .dropdown-submenu:focus > a,
.navbar .dropdown-menu > .active > a, .navbar .dropdown-menu > .active > a:hover, .navbar .dropdown-menu > .active > a:focus {
	background: #1a2956!important;
}
.navbar .nav-collapse.in {
  position: absolute;
  top: 50px;
  left: 0;
  margin: 0;
  width: 100%;
  background: #1a2956;
}
.navbar .nav-collapse.in .nav > li {
  border-right: none;
  display: block;
}
.navbar .nav-collapse.in .nav > li > a {
  line-height: 1.4;
  padding: 10px 20px;
}
.navbar .nav-collapse.in .nav > li .dropdown-menu > li > a {
  background-color: inherit;
  background-image: none;
  color: #fff;
}
.navbar .nav-collapse.in .nav > li .dropdown-menu > li > a:hover {
  background-color: #000;
  background-image: none;
}
.navbar .fa-map-marker {
  color: #EF5900;
}

@media (min-width: 1200px) {
	.navbar-light .container,
	.navbar-light .span12{
		width: 100%;
	}
	
	.navbar-light .nav{
		margin-right: 3.5rem;
	}
	
	.navbar-light .svg-logo{
		margin-left: 3.5rem;
	}
	
	.navbar-light .nav-collapse .nav > li > a{
		font-size: 1.05rem;
	}
}
@media (min-width: 1500px) {
	.navbar-light .nav{
		margin-right: 8rem;
	}
	
	.navbar-light .svg-logo{
		margin-left: 8rem;
	}
}
.navbar-light .navbar-inner{
	background-color: #fff;
}
.navbar-light .svg-logo{
	float: left;
	padding-top: .65rem;
	transition: all 0.25s ease 0s;
}
.navbar-light .svg-logo img{
	width: 225px;
}
.navbar-light .nav-collapse .nav > li > a{
	color: #1a2956;
}
.navbar-light .nav-collapse .nav > li.active > a,
.navbar-light .nav-collapse .nav > li.active > a:focus,
.navbar-light .nav-collapse .nav > li.active > a:hover,
.navbar-light .nav-collapse .nav > li > a:focus,
.navbar-light .nav-collapse .nav > li > a:active,
.navbar-light .nav-collapse .nav > li > a:hover,
.navbar-light .nav-collapse .nav > li.current-menu-item,
.navbar-light .nav-collapse .nav > li.current-page-parent {
  background: #1a2956;
}
.navbar-light .nav-collapse .nav > li.dropdown.open > .dropdown-toggle,
.navbar-light .nav-collapse .nav > li.dropdown.active > .dropdown-toggle,
.navbar-light .nav-collapse .nav > li.dropdown.open.active > .dropdown-toggle {
  color: #fff;
  background:#1a2956;
}
.navbar-light .nav-collapse.in{
	background:#fff;
}
.navbar .nav-collapse.in .nav > li .dropdown-menu > li > a{
	color: #1a2956;
}
.navbar .nav-collapse.in .nav > li .dropdown-menu > li > a:hover,
.navbar .nav-collapse.in .nav > li .dropdown-menu > li > a:focus,
.navbar .nav-collapse.in .nav > li .dropdown-menu > li > a:active{
	color: #fff;
}
@media (min-width: 992px) {
	.navbar-light .nav{
		float: right;
	}
}
@media (max-width: 991px) {
	.navbar-light .svg-logo img{
		width: 150px;
	}
}

.jMenu li {
  margin: 0;
  padding: 0;
  background: none;
}
.jMenu li ul {
  border-top: 1px solid #34638e;
}
.jMenu li ul li {
  background: #1a2956;
  border-bottom: 1px solid #34638e;
}
.jMenu li ul li.current-menu-item {
  background: #0f191e;
}
.jMenu li ul li:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border: none;
}
.jMenu li ul li a {
  margin: 0;
  padding: 0 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  border: none;
}
.jMenu li:hover > a,
.jMenu li ul li:hover {
  background: #0f191e;
}
.jMenu li ul li a:hover {
  background: none;
}
.jMenu li ul li a:hover {
  border: none;
  text-decoration: none;
}
.jMenu li.current-listings:hover > a,
.jMenu li ul li.current-listings:hover,
.jMenu li ul li.current-listings:hover > a {
  background: none;
  text-decoration: none;
}
.jMenu li.current-listings:hover > a {
  color: rgba(255, 255, 255, 0.5);
}
.fb_edge_widget_with_comment {
  float: right;
  line-height: 70px;
}


.widgettitle {
	font-size: 150%;
	padding-left: 10px;
}

#subscribe-text {
	padding: 10px;
	font-size: 80%;
}

#subscribe-email {
	padding: 0 10px 0 10px;
}

#subscribe-submit {
	padding: 0 10px 0 10px;
}

@media (max-width: 979px) {
  .fb_edge_widget_with_comment {
    display: none;
    line-height: 0;
  }
}
/********************************************************************************************************************/
/* HOMEPAGE - HERO SLIDER */
/**********************************************************/
.hero-slider {
  margin-top: 76px;
  /* Landscape phone to portrait tablet */

}
@media (max-width: 979px) {
  .hero-slider {
    margin-top: 0;
  }
}
.hero-slider .rsMinW,
.hero-slider .rsMinW .rsOverflow,
.hero-slider .rsMinW .rsSlide,
.hero-slider .rsMinW .rsVideoFrameHolder,
.hero-slider .rsMinW .rsThumbs {
  background: transparent;
}
.hero-slider-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 480px;
  background: transparent url(images/background_overlay-pattern-crosshair.png) repeat 0 0;
  left: 0;
}
.hero-text-block {
  background: rgba(0, 0, 0, 0.4);
}
.hero-text-content-container {
  width: 940px;
  margin-left: -470px;
  position: relative;
  left: 50%;
  /* Landscape phone to portrait tablet */

}
@media (max-width: 767px) {
  .hero-text-content-container {
    width: auto;
    margin-left: 0;
    position: relative;
    left: 0;
  }
}
.hero-text-content {
  width: 650px;
  padding: 20px 0;
  text-align: right;
  float: right;
}
@media (max-width: 767px) {
  .hero-text-content {
    width: auto;
    padding: 20px;
  }
}
.hero-text-content p {
  margin: 0 0 10px 0;
  font-family: 'Roboto Slab', serif;
  font-size: 20px;
  font-weight: 600;
  text-shadow: 1px 1px 2px #000000;
}
@media (min-width: 767px) {
  .hero-text-content p {
    font-size: 28px;
  }
}
.hero-text-content .cta {
  padding: 8px 16px;
}
/********************************************************************************************************************/
/* HOMEPAGE - SHARED STYLES */
/**********************************************************/
.homepage-section-title {
  margin-left: -4px;
  padding: 0 0 40px 20px;
  font-weight: 300;
  font-size: 48px;
  font-family: 'Roboto Slab', serif;
}
.homepage-section {
  padding: 80px 0 90px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
/********************************************************************************************************************/
/* PAGE - SHARED STYLES */
/**********************************************************/
.pages-section-header {
  padding: 105px 0 15px 0;
}
.pages-h1 {
  font-size: 40px;
  font-weight: 300;
  line-height: normal;
  color: #fff;
  /* Landscape phone to portrait tablet */

}
.pages-section-content {
  padding: 80px 0 90px;
  background: transparent url(images/background_page.png) repeat 0 0;
}
.pages-section-content ul,
.pages-section-content ol {
  margin: 0 0 1rem 0;
}
.pages-section-content ul li,
.pages-section-content ol li {
  margin: 0 0 0.5rem 1rem;
}
.contact-form ul li{
	margin-left: 0;
}
/* HOMEPAGE - OUR SERVICES */
/**********************************************************/
.homepage-ourservices {
  background: #ffffff url(images/background_our-services.png) repeat 0 -150px;
  padding: 30px 10px;
}
.ourservices-column-title {
  position: relative;
  overflow: hidden;
  margin: 0 0 20px 0;
  padding: 20px 0 20px 20px;
  border-radius: 4px;
  background: #f49536 url(images/background_our-services-title.png) repeat-x left bottom;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: 300;
  font-size: 22px;
  font-family: 'Roboto Slab', serif;
  z-index: 300;
}
.ourservices-column-title .fa {
  position: absolute;
  top: -10px;
  right: -5px;
  color: #ffb73a;
  text-shadow: none;
  font-size: 100px;
  opacity: 0.3;
  z-index: -1;
}
.ourservices-column ul {
  list-style-type: none;
  margin-left: 20px;
  padding: 0;
}
.ourservices-column li {
  margin-top: 15px;
  padding-left: 10px;
  position: relative;
}
.ourservices-column li:before {
  content: "•";
  height: 5px;
  width: 5px;
  position: absolute;
  top: -1px;
  left: 0;
}
.ourservices-column p {
  margin-left: 20px;
}
/* HOMEPAGE - OUR WORK */
/**********************************************************/
.homepage-ourwork {
  /*background: #755a49 url(images/background_our-work.jpg) repeat 0 0 fixed;*/
  box-shadow: inset 0 0 300px #000000;
  background-color: #292827;
}
.homepage-ourwork .homepage-section-title {
  color: #fff;
}
.homepage-ourwork-tile {
  height: 203px;
  width: 100%;
  max-width: 460px;
  margin-bottom: 50px;
  background: #292827;
  box-shadow: 0 0 20px #000;
  cursor: pointer;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 979px) {
  .homepage-ourwork-tile {
    height: 170px;
  }
  .homepage-ourwork-tile img {
    width: 175px;
  }
}
@media (max-width: 767px) {
  .homepage-ourwork-tile {
    margin: 0 auto 50px;
  }
}
.homepage-ourwork-thumbnail-content {
  position: absolute;
  bottom: -30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 15px;
  background: #1a2956;
  color: #fff;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.homepage-ourwork-thumbnail-content p {
  overflow: hidden;
  width: 430px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/************************************ SHARED HOMEPAGE & WORK */
.ourwork-caption h4,
.ourwork-thumbnail-title {
  margin: 0 0 10px 0;
  font-weight: 400;
  font-size: 20px;
  font-family: 'Roboto Slab', serif;
  line-height: normal;
}
/************************************ SHARED HOMEPAGE & WORK */
.ourwork-caption p,
.homepage-ourwork-thumbnail-content p {
  margin: 0 0 2px 0;
  font-size: 14px;
}
.homepage-ourwork-thumbnail-images {
  overflow: hidden;
}

@media (max-width: 767px) {
  .homepage-ourwork-thumbnail-images img {
    max-width: 50%;
  }
}
.homepage-ourwork-tile:hover .homepage-ourwork-thumbnail-content {
  bottom: 0;
}
/* WORK */
/**********************************************************/
.ourwork-container {
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 240px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: block;
}
.ourwork-caption {
  position: absolute;
  bottom: -156px;
  height: 200px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 15px;
  background: #292827;
  color: #ffffff;
  -webkit-transition: all 0.15s ease 0s;
  -moz-transition: all 0.15s ease 0s;
  -ms-transition: all 0.15s ease 0s;
  -o-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
}
.ourwork-caption h4 {
  margin: 0 0 5px 0;
}
.ourwork-caption p {
  overflow: hidden;
  width: 270px;
  height: 40px;
}
.ourwork-container:hover .ourwork-caption {
  bottom: -110px;
}
.ourwork-content-interaction {
  display: none;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (min-width: 320px) {
  .page-work .ourwork-container {
    width: 90%;
    display: block;
  }
  .page-work .ourwork-container .ourwork-caption {
    bottom: -110px;
  }
}
@media (min-width: 400px) {
  .page-work .ourwork-container {
    width: 100%;
    display: block;
  }
  .page-work .ourwork-container .ourwork-caption {
    bottom: -156px;
  }
  .ourwork-container:hover .ourwork-caption {
  bottom: -110px;
}
}
@media (min-width: 767px) {
  .page-work .ourwork-container {
    width: 350px;
    display: block;
  }
}
@media (min-width: 980px) {
  .page-work .ourwork-container {
    width: 300px;
  }
}

/* HOMEPAGE - CASE STUDIES */
/**********************************************************/
.homepage-casestudies {
  background: #ffffff url(images/background_case-study.png) repeat 0 0;
  z-index: 0;
}
.homepage-section.homepage-casestudies {
  padding: 0;
}
h2.homepage-section-title {
  padding-left: 0;
}
.homepage-casestudies h3 {
  margin-bottom: 5px;
  font-family: 'Roboto Slab', serif;
  font-size: 1.5em;
  font-weight: 400;
  color: #1a2956;
}
.homepage-casestudies p, .homepage-casestudies ul, .homepage-casestudies ol {
  margin-bottom: 20px;
  font-size: .9em;
}
.homepage-section.homepage-casestudies .slide {
  padding: 115px 0px;
}
.homepage-section.homepage-casestudies .slide.Light p, .homepage-section.homepage-casestudies .slide.Light ul, .homepage-section.homepage-casestudies .slide.Light ol {
  color: #000;
}
.homepage-section.homepage-casestudies .slide h2.homepage-section-title {
  font-size: 2em;
  padding-bottom: 10px;
}
.homepage-section.homepage-casestudies .slide .rsABlock {
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  position: relative;
}
.homepage-section.homepage-casestudies .rsUni .rsBullets {
  position: absolute;
  bottom: 20px;
}
.homepage-section.homepage-casestudies .rsUni .rsBullet span {
  background: #fff;
}
.homepage-section.homepage-casestudies .rsUni .rsBullet.rsNavSelected span {
  background: #EF5900;
}
.homepage-section.homepage-casestudies .rsUni .rsSlide {
  background: transparent;
}
@media (min-width: 320px) {
  .homepage-section.homepage-casestudies .homepage-section-title {
    font-size: 3em;
  }
  .homepage-section.homepage-casestudies .slide {
    height: 1200px;
  }
  .homepage-section.homepage-casestudies .rsUni .rsOverflow {
    height: 1200px !important;
    background: transparent;
  }
}
@media (min-width: 768px) {
  .homepage-section.homepage-casestudies .homepage-section-title {
    font-size: 48px;
  }
  .homepage-section.homepage-casestudies, .homepage-section.homepage-casestudies .slide {
    height: 800px;
  }
  .homepage-section.homepage-casestudies .rsOverflow {
    height: 800px !important;
  }
}
/********************************************************************************************************************/
/* BLOG - SHARED STYLES */
/**********************************************************/
.post-divider {
  height: 45px;
  margin-top: 40px;
  border-top: 1px solid #755a49;
}
.post-divider:first-child {
  display: none;
}
.blog-social a {
  float: right !important;
}
.blog-social a span {
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
.blog-image-thumbnail {
  width: auto;
  max-width: 198px;
  padding: 0px;
  background: #ffffff;
  border: none;
  -webkit-transition: background 0.15s ease-out 0s;
  -moz-transition: background 0.15s ease-out 0s;
  -ms-transition: background 0.15s ease-out 0s;
  -o-transition: background 0.15s ease-out 0s;
  transition: background 0.15s ease-out 0s;
}
.blog-image-thumbnail img {
  margin: 0 auto;
  background: #ffffff;
}
.read-more {
  margin-top: 5px;
}
.blog-text-excerpt .meta {
  font-size: 14px;
  color: #8c8c8c;
}
.blog-text-excerpt .meta .push {
  margin-left: 20px;
}
.blog-text-excerpt p {
  margin: 0;
}
.blog-title-excerpt {
  margin: 8px 0;
  font-family: 'Roboto Slab', serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.1;
  /* Landscape phone to portrait tablet */

}
@media (max-width: 767px) {
  .blog-title-excerpt {
    font-size: 20px;
  }
}
.blog-text-excerpt a {
  color: #1a2956;
}

.blog-text-excerpt a:hover {
  text-decoration: none;
  color: #1a2956;
}

.section-blog .blog-text-excerpt a:hover {
    color: #1a2956;
}

.pages-section-content .container .blog-archives-list a:before {
  display: inline;
  content: " ";
  margin-top: 0;
  height: inherit;
}

/* HOMEPAGE - BLOG */
/**********************************************************/
.homepage-blog {
  background: #ffffff url(images/background_blog.jpg) repeat 0 0 fixed;
  box-shadow: inset 0 0 300px #000000;
}
.homepage-blog .homepage-section-title {
  color: #fff;
}
.homepage-blog-row {
  padding-top: 10px;
  padding-bottom: 50px;
  overflow: hidden;
}
.homepage-blog-row .blog-text-excerpt,
.homepage-blog-row .blog-text-excerpt a:hover {
  color: #fff;
}
/* PAGE EXCERPTS - BLOG */
/**********************************************************/
.blog-header {
  background: #ffffff url(images/background_blog.jpg) repeat 0 0;
  box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.3);
}
.section-blog .post-divider {
  border-top: 1px solid rgba(117, 90, 73, 0.2);
}
.section-blog .blog-image-thumbnail {
  background: #ffffff;
  border: 1px solid #cccccc;
}
.section-blog .blog-image-thumbnail:hover {
  background: rgba(83, 133, 174, 0.25);
}
.section-blog .blog-title-excerpt {
  font-weight: 400;
}
.section-blog .blog-text-excerpt a {
  color: #1a2956;
}
.section-blog .blog-text-excerpt a:hover {
  color: #ffffff;
}
/* BLOG - PAGINATION */
/**********************************************************/
.pagi {
  height: 34px;
  margin: 45px 0 0 0;
  padding: 45px 0 0 0;
  border-top: 1px solid rgba(117, 90, 73, 0.2);
  overflow: hidden;
}
.pagi .wp-pagenavi a,
.pagi .wp-pagenavi span {
  height: 34px;
  width: 34px;
  margin: 0 5px 0 0;
  padding: 0;
  background: #1a2956;
  border: none;
  border-radius: 3px;
  font-family: 'Roboto Slab', serif;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  line-height: 34px;
  text-align: center;
  float: left;
  display: block;
}
.pagi .wp-pagenavi .pages {
  width: auto;
  padding: 0 15px;
}
.pagi .wp-pagenavi a:hover,
.pagi .wp-pagenavi .current {
  background: #0f191e;
  font-weight: 600;
}
/* BLOG - SINGLE POSTS */
/**********************************************************/
.blog-post-title {
  margin: 25px 0 20px 0;
  padding-bottom: 20px;
  font-family: 'Roboto Slab', serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
  border-bottom: 1px solid rgba(117, 90, 73, 0.2);
}
.blog-post-content ol,
.blog-post-content ul {
  margin: 0 0 25px 20px;
}
.blog-post-content ol li {
  margin-bottom: 10px;
}
.blog-post-content ul li {
  margin-bottom: 25px;
}
.blog-post-content h2 {
  margin-bottom: 25px;
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  color: #292827;
}
.blog-post-content h3 {
  margin: 30px 0 10px 0;
  color: #1a2956;
}
.blog-post-content p {
  margin-bottom: 25px;
}
.blog-post-content img {
  height: auto;
  width: 96%;
  margin-bottom: 25px;
  padding: 10px;
  background: #fff;
  border: 1px solid rgba(117, 90, 73, 0.2);
}
.blog-post-content a,
.posts-next-previous a {
  color: #1a2956;
  text-decoration: underline;
}
.blog-post-content a:hover,
.posts-next-previous a:hover {
  text-decoration: none;
}
.posts-next-previous {
  padding-top: 25px;
  border-top: 1px solid rgba(117, 90, 73, 0.2);
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
}
.posts-next-previous p {
  width: 290px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.posts-next-previous .pull-right {
  text-align: right;
}
/* BLOG - ARCHIVES */
/**********************************************************/
.blog-archives {
  background: #f5f5f5;
  padding: 0 0 20px 0;
  border: 1px solid rgba(117, 90, 73, 0.4);
  border-radius: 4px;
}
.blog-archives-title {
  margin: 0;
  padding: 10px 20px;
  background: #f49536 url(images/background_our-services-title.png) repeat-x 0 5px;
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  border-bottom: 1px solid rgba(117, 90, 73, 0.4);
}
.blog-archives-list {
  list-style-type: none;
  margin: 0;
  padding: 10px 20px 0 20px;
}
.blog-archives-list li {
  margin-top: 5px;
  padding-left: 10px;
  position: relative;
}
.blog-archives-list li:before {
  content: "•";
  height: 5px;
  width: 5px;
  position: absolute;
  top: -1px;
  left: 0;
}
.blog-archives a {
  color: #1a2956;
}
.blog-archives a:hover {
  color: #292827;
  text-decoration: none;
}
.archive-month {
  margin: -10px 0 40px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(117, 90, 73, 0.2);
}
/* HOMEPAGE - OUR TEAM */
/**********************************************************/
.homepage-team {
  background: #ffffff url(images/background_team.jpg) repeat 0 0;
  z-index: 0;
}
.second-background-team {
  height: 100%;
  width: 100%;
  background: transparent url(images/background_team-grid.png) repeat 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.homepage-team-image {
  margin-left: 10px;
  padding: 10px 0 5px 10px;
  border-left: 5px solid #adc0c7;
}
.homepage-team-image p {
  margin: 5px 0;
  font-size: 12px;
}
/* HOMEPAGE - CONTACT */
/**********************************************************/
.homepage-contact {
  background: #181f23 url(images/background_contact.png) repeat 0 0;
  color: #fff;
}
.homepage-contact .homepage-section-title {
  color: #fff;
}
.contact-map {
  padding-top: 27px;
}
.contact-map pre,
.contact-map code {
  margin: 0;
  padding: 0;
}
.contact-map pre code {
  white-space: normal;
}
.contact-map iframe{
	width: 100%!important;
	height: 280px!important;
}
.contact-content {
  padding: 20px;
  color: #fff;
  font-weight: 300;
}
.contact-content p {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #232c31;
}
.contact-content p:last-child,
.page-contact .contact-content p:last-child {
  padding: 0;
  border: none;
}
.contact-content a {
  color: #fff;
}
/* HOMEPAGE - ABOUT */
/**********************************************************/
.homepage-about {
  padding: 20px 0 35px 0;
  background: #121d22;
  border-top: 1px solid #232c31;
  color: #ffffff;
}
.homepage-about .homepage-section-title {
  padding-bottom: 10px;
  font-size: 38px;
  color: #ffffff;
}
.homepage-about img {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px;
}
/************************************ PAGE - BODY CLASS OVERRIDE */
.page-contact .contact-content {
  color: #292827;
  font-weight: 400;
}
.page-contact .contact-content a {
  color: #292827;
}
.page-contact .contact-content p {
  border-bottom: 1px solid rgba(117, 90, 73, 0.2);
}
/************************************ GRAVITY FORMS STLYES */
.gform_wrapper > form {
  margin-bottom: 0;
}
.gform_fields {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.gform_fields li {
  margin-bottom: 15px;
}
.gform_fields input[type=text],
.gform_fields input[type=email],
.gform_fields input[type=tel] {
  width: 100%;
  min-height: 2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
}
.gform_fields textarea {
  width: 100%;
  min-height: 4rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gform_fields .required-text {
  margin-bottom: 25px;
  color: #fff;
}
.gform_footer input[type=submit] {
  padding: 8px 30px;
  background: #f49536 url(images/background_cta.png) repeat-x 0 0;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: background 0.25s ease 0s;
  -moz-transition: background 0.25s ease 0s;
  -ms-transition: background 0.25s ease 0s;
  -o-transition: background 0.25s ease 0s;
  transition: background 0.25s ease 0s;
}
.gform_footer input[type=submit]:hover {
  background: #1a2956;
  color: #fff;
  text-decoration: none;
}
.gfield_label {
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 300;
}
.gfield_required {
  margin-left: 5px;
  color: #ffb73a;
  display: inline-block;
}
.validation_message {
  font-size: 16px;
  font-weight: 300;
  color: #f43636;
}
.validation_error,
#gform_ajax_spinner_2 {
  display: none;
}
.gform_confirmation_message_1 {
  padding-top: 25px;
  font-size: 18px;
  font-weight: 300;
  color: #36f595;
}
/************************************ PAGE - BODY CLASS OVERRIDE */
.page-contact .gform_fields .required-text,
.page-contact .gfield_label {
  color: #292827;
  font-weight: 400;
}
/* PAGE - HEADERS */
/**********************************************************/
.pages-section-header {
  box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  height: 70px;
  position: relative;
}
.pages-section-header .pages-h1 {
  position: absolute;
  z-index: 100;
}
.pages-section-header .header_gallery {
  background: #000;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 10;
}
.pages-section-header .rsVideoContainer {
  width: 100% !important;
  height: 100% !important;
}
.pages-section-header.header-video {
  padding-bottom: 0;
}
.pages-section-header .rsUni .rsOverflow {
  background: #000;
}
.page.home .rsSlide {
   margin: 0;
}
.page .rsSlide {
  margin: 8px 0 0 0;
}

.pages-section-header.header-image .fade_overlay {
  width: 100%;
  height: 500px;
  display: none;
  position: absolute;
  max-width: 1250px;
  left: 50%;
  margin-left: -625px;
  z-index: 1000;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjglIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iOTIlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 8%, rgba(0,0,0,0) 92%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(8%,rgba(0,0,0,0)), color-stop(92%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 8%,rgba(0,0,0,0) 92%,rgba(0,0,0,1) 100%);
background: -o-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 8%,rgba(0,0,0,0) 92%,rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 8%,rgba(0,0,0,0) 92%,rgba(0,0,0,1) 100%);
background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 8%,rgba(0,0,0,0) 92%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
}
@media (min-width: 320px) {
   .pages-section-header .header_gallery {
    margin-top: -8px;
    margin-bottom: 0;
  }
  .pages-section-header .pages-h1 {
    top: 20px;
  }
  .pages-section-header {
    height: 160px;
    padding-top:0;
  }
  .pages-section-header.header-image .rsOverflow, .pages-section-header.header-image .royalSlider {
    height: 185px !important;
    width: 100% !important;
  }
  .pages-section-header.header-video {
    height: auto;
  }
}
@media (min-width: 768px) {
  .pages-section-header .pages-h1 {
    top: 50px;
  }
  .pages-section-header {
    height: 250px;
    padding-top:0;
  }
  .pages-section-header.header-image .rsOverflow, .pages-section-header.header-image .royalSlider {
    height: 275px !important;
    width: 100% !important;
  }
  /*.pages-section-header.header-video {
    height: auto;
  }*/		 

}

/*
@media (max-width: 768px){
	
	#new-royalslider-1.rs-default-template .rsOverflow, #new-royalslider-1.rs-default-template.royalSlider {height:400px !important; width: 100% !important; }
		
	 #new-royalslider-1.rs-default-template .rsSlide  {height:400px !important; width: 100% !important; }
	  		 
	 #new-royalslider-1.rs-default-template .rsImg {height:400px !important; width: auto !important; margin: 0 auto 0 -20% !important;}
	
}

@media (max-width:375px){
	
	#new-royalslider-1.rs-default-template .rsOverflow, #new-royalslider-1.rs-default-template.royalSlider {height:200px !important; width: 100% !important; }
		
	 #new-royalslider-1.rs-default-template .rsSlide  {height:200px !important; width: 100% !important; }
	  		 
	 #new-royalslider-1.rs-default-template .rsImg {height:200px !important; width: auto !important; margin: 0 auto 0 -30% !important;}
	
}
*/

@media (min-width: 979px) {
  .pages-section-header .header_gallery {
    margin-top: -50px;
  }
  .pages-section-header .pages-h1 {
    top: 100px;
  }
  .pages-section-header {
    height:300px;
    padding-top:100px;
  }
  .pages-section-header.header-image .rsOverflow, .pages-section-header.header-image .royalSlider {
    height: 365px !important;
    width: 100% !important;
    /*max-width: 1250px;*/
    margin: 0 auto;
  }
  .pages-section-header.header-video {
    height: auto;
    max-height:328px;
  }
 .pages-section-header .rsUni .rsBtnCenterer {
    top: 200px;
  }
  .pages-section-header .rsVideoFrameHolder {
    max-height: 443px;
  }
  .slide.video {
    margin: 0;
    padding: 0;
    line-height: 0;
  }

}
.pages-section-header .featured-image {
  width: 100%;
  position: absolute;
  top: 0;
  background-size:cover;
}
.pages-section-header.blog-header {
  height: 70px;
}

/* anchor styles */
.pages-section-content .container a:before {
  display: block;
  content: " ";
  margin-top: -115px;
  height: 115px;
  visibility: hidden;
}
/* ARCHIVES */
.category-reviews .pages-section-header {
  /*background: #181f23 url(images/background_team.jpg) repeat 0 0;*/
  background-color: #efefef;
}

/* ABOUT US */
.page-overview .pages-section-header, .page-shining-stars .pages-section-header, .page-meet-the-team .pages-section-header {
  /*background: #181f23 url(images/background_team.jpg) repeat 0 0;*/
  background-color: #efefef;
}
/* SERVICES */
.page-services .pages-section-header,
.page-strategy .pages-section-header,
.page-design .pages-section-header,
.page-collaboration .pages-section-header,
.page-development .pages-section-header {
  /*background: #181f23 url(images/background_our-services.png) repeat 0 0;*/
  background-color: #efefef;
}
.img-border{
  border: solid 1px #bfbfbf;
}
.top-space{
    margin-top: 2.5rem;
}
.top-space-sm{
    margin-top: 1.5rem;
}
.top-space-0{
    margin-top: 0;
}
.in-link:before{
    display: none!important;
}
@media(min-width:768px){
     .top-space-lg-0{
         margin-top: 0;
    }
}


/* Contact & CURRENT LISTINGS */
.page-contact .pages-section-header, .post-type-archive-current-listings .pages-section-header {
  background: #181f23 url(images/background_our-work.jpg) repeat 0 0;
  height: 70px;
}
/* INVESTORS */
.page-work .pages-section-header, .page-investment .pages-section-header {
  /*background: url(images/background_blueprints.png) repeat 0 0 #efefef;*/
  background-color: #efefef;
}

/* CONTACT */
.page-contact .pages-section-header {
  /*background: #181f23 url(images/background_contact.png) repeat 0 0;*/
  background-color: #efefef;
}
.pages-section-header.no-gallery, .page-investment .pages-section-header.no-gallery {
  background: #181f23 url(images/background_our-work.jpg) repeat 0 0;
  height: 70px;
}
/* PAGE - ABOUT */
/**********************************************************/
/* TEAM BIOS */
.about-teambios {
  padding: 40px 0 45px 0;
  background: #000000;
}
.about-teambios .teambios-section-title {
  margin-bottom: 55px;
  font-weight: 300;
  font-size: 38px;
  font-family: 'Roboto Slab', serif;
  color: #ffffff;
}
.bio-container {
  margin-bottom: 40px;
  color: #ffffff;
  position: relative;
  cursor: pointer;
}
.bio-container h4,
.bio-container h5 {
  margin: 0;
  font-weight: 400;
  background: #111415;
  -webkit-transition: background 0.25s ease-out 0s;
  -moz-transition: background 0.25s ease-out 0s;
  -ms-transition: background 0.25s ease-out 0s;
  -o-transition: background 0.25s ease-out 0s;
  transition: background 0.25s ease-out 0s;
}
.bio-container h4 {
  padding: 0 15px 13px 15px;
  font-size: 18px;
  color: #f49536;
  text-transform: uppercase;
}
.bio-container h5 {
  padding: 10px 15px 0 15px;
  font-size: 14px;
  font-style: italic;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  color: rgba(255, 255, 255, 0.4);
}
.bio-container img {
  padding: 15px 15px 0 15px;
  border: 1px solid #111415;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border 0.25s ease-out 0s;;
  -moz-transition: border 0.25s ease-out 0s;;
  -ms-transition: border 0.25s ease-out 0s;;
  -o-transition: border 0.25s ease-out 0s;;
  transition: border 0.25s ease-out 0s;;
}
.bio-caption {
  width: 188px;
  padding: 10px 15px;
  background: rgba(17, 20, 21, 0.85);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 13px;
  position: absolute;
  bottom: 1px;
  left: 1px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out 0s;
  -moz-transition: opacity 0.25s ease-out 0s;
  -ms-transition: opacity 0.25s ease-out 0s;
  -o-transition: opacity 0.25s ease-out 0s;
  transition: opacity 0.25s ease-out 0s;
}
@media (max-width: 979px) {
  .bio-caption {
    display: none !important;
  }
}
.bio-content-interaction {
  display: none;
}
@media (max-width: 979px) {
  .bio-content-interaction {
    display: block;
    color: #fff;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .bio-content-interaction .span6 {
    width: 476px;
  }
}
@media (max-width: 979px) {
  .bio-content-interaction .span6 h5,
  .bio-content-interaction .span6 h4 {
    display: none;
  }
}
.bio-container:hover h4,
.bio-container:hover h5 {
  background: rgba(113, 132, 140, 0.35);
}
.bio-container:hover img {
  border: 1px solid rgba(113, 132, 140, 0.35);
}
.bio-container:hover .bio-caption {
  opacity: 1;
}
/* PAGE - CURRENT LISTINGS */
/**********************************************************/
.listing, .single-listing .listing-details {
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
  position: relative;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.listing .span3, .listing .span9 {
  margin: 0;
}
.listing h3, .listing .full-address, .listing .details {
  padding: 0 20px;
}
.listing h3 {
  margin-bottom: 0;
}
.full-address {
  color: #999;
}
.details {
  position: relative;
}
@media (min-width: 768px) {
  .details {
    position: absolute;
    bottom: 20px;
  }
}
.price {
  text-align: right;
  position: relative;
  color: #999;
  margin-right: 20px;
}
.price h4 {
  margin: 0;
  color: #000;
  font-size: 1.5em;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .price {
    position: absolute;
    right: 20px;
    bottom: 20px;
    margin: 0;
  }
}
.single-listing {
  margin-top: 30px;
}
.single-listing .listing-details {
  padding: 20px 20px 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.single-listing .listing-details h2 {
  margin: 0 0 5px;
  font-size: 1.5em;
}
@media (min-width: 768px) {
  .single-listing .listing-details h2 {
    font-size: 2em;
    line-height: 1;
  }
}
.single-listing .price {
  position: relative;
  text-align: left;
  margin: 0;
  right: 0;
  bottom: 0;
}
.single-listing .entry-content {
  color: #999;
  margin-bottom: 10px;
}
.single-listing .price {
  color: #000;
}
.single-listing .agent-photo {
  width: 138px;
  margin-bottom: 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.single-listing .cta {
  margin-bottom: 10px;
}
.single-listing .icons {
  margin-top: 10px;
}
.single-listing .icons .fa-stack {
  font-size: 1em;
  color: #f49536;
}
ul.features {
  list-style-type: none;
}
ul.features li {
  margin: 0;
  padding: 2px 10px 3px;
}
ul.features li:nth-child(odd) {
  background: #fff;
}
ul.features li:nth-child(even) {
  background: #EBEFF4;
}
.acf-map {
  width: 100%;
  height: 250px;
  margin: 20px 0;
  border: #fff 2px solid;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* FANCYBOX - TEAM BIOS (PAGE ID 7) */
/**********************************************************/
.home .fancybox-overlay, .page-meet-the-team .fancybox-overlay,
.page-work .fancybox-overlay,
.single-current-listings .fancybox-overlay {
  background-image: none;
  background: rgba(0, 0, 0, 0.96);
}
.home .fancybox-opened .fancybox-skin, .page-meet-the-team .fancybox-opened .fancybox-skin,
.page-work .fancybox-opened .fancybox-skin,
.single-current-listings .fancybox-opened .fancybox-skin {
  box-shadow: none;
}
.home .fancybox-skin, .page-meet-the-team .fancybox-skin,
.page-work .fancybox-skin,
.single-current-listings .fancybox-skin {
  background: #000;
  padding: 0;
}
.home .fancybox-inner .container, .page-meet-the-team .fancybox-inner .container,
.page-work .fancybox-inner .container,
.single-current-listings .fancybox-inner .container {
  color: #ffffff;
}
@media (min-width: 767px) {
  .home .fancybox-inner .container, .page-meet-the-team .fancybox-inner .container,
  .page-work .fancybox-inner .container,
  .single-current-listings .fancybox-inner .container {
    width: 380px;
  }
  .home .fancybox-inner .container, .page-work .fancybox-inner .container,
  .home .fancybox-inner .span6, .page-work .fancybox-inner .span6 {
    width: 380px;
  }
  .home iframe, .page-work iframe, .single-current-listings iframe {
    height: 280px;
    width: 380px;
  }
}
@media (min-width: 978px) {
  .home .fancybox-inner .container, .page-meet-the-team .fancybox-inner .container,
  .page-work .fancybox-inner .container,
  .single-current-listings .fancybox-inner .container {
    width: 680px;
  }
  .home .fancybox-inner .container, .page-work .fancybox-inner .container,
  .home .fancybox-inner .span6, .page-work .fancybox-inner .span6 {
    width: 680px;
  }
  .home iframe, .page-work iframe, .single-current-listings iframe {
    height: 680px;
    width: 680px;
  }
}
@media (min-width: 1200px) {
  .home .fancybox-inner .container, .page-meet-the-team .fancybox-inner .container,
  .page-work .fancybox-inner .container,
  .single-current-listings .fancybox-inner .container {
    width: 880px;
  }
  .home .fancybox-inner .container, .page-work .fancybox-inner .container,
  .home .fancybox-inner .span6, .page-work .fancybox-inner .span6 {
    width: 880px;
  }
  .home iframe, .page-work iframe, .single-current-listings iframe {
    height: 620px;
    width: 880px;
  }
}
/************************************ YOUTUBE VIDEO SIZE */

.page-meet-the-team .fancybox-inner .container h4,
.home .fancybox-inner .container h4, .page-work .fancybox-inner .container h4 {
  margin: 0 0 32px 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 36px;
  color: #f49536;
}
.home .fancybox-inner .container h4, .page-work .fancybox-inner .container h4 {
  margin: 0 0 10px 0;
  font-size: 26px;
}
.page-meet-the-team .fancybox-inner .container h5 {
  margin: 20px 0 10px 0;
  font-weight: 400;
  font-size: 16px;
  color: #cccccc;
}
.page-meet-the-team .fancybox-close,
.home .fancybox-close, .page-work .fancybox-close {
  top: -4px;
  right: -40px;
}
.page-meet-the-team .fancybox-inner .bio-image-fixed {
  width: inherit;
}
@media (max-width: 1199px) {
  .page-meet-the-team .fancybox-inner .container {
    padding: 0px;
    width: 100%;
  }
}
@media (max-width: 979px) {
  .page-meet-the-team .bio-image-fixed, .page-meet-the-team .fancybox-inner .container .span5 {
    display: none;
  }
}
/* Investments - Form */
/**********************************************************/
.widget {
  border: 1px solid rgba(117, 90, 73, 0.4);
  border-radius: 4px;
  background: #f5f5f5;
}
.widget ul,
.widget ol {
  margin: 0 0 1rem 0;
}
.widget ul li,
.widget ol li {
  margin: 0 0 0.5rem 0;
}
.widget a {
  color: #1a2956;
}
.widget a:hover {
  color: #ffffff;
  text-decoration: none;
}
.widget .widget-title {
  margin: 0;
  padding: 10px 20px;
  background: #f49536 url(images/background_our-services-title.png) repeat-x 0 5px;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  line-height: normal;
  font-size: 1rem;
  color: #fff;
  border-bottom: 1px solid rgba(117, 90, 73, 0.4);
}
.widget .widget-content {
  padding: 20px;
}
.widget .widget-list {
  list-style-type: none;
  margin: 0;
  padding: 10px 20px 0 20px;
}
.widget .widget-list li {
  margin-top: 5px;
  padding-left: 10px;
  position: relative;
}
.widget .widget-list li:before {
  content: "•";
  height: 5px;
  width: 5px;
  position: absolute;
  top: -1px;
  left: 0;
}
/********************************************************************************************************************/
/* FOOTER */
/**********************************************************/
footer {
  background: #121d22;
  border-top: 1px solid #232c31;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  font-weight: 300;
}
.footer-left {
  padding: 40px 0 20px;
}
footer .social-media-icons-list {
  margin: 0;
  padding: 0 20px;
}
footer .social-media-icons-list li {
  list-style-type: none;
  margin: 0 15px 25px 0;
  display: inline-block;
}
footer .social-media-icons-list li img {
  height: 34px;
  width: 34px;
  border-radius: 3px;
}
footer .nav {
  padding: 0 20px;
}
/************************************ NEEDS SPECIFITY */
footer .footer {
  margin: -5px 0 0 0;
}
footer .footer li {
  margin-right: 26px;
  line-height: 21px;
  font-weight: 400;
  display: inline-block;
}
footer .footer li a {
  color: #8c8c8c;
  display: inline;
}
footer .footer > li > a:hover {
  background: none;
  color: #fff;
  text-decoration: none;
}
footer .copyright {
  margin-top: 2px;
  font-weight: 400;
  color: #4d4d4d;
  padding: 0 20px;
}
/* MAILCHIMP NEWSLETTER */
/**********************************************************/
footer .newsletter {
  min-height: 160px;
  width: 100%;
  padding: 20px 0 0 0;
  font-family: 'Source Sans Pro', sans-serif;
  background: #0f191e;
}
footer .newsletter h4 {
  margin: 0 20px 5px 20px;
  font-weight: 300;
  font-size: 22px;
  font-family: 'Roboto Slab', serif;
  line-height: 16px;
  color: #ffffff;
}
footer .newsletter p {
  margin: 0 20px;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}
footer #gform_wrapper_3 {
  padding: 17px 20px 0 20px;
  overflow: hidden;
}
footer #gform_wrapper_3 .gform_body {
  float: left;
}
footer #gform_wrapper_3 .gform_footer {
  float: right;
}
footer #gform_wrapper_3 .gfield_label {
  font-size: 14px;
  font-weight: 400;
  color: #f49536;
}
footer #gform_wrapper_3 .gform_fields li {
  margin-bottom: 20px;
}
footer #gform_wrapper_3 #field_3_1 {
  position: relative;
}
footer #gform_wrapper_3 #input_3_1 {
  width: 170px;
}
footer #gform_wrapper_3 #gform_submit_button_3 {
  margin-top: 26px;
  font-weight: 400;
  font-size: 12px;
  padding: 8px;
}
footer #gform_wrapper_3 .validation_message {
  font-size: 14px;
  position: absolute;
  top: 62px;
}
footer .newsletter .gform_confirmation_message_3 {
  padding: 36px 20px 0 20px;
  color: #36f595;
}
footer #gform_wrapper_3 .gfield_required,
footer #gform_wrapper_3 #gform_ajax_spinner_3,
footer #gform_wrapper_3 .gform_validation_container {
  display: none;
}
/* BACK TO TOP */
/**********************************************************/
.back-to-top {
  position: fixed;
  right: 2em;
  bottom: 2em;
  padding: 5px 10px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #000000;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
  display: none;
}
.back-to-top::before {
  position: absolute;
  top: -6px;
  width: 0;
  height: 0;
  border-width: 0 6px 6px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.5) rgba(0, 0, 0, 0);
  content: " ";
  left: 46%;
}
.back-to-top:focus,
.back-to-top:hover,
.back-to-top:active {
  color: #000000;
  text-decoration: none;
}

.banner-image {
  background: black;
  margin-top: 60px;
}
.banner-image img {
  width: 100%;
}

@media (max-width: 979px) {
  .banner-image { margin-top: 0px; }
}

/* Added 1/21/15 */
/**********************************************************/

.cta_current_listings{
    background: #121d22 !important;
    box-sizing: border-box;
    
    padding: 35px 70px;
    line-height: normal;
    color: white;
    min-height: 50px;
    margin-bottom: 20px;
    margin-left: 0;
    width: 100%;
  }

.cta_current_listings h3 {
    margin: 0;
    color: white;
    font-size: 19px;
    font-weight: 400;
    line-height: 62px;
    text-align: left;
  }


.cta_current_listings .flat-btn {
    background: #f28017;
    color: white;
    text-align: center;
    display: inline-block;
    padding: 20px 70px;
    text-decoration: none;
    border-radius: 4px;

    font-weight: bold;
    text-transform: uppercase;
    line-height: normal;
  }

.cta_current_listings .span4 {text-align: center;}

.cta_current_listings .flat-btn:hover { opacity: 0.8; color: white; text-decoration: none; }

  /* Medium Devices, Desktops */
  @media only screen and (max-width : 980px) {
    .cta_current_listings { padding: 20px 40px; }
    .cta_current_listings h3 { font-size: 15px; line-height: 42px; }
    .cta_current_listings .span3 { float: right; }
    .cta_current_listings .flat-btn { padding: 10px 20px; margin: 0 auto;display: inline-block;}
   
  }

  /* Small Devices, Tablets */
  @media only screen and (max-width : 767px) {
    
    
    .cta_current_listings { padding-bottom: 20px; }
    .cta_current_listings h3 { font-size: 15px; line-height: 20px; margin-bottom: 15px; text-align: center; }
    .cta_current_listings .span7,
    .cta_current_listings .span3 { float: none; text-align: center; }
    .cta_current_listings .flat-btn { padding: 10px 20px; }
    .box {
      background: none;
      float: none;
      text-align: center;
      max-width: 470px;
      margin-left: auto;
      margin-right: auto;
    }
    
  }
