/*
Theme Name: Meto
Theme URI: http://www.nasdaq.youforest.net/demo1
Author: YouForest
Author URI: http://www.youforest.net/
Description: Financial Blog & Magazine Theme for Investor, Trader and Economist
Version: 3.0.0
License: GNU General Public License v2 or late
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: meto
Tags: blog, featured-images, microformats, post-formats, sticky-post, threaded-comments, translation-ready

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.clearfix {
  display: inline-block;
}
.clearfix {
  display: block;
}
input,
textarea {
  outline: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
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-color: transparent;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none !important;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: -0.025em;
}
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 {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  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;
  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;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}
textarea {
  padding-left: 3px;
  width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
}
a:hover,
a:active {
  outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  top: 0;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
  background-color: #262626;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: -20%;
  display: block;
  max-height: 1000px;
  transition: max-height 0.8s;
  visibility: visible;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 101%;
  top: -20px;
  display: block;
  max-height: 1000px;
  transition: max-height 0.8s;
  visibility: visible;
}
.main-navigation ul li > ul {
  visibility: hidden;
  max-height: 0;
}
.main-navigation ul ul li > ul {
  left: 100%;
  max-height: 0;
  visibility: hidden;
}
.main-navigation ul ul li > ul a,
.main-navigation ul li > ul a {
  visibility: hidden;
}
.main-navigation ul li:hover > ul > li > a,
.main-navigation ul ul li:hover > ul > li > a {
  visibility: visible;
  transition-delay: 0.08s;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 30px;
}
/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}
/* Search widget. */
.widget_search .search-submit {
  display: none;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
  overflow: hidden;
}
h1 {
  outline: none !important;
}
h2 {
  outline: none !important;
}
h3 {
  outline: none !important;
}
h4 {
  outline: none !important;
}
h5 {
  outline: none !important;
}
h6 {
  outline: none !important;
}
a {
  outline: none !important;
}
div {
  outline: none !important;
}
.max_width_960 #main {
  max-width: 960px;
  margin: 0 auto;
}
.max_width_1170 #main {
  max-width: 1170px;
  margin: 0 auto;
}
.max_width_1440 #main {
  max-width: 1440px;
  margin: 0 auto;
}
.max_width_1220 #content {
  margin: 0 5%;
}
#left_widget {
  width: 160px;
  float: left;
}
.meto_ads {
  margin-bottom: 30px;
}
html {
  overflow-x: hidden;
}
.blog_layout_3.blog #left_widget {
  float: right;
}
.blog_layout_3.blog #primary {
  margin-left: 0;
}
.blog_layout_3.blog #secondary,
.blog_layout_3.blog #third {
  margin-right: 30px;
}
.blog_layout_3.blog article {
  margin-left: 0;
}
.blog_layout_2.blog .sidebar_grey_block {
  left: -300px;
}
.blog_layout_2 .sidebar_grey_block {
  left: -300px;
}
#primary {
  margin-left: 30px;
}
body {
  cursor: pointer;
}
#page {
  cursor: default;
  background: #fff;
}
#secondary,
#third {
  width: 30%;
}
.blog-1-wrapper {
  background: #ffffff;
  margin-bottom: 30px;
}
.blog-1-wrapper .post_title {
  margin-top: 10px;
}
.blog-1-wrapper .cat {
  color: #999;
}
.blog-1-wrapper .cat a {
  color: #999;
  font-size: 13px;
  text-transform: uppercase;
}
.blog-1-wrapper .meta {
  text-align: center;
  color: #999;
  text-transform: uppercase;
  font-size: 14px;
}
.blog-1-wrapper .meta a {
  color: #999;
}
.blog-1-wrapper .entry-content {
  box-shadow: rgba(240, 46, 170, 0.4) 5px 5px, rgba(240, 46, 170, 0.3) 10px 10px, rgba(240, 46, 170, 0.2) 15px 15px, rgba(240, 46, 170, 0.1) 20px 20px, rgba(240, 46, 170, 0.05) 25px 25px;
  margin-top: 30px;
  padding: 40px;
}
.blog-1-wrapper .entry-content p {
  margin: 15px 30px;
}
.blog-1-wrapper .content {
  font-size: 23px;
  line-height: 33px;
}
.pagination {
  margin: 0 auto;
  margin-top: 80px;
  text-align: center;
  display: block;
}
.pagination a {
  color: #6f6f6f;
  background: #fff;
}
.pagination .nav-next a {
  display: inline-block;
  width: 50px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.pagination .nav-previous a {
  display: inline-block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 15px;
}
.page-numbers {
  display: inline-block;
  margin: 10px 0;
  padding: 0;
}
.page-numbers li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}
.page-numbers li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.page-numbers li .current {
  border: 1px solid #565656;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: white;
  background: #000;
}
.nav-next a::after {
  content: "";
  border-top: 16px solid transparent;
  border-left: 8.2px solid #fff;
  border-bottom: 16px solid transparent;
  width: 0;
  right: -8px;
  height: 0;
  position: absolute;
  top: -0.5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.nav-previous a::before {
  content: "";
  border-top: 16px solid transparent;
  border-right: 8.2px solid #fff;
  border-bottom: 16px solid transparent;
  width: 0;
  left: 0;
  height: 0;
  position: absolute;
  left: -8px;
  top: -0.5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.nav-next {
  position: relative;
  display: inline-block;
}
.nav-previous {
  position: relative;
  display: inline-block;
}
.blog_1 .blog_ads_1 img,
.blog_1 .blog_ads_2 img,
.blog_1 .blog_ads_3 img,
.blog_1 .blog_footer_ads img {
  width: 700px;
  margin-bottom: 30px;
}
.blog_1 .blog_ads_1,
.blog_1 .blog_ads_2,
.blog_1 .blog_ads_3,
.blog_1 .blog_footer_ads {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.blog_1 img.blog_1_thumb {
  display: block;
  margin: 0 auto;
}
img.blog_1_thumb {
  display: block;
  margin: 0 auto;
}
.blog_1 .blog-no-featured,
.archive .blog-no-featured,
.category .blog-no-featured,
.search .blog-no-featured {
  background: #ffffff;
  margin-bottom: 30px;
}
.blog_1 .blog-no-featured .post_title,
.archive .blog-no-featured .post_title,
.category .blog-no-featured .post_title,
.search .blog-no-featured .post_title {
  margin-top: 10px;
}
.blog_1 .blog-no-featured .cat,
.archive .blog-no-featured .cat,
.category .blog-no-featured .cat,
.search .blog-no-featured .cat {
  color: #999;
}
.blog_1 .blog-no-featured .cat a,
.archive .blog-no-featured .cat a,
.category .blog-no-featured .cat a,
.search .blog-no-featured .cat a {
  color: #999;
  font-size: 13px;
  text-transform: uppercase;
}
.blog_1 .blog-no-featured .meta,
.archive .blog-no-featured .meta,
.category .blog-no-featured .meta,
.search .blog-no-featured .meta {
  color: #999;
  font-size: 12px;
}
.blog_1 .blog-no-featured .meta a,
.archive .blog-no-featured .meta a,
.category .blog-no-featured .meta a,
.search .blog-no-featured .meta a {
  color: #999;
}
.blog_1 .blog-no-featured .entry-content,
.archive .blog-no-featured .entry-content,
.category .blog-no-featured .entry-content,
.search .blog-no-featured .entry-content {
  padding: 30px;
}
.page-links {
  margin: 0;
}
.blog_1 .post_gallery_slideshow:hover .slick-prev,
.archive .post_gallery_slideshow:hover .slick-prev,
.category .post_gallery_slideshow:hover .slick-prev,
.search .post_gallery_slideshow:hover .slick-prev {
  opacity: 1;
  margin-left: 20px;
}
.blog_1 .post_gallery_slideshow:hover .slick-next,
.archive .post_gallery_slideshow:hover .slick-next,
.category .post_gallery_slideshow:hover .slick-next,
.search .post_gallery_slideshow:hover .slick-next {
  opacity: 1;
  margin-right: 20px;
}
.blog_1 .post_gallery_slideshow .slick-prev,
.archive .post_gallery_slideshow .slick-prev,
.category .post_gallery_slideshow .slick-prev,
.search .post_gallery_slideshow .slick-prev {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  cursor: pointer;
  margin-right: 40px;
  opacity: 0;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.5);
  font-size: 30px;
  padding: 15px 15px;
  position: absolute;
  z-index: 999999999999;
  top: 50%;
  color: #fff;
}
.blog_1 .post_gallery_slideshow .slick-next,
.archive .post_gallery_slideshow .slick-next,
.category .post_gallery_slideshow .slick-next,
.search .post_gallery_slideshow .slick-next {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  cursor: pointer;
  margin-left: 40px;
  opacity: 0;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.5);
  font-size: 30px;
  padding: 15px 15px;
  color: #fff;
  position: absolute;
  z-index: 999999999999;
  top: 50%;
  right: 0px;
}
.blog_1 .post_gallery_slideshow .img,
.archive .post_gallery_slideshow .img,
.category .post_gallery_slideshow .img,
.search .post_gallery_slideshow .img {
  width: 100%;
  height: 400px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog-quote-wrapper,
.archive .blog-quote-wrapper,
.category .blog-quote-wrapper,
.search .blog-quote-wrapper {
  padding: 50px;
  width: 700px;
  margin-bottom: 30px;
  background: #fafafa;
}
.blog-quote-wrapper h4,
.archive .blog-quote-wrapper h4,
.category .blog-quote-wrapper h4,
.search .blog-quote-wrapper h4 {
  font-size: 40px;
  line-height: 50px;
}
.blog-quote-wrapper h5,
.archive .blog-quote-wrapper h5,
.category .blog-quote-wrapper h5,
.search .blog-quote-wrapper h5 {
  text-align: right;
  font-size: 25px;
  margin-top: 15px;
}
.blog-quote-wrapper i,
.archive .blog-quote-wrapper i,
.category .blog-quote-wrapper i,
.search .blog-quote-wrapper i {
  font-size: 70px;
  margin-bottom: 10px;
}
.blog-link-wrapper,
.archive .blog-link-wrapper,
.category .blog-link-wrapper,
.search .blog-link-wrapper {
  padding: 30px;
  width: 700px;
  background: #fafafa;
  margin-bottom: 30px;
}
.blog-link-wrapper h4,
.archive .blog-link-wrapper h4,
.category .blog-link-wrapper h4,
.search .blog-link-wrapper h4 {
  font-size: 40px;
  line-height: 50px;
  display: inline-block;
  padding-left: 30px;
}
.blog-link-wrapper i,
.archive .blog-link-wrapper i,
.category .blog-link-wrapper i,
.search .blog-link-wrapper i {
  font-size: 30px;
  margin-left: 20px;
}
.blog-2-wrapper.format-video .entry-content,
.blog-2-wrapper.format-audio .entry-content {
  width: 100%;
}
.blog-2-wrapper {
  width: 700px;
  background: #ffffff;
  box-shadow: rgba(240, 46, 170, 0.4) 5px 5px, rgba(240, 46, 170, 0.3) 10px 10px, rgba(240, 46, 170, 0.2) 15px 15px, rgba(240, 46, 170, 0.1) 20px 20px, rgba(240, 46, 170, 0.05) 25px 25px;
  padding: 30px;
  margin-bottom: 30px;
}
.blog-2-wrapper .post_title {
  font-size: 30px;
  margin-top: 10px;
  line-height: 40px;
}
.blog-2-wrapper .cat {
  color: #999;
}
.blog-2-wrapper .cat a {
  color: #999;
  font-size: 13px;
  text-transform: uppercase;
}
.blog-2-wrapper .meta {
  color: #999;
  font-size: 14px;
  text-transform: uppercase;
}
.blog-2-wrapper .meta a {
  color: #999;
}
.blog-2-wrapper .entry-content {
  width: 60%;
  float: right;
  padding-left: 30px;
  font-size: 17px;
  line-height: 30px;
}
.blog-2-wrapper .entry-content p {
  margin-bottom: 0;
}
.blog-2-wrapper.format-gallery .entry-content,
.blog-2-wrapper.format-link .entry-content,
.blog-2-wrapper.format-quote .entry-content,
.blog-2-wrapper.format-image .entry-content {
  width: 100%;
  padding-left: 0;
}
.blog_2 .post_gallery_slideshow:hover .slick-prev {
  opacity: 1;
  margin-left: 20px;
}
.blog_2 .post_gallery_slideshow:hover .slick-next {
  opacity: 1;
  margin-right: 20px;
}
.blog_2 .post_gallery_slideshow .slick-prev {
  cursor: pointer;
  margin-right: 40px;
  opacity: 0;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  padding: 10px 13px;
  position: absolute;
  z-index: 999999999999;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  top: 50%;
  color: #fff;
}
.blog_2 .post_gallery_slideshow .slick-next {
  cursor: pointer;
  margin-left: 40px;
  opacity: 0;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  padding: 10px 13px;
  color: #fff;
  position: absolute;
  z-index: 999999999999;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  top: 50%;
  right: 0px;
}
.blog_2 .post_gallery_slideshow .img {
  width: 100%;
  height: 250px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog_2 .blog-quote-wrapper {
  padding: 30px 0px;
  width: 100%;
  background: #fafafa;
}
.blog_2 .blog-quote-wrapper h4 {
  font-size: 23px;
  line-height: 30px;
}
.blog_2 .blog-quote-wrapper h5 {
  text-align: right;
  font-size: 17px;
  margin-top: 10px;
}
.blog_2 .blog-link-wrapper {
  width: 100%;
  padding: 30px ;
  background: #ffffff;
}
.blog_2 .blog-link-wrapper h4 {
  font-size: 23px;
  line-height: 30px;
  display: inline-block;
  padding-left: 30px;
}
.blog_2 .blog-no-featured {
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.02);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.02);
  margin-bottom: 30px;
}
.blog_2 .blog-no-featured .post_title {
  margin-top: 10px;
}
.blog_2 .blog-no-featured .cat {
  color: #999;
}
.blog_2 .blog-no-featured .cat a {
  color: #999;
  font-size: 13px;
  text-transform: uppercase;
}
.blog_2 .blog-no-featured .meta {
  color: #999;
  font-size: 12px;
}
.blog_2 .blog-no-featured .meta a {
  color: #999;
}
.blog_2 .blog-no-featured .entry-content {
  padding: 30px;
}
.blog.blog_2 article {
  display: inline-block;
  float: left;
  vertical-align: top;
}
.blog_2 .blog_ads_1 img,
.blog_2 .blog_ads_2 img,
.blog_2 .blog_ads_3 img,
.blog_2 .blog_footer_ads img {
  width: 700px;
  margin-bottom: 30px;
  margin-left: auto!important;
  margin-right: auto;
}
.blog_2 .blog_ads_1,
.blog_2 .blog_ads_2,
.blog_2 .blog_ads_3,
.blog_2 .blog_footer_ads {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.blog_2 .blog_2_thumb {
  width: 40%;
  height: 300px;
  float: left;
}
.blog-2-wrapper.format-gallery .post_thumb,
.blog-2-wrapper.format-link .post_thumb,
.blog-2-wrapper.format-quote .post_thumb,
.blog-2-wrapper.format-image .post_thumb {
  width: 100%;
}
.blog.blog_2 #primary {
  margin-left: 0;
  width: 65%;
}
.blog.blog_4 #primary {
  margin-left: 0;
  width: 70%;
}
.blog.blog_4 #main {
  padding-right: -15px !important;
}
.blog_ads_1,
.blog_ads_2,
.blog_ads_3,
.blog_ads_4,
.blog_ads_5,
.blog_ads_6,
.blog_footer_ads {
  display: block;
}
.blog.magazine_1 .blog_ads_1,
.blog.magazine_1 .blog_ads_2,
.blog.magazine_1 .blog_ads_3,
.blog.magazine_1 .blog_ads_4,
.blog.magazine_1 .blog_ads_5,
.blog.magazine_1 .blog_ads_6,
.blog.magazine_1 .blog_footer_ads {
  margin-bottom: 30px;
}
.blog.magazine_1 .section_title {
  border-radius: 50px;
  margin-top: 0;
  letter-spacing: 6.5px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 30px;
  padding: 15px 15px 15px 15px;
}
.blog.magazine_1 .section_title i {
  font-size: 21px;
  margin-right: 10px;
  margin-left: 20px;
}
.blog.magazine_1 .trending_news_title {
  margin-top: 30px;
}
.blog.magazine_1 #primary {
  width: 68%;
}
.blog.magazine_1 .magazine-post-vertical-wrapper {
  min-height: 384px;
}
.blog.magazine_1 .m_section_1 .magazine-post-vertical-wrapper {
  width: 50%;
  float: left;
}
.blog.magazine_1 .m_section_1 .magazine-post-vertical-wrapper .img {
  width: 100%;
  height: 220px;
}
.blog.magazine_1 .m_section_1 .magazine-post-vertical-wrapper h3 {
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 34px;
  text-transform: uppercase;
}
.blog.magazine_1 .m_section_1 .magazine-post-vertical-wrapper .meta {
  line-height: 14px;
  font-size: 12px;
  text-transform: uppercase;
}
.blog.magazine_1 .m_section_1 .magazine-post-vertical-wrapper .meta img {
  margin-right: 5px;
  border-radius: 50%;
}
.blog.magazine_1 .m_section_1 .magazine-post-horizontal-wrapper {
  float: right;
  width: 45%;
}
.blog.magazine_1 .m_section_1 .magazine-post-horizontal-wrapper .img {
  width: 100%;
  height: 97px;
}
.blog.magazine_1 .m_section_1 .magazine-post-horizontal-wrapper .post_media_wrapper {
  float: left;
  width: 40%;
}
.blog.magazine_1 .m_section_1 .magazine-post-horizontal-wrapper .entry-content {
  width: 55%;
  float: right;
}
.blog.magazine_1 .m_section_1 .magazine-post-horizontal-wrapper .entry-content h3 {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 22px;
  margin-top: 0;
  margin-bottom: 5px;
}
.blog.magazine_1 .m_section_1 .magazine-post-horizontal-wrapper .entry-content .meta {
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 14px;
  letter-spacing: uppercase;
}
.blog.magazine_1 .m_section_2 .magazine-post-vertical-wrapper {
  width: 47.5%;
  float: left;
}
.blog.magazine_1 .m_section_2 .magazine-post-vertical-wrapper:nth-child(even) {
  margin-left: 30px;
}
.blog.magazine_1 .m_section_2 .magazine-post-vertical-wrapper .img {
  width: 100%;
  height: 220px;
}
.blog.magazine_1 .m_section_2 .magazine-post-vertical-wrapper h3 {
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 34px;
  text-transform: uppercase;
}
.blog.magazine_1 .m_section_2 .magazine-post-vertical-wrapper .meta {
  line-height: 14px;
  font-size: 12px;
  text-transform: uppercase;
}
.blog.magazine_1 .m_section_2 .magazine-post-vertical-wrapper .meta img {
  margin-right: 5px;
  border-radius: 50%;
}
.blog.magazine_1 .m_section_2 .magazine-post-horizontal-wrapper {
  float: left;
  width: 47.5%;
}
.blog.magazine_1 .m_section_2 .magazine-post-horizontal-wrapper:nth-child(even) {
  margin-left: 30px;
}
.blog.magazine_1 .m_section_2 .magazine-post-horizontal-wrapper .img {
  width: 100%;
  height: 97px;
}
.blog.magazine_1 .m_section_2 .magazine-post-horizontal-wrapper .post_media_wrapper {
  float: left;
  width: 40%;
}
.blog.magazine_1 .m_section_2 .magazine-post-horizontal-wrapper .entry-content {
  width: 55%;
  float: right;
}
.blog.magazine_1 .m_section_2 .magazine-post-horizontal-wrapper .entry-content h3 {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 22px;
  margin-top: 0;
  margin-bottom: 5px;
}
.blog.magazine_1 .m_section_2 .magazine-post-horizontal-wrapper .entry-content .meta {
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 14px;
  letter-spacing: uppercase;
}
.blog.magazine_1 .m_section_3 .magazine-post-horizontal-wrapper {
  width: 100%;
  float: left;
}
.blog.magazine_1 .m_section_3 .magazine-post-horizontal-wrapper .entry-content {
  width: 45%;
  float: right;
}
.blog.magazine_1 .m_section_3 .magazine-post-horizontal-wrapper .img {
  float: left;
  width: 50%;
  height: 250px;
}
.blog.magazine_1 .m_section_3 .magazine-post-horizontal-wrapper h3 {
  margin-top: 0;
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 34px;
  text-transform: uppercase;
}
.blog.magazine_1 .m_section_3 .magazine-post-horizontal-wrapper .meta {
  line-height: 14px;
  font-size: 12px;
  text-transform: uppercase;
}
.blog.magazine_1 .m_section_3 .magazine-post-horizontal-wrapper .meta img {
  margin-right: 5px;
  border-radius: 50%;
}
.blog.magazine_1 .m_section_4 .magazine-post-horizontal-wrapper {
  float: left;
  width: 47.5%;
}
.blog.magazine_1 .m_section_4 .magazine-post-horizontal-wrapper:nth-child(even) {
  margin-left: 30px;
}
.blog.magazine_1 .m_section_4 .magazine-post-horizontal-wrapper .img {
  width: 100%;
  height: 97px;
}
.blog.magazine_1 .m_section_4 .magazine-post-horizontal-wrapper .post_media_wrapper {
  float: left;
  width: 40%;
}
.blog.magazine_1 .m_section_4 .magazine-post-horizontal-wrapper .entry-content {
  width: 55%;
  float: right;
}
.blog.magazine_1 .m_section_4 .magazine-post-horizontal-wrapper .entry-content h3 {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 22px;
  margin-top: 0;
  margin-bottom: 5px;
}
.blog.magazine_1 .m_section_4 .magazine-post-horizontal-wrapper .entry-content .meta {
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 14px;
  letter-spacing: uppercase;
}
.blog.magazine_1 .m_section_5 .magazine-post-vertical-wrapper {
  width: 47.5%;
  float: left;
}
.blog.magazine_1 .m_section_5 .magazine-post-vertical-wrapper:nth-child(even) {
  margin-left: 30px;
}
.blog.magazine_1 .m_section_5 .magazine-post-vertical-wrapper .img {
  width: 100%;
  height: 250px;
}
.blog.magazine_1 .m_section_5 .magazine-post-vertical-wrapper h3 {
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 34px;
  text-transform: uppercase;
}
.blog.magazine_1 .m_section_5 .magazine-post-vertical-wrapper .meta {
  line-height: 14px;
  font-size: 12px;
  text-transform: uppercase;
}
.blog.magazine_1 .m_section_5 .magazine-post-vertical-wrapper .meta img {
  margin-right: 5px;
  border-radius: 50%;
}
.blog_layout_1.blog_1 .blog_ads_1 img,
.blog_layout_1.blog_1 .blog_ads_2 img,
.blog_layout_1.blog_1 .blog_ads_3 img,
.blog_layout_1.blog_1 .blog_footer_ads img {
  width: 1030px;
}
.blog_layout_1.blog_1.blog article {
  width: 1030px;
}
.blog_layout_1.blog_1.blog article .entry-content {
  width: 100%;
}
.blog_layout_1.blog_2 .blog_ads_1 img,
.blog_layout_1.blog_2 .blog_ads_2 img,
.blog_layout_1.blog_2 .blog_ads_3 img,
.blog_layout_1.blog_2 .blog_footer_ads img {
  width: 1030px;
}
.blog_layout_1.blog_2.blog article {
  width: 485px;
}
.blog_layout_1.blog_2.blog article .entry-content {
  width: 100%;
}
.blog_layout_3 #secondary,
.blog_layout_3 #third {
  float: right;
}
.blog_layout_3 #primary {
  float: left;
}
.blog_layout_2 #secondary,
.blog_layout_2 #third {
  float: left;
}
.blog_layout_2 #primary {
  float: right;
}
.post_media_wrapper {
  position: relative;
}
.post_media_wrapper .dark_overlay {
  opacity: 0;
  transition: all 0.3s;
}
.post_media_wrapper:hover .dark_overlay {
  opacity: 0.3;
}
.post_media_wrapper {
  position: relative;
}
.post_media_wrapper .fixed.dark_overlay {
  opacity: 0.05;
}
.blog_ads_1,
.blog_ads_2,
.blog_ads_3,
.blog_ads_4,
.blog_ads_5,
.blog_ads_6,
.blog_footer_ads {
  width: 890px;
}
.blog_ads_1 img,
.blog_ads_2 img,
.blog_ads_3 img,
.blog_ads_4 img,
.blog_ads_5 img,
.blog_ads_6 img,
.blog_footer_ads img {
  margin: 0 auto;
  text-align: center;
  display: block;
}
.background_ads_link {
  display: inline-block;
}
.background_ads_link.left {
  position: absolute;
  top: 0;
  left: 0;
}
.background_ads_link.right {
  position: absolute;
  top: 0;
  right: 0;
}
.window_cover_ads {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(255, 255, 255, 0.95);
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: all 1s;
}
.window_cover_ads .ads_wrapper {
  width: 50%;
  opacity: 1;
  margin: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.window_cover_ads .close_btn {
  position: absolute;
  right: 5%;
  top: 10%;
  font-size: 19px;
  cursor: pointer;
  transition: all 0.3s;
}
.window_cover_ads .close_btn:hover {
  color: #e72132;
}
.rf_small_window_ads {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 26%;
  z-index: -1;
  opacity: 0;
  transition: all 1s;
}
.rf_small_window_ads .close_btn {
  font-size: 19px;
  cursor: pointer;
  background: #000;
  color: #fff;
  padding: 10px;
}
.tfa_top_ads {
  position: relative;
}
.tfa_top_ads .ads_static {
  position: absolute;
  bottom: 0px;
  left: 0;
}
.header_right_ads,
.header_left_ads {
  position: relative;
}
.header_right_ads .ads_static,
.header_left_ads .ads_static {
  background: #fff;
  position: absolute;
  bottom: 0px;
}
.blog_layout_2 #left_widget {
  margin-right: 30px;
}
.mega_menu_wrapper {
  position: absolute;
  visibility: hidden;
  top: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  color: #f3f3f3;
}
.mega_menu_wrapper .mega_menu {
  background: #151515;
}
.mega_menu_wrapper a {
  color: #f3f3f3;
}
.mega_menu_wrapper li,
.mega_menu_wrapper ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.mega_menu_wrapper .mega_menu > li {
  width: 300px;
  float: left;
  padding: 30px 30px 0!important;
  margin-bottom: 0!important;
}
.mega_menu .post_with_thumbnail_item {
  padding-bottom: 7px;
}
.mega_menu .post_with_thumbnail_item h4 {
  font-weight: 400;
}
.mega_4 {
  min-width: 1200px;
}
.mega_3 {
  min-width: 900px;
}
.mega_2 {
  min-width: 600px;
}
.mega_1 {
  min-width: 300px;
}
.mega_menu_wrapper .mega_menu {
  visibility: hidden;
  transition: all 0.9s;
}
.mega-menu-container ul {
  display: none!important;
}
.section_title a {
  transition: all 0.2s;
}
.qotd_wrapper {
  background: #fafafa;
  padding: 50px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  padding-left: 200px;
  margin-bottom: 60px;
  color: rgba(0, 0, 0, 0.8);
  position: relative;
}
.qotd_wrapper .title {
  font-size: 60px;
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 30px;
}
.qotd_wrapper p {
  font-size: 30px;
  line-height: 50px;
}
.qotd_wrapper i {
  position: absolute;
  left: 50px;
  font-size: 100px;
}
.index_about_me_wrapper {
  background: #fafafa;
  color: rgba(0, 0, 0, 0.8);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  padding: 50px;
  padding-left: 200px;
  margin-top: 30px;
  position: relative;
}
.index_about_me_wrapper p {
  font-size: 30px;
  line-height: 50px;
}
.index_about_me_wrapper .flat_social_share i {
  color: #fff;
}
.index_about_me_wrapper .name {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 100px;
  line-height: 100px;
  font-weight: 700;
}
.index_about_me_wrapper i {
  position: absolute;
  left: 50px;
  top: 65px;
  font-size: 100px;
  font-weight: 700;
}
.blog_1 .blog-1-wrapper .flat_social_share,
.archive .blog-1-wrapper .flat_social_share,
.category .blog-1-wrapper .flat_social_share,
.search .blog-1-wrapper .flat_social_share {
  text-align: center;
}
.blog_1 .blog-1-wrapper .entry-content,
.archive .blog-1-wrapper .entry-content,
.category .blog-1-wrapper .entry-content,
.search .blog-1-wrapper .entry-content {
  padding-left: 0;
  padding-right: 0;
}
.blog_1 .blog-1-wrapper .post_title,
.archive .blog-1-wrapper .post_title,
.category .blog-1-wrapper .post_title,
.search .blog-1-wrapper .post_title {
  margin-bottom: 20px;
}
.blog-2-wrapper .triangle {
  position: absolute;
  top: -40px;
  right: -20px;
  z-index: 999;
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid #fff;
}
.blog-no-featured {
  box-shadow: none!important;
}
.blog-1-wrapper .colorful_social {
  text-align: center;
}
.blog-1-wrapper .post_title {
  font-size: 60px;
  line-height: 70px;
}
.ins_img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 240px;
}
.zoom-instagram {
  width: 100%;
}
.index_about_me_wrapper .flat_social_share {
  margin-top: 30px;
  margin-left: -30px;
}
.index_about_me_wrapper .flat_social_share a {
  margin: 1.5px 5px;
  display: inline-block;
  width: 70px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
}
.index_about_me_wrapper .flat_social_share a i {
  opacity: 1;
  font-size: 35px;
  transition: all 0.3s;
}
.index_about_me_wrapper .flat_social_share a:hover i {
  opacity: 1;
}
.index_about_me_wrapper .flat_social_share .count {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  text-align: center;
  color: #000;
  opacity: 0.45;
}
.index_about_me_wrapper .flat_social_share .share_number {
  line-height: 20px;
  margin-right: 20px;
  position: relative;
  top: 0px;
}
.index_about_me_wrapper .flat_social_share .share {
  position: absolute;
  left: 0;
  top: 100%;
  font-size: 11px;
  line-height: 11px;
  color: #999;
}
.no_left_widget #main_sticky_area {
  max-width: 100%;
}
.no_left_widget.blog_layout_3 #secondary,
.no_left_widget.blog_layout_3 #third {
  margin-right: 0;
}
.no_left_widget.blog article {
  width: 100%;
}
.hand_pickup_posts_outer {
  margin-bottom: 30px;
  padding-bottom: 30px;
  margin-left: -30px;
  margin-right: -30px;
}
.hand_pickup_posts_outer .content {
  background: #fff;
  margin: 0 30px;
  padding: 20px;
  padding-top: 0;
}
.hand_pickup_posts_outer .gallery_slider_title {
  margin-left: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
  color: #fff;
  background: #5a42ff;
  border-radius: 4px;
  display: inline-block;
  padding: 0 18px;
  line-height: 48px;
}
.hand_pickup_posts_outer .img {
  height: 300px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 30px;
}
.hand_pickup_posts_outer .post_title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 35px;
}
.hand_pickup_posts_outer .date {
  text-align: center;
}
.hand_pickup_posts_outer .cat {
  text-align: center;
  position: relative;
  top: -13px;
}
.hand_pickup_posts_outer .cat a {
  color: #fff;
  font-size: 12px;
  letter-spacing: 3px;
  padding: 10px 13px;
  text-transform: uppercase;
}
.posts_of_cat_most_outer {
  padding: 30px 0px 10px;
}
.posts_of_cat_most_outer .item_1 {
  margin-bottom: 30px;
}
.posts_of_cat_most_outer .item_1 .img {
  width: 100%;
  height: 250px;
}
.posts_of_cat_most_outer .item_1 .post_title {
  font-size: 23px;
  line-height: 35px;
}
.posts_of_cat_most_outer .not_item_1 {
  margin-bottom: 30px;
}
.posts_of_cat_most_outer .not_item_1 .img {
  width: 30%;
  height: 100px;
  display: inline-block;
}
.posts_of_cat_most_outer .not_item_1 .content {
  width: 60%;
  margin-left: 10%;
  float: right;
}
.posts_of_cat_most_outer .not_item_1 .content .post_title {
  font-size: 18px;
  line-height: 30px;
  margin-top: 0px;
}
.posts_of_cat_most_outer .date {
  color: #999;
  font-size: 12px;
}
.posts_of_cat_most_outer .post_cat_title {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 30px;
  letter-spacing: 3px;
  font-weight: 700;
}
.posts_of_cat_inner_outer_1 {
  width: 30%;
  float: left;
  margin: 0 1.5% 0 0;
}
.posts_of_cat_inner_outer_2 {
  width: 30%;
  float: left;
  margin: 0 1.5%;
}
.posts_of_cat_inner_outer_3 {
  width: 30%;
  float: left;
  margin: 0 0 0 1.5%;
}
.colorful_frame {
  z-index: 99999999999999999999;
  position: fixed;
}
.colorful_frame.top,
.colorful_frame.bottom {
  width: 100%;
  height: 8px;
}
.colorful_frame.top {
  top: 0;
}
.colorful_frame.bottom {
  bottom: 0;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.colorful_frame.left,
.colorful_frame.right {
  width: 8px;
  height: 100%;
  top: 0;
}
.colorful_frame.left {
  left: 0;
}
.colorful_frame.right {
  right: 0;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.red {
  color: #D8442F;
  font-weight: normal;
  font-size: 14px;
}
.red i {
  font-size: 20px;
  margin-right: 10px;
}
.green {
  color: #009D59;
  font-weight: normal;
  font-size: 14px;
}
.green i {
  font-size: 20px;
  margin-right: 10px;
}
#comments .nav-links {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
.blog_layout_1.blog #secondary {
  display: none;
}
.blog_layout_1.blog article {
  margin: auto;
}
.blog_4.blog .blog-no-featured {
  padding-left: 15px;
  float: left;
}
.blog_4.blog .pagination {
  float: left;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.blog-4-wrapper {
  width: 50%!important;
  padding-right: 35px;
  float: left;
  margin-bottom: 30px;
}
.blog-4-wrapper .post_media_wrapper {
  height: 300px;
}
.blog-4-wrapper .post_title {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
}
.blog-4-wrapper .blog_4_thumb {
  width: 100%;
  display: inline-block;
  height: 300px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog-4-wrapper .cat {
  color: #999;
}
.blog-4-wrapper .cat a {
  color: #999;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.blog-4-wrapper .meta {
  color: #999;
  font-size: 12px;
}
.blog-4-wrapper .meta a {
  color: #999;
}
.blog-4-wrapper .entry-content {
  background: #ffffff;
  padding: 30px;
  font-size: 16px;
  min-height: 258px;
}
.blog-4-wrapper .entry-content .content p {
  color: #70707b;
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 30px;
}
.blog-4-wrapper .entry-content .read_more {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  transition: all 0.3s;
  padding: 14px 26px;
  background: #5a42ff;
  color: #fff;
}
.blog-4-wrapper .entry-content .read_more:hover {
  padding-right: 46px;
}
.blog-4-wrapper .entry-content .read_more:hover i {
  left: 30px;
}
.blog-4-wrapper .entry-content .read_more i {
  display: inline-block;
  margin-left: 10px;
  transition: all 0.3s;
  font-size: 10px;
  position: relative;
  top: -1px;
  left: 0;
}
.blog_6.blog .blog-4-wrapper {
  width: 100%!important;
  padding: 0!important;
}
.blog_6.blog .blog-no-featured {
  margin-left: 15px;
  float: left;
}
.blog_6.blog #secondary {
  display: none!important;
}
.blog_6.blog #primary {
  margin-left: -15px;
  margin-right: -15px;
}
.blog_6.blog .pagination {
  float: left;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  width: 100%;
  overflow: hidden;
  position: relative;
}
.blog-5-wrapper {
  margin-right: 0!important;
  position: relative;
  margin-bottom: 30px;
}
.blog-5-wrapper .post_title {
  margin-top: 5px;
  font-size: 42px;
  line-height: 50px;
  font-weight: bold;
  color: #fff;
  margin-top: 18px;
}
.blog-5-wrapper .post_media_wrapper {
  height: 524px;
}
.blog-5-wrapper .blog_5_thumb {
  width: 100%;
  display: inline-block;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog-5-wrapper .cat {
  transition: all 0.3s;
  color: rgba(255, 255, 255, 0.8);
}
.blog-5-wrapper .cat a {
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  background: #5a42ff;
  padding: 11px 16px;
  border-radius: 4px;
  margin-right: 8px;
}
.blog-5-wrapper .cat a:hover {
  background: #fff;
}
.blog-5-wrapper .meta {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}
.blog-5-wrapper .meta a {
  color: rgba(255, 255, 255, 0.8);
}
.blog-5-wrapper .entry-content {
  padding: 30px;
  position: absolute;
  bottom: 0;
  font-size: 16px;
  width: 80%;
}
.blog_5.blog .blog_ads_1,
.blog_4.blog .blog_ads_1,
.blog_5.blog .blog_ads_2,
.blog_4.blog .blog_ads_2,
.blog_5.blog .blog_ads_3,
.blog_4.blog .blog_ads_3 {
  margin: 0 auto;
  margin-bottom: 30px;
}
.blog_4.blog .blog_footer_ads img {
  margin: auto;
}
.blog_6 .blog-5-wrapper {
  width: 100%!important;
}
.blog_6 .col-md-4 .blog-5-wrapper .entry-content {
  width: 100%!important;
}
.blog_6 .col-md-4 .blog-5-wrapper .entry-content .post_title {
  font-size: 25px;
  line-height: 35px;
}
.blog_6 .blog-4-wrapper .entry-content {
  padding-bottom: 0;
}
.gallery_slider_title {
  padding-top: 0!important;
}
.hand_pickup_posts_outer {
  padding-bottom: 0px!important;
}
.blog_6.blog #primary {
  width: 100%!important;
}
.blog_6.blog #main {
  margin-right: -30px;
}
.tradingview-widget-copyright {
  display: none;
}
#top_featured_area .widget_custom_html {
  margin-bottom: 0;
  margin-top: 20px;
}
.tradingview-widget-container {
  margin: 0 auto;
}
.textwidget img {
  margin: 0 auto;
  display: block;
}
#primary {
  width: 65%;
}
header#masthead {
  z-index: 9;
  position: relative;
}
.header-3.blog.top_featured_4 #masthead {
  background: rgba(0, 0, 0, 0.3);
}
.header-3.blog.top_featured_4 #top_featured_area {
  top: -100px;
  position: relative ;
  margin-bottom: -100px;
}
.header-3.blog.top_featured_6 #masthead {
  background: rgba(0, 0, 0, 0.3);
}
.header-3.blog.top_featured_6 #top_featured_area {
  top: -100px;
  position: relative ;
  margin-bottom: -19px;
}
.header-1.blog.top_featured_4 #top_featured_area {
  margin-bottom: 30px;
}
.header-1 #masthead {
  transition: all 0.3s;
  background: #fff;
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px solid #D9DDDE;
}
.header-1 #masthead #main_logo {
  float: left;
}
.header-1 #masthead #main_logo img {
  height: 40px;
  margin: 15px 0 15px 20px;
}
.header-1 #masthead #site-navigation {
  display: inline-block;
  height: 70px;
  line-height: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  vertical-align: middle;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.header_search_form {
  position: absolute;
  width: 0px;
  margin-top: 0px;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.header_search_form #searchsubmit {
  display: none!important;
}
.header_search_form .search_input {
  height: 70px;
  line-height: 30px;
  border: none!important;
}
.header_search_form .header_search_close {
  position: absolute ;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  cursor: pointer;
  color: rgba(0, 0, 0, 0.3);
}
.header-3 #masthead {
  margin-bottom: 30px;
  padding: 0 50px;
  transition: all 0.3s;
  background: #000;
  position: relative;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.02);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.02);
}
.header-3 #masthead #main_logo {
  float: left;
}
.header-3 #masthead #main_logo img {
  height: 40px;
  margin: 15px 0 15px 0px;
}
.header-3 #masthead .header-1-container {
  position: relative;
}
.header-3 #masthead #site-navigation {
  display: inline-block;
  height: 70px;
  line-height: 70px;
  margin-left: 30px;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.header-3 #primary-menu > li > a {
  color: #fff;
}
.header-3 .header_search {
  font-size: 20px;
  cursor: pointer;
  color: #d9d9d9;
  float: right;
  line-height: 70px;
}
#site-navigation #primary-menu > li {
  padding-left: 10px;
  padding-right: 10px;
  height: 70px;
  line-height: 70px;
}
.header-2 #masthead {
  position: relative;
  margin-bottom: 30px;
}
.header-2.max_width_1220 .logo_ads_area {
  max-width: 1220px;
  margin: 0px auto -100px;
}
.header-2 #main_logo {
  text-align: center;
}
.header-2 #main_logo img {
  height: 60px;
  margin: 15px 0 15px -300px;
}
.header-2 .header_left_ads {
  float: left;
  width: 300px;
  height: 100px;
  overflow: hidden;
}
.header-2 .header_left_ads_wrapper {
  width: 300px;
  height: 100px;
  float: left;
}
.header-2 .header_right_ads_wrapper {
  float: right;
  width: 300px;
  height: 100px;
  position: relative;
  top: -90px;
  margin-bottom: -300px;
  z-index: 0;
}
.header-2 .header_right_ads {
  float: right;
  width: 300px;
  height: 100px;
  overflow: hidden;
  position: relative;
}
.header-2 #site-navigation {
  z-index: 9999;
  text-align: center;
  height: 70px;
  line-height: 70px;
}
.header-2 .bar {
  transition: all 0.3s;
  z-index: 99;
  height: 70px;
  width: 100%;
  background: #fff;
  margin-bottom: 30px;
  border-bottom: 1px solid #D9DDDE;
}
.header-2 #site-navigation {
  display: block;
  position: absolute;
  left: 50%;
  vertical-align: middle;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
}
.header-2 #primary-menu > li li a {
  text-align: left;
  z-index: 9999999999999;
}
header #primary-menu {
  position: relative;
}
header #primary-menu > li ul {
  background-color: #151515;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
}
header #primary-menu > li ul li:first-child > ul {
  margin-top: 20px;
}
header #primary-menu > li > ul {
  position: absolute;
  top: 70px;
}
header #primary-menu > li > ul a {
  color: #999999;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 27px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: 200;
}
header #primary-menu > li > ul a:hover {
  color: #ffffff;
}
header #primary-menu > li ul > li:first-child > a {
  margin-top: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
}
header #primary-menu > li ul > li:last-child > a {
  margin-bottom: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
}
header #primary-menu .fa-chevron-right {
  float: right;
  line-height: 27px;
  font-weight: 100;
  font-size: 7px;
  opacity: 0.7;
  padding-left: 4px;
}
.text_logo {
  display: inline-block;
  margin-left: -300px;
}
.hamburger_bar {
  float: right;
  line-height: 70px !important;
  margin-right: 30px;
  cursor: pointer;
  visibility: hidden;
}
.responsive_menu_bar {
  position: fixed;
  right: -300px;
  transition: all 0.5s;
  height: 100%;
  top: 0;
  width: 300px;
  background: #000;
  color: #fff;
  z-index: 999999999999999999999;
}
.responsive_menu_bar li {
  list-style: none;
}
.responsive_menu_bar a {
  color: #fff;
  text-transform: uppercase;
}
.responsive_menu_bar ul {
  margin-left: 0;
}
.responsive_menu_bar .sub-menu {
  transition: all 0.3s;
}
.responsive_menu_bar #responsive_primary-menu > li > a {
  font-size: 12px;
  font-weight: 600;
  line-height: 40px;
}
.responsive_menu_bar #responsive_primary-menu > li li a {
  font-size: 10px;
  font-weight: 600;
}
.responsive_menu_bar #responsive_primary-menu > li ul {
  padding-left: 15px;
}
.responsive_menu_bar .close_btn {
  color: #fff;
  display: block;
  border-bottom: 1px solid #333;
  text-align: right;
  padding: 20px 30px;
  margin-bottom: 15px;
  cursor: pointer;
}
.responsive_menu_bar .right_arrow,
.responsive_menu_bar .down_arrow {
  float: right;
  line-height: 40px;
  font-size: 8px;
  padding-right: 30px;
  position: absolute;
  right: 0;
}
.ad_blocker_detector_wrapper {
  background: #fff;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 99999999999999999999999999;
  top: 0;
  display: none;
}
.ad_blocker_detector_wrapper .info {
  height: 400px;
  max-width: 400px;
  margin: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
}
.ad_blocker_detector_wrapper .info .icon {
  width: 100%;
  height: 150px;
  background: #F28C95;
}
.ad_blocker_detector_wrapper .info .icon i {
  font-size: 50px;
  margin: auto;
  line-height: 150px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.ad_blocker_detector_wrapper .info .text {
  font-size: 18px;
  text-align: center;
  padding: 15px;
}
.header_search {
  float: right;
  width: 20px;
  cursor: pointer;
  margin-right: 40px;
}
.fullheader_search_wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.fullheader_search_wrapper #searchsubmit {
  display: none;
}
.fullheader_search_wrapper .search_input {
  border: none!important;
  background: #fff!important;
  height: 71px;
  padding-left: 50px!important;
}
.fullheader_search_wrapper .close {
  line-height: 71px;
  position: absolute;
  right: 30px;
  font-size: 15px;
}
#masthead {
  height: 70px;
}
.header-3 .hamburger_bar {
  color: #fff;
}
.max_width_960 #top_featured_area {
  max-width: 960px;
  margin: 0 auto;
}
.max_width_1170 #top_featured_area {
  max-width: 1170px;
  margin: 0 auto;
}
.max_width_1440 #top_featured_area {
  max-width: 1440px;
  margin: 0 auto;
}
.max_width_1220 #top_featured_area {
  margin: 0 auto;
}
.dark_overlay {
  padding: 0 !important;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.05;
}
.top_featured_4.max_width_1220 #top_featured_area {
  max-width: 100%;
}
.top_featured_4.header-3 .widget {
  margin-top: 30px;
}
.top_featured_area_wrapper .top_featured_4_wrapper {
  width: 100%;
  position: relative;
}
.top_featured_area_wrapper .top_featured_4_wrapper .dark_overlay {
  opacity: 0.4;
}
.top_featured_area_wrapper .top_featured_4_wrapper:hover .slick-prev {
  opacity: 1;
  margin-left: 20px;
}
.top_featured_area_wrapper .top_featured_4_wrapper:hover .slick-next {
  opacity: 1;
  margin-right: 20px;
}
.top_featured_area_wrapper .top_featured_4_wrapper .slick-prev {
  z-index: 9!important;
  cursor: pointer;
  opacity: 0;
  margin-left: 40px;
  transition: all 0.3s;
  font-size: 30px;
  padding: 15px 15px;
  position: absolute;
  z-index: 999999999999;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.701961);
}
.top_featured_area_wrapper .top_featured_4_wrapper .slick-next {
  z-index: 9!important;
  cursor: pointer;
  margin-right: 40px;
  opacity: 0;
  transition: all 0.3s;
  font-size: 30px;
  padding: 15px 15px;
  color: rgba(255, 255, 255, 0.701961);
  position: absolute;
  z-index: 999999999999;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  right: 0px;
}
.top_featured_area_wrapper .top_featured_4_wrapper .post_thumb {
  width: 100%;
  height: 750px;
}
.top_featured_area_wrapper .top_featured_4_wrapper .cat {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 3px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.701961);
}
.top_featured_area_wrapper .top_featured_4_wrapper .cat a {
  color: #fff;
  background: #5a42ff;
  padding: 14px 16px;
  border-radius: 4px;
  margin-right: 8px;
}
.top_featured_area_wrapper .top_featured_4_wrapper .meta {
  font-size: 11px;
  color: #fff;
}
.top_featured_area_wrapper .top_featured_4_wrapper .meta a {
  color: #fff;
}
.top_featured_area_wrapper .top_featured_4_wrapper .post_title {
  margin: 0px;
  color: #fff;
  font-size: 73px;
  line-height: 88px;
  font-weight: bold;
}
.top_featured_area_wrapper .top_featured_4_wrapper .blog_item {
  position: relative;
}
.top_featured_area_wrapper .top_featured_4_wrapper .blog_item .content {
  opacity: 0;
  position: absolute;
  bottom: 10%;
  left: 5%;
  max-width: 75%;
}
#top_featured_area .top_featured_3_wrapper {
  margin-bottom: 30px;
}
#top_featured_area .top_featured_3_wrapper .blog_group_1:hover .slick-prev {
  opacity: 1;
  margin-left: 20px;
}
#top_featured_area .top_featured_3_wrapper .blog_group_1:hover .slick-next {
  opacity: 1;
  margin-right: 20px;
}
#top_featured_area .top_featured_3_wrapper .slick-prev {
  z-index: 9!important;
  cursor: pointer;
  opacity: 0;
  margin-left: 40px;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.5);
  font-size: 30px;
  padding: 15px 15px;
  position: absolute;
  z-index: 999999999999;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: #fff;
}
#top_featured_area .top_featured_3_wrapper .slick-next {
  z-index: 9!important;
  cursor: pointer;
  margin-right: 40px;
  opacity: 0;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.5);
  font-size: 30px;
  padding: 15px 15px;
  color: #fff;
  position: absolute;
  z-index: 999999999999;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  right: 0px;
}
#top_featured_area .top_featured_1_wrapper {
  width: 100%;
  position: relative;
}
#top_featured_area .top_featured_1_wrapper:hover .slick-prev {
  opacity: 1;
  margin-left: 20px;
}
#top_featured_area .top_featured_1_wrapper:hover .slick-next {
  opacity: 1;
  margin-right: 20px;
}
#top_featured_area .top_featured_1_wrapper .slick-prev {
  z-index: 9!important;
  cursor: pointer;
  opacity: 0;
  margin-left: 40px;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.5);
  font-size: 30px;
  padding: 15px 15px;
  position: absolute;
  z-index: 999999999999;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: #fff;
}
#top_featured_area .top_featured_1_wrapper .slick-next {
  z-index: 9!important;
  cursor: pointer;
  margin-right: 40px;
  opacity: 0;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.5);
  font-size: 30px;
  padding: 15px 15px;
  color: #fff;
  position: absolute;
  z-index: 999999999999;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  right: 0px;
}
#top_featured_area .top_featured_1_wrapper .post_thumb {
  width: 100%;
  height: 700px;
}
#top_featured_area .top_featured_1_wrapper .cat {
  color: #000;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 18px;
}
#top_featured_area .top_featured_1_wrapper .cat a {
  color: #fff;
  background: #5a42ff;
  padding: 8px 16px;
  border-radius: 4px;
  margin-right: 8px;
}
#top_featured_area .top_featured_1_wrapper .meta {
  font-size: 18px;
  margin-top: 30px;
  text-transform: uppercase;
  color: #000;
}
#top_featured_area .top_featured_1_wrapper .meta a {
  color: #000;
}
#top_featured_area .top_featured_1_wrapper .post_title {
  margin: 0px;
  color: #000;
  font-size: 68px;
  line-height: 78px;
  font-weight: bold;
}
#top_featured_area .top_featured_1_wrapper .blog_item {
  position: relative;
}
#top_featured_area .top_featured_1_wrapper .blog_item .content {
  border-radius: 8px;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 10%;
  max-width: 50%;
  padding: 50px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  background: #fff;
  z-index: 9;
}
.post_thumb {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.comment_meta {
  display: inline-block;
}
.top_featured_1 .tfa_top_ads {
  display: block;
  text-align: center;
}
.top_featured_1 .tfa_top_ads img {
  margin-bottom: 30px;
}
.top_featured_1 .tfa_right_ads {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 300px;
}
.top_featured_1 .tfa_right_ads.img_ads {
  text-align: right;
}
.top_featured_1 .tfa_middle_ads_wrapper {
  margin-bottom: 30px;
  position: relative;
}
.top_featured_1 .tfa_bottom_left {
  max-width: 890px;
  float: left;
}
.top_featured_1 .tfa_bottom_right {
  width: 300px;
  float: right;
  max-height: 300px;
}
.top_featured_1 .tfa_bottom_ads_wrapper {
  margin-bottom: 30px;
}
.top_featured_2 .tfa_bottom_ads_wrapper {
  margin-bottom: 30px;
}
.top_featured_2 .tfa_top_ads {
  display: block;
  text-align: center;
}
.top_featured_2 .tfa_top_ads img {
  margin-bottom: 30px;
}
.top_featured_2 .tfa_bottom_left {
  width: 890px;
  float: left;
}
.top_featured_2 .tfa_bottom_right {
  width: 300px;
  float: right;
  max-height: 300px;
}
.top_featured_2 .top_featured_2_wrapper {
  margin-bottom: 30px;
}
.top_featured_2 #top_featured_area {
  max-width: 100%;
}
.top_featured_2_wrapper:hover .slick-prev {
  opacity: 1;
  margin-left: 20px;
}
.top_featured_2_wrapper:hover .slick-next {
  opacity: 1;
  margin-right: 20px;
}
.top_featured_2_wrapper .slick-prev {
  z-index: 9!important;
  cursor: pointer;
  margin-right: 40px;
  opacity: 0;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.5);
  font-size: 30px;
  padding: 15px 15px;
  position: absolute;
  z-index: 999999999999;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: #fff;
}
.top_featured_2_wrapper .slick-next {
  z-index: 9!important;
  cursor: pointer;
  margin-left: 40px;
  opacity: 0;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.5);
  font-size: 30px;
  padding: 15px 15px;
  color: #fff;
  position: absolute;
  z-index: 999999999999;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  right: 0px;
}
.top_featured_2_wrapper .post_thumb {
  width: 100%;
  height: 500px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.top_featured_2_wrapper .cat {
  color: #000;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 10px;
}
.top_featured_2_wrapper .cat a {
  color: #fff;
  background: #5a42ff;
  padding: 8px 16px;
  border-radius: 4px;
  margin-right: 4px;
}
.top_featured_2_wrapper .meta {
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 23px;
  color: #000;
}
.top_featured_2_wrapper .meta a {
  color: #000;
}
.top_featured_2_wrapper .post_title {
  margin: 0px;
  color: #000;
  font-size: 38px;
  font-weight: bold;
}
.top_featured_2_wrapper .blog_item {
  margin: 0 15px;
  position: relative;
}
.top_featured_2_wrapper .blog_item .content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  max-width: 70%;
  background: rgba(255, 255, 255, 0.7);
  padding: 30px;
  color: #000;
}
.top_featured_3_wrapper .cat {
  text-transform: uppercase;
}
.top_featured_3_wrapper .blog_item .post_thumb {
  transition: all 0.3s;
}
.top_featured_3_wrapper .date {
  font-size: 14px;
}
.top_featured_3_wrapper .content {
  width: 75%;
  color: #fff;
}
.top_featured_3_wrapper .content a {
  color: #fff;
}
.top_featured_3_wrapper .content h4 {
  margin-top: 0px;
}
.top_featured_3_wrapper .blog_group_1 {
  display: inline-block;
  width: 50%;
}
.top_featured_3_wrapper .blog_group_1 .blog_item {
  height: 500px;
}
.top_featured_3_wrapper .blog_group_1 .post_thumb {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.top_featured_3_wrapper .blog_group_1 .post_title {
  margin-top: 5px;
  font-size: 40px;
  font-weight: 700;
  line-height: 47px;
}
.top_featured_3_wrapper .blog_group_1 .content_excerpt_tfa3 p {
  width: 92%;
  font-size: 15px;
}
.top_featured_3_wrapper .blog_group_1 .content {
  width: 85%;
}
.top_featured_3_wrapper .blog_group_3 {
  display: inline-block;
  width: 25%;
}
.top_featured_3_wrapper .blog_group_3 .blog_item {
  height: 500px;
}
.top_featured_3_wrapper .blog_group_3 .blog_item .content_excerpt_tfa3 p {
  display: none;
}
.top_featured_3_wrapper .blog_group_3 .post_thumb {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.top_featured_3_wrapper .blog_group_3 .post_title {
  margin-top: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 0;
}
.top_featured_3_wrapper .blog_group_2 {
  display: inline-block;
  position: relative;
  width: 25%;
}
.top_featured_3_wrapper .blog_group_2 .blog_item {
  height: 250px;
}
.top_featured_3_wrapper .blog_group_2 .blog_item .content_excerpt_tfa3 p {
  display: none;
}
.top_featured_3_wrapper .blog_group_2 .post_thumb {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.top_featured_3_wrapper .blog_group_2 .post_title {
  margin-top: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 0;
}
.top_featured_3_wrapper .blog_item {
  position: relative;
}
.top_featured_3_wrapper .blog_item .content {
  position: absolute;
  bottom: 30px;
  left: 25px;
}
.top_featured_3_wrapper .slick-dots {
  list-style-type: none;
  position: absolute;
  bottom: 10px;
  right: 25px;
}
.top_featured_3_wrapper .slick-dots li {
  display: inline-block;
  padding-right: 5px;
}
.top_featured_3_wrapper .slick-dots i {
  font-size: 7px;
  cursor: pointer;
}
.top_featured_3_wrapper .slick-dots .slick-active i {
  color: white;
}
.top_featured_3_wrapper .blog_group_1 {
  padding-right: 8px;
}
.top_featured_3_wrapper .blog_group_2 div:nth-child(2) {
  margin-top: 8px;
}
.top_featured_3_wrapper .blog_group_3 {
  padding-left: 8px;
}
.top_featured_3_wrapper .blog_group_3 .blog_item {
  height: 508px!important;
}
.top_featured_3_wrapper .blog_group_1 .blog_item {
  height: 508px!important;
}
.img_overlay {
  padding: 0 !important;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.15;
  top: 0;
}
.trending_news_section {
  width: 100%;
  margin-bottom: 30px;
}
.trending_news_section .blog_item {
  position: relative;
}
.trending_news_section .content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 90%;
  z-index: 9999999999;
}
.trending_news_section .date,
.trending_news_section .post_title {
  color: #fff;
}
.trending_news_section .post_thumb {
  height: 600px;
  width: 100%;
}
.trending_news_section .post_title {
  font-size: 50px;
  line-height: 60px;
}
.trending_news_section:hover .slick-prev {
  opacity: 1;
  margin-left: 20px;
}
.trending_news_section:hover .slick-next {
  opacity: 1;
  margin-right: 20px;
}
.trending_news_section .slick-prev {
  z-index: 9!important;
  cursor: pointer;
  opacity: 0;
  margin-left: 40px;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.5);
  font-size: 30px;
  padding: 15px 15px;
  position: absolute;
  z-index: 999999999999;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: #fff;
}
.trending_news_section .slick-next {
  z-index: 9!important;
  cursor: pointer;
  margin-right: 40px;
  opacity: 0;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.5);
  font-size: 30px;
  padding: 15px 15px;
  color: #fff;
  position: absolute;
  z-index: 999999999999;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  right: 0px;
}
.magazine_part_2 .magazine_content_2 {
  width: 68%;
  float: left;
}
.magazine_part_2 #secondary,
.magazine_part_2 #third {
  float: right;
}
.magazine_video {
  margin-bottom: 30px;
}
.magazine_video .blog_item {
  position: relative;
}
.magazine_video .content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 9999999999;
}
.magazine_video .date,
.magazine_video .post_title {
  color: #fff;
}
.magazine_video .post_thumb {
  height: 400px;
  width: 100%;
}
.magazine_video:hover .slick-prev {
  opacity: 1;
  margin-left: 20px;
}
.magazine_video:hover .slick-next {
  opacity: 1;
  margin-right: 20px;
}
.magazine_video .slick-prev {
  z-index: 9!important;
  cursor: pointer;
  opacity: 0;
  margin-left: 40px;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.5);
  font-size: 30px;
  padding: 15px 15px;
  position: absolute;
  z-index: 999999999999;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: #fff;
}
.magazine_video .slick-next {
  z-index: 9!important;
  cursor: pointer;
  margin-right: 40px;
  opacity: 0;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.5);
  font-size: 30px;
  padding: 15px 15px;
  color: #fff;
  position: absolute;
  z-index: 999999999999;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  right: 0px;
}
.top_featured_1_outer {
  width: 100%;
  position: relative;
}
.top_featured_1_outer .triangle {
  position: absolute;
  top: -40px;
  right: -20px;
  z-index: 1;
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid #fff;
}
.tfa_1_blue_block {
  background: #5A42FF;
  width: 330px;
  height: 700px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
.top_featured_4_wrapper {
  margin-bottom: 30px;
}
.top_featured_5 #top_featured_area {
  width: 100%;
  margin: auto;
}
.top_featured_5_wrapper {
  margin-bottom: 30px;
}
.top_featured_5_wrapper:hover .slick-prev {
  opacity: 1;
  margin-left: 20px;
}
.top_featured_5_wrapper:hover .slick-next {
  opacity: 1;
  margin-right: 20px;
}
.top_featured_5_wrapper .slick-prev {
  z-index: 9!important;
  cursor: pointer;
  margin-right: 40px;
  opacity: 0;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.5);
  font-size: 30px;
  padding: 15px 15px;
  position: absolute;
  z-index: 999999999999;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: #fff;
}
.top_featured_5_wrapper .slick-next {
  z-index: 9!important;
  cursor: pointer;
  margin-left: 40px;
  opacity: 0;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.5);
  font-size: 30px;
  padding: 15px 15px;
  color: #fff;
  position: absolute;
  z-index: 999999999999;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  right: 0px;
}
.top_featured_5_wrapper .post_thumb {
  width: 100%;
  height: 636px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.top_featured_5_wrapper .cat {
  text-transform: uppercase;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.701961);
}
.top_featured_5_wrapper .cat a {
  color: rgba(255, 255, 255, 0.701961);
}
.top_featured_5_wrapper .meta {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.701961);
}
.top_featured_5_wrapper .meta a {
  color: rgba(255, 255, 255, 0.701961);
}
.top_featured_5_wrapper .post_title {
  margin: 0px;
  color: #000;
  line-height: 48px;
  letter-spacing: -1px;
  font-size: 40px;
  font-weight: bold;
}
.top_featured_5_wrapper .blog_item {
  position: relative;
}
.top_featured_5_wrapper .blog_item .content {
  position: absolute;
  bottom: 30px;
  max-width: 50%;
  background: #fff;
  box-shadow: rgba(240, 46, 170, 0.4) 5px 5px, rgba(240, 46, 170, 0.3) 10px 10px, rgba(240, 46, 170, 0.2) 15px 15px, rgba(240, 46, 170, 0.1) 20px 20px, rgba(240, 46, 170, 0.05) 25px 25px;
  padding: 50px 100px;
}
.top_featured_5_wrapper .blog_item .content::before {
  position: absolute;
  z-index: 2;
  bottom: 15px;
  left: 15px;
  width: 100%;
  height: 100%;
  content: '';
  border: 6px solid #fff176;
}
.top_featured_5_wrapper .title {
  z-index: 9999999;
  display: block;
  position: relative;
}
.book-3d-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 700px;
  perspective: 800px;
}
.book-3d-wrapper .entry-content {
  padding: 30px;
  padding-bottom: 15px;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
}
.book-3d-wrapper .entry-content .post_title {
  margin-top: 10px;
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  padding-left: 40px;
  margin-bottom: 30px;
  transition: all 0.3s;
}
.book-3d-wrapper .entry-content .cat {
  color: #999;
}
.book-3d-wrapper .entry-content .cat a {
  color: #999;
  font-size: 13px;
  text-transform: uppercase;
}
.book-3d-wrapper .entry-content p {
  padding-left: 30px;
  padding-right: 30px;
}
.book-3d-wrapper .entry-content .meta {
  color: grey;
  padding-left: 30px;
}
.book-3d-wrapper .entry-content .meta a {
  color: grey;
}
.book-3d-wrapper .entry-content .author,
.book-3d-wrapper .entry-content .time {
  color: #999;
  font-size: 12px;
}
.book-3d-wrapper .entry-content .author a,
.book-3d-wrapper .entry-content .time a {
  color: #999;
}
.book-3d-wrapper .book_item {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  left: 50%;
  transform-origin: left;
  transform-style: preserve-3d;
  transform: rotateY(0);
  animation: flipBook 9s infinite both ease-in-out;
  border: 8px solid #f0f0f0;
  border-left: 8px solid #fafafa;
  z-index: 1;
}
.book-3d-wrapper .book_item .blog_3d_thumb {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.book-3d-wrapper .book_item:nth-child(1) {
  background-color: lightblue;
  animation-delay: 6s;
}
.book-3d-wrapper .book_item:nth-child(2) {
  background-color: lightgreen;
  animation-delay: 3s;
}
.book-3d-wrapper .book_item:nth-child(3) {
  background-color: lightgrey;
  animation-delay: 0s;
}
@keyframes flipBook {
  0% {
    transform: rotateY(0);
    z-index: 1;
  }
  60% {
    z-index: 3;
  }
  80% {
    transform: rotateY(-180deg);
  }
  100% {
    transform: rotateY(-360deg);
  }
}
.page-template-page-3d-book .link_to_my_blog {
  display: block;
  text-align: center;
  margin-top: 150px;
  font-size: 80px;
}
.page-template-page-3d-book .link_to_my_blog:hover .text {
  border-bottom: 10px solid #f0f0f0;
  padding-bottom: 2px;
}
.page-template-page-3d-book .link_to_my_blog .text {
  transition: all 0.3s;
  padding-bottom: 10px;
}
.page-template-page-3d-book .footer_newsletter_wrapper,
.page-template-page-3d-book #masthead {
  display: none;
}
.page-template-page-3d-book #main {
  box-shadow: none!important;
}
.page-template-page-3d-book #primary {
  width: 100%!important;
}
.TFA_3d_book.book-3d-outer-wrapper .book-3d-wrapper {
  margin-top: 40px;
  margin-bottom: 80px;
  height: 680px;
}
.top_featured_6 #top_featured_area {
  max-width: 100%;
  margin-bottom: 30px;
}
.top_featured_6 #masthead {
  margin-bottom: 0;
}
#secondary,
.mega_menu_wrapper,
#third {
  position: relative;
}
#secondary aside,
.mega_menu_wrapper aside,
#third aside {
  padding: 30px;
}
#secondary aside .widget-title,
.mega_menu_wrapper aside .widget-title,
#third aside .widget-title {
  margin-top: 0px;
  margin-bottom: 20px;
}
#secondary aside ul,
.mega_menu_wrapper aside ul,
#third aside ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
#secondary aside > ul > li,
.mega_menu_wrapper aside > ul > li,
#third aside > ul > li {
  color: #999;
  font-size: 14px;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 0.7px solid #e6e6e6;
}
#secondary .widget_text,
.mega_menu_wrapper .widget_text,
#third .widget_text {
  padding: 30px 0;
}
#secondary .ccpw_widget,
.mega_menu_wrapper .ccpw_widget,
#third .ccpw_widget {
  padding: 30px 0;
}
#secondary .widget_calendar td,
.mega_menu_wrapper .widget_calendar td,
#third .widget_calendar td,
#secondary .widget_calendar th,
.mega_menu_wrapper .widget_calendar th,
#third .widget_calendar th {
  text-align: left;
}
#secondary .widget_calendar caption,
.mega_menu_wrapper .widget_calendar caption,
#third .widget_calendar caption {
  color: #999;
  padding: 0;
}
#secondary .widget_calendar #wp-calendar,
.mega_menu_wrapper .widget_calendar #wp-calendar,
#third .widget_calendar #wp-calendar {
  margin-bottom: 0;
}
#secondary .widget_rss li,
.mega_menu_wrapper .widget_rss li,
#third .widget_rss li {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
#secondary .widget_nav_menu a,
.mega_menu_wrapper .widget_nav_menu a,
#third .widget_nav_menu a {
  line-height: 33px;
}
#secondary .widget_nav_menu ul,
.mega_menu_wrapper .widget_nav_menu ul,
#third .widget_nav_menu ul {
  padding-left: 0px;
  padding-bottom: 0;
}
#secondary .widget_nav_menu li,
.mega_menu_wrapper .widget_nav_menu li,
#third .widget_nav_menu li {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-left: 0;
}
#secondary .widget_nav_menu .menu > li,
.mega_menu_wrapper .widget_nav_menu .menu > li,
#third .widget_nav_menu .menu > li {
  border-bottom: 0.7px solid #e6e6e6;
}
#secondary .widget_pages > ul > li,
.mega_menu_wrapper .widget_pages > ul > li,
#third .widget_pages > ul > li {
  border-bottom: 0.7px solid #e6e6e6;
}
#secondary .widget_tag_cloud a,
.mega_menu_wrapper .widget_tag_cloud a,
#third .widget_tag_cloud a {
  display: inline-block;
  background: #fafafa;
  color: #999999;
  text-transform: uppercase;
  padding: 3px 10px;
  font-size: 11px;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  transition: all 0.1s;
  line-height: 30px;
}
#secondary .widget_tag_cloud a:hover,
.mega_menu_wrapper .widget_tag_cloud a:hover,
#third .widget_tag_cloud a:hover {
  background: #000;
  color: #fff;
}
#secondary .widget_recent_comments .comment-author-link a,
.mega_menu_wrapper .widget_recent_comments .comment-author-link a,
#third .widget_recent_comments .comment-author-link a {
  color: #999;
}
#secondary .widget_search button,
.mega_menu_wrapper .widget_search button,
#third .widget_search button {
  box-shadow: none!important;
  margin-left: 0;
  transition: all 0.3s;
  border: none!important;
}
#secondary .widget_search button:hover,
.mega_menu_wrapper .widget_search button:hover,
#third .widget_search button:hover {
  background: #000;
  color: #fff;
}
#secondary .widget_search .search_input,
.mega_menu_wrapper .widget_search .search_input,
#third .widget_search .search_input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 11px 50px 10px 20px;
  margin-bottom: 0;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  background-color: #fafafa;
  color: #999;
  border: solid 1px #eee;
  border-radius: 0;
}
#secondary .widget_search #searchsubmit,
.mega_menu_wrapper .widget_search #searchsubmit,
#third .widget_search #searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  width: 39px;
  display: inline-block;
  height: 39px;
  cursor: pointer;
  font-size: 11px;
  color: #fff;
  background: #000;
  box-shadow: none;
  border-radius: 0;
  border: none;
}
#secondary .widget_search #searchsubmit i,
.mega_menu_wrapper .widget_search #searchsubmit i,
#third .widget_search #searchsubmit i {
  display: block;
}
#secondary .widget_search #searchform,
.mega_menu_wrapper .widget_search #searchform,
#third .widget_search #searchform {
  position: relative;
}
#secondary .widget_meto_instagram .instagram_item,
.mega_menu_wrapper .widget_meto_instagram .instagram_item,
#third .widget_meto_instagram .instagram_item {
  padding: 3px;
}
#secondary .widget_meto_instagram .like_count,
.mega_menu_wrapper .widget_meto_instagram .like_count,
#third .widget_meto_instagram .like_count {
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 99999999;
  opacity: 0;
  transition: all 0.3s;
}
#secondary .widget_meto_instagram .mask,
.mega_menu_wrapper .widget_meto_instagram .mask,
#third .widget_meto_instagram .mask {
  width: 114px;
  height: 114px;
  display: block;
  position: absolute;
  top: 3px;
  background: #000;
  transition: all 0.3s;
  opacity: 0;
}
#secondary .widget_meto_instagram .like_count i,
.mega_menu_wrapper .widget_meto_instagram .like_count i,
#third .widget_meto_instagram .like_count i {
  padding-right: 5px;
}
#secondary .widget_meto_instagram .instagram_item,
.mega_menu_wrapper .widget_meto_instagram .instagram_item,
#third .widget_meto_instagram .instagram_item {
  position: relative;
  transition: all 0.3s;
}
#secondary .widget_meto_instagram .instagram_item > a,
.mega_menu_wrapper .widget_meto_instagram .instagram_item > a,
#third .widget_meto_instagram .instagram_item > a {
  height: 100%;
  width: 100%;
}
#secondary .widget_meto_instagram .instagram_item:hover .mask,
.mega_menu_wrapper .widget_meto_instagram .instagram_item:hover .mask,
#third .widget_meto_instagram .instagram_item:hover .mask {
  opacity: 0.2;
}
#secondary .widget_meto_instagram .instagram_item:hover .like_count,
.mega_menu_wrapper .widget_meto_instagram .instagram_item:hover .like_count,
#third .widget_meto_instagram .instagram_item:hover .like_count {
  opacity: 1;
}
#secondary .widget_meto_ads,
.mega_menu_wrapper .widget_meto_ads,
#third .widget_meto_ads {
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
#secondary .widget_meto_ads div,
.mega_menu_wrapper .widget_meto_ads div,
#third .widget_meto_ads div {
  text-align: center;
}
#secondary .widget_meto_newsletter #mce-EMAIL,
.mega_menu_wrapper .widget_meto_newsletter #mce-EMAIL,
#third .widget_meto_newsletter #mce-EMAIL {
  outline: none;
  padding: 11px 50px 10px 20px;
  margin-bottom: 0;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  background-color: #fafafa;
  color: #999;
  border: solid 1px #eee;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#secondary .widget_meto_newsletter button,
