/***

   colors.css v2.0.0
   http://clrs.cc
   @mrmrs
   MIT License

***/
/*

   SKINS
   - Backgrounds
   - Colors
   - Border colors
   - SVG fills
   - SVG Strokes

*/
/* Backgrounds */
.bg-navy {
  background-color: #001F3F; }

.bg-blue {
  background-color: #0074D9; }

.bg-aqua {
  background-color: #7FDBFF; }

.bg-teal {
  background-color: #39CCCC; }

.bg-olive {
  background-color: #3D9970; }

.bg-green {
  background-color: #2ECC40; }

.bg-lime {
  background-color: #01FF70; }

.bg-yellow {
  background-color: #FFDC00; }

.bg-orange {
  background-color: #FF851B; }

.bg-red {
  background-color: #FF4136; }

.bg-fuchsia {
  background-color: #F012BE; }

.bg-purple {
  background-color: #B10DC9; }

.bg-maroon {
  background-color: #85144B; }

.bg-white {
  background-color: #fff; }

.bg-gray {
  background-color: #aaa; }

.bg-silver {
  background-color: #ddd; }

.bg-black {
  background-color: #111; }

/* Colors */
.navy {
  color: #001F3F; }

.blue {
  color: #308AA1; }

.aqua {
  color: #7FDBFF; }

.teal {
  color: #39CCCC; }

.olive {
  color: #3D9970; }

.green {
  color: #2ECC40; }

.lime {
  color: #01FF70; }

.yellow {
  color: #FFDC00; }

.orange {
  color: #FF8C40; }

.red {
  color: #d20202; }

.fuchsia {
  color: #F012BE; }

.purple {
  color: #B10DC9; }

.maroon {
  color: #85144B; }

.white {
  color: #fff; }

.silver {
  color: #ddd; }

.gray {
  color: #aaa; }

.black {
  color: #111; }

/* Border colors 

   Use with another border utility that sets border-width and style 
   i.e .border { border-width: 1px; border-style: solid; }     
*/
.border--navy {
  border-color: #001F3F; }

.border--blue {
  border-color: #0074D9; }

.border--aqua {
  border-color: #7FDBFF; }

.border--teal {
  border-color: #39CCCC; }

.border--olive {
  border-color: #3D9970; }

.border--green {
  border-color: #2ECC40; }

.border--lime {
  border-color: #01FF70; }

.border--yellow {
  border-color: #FFDC00; }

.border--orange {
  border-color: #FF851B; }

.border--red {
  border-color: #FF4136; }

.border--fuchsia {
  border-color: #F012BE; }

.border--purple {
  border-color: #B10DC9; }

.border--maroon {
  border-color: #85144B; }

.border--white {
  border-color: #fff; }

.border--gray {
  border-color: #aaa; }

.border--silver {
  border-color: #ddd; }

.border--black {
  border-color: #111; }

/* Fills for SVG */
.fill-navy {
  fill: #001F3F; }

.fill-blue {
  fill: #0074D9; }

.fill-aqua {
  fill: #7FDBFF; }

.fill-teal {
  fill: #39CCCC; }

.fill-olive {
  fill: #3D9970; }

.fill-green {
  fill: #2ECC40; }

.fill-lime {
  fill: #01FF70; }

.fill-yellow {
  fill: #FFDC00; }

.fill-orange {
  fill: #FF851B; }

.fill-red {
  fill: #FF4136; }

.fill-fuchsia {
  fill: #F012BE; }

.fill-purple {
  fill: #B10DC9; }

.fill-maroon {
  fill: #85144B; }

.fill-white {
  fill: #fff; }

.fill-gray {
  fill: #aaa; }

.fill-silver {
  fill: #ddd; }

.fill-black {
  fill: #111; }

/* Strokes for SVG */
.stroke-navy {
  stroke: #001F3F; }

.stroke-blue {
  stroke: #0074D9; }

.stroke-aqua {
  stroke: #7FDBFF; }

.stroke-teal {
  stroke: #39CCCC; }

.stroke-olive {
  stroke: #3D9970; }

.stroke-green {
  stroke: #2ECC40; }

.stroke-lime {
  stroke: #01FF70; }

.stroke-yellow {
  stroke: #FFDC00; }

.stroke-orange {
  stroke: #FF851B; }

.stroke-red {
  stroke: #FF4136; }

.stroke-fuchsia {
  stroke: #F012BE; }

.stroke-purple {
  stroke: #B10DC9; }

.stroke-maroon {
  stroke: #85144B; }

.stroke-white {
  stroke: #fff; }

.stroke-gray {
  stroke: #aaa; }

.stroke-silver {
  stroke: #ddd; }

.stroke-black {
  stroke: #111; }
  
  
  
  
  
html,
body {
	height: 100%;
	/* The html and body elements cannot have any padding or margin. */
	/* background-color: #eff1f2; */
	color: #3e433e;
	font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
}
	
p {
	color: #3e433e;
}

a {
	color: #2ca8d1;
}

a:visited {
	color: #2ca8d1;
}

a:hover {
	color: #2ca8d1;
}


h1 {
	font-size: 21px;
}
.page-header h1.front-title-label {
	font: 400 23px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #3e433e;
	display: block;	
	padding: 0 0 13px;		
}

/****** featured sidebar & recent posts ******/

.col-md-8.featured {
  max-width: 480px;
	padding: 0;
	margin: 0;
}
.col-md-7.featured {
  max-width: 396px;
	padding: 0;
	margin: 0;
}
.featured_sidebar li {
	list-style: none;
}
.widget-title {
	display: none;
}
li#rpwe_widget-2 {
  list-style: none;
}
.rpwe-thumb {
  border: 0;
	padding: 0 !important;
}
.rpwe-block h3 {
	font: 400 23px 'Open Sans', Arial, Helvetica, sans-serif !important;
}
.rpwe-summary a.more-link {
  color: #308aa1;
}
.rpwe-summary a.more-link:hover {
	color: #3e433e;
	text-decoration: underline;
}
#popular_sidebar ul li {
	list-style: none;
}
li.popular-posts {
  list-style: none;
}
.wpp-list {
  padding-left: 13px;
}
.wpp-thumbnail {
	width: 90px !important;
	margin: 0px 5px 13px 0px !important;
}
.wpp-post-title {
	font: 600 15px/16px 'Open Sans', Arial, sans-serif;
	color: #3e433e;
}
.page-template-franchise-template-php .bus-dd {
	margin-bottom: 10px;
}
.page-template-franchise-template-php .bus-dd #search_categories_franchise,
.page-template-franchise-template-php .locations-dd #search_investment_franchise {
	width: 211px;
}

/**** Featured Opportunities Sidebar ****/
.featured-opp-sidebar img {
  float: left;
	width: 130px;
	margin: 0px 8px 8px 0px;
}
.featured-opp-sidebar a:hover {
  text-decoration: none;
}
.featured-opp-sidebar h6 {
	font: 600 13px/16px 'Open Sans', Arial, sans-serif;
	color: 3e433e;
	margin: 0;
}
.featured-opp-sidebar p {
	font: 300 15px/18px 'Open Sans', Arial, sans-serif;
	clear: both;
	margin: 5px 0 0;
}

/**** Read These Articles ****/
.read-these-articles img {
  float: left;
	margin-right: 8px;
}
.read-these-articles p {
  margin: 0 0 20px;
	clear: both;
	height: 84px;
}

/**** Video Landing Page ****/
.video-post {
  overflow: hidden;
}
.video-post .post .videoWrap, .video-post .video .videoWrap {
	margin: 0 10px 10px 0;
}
.video-post .post.third .videoWrap, .video-post .video.third .videoWrap  {
	margin: 0 0 10px 0;
}
.videoWrap {
  position: relative;
  width: 385px;
  height: 282px;
  left:0;
  top:0;
  overflow: hidden;
	float: left;
}
.videoWrap a:hover {
  text-decoration: none;
}
.videoWrap img {
  width: 385px;
	height: 217px;
}
.video-heading {
	font: 600 16px/18px 'Open Sans', Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
	margin: 0;
}
.videoOverlay {
  margin: 0;
  background: #000000;
  text-transform: uppercase;
  opacity: 1;
  text-align: center;
  padding: 13px 5px 0px;
  width: 100%;
  height: 65px;
  z-index: 0;
}
.videos .hero-img {
	display: none;
}

/****** Video Single Page ******/

.flex-video {
  position: relative;
  padding-top: 10px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
 
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
 
.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video { padding-top: 0; }
}


/****** Top Category Area ******/
.sidebar-cat {
  margin: 0 0 10px;
}
.sidebar-cat h5 {
	font: 400 18px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #308aa1;
	letter-spacing: 0.05em;
	margin: 0 0 10px;
	padding: 4px 0;
	border-bottom: 2px solid #EEEEEE;
}
.sidebar-cat ul {
	display: inline-block;
	padding: 0; 
}
.sidebar-cat ul li {
	list-style: none;
	float: left;
	width: 50%;
}
.sidebar-cat ul li a {
	font: 400 12px/25px 'Open Sans', Arial, sans-serif;
	color: #3e433e;
}
.sidebar-cat ul li a:hover {
	text-decoration: none;
	color: #308aa1;
}

/***** Search form ******/
.search-form { width: 100%; margin: 1px 0px 30px; }
.search-form input.form-control { display: inline; box-shadow: none; border-radius: 0; border: 1px solid #999999; width: 209px; height: 36px; -webkit-appearance:none; -moz-appearance:none; }
.search-form .btn { background-color: #308aa1; font: 400 12px 'Open Sans', Arial, Helvetica, sans-serif; color: #FFFFFF; text-transform: uppercase; box-shadow: none; border-radius: 0; border: 0; width: 90px;
	height: 36px; -webkit-appearance:none; -moz-appearance:none; margin-left: -4px; }
.search-form .btn:hover { background-color: #3e433e; }
.search-form-title { 	margin: 0; }
.search-form h5 { color:#3E433E; display:inline-block; font-family:'Arial Black', sans-serif; font-size:20px; font-stretch:normal; font-style:normal; font-variant:normal; font-weight:normal; letter-spacing:0.05em; line-height:normal;
	margin:0; text-transform:uppercase; }



/****** Newsletter Area ******/
.newsletter-form {
  width: 100%;
	margin: 1px 0px 30px;
	padding: 0 0 20px;
	border-bottom: 4px solid #EEEEEE;
}
.newsletter-form .form-inline {
	margin: 0;
}
.newsletter-form-spam:before {
  content: "\f023";
	display: inline-block;
  color: #999;
  -webkit-font-smoothing: antialiased;
  font: normal 15px/1 'FontAwesome';
	vertical-align: middle;
	margin: 0 4px 4px 0;
}
.newsletter-form-spam {
	float: right;
	font: 300 14px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #999;
	margin: 2px 77px 0 0;
}
.newsletter-form input.form-control {
	box-shadow: none;
	border-radius: 0;
	border: 1px solid #999999;
	width: 209px;
	height: 36px;
	-webkit-appearance:none;
	-moz-appearance:none;
}
.newsletter-form .btn {
	background-color: #308aa1;
	font: 400 12px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
  box-shadow: none;
	border-radius: 0;
	border: 0;
	width: 90px;
	height: 36px;
	-webkit-appearance:none;
	-moz-appearance:none;
	margin-left: -4px;
}
.newsletter-form .btn:hover {
	background-color: #3e433e;
}
.newsletter-form-title {
	margin: 0;
}
.newsletter-form h5 {
  color:#3E433E;
  display:inline-block;
  font-family:'Arial Black', sans-serif;
  font-size:20px;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  letter-spacing:0.05em;
  line-height:normal;
  margin:0;
  text-transform:uppercase;
}
.newsletter-form .newsletter-form-title-franchise h5 {
	font: 24px 'Arial Black', sans-serif;
	color: #3e433e;
	letter-spacing: 0.05em;
	display: inline-block;
	text-transform: uppercase;
	margin: 0;
}
.newsletter-form-title p {
	font: 14px Arial, Helvetica, sans-serif;
	color: #3e433e;
	letter-spacing: 0.05em;
}
.media {
	margin: 0;
}
h3.blog-title {
	font: 700 21px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #3e433e;
	letter-spacing: 0.05em;
	margin: 18px 0 5px;
	padding: 0 0 5px;
	display: block;
	border-bottom: 1px solid #e4e4e4;
}
.archive h3.blog-title {
	margin: 18px 0 30px;
}
.archive .blog-title-cat {
	display: none;
}
.blog-title-cat ul {
	padding: 0;
	margin-bottom: 30px;
}
.blog-title-cat ul li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
}
.blog-title-cat li.red {
	font: 600 15px 'Open Sans', Arial, Helvetica, sans-serif !important;
	color: #308aa1;
}
.blog-title-cat li a {
	text-decoration: none;
}
.blog-title-cat li a:hover {
	text-decoration: underline;
}
/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto;
	margin: 74px auto -60px;
	/* Negative indent footer by its height */
	/* Pad bottom by footer height */
	padding: 0 0 60px;
}
@media screen and (max-width: 850px) {
	#wrap { margin-top: 0; }
}

.at4-share-outer {
	display: none;
}


/****** Single Sidebar ******/
h4.dropdown-title {
	font: 600 17px 'Open Sans', Arial, sans-serif;
	color: #308aa1;
	margin-bottom: 0 0 10px;
	padding: 4px 0;
	border-bottom: 2px solid #EEEEEE;
}
.single .bus-dd {
	margin-bottom: 10px;
}
.single .bus-dd #search_categories_franchise,
.single .locations-dd #search_investment_franchise {
	width: 211px;
}

/****** Blog Sidebar ******/
.bus-dd {
	margin-bottom: 10px;
}
.bus-dd #search_categories_franchise,
.locations-dd #search_investment_franchise,
.bus-dd #search_categories_franchise,
.locations-dd #search_investment_franchise {
	width: 220px;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
header .container { max-width: 1200px; width: auto; padding: 0; }

h3.underline, h4.underline { border-bottom: 1px solid #EEEEEE; margin-bottom: 10px; padding-bottom: 5px; }

.clear { clear: both; }

.row { margin: 0; }
.col-lg-4 { width: 25%; padding: 0; }
.post-lcol { width: 29%; margin-right: 2%; float: left; }
.post-lcol img { width: 100% !important; max-width: 250px !important; }
.post-rcol { width: 69%; float: left; }
@media screen and (max-width: 1100px) {
	.post-lcol img { width: 100%; height: auto; }
}
@media screen and (max-width: 600px) {
	.post-lcol { width: 100%; margin-right: 0; float: none; margin-bottom: 20px; }
	.post-lcol img { width: 100% !important; }
	.post-rcol { width: 100%; float: none; }
}
.home-video { width: 32%; margin-right: 2%; }
.home-video img { width: 100% !important; margin-bottom: 8px; }
.home-video:last-of-type { margin-right: 0; }

.col-lg-8 {
	width: 73%;
}
.col-md-7 {
	width: 73%;
}

#wrap > .container {
	max-width: 1200px;
	width: auto;
	padding: 0 0 0;
	background-color: white;
}
@media screen and (max-width: 850px) {
	#wrap > .container { padding: 0; }
}
.container .text-muted {
	margin: 20px auto;
	text-align: center;
}

.container .text-muted a {
	color: white;
}

code {
	font-size: 80%;
}

.time {
}
a.cat {
	font: 400 11px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #308aa1;
	letter-spacing: 0.05em;
	text-decoration: none !important;
	display: block;
	margin: -3px 0 0;
}
a.cat:hover {
	color: #3e433e;
}
.single-social {
  margin: 20px 0;
}
.btn-lg {
	border-radius: 0;
	padding: 5px 6px;
	font-size: 13px;
	margin-right: 5px;
}
.single-date {
	font: 300 14px 'Open Sans', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #999999;
}

/* Find Bizop Image */
#find-business-opportunties-img { margin-bottom: 30px; }
#find-business-opportunties-img img { width: 100%; }

/* Home search */
#home-search h1 { font-size: 26px; text-transform: none; color: #3e433e; }
#home-search #home-search-top-categories ul { margin: 0 0 10px 15px; padding: 0; }
#home-search #home-search-top-categories ul li { list-style: none; line-height: 1.2em; margin-bottom: 5px; width: 33.33333%; float: left; }
#home-search #home-search-top-categories ul li a { font-size: 14px; color: #308aa1; }
@media screen and (max-width: 550px) {
	#home-search h1 { font-size: 20px; }
	#home-search #home-search-top-categories { display: none; }
	#home-search #home-search-top-categories ul { margin-left: 0; }
}

/* Home listings */
#home-listings h3 { font-size: 22px; }
#home-listings h3 a { font-size: 16px; }
#home-listings .listing { width: 20%; padding: 0 1%; margin-bottom: 30px; border-right: 1px solid #eeeeee; float: left; box-sizing: border-box; }
#home-listings .listing:nth-child(5n+1) { clear:both; }
#home-listings .listing-content { padding: 5px; }
#home-listings .listing-content h3 { font-size: 18px; line-height: 20px; height: 40px; margin: 0 0 5px; }
#home-listings .listing-content h3 a { color: #308AA1; font-size: 18px; font-weight: normal; text-decoration: underline; }
#home-listings .listing-content h3 a:hover { text-decoration: none; }
#home-listings .listing-content p.listing-summary { font-size: 14px; line-height: 16px; margin: 0 0 10px; height: 80px; overflow: hidden; }
#home-listings .listing-content p.listing-cash { font-size: 13px; text-align: center; margin-bottom: 5px; }
#home-listings .listing-img { margin-bottom: 5px; }
#home-listings .listing-img img { width: 100%; display: block; }
#home-listings .button { width: 100%; font-size: 14px; }
@media screen and (max-width: 800px) {
	#home-listings .listing { width: 50%; }
	#home-listings .listing:nth-child(5n+1) { clear:none; }
	#home-listings .listing:nth-child(2n+1) { clear:both; }
}
@media screen and (max-width: 400px) {
	#home-listings .listing { width: 100%; float: none }
	#home-listings .listing:nth-child(2n+1) { clear:none; }
}

/* Home featured */
#home-featured-opportunities { margin-bottom: 40px; }
.home-featured-opportunities-col { width: 31.333333%; float: left; margin: 0 1% 20px;  }
.home-featured-opportunities-col img { width: 100%; }
@media screen and (max-width: 400px) {
	.home-featured-opportunities-col { width: 100%; float: none; margin: 0 0 20px; }
}

/* Recommended */
#recommended h3 { margin-bottom: 20px; }
#recommended .recommended-item { width: 31.33333%; float: left; margin: 0 1% 20px; }
#recommended .recommended-item:nth-child(3n+1) { clear: both; }
#recommended .recommended-item .recommended-item-content { padding: 5px; }
#recommended .recommended-item .recommended-item-content a { line-height: 20px !important; font-size: 16px; display: block; color: #333; }
#recommended .recommended-item img { width: 100%; }
@media screen and (max-width: 600px) {
	#recommended .recommended-item { width: 48%; }
	#recommended .recommended-item:nth-child(3n+1) { clear: none; }
	#recommended .recommended-item:nth-child(odd) { clear: both; }
}
@media screen and (max-width: 400px) {
	#recommended .recommended-item { width: 98%; }
	#recommended .recommended-item:nth-child(odd) { clear: none; }
}

/* Sidebar search */
#sidebar-search { border-bottom: 2px solid #EEEEEE; padding-bottom: 20px; margin-bottom: 30px; }
#sidebar-search h3 { font-weight: bold; font-size: 18px; border-bottom: 2px solid #EEEEEE; padding-bottom: 5px; margin-bottom: 10px; margin-top: 0; color: #308AA1; }
#sidebar-search form { margin-bottom: 10px; }
#sidebar-search form select { background-color:#FFFFFF; border:1px solid #CCCCCC; color:#555555; font-size:14px; height:34px; line-height:1.428571429; padding:6px 12px; vertical-align:middle; width:auto;}
#sidebar-search form .btn { background-color:#308AA1; border:0; border-radius:0; color: #fff; }
#sidebar-search form .btn.orange { background-color: #FF8C40; }
#sidebar-search form .btn:hover { background-color: #3e433e; }
#sidebar-search ul { margin: 0; padding: 0;}
#sidebar-search ul li { float: left; width: 50%; list-style: none; }
#sidebar-search ul li:nth-child(odd) { clear: both; }
#sidebar-search ul li a { font-size: 12px; color: #333333; }

/* Franchises */
#franchise-page-search { margin-bottom: 30px; }
#franchise-page-search h1 { margin-bottom: 5px; }
#franchise-page-search ul { padding-left: 0; }
#franchise-page-search ul li { width: 33.333333%; float: left; list-style: none; }
	
.blog-post img, .blog-post iframe, .blog-post object {
 /*  max-width: 100%; */
}
/* Customize container */
@media (min-width: 1200px) {
  .blog-post img, .blog-post iframe, .blog-post object {
	  max-width: 640px;
  }
}

/* Customize container */
@media (min-width: 980px) {
  .blog-post img, .blog-post iframe, .blog-post object {
	  max-width: 560px;
  }
}



/* Customize container */
#cart-sidebar { display: none; }
@media screen and (max-width: 1000px) {
	.sidebar .sidebar-container { display:none; }
}
@media (min-width: 768px) {
  .sidebar {
    max-width: 330px;
  }
  .blog-post img, .blog-post iframe, .blog-post object {
	  max-width: 100%;
  }
}

.dropdown {
	display: inline-block;
	-webkit-box-shadow: 0 5px 6px -6px black;
	   -moz-box-shadow: 0 5px 6px -6px black;
	        box-shadow: 0 5px 6px -6px black;
}
.find-btn button.btn {
	font: 400 13px 'Open Sans', Arial, Helvetica, sans-serif;
	border-radius: 0;
	color: #FFF;
	background: #308aa1;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 0px 11px;
}
.find-btn button.btn:hover {
	color: #FFF;
	background: #3C3C3E;
}
.bus-dd, .locations-dd {
  margin-right: 17px;
}
.subscribe {
	background: #3C3C3E;
	width: 100%;
	height: 86px; 
}
.navbar-inverse {
	background-color: #2c323e;
}
.home .sidebar { margin: 25px 0 0; }
.single .sidebar {
  margin: 26px 0 0;
}
.sidebar { margin: 25px 0 0; }
.sidebar-social {
	width: 300px;
  margin: 0 auto !important;
	padding: 0 0 23px;
	border-bottom: 0;
}
.sidebar-social a {
	margin-left: 10px;
  float: right;
}
.social-title {
  display: inline-block;
	font: 400 15px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #3e433e;
	text-transform: uppercase;
	margin-right: 2px;
}
.sidebar-about {
	margin: 30px auto;
	padding: 0;
}
.sidebar-about .sidebar-about-lcol { width: 28%; padding-right: 3%; float: left; }
.sidebar-about .sidebar-about-lcol img { width: 100%; }
.sidebar-about .sidebar-about-rcol { width: 72%; float: left; }

.sidebar-about h5 {
	font: 600 23px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #3e433e;
	text-transform: uppercase;
	margin: 0;
}
.sidebar-about h6 {
	font: 400 13px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #3e433e;
	text-transform: uppercase;
	margin: 0;
}
.sidebar-about p {
	font: 300 13px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #3e433e;
	letter-spacing: 0.05em;
	margin: 8px 0 0;
}
.sidebar-about a.red {
	color: #308aa1;
	text-decoration: underline;
}
.sidebar-about a.red:hover {
	color: #3e433e;
}
.sidebar-newsletter {
	background-color: #557eb3;
	width: 300px;
	margin: auto auto 40px auto;
	padding: 10px;
}
.sidebar-newsletter p {
	color: white;
	font-size: 120%;
}
.sidebar-newsletter p a {
	color: white;
	text-decoration: underline;
}
.sidebar-info h4 {
  font: 400 20px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #308aa1;
  margin: 0 0 15px;
}
.sidebar-info p {
	font: 400 14px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #3e433e;
	letter-spacing: 0.05em;
  margin: 0 0 10px;
}
.sidebar-info a {
	text-decoration: underline;
	color: #308aa1;
}
.sidebar-list {
	width: 100%;
	margin: 0 0 30px;
	display: block;
}
.sidebar-list h3 {
  font: 400 20px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #308aa1;
  margin: 0 0 15px;
	text-decoration: none;
}
.sidebar-list p {
	font: 400 14px/20px 'Open Sans', Arial, Helvetica, sans-serif;
  color: #3e433e;
	text-decoration: none;
}
.sidebar-list a {
	color: #308aa1;
	text-decoration: underline;	
}
.sidebar-list a:hover {
  color: #3e433e;
}

.sidebar-book {
	background-color: #e8e8e8;
	width: 100%;
	margin: auto auto 40px auto;
}

.sidebar-book p {
	font-size: 120%;
}

.sidebar-search {
	background-color: #fff;
	width: 100%;
	margin: auto auto 40px auto;
}

.sidebar-search p {
	font-size: 120%;
}
.sidebar-links {
	width: 100%;
	margin: 0 auto 30px;
}
.sidebar-links h5 {
	color: #308aa1;
	font: 400 18px 'Open Sans', Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	margin: 0 0 20px;
	padding: 4px 0;
	border-bottom: 2px solid #EEEEEE;
}

.sidebar-links p{
	font: 300 15px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #999999;
}

.sidebar-links a {
	margin-left: 0;
	color: #333333;
}

.sidebar-tree {
	background-color: #e8e8e8;
	background: url(tree.jpg);
	width: 100%;
	margin: auto auto 20px auto;
}

.sidebar-tree p {
	font-size: 200%;
	color: black;
}

.sidebar-tree a {
	color: black;
}

.blog-post-content { margin-left: 50px; margin-right: 50px; }
@media screen and (max-width: 600px) {
	.blog-post-content { margin: 0; }
}

.blog-post img, .blog-post iframe, .blog-post object, .sidebar-newsletter img {
	/* border: 6px solid #ecebeb; */
	/*box-shadow: 0 1px 3px rgba(0,0,0,0.4); */
	/* margin: .3em 0 1.3em; */
}


.blog-post img, .blog-post iframe, .blog-post object {
	max-width: 750px !important;
	margin: 0px;
	display: block;
}

.alignleft {
	float:left;
	margin-right:10px !important;
}


.blog-post p, .blog-post li {
	font: 400 16px/25px 'Open Sans', Arial, Helvetica, sans-serif !important;
	color: #3e433e;
}

.blog-post li {
	line-height: 185%;
	
}

.blog-post blockquote p {
	line-height: 120%;
}

.blog-post .media-body p {
	line-height: 120%;	
}


.social-proof {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	text-align: center;
}

.sidebar-social {
  margin: 10px 0 0;
}
.sidebar-social a {
	margin-left: 10px;
}

ul.social-proof li {
	display: inline-block;
	padding: 0;
	margin-right: 22px;
}
ul.social-proof li:last-child {
	margin-right: 0;
}
ul.social-proof li a {
	display: block;
	width: 56px;
	height: 57px;
}
.social-proof li a:hover {
	opacity: .7;
}

.social-proof .facebook a {
	background: transparent url("social-sidebar-icons.png") no-repeat 0px 0px
}

.social-proof .twitter a {
	background: transparent url("social-sidebar-icons.png") no-repeat -77px 0px
}

.social-proof .linkedin a {
	background: transparent url("social-sidebar-icons.png") no-repeat -160px 0px
}

.social-proof .google-plus a {
	background: transparent url("social-sidebar-icons.png") no-repeat -243px 0px
}

blockquote {
	padding: 10px 0;
	margin: 0 0 20px;
	border: 0;
}

blockquote p {
	font-size: 100%;
	font-weight: 400;
	line-height: 1.25;
}

#collapse1 {
}

/* Blog ad */
#buyselladds {
	display: block;
	margin: 0 auto 50px;
	width: 728px;
	height: 90px;
}

/* Blog Top */
.page-header { border-bottom: 0; margin: 25px 0 0; width: 75%; padding: 0 2% 2% 0; }
.page-header-full {
	border-bottom: 0;
	margin: 26px 0 0;
	width: 100%; padding: 0 2% 2% 0;
}
.page .page-header {
	border-bottom: 0;
	margin: 26px 0 0;
	width: 75%; padding: 0 2% 2% 0;
}
.page-header h1 {
	font: 700 22px 'Open Sans', Arial, Helvetica, sans-serif;
  color: #308aa1;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.single .page-header h1 {
	font: 700 40px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #3e433e;
	letter-spacing: 0.05em;
	border-bottom: 0;
	padding: 0;
	margin: 0 0 20px;
	text-transform: none;
}
h1.page-title {
	font: 700 28px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #3e433e;
	letter-spacing: 0.05em;
	text-transform: none;
	border-bottom: 1px solid #EEEEEE;
	margin: 0 0 30px;
	padding: 0 0 5px;
}
h3.page-title {
	border-bottom: 1px solid #EEEEEE;
	margin: 0 0 30px;
	padding: 0 0 5px;
}
.page-template-franchise-template-php .page-header h1 {
	font: 700 21px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #3e433e;
	letter-spacing: 0.05em;
	text-transform: none;
	border-bottom: 1px solid #EEEEEE;
	margin: 0 0 30px;
	padding: 0 0 5px;
}
.page-header img {
  width: inherit;
}
@media screen and (max-width: 1000px) {
	.page-header, .page .page-header { width: 100%; padding: 0 1%; }
}
@media screen and (max-width: 800px) {	
	.page-header { margin-top: 30px; }
}
#search_categories_franchise, #search_investment_franchise {
  font-size: 18px;
  height: 34px;
	box-shadow: 0;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #555;
	display: block;
	line-height: 34px;
  padding: 3px 12px 3px 5px;
	background-image: none;
  box-sizing: border-box;
}		

a.facebook {
    border-color: #3c5b9c;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #3c5b9c;
}

a.facebook:hover, a.facebook:focus, a.facebook:active, a.facebook.active,
a.facebook.disabled, a.facebook[disabled] {
    color: #ffffff;
    background-color: #30487b;
    border-color: #30487b;
	
}

a.facebook:active, a.facebook.active {
    background-color: #213256 \9;
}

a.stumbleupon {
    border-color: #e5442e;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #e5442e;

}

a.stumbleupon:hover, a.stumbleupon:focus, a.stumbleupon:active, a.stumbleupon.active,
a.stumbleupon.disabled, a.stumbleupon[disabled] {
    color: #ffffff;
    background-color: #952723;
    border-color: #952723;
	
}

a.stumbleupon:active, a.stumbleupon.active {
    background-color: #952723 \9;
}

a.twitter {
    border-color: #0bb8e7;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0bb8e7;
}

a.twitter:hover, a.twitter:focus, a.twitter:active, a.twitter.active,
a.twitter.disabled, a.twitter[disabled] {
    color: #ffffff;
    background-color: #009ac4;
    border-color: #009ac4;
}

a.twitter:active, a.twitter.active {
    background-color: #009ac4 \9;
}

a.tumblr {
    border-color: #335269 #335269 #1a2a36;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #426a88;
    background-image: -moz-linear-gradient(top, #4c7a9d, #335269);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4c7a9d), to(#335269));
    background-image: -webkit-linear-gradient(top, #4c7a9d, #335269);
    background-image: -o-linear-gradient(top, #4c7a9d, #335269);
    background-image: linear-gradient(to bottom, #4c7a9d, #335269);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff4c7a9d', endColorstr='#ff335269', GradientType=0);
    border-color: #223747;
    background-color: #335269;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled = false);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

a.tumblr:hover, a.tumblr:focus, a.tumblr:active, a.tumblr.active,
a.tumblr.disabled, a.tumblr[disabled] {
    color: #ffffff;
    background-color: #335269;
    background-color: #2a4458;
}

a.tumblr:active, a.tumblr.active {
    background-color: #223747 \9;
}

a.pinterest {
    border-color: #a91a20 #a91a20 #671014;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #c9282f;
    background-image: -moz-linear-gradient(top, #df3138, #a91a20);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#df3138), to(#a91a20));
    background-image: -webkit-linear-gradient(top, #df3138, #a91a20);
    background-image: -o-linear-gradient(top, #df3138, #a91a20);
    background-image: linear-gradient(to bottom, #df3138, #a91a20);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffdf3138', endColorstr='#ffa91a20', GradientType=0);
    border-color: #7d1418;
    background-color: #a91a20;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled = false);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

a.pinterest:hover, a.pinterest:focus, a.pinterest:active, a.pinterest.active,
a.pinterest.disabled, a.pinterest[disabled] {
    color: #ffffff;
    background-color: #a91a20;
    background-color: #93171c;
}

a.pinterest:active, a.pinterest.active {
    background-color: #7d1418 \9;
}

a.email {
    border-color: #8c8080 #8c8080 #655b5b;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #b1a8a8;
    background-image: -moz-linear-gradient(top, #c9c3c3, #8c8080);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c9c3c3), to(#8c8080));
    background-image: -webkit-linear-gradient(top, #c9c3c3, #8c8080);
    background-image: -o-linear-gradient(top, #c9c3c3, #8c8080);
    background-image: linear-gradient(to bottom, #c9c3c3, #8c8080);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffc9c3c3', endColorstr='#ff8c8080', GradientType=0);
    border-color: #726767;
    background-color: #8c8080;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled = false);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

a.email:hover, a.email:focus, a.email:active, a.email.active, a.email.disabled,
a.email[disabled] {
    color: #ffffff;
    background-color: #8c8080;
    background-color: #807373;
}

a.email:active, a.email.active {
    background-color: #726767 \9;
}

hr {
  margin: 25px 0;
}

.prefooter {
	background-color: darkblue;
}

h4.media-heading a {
	font: 700 26px/31px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #3e433e;
	letter-spacing: 0.05em;
	text-decoration: none;
}


h4.media-heading a:hover, h4.media-heading a:active{
	color: #308aa1;
	text-decoration: none;
}
@media screen and (max-width: 600px) {
	h4.media-heading a { font: 600 20px/26px 'Open Sans', Arial, Helvetica, sans-serif; }
}


.small-square-ads {
	padding-top: 25px;
	margin-top: 25px;
	margin-bottom: 10px;	
	
}

.small-square-ads img {
	border: 1px solid black;
}


.large-ads {
	padding-top: 25px;
	padding-bottom: 25px;	
	background-color: #242021;
	margin-bottom: 25px;
}



.sidebar-mailing-list-feature {
	background-color: #fff;
	width: 100%;
	margin: auto auto 20px auto;
}

.sidebar-mailing-list-feature p {
	font-size: 200%;
	color: black;
}

.sidebar-mailing-list-feature a {
	color: black;
	font-weight: bold;
}



.single-ad {
	width: 100%;
	border: 5px solid;
	margin: auto auto 20px auto;
	padding: 25px;
	font-size: 200%;
	text-align: center;
	
}

.single-ad a {
}


.single-ad-blue, .single-ad-blue a {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}

.single-ad-red, .single-ad-red a {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}


.single-ad-green, .single-ad-green a {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.pager li > a, .pager li > span {
	text-transform: uppercase;
	letter-spacing: 0.05em;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;	color: #FFFFFF;
	border: 0;
	padding: 6px 18px;
	background-color: #308aa1;
	text-decoration: none;
}
.pager li > a:hover, .pager li > a:focus {
	background: #3C3C3E;
}
.related h4 {
	font: 300 18px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #308aa1;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 0 0 10px;
}
.related ul {
	padding-left: 15px;
}
.related ul li a {
  font: 300 15px/27px 'Open Sans', Arial, Helvetica, sans-serif !important;
	color: #999999;
}

.featured-opp {
	border-top: 1px solid #EEEEEE;
	padding: 20px 0 0 !important;
	margin: 30px auto 60px !important;
}
.featured-opp h5 {
	font: 400 20px 'Open Sans', Arial, Helvetica, sans-serif;
  color: #308aa1;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin: 0 0 20px;
}
.featured-opp ul {
	list-style: none;
	padding: 0;
}
.featured-opp ul li img {
  width: 100%;
}
.featured-opp ul li {
  float: left;
	width: 200px;
	margin-right: 50px;
}
.featured-opp ul li:nth-child(5n+5) {
	margin-right: 0px;
	padding-right: 0px;
}
h2.featured-opp-header {
	font: 400 18px 'Open Sans', Arial, Helvetica, sans-serif;
  color: #308aa1;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin: 18px 0 16px;
	padding: 0 0 5px;
	border-bottom: 1px solid #EEEEEE;
}

/*** Archives Page ***/

.arch-section {
	display: block;
	margin-right: 20px;
	margin-top: 30px;
}
.arch-section li, .cat-section li {
	font: 400 14px/24px 'Open Sans', Arial, Helvetica, sans-serif !important;
	list-style: none;
	float: left;
	width: 235px;
}
.arch-section li a, .cat-section li a {
	color: #3e433e;
	text-decoration: none;
}
.arch-section li a:hover, .cat-section li a:hover {
  color: #308aa1;
	text-decoration: none;
}
.arch-section h2, .cat-section h2, .tag-section h2 {
	font: 600 18px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #3e433e;
	letter-spacing: 0.05em;
	margin: 18px 0 10px;
	padding: 0 0 5px;
}
.cat-section {
	display: block;
	margin: 20px 0 0;
}
.arch-section select, .cat-section select {
  font-size: 18px;
  height: 34px;
	box-shadow: 0;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #555;
	display: block;
	line-height: 34px;
  padding: 3px 12px 3px 5px;
	background-image: none;
  box-sizing: border-box;
}
.tag-section {
  margin: 60px 0;
}
