/*
Theme Name: LissaRankin
Theme URI: http://ithemes.com/
Description: A Builder Child Theme
Author: Elixir Design and Augie R. Maddox
Author URI: http://elixirdesign.com/
Version: 1.0.0
Template: Builder
*/

/*Brad Wallace 5/15/2015 - altered footer.php to add policy and address and added these styles - and media query below*/
/*footer.php styled new div*/
.PolicyandAddress {
  float: left;
  padding-left: 2em;
  margin-top: -1em;
}
/*footer.php styled new p*/
.PolicyandAddress p {
  margin: 0;
}
/*footer.php styled new p*/
.thePolicy {
  padding-bottom: 1em;
  text-decoration: underline;
}
/*added padding to copyright so won't get too close to address text on smaller devices.*/
.builder-module-footer .copyright .text {
  padding-left: 2em;
}
/*End Brad Wallace-----------------------------------------------*/

@font-face {
    font-family: 'FreightSansPro';
    src: url('fonts/freightsansprobook-regular-webfont.eot');
    src: url('fonts/freightsansprobook-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/freightsansprobook-regular-webfont.svg#freightsans_probook') format('svg'),
         url('fonts/freightsansprobook-regular-webfont.woff') format('woff'),
         url('fonts/freightsansprobook-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FreightSansPro';
    src: url('fonts/freightsansprolight-regular-webfont.eot');
    src: url('fonts/freightsansprolight-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/freightsansprolight-regular-webfont.svg#freightsans_prolight') format('svg'),
         url('fonts/freightsansprolight-regular-webfont.woff') format('woff'),
         url('fonts/freightsansprolight-regular-webfont.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;

}

@font-face {
    font-family: 'FreightSansPro';
    src: url('fonts/freightsansprosemibold-regular-webfont.eot');
    src: url('fonts/freightsansprosemibold-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/freightsansprosemibold-regular-webfont.svg#freightsans_prosemibold') format('svg'),
         url('fonts/freightsansprosemibold-regular-webfont.woff') format('woff'),
         url('fonts/freightsansprosemibold-regular-webfont.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: 'FreightSansProMedium-Regular';
    src: url('fonts/freightsanspromedium-regular-webfont.eot');
    src: url('fonts/freightsanspromedium-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/freightsanspromedium-regular-webfont.svg#freightsans_promedium') format('svg'),
         url('fonts/freightsanspromedium-regular-webfont.woff') format('woff'),
         url('fonts/freightsanspromedium-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


/*
@font-face {
  font-family: 'FreightSansProMedium-Regular';
  font-style: normal;
  font-weight: normal;
  src: local('FreightSansProMedium-Regular'), url('fonts/FreightSansProMedium-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'FreightSansPro';
  font-style: normal;
  font-weight: normal;
  src: local('FreightSansProBook-Regular'), url('fonts/FreightSansProBook-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'FreightSansPro';
  font-style: normal;
  font-weight: 600;
  src: local('FreightSansProSemibold-Regular'), url('fonts/FreightSansProSemibold-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'FreightSansPro';
  font-style: normal;
  font-weight: 200;
  src: local('FreightSansProLight-Regular'), url('fonts/FreightSansProLight-Regular.otf') format('opentype');
}
*/

/*********************************************
	Default font settings and typography.
	The font-size percentage is of 16px. (0.75 * 16px = 12px)
*********************************************/
html {
	font-size: 100.01%;
}
body {
	color: #000000;
	font-family: 'FreightSansPro', Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.7;
}

@media screen and (max-width: 320px) {
  body {
    font-size: 60%;
  }
}

input, select, textarea {
	font-family: 'FreightSansPro', Helvetica, Arial, sans-serif;
}
pre, code, tt, kbd {
	font-family: 'andale mono', 'lucida console', monospace;
	font-size: 1em;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
address, dfn, img, samp, ul, ol, dl {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
a img {
	margin: 0;
}

/*********************************************
	Constrain table and input widths
*********************************************/
table, input, textarea, select {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
}


/*********************************************
	Main Background
*********************************************/
body {
	background-color: #e3fbfc;
}


/*********************************************
	Universal Link Styles
*********************************************/
a {
	color: #297eff;
	text-decoration: none;
	font-weight: 600;
}
a:hover {
	color: #297eff;
	text-decoration: underline;
}
a:focus {
	color: #297eff;
}


/*********************************************
	Headings
*********************************************/
h1, h2, h3, h4, h5, h6 {
	
	font-weight: normal;
}
h1 {
	font-size: 2.4em;
	letter-spacing: -1px;
	line-height: 1.5;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
h2 {
	font-size: 2.1em;
	line-height: 1.25;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
}
h3 {
	font-size: 1.5em;
	line-height: 1.25;
	margin-top: 1em;
	margin-bottom: 1em;
}
h4 {
	font-size: 1.5625em; /* 20px */
	line-height: 1.25;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
h5, h6 {
	font-size: 1.3em;
}
h6 {
	font-style: italic;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}


/*********************************************
	Container Div
*********************************************/
.builder-container-outer-wrapper {
	background: transparent;
	display: block;
	margin: 0 auto 0 auto;
}

/*********************************************
	Default Module Styling
*********************************************/
.builder-module {
	background: #FFFFFF;
}
.builder-module-last {
	margin-bottom: 0;
}
.builder-module-block {
	margin: 20px;
}

/* Failed attempt #5 at producing full-height sidebars

   This does not work due to a Firefox glitch that causes wide content to
   override the width of blocks.

   These rules should be looked at again later in case Firefox fixes this issue.
*/

/*
.builder-module {
	display: table;
	table-layout: fixed;
}
.builder-module-block-outer-wrapper {
	display: table-cell !important;
	float: none !important;
	vertical-align: top;
	position: relative;
}
.builder-module-sidebar {
	min-height: 100%;
}*/


/*********************************************
	Header Module
*********************************************/
.builder-module-header-background-wrapper {
  background-color: #2C3E50;
}
.builder-module-header {
  background: transparent;
}
.builder-module-header .builder-module-sidebar {
	background: none;
	border: 0;
}
.builder-module-header .builder-module-sidebar .widget {
	border: 0;
	padding: 0;
}
.site-title,
.site-title a,
.site-title a:hover,
.site-tagline,
.site-tagline a,
.site-tagline a:hover {
	color: #ffffff;
	font-size: 1em;
	font-weight: normal;
	line-height: 1;
	height: auto;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.site-title a:hover,
.site-tagline a:hover {
	color: #000000;
}

.site-title {
	font-size: 5em;
	font-family: Rancho, Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	line-height: 1;
	margin: 0;
}

.site-tagline {
	font-size: 1em;
	font-weight: bold;
	line-height: 1;
	margin: .5em 0 0 0;
}
.site-tagline,
.site-tagline a {
	color: #666666;
}

#site-header {
  height: 108px;
  background-color: #2c3e50;
}

#site-header .inner {
  max-width: 960px;
  margin: 0 auto;
  height: 100%;
}

#site-header .vcenter {
  height: 50%;
}

#site-header .content-wrapper {
  clear: both;
  height: 46px;
  margin-top: -23px;
  padding: 0 30px;
}

#site-header .site-logo {
  float: left;
  margin-top: 3px;
}

#site-header .site-logo img {
  display: block;
}

#site-header .site-logo a {
  display: block;
}

#site-header .search-box {
  float: right;
}

#site-header .search-box {
  border: 1px solid #ffffff;
  border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 7px 11px 10px 11px;
}

#site-header .search-box input[type=text] {
  border: none;
  color: #ffffff;
  background-color: transparent;
  font-size: 1.328125em; /* 17px */
  padding: 0;
  margin: 0;
  float: left;
}

