/*
    Theme Name: The Transportation Network
	Theme URI: 
	Description: Child theme created for the Genesis Framework.
    Author: Cosmic Design
    Author URI: http://www.cosmicdesignllc.com

 
    Version: 1.8
 
    Tags: brown, dark, light, blue, green, red, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, page-templates, custom-background, custom-header, custom-menu, full-width-template, stimcky-post, theme-options, threaded-comments
 
    Template: genesis
    Template Version: 1.8
 
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/
/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Inner
* Responsive Slider
* Home Sections
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Content Boxes
* Search Form
* After Post Widget
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Custom Footer
* Comments
* Gravity Forms
* Caffeinated Dark
* Caffeinated Light
* Caffeinated Blue
* Caffeinated Green
* Caffeinated Red
* Responsive Design

*/


/* Defaults
------------------------------------------------------------ */
@import url(//fonts.googleapis.com/css?family=Rambla:400,700,700italic,400italic);

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: 'rambla', arial narrow, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5625;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

h1 {color: #b12a1b;}
h3 {color: #b12a1b; font-size: 25px; margin-top:0 !important; margin-bottom: 0 !important;}
h4 {color: #b12a1b; font-size: 18px !important; margin-top:0 !important; margin-bottom: 0 !important; font-weight: normal;}
strong {font-weight:700;}
h5  {font-size: 20px !important; }

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #fdfdfd;
	border: 1px solid #e8e8e8;
}

input,
label,
select,
textarea {

	font-family: 'rambla', arial narrow, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}
.iq-testimonial-wrap {

    margin-bottom: 30px !important;
}
.iq-testimonials-info {display:none;}

/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.post a, .post
a:visited
 {
	color: #b12a1b !important;
}

a img {
	border: none;
}

a.more-link {
	color: #b12a1b;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

/* Body
------------------------------------------------------------ */

body {
	background: url(images/bg-pattern.png);
}

::-moz-selection {
	background-color: #0d72c7;
	color: #fff;
}

::selection {
	background-color: #0d72c7;
	color: #fff;
}


/* Wrap
------------------------------------------------------------ */

.wrap {
	margin: 0 auto;
	width: 960px;
}

.caffeinated-landing .wrap {
	width: 680px;
}


/* Header
------------------------------------------------------------ */

#header {

	margin: 0 auto;
	min-height: 81px;
	overflow: hidden;
	width: 100%;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 17px 0 0;
	width: 280px;
}

#title {
	font-family: 'rambla', arial narrow, Arial, serif;
	font-size: 36px;
	line-height: 1.25;
	margin: 0;
	text-transform: uppercase;
}

#title a,
#title a:hover {
	color: #fff;
	padding: 0 0 0 0;
	text-decoration: none;
}

#description {
	font-size: 14px;
	padding: 0 0 0 20px;
}

#header .widget-area {
	float: right;
	width: 370px;

}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 86px;
	overflow: hidden;
	padding: 10px 0;
	text-indent: -9999px;
	width: 448px !important;
}

.header-image #title-area {
	background: url(images/logo.png) center no-repeat;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 100%;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

#nav {
	background-color: #fff;
	
}

.menu-primary, .menu-secondary, #header .menu {
    clear: both;
    color: #ffffff;
    font-size: 18px;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
    margin: 0px auto;
    overflow: hidden;
    width: 460px;
   float:right;
    margin-top: -50px;
	font-family:'Rambla', Arial Narrow, Arial, Helvetica, sans-serif;
}


#header .menu {
	display: inline-block;
	float: right;
	width: auto;
}

.menu-primary {
}

.menu-secondary {
}

.menu-primary ul,
.menu-secondary ul,
#header .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
#header .menu li {
	float: left;
	list-style-type: none;
}

.menu-primary a,
.menu-secondary a,
#header .menu a {
	display: block;
	padding: 30px 15px;
	position: relative;
	text-decoration: none;
}

.menu-primary a,
.menu-secondary a {
	padding: 10px 15px;
}

