/*
# Genesis Child Theme (BIC) ITSecMedia
Theme Name: Genesis (BIC) ITSecMedia
Theme URI: http://my.studiopress.com/themes/genesis/
Description: This is the sample theme created for the Genesis Framework.
Author: ITSecMedia
Author URI: http://itsecmedia.com/
Template: genesis
Template Version: 1.0.0
Tags:
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*
@import url('https://unpkg.com/purecss@0.6.2/build/base-min.css');
@import url('https://unpkg.com/purecss@0.6.2/build/pure-min.css');
@import url('https://unpkg.com/purecss@0.6.2/build/grids-responsive-min.css');
*/
@import url('/static/css/pure/base-min.css');
@import url('/static/css/pure/pure-min.css');
@import url('/static/css/pure/grids-responsive-min.css');


.font_smooth {
  font-smooth: auto;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
.box_style {
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45), inset 0 0 30px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45), inset 0 0 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45), inset 0 0 30px rgba(0, 0, 0, 0.07);
}
/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- Content Area
	- Entries
	- After Entry
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
- Print Styles
*/
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
/* ## Box Sizing
--------------------------------------------- */
*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* ## Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
  content: " ";
  display: table;
}
.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}
/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */
body {
  background-color: #ffffff;
  color: #333;
  font-family: "Raleway", "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 1.625;
  margin: 0;
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
::-moz-selection {
  background-color: #333;
  color: #fff;
}
::selection {
  background-color: #333;
  color: #fff;
}
a {
  text-decoration: none;
}
a:hover {
  color: #333;
}
p {
  margin: 0 0 1em;
  padding: 0;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  clear: both;
  margin: 1em 0;
}
b,
strong {
  font-weight: 700;
}
blockquote,
cite,
em,
i {
  font-style: normal;
}
blockquote {
  margin: 1.5em;
}
blockquote::before {
  content: "\201C";
  display: block;
  font-size: 2em;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}
/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: "Raleway", "Open Sans", Dosis, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 10px;
}
h1 {
  font-size: 2em;
  color: #5884cb;
}
h2 {
  font-size: 1.6em;
  color: #7fa1d7;
}
h3 {
  font-size: 1.6em;
  color: #a6bde3;
}
h4 {
  font-size: 1.6em;
}
h5 {
  font-size: 1.6em;
}
h6 {
  font-size: 1.6em;
}
/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}
img {
  height: auto;
}
.featured-content img,
.gallery img {
  width: auto;
}
/* ## Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
}
.gallery-item {
  float: left;
  margin: 0 0 28px;
  text-align: center;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}
.gallery img {
  border: none;
  height: auto;
  padding: 4px;
}
.gallery img:hover {
  border: 1px solid #999;
}
/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 1em;
  font-weight: 300;
  padding: 1em;
  width: 100%;
}
input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}
::-moz-placeholder {
  color: #333;
  font-weight: 300;
  opacity: 1;
}
::-webkit-input-placeholder {
  color: #333;
  font-weight: 300;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #333;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 1em;
  font-weight: 300;
  padding: 1em 24px;
  text-transform: uppercase;
  width: auto;
}
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
  background-color: #5884cb;
  color: #fff;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
  background-color: #5884cb;
  color: #fff;
}
.entry-content .button:hover {
  color: #fff;
}
.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
  background-color: #fff;
  color: #333;
}
.button {
  display: inline-block;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}
/* ## Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 1em;
  width: 100%;
}
tbody {
  border-bottom: 1px solid #ddd;
}
td,
th {
  text-align: left;
}
td {
  border-top: 1px solid #ddd;
  padding: 6px 0;
}
th {
  font-weight: 400;
}
/* ## Screen Reader Text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}
.more-link {
  position: relative;
}
/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
  margin: 0 auto;
  max-width: 1200px;
}
.site-inner {
  clear: both;
  padding-top: 1.5em;
}
/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 980px;
}
.content-sidebar-sidebar .content-sidebar-wrap {
  float: left;
}
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  float: right;
}
/* ### Content */
.content {
  float: right;
  width: 800px;
}
.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
  float: left;
}
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
  width: 580px;
}
.full-width-content .content {
  width: 100%;
}
/* ### Primary Sidebar */
.sidebar-primary {
  float: right;
  width: 360px;
}
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  float: left;
}
/* ### Secondary Sidebar */
.sidebar-secondary {
  float: left;
  width: 180px;
}
.content-sidebar-sidebar .sidebar-secondary {
  float: right;
}
/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
}
.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%;
}
.one-third,
.two-sixths {
  width: 31.623931623931625%;
}
.four-sixths,
.two-thirds {
  width: 65.81196581196582%;
}
.one-fourth {
  width: 23.076923076923077%;
}
.three-fourths {
  width: 74.35897435897436%;
}
.one-sixth {
  width: 14.52991452991453%;
}
.five-sixths {
  width: 82.90598290598291%;
}
.first {
  clear: both;
  margin-left: 0;
}
/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Avatar
--------------------------------------------- */
.avatar {
  float: left;
}
.alignleft .avatar,
.author-box .avatar {
  margin-right: 24px;
}
.alignright .avatar {
  margin-left: 24px;
}
.comment .avatar {
  margin: 0 1em 24px 0;
}
/* ## Genesis
--------------------------------------------- */
.breadcrumb {
  margin-bottom: 20px;
}
.archive-description,
.author-box {
  background-color: #f5f5f5;
  font-size: 1em;
  margin-bottom: 1.5em;
  padding: 1.5em;
}
.author-box-title {
  font-size: 1em;
  margin-bottom: 4px;
}
.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}
/* ## Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden;
}
.site-header .search-form {
  float: right;
  margin-top: 12px;
}
.entry-content .search-form,
.site-header .search-form {
  width: 50%;
}
.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* ## Titles
--------------------------------------------- */
.entry-title a:hover {
  color: #5884cb;
}
.widget-title {
  margin-bottom: 20px;
}
.footer-widgets .widget-title {
  color: #fff;
}
/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}
a.alignnone {
  display: inline-block;
}
.alignleft {
  float: left;
  text-align: left;
}
.alignright {
  float: right;
  text-align: right;
}
a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}
img.centered,
.aligncenter {
  display: block;
  margin: 0 auto;
}
img.alignnone,
.alignnone {
  margin-bottom: 0.5em;
}
a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 1em 1em  0;
}
a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 1em 1em;
}
.wp-caption-text {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.entry-content p.wp-caption-text {
  margin-bottom: 0;
}
/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  word-wrap: break-word;
}
.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}
.widget li li {
  border: none;
  margin: 0 0 0 30px;
  padding: 0;
}
.widget_calendar table {
  width: 100%;
}
.widget_calendar td,
.widget_calendar th {
  text-align: center;
}
/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 1em;
  padding: 0 0 0.5em;
}
.footer-widgets .entry {
  border-bottom: 1px dotted #666;
}
.featured-content .entry-title {
  font-size: 20px;
}
/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
--------------------------------------------- */
.enews-widget,
.enews-widget .widget-title {
  color: #fff;
}
.sidebar .widget.enews-widget {
  background-color: #333;
}
.enews-widget input,
.enews-widget input:focus {
  border: 1px solid #333;
}
.enews-widget input {
  font-size: 1em;
  margin-bottom: 1em;
}
.enews-widget input[type="submit"] {
  background-color: #5884cb;
  color: #fff;
  margin: 0;
  width: 100%;
}
.enews-widget input:hover[type="submit"] {
  background-color: #fff;
  color: #333;
}
.enews form + p {
  margin-top: 24px;
}
/* ## Jetpack
--------------------------------------------- */
#wpstats {
  display: none;
}
/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}
.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none;
}
/* Display outline on focus
:focus {
  color: #333;
  outline: #ccc solid 1px;
} */

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background-color: #fff;
}
.site-header .wrap {
  padding: 1em 0;
}
/* ## Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding: 0 0;
  width: 360px;
}
.header-full-width .title-area {
  width: 100%;
}
.site-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  max-height: 100px;
  max-width: 500px;
}
.site-title a,
.site-title a:hover {
  color: #333;
}
.header-image .site-title > a {
  display: block;
  height: 2em;
  /*background: url('images/bullion-investor-logo-slogan.svg');*/
  background: url('images/bullioninvest-logo-slogan.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left; // center;
  -webkit-background-origin: border;
  padding: 0;
  margin: 0 auto;
}
.site-description {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  display: none !important;
}
.site-description,
.site-title {
  margin-bottom: 0;
}
.header-image .site-description,
.header-image .site-title {
  display: block;
  text-indent: -9999px;
}
/* ## Widget Area
--------------------------------------------- */
.site-header .widget-area {
  float: right;
  text-align: right;
  width: 400px;
}
/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  border: none;
  background-color: #ffffff; /*#e0e0e0;*/
  /* border: solid 1px #888; */
  clear: both;
  font-family: "Raleway", "Dosis";
  font-size: 16px;
  font-weight: 600;
  /* line-height: 1; */
  text-transform: uppercase;
  width: 100%;
}
.genesis-nav-menu .menu-item {
  background-color: #efefef; /*#e0e0e0;*/
  display: inline-block;
  text-align: left;
  margin: 1px 0;
}
.genesis-nav-menu a {
  color: #333;
  display: block;
  padding: 1em 0.5em;
}
.genesis-nav-menu .sub-menu {
  background-color: #ffffff;
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 250px;
  z-index: 99;
}
.genesis-nav-menu .sub-menu a {
  /* border: 1px solid #cecece; */
  border-top: none;
  font-size: 14px;
  padding: 0.5em 1em;
  position: relative;
  width: 250px;
}
.genesis-nav-menu .sub-menu .sub-menu {
  margin: -3.1em 0 0 199px;
}
.genesis-nav-menu .menu-item:hover {
  position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}