#site-header .search-box input[type=submit] {
  width: 15px;
  height: 16px;
  background: url('images/search-submit.png') no-repeat;
  border: none;
  float: right;
  padding: 0;
  margin: 4px 0 0 0;
}

@media screen and (max-width: 700px) {
  #site-header .site-logo {
    max-width: 275px;
    margin-top: 6px;
  }
}

@media screen and (max-width: 600px) {
  #site-header {
    height: auto;
  }
  
  #site-header .inner {
    height: auto;
  }
  
  #site-header .vcenter {
    height: auto;
  }
  
  #site-header .content-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
    margin: 0;
  }
  
  #site-header .site-logo {
    max-width: 100%;
    margin-bottom: 20px;
    margin-top: 0;
  }
  
  #site-header .site-logo,
  #site-header .search-box {
    float: left;
    clear: both;
  }
  
  
}

@media screen and (max-width : 320px) {
  #site-header .search-box input[type=text] {
    width: 105px;
  }

}

/* IE 8 - 960px max width */
#ie7 #site-header .search-box,
#ie8 #site-header .search-box {
  width: 200px;
}
#ie7 #site-header .search-box input[type=text],
#ie8 #site-header .search-box input[type=text] {
  width: 170px;
}

/*********************************************
	All Sidebars
*********************************************/
.builder-module-sidebar {
	display: block;
	margin: 1.5em 0 0 0;
	padding: 0;
	width: 100%;
}
.builder-module-block.builder-module-sidebar {
	margin: 0;
}
.builder-module-sidebar.right {
	margin-right: 0;
}
.builder-module-sidebar.left {
	margin-left: 0;
}
.builder-module-sidebar .widget-wrapper {
	width: 100%;
}
.builder-module-sidebar .widget {
	margin: 20px;
	padding: 0 0 1em 0;
}
.builder-module-sidebar .widget.widget-bottom {
	padding-bottom: 0;
	border-bottom: 0;
}
.builder-module-block-outer-wrapper {
	overflow: visible !important;
}
.builder-module-block-outer-wrapper .widget-wrapper-left .widget,
.builder-module-block-outer-wrapper .widget-wrapper-middle .widget {
	padding-right: .75em;
}
.builder-module-block-outer-wrapper .widget-wrapper-middle .widget,
.builder-module-block-outer-wrapper .widget-wrapper-right .widget {
	padding-left: .75em;
}
.builder-module-sidebar .widget img {
	margin-top: 0;
	margin-bottom: 0;
}
.builder-module-sidebar h4.widget-title {
	margin: 0 0 26px 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
}
.builder-module-sidebar h4.widget-title a {
}
.builder-module-sidebar h5.widget-subtitle {
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  font-size: 1.171875em; /* 15px */
  letter-spacing: 1px;
  line-height: 1.3333; /* 20px */
  color: #2c3e50;
}
.builder-module-sidebar .widget a.rsswidget img {
	display: none;
}


