/*
Theme Name: Robert Ringer
Version: 0.1
Author: MIND Development & Design, LLC  
Author URI: http://www.minddevelopmentanddesign.com/

=============================================================
      ___                       ___          _____    
     /__/\        ___          /__/\        /  /::\   
    |  |::\      /  /\         \  \:\      /  /:/\:\  
    |  |:|:\    /  /:/          \  \:\    /  /:/  \:\ 
  __|__|:|\:\  /__/::\      _____\__\:\  /__/:/ \__\:|
 /__/::::| \:\ \__\/\:\__  /__/::::::::\ \  \:\ /  /:/
 \  \:\~~\__\/    \  \:\/\ \  \:\~~\~~\/  \  \:\  /:/ 
  \  \:\           \__\::/  \  \:\  ~~~    \  \:\/:/  
   \  \:\          /__/:/    \  \:\         \  \::/   
    \  \:\         \__\/      \  \:\         \__\/    
     \__\/                     \__\/                  

     +-+-+-+-+-+-+-+-+-+-+-+ +-+-+-+ +-+-+-+-+-+-+
     |d|e|v|e|l|o|p|m|e|n|t| |a|n|d| |d|e|s|i|g|n|
     +-+-+-+-+-+-+-+-+-+-+-+ +-+-+-+ +-+-+-+-+-+-+
        http://www.minddevelopmentanddesign.com                    
=============================================================
*/

@import url(//fonts.googleapis.com/css?family=Droid+Serif:400,700|Open+Sans:400,700|Quintessential);

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html { font-family: "Open Sans", sans-serif; }

body {
  background: #F3F2FF;
  font-size: 0.8em;
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 { 
  font-family: 'Droid Serif', serif; 
  text-shadow: 0 0 0 rgba(0,0,0,0,0.1);
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);  
}
h1 a, a h1 { text-decoration: none; border-bottom: 0; }
h1, .h1 { font-size: 2em; }
h2, .h2 { font-size: 1.8em; }
h3, .h3 { font-size: 1.6em; }

a, a:active { 
  color: #006; 
  -webkit-transition: all 0.25s ease 0s; 
  transition: all 0.25s ease 0s; 
}

.wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

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

/* ========================================================================== */
/* Header Styles */
/* ========================================================================== */

.header-container {
  background: #001226 url(img/tile1.png) repeat 0 0;
  padding-top: 22px;
}
header.site-header {
  border-top: solid 2px #000;
  background: #008cb7;
  background: -moz-linear-gradient(top,  #008cb7 0%, #000088 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008cb7), color-stop(100%,#000088));
  background: -webkit-linear-gradient(top,  #008cb7 0%,#000088 100%);
  background: -o-linear-gradient(top,  #008cb7 0%,#000088 100%);
  background: -ms-linear-gradient(top,  #008cb7 0%,#000088 100%);
  background: linear-gradient(to bottom,  #008cb7 0%,#000088 100%);
}

.header-inner { position: relative; }

.logo-title-container { 
  float: left; 
  width: 530px;
  max-width: 100%;
}

.header-home, .header-home img, .header-home h1, .header-home p {
  text-decoration: none;
  border: 0;
}

img.logo {
  float: left;
  height: 115px !important;
  width: auto !important;
  position: relative;
  top: -15px;
  margin-bottom: -15px;
  padding-left: 10px;
}

h1.site-title { 
  margin: 10px 0 0; 
  font: 700 42px/52px 'Droid Serif',serif;
  color: #fff;
  text-shadow: 1px 2px 4px rgba(0,0,0,0.65);
}
p.tagline {
  margin: 0;
  font: italic 400 18px/18px 'Droid Serif',serif;
  color: #fff;
  text-shadow: 0 0 0 rgba(0,0,0,0.65);
  padding-left:135px;
}

.social-signup-container {
  float: right;
  padding-right: 10px;
}
.primary-nav-container {
  background: #880000 url(img/tile1.png) repeat 0 0;
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
}
nav.primary-nav {
  display: table;
  width: 100%;
}
nav.primary-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table-row;
  width: 100%;
}
nav.primary-nav ul li {
  display: table-cell;
  text-align: center;
}
nav.primary-nav ul li a {
  display: block;
  color: #fff;
  padding: 6px 10px;
  text-transform: uppercase;
  text-decoration: none;
  font: bold 14px "Open Sans",sans-serif;
  text-shadow: 1px 2px 1px rgba(0,0,0,0.9);
}
nav.primary-nav ul li a:hover {
  background: rgba(0,0,0,0.5);
}
nav.social-icons ul {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: block;
  text-align: right;
}
nav.social-icons ul li {
  display: inline-block;
  padding-left: 10px;
}
nav.social-icons ul li:first-child {
  padding-left: 0;
}
nav.social-icons ul li a {
  display: block;
  font-size: 0px;
  text-indent: -999px;
  width: 36px;
  height: 36px;
  background-position: center center;
  background-repeat: no-repeat;  
  background-size: 36px;
  box-shadow: inset 0px 0px 6px rgba(0,0,0,0.25);
  border: solid 1px #000;
  border-radius: 36px;
  overflow: hidden;
}
nav.social-icons ul li a:active { outline: none; border: 0; }
nav.social-icons ul li.fb a { background-image: url(img/facebook.png); }
nav.social-icons ul li.tw a { background-image: url(img/twitter.png); }
nav.social-icons ul li.gp a { background-image: url(img/googleplus.png); }
nav.social-icons ul li a:hover {
  background-size: 48px;
}
nav.social-icons ul li.bs span { 
  color:#fff;
  float:left;
  padding-bottom:10px;
  font-weight:bold;
}

aside.header-signup-box { position: relative; }
#search-top {
  position: absolute;
  top: -22px;
  right: 0;
  height: 20px;
  line-height: 20px;
}
.screen-reader-text { display: none; }

#mc_embed_signup_rr_head {
  display: block;
  right: 0;
  height: 30px;
  text-align: right;
  padding: 5px;
  background: rgba(0,0,0,0.5);
  border: solid 1px #000;
  border-radius: 5px;
  margin-top: 8px;
}
#mc_embed_signup_rr_head span {
  color: #eee;
  font-weight: bold;
  line-height: 20px;
  padding-right: 10px;
  padding-left: 10px;
}
#mc_embed_signup_rr_head input.email,
#search-top input[type="text"] { 
  border: 0;
  padding: 1px 2px;
  height: 18px;
  line-height: 16px;
  width: 150px;
}
#search-top input[type="text"] { 
  height: 18px; 
  background: #aaa;
  background: rgba(255,255,255,0.75);
}
#mc_embed_signup_rr_head input[type="submit"],
#search-top input[type="submit"] {
  border: 0;
  padding: 1px 6px;
  color: #fff;
  background: rgba(255,255,255,0.1);
}