.mega_menu_wrapper .widget_meto_newsletter button,
#third .widget_meto_newsletter button {
  margin-top: 20px;
  width: 100%;
  font-weight: 300;
  height: 39px;
  cursor: pointer;
  font-size: 12px;
  color: #fff;
  background: #000;
  box-shadow: none;
  border-radius: 0;
  border: none;
  letter-spacing: 1.5px;
}
#secondary .widget_meto_newsletter .widget-title,
.mega_menu_wrapper .widget_meto_newsletter .widget-title,
#third .widget_meto_newsletter .widget-title {
  position: relative;
}
#secondary .widget_meto_newsletter .description,
.mega_menu_wrapper .widget_meto_newsletter .description,
#third .widget_meto_newsletter .description {
  line-height: 25px;
  font-size: 14px;
  margin: 10px 0;
}
#secondary .widget_meto_post_with_thumbnail .post_with_thumbnail_item,
.mega_menu_wrapper .widget_meto_post_with_thumbnail .post_with_thumbnail_item,
#third .widget_meto_post_with_thumbnail .post_with_thumbnail_item {
  margin-bottom: 10px;
}
#secondary .widget_meto_post_with_thumbnail .post_with_thumbnail_item .thumb_wrapper,
.mega_menu_wrapper .widget_meto_post_with_thumbnail .post_with_thumbnail_item .thumb_wrapper,
#third .widget_meto_post_with_thumbnail .post_with_thumbnail_item .thumb_wrapper {
  position: relative;
}
#secondary .widget_meto_post_with_thumbnail .post_with_thumbnail_item .thumb_wrapper .dark_overlay,
.mega_menu_wrapper .widget_meto_post_with_thumbnail .post_with_thumbnail_item .thumb_wrapper .dark_overlay,
#third .widget_meto_post_with_thumbnail .post_with_thumbnail_item .thumb_wrapper .dark_overlay {
  opacity: 0;
  height: 70px;
  transition: all 0.3s;
}
#secondary .widget_meto_post_with_thumbnail .post_with_thumbnail_item .thumb_wrapper:hover .dark_overlay,
.mega_menu_wrapper .widget_meto_post_with_thumbnail .post_with_thumbnail_item .thumb_wrapper:hover .dark_overlay,
#third .widget_meto_post_with_thumbnail .post_with_thumbnail_item .thumb_wrapper:hover .dark_overlay {
  opacity: 0.3;
}
#secondary .widget_meto_post_with_thumbnail .img,
.mega_menu_wrapper .widget_meto_post_with_thumbnail .img,
#third .widget_meto_post_with_thumbnail .img {
  width: 50%;
  height: 100px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