#header .menu li a:active,
#header .menu li a:hover,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
	color: #fff;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a {
	color: #b12a1b;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background: rgba(255, 255, 255, 0.8);
	border: none;
	border-bottom: none;
	border-top: none;
	color: #333;
	font-size: 16px;
	padding: 9px 10px 8px;
	position: relative;
	text-transform: none;
	width: 178px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
	-webkit-box-shadow: inset 0px 0px 0px 2px #F7F7F7;
	background: #fcfcfc;
	box-shadow: inset 0px 0px 0px 2px #F7F7F7;
	color: #b12a1b;	
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	padding: 1px 0 0;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -36px 0 0 159px;
	padding: 0 0 0;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
	left: auto;
}

.menu li a .sf-sub-indicator, .menu li li a .sf-sub-indicator, .menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	padding: 7px 15px 6px;
}

.menu li.right a {
	background: none;
	border: none;
	color: #333;
	display: inline;
	text-decoration: none;
}

.menu li.right a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.menu li.search {
	padding: 0 10px;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Inner
------------------------------------------------------------ */

#inner {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	padding: 0px 0 40px;
}

/* Responsive Slider
------------------------------------------------------------ */

.caffeinated #genesis-responsive-slider {
	-webkit-box-shadow: none;
	background-color: white;
	border: none;
	box-shadow: none;
	padding: 00px;
	margin-top:20px;
}

.caffeinated #genesis-responsive-slider a,
.caffeinated #genesis-responsive-slider a:visited {
	color: #333;
}

.caffeinated #genesis-responsive-slider h2 a,
.caffeinated #genesis-responsive-slider h2 a:visited {
	font-size: 28px;
}

.caffeinated #genesis-responsive-slider h2 {
	padding: 0;
}

.caffeinated .slide-excerpt {
	background-color: #fff;
	border: none;
	filter: alpha(opacity=100);
	margin: 0;
	opacity: 1;
}

html > body.caffeinated .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 30px 0 30px 30px;
}

.caffeinated #genesis-responsive-slider p {
	color: #333;
}

.caffeinated #genesis-responsive-slider .flex-direction-nav li a {
	-webkit-transition: none;
	-moz-transition: none;
	background: url(images/bg-direction-nav.png) no-repeat -50px 0;
	height: 49px;
	right: -27px;
	transition: none;
	width: 52px;
}

.caffeinated #genesis-responsive-slider .flex-direction-nav li a:hover {
	background-position: -50px -49px;
}

.caffeinated #genesis-responsive-slider .flex-direction-nav li .prev {
	background-position: 0 0;
	left: -25px;
	width: 50px;
}

.caffeinated #genesis-responsive-slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -49px;
}

.caffeinated #genesis-responsive-slider .flex-control-nav {
    margin: -20px 0px 10px 0;
    float: right;
    width: 100px;
}

.caffeinated #genesis-responsive-slider .flex-control-nav li {
	margin: 0;
	padding: 0 0 0 5px;
}

.caffeinated #genesis-responsive-slider .flex-control-nav li a {
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

#text-4.widget.widget_text {

    background: #b12a1b !important;
	border: none !important;
   
}



/* Home Sections
------------------------------------------------------------ */

#home-sections,
#home-middle {
	clear: both;
	overflow: hidden;
	padding: 0 0 40px;
}

#home-sections .widget img {
	margin: 0px 0 20px !important;
	padding: 0;
}

#home-sections h2 {
	text-align: left;
}
#home-sections .widget {height:350px;}
#home-sections .widget,
#home-middle .widget {
	-moz-box-sizing: border-box;
	
background:#464646;

	box-sizing: border-box;
	float: left;
	margin-right: 3%;
	width: 31.3%;
}

#home-sections .widget .caffeinated-dark h2 a, #home-sections .widget .caffeinated-dark h2 a:visited {
    color: #b12a1b !important;
}

#home-sections .home-3 .widget, #home-middle .middle-3 .widget {
    margin-right: 0px;
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.7);
}



/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 14px;
	
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	background-color: #fff;
	margin: -10px 0 30px;
	padding: 0 0 15px;
}

.taxonomy-description p {
	font-size: 14px;
	padding: 15px 15px 0;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%;
	margin-top:2px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 630px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

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

#content .page{

	background-color: rgba(255, 255, 255, 0.7);
	border: 0;
	
	padding: 20px 20px 5px;
	margin: 0 0 30px;
}


 