/* mobile menu */
.menu-link { color: #fff; background: #001226 url(img/tile1.png) repeat 0 0;; padding: 0.75em 1em 0;text-decoration: none;height: 3em;z-index: 1001; font-weight: bold; display: block; width: 100%; cursor: pointer; position: relative; }
.menu-link:hover { text-decoration: none; background-color: #222222; color: #fff !important; }
.mobile-nav { z-index: 1001; position: relative; }
.mobile-nav .menu { list-style-type: none; padding: 0; }
.mobile-nav .menu a { color: #999999; text-shadow: none; text-decoration: none; background-color: #222222; display: inline-block; height: 2em; line-height: 1em; padding: .4em; border-bottom: 1px solid #333333; width: 100%; }
.mobile-nav .menu a:hover { color: #aaa; background-color: #333333; }
.mobile-nav ul { margin: 0; padding-top: 3em; width: 100%; display: block; z-index: 1000; }
.mobile-nav ul li { width: 100%; height: 0; line-height: 0; overflow: hidden; -webkit-transition: height 0.25s; -moz-transition: height 0.25s; -o-transition: height 0.25s; transition: height 0.25s; }
.mobile-nav ul.active { z-index: 1001; }
.mobile-nav ul.active li { height: 2em; line-height: auto; overflow: visible; -webkit-transition: height 0.25s; -moz-transition: height 0.25s; -o-transition: height 0.25s; transition: height 0.25s; }
.mobile-nav ul.active .back { height: 0; line-height: 0; }
.mobile-nav ul.active .back a { width: 100%; background-color: transparent; border: none; height: auto; position: absolute; top: -101em; bottom: -101em; left: 0; right: 0; text-indent: -999em; z-index: -1; }
.wrap-mobile-nav { display: block; height: 3em; background: #006; z-index: 999; }
.wrap-mobile-nav { display: none; }

.content-container { z-index: 1; position: relative; }
.header-container { z-index: 2; position: relative; }

@media only screen and (max-width: 950px) and (min-width: 782px) {
  #mc_embed_signup_rr_head span,
  li.bs span { display: none; }
  .main-content { 
    padding-left: 10px; 
  }
}

/* Small screen header styles */
@media only screen and (max-width: 782px) {
  #search-top {
    bottom: -3em;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 6px;
    z-index: 9999;
    top: auto;
  }
  .header-container {
    padding: 0;
    position: relative;
    z-index: 2;
  }
  header.site-header { 
    border-bottom: solid 2px #000; 
    padding: 0 0 5px;
  }
 .logo-title-container,
 .social-signup-container { 
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    max-width: 480px;
  }
  nav.social-icons { 
    float: right;
    z-index: 1; 
    position: relative; 
  }
  aside.header-signup-box { 
    float: left; 
    z-index: 2; 
    position: relative; 
  }
  #mc_embed_signup_rr_head {
    max-width: 320px;
    margin: 10px auto 0;
    position: static; 
    right: auto; 
    top: auto; 
    width: 210px;
    height: auto;
    text-align: center;
  }
  #mc_embed_signup_rr_head span { 
    display: block;
    padding: 0;
  }
  img.logo {
    display: none;
  }
  h1.site-title { 
    margin: 10px auto 0;
    font-size: 36px;
  }
  p.tagline {
    font-size: 18px;
    text-shadow: none;
    margin: 5px auto;
    padding: 0 5px;
  }
  nav.social-icons ul {
    text-align: center;
  }
  nav.social-icons ul li {
    padding: 0 5px;
  }
  nav.social-icons ul li a {
    width: 48px;
    height: 48px;
    background-size: 48px;
    border-radius: 48px;    
  }
  nav.social-icons ul li.fb {
    margin-left: 48px;
    position: relative;
  }
  nav.social-icons ul li.fb:before {
    background: url(img/logo.png) no-repeat -32px 0;
    background-size: auto 120px;
    content: " ";
    display: block;
    height: 48px;
    left: -56px;
    position: absolute;
    width: 48px;    
  }
  .primary-nav-container { display: none; }
  .wrap-mobile-nav { display: block; }
  nav.social-icons ul li.bs span { display: none; }
}

/* Mobile header styles */
@media only screen and (max-width: 480px) { 
  #mc_embed_signup_rr_head { display: none; }
  #search-top input[type="text"] {
    width: 120px;
  }  
  .social-signup-container {
    position: absolute;
    top: 5px;
  }
  h1.site-title { 
    font-size: 30px;
    margin: 0 auto;
    padding-top: 50px;
  }
  nav.social-icons {
    display: block;
    float: none;
    margin: 0 auto;
  }
  nav.social-icons ul li a {
    width: 32px;
    height: 32px;
    background-size: 32px;
  } 
  nav.social-icons ul li.fb {
    margin-left: 32px;
  }
  nav.social-icons ul li.fb:before {
    background: url(img/logo.png) no-repeat -18px 0;
    background-size: auto 80px;
    content: " ";
    display: block;
    height: 32px;
    left: -42px;
    position: absolute;
    width: 32px;    
  }
  #mc_embed_signup_rr_head, #search_rr_head { display: none; }
}

/* ========================================================================== */
/* Buttons and readmores */
/* ========================================================================== */

.readmore {
  color: #006;;
  font: 14px/18px 'Droid Serif',serif;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
}

.btn {
  display: inline-block;
  padding: 6px 12px 4px;
  border: solid 2px #fff;
  border-radius: 8px;
  color: #fff !important;
  background: rgba(87,104,112,0.85);
  text-decoration: none;
  -webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.5);
  box-shadow: 0px 1px 4px rgba(0,0,0,0.5);
  text-transform: uppercase;
  font-size: 13px;
}