/*********************************************
	Navigation Module
*********************************************/

.builder-module-navigation {
	background: #e3fbfc;
	display: block;
	font-size: 1em;
	line-height: 2;
	width: 100%;
}
.builder-module-navigation .builder-module-element {
	margin: 0;
}
.builder-module-navigation ul {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
.builder-module-navigation ul * {
	margin: 0;
}
.builder-module-navigation li {
	padding: 0;
}
.builder-module-navigation li a,
.builder-module-navigation li.current_page_item li a,
.builder-module-navigation li.current-cat li a {
	background-color: #e3fbfc;
	color: #000000;
	font-family: 'FreightSansProMedium-Regular', Arial, Helvetica, sans-serif;
	font-size: 1.09375em; /* 14px */
	padding: 0 2.03125em; /* 26px */
	text-decoration: none;
	border-right: none;
	line-height: 3.2857; /* 44px */
	text-transform: uppercase;
	letter-spacing: 1.7px;
	font-weight: normal;
}
.builder-module-navigation li a:hover {
	background: #ffffff;
	color: #000000;
}
.builder-module-navigation li.current_page_parent a,
.builder-module-navigation li.current_page_item a,
.builder-module-navigation li.current-cat a,
.builder-module-navigation li.current-menu-item a {
	background-color: #86eeed;
}

/* second level stuff */
.builder-module-navigation li ul {
	border: 1px solid #555555;
	border-bottom: 0;

	width: 14em;
}
.builder-module-navigation li li {
	border-bottom: 1px solid #555555;
	width: 14em;
}
.builder-module-navigation li li a {
	float: none;
}
.builder-module-navigation li li a:hover,
.builder-module-navigation li li a.sfhover {
}
.builder-module-navigation li ul ul {
	margin: -3.1em 0 0 14em;
}


/*********************************************
	Widget Bar Module
*********************************************/

.builder-module-widget-bar {

}
.builder-module-widget-bar .builder-module-sidebar {
	margin: 0;
	padding: 0;
	border-top: 0;
}
.builder-module-widget-bar .builder-module-sidebar .widget {
	margin: .3em;
	padding: 0 0 0em 0;
}


/*********************************************
	Footer Module
*********************************************/
.builder-module-footer-background-wrapper { 
	background-color: #416975;
	margin:0;
	padding:0;
}
.builder-module-footer {
	border: none;
	background-color: transparent;
}
.builder-module-footer .builder-module-element {
	color: #ffffff;
	margin: 0;
	padding: 0;
}

.builder-module-footer .builder-module-element .alignright {
	text-align: right;
}

.builder-module-footer .builder-module-element a {
	color: #ffffff;
	text-decoration: none;
}
.builder-module-footer .builder-module-element a:hover {
	text-decoration: underline;
}

.builder-module-footer .footer-widgets {
  background: url('images/footer-background.jpg') no-repeat 0 0;
  background-size: cover;
  padding: 4em 0;
}

.builder-module-footer .the-daily-flame {
  background-color: #16191c;
}
.builder-module-footer .the-daily-flame > .inner {
}
.builder-module-footer .the-daily-flame .text a {
  display: block;
  background: url('images/footer-daily-flame-background.jpg') no-repeat 0 0;
  height: 194px;
  margin: 0 auto;
  width: 600px;
  line-height: 194px;
  text-align: center;
  font-size: 5em; /* 64px */
  font-weight: 200;
  letter-spacing: 2px;
  text-transform: lowercase;
}

.builder-module-footer .the-daily-flame .text a:hover {
  text-decoration: none;
  color: #78d8ff;
}

@media screen and (max-width: 700px) {
  .builder-module-footer .the-daily-flame .text a {
    font-size: 4em;
    line-height: 160px;
    height: 160px;
    width: 450px;
  }
}

@media screen and (max-width: 500px) {
  .builder-module-footer .the-daily-flame .text a {
    font-size: 3em;
    line-height: 120px;
    height: 120px;
    width: 300px;
  }
}

/*Brad Wallace - reposition copyright & camera icon on small devices*/
@media screen and (max-width: 483px) {
  .builder-module-footer .copyright .text {
    float: left !important;
  }
  .builder-module-footer .copyright .camera img {
    margin-left: -1em;
  }
}

@media screen and (max-width: 320px) {
  .builder-module-footer .the-daily-flame .text a {
    font-size: 2em;
    line-height: 100px;
    height: 100px;
    width: 200px;
  }
}

.builder-module-footer .section > .inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 20px;
}
.builder-module-footer .the-daily-flame {

}
.builder-module-footer .copyright {
  background-color: #2c3e50;
  height: 65px;
  font-size: 1.09375em; /* 14 px */
  padding: 20px 0;
}
.builder-module-footer .copyright .camera {
  width: 34px;
  height: 27px;
  float: left;
  margin-top: 20px;
}
.builder-module-footer .copyright .camera img {
  display: block;
}
.builder-module-footer .copyright .text {
  height: 65px;
  line-height: 65px;
  float:right;
  text-align: right;
}