.genesis-nav-menu > .first > a {
  padding-left: 0;
}
.genesis-nav-menu > .last > a {
  padding-right: 0;
}
.genesis-nav-menu > .right {
  color: #fff;
  float: right;
  list-style-type: none;
  padding: 1em 0;
}
.genesis-nav-menu > .right > a {
  display: inline;
  padding: 0;
}
.genesis-nav-menu > .rss > a {
  margin-left: 2em;
}
.genesis-nav-menu > .search {
  padding: 1em 0 0;
}
/* ## Accessible Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static;
}
.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}
/* ## Site Header Navigation
--------------------------------------------- */
.site-header .sub-menu {
  border-top: 1px solid #eee;
}
.site-header .sub-menu .sub-menu {
  margin-top: -56px;
}
.site-header .genesis-nav-menu li li {
  margin-left: 0;
}
/* ## Primary Navigation
--------------------------------------------- */
.nav-primary .genesis-nav-menu .sub-menu a {
  color: #333;
}
/* ## Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  background-color: #fff;
}
/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.entry-content ol,
.entry-content ul {
  margin-bottom: 1.5em;
  margin-left: 1.5em;
}
.entry-content ol > li {
  list-style-type: decimal;
}
.entry-content ul > li {
  list-style-type: disc;
}
.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}
.entry-content code {
  background-color: #333;
  color: #ddd;
}
/* After Entry
--------------------------------------------- */
.after-entry {
  margin-bottom: 1.5em;
  padding: 1.5em;
  text-align: center;
}
.after-entry .widget {
  margin-bottom: 1.5em;
}
.after-entry .widget:last-child,
.after-entry p:last-child {
  margin: 0;
}
.after-entry li {
  list-style-type: none;
}
.after-entry .textwidget {
  line-height: 1em;
}
/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
  margin-bottom: 0;
}
.entry-header .entry-meta {
  margin-bottom: 1em;
}
.entry-footer .entry-meta {
  border-top: 2px solid #f5f5f5;
  padding-top: 1em;
}
.entry-categories,
.entry-tags {
  display: block;
}
.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
}
/*.entry-footer #prev-next {
    margin-top: 1em;
}*/
/* ## Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 2em 1em;
}
.adjacent-entry-pagination {
  margin-bottom: 0;
}
.archive-pagination li {
  display: inline;
}
.archive-pagination li a {
  background-color: #333;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  padding: 8px 12px;
}
/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  margin-bottom: 1.5em;
}
.comment-respond,
.entry-pings {
  padding: 1.5em 1.5em 1em;
}
.entry-comments {
  padding: 1.5em;
}
.comment-header {
  font-size: 1em;
}
li.comment {
  background-color: #f5f5f5;
  border: 2px solid #fff;
  border-right: none;
}
.comment-content {
  clear: both;
}
.comment-list li {
  margin-top: 1em;
  padding: 1em;
}
.comment-list li li {
  margin-right: -32px;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%;
}
.comment-respond label {
  display: block;
  margin-right: 12px;
}
.entry-comments .comment-author {
  margin-bottom: 0;
}
.entry-pings .reply {
  display: none;
}
.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 1em;
  padding: 24px;
}
/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 1em;
}
.sidebar li {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.sidebar p:last-child,
.sidebar ul > li:last-child {
  margin-bottom: 0;
}
.sidebar .widget {
  background-color: #fff;
  margin-bottom: 1.5em;
  padding: 1.5em;
}
/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #333;
  clear: both;
  padding-top: 1.5em;
}
.footer-widgets,
.footer-widgets a {
  color: #999;
}
.footer-widgets input {
  border: 1px solid #333;
}
.footer-widgets a.button,
.footer-widgets a:hover {
  color: #fff;
}
.footer-widgets li {
  border-bottom: 1px dotted #666;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.footer-widgets .widget {
  margin-bottom: 1.5em;
}
.footer-widgets p:last-child {
  margin-bottom: 0;
}
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  padding: 1em;
  width: 340px;
}
.footer-widgets-1 {
  margin-right: 60px;
}
.footer-widgets-1,
.footer-widgets-2 {
  float: left;
}
.footer-widgets-3 {
  float: right;
}
/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #5884cb;
  color: #fff;
  font-size: 1em;
  line-height: 1;
  padding: 2em 0;
  text-align: center;
}
.site-footer a {
  color: #fff;
}
.site-footer a:hover {
  color: #fff;
}
.site-footer p {
  margin-bottom: 0;
}
/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .site-inner,
  .wrap {
    max-width: 960px;
  }
  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 740px;
  }
  .content,
  .site-header .widget-area {
    width: 620px;
  }
  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content,
  .content-sidebar-sidebar .content {
    width: 400px;
  }
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .sidebar-primary,
  .title-area {
    width: 300px;
  }
  .footer-widgets-1 {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 960px) {
  .site-inner,
  .wrap {
    max-width: 800px;
  }
  .content,
  .content-sidebar-sidebar .content,
  .content-sidebar-sidebar .content-sidebar-wrap,
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .sidebar-content-sidebar .content,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-primary,
  .sidebar-secondary,
  .sidebar-sidebar-content .content,
  .sidebar-sidebar-content .content-sidebar-wrap,
  .site-header .widget-area,
  .title-area {
    width: 100%;
  }
  .site-header .wrap {
    padding: 20px 5%;
  }
  .header-image .title-area {
    background-position: center top;
  }
  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none;
  }
  .genesis-nav-menu,
  .site-description,
  .site-header .title-area,
  .site-header .search-form,
  .site-title {
    text-align: center;
  }
  .site-header .search-form {
    margin: 1em auto;
  }
  .genesis-nav-menu li.right {
    display: none;
  }
  .footer-widgets-1 {
    margin-right: 0;
  }
  /* .nav-primary .genesis-nav-menu > .menu-item:first-of-type {
    border-left: solid 1px #888;
  } */
}
/*
@media only screen and (max-width: 800px) {

	body {
		background-color: #fff;
		font-size: 1em;
	}

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.sidebar .widget.enews-widget {
		padding: 1.5em;
	}

}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after,
  .site-title > a:after {
    content: "";
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .content,
  .content-sidebar {
    width: 100%;
  }
  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important;
  }
  .title-area {
    text-align: center;
    width: 100%;
  }
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }
  .site-inner {
    padding-top: 0;
    position: relative;
    top: -100px;
  }
  .author-box {
    margin-bottom: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }
  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  blockquote,
  pre,
  table {
    page-break-inside: avoid;
  }
  dl,
  ol,
  ul {
    page-break-before: avoid;
  }
}
body,
.pure-g [class*="pure-u"] {
  font-smooth: auto;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-family: "Raleway", "Open Sans", sans-serif;
  font-weight: 400;
}
.title-area .site-title a {
  font-family: "Raleway", "Dosis";
  font-size: 1.5em;
  font-weight: 600;
}
.title-area .site-description {
  font-size: 1em;
  font-weight: 400;
}
.menu-primary {
  text-transform: uppercase;
}
.nav-primary .genesis-nav-menu > .menu-item,
.nav-secondary .genesis-nav-menu > .menu-item {
  /* border-left: solid 1px #888; */
}
.nav-primary .genesis-nav-menu > .menu-item:first-of-type,
.nav-secondary .genesis-nav-menu > .menu-item:first-of-type {
  border-left: none;
}
.nav-primary .genesis-nav-menu > .menu-item:last-of-type,
.nav-secondary .genesis-nav-menu > .menu-item:last-of-type {
  /* border-right: solid 1px #888; */
}
.nav-primary .genesis-nav-menu .menu-item,
.nav-secondary .genesis-nav-menu .menu-item {
  /* margin-right: -2px; */
}
.nav-primary .genesis-nav-menu a,
.nav-secondary .genesis-nav-menu a {
  color: #333;
}
.nav-primary .genesis-nav-menu ul.sub-menu,
.nav-secondary .genesis-nav-menu ul.sub-menu {
  /* margin-left: -1px; */
  margin-top: 1px;
  border: none;
}
.nav-secondary {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  /*
    a {
        color: #fff;
    }

    .genesis-nav-menu a {
        // padding: 20px;
    }

    .genesis-nav-menu .sub-menu a {
        // padding: 16px 20px;
    }

    a:hover,
    .current-menu-item > a,
    .menu-item-home > a,
    .menu-item-home > a:hover {
        // color: #fff;
    }

    .sub-menu a:hover {
        // color: #333;
    }
*/
}
main.content {
  background-color: #ffffff;
}
main.content > img.featured {
  margin-bottom: 1.5em;
}
.footer-widgets,
.archive-pagination li a {
  background-color: #cddaef;
}
.archive-pagination li.active a {
  background-color: #a6bde3;
}
.footer-widgets,
.footer-widgets li,
.footer-widgets a,
.footer-widgets .widget-title,
.archive-pagination li a {
  color: #5884cb;
  border-color: #5884cb;
}
.footer-widgets a:hover {
  color: #5884cb;
}
.entry {
  padding: 1em;
}
.sidebar .widget {
  margin-bottom: 1.5em;
  padding: 1em;
}
.entry-comments {
  padding: 1em;
}
.comment-respond {
  padding: 1em;
  margin-bottom: 0;
}
.author-box {
  padding: 1em;
}
em {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  border-top: solid 1px #cddaef;
  border-bottom: solid 1px #cddaef;
  background-color: #f4f7fb;
  color: #5884cb;
  padding: 0.01em 0.2em;
}
pre {
  border: solid 1px #5884cb;
  border-left-width: 0.5em;
  background-color: #f4f7fb;
  padding: 1em;
}
a {
  color: #333333;
  border-color: #333333;
}
a:hover {
  color: #5884cb;
  border-color: #5884cb;
}
article.post .entry-content a {
  border-bottom: dotted 1px;
}
article.post .entry-content a.ssl {
  border-bottom: dashed 1px;
}
.responsive-menu-icon {
  border-bottom: 1px solid #e3e3e3;
  cursor: pointer;
  display: none;
  margin-bottom: -1px;
  text-align: center;
}
.site-header .responsive-menu-icon {
  border-bottom: none;
}
.responsive-menu-icon::before {
  color: #000;
  content: "\f333";
  display: inline-block;
  font: normal 20px/1 'dashicons';
  margin: 0 auto;
  padding: 10px;
}
@media only screen and (min-width: 1024px) {
  html {
    font-size: 18px;
  }
  /*.featured-content img,
    .gallery img {
        width: 20%;
    }*/
  img.entry-image.attachment-post {
    width: 20%;
    float: left;
    margin-right: 1em;
  }
  a.alignnone {
    display: inherit;
  }
  .home-middle-left img.entry-image.attachment-post,
  .home-middle-right img.entry-image.attachment-post {
    width: 100%;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 18px;
  }
  /*.featured-content img,
    .gallery img {
        width: 20%;
    }*/
  img.entry-image.attachment-post {
    width: 30%;
    float: left;
    margin-right: 1em;
  }
  a.alignnone {
    display: inherit;
  }
  .home-middle-left img.entry-image.attachment-post,
  .home-middle-right img.entry-image.attachment-post {
    width: 100%;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 600px) {
  html {
    font-size: 16px;
  }
  img.entry-image.attachment-post,
  img.post-image,
  img.entry-image {
    width: 100%;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 320px), only screen and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  html {
    font-size: 14px;
  }
  img.entry-image.attachment-post,
  img.post-image,
  img.entry-image {
    width: 100%;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 600px) {
  .header-image .site-title > a {
    /*background: url("http://www.bullion-investor.com/blog/wp-content/uploads/2015/04/bullion-investor-com-logo.png");*/
    background: url('images/bullion-investor-logo.svg');
    background-position: center;
    background-repeat: no-repeat;
    height: 120px;
  }
  aside.widget-area.header-widget-area {
    display: none;
  }
  .nav-primary .genesis-nav-menu,
  .nav-secondary .genesis-nav-menu {
    border: none;
  }
  .nav-primary .genesis-nav-menu .menu-item,
  .nav-secondary .genesis-nav-menu .menu-item {
    border: none;
  }
  .nav-primary .genesis-nav-menu > .menu-item:first-of-type,
  .nav-secondary .genesis-nav-menu > .menu-item:first-of-type {
    border-left: none;
  }
  .nav-primary .genesis-nav-menu > .menu-item,
  .nav-secondary .genesis-nav-menu > .menu-item {
    border-right: none;
  }
  .five-sixths,
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-4,
  .footer-widgets-5,
  .footer-widgets-6,
  .four-sixths,
  .home-middle-left,
  .home-middle-right,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }
  .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
  .genesis-nav-menu.responsive-menu {
    display: none;
  }
  .genesis-nav-menu.responsive-menu .menu-item,
  .responsive-menu-icon {
    display: block;
  }
  .genesis-nav-menu.responsive-menu .menu-item {
    margin: 0;
  }
  .genesis-nav-menu.responsive-menu .menu-item:hover {
    position: static;
  }
  .genesis-nav-menu.responsive-menu li.current-menu-item > a,
  .genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
  .genesis-nav-menu.responsive-menu li a,
  .genesis-nav-menu.responsive-menu li a:hover {
    background: none;
    border: none;
    color: #000;
    display: block;
    /*
    line-height: 1;
    padding: 20px;
    text-transform: none;
    */
  }
  .genesis-nav-menu.responsive-menu .menu-item-has-children {
    cursor: pointer;
  }
  .genesis-nav-menu.responsive-menu .menu-item-has-children > a {
    margin-right: 60px;
  }
  .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
    content: "\f132";
    float: right;
    font: normal 16px/1 'dashicons';
    height: 16px;
    padding: 18px 20px;
    right: 0;
    text-align: right;
    z-index: 9999;
  }
  .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
    content: "\f460";
  }
  .genesis-nav-menu.responsive-menu .sub-menu {
    background-color: rgba(0, 0, 0, 0.05);
    border: none;
    left: auto;
    opacity: 1;
    position: relative;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    width: 100%;
    z-index: 99;
  }
  .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
    margin: 0;
  }
  .genesis-nav-menu.responsive-menu .sub-menu li a,
  .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
    background: none;
    border: none;
    /* padding: 20px; */
    position: relative;
    text-transform: none;
    width: 100%;
  }
  /*.content #genesis-responsive-slider .flex-direction-nav li .next,
    .content #genesis-responsive-slider .flex-direction-nav li .prev,
    .content .slide-excerpt {
        display: none;
    }

    .home-middle-left {
        border: none;
    }

    .header-image .site-header .site-title a {
        background-size: contain !important;
    }

    .entry-title {
        font-size: 26px;
    }*/
}
.author-box .about-author {
  margin-bottom: 1.5em;
}
.author-box .social-links {
  overflow: auto;
  margin-top: 10px;
}
.author-box .social-links li {
  list-style-type: none;
  float: left;
}
.author-box .social-links a {
  border-bottom: none;
}
.author-box .social-links i {
  background: #ababab;
  color: #fff;
  width: 2em;
  height: 2em;
  border-radius: 1em;
  font-size: 1em;
  text-align: center;
  margin-right: 0.5em;
  padding-top: 0.5em;
  transition-property: opacity;
  transition-delay: 0.3s;
  transition-duration: .5s;
}
.author-box .social-links i:hover {
  opacity: .7;
}
b,
strong {
  font-weight: 600;
}
#wooslider-50 {
  width: 50%;
  margin: 0 auto;
}
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  main.content article.post .post-image.entry-image {
    width: 100%;
  }
}
#gallery-1 img {
  border: none;
}
#gallery-2 img {
  border: none;
}
#gallery-3 img {
  border: none;
}
#gallery-4 img {
  border: none;
}
#gallery-5 img {
  border: none;
}
.home-top {
  border-bottom: 1px solid #e3e3e3;
  clear: both;
  padding: 0 1em;
  margin: 0;
}
.home-top.widget-area .widget_author_avatars .author-list .user {
  background-color: #efefef;
  padding: 0.5em;
  margin: 0 1em 1em 0;
  width: 10%;
  min-width: 140px;
  border-radius: 100%;
  line-height: 1em;
}
.home-top.widget-area .widget_author_avatars .author-list .user a {
  line-height: 0;
}
.home-top.widget-area .widget_author_avatars .author-list .user.with-name {
  display: inline-block;
}
.home-top.widget-area .widget_author_avatars .author-list .user.with-name .avatar {
  float: none;
}
.home-top.widget-area .widget_author_avatars .author-list .user.with-name .name {
  font-size: small;
}
.home-top.widget-area .widget_author_avatars .author-list .user img.avatar.photo {
  width: 100%;
  border-radius: 100%;
  line-height: 1em;
}
.home-middle-left, .home-middle-right {
  /* background-color: rgba(255, 249, 232, 0.5); */
  /* border-left: 1px solid #e3e3e3; */
  /* border-right: 1px solid #e3e3e3; */
  padding: 1em;
}
.home-middle-left .featured-content .entry,
.home-middle-right .featured-content .entry {
  border-bottom-color: transparent;
}
.home-middle-right, .home-middle-right {
  padding: 1em;
}
.home-bottom {
  border-top: 1px solid #e3e3e3;
  clear: both;
  padding: 1em;
}
.widget_author_avatars .author-list .user {
  margin-bottom: 0.5em;
}
/*
//==============================================================================
// CastellGold.de/blog Home Page & Plugin Author

.home-cta {
    border-bottom: 1px solid #e3e3e3;
    clear: both;
    padding: 0 0 1em 0;
    margin: 0;

    &.widget-area {
        .widget_author_avatars {
            .author-list {
                // margin: 0 auto;
                .user {
                    // background-color: #efefef;
                    border: none;
                    padding: 0; // 0.5em;
                    margin: 0 1em 1em 0;
                    // width: 20% - 1em; // responsive-design
                    width: 15%;          // responsive-design
                    min-width: 150px;    // responsive-design
                    border-radius: 100%;
                    line-height: 0em;
                    a {
                        line-height: 0;
                        .avatar {
                            border: none;
                        }
                    }
                    &.with-name {
                        // http://stackoverflow.com/questions/1269245/centering-floating-divs-within-another-div
                        // float: left;
                        display: inline-block;
                        .avatar {
                            float: none;
                            border: none;
                        }
                        .name {
                            // font-size: small;
                        }
                    }
                    img.avatar.photo {
                        width: 100%; // responsive-design
                        border: solid 10px rgba(255, 255, 255, 0.9);
                        border-radius: 100%;
                        line-height: 0; // 1em;
                    }
                }
            }
        }
    }
}

//==============================================================================
*/
/*blockquote {
    .box_featured;
    border-left: 4px solid #ddd;
    padding: 0.5em 1em 0.8em 2em;
    background-color: rgba(0,0,0,0.05);
    color: @c_base;
}*/
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 0;
  padding: 0.5em 0.5em 0.5em 2em;
  quotes: "\201C" "\201D" "\201C" "\201D";
  overflow: hidden;
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 5em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote.gold {
  background: #FDD351;
  border-color: #e5ae03;
}
blockquote.gold:before {
  color: #e5ae03;
}
blockquote.red {
  background: #B53122;
  border-color: #5f1a12;
}
blockquote.red:before {
  color: #5f1a12;
}
blockquote.blue {
  background: #68CFF6;
  border-color: #0eaeea;
}
blockquote.blue:before {
  color: #0eaeea;
}
blockquote.green {
  background: #A4CA39;
  border-color: #647c21;
}
blockquote.green:before {
  color: #647c21;
}
.wooslider .slide-excerpt p {
  padding: 1em;
}
div.big-leader {
  margin-top: 1.5em;
}
.sidebar.sidebar-primary.widget-area .widget {
  background-color: #efefef;
}
#genesis-responsive-slider {
  border: none !important;
}
.flexslider .slides img {
  min-width: 100%;
}
.slide-excerpt {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.slide-excerpt-border {
  border: none !important;
  color: #fff;
}
.slide-excerpt-border h2 {
  margin: 0;
}
.slide-excerpt-border a {
  color: #fff;
}
.widget.mks_author_widget {
  background-color: #efefef;
}
.widget.mks_author_widget .widget-wrap p {
  font-size: small;
}
.widget.mks_author_widget img {
  margin: 0 1em 1em 0;
}
.widget.mks_author_widget .mks_autor_link_wrap a {
  border-bottom: dotted 1px;
}
.widget.gform_widget {
  background-color: #efefef;
}
.widget.gform_widget .widget-wrap .gform_wrapper {
  font-size: small;
  margin: 0;
}
.widget.gform_widget .widget-wrap .gform_wrapper .gform_footer {
  padding: 0;
}
#gform_widget-2 {
  background-color: #5884cb;
  color: #fff;
  text-align: center;
}
#gform_widget-2 .widget-wrap {
  margin-bottom: 1em;
}
#gform_widget-2 .widget-wrap .gform_wrapper {
  max-width: 100%;
}
#gform_widget-2 h4 {
  font-size: 1em;
  margin: 0;
}
#gform_widget-2 h3 {
  font-size: 3em;
}
#gform_widget-2 h4,
#gform_widget-2 h3 {
  text-transform: uppercase;
}
#gform_widget-2 .gform_heading .gform_description {
  font-size: 1.2em;
  font-weight: 600;
}
#gform_widget-2 .gform_body li {
  border: none;
  padding: 0;
}
#gform_widget-2 h4,
#gform_widget-2 h3,
#gform_widget-2 .gform_heading,
#gform_widget-2 .gform_body,
#gform_widget-2 .gform_footer {
  color: #fff;
  text-align: center;
  margin: 0;
}
#gform_widget-2 .gform_title,
#gform_widget-2 .gform_heading {
  margin: 0 0 20px 0;
}
#gform_widget-2 .gfield_label,
#gform_widget-2 .gfield_required {
  display: none;
}
#gform_widget-2 .gform_button,
#gform_widget-2 .ginput_container input {
  padding: 1em;
  width: 90%;
}
#gform_widget-2 .ginput_container input {
  border: none;
  background-color: #7fa1d7;
  color: #fff;
  font-weight: 600;
  font-size: 1.2em;
  text-align: center;
}
#gform_widget-2 input[type="submit"],
#gform_widget-2 .button {
  background-color: #fff;
  color: #5884cb;
  font-weight: 700;
  font-size: 1.2em;
  text-transform: uppercase;
}
.sharrre .box a.count,
.sharrre .box a.share {
  font-family: "Raleway";
  border-radius: 0;
  border-bottom: inherit;
}
.entry-footer .entry-meta .entry-categories a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  border-top: solid 1px #e99187;
  border-bottom: solid 1px #e99187;
  background-color: #f1b9b2;
  color: #B53122;
  padding: 0.01em 0.2em;
}
.entry-footer .entry-meta .entry-tags a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  border-top: solid 1px #cddaef;
  border-bottom: solid 1px #cddaef;
  background-color: #f4f7fb;
  color: #5884cb;
  padding: 0.01em 0.2em;
}
ul.wpp-list li {
  border-bottom: 1px dotted;
  padding: 0 0 10px 0;
}
.big-leader h1.entry-title.featured-image-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 3em;
}
.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}
/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}
/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}
.intrinsic-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.widget-wrap iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: none;
}
.wooslider {
  border-radius: 0;
}
.gallery-item a {
  border: none !important;
}
.gallery-item img.attachment-thumbnail {
  border: solid 1px #ddd !important;
}
.gform_wrapper input[type=email],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper select {
  /*padding: 0.5em 0 !important;*/
  padding: 0.5em 0.5em !important;
}
.gform_wrapper .recaptchatable #recaptcha_response_field {
  padding: 0.5em 0 !important;
  font-family: "Raleway" !important;
  font-weight: 500 !important;
  font-smooth: auto;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