/* ========================================================================== */
/* Frontpage */
/* ========================================================================== */

.banners, .banner { 
  width: 100%; 
}
.banner {
  position: relative;
  padding-left: 3px;
}
.fatbanner {
  padding: 0 20px 10px;
}
.banner .post-title {
  margin: 0;
  padding: 5px 0 0;
}
.caption {
  position: absolute;
  bottom: 5px;
  left: 0px;
  width: 100%;
  padding: 20px;
  background: rgba(0,0,0,0.4);
  border-bottom: solid 5px #333;
}
.caption span.h1 {
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0,0,0,0.75);
}
.caption p {
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0,0,0,0.75);
}
.banner-image {
  max-width: 100% !important;
  height: auto !important;
}
.banner-rb {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#bannernav {
  border-top: 1px solid #CCCCCC;
  padding: 5px 0;
  background: #fff;
  height: 80px;
}
.barback-uec {
  display: none;
}
#bannernav .bannernav-item {
  float: left;
  width: 16.66%;
  height: 68px;
  cursor: pointer;
}

#bannernav .bannernav-item img {
  height: 64px;
  width: 64px;
  border: solid 2px #ccc;
}
#bannernav .bannernav-item.active img {
  background: #fff;
  padding: 3px;
  border: solid 2px #008;
}
.topcontent { background: #fff; }
@media only screen and (max-width: 480px) {
  .banners article img,
  .remarks-box .post-tn img {
    max-width: 75px;
    height: auto;
  }
  #bannernav .bannernav-item {
    height: 46px; 
  } 
  #bannernav .bannernav-item img {
    width: 42px;
    height: 42px;
  }
  .post-tn { margin: 5px !important; }
  .post-tn img {
    width: 75px !important;
    height: auto;
  }
  .comments-link { display: block; }
  .pipe { display: none; }

}