@media screen and (max-width: 400px) {
  .builder-module-footer .copyright {
    height: auto;
  }
  .builder-module-footer .copyright .camera {
    float: none;
    margin:0;
  }
  .builder-module-footer .copyright .text {
    float: none;
    line-height: 1;
    text-align: left;
    margin: 1em 0 0 0;
    height: auto;
  }
}
/*********************************************
	Image Module
*********************************************/

.builder-module-image .builder-module-element {
	font-size: 0;
	margin: 0;
}
.builder-module-image .builder-module-element img {
	margin: 0;
}


/*********************************************
	HTML Module
*********************************************/


/*********************************************
	Content Module
*********************************************/
.builder-module-content .builder-module-element {
	overflow: visible;
}
.builder-module-content .builder-module-sidebar {
	width: auto;
	margin: 0 20px 20px 20px 20px;
}
.builder-module-content .builder-module-sidebar.left {
	margin-right: 0;
}
.builder-module-content .builder-module-sidebar.right {
	margin-left: 0;
}

.builder-module.builder-module-content .builder-module-block {
  margin-top: 0;
}

.builder-module.builder-module-content .left .builder-module-element {
	margin-right: 20px;
}
.builder-module.builder-module-content .middle .builder-module-element {
	margin-right: 20px;
	margin-left: 20px;
}
.builder-module.builder-module-content .right .builder-module-element {
	margin-left: 20px;
}
.builder-module-content .hentry {
	margin-bottom: 58px;
	padding-bottom: 42px;
	border-bottom: 1px solid #86eeed;
}
.builder-module-content .hentry:last-child {

}
.single .builder-module-content .hentry,
.page .builder-module-content .hentry {
  border-bottom: none;
  margin-bottom: 0;
}

.entry-title,
.entry-title * {
	margin: 0;
	padding: 0;
}
.hentry .thumbnail-wrap {
	display: none;
}
.hentry .date {
	display: none;
}
.entry-title-wrapper {
  clear: both;
}
.entry-title {
	color: #000000;
	font-size: 3.4375em; /* 44px */
	font-weight: normal;
	line-height: 1.1364; /* 50px */
	margin-bottom: 7px;
	float: left;
	display: block;
	width: 85%;
}
@media screen and (max-width: 700px) {
  .entry-title {
    width: auto;
  }
}
.entry-title a {
	color: #000000;
	font-size: 1em;
	text-decoration: none;
	font-weight: normal;
}

.entry-title a:hover {
  color: #297eff;
}

.post-title a {
	font-size: 1.25em;
	text-decoration: none;
}
.entry-title a:hover {
	
}
.entry-title .entry-meta {
	font-weight: bold;
}
.hentry .entry-meta {
	display: inline;
	font-size: 1.171875em; /* 15px */
}
.hentry .entry-meta a {
	font-style: normal;
	text-decoration: none;
}
.hentry .entry-meta a:hover {
	text-decoration: underline;
}
.hentry .featured-image {
  margin: 20px 0 0 0;
  padding: 0 0 10px 0;
}
.hentry .featured-image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.hentry .entry-footer {
	display: block;
}
.hentry .entry-footer img {
	max-width: none;
}

.hentry .entry-attachment .attachment {
	text-align: center;
}

.hentry .edit-entry-link {
	clear: both;
	margin: 0;
	padding-bottom: .8em;
}
p.entry-utility {
	margin-top: 0;
	margin-bottom: .5em;
}
.entry-content {
	clear: both;
	margin-top: 1.5em;
	font-size: 1.5625em; /* 20px */
	line-height: 1.5; /* 30px */
}
.loop-title {
	font-size: 1.75em;
	line-height: 1.7;
	margin-top: 0;
	margin-bottom: .875em;
}
.loop-content .more-link a {
  display: block;
  border: 1px solid #297eff;
  -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
  font-size: 1.40625em; /* 18px */
  line-height: 1;
  float: left;
  padding: 12px 24px 14px 24px;
  margin-top: 28px;
  clear: both;
}
.loop-content .more-link a:hover {
  background-color: #297eff;
  color: #ffffff;
  text-decoration: none;
}

/*********************************************
	Style images and galleries
	.hentry is used instead of .page or .post
	as it applies to all content types
*********************************************/

.hentry .gallery a,
.hentry .gallery dt,
.hentry .gallery img {
	font-size: 0;
	line-height: 0;
	margin: 0;
}
.hentry .gallery-item {
	background: #F3F3F3;
	border: 1px solid #CFCFCF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	margin: 0 1.5em 1.5em 0;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	width: 150px;
}
.hentry .gallery-item img {
	border: 0;
	margin: 0;
	padding: 0;
}
.hentry .gallery-caption {
	line-height: 1;
	margin: 0;
	padding: 10px 5px 5px 5px;
}
.hentry .gallery + * {
	margin-top: 0;
}

