/*
 * Globals
 */

body {
  font-family: "Helvetica Neue", "Helvetica", Georgia, "Times New Roman", Times, serif;
  color: #444; 
  background:#213f52;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container-fluid {
  margin:0;
  background-color: ##fafafa;
}

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

.clear {
  clear: both;
}


/*
 * Override Bootstrap's default container.
 */

@media (min-width: 1200px) {
  .container {
    width: 1000x;
  }
}


/*
 * Main Typography
 */

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 1em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

a {
  color:#2175bc;
  transition: all 0.2s ease;
}

a:hover, a:focus {
  opacity:0.7;
  color:#2175bc;
  text-decoration: none;
}

blockquote {
  font-size:15px;
  border-left: 3px solid rgba(0,0,0,0.1);
  padding: 0px 20px;
}

.slash {
  font-size:14px;
  color:rgba(0,0,0,0.2);
}

/*
 * Notes Styles
 */

.notecontainer {
  border-top:1px solid #f0f0f0;
  margin:20px 0 0 0;
  padding:10px 0 0 0;
}

.notes {
  list-style: none;
  margin:10px 0 0 0;
  padding:0;
}

.notes li {
  margin:0 0 10px 0;
  font-size:0.9em;
}

.notes li a img {
  margin:0 10px 0 0;
}

.notes li blockquote {
  margin-top:10px;
  font-size:0.9em;
}


/*
 * Following and Likes Styles
 */

.following {
  list-style: none;
  margin:10px 0 0 0;
  padding:0;
}

.following li {
  margin:0 0 10px 0;
  font-size:0.9em;
}

.following li img {
  margin:-5px 10px 0 0;
}

.following li a {
  margin:2px 0 0 0;
}

#likes {
  list-style:none;
  margin:0;
  padding:0;
  font-size: 14px;
}

#likes li {
  margin-bottom:15px;
}

#likes li img {
  margin-bottom:10px;
}


/*
 * Dribbble Styles
 */

#dribbble {
}

#dribbble p {
}

#dribbble ul {
  list-style: none;
  padding: 0;
}

#dribbble ul li {
  display: inline;
  margin: 0;
  padding: 0;
}

#dribbble ul li img {
  width: 45%;
  margin-right:2.5%;
  margin-bottom:10px;
}

/*
 * Group Blog
 */

#group-members img {
  width: 45%;
  margin-right:2.5%;
  margin-bottom:10px;
}

/*
 * Flickr Styles
 */

.flickr_badge_image {
  margin:0px;
  display:inline;
}

.flickr_badge_image img {
  border: 0;
  margin-right:5%;
  margin-bottom:10px;
  width: 45%;
  height:auto;
}


/*
 * Instagram Styles
 */

#instafeed a {
  display: inline;
  margin: 0;
  padding: 0;
}

#instafeed a img {
  width: 29%;
  margin-right:4%;
  margin-bottom:15px;
}


/*
 * Show/hide sidebar functionality
 */

.container-fluid, .blog-sidebar, .sidebar-show, .sidebar-open {
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;     
}

.blog-sidebar {
  width:300px;
  position:absolute;
  top:0;
  left:0;
  left:-300px;
}

body.show-sidebar .blog-sidebar {
  left:0;  
}

body.show-sidebar .container-fluid {
  left:300px;
  position:absolute;
  width:100%;
}

.container-fluid {
  position:absolute;
  width:100%;
}

.icon-menu {
  position:absolute;
  top:30px;
  left:30px;
  cursor: pointer;
  font-size: 1.5em;
}

.icon-menu:hover {
  cursor: pointer;
  opacity: 0.8;
}

.icon-close {
  position:absolute;
  top:30px;
  right:20px;
  cursor: pointer;
  font-size: 1.5em;
}

.icon-close:hover {
  cursor: pointer;
  opacity: 0.8;
}


/* Navigation links */

.blog-nav {
  list-style: none;
  margin:0 0 20px 0;
  padding: 0;
}

.blog-nav li {
  margin:0;
  padding: 0;
}

.blog-nav li a {
  font-size: 1em;
}