.airport-shuttles-snowflower-affiliate-page #content .page, .resort-quest-partner-booking #content .page, .airport-shuttles-park-city-lodging-affiliate-page #content .page, .airport-shuttles-silver-lake-accommodations-affiliate-page #content .page {
    background-color: rgba(255, 255, 255, 1);}
	
.post_content {
	padding: 40px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	margin: 0 0 10px;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: 'Rambla', Arial Narrow, Arial, Arial Narrow, serif;
	line-height: 1.25;
	margin: 0 0 10px;

}
h2.entry-title {text-transform:uppercase;}

h1 {
	font-size: 30px;
	color:#b12a1b;
	text-transform:uppercase;
}

.taxonomy-description h1 {
	margin: 0;
}

h2,
h2 a,
h2 a:visited {
	font-size: 28px;
}

h2 a,
h2 a:visited {
	color: #333;
	font-family: 'Rambla', Arial Narrow, Arial, Arial Narrow, serif;
}

.page-template-page_portfolio-php h2,
.page-template-page_portfolio-php h2 a,
.page-template-page_portfolio-php h2 a:visited {
	font-size: 24px;
	text-align: center;
}

h2 a:hover {
	color: #9F968E;
	text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 20px;
	margin: 0 0 5px;
}

.widget-area h2 {
	padding: 16px 0 0 0;
}
.widget-area h2 a:hover {color:#666666}
.widget-area .post-info {
	background: none;
	margin-bottom: 0;
	padding: 0 0 6px 0;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.taxonomy-description h1,
.widget-area h4 {
	background: none;
	border: none;
	border-bottom: none;
	color: #ffffff;
	text-transform:uppercase;
	font-size: 24px;
	margin: 0;
	padding: 8px 15px;	
}

.widget-area h4 a {
	color: #ffffff;
	text-decoration: none;
}

#footer-widgets h4 {
	background: #2F2B28;
	border: none;
	margin-bottom: 0px;
	padding: 0px;
	color: #b12a1b;
}

h5 {
	font-size: 18px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
    font-size: 12px;
    font-style: italic;
}



/* Post Meta
------------------------------------------------------------ */

.post-meta {

	clear: both;
	font-size: 14px;
	padding: 5px 0 0;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	-webkit-box-shadow: 2px 2px 0px 0px rgba(232, 232, 232, .3);
	background-color: #fff;
	box-shadow: 2px 2px 0px 0px rgba(232, 232, 232, .3);
	margin: 0 0 30px;
	overflow: hidden;
	padding: 30px;
}

.author-box p {
	font-size: 14px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	background-color: #f5f5f5;
	margin: -10px 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	font-size: 14px;
	padding: 20px 20px 0;
	width: 40%;
	word-wrap: break-word;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}


/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	border: none;
}

.featuredpage img,
.featuredpost img {
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.featuredpage img:hover,
.featuredpost img:hover {
	filter: alpha(opacity=80);
	opacity: .8;
}

.avatar,
#home-middle .widget img,
#home-sections .widget img {
	margin: 16px 0 0 0;
}

#home-middle .widget .alignleft,
#home-sections .widget .alignleft {
	margin: 0 15px 0px 0;
}
	
#content .post #featured-image,
#content .page #featured-image,
.page-template-page_portfolio-php .featuredpage img,
.page-template-page_portfolio-php .featuredpost img {
	border: none;

	padding: 0px;

    max-width: 960px;



}
#featured-image {
	border: none;
	margin-bottom: 0px;
	padding: 0px;

    max-width: 960px;
      margin: 20px auto -2px;}


.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 20px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: left;
	margin-left: -74px;
	position: absolute;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}

.sidebar .simple-social-icons ul li {
	margin: 0 7px 10px !important;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	font-size: 14px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	background-color: #fff;
	border: 1px solid #e8e8e8;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #fff;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 14px;
	width: 300px;
}

#sidebar-alt {
	float: left;
	width: 150px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar p {
	font-size: inherit;
	color: #ffffff;
}

.sidebar .widget {
	
	background-color: #b12a1b;

	
	margin: 30px 0 30px;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
	padding: 0 15px 30px;
}