.hentry img {
	background: transparent;
	padding: 0px;
}
.hentry .alignright {
	margin: 0 0 1.5em 1.5em;
}
.hentry .alignleft {
	margin: 0 1.5em .8em 0;
}
.hentry .aligncenter {
	margin: 0 auto 1.5em auto;
}

.hentry .wp-caption {
	background: #EFEFEF;
	border: 1px dashed #D7D7D7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
	max-width: 96%;
}
.hentry .wp-caption img {
	background: transparent;
	border: none;
	padding: 0;
	max-width: 100%;
}

.hentry .wp-caption-text {
	line-height: 1;
	margin: 0;
	padding: 10px 5px 5px 5px;
}


/*********************************************
	Post Meta Styles, if needed
*********************************************/

.entry-meta-top {
  
}
.entry-meta-top .post-categories,
.entry-meta-top .post-categories li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.entry-meta-top .post-categories li {
  font-size: 1.015625em; /* 13 px */
  text-transform: uppercase;
  float: left;
  display: block;
}
.entry-meta-top .post-categories li a {
  display: block;
  margin: 0 6px 6px 0;
  font-weight: normal;
  color: #000000;
  padding: 0 26px;
  background-color: #c4f7f6;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  line-height: 2.3077; /* 30px */
  letter-spacing: 0.1538em; /* 2px */
}
.entry-meta-top .post-categories li a:hover {
  text-decoration: none;
  background-color: #86eeed;
}
.entry-header {
	clear: both; /* we need this so floats in the post are cleared */
}
.entry-header .entry-meta {
	color: #000000;
}
.entry-header .entry-meta a {
	color: #000000;
}
.entry-header .comments a {
  color: #297eff;
}
.entry-header .entry-meta .author a {
  font-weight: normal;
}
.entry-header .separator {
  color: #95efee;
}
.entry-header .comment-counter {
  font-family: Arial, Helvetica, sans-serif;
  width: 45px;
  height: 39px;
  background-image: url('images/comment-background.png');
  float: right;
  margin: 7px 10px 0 0;
  text-align: center;
  display: block;
  line-height: 32px;
  font-size: 1.40625em; /* 18px */
  font-weight: bold;
  overflow: hidden;
}
.entry-header .comment-counter a {
  font-weight: normal;
}
.entry-header .comment-counter > .inner {
  width: 45px;
  height: 32px;
}
@media screen and (max-width: 700px) {
  .entry-header .comment-counter {
    display: none;
  }
}
.entry-footer {
	clear: both; /* we need this so floats in the post are cleared */
	margin-bottom: 1em;
	padding: .8em 1em 0 1em;
}
.entry-footer .alignright {
	margin-bottom: .8em;
}
.entry-footer .categories {
	background: url( 'images/category-bg.png' ) 0 5px no-repeat;
	padding: 0 0 0 2.3em;
}
.entry-footer .comments {
	background: url( 'images/comments-bg.png' ) 0 0 no-repeat;
	padding: 0 0 5px 2.2em;
}
.entry-footer .tags {
	background: url( 'images/tags-bg.png' ) 0 5px no-repeat;
	padding: 0 0 5px 2.3em;
}
.EXIF table {
	margin: 1.5em auto;
}
.photometa h4 {
	margin: 0;
	padding: 0;
	text-align: center;
}
.photometa ul {
	list-style-type: none;
}


/*********************************************
	Previous/Next Page Navigation
*********************************************/
.loop-utility {
	clear: both; /* To clear any floats */
	margin-bottom: 50px;
}
.loop-utility .alignright a, 
.loop-utility .alignleft a {
	display: block;
	font-size: 1.40625em; /* 18px */
	line-height: 1;
	color: #297EFF;
	padding: 12px 24px 14px 24px;
	text-decoration: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #297EFF;
}
.loop-utility .alignright a:hover,
.loop-utility .alignleft a:hover {
	background: #297EFF;
	color: #ffffff;
}

@media screen and (max-width: 700px) {
  .loop-utility .alignright, 
  .loop-utility .alignleft {
    float: none;
    text-align: center;
  }
}

/*********************************************
	Comment Styles
*********************************************/

#comments {
	margin: 0 0 1.5em 0;
	padding: 0;
}
#comments h3 {
	font-size: 4em;
	margin-bottom: 0;
	margin-top: 0;
}
#comments ol.commentlist {
	background: transparent;
	margin: 1.5em 0;
	padding: 0;
}
#comments ul.children {
	margin: 0 1.5em;
}
#comments .vcard {
	line-height: 1;
	margin-bottom: 0;
}
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0 .75em 0 0;
	border: 1px solid #555555;
	padding: 1px;
}
#comments .comment-meta {
	margin-bottom: 1.5em;
}
#comments .comment-meta a {
	text-decoration: none;
	font-size: 10px;
	color: #777;
}
#comments .comment-author cite {
	font-weight: bold;
	font-style: normal;
}
#comments li {
	border: 1px solid #C5C5C5;
	clear: both;
	list-style-type: none;
	margin: 1.5em 0;
	overflow: hidden;
}
#comments li .comment-body {
	margin: 1.5em;
}
#comments .comment-body li {
	border: none;
	margin: 0;
	overflow: visible;
}
#comments .comment-body ul li {
	list-style-type: circle;
}
#comments .comment-body ol li {
	list-style-type: decimal;
}
#comments blockquote {
	margin: 1.5em;
}