.sectiontitle,
.widgettitle {
  font-weight: bold !important;
  font-size: 18px !important;
  color: #30383F !important;
  text-shadow: 0 0 0 rgba(0,0,0,0.5);
}
.fp-trips .sectiontitle {
  color: #800 !important;
}
.latest-blog {
  padding: 0 10px;
}
.latest-blog .sectiontitle {
  border-bottom: solid 1px #ccc;
  padding-bottom: 5px;
}
.remarks-box {
  /*padding: 0 20px 70px 20px;
  background: transparent url(img/bkmrkbg.png) no-repeat bottom center;
  background-size: cover;*/
  position: relative;
  background: #006cb7;
  border: solid 2px #008;
  padding: 0 20px;
  margin-top: 10px;
}
.remarks-box .sectiontitle {
  margin-top: 10px;
}
.remarks-box .sectiontitle,
.remarks-box a, 
.remarks-box .readmore {
  color: #ffffff !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.75);
}
.remarks-box .excerpt-text {
  background: rgba(255,255,255,0.75);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #000;
  padding: 10px 20px;
  margin: 10px 0;
}
.remarks-box .excerpt-text a { color: #000 !important; text-shadow: none; text-decoration: none; }
.remarks-box .alignright.post-tn {
  margin: 5px;
}
.remarks-box .post-tn img {
  max-width: 100px;
  height: auto;
}
.remarks-box iframe {
  max-width: 100% !important;
}
@media screen and (min-width:783px) {
  .remarks-box iframe {
    height: auto;
  }
}
@media screen and (max-width:480px) {
  .remarks-box iframe {
    width: 100% !important;
    height: auto;
  }
}

.blockety {
  padding: 10px;
}
.testimonial-post {
  margin: 0;
  padding: 15px 5px;
}
.testimonial-post p { 
  margin: 0;
  padding: 10px 0;
}
.tw-p {
  text-align: left;
  margin: 4px 0;
  color: #008;
  font: normal 15px/19px 'Droid Serif', serif;
  text-shadow: 1px 2px 2px rgba(0,0,0,0.1);
}
.sep { 
  max-width: 100%;
  height: auto;
  display: block;
  margin: 10px auto 5px;
  padding: 0 10px;
}
.more-tw {
  margin: 10px 0 0;
  text-align: right;
}
.more-tw a.readmore {
  color: #880b04 !important; /* #d9042b; */
  text-shadow: 1px 2px 2px rgba(0,0,0,0.1);  
}
.blueline {
  padding: 2px 100px;
}
.blueline hr {
  color: #008;
  background: #008;
  display: block;
  height: 1px;
  width: 100%;
}
.about-robert-testimonials .ar-test {
  padding: 10px;
  background: #fff;
}
.promo-link { text-decoration: none; }
.promo {
  background: rgba(255,255,0,0.45);
  padding: 5px 15px 0;
  border: solid 2px #fff;
  border-radius: 10px;
}
.promo h2 {
  margin: 0;
  padding: 5px;
  font-size: 18px;
  line-height: 24px;
  color: #880b04;
  text-align: center;
}
.promo p {
  color: #000;
  font-size: 15px;
}

.in-the-news ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.in-the-news ul li.feed-item {
  display: block;
  margin: 0;
  padding: 2px 5px;
  border-bottom: solid 1px #006;
}
.in-the-news ul li.feed-item a {
  font-size: 13px;
  text-decoration: none;
  font-weight: bold;
  display: block;
}
.in-the-news ul li.feed-item a:hover {
  text-decoration: underline;
}
.in-the-news ul li.feed-item span {
  font-size: 10px;
}
@media only screen and (max-width: 782px) {
  .remarks-box { 
    background-position: top center;
    padding: 10px 20px !important; 
  }
}


/* ========================================================================== */
/* Main Blog and Content styles */
/* ========================================================================== */

.middle {
  background: #e3e2f3;
  background: -moz-linear-gradient(top,  #e3e2f3 0%, #ffffff 50%, #f3f2ff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e2f3), color-stop(50%,#ffffff), color-stop(100%,#f3f2ff));
  background: -webkit-linear-gradient(top,  #e3e2f3 0%,#ffffff 50%,#f3f2ff 100%);
  background: -o-linear-gradient(top,  #e3e2f3 0%,#ffffff 50%,#f3f2ff 100%);
  background: -ms-linear-gradient(top,  #e3e2f3 0%,#ffffff 50%,#f3f2ff 100%);
  background: linear-gradient(to bottom,  #e3e2f3 0%,#ffffff 50%,#f3f2ff 100%);
}
.content.wrapper.clearfix {
  display: table;
}
.main-content {
  display: table-cell;
  vertical-align: top;  
  padding-right: 40px;
}
.sidebar {
  display: table-cell;
  vertical-align: top;
  width: 33.3%;
  background: #fff;
  padding-bottom:10px;
  position: relative;
  min-width: 304px;
}
/*
.sidebar:after {
  content: " ";
  height: 0;
  width: 100%;
  border: solid 160px #fff;
  border-top: solid 40px #fff;
  border-bottom: solid 40px transparent;
  display: block;
  position: absolute;
  bottom: -80px;
}
*/
.sidebar-block {
  display: block;
  margin: 0 auto 10px;
  max-width: 320px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
}
.da-box {
  text-align: center;
}
.da-box .da-div { 
  border: solid 1px #888; 
  display: inline-block;
  line-height: 0;
}
.sidebar-block.facebook-box {
  min-height: 350px;
}
.by {
  font-style: italic;
  color: #444;
  margin: 5px 0 10px;
}
.by a {
  text-decoration: none;
  color: #44a;
}
.by a:hover {
  text-decoration: underline;
}
.post-tn img {
  background: #fff;
  padding: 2px;
  border: solid 1px #666;
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.3);
}
.trip-tlw {
  border-right: solid 1px #ccc;
}
.trip-wan {
  border-left: solid 1px #ccc;
}
.fp-trips {
  padding: 10px 0;
}
.fp-trips .blockety { padding-top: 0; }
/* Sidebar block stuff */
.widget-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-block ul li {
  display: block;
}
.widget-block ul li a {
  display: block;
  padding: 2px 8px 2px 16px;
  text-decoration: none;
  background: #fff;
  margin: 1px 0;
  position: relative;
}
.widget-block ul li a:after {
  content: " ";
  height: 4px;
  width: 4px;
  position: absolute;
  left: 5px;
  top: 10px;
  background: #333;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.widget-block ul li ul li a {
  background: #fafafa;
  color: #339;
}
.widget-block ul li a:hover {
  background: #f0f0f0;
  color: #000;
}
.widget_archive {
  padding-bottom: 10px;
}
.widget_archive select {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  border: solid 1px #333;
}
.entry_author_image {
  width: 18%;
  float: left;
  margin-right: 10px;
  max-width: 100px;
}
.entry_author_image img {
  width: 100%;
  height: auto;
  border: solid 1px #000;  
}

.single .main-content article header { 
  border-bottom: solid 1px #ccc; 
  padding-bottom: 5px; 
}
.yarpp-related ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.yarpp-related ol li {
  float: left;
  padding: 5px;
}
.yarpp-related ol li a {
  display: block;
  width: 154px;
  height: 154px;
  position: relative;
  border: solid 2px #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 4px rgba(0,0,0,0.2);  
  font-size: 13px;
}
.yarpp-related ol li a:hover {
  color: #000;
  border: solid 2px #999;
  -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.6);
  box-shadow: 0px 2px 4px rgba(0,0,0,0.6);   
}

.yarpp-related ol li a span.yarpp-thumbnail-space {
  display: block;
  width: 150px;
  height: 150px;
  background: #ccc;
}
.yarpp-related ol li a span.yarpp-thumbnail-space img {
  width: 150px;
  height: 150px;
  display: block;
}
.yarpp-related ol li a span.yarpp-title {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 2px;
  background: rgba(255,255,255,0.65);
}
#author-meta {
  background: #fff;
  clear: both;
  display: block;
  margin: 20px 0 0;
  overflow: hidden;
  padding: 10px;
}
#author-meta img {
  float: left;
  margin-right: 10px;
  border: solid 1px #D6D6D6;
}
.wp-pagenavi {
  background: #fff;
  border: solid 1px #ccc;
  margin: 20px 0 30px;
  padding: 15px 10px;
  white-space: nowrap;
}

.main-content article .postbox {
  font-size: 16px;
}
#idc-container div {
  font-size: 16px !important;
}
/* Font size switcher */
#font-size-control {
  height: 35px;
  padding: 5px;
  border-bottom: solid 1px #ccc;
}
#font-size-control button {
  padding:1px 5px;
  border:solid 1px #000;
}
#font-size-control select {
  padding:1px;
  border:solid 1px #000;
}
#rrfsize {
  width: 80px;
}
#rrfface {
  width: 160px;
}
#font-size-control #rrfshow { 
  display: none;
}
#font-size-control.gtfo {
  margin-top: -35px;
  text-align: right;
}
#font-size-control.gtfo #rrfsize,
#font-size-control.gtfo #rrfface,
#font-size-control.gtfo #rrfsave,
#font-size-control.gtfo #rrfhide,
#font-size-control.gtfo span {
  display: none;
}
#font-size-control.gtfo #rrfshow { 
  display: inline; 
}