#secondary .widget_meto_post_with_thumbnail h4,
.mega_menu_wrapper .widget_meto_post_with_thumbnail h4,
#third .widget_meto_post_with_thumbnail h4 {
  margin-top: 0;
  line-height: 23px;
  font-size: 14px;
}
#secondary .widget_meto_post_with_thumbnail .date,
.mega_menu_wrapper .widget_meto_post_with_thumbnail .date,
#third .widget_meto_post_with_thumbnail .date {
  font-size: 11px;
  line-height: 18px;
  color: #999999;
}
#secondary .widget_meto_post_with_thumbnail .header,
.mega_menu_wrapper .widget_meto_post_with_thumbnail .header,
#third .widget_meto_post_with_thumbnail .header {
  display: inline-block;
  width: 45%;
  float: right;
}
#secondary .widget_meto_social_icons .widget-description-area,
.mega_menu_wrapper .widget_meto_social_icons .widget-description-area,
#third .widget_meto_social_icons .widget-description-area {
  line-height: 25px;
  font-size: 14px;
  margin: 10px 0;
}
#secondary .widget_meto_social_icons li,
.mega_menu_wrapper .widget_meto_social_icons li,
#third .widget_meto_social_icons li {
  border-bottom: none;
  padding: 0;
}
#secondary .widget_meto_social_icons a,
.mega_menu_wrapper .widget_meto_social_icons a,
#third .widget_meto_social_icons a {
  margin: 1.5px 5px;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
}
#secondary .widget_meto_social_icons a span,
.mega_menu_wrapper .widget_meto_social_icons a span,
#third .widget_meto_social_icons a span {
  color: #fff;
  opacity: 0.6;
  transition: all 0.3s;
}
#secondary .widget_meto_social_icons a:hover span,
.mega_menu_wrapper .widget_meto_social_icons a:hover span,
#third .widget_meto_social_icons a:hover span {
  opacity: 1;
}
#secondary .widget_meto_social_icons .facebook,
.mega_menu_wrapper .widget_meto_social_icons .facebook,
#third .widget_meto_social_icons .facebook {
  background: #3C599F;
}
#secondary .widget_meto_social_icons .pinterest,
.mega_menu_wrapper .widget_meto_social_icons .pinterest,
#third .widget_meto_social_icons .pinterest {
  background: #CC2127;
}
#secondary .widget_meto_social_icons .weibo,
.mega_menu_wrapper .widget_meto_social_icons .weibo,
#third .widget_meto_social_icons .weibo {
  background: #D72B2B;
}
#secondary .widget_meto_social_icons .github,
.mega_menu_wrapper .widget_meto_social_icons .github,
#third .widget_meto_social_icons .github {
  background: #070709;
}
#secondary .widget_meto_social_icons .dribbble,
.mega_menu_wrapper .widget_meto_social_icons .dribbble,
#third .widget_meto_social_icons .dribbble {
  background: #F26798;
}
#secondary .widget_meto_social_icons .skype,
.mega_menu_wrapper .widget_meto_social_icons .skype,
#third .widget_meto_social_icons .skype {
  background: #00AFF0;
}
#secondary .widget_meto_social_icons .vimeo,
.mega_menu_wrapper .widget_meto_social_icons .vimeo,
#third .widget_meto_social_icons .vimeo {
  background: #229ACC;
}
#secondary .widget_meto_social_icons .rss,
.mega_menu_wrapper .widget_meto_social_icons .rss,
#third .widget_meto_social_icons .rss {
  background: #FF7300;
}
#secondary .widget_meto_social_icons .twitter,
.mega_menu_wrapper .widget_meto_social_icons .twitter,
#third .widget_meto_social_icons .twitter {
  background: #32CCFE;
}
#secondary .widget_meto_social_icons .youtube,
.mega_menu_wrapper .widget_meto_social_icons .youtube,
#third .widget_meto_social_icons .youtube {
  background: #C52F30;
}
#secondary .widget_meto_social_icons .google-plus,
.mega_menu_wrapper .widget_meto_social_icons .google-plus,
#third .widget_meto_social_icons .google-plus {
  background: #CF3D2E;
}
#secondary .widget_meto_social_icons .instagram,
.mega_menu_wrapper .widget_meto_social_icons .instagram,
#third .widget_meto_social_icons .instagram {
  background: #A1755C;
}
#secondary .widget_meto_social_icons .digg,
.mega_menu_wrapper .widget_meto_social_icons .digg,
#third .widget_meto_social_icons .digg {
  background: #070709;
}
#secondary .widget_meto_social_icons .stumbleupon,
.mega_menu_wrapper .widget_meto_social_icons .stumbleupon,
#third .widget_meto_social_icons .stumbleupon {
  background: #FF7300;
}
#secondary .widget_meto_social_icons .mail,
.mega_menu_wrapper .widget_meto_social_icons .mail,
#third .widget_meto_social_icons .mail {
  background: #F46899;
}
#secondary .widget_meto_social_icons .linkedin,
.mega_menu_wrapper .widget_meto_social_icons .linkedin,
#third .widget_meto_social_icons .linkedin {
  background: #0085ae;
}
#secondary .widget_meto_social_icons .pinterest,
.mega_menu_wrapper .widget_meto_social_icons .pinterest,
#third .widget_meto_social_icons .pinterest {
  background: #CC2127;
}
#secondary .widget_meto_social_icons .tumblr,
.mega_menu_wrapper .widget_meto_social_icons .tumblr,
#third .widget_meto_social_icons .tumblr {
  background: #314E6C;
}
#secondary .widget_meto_social_icons .flickr,
.mega_menu_wrapper .widget_meto_social_icons .flickr,
#third .widget_meto_social_icons .flickr {
  background: #FF0084;
}
#secondary .widget_meto_social_icons .vine,
.mega_menu_wrapper .widget_meto_social_icons .vine,
#third .widget_meto_social_icons .vine {
  background: #229ACC;
}
#secondary .widget_meto_social_icons .vk,
.mega_menu_wrapper .widget_meto_social_icons .vk,
#third .widget_meto_social_icons .vk {
  background: #375474;
}
#secondary .widget_meto_social_icons .reddit,
.mega_menu_wrapper .widget_meto_social_icons .reddit,
#third .widget_meto_social_icons .reddit {
  background: #E54D26;
}
.sidebar_grey_block {
  position: absolute;
  right: -300px;
  top: 0;
  height: 100%;
  width: 300px;
}
#main_sticky_area {
  position: relative;
}
.magazine_1 .sidebar_grey_block {
  display: none;
}
#secondary,
#third {
  margin: 0!important;
}
#secondary aside,
#third aside {
  padding: 30px;
  background: #fff;
  margin-bottom: 0px;
}
.widget {
  margin: 0 0 20px;
}
select {
  display: block;
}
#secondary .widget_meto_ads {
  margin-left: 30px;
}
.max_width_1220 .footer_widgets {
  margin: 0 5%;
}
.footer_widget_col {
  width: 33.33333333333333%;
  padding: 10px 40px 20px 40px;
  display: inline-block;
  float: left;
}
.footer_widgets {
  padding: 0px 0 0px;
}
.footer_widgets .widget-title {
  text-transform: uppercase;
  font-size: 21px;
  padding-bottom: 18px;
}
.footer_widgets ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.footer_widgets > ul > li {
  font-size: 14px;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid #2d2d2d;
}
.footer_widgets .widget_nav_menu a {
  line-height: 33px;
}
.footer_widgets .widget_nav_menu ul {
  padding-left: 0px;
  padding-bottom: 0;
}
.footer_widgets .widget_nav_menu li {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.footer_widgets .widget_nav_menu .menu > li {
  border-bottom: 0.7px solid #e6e6e6;
}
.footer_widgets .widget_tag_cloud a {
  display: inline-block;
  background: #fafafa;
  color: #999999;
  text-transform: uppercase;
  padding: 3px 10px;
  font-size: 11px;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  transition: all 0.1s;
  line-height: 30px;
}
.footer_widgets .widget_tag_cloud a:hover {
  background: #000;
  color: #fff;
}
.footer_widgets .widget_meto_post_with_thumbnail .post_with_thumbnail_item {
  margin-bottom: 10px;
}
.footer_widgets .widget_meto_post_with_thumbnail .post_with_thumbnail_item .thumb_wrapper {
  position: relative;
}
.footer_widgets .widget_meto_post_with_thumbnail .post_with_thumbnail_item .thumb_wrapper .dark_overlay {
  opacity: 0;
  height: 100px;
  border-radius: 50%;
  transition: all 0.3s;
}
.footer_widgets .widget_meto_post_with_thumbnail .post_with_thumbnail_item .thumb_wrapper:hover .dark_overlay {
  opacity: 0.3;
}
.footer_widgets .widget_meto_post_with_thumbnail .img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
.footer_widgets .widget_meto_post_with_thumbnail h4 {
  margin-top: 0;
  line-height: 17px;
  font-size: 14px;
}
.footer_widgets .widget_meto_post_with_thumbnail .date {
  font-size: 11px;
  line-height: 18px;
  color: #999999;
}
.footer_widgets .widget_meto_post_with_thumbnail .header {
  display: inline-block;
  width: 200px;
  float: right;
  padding-top: 20px;
}
.footer_widgets .widget_meto_social_icons .widget-description-area {
  line-height: 25px;
  font-size: 14px;
  margin: 10px 0;
}
.footer_widgets .widget_meto_social_icons li {
  border-bottom: none!important;
  padding: 0;
}
.footer_widgets .widget_meto_social_icons a {
  margin: 1.5px 5px;
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
}
.footer_widgets .widget_meto_social_icons a span {
  color: #fff;
  opacity: 0.6;
  transition: all 0.3s;
}
.footer_widgets .widget_meto_social_icons a:hover span {
  opacity: 1;
}
.footer_widgets .widget_meto_social_icons .facebook {
  background: #3C599F;
}
.footer_widgets .widget_meto_social_icons .pinterest {
  background: #CC2127;
}
.footer_widgets .widget_meto_social_icons .weibo {
  background: #D72B2B;
}
.footer_widgets .widget_meto_social_icons .github {
  background: #070709;
}
.footer_widgets .widget_meto_social_icons .dribbble {
  background: #F26798;
}
.footer_widgets .widget_meto_social_icons .skype {
  background: #00AFF0;
}
.footer_widgets .widget_meto_social_icons .vimeo {
  background: #229ACC;
}
.footer_widgets .widget_meto_social_icons .rss {
  background: #FF7300;
}
.footer_widgets .widget_meto_social_icons .twitter {
  background: #32CCFE;
}
.footer_widgets .widget_meto_social_icons .youtube {
  background: #C52F30;
}
.footer_widgets .widget_meto_social_icons .google-plus {
  background: #CF3D2E;
}
.footer_widgets .widget_meto_social_icons .instagram {
  background: #A1755C;
}
.footer_widgets .widget_meto_social_icons .digg {
  background: #070709;
}
.footer_widgets .widget_meto_social_icons .stumbleupon {
  background: #FF7300;
}
.footer_widgets .widget_meto_social_icons .mail {
  background: #F46899;
}
.footer_widgets .widget_meto_social_icons .linkedin {
  background: #0085ae;
}
.footer_widgets .widget_meto_social_icons .pinterest {
  background: #CC2127;
}
.footer_widgets .widget_meto_social_icons .tumblr {
  background: #314E6C;
}
.footer_widgets .widget_meto_social_icons .flickr {
  background: #FF0084;
}
.footer_widgets .widget_meto_social_icons .vine {
  background: #229ACC;
}
.footer_widgets .widget_meto_social_icons .vk {
  background: #375474;
}
.footer_widgets .widget_meto_social_icons .reddit {
  background: #E54D26;
}
.footer_widgets .widget_meto_newsletter #mce-EMAIL {
  outline: none;
  padding: 11px 50px 10px 20px;
  margin-bottom: 0;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  background-color: #fafafa;
  color: #999;
  border: solid 1px #eee;
  border-radius: 0;
}
.footer_widgets .widget_meto_newsletter button {
  margin-top: 20px;
  width: 100%;
  font-weight: 200;
  height: 39px;
  cursor: pointer;
  font-size: 12px;
  color: #fff;
  background: #000;
  box-shadow: none;
  border-radius: 0;
  border: none;
  letter-spacing: 1.5px;
}
.footer_widgets .widget_meto_newsletter .widget-title {
  position: relative;
}
.footer_widgets .widget_meto_newsletter .description {
  line-height: 25px;
  font-size: 14px;
  margin: 10px 0;
}
#colophon {
  margin-top: 30px;
  background: #fff;
}
.copyright {
  color: #5a5959;
  text-align: center;
  padding-bottom: 20px;
  font-size: 13px;
  border-top: 1px solid #f1f1f1;
  max-width: 1220px;
  margin: auto;
  padding-top: 20px;
}
.back_to_top {
  position: fixed;
  bottom: 30px;
  right: -50px;
  padding: 20px;
  background: #000;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.6s;
  color: #fff;
}
.widget-title {
  margin-top: 0;
}
#colophon {
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.02);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.02);
}
.footer_grid_instagram_wrapper {
  z-index: -1;
  position: absolute;
  width: 100%;
}
.footer_grid_instagram_wrapper .instagram_item {
  padding: 0!important;
}
.footer_grid_instagram_wrapper .zoom-instagram {
  position: fixed;
  z-index: -99;
  bottom: 0;
}
.footer_grid_instagram_wrapper .ins_follow {
  background: #fff;
  padding: 10px 20px;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.footer_grid_instagram_wrapper .ins_follow:hover {
  background: #000;
  color: #fff;
}
#colophon aside .widget-title {
  margin-top: 0px;
  margin-bottom: 20px;
}
#colophon aside ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
#colophon aside > ul > li {
  color: #999;
  font-size: 14px;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 0.7px solid #e6e6e6;
}
#colophon .search_input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 9.5px 50px 10px 20px!important;
  margin-bottom: 0;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  background-color: #fafafa;
  color: #999;
  border: solid 1px #eee;
  border-radius: 0;
}
#colophon #searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  width: 39px;
  display: inline-block;
  height: 39px;
  cursor: pointer;
  font-size: 11px;
  color: #fff;
  background: #000;
  box-shadow: none;
  border-radius: 0;
  border: none;
}
#colophon #searchform {
  position: relative;
}
.ins_follow {
  background: #fff;
  padding: 10px 20px;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.ins_follow:hover {
  background: #000;
  color: #fff;
}
.ins_outer_wrapper {
  position: relative;
}
.above_ins {
  margin-top: 90px;
}
.single .post_gallery_slideshow {
  background: #fff;
}
.single .post_gallery_slideshow .img {
  height: 600px;
}
.single .post_gallery_slideshow .slick-next,
.single .post_gallery_slideshow .slick-prev {
  display: none!important;
}
.single #secondary {
  margin-top: 30px;
}
.single .single_thumb {
  display: block;
  margin: 0 auto;
  background: #fff;
  left: 0;
  z-index: 1;
}
.single .entry-header {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
}
.single .colorful_social {
  margin-bottom: 30px;
  margin-top: 15px!important;
}
.single article {
  top: -100px;
  position: relative;
  background: #ffffff;
  border-radius: 30px;
  padding: 30px;
  padding-top: 10px;
}
.single .single_header_wrapper .dark_overlay {
  top: 0;
}
.single .single_header_wrapper {
  position: relative;
}
.single .entry-header {
  background: #fff ;
  padding: 30px;
  width: 60%;
  border-radius: 20px;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  padding-left: 30px;
}
.single .entry-header .cat {
  font-size: 12px;
  line-height: 12px;
}
.single .entry-header .cat a {
  color: #888;
  text-transform: uppercase;
  line-height: 25px;
  color: #fff;
  background: #5a42ff;
  padding: 8px 16px;
  border-radius: 4px;
  margin-right: 8px;
}
.single .entry-header .meta {
  font-size: 11px;
  color: #808080;
  text-transform: uppercase;
}
.single .entry-header .meta a {
  color: #808080;
}
.single .entry-header .post_title {
  margin-top: 22px;
  margin-bottom: 32px;
}
.single .article_down_area {
  margin-bottom: 30px;
  padding-top: 0;
}
.single #single-nav {
  margin-bottom: 30px;
  padding: 20px 30px;
  background: #fafafa;
  height: 150px;
}
.single #single-nav h4 {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
}
.single #single-nav .text,
.single #single-nav .time {
  font-size: 11px;
  line-height: 18px;
  color: #999999;
}
.single #single-nav .text {
  text-transform: uppercase;
}
.single #single-nav .previous {
  float: left;
  margin-top: 20px;
  width: 50%;
}
.single #single-nav .next {
  text-align: right;
  float: right;
  margin-top: 20px;
  width: 50%;
}
.single .author_wrapper {
  margin-bottom: 30px;
  padding: 20px 30px;
  background: #fafafa;
}
.single .author_wrapper .img {
  display: inline-block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 130px;
  height: 130px;
  border-radius: 15%;
}
.single .author_wrapper .content_wrapper {
  width: 75%;
  vertical-align: top;
  margin-left: 30px;
  display: inline-block;
}
.single .single_tags {
  margin-bottom: 20px;
}
.single .single_tags a {
  background: #fafafa;
  color: #999999;
  text-transform: uppercase;
  padding: 8px 10px;
  font-size: 11px;
  margin-right: 10px;
  margin-bottom: 7px;
  display: inline-block;
  transition: all 0.1s;
  line-height: 18px;
}
.single .single_tags a:hover {
  background: #000;
  color: #fff;
}
.single .related_posts_wrapper {
  margin-bottom: 30px;
}
.single .related_posts_wrapper .blog_item {
  display: inline-block;
  width: 47%;
}
.single .related_posts_wrapper .blog_item:nth-child(even) {
  float: right;
}
.single .related_posts_wrapper .blog_item:nth-child(odd) {
  float: left;
}
.single .related_posts_wrapper .img {
  width: 100%;
  height: 300px;
}
.single .related_posts_wrapper .time {
  color: #999999;
  font-size: 13px;
}
.single .related_posts_wrapper .related_posts_title {
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  font-size: 23px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 30px;
}
.single #comments #reply-title {
  font-size: 23px;
  margin-bottom: 35px;
  font-weight: bold;
}
.single #comments input,
.single #comments textarea {
  background: #fafafa;
  border: 1px solid rgba(230, 230, 230, 0.6);
  font-size: 14px;
  margin-bottom: 15px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.single #comments input:not([type='submit']) {
  width: 100%;
  padding: 5px 20px;
}
.single #comments textarea {
  padding: 10px;
}
.single #comments input[type='submit'] {
  box-shadow: none;
  background: #000;
  color: #fff;
  padding: 15px 30px;
  letter-spacing: 1.5px;
  font-size: 14px;
  font-weight: 300;
}
.single #comments .comments-title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.5px;
  margin-bottom: 40px;
}
.single #comments .comment-list {
  padding-left: 0;
  margin-left: 0;
}
.single #comments ol {
  list-style-type: none;
}
.single #comments .comment-author {
  float: left;
}
.single #comments .avatar {
  border-radius: 50%;
}
.single #comments .content_wrapper {
  width: 100%;
  padding: 5px 0 25px 80px;
}
.single #comments .fn {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.34px;
}
.single #comments .comment-meta {
  margin-bottom: 5px;
  line-height: 18px;
  font-size: 11px;
}
.single #comments .comment-meta a {
  color: #999;
}
.single #comments p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
}
.single #comments .reply {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
}
.single #comments .comment_item {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
  margin-top: 10px;
}
.img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.single_layout_1 {
  margin: 0 auto;
}
.single_layout_1 .article_down_area {
  width: 100%;
}
.single_layout_3 .article_down_area {
  width: 65%;
}
.single_layout_3 #secondary {
  float: right;
}
.single_layout_3 .article_down_area {
  float: left;
}
.single_layout_2 .article_down_area {
  width: 65%;
}
.single_layout_2 #secondary {
  float: left;
}
.single_layout_2 .article_down_area {
  float: right;
}
.single-format-link .link_wrapper {
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.02);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.02);
  background: #fff;
  margin-top: 74px ;
  padding: 10px 15px;
}
.single-format-link .link_wrapper h4 {
  padding-left: 30px;
  display: inline-block;
}
.single-format-link .article_down_area {
  padding-top: 30px;
}
.single-format-quote .quote_wrapper {
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.02);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.02);
  background: #fff;
  margin-top: 74px;
  padding: 30px;
}
.single-format-quote .quote_wrapper h4 {
  line-height: 30px;
}
.single-format-quote .article_down_area {
  padding-top: 30px;
}
.colorful_social {
  margin-top: 25px;
}
.colorful_social a {
  margin: 1.5px 5px;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
}
.colorful_social a i {
  color: #fff;
  opacity: 0.6;
  transition: all 0.3s;
}
.colorful_social a:hover i {
  opacity: 1;
}
.colorful_social .facebook {
  background: #3C599F;
}
.colorful_social .twitter {
  background: #32CCFE;
}
.colorful_social .youtube {
  background: #C52F30;
}
.colorful_social .google-plus {
  background: #CF3D2E;
}
.colorful_social .instagram {
  background: #A1755C;
}
.colorful_social .digg {
  background: #070709;
}
.colorful_social .stumbleupon {
  background: #FF7300;
}
.colorful_social .mail {
  background: #F46899;
}
.colorful_social .linkedin {
  background: #0085ae;
}
.colorful_social .pinterest {
  background: #CC2127;
}
.colorful_social .tumblr {
  background: #314E6C;
}
.colorful_social .flickr {
  background: #FF0084;
}
.colorful_social .vine {
  background: #229ACC;
}
.colorful_social .vk {
  background: #375474;
}
.colorful_social .reddit {
  background: #E54D26;
}
.colorful_social .count {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  text-align: center;
  color: #2fa614;
}
.colorful_social .share_number {
  line-height: 20px;
  margin-right: 20px;
  position: relative;
  top: 5px;
}
.colorful_social .share {
  position: absolute;
  left: 0;
  top: 100%;
  font-size: 11px;
  line-height: 11px;
  color: #999;
}
.single_top_ads {
  display: block;
  margin-bottom: 30px;
}
.single_top_ads img {
  display: block;
  margin: auto;
}
.single_bottom_ads {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}
.single_bottom_ads img {
  display: block;
  margin: auto;
}
.body_single_layout_2 .single_bottom_ads {
  float: right;
  width: 65%;
}
.body_single_layout_3 .single_bottom_ads {
  width: 65%;
}
.body_single_layout_1 .single_bottom_ads {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.single.body_single_layout_2 article,
.body_single_layout_3 article {
  padding: 0;
  overflow: hidden;
}
.single.body_single_layout_2 .colorful_social,
.body_single_layout_3 .colorful_social {
  padding-left: 30px;
}
.single.body_single_layout_2 .sidebar_grey_block,
.body_single_layout_3 .sidebar_grey_block {
  display: none;
}
.single-format-video article,
.single-format-audio article {
  background: #fff;
  padding-bottom: 15px;
}
.single-format-video #secondary,
.single-format-audio #secondary {
  margin-top: 45px;
}
.cookiePolicy {
  visibility: hidden!important;
}
.single .tiny_coffee button[type='submit'] {
  box-shadow: none;
}
.single .tiny_coffee h1 {
  font-size: 30px;
}
.single input[type='radio'] {
  appearance: revert !important;
  -webkit-appearance: revert !important;
  -moz-appearance: revert !important;
  display: inline-block;
  width: auto!important;
  margin-right: 15px;
}
.single .edd_price_options {
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
}
.single .edd_price_options li {
  display: inline-block;
  margin-right: 30px;
}
.single .edd_purchase_submit_wrapper {
  text-align: center;
}
.ebook_single {
  top: 0!important;
}
.ebook_single .cgd_eer_comment_rating {
  margin-bottom: 10px;
}
.ebook_single #secondary {
  display: none;
}
.ebook_single .entry-header {
  position: relative!important;
  -webkit-transform: translate(0%, 0%) !important;
  -ms-transform: translate(0%, 0%) !important;
  -moz-transform: translate(0%, 0%) !important;
  left: 0!important;
  text-align: center;
}
.ebook_single .single_top_ads,
.ebook_single .single_bottom_ads {
  display: none!important;
}
.ebook_single .single_thumb {
  width: 45%;
  float: left;
}
.ebook_single .content_and_sticky_sidebar {
  width: 50%;
  float: right;
}
.single-download .single_bottom_ads {
  margin: auto;
  width: 100%;
}
.edd_average_rating {
  background: #fafafa;
  text-align: center;
  margin-bottom: 30px;
  padding: 20px 0;
}
.edd_average_rating .title {
  text-transform: uppercase;
}
.edd_average_rating #cgd_eer_product_rating {
  margin: auto!important;
}
.edd-variable-pricing-desc {
  margin-left: 27.5px;
  color: #848484;
}
.flat_social_share a {
  margin: 1.5px 5px;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
}
.flat_social_share a i {
  color: #000;
  opacity: 0.6;
  font-size: 22px;
  transition: all 0.3s;
}
.flat_social_share a:hover i {
  opacity: 1;
}
.flat_social_share .count {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  text-align: center;
  color: #000;
  opacity: 0.45;
}
.flat_social_share .share_number {
  line-height: 20px;
  margin-right: 20px;
  position: relative;
  top: 0px;
}
.flat_social_share .share {
  position: absolute;
  left: 0;
  top: 100%;
  font-size: 11px;
  line-height: 11px;
  color: #999;
}
.comment_item ol li {
  list-style: decimal!important;
}
.comment-list .pingback .content_wrapper {
  padding-left: 0!important;
}
.no_thumb.entry-header {
  display: none;
  padding-top: 0;
}
.single.single_no_thumbnail .no_thumb.entry-header {
  display: block;
  padding-left: 0;
}
.single.single_no_thumbnail .colorful_social {
  display: none;
}
.single.single_no_thumbnail article {
  background: transparent;
}
.single.single_no_thumbnail .single_header_wrapper {
  display: none;
}
.single.single_no_thumbnail .entry-header {
  position: relative!important;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -moz-transform: translateY(0%);
  padding-bottom: 20px;
}
.single.single_no_thumbnail .dark_overlay {
  display: none;
}
.single.single_no_thumbnail .colorful_social {
  margin-top: 0;
}
.single.single_no_thumbnail article {
  top: 0;
  padding-top: 0;
}
.single .ql_wrapper {
  margin-bottom: -28px;
}
.single .ql_wrapper img {
  display: none!important;
}
.single .ql_wrapper .link_wrapper,
.single .ql_wrapper .quote_wrapper {
  box-shadow: none;
  background: #E9EFF9;
}
.single-post article {
  margin-bottom: -100px;
}
.single.single_has_sidebar .colorful_social {
  margin-top: 25px!important;
}
.tiny_coffee_form button {
  box-shadow: none!important;
}
.single #masthead,
.archive #masthead,
.cateogry #masthead,
.search #masthead {
  margin-bottom: 30px!important;
}
input[type='radio'] {
  appearance: revert !important;
  -webkit-appearance: revert !important;
  -moz-appearance: revert !important;
}
input[type='checkbox'] {
  appearance: revert !important;
  -webkit-appearance: revert !important;
  -moz-appearance: revert !important;
}
.error-404 {
  padding: 30px 0 140px;
  max-width: 360px;
  margin: auto;
  text-align: center;
}
.error-404 .number {
  font-size: 180px;
  color: #ccc;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 180px;
}
.error-404 .page-title {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
}
.error-404 p {
  font-size: 14px;
  color: #999;
}
.error-404 .page-header {
  background: transparent!important;
  border-bottom: none;
  margin-bottom: 0;
}
.error-404 .page-content {
  margin: 0;
}
.error-404 #searchform {
  margin-bottom: 20px;
  position: relative;
}
.error-404 #searchform .search_input {
  outline: none;
  padding: 11.5px 50px 10px 20px;
  margin-bottom: 0;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  background-color: #fafafa;
  color: #999;
  border: solid 1px #eee;
  border-radius: 0;
}
.error-404 #searchform #searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  width: 39px;
  display: inline-block;
  height: 39px;
  cursor: pointer;
  font-size: 11px;
  color: #fff;
  background: #000;
  box-shadow: none;
  border-radius: 0;
  border: none;
}
.error-404 #searchform #searchsubmit i {
  display: block;
}
.error-404 .back_to_home {
  font-size: 14px;
}
.search-no-results .page-content p {
  text-align: center;
  font-size: 22px;
  line-height: 30px;
}
.search-no-results #primary {
  width: 890px;
}
.search-no-results .page-content #searchform {
  max-width: 420px;
  margin-top: 35px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.search-no-results .search_input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 11px 50px 10px 20px!important;
  margin-bottom: 0;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  background-color: #fafafa;
  color: #999;
  border: solid 1px #eee;
  border-radius: 0;
}
.search-no-results #searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  width: 39px;
  display: inline-block;
  height: 39px;
  cursor: pointer;
  font-size: 11px;
  color: #fff;
  background: #000;
  box-shadow: none;
  border-radius: 0;
  border: none;
}
.search-no-results #searchsubmit i {
  display: block;
}
.search-no-results #searchform {
  position: relative;
}
.no_posts {
  width: 100%;
}
.not-found {
  width: 100%;
}
.not-found .page-header {
  background: #fff;
  margin-top: 0;
  padding: 0;
  margin-bottom: 30px;
}
.not-found .page-header h3 {
  line-height: 20px;
  font-size: 18px;
  padding: 15px 30px;
  margin: 0;
}
.not-found .page-header i {
  font-size: 12px;
  margin-right: 15px;
  line-height: 22px;
}
.not-found .page-header .home {
  float: right;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
}
.not-found .page-content #searchform {
  max-width: 420px;
  margin-top: 35px;
  margin-bottom: 30px;
}
.not-found .search_input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 11px 50px 10.5px 20px!important;
  margin-bottom: 0;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  background-color: #fafafa;
  color: #999;
  border: solid 1px #eee;
  border-radius: 0;
}
.not-found #searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  width: 39px;
  display: inline-block;
  height: 39px;
  cursor: pointer;
  font-size: 11px;
  color: #fff;
  background: #000;
  box-shadow: none;
  border-radius: 0;
  border: none;
}
.not-found #searchsubmit i {
  display: block;
}
.not-found #searchform {
  position: relative;
}
.archive .page-header,
.category .page-header,
.search .page-header {
  background: #fff;
  margin-top: 0;
  padding: 0;
  margin-bottom: 30px;
}
.archive .page-header h3,
.category .page-header h3,
.search .page-header h3 {
  font-size: 18px;
  padding: 15px 30px;
  margin: 0;
}
.archive .page-header i,
.category .page-header i,
.search .page-header i {
  font-size: 12px;
  margin-right: 15px;
  line-height: 22px;
}
.archive .page-header .home,
.category .page-header .home,
.search .page-header .home {
  float: right;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
}
.page #main {
  background: #fff;
  padding: 0 0 30px ;
}
.page .page_top_ads {
  margin-bottom: 30px;
  display: block;
}
.page .page_top_ads,
.page .page_bottom_ads {
  display: block;
  text-align: center;
}
.page .page_bottom_ads {
  margin-top: 30px;
}
.page.page_layout_1 #primary {
  width: 100%;
  margin: 0 auto;
  margin: auto;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.page.page_layout_2 #primary {
  width: 65%;
  margin: auto;
  position: relative;
  float: right;
}
.page.page_layout_2 #secondary {
  float: left;
}
.page.page_layout_3 #secondary {
  margin-left: 30px;
}
.page.page_layout_3 #primary {
  width: 65%;
  margin: auto;
  position: relative;
  float: left;
}
input,
textarea {
  background: #fafafa;
  border: 1px solid rgba(230, 230, 230, 0.6);
  font-size: 14px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.single .article_down_area table {
  display: inline-block;
  width: auto !important;
  border: 1px solid rgba(230, 230, 230, 0.6);
  border-right: none;
  border-top: none;
}
.single .article_down_area table th,
.single .article_down_area table td {
  border-right: 1px solid rgba(230, 230, 230, 0.6);
  padding: 10px;
}
.single .article_down_area table tr {
  border-top: 1px solid rgba(230, 230, 230, 0.6);
}
#page #comments #reply-title {
  font-size: 23px;
  margin-bottom: 35px;
  font-weight: bold;
}
#page #comments input,
#page #comments textarea {
  background: #fafafa;
  border: 1px solid rgba(230, 230, 230, 0.6);
  font-size: 14px;
  margin-bottom: 15px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#page #comments input:not([type='submit']) {
  width: 100%;
  padding: 5px 20px;
}
#page #comments textarea {
  padding: 10px;
}
#page #comments input[type='submit'] {
  box-shadow: none;
  background: #000;
  color: #fff;
  padding: 15px 30px;
  letter-spacing: 1.5px;
  font-size: 14px;
  font-weight: 300;
}
#page #comments .comments-title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.5px;
  margin-bottom: 40px;
}
#page #comments .comment-list {
  padding-left: 0;
  margin-left: 0;
}
#page #comments ol {
  list-style-type: none;
}
#page #comments .comment-author {
  float: left;
}
#page #comments .avatar {
  border-radius: 50%;
}
#page #comments .content_wrapper {
  width: 100%;
  padding: 5px 0 25px 80px;
}
#page #comments .fn {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.34px;
}
#page #comments .comment-meta {
  margin-bottom: 5px;
  line-height: 18px;
  font-size: 11px;
}
#page #comments .comment-meta a {
  color: #999;
}
#page #comments p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
}
#page #comments .reply {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
}
#page #comments .comment_item {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
  margin-top: 10px;
}
#page .entry-title {
  margin-top: 0;
  margin-bottom: 20px;
}
#page .page_thumb {
  margin-bottom: 30px;
}
#page .page_thumb img {
  width: 100%;
}
#page input,
#page textarea {
  background: #fafafa;
  border: 1px solid rgba(230, 230, 230, 0.6);
  font-size: 14px;
  font-weight: normal;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#page input:not([type='submit']) {
  width: 100%;
  padding: 5px 20px;
}
#page textarea {
  padding: 10px;
}
#page input[type='submit'] {
  box-shadow: none;
  background: #000;
  color: #fff;
  padding: 15px 30px;
  letter-spacing: 1.5px;
  font-size: 14px;
  font-weight: 300;
  margin-top: 15px;
}
#page label {
  width: 100%;
}
.slider_ads img {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  position: relative;
  left: 50%;
}
body {
  line-height: 30px;
}
.page_loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999999999999999999999999999999999999999;
  background: #ffffff;
  transition: all 0.3s;
}
.tetrominos {
  position: absolute;
  top: 50%!important;
  left: 50%!important;
  -webkit-transform: translate(-112px, -96px);
  transform: translate(-112px, -96px);
}
.tetromino {
  width: 96px;
  height: 112px;
  position: absolute;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  background: url('data:image/svg+xml;utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 612 684"%3E%3Cpath fill="%23010101" d="M305.7 0L0 170.9v342.3L305.7 684 612 513.2V170.9L305.7 0z"/%3E%3Cpath fill="%23fff" d="M305.7 80.1l-233.6 131 233.6 131 234.2-131-234.2-131"/%3E%3C/svg%3E') no-repeat top center;
}
.box1 {
  -webkit-animation: tetromino1 1.5s ease-out infinite;
  animation: tetromino1 1.5s ease-out infinite;
}
.box2 {
  -webkit-animation: tetromino2 1.5s ease-out infinite;
  animation: tetromino2 1.5s ease-out infinite;
}
.box3 {
  -webkit-animation: tetromino3 1.5s ease-out infinite;
  animation: tetromino3 1.5s ease-out infinite;
  z-index: 2;
}
.box4 {
  -webkit-animation: tetromino4 1.5s ease-out infinite;
  animation: tetromino4 1.5s ease-out infinite;
}
@-webkit-keyframes tetromino1 {
  0%,
  40% {
    /* compose logo */
    /* 1 on 3 */
    /* L-shape */
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    /* pre-box */
    -webkit-transform: translate(48px, -27px);
    transform: translate(48px, -27px);
  }
  60%,
  100% {
    /* box */
    /* compose logo */
    -webkit-transform: translate(96px, 0);
    transform: translate(96px, 0);
  }
}
@keyframes tetromino1 {
  0%,
  40% {
    /* compose logo */
    /* 1 on 3 */
    /* L-shape */
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    /* pre-box */
    -webkit-transform: translate(48px, -27px);
    transform: translate(48px, -27px);
  }
  60%,
  100% {
    /* box */
    /* compose logo */
    -webkit-transform: translate(96px, 0);
    transform: translate(96px, 0);
  }
}
@-webkit-keyframes tetromino2 {
  0%,
  20% {
    /* compose logo */
    /* 1 on 3 */
    -webkit-transform: translate(96px, 0px);
    transform: translate(96px, 0px);
  }
  40%,
  100% {
    /* L-shape */
    /* box */
    /* compose logo */
    -webkit-transform: translate(144px, 27px);
    transform: translate(144px, 27px);
  }
}
@keyframes tetromino2 {
  0%,
  20% {
    /* compose logo */
    /* 1 on 3 */
    -webkit-transform: translate(96px, 0px);
    transform: translate(96px, 0px);
  }
  40%,
  100% {
    /* L-shape */
    /* box */
    /* compose logo */
    -webkit-transform: translate(144px, 27px);
    transform: translate(144px, 27px);
  }
}
@-webkit-keyframes tetromino3 {
  0% {
    /* compose logo */
    -webkit-transform: translate(144px, 27px);
    transform: translate(144px, 27px);
  }
  20%,
  60% {
    /* 1 on 3 */
    /* L-shape */
    /* box */
    -webkit-transform: translate(96px, 54px);
    transform: translate(96px, 54px);
  }
  90%,
  100% {
    /* compose logo */
    -webkit-transform: translate(48px, 27px);
    transform: translate(48px, 27px);
  }
}
@keyframes tetromino3 {
  0% {
    /* compose logo */
    -webkit-transform: translate(144px, 27px);
    transform: translate(144px, 27px);
  }
  20%,
  60% {
    /* 1 on 3 */
    /* L-shape */
    /* box */
    -webkit-transform: translate(96px, 54px);
    transform: translate(96px, 54px);
  }
  90%,
  100% {
    /* compose logo */
    -webkit-transform: translate(48px, 27px);
    transform: translate(48px, 27px);
  }
}
@-webkit-keyframes tetromino4 {
  0%,
  60% {
    /* compose logo */
    /* 1 on 3 */
    /* L-shape */
    /* box */
    -webkit-transform: translate(48px, 27px);
    transform: translate(48px, 27px);
  }
  90%,
  100% {
    /* compose logo */
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes tetromino4 {
  0%,
  60% {
    /* compose logo */
    /* 1 on 3 */
    /* L-shape */
    /* box */
    -webkit-transform: translate(48px, 27px);
    transform: translate(48px, 27px);
  }
  90%,
  100% {
    /* compose logo */
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.page .entry-content table {
  display: inline-block;
  width: auto !important;
  border: 1px solid rgba(230, 230, 230, 0.6);
  border-right: none;
  border-top: none;
}
.page .entry-content table th,
.page .entry-content table td {
  border-right: 1px solid rgba(230, 230, 230, 0.6);
  padding: 10px;
}
.page .entry-content table tr {
  border-top: 1px solid rgba(230, 230, 230, 0.6);
}
.page .sidebar_grey_block {
  display: none;
}
.page.page_layout_3 #secondary {
  float: right;
}
.page.page_layout_1 #primary {
  left: 0%;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -moz-transform: translateX(0%);
}
#edd_checkout_cart {
  width: 100%!important;
}
.stock_portfolio_table {
  margin-bottom: 70px;
}
.stock_portfolio_table .wrapper div {
  display: inline-block;
}
.stock_portfolio_table .title div {
  font-weight: bold;
}
.stock_portfolio_table .col_item_0,
.stock_portfolio_table .col_item_1,
.stock_portfolio_table .col_item_2,
.stock_portfolio_table .col_item_3,
.stock_portfolio_table .ol_item_4 {
  width: 20%;
  padding: 12px 0;
}
.stock_portfolio_table .wrapper {
  border-bottom: 1px solid #D9DDDE;
}
.stock_portfolio_table .green {
  color: #9cd673;
}
.stock_portfolio_table .red {
  color: #dd5858;
}
.portfolio_title {
  text-align: center;
}
#stock_classification_pie {
  max-width: 600px;
  margin: auto;
  margin-bottom: 70px;
}
.classification_stock_title {
  margin-bottom: 40px;
  text-align: center;
}
.stock_income_title {
  text-align: center;
  margin-bottom: 40px;
}
#stock_income_line {
  max-width: 700px;
  margin: auto;
}
.etf_title {
  text-align: center;
  margin-bottom: 40px;
}
.etf_wrapper .item_outer {
  background: #fff;
  border: 1px #ddd solid;
  margin: 0px;
  padding: 0;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.etf_wrapper .item_title {
  background: #F9F9F9;
  color: #1484C7;
  text-align: center;
  padding: 13px;
  margin-top: 0;
}
.etf_wrapper .item_desc {
  padding: 12px 23px;
}
.etf_wrapper .col {
  padding: 8px ;
  border-bottom: 1px #ddd solid;
  margin-bottom: 5px;
  margin: auto 15px;
}
.etf_wrapper .col .right {
  float: right;
}
#main .meto_newsletter_wrapper {
  border: 8px dashed #5A42FF;
  max-width: 600px;
  margin: 50px auto;
  padding: 50px;
}
#main .meto_newsletter_wrapper #mce-EMAIL {
  outline: none;
  padding: 11px 50px 10px 20px;
  margin-bottom: 0;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  background-color: #fafafa;
  color: #999;
  border: solid 1px #eee;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#main .meto_newsletter_wrapper button {
  margin-top: 20px;
  width: 100%;
  font-weight: 300;
  height: 39px;
  cursor: pointer;
  font-size: 12px;
  color: #fff;
  background: #000;
  box-shadow: none;
  border-radius: 0;
  border: none;
  letter-spacing: 1.5px;
}
#main .meto_newsletter_wrapper .widget-title {
  position: relative;
}
#main .meto_newsletter_wrapper .description {
  line-height: 25px;
  font-size: 14px;
  margin: 10px 0;
}
.page-template-page-portfolio .page_loading {
  display: none!important;
}
@media only screen and (max-width: 768px) {
  .top_featured_3_wrapper {
    margin-left: 0!important;
    margin-right: 0!important;
    width: 100%!important;
  }
  .qotd_wrapper {
    margin-left: 0!important;
    margin-right: 0!important;
    width: 100%!important;
  }
  .top_featured_5_wrapper .content {
    padding: 25px 35px!important;
  }
}
@media only screen and (max-width: 830px) {
  .tfa_top_ads {
    display: none!important;
  }
  .top_featured_1_outer {
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  .top_featured_2_wrapper .blog_item {
    margin: 0!important;
  }
}
@media only screen and (max-width: 1150px) {
  .top_featured_2_wrapper .post_title {
    font-size: 22px!important;
    line-height: 32px!important;
  }
  .top_featured_2_wrapper .meta {
    font-size: 10px!important;
    margin-top: 16px!important;
  }
}
@media only screen and (max-width: 1220px) {
  #left_widget {
    display: none !important;
  }
  #main_sticky_area {
    margin: 0 auto;
  }
  #primary {
    margin-left: 0;
  }
  .top_featured_1_wrapper,
  .top_featured_1_outer {
    width: 100%!important;
  }
  .top_featured_1_wrapper .post_title {
    font-size: 48px!important;
    line-height: 58px!important;
  }
  .top_featured_1_wrapper .meta {
    font-size: 13px!important;
  }
  .tfa_1_blue_block,
  .sidebar_grey_block {
    display: none!important;
  }
  .tfa_middle_ads_wrapper {
    width: 100%;
    margin-left: auto!important;
    margin-right: auto!important;
  }
  .tfa_bottom_left {
    width: 700px!important;
  }
  .tfa_bottom_ads_wrapper {
    width: 1030px;
    margin-left: auto!important;
    margin-right: auto!important;
  }
  .blog_2 #primary article.odd {
    margin-left: 0 !important;
  }
  .blog_ads_1 img,
  .blog_ads_2 img,
  .blog_ads_3 img,
  .blog_footer_ads img {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 1030px) {
  .top_featured_1_wrapper .post_thumb {
    height: 500px !important;
  }
  .tfa_middle_ads_wrapper {
    width: 100%;
    margin-left: auto!important;
    margin-right: auto!important;
  }
  .tfa_bottom_left {
    width: 500px!important;
  }
  .tfa_bottom_ads_wrapper {
    width: 830px;
    margin-left: auto!important;
    margin-right: auto!important;
  }
  .blog_2 #primary article {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 500px;
  }
  .m_section_1 .magazine-post-vertical-wrapper .img {
    width: 100%!important;
  }
  .m_section_1 .magazine-post-horizontal-wrapper {
    margin-left: 0 !important;
  }
  .m_section_3 .magazine-post-horizontal-wrapper .img,
  .m_section_3 .magazine-post-horizontal-wrapper .entry-content {
    width: 100%!important;
  }
  .m_section_3 h3 {
    margin-top: 20px!important;
  }
  .m_section_2 .magazine-post-vertical-wrapper .img {
    width: 100% !important;
  }
  .m_section_2 article {
    margin-left: 0 !important;
  }
  .m_section_4 article {
    margin-left: 0 !important;
  }
  .m_section_5 article {
    margin-left: 0 !important;
  }
  .m_section_5 article .img {
    width: 100% !important;
  }
  .magazine_content_2 article {
    width: 500px!important;
  }
  .magazine_part_2 {
    width: 830px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 830px) {
  .top_featured_1_wrapper {
    width: 100% !important;
  }
  .top_featured_1_wrapper .post_thumb {
    height: 400px !important;
  }
  .top_featured_1_wrapper .content {
    max-width: 80%!important;
  }
  .top_featured_1_wrapper .slick-next,
  .top_featured_1_wrapper .slick-prev {
    display: none!important;
  }
  .top_featured_2_wrapper {
    width: 100% !important;
  }
  .top_featured_2_wrapper .post_thumb {
    height: 400px !important;
  }
  .top_featured_2_wrapper .content {
    max-width: 80%!important;
  }
  .top_featured_2_wrapper .slick-next,
  .top_featured_2_wrapper .slick-prev {
    display: none!important;
  }
  .top_featured_3_wrapper {
    width: 97%;
    margin: auto;
  }
  .top_featured_3_wrapper .blog_group_1,
  .top_featured_3_wrapper .blog_group_2,
  .top_featured_3_wrapper .blog_group_3 {
    width: 100%;
  }
  .top_featured_3_wrapper .blog_group_3 {
    padding-left: 0;
  }
  .top_featured_3_wrapper .blog_group_1 {
    padding-right: 0;
  }
  .top_featured_3_wrapper .blog_group_2 .blog_item:first-child {
    margin-bottom: 7px;
  }
  .top_featured_3_wrapper .slick-next,
  .top_featured_3_wrapper .slick-prev {
    display: none!important;
  }
  .tfa_right_ads {
    display: none!important;
  }
  .tfa_middle_ads_wrapper {
    width: 100%;
    margin-left: auto!important;
    margin-right: auto!important;
  }
  .tfa_bottom_left {
    width: 300px!important;
  }
  .tfa_bottom_ads_wrapper {
    width: 630px;
    margin-left: auto!important;
    margin-right: auto!important;
  }
  .blog_2 #primary article {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
  }
  .magazine_1 #primary {
    width: 300px!important;
  }
  .magazine_1 .magazine_content_2 article {
    width: 100%!important;
  }
  .magazine_part_2 {
    width: 100%!important;
  }
  .magazine_1 .magazine_content_2 {
    width: 100%!important;
    float: none!important;
  }
  #third {
    width: 100%!important;
  }
  .magazine_1 .magazine-post-horizontal-wrapper .entry-content {
    width: 50% !important;
  }
  .magazine_1 .m_section_3 .magazine-post-horizontal-wrapper .entry-content {
    width: 100%!important;
  }
}
@media only screen and (max-width: 830px) {
  #primary {
    margin: auto!important;
    float: none !important;
  }
  .content {
    margin: 0 0.5%!important;
  }
  #main_sticky_area {
    width: 100%;
  }
  #main_sticky_area article {
    width: 100%;
  }
  #secondary,
  #third {
    margin: auto!important;
    float: none !important;
  }
  #secondary .widget_meto_post_with_thumbnail .post_wrapper,
  #third .widget_meto_post_with_thumbnail .post_wrapper {
    margin: auto;
  }
  #secondary .widget_meto_instagram .grid_instagram_wrapper,
  #third .widget_meto_instagram .grid_instagram_wrapper {
    max-width: 240px;
    margin: auto;
  }
  #secondary .widget_meto_ads,
  #third .widget_meto_ads {
    max-width: 300px;
    margin: auto;
    background: transparent;
  }
  .top_featured_1_wrapper {
    width: 100% !important;
  }
  .top_featured_1_wrapper .post_title {
    font-size: 20px !important;
  }
  .top_featured_1_wrapper .cat {
    font-size: 11px !important;
  }
  .top_featured_2_wrapper {
    width: 100% !important;
  }
  .top_featured_2_wrapper .post_title {
    font-size: 25px !important;
  }
  .top_featured_2_wrapper .meta {
    font-size: 8px !important;
    margin-top: 10px!important;
  }
  .tfa_middle_ads_wrapper {
    width: 100%;
    margin-left: auto!important;
    margin-right: auto!important;
  }
  .tfa_bottom_left {
    width: 100%!important;
  }
  .tfa_bottom_ads_wrapper {
    width: 97%;
    margin-left: auto!important;
    margin-right: auto!important;
  }
  .tfa_right_ads,
  .tfa_bottom_right {
    display: none!important;
  }
  .blog_2 #primary article {
    width: 100%;
  }
  .magazine_1 #primary {
    width: 100%!important;
  }
}
@media only screen and (max-width: 1220px) {
  .blog-2-wrapper {
    margin-left: 0!important;
  }
}
@media only screen and (max-width: 1030px) {
  .blog-2-wrapper .post_thumb {
    width: 100%;
  }
  .blog-2-wrapper .entry-content {
    width: 100%;
  }
}
@media only screen and (max-width: 1220px) {
  .single_bottom_ads {
    width: 700px !important;
  }
  .author_wrapper .content_wrapper {
    width: 70%!important;
  }
}
@media only screen and (max-width: 1030px) {
  .single_bottom_ads {
    width: 500px !important;
  }
  .author_wrapper .content_wrapper {
    width: 100%!important;
  }
}
@media only screen and (max-width: 830px) {
  .article_down_area {
    width: 100% !important;
    float: none!important;
  }
  .single_bottom_ads {
    width: 100% !important;
  }
  .author_wrapper .content_wrapper {
    width: 70%!important;
  }
  .single #secondary {
    margin: auto;
    float: none!important;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 675px) {
  .author_wrapper .content_wrapper {
    width: 95%!important;
    margin: auto !important;
  }
}
@media only screen and (max-width: 630px) {
  .related_posts .blog_item {
    width: 100% !important;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 430px) {
  .article_down_area {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media only screen and (max-width: 350px) {
  .single .nav-box {
    width: 100% !important;
    float: none !important;
  }
  #single-nav {
    height: auto!important;
  }
}
@media only screen and (max-width: 1220px) {
  .body_single_layout_1 .article_down_area {
    width: 100% !important;
  }
  .body_single_layout_1 .single_layout_1 {
    width: 100% !important;
  }
}
@media only screen and (max-width: 800px) {
  .single .post_gallery_slideshow .img {
    height: 450px!important;
  }
}
@media only screen and (max-width: 500px) {
  .single .post_gallery_slideshow .slick-prev,
  .single .post_gallery_slideshow .slick-next {
    display: none!important;
  }
  .single .post_gallery_slideshow .img {
    height: 350px!important;
  }
}
@media only screen and (max-width: 1180px) {
  #colophon .footer_widget_col {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 1080px) {
  #colophon .footer_widget_col {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media only screen and (max-width: 1000px) {
  #bottom_1,
  #bottom_2,
  #bottom_3 {
    padding-right: 20px !important;
    width: 330px !important;
    margin: auto !important;
    float: none !important;
    display: block;
  }
  .footer_widgets {
    text-align: center ;
  }
  .widget_meto_post_with_thumbnail {
    text-align: left;
  }
}
@media only screen and (max-width: 400px) {
  #bottom_1,
  #bottom_2,
  #bottom_3 {
    padding-right: 0!important;
    width: 97% !important;
  }
}
@media only screen and (max-width: 380px) {
  #colophon .widget_meto_post_with_thumbnail .header {
    width: 150px !important;
  }
}
@media only screen and (max-width: 1030px) {
  .archive article,
  .category article,
  .search article {
    width: 500px !important;
  }
}
@media only screen and (max-width: 830px) {
  .archive #primary,
  .category #primary,
  .search #primary {
    width: 100%!important;
  }
  .archive .page-header .home,
  .category .page-header .home,
  .search .page-header .home {
    display: none;
  }
}
@media only screen and (max-width: 630px) {
  .archive #primary,
  .category #primary,
  .search #primary {
    margin: auto!important;
    float: none !important;
  }
  .archive #main_sticky_area,
  .category #main_sticky_area,
  .search #main_sticky_area {
    width: 100%!important;
  }
  .archive #main_sticky_area article,
  .category #main_sticky_area article,
  .search #main_sticky_area article {
    width: 100%!important;
  }
}
@media only screen and (max-width: 770px) {
  .page #primary {
    margin: auto!important;
    float: none !important;
    margin-bottom: 30px !important;
  }
  .page #content {
    width: 90% !important;
    margin: auto!important;
  }
  .page #secondary,
  .page #third {
    margin: auto!important;
    width: 97%!important;
    float: none !important;
  }
  .page #secondary .widget_meto_post_with_thumbnail .post_wrapper,
  .page #third .widget_meto_post_with_thumbnail .post_wrapper {
    margin: auto;
  }
  .page #secondary .widget_meto_instagram .grid_instagram_wrapper,
  .page #third .widget_meto_instagram .grid_instagram_wrapper {
    max-width: 240px;
    margin: auto;
  }
  .page #secondary .widget_meto_ads,
  .page #third .widget_meto_ads {
    max-width: 300px;
    margin: auto;
    background: transparent;
  }
}
@media only screen and (max-width: 1250px) {
  .page.page_layout_1 #primary {
    width: 100% !important;
  }
  .page.page_layout_1 #content {
    width: 930px !important;
  }
}
@media only screen and (max-width: 930px) {
  .page.page_layout_1 #primary {
    width: 100% !important;
  }
  .page.page_layout_1 #content {
    width: 730px !important;
  }
}
@media only screen and (max-width: 770px) {
  .page.page_layout_1 #primary {
    width: 100%!important;
    margin: auto!important;
    float: none !important;
    margin-bottom: 0px !important;
  }
  .page.page_layout_1 #content {
    width: 97% !important;
  }
  .page.page_layout_1 #secondary,
  .page.page_layout_1 #third {
    float: none!important;
  }
  .page.page_layout_1 article {
    width: 100%!important;
  }
  #third {
    display: none!important;
  }
}
@media only screen and (max-width: 1180px) {
  #colophon .footer_widget_col {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media only screen and (max-width: 500px) {
  .back_to_top {
    display: none!important;
  }
}
@media only screen and (max-width: 830px) {
  h1 {
    font-size: 40px !important;
  }
  h2 {
    font-size: 30px !important;
  }
  h3 {
    font-size: 18px !important;
  }
  .cat {
    font-size: 12px !important;
  }
  body {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 630px) {
  h1 {
    font-size: 30px !important;
  }
  h2 {
    font-size: 20px !important;
  }
  h3 {
    font-size: 18px !important;
  }
  .cat {
    font-size: 12px !important;
  }
  body {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 800px) {
  #site-navigation {
    display: none!important;
  }
  .hamburger_bar {
    visibility: visible!important;
  }
}
@media only screen and (max-width: 830px) {
  .header-2-container .header_right_ads_wrapper,
  .header-2-container .header_left_ads_wrapper {
    visibility: hidden;
  }
  .blog-1-wrapper .content {
    font-size: 19px!important;
  }
}
@media only screen and (max-width: 800px) {
  .error-404 .number {
    font-size: 180px!important;
  }
}
@media only screen and (max-width: 500px) {
  .error-404 .number {
    font-size: 130px!important;
  }
}
@media only screen and (max-width: 1030px) {
  .blog_ads_1,
  .blog_ads_2,
  .blog_ads_3,
  .blog_ads_4,
  .blog_ads_5,
  .blog_ads_6,
  .blog_footer_ads {
    width: 500px!important;
  }
}
@media only screen and (max-width: 830px) {
  .blog_ads_1,
  .blog_ads_2,
  .blog_ads_3,
  .blog_ads_4,
  .blog_ads_5,
  .blog_ads_6,
  .blog_footer_ads {
    width: 100%!important;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 630px) {
  .blog_ads_1,
  .blog_ads_2,
  .blog_ads_3,
  .blog_ads_4,
  .blog_ads_5,
  .blog_ads_6,
  .blog_footer_ads {
    width: 100%!important;
  }
}
@media only screen and (max-width: 630px) {
  .woocommerce-tabs ul.tabs::before {
    display: none!important;
  }
  .woocommerce-tabs ul.tabs > li {
    margin: 10px 0!important;
  }
  .woocommerce .cart .single_add_to_cart_button {
    margin-top: 20px!important;
    margin-left: 0!important;
  }
}
@media only screen and (max-width: 630px) {
  .max_width_1220 #content {
    margin: 0 1%!important;
  }
  .page #content {
    margin: 0 5%!important;
  }
}
@media only screen and (max-width: 1030px) {
  .qotd_wrapper,
  .index_about_me_wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  .colorful_frame {
    display: none!important;
  }
  .blog_6 .col-md-4,
  .blog_6 .col-md-8 {
    margin-left: 0!important;
  }
  .blog_6.blog .blog-no-featured {
    margin-left: 0!important;
  }
  .top_featured_1_wrapper .content {
    padding: 28px!important;
  }
  .top_featured_1_wrapper .meta {
    font-size: 11px!important;
  }
  .top_featured_1_wrapper .post_title {
    font-size: 28px!important;
    line-height: 38px!important;
  }
}
@media only screen and (max-width: 768px) {
  .qotd_wrapper,
  .index_about_me_wrapper {
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .qotd_wrapper .title,
  .index_about_me_wrapper .title {
    font-size: 25px !important;
  }
  .qotd_wrapper p,
  .index_about_me_wrapper p {
    font-size: 20px;
    line-height: 30px;
  }
  .qotd_wrapper i,
  .index_about_me_wrapper i {
    font-size: 35px;
    position: relative ;
    left: 0;
    margin-bottom: 30px;
  }
  .index_about_me_wrapper i {
    top: 0;
  }
  .index_about_me_wrapper .name {
    font-size: 30px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 1220px) {
  .blog_layout_3.blog #secondary,
  .blog_layout_3.blog #third {
    margin-right: 0;
  }
  .blog_layout_2.blog article {
    float: right;
  }
}
@media only screen and (max-width: 760px) {
  #third {
    margin: 0 auto;
    float: none !important;
  }
}
@media only screen and (max-width: 1220px) {
  .posts_of_cat_inner_outer_1,
  .posts_of_cat_inner_outer_2,
  .posts_of_cat_inner_outer_3 {
    width: 100%;
    margin: 0;
  }
  .posts_of_cat_most_outer {
    padding-left: 10px!important;
    padding-right: 10px!important;
  }
}
@media only screen and (max-width: 1220px) {
  #primary article {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1030px) {
  #primary article {
    width: 100% !important;
  }
}
@media only screen and (max-width: 830px) {
  #primary {
    width: 100%!important;
  }
  #primary article {
    width: 100% !important;
  }
  #secondary {
    width: 100%!important;
  }
}
@media only screen and (max-width: 1220px) {
  .magazine-post-vertical-wrapper .post_thumb {
    width: 100%!important;
  }
  .magazine-post-vertical-wrapper .entry-content {
    width: 100%!important;
  }
  .magazine_1.blog article {
    margin-left: 0 !important;
  }
  .m_section_3 .magazine-post-horizontal-wrapper .post_thumb {
    width: 100%!important;
  }
  .m_section_3 .magazine-post-horizontal-wrapper .entry-content {
    width: 100%!important;
  }
  .magazine_content_2 article {
    width: 100%!important;
  }
}
@media only screen and (max-width: 768px) {
  .single .entry-header {
    display: none!important;
  }
  .single .no_thumb.entry-header {
    display: block!important;
    position: relative!important;
    -webkit-transform: translate(0%);
    -ms-transform: translate(0%);
    -moz-transform: translate(0%);
    padding-left: 0;
    left: 0;
    width: 100%!important;
    background: transparent;
  }
}
@media only screen and (max-width: 1300px) {
  .blog_layout_1.blog #primary {
    width: 100%!important;
  }
}
@media only screen and (max-width: 1220px) {
  .blog_6 #primary {
    width: 100%!important;
  }
  .blog_6 #primary article {
    width: 100% !important;
  }
  .blog_6 .blog-4-wrapper {
    width: 100%;
  }
  .blog_6 .col-md-4,
  .blog_6 .col-md-8 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
  }
  .blog_6 .meto_ads {
    margin-bottom: 30px;
    padding: 0 20px;
  }
  .blog_6 .meto_ads img {
    margin: auto !important;
  }
}
@media only screen and (max-width: 1220px) {
  .top_featured_5 #top_featured_area {
    width: 1030px;
  }
}
@media only screen and (max-width: 1030px) {
  .top_featured_5 #top_featured_area {
    width: 100%;
  }
  .top_featured_5 #top_featured_area .content {
    max-width: 100%;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1220px) {
  .blog_4.blog #primary {
    margin-left: 0;
  }
  .blog_4.blog article {
    padding: 0;
  }
  .meto_ads img {
    margin: auto !important;
  }
}
@media only screen and (max-width: 830px) {
  .blog_footer_ads {
    margin-bottom: 30px;
  }
  .blog_6.blog .meto_ads {
    padding: 0;
  }
  .blog_6.blog #primary {
    padding-right: 30px;
  }
  .top_featured_4_wrapper .post_title {
    line-height: 50px!important;
  }
}
@media only screen and (max-width: 1220px) {
  .meto_ads {
    width: 100%!important;
  }
  .blog_6.blog .meto_ads {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .blog-1-wrapper .post_title {
    line-height: 30px!important;
  }
  .blog-5-wrapper .post_title {
    line-height: 30px!important;
  }
}
@media only screen and (max-width: 1030px) {
  .book-3d-outer-wrapper .entry-content p {
    display: none;
  }
}
@media only screen and (max-width: 830px) {
  .book-3d-outer-wrapper .entry-content {
    width: 100%;
    padding: 20px;
  }
  .book-3d-outer-wrapper .entry-content .post_title {
    line-height: 40px;
    padding-left: 20px;
  }
  .book-3d-outer-wrapper .entry-content .meta {
    padding-left: 20px;
  }
  .book-3d-outer-wrapper .book_item {
    left: 0;
    width: 100%;
  }
  .book-3d-wrapper {
    height: 500px!important;
    margin-bottom: 30px!important;
  }
  .page-template-page-3d-book .book-3d-wrapper {
    height: 600px;
  }
  .book-3d-wrapper {
    margin-top: 0!important;
  }
}
@media only screen and (max-width: 768px) {
  .index_about_me_wrapper .flat_social_share a i {
    font-size: 20px!important;
  }
}
@media only screen and (max-width: 630px) {
  .blog-2-wrapper {
    padding: 13px!important;
  }
}
@media only screen and (max-width: 768px) {
  .ebook_single .single_thumb {
    width: 100%!important;
    float: none!important;
  }
  .ebook_single .content_and_sticky_sidebar {
    width: 100%!important;
    float: none!important;
  }
  .entry-header {
    display: block!important;
  }
}
.woocommerce-page .top_featured_2_wrapper,
.woocommerce-page .top_featured_1_wrapper,
.woocommerce-page .top_featured_3_wrapper,
.woocommerce-page .top_featured_4_wrapper,
.woocommerce-page .top_featured_5_wrapper,
.woocommerce-page .top_featured_6_wrapper,
.woocommerce-page .top_featured_7_wrapper,
.woocommerce-page .top_featured_8_wrapper {
  display: none;
}
.woocommerce-page #top_featured_area {
  margin-bottom: 0px;
}
.woocommerce-page .gallery_slider_title {
  display: none;
}
.woocommerce-page .gallery_slider_wrapper {
  display: none;
}
.woocommerce-page #secondary {
  display: none;
}
.woocommerce-page .top_ads {
  display: none;
}
.woocommerce-checkout input[type='text'],
.woocommerce-checkout input[type='email'],
.woocommerce-checkout input[type='tel'],
.woocommerce-checkout textarea {
  padding: 1em!important;
  border-radius: 0;
  border: 2px solid rgba(0, 0, 0, 0.07);
  font-size: 13px;
  font-weight: normal;
  transition: all 0.3s;
}
.woocommerce-checkout input[type='text']:focus,
.woocommerce-checkout input[type='email']:focus,
.woocommerce-checkout input[type='tel']:focus,
.woocommerce-checkout textarea:focus {
  border-color: #555;
}
.woocommerce-checkout textarea {
  height: 14em !important;
  line-height: 1.5;
}
.woocommerce-checkout label {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 22px;
}
.woocommerce-checkout p {
  margin-bottom: 19px !important;
}
.woocommerce-checkout .entry-header {
  margin-bottom: 40px;
}
.woocommerce-checkout .woocommerce-info {
  background: transparent;
  border: 1px solid #eae5bf;
  border-top-width: 5px;
  font-size: 13px;
}
.woocommerce-checkout .woocommerce-info:before {
  color: #c3bf9b;
}
.woocommerce-checkout .woocommerce-info a {
  color: #000;
  margin-left: 10px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.55px;
}
.woocommerce-checkout h3 {
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
}
.woocommerce-checkout .shop_table {
  border-radius: 0px !important;
  border-width: 0.5px !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  margin-bottom: 75px!important;
}
.woocommerce-checkout .shop_table th {
  text-transform: uppercase;
  font-size: 13px;
}
.woocommerce-checkout .shop_table td {
  font-size: 13px;
}
.woocommerce-checkout #payment {
  background: transparent;
  border: 3px solid #000;
}
.woocommerce-checkout #payment ul {
  padding: 20px 30px!important;
  border-bottom-color: rgba(211, 206, 210, 0.4) !important;
}
.woocommerce-checkout #payment .payment_box {
  background: transparent!important;
  border: 2px solid rgba(223, 220, 222, 0.4);
}
.woocommerce-checkout #payment .payment_box::before {
  border: 1em solid rgba(223, 220, 222, 0.4) !important;
  border-right-color: transparent!important;
  border-left-color: transparent!important;
  border-top-color: transparent!important;
  margin-top: -1.23em !important;
}
.woocommerce-checkout #payment .payment_box p {
  font-size: 12px;
  margin-bottom: 0px !important;
}
.woocommerce-checkout #payment .payment_method_paypal a {
  color: #000;
  margin-left: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.woocommerce-checkout #payment .input-radio:checked::before {
  content: '';
  background-color: #333;
  position: absolute;
  border-radius: 50%;
  top: 3px;
  left: 3px;
  bottom: 3px;
  right: 3px;
}
.woocommerce-checkout #payment .input-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  height: 1em;
  position: relative;
  background-color: #fff;
  border: 2px solid #333;
  width: 1em;
  border-radius: 50%;
  outline: none;
  font-size: 15px;
  margin-right: .6em;
  vertical-align: text-bottom;
  padding: 5px !important;
}
.woocommerce-checkout #payment .place-order {
  padding: 25px 35px!important;
  margin-bottom: 20px !important;
}
.woocommerce-checkout #payment .place-order input[type='submit'] {
  text-transform: uppercase;
  font-size: 13px;
  background: transparent;
  border: 2px solid #000;
  color: #000;
  font-weight: normal;
  border-radius: 0px;
  letter-spacing: 1px;
  padding: 15px 25px;
  transition: all 0.3s;
  box-shadow: none;
}
.woocommerce-checkout #payment .place-order input[type='submit']:hover {
  background: #000;
  color: #fff;
}
.woocommerce-checkout .woocommerce-error {
  font-size: 13px!important;
  background: transparent;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.woocommerce-cart .shop_table {
  border: none !important;
}
.woocommerce-cart .cart_item .product-remove {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-cart .cart_item .product-remove a {
  line-height: 0.9em;
}
.woocommerce-cart .cart_item .product-subtotal {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-cart td {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.woocommerce-cart .product-name a {
  color: #000;
}
.woocommerce-cart th {
  text-transform: uppercase;
  font-size: 12px;
}
.woocommerce-cart input.input-text.qty.text {
  padding: 15px 0;
  outline: none;
}
.woocommerce-cart #coupon_code {
  border: none;
  width: 132px !important;
  font-size: 13px;
  padding: 15.5px 20px!important;
  margin-top: 15px;
  margin-right: 15px;
}
.woocommerce-cart .coupon input[type='submit'] {
  font-size: 11px;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #000;
  font-weight: normal;
  border-radius: 0;
  padding: 12px 20px;
  letter-spacing: 1px;
  box-shadow: none;
  transition: all 0.3s;
}
.woocommerce-cart .coupon input[type='submit']:hover {
  background: #000;
  color: #fff;
}
.woocommerce-cart input[name='update_cart'] {
  font-size: 11px;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #000;
  font-weight: normal;
  border-radius: 0;
  padding: 12px 20px !important;
  letter-spacing: 1px;
  box-shadow: none;
  transition: all 0.3s;
}
.woocommerce-cart .cart_totals {
  border: 5px solid #000;
  margin: 30px auto;
  padding: 22px 42px;
  float: none!important;
}
.woocommerce-cart .cart_totals .wc-proceed-to-checkout a {
  text-transform: uppercase;
  background: transparent ;
  border-radius: 0;
  color: #000;
  font-weight: normal;
  border: 2px solid #000;
  transition: all 0.3s;
  font-size: 15px;
}
.woocommerce-cart .cart_totals .wc-proceed-to-checkout a:hover {
  background: #000;
}
.woocommerce-cart .cart_totals h2 {
  text-align: center;
  margin-bottom: 20px;
}
.woocommerce-account .woocommerce form {
  border: 3px solid #000 !important;
}
.woocommerce-account .woocommerce form label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
}
.woocommerce-account .woocommerce form input[type='text'],
.woocommerce-account .woocommerce form input[type='password'] {
  margin-bottom: 25px;
  margin-top: 5px;
  padding: 1em;
  border-radius: 0;
  border: 2px solid rgba(0, 0, 0, 0.07);
  font-size: 13px;
  font-weight: normal;
  transition: all 0.3s;
}
.woocommerce-account .woocommerce form input[type='text']:focus,
.woocommerce-account .woocommerce form input[type='password']:focus {
  border-color: #555;
}
.woocommerce-account .woocommerce form .lost_password a {
  color: #c3bf9b ;
}
.woocommerce-account .woocommerce form .lost_password {
  margin: 15px 0 25px 0!important;
}
.woocommerce-account .woocommerce form input[type='submit'] {
  background: transparent;
  border: 2px solid #000;
  text-transform: uppercase;
  font-weight: normal;
  padding: 15px 25px;
  border-radius: 0;
}
.woocommerce-account .woocommerce form label[for='rememberme'] {
  margin-left: 20px;
}
.woocommerce-account .woocommerce form label[for='rememberme'] input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  height: 1em;
  position: relative;
  background-color: transparent;
  border: 2px solid #333;
  width: 1em;
  border-radius: 3px;
  outline: none;
  font-size: 15px;
  vertical-align: text-bottom;
  margin-right: .6em;
}
.single-product.woocommerce .onsale {
  background: red;
  letter-spacing: 1px;
  padding: 10px;
  text-transform: uppercase;
  border-radius: 0 !important;
}
.single-product.woocommerce .back_to_shop {
  margin-bottom: 20px;
  color: #000;
  letter-spacing: 1px;
  font-size: 12px;
  display: block;
}
.single-product.woocommerce .back_to_shop i {
  margin-right: 10px;
}
.single-product.woocommerce .product_title {
  font-weight: bold;
}
.single-product.woocommerce .star-rating {
  font-size: 13px;
}
.single-product.woocommerce .woocommerce-review-link {
  display: inline-block;
  margin-left: 30px;
  color: #cecece;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
}
.single-product.woocommerce .price {
  color: #000 !important;
  font-size: 26px !important;
  margin: 30px auto;
}
.single-product.woocommerce div[itemprop='description'] p {
  font-size: 13px;
  margin-bottom: 30px;
}
.single-product.woocommerce .single_add_to_cart_button {
  background: transparent!important;
  border-radius: 0;
  color: #555!important;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid #555;
  padding: 15px 25px;
  margin-left: 20px;
}
.single-product.woocommerce .input-text.qty.text {
  height: 47px;
}
.single-product.woocommerce .product_meta {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.single-product.woocommerce .product_meta > span {
  display: block;
  margin-bottom: 5px;
}
.single-product.woocommerce .product_meta > span span,
.single-product.woocommerce .product_meta > span a {
  margin: auto 6px;
}
.single-product.woocommerce .product_meta .tagged_as a::before {
  content: '#';
}
.single-product.woocommerce .product_meta .posted_in a {
  color: #c8b69b;
}
.single-product.woocommerce .product_meta .tagged_as a {
  color: #bbb;
}
.single-product.woocommerce .product_meta .tagged_as a:hover {
  color: #000;
}
.single-product.woocommerce .woocommerce-tabs ul.tabs {
  margin-top: 30px;
  z-index: 999;
  text-align: center;
}
.single-product.woocommerce .woocommerce-tabs ul.tabs::before {
  border-bottom: 1px solid rgba(189, 195, 199, 0.3) !important;
  bottom: 20px!important;
  z-index: 0!important;
}
.single-product.woocommerce .woocommerce-tabs ul.tabs li {
  border: 1px solid rgba(189, 195, 199, 0.3) !important;
  background: #fff !important;
  border-radius: 0!important;
}
.single-product.woocommerce .woocommerce-tabs ul.tabs li a {
  font-weight: normal!important;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
}
.single-product.woocommerce .woocommerce-tabs ul.tabs li::before,
.single-product.woocommerce .woocommerce-tabs ul.tabs li::after {
  border: 0 !important;
  box-shadow: none!important;
}
.single-product.woocommerce .woocommerce-tabs ul.tabs .active {
  background: #000!important;
  color: #fff;
}
.single-product.woocommerce .panel {
  box-shadow: none!important;
}
.single-product.woocommerce .panel h2 {
  font-size: 23px;
  margin-bottom: 30px;
  font-weight: bold;
}
.single-product.woocommerce #tab-description {
  background: transparent;
}
.single-product.woocommerce #tab-additional_information {
  background: transparent;
}
.single-product.woocommerce #tab-additional_information th {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
}
.single-product.woocommerce #tab-additional_information td {
  font-size: 13px;
}
.single-product.woocommerce #tab-reviews {
  background: transparent;
}
.single-product.woocommerce #tab-reviews h2 {
  margin-bottom: 50px;
}
.single-product.woocommerce #tab-reviews #comments {
  margin-top: 0px ;
  padding: 0px ;
  border: none;
}
.single-product.woocommerce #tab-reviews .commentlist {
  padding-left: 0;
}
.single-product.woocommerce #tab-reviews .commentlist li.odd {
  width: 47%;
  float: right;
}
.single-product.woocommerce #tab-reviews .commentlist li.even {
  width: 47%;
  float: left;
}
.single-product.woocommerce #tab-reviews .comment-text {
  border: 1px solid rgba(228, 225, 227, 0.5) !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  margin-left: 80px!important;
}
.single-product.woocommerce #tab-reviews .meta strong[itemprop='author'] {
  color: #000;
  font-size: 13px;
}
.single-product.woocommerce #tab-reviews .meta time {
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.6;
  font-size: 10px;
}
.single-product.woocommerce #tab-reviews .comment_container img {
  width: 50px !important;
}
.single-product.woocommerce #review_form_wrapper {
  margin-top: 50px;
}
.single-product.woocommerce #review_form_wrapper #reply-title {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  margin-bottom: 25px;
}
.single-product.woocommerce #review_form_wrapper .comment-notes {
  display: none;
}
.single-product.woocommerce #review_form_wrapper .comment-form-rating {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.single-product.woocommerce #review_form_wrapper .comment-form-rating label {
  font-weight: normal;
  font-size: 12px;
  margin-bottom: 10px;
}
.single-product.woocommerce #review_form_wrapper .stars a {
  color: #c8b69b;
  font-size: 18px;
}
.single-product.woocommerce #review_form_wrapper .comment-form-comment {
  width: 65%;
  float: left;
}
.single-product.woocommerce #review_form_wrapper .comment-form-comment textarea {
  height: 233px!important;
  border-radius: 0;
  padding: 1em;
  outline: none;
  background: #fafafa;
  border: 1px solid rgba(230, 230, 230, 0.6);
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.single-product.woocommerce #review_form_wrapper .comment-form-comment textarea:focus {
  border: 1px solid #000;
}
.single-product.woocommerce #review_form_wrapper .comment-form-comment label {
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.single-product.woocommerce #review_form_wrapper .comment-form-author,
.single-product.woocommerce #review_form_wrapper .comment-form-email {
  width: 30%;
  float: right;
  margin-bottom: 20px!important;
}
.single-product.woocommerce #review_form_wrapper .comment-form-author input,
.single-product.woocommerce #review_form_wrapper .comment-form-email input {
  outline: none;
  padding: 0.7em;
  width: 100%;
  background: #fafafa;
  border: 1px solid rgba(230, 230, 230, 0.6);
  font-size: 14px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.single-product.woocommerce #review_form_wrapper .comment-form-author input:focus,