.blog-nav-item {
  margin:0 10px 0 10px;
  font-weight: bold;
}

.tag-menu-enclosure {
  position:relative;
  display:inline-block;
}

.dropdown-menu {
  border:0;
  border-radius: 0;
  box-shadow:none;
  margin:0;
  top:calc(25px);
  left:10px;
  padding:0;
}

.dropdown-menu li a {
  margin:0;
  padding:6px 6px;
}

/*
 * Blog name and description
 */

.blog-title {
  margin:0 0 30px 0;
  font-size: 2.5em;
  font-weight: 700;
}
.blog-description {
  font-weight: normal;
  font-size:1em;
  line-height: 1.5em;
  max-width:400px;
  margin:0px auto 30px auto;
  opacity:0.8;
}
.sidebar-module .blog-description {
  margin-bottom: 0px;
}
#logo img {
  margin:0 0 30px 0;
}

/*
 * Avatar Style
 */

#avatar img {
  width:100px;
  margin:0 0 20px 0;
}

#avatar img.circle {
  border-radius: 64px;
}


/*
 * Main column and sidebar layout
 */

.blog-header {
  padding: 50px 0 50px 0;
  text-align: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.blog-main {
  font-size: 15px;
  line-height: 1.5;
}

.blog-sidebar {
  font-size: 15px;
  background-size: 200%;
  background-repeat: no-repeat;
  padding:0 !important;
  max-width:300px;
  -webkit-transform:translateZ(1px);
  -moz-transform:translateZ(1px);
  -o-transform:translateZ(1px);
  transform:translateZ(1px);
}

.sidebar-content {
  padding:30px;
}

/* 
Sidebar modules for boxing content
*/

.sidebar-module {
  padding: 5px;
  margin: 0 0px 30px;
}

.sidebar-module h4 {
  margin-bottom: 1em;
  margin-top: 0;
  color:#fff;
  text-transform: uppercase;
  font-size: 0.8em;
}

.sidebar-footer {
  font-size:0.8em;
  color: rgba(255,255,255,1);
  opacity: 0.6;
  border-top:1px solid rgba(255,255,255,0.2);
  padding-top:1em;
}

.sidebar-footer p {
  margin:0 0 0.5em;
}


/* 
In-post copy and images
*/

.copy p {
  margin:15px 0 15px 0;
}

.copy img {
  max-width: 100%;
  height:auto !important;
}

.copy iframe {
  max-width: 100%;
  margin-bottom: 20px;
}

/* Grid Masonry Layout */

.blog-post, .grid-sizer {
  width:  calc((100% - 150px) / 6);
  margin:0 0px 30px 0;
}

.blog-post.featured {  
  width:  calc(((100% - 150px) / 6)*2 + 30px);
}

@media screen and (max-width:2000px) {
  .blog-post, .grid-sizer {
    width: calc((100% - 120px) / 5);
  }
  .blog-post.featured {  
    width:  calc(((100% - 120px) / 5)*2 + 30px);
  }
}

@media screen and (max-width:1500px) {
  .blog-post, .grid-sizer {
    width: calc((100% - 90px) / 4);
  }
  .blog-post.featured {  
    width:  calc(((100% - 90px) / 4)*2 + 30px);
  }
}

@media screen and (max-width:1200px) {
  .blog-post, .grid-sizer {
    width: calc((100% - 60px) / 3);
  }
  .blog-post.featured {  
    width:  calc(((100% - 60px) / 3)*2 + 30px);
  }
}

@media screen and (max-width:1000px) {
  .blog-post, .grid-sizer {
    width: calc((100% - 30px) / 2);
  }
  .blog-post.featured {  
    width: 100%;
  }
}

@media screen and (max-width:767px) {
  .blog-post {width:100%;}
  .blog-post.featured {width:100%;}
}

/* Tags */

.footer a {
  color:#ccc;
}

.permalink {
  padding-top:0px;
}

.tags {
  margin-top:10px;
  max-width:180px;
}

.tags, .permalink {
  font-size:0.9em;
}
.tags a, .permalink a {
  font-weight: normal;
}

.tags a {
  margin-right:10px;
}


/* Search Box */

.form-control {
  font-size: 14px;
  -webkit-box-shadow:none;
  box-shadow: none;
  border-radius:3px;
  border: 0;
  background-color: rgba(0,0,0,0.2);
  max-width:380px;
  margin:0 auto;
  color:#fff;
  transition:background-color 0.2s linear;
}

.form-control:active, .form-control:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background-color: rgba(0,0,0,0.3);
  color:#fff;
}