#respond {
	margin-top: 3em;
	overflow: visible !important;
}
.comment #respond {
	border: 1px solid #C5C5C5;
	margin: 1.5em 1.5em 1.5em 1.5em;
	padding: 0 1.5em 1.5em 1.5em;
}
#respond h3 {
	margin-bottom: 0;
	margin-top: .25em;
}
#respond .cancel-comment-reply a {
	display: block;
	margin: 0;
}
#commentform label {
	margin-left: 1em;
}
#commentform input[type="text"] {
	width: 20em;
}
#commentform input,
#commentform textarea {
	margin: 0;
}
#commentform #comment {
	width: 100%;
}
#commentform .comment-submit-wrapper {
	margin-bottom: 0;
}
.comment-reply-link {
	padding: 2px 5px;
	background: #EFEFEF;
	border: 1px solid #C5C5C5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-decoration: none;
}


/*********************************************
	Text elements
*********************************************/

p {
}
p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
blockquote {
        background: #ebebeb;
        width: 75%;
	color: #000000;
	font-size: 1.2em;
	font-style: italic;
	margin-left:auto;
        margin-right:auto;
	padding: 10px;
}
/* To prevent nested blockquotes from increasing in size */
blockquote blockquote {
	font-size: 100%;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	height: 0;
	line-height: 1.5;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	font-style: italic;
}
del {
	color: #666666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
big {
	font-size: 1.2em;
	line-height: 1;
}


/*********************************************
	Lists
*********************************************/

ul, ol {
	list-style-position: outside;
	margin: 0 0 0 1.4em;
	padding: 0;
}
.entry-content > ul,
.entry-content > ol {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
ol {
	margin-left: 20px;
}
#ie6 ol,
#ie7 ol {
	margin-left: 24px;
}
li {
	margin: 0;
	padding: 0;
}
li > * {
	margin-top: 0;
}
li *:last-child {
	margin-bottom: 0;
}
li > p + ul {
	margin-top: -1.5em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
dd + dd {
	margin-top: 1.5em;
}


/*********************************************
	Tables
*********************************************/

table {
	background: #ffffff;
	margin-top: 0em;
}
table, td, th {
	border: 0px solid transparent;
	border-collapse: collapse;
}
th {
	background: #E8E8E8;
	font-weight: bold;
	line-height: 1.5;
}
th, td, caption {
	padding: .75em;
}
tr:nth-child(2n) th {
	background: #F6F6F6;
}
tr:nth-child(2n) td {
	background: transparent;
}
tfoot {
	font-style: italic;
}
caption {
	background: #EEEEEE;
}


/*********************************************
	Misc classes
*********************************************/

.small {
	font-size: .8em;
	line-height: 1.875;
	margin-top: 1.875em;
	margin-bottom: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666666;
}
.loud {
	color: #000000;
}
.highlight {
	background: #FFFF00;
}
.added {
	background: #006600;
	color: #FFFFFF;
}
.removed {
	background: #990000;
	color: #FFFFFF;
}
.first {
	margin-left: 0;
	padding-left: 0;
}
.last {
	margin-right: 0;
	padding-right: 0;
}
.top {
	margin-top: 0;
	padding-top: 0;
}
.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}


/*********************************************
	Default styling for forms
*********************************************/

label {
	font-weight: bold;
}
fieldset {
	border: .1em solid #CCCCCC;
	margin: 0 0 1.5em 0;
	padding: 1.4em;
}
legend {
	font-size: 1.2em;
	font-weight: bold;
}


/*********************************************
	Form fields
*********************************************/

input[type=text], input[type=password], input[type=email], input.text, input.title, textarea, select {
	font-size: 1em;
	margin-top: .5em;
	margin-bottom: .5em;
}
input[type=text], input[type=password], input[type=email], input.text, input.title, textarea {
	background-color: #FFFFFF;
	border: 1px solid #82ddf3;
	padding: 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input.text:focus, input.title:focus, textarea:focus {
	border-color: #018cae;
}
textarea {
	width: 30em;
	height: 20em;
}
input[type="submit"],
input[type="button"] {
	padding: 8px 18px;
	background: transparent;
	border: 1px solid #297eff;
	color: #297eff;
	font-weight: bold;
	cursor: pointer;
  -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 100%; /* workaround some kind of strange bug shrinking text in .hentry */
}

input[type="submit"]:hover,
input[type="button"]:hover {
	background: #297eff;
	color: #ffffff;
}
.search-text-box {
	margin-bottom: 0;
}
.search-submit-button {
	margin: 0 !important;
	padding: .2em .5em;
}


/*********************************************
	Success, notice and error boxes
*********************************************/

.error, .notice, .success {
	border: 2px solid #ddd;
	margin-bottom: 1em;
	padding: .8em;
}
.error {
	background: #FBE3E4;
	border-color: #FBC2C4;
	color: #8a1f11;
}
.notice {
	background: #FFF6BF;
	border-color: #FFD324;
	color: #514721;
}
.success {
	background: #E6EFC2;
	border-color: #C6D880;
	color: #264409;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}


/*********************************************
	Widget Styling
*********************************************/

.widget_rss li {
	margin-bottom: 1.5em;
}
.widget_rss .rsswidget {
	display: block;
	margin: 0;
}
.widget_rss .rss-date {
	display: block;
	font-style: italic;
	margin-bottom: 1.5em;
}
.widget_rss .rssSummary {
	margin: 1.5em 0;
}

h3.widget-title {
  margin-top: 0;
}

/*********************************************
	Social Tabs
*********************************************/

#social-tags {
	left: auto;
	margin-right: 0;
	margin-left: auto;
	overflow: hidden;
	padding-top: 10px;
	position: fixed;
	right: 0;
	width: 95px;
	height: 100%;
}
#social-tags a {
	margin: 0;
	position: relative;
	right: -50px;
}
#social-tags a:hover {
	right: 0;
}


