/* --------------------------------------------------
VARIABLES SCSS
----------------------------------------------------- */
/* Wrap size
----------------------------------------------------- */
/* Body font size
----------------------------------------------------- */
/* Font variations
----------------------------------------------------- */
/* Font families
----------------------------------------------------- */
/* Titles color
----------------------------------------------------- */
/* Main colors
----------------------------------------------------- */
/* Default colors
----------------------------------------------------- */
/* Social networks colors
----------------------------------------------------- */
body { background: #ECF0F5; padding-top: 60px; }

body.home { padding-top: 110px; }

body.single, body.page-template-default { background: #ffffff; }

/* --------------------------------------------------
HEADER
----------------------------------------------------- */
#header { background: #ffffff; height: 60px; width: 100%; position: fixed; left: 0; top: 0; z-index: 7777; -moz-box-shadow: 0 5px 10px -5px rgba(11, 12, 12, 0.1); -webkit-box-shadow: 0 5px 10px -5px rgba(11, 12, 12, 0.1); box-shadow: 0 5px 10px -5px rgba(11, 12, 12, 0.1); -o-transition: 0.2s; -ms-transition: 0.2s; -moz-transition: 0.2s; -webkit-transition: 0.2s; transition: 0.2s; }
#header .container-fluid, #header .row { height: 100%; }
#header .logo { display: inline-block; }
#header .logo .viralike-logo, #header .logo img { height: 35px; }
#header .logo .viralike-svg { fill: #2F48C5; }
#header .btn { padding: 5px; }
#header .btn i { font-size: 1.125rem; }
#header .navicon { position: absolute; left: 0.5rem; top: 0; z-index: 100; height: 100%; display: none; }
#header .navicon button { border: 0; padding: 0; line-height: 1rem; cursor: pointer; }
#header .menu { display: inline-block; text-align: right; }
#header .menu span.hide { width: 1px; height: 1px; }
#header .menu a { color: #7A7F87; font-size: 1rem; font-weight: 400; display: inline-block; padding: 10px 8px; padding-bottom: 5px; position: relative; }
#header .menu a i { width: 20px; text-align: center; color: rgba(122, 127, 135, 0.6); }
#header .menu a:hover { color: #0B0C0C; }
#header .menu a::after { content: ''; width: 0; height: 2px; display: block; margin: 5px auto 0 auto; -o-transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s; }

body.home #header .menu a.home, body.page-template-liked #header .menu a.likes, body.page-template-popular #header .menu a.popular { color: #0B0C0C; }

body.home #header .menu a.home i, body.page-template-liked #header .menu a.likes i, body.page-template-popular #header .menu a.popular i { color: #2F48C5; }

body.scroll-down #header { transform: translateY(-60px); -webkit-transform: translateY(-60px); }
body.scroll-down #sub-menu { transform: translateY(-60px); -webkit-transform: translateY(-60px); }

#mobile-aside { display: none; }

/* --------------------------------------------------
SUB MENU
----------------------------------------------------- */
#sub-menu { width: 100%; background: #2F48C5; background: -moz-linear-gradient(-45deg, #2F48C5 0%, #6e2fc5 100%); background: -webkit-linear-gradient(-45deg, #2F48C5 0%, #6e2fc5 100%); background: linear-gradient(135deg, #2F48C5 0%, #6e2fc5 100%); margin-bottom: 20px; padding: 0 0.5rem; text-align: center; white-space: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; position: fixed; top: 60px; z-index: 6666; -o-transition: 0.2s; -ms-transition: 0.2s; -moz-transition: 0.2s; -webkit-transition: 0.2s; transition: 0.2s; }
#sub-menu a { display: inline-block; font-size: 1rem; color: rgba(255, 255, 255, 0.6); padding: 10px 6px; font-weight: 400; }
#sub-menu a:hover, #sub-menu span.current a { color: #ffffff; font-weight: 700; }

/* --------------------------------------------------
CONTENT POSTS
----------------------------------------------------- */
/* Posts row
----------------------------------------------------- */
.posts-row { margin: 0 -10px 0 -6px; }

/* Global content posts
----------------------------------------------------- */
.content-post { width: 33.33%; display: inline-block; margin-left: -4px; vertical-align: top; padding: 10px; }
.content-post .card { border: 1px solid #ECF0F5; -moz-box-shadow: 0 5px 10px -5px rgba(11, 12, 12, 0.1); -webkit-box-shadow: 0 5px 10px -5px rgba(11, 12, 12, 0.1); box-shadow: 0 5px 10px -5px rgba(11, 12, 12, 0.1); padding: 0; margin: 0; position: relative; }
.content-post .counter { display: none; }
.content-post .thumb { background: #0B0C0C; display: block; position: relative; overflow: hidden; }
.content-post .thumb .thumb-wrap { width: 100%; height: 200px; background: #ECF0F5 no-repeat center top; background-size: cover; -o-transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s; }
.content-post .caption { height: 185px; padding: 10px 20px; display: block; text-align: center; position: relative; }
.content-post .caption .title { text-align: center; font-size: 1.5em; margin: 0; }
.content-post .caption .excerpt { font-size: 1rem; line-height: 1.375rem; display: none; }
.content-post .caption .metas { text-align: center; }
.content-post .caption .metas a { color: #2F48C5; }
.content-post .caption .floating-metas { background: rgba(236, 240, 245, 0.4); border-top: 1px solid #ECF0F5; width: 100%; height: 35px; display: flex; align-items: center; justify-content: center; position: absolute; bottom: 0; left: 0; z-index: 5; }
.content-post .caption .floating-metas .metas .meta a, .content-post .caption .floating-metas .metas .meta { color: #7A7F87; font-weight: 400; margin: 0 5px; }
.content-post .caption .floating-metas .metas .meta a:hover, .content-post .caption .floating-metas .metas .meta { color: #0B0C0C; }
.content-post .caption::before { content: ''; width: 0; height: 2px; background: #2F48C5; background: -moz-linear-gradient(-45deg, #2F48C5 0%, #6e2fc5 100%); background: -webkit-linear-gradient(-45deg, #2F48C5 0%, #6e2fc5 100%); background: linear-gradient(135deg, #2F48C5 0%, #6e2fc5 100%); position: absolute; left: 0; top: 0; -o-transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s; }

.content-post:hover .card { -moz-box-shadow: 0 5px 10px -5px rgba(11, 12, 12, 0); -webkit-box-shadow: 0 5px 10px -5px rgba(11, 12, 12, 0); box-shadow: 0 5px 10px -5px rgba(11, 12, 12, 0); }
.content-post:hover .thumb .thumb-wrap { transform: scale(1.04); }
.content-post:hover .caption .title:hover { color: #2F48C5; }
.content-post:hover .caption::before { width: 100%; }

.metas { display: block; }
.metas .meta { font-size: 0.875rem; padding: 0 8px 0 0; display: inline-block; vertical-align: top; }
.metas .meta a { font-weight: 400; }
.metas .meta.views { font-size: 1.25rem; }
.metas .meta.views a { color: #2F48C5; }

.metas.between { display: flex; align-items: center; justify-content: center; justify-content: space-between; }

/* Featured posts on home
----------------------------------------------------- */
.content-post.featured { width: 50%; }
.content-post.featured .thumb .thumb-wrap { height: 380px; }
.content-post.featured .caption { width: 90%; height: 185px; padding: 20px 30px; padding-top: 15px; padding-bottom: 45px; background: #ffffff; position: absolute; bottom: 0; left: 5%; z-index: 10; -moz-box-shadow: 0 5px 10px -5px rgba(11, 12, 12, 0.1); -webkit-box-shadow: 0 5px 10px -5px rgba(11, 12, 12, 0.1); box-shadow: 0 5px 10px -5px rgba(11, 12, 12, 0.1); }
.content-post.featured .caption .title { font-size: 1.75rem; }

/* Category row
----------------------------------------------------- */
.category-row .content-post { width: 25%; }
.category-row .content-post .thumb .thumb-wrap { height: 160px; }
.category-row .content-post .caption { height: 155px; }
.category-row .content-post .caption .title { font-size: 1.25rem; }
.category-row .content-post .caption .metas.main { display: none; }

/* Archive content posts
----------------------------------------------------- */
body.archive .content-post .caption .metas.main { display: none; }

/* Pagenavi
----------------------------------------------------- */
.page-load-status, .pagenavi { display: none; }

.sk-spinner-pulse { display: inline-block; width: 40px; height: 40px; margin: 10px auto; background-color: #2F48C5; -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out; animation: sk-pulseScaleOut 1s infinite ease-in-out; position: relative; z-index: 99999; }

@-webkit-keyframes sk-pulseScaleOut { 0% { -webkit-transform: scale(0); transform: scale(0); }
  100% { -webkit-transform: scale(1); transform: scale(1); opacity: 0; } }
@keyframes sk-pulseScaleOut { 0% { -webkit-transform: scale(0); transform: scale(0); }
  100% { -webkit-transform: scale(1); transform: scale(1); opacity: 0; } }
/* --------------------------------------------------
SINGLE
----------------------------------------------------- */
#single { margin-top: 25px; }
#single .single-content { display: block; padding-right: 30px; }
#single .single-title { font-size: 2.5rem; margin: 5px 0; }
#single .metas { margin: 5px 0; }
#single .metas a { color: #2F48C5; }
#single .featured-img .thumb { margin: 25px 0; display: block; }
#single .featured-img .thumb .thumb-wrap { background: #ECF0F5 no-repeat center top; background-size: cover; height: 450px; }
#single .the-content { font-size: 1.063rem; width: 85%; display: block; margin: 15px auto; color: #0B0C0C; }
#single .the-content blockquote { font-size: 1.25rem; font-weight: 300; border-color: #2F48C5; }
#single .the-content p { display: block; margin: 20px 0; }
#single .the-content img, #single .the-content iframe { width: 100%; max-width: 100% !important; display: block; margin: 20px 0; }
#single .the-content .wp-caption { width: 100% !important; }
#single .the-content .wp-caption img { margin-bottom: 0; }
#single .the-content .wp-caption .wp-caption-text { background: #ECF0F5; font-style: italic; font-size: 0.875rem; text-align: center; padding: 5px; margin: 0; }
#single .the-content ol, #single .the-content ul { display: block; margin: 20px 0; padding: 0; padding-left: 30px; }
#single .the-content ol li, #single .the-content ul li { margin: 5px 0; padding: 0; }
#single .the-content .facebook-like-box { text-align: center; display: block; width: 100%; margin: 0 0 40px 0; }

.share { display: block; margin: 15px 0; }
.share .btn { font-size: 1.125rem; padding: 10px 20px; -moz-box-shadow: 0 5px 10px -5px transparent; -webkit-box-shadow: 0 5px 10px -5px transparent; box-shadow: 0 5px 10px -5px transparent; }
.share .btn.whatsapp-bg { display: none; }

#sidebar .widget { background: #ffffff; display: block; margin-bottom: 25px; }
#sidebar .widget .content-post { display: block; width: 100%; margin: 0; padding: 0; margin-bottom: 10px; }
#sidebar .widget .content-post .card { padding: 0; margin: 0; border: 0; -moz-box-shadow: 0 5px 10px -5px transparent; -webkit-box-shadow: 0 5px 10px -5px transparent; box-shadow: 0 5px 10px -5px transparent; }
#sidebar .widget .content-post .thumb { width: 40%; display: inline-block; margin-left: -5px; vertical-align: top; }
#sidebar .widget .content-post .thumb .thumb-wrap { height: 80px; }
#sidebar .widget .content-post .caption { height: auto; width: 60%; display: inline-block; margin-left: -5px; padding: 0; padding-left: 15px; vertical-align: top; }
#sidebar .widget .content-post .caption .title { font-size: 1rem; text-align: left; }
#sidebar .widget .content-post .caption .floating-metas, #sidebar .widget .content-post .caption .metas { display: none; }
#sidebar .widget .content-post:hover .caption::before { display: none; }
#sidebar .stick { opacity: 0.5; filter: alpha(opacity=50); -o-transition: 0.5s; -ms-transition: 0.5s; -moz-transition: 0.5s; -webkit-transition: 0.5s; transition: 0.5s; }
#sidebar .stick:hover { opacity: 1; filter: alpha(opacity=100); }
#sidebar .sticky { position: fixed; width: 240px; top: 60px; opacity: 1; filter: alpha(opacity=100); }

#share-bar { display: block; width: 100%; position: fixed; left: 0; top: 0; transform: translateY(-50px); -webkit-transform: translateY(-50px); z-index: 99999; -o-transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s; opacity: 0; filter: alpha(opacity=0); }
#share-bar .btn { font-family: "Roboto Condensed", sans-serif; font-size: 1.25rem; padding: 0; height: 50px; line-height: 46px; border-left: 0; border-right: 0; border-bottom: 0; width: 33.33%; float: left; }
#share-bar .btn:nth-child(2) { border-left: 1px solid #ECF0F5; border-right: 1px solid #ECF0F5; }
#share-bar .btn.whatsapp-bg { display: none; }

#nav-bar { height: 100%; width: 40px; position: fixed; margin-left: -60px; top: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; -o-transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s; }
#nav-bar a.btn { font-size: 1.25rem; margin: 2px 0; width: 40px; height: 40px; line-height: 40px; padding: 0; border: 0; text-align: center; display: block; }
#nav-bar a.btn:hover { background: #2F48C5; color: #ffffff; }

body.scroll-down #share-bar { transform: translateY(0); -webkit-transform: translateY(0); opacity: 1; filter: alpha(opacity=100); }
body.scroll-down #nav-bar { transform: translateX(-20px); -webkit-transform: translateX(-20px); opacity: 0; filter: alpha(opacity=0); }

/* --------------------------------------------------
MISC
----------------------------------------------------- */
.search-bar { display: block; position: relative; padding: 0; }
.search-bar .form { width: 100%; }
.search-bar input { display: block; width: 100%; font-size: 1.125rem; padding: 25px; border: 2px solid #ECF0F5; }
.search-bar button { height: 100%; position: absolute; right: 0; top: 0; padding: 25px; border: 0; font-size: 1.125rem; border: 0; -moz-box-shadow: 0 5px 10px -5px transparent; -webkit-box-shadow: 0 5px 10px -5px transparent; box-shadow: 0 5px 10px -5px transparent; }

.tag-cloud a { margin: 4px; padding: 3px 6px; display: inline-block; background: #2a40b0; color: #ffffff; }

#ad-spot { width: 100%; min-height: 20px; display: block; margin: 15px 0; text-align: center; }
#ad-spot img, #ad-spot iframe { display: inline-block !important; width: auto !important; max-width: 100% !important; }

/* --------------------------------------------------
FOOTER
----------------------------------------------------- */
#footer { background: #2F48C5; background: -moz-linear-gradient(-45deg, #2F48C5 0%, #6e2fc5 100%); background: -webkit-linear-gradient(-45deg, #2F48C5 0%, #6e2fc5 100%); background: linear-gradient(135deg, #2F48C5 0%, #6e2fc5 100%); overflow: hidden; display: block; margin-top: 40px; }
#footer .footer { padding-top: 20px; padding-bottom: 20px; }
#footer .footer-menu { margin: 0; padding: 0; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); white-space: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
#footer .footer-menu li { margin: 0; display: inline-block; }
#footer .footer-menu li a { color: #fff; display: block; padding: 0 10px; }
#footer p { margin: 5px 0; }
#footer .full-width-bg, #footer .full-width-bg::before, #footer .full-width-bg::after { padding: 10px 0; margin: 0; border: 0; }

@media only screen and (max-width: 1024px) { .hidden-md { display: none !important; }
  .horizontal-scroll-md { white-space: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; overflow-y: hidden !important; margin: 0 -0.4rem; padding-left: 0.5rem; }
  .horizontal-scroll-md .posts-row { margin: 0; }
  .horizontal-scroll-md .content-post { display: inline-block; width: 300px; white-space: normal; padding: 0; margin: 0 0 30px 0; padding-right: 15px; }
  #header .navicon { width: 30px; display: inline-block; display: flex; align-items: center; justify-content: center; }
  #header .viralike-logo img, #header .logo img { height: 30px; }
  #mobile-aside { display: block; width: 80%; height: 100%; position: fixed; left: 0; top: 0; z-index: 9999; opacity: 0; filter: alpha(opacity=0); transform: translateX(-100%); -webkit-transform: translateX(-100%); -o-transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s; visibility: hidden; overflow-y: auto; }
  #mobile-aside .menu { height: 100%; width: 100%; position: absolute; left: 0; top: 0; background: #ffffff; z-index: 100; padding: 10px; }
  #mobile-aside .menu a { font-size: 1.125rem; display: block; padding: 10px; font-weight: 400; border-bottom: 1px solid #ECF0F5; }
  #mobile-aside .menu a i { width: 30px; display: inline-block; text-align: center; }
  #mobile-aside .menu a:last-child { border: 0; }
  .mask { background: rgba(122, 127, 135, 0.9); height: 100%; width: 100%; position: fixed; right: 0; top: 0; opacity: 0; filter: alpha(opacity=0); -o-transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s; z-index: 8888; visibility: hidden; cursor: pointer; }
  body.open-menu { overflow-y: hidden !important; }
  body.open-menu .mask, body.open-menu #mobile-aside { opacity: 1; filter: alpha(opacity=100); transform: translateY(0); -webkit-transform: translateY(0); visibility: visible; }
  .content-post, .content-post.featured { width: 50%; }
  .content-post .card, .content-post.featured .card { -moz-box-shadow: 0 5px 10px -5px rgba(11, 12, 12, 0.1); -webkit-box-shadow: 0 5px 10px -5px rgba(11, 12, 12, 0.1); box-shadow: 0 5px 10px -5px rgba(11, 12, 12, 0.1); -o-transition: 0; -ms-transition: 0; -moz-transition: 0; -webkit-transition: 0; transition: 0; }
  .content-post .thumb, .content-post.featured .thumb { width: 100%; height: 0; padding-bottom: 50%; position: relative; -o-transition: 0; -ms-transition: 0; -moz-transition: 0; -webkit-transition: 0; transition: 0; }
  .content-post .thumb .thumb-wrap, .content-post.featured .thumb .thumb-wrap { height: 100%; width: 100%; position: absolute; left: 0; top: 0; }
  .content-post .caption, .content-post.featured .caption { height: 170px; width: 100%; position: relative; bottom: inherit; left: inherit; -o-transition: 0; -ms-transition: 0; -moz-transition: 0; -webkit-transition: 0; transition: 0; }
  .content-post .caption .title, .content-post.featured .caption .title { font-size: 1.5rem; }
  .category-row .content-post .thumb .thumb-wrap { height: 100%; width: 100%; position: absolute; left: 0; top: 0; }
  .content-post:hover .card { -moz-box-shadow: 0 5px 10px -5px rgba(11, 12, 12, 0.1); -webkit-box-shadow: 0 5px 10px -5px rgba(11, 12, 12, 0.1); box-shadow: 0 5px 10px -5px rgba(11, 12, 12, 0.1); }
  .content-post:hover .thumb .thumb-wrap { transform: scale(1); }
  .content-post:hover .caption .title:hover { color: #0B0C0C; }
  .content-post:hover .caption::before { display: none; }
  #single .single-content { padding: 0; }
  #single .single-title { font-size: 2.25rem; }
  #nav-bar { height: auto; width: 100%; margin-left: 0; top: inherit; bottom: 0; display: flex; align-items: center; justify-content: center; flex-direction: row; }
  #nav-bar a:hover { background: #ECF0F5; color: #A9AFBC; }
  body.scroll-down #nav-bar { transform: translateX(0); -webkit-transform: translateX(0); transform: translateY(40px); -webkit-transform: translateY(40px); opacity: 0; filter: alpha(opacity=0); } }
@media only screen and (max-width: 768px) { .hidden-sm { display: none !important; }
  .content-post .thumb, .content-post.featured .thumb { padding-bottom: 60%; }
  .content-post .caption .title, .content-post.featured .caption .title { font-size: 1.375rem; }
  #single .single-title { font-size: 2rem; }
  #single .featured-img .thumb { margin: 25px 0; display: block; position: relative; width: 100%; height: 0; padding-bottom: 60%; }
  #single .featured-img .thumb .thumb-wrap { position: absolute; left: 0; top: 0; height: 100%; width: 100%; }
  #single .share { padding-left: 5px; margin-right: -5px; }
  #single .share a { font-size: 1.25rem; width: 25%; display: inline-block; margin: 0; margin-left: -5px; }
  #single .the-content { width: 100%; }
  #share-bar .btn { width: 25%; font-size: 1.25rem; }
  #share-bar .btn:nth-child(3) { border-right: 1px solid #ECF0F5; } }
@media only screen and (max-width: 520px) { #mobile-aside .menu a { font-size: 1rem; }
  body { padding-top: 55px; }
  body.home { padding-top: 105px; }
  #header { height: 55px; }
  #header .viralike-logo img, #header .logo img { height: 25px; }
  #sub-menu { top: 55px; }
  body.scroll-down #sub-menu { transform: translateY(-55px); -webkit-transform: translateY(-55px); }
  .posts-row { margin: 0; }
  .content-post, .content-post.featured { width: 100%; display: block; margin: 0; }
  .content-post .caption, .content-post.featured .caption { height: auto; padding: 15px; padding-bottom: 50px; }
  .content-post .caption .title, .content-post.featured .caption .title { font-size: 1.25rem; }
  #single { margin-top: 15px; }
  #single .single-title { font-size: 1.75rem; }
  .metas .meta.views { font-size: 1rem; } }

/*# sourceMappingURL=main.css.map */