.form-control::-webkit-input-placeholder {
  color:#fff;
}

::-webkit-input-placeholder::before { font-family: icomoon; content:'\e613'; opacity:0.3;  }
::-moz-placeholder::before  { font-family: icomoon; content:'\e613  '; opacity:0.3;  } /* firefox 19+ */
:-ms-input-placeholder::before  { font-family: icomoon; content:'\e613'; opacity:0.3;  } /* ie */
input:-moz-placeholder::before  { font-family: icomoon; content:'\e613'; opacity:0.3;  }


/* Tweets */

#tweets .tweet {
  font-size: 0.9em;
  opacity:1;
  color:#fff;
}
#tweets .tweet a {
  opacity:0.7;
}
#tweets .tweet a:hover {
  opacity:0.5;
}
.tweet {
  margin-bottom:1em;
}

/* Overlay Permalink Icon */

.permalink-icon {
  position:absolute;
  bottom:15px;
  left:20px;
  display:none;
}
.permalink-icon a {
  color:#ccc;
}
.permalink-icon a:hover {
  color:#bbb;
  cursor: pointer;
}
.blog-post-content.photo .overlay .permalink-icon {
  display:inline-block;
}

/* Likes, Shares & Reblogs */

.like-reblog-buttons {
  float:right;
  width:70px;
  position: relative;
}
.blog-posts.index .like-reblog-buttons {
  position:absolute;
  bottom:20px;
  right:20px;
}
.like-button {
  float:right;
  width:15px;
  height:15px;
  padding-right:2px;
  transition:opacity 0.2s linear;
}
.like-button:hover, .share-button:hover {
  cursor: pointer;
}
.like-button:hover {
  opacity:0.8;
}
.reblog-button {
  float:right;
  margin-right:11px;
}
.icon-share,
.icon-heart {
  width:16px;
  margin-top:9px;
}
.icon-share:before {
  color:#ccc;
}
.icon-share:hover:before {
  color:#bbb;
  cursor: pointer;
}
.share-button {
  float:left;
  height:15px;
  margin-top:-13px;
}

.like_post .like_caption {
  display: none;
}

/* Share Widget */

.social-share-widget-enclosure {
  position:relative;
  display:inline-block;
  margin:-3px 0 0 0;
  padding:0;
}

.social-share-widget {
  list-style:none;
  padding:6px 4px;
  width:172px;
  margin:0;
  height:42px;
  background:#e9e9e9;
  border-radius: 2px;
  left:-75px;
  top:-45px;
  box-shadow: none;
  border:0;
}

.social-share-widget li {
  float:left;
}

.social-share-widget li a {
  height:auto;
  margin-right:2px;
  margin-left:2px;
  padding:2px 9px;
  background-color:rgba(255, 255, 255, 1);
  border:1px solid #dcdcdc;
  border-radius:2px;
  font-size:14px;
  text-align:center;
}

.social-share-widget [class^="icon-"],
.social-share-widget [class^="icon-"]:hover,
.social-share-widget [class*=" icon-"],
.social-share-widget [class*=" icon-"]:hover {
  color:#bebebe;
  margin:0;
}

.social-link {
  display:none;
}

/* Pagination */

.pager, .daypager {
  text-align: center;
  margin:0;
  padding:0px 30px 20px 30px;
  font-size:0.9em;
  list-style:none;
}
.pager > li > a, .daypager > li > a {
  width: 200px;
  text-align: center;
  border:none;
  background: none;
}
.pager > li > a:hover , .daypager > li > a:hover {
  width: 200px;
  text-align: center;
  border:none;
  background: none;
}
.pager > li > a span.icon-arrow-left, .pager > li > a span.icon-arrow-right, .daypager > li > a span.icon-arrow-left, .daypager > li > a span.icon-arrow-right {
  font-size: 0.9em;
  margin:0 5px 0 5px;
}