.single-product.woocommerce #review_form_wrapper .comment-form-email input:focus {
  border: 1px solid #000;
}
.single-product.woocommerce #review_form_wrapper .comment-form-author label,
.single-product.woocommerce #review_form_wrapper .comment-form-email label {
  display: block;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.single-product.woocommerce #review_form_wrapper .form-submit input {
  width: 30%;
  float: right;
  background: transparent!important;
  border: 2px solid #000!important;
  color: #000;
  font-weight: normal!important;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0!important;
  font-size: 13px!important;
  padding: 20px 20px!important;
}
.woocommerce-page .return-to-shop a {
  background: transparent;
  border: 1px solid #000;
  padding: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  border-radius: 0;
  transition: all 0.3s;
}
.woocommerce-page .return-to-shop a:hover {
  background: #000;
  color: #fff;
}
.woocommerce-page .page-title {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 50px;
}
.woocommerce-page .woocommerce-result-count {
  color: #ccc;
  letter-spacing: 0.02em;
  font-size: 12px;
}
.woocommerce-page .orderby {
  outline: none;
  padding: .8em 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  -ms-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAZJJREFUaIHt1r9LVWEYB/DPVTEpgqRBaEhocmiyoc2lrZbG+gts8z8I5xykRfwxROBiEBENSdAmQZMKTldwUHAJAltEBG2453Beg7zXe99zXZ4PHC7nx/s833O5931fQgghhBBCCDUbxCqe9qHXc7zDQM6iizjHMaZyFv7HE5wUvRY6GdDpW+4XnyP4gskrR2vvMT5juDg/yFm8gTmtb+YcvzCRsf5D/E7qvyl6ZtXAStLkAOMZ6j7AYVJ3WQ3hS4P4kDTbxVgP9e5hL6m3VvSo1TDWk6bbGO2izl3sJHW+qn7/tbuFjaT5j+Jap27jZzJ+AzczZ2zrDraSEN9wo4NxI/iejNssal2LMTSTMB8xdMnzQ/iUPN/U238oi3GtGakM9b9VdADvXZzF7vcpY1sTWmtDGW7examwgbfJ/dzrSBaP8EcV8nVybza5fqSelTyLKa39Uhl2pjjK87r3Ulk8w6kqdHmc6s9uNouXOFOFP8OLa03UhVeqF5iuq8llc3avFlUL1FKNfUIIIYQQQgjd+QvyJ2oyQcCnYgAAAABJRU5ErkJggg==);
  background-position: 97% center;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
}
.woocommerce-page .products .price {
  font-weight: normal;
}
.woocommerce-page .products .price del {
  color: #daa4a4!important;
  display: inline-block !important;
  margin-right: 15px;
}
.woocommerce-page .products .price del span {
  color: #daa4a4!important;
}
.woocommerce-page .products li {
  text-align: center;
}
.woocommerce-page .products li .onsale {
  background: red;
  letter-spacing: 1px;
  padding: 10px;
  text-transform: uppercase;
  border-radius: 0 !important;
}
.woocommerce-page .products li .featured-image {
  position: relative;
}
.woocommerce-page .products li .featured-image > a:first-of-type::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  transition: all 0.15s ease-out;
}
.woocommerce-page .products li .featured-image:hover > a:first-of-type::before {
  opacity: 0.7;
}
.woocommerce-page .products li .featured-image:hover .ajax_add_to_cart,
.woocommerce-page .products li .featured-image:hover .product_type_grouped,
.woocommerce-page .products li .featured-image:hover .product_type_external,
.woocommerce-page .products li .featured-image:hover .product_type_variable {
  opacity: 1;
}
.woocommerce-page .products li .featured-image:hover .added_to_cart {
  opacity: 1;
}
.woocommerce-page .products li .product_type_grouped,
.woocommerce-page .products li .product_type_external,
.woocommerce-page .products li .product_type_variable {
  padding: 15px 20px;
}
.woocommerce-page .products li .ajax_add_to_cart,
.woocommerce-page .products li .product_type_grouped,
.woocommerce-page .products li .product_type_external,
.woocommerce-page .products li .product_type_variable {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: 0!important;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: normal;
  text-transform: uppercase;
  border-radius: 0;
  border: 2px solid #000;
  background: transparent;
  opacity: 0;
  transition: all 0.15s ease-out;
}
.woocommerce-page .products li .ajax_add_to_cart:hover,
.woocommerce-page .products li .product_type_grouped:hover,
.woocommerce-page .products li .product_type_external:hover,
.woocommerce-page .products li .product_type_variable:hover {
  background: #000;
  color: #fff;
}
.woocommerce-page .products li .ajax_add_to_cart.loading {
  padding-right: 30px;
}
.woocommerce-page .products li .added_to_cart {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 40px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0;
  transition: all 0.15s ease-out;
  font-size: 11px;
}
.woocommerce-page .products li .amount {
  color: #000;
}
.shop-cart-contents {
  color: rgba(0, 0, 0, 0.4) !important;
}
.shop-cart-contents span {
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  display: inline-block;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 11px;
  position: relative;
  top: -10px;
}
.shop-cart-contents:hover {
  color: #000!important;
}
.header_layout_1a .shop-cart-contents,
.header_layout_3a .shop-cart-contents,
.header_layout_4 .shop-cart-contents {
  float: right;
}
.woocommerce-pagination .page-numbers {
  color: #000;
  border: none!important;
  margin-top: 10px!important;
}
.woocommerce-pagination li {
  border: none!important;
  margin: 0px 6px!important;
}
.woocommerce-pagination .current.page-numbers {
  background: #000!important;
  color: #fff!important;
  border-radius: 50%;
  padding: 12px 15px!important;
  margin-top: 5px !important;
}
.woocommerce-MyAccount-content {
  font-size: 13px;
  width: 100% !important;
  padding: 30px;
  border: 2px solid #000;
}
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
  float: none !important;
  width: 100%;
}
.woocommerce .cart-collaterals .cross-sells h2,
.woocommerce-page .cart-collaterals .cross-sells h2 {
  font-size: 25px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
div.up-sells.upsells.products {
  height: auto !important;
}
.woocommerce .up-sells h2 {
  font-size: 25px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.product-type-grouped .single_add_to_cart_button {
  margin-left: 0px !important;
}
.woocommerce .related.products h2 {
  font-size: 23px;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background: transparent;
}
.woocommerce-message .button {
  font-weight: 400!important;
  border: 1.5px solid #333!important;
  border-radius: 0!important;
  background: transparent!important;
}
.woocommerce-MyAccount-navigation {
  width: 100%!important;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.woocommerce-MyAccount-navigation ul > li {
  display: inline-block;
  padding-right: 20px;
}
.woocommerce-form-login .woocommerce-Input {
  padding: 10px 20px!important;
}
.woocommerce-form-login .woocommerce-form__input-checkbox {
  width: 15px!important;
  height: 15px!important;
  padding: 5px !important;
  border: 1px solid #333!important;
  margin-bottom: -3px !important;
  margin-right: 15px !important;
}
.woocommerce-form-login .woocommerce-form__label-for-checkbox {
  margin-left: 30px;
}