@media only screen and (max-width: 480px) {
  .wp-pagenavi span, .wp-pagenavi a { float: left; }
  #font-size-control { display: none; }
}

/* Small screen body  styles */
@media only screen and (max-width: 782px) {

  .content.wrapper.clearfix,
  .main-content,
  .sidebar {
    display: block;
  }

  .main-content img {
    max-width: 100% !important;
  }

  .main-content,
  .sidebar{
    float: none;
    width: 100%;
    padding: 0 20px;
  }
  .sidebar { padding-bottom: 20px; }
  .sidebar:after { display: none; }
  .sidebar-block { padding: 1px; }

  .sidebar .facebook-box, .sidebar .recent-comments { 
    float: none; 
    width: auto; 
  }

}
/* Mobile body styles */
@media only screen and (max-width: 480px) { 
  .main-content,
  .sidebar{
    padding: 5px;
  }
}

/* books */
.book .col-2-3 {
  padding: 20px;
}
.book .col-1-3 {
  padding: 40px;
}
.booktable th {
  padding: 5px;
  min-width: 120px;
}
.booktable td {
  padding: 5px;
}
.big-book-image {
  width:100%;
  height:auto;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  max-width: 320px;
  margin: 10px auto;
  display: block;
  border: solid 1px #ccc;
}
.amazon_link {
  background: #ff6;
  border:solid 2px #006;
  color: #006;
  padding: 10px;
  text-align: center;
  display: block;
  max-width: 480px;
  margin: 10px auto;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  border-radius: 50px;
  font: normal 16px "Open Sans",sans-serif;
  text-decoration: none;
}
.book-post img  { 
  width: 150px; 
  height: 225px;
  margin-top: 30px !important;
  margin-bottom: 30px !important;  
}
@media only screen and (max-width: 950px) { 
  .book-post img  { height: auto; max-width: 25%; }
}
a.book-link { 
  text-decoration: none; 
  color: #333;
}
.lof-book, .wti-book {
  border: solid 1px #000;
  border-radius: 1px;
  box-shadow: 3px 4px 1px rgba(0,0,0,0.35);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  position: relative;
  left: -5px;
}
a img.alignright.wti-book, .wti-book {
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  margin-right: 10px;
  position: relative;
  left: auto;
  right: -5px;
}
.main-content article.book-post {
  margin: 0 0 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ccc;
}
.main-content article.book-post header {
  padding: 0;
  border: 0;
}
.main-content article.book-post header h1 {
  margin: 0;
}