/*
 * Blog posts
 */ 

.blog-posts {
  margin:30px 30px 50px 30px;
  display: none;
}

@media screen and (max-width:767px) {
  .blog-posts {
    margin:30px 10px 50px 10px;
  }
}

.blog-post {
  margin-bottom: 40px;
  border:1px solid #f2f2f2;
  border-radius: 3px;
}

.blog-posts.post-page .blog-post {
  margin:0 auto;
  padding:30px;
  background:#fff;
}

.blog-post-content {
  padding: 20px;
}

.blog-post-content.photo {
  padding: 0px;
}

.blog-post-content.photo .overlay{
  width:100%; 
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  border-radius: 3px;
  padding:20px;
  background-color:rgba(0,0,0,0.75);
  color:#fff;
  visibility:hidden;
  opacity:0;
  transition:visibility 0s linear 0.1s,opacity 0.1s linear;
}
.blog-post-content.photo .overlay .slash{
  color:rgba(255,255,255,0.2);
}
.blog-post-content.photo .overlay .caption {
  display:none;
}
.blog-post-content.photo:hover .overlay {
  visibility:visible;
  display:block !important;
  opacity:1;
  transition-delay:0s;
}

.blog-post-title {
  margin-top:0;
  margin-bottom: 0.5em;
  font-size: 1.8em;
}

.blog-posts.post-page .blog-post .caption {
  margin: 40px 0 20px 0;
}

.blog-posts.post-page .blog-post .permalink {
  border-bottom:1px solid #f0f0f0;
  padding:10px 0 40px 0;
  margin:0 0 20px 0;
}

.blog-post-meta {
  margin-bottom: 20px;
  font-weight: bold;
}

.blog-post .media {
  text-align: center;
}

.blog-post .media img {
  max-width:100% !important;
  border-radius: 3px;
}

.html_photoset, .photoset {
  max-width:100% !important;
}

/*
 * Quotes and Questions
 */

.quote, .question {
  margin-bottom:0.5em;
}

.asker_container {
  margin-bottom:1em;
}

div.lines, .blog-post-content .quote {
  font-style: italic;
}

.blog-post-content .quote p {
  display:inline;
}

div.line.odd {
  background:#f7f7f7;
  padding:10px;
}

div.line.even {
  padding:10px;
}


/*
 * Audio and Video
 */

.audio_container {
  position: relative;
  padding-top: 100px;
  max-height: 100px;
  overflow: hidden;
  margin-bottom:1.5em;
}

.video_container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  overflow: hidden;
  margin-bottom:1.5em;
}

.audio_container iframe, .video_container iframe,  
.audio_container object, .video_container object,  
.audio_container embed, .video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*
 * Comments
 */ 

#comments-block {
  padding:20px;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  min-width: 100% !important;
  width: 100% !important;
}



/*
 * Loading Spinner
 */

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


/*
 * Infinite Scroll
 */

#infscr-loading {
  bottom:0px;
  position:absolute;
  width:100%;
  text-align: center;
  border-radius: 3px;
  background:none;
  border:none;
  height:35px;
  line-height:40px;
  margin: 0px auto;
}

 #infscr-loading .spinner {
    position: relative;
    margin: 20px auto;
  }

 #infscr-loading .spinner .double-bounce1, #infscr-loading .spinner .double-bounce2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}


/*
 * Lightbox Styles
 */

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;-webkit-transform:translateZ(2px);-moz-transform:translateZ(2px);-o-transform:translateZ(2px);transform:translateZ(2px);}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

