p.wpz-sc-box,div.wpz-sc-box {
  margin: 1em 0 1.5em 0;
  padding: 9px 10px 9px 15px;
  color: #555;
  text-shadow: none;
}

.wpz-sc-box.none {
  border-width: 0;
}

.wpz-sc-box.full {
  border-width: 1px;
}

.wpz-sc-box:before {
  font-family: FontAwesome;
  margin: 2px 15px 0 0;
  font-size: 16px;
}

.wpz-sc-box.alert {
  background: #ffd9c8;
}

.wpz-sc-box.download {
  background: #edfcd5;
}

.wpz-sc-box.tick {
  background: #edfcd5;
}

.wpz-sc-box.info {
  background: #E4F0FC;
}

.wpz-sc-box.note {
  background: #fef6d2;
}

.wpz-sc-box.normal {
  background: #eee;
  padding: 9px 15px;
}

.wpz-sc-box.alert:before {
  content: "\f00d";
  color: #E97373;
}

.wpz-sc-box.download:before {
  content: "\f019";
  color: #80B42B;
}

.wpz-sc-box.tick:before {
  content: "\f00c";
  color: #80B42B;
}

.wpz-sc-box.info:before {
  /* content: "\f129";*/
  color: #5986C0;
}

.wpz-sc-box.note:before {
  content: "\f071";
  color: #F7CD17;
}

.none_class:before {
  content: none!important;
}