/*********************************************
	The Obligatory WP Styles
*********************************************/

.alignright {
	margin-left: 1.5em;
}
.alignleft {
	margin-right: 1.5em;
}
.hentry img.wp-smiley {
	border: none;
}


/*********************************************
	Page Specific Styling
*********************************************/

.page .entry-footer {
	background: none;
	border: none;
	padding: 0;
}
.page .builder-module-content .hentry {
	margin-bottom: 0;
	padding-bottom: 0;
}
.page #respond {
	margin-top: 0;
}
.page #commentform .comment-submit-wrapper {
	margin-bottom: 2em;
}


/*********************************************
	Form helper classes
*********************************************/
.form-default-value {
  
}

/*********************************************
	General Helper Classes
*********************************************/

.clearfix:after {
	overflow: hidden; /* Fix top margin bug in Firefox */
}
.entry-content:after {
	overflow: hidden;  /* Fix top margin bug in Firefox */
}

/*********************************************
	Post Archive: Event / Book / Product / Video / Press Article
*********************************************/

.post-type-archive-event h4.loop-title,
.post-type-archive-book h4.loop-title,
.post-type-archive-product h4.loop-title,
.post-type-archive-free_product h4.loop-title,
.post-type-archive-video h4.loop-title,
.post-type-archive-press_article h4.loop-title {
	color: #000000;
	font-size: 3.4375em; /* 44px */
	font-weight: normal;
	line-height: 1.1364; /* 50px */
	margin-bottom: 15px;
	float: left;
	display: block;
	width: 85%;
}

.post-type-archive-press_article h4.loop-title {
  margin-bottom: 30px;
}

.post-type-archive-event .thumbnail,
.post-type-archive-book .thumbnail,
.post-type-archive-product .thumbnail,
.post-type-archive-free_product .thumbnail {
  float: left;
  width: 200px;
  margin-right: -240px;
}

.post-type-archive-press_article .thumbnail {
  float: left;
  width: 110px;
  margin-right: -150px;
}

.single-event .thumbnail,
.single-book .thumbnail,
.single-product .thumbnail,
.single-free_product .thumbnail,
.single-video .featured-image,
.single-press_article .thumbnail {
  text-align: center;
}

.post-type-archive-event .thumbnail img,
.post-type-archive-book .thumbnail img,
.post-type-archive-product .thumbnail img,
.post-type-archive-free_product .thumbnail img,
.post-type-archive-video .featured-image img,
.post-type-archive-press_article .thumbnail img,
.single-event .thumbnail img,
.single-book .thumbnail img,
.single-product .thumbnail img,
.single-free_product .thumbnail img,
.single-video .thumbnail img,
.single-press_article .thumbnail img {
  max-width: 100%;
  margin: 0;
}

.single-event .thumbnail img,
.single-book .thumbnail img,
.single-product .thumbnail img,
.single-free_product .thumbnail img,
.single-video .featured-image img,
.single-press_article .thumbnail img {
  margin-bottom: 1em;
}

.post-type-archive-event .more-link,
.single-event .more-link{
  margin-top: 1.5em;
}

.post-type-archive-video .featured-image img {
  margin-bottom: 45px;
}

.post-type-archive-event .content-column.has-image,
.post-type-archive-book .content-column.has-image,
.post-type-archive-product .content-column.has-image,
.post-type-archive-free_product .content-column.has-image {
  float: left;
  margin-left: 240px;
}

.post-type-archive-press_article .content-column.has-image {
  float: left;
  margin-left: 150px;
  margin-top: 8px;
}

.post-type-archive-event .more-link a,
.single-event .more-link a,
.post-type-archive-book .more-link a,
.single-book .more-link a,
.post-type-archive-product .more-link a,
.post-type-archive-free_product .more-link a,
.single-product .more-link a,
.single-free_product .more-link a,
.post-type-archive-press_article .more-link a,
.single-press_article .more-link a {
  font-size: 1em;
  margin-top: 0;
}