#cboxOverlay{background:#000000;}
#colorbox{outline:0;}
#cboxContent{margin-top:32px; overflow:visible;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{background:#000000; padding:1px;}
#cboxLoadingGraphic{background:url(http://static.tumblr.com/hmqexaq/L8bnfqtq6/spinner.gif) no-repeat center center;}
#cboxLoadingOverlay{background:#000000;}
#cboxTitle{position:absolute; top:-22px; left:0; color:#ffffff; text-shadow:none;}
#cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(http://static.tumblr.com/hmqexaq/COOnfqum6/slideshow-icons.png) no-repeat 0 0;}
#cboxPrevious{background-position:0px 0px; left:25px;}
#cboxNext{background-position:-25px 0px; left:50px;}
#cboxClose{background-position:-50px 0px; left:0px;}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}


/*
 * Colour Scheme — Blue
 */

body.blue {
  color:#444 !important;
  background:#213f52 !important;
}

body.blue .container-fluid, body.blue .blog-header {
  background-color: #fafafa !important;
}

body.blue .blog-title a,
body.blue .blog-title a:hover,
body.blue .blog-description,
body.blue .blog-nav-item,
body.blue .blog-nav-item:hover,
body.blue .icon-menu,
body.blue .icon-menu:hover,
body.blue .social-icons [class^="icon-"],
body.blue .social-icons [class^="icon-"]:hover,
body.blue .social-icons [class*=" icon-"],
body.blue .social-icons [class*=" icon-"]:hover {
  color:#213f52 !important;
}

body.blue a, body.blue a:hover, body.blue a:focus, body.blue .icon-arrow-right:after, body.blue .icon-arrow-left:before {
  color: #ccc !important;
}

body.blue .blog-nav .active:after {
  color:#fafafa !important;
}

body.blue .double-bounce1, body.blue .double-bounce2 {
  background-color: #427ea3 !important;
}

body.blue .blog-sidebar,
body.blue .blog-sidebar-bg,
body.blue .blog-sidebar .sidebar-footer,
body.blue .blog-sidebar a,
body.blue .blog-sidebar a:hover,
body.blue #tweets,
body.blue .sidebar-module h4,
body.blue .blog-sidebar .blog-description,
body.blue .icon-close,
body.blue .icon-close:hover {
  background-color:#213f52 !important;
  color:#fff !important;
}

body.blue .form-control, body.blue .form-control:active, body.blue .form-control:focus, body.blue .form-control::-webkit-input-placeholder {
  color:#fff !important;
}

body.blue .blog-post {
  background-color:#fff !important;
}

body.blue .permalink-icon a {
  color:#ccc !important;
}
body.blue .permalink-icon a:hover {
  color:#bbb !important;
}


/*
 * Colour Scheme — Grey
 */

body.grey {
  color:#444 !important;
  background:#4d4e52 !important;
}

body.grey .container-fluid, body.grey .blog-header {
  background-color: #fafafa !important;
}

body.grey .blog-title a,
body.grey .blog-title a:hover,
body.grey .blog-description,
body.grey .blog-nav-item,
body.grey .blog-nav-item:hover,
body.grey .icon-menu,
body.grey .icon-menu:hover,
body.grey .social-icons [class^="icon-"],
body.grey .social-icons [class^="icon-"]:hover,
body.grey .social-icons [class*=" icon-"],
body.grey .social-icons [class*=" icon-"]:hover {
  color:#4d4e52 !important;
}

body.grey a, body.grey a:hover, body.grey a:focus, body.grey .icon-arrow-right:after, body.grey .icon-arrow-left:before {
  color: #ccc !important;
}

body.grey .blog-nav .active:after {
  color:#fafafa !important;
}

body.grey .double-bounce1, body.grey .double-bounce2 {
  background-color: #ccc !important;
}

body.grey .blog-sidebar,
body.grey .blog-sidebar-bg,
body.grey .blog-sidebar .sidebar-footer,
body.grey .blog-sidebar a,
body.grey .blog-sidebar a:hover,
body.grey #tweets,
body.grey .sidebar-module h4,
body.grey .blog-sidebar .blog-description,
body.grey .icon-close,
body.grey .icon-close:hover {
  background-color:#4d4e52 !important;
  color:#fff !important;
}