a.wpz-sc-button {
  display: inline-block;
  line-height: 1em;
  padding: 10px 20px;
  margin: 0 .6em 1.5em 0;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid transparent;
  background: #3f70c0;
  color: #fff!important;
  font-weight: normal;
  text-decoration: none!important;
  -moz-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

a.wpz-sc-button.small {
  padding: 5px 10px;
  font-size: 0.9em;
}

a.wpz-sc-button:hover,a.wpz-sc-button.hover,a.wpz-sc-button.active {
  text-decoration: none!important;
  background: #2151a1;
  color: #fff;
  opacity: .8;
}

a.wpz-sc-button.custom:hover {
  opacity: 0.85;
}

a.wpz-sc-button span {
  line-height: 1.2em;
  min-height: 16px;
  display: block;
}

a.wpz-sc-button span:before {
  font-family: FontAwesome;
  margin: 0 15px 0 0;
  font-size: 16px;
}

a.wpz-sc-button span.wpz-alert:before {
  content: "\f00d";
}

a.wpz-sc-button span.wpz-download:before {
  content: "\f019";
}

a.wpz-sc-button span.wpz-tick:before {
  content: "\f00c";
}

a.wpz-sc-button span.wpz-info:before {
  content: "\f129";
}

a.wpz-sc-button span.wpz-note:before {
  content: "\f071";
}

.twocol-one {
  width: 48%;
}

.twocol-one {
  float: left;
  margin-right: 4%;
  position: relative;
}

.last {
  clear: right;
  margin-right: 0!important;
}

@media screen and (max-width: 768px) {
  .twocol-one {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    float: none;
  }
}

.shortcode-tabs {
  background: #FFF;
  clear: both;
  height: auto;
  display: block;
  padding: 5px;
}

.shortcode-tabs ul.tab_titles {
  padding: 0;
  background: none;
  border: none;
  margin: 0;
  clear: both;
  float: left;
  border-left: 1px solid #ccc;
  position: relative;
  z-index: 2;
}

.shortcode-tabs ul.tab_titles li.nav-tab {
  background: none;
  padding: 0;
  float: left;
  display: inline;
  color: #fff;
  margin: 0;
  cursor: pointer;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.shortcode-tabs ul.tab_titles li.nav-tab a:hover {
  background: #fff;
  text-decoration: none;
}

.shortcode-tabs ul.tab_titles li.nav-tab a {
  color: #777;
  display: block;
  float: left;
  padding: 8px 15px;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
}

.shortcode-tabs .tab {
  background: #fff;
  padding: 10px;
  text-align: left;
  clear: both;
  border: 1px solid #ccc;
  top: -1px;
  position: relative;
  z-index: 1;
}

.shortcode-tabs ul.tab_titles li a.active {
  border-bottom: 1px solid #FFF;
  font-weight: bold;
}

.shortcode-unorderedlist ul,.entry .shortcode-unorderedlist ul,.entry-content .shortcode-unorderedlist ul {
  margin-left: 0;
}

.entry .shortcode-unorderedlist ul li,.shortcode-unorderedlist ul li,.entry .shortcode-unorderedlist ul li ul,.shortcode-unorderedlist ul li ul {
  list-style-type: none!important;
  background: no-repeat scroll left top;
}

.entry .shortcode-unorderedlist ul li:before,.shortcode-unorderedlist ul li:before {
  font-family: FontAwesome;
  margin: 0 10px 0 0;
  font-size: 18px;
}

.entry .shortcode-unorderedlist.tick ul li:before,.shortcode-unorderedlist.tick ul li:before {
  content: "\f00c";
  color: #80B42B;
}

.entry .shortcode-unorderedlist.star ul li:before,.shortcode-unorderedlist.star ul li:before {
  content: "\f005";
  color: #F7CD17;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
  display: block;
}

audio,canvas,progress,video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],template {
  display: none;
}

a {
  background: transparent;
}

a:active,a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,strong {
  font-weight: bold;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,input,optgroup,select,textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,select {
  text-transform: none;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

input,button,select,textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
}

p {
  margin: 0 0 10px;
}

small {
  font-size: 85%;
}

mark {
  padding: 0.2em;
}

ul {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

ul ul {
  margin: 0;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 300;
  line-height: 1.1;
  color: #222;
  margin: 0;
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small {
  font-weight: normal;
  line-height: 1;
}

h1 small,h2 small,h3 small {
  font-size: 65%;
}

h4 small,h5 small,h6 small {
  font-size: 75%;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

input,textarea {
  padding: 8px 12px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  background: white;
  border: 1px solid #e2e2e2;
  width: auto;
  color: #444;
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  border-radius: 2px;
}

input[type=text],textarea {
  -webkit-appearance: none;
}

input:focus,textarea:focus {
  border-color: #ccc;
  outline: 0;
}

button,input[type=button],input[type=reset],input[type=submit] {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  background-color: #363940;
  border: none;
  color: white;
  border-radius: 2px;
  transition: 0.2s ease all;
}

button:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover {
  cursor: pointer;
  background: #0f7fae;
}

div.navigation {
  position: relative;
  text-align: center;
  margin: 0 0 30px;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  letter-spacing: 2px;
}

div.navigation a {
  padding: 6px 12px;
  margin: 0 4px;
  display: inline-block;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  color: #666;
  border-radius: 3px;
  border: 1px solid transparent;
}

div.navigation a:hover {
  color: #000;
  border: 1px solid #888;
}

div.navigation span.current {
  padding: 6px 12px;
  margin: 0 4px;
  border-radius: 3px;
  border: 1px solid #c7c9cf;
  color: #666;
  display: inline-block;
}

div.navigation .prev,div.navigation .next {
  position: absolute;
  border-radius: 3px;
  color: #363940;
  padding: 10px 30px;
  border: 1px solid #c7c9cf;
  -moz-transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  font-size: 14px;
  font-weight: bold;
}

div.navigation .prev {
  left: 0;
}

div.navigation .next {
  right: 0;
}

/* @font-face {
  font-family: 'foodica';
  src: url(../fonts/foodica.ttf) format('truetype'), url(../fonts/foodica.woff) format('woff'), url(//www.asx20list.com/wp-content/themes/foodica/fonts/foodica.svg#foodica) format('svg');
  font-weight: normal;
  font-style: normal;
}*/

.infinite-scroll .navigation {
  display: none;
}

.infinite-scroll #infinite-handle {
  left: 0;
  right: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}

.infinite-scroll #infinite-handle span {
  display: block;
  width: 100%;
  line-height: 50px;
  border-radius: 3px;
  color: #fff;
  transition: 0.2s ease all;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  background-color: #363940;
}

.infinite-scroll #infinite-handle span:hover {
  background: #0f7fae;
}

.infinite-scroll #infinite-handle span button {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Merriweather', serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  color: #444;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #363940;
  text-decoration: none;
  -webkit-transition: 0.1s ease all;
  -o-transition: 0.1s ease all;
  transition: 0.1s ease all;
}

a:hover,a:focus {
  color: #0f7fae;
  text-decoration: none;
}

.navbar-brand {
  margin: 35px 0;
  text-align: center;
}

.navbar-brand.left-align {
  text-align: left;
  float: left;
  max-width: 30%;
}

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

.navbar-brand h1 {
  font-weight: normal;
  letter-spacing: -1px;
  font-family: "Annie Use Your Telescope", cursive;
  line-height: 1.4;
}

.navbar-brand a {
  font-size: 85px;
}

.navbar-brand a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.navbar-brand .tagline {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  color: #c7c7c7;
}

.inner-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.sf-menu,.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-menu li {
  position: relative;
}

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.sf-menu>li {
  float: left;
}

.sf-menu li:hover>ul {
  display: block;
}

.sf-menu a {
  display: block;
  position: relative;
}

.sf-menu ul ul {
  top: 0;
  left: 100%;
}

.navbar-nav {
  position: relative;
  z-index: 100;
}

.navbar-nav>li {
  padding: 0;
}

.navbar-nav>li:first-child {
  padding-left: 0;
}

.navbar-nav>li:last-child {
  margin-right: 0;
}

.navbar-nav a {
  padding: 10px 15px;
  -webkit-transition: 0.1s ease all;
  -o-transition: 0.1s ease all;
  transition: 0.1s ease all;
  text-transform: uppercase;
}

.navbar-nav ul a {
  text-align: left;
}

.navbar-nav ul {
  background: #fff;
  text-align: left;
  margin: 0;
  padding: 10px;
  font-size: 16px;
  left: 10%;
  width: 220px;
  border: 1px solid #F0F0F0;
  border-radius: 3px;
  background: #fff;
}

.navbar-nav>li>ul:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  position: absolute;
  top: -7px;
  left: 31px;
  z-index: 470;
}