@media only screen and (max-width: 782px) { 
  .booktable th,
  .booktable td {
    text-align: left !important;
    display: block;
    min-width: 0;
    padding: 5px;
  }
}


/* ========================================================================== */
/* Shop override styles */
/* ========================================================================== */

/* listings */
.shop-content .products .product {
  height: 270px;
  position: relative;
  text-align: center;
}
.shop-content > div.product,
.shop-content > div.woocommerce {
  padding-top: 20px;
}
.woocommerce .shop-content ul.products li.product a img {
  max-width: 160px !important;
  height: auto;
  margin: 0 auto;
  background: #fff;  
}
.shop-content *,
.shop-content *:before,
.shop-content *:after {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.shop-content .products .product h3 {
  font-size: 24px;
  color: #000;
}
.shop-content .products .product .price .amount {
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}
.shop-content .products .product a.button {
  position: absolute;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  text-transform: uppercase;
  border: solid 2px #777;
}
.woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del {
  color: #000 !important;
  font-size: 1em !important;
}
.woocommerce-ordering .orderby { display: none; }

.da-box.shop a.clearfix { text-decoration: none; }
.da-box.shop a.clearfix img { border: 0; margin-bottom: 0px; }
.da-box.shop a.readmore { display: block; margin-bottom: 20px; }
.shop h3 { margin-bottom: 0; }
.shop ul { 
  padding-top: 30px; 
  margin: 0;
}

.woocommerce table, .woocommerce th, .woocommerce td {
  border: solid 1px #aaa;
  background: #fff;
}

.woocommerce .top-cart-collats .cart_totals {
    float: none !important;
    text-align: left !important;
    width: 100% !important;
}

.woocommerce .top-cart-collats .cart_totals table {
  width: 100%;
  margin-bottom: 20px;
}

.woocommerce .top-cart-collats .cart_totals h2 {
    color: #000000;
    display: none;
    font-size: 1.2em;
}

.attachment-shop_catalog, .attachment-shop_single {
  background: #fff;
}

.woocommerce .top-cart-collats .cart_totals tr.discount th, 
.woocommerce .top-cart-collats .cart_totals tr.discount td,
.woocommerce .cart-collaterals .cart_totals table th, 
.woocommerce-page .cart-collaterals .cart_totals table th,
.woocommerce .cart-collaterals .cart_totals table td, 
.woocommerce-page .cart-collaterals .cart_totals table td,
.woocommerce .order-discount td,
.woocommerce .order-discount th,
.woocommerce .cart-discount td,
.woocommerce .cart-discount th {
  font-weight: normal;
  font-size: 12px; 
  padding: 3px;
  background: #ddd;
  white-space: nowrap;
}
.woocommerce .top-cart-collats .cart_totals tr.order-total td,
.woocommerce .top-cart-collats .cart_totals tr.order-total th {
  background: #ff6;
  font-size: 24px !important;
  font-weight: bold;
  padding: 5px;
}

.download-file-yo {
  display: block;
  padding: 2px 5px;
  background: #fff;
  border: solid 1px #ccc;
  margin: 5px 0;
}
.download-file-yo span {
  font-weight: bold;
}
.woocommerce-error li .wc-forward {
  display: none;
}
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt {
  display: block;
  padding: 10px 0;
  width: 100%;
  font-size: 24px;
  color: #fff;
  margin: 10px 0 0;
}

/* ========================================================================== */
/* Footer styles */
/* ========================================================================== */

footer.foot {
  background: url("img/noise-bg.png") 0 0 repeat;
  padding: 40px 10px;
  color: #fff;
}
footer.foot a {
  color: #ccc;
  text-decoration: underline;
}
.footer-nav ul { list-style: none; font-size: 12px; margin: 0; padding: 0; }
.footer-nav ul li { display: inline-block; padding-right: 10px; }

/* ========================================================================== */
/* Grid me up a little bit 
 * and misc layout items */
/* ========================================================================== */

.col-1-2 {
  float: left;
  width: 50%;
}
.col-1-3 {
  float: left;
  width: 33.3%;
}
.col-2-3 {
  float: left;
  width: 66.6%;
}
.col-1-4 {
  float: left;
  width: 25%;
}
@media only screen and (max-width: 782px) {

  .col-1-2, .col-1-3, .col-2-3, .col-1-4 {
    float: none;
    width: 100%;
    padding: 10px;
  }

  .halfers .col-1-3,
  .halfers .col-2-3 {
    float: left;
    width: 50%;
  }
  .halfers .col-1-3:first-child {
    float: none;
    width: 100%;
  }
  .book.halfers .col-1-3 { float: left; width: 50%; }  
  .facebook-box, .recent-comments {
    float: left;
    width: 50%;
  }  

}

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

  .halfers .col-1-3,
  .halfers .col-2-3,
  .book.halfers .col-1-3,
  .book.halfers .col-2-3,
  .facebook-box, 
  .recent-comments {
    float: none;
    width: 100%;
  }

}