body.grey .form-control, body.grey .form-control:active, body.grey .form-control:focus, body.grey .form-control::-webkit-input-placeholder {
  color:#fff !important;
}

body.grey .blog-post {
  background-color:#fff !important;
}

body.grey .permalink-icon a {
  color:#ccc !important;
}
body.grey .permalink-icon a:hover {
  color:#bbb !important;
}


/*
 * Colour Scheme — Plum
 */

body.plum {
  color:#444 !important;
  background:#4e4152 !important;
}

body.plum .container-fluid, body.plum .blog-header {
  background-color: #fafafa !important;
}

body.plum .blog-title a,
body.plum .blog-title a:hover,
body.plum .blog-description,
body.plum .blog-nav-item,
body.plum .blog-nav-item:hover,
body.plum .icon-menu,
body.plum .icon-menu:hover,
body.plum .social-icons [class^="icon-"],
body.plum .social-icons [class^="icon-"]:hover,
body.plum .social-icons [class*=" icon-"],
body.plum .social-icons [class*=" icon-"]:hover {
  color:#4e4152 !important;
}

body.plum a, body.plum a:hover, body.plum a:focus, body.plum .icon-arrow-right:after, body.plum .icon-arrow-left:before {
  color: #7b6782 !important;
}

body.plum .blog-nav .active:after {
  color:#fafafa !important;
}

body.plum .double-bounce1, body.plum .double-bounce2 {
  background-color: #7b6782 !important;
}

body.plum .blog-sidebar,
body.plum .blog-sidebar-bg,
body.plum .blog-sidebar .sidebar-footer,
body.plum .blog-sidebar a,
body.plum .blog-sidebar a:hover,
body.plum #tweets,
body.plum .sidebar-module h4,
body.plum .blog-sidebar .blog-description,
body.plum .icon-close,
body.plum .icon-close:hover {
  background-color:#4e4152 !important;
  color:#fff !important;
}

body.plum .form-control, body.plum .form-control:active, body.plum .form-control:focus, body.plum .form-control::-webkit-input-placeholder {
  color:#fff !important;
}

body.plum .blog-post {
  background-color:#fff !important;
}

body.plum .permalink-icon a {
  color:#ccc !important;
}
body.plum .permalink-icon a:hover {
  color:#bbb !important;
}


/*
 * Colour Scheme — Light
 */

body.light {
  color:#444 !important;
  background:#f2f3f8 !important;
}

body.light .container-fluid, body.light .blog-header {
  background-color: #fafafa !important;
}

body.light .blog-title a,
body.light .blog-title a:hover,
body.light .blog-description,
body.light .blog-nav-item,
body.light .blog-nav-item:hover,
body.light .icon-menu,
body.light .icon-menu:hover,
body.light .social-icons [class^="icon-"],
body.light .social-icons [class^="icon-"]:hover,
body.light .social-icons [class*=" icon-"],
body.light .social-icons [class*=" icon-"]:hover {
  color:#888 !important;
}

body.light a, body.light a:hover, body.light a:focus, body.light .icon-arrow-right:after, body.light .icon-arrow-left:before {
  color: #ccc !important;
}

body.light .blog-nav .active:after {
  color:#fafafa !important;
}

body.light .double-bounce1, body.light .double-bounce2 {
  background-color: #7b6782 !important;
}

body.light .blog-sidebar,
body.light .blog-sidebar-bg,
body.light .blog-sidebar .sidebar-footer,
body.light .blog-sidebar a,
body.light .blog-sidebar a:hover,
body.light #tweets,
body.light #tweets .tweet,
body.light .sidebar-module h4,
body.light .blog-sidebar .blog-description,
body.light .icon-close,
body.light .icon-close:hover {
  background-color:#f2f3f8 !important;
  color:#888 !important;
}

body.light .form-control, body.light .form-control:active, body.light .form-control:focus, body.light .form-control::-webkit-input-placeholder {
  color:#888 !important;
}

body.light .blog-post {
  background-color:#fff !important;
}

body.light .permalink-icon a {
  color:#ccc !important;
}
body.light .permalink-icon a:hover {
  color:#bbb !important;
}