.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li {
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}


/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	display: inline;
	margin: 5px 15px 0;
	padding: 3px;
	width: 85%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage .page,
.featuredpost .post {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	background: none;
	margin: 0;bord
	overflow: hidden;
	padding: 0 15px 16px;
	transition: all 0.2s ease-out;
}

.featuredpost .post {
	border-bottom: 0px none;
}

.featuredpage .page:hover,
.featuredpost .post:hover {
	
}

.page-template-page_portfolio-php #content .post,
.page-template-page_portfolio-php #content .page {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0 1.6% 30px;
	overflow: hidden;
	padding: 30px 30px 0;
	width: 30%;
}

.page-template-page_portfolio-php #content .post:hover,
.page-template-page_portfolio-php #content .page:hover {
	-webkit-box-shadow: inset 0px 0px 0px 2px rgba(232, 232, 232, .3);
	background: #fcfcfc;
	box-shadow: inset 0px 0px 0px 2px rgba(232, 232, 232, .3);
}

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}

.more-from-category {
	font-size: 14px;
	padding: 9px 30px;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 30px;
}

.user-profile .posts_link {
	border-top: 1px solid #f8f8f8;
	padding: 9px 30px;
}

.user-profile .avatar {
	margin: 4px 0 0 0;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background: #fff;
	border: 1px solid #E8E8E8;
	cursor: pointer;
	line-height: 19px;
	padding: 12px 16px;
	text-decoration: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	-webkit-box-shadow: inset 0px 0px 0px 2px #f7f7f7;
	background: #fdfdfd;
	box-shadow: inset 0px 0px 0px 2px #f7f7f7;
	text-decoration: none;
}


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

#header .searchform {
	float: right;
	padding: 12px 0 0;
}

.sidebar .searchform {
	padding: 5px 0 0 15px;
	float: right;
	display: block;
}

.s {
	margin: 10px -7px 0 0;
	padding: 6px 5px;
	width: 80px;
}

.s:focus {
	width: 180px;
}

#nav .s {
	background-color: #fff;
	margin: 2px -7px 0 0;
}


/* After Post Widget
------------------------------------------------------------ */

.after-post .enews {
	-webkit-box-shadow: 2px 2px 0px 0px rgba(232, 232, 232, .3);
	background: url(http://thetransportationnetwork.com/wp-content/themes/caffeinated/images/brown-texture.jpg);
	border: 1px solid #E8E8E8;
	box-shadow: 2px 2px 0px 0px rgba(232, 232, 232, .3);
	margin: 0 0 30px;
	max-height: 212px;
	padding: 42px 30px;
	text-align: center;
}

.after-post .enews #subbox {
	margin: 5px -7px 0 0;
	padding: 12px 20px;
	width: 45%;
}

.after-post .enews #subscribe {
	padding: 0;
}

.after-post h4 {
	background: none !important;
	border: none;
	color: #9F968E;
	font-size: 30px;
	padding: 0;
}

.after-post .enews p {
	color: #9F968E;
	padding: 4px 0 8px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 0 15px 5px;
}

.enews #subscribe {
	padding: 0 0 0 15px;
}

.enews #subbox {
	margin: 5px -7px 0 0;
	padding: 6px 5px;
	width: 75%;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background: url(http://thetransportationnetwork.com/wp-content/themes/caffeinated/images/brown-texture.jpg);
	border-top: 1px solid #2F2B28;
	clear: both;
	color: #9F968E;
	font-size: 16px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer-widgets .wrap {
	overflow: hidden;
	padding: 40px 0;
}

#footer-widgets .widget {
    background: none repeat scroll 0% 0% transparent;
    border: medium none;
    margin: 0px 20px 15px;
    padding: 0px;
}


#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets .tagcloud a, #footer-widgets .tagcloud a:visited {
	background: none;
	background-color: #2F2B28;
	border: none;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}

#footer-widgets p {
	font-size: inherit;
	margin: 0 0 10px;
}

#footer-widgets ul {
	margin: 0;
}

#footer-widgets ul li {
	margin: 0 0 0 20px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
    float: left;
    margin: 0px 80px 0px 0px;
    width: 250px;
}