/* Testimonials Scrollin */
.testimonialscroll { height: 220px; }

.simply-scroll-container {
	position: relative;
}
.simply-scroll-clip { 
		position: relative;
		overflow: hidden;
    height: 220px;
}
.simply-scroll-list {
  clear: both;
  padding-bottom:5px;
}
.testimonial-scrollin {
  border-bottom: solid 1px #ddd;
  padding: 8px 0;
}
.testimonial-scrollin p {
  margin: 0;
  padding: 10px 0;
}
.testimonial-scrollin p:first-child:before {
  content:open-quote;
}
.testimonial-scrollin p:first-child:after {
  content:close-quote;
}
.testimonial-scrollin cite {
  display:block;
  padding: 0 0 6px !important;
}
.simply-scroll-btn {
    position: absolute;
    background-image: url(img/buttons.png);
    width: 42px;
    height: 44px;
    z-index:3;
    cursor: pointer;
    -webkit-transform: scale3d(0.5,0.5,1);
    transform: scale3d(0.5,0.5,1);
}
.simply-scroll-btn-pause {
    right: -9px;
    bottom: -9px;
    background-position: -168px -44px;
}
.simply-scroll-btn-pause:hover, .simply-scroll-btn-pause:focus {
    background-position: -168px -88px;
}