body.page_kis .content-sidebar-wrap {
  width: 70%;
}
body.page_kis main.content {
  width: 100%;
}
body.page_kis aside.sidebar.sidebar-primary {
  display: none;
}
body.page_kis aside.sidebar.sidebar-secondary {
  width: 30%;
}
.sidebar .author-list .user {
  text-align: left;
}
.sidebar .author-list .user .name {
  margin-left: 3em;
  line-height: 2em;
}
.simple-social-icons ul li {
  margin: 0 0.2em 0px !important;
}
ul.dpe-flexible-posts li {
  margin-bottom: 0;
}
em > a {
  color: inherit;
}
.ism_share_email {
  margin: 1em 0 0 0;
  font-size: 1.5em;
}
/*

//==============================================================================

#disqus_thread {
    // border: solid 1px #cecece;
    margin: 1em;
    padding: 1em
}

//==============================================================================

h1, h2, h3, h4, h5, h6 {
    // font-family: "Roboto Slab";
    font-weight: 400;
}

//==============================================================================

em {
    .box_highlight(@c_base_hsl3);
    font-weight: 400;
    font-style: normal;
}

//==============================================================================

article.post
{
    div.entry-content
    {
        a
        {
            border-bottom: dotted 1px;

            // SEO Smart Links
            &.ssl {
                color: @c_base_hsl2;
            }
        }
    }
}

//==============================================================================

div.ism_charts {
    margin: 0 auto;
    max-width: 650px;
    text-align: center;
    img {
        width: 100%;
        max-width: 300px;
        margin: 0 0 1em 0;
        float: left;
    }
}

// Smartphones (landscape)
@media only screen
and (min-width : 680px)
and (max-width : 1000px) {
    div.ism_charts img {
        margin-left: 1em;
    }
}

// Smartphones (landscape)
@media only screen
and (min-width : 321px) {
    div.ism_charts img {
        // margin-left: 0;
    }
}

// Smartphones (portrait)
@media only screen
and (max-width : 320px) {
    div.ism_charts img {
        margin-left: 0;
    }
}

//==============================================================================

.gallery-item img {
    border: none !important; // !important because border is assigned via #id
    padding: 1em;
}

//==============================================================================

.after-entry li::before,
.news-pro-home .content li::before,
.sidebar li::before,
.widget-wrap ul li::before
{
    content: "";
    margin: 0;
}

//==============================================================================

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

//==============================================================================

div.google_adsense {
    text-align: center;
    margin: 0 auto;
}

//==============================================================================

img.post-image,
img.entry-image {
    background-color: #efefef;
    border: solid 1px #dedede;
    padding: 8px;
}

//==============================================================================

blockquote {
    margin: 1em 1em 1em;
}

table {
    margin-bottom: 1em;
}

.home-top .ui-tabs ul.ui-tabs-nav {
    bottom: 1em;
    margin: 0 0 0 1em;
    right: 1em;
}

.site-header .wrap {
    padding: 1em 0;
}

.title-area {
    padding-left: 1em;

}

.header-full-width .title-area {
    padding: 0 1em;
}

.site-header .widget-area {
    padding-right: 1em;
}

.entry {
    padding: 1em;
}

.entry-content ol,
.entry-content ul {
    margin-left: 1em;
}

.entry-footer .entry-meta {
    margin: 0 -1em;
    padding: 32px 1em 8px;
}

.archive-pagination {
    margin: 1em;
}

.entry-comments,
.comment-respond {
    padding: 1em;
}

.ping-list {
    margin-bottom: 1em;
}

.footer-widgets {
    padding: 1em 1em 16px;
}

.site-footer {
    padding: 1em 0;
}

//==============================================================================

.genesis-nav-menu {
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    border: 1px solid #ababab;

    & li {
        border-left: solid 1px #ababab;
        border-right: solid 1px #ababab;
    }
}

.genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a {
    background-color: #fdd351 !important;
    color: inherit;
    // border-left: 1px solid #ababab;
}

nav.nav-primary {
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.45), inset 0 0 30px rgba(0,0,0,0.07);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.45), inset 0 0 30px rgba(0,0,0,0.07);
    box-shadow: 0 1px 2px rgba(0,0,0,0.45), inset 0 0 30px rgba(0,0,0,0.07);
    background-color: #e0e0e0;
    border-bottom: none;
    margin-bottom: 1em;
}

//==============================================================================

.site-header {
    border-bottom: none;
}

div.site-container  {
    border: none;
    box-shadow: none;
}

main.content, .content-sidebar .content, .content-sidebar-sidebar .content {
    border-right: dashed 1px #ababab;
}

aside.sidebar {
}

//==============================================================================

// itsecmedia.com woothemes-canvas
// http://stackoverflow.com/questions/11487427/is-there-font-smoothing-in-google-chrome-because-webfonts-look-very-edgy

* {
    font-smooth: auto;
    text-shadow: 0 0 1px rgba(0,0,0,0.2);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

nav#navigation {
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.45), inset 0 0 30px rgba(0,0,0,0.07);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.45), inset 0 0 30px rgba(0,0,0,0.07);
    box-shadow: 0 1px 2px rgba(0,0,0,0.45), inset 0 0 30px rgba(0,0,0,0.07);
}

em {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #e4ebf7;
    background-color: #ecf1f9;
    // color: #5884cb;
    color: #3969B7;
    padding: 0.01em 0.2em;
    font-style: normal;
}

section.entry a {
    color: #333;
    border-bottom: dotted 1px #333;
}

section.entry a:hover {
    color: #3969B7;
    text-decoration: none;
}

//==============================================================================

*/