.navbar-nav>li>ul:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #F0F0F0;
  position: absolute;
  top: -8px;
  left: 30px;
  z-index: 460;
}

.navbar-nav ul a {
  line-height: 1.5;
  text-transform: none;
  padding: 5px 10px;
}

.navbar-nav ul ul {
  right: 100%;
  margin-top: 0px;
}

.navbar-nav .current-menu-item a,.navbar-nav .current_page_item a,.navbar-nav .current-menu-parent a {
  color: #000;
}

.navbar-nav .current_page_item ul a,.navbar-nav .current-menu-parent ul a,.navbar-nav .current_page_parent ul a {
  color: #666;
  border: none;
}

.top-navbar {
  padding: 6px 0;
  font-size: 12px;
  position: relative;
  border-bottom: 1px solid #F0F0F0;
  background: #FAFAFA;
  z-index: 200;
}

.top-navbar .navbar-nav {
  float: left;
  max-width: 80%;
}

.top-navbar a {
  font-family: 'Cabin', sans-serif;
}

.top-navbar .navbar-nav ul {
  font-size: 14px;
}

.navbar-nav a:hover {
  text-decoration: none;
}

.main-navbar {
  margin-bottom: 40px;
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
  text-align: center;
  padding: 10px 0;
}

.top-navbar:before,.top-navbar:after,.main-navbar:before,.main-navbar:after {
  content: " ";
  display: table;
}

.top-navbar:after,.main-navbar:after {
  clear: both;
}

.main-navbar .sf-menu>li {
  display: inline-block;
  float: none;
}

.main-navbar .navbar-nav>li:last-child {
  padding-right: 0;
}

.main-navbar a {
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
}

.navbar-nav .current-menu-item a,.navbar-nav .current_page_item a,.navbar-nav .current-menu-parent a,.navbar-nav .current_page_parent a {
  color: #0f7fae;
}

.navbar-toggle {
  display: none;
  position: relative;
  float: left;
  margin: 15px 0 15px 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 28px;
  height: 2px;
  background: #222;
}

.navbar-toggle:hover .icon-bar {
  background: #555;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 5px;
}

.header_social {
  float: right;
  text-align: right;
}

.header_social .widget {
  margin: 0;
}

.header_social .widget h3.title {
  display: none;
}

.site-main:before,.site-main:after {
  content: " ";
  display: table;
}

.site-main:after {
  clear: both;
}

.content-area {
  float: left;
  width: 65.79%;
}

.full-width .content-area {
  width: 100%;
  float: none;
}

.content-area.full-layout {
  width: 100%;
  float: none;
}

.section-title {
  margin-bottom: 30px;
  color: #222;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 1px;
}

.section-title.full-title {
  text-align: center;
}

.full-layout .section-title {
  text-align: center;
}

.entry-title {
  margin: 0 0 15px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Roboto Slab", serif;
}