.post-type-archive-event .post-text p {
  margin-top: 1em;
}

.post-type-archive-book .post-text p,
.post-type-archive-product .post-text p,
.post-type-archive-free_product .post-text p,
.post-type-archive-video .post-text p,
.post-type-archive-press_article .post-text p {
  margin-top: 0;
}

.post-type-archive-event .entry-title,
.post-type-archive-book .entry-title,
.post-type-archive-product .entry-title,
.post-type-archive-free_product .entry-title,
.post-type-archive-video .entry-title {
  width: auto;
  font-size: 2.34375em; /* 30px */
}

.post-type-archive-press_article .entry-title {
  width: auto;
  font-size: 1.2em; /* 24px */
  float: none;
}

.post-type-archive-press_article .entry-title a {
  font-weight: 600;
  color: #297EFF;
}
.post-type-archive-press_article .entry-title a:hover {
  text-decoration: underline;
}

.post-type-archive-video .entry-content {
  margin-top: 1em;
}
.post-type-archive-press_article .entry-content {
  margin-top: 0;
}

.post-type-archive-video .builder-module-content .hentry {
  padding-bottom: 0;
}
.post-type-archive-press_article .builder-module-content .hentry {
  padding-bottom: 18px;
  margin-bottom: 18px;
}

.post-type-archive-event .event-date,
.single-event .event-date {
  font-weight: bold;
}

.post-type-archive-event .location {
  font-weight: bold;
}

.post-type-archive-press_article .article-info {
  
}

.post-type-archive-press_article .article-info .article-date {
  display: inline;
}

.post-type-archive-press_article .article-info .article-source {
  display: inline;
}

.post-type-archive-book .seller-links {
  max-width: 80%;
  margin: 40px auto 0 auto; 
}

.post-type-archive-book .seller-link {
  display: block;
  text-align: center;
  margin: 30px 0 0 0;
}

.post-type-archive-book .seller-links .indiebound-link {
  margin-top: 20px;
}

.single-book .content-header {
  
}

.single-book .seller-links {
  float: left;
  margin: 20px 0 0 0;
  max-width: 165px;
}

.single-book .seller-links .seller-link {
  display: block;
  margin: 30px 0 0 0;
}

.single-book .seller-links .indiebound-link {
  margin-top: 20px;
}

.single-book .featured-image {
  float: left;
  margin-right: 10%;
}

@media screen and (max-width: 800px) {
  .post-type-archive-event .thumbnail,
  .post-type-archive-book .thumbnail,
  .post-type-archive-product .thumbnail,
  .post-type-archive-free_product .thumbnail {
    margin: 0 30px 20px 0;
    width: 150px;
  } 
  
  .post-type-archive-press_article .thumbnail {
    width: 85px;
    margin-right: -115px;
  }
 
  .post-type-archive-event .content-column.has-image,
  .post-type-archive-book .content-column.has-image,
  .post-type-archive-product .content-column.has-image,
  .post-type-archive-free_product .content-column.has-image {
    float: none;
    margin-left: 0;
  }
  
  .post-type-archive-press_article .content-column.has-image {
    margin-left: 115px;
    margin-top: 0;
  }
  
  .post-type-archive-event .more-link,
  .post-type-archive-book .more-link,
  .post-type-archive-product .more-link,
  .post-type-archive-free_product .more-link {
    margin-left: 0!important;
  }
}

@media screen and (max-width: 700px) {
  .post-type-archive-event .thumbnail,
  .post-type-archive-book .thumbnail,
  .post-type-archive-product .thumbnail,
  .post-type-archive-free_product .thumbnail {
    float: none;
  }
  
  .post-type-archive-press_article .thumbnail {
    width: 50px;
    margin-right: -80px;
  }
  
  .post-type-archive-press_article .content-column.has-image {
    margin-left: 80px;
  }

  .post-type-archive-event .thumbnail,
  .post-type-archive-book .thumbnail,
  .post-type-archive-product .thumbnail,
  .post-type-archive-free_product .thumbnail {
    width: 200px;
  } 
}

@media screen and (max-width: 600px) {
  .post-type-archive-press_article .thumbnail {
    width: 85px;
    margin-right: -115px;
  }
  .post-type-archive-press_article .content-column.has-image {
    margin-left: 115px;
    margin-top: 0;
  }
}

@media screen and (max-width: 500px) {
  .single-book .seller-links {
    float: none;
    margin: 20px auto 0 auto;
  }

  .single-book .seller-links .seller-link {
  }

  .single-book .seller-links .indiebound-link {
    margin-top: 20px;
  }

  .single-book .featured-image {
    float: none;
    margin: 0 auto;
  }
}

@media screen and (max-width: 400px) {
  .post-type-archive-press_article .thumbnail {
    width: 50px;
    margin-right: -80px;
  }
  .post-type-archive-press_article .content-column.has-image {
    margin-left: 80px;
    margin-top: 0;
  }
}