/*
// https://fonts.google.com/
// http://google-webfonts-helper.herokuapp.com/fonts/raleway?subsets=latin
// http://google-webfonts-helper.herokuapp.com/fonts/pt-mono?subsets=latin
//
// @import 'https://fonts.googleapis.com/css?family=Raleway:400,400i,500,500i,700,700i|PT+Mono:400,700';
*/

/* http://google-webfonts-helper.herokuapp.com/fonts/raleway?subsets=latin,latin-ext */
/* raleway-100 - latin-ext_latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  src: local('Raleway Thin'), local('Raleway-Thin'),
       url('../fonts/raleway-v12-latin-ext_latin-100.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/raleway-v12-latin-ext_latin-100.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-100italic - latin-ext_latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 100;
  src: local('Raleway Thin Italic'), local('Raleway-ThinItalic'),
       url('../fonts/raleway-v12-latin-ext_latin-100italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/raleway-v12-latin-ext_latin-100italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-200 - latin-ext_latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 200;
  src: local('Raleway ExtraLight'), local('Raleway-ExtraLight'),
       url('../fonts/raleway-v12-latin-ext_latin-200.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/raleway-v12-latin-ext_latin-200.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-200italic - latin-ext_latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 200;
  src: local('Raleway ExtraLight Italic'), local('Raleway-ExtraLightItalic'),
       url('../fonts/raleway-v12-latin-ext_latin-200italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/raleway-v12-latin-ext_latin-200italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-300 - latin-ext_latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: local('Raleway Light'), local('Raleway-Light'),
       url('../fonts/raleway-v12-latin-ext_latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/raleway-v12-latin-ext_latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-300italic - latin-ext_latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 300;
  src: local('Raleway Light Italic'), local('Raleway-LightItalic'),
       url('../fonts/raleway-v12-latin-ext_latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/raleway-v12-latin-ext_latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-regular - latin-ext_latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'),
       url('../fonts/raleway-v12-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/raleway-v12-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-italic - latin-ext_latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 400;
  src: local('Raleway Italic'), local('Raleway-Italic'),
       url('../fonts/raleway-v12-latin-ext_latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/raleway-v12-latin-ext_latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-500 - latin-ext_latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: local('Raleway Medium'), local('Raleway-Medium'),
       url('../fonts/raleway-v12-latin-ext_latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/raleway-v12-latin-ext_latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-500italic - latin-ext_latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 500;
  src: local('Raleway Medium Italic'), local('Raleway-MediumItalic'),
       url('../fonts/raleway-v12-latin-ext_latin-500italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/raleway-v12-latin-ext_latin-500italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-600 - latin-ext_latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: local('Raleway SemiBold'), local('Raleway-SemiBold'),
       url('../fonts/raleway-v12-latin-ext_latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/raleway-v12-latin-ext_latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-600italic - latin-ext_latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 600;
  src: local('Raleway SemiBold Italic'), local('Raleway-SemiBoldItalic'),
       url('../fonts/raleway-v12-latin-ext_latin-600italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/raleway-v12-latin-ext_latin-600italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-700 - latin-ext_latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: local('Raleway Bold'), local('Raleway-Bold'),
       url('../fonts/raleway-v12-latin-ext_latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/raleway-v12-latin-ext_latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-700italic - latin-ext_latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 700;
  src: local('Raleway Bold Italic'), local('Raleway-BoldItalic'),
       url('../fonts/raleway-v12-latin-ext_latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/raleway-v12-latin-ext_latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-800 - latin-ext_latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: local('Raleway ExtraBold'), local('Raleway-ExtraBold'),
       url('../fonts/raleway-v12-latin-ext_latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/raleway-v12-latin-ext_latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-800italic - latin-ext_latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 800;
  src: local('Raleway ExtraBold Italic'), local('Raleway-ExtraBoldItalic'),
       url('../fonts/raleway-v12-latin-ext_latin-800italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/raleway-v12-latin-ext_latin-800italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-900 - latin-ext_latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: local('Raleway Black'), local('Raleway-Black'),
       url('../fonts/raleway-v12-latin-ext_latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/raleway-v12-latin-ext_latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-900italic - latin-ext_latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 900;
  src: local('Raleway Black Italic'), local('Raleway-BlackItalic'),
       url('../fonts/raleway-v12-latin-ext_latin-900italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/raleway-v12-latin-ext_latin-900italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}