.entry-content:before,.entry-content:after {
  content: " ";
  display: table;
}

.entry-content:after {
  clear: both;
}

.entry-content p {
  margin-bottom: 28px;
  line-height: 1.8;
}

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

.entry-meta {
  margin-bottom: 15px;
  color: #acacac;
  font-size: 14px;
  text-align: center;
  font-family: "Roboto Slab", serif;
}

.entry-meta span+span:before {
  content: " \25CF  ";
  font-family: 'Roboto', sans-serif;
  color: #B6BABB;
  margin: 0 5px;
  font-style: normal;
  opacity: .5;
}

.entry-meta a {
  font-weight: 400;
}

.more-link,.more_link {
  display: table;
  margin: 20px 0 0;
}

.entry-header {
  margin: 0 0 30px;
}

.page .site-main.full-width-page>article {
  float: none;
  max-width: 100%;
  width: 100%;
}

.page h1.entry-title,.single h1.entry-title {
  font-size: 44px;
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
}

.page .entry-info,.single .entry-info {
  margin-bottom: 30px;
}

.single .entry-meta {
  font-size: 16px;
}

.entry-content {
  line-height: 1.7;
  padding-bottom: 15px;
}

.entry-content a {
  color: #0F7FAF;
  font-weight: bold;
}

.entry-content a:hover {
  color: #363940;
}

.entry-content a.wpz-sc-button {
  text-decoration: none;
  color: #fff;
  font-weight: normal;
}

.entry-content a.wpz-sc-button:hover {
  color: #fff;
}

.entry-content .shortcode-tabs ul.tab_titles li.nav-tab a {
  text-decoration: none;
}

.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6 {
  margin-bottom: 15px;
  line-height: 1.4;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
}

.entry-content ul {
  margin: 0 0 20px 15px;
}

.entry-content li ul {
  margin-bottom: 0;
}

.entry-content li {
  list-style-position: inside;
}

.entry-content ul li {
  list-style-type: square;
}

.entry-content .shortcode-unorderedlist ul li,.entry-content .shortcode-unorderedlist ul li ul {
  list-style-type: none;
}

.tag_list {
  text-align: center;
  position: relative;
}

.tag_list:before {
  content: " ";
  margin: 40px auto;
  width: 100px;
  height: 2px;
  background: #E5E5E5;
  display: block;
}

.tag_list h4 {
  text-transform: uppercase;
  margin: 0 0 15px;
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}

.tag_list a {
  display: inline-block;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  text-decoration: none;
  font-size: 14px;
  margin: 0 10px;
  padding: 0 5px;
  background: #FDE934;
  box-shadow: white 0 24px inset;
  position: relative;
  z-index: 5;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}

.tag_list a:hover {
  box-shadow: none;
  color: #000;
}

.tag_list a:after {
  background-color: #FDE934;
  bottom: 2px;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  width: 100%;
  z-index: -1;
}

.single .share {
  text-align: center;
  padding: 0 0 40px;
  position: relative;
}

.single .share:before {
  content: " ";
  margin: 40px auto;
  width: 100px;
  height: 2px;
  background: #E5E5E5;
  display: block;
}

.single .share a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  padding: 6px 15px;
  border-radius: 3px;
  margin: 0 10px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}

.single .share a:hover:before {
  color: #fff;
}

.single .share a:before {
  content: "\f301";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal 20px/100% 'dashicons';
  vertical-align: top;
  margin: 0 8px 0 0;
}

#comments>h3 {
  position: relative;
  margin-top: 80px;
  font-size: 26px;
  padding-bottom: 32px;
  margin-bottom: 40px;
  border-bottom: 1px solid #EEE;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
}

.comment-main {
  overflow: hidden;
}

.comment-body {
  margin-top: 8px;
}

.form-allowed-tags {
  display: none;
}

#sidebar {
  float: right;
  width: 32.018%;
  margin-left: 2%;
}

.widget {
  margin-bottom: 50px;
  position: relative;
  text-align: center;
}

.widget .title {
  margin-bottom: 30px;
  color: #363940;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
}

#sidebar .widget:after {
  content: " ";
  margin: 50px auto;
  width: 100px;
  height: 2px;
  background: #E5E5E5;
  display: block;
}

#sidebar .widget:last-child:after {
  display: none;
}

.widget ul {
  clear: both;
  margin: 0;
}