.footer-widgets-2 {
	float: left;
	width: 220px;
}

.footer-widgets-3 {
	float: right;
	width: 290px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}


#footer .wrap {
	overflow: hidden;
	padding: 30px 0;
}

#footer p {
	color: #9F968E;
	font-size: 14px;
}

#footer a:hover {
	color: #ccc;
	text-decoration: none;
}

#footer .gototop {
	float: left;
	width: 200px; 
	display: none;
}

#footer .creds {
	float: right;
	text-align: right;
	width: 650px;
	display:none;
}

/* Custom Footer
------------------------------------------------------------ */

#footer .custom-footer {
	color: #000000;
	font-size:14px;
	margin: -30px 0 20px;
	padding: 10px 5px 10px;
	background: rgba(255, 255, 255, 0.8);
}

#footer .custom-footer,
#footer .custom-footer .menu {
	text-align: center;
}

#footer .custom-footer .widget {
	clear: both;
}

#footer .custom-footer .menu {
	float: none;
}

#footer .custom-footer h4,
#footer .custom-footer h4 a, #footer .custom-footer a{
	color: #666666 !important;
}

 #footer .custom-footer a:hover {
	color: #b12a1b !important;
}

#footer .custom-footer li {
	display: inline-block;
	float: none;
	margin: 0 30px;
	list-style-type: none;
}

#footer .custom-footer li a:hover {
	color: #000000 !important;
}



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

#comments,
#respond {
	margin: 0 0 15px;
	padding: 20px;
	overflow: hidden;
	
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style-type: none;
	margin: 30px 0 0 60px;
	padding: 10px 15px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-right: -16px;
}

.comment-content p {
	font-size: 14px;
	margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 5px;
}

.reply {
	float: right;
	font-size: 14px;
	font-weight: 300;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: none;
}

.alt,
.depth-1,
.even {
	border: 0px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #333;
}

div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}
#iq-testimonials-input {
    width: 230px !important;
    margin-bottom: 10px ;
}



/* Caffeinated Dark
------------------------------------------------------------ */


.caffeinated-dark #footer p {
	color: #b12a1b;
}

.caffeinated-dark h2 a, 
.caffeinated-dark h2 a:visited {
	color: #b12a1b;
}

.caffeinated-dark a:hover {
	color: #666666;
	text-decoration:none;
}

.caffeinated-dark #header {
	background-color:#363636;
}

.caffeinated-dark #footer-widgets, .caffeinated-dark #footer-widgets a {
	background: #363636;
	color: #ffffff !important;
}
.caffeinated-dark #footer-widgets a:hover { color: #b12a1b !important; }

.caffeinated-dark .taxonomy-description h1,
.caffeinated-dark .widget-area h4 {
	background: none;

}

.caffeinated-dark #footer,
.caffeinated-dark #footer-widgets h4,
.caffeinated-dark #footer-widgets .tagcloud a,
.caffeinated-dark #footer-widgets .tagcloud a:visited {
	background: none;
}

.caffeinated-dark .after-post .enews {
	background: url(images/dark-texture.jpg);
}

.caffeinated-dark .after-post .enews p {
	color: #9a9a9a;
}

/* custom  */
#featured-post-2 h4.widgettitle {
    background: #b12a1b !important; border:none; font-weight:normal;

}

DIV#content.hfeed {

	background-color: rgba(255, 255, 255, 0.7);
}

.home DIV#content.hfeed, .page DIV#content.hfeed {

	background-color: rgba(255, 255, 255, 0.0);
}

.post {padding:20px;}

/* social  */

.fb  {background: url(images/soc_01.png) no-repeat; width: 30px; height: 36px; float:left;  text-indent: -99999px; margin-top:8px;}
.fb:hover {background: url(images/soc_01.png) no-repeat; text-indent: -99999px; opacity: .7;}

.twit  {background: url(images/soc_02.png) no-repeat; width: 27px; height: 36px; float:left;  text-indent: -99999px; margin-top:8px;}
.twit:hover {background: url(images/soc_02.png) no-repeat; text-indent: -99999px; opacity: .7;}