.simply-scroll-btn-pause.active {
    background-position: -84px -44px;
}
.simply-scroll-btn-pause.active:hover, .simply-scroll-btn-pause.active:focus {
    background-position: -84px -88px;
}
.tpw hr { margin: 0 5px 0 0; }

/* Isotope */
/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* Facebook ugh */
.fb-like-box { display: block !important; }
.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] { 
  width: 100% !important; 
  max-width: 480px;
  margin: 0 auto;
  background: #fff;
}

/* Copied over from the old site */

.infusion-form.lof-signup-form {
  background: none repeat scroll 0 0 #FFFFAA;
  border: 2px solid #AA0000;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  margin: 10px auto;
  padding: 10px 0 20px;
  width: 75%;
}
.infusion-form.lof-signup-form input[type="text"] {
    display: block;
    font-size: 16px;
    margin: 5px auto;
    padding: 4px;
    text-align: center;
    width: 90%;
}
.infusion-form.lof-signup-form input[type="submit"] {
    display: block;
    margin: 0 auto;
    width: 90%;
}
.page-template-single-products-php .primary-nav-container,
.page-template-landing-page-php .primary-nav-container,
.single-products .primary-nav-container,
.page-template-page-selfpub-php .primary-nav-container { display: none; }
.page-template-landing-page-php .header-container,
.single-products .header-container,
.page-template-page-selfpub-php .header-container { border-bottom: solid 2px #000; }

/* MailChimp Form Embed Code - Horizontal Super Slim - 12/16/2015 v10.7
Adapted from: http://blog.heyimcat.com/universal-signup-form/ */

#mc_embed_signup form {text-align:center; padding:10px 0 10px 0;}
.mc-field-group { display: inline-block; } /* positions input field horizontally */
#mc_embed_signup input.email {font-family:"Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif; font-size: 15px; border: 1px solid #ABB0B2;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; color: #343434; background-color: #fff; box-sizing:border-box; height:32px; padding: 0px 0.4em; display: inline-block; margin: 0; width:350px; vertical-align:top;}
#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
#mc_embed_signup .clear {display: inline-block;} /* positions button horizontally in line with input */
#mc_embed_signup .button {font-size: 13px; border: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; letter-spacing: .03em; color: #fff; background-color: #aaa; box-sizing:border-box; height:32px; line-height:32px; padding:0 18px; display: inline-block; margin: 0; transition: all 0.23s ease-in-out 0s;}
#mc_embed_signup .button:hover {background-color:#777; cursor:pointer;}
#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}
@media (max-width: 768px) {
    #mc_embed_signup input.email {width:100%; margin-bottom:5px;}
    #mc_embed_signup .clear {display: block; width: 100% }
    #mc_embed_signup .button {width: 100%; margin:0; }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.main-content article ul li, .main-content article ol li { padding-bottom: 5px; }

/* WordPress Defaults */
.alignnone {
    margin: 5px 20px 20px 0;
}

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

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

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

.aligncenter {
    display: block;
    margin: 15px auto;
}

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

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

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

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

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

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

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

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

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

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

img.wp-smiley {
    vertical-align: middle;
}

.gallery {
    margin: 0 auto 18px;
}

.gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    max-width: 155px;
}

.gallery img {
    border: 1px solid #ddd;
}

.gallery .gallery-caption {
    font-size: 12px;
    margin: 0 0 12px;
}

.gallery dl {
    margin: 0;
}

.gallery br+br {
    display: none;
}

.attachment-gallery img {
    background: #fff;
    border: 1px solid #f0f0f0;
    display: block;
    height: auto;
    margin: 15px auto;
    max-width: 96%;
    padding: 5px;
    width: auto;
}

.gallery-meta .iso, 
.gallery-meta .camera,
.gallery-meta .shutter,
.gallery-meta .aperture,
.gallery-meta .full-size,  
.gallery-meta .focal-length {
    display: block;
}

/* Clearfix */
.clearfix:after, 
.container:after, 
.widget-wrapper:after,
.wp-pagenavi:after {
    clear: both;
    content: '\0020';
    display: block;
    height: 0;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
}

.clearfix, 
.container, 
.widget-wrapper,
.wp-pagenavi{
    display: inline-block;
}

* html .clearfix, 
* html .container, 
* html .widget-wrapper,
* html .wp-pagenavi {
    height: 1%;
}

.clearfix, 
.container, 
.widget-wrapper,
.wp-pagenavi{
    display: block;
}

.clear {
    clear: both;
}

.hidden {
  visibility: hidden;
  display: none;
}

@media only screen and (max-width: 480px) {
  .alignleft { margin: 0 10px 10px 0; }
  .alignright { margin: 0 0 10px 10px; }
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