.widget ul li {
  list-style-type: none;
  margin: 0 0 5px;
}

.widget ul ul {
  margin: 0;
  padding: 0;
  border-top: none;
}

.widget ul ul li {
  border: none;
}

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

.section-footer .widget .title {
  padding-top: 40px;
}

.widget_archive li {
  width: 50%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1.5%;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.site-footer {
  font-size: 16px;
  margin: 25px 0 0;
}

.footer-menu {
  text-align: center;
  padding: 40px 0;
  background: #EFF4F7;
}

.footer-menu ul {
  margin: 0;
}

.footer-menu ul li {
  display: inline;
  margin: 0 10px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
}

.site-info {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
  color: #7b7b7b;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.site-info a {
  font-weight: 500;
}

.site-info:before,.site-info:after {
  content: " ";
  display: table;
}

.site-info:after {
  clear: both;
}

@media screen and (max-width: 1200px) {
  .inner-wrap {
    padding: 0 2%;
  }

  .navbar-brand.left-align {
    text-align: center;
    float: none;
    max-width: 100%;
  }
}

@media (min-width: 980px) {
  #menu-main-slide {
    display: none!important;
  }
}

@media screen and (max-width: 979px) {
  header .menu-main-container {
    text-indent: -9999px;
    height: 0;
  }

  #navbar-main,  #header #menu-main-slide {
    display: none;
  }

  .navbar-toggle {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .navbar-brand a {
    font-size: 60px;
  }

  .navbar-brand h1 {
    letter-spacing: 0;
  }

  .entry-title {
    font-size: 20px;
  }

  .page .site-main>article,  .single .site-main>article {
    width: 100%;
    max-width: 100%;
    float: none;
  }

  .page h1.entry-title,  .single h1.entry-title {
    font-size: 36px;
  }

  .form-allowed-tags {
    display: none;
  }

  .content-area {
    width: 100%;
    float: none;
  }

  #sidebar {
    float: none;
    margin: 50px 0 0;
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .entry-meta {
    font-size: 12px;
  }

  .page h1.entry-title,  .single h1.entry-title {
    font-size: 28px;
  }

  div.navigation {
    font-size: 14px;
    margin: 15px 0;
  }

  div.navigation a {
    padding: 6px 10px;
    border: none;
  }

  div.navigation a:hover {
    background: none;
  }

  div.navigation span.current {
    padding: 6px 10px;
    color: #333;
    background: none;
  }

  div.navigation .prev,  div.navigation .next {
    position: absolute;
    padding: 8px 0;
    border: none;
    color: #666;
  }

  .single .entry-meta span {
    display: block;
    margin: 0 0 7px;
  }

  .single .entry-meta span+span:before {
    display: none;
  }

  .site-info {
    font-size: 12px;
  }
}

@media screen and (max-width: 460px) {
  .single .share a {
    display: block;
    max-width: 50%;
    margin: 0 auto 20px;
  }
}

.tableizer-table {
  border-collapse: collapse;
  font-size: 12px;
}



.tableizer-table td {
  border: solid 1px #f0F0F0;
  padding: 5px;
}

.tableizer-table th {
  font-size: 14px;
  padding: 7px;
  text-align: left;
  background-color: #eee;
}

.tableizer-table tr:nth-child(odd) {
  background: #FAFAFA;
}

.etf {
  border: solid 1px #f0F0F0;
  border-collapse: collapse;
}

.etf th {
  padding: 10px;
  background: #EFF4F7;
}

.etf td {
  padding: 10px;
}

.important-img {
  width: 60px;
  float: left;
  margin-right: 15px;
}

.sortable th {
  cursor: pointer;
}

.tableizer-table tr:hover {
  background-color: #FEF6D2;
}

.link-icons {
  width: 30px;
  padding-right: 10px;
}

@media all and (min-width: 1000px) {
  .mobile-only {
    display: none;
  }
}

@media all and (min-width: 500px) and (max-width: 999px) {
  .mobile-only {
    display: none;
  }

  .top-navbar {
    display: none;
  }
}

@media all and (max-width: 499px) {
  .tableizer-table th:nth-child(3),  .tableizer-table th:nth-child(4),  .tableizer-table td:nth-child(3),  .tableizer-table td:nth-child(4) {
    display: none;
  }

  #chart_div_pie {
    display: none;
  }

  .top-navbar {
    display: none;
  }
}