.rss  {background: url(images/soc_03.png) no-repeat; width: 31px; height: 36px; float:left;  text-indent: -99999px; margin-top:8px;}
.rss:hover {background: url(images/soc_03.png) no-repeat; text-indent: -99999px; opacity: .7;}

.social2 {color:#b12a1b; font-family:'Rambla', Arial Narrow, Arial, Helvetica, sans-serif; font-size: 24px !important; width: 350px; margin-top:30px;}
.social {color:#b12a1b; font-family:'Rambla', Arial Narrow, Arial, Helvetica, sans-serif; font-size: 24px !important; float: left; margin-right: 20px;margin-top:8px;}
.fb2  {background: url(images/soc2_01.png) no-repeat; width: 61px; height: 61px; float:right;  text-indent: -99999px; margin-top:-15px; margin-left:15px;}
.fb2:hover {background: url(images/soc2_01.png) no-repeat; text-indent: -99999px; opacity: .7;}

.twit2  {background: url(images/soc2_02.png) no-repeat; width: 59px; height: 61px; float:right;  text-indent: -99999px; margin-top:-15px;}
.twit2:hover {background: url(images/soc2_02.png) no-repeat; text-indent: -99999px; opacity: .7;}

.rss2  {background: url(images/soc2_03.png) no-repeat; width:55px; height: 61px; float:right;  text-indent: -99999px; margin-top:-15px;}
.rss2:hover {background: url(images/soc2_03.png) no-repeat; text-indent: -99999px; opacity: .7;}

.airport, .airport a:visited{background: url(images/airport.png) no-repeat;  width:100%;  height: 70px;  text-indent: 75px; color: #ffffff !important; font-family: 'Rambla', Arial Narrow, Arial, Helvetica, sans-serif; font-size: 18px; text-transform:uppercase; line-height: 68px;}
.airport:hover {background: url(images/airport.png) no-repeat; text-indent: 75px; opacity: .7;}

.single-icon, .single-icon a:visited  {background: url(images/singe.png) no-repeat; width:100%; height: 73px; text-indent: 75px;  color: #ffffff !important;  font-family: 'Rambla', Arial Narrow, Arial, Helvetica, sans-serif;  font-size:18px; text-transform:uppercase; line-height: 74px;}
.single-icon:hover {background: url(images/singe.png) no-repeat; text-indent: 75px; opacity: .7;}

.mult, .mult a:visited {background: url(images/mult.png) no-repeat;  width:100%;  height: 70px; text-indent: 75px;  color: #ffffff !important;  font-family: 'Rambla', Arial Narrow, Arial, Helvetica, sans-serif;  font-size: 18px; text-transform:uppercase; line-height: 74px;}
.mult:hover {background: url(images/mult.png) no-repeat; text-indent: 75px; opacity: .7;}

.hourly, .hourly a:visited  {background: url(images/hourly.png) no-repeat; width:100%;  height: 78x;text-indent: 75px; color: #ffffff !important;  font-family: 'Rambla', Arial Narrow, Arial, Helvetica, sans-serif;  font-size: 18px; text-transform:uppercase; line-height: 74px;}
.hourly:hover {background: url(images/hourly.png) no-repeat; text-indent: 75px; opacity: .7;}


.page-id-149 #featured-image {
    border: medium none;
    padding: 0px;
    max-width: 960px;
    margin: 0px auto -2px;
}

.red-text, #field_1_34 {color: #b12a1b;font-weight:bold; }
.gform_wrapper .gf_page_steps {
  
    margin: 20px 0px 8px !important;
 
}

.gform_wrapper h2.gsection_title, .gform_wrapper .gsection_description, .gform_wrapper h3.gform_title {
    width: 98%;
	text-transform:uppercase;
	color: #b12a1b;
	
}
#input_1_38_5_label, #input_1_30  {margin-bottom:20px !important;}
.gform_wrapper .top_label .gfield_label {

    font-weight: normal !important;
  text-transform: uppercase;
}
.gform_wrapper .gsection {
 
    padding: 0px 0px 0px !important;
    margin: 10px 0px 3px !important;

}
.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description {
    padding: 4px 0px 8px;
	text-transform:none !important;
	color: #000000;
}

input, label, select, textarea {
   font-size: 0.85em;
    line-height: 1.5em;
    clear: both;
    font-family: sans-serif !important;
    letter-spacing: normal !important;
}
.gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right, .gform_wrapper .ginput_complex .ginput_full {

    margin-bottom: 10px;
}



/* Responsive Design
------------------------------------------------------------ */

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

	body {
		width: 100%;
		margin: 0 auto;
	}

	.content-sidebar #content,
	.custom-footer,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.full-width-content #content,
	.menu-primary,
	.menu-secondary,
	.caffeinated-landing .wrap,
	.sidebar,
	.sidebar-content #content,
	.wrap,
	#content-sidebar-wrap,
	#footer .creds,
	#footer .gototop,
	#footer-widgets .wrap,
	#header ul.menu,
	#header .widget-area,
	#home-featured,
	#sidebar-alt,
	#title-area,
	.header-image #title-area,
	#wrap {
		width: 100%;
	}

	.menu-primary,
	.menu-secondary,
	#description,
	#footer .creds,
	#footer .gototop,
	#header ul.menu,
	#header .searchform,
	#title,
	#title-area {
		float: none;
		text-align: center;
	}

	#footer-widgets .widget,
	#header .menu,
	#header .searchform,
	#title,
	#wrap {
		margin: 0;
	}

	.full-width-content #content,
	#description,
	#footer-widgets .wrap,
	#title a,
	#title a:hover,
	#header .search-form {
		padding: 0;
	}

	#header {
		padding: 20px 0;
	}

	.menu-primary li,
	.menu-secondary li,
	#header ul.menu li {
		display: inline-block;
		float: none;
	}

	.menu-primary a,
	.menu-secondary a,
	#header .menu a {
		padding: 10px;
	}

	.menu li.right,
	#footer .gototop a {
		display: none;
	}

	.menu li li {
		text-align: left;
	 }

	#content,
	#inner {
		box-sizing: border-box;
	}

	#inner {
		padding: 40px 30px;
	}
 
	#home-sections, 
	#home-middle {
		padding: 0 30px 60px;
	}

	#footer-widgets .widget {
		padding: 30px 30px 0;
		margin-bottom: 30px;
	}

	.custom-footer {
		padding: 10px;
	}

	#footer .wrap {
		padding: 22px 0 20px;
	}

}

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

	.caffeinated #genesis-responsive-slider .flex-direction-nav li .next,
	.caffeinated #genesis-responsive-slider .flex-direction-nav li .prev {
		display: none;
	}

	.archive-page,
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		padding: 0;
		width: 100%;
	}

	.caffeinated .slide-excerpt {
		display: none;
	}

	.home #inner {
		padding-bottom: 20px;
	}

	#home-sections .widget, 
	#home-middle .widget { 
		width: 100%;
		margin: 20px 0;
	}

	#home-sections, #home-middle {
		padding: 0 30px 0;
	}

	#content .page, #content .post {
		padding: 30px;
	}

	.page-template-page_portfolio-php #content .post,
	.page-template-page_portfolio-php #content .page {
		margin: 0;
		width: 100%;
	}

	.s {
		box-sizing: border-box;
		width: 75%;
	}

	.comment-list li, .ping-list li {
		margin: 30px 0 0 10px;
		padding: 10px 0px;
	}

	.comment-list li ul li {
		margin-right: 0px;
	}

	.comment-list li .avatar {
		float: left;
		margin: 0 10px 10px 0;
		position: relative;
	}

}

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

	#title {
		font-size: 26px;
	}

}

.gform_wrapper .gf_step span.gf_step_number {
    font-size: 42px !important;
    float: left;
    font-family: 'rambla',arial,serif !important;

}

#text-3 .widget-area .textwidget a 
.gform_wrapper .gf_step {
    width: auto !important;
    margin: 0px 10px 10px 0px;
    font-size: 14px;
    height: 20px;
    line-height: 20px !important;
    opacity: 0.4;
  font-family: 'rambla',arial,serif !important;
    display: inline-block;
}
.gform_wrapper .gf_step.gf_step_active {
    opacity: 1;
		 color: rgb(177, 42, 27);
}

#text-3 .widget-area .textwidget a, #text-3 .widget-area .textwidget a:visited {
  color: #ffffff !important;
}