| Server IP : 14.225.204.176 / Your IP : 216.73.216.252 Web Server : nginx/1.24.0 System : Linux nodejs-ybgk 6.8.0-40-generic #40-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 5 10:34:03 UTC 2024 x86_64 User : root ( 0) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/php/ezine/wp-content/themes/ezine/ |
Upload File : |
/*
* Theme Name: Ezine.
* Theme URI: http://themeforest.net/item/ezine-clean-news-magazine-wordpress-theme/13308848
* Description: Clean, modern, and responsive wordpress news & magazine theme by Aggressive Motions.
* Author: Aggressive Motions
* Author URI: http://www.aggressivemotions.com
* Version: 2.0
* License: Themeforest Regular License
* License URI: http://themeforest.net/licenses/standard
* Text Domain: ezine
*/
/*------------------------------------------------------------------
[Table of contents]
1. Selection & Placeholder Colors
2. Transitions
3. Body
4. Bootstrap Hack
4.1. Breadcrumb
4.2. Pagination
4.3. Labels
4.4. Form Elements
4.5. Accordion
4.6. Misc.
5. Links & Buttons
5.1. Links
5.2. Buttons
5.2.1. Red Buttons
5.2.2. Vote Buttons
6. Navbar
6.1. Nav Bar Top
6.2. Nav Bar Header
6.3. Nav Bar Logo & Cover Image
6.4. Nav Menu
6.4.1. Mega Menu
6.4.1.1. Mega Menu Posts
6.4.1.2. Mega Menu Bottom
6.4.2. Sub Menu
7. Advertisement
8. Miscellaneous
8.1. Sidebar & Widgets
8.2. Positioning
8.3. Tag List
9. Search Form
10. Posts
10.1. Posts Box
10.1.1. Posts Box 1
10.1.2. Posts Box 2
10.1.3. Posts Box 3
10.1.5. Posts Box 5
10.1.7. Posts Box 7
10.1.8. Posts Box Sidebar
10.1.9. Posts Box Carousel
10.2. Post Summary
11. Footer
11.1. Footer Widgets
12. Single Post & Page (Singular)
12.1. Featured Image Area
12.2. Post Content
12.3. Post Tags
12.4. Post Vote
12.5. Post Sharing
12.6. Post Nav
12.7. Author Box
12.8. Comments
13. Featured Posts
14. Shortcodes
15. Gallery
16. Contact Form 7
-------------------------------------------------------------------*/
/* ------------------
* 1. Selection & Placeholder Colors
* ------------------ */
::-moz-selection {
text-shadow: none;
background-color: #6b472d;
color: #fff;
}
::selection {
text-shadow: none;
background-color: #6b472d;
color: #fff;
}
.form-control::-moz-placeholder {
color: inherit;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: inherit;
}
.form-control::-webkit-input-placeholder {
color: inherit;
}
/* ------------------
* 2. Transitions
* ------------------ */
a,
.btn,
.trs,
.mega-menu .post-summary,
.instagram-widget img,
.posts-box-carousel .item-overlay,
.owl-theme .owl-nav [class*=owl-] {
-webkit-transition: all 0.15s ease;
-moz-transition: all 0.15s ease;
-ms-transition: all 0.15s ease;
-o-transition: all 0.15s ease;
transition: all 0.15s ease;
}
.navbar-nav > li > a,
.navbar-nav > li > .btn,
.navbar-logo {
-webkit-transition: color 0.15s ease, background 0.15s ease;
-moz-transition: color 0.15s ease, background 0.15s ease;
-ms-transition: color 0.15s ease, background 0.15s ease;
-o-transition: color 0.15s ease, background 0.15s ease;
transition: color 0.15s ease, background 0.15s ease;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
}
/* ------------------
* 3. Body
* ------------------ */
body {
font-size: 14px;
color: #010101;
overflow-y: scroll;
overflow-x: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
}
body.boxed-layout {
background-color: rgb( 240, 240, 240 );
}
/* ------------------
* 4. Bootstrap Hack
* ------------------ */
/* ------------------
* 4.1. Breadcrumb
* ------------------ */
.breadcrumb-wrapper {
position: relative;
z-index: 5;
}
.breadcrumb-wrapper .container {
padding-top: 15px;
padding-bottom: 15px;
}
@media only screen and (min-width: 768px) {
.breadcrumb-wrapper .container {
padding-top: 11px;
padding-bottom: 20px;
}
}
.ezine-fimg-fp .breadcrumb-wrapper .container,
.ezine-fimg-fs .breadcrumb-wrapper .container {
background-color: transparent;
}
.breadcrumb-wrapper .btn-back {
position: absolute;
top: 0;
right: 15px;
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
}
.boxed-layout .breadcrumb-wrapper .btn-back {
right: 35px;
}
.breadcrumb-wrapper .btn-back .fa {
margin-left: 5px;
}
.breadcrumb {
margin: 0;
padding: 0;
text-transform: uppercase;
letter-spacing: -0.4px;
font-size: 12px;
font-weight: bold;
background-color: transparent;
}
.breadcrumb > li + .fa {
margin: 0 10px;
font-weight: bold;
}
.ezine-fimg-fp .breadcrumb,
.ezine-fimg-fp .breadcrumb a,
.ezine-fimg-fs .breadcrumb,
.ezine-fimg-fs .breadcrumb a {
color: #fff;
}
/* ------------------
* 4.2. Pagination
* ------------------ */
.pagination {
width: 100%;
margin: 0 0 40px;
}
.single .pagination {
margin: 0;
}
.posts-box + .pagination {
margin-bottom: 60px;
}
.posts-box + .pagination-infinite .btn {
visibility: hidden;
border-color: #dfdfdf;
}
.posts-box + .pagination-infinite .btn-loader {
display: block;
}
.pagination > .page-numbers {
display: block;
float: left;
margin-right: 6px;
padding: 0 12px;
border: 1px solid #010101;
text-transform: uppercase;
line-height: 32px;
font-weight: bold;
color: #010101;
}
.pagination > .title {
border: none;
text-transform: none;
}
.pagination > .prev,
.pagination > .next {
font-size: 13px;
}
.pagination > .dots {
display: inline-block;
margin: 0 3px 0 -3px;
border: none;
font-size: 22px;
}
.pagination > .current,
.pagination > a.page-numbers:hover {
background-color: #010101;
color: #fff;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-radius: 0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > .btn-inverse {
outline: 0;
border-color: #010101;
background-color: #010101;
color: #fff;
}
/* ------------------
* 4.3. Labels
* ------------------ */
.label-default {
padding: 5px 15px;
border-radius: 0;
font-size: 12px;
background-color: #d5d5d5;
color: #fff;
}
.label-default:active,
.label-default:focus,
.label-default:hover {
background-color: #010101;
}
/* ------------------
* 4.4. Form Elements
* ------------------ */
.form-control,
.sidebar-widget select,
.footer-widget select {
outline: 0;
width: 100%;
height: 34px;
padding: 6px 12px;
box-shadow: none;
border-color: #d2d2d2;
border-radius: 0;
resize: vertical;
font-size: inherit;
background-color: #fff;
color: #5b5b5b;
}
.footer:not(.footer-light) .footer-widget select {
border-color: #343434;
background-color: #212121;
color: #868686;
}
.footer-light .footer-widget select {
background-color: #fafafa;
}
.form-control:focus {
outline: 0;
box-shadow: none;
border-color: #b2b2b2;
}
/* ------------------
* 4.5. Accordion
* ------------------ */
.panel {
position: relative;
z-index: 1;
box-shadow: none;
}
.panel-heading {
padding-left: 0;
}
.panel-title a,
.panel-body {
padding-left: 61px;
}
.panel-title {
position: relative;
z-index: 1;
min-height: 44px;
}
.panel-title a {
display: inline-block;
position: relative;
z-index: 1;
line-height: 1.4;
letter-spacing: -0.4px;
font-size: 16px;
font-weight: bold;
}
.panel-title a .inner {
display: block;
width: 100%;
}
@media only screen and (min-width: 768px) {
.panel-title a .inner {
width: 70%;
}
}
.panel-title a .ezine-toggle-icon {
display: block;
position: absolute;
top: 0;
left: 0;
width: 42px;
padding: 14px 0;
text-align: center;
background-color: #010101;
color: #fff;
}
.panel-title a .ezine-toggle-icon .fa {
display: none;
}
.panel-title a.collapsed .ezine-toggle-icon .fa-plus,
.panel-title a:not(.collapsed) .ezine-toggle-icon .fa-minus {
display: block;
}
.panel-group .panel-heading+.panel-collapse > .panel-body {
border-top: none;
}
.panel-body {
padding-top: 0;
padding-bottom: 10px;
font-size: 14px;
}
/* ------------------
* 4.6. Misc.
* ------------------ */
p {
line-height: 1.8;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
outline: 0;
}
.nav > li > a:focus {
background-color: transparent;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
margin-left: 0;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths,
.col-xs-10ths,
.col-sm-10ths,
.col-md-10ths,
.col-lg-10ths,
.col-xs-15ths,
.col-sm-15ths,
.col-md-15ths,
.col-lg-15ths,
.col-xs-20ths,
.col-sm-20ths,
.col-md-20ths,
.col-lg-20ths {
position: relative;
min-height: 1px;
padding-right: 10px;
padding-left: 10px;
}
.col-xs-5ths {
width: 20%;
float: left;
}
.col-xs-10ths {
width: 40%;
float: left;
}
.col-xs-15ths {
width: 60%;
float: left;
}
.col-xs-20ths {
width: 80%;
float: left;
}
@media (min-width: 768px) {
.col-sm-5ths {
width: 20%;
float: left;
}
.col-sm-10ths {
width: 40%;
float: left;
}
.col-sm-15ths {
width: 60%;
float: left;
}
.col-sm-20ths {
width: 80%;
float: left;
}
}
@media (min-width: 992px) {
.col-md-5ths {
width: 20%;
float: left;
}
.col-md-10ths {
width: 40%;
float: left;
}
.col-md-15ths {
width: 60%;
float: left;
}
.col-md-20ths {
width: 80%;
float: left;
}
}
@media (min-width: 1200px) {
.col-lg-5ths {
width: 20%;
float: left;
}
.col-lg-10ths {
width: 40%;
float: left;
}
.col-lg-15ths {
width: 60%;
float: left;
}
.col-lg-20ths {
width: 80%;
float: left;
}
}
/* ------------------
* 5. Links & Buttons
* ------------------ */
/* ------------------
* 5.1. Links
* ------------------ */
a:link,
a:visited {
text-decoration: none;
color: #010101;
}
a:link {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}
a:hover {
color: #6b472d;
}
/* ------------------
* 5.2. Buttons
* ------------------ */
.btn {
padding: 3px 11px;
border: 1px solid #010101;
border-radius: 0;
font-size: inherit;
background-color: transparent;
color: #010101;
}
.btn:focus,
.btn:active {
box-shadow: none;
border-color: inherit;
background-color: transparent;
}
.btn.disabled, .btn[disabled] {
border: 1px solid #a9a9a9;
color: #a9a9a9;
opacity: 1;
}
.btn.active,
.btn:hover,
.nav > li:hover > a,
.nav > .current-menu-item > a,
.nav > .menu-item-hover > a {
border-color: #010101;
background-color: #010101;
color: #fff;
}
.btn.btn-full {
display: block;
width: 100%;
padding: 8px 0;
font-weight: bold;
text-transform: uppercase;
}
.btn > .btn-loader {
display: none;
margin-right: 15px;
}
.btn > .btn-loader img {
vertical-align: baseline;
}
/* ------------------
* 5.2.1. Red Buttons
* ------------------ */
.btn-red,
.btn-red:focus {
padding: 10px 15px;
border-color: #7d0f0f;
background-color: #7d0f0f;
color: #fff;
}
.btn-red:hover {
border-color: #be0000;
background-color: #be0000;
}
.btn-red-2,
.btn-red-2:focus {
padding: 10px 15px;
border-color: #6b472e;
background-color: #6b472e;
color: #fff;
}
.btn-red-2:hover {
border-color: #e71d1d;
background-color: #e71d1d;
}
/* ------------------
* 5.2.2. Vote Buttons
* ------------------ */
.btn-vote,
.btn-vote:focus,
.btn-vote.btn-voted {
padding: 8px 15px;
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
color: #fff;
}
.btn-vote .fa {
margin-right: 10px;
}
.comment-vote .btn-vote .fa {
margin-right: 4px;
}
.btn-vote-up {
border-color: #6b472e;
background-color: #6b472e;
}
.btn-vote-up:hover {
border-color: #d71414;
background-color: #d71414;
}
.btn-vote-up:focus,
.btn-vote-up.btn-voted {
border-color: #E50000;
background-color: #E50000;
}
.btn-vote-down {
border-color: #010101;
background-color: #010101;
}
.btn-vote-down:hover {
border-color: #2e2e2e;
background-color: #2e2e2e;
}
.btn-vote-down:focus,
.btn-vote-down.btn-voted {
border-color: rgb(73, 73, 73);
background-color: rgb(73, 73, 73);
}
.comment-vote .btn-voted {
color: initial !important;
}
/* ------------------
* 6. Navbar
* ------------------ */
.navbar {
z-index: 99;
margin: 0;
border: none;
}
#navbar {
position: relative;
z-index: 1;
}
.navbar-toggle {
display: block;
position: absolute;
z-index: 2;
top: 0;
right: 0;
float: none;
margin: 0;
padding: 10px 15px;
border: none;
font-size: 20px;
}
.navbar-search {
display: block;
position: absolute;
z-index: 2;
top: 0;
right: 40px;
background: transparent;
border: none;
padding: 10px 15px 10px 15px;
font-size: 20px;
color: inherit;
outline: 0;
}
@media only screen and (max-width: 767px) {
.header-style-c.navbar-dark .navbar-toggle,
.header-style-c.navbar-dark .navbar-search {
text-shadow: 0 0 25px #010101;
}
.header-style-c.navbar-light .navbar-toggle,
.header-style-c.navbar-light .navbar-search {
text-shadow: 0 0 25px #fff;
}
}
@media only screen and (min-width: 768px) {
.navbar-search {
display: none;
}
.ezine-fimg-fp .navbar,
.ezine-fimg-fs .navbar {
color: #fff;
}
.ezine-fimg-fp .navbar a,
.ezine-fimg-fs .navbar a {
color: rgba(255,255,255,1);
}
.ezine-fimg-fp .navbar a:hover,
.ezine-fimg-fs .navbar a:hover {
color: #fff;
}
.ezine-fimg-fp .navbar-light .navbar-nav a,
.ezine-fimg-fs .navbar-light .navbar-nav a {
color: #010101;
}
.ezine-fimg-fp .navbar-light .navbar-nav li:hover a,
.ezine-fimg-fs .navbar-light .navbar-nav li:hover a {
color: #fff;
}
#navbar {
width: 100%;
height: auto !important;
float: left;
padding-bottom: 9px;
overflow: hidden;
}
.navbar-stuck {
padding-bottom: 0;
}
.ezine-fimg-sw:not(.has-breadcrumb) .navbar:not(.navbar-stuck) #navbar,
.ezine-fimg-sp:not(.has-breadcrumb) .navbar:not(.navbar-stuck) #navbar {
padding-bottom: 29px;
}
.ezine-fimg-sw:not(.has-breadcrumb) .navbar-stuck,
.ezine-fimg-sp:not(.has-breadcrumb) .navbar-stuck {
padding-bottom: 20px;
}
.navbar-stuck #navbar {
padding-bottom: 0;
}
.navbar .container {
padding-top: 30px;
}
.navbar-stuck .container,
.ezine-fimg-fp .navbar .container,
.ezine-fimg-fs .navbar .container {
background-color: transparent;
}
.navbar-stuck .container {
padding-bottom: 0;
}
.navbar-stuck .navbar-inner {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.navbar-stuck.navbar-light .navbar-inner {
background-color: rgb(255, 255, 255) !important;
}
.navbar-stuck.navbar-dark .navbar-inner {
background-color: rgb(0, 0, 0) !important;
}
.navbar-toggle {
display: none;
}
}
/* ------------------
* 6.1. Nav Bar Top
* ------------------ */
.navbar-top {
display: none;
margin: -10px 0 20px;
font-size: 12px;
}
@media only screen and (min-width: 768px) {
.navbar-top {
display: block;
}
}
.navbar-top ul {
margin: 0;
}
.navbar-top-left {
float: left;
}
.navbar-top-right {
float: right;
}
.navbar-top .social-icons {
list-style: none;
padding: 0;
font-size: 13px;
line-height: 12px;
}
.navbar-top .social-icons li {
display: inline-block;
padding-left: 7px;
padding-right: 8px;
}
.navbar-top-menu {
padding: 0;
list-style: none;
}
.navbar-top-menu li {
float: left;
}
.navbar-top-menu li + li:before {
content: "|";
padding: 0 7px;
color: #ddd;
}
/* ------------------
* 6.2. Nav Bar Header
* ------------------ */
.container > .navbar-header {
position: relative;
z-index: 2;
width: 100%;
margin: 0;
}
@media only screen and (max-width: 767px) {
.container > .navbar-header {
height: auto !important;
}
}
.navbar-stuck.navbar-dark .navbar-header {
color: #fff;
}
@media only screen and (min-width: 768px) {
.container > .navbar-header {
padding-bottom: 10px;
}
}
@media only screen and (min-width: 992px) {
.container > .navbar-header {
padding-bottom: 10px;
}
.has-nav-menu .container > .navbar-header {
padding-bottom: 30px;
}
}
/* ------------------
* 6.3. Nav Bar Logo & Cover Image
* ------------------ */
.navbar-logo {
display: block;
float: left;
height: 50px;
line-height: 50px;
letter-spacing: -1.8px;
white-space: nowrap;
font-size: 28px;
font-weight: bold;
}
.navbar-logo:hover {
color: inherit !important;
}
.navbar-stuck.navbar-dark .navbar-logo {
color: #fff;
}
.navbar:not(.navbar-stuck) .logo-text {
display: none;
}
.navbar.header-style-c .navbar-logo {
display: none;
}
.navbar.header-style-c .navbar-header {
padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
.navbar:not(.navbar-stuck) .logo-location-sticky_nav {
display: none;
}
}
.navbar-stuck .logo-text {
display: block;
height: 49px;
line-height: 49px;
}
span.logo-text {}
.ezine-fimg-fp .navbar-logo:hover,
.ezine-fimg-fs .navbar-logo:hover {
color: #fff !important;
}
.header-style-b:not(.navbar-stuck) .navbar-header {
text-align: center;
}
.header-style-b .navbar-logo {
display: inline-block;
float: none;
}
.navbar-logo .logo-img {
display: block;
width: 100%;
height: 100%;
}
.navbar-logo .logo-img img {
width: auto;
height: 100%;
vertical-align: top;
}
.navbar.header-style-c .header-cover-image img {
width: 100%;
height: auto;
}
@media only screen and (max-width: 767px) {
.navbar-logo .logo-img img {
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
}
.navbar.header-style-c > .container {
padding: 0;
}
.navbar-dark.header-style-c .header-cover-image img {
opacity: 0.2;
}
}
.navbar-logo .logo-both.logo-light,
.ezine-fimg-fp .logo-both.logo-dark,
.ezine-fimg-fs .logo-both.logo-dark {
display: none;
}
.ezine-fimg-fp .navbar:not(.navbar-stuck) .logo-light,
.ezine-fimg-fs .navbar:not(.navbar-stuck) .logo-light {
display: block !important;
}
.logo-location-header.logov-stuck {
display: block;
width: auto;
height: 49px;
}
@media only screen and (max-width: 767px) {
.navbar-dark .logo-both.logo-dark,
.navbar-light .logo-both.logo-light {
display: none;
}
.navbar-dark .logo-light,
.navbar-light .logo-dark {
display: block !important;
}
.sticky-logo-custom .logo-location-header {
display: none;
}
}
@media only screen and (min-width: 768px) {
.navbar-logo {
height: 90px;
line-height: 90px;
font-size: 38px;
}
.navbar-stuck:not(.sticky-logo-disabled) .navbar-logo {
position: absolute;
z-index: 2;
bottom: -48px;
}
.navbar-stuck:not(.sticky-logo-disabled) .navbar-logo,
.logo-location-sticky_nav,
.logo-location-header.logov-stuck {
height: 49px;
line-height: 45px;
font-size: 22px;
}
.navbar-stuck.sticky-logo-custom .logo-location-header {
display: none;
}
}
@media only screen and (min-width: 992px) {
.navbar-stuck:not(.sticky-logo-disabled) .navbar-logo,
.logo-location-sticky_nav,
.logo-location-header.logov-stuck {
font-size: 26px;
}
.navbar-stuck.navbar.header-style-c .navbar-logo {
display: block;
}
.navbar-stuck.navbar-dark .navbar-logo .logo-light,
.navbar-stuck.navbar-light .navbar-logo .logo-dark {
display: block;
}
.navbar-stuck.navbar-dark .navbar-logo .logo-both.logo-dark,
.navbar-stuck.navbar-light .navbar-logo .logo-both.logo-light {
display: none;
}
.navbar-stuck .navbar-logo img {
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
}
}
/* ------------------
* 6.4. Nav Menu
* ------------------ */
.navbar-nav {
width: 100%;
margin: 0;
border: 1px solid #010101;
background-color: #fff;
}
.ezine-fimg-fp .navbar-nav,
.ezine-fimg-fs .navbar-nav {
border: none;
}
@media only screen and (min-width: 768px) {
.navbar-stuck .navbar-nav {
margin: 0 1px;
border: none;
background-color: transparent;
}
}
@media only screen and (max-width: 767px) {
.navbar-nav {
margin-bottom: 25px;
padding-left: 0 !important;
}
}
.navbar-nav > li {
position: static;
}
.navbar-nav > li.search {
display: none;
float: right;
}
@media only screen and (min-width: 768px) {
.navbar-nav > li.search {
display: block;
}
}
.navbar-nav > li > a,
.navbar-nav > li > .btn {
padding: 13px 8px 12px 13px;
border: none;
line-height: 1;
text-transform: uppercase;
letter-spacing: -0.2px;
font-size: 14px;
font-weight: bold;
}
.navbar-nav li > a .fa {
display: none;
}
.navbar-nav li > a .sc-fa {
display: inline-block;
font-size: 14px;
line-height: 12px;
vertical-align: top;
margin: 0 4px 0 0;
}
.navbar-nav > li.search > .btn {
height: 37px;
padding: 0 14px;
font-size: 14px;
}
@media only screen and (min-width: 768px) {
.navbar-nav > li > a {
font-size: 11px;
}
.navbar-stuck .navbar-nav > li > a {
padding: 18px 10px;
}
.navbar-stuck .navbar-nav > li.search > .btn {
height: 48px;
}
}
@media only screen and (min-width: 992px) {
.navbar-nav > li > a {
padding: 12px 14px 13px 18px;
font-size: 12px;
}
.navbar-stuck .navbar-nav > li > a {
padding: 18px 10px 18px 10px;
}
.navbar-nav > li.search > .btn {
height: 38px;
padding: 0 15px;
font-size: 16px;
}
.navbar-stuck .navbar-nav > li.search > .btn {
height: 49px;
padding: 0 22px;
}
.navbar-nav li > a .sc-fa {
font-size: 16px;
margin-right: 6px;
}
}
@media only screen and (min-width: 1200px) {
.navbar-nav > li > a {
padding-right: 28px;
padding-left: 28px;
font-size: 13px;
}
.navbar-stuck .navbar-nav > li > a {
padding-left: 16px;
padding-right: 16px;
}
}
.navbar-nav > li > .sub-menu,
.navbar-nav > li > .sub-menu li > ul,
.navbar-nav > li > .mega-menu {
display: none;
}
@media only screen and (min-width: 768px) {
.navbar-nav > li > .sub-menu,
.navbar-nav > li > .sub-menu li > ul,
.navbar-nav > li > .mega-menu {
display: block;
visibility: hidden;
opacity: 0;
pointer-events: none;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
}
.navbar-nav > li:hover > .sub-menu,
.navbar-nav > li > .sub-menu li:hover > ul,
.navbar-nav > li:hover > .mega-menu {
visibility: visible;
opacity: 1;
pointer-events: auto;
}
}
.navbar-dark .navbar-nav {
background-color: #010101;
}
.navbar-dark .navbar-nav > li > a {
color: #fcfcfc;
}
.navbar-light .navbar-nav > li.current-menu-item > a {
outline: 0 !important;
background-color: #010101;
color: #fff;
}
.navbar-dark .navbar-nav > li > a:hover,
.navbar-dark .navbar-nav > li > a:focus,
.navbar-dark .navbar-nav > li.menu-item-hover > a,
.navbar-dark .navbar-nav > li.current-menu-item > a,
.navbar-dark .navbar-nav > li.search > .btn {
color: #fff;
}
@media only screen and (max-width: 767px) {
.navbar {
overflow-y: auto;
box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.navbar li a .fa {
margin-left: 10px;
}
.navbar-nav li > a .sc-fa {
margin-left: 0;
font-size: 18px;
line-height: 13px;
}
.navbar li.ezine-tap > a .fa-caret-down {
display: inline-block;
}
.navbar li:not(.ezine-tap) > a .fa-caret-right {
display: inline-block;
margin-left: 10px;
}
.navbar-dark .navbar-inner,
.navbar-dark .navbar-inner > .container {
background-color: #010101;
color: #fff;
}
.navbar-dark a {
color: #fff;
}
.navbar-dark .navbar-nav > li > .sub-menu > li > a:hover,
.navbar-dark .navbar-nav > li > .sub-menu > li:hover > a {
color: #fff;
}
.navbar-light .navbar-nav > li > .sub-menu > li > a:hover,
.navbar-light .navbar-nav > li > .sub-menu > li:hover > a {
color: #010101;
}
}
/* ------------------
* 6.4.1. Mega Menu
* ------------------ */
.mega-menu {
position: absolute;
left: 0;
min-width: 100%;
padding: 21px 15px 5px;
background-color: #010101;
color: #fff;
}
.navbar-stuck .mega-menu {
margin: 0;
}
.mega-menu-light .mega-menu {
z-index: -1;
box-shadow: 0 5px 10px rgba(80, 80, 80, 0.4);
border: 1px solid #dedede;
border-top-color: rgb(245, 245, 245);
background-color: #fff;
}
/* ------------------
* 6.4.1.1. Mega Menu Posts
* ------------------ */
.mega-menu .posts-wrapper {
padding: 0 10px;
}
.mega-menu .posts-wrapper .col {
padding-right: 10px;
padding-left: 10px;
}
.mega-menu .post-summary {
margin-bottom: 0;
opacity: 0.75;
}
.mega-menu .posts-wrapper:hover .post-summary {
opacity: 0.55;
}
.mega-menu-light .mega-menu .post-summary,
.mega-menu .post-summary:hover,
.mega-menu .posts-wrapper:hover .post-summary:hover {
opacity: 1;
}
.mega-menu .post-summary .post-image {
margin-bottom: 15px;
}
.mega-menu .post-summary .post-title {
line-height: 1.2;
font-size: 14px;
}
.mega-menu .post-summary .post-title a {
color: #fff;
}
.mega-menu-light .mega-menu .post-summary .post-title a {
color: #010101;
}
.mega-menu-light .mega-menu .post-summary .post-title a:hover {
color: #6b472d;
}
.mega-menu .post-summary .post-meta {
margin-bottom: 20px;
font-size: 11px
}
.mega-menu-light .mega-menu .post-summary .post-meta {
color: #5d5d5d;
}
@media only screen and (min-width: 992px) {
.mega-menu .post-summary .post-title {
line-height: 1.4;
letter-spacing: -0.6px;
font-size: 15px;
}
.mega-menu .post-summary .post-meta {
font-size: 13px;
}
}
@media only screen and (min-width: 1200px) {
.mega-menu .post-summary .post-title {
font-size: 16px;
}
}
/* ------------------
* 6.4.1.2. Mega Menu Bottom
* ------------------ */
.mega-menu .mm-bottom {
margin-top: 10px;
padding: 15px 0 10px;
border-top: 1px solid #323232;
font-size: 12px;
}
@media only screen and (min-width: 992px) {
.mega-menu .mm-bottom {
font-size: 14px;
}
}
.mega-menu-light .mega-menu .mm-bottom {
border-color: #e7e7e7;
color: #010101;
}
.mega-menu .tag-list {
margin: 0;
}
.mega-menu .see-all {
text-align: right;
}
.mega-menu .tag-list .list,
.mega-menu .tag-list .list a,
.mega-menu .see-all a {
color: #bebebe;
}
.mega-menu .tag-list .list a:hover,
.mega-menu .see-all a:hover {
color: #fff;
}
.mega-menu-light .mega-menu .tag-list .list,
.mega-menu-light .mega-menu .tag-list .list a,
.mega-menu-light .mega-menu .see-all a {
color: #5d5d5d;
}
.mega-menu-light .mega-menu .tag-list .list a:hover,
.mega-menu-light .mega-menu .see-all a:hover {
color: #010101;
}
/* ------------------
* 6.4.2. Sub Menu
* ------------------ */
.sub-menu {
display: none;
padding: 6px 0 6px 15px;
list-style: none;
}
@media only screen and (min-width: 768px) {
.sub-menu {
position: absolute;
padding: 8px 0;
}
.sub-menu > li > a:hover,
.sub-menu > li:hover > a {
background-color: #212121;
color: #fff;
}
.navbar-nav > li > .sub-menu {
margin-left: -1px;
border: 1px solid #010101;
background-color: #010101;
color: #AFAFAF;
}
}
@media only screen and (min-width: 1200px) {
.sub-menu {
padding: 10px 0;
}
}
.sub-menu a {
display: block;
position: relative;
z-index: 1;
padding: 9px 45px 9px 30px;
font-size: 13px;
font-weight: bold;
text-transform: uppercase;
color: inherit;
}
.sub-menu > li {
position: relative;
z-index: 1;
}
.navbar-nav > li > .sub-menu > li .sub-menu {
top: -8px;
left: 100%;
white-space: nowrap;
}
.navbar-nav > li > .sub-menu > li .sub-menu a {
display: block;
padding: 9px 45px 9px 30px;
}
@media only screen and (min-width: 768px) {
.navbar-nav > li > .sub-menu .menu-item-has-children > a .fa-caret-right {
display: inline-block;
position: absolute;
top: 5px;
right: 20px;
line-height: 28px;
font-size: 18px;
}
.navbar-nav > li > .sub-menu > li .sub-menu {
background-color: #212121;
}
}
@media only screen and (min-width: 1200px) {
.sub-menu a {
font-size: 13px;
}
.navbar-nav > li > .sub-menu > li .sub-menu {
top: -9px;
}
}
/* ------------------
* 7. Advertisement
* ------------------ */
.navbar-bn {
float: right;
}
.navbar-bn .ezine-sc-ad {
max-width: 720px;
margin: 0 !important;
overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.navbar-bn {
margin-top: 15px;
}
}
.content-bn {
width: 100%;
margin-bottom: 40px;
text-align: center;
overflow: hidden;
}
.content-bn img {
max-width: 100%;
}
.sidebar-bn {
margin-bottom: 30px;
overflow: hidden;
text-align: center;
}
/* ------------------
* 8. Miscellaneous
* ------------------ */
.vm-wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
text-align: center;
}
.vm-wrapper:before {
content: " ";
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -0.25em;
/* Adjusts for spacing */
}
.vm-middle {
display: inline-block;
width: 90%;
vertical-align: middle;
text-align: center;
}
.nf-wrapper {
padding: 30px;
text-align: center;
}
.error404 .nf-wrapper {
padding: 0;
margin-bottom: 120px;
}
.nf-404 {
display: block;
margin-bottom: 20px;
font-size: 152px;
font-weight: bold;
color: #ebebeb;
}
.nf-title {
display: block;
margin-top: -2px !important;
margin-bottom: 10px;
text-transform: uppercase;
font-size: 30px;
font-weight: bold;
}
.nf-wrapper .search-form {
width: 100%;
margin: 0 auto;
}
.fa-strava:before {
content: "S";
font-weight: 900;
font-family: Verdana, sans-serif;
}
.posts-box .nf-title {
color: #ddd;
}
.nf-desc {
display: block;
max-width: 390px;
margin: 0 auto 40px;
line-height: 1.6;
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
color: #919191;
}
@media only screen and (min-width: 768px) {
.vm-middle {
width: 60%;
}
.nf-404 {
margin: 40px 0 40px;
line-height: 1.2;
font-size: 216px;
}
.nf-wrapper .search-form {
width: 460px;
}
}
.post-password-form .description {
margin-bottom: 20px;
}
.post-password-form .input-group {
max-width: 480px;
}
.post-password-form .form-control {
border-color: #ddd;
}
.post-password-form .btn {
padding: 6px 10px;
text-transform: uppercase;
font-size: 14px;
font-weight: bold;
}
/*
* Override owl-theme
*/
.owl-theme .owl-dots .owl-dot span {
width: 16px;
height: 16px;
background: #dedede;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
margin: 0 5px;
}
.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 20px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
background: #cccaca;
}
.sidebar-widget .owl-theme .owl-dots .owl-dot span,
.footer-widget .owl-theme .owl-dots .owl-dot span {
width: 14px;
height: 14px;
}
.footer-dark .owl-theme .owl-dots .owl-dot span {
background: #494949;
}
.footer-dark .owl-theme .owl-dots .owl-dot.active span,
.footer-dark .owl-theme .owl-dots .owl-dot:hover span {
background: #868686;
}
.owl-theme .owl-nav {
margin: 0 0 40px;
padding: 0 10px;
text-align: left;
}
.owl-theme .owl-nav [class*=owl-] {
margin: 0 3px;
padding: 2px 9px;
border: 1px solid #6b472e;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background: #fff;
color: #6b472e;
}
.owl-theme .owl-nav [class*=owl-] .fa {
font-weight: bold;
}
.owl-theme .owl-nav [class*=owl-]:hover {
background: #6b472e;
color: #fff;
}
iframe[name="google_conversion_frame"] {
height: 0 !important;
width: 0 !important;
line-height: 0 !important;
font-size: 0 !important;
margin-top: -13px;
float: left;
}
.seperator {
width: 100%;
height: 1px;
display: block;
margin: 0 0 40px;
background: #ebebeb;
}
#sidebar .seperator {
margin: 0 0 40px;
}
.container {
background: #fff;
}
#page-wrapper > .container:nth-of-type(1) {
margin-top: -300px;
padding-top: 300px;
}
.no-breadcrumb #page-wrapper > .container:nth-of-type(1) {
padding-top: 320px;
}
@media only screen and (min-width: 768px) {
#page-wrapper > .container:nth-of-type(1) {
padding-top: 320px;
}
#page-wrapper > .featured-posts:nth-of-type(1) .container {
padding-top: 20px;
}
}
.ezine-buddypress,
.ezine-bbpress {
margin-bottom: 60px;
}
.bypostauthor {}
.gallery-caption {}
/* ------------------
* 8.1. Sidebar & Widgets
* ------------------ */
#sidebar,
#sidebar * {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
.sidebar-inner {
margin: 0 auto;
padding-bottom: 20px;
}
.sidebar-widget {
margin-bottom: 40px;
}
.sidebar-widget .widget-title {
position: relative;
z-index: 1;
margin-bottom: 20px;
line-height: 33px;
}
.sidebar-widget .widget-title:after {
position: absolute;
z-index: 0;
top: 13px;
left: 0;
width: 100%;
height: 5px;
background-color: rgb(245, 245, 245);
content: " ";
}
.sidebar-widget .widget-title .title {
display: inline-block;
position: relative;
z-index: 1;
margin: 0;
padding-right: 15px;
font-size: 18px;
letter-spacing: -0.4px;
text-transform: uppercase;
font-weight: bold;
background-color: #fff;
}
.sidebar-widget ul:not(.post-meta):not(.nav-dir):not(.instagram-images):not(.social-icons) {
padding-left: 20px;
list-style: none;
}
.sidebar-widget ul:not(.post-meta):not(.nav-dir):not(.instagram-images):not(.social-icons) li {
position: relative;
z-index: 1;
padding: 8px 0;
border-bottom: 1px solid #f3f3f3;
text-transform: uppercase;
font-size: 12px;
color: inherit;
}
.sidebar-widget ul:not(.post-meta):not(.nav-dir):not(.instagram-images):not(.social-icons) li:before {
position: absolute;
left: -20px;
top: 0;
font-size: 22px;
color: #010101;
content: "\203a";
}
.sidebar-widget ul:not(.post-meta):not(.nav-dir):not(.instagram-images):not(.social-icons) li:last-child {
border-bottom: none;
}
.sidebar-widget ul:not(.post-meta):not(.nav-dir):not(.instagram-images):not(.social-icons) ul.children {
margin-top: 8px;
border-top: 1px solid #f3f3f3;
}
.sidebar-widget ul:not(.post-meta):not(.nav-dir):not(.instagram-images):not(.social-icons) ul.children li:last-child {
padding-bottom: 0;
}
.bbp-search-form .search-form .input-group-addon,
.sidebar-widget .search-form .input-group-addon,
.footer-widget .search-form .input-group-addon,
.nf-wrapper .search-form .input-group-addon {
display: none;
}
.bbp-search-form .search-form .form-control,
.sidebar-widget .search-form .form-control,
.footer-widget .search-form .form-control,
.nf-wrapper .search-form .form-control {
height: 40px;
border-color: #010101;
}
.bbp-search-form .search-form .btn,
.sidebar-widget .search-form .btn,
.footer-widget .search-form .btn,
.nf-wrapper .search-form .btn {
height: 40px;
padding-right: 15px;
padding-left: 15px;
margin-left: -1px;
font-size: 14px;
border-color: #010101;
background-color: #010101;
color: #fff;
}
.bbp-search-form .search-form .btn-search-text,
.sidebar-widget .search-form .btn .btn-search-text,
.footer-widget .search-form .btn .btn-search-text,
.nf-wrapper .search-form .btn .btn-search-text {
display: none;
}
.sidebar-widget.ezine-widget-facebook-box .fb-page-wrapper {
width: 100%;
min-height: 215px;
overflow: hidden;
}
.sidebar-widget.ezine-widget-google-plus-box .g-page-wrapper {
width: 100%;
min-height: 111px;
overflow: hidden;
}
.widget_rss .widget-title .title .rsswidget img {
margin: 3px 6px 0 0;
vertical-align: top;
}
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li,
.widget_display_replies ul li,
.widget_display_topics ul li {
padding: 11px 0 !important;
text-transform: none !important;
}
.sidebar-widget.widget_recent_comments ul li:before,
.sidebar-widget.widget_recent_entries ul li:before,
.sidebar-widget.widget_rss ul li:before,
.sidebar-widget.widget_display_replies ul li:before,
.sidebar-widget.widget_display_topics ul li:before {
top: 3px !important;
}
.sidebar-widget.widget_recent_entries .post-date,
.sidebar-widget.widget_rss .rss-date {
display: block;
padding-top: 5px;
font-size: 12px;
}
.sidebar-widget.widget_rss .rssSummary {
padding-top: 8px;
font-size: 12px;
}
.sidebar-widget.widget_rss cite {
display: inline-block;
margin-top: 10px;
font-size: 12px;
}
.sidebar-widget.widget_rss cite:before {
content: "\2015 ";
}
.sidebar-widget.widget_categories .screen-reader-text,
.sidebar-widget.widget_archive .screen-reader-text {
display: none;
}
.sidebar-widget .tagcloud a {
display: inline-block;
margin: 0 4px 8px 0;
padding: 5px 10px;
border: 1px solid #010101;
font-size: inherit !important;
}
.sidebar-widget .tagcloud a:hover {
background-color: #010101;
color: #fff;
}
.footer-widget .textwidget p,
.sidebar-widget .textwidget p {
line-height: 1.875;
font-size: 13px;
}
.footer-widget .textwidget img,
.sidebar-widget .textwidget img {
margin: 10px 0;
max-width: 100%;
height: auto;
}
.sidebar-inner .sidebar-widget:first-child .textwidget img {
margin-top: 0;
}
.widget_display_stats dl {
display: inline-block;
}
.widget_display_stats dl:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.widget_display_stats dt,
.widget_display_stats dd {
float: left;
padding: 10px 0;
border-bottom: 1px solid #efefef;
}
.footer-widget.widget_display_stats dt,
.footer-widget.widget_display_stats dd {
border-color: #333;
}
.footer-light .footer-widget.widget_display_stats dt,
.footer-light .footer-widget.widget_display_stats dd {
border-color: #ececec;
}
.widget_display_stats dt:last-of-type,
.widget_display_stats dd:last-of-type {
border-bottom: none;
}
.widget_display_stats dt {
width: 60%;
}
.widget_display_stats dd {
width: 40%;
text-align: center;
}
.sidebar-widget.ezine-widget-posts .post-summary {
margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
.sidebar-widget.ezine-widget-posts .post-summary {
margin-bottom: 20px;
}
}
.sidebar-widget.ezine-widget-posts .posts-box .col:last-child .post-summary {
margin-bottom: 0;
}
.sidebar-widget.ezine-widget-slider-posts .posts-box-carousel {
margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) {
.sidebar-widget.ezine-widget-slider-posts .posts-box-carousel {
min-height: 493px;
}
}
.ezine-widget-about-me .about-me {
padding: 30px 15px;
text-align: center;
background-color: rgb(250,250,250);
}
.ezine-widget-about-me .about-image {
margin-bottom: 30px;
}
.ezine-widget-about-me .about-name {
font-size: 16px;
font-weight: bold;
}
.ezine-widget-about-me .about-job-title {
font-size: 12px;
}
.ezine-widget-about-me .about-image img {
width: 200px;
height: 200px;
border-radius: 100%;
}
.ezine-widget-about-me .description {
padding: 5px 20px 0;
line-height: 1.7;
text-align: center;
color: #656565;
}
@media only screen and (min-width: 768px) {
.sidebar-widget.ezine-widget-slider-posts .posts-box-carousel .post-summary {
padding-top: 25px;
}
.sidebar-widget.ezine-widget-slider-posts .posts-box-carousel .post-summary .post-title {
width: 80%;
}
}
@media only screen and (min-width: 992px) {
.sidebar-widget.ezine-widget-slider-posts .posts-box-carousel .nav-dir li .btn {
width: 45px;
height: 45px;
font-size: 22px;
}
.sidebar-widget.ezine-widget-slider-posts .posts-box-carousel .post-summary .post-title {
width: 100%;
}
}
#calendar_wrap caption {
padding: 8px 0;
text-transform: uppercase;
text-align: center;
font-size: 16px;
font-weight: bold;
background-color: #010101;
color: #fff;
}
#wp-calendar {
width: 100%;
border: 2px solid #010101;
}
#wp-calendar td,
#wp-calendar th {
padding: 10px 0;
text-align: center;
}
#wp-calendar tbody td {
border: 1px solid rgb(240,240,240);
color: #919191;
}
#wp-calendar thead th {
border: 1px solid rgb(240,240,240);
background-color: rgb(252,252,252);
}
.ezine-widget-latest-tweets .tweet {
margin-bottom: 25px;
}
.ezine-widget-latest-tweets .tweet .date {
margin-bottom: 10px;
font-size: 12px;
}
.ezine-widget-latest-tweets .tweet .date .fa {
margin-right: 12px;
font-size: 16px;
vertical-align: bottom;
}
.ezine-widget-latest-tweets .tweet .text {
padding-left: 30px;
line-height: 152%;
}
.ezine-widget-latest-tweets .tweet .text a {
text-decoration: underline;
}
.instagram-images {
padding: 0;
list-style: none;
}
.instagram-images li {
position: relative;
z-index: 1;
float: left;
width: 112px;
height: 112px;
}
.footer-widget .instagram-images li {
width: 33.3333%;
height: auto;
}
.instagram-images li a {
display: block;
background-color: #010101;
}
.instagram-images li a img {
width: 100%;
height: auto;
vertical-align: middle;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
}
.instagram-images li a:hover img {
opacity: 0.85;
}
.ezine-widget-social-media-icons {
padding-top: 10px
}
.ezine-widget-social-media-icons .social-icons {
padding: 0;
list-style: none;
text-align: center;
}
.ezine-widget-social-media-icons .social-icons li {
margin: 0 4px 8px 0;
display: inline-block;
}
@media only screen and (min-width: 992px) {
.ezine-widget-social-media-icons .social-icons li {
margin: 0 6px 8px 0;
float: left;
}
}
.sidebar-widget .social-icons li:nth-child(8n) {
margin-right: 0;
}
.ezine-widget-social-media-icons .social-icons li a {
display: block;
width: 36px;
height: 36px;
line-height: 36px;
border: 1px solid #010101;
text-align: center;
font-size: 16px;
background-color: #fff;
color: #010101;
}
.ezine-widget-social-media-icons .social-icons.circle li a {
border-radius: 100%;
}
.ezine-widget-social-media-icons .social-icons li a:hover {
background-color: #010101;
color: #fff;
}
.sidebar-widget.widget_text {
width: 336px;
margin-left: auto;
margin-right: auto;
}
/* ------------------
* 8.2. Positioning
* ------------------ */
#sidebar {
width: auto;
z-index: 1;
}
#sidebar .sidebar-inner {
width: 100%;
overflow: hidden;
}
@media only screen and (min-width: 768px) {
#sidebar {
margin: 0;
}
#sidebar .sidebar-inner {
width: auto;
}
}
@media only screen and (min-width: 992px) {
.sidebar-right #main {
float: left;
padding-right: 19px;
}
.sidebar-right #sidebar {
float: right;
padding-left: 15px;
}
.sidebar-left #main {
float: right;
padding-left: 19px;
}
.sidebar-left #sidebar {
float: left;
padding-right: 15px;
}
.has-sidebar #main {
width: 589px;
}
#sidebar {
width: 351px;
}
.boxed-layout .container,
.boxed-layout-bg .container {
width: 970px;
padding-left: 15px;
padding-right: 15px;
}
}
@media only screen and (min-width: 1032px) {
.boxed-layout .container,
.boxed-layout-bg .container {
width: 990px;
padding-left: 25px;
padding-right: 25px;
}
}
@media only screen and (min-width: 1200px) {
.sidebar-right #main {
padding-right: 27px;
border-right: 1px solid #f3f3f3;
}
.sidebar-right #sidebar {
padding-left: 26px;
}
.sidebar-left #main {
padding-left: 27px;
border-left: 1px solid #f3f3f3;
}
.sidebar-left #sidebar {
padding-right: 26px;
}
.has-sidebar #main {
width: 778px;
}
#sidebar {
width: 362px;
}
.boxed-layout .container,
.boxed-layout-bg .container {
width: 1170px;
padding-left: 15px;
padding-right: 15px;
}
}
@media only screen and (min-width: 1240px) {
.boxed-layout .container,
.boxed-layout-bg .container {
width: 1210px;
padding-left: 35px;
padding-right: 35px;
}
}
/* ------------------
* 8.3. Tag List
* ------------------ */
.tag-list {
margin-bottom: 25px;
}
.tag-list .title {
display: inline-block;
margin-right: 5px;
}
.tag-list .list {
display: inline-block;
}
.tag-list .list a {
margin-left: 5px;
}
/* ------------------
* 9. Search Form
* ------------------ */
.search-form-full {
display: none;
position: fixed;
z-index: 1000;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
background-color: rgba(0, 0, 0, 0.55);
-webkit-transition: background 0.2s;
-moz-transition: background 0.2s;
-ms-transition: background 0.2s;
-o-transition: background 0.2s;
transition: background 0.2s;
}
.search-form-full:before {
display: inline-block;
height: 100%;
margin-right: -0.25em;
vertical-align: middle;
content: " ";
}
.search-form-full .search-form {
display: inline-block;
width: 90%;
vertical-align: middle;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.search-form-full .search-form-inner {
position: relative;
}
.search-form .ezine-sc-close {
display: none;
}
.search-form-full .search-form .ezine-sc-close {
display: block;
position: absolute;
z-index: 1;
left: 0;
top: -65px;
height: 45px;
line-height: 45px;
text-transform: uppercase;
font-weight: bold;
cursor: pointer;
color: #fff;
}
.search-form-full .ezine-sc-close .ezine-ic {
display: inline-block;
width: 35px;
height: 35px;
margin: 5px 10px 0 0;
border-radius: 100%;
font-size: 22px;
line-height: 35px;
background-color: #fff;
color: #010101;
}
.search-form-full .ezine-sc-close .ezine-text {
vertical-align: top;
}
.search-form-full .input-group {
margin-top: -10%;
box-shadow: 0 0 65px rgba(0,0,0,0.5);
border-radius: 4px;
}
.search-form-full .input-group-addon {
padding-right: 5px;
padding-left: 15px;
border: none;
font-weight: bold;
font-size: 16px;
background-color: #fff;
color: inherit;
}
.search-form-full .btn-search-icon {
display: none;
}
.search-form-full .form-control {
outline: 0;
height: 60px;
box-shadow: none;
border: none;
font-size: 14px;
}
.search-form-full .input-group-btn {
border-radius: 0 4px 4px 0;
font-size: inherit;
}
.search-form-full .btn {
height: 60px;
padding: 0 15px;
border-radius: 0 4px 4px 0;
text-transform: uppercase;
background-color: #6b472d;
border: 1px solid #6b472d;
color: #fff;
}
.search-form-full .btn:hover {
margin: 0;
}
@media only screen and (min-width: 768px) {
.search-form-full .search-form {
width: 80%;
}
.search-form-full .input-group-addon {
width: 50px;
padding-left: 20px;
font-size: 24px;
}
.search-form-full .form-control {
font-size: 18px;
}
.search-form-full .btn {
padding: 0 25px;
font-size: 16px;
}
}
@media only screen and (min-width: 992px) {
.search-form-full .search-form {
width: 70%;
}
}
@media only screen and (min-width: 1200px) {
.search-form-full .search-form {
width: 45%;
}
}
.in-search-box {
display: none;
max-width: 240px;
margin: 0 0 40px;
background-color: #e30c0c;
}
@media only screen and (min-width: 768px) {
.in-search-box {
display: table;
}
}
.in-search-box .btn {
padding: 9px 16px;
border: none;
background-color: #cc0b0b;
font-size: 16px;
color: #fff;
}
.in-search-box .btn .fa {
font-weight: bold;
}
.in-search-box .form-control {
padding: 0 12px;
height: 40px;
border: none;
background-color: transparent;
color: #fff;
}
/* ------------------
* 10. Posts
* ------------------ */
/* ------------------
* 10.1. Posts Box
* ------------------ */
.posts-box {
margin-bottom: 20px;
}
.posts-box-2 {
margin-bottom: 40px;
}
.section-html {
margin-bottom: 60px;
}
#sidebar .posts-box {
margin-bottom: 15px;
}
.posts-box .posts-wrapper {
position: relative;
z-index: 1;
}
@media only screen and (max-width: 767px) {
.posts-box .posts-wrapper .row .col:first-child {
padding-left: 15px;
}
.posts-box .posts-wrapper .row .col:last-child {
padding-right: 15px;
}
.posts-box .posts-wrapper .row .col {
padding-left: 7.5px;
padding-right: 7.5px;
}
.posts-box-6 .col,
.posts-box-8 .col,
.posts-box-9 .col {
margin-bottom: 40px;
}
}
.posts-box .posts-wrapper .loader-overlay {
display: block;
position: absolute;
top: 0;
left: 0;
z-index: 11;
width: 100%;
height: 100%;
background-color: rgba(255,255,255,0.9);
}
.posts-box .posts-wrapper .loader-overlay .preload-wrap {
top: 60px;
}
@media only screen and (min-width: 768px) {
.posts-box .posts-wrapper .loader-overlay .preload-wrap {
top: 120px;
}
}
.posts-box-related-posts {
margin: 20px 0 40px;
}
.box-header {
position: relative;
z-index: 16;
margin: 0 0 35px;
}
.bbpress .box-header {
margin: 0 0 25px;
}
.box-header .title {
display: inline-block;
position: relative;
z-index: 1;
margin: 0;
padding-right: 20px;
text-transform: uppercase;
font-size: 26px;
font-weight: bold;
background-color: #fff;
}
.box-header.has-title:after {
position: absolute;
z-index: 0;
top: 13px;
left: 0;
width: 100%;
height: 5px;
background-color: rgb(245, 245, 245);
content: " ";
}
.box-header .btn-group {
position: relative;
z-index: 1;
width: 100%;
margin: 0;
min-height: 32px;
border-color: #010101;
}
.box-header.has-title .btn-group {
margin: 35px 0 0;
}
.box-header .btn-group .btn {
margin: 0;
padding: 4px 11px;
overflow: hidden;
text-transform: uppercase;
letter-spacing: -0.6px;
font-size: 12px;
}
.box-header .btn-group .btn:not(:first-child) {
border-left: none;
}
.box-header .btn-group .btn.active {
font-weight: bold;
}
.box-header .btn-group-items-1 .btn {
width: 100%;
}
.box-header .btn-group-items-2 .btn {
width: 50%;
}
.box-header .btn-group-items-3 .btn {
width: 33.333333%;
}
.box-header .btn-group-items-4 .btn {
width: 25%;
}
.box-header .btn-group-items-5 .btn {
width: 20%;
}
.box-header .btn-group-items-6 .btn {
width: 16.6666%;
}
.box-header .btn-group-items-7 .btn {
width: 14.2857%;
}
.box-header .btn-group-items-8 .btn {
width: 12.5%;
}
.box-header .btn-group .btn-toggle {
display: none;
}
.box-description {
width: 100% !important;
margin: -10px 0 40px !important;
}
@media only screen and (max-width: 767px) {
.box-header .btn-group {
overflow: hidden;
height: 32px;
padding-top: 32px;
}
.box-header .btn-group .btn:not(.active) {
display: block;
width: 100%;
margin: 0 0 -1px;
padding: 6px 0 6px 15px;
text-align: left;
font-size: 13px;
font-weight: bold;
color: #bdbdbd;
background-color: #010101;
}
.box-header .btn-group .btn.active {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 32px;
padding: 0 0 0 15px;
border: none;
box-shadow: none;
line-height: 1;
text-align: left;
font-size: 14px;
background-color: #010101;
color: #fff;
}
.box-header .btn-group .btn-toggle {
display: block;
position: absolute;
top: 0;
right: 0;
z-index: 2;
height: 32px;
line-height: 1;
padding: 0 20px 0 0;
border: none;
outline: 0;
font-size: 16px;
color: #fff;
background-color: transparent;
}
}
.search-header .title {
font-size: 22px;
}
.search-header.has-title:after {
top: 11px;
}
/* ------------------
* 10.2. Post Summary
* ------------------ */
.post-summary {
margin-bottom: 25px;
}
.post-summary .post-image {
display: block;
position: relative;
z-index: 1;
margin-bottom: 20px;
text-align: center;
}
.post-summary .post-image > a {
display: block;
position: relative;
z-index: 1;
overflow: hidden;
background: #010101;
}
.post-summary .post-image > a img {
width: 100%;
height: auto;
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
-moz-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
-o-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
}
@media only screen and (min-width: 768px) {
.post-summary .post-image > a:hover img {
opacity: 0.8;
}
.zoom-enabled .post-image > a:hover img {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
-moz-transform: scale3d(1.05, 1.05, 1.05);
-ms-transform: scale3d(1.05, 1.05, 1.05);
-o-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
.post-summary .post-image a:hover .overlay {
opacity: 1;
}
}
.post-summary .post-image .video-duration {
position: absolute;
z-index: 2;
bottom: 15px;
left: 15px;
padding: 2px 5px;
background-color: #010101;
color: #fff;
}
.post-summary .post-image .overlay {
display: block;
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
text-align: center;
color: #fff;
background-color: rgba(0, 0, 0, 0.3);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
}
.post-summary .post-image .overlay:before {
display: inline-block;
height: 100%;
margin-right: -0.25em;
vertical-align: middle;
content: " ";
}
.post-summary .post-image .overlay .fa {
padding: 15px 0 15px;
width: 65px;
height: 65px;
border: 2px solid #fff;
border-radius: 100%;
line-height: 33px;
vertical-align: middle;
text-align: center;
font-size: 32px;
background-color: rgba(0,0,0,0.25);
}
.posts-box-4 .psum-small .post-image .overlay .fa {
width: 48px;
height: 48px;
line-height: 15px;
font-size: 28px;
}
@media only screen and (min-width: 768px) {
.posts-box-4 .psum-small .post-image .overlay .fa {
width: 48px;
height: 48px;
line-height: 15px;
font-size: 28px;
}
}
@media only screen and (min-width: 992px) {
.sidebar-widget .post-summary .post-image .overlay .fa {
width: 48px;
height: 48px;
line-height: 15px;
font-size: 28px;
}
}
.post-summary .post-image .overlay .fa-play {
padding-left: 4px;
}
.post-summary .post-title {
width: 100%;
margin: 0 0 15px;
line-height: 1.33;
font-weight: bold;
letter-spacing: -0.6px;
font-size: 24px;
}
.post-summary .post-excerpt {
margin: 0 0 15px;
line-height: 1.65;
color: #919191;
font-size: 0.95em;
}
.post-summary .post-meta {
position: relative;
z-index: 1;
margin: 0 0 15px;
padding: 15px 0 0;
min-height: 33px;
list-style: none;
font-size: 12px;
color: #bdbdbd;
}
.post-summary .post-meta:not(.no-sep):before {
content: " ";
position: absolute;
z-index: 1;
top: 0;
left: 0;
display: block;
width: 40px;
height: 1px;
background-color: #dfdfdf;
}
.post-summary .post-meta.no-sep {
padding-top: 0;
min-height: 18px;
}
.post-summary .post-meta li {
display: block;
float: left;
margin-right: 10px;
}
.post-summary .post-meta li:last-child {
margin-right: 0;
}
.post-summary .post-meta .post-date {
margin-right: 15px;
}
.post-summary .post-meta .fa {
margin-right: 5px;
}
.psum-small .post-title {
font-weight: normal;
}
/* Post Summary Horizontal */
.psum-horizontal .post-image {
float: left;
width: 40%;
}
.psum-horizontal .post-details {
float: left;
width: 60%;
padding-left: 15px;
}
.psum-horizontal .post-meta {
margin-bottom: 0;
}
/* Post Summary Labelled (See Author Archive) */
.psum-labelled .post-image {
position: relative;
z-index: 1;
float: left;
width: 55%;
padding-left: 76px;
}
.psum-labelled .post-image .post-date-label {
position: absolute;
top: 0;
left: 0;
width: 60px;
padding: 9px 0;
text-align: center;
background-color: #010101;
color: #fff;
font-weight: bold;
}
.psum-labelled .post-image .post-date-label .month {
display: block;
text-transform: uppercase;
line-height: 1;
font-size: 18px;
}
.psum-labelled .post-image .post-date-label .day {
display: block;
line-height: 1;
font-size: 32px;
}
.psum-labelled .post-details {
float: left;
width: 45%;
padding-left: 15px;
}
.psum-labelled .post-meta {
margin-bottom: 0;
}
/* ------------------
* 10.1.1. Posts Box 1
* ------------------ */
/* Layout A */
.posts-box-1 .psum-small .post-title {
font-size: 14px;
}
.posts-box-1 .psum-small .post-image,
.posts-box-1 .psum-small .post-title,
.posts-box-1 .psum-small .post-excerpt,
.posts-box-1 .psum-small .post-meta {
margin-bottom: 9px;
}
/* ------------------
* 10.1.2. Posts Box 2
* ------------------ */
/* Layout B */
.posts-box-2 .post-summary .post-title {
width: 100%;
}
.posts-box-2 .psum-horizontal .post-details {
padding-left: 30px;
}
/* ------------------
* 10.1.3. Posts Box 3
* ------------------ */
/* Layout E */
.posts-box-3 .post-summary {
margin-bottom: 20px;
}
.posts-box-3 .post-summary .post-image {
background-color: #010101;
}
.posts-box-3 .post-summary .post-image img {
position: relative;
z-index: -1;
opacity: 0.7;
}
@media only screen and (min-width: 768px) {
.posts-box-3 .post-summary .post-image a:hover img {
opacity: 1;
}
.posts-box-3 .post-summary .post-image a:hover .overlay {
background-color: rgba(0,0,0,0.15);
}
}
/* ------------------
* 10.1.5. Posts Box 5
* ------------------ */
/* Layout E */
.posts-box-5 .post-summary {
border-bottom: 1px solid #ebebeb;
margin-bottom: 20px;
}
.posts-box-5 .post-summary:last-child {
border-bottom: none;
}
.posts-box-5 .psum-small {
margin-bottom: 15px;
padding-bottom: 5px;
}
.posts-box-5 .psum-featured .post-title {
font-size: 22px;
}
/* ------------------
* 10.1.7. Posts Box 7
* ------------------ */
.posts-box-7 .post-summary .post-title {
font-size: 20px;
}
/* ------------------
* 10.1.8. Posts Box Sidebar
* ------------------ */
.posts-box-sidebar .box-title {
margin-bottom: 30px;
font-size: 18px;
}
@media only screen and (min-width: 768px) {
.post-summary .post-title {
font-size: 22px;
}
.psum-featured .post-title {
font-size: 32px;
}
.psum-small .post-title {
font-size: 20px;
}
.posts-box-5 .psum-small .post-title {
font-size: 16px;
}
.posts-box-1 .psum-small .post-title {
font-size: 16px;
}
.posts-box-1 .psum-small .post-meta {
padding-top: 5px;
}
.posts-box-1 .psum-small .post-meta .post-date {
margin-right: 10px;
}
.posts-box-1 .post-summary.psum-small {
margin-bottom: 45px;
}
.posts-box-1 .col-right > .row .col:last-child .post-summary {
margin-bottom: 0;
}
.posts-box-4 {
margin-bottom: 30px;
}
.posts-box-4 .psum-featured .post-title {
font-size: 22px;
}
.posts-box-4 .psum-small {
margin-bottom: 5px;
}
.posts-box-4 .psum-small .post-title {
margin-bottom: 10px;
line-height: 1.45;
letter-spacing: -0.4px;
font-size: 13px;
}
.posts-box-5 .post-summary:not(.psum-featured) .post-title {
width: 70%;
}
.posts-box-5 .psum-featured .post-title {
font-size: 20px;
}
.posts-box-5 .col-num-4 .psum-featured .post-title {
font-size: 16px;
line-height: 1.4;
}
.posts-box-5 .col-num-4 .post-meta .post-date {
width: 100%;
margin-bottom: 5px;
}
.posts-box-7 .post-summary .post-title {
font-size: 32px;
}
.posts-box-8 .post-summary .post-title {
font-size: 22px;
}
.posts-box-9 .post-summary .post-title {
font-size: 20px;
}
}
@media only screen and (min-width: 992px) {
.post-summary .post-title {
font-size: 24px;
}
.posts-box-4 .psum-small {
margin-bottom: 10px;
}
.posts-box-5 .post-summary:not(.psum-featured) .post-title {
width: 80%;
}
.posts-box-7 .post-summary .post-title {
font-size: 38px;
}
.posts-box-7 .post-summary .post-excerpt {
width: 90%;
font-size: 16px;
}
.has-sidebar .posts-box-8 .post-summary .post-title {
font-size: 18px;
}
.has-sidebar .posts-box-9 .post-summary .post-excerpt {
display: none;
}
.posts-box-9 .post-summary .post-title {
font-size: 20px;
}
.has-sidebar .posts-box-9 .post-summary .post-title {
font-size: 16px;
}
.has-sidebar .posts-box-9 .post-meta .post-date {
width: 100%;
margin-bottom: 5px;
}
.psum-featured .post-title {
font-size: 30px;
}
.psum-small {
margin-bottom: 30px;
}
.psum-small .post-image,
.psum-small .post-title,
.psum-small .post-excerpt,
.psum-small .post-meta {
margin-bottom: 15px;
}
.psum-small .post-meta {
margin-top: -5px;
padding-top: 12px;
}
.psum-small .post-meta .post-date {
float: none;
margin-bottom: 5px;
}
.psum-small .post-title {
font-size: 16px;
}
.posts-box-sidebar .psum-small .post-title {
font-size: 14px;
}
.sidebar-none .psum-featured .post-title,
.sidebar-none .posts-box-2 .post-summary .post-title,
.sidebar-none .posts-box-3 .post-summary .post-title,
.sidebar-none .posts-box-6 .post-summary .post-title,
.sidebar-none .posts-box-carousel .post-summary .post-title {
font-size: 32px;
}
.sidebar-none .psum-small .post-title {
font-size: 18px;
}
}
@media only screen and (min-width: 1200px) {
.psum-featured .post-title {
font-size: 32px;
}
.posts-box-4 .psum-featured .post-title {
font-size: 27px;
}
.posts-box-4 .psum-small {
margin-bottom: 15px;
}
.posts-box-5 .psum-featured .post-title {
font-size: 22px;
}
.posts-box-5 .col-num-4 .psum-featured .post-title {
font-size: 18px;
line-height: 1.4;
}
.posts-box-5 .col-num-4 .post-meta .post-date {
width: auto;
margin-bottom: 0;
}
.posts-box-5 .col-num-5 .psum-featured .post-title {
font-size: 15px;
line-height: 1.4;
}
.posts-box-5 .col-num-6 .psum-featured .post-title {
font-size: 15px;
line-height: 1.4;
}
.posts-box-5 .col-num-5 .post-meta .post-date,
.posts-box-5 .col-num-6 .post-meta .post-date {
width: 100%;
margin-bottom: 5px;
}
.posts-box-5 .post-summary:not(.psum-featured) .post-title {
width: 70%;
}
.posts-box-5 .col-num-4 .post-summary:not(.psum-featured) .post-title {
width: 90%;
}
.posts-box-5 .col-num-5 .post-summary:not(.psum-featured) .post-title,
.posts-box-5 .col-num-6 .post-summary:not(.psum-featured) .post-title {
width: 100%;
font-size: 14px;
}
.psum-small .post-title {
font-size: 16px;
}
.posts-box-4 .psum-small .post-title {
font-size: 14px;
}
.posts-box-sidebar .psum-small .post-title {
font-size: 14px;
}
.sidebar-none .psum-featured .post-title,
.sidebar-none .posts-box-2 .post-summary .post-title,
.sidebar-none .posts-box-3 .post-summary .post-title,
.sidebar-none .posts-box-6 .post-summary .post-title,
.sidebar-none .posts-box-carousel .post-summary .post-title {
font-size: 36px;
}
.sidebar-none .psum-small .post-title {
font-size: 18px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.posts-box-3 .post-summary .post-date {
display: none;
}
.posts-box-5 .col-sm-4 .psum-featured .post-meta .post-views,
.posts-box-5 .col-sm-4 .psum-featured .post-meta .post-likes,
.posts-box-5 .col-sm-4 .psum-featured .post-meta .post-comments {
display: none;
}
}
@media only screen and (max-width: 991px) {
.posts-box-sidebar .psum-horizontal .post-image,
.posts-box-sidebar .psum-horizontal .post-details {
float: none;
width: 100%;
padding-left: 0;
}
.posts-box-sidebar .psum-horizontal .post-image {
margin-bottom: 15px;
}
}
@media only screen and (max-width: 767px) {
.psum-featured .post-title {
font-size: 26px;
}
.psum-small .post-title {
font-size: 18px;
}
.posts-box-4 .psum-small .post-title {
font-size: 16px;
}
.posts-box-5 .psum-small {
margin-bottom: 25px;
padding-bottom: 15px;
}
}
@media only screen and (max-width: 560px) {
.posts-box-2 .post-summary .post-image {
width: 100%;
float: none;
}
.posts-box-2 .post-summary .post-details {
float: none;
width: 100%;
padding-left: 0;
}
.posts-box-2 .post-summary.psum-labelled .post-details {
padding-left: 75px;
}
.posts-box-2 .post-summary .post-title {
font-size: 22px;
}
}
/* ------------------
* 10.1.9. Posts Box Carousel
* ------------------ */
.posts-box-carousel {
margin-bottom: 60px;
overflow: hidden;
}
.posts-box-gallery {
margin-bottom: 40px;
}
.posts-box-carousel .posts-wrapper,
.posts-box-3 .posts-wrapper {
overflow: hidden;
white-space: nowrap;
}
.posts-box-carousel .owl-carousel,
.posts-box-3 .owl-carousel {
float: left;
}
.posts-box-carousel .item,
.posts-box-3 .item {
position: relative;
z-index: 1;
display: inline-block;
width: 100%;
float: none;
text-align: left;
vertical-align: top;
white-space: initial;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
}
@media only screen and (max-width: 767px) {
.posts-box-3 .owl-item .item .post-image {
margin-right: -15px;
margin-left: -15px;
}
}
.posts-box-carousel .owl-item.center {
text-align: center;
}
.posts-box-carousel .owl-item.center .item {
text-align: left;
}
.posts-box-carousel .item img {
display: block;
max-width: 100%;
height: auto;
}
.posts-box-carousel .item-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(1,1,1,0.3);
}
.posts-box-carousel a.item-overlay .post-title {
color: initial;
}
.posts-box-carousel .item-overlay:not(.show-always) {
opacity: 0;
}
.posts-box-carousel .owl-stage:hover .item-overlay:not(.show-always),
.posts-box-gallery .posts-wrapper:hover .item-overlay:not(.show-always),
.posts-box-gallery .posts-wrapper:hover .nav-dir {
opacity: 1;
}
.posts-box-carousel .item-overlay .inner {
position: absolute;
width: 100%;
left: 0;
bottom: 0;
padding: 15px;
}
.posts-box-carousel .post-summary {
float: left;
width: 85%;
margin-bottom: 0;
padding: 20px 20px 15px;
white-space: initial;
background-color: #fff;
}
.posts-box-carousel .post-summary .post-cat {
margin-bottom: 15px;
text-transform: uppercase;
}
.posts-box-carousel .post-summary .post-cat a {
font-weight: bold;
color: #fff;
}
.posts-box-carousel .post-summary .post-cat a:hover {
background-color: #010101;
}
.posts-box-carousel .post-summary .post-title {
font-size: 18px;
font-weight: bold;
line-height: 1.3;
}
@media only screen and (max-width: 767px) {
.posts-box.posts-box-carousel {
margin-right: -15px;
margin-left: -15px;
}
.posts-box.posts-box-carousel .post-summary .post-title {
font-size: 16px;
}
.posts-box.posts-box-carousel .post-summary .post-cat {
display: none;
}
.posts-box.posts-box-carousel .post-summary .post-meta {
margin: 0 0 3px;
}
}
.posts-box-gallery .post-summary .post-title {
margin: 0;
font-size: 14px;
font-weight: normal;
}
.posts-box-carousel .nav-dir {
float: left;
width: 15%;
padding: 0;
list-style: none;
}
.posts-box-gallery .nav-dir {
opacity: 0;
position: absolute;
z-index: 2;
top: calc(50% - 40px);
width: 100%;
cursor: pointer;
}
.posts-box-gallery .nav-dir li {
float: left;
}
.posts-box-gallery .nav-dir li:first-child {
float: right;
}
.posts-box-carousel .nav-dir li .btn {
width: 40px;
height: 40px;
border: none !important;
font-size: 18px;
background-color: #fff;
}
.posts-box-gallery .nav-dir li .btn {
height: 80px !important;
background-color: rgba(255,255,255,0.5);
}
.posts-box-gallery .nav-dir li .btn:hover {
background-color: rgba(255,255,255,0.8);
}
.posts-box-carousel:not(.posts-box-gallery) .nav-dir li:first-child .btn {
background-color: #6b472e;
color: #fff;
}
.posts-box-carousel .nav-dir li:last-child .btn:hover {
color: inherit;
}
.posts-box-gallery .nav-dir li .btn:hover {
color: #010101;
}
.posts-box-carousel .slide-nav {
margin-bottom: 40px;
}
.posts-box-carousel .slide-nav li {
float: left;
margin-right: 5px;
}
.posts-box-carousel .slide-nav li:first-child {
float: right;
}
@media only screen and (min-width: 768px) {
.posts-box-gallery .post-summary .post-title {
font-weight: bold;
}
.posts-box-carousel .post-summary {
width: 70%;
}
.posts-box-carousel .post-summary .post-title {
width: 80%;
font-size: 28px;
}
}
@media only screen and (min-width: 992px) {
.posts-box-carousel .nav-dir li .btn {
width: 50px;
height: 50px;
font-size: 22px;
}
.posts-box-carousel .post-summary {
width: 60%;
}
.sidebar-none .posts-box-carousel .post-summary {
width: 50%;
}
.posts-box-carousel .post-summary .post-title {
width: 90%;
font-size: 22px;
}
.posts-box-gallery .post-summary .post-title {
font-size: 16px;
}
.sidebar-widget .posts-box-carousel .post-summary,
.footer-widget .posts-box-carousel .post-summary {
width: 85%;
}
.sidebar-widget .posts-box-carousel .post-summary .post-title,
.footer-widget .posts-box-carousel .post-summary .post-title {
font-size: 20px;
}
}
@media only screen and (min-width: 1200px) {
.posts-box-carousel .post-summary .post-title {
font-size: 26px;
}
.posts-box-gallery .post-summary .post-title {
font-size: 20px;
}
.sidebar-widget .posts-box-carousel .post-summary,
.footer-widget .posts-box-carousel .post-summary {
width: 85%;
}
}
/* ------------------
* 11. Footer
* ------------------ */
.footer,
.footer .container {
background-color: #223146;
color: #868686;
}
.footer .container {
padding-top: 25px;
padding-bottom: 15px;
overflow: hidden;
}
.footer:not(.footer-light),
.footer:not(.footer-light) a {
color: #868686;
}
.footer:not(.footer-light) a:hover {
color: #fff;
}
.footer-light,
.footer-light .container {
background-color: #f9f9f9;
color: inherit;
}
@media only screen and (min-width: 992px) {
.boxed-layout .footer {
background-color: transparent;
}
}
.footer .logo-inverse {
display: inline-block;
margin-bottom: 5px;
letter-spacing: -1.1px;
font-size: 38px;
font-weight: bold;
color: #fff !important;
}
.footer-light .logo-inverse {
color: #010101 !important;
}
.footer-dark .logo-both.logo-dark,
.footer-light .logo-both.logo-light {
display: none;
}
.footer-menu {
width: 100%;
display: block;
padding: 0;
min-height: 22px;
list-style: none;
text-align: center;
}
.footer-menu li {
display: inline-block;
margin: 0 10px 10px;
}
.footer-menu li a {
text-transform: uppercase;
font-size: 13px;
}
.footer-bottom .f-col {
margin-bottom: 30px;
text-align: center;
}
.footer-bottom .f-col:last-child {
margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
.footer-menu {
text-align: right;
}
.footer-menu li {
margin: 0 0 10px 20px;
}
.footer-bottom.has-logo .footer-menu {
margin-top: 20px;
}
.footer-bottom.has-logo.has-copy-text .footer-menu {
margin-top: 30px;
}
.footer-bottom .f-col:first-child {
margin-bottom: 0;
text-align: left;
}
.footer-bottom .f-col:last-child {
text-align: right;
}
}
/* ------------------
* 11.1. Footer Widgets
* ------------------ */
.footer-widget {
margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
.footer-sidebars {
margin: 0 -30px;
}
.footer-sidebars .f-col {
padding: 0 30px;
}
}
@media only screen and (min-width: 992px) {
.f-col .footer-widget:first-child {
margin-bottom: 10px;
}
.footer-widget + .footer-widget {
margin-top: 10px;
}
}
.footer-widget .widget-title {
position: relative;
z-index: 1;
margin-bottom: 25px;
line-height: 33px;
}
.footer-sidebars .sidebar-widget .widget-title:after,
.footer-widget .widget-title:after {
position: absolute;
z-index: 0;
top: 13px;
left: 0;
width: 100%;
height: 5px;
background-color: rgba(100, 100, 100, 0.35);
content: " ";
}
.footer-light .footer-widget .widget-title:after,
.footer-light .footer-sidebars .sidebar-widget .widget-title:after {
background-color: rgb(235, 235, 235);
}
.footer-widget .widget-title .title,
.footer-sidebars .sidebar-widget .widget-title .title {
display: inline-block;
position: relative;
z-index: 1;
margin: 0;
padding-right: 15px;
font-size: 18px;
letter-spacing: -0.4px;
text-transform: uppercase;
font-weight: bold;
background-color: #010101;
color: #fff;
}
.footer-widget .widget-title .title a,
.footer-sidebars .sidebar-widget .widget-title a {
color: #fff;
}
.footer-light .footer-widget .widget-title .title,
.footer-light .footer-widget .widget-title .title a {
background-color: #f9f9f9;
color: inherit;
}
.footer-widget.ezine-widget-posts .post-summary {
margin-bottom: 35px;
}
@media only screen and (min-width: 992px) {
.footer-widget.ezine-widget-posts .post-summary {
margin-bottom: 10px;
}
}
@media only screen and (max-width: 560px) {
.footer-widget.ezine-widget-posts .posts-box .col {
width: 100%;
}
}
.footer-widget ul:not(.post-meta):not(.nav-dir):not(.instagram-images):not(.social-icons) {
margin-top: -8px;
padding-left: 15px;
list-style: none;
}
.footer-sidebars .sidebar-widget ul:not(.post-meta):not(.nav-dir):not(.instagram-images):not(.social-icons) li,
.footer-widget ul:not(.post-meta):not(.nav-dir):not(.instagram-images):not(.social-icons) li {
position: relative;
z-index: 1;
padding: 8px 0;
border-bottom: 1px solid #212121;
text-transform: uppercase;
font-size: 12px;
}
.footer-light .footer-widget ul:not(.post-meta):not(.nav-dir):not(.instagram-images):not(.social-icons) li {
border-color: #ececec;
}
.footer-widget ul:not(.post-meta):not(.nav-dir):not(.instagram-images):not(.social-icons) li:before {
position: absolute;
left: -15px;
top: 0;
font-size: 22px;
content: "\203a";
}
.footer-widget ul:not(.post-meta):not(.nav-dir):not(.instagram-images):not(.social-icons) li:last-child {
border-bottom: none;
}
.footer-widget ul:not(.post-meta):not(.nav-dir):not(.instagram-images):not(.social-icons) ul.children {
margin-top: 8px;
border-top: 1px solid #212121;
}
.footer-widget ul:not(.post-meta):not(.nav-dir):not(.instagram-images):not(.social-icons) ul.children li:last-child {
padding-bottom: 0;
}
.footer:not(.footer-light) .footer-widget #calendar_wrap caption {
background-color: #212121;
color: #fff;
}
.footer:not(.footer-light) .footer-widget #wp-calendar {
border-color: #212121;
}
.footer:not(.footer-light) .footer-widget #wp-calendar thead th {
border-color: #212121;
background-color: #111;
}
.footer:not(.footer-light) .footer-widget #wp-calendar tbody td {
border-color: #212121;
color: #868686;
}
.footer:not(.footer-light) .footer-widget #wp-calendar tbody td a {
color: #fff;
}
.footer-widget.widget_categories .screen-reader-text,
.footer-widget.widget_archive .screen-reader-text {
display: none;
}
.footer-dark .footer-widget .post-meta {
color: #767676;
}
.footer-widget.ezine-widget-slider-posts a,
.footer-widget.ezine-widget-slider-posts a:hover {
color: #010101;
}
.footer-widget.ezine-widget-facebook-box .fb-page-wrapper {
min-height: 215px;
}
.footer-widget.widget.ezine-widget-google-plus-box .g-page-wrapper {
min-height: 111px;
}
.footer-widget.widget_recent_comments ul li,
.footer-widget.widget_recent_entries ul li,
.footer-widget.widget_rss ul li {
text-transform: none !important;
}
.footer-widget.widget_recent_entries .post-date,
.footer-widget.widget_rss .rss-date {
display: block;
padding-top: 5px;
font-size: 12px;
}
.footer-widget.widget_rss .rssSummary {
padding-top: 8px;
font-size: 12px;
}
.footer-widget.widget_rss cite {
display: inline-block;
margin-top: 10px;
font-size: 12px;
}
.footer-widget.widget_rss cite:before {
content: "\2015 ";
}
.footer-widget .search-form .input-group-addon {
display: none;
}
.footer-widget .search-form .form-control {
height: 40px;
border-color: #010101;
}
.footer-dark .footer-widget .search-form .form-control {
border-right-color: #1f1f1f;
background-color: #1f1f1f;
color: #868686;
}
.footer-widget .search-form .btn {
height: 40px;
padding-right: 15px;
padding-left: 15px;
margin-left: -1px;
font-size: 14px;
border-color: #010101;
background-color: #010101;
color: #fff;
}
.footer-dark .footer-widget .search-form .btn {
background-color: #1f1f1f;
color: #fff;
}
.footer-dark .footer-widget .search-form .btn:hover,
.footer-dark .footer-widget .search-form .btn:focus {
border-left-color: #1f1f1f;
}
.footer-widget .search-form .btn .btn-search-text {
display: none;
}
.footer-widget .tagcloud a {
display: inline-block;
margin: 0 4px 8px 0;
padding: 5px 10px;
border: 1px solid #444;
font-size: inherit !important;
}
.footer-widget .tagcloud a:hover {
background-color: #010101;
color: #fff;
}
.footer-light .footer-widget .tagcloud a {
border-color: #010101;
}
/* ------------------
* 12. Single Post & Page (Singular)
* ------------------ */
/* ------------------
* 12.1. Featured Image Area
* ------------------ */
.featured-image {
position: relative;
z-index: 3;
margin: 0 -15px 0;
background-color: #010101;
}
header.post-image {
position: relative;
}
.featured-image-credit {
position: absolute;
z-index: 5;
bottom: 0;
right: 0;
padding: 8px 16px;
font-size: 11px;
background-color: rgba(0, 0, 0, 0.5);
color: #fff;
}
.single-container .fimg-wrapper.fimg-no-thumb .featured-image {
margin: 0;
}
.featured-image .container {
background-color: transparent;
}
.featured-image .fimg-inner {
display: block;
position: relative;
z-index: 1;
width: 100%;
min-height: 384px;
}
@media only screen and (max-width: 767px) {
.featured-image .fimg-inner {
height: auto !important;
}
}
.featured-image .backstretch {
opacity: 0.6;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.featured-image .post-title {
display: block;
margin: 0 0 10px;
line-height: 1.2;
letter-spacing: -0.6px;
font-size: 24px;
font-weight: bold;
color: #fff;
}
@media only screen and (min-width: 768px) {
.featured-image {
margin: 0;
}
.featured-image .backstretch {
opacity: 0.55;
}
.fimg-wrapper:not(.fimg-sp) .featured-image:hover .backstretch {
opacity: 0.4;
}
.featured-image .post-title {
font-size: 30px;
}
}
@media only screen and (min-width: 992px) {
.featured-image .fimg-inner {
min-height: 484px;
}
.featured-image .post-title {
font-size: 36px;
}
}
@media only screen and (min-width: 1200px) {
.featured-image .fimg-inner {
min-height: 584px;
}
.featured-image .post-title {
font-size: 42px;
}
}
.featured-image .post-excerpt {
margin: 10px 0 0;
line-height: 1.6;
font-size: 14px;
color: #efefef;
}
.featured-image .post-meta {
display: inline-block;
list-style: none;
margin: 0;
padding: 0 10px;
color: #fff;
}
.featured-image .post-meta a {
color: inherit;
}
.featured-image .post-meta > li {
display: inline-block;
padding: 10px;
font-size: 14px;
color: #fff;
}
.featured-image .post-meta > li .fa {
margin-right: 10px;
}
.featured-image .post-meta > li.post-categories {
display: block;
}
.featured-image .post-meta > li.post-categories ul {
display: inline-block;
}
.featured-image .post-meta > li.post-categories ul li:after {
content: ",";
}
.featured-image .post-meta > li.post-categories ul li:last-child:after {
content: "";
}
.featured-image .post-meta > li.post-categories ul li a {
display: inline-block;
}
.fimg-wrapper:not(.fimg-no-thumb) .featured-image .post-meta > li.post-categories ul li a {
color: #fff;
}
@media only screen and (max-width: 560px) {
.featured-image .post-meta > li {
padding: 10px 8px;
font-size: 12px;
}
.featured-image .post-meta > li .fa {
margin-right: 5px;
}
.featured-image .post-meta .post-date {
width: 100%;
}
}
.fimg-wrapper:not(.fimg-cl) + .single-container {
padding-top: 25px;
}
@media only screen and (min-width: 768px) {
.fimg-wrapper:not(.fimg-cl):not(.fimg-no-thumb) .featured-image .post-meta > li {
font-size: 14px;
}
.fimg-wrapper:not(.fimg-cl):not(.fimg-no-thumb) + .single-container {
padding-top: 65px;
}
.fimg-wrapper.fimg-media + .single-container {
padding-top: 45px;
}
}
/*
* Featured Image Area - Classic Image
*/
.fimg-cl {
margin-bottom: 35px;
}
.fimg-cl.fimg-no-meta,
.fimg-cl.fimg-no-thumb {
margin-bottom: 25px;
}
.home-page .fimg-cl.fimg-no-meta,
.home-page .fimg-cl.fimg-no-thumb {
margin-bottom: 35px;
}
.fimg-cl .vm-middle {
width: 70%;
}
@media only screen and (min-width: 1200px) {
.fimg-cl .featured-image .fimg-inner {
min-height: 453px;
}
}
/*
* Featured Image Area - Screen Width Image
*/
.fimg-sw .featured-image {
margin-left: -15px;
margin-right: -15px;
}
/*
* Featured Image Area - Parallax
*/
.ezine-parallax-wrapper {
position: absolute;
z-index: 2;
top: 0;
left: 0;
width: 100%;
height: 100%;
min-height: 560px;
overflow: hidden;
background-color: #010101;
}
@media only screen and (max-width: 767px) {
.ezine-parallax-wrapper {
top: auto !important;
bottom: 0;
height: auto !important;
min-height: 424px;
}
}
.ezine-parallax-inner {
position: absolute;
overflow: hidden;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
}
.ezine-parallax-inner img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
min-width: 50%;
min-height: 50%;
max-width: 100%;
height: auto;
-webkit-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
opacity: 0.5;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
@media only screen and (max-width: 767px) {
.ezine-parallax-inner img {
transform: translate3d(0px, 0px, 0px) !important;
}
}
/*
* Featured Image Area - Screen Width Parallax
*/
.fimg-sp {
position: relative;
z-index: 1;
overflow: hidden;
width: 100%;
}
.fimg-sp .featured-image {
position: relative;
z-index: 1;
overflow: hidden;
margin-left: -15px;
margin-right: -15px;
background-color: #010101;
}
.fimg-sp .featured-image .container {
position: relative;
z-index: 3;
}
/*
* Featured Image Area - Full Screen Image
*/
.fimg-fs .featured-image {
position: relative;
background-color: transparent;
}
@media only screen and (min-width: 768px) {
.fimg-fs .featured-image {
position: initial;
}
}
.fimg-fs .featured-image .container {
position: relative;
z-index: 3;
}
.fimg-fs .fimg-inner {
display: none;
}
@media only screen and (min-width: 768px) {
.fimg-fs .fimg-inner {
min-height: 301px;
}
}
/*
* Featured Image Area - Full Screen Parallax
*/
.fimg-fp .featured-image {
position: relative;
background-color: transparent;
}
@media only screen and (min-width: 768px) {
.fimg-fp .featured-image {
position: initial;
}
}
.fimg-fp .featured-image .container {
position: relative;
z-index: 3;
padding: 0;
}
.fimg-fp .fimg-inner {
display: none;
}
@media only screen and (min-width: 768px) {
.fimg-fp .fimg-inner {
min-height: 301px;
}
.fimg-fp .vm-middle {
margin-bottom: 38px;
}
}
/*
* Featured Image Area - No Thumbnail
*/
.fimg-no-thumb .featured-image {
background-color: transparent;
}
.fimg-no-thumb .featured-image .post-meta {
color: #010101;
}
.fimg-no-thumb .featured-image .fimg-inner {
min-height: 0;
}
.fimg-no-thumb .featured-image .container {
background-color: #fff;
}
.fimg-no-thumb .vm-wrapper {
position: static;
}
.fimg-no-thumb .vm-wrapper:before {
display: none;
}
.fimg-no-thumb .vm-middle {
width: 100%;
text-align: initial;
}
.fimg-no-thumb .featured-image .post-title {
margin-bottom: 25px;
color: inherit;
}
.fimg-no-thumb:not(.fimg-cl) .featured-image .post-title {
padding: 16px 0 8px;
}
.fimg-no-thumb .featured-image .post-meta {
margin: 0 0 5px;
border: 1px solid #010101;
background-color: #fff;
clear: both;
float: left;
}
.fimg-no-thumb .featured-image .post-meta li {
color: inherit;
}
.fimg-no-thumb:not(.fimg-media) .featured-image .vm-middle:after {
position: absolute;
z-index: 0;
top: 17px;
left: 0;
width: 100%;
height: 10px;
background-color: rgb(245, 245, 245);
content: " ";
}
.fimg-no-thumb .featured-image .vm-middle .post-title {
display: inline-block;
position: relative;
z-index: 1;
margin: 0;
padding-right: 20px;
text-transform: uppercase;
font-size: 34px;
font-weight: bold;
background-color: #fff;
float: left;
margin: 0 0 20px;
}
/*
* Featured Image Area - No Meta
*/
.fimg-no-meta .featured-image .post-title {
margin-bottom: 0;
}
.fimg-no-meta:not(.fimg-cl) .featured-image .post-title {
margin-bottom: 12px;
}
/*
* Featured Image Area - Media
*/
.fimg-media .featured-image iframe,
.fimg-media .featured-image object {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
border: none;
}
.fimg-media.fimg-cl .featured-image iframe,
.fimg-media.fimg-cl .featured-image object {
position: initial;
margin-bottom: 15px;
}
/*
* Featured Image Area - Audio
*/
.fimg-media-audio:not(.fimg-cl) .featured-image {
background-color: #f6f6f6;
}
.fimg-media-audio:not(.fimg-cl) .featured-image .fimg-inner {
min-height: 180px;
}
.fimg-media-audio.fimg-sw .featured-image .fimg-inner {
min-height: 220px;
}
.fimg-media-audio.fimg-media-internal .featured-image .fimg-inner {
min-height: 0;
}
.fimg-media-audio.fimg-cl .mejs-audio {
margin-bottom: 30px;
}
/*
* Featured Image Area - Video
*/
.fimg-media-video.fimg-cl .fluid-width-video-wrapper {
margin-bottom: 30px;
}
.fimg-media-video .wp-video {
width: 100% !important;
}
.fimg-media-video.fimg-cl .wp-video {
margin-bottom: 30px;
}
/* ------------------
* 12.2. Post Content
* ------------------ */
.post-content {
margin-bottom: 60px;
line-height: 2;
font-size: 16px;
color: rgb(49, 49, 49);
}
.page-template-page-modules .post-content {
margin-bottom: 30px;
}
.post-content .woocommerce {
font-size: .875em;
}
@media only screen and (min-width: 992px) {
.sidebar-none .post-content {
margin: 0 auto;
width: 750px;
}
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
margin: 0 0 30px;
line-height: 1.475;
font-weight: bold;
letter-spacing: -0.6px;
color: #010101;
}
.post-content h1 {
font-size: 28px;
}
@media only screen and (min-width: 768px) {
.post-content h1 {
font-size: 36px;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
line-height: 1.4;
}
body:not(.ezine-fimg-cl) .sidebar-right .post-content:not(.box-description) h1:first-child,
body:not(.ezine-fimg-cl) .sidebar-right .post-content:not(.box-description) h2:first-child,
body:not(.ezine-fimg-cl) .sidebar-right .post-content:not(.box-description) h3:first-child,
body:not(.ezine-fimg-cl) .sidebar-right .post-content:not(.box-description) h4:first-child,
body:not(.ezine-fimg-cl) .sidebar-right .post-content:not(.box-description) h5:first-child,
body:not(.ezine-fimg-cl) .sidebar-right .post-content:not(.box-description) h6:first-child {
margin-bottom: 12px;
-webkit-transform: translateY(-18px);
-moz-transform: translateY(-18px);
-ms-transform: translateY(-18px);
-o-transform: translateY(-18px);
transform: translateY(-18px);
}
body:not(.ezine-fimg-cl) .sidebar-left .post-content:not(.box-description) h1:first-child,
body:not(.ezine-fimg-cl) .sidebar-left .post-content:not(.box-description) h2:first-child,
body:not(.ezine-fimg-cl) .sidebar-left .post-content:not(.box-description) h3:first-child,
body:not(.ezine-fimg-cl) .sidebar-left .post-content:not(.box-description) h4:first-child,
body:not(.ezine-fimg-cl) .sidebar-left .post-content:not(.box-description) h5:first-child,
body:not(.ezine-fimg-cl) .sidebar-left .post-content:not(.box-description) h6:first-child {
margin-bottom: 18px;
-webkit-transform: translateY(-12px);
-moz-transform: translateY(-12px);
-ms-transform: translateY(-12px);
-o-transform: translateY(-12px);
transform: translateY(-12px);
}
}
.post-content > p,
.post-content > div,
.post-content > ul,
.post-content > ol,
.post-tags {
margin: 0 0 30px;
font-size: inherit;
color: inherit;
line-height: 1.875;
}
.post-content > ul,
.post-content > ol {
margin: 30px 0 30px;
}
.post-content > ul li,
.post-content > ol li {
padding: 0 0 8px
}
.post-content > .pagination {
margin: 15px 0;
}
.post-content blockquote {
border: none;
min-height: 71px;
margin: 0 0 50px;
padding: 15px 60px 0 100px;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAuBAMAAACllzYEAAAALVBMVEXeCAj////ug4P3wcHmRkb98PDkNjbzoqLqYGD50dHiJyfgFxf74OD1srLxk5O8mzOYAAAATklEQVQ4y2MYBfQFXEogoIUhzioIAsIY4owOIFJ5KIhz4BAvLMAqzh4kjk3ce2pCagEW8c4wBrZwLOIxCQwMqcEY4ny3gQSbBcMooCsAAA+fDMJ6pXLXAAAAAElFTkSuQmCC) no-repeat 40px 20px;
line-height: 1.875;
font-size: 16px;
font-weight: 400;
}
.post-content blockquote p {
line-height: inherit;
}
@media only screen and (min-width: 768px) {
.sidebar-none .post-content blockquote {
width: 80%;
}
}
@media screen and (max-width: 560px) {
.post-content blockquote {
padding-left: 70px;
padding-right: 15px;
background-position: 15px 20px;
font-size: 14px;
}
}
.post-content .twitter-tweet {
margin: 40px auto !important;
}
.post-content > pre {
margin-bottom: 15px;
padding: 5px 10px;
border-radius: 0;
border-color: rgb(230,230,230);
line-height: 1.875;
font-weight: 400;
font-size: 14px;
background-color: rgb(252,252,252);
color: inherit;
}
.post-content strong {
color: initial;
}
.post-content img,
.post-content iframe,
.post-content object,
.post-content video {
max-width: 100%;
}
.post-content iframe,
.post-content object,
.post-content video {
margin: 10px 0 15px;
border: none;
}
.post-content:not(.section-html) img {
height: auto;
}
.post-content .wp-caption {
max-width: 100%;
margin-bottom: 20px !important;
padding: 10px;
border: 1px solid rgb(230,230,230);
background: rgb(250,250,250);
}
.post-content .wp-caption > .wp-caption-text {
margin: 8px 0 0;
text-align: center;
font-size: 14px;
}
.post-content .alignleft {
float: left;
margin: 5px 20px 10px 0;
}
.post-content .alignright {
float: right;
margin: 5px 0 10px 20px;
}
.post-content .aligncenter {
display: block;
margin: 40px auto 40px;
}
.post-content .wp-caption.aligncenter {
text-align: center;
}
.post-content .alignnone {
margin: 5px 20px 10px 0;
}
@media only screen and (min-width: 992px) {
.sidebar-none .post-footer {
width: 750px;
margin: 0 auto;
}
}
/* ------------------
* 12.3. Post Tags
* ------------------ */
.post-tags {
margin: 0 -15px 40px;
padding: 20px 15px;
border-top: 1px solid #e8e8e8;
border-bottom: 1px solid #e8e8e8;
font-size: inherit;
}
@media only screen and (min-width: 768px) {
.post-tags {
margin-right: 0;
margin-left: 0;
padding-right: 0;
padding-left: 0;
}
}
.post-tags .title {
color: initial;
}
.post-tags a {
display: inline-block;
margin-left: 10px;
color: #A9A9A9;
}
.post-tags a:hover,
.post-tags a:focus {
color: inherit;
}
/* ------------------
* 12.4. Post Vote
* ------------------ */
.post-vote {
margin-bottom: 40px;
}
.post-vote .vote-login {
padding-bottom: 10px;
color: #CA0B20;
}
.post-vote .col-left {
padding-right: 5px;
text-align: right;
}
.post-vote .col-right {
padding-left: 5px;
text-align: left;
}
.post-vote-disabled .col .btn {
cursor: default;
}
.post-vote-disabled .col .btn:not(.btn-voted) {
border-color: #d9d9d9 !important;
background-color: #d9d9d9;
}
/* ------------------
* 12.5. Post Sharing
* ------------------ */
.post-sharing {
margin-bottom: 40px;
font-size: 24px;
}
.post-sharing li > a {
padding: 10px;
}
/* ------------------
* 12.6. Post Nav
* ------------------ */
.posts-nav {
margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
.posts-nav .col {
width: 100%;
}
}
.posts-nav .col:first-child {
padding: 0 30px 0 60px;
border-bottom: 1px solid #efefef;
text-align: right;
}
.posts-nav .col:last-child {
padding: 0 65px 0 30px;
text-align: left;
}
.posts-nav .col > a {
position: relative;
z-index: 1;
display: block;
padding: 30px 0;
font-size: 14px;
font-weight: bold;
line-height: 1.3;
color: #d2d2d2;
}
.posts-nav .col > a .fa {
position: absolute;
left: -40px;
top: calc(50% - 13px);
width: 26px;
height: 26px;
line-height: 21px;
text-align: center;
border: 2px solid;
border-radius: 100%;
font-size: 16px;
}
.posts-nav .col:last-child > a {
color: inherit;
}
.posts-nav .col:last-child > a .fa {
left: auto;
right: -40px;
padding-left: 2px;
border-color: inherit;
}
@media only screen and (min-width: 768px) {
.posts-nav {
margin: 0 auto 40px;
border-top: 1px solid #efefef;
border-bottom: 1px solid #efefef;
}
.posts-nav .col:first-child {
border-bottom: none;
border-right: 1px solid #efefef;
}
.posts-nav .col > a .fa {
left: -55px;
}
.posts-nav .col:last-child > a .fa {
left: auto;
right: -55px;
}
.posts-nav .col > a:hover {
color: inherit;
}
}
/* ------------------
* 12.7. Author Box
* ------------------ */
.author-box {
position: relative;
z-index: 1;
width: 100%;
min-height: 194px;
margin-bottom: 40px;
}
.page-template-page-authors .author-box {
margin-bottom: 30px;
padding: 30px;
background: rgb(250,250,250);
}
.page-template-page-authors .author-box .author-image {
top: 15px;
left: 20px;
}
.page-template-page-authors .author-box .author-image img {
border-radius: 100%;
}
.post-footer .author-box {
width: auto;
margin-left: -15px;
margin-right: -15px;
}
@media only screen and (min-width: 768px) {
.post-footer .author-box {
max-width: 768px;
margin-left: auto;
margin-right: auto;
}
}
.author-box-inverse {
padding: 20px;
min-height: 204px;
background: #010101;
color: #fff;
}
.author-box .author-image {
position: absolute;
}
.author-box .author-details {
padding-left: 184px;
font-size: 13px;
}
.author-box .author-name {
display: block;
font-size: 16px;
font-weight: bold;
}
.page-template-page-authors .author-box .author-name {
font-size: 22px;
}
.author-box-inverse a {
color: #fff;
}
.author-box .author-title,
.author-box .author-desc {
margin-bottom: 0;
font-family: Georgia, sans-serif !important;
font-style: italic;
}
.author.archive .author-box .author-title,
.author.archive .author-box .author-desc {
font-style: normal;
font-size: 14px;
}
.author-box .author-title,
.author-box-inverse .author-desc {
letter-spacing: 0.2px;
line-height: 1.5;
color: #a0a0a0;
}
.author-box .author-title {
display: inline-block;
margin-bottom: 10px;
font-size: 12px;
}
.author-box .author-social {
margin-bottom: 15px;
}
.author-box .author-social a {
margin-right: 3px;
color: #b0b0b0;
}
.author-box .author-social a:hover {
color: inherit;
}
.author-box-inverse .author-social a:hover {
color: #fff;
}
@media only screen and (max-width: 767px) {
.author-box .author-image {
width: 20%;
}
.author-box .author-image img {
width: 100%;
height: auto;
}
.author-box .author-details {
padding-left: calc(20% + 30px);
}
}
@media only screen and (max-width: 560px) {
.author-box .author-details {
padding-left: calc(20% + 30px);
}
}
@media only screen and (max-width: 370px) {
.author-box .author-details {
padding-left: calc(20% + 30px);
}
}
/* ------------------
* 12.8. Comments
* ------------------ */
.comments-title {
margin-bottom: 30px;
padding: 0 0 15px;
border-bottom: 1px solid #ededed;
text-transform: uppercase;
font-size: 24px;
font-weight: bold;
}
.comments-nav ul {
list-style: none;
margin: 0 0 25px;
padding: 0 0 15px;
border-bottom: 1px dashed #a2a2a2;
}
.comments-nav-bottom {
margin-top: -15px;
}
.comments-nav-bottom ul {
border-bottom: none;
border-top: 1px dashed #a2a2a2;
margin: 0 0 40px;
padding: 15px 0 0;
}
.comments-nav ul .nav-previous {
float: left;
}
.comments-nav ul .nav-next {
float: right;
}
.comments-list {
margin-bottom: 60px;
}
.comments-list > .comment {
margin-bottom: 20px;
}
.comment {
position: relative;
z-index: 1;
min-height: 100px;
margin-bottom: 0;
padding-left: 118px;
}
.comments-list .comment:last-child {
margin-bottom: 0;
}
.comments-list.hide-avatars .comment {
padding-left: 60px;
}
.comment.depth-1 {
padding-left: 0 !important;
}
.comment .author-image {
position: absolute;
left: 118px;
top: 0;
}
.comment.depth-1 > article .author-image {
left: 0;
}
.comment-body {
min-height: 100px;
margin-bottom: 40px;
padding-left: 118px;
}
.comments-list.hide-avatars .comment-body {
padding-left: 0;
}
.comment-body .comment-author {
margin-bottom: 10px;
}
.comment-body .comment-author .fn {
margin-right: 10px;
font-size: 16px;
font-style: normal;
font-weight: bold;
}
.comment-body .comment-date,
.comment-body .comment-date a {
text-transform: uppercase;
font-size: 10px;
color: #a2a2a2;
}
.comment-body .comment-author .comment-edit-link {
margin-left: 10px;
font-size: 12px;
}
.comment-body .comment-content {
margin-bottom: 15px;
line-height: 1.7;
color: #5b5b5b;
}
.comment-body .comment-content .alert {
margin-bottom: 10px;
padding: 5px 10px;
}
.comment-body .comment-meta ul {
position: relative;
z-index: 1;
list-style: none;
margin-bottom: 0;
padding: 0;
font-size: 12px;
}
.comment-body .comment-meta li {
display: block;
float: left;
margin-right: 15px;
}
.comment-body .comment-meta li.comment-reply {
margin-right: 20px;
}
.comment-body .comment-meta li button,
.comment-body .comment-meta li a {
outline: 0;
padding: 0;
border: none;
background: none;
color: #9d9d9d;
}
.comment-body .comment-meta li.comment-vote-disabled button,
.comment-body .comment-meta li.comment-vote-disabled a {
cursor: default;
}
.comment-body .comment-meta li:not(.comment-vote-disabled) button:hover,
.comment-body .comment-meta li:not(.comment-vote-disabled) a:hover {
color: initial;
}
.comment-body .comment-meta .vote-login {
position: absolute;
bottom: -20px;
left: 0;
color: #CA0B20;
}
.comment-form-row {
max-width: 768px;
margin-bottom: 25px;
}
.comment-reply-title {
margin: 0 0 10px;
padding: 0 15px;
font-size: 22px;
font-weight: bold;
}
.comment-form .form-before-text {
margin: 0 0 15px;
color: #a2a2a2;
}
.comment-form .form-before-text a {
color: #828282;
}
.comment-form .form-before-text a:hover {
color: initial;
}
.comment-form .form-submit .btn {
text-transform: uppercase;
font-weight: bold;
}
.comment-respond .comment-form {
overflow: auto;
}
.comment-subscription-form {
margin: 0 0 5px;
}
.comment-subscription-form label {
display: inline-block;
padding: 0 0 0 3px;
font-weight: 100;
font-size: .928em;
color: rgb(49, 49, 49);
}
@media only screen and (max-width: 560px) {
.comment {
padding-left: 25%;
}
.comment.comment-reply-1 {
margin-left: 25%;
}
.comment .author-image {
width: 20%;
left: 0;
}
.comment .author-image > img {
width: 100%;
height: auto;
}
.comment-body {
position: relative;
z-index: 1;
padding-left: 25%;
}
}
/* ------------------
* 13. Featured Posts
* ------------------ */
.featured-posts > .container {
position: relative;
z-index: 1;
padding-top: 21px;
padding-bottom: 35px;
}
.has-breadcrumb .featured-posts > .container {
padding-top: 0;
}
@media only screen and (max-width: 767px) {
.featured-posts > .container {
margin-top: -10px;
padding: 0 0 15px;
}
}
.featured-posts.fptype-category > .container {
padding-bottom: 30px;
}
.featured-posts .fp-box {
position: relative;
z-index: 3;
background-color: #010101 !important;
}
.featured-posts .fp-box .fp-inner {
display: block;
position: relative;
z-index: 1;
width: 100%;
min-height: 384px;
}
.featured-posts .fp-box-h1 .fp-inner {
min-height: 312px;
}
@media only screen and (max-width: 991px) {
.featured-posts .fp-box-h1.fp-box-c2 .fp-inner {
min-height: 188px;
}
}
@media only screen and (min-width: 992px) {
.featured-posts .fp-box .fp-inner {
min-height: 484px;
}
.featured-posts .fp-box-h1 .fp-inner {
min-height: 241.5px;
}
}
@media only screen and (min-width: 1200px) {
.featured-posts > .container,
.featured-posts .fp-box .fp-inner {
min-height: 584px;
}
.featured-posts.fpstyle-e > .container,
.featured-posts .fp-box-h1 .fp-inner {
min-height: 291.5px;
}
}
.featured-posts .owl-carousel {
width: auto;
}
.featured-posts .fp-box .post-title {
margin-bottom: 15px;
letter-spacing: -0.6px;
text-transform: uppercase;
font-size: 20px;
color: #fff;
}
.featured-posts .fp-box .mask-title {
position: absolute;
z-index: 1;
left: 0;
top: 0;
display: block;
width: 100%;
height: 100%;
overflow: hidden;
text-indent: -9999px;
background-color: transparent;
}
.featured-posts:not(.fpstyle-a) .fp-box .vm-wrapper {
text-align: left;
}
.featured-posts:not(.fpstyle-a) .fp-box .vm-middle {
padding: 0 0 15px 30px;
vertical-align: bottom;
text-align: left;
}
.featured-posts .fp-box-h2 .vm-middle {
width: 90%;
}
.featured-posts .fp-box-h2 .post-title {
font-size: 20px;
}
.featured-posts .fp-box .post-meta {
position: relative;
z-index: 2;
display: inline-block;
margin: 0;
color: #fff;
opacity: 0.85;
font-size: 13px;
}
.featured-posts .fp-box .post-meta .fa {
margin-right: 8px;
}
.featured-posts .fp-box .post-meta a {
color: #fff;
}
.featured-posts .fp-box .post-meta .post-categories ul {
display: inline-block;
vertical-align: top;
}
.featured-posts .fp-box .backstretch {
opacity: 0.65;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.featured-posts .owl-theme .owl-nav {
opacity: 0;
position: absolute;
z-index: 1;
top: 0;
right: 0;
margin: 16px 20px 0 0;
padding: 0;
-webkit-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
-ms-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
transition: opacity 0.2s;
}
.featured-posts > .container:hover .owl-theme .owl-nav {
opacity: 1;
}
.featured-posts .fp-col .fp-box {
margin: 0 0 4px;
}
@media only screen and (min-width: 768px) {
.featured-posts .fp-box .post-title {
margin-bottom: 5px;
letter-spacing: -1.2px;
font-size: 24px;
}
.featured-posts .owl-carousel {
margin: 0;
}
.owl-carousel.owl-theme.owl-loaded {}
.featured-posts .fp-col .fp-box {
margin: 0 1px 1px 0;
}
.featured-posts .fp-box:hover .backstretch {
opacity: 0.2;
}
.featured-posts .fp-box-h2 .vm-middle {
width: 80%;
}
.featured-posts .fp-box-h2 .post-title {
font-size: 32px;
}
}
@media only screen and (min-width: 992px) {
.featured-posts .fp-box-h2 .vm-middle {
width: 70%;
}
.featured-posts .fp-box-h2 .post-title {
font-size: 30px;
}
}
@media only screen and (min-width: 1200px) {
.featured-posts .fp-box-h2 .vm-middle {
width: 60%;
}
.featured-posts .fp-box-h2.fp-box-c2 .vm-middle {
width: 99%;
}
.featured-posts .fp-box-h2 .post-title {
font-size: 34px;
}
}
.featured-posts .fp-box .backstretch {
opacity: 0.7;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
}
@media only screen and (min-width: 768px) {
.featured-posts .fp-box .backstretch {
opacity: 0.65;
}
}
.featured-posts .owl-theme .owl-nav [class*=owl-] {
margin: 0 4px;
padding: 8px 18px;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background: rgba(255,255,255,0.5);
opacity: 1;
color: #fff;
}
.featured-posts .owl-theme .owl-nav [class*=owl-].disabled {
background: rgba(255,255,255,0.25);
}
.featured-posts .owl-theme .owl-nav [class*=owl-] .fa {
font-size: 28px;
font-weight: bold;
}
.featured-posts .owl-theme .owl-nav [class*=owl-]:not(.disabled):hover {
background: rgba(255,255,255,0.8);
color: #010101;
}
/* ------------------
* 14. Shortcodes
* ------------------ */
.ezine-sc-tab {
display: none;
margin-bottom: 30px;
}
.ezine-sc-tab .box-header {
margin: 0;
}
.ezine-sc-tab .box-header .btn-group {
min-height: 0;
}
@media only screen and (min-width: 768px) {
.ezine-sc-tab .box-header .btn-group {
height: auto !important;
}
}
.ezine-sc-tab .box-header .btn-group .btn {
padding: 7px 0;
}
@media only screen and (max-width: 767px) {
.ezine-sc-tab .box-header .btn-group {
height: 42px;
padding-top: 42px;
}
.ezine-sc-tab .box-header .btn-group .btn:not(.active) {
padding: 7px 0 7px 25px;
}
.ezine-sc-tab .box-header .btn-group .btn.active {
height: 42px;
padding: 0 0 0 25px;
}
.box-header .btn-group .btn-toggle {
height: 32px;
padding: 0 15px 0 0;
font-size: 18px;
}
.ezine-sc-tab .box-header .btn-group .btn-toggle {
height: 42px;
padding: 0 25px 0 0;
font-size: 20px;
}
}
.ezine-sc-tab .tab-body {
position: relative;
z-index: 1;
}
.ezine-sc-tab .tab-body .tab-content:not(:first-child) {
display: none;
}
.ezine-sc-tab .tab-content {
margin-top: -1px;
padding: 25px 30px;
border: 1px solid #010101;
font-size: 14px;
color: #010101;
}
.ezine-sc-tab.dark .tab-content {
background-color: #010101;
color: #fff;
}
.ezine-sc-tab.dark .tab-content h1,
.ezine-sc-tab.dark .tab-content h2,
.ezine-sc-tab.dark .tab-content h3,
.ezine-sc-tab.dark .tab-content h4,
.ezine-sc-tab.dark .tab-content h5,
.ezine-sc-tab.dark .tab-content h6 {
color: inherit;
}
.ezine-sc-ad {
width: 100%;
margin-bottom: 40px !important;
overflow: hidden;
text-align: center;
}
.ezine-sc-ad img {
max-width: 100%;
height: auto;
}
.post-content > .ezine-sc-row {
margin-left: -15px;
margin-right: -15px;
}
/* ------------------
* 15. Gallery
* ------------------ */
.gallery:not(.boxer-caption) {
margin: 40px -3px 50px;
}
.gallery-item {
float: left;
padding: 3px;
text-align: center;
overflow: hidden;
}
.gallery-icon {
position: relative;
z-index: 1;
}
.gallery-icon .caption-overlay {
display: none;
position: absolute;
z-index: 1;
bottom: 0;
left: 0;
width: 100%;
padding: 8px 13px 11px;
text-align: left;
font-size: 14px;
line-height: 1.4;
color: #fff;
cursor: pointer;
opacity: 0;
-webkit-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
-ms-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
transition: opacity 0.2s;
}
@media only screen and (min-width: 768px) {
.gallery-columns-1 .gallery-icon .caption-overlay,
.gallery-columns-2 .gallery-icon .caption-overlay {
display: block;
}
}
@media only screen and (min-width: 992px) {
.gallery-columns-3 .gallery-icon .caption-overlay {
display: block;
}
}
@media only screen and (min-width: 1200px) {
.gallery-columns-4 .gallery-icon .caption-overlay {
display: block;
}
}
.gallery-icon:hover .caption-overlay {
opacity: 1;
}
.gallery-icon a {
display: block;
background-color: #010101;
}
.gallery-icon a img {
width: 100%;
height: auto;
opacity: 1;
-webkit-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
-ms-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
transition: opacity 0.2s;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
}
.gallery-icon:hover a img {
opacity: 0.35;
}
.gallery-columns-1 .gallery-item {
width: 100%;
}
.gallery-columns-2 .gallery-item {
width: 50%;
}
.gallery-columns-3 .gallery-item {
width: 33.33333%;
}
.gallery-columns-4 .gallery-item {
width: 25%;
}
.gallery-columns-5 .gallery-item {
width: 20%;
}
.gallery-columns-6 .gallery-item {
width: 16.66666%;
}
.gallery-columns-7 .gallery-item {
width: 14.28571%;
}
.gallery-columns-8 .gallery-item {
width: 12.5%;
}
.gallery-columns-9 .gallery-item {
width: 11.11111%;
}
/* ------------------
* 16. Contact Form 7
* ------------------ */
div.wpcf7 {
margin: 40px 0;
font-size: 14px;
}
.post-content > div.wpcf7:first-child {
margin-top: 0;
}
div.wpcf7-response-output {
margin: 2em 0 1em;
padding: 0.2em 1em;
}
div.wpcf7-mail-sent-ok {
border: none;
background-color: #509034;
color: #fff;
}
div.wpcf7-spam-blocked {
border: none;
background-color: #FFF6E5;
color: #ffa500;
}
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ng {
border: none;
background-color: #FFF4F4;
color: #6b472e;
}
span.wpcf7-form-control-wrap {
position: relative;
z-index: 1;
}
span.wpcf7-not-valid-tip {
display: block;
color: #6b472d;
font-size: 1em;
}
span.wpcf7-list-item {
margin-left: 0.5em;
}
.wpcf7-display-none {
display: none;
}
div.wpcf7 img.ajax-loader {
border: none;
vertical-align: middle;
margin-left: 4px;
}
div.wpcf7 div.ajax-error {
display: none;
}
div.wpcf7 .placeheld {
color: #888;
}
.wpcf7-form p {
margin-bottom: 30px;
text-transform: uppercase;
font-weight: bold;
color: #464646;
}
.wpcf7-form .wpcf7-form-control {
margin-top: 10px;
font-weight: normal;
}
.wpcf7-text,
.wpcf7-textarea {
width: 100%;
padding: 10px 15px;
border: none;
background-color: #eee;
font-size: 14px;
}
@media only screen and (min-width: 1200px) {
.wpcf7-text {
width: 80%;
}
}
.wpcf7-textarea {
resize: vertical;
}
.wpcf7-text:focus,
.wpcf7-textarea:focus {
outline: 0;
}
.wpcf7-submit {
padding: 10px 15px;
border: none;
text-transform: uppercase;
font-weight: bold !important;
background-color: #6b472e;
color: #fff;
}
.wpcf7-submit:focus {
outline: 0;
}
.wpcf7-submit:hover {
border-color: #e71d1d;
background-color: #e71d1d;
}
/* New CSS - 22.09.2017 */
#main {
border-right: none !important;
}
.nh-abs {
position: absolute;
left: 0;
right: 0;
top: 0;
}
.t32 {
top: 32px !important;
}
.nh-abs .header-modern {
margin-bottom: 0;
background: none;
}
.nh-abs .top-bar {
border-bottom: none;
}
.abs-a {
position: absolute;
left: 0;
top: 0;
display: block;
z-index: 3;
width: 100%;
height: 100%;
}
.ulfix {
padding: 0;
margin: 0;
list-style: none;
}
.header-modern {
background: black;
z-index: 17;
position: relative;
color: #9C9C9C;
margin-bottom: 25px;
}
.header-modern .container {
padding-top: 0;
background: none;
position: relative;
}
.header-modern a {
color: #9C9C9C;
transition: color 200ms ease;
}
.header-modern a:hover {
color: #FFBD00;
}
.top-bar {
display: flex;
font-size: 10px;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid rgba(44, 44, 44, 0.9);
}
.top-menu ul {
display: flex;
text-transform: uppercase;
}
.top-bar ul li a {
padding: 15px 0;
font-weight: 600;
display: block;
margin-right: 25px;
}
.top-socials .social-icons {
display: flex;
list-style: none;
padding: 0;
margin: 0;
}
.top-socials ul li a {
font-size: 11.3px;
margin-right: 0 !important;
margin-left: 15px;
}
.bottom-bar {
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
}
.header-modern .logo-dark {
display: none !important;
}
.header-modern .logo-light {
display: block !important;
}
.logo a {
font-size: 26px;
font-weight: 700;
color: white;
height: inherit;
line-height: inherit;
letter-spacing: -1px;
}
.logo a:hover {
color: white !important;
}
.logo img {
height: initial !important;
max-width: 200px !important;
}
.bottom-menu ul {
display: flex;
align-items: center;
}
.bottom-menu ul li a {
display: block;
color: white;
font-size: 14px;
margin-left: 20px;
padding: 20px 0;
text-transform: uppercase;
}
.bottom-menu ul li.current-menu-item a {
font-weight: 700;
}
.bottom-menu .menu-item-has-children {
position: relative;
}
.bottom-menu .sub-menu {
transition: all 300ms ease;
pointer-events: none;
opacity: 0;
visibility: hidden;
display: block;
z-index: 2;
background: #223146;
min-width: 200px;
padding: 0;
left: 22px;
top: 100%;
}
.bottom-menu .menu-item-has-children:hover .sub-menu {
opacity: 1;
visibility: visible;
pointer-events: auto;
}
.bottom-menu .sub-menu a {
margin: 0;
font-weight: 400 !important;
padding: 12px 15px;
font-size: 11px;
}
.menu-item-mega-menu {
position: static !important;
}
.bottom-menu .mega-menu {
z-index: 4;
top: 100%;
opacity: 0;
visibility: hidden;
transition: all 300ms ease;
pointer-events: none;
}
.bottom-menu .mega-menu .post-summary,
.bottom-menu .mega-menu .posts-wrapper:hover .post-summary,
.bottom-menu .mega-menu-light .mega-menu .post-summary,
.bottom-menu .mega-menu .post-summary:hover,
.bottom-menu .mega-menu .posts-wrapper:hover .post-summary:hover {
z-index: initial !important;
}
.bottom-menu .mega-menu a {
display: inherit;
color: inherit;
font-size: inherit;
margin-left: inherit;
padding: inherit;
text-transform: inherit;
margin-right: 0 !important;
}
.menu-item-mega-menu a:hover + div,
.mega-menu:hover {
opacity: 1;
pointer-events: auto;
visibility: visible;
}
.bottom-menu .search {
display: none;
}
.cool-bar {
display: none;
}
.slider-wrap {
background: black;
position: relative;
}
.modern-slider {
z-index: 1;
position: relative;
}
.slick-slider a {
outline: none !important;
}
.slide-item {
position: relative;
height: 715px;
display: flex;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.slide-item::before {
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0px;
background: rgba(0, 0, 0, .65);
}
.slide-item .container {
background: none;
display: flex;
align-items: center;
z-index: 3;
}
.slide-content {
align-items: center;
color: #B4B4B4;
flex-basis: 55%;
}
.slide-content a {
color: #fff;
}
.terms {
font-size: 13px;
display: block;
margin-bottom: 15px;
}
.terms a {
color: #b4b4b4;
}
.h1-wrap {
position: relative;
}
.opvis {
opacity: 1 !important;
visibility: visible !important;
}
.slide-content h1 {
text-transform: uppercase;
font-size: 55px;
}
.h1-line {
display: block;
position: absolute;
bottom: 0;
left: 30px;
width: 500px;
height: 35px;
background: #E02B2B;
z-index: -1;
}
.h1-line.i-am-here {
width: 500px;
}
.dot-wrap {
position: absolute;
bottom: 60px;
left: 0;
right: 0;
z-index: 2;
}
.dot-wrap .container {
background: none;
}
.pagi {
float: left;
position: relative;
display: flex;
margin: 0;
padding: 0;
overflow: hidden;
}
.navi {
float: right;
display: flex;
position: relative;
top: 35px;
}
.dot-wrap .container::after {
content: '';
clear: both;
display: table;
}
.dot-wrap .owl-dot {
width: 42px;
height: 42px;
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
font-weight: 900;
color: white;
border: 1px solid #979797;
margin-right: -1px;
cursor: pointer;
position: relative;
transition: all 300ms ease;
}
.dot-wrap .owl-dot::before {
content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
transform: translateY(41px);
background: white;
will-change: transform;
transition: transform 300ms ease;
}
.dot-wrap .owl-dot:last-child {
margin-right: 0;
}
.dot-wrap .owl-dot.active {
color: black;
border-color: white;
}
.dot-wrap .owl-dot.active::before {
transform: none;
}
.dot-wrap .owl-dot span {
z-index: 2;
}
/* New Header 1 */
.o-hidden {
overflow: hidden;
}
.overlay-body {
position: fixed;
left: 0;
top: 0;
opacity: 0;
visibility: hidden;
transition: all 300ms ease;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .7);
z-index: 98;
}
#offcanvas {
background: #1e1e1e;
height: 100%;
width: 300px;
left: 0;
top: 0;
bottom: 0;
position: fixed;
z-index: 99;
transition: transform 300ms cubic-bezier(0.50, 0, 0.175, 1);
transform: translate3d(-300px, 0, 0);
}
#offcanvas header {
padding: 30px;
display: flex;
justify-content: space-between;
align-items: center;
}
.close-offcanvas {
width: 25px;
font-size: 10px;
cursor: pointer;
height: 25px;
background: white;
display: flex;
justify-content: center;
align-items: center;
}
.side-menu {
overflow-y: auto;
height: 100%;
}
.side-menu a {
color: white;
display: block;
padding: 15px 30px;
}
.side-menu li:nth-of-type(2n) a {
background: rgba(39, 39, 39, 0.37);
}
.side-menu li.menu-item-has-children > a::after {
font-family: FontAwesome;
content: "\f107";
margin-left: 9px;
font-size: 12px;
position: relative;
top: 1px;
}
.side-menu li.menu-item-mega-menu > a::after {
display: none;
}
.side-menu .sub-menu {
position: static;
padding: 0 15px;
}
.block {
display: block;
}
.side-menu .sub-menu a {
transition: all 300ms ease;
text-transform: inherit;
font-weight: inherit;
}
.side-menu .sub-menu a:hover {
background: white;
color: black;
}
.side-menu .mega-menu {
display: none;
}
.n-sticky {
will-change: transform;
transform: translateY(-100%);
position: fixed;
width: 100%;
z-index: 89;
transition: transform 350ms cubic-bezier(0.50, 0, 0.175, 1);
}
.n-sticky.yes {
transform: none;
}
.n-sticky header {
margin-bottom: 0;
}
.n-sticky .nh-d .top-bar {
display: none;
}
.nh-full .mega-menu {
width: calc(100% + 30px);
left: -15px;
}
.nh-1-wrap {
margin-bottom: 25px;
top: 0;
background: #223146;
z-index: 10;
position: relative;
}
.ezine-fimg-fs .nh-1-wrap,
.ezine-fimg-fp .nh-1-wrap {
position: absolute;
width: 100%;
}
.cont3 .nh-1-wrap {
width: auto;
}
.ezine-fimg-fs .header-modern,
.ezine-fimg-fp .header-modern {
margin-bottom: 0;
}
.ezine-fimg-fs .nh,
.ezine-fimg-fp .nh {
width: 100%;
position: absolute;
}
.ezine-fimg-fs .nh-1-wrap .nh,
.ezine-fimg-fp .nh-1-wrap .nh {
position: static;
width: auto;
}
.cont1 .mega-menu {
left: -35px;
width: calc(100% + 70px);
}
.nh-1-wrap .sub-menu {
z-index: 10;
}
.nh-1 .mega-menu .post-title {
font-size: 14px !important;
}
.nh-1-wrap-light {
background: white;
}
.nh-1-wrap .top-bar-w {
background: #151515;
}
.top-bar-w .top-bar {
border-bottom: none;
}
.nh-1-wrap .top-bar ul li a {
padding: 7.5px 0;
color: #727272;
}
.nh-1-wrap-light .top-bar ul li a {
color: white;
}
.nh-1-wrap .top-bar ul li a:hover {
color: #fff;
}
.nh-1-wrap .container {
background: none;
}
.logo-wrap-n {
padding: 15px 0;
z-index: 1;
position: relative;
}
.logo-wrap-n .container {
display: flex;
justify-content: center;
align-items: center;
}
.logo-wrap-n .logo-dark {
display: none !important;
}
.logo-wrap-n .logo-light {
display: block !important;
}
.logo-menu {
display: flex;
align-items: center;
}
.logo-menu .logo {
margin-right: 30px;
}
.bds-area {
position: relative;
z-index: 1;
padding: 15px 0;
}
.nh-1-wrap-light .bds-area {
background: #f9f9f9;
}
.bds-area .container {
display: flex;
justify-content: center;
}
.bds-area img {
height: auto;
display: block;
max-width: 100%;
}
.nh-1 {
position: relative !important;
background: #223146 !important;
font-weight: 500;
height: 60px;
}
.header-modern ul li.menu-item-has-children > a:after,
.nh-1 ul li.menu-item-has-children > a:after {
font-family: FontAwesome;
content: "\f107";
margin-left: 7.5px;
font-size: 12px;
}
.nh-1 ul li a {
color: #9C9C9C;
}
.nh-1 ul li a:hover {
color: #fff;
}
.nh-1 .bottom-menu ul li.current-menu-item a {
font-weight: 500;
color: white;
}
.header-modern .navbar-search {
display: block !important;
color: white;
font-size: 13px;
position: static;
padding: 20px 0;
}
.header-modern .navbar-search:hover {
color: #fff;
}
.nh-1-light {
background: white !important;
box-shadow: -1px 11px 23px rgba(0, 0, 0, 0.03);
}
.nh-1-light .logo-dark {
display: block !important;
}
.nh-1-light .logo-light {
display: none !important;
}
.nh-1-light .logo a {
color: black;
}
.nh-1-light .logo a:hover {
color: black !important;
}
.nh-1-light ul li a {
color: #373737;
}
.nh-1-light ul li a:hover {
color: black;
}
.nh-1-light .bottom-menu ul li.current-menu-item a {
font-weight: 500;
color: #6b472d;
}
.nh-1-light .sub-menu {
background: white;
box-shadow: -1px 11px 23px rgba(0, 0, 0, 0.03);
}
.nh-1-light .sub-menu li a {
transition: all 150ms ease;
}
.nh-1-light .sub-menu li a:hover {
background: #f9f9f9 !important;
}
.nh-1-light .mega-menu {
background: #f9f9f9;
color: #373737;
}
.nh-1-light .mega-menu a {
color: #373737 !important;
}
.nh-1-light .mega-menu .mm-bottom {
border-color: #f1f1f1;
}
.nh-1-light .cool-bar span {
background: black;
}
.nh-1-light .navbar-search {
color: black;
}
.nh-1-light .navbar-search:hover {
color: black;
}
/* New Featured 1 */
.nf-1-wrap {
margin-bottom: 25px;
padding: 35px 0;
position: relative;
z-index: 1;
overflow: hidden;
}
.fp-video-bg {
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -1;
}
.nf-custom-bg-v::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
}
.nf-1-wrap .container {
background: none;
z-index: 2;
position: relative;
}
.nf-1-wrap h1 a:hover,
.nf-1-wrap h2 a:hover,
.nf-1-wrap h3 a:hover,
.nf-1-wrap h4 a:hover,
.nf-1-wrap h5 a:hover,
.nf-1-wrap h6 a:hover {
color: #6b472d !important;
}
.nf-1 {
display: flex;
}
.nf1-l1 .nf-1-fig {
height: 600px;
}
.nf1-r1 .nf-1-fig {
height: 300px;
}
.nf-1-left {
flex: 7.187;
}
.nf-1-fig {
position: relative;
overflow: hidden;
}
.nf-1-fig:hover img {
transform: scale(1.15);
}
.nf-1-fig::before {
z-index: 2;
content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
background: rgba(0, 0, 0, .5);
}
.rate-points {
position: absolute;
left: 30px;
top: 30px;
background: rgba(201, 44, 44, .85);
color: white;
font-weight: 600;
display: flex;
align-items: center;
justify-content: center;
width: 65px;
height: 55px;
font-size: 25px;
text-align: center;
z-index: 2;
}
.nf-1-fig .trend-icon {
top: 15px;
left: 82px;
height: 50px;
transform: none;
z-index: 2;
background: black;
width: 50px;
}
.nf-1-wrap img {
max-width: 100%;
height: auto;
width: 100%;
display: block;
transition: all 500ms ease;
}
.nf-1-cap {
z-index: 3;
position: absolute;
left: 30px;
bottom: 30px;
right: 30px;
display: flex;
}
.nf-1-cap .terms {
color: #b4b4b4;
letter-spacing: 1px;
margin-bottom: 7.5px;
font-size: 11px;
text-transform: uppercase;
}
.nf-1-cap h1 {
text-transform: uppercase;
font-weight: 700;
margin: 0;
font-size: 42px;
margin-bottom: 9px;
transition: color 300ms ease;
}
.nf-1-cap h1 a {
color: white;
}
.nf-1-cap h1 a:hover {
color: #6b472d;
}
.nf-1-cap ul {
display: flex;
color: #b4b4b4;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 11px;
}
.nf-1-cap ul li {
margin-right: 15px;
}
.nf-1-cap ul li:last-child {
margin-right: 0;
}
.nf-1-cap ul li a {
color: #b4b4b4;
}
.nf-1-right {
flex: 3;
}
.nf-i {
display: flex;
}
.nf-1-right .rate-points {
font-size: 18px;
}
.nf-1-right .nf-1-fig .rate-points {
left: 15px;
width: 55px;
height: 44px;
top: 15px;
}
.nf-1-right .nf-1-cap {
bottom: 15px;
left: 15px;
right: 15px;
}
.nf-1-right ul,
.nf-1-right .terms {
font-size: 9px;
}
.nf-1-right .nf-1-cap h1 {
font-size: 22px;
font-weight: 700;
}
.nf-1-add .nf-1-left {
flex: 12;
}
.nf-1-add .nf-l.nf-1-left {
flex: 2.2;
}
.top-nf-1 {
display: flex;
}
.top-nf-1 .nf-1-fig {
flex-basis: 50%;
height: 300px;
}
.bottom-nf-1 .nf-1-fig {
height: 300px;
}
/* Vertical Slider */
@-webkit-keyframes slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInUp{0%{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}
@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
.vertical-slider {
display: flex;
}
.vertical-slider .nf-i {
display: block;
}
.vertical-slider > div:first-child {
width: calc(100% - 110px);
}
.slick-vertical .slick-slide {
border: none;
}
.vertical-item {
overflow: hidden;
height: 550px;
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.vertical-item .trend-icon {
width: 50px;
left: 86px;
}
.vertical-item .rate-points {
width: 52px;
font-size: 20px;
left: 30px;
}
.vertical-item::before {
content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
background: linear-gradient(to top, rgba(0, 0, 0, .7), transparent);
}
/*
.vertical-item .t-r {
transition: transform 300ms cubic-bezier(0.50, 0, 0.175, 1) 50ms;
will-change: transform;
transform: translateX(-100%);
} */
.trend-icon {
z-index: 4;
position: absolute;
top: 30px;
left: 30px;
right: 30px;
display: flex;
align-items: center;
justify-content: center;
width: 45px;
height: 45px;
color: white;
background: #FFBD00;
font-size: 20px;
}
.rate-dyn {
font-size: 18px;
width: 48px;
height: 45px;
left: 80px;
}
.trend-h {
height: 45px !important;
left: 75px !important;
font-size: 18px;
}
.trend-g {
width: 65px;
height: 55px;
font-size: 24px;
left: 100px;
}
.nf-1-left .trend-f {
width: 65px;
height: 55px;
font-size: 25px;
font-size: 23px;
left: 100px;
top: 30px;
}
.nf-1-right .trend-f {
left: 74px;
height: 44px;
font-size: 20px;
}
.ns-1 .t-r {
margin-bottom: 24px;
}
.wp-review-point-type .review-result, .wp-review-percentage-type .review-result, .review-total-point .review-result {
z-index: 9 !important;
}
.trend-stabile {
position: static !important;
top: inherit;
left: inherit;
right: inherit;
bottom: inherit;
display: inline-flex;
transform: none;
width: 65px;
height: 55px;
font-size: 25px;
}
.single-format-audio .post-t-r,
.single-format-gallery .post-t-r,
.single-format-video .post-t-r {
display: none;
}
.ns-1 .rate-points {
display: inline-flex;
margin-right: 2px !important;
}
.vertical-content {
position: absolute;
bottom: 30px;
left: 30px;
right: 30px;
color: #B4B4B4;
display: flex;
z-index: 3;
}
.vertical-content > div {
flex-basis: 60%;
}
.vertical-content a {
color: #B4B4B4;
}
.nt {
transform: none !important;
}
/*
.vertical-content .terms {
transition: transform 0.6s cubic-bezier(0.75, 0, 0.170, 1) 50ms;
transform: translateX(-100%);
will-change: transform;
}
*/
.vertical-content h1 {
/*transition: transform 0.7s cubic-bezier(0.75, 0, 0.170, 1) 150ms;
transform: translateX(-105%);*/
text-transform: uppercase;
font-weight: 800;
font-size: 45px;
margin: 0;
}
.vertical-content h1 a {
color: white;
}
.vertical-thumbs .owl-dot {
cursor: pointer;
position: relative;
overflow: hidden;
}
.vertical-thumbs .owl-dot::before {
will-change: transform;
transition: transform 400ms cubic-bezier(0.50, 0, 0.175, 1) 50ms;
content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
background: rgba(0, 0, 0, .4);
}
.vertical-thumbs .owl-dot.active::before {
transform: translateY(110px);
}
.vertical-thumbs .owl-dot img {
height: auto;
display: block;
max-width: 100%;
}
/* New Featured */
.nf-custom-bg {
background-attachment: fixed !important;
background-repeat: no-repeat !important;
background-position: center !important;
background-size: cover !important;
}
.nf-custom-bg::before {
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
content: '';
background: rgba(0,0,0,.7);
}
.nf-title {
text-transform: uppercase;
color: black;
margin: 0;
text-align: center;
letter-spacing: 5px;
font-weight: 400;
font-size: 18px;
margin-bottom: 20px;
}
.nf-dark {
background: #1A1A1C;
}
.nf-dark .nf-title {
color: white;
}
.nf-light {
background: #f9f9f9;
}
.nf-nonebg {
margin-bottom: 0;
padding: 25px 0;
padding-bottom: 20px;
}
.nf-nonebg2 {
margin-top: -60px !important;
}
.nf-nonebg .container {
background: white !important;
}
.cont1 {
padding: 0 !important;
}
.cont2 {
padding-left: 0 !important;
padding-right: 0 !important;
}
.cont2 .nf-1-wrap {
margin-top: -45px;
}
.cont2 .nf-nonebg {
margin-top: -80px !important;
}
.cont2 .has-slider-nf {
margin-top: -20px !important;
}
.cont3 {
padding: 0 !important;
}
.cont3 .header-modern {
margin-bottom: 0;
}
.cont4 {
padding: 0 !important;
margin-top: 0 !important;
}
.cont4 .ns-1 {
margin-bottom: 0 !important;
}
.cont4 .ns-1-item figcaption {
flex-basis: 60%;
}
.cont5 {
padding: 0 !important;
background: none;
}
.cont5 .slide-content h1 {
font-size: 50px;
}
.cont5 .h1-line {
height: 30px;
}
.cont5 .dot-wrap {
bottom: 45px;
}
.nf-left {
flex: 5;
margin-right: 15px;
}
.nf-right figure:hover img,
.nf-left:hover img {
transform: scale(1.05);
}
.nf-right img,
.nf-left img {
transition: transform 500ms ease;
}
.left-post {
height: 550px;
position: relative;
}
.left-post::before {
content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
background: linear-gradient(to top, rgba(0, 0, 0, .9), transparent);
}
.left-post::after {
content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
transition: opacity 350ms ease;
top: 0;
background: rgba(0, 0, 0, .2);
}
.left-post:hover::after {
opacity: 1;
}
.left-post {
cursor: pointer;
}
.left-post-c {
position: absolute;
left: 30px;
bottom: 30px;
right: 30px;
display: flex;
z-index: 3;
}
.left-post-c h1 {
text-transform: uppercase;
font-weight: 800;
font-size: 42px;
margin: 0;
}
.left-post-c h1 a {
color: white;
}
.left-post-c .terms,
.left-post-c .terms a {
color: white;
}
.nf-right {
margin-right: -15px;
display: flex;
flex: 7;
flex-wrap: wrap;
}
.right-post {
flex-basis: 50%;
margin-bottom: 30px;
padding: 0 15px;
}
.right-post figure {
overflow: hidden;
margin-bottom: 15px;
position: relative;
}
.nf-add-1-i figure::before,
.right-post figure::before {
z-index: 2;
opacity: 0;
content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
background: rgba(0, 0, 0, .5);
transition: opacity 350ms ease;
}
.nf-add-1-i figure:hover::before,
.right-post figure:hover::before {
opacity: 1;
}
.right-post .terms {
margin-bottom: 5px;
color: #969696;
font-size: 12px;
}
.right-post .terms a {
color: #969696;
}
.right-post h4 {
font-weight: 600;
margin: 0;
line-height: 1.3;
}
.nf-dark .right-post h4 a {
color: white;
}
.right-post:nth-child(3),
.right-post:nth-child(4) {
margin-bottom: 0;
}
/* Trend Posts */
.trend-posts {
font-size: 14px !important;
display: flex;
align-items: center;
border: 1px solid #1A1A1C;
white-space: nowrap;
overflow: hidden;
position: relative;
}
.trend-posts::after {
content: '';
position: absolute;
right: 0;
top: 0;
bottom: 0;
height: 41px;
width: 15px;
background: #fff;
}
.trend-posts h4 {
line-height: normal;
color: white;
background: #1A1A1C;
display: inline-block;
padding: 10px 30px;
margin: 0;
text-align: center;
font-weight: 800;
margin-right: 15px;
}
.trend-posts-w p {
margin: 0;
}
.swmb25 {
margin-bottom: 25px;
}
/* Offer Box */
.offer-box {
padding: 45px;
display: flex;
align-items: center;
justify-content: space-between;
border: 1px solid #1A1A1C;
line-height: normal;
}
.offer-box h2 {
font-weight: 900;
font-size: 22px;
flex-basis: 60%;
line-height: 1.4;
margin: 0;
}
.btn-new {
text-transform: uppercase;
font-size: 12px;
font-weight: 600;
color: #fff !important;
background: #1a1a1c;
padding: 10px 30px;
position: relative;
overflow: hidden;
display: inline-block;
}
.btn-new::before {
content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
background: #E02B2B;
will-change: transform;
transition: transform 350ms cubic-bezier(0.50, 0, 0.175, 1) 50ms;
transform: translateY(-100%);
}
.btn-new:hover::before {
transform: none;
}
.btn-new span {
z-index: 1;
position: relative;
}
.ns-dark {
background: #1a1a1c;
color: #fff;
}
.ns-dark a {
color: white;
}
.ns-dark a:hover {
color: #6b472d;
}
.ns-dark .btn-new {
background: white;
color: #1a1a1c !important;
}
.ns-dark .btn-new:hover span {
color: white;
}
.ns-dark.trend-posts h4 {
background: white;
color: #1a1a1c;
}
.ns-dark.trend-posts::after {
background: #1a1a1c;
}
.ezine-newsletter.ns-dark {
border-color: #1a1a1c;
}
.ezine-newsletter.ns-dark h6,
.ezine-newsletter.ns-dark h5 {
color: white;
}
.ezine-newsletter.ns-dark input {
color: black;
}
.ezine-newsletter.ns-dark button {
background: white;
color: black;
border-color: white;
}
.ezine-newsletter.ns-dark button:hover {
color: white;
}
/* Modern Module */
.mm-item {
display: flex;
align-items: center;
margin-bottom: 30px;
}
.mm-item:last-child {
margin-bottom: 0;
}
.mm-img-w {
margin-right: 15px;
flex: 6;
position: relative;
}
.mm-img-w::before {
/* content: '';
position: absolute;
height: 0;
width: 10px;
will-change: height;
transition: height 500ms cubic-bezier(0.50, 0, 0.175, 1);
left: -5px;
top: 10px;
background: #E02B2B;
z-index: 2; */
}
.mm-item:hover .mm-img-w::before {
height: 175px;
}
.mm-img {
overflow: hidden;
}
.mm-img img {
display: block;
height: auto;
max-width: 100%;
transition: transform 450ms cubic-bezier(0.10, 0, 0.175, 1) 10ms;
}
.mm-item:hover .mm-img img {
transform: scale(1.111);
}
.mm-content {
margin-top: -6px;
z-index: 2;
position: relative;
flex: 5;
background: white;
padding: 15px 18px;
margin-left: -3px;
transition: all 450ms cubic-bezier(0.50, 0, 0.175, 1);
}
.mm-content::after {
/*content: '';
position: absolute;
height: 10px;
width: 0;
will-change: width;
transition: width 500ms cubic-bezier(0.50, 0, 0.175, 1);
bottom: -15px;
left: -60px;
background: #E02B2B;*/
}
.mm-item:hover .mm-content {
/* transform: translateX(-60px); */
}
.mm-item:hover .mm-content::after {
width: 270px;
}
#main .ezine-newsletter button, #main .ezine-newsletter input {
max-width: 350px;
margin: 0 auto;
margin-bottom: 12px;
}
#main .ezine-newsletter button {
margin-bottom: 0;
}
.mm-content .terms {
color: #b4b4b4;
}
.mm-content .terms a {
color: #1a1a1c;
font-weight: 500;
}
.mm-content h1 {
text-transform: uppercase;
font-weight: 800;
font-size: 28px;
margin: 0;
margin-bottom: 12px;
}
.mm-title-bg h1 a {
color: #fff;
background: #E02B2B;
}
.mm-content p {
color: #777;
line-height: 1.5;
margin: 0;
}
.nf-1 {
position: relative;
}
.nf-1 .owl-nav {
position: absolute;
right: 15px;
top: 15px;
margin: 0;
padding: 0;
}
.nf-1 .owl-nav > div {
transition: all 350ms ease !important;
height: 43.5px;
width: 55px;
display: inline-flex !important;
align-items: center;
justify-content: center;
background: none !important;
color: white !important;
border: 1px solid #979797 !important;
}
.nf-1 .owl-nav > div:hover {
background: white !important;
border-color: white !important;
color: black !important;
}
.nf-1 .owl-nav .owl-prev {
margin-right: -4px;
}
.nf-1-3 > div {
display: flex;
}
.nf-1-3 > div > div {
/* flex-basis: 33.333333%; */
}
.nf-t-t {
margin-bottom: 30px;
}
.nf-1-3 .nf-1-fig {
height: 265px;
}
.nf-1-3 .rate-points {
left: 15px;
top: 15px;
font-size: 18px;
width: 60px;
height: 50px;
}
.nf-addon-1 {
margin: 0 -15px;
display: flex;
margin-top: 30px;
}
.add-top {
margin-bottom: 30px;
margin-top: -5px;
}
.nf-add-1-i {
display: flex;
align-items: center;
padding: 0 15px;
flex-basis: 25%;
}
.nf-add-1-i .fig-a {
margin-right: 15px;
overflow: hidden;
position: relative;
flex: 3;
display: block;
}
.nf-add-1-i figure img {
height: inherit !important;
max-width: inherit !important;
display: inherit !important;
}
.nf-add-1-i figcaption {
flex: 7;
}
.nf-add-1-i h5 {
margin: 0;
font-weight: 500;
font-size: 13px;
margin-bottom: 6px;
}
.nf-dark .nf-add-1-i h5 a {
color: white;
}
.nf-add-1-i .terms {
margin-bottom: 0;
color: #b4b4b4;
letter-spacing: 1px;
font-size: 8px;
text-transform: uppercase;
}
/* New Slider 1 */
.ns-1-top {
transform: translateY(100%);
transition: all 770ms cubic-bezier(0.75, 0, 0.170, 1) 230ms;
opacity: 0;
visibility: hidden;
will-change: transform;
}
.ns-1-bottom {
will-change: transform;
transform: translateY(-100%);
transition: all 530ms cubic-bezier(0.75, 0, 0.170, 1) 70ms;
opacity: 0;
visibility: hidden;
}
.ns1go {
visibility: visible !important;
opacity: 1 !important;
transform: none !important;
}
.fimg-sw,
.fimg-sp {
margin-top: -25px;
margin-bottom: -25px;
}
.woo-m-1 .owl-stage, .ns-1 .owl-stage, .nf-1-wrap .owl-stage, .sm-f-s .owl-stage {
will-change: transform;
transition: all 1000ms cubic-bezier(0.75, 0, 0.170, 1) !important;
}
.vertical-slider .owl-stage {
transition: inherit !important;
}
.dot-wrap .owl-prev, .dot-wrap .owl-next,
.ns-1 .owl-prev, .ns-1 .owl-next {
transition: all 300ms cubic-bezier(0.75, 0, 0.170, 1) !important;
position: absolute;
top: 50%;
transform: translate(0, -50%);
display: flex !important;
border: 1px solid #979797 !important;
width: 56px;
color: white !important;
background: none !important;
align-items: center;
justify-content: center;
height: 56px;
background: none;
z-index: 2;
margin-top: -35px !important;
cursor: pointer !important;
font-size: 21px !important;
}
.dot-wrap .owl-prev, .dot-wrap .owl-next {
position: relative;
width: 57px !important;
height: 42px !important;
transform: none !important;
}
.ns-1-1 .owl-prev {
left: 45px !important;
transform: translateX(-105px) !important;
}
.dot-wrap .owl-prev {
left: 1px;
position: relative;
}
.ns-1-1 .owl-next {
right: 45px !important;
transform: translateX(105px) !important;
}
.ns-1 .owl-nav > div.disabled {
cursor: auto !important;
}
.dot-wrap .navi > div:hover,
.ns-1 .owl-nav > div:hover {
background: white !important;
color: black !important;
border-color: white !important;
}
.ns-1 .owl-nav > div.disabled:hover {
background: none !important;
color: white !important;
border-color: #979797 !important;
}
.ns-1-1:hover .owl-prev,
.ns-1-1:hover .owl-next {
transform: none !important;
}
.ns-1-c .owl-nav > div {
transform: none;
}
.dot-wrap .owl-prev::after,
.ns-1-c .owl-prev::after {
font-family: FontAwesome;
content: "\f104";
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
align-items: center;
justify-content: center;
display: flex;
}
.dot-wrap .owl-next::after,
.ns-1-c .owl-next::after {
font-family: FontAwesome;
content: "\f105";
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
align-items: center;
justify-content: center;
display: flex;
}
.nf-1 .owl-nav > div.disabled:hover {
background: white !important;
color: black !important;
}
.ns-1-c .owl-item > div {
overflow: hidden;
}
.ns-1-item {
filter: blur(5px);
z-index: 1;
position: relative;
height: 600px;
display: flex;
justify-content: center;
align-items: center;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
transition: all 1s ease;
transform: scale(1.1);
}
.ns-1-item::before {
z-index: 2;
content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
background: rgba(0, 0, 0, .5);
transition: all 1s ease;
}
.owl-item.active .ns-1-item {
filter: none;
transform: none !important;
}
.owl-item.active .ns-1-item::before {
background: rgba(0, 0, 0, .8);
}
.ns-1 {
overflow: hidden;
margin-top: -25px;
margin-bottom: -325px;
}
.ns-1-item figcaption {
position: relative;
z-index: 2;
text-align: center;
flex-basis: 50%;
}
.ns-1-2 .ns-1-item figcaption {
flex-basis: 45%;
}
.ns-1-3 figure::before {
transition: all 500ms ease;
}
.ns-1-3 figure:hover::before {
background: rgba(0, 0, 0, .4) !important;
}
.post-t-r .t-r {
display: flex;
justify-content: center;
margin-bottom: 15px;
}
.post-t-r .t-r .rate-points {
position: static;
margin-right: 5px;
}
#review {
font-weight: 500;
font-size: 15px;
}
.wp-review-545.review-wrapper, .wp-review-545 .review-title, .wp-review-545 .review-desc p {
color: inherit !important;
}
.wp-review-545 .review-title, .wp-review-545 .review-list li:nth-child(2n) {
background: #010101 !important;
color: white !important;
}
.wp-review-545 .review-result-wrapper i,
.wp-review-545 .review-result-wrapper .review-result i {
color: #f9db32 !important;
}
.ns-1-3 figure:hover figcaption {
transition: all 350ms cubic-bezier(0.75, 0, 0.170, 1);
}
.ns-1-3 figure:hover figcaption {
opacity: 0;
}
.ns-1-3 .ns-1-item figcaption {
flex-basis: 95%;
}
.ns-1-3 .ns-1-item h1 {
font-size: 28px;
}
.ns-1-item .rate-points {
position: static;
margin: 0 auto;
}
.ns-1-item .terms {
margin-bottom: 7.5px;
color: #b4b4b4;
letter-spacing: 1px;
font-size: 10px;
text-transform: uppercase;
}
.ns-1-item h1 {
text-transform: uppercase;
font-weight: 700;
margin: 0;
font-size: 42px;
margin-bottom: 12px;
transition: color 300ms ease;
}
.ns-1-item h1 a {
color: white;
}
.ns-1-item h1 a:hover {
color: #6b472d;
}
.ns-1-item ul {
display: flex;
color: #b4b4b4;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 11px;
justify-content: center;
}
.ns-1-item ul li {
margin-right: 15px;
}
.ns-1-item ul li:last-child {
margin-right: 0;
}
.ns-1-item ul li a {
color: #b4b4b4;
}
.sa-p {
left: 45px;
}
.sa-n {
right: 45px;
}
.ns-1-c figcaption {
transition: all 300ms ease;
}
.ns-1-c .slick-center figcaption {
opacity: 1;
visibility: visible;
}
/* Module Head */
.nb-header {
margin-bottom: 30px;
}
.new-tab {
padding: 0 !important;
z-index: 4 !important;
height: inherit !important;
}
.m-head {
border-bottom: 1px solid #ddd;
text-transform: uppercase;
}
.m-head > div {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: -1px !important;
position: static !important;
z-index: inherit !important;
width: inherit !important;
min-height: inherit !important;
border-color: inherit !important;
}
.m-head h4 {
margin: 0;
font-size: 19px;
}
.m-head ul {
display: flex;
}
.m-head ul.open-ul {
display: block;
}
.m-head .t-item {
position: static !important;
padding: 10px 15px !important;
display: block;
height: inherit !important;
line-height: inherit !important;
color: #b4b4b4 !important;
font-size: 12px !important;
font-weight: 500 !important;
cursor: pointer;
letter-spacing: inherit !important;
font-size: 12px;
border: none !important;
width: inherit !important;
background: none !important;
box-shadow: none !important;
}
.mh-bar, .only-m {
display: none !important;
}
.active-ti .t-item {
pointer-events: none;
background: black !important;
color: #fff !important;
}
.ti-more {
pointer-events: none;
cursor: pointer;
}
.ti-more i {
font-size: 15px;
position: relative;
top: 1px;
}
.drop-ti {
position: relative;
}
.ti-more-sub {
position: absolute;
top: calc(100% - 1px);
right: 0;
display: block !important;
background: black;
min-width: 100px;
z-index: 9999;
padding: 8px 0;
opacity: 0;
visibility: hidden;
pointer-events: none;
transition: all 150ms ease;
}
.ti-more-sub .t-item {
padding: 2px 15px !important;
text-align: right !important;
color: white !important;
}
.drop-ti:hover .ti-more-sub {
opacity: 1;
visibility: visible;
pointer-events: auto;
}
.mh-2 h4 {
font-weight: 600;
color: white;
background: black;
padding: 10px 20px;
}
.mh-2 .active-ti .t-item {
background: none !important;
color: black !important;
}
.ti-more-sub .active-ti .t-item {
color: #d1d1d1 !important;
}
.stars2 {
margin-top: 10px;
font-size: 12px !important;
}
.stars3 {
display: inline-flex !important;
margin-top: 0;
margin-right: 12px;
float: left;
}
.trend2 {
left: 0;
font-size: 16px;
top: 0;
background: black;
transform: none !important;
}
.t-r-2x .trend-icon {
width: 38px;
font-size: 14px;
height: 38px;
}
.stars {
overflow-x: hidden;
position: relative;
}
.stars span {
display: block;
}
.stars-top {
color: #FFBD00;
position: absolute;
display: block;
top: 0;
left: 0;
white-space: nowrap;
overflow: hidden;
z-index: 1;
}
.stars-bottom {
z-index: 0;
}
/* Module Ola */
.mo-item {
display: flex;
align-items: center;
margin: 0 -15px;
position: relative;
margin-bottom: 30px;
}
.mm-item .trend-icon,
.mo-item .trend-icon {
left: 15px;
font-size: 16px;
top: 0;
background: black;
transform: none !important;
}
.mm-item .trend-icon {
left: 0;
}
.mm-img {
width: inherit !important;
float: none !important;
}
.mo-img {
width: inherit !important;
float: none !important;
padding: 0 15px;
flex: 5;
}
.mo-img img {
max-width: 100%;
display: block;
height: auto;
width: 100%;
}
.mo-desc {
padding: 0 15px;
flex: 7;
}
.mo-desc h3 {
font-weight: 700;
margin: 0;
margin-bottom: 12px;
}
.mo-desc .terms {
margin-bottom: 7.5px;
color: #b4b4b4;
letter-spacing: 1px;
font-size: 10px;
text-transform: uppercase;
}
.mo-desc p {
color: #989898;
font-size: 12px;
line-height: 1.6;
}
.mo-desc ul {
display: flex;
color: #b4b4b4;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 11px;
}
.mo-desc ul li {
margin-right: 15px;
}
.mo-desc ul li:last-child {
margin-right: 0;
}
.mo-desc ul li a {
color: #b4b4b4;
}
/* Social Counters */
.social-counter-s {
letter-spacing: .3px;
}
.social-counter-s > a {
padding: 15px;
color: white;
height: 36px;
display: flex;
justify-content: space-between;
align-items: center;
font-size: 12px;
font-weight: 600;
margin-bottom: 10px;
}
.social-counter-s > a:last-child {
margin-bottom: 0;
}
.social-counter-s > a i {
margin-right: 15px;
font-size: 13px;
}
.social-counter-s > a a {
color: white;
}
.facebook-s {
background: #5077CA;
}
.twitter-s {
background: #1DA1F2;
}
.instagram-s {
background: linear-gradient(224.65793970864146deg, #8043af, #8442aa 2.9%, #8740a9 2.9%, #8842a8 4.2%, #8d3fa7 5.9%, #8d41a4 6.7%, #9d3d9c 16.4%, #9f3c9a 16.4%, #a63b96 20.2%, #a73a97 20.2%, #a83b96 23%, #aa3a92 23%, #ac3990 25.3%, #b63a8b 31.2%, #b93a88 35%, #bb3986 35%, #bc3986 37.4%, #be3884 37.4%, #c03a83 39.7%, #c13c83 40.3%, #c4397f 41.2%, #c63b7a 44.3%, #ca3d75 46.9%, #cb3c75 47.5%, #ca3e74 49.4%, #cc3d74 49.4%, #ce3e75 50.3%, #cf3d74 50.3%, #d84466 59.1%, #d94367 59.1%, #ef6744 90.4%, #f26a43 95.1%, #f26c42 95.1%, #f3703f 97.8%, #f46f40 97.8%, #f57041 99.7%, #f47141 99.7%, #f47141);
}
.pinterest-s {
background: #D63143;
}
.linkedin-s {
background: #0077b5;
}
.vk-s {
background: #5e81a8;
}
.google-plus-s {
background: #d34836;
}
.right-s {
text-transform: uppercase;
}
/* Popular Editors */
.pa-item {
display: flex;
align-items: center;
margin-bottom: 15px;
}
.pa-item:last-child {
margin-bottom: 0;
}
.pa-item img {
margin-right: 15px;
}
.pa-item h5 {
margin: 0;
font-weight: 500;
font-size: 14px;
margin-bottom: 5px;
}
.pa-item .terms {
margin-bottom: 0;
color: #b4b4b4;
letter-spacing: .5px;
font-size: 12px;
}
/* Newsletter */
.ezine-newsletter {
padding: 60px 40px;
text-align: center;
border: 1px solid;
}
.ezine-newsletter h6 {
margin: 0;
text-transform: uppercase;
letter-spacing: 4px;
font-size: 10px;
font-weight: 400;
}
.ezine-newsletter h5 {
margin-top: 5px;
text-transform: uppercase;
font-size: 24px;
font-weight: 700;
letter-spacing: 1px;
margin-bottom: 20px;
}
.ezine-newsletter p {
color: #8C8C8C;
font-size: 13px;
line-height: 1.4;
margin-bottom: 20px;
}
.ezine-newsletter button,
.ezine-newsletter input {
border: 1px solid #1a1a1c;
width: 100%;
padding: 15px;
border-radius: 30px;
font-size: 12px !important;
outline: none;
line-height: normal !important;
letter-spacing: .5px !important;
text-align: center;
margin-bottom: 10px;
}
.ezine-newsletter button {
margin-bottom: 0;
background: #1a1a1c;
transition: all 300ms ease;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1px;
color: white;
}
.ezine-newsletter button i {
margin-right: 5px;
}
.ezine-newsletter button:hover {
background: none;
color: black;
}
.mc4wp-response > div {
background: black;
color: white;
padding: 15px;
}
.mc4wp-response p {
line-height: 1.3;
margin-bottom: 0;
}
.review-title {
font-size: 20px;
text-transform: uppercase;
margin-bottom: 0px !important;
}
.nf-left .tr-s span,
.vertical-item .tr-s span,
.nf-1-left .tr-s span {
left: 30px !important;
}
.nf-1-right .tr-s span {
left: 15px !important;
}
.nf-l.nf1-l1 {
flex: 5;
}
.nf1-r1-w {
flex: 7;
display: flex;
flex-wrap: wrap;
}
.nf1-r1 {
flex-basis: 50%;
}
#footer-insta .container {
padding: 0;
}
#footer-insta .ezine-widget-instagram-feed {
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
position: relative;
}
#footer-insta .widget-title {
position: absolute;
z-index: 1;
transition: transform 600ms ease 150ms;
will-change: transform;
}
#footer-insta h2 {
text-transform: uppercase;
display: inline-block;
background: white;
font-size: 12px;
font-weight: 500;
margin: 0;
padding: 20px 30px;
}
.ezine-widget-instagram-feed:hover .widget-title {
transform: translateY(calc(300px));
}
#footer-insta img {
max-width: 100%;
height: auto;
}
#footer-insta .ezine-widget-instagram-feed ul {
margin: 0;
display: flex;
width: 100%;
}
#footer-insta .ezine-widget-instagram-feed ul li {
height: auto;
width: 20%;
float: none;
z-index: inherit;
}
#sm-header {
color: white;
position: relative;
z-index: 10;
}
#sm-header a {
color: white;
}
.sm-top-bar {
display: flex;
justify-content: space-between;
align-items: center;
padding: 7.5px 15px;
background: #452ED1;
color: white;
}
.sm-h {
text-transform: uppercase;
font-size: 10px;
font-weight: 500;
}
.sm-bottom-bar {
padding: 7.5px 15px;
background: #1A1A1C;
display: flex;
align-items: center;
justify-content: space-between;
box-shadow: -1px 11px 23px rgba(0, 0, 0, 0.17);
}
.new-version {
color: #FFBD00;
position: absolute;
right: -17px;
top: 7.5px;
text-transform: uppercase;
font-size: 10px;
}
.sm-bottom-bar::after {
content: '';
display: table;
clear: both;
}
.sm-bottom-bar .logo {
position: relative;
}
.sm-bottom-bar .cool-bar {
position: absolute;
right: 15px;
}
#sm-body {
padding: 15px;
background: white;
font-weight: 400;
}
#sm-body p,
#sm-body h1,
#sm-body h2,
#sm-body h3,
#sm-body h4,
#sm-body h5,
#sm-body h6 {
margin: 0;
}
.sm-hot-new {
margin-bottom: 15px;
display: flex;
align-items: center;
justify-content: space-between;
}
.shn-label {
font-size: 9px;
text-transform: uppercase;
color: white;
background: #FFBD00;
font-weight: 600;
padding: 3px 5px;
border-radius: 2px;
display: inline-block;
margin-bottom: 5px;
}
.sm-hot-new > div {
padding-left: 12px;
border-left: 1px solid rgba(126, 126, 126, 0.2);
padding-right: 45px;
}
.shn-cat a {
font-size: 11px;
color: #7E7E7E;
}
.shn-ago {
font-size: 10px;
color: #7E7E7E;
}
.shn-r-a {
font-size: 12px;
color: rgba(126, 126, 126, 0.3) !important;
}
.sm-featured {
margin-bottom: 15px;
}
.sm-featured .nf-1-left .t-r > span {
width: 55px !important;
font-size: 19px !important;
height: 45px !important;
}
.sm-featured .rate-points {
left: 0;
top: 0;
}
.sm-featured .trend-icon {
left: 55px !important;
top: 0 !important;
}
.sm-featured .nf-1-left .tr-s span {
left: 0 !important;
}
.sm-featured .nf-1-fig {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.sm-f-s-item figure {
height: 300px;
}
.sm-f-s-item .nf-1-cap {
left: 15px !important;
bottom: 15px !important;
right: 15px !important;
}
.sm-f-s-item .nf-1-cap .terms {
margin-bottom: 5.5px;
}
.sm-f-s .owl-nav {
right: 0;
top: 0;
}
.sm-f-s .owl-nav > div {
width: 52px;
height: 44px;
font-size: 16px;
color: #1A1A1C !important;
border: none !important;
background: rgba(255,255,255,.7) !important;
}
.sm-f-s .owl-nav .owl-prev {
margin-right: 0;
}
.sm-f-s .terms, .sm-f-s ul {
font-size: 10px !important;
}
.sm-f-s ul li {
margin-right: 10px;
}
.sm-f-s .nf-1-cap h1 {
font-size: 18px !important;
margin-bottom: 6px !important;
}
.sm-ads {
margin-bottom: 15px;
display: flex;
justify-content: center;
}
.sm-ads img {
height: auto;
max-width: 100%;
}
.sm-post-m {
margin-bottom: 15px;
}
.sm-post-m-1 header {
margin-bottom: 15px;
display: flex;
justify-content: space-between;
align-items: center;
}
.sm-post-m-1 header h6 {
text-transform: uppercase;
}
.sm-p-m-select {
display: block;
cursor: pointer;
position: relative;
padding-bottom: 7.5px;
margin-bottom: -7.5px;
}
.sm-p-m-select span {
margin-right: 2px;
}
.spm-s-d {
background: #1c1c1c;
color: white;
position: absolute;
right: 0;
padding: 10px;
min-width: 95px;
top: 100%;
text-align: right;
opacity: 0;
visibility: hidden;
z-index: 3;
transition: all 150ms ease;
}
.spm-s-d span {
display: block;
margin-bottom: 1px;
}
.spm-s-d span:last-child {
margin-bottom: 0;
}
.spm-s-d span.active-sm-s {
color: #777;
}
.sm-p-m-select:hover .spm-s-d {
visibility: visible;
opacity: 1;
}
.spm-body {
display: flex;
flex-wrap: wrap;
margin: 0 -7.5px;
}
.spm-col-2 {
padding: 0 7.5px;
flex-basis: 50%;
margin-bottom: 15px;
}
.sp-t-r .trend-icon {
top: 0;
left: 0;
width: 35px;
height: 35px;
font-size: 14px;
}
.spm-body .overlay .fa {
background: white !important;
color: #1c1c1c !important;
width: 45px !important;
height: 45px !important;
font-size: 14px !important;
padding: 5px !important;
}
.spm-body figure {
margin-bottom: 7.5px !important;
padding: 0;
}
.spm-body .terms {
color: #b4b4b4;
font-size: 12px;
margin-bottom: 3px;
}
.spm-body h6 {
font-size: 13px;
margin-bottom: 5px !important;
}
.stars-ul {
display: flex;
color: #b4b4b4;
font-size: 10px;
letter-spacing: 1px;
display: flex;
}
.more {
display: block;
cursor: pointer;
border: 1px solid #1a1a1c;
display: block;
width: 100%;
padding: 8px 15px;
margin: 0 7.5px;
text-align: center;
transition: all 200ms ease;
}
.more:hover {
color: white;
background: #1a1a1c;
}
.sm-post-m-2 header {
margin-bottom: 15px;
position: relative;
overflow: hidden;
}
.sm-post-m-2 header::after {
content: '';
position: absolute;
width: 100%;
background: #F0F0F0;
top: 6.5px;
height: 8px;
}
.sm-post-m-2 header h6 {
font-size: 12px;
z-index: 1;
position: relative;
background: white;
display: inline-block;
padding-right: 10px;
}
.sm-post-m-2 .spm-col-2 {
flex-basis: 100%;
display: flex;
}
.sm-post-m-2 .spm-col-2 figure {
flex: 1.2;
margin-right: 15px;
margin-bottom: 0 !important;
}
.sm-post-m-2 .spm-col-2.sm-full figure {
margin-bottom: 7.5px !important;
}
.sm-post-m-2 .spm-col-2 .overlay .fa {
display: none;
}
.sm-post-m-2 .spm-col-2 article {
flex: 2;
}
.sm-full {
display: block !important;
}
.sm-full figure {
margin-bottom: 9px !important;
margin-right: 0 !important;
}
.sm-full .overlay .fa {
display: inline-block !important;
width: 60px !important;
height: 60px !important;
font-size: 16px !important;
padding: 12px !important;
}
.sm-full .terms {
margin-bottom: 5px;
}
.sm-full h6 {
font-size: 17px;
margin-bottom: 7px !important;
}
.sm-ul li {
margin-right: 12px;
}
.sm-ul li:last-child {
margin-right: 0;
}
.sm-ul a {
color: #b4b4b4;
}
.sm-full .sm-ul {
font-size: 11px;
}
.sm-exc {
margin-top: 5px !important;
line-height: 1.4;
font-size: 12px;
color: #b4b4b4;
}
.sm-f-2 .sm-f-s-item figure {
height: 120vw;
}
.sm-f-2 .nf-1-cap {
left: 0 !important;
right: 0 !important;
top: 0 !important;
bottom: 0 !important;
width: 100%;
height: 100%;
justify-content: center;
align-items: center;
text-align: center;
}
.sm-f-2 .nf-1-cap > div {
flex-basis: 85%;
}
.sm-f-2 .nf-1-cap ul {
justify-content: center;
}
.sm-f-2 .sm-f-s-item .terms,
.sm-f-2 .sm-f-s-item h1 {
margin-bottom: 8px !important;
}
.sm-f-2 .sm-f-s-item .terms,
.sm-f-2 .sm-f-s-item ul {
font-size: 10px !important;
}
.sm-f-2 .sm-f-s-item h1 {
font-size: 22px !important;
}
.sm-woo {
background: #F5F5F5;
padding: 15px;
margin: 0 -15px;
margin-bottom: 15px;
}
.h-h6 {
text-align: center;
font-weight: 500;
font-size: 12px;
margin-bottom: 15px !important;
letter-spacing: 1px;
}
.sm-woo figure {
margin-bottom: 0 !important;
}
.sm-woo figure img {
max-width: 100%;
width: 100%;
height: auto;
}
.woo-desc {
padding: 15px;
background: white;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.woo-desc .terms {
text-transform: uppercase;
font-size: 10px;
letter-spacing: .5px;
font-weight: 500;
margin-bottom: 5px;
}
.woo-desc h6 {
font-size: 12px;
margin-bottom: 2px !important;
text-transform: uppercase;
}
.sm-w-price {
display: block;
font-weight: 600;
font-size: 16px;
letter-spacing: .3px;
margin-bottom: 3px;
}
.curr {
font-size: 10px;
font-weight: 400;
position: relative;
top: -3px;
}
.sm-f-2-2 .sm-f-s-item figure {
height: 60vw;
}
.sm-f-2-2 .sm-f-s-item h1 {
font-size: 17px !important;
}
.sm-f-2-2 .sm-f-s-item {
margin-bottom: 15px;
}
.sm-f-2-2 .sm-f-s-item:last-child {
margin-bottom: 0;
}
.sm-f-2-3 header {
border-bottom: 1px solid #1a1a1c;
}
.sm-f-2-3 header::after {
display: none;
}
.sm-f-2-3 header h5 {
font-size: 12px;
background: white;
display: inline-block;
background: #1a1a1c;
color: white;
font-weight: 500;
padding: 4px 12px;
}
.sm-f-2-3 header h5 i {
margin-right: 5px;
}
#sm-footer {
padding: 15px;
background: #1a1a1c;
}
#sm-footer header::after {
background: #2E2E2E;
}
#sm-footer header h6 {
margin: 0;
background: #1a1a1c;
color: white;
}
.sm-socials {
margin-bottom: 15px;
}
.sm-socials ul {
margin: 0 -3px;
display: flex;
}
.sm-socials ul li {
flex: 1;
margin: 0 3px;
}
.sm-socials a {
display: flex;
padding: 12px;
color: white;
justify-content: center;
align-items: center;
flex-direction: column;
}
.sm-socials a span {
margin-top: 3px;
}
#sm-footer .spm-body .terms,
#sm-footer .spm-body .terms a {
color: #646464;
}
#sm-footer .spm-body h6 {
margin: 0;
}
#sm-footer .spm-body h6 a {
color: #BDBDBD;
}
#sm-footer .stars-ul {
color: #6A6967;
}
.foot-copy {
text-align: center;
background: #000;
color: white;
margin: -15px;
margin-top: 15px;
color: white;
padding: 7.5px 15px;
font-size: 13px;
}
.foot-copy a {
color: white;
}
#sm-footer .sm-f-2-3 header {
border-color: #2E2E2E;
}
#sm-footer .sm-f-2-3 header h5 {
background: #2E2E2E;
margin: 0;
}
.spm-tab-item {
display: none;
}
.spm-a {
display: block;
}
.spm-tab-items .more {
margin: 0;
}
.hideimp {
display: none !important;
}
.unhideimp {
display: flex !important;
}
.sm-full.unhideimp,
.spm-tab-item .unhideimp {
display: block !important;
}
.menu-items-sm {
display: none;
}
.sm-loader {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
background: white;
z-index: 9999;
}
@-webkit-keyframes rotate {
0% {
-webkit-transform: translateY(0%);
}
30% {
-webkit-transform: translateY(-0.45em);
}
50% {
-webkit-transform: translateY(0%);
}
70% {
-webkit-transform: translateY(0.45em);
}
}
.loader-i .inner1, .loader-i .inner2, .loader-i .inner3 {
display: inline-block;
margin: 0.19em;
width: 24px;
height: 24px;
border: 1px solid lightgray;
border-radius: 50%;
background-color: lightgray;
-webkit-transform-origin: 50%;
-webkit-animation-duration: 0.75s;
-webkit-animation-name: rotate;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
}
.loader-i .inner2 {
-webkit-animation-delay: 0.1875s;
}
.loader-i .inner3 {
-webkit-animation-delay: 0.375s;
}
.woo-module {
padding: 35px 60px;
}
.woo-m-1 {
margin-bottom: 17px;
margin-left: 15px;
width: calc(100% - 30px);
background: #010101;
color: white;
}
.woo-m-1::after {
content: '';
display: table;
clear: both;
}
.woo-m-1 a {
color: white;
}
.wm-item {
padding: 0 15px;
}
.wm-title {
text-align: center;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 600;
margin-bottom: 30px;
}
.woo-module figure img {
height: auto;
display: block;
max-width: 100%;
}
.wm-i-desc {
text-align: center;
padding: 15px;
padding-bottom: 0;
display: flex;
align-items: center;
flex-direction: column;
}
.wm-i-desc .terms {
margin-bottom: 7.5px;
font-weight: 700;
font-size: 11px;
text-transform: uppercase;
}
.wm-i-desc .terms a {
color: #b4b4b4;
}
.wm-i-desc h4 {
margin: 0;
margin-bottom: 7.5px;
white-space: normal;
line-height: 1.3;
}
.wm-i-desc h4 a {
color: #f5f5f5;
}
.wm-i-desc h4 a:hover {
color: #6b472d !important;
}
.wm-i-desc .stars-ul {
margin-bottom: 5px;
}
.woo-m-1 .more {
color: white;
float: left;
margin: 0;
margin-top: 22px;
border-color: white;
font-weight: 500;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 1px;
}
_::-webkit-full-page-media, _:future, :root .cool-bar{top:30px}
@media (min-width: 992px) {
.woocommerce-page #main > .container {
display: flex; }
.woocommerce-page #sidebar { margin-left: 15px;}
}
#main .ezine-newsletter button, #main .ezine-newsletter input {
max-width: 350px;
margin: 0 auto;
margin-bottom: 12px;
}
#main .ezine-newsletter button {
margin-bottom: 0;
}
.fimg-no-meta .post-t-r {
display: none;
}
.woo-m-1 .more:hover {
background: white;
color: #010101;
}
.woo-m-1 .owl-nav {
margin: 0;
}
.woo-m-1 .owl-next,
.woo-m-1 .owl-prev {
margin-top: -66px !important;
height: 60px !important;
width: 30px !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
border: none !important;
color: white !important;
background: #6b472d !important;
font-size: 16px !important;
font-weight: 700 !important;
left: -3px;
right: -3px;
position: absolute;
top: 50%;
transform: translate(0, -50%);
}
.posts-wrapper .woo-m-1 .owl-next,
.posts-wrapper .woo-m-1 .owl-prev {
margin-top: -52px !important;
}
.woo-m-1 .owl-prev {
right: inherit;
}
.woo-m-1 .owl-next {
left: inherit;
}
.wm-light {
background: #f9f9f9 !important;
}
.wm-bordered, .wm-bordered a,
.wm-light, .wm-light a {
color: #010101 !important;
}
.wm-light .more {
border-color: #010101;
}
.wm-bordered .more,
.wm-light .more:hover {
background: #010101;
color: white !important;
}
.wm-bordered {
background: none !important;
border: 1px solid #010101;
}
.wm-bordered .terms a {
color: #b4b4b4 !important;
}
.wm-bordered .more:hover {
border-color: #010101;
color: #010101 !important;
}
.wm-custom_bg {
background-attachment: fixed;
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.wm-custom_bg::before {
content: '';
background: rgba(0,0,0, .6);
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.wm-custom_bg .wm-title,
.wm-custom_bg .more {
z-index: 2;
position: relative;
}
.wm-item-2 {
padding: 30px;
margin-bottom: 30px;
background-color: #010101;
color: white;
}
.wm-item-2 .wm-i-desc {
padding: 0;
text-align: left;
display: block;
}
.woo-m-2 {
padding: 0;
}
.wm-item-2 .stars-ul {
font-size: 14px;
margin-bottom: 15px;
}
.wm-item-2 .terms {
margin-bottom: 11px;
}
.wm-item-2 h4 {
font-size: 22px;
margin-bottom: 10px;
}
.wm-item-2 .curr {
top: -7px;
}
.wm-item-2 .sm-w-price {
font-size: 26px;
margin-bottom: 20px;
}
.wm-item-2 .btn-new {
background: white;
color: #010101 !important;
text-transform: uppercase;
font-size: 12px;
}
.wm-item-2 .btn-new:hover {
color: white !important;
}
.wm-light .btn-new,
.wm-bordered .btn-new {
background: #010101;
color: white !important;
}
.woo-fp {
padding: 0;
border: none;
margin: 0;
width: 100%;
margin-bottom: 45px;
}
.wm-item figure {
position: relative;
}
.qw-w {
opacity: 0;
visibility: hidden;
background: rgba(0,0,0,.5);
display: flex;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
align-items: center;
cursor: pointer;
justify-content: center;
transition: all 300ms cubic-bezier(0.75, 0, 0.170, 1);
}
.wm-bordered .quick-view {
display: inline-block;
font-size: 12px;
text-transform: uppercase;
background: white !important;
cursor: pointer;
z-index: 3;
color: #010101 !important;
}
.wm-bordered .quick-view:hover {
color: white !important;
}
.qw-i {
position: relative;
}
.qw-box {
align-items: center;
transform: translateY(calc(-100% - 75px));
display: flex;
position: fixed;
background: white;
top: 75px;
overflow: hidden;
left: 75px;
width: calc(100% - 140px);
height: calc(100% - 140px);
transition: transform 550ms cubic-bezier(0.75, 0, 0.170, 1) 300ms;
z-index: 999;
}
.qw-box > div {
flex-basis: 50%;
}
.qw-box > .qw-right {
position: relative;
width: calc(50% - 15px);
}
.wm-item figure:hover .qw-w,
.quick-view:hover + .qw-box, .qw-box:hover {
opacity: 1;
visibility: visible;
}
.qw-slider .owl-prev,
.qw-slider .owl-next {
font-size: 18px !important;
left: -15px;
height: 80px !important;
}
.qw-slider .owl-prev {
margin-top: 74px !important;
}
.qw-slider .owl-next {
margin-top: -7px !important;
}
.qw-s-item figure {
height: 100vh;
width: 100% !important;
}
.qw-close {
font-size: 14px;
position: absolute;
left: 15px;
z-index: 99;
display: flex;
align-items: center;
justify-content: center;
width: 70px;
height: 45px;
top: 84px;
background: #010101;
color: white;
cursor: pointer;
}
.qw-desc {
padding: 45px;
}
.qw-desc h1 {
margin: 0;
text-transform: uppercase;
margin-bottom: 15px;
}
.qw-prices {
font-size: 18px;
margin-bottom: 25px;
}
.qw-prices span:first-child {
margin-right: 12px;
font-size: 30px;
font-weight: 500;
}
.qw-prices span:last-child {
color: #b4b4b4;
text-decoration: line-through;
position: relative;
top: -2px;
}
.post-meta-top {
margin-bottom: 5px;
}
.qw-p {
font-size: 15px;
margin-bottom: 32px;
}
.inp-box {
display: flex;
padding-bottom: 45px;
margin-bottom: 30px;
border-bottom: 1px solid rgba(180, 180, 180, 0.2);
}
.inp-box input {
border: 1px solid #000;
padding: 0 15px;
outline: none;
width: 75px;
margin-right: 15px;
}
.inp-box > a {
font-size: 12px;
text-transform: uppercase;
cursor: pointer;
line-height: 2;
}
.inp-box > a > span:hover {
color: white !important;
}
.qw-desc ul {
display: flex;
padding: 0;
margin: 0;
list-style: none;
}
.qw-desc ul li {
margin-right: 15px;
}
.qw-desc ul li:last-child {
margin-right: 0;
}
.cat-title {
text-transform: uppercase;
font-size: 10px;
padding: 5px 15px;
background: #b4b4b4;
color: white;
font-weight: 600;
display: inline-block;
position: relative;
top: -31px;
}
.no-overflow {
overflow: hidden;
}
.woo-cat-box {
display: flex;
color: white;
margin-bottom: 37px;
}
.woo-cat-box a {
color: white;
}
.woo-cat-box a:hover {
color: #6b472d;
}
.woo-cat-box figure {
position: relative;
}
.woo-cat-box figure::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,.3);
}
.woo-cat-box figcaption {
position: absolute;
left: 0;
bottom: 0;
right: 0;
padding: 45px;
padding-bottom: 40px;
z-index: 3;
}
.wcb-left {
flex: 7;
}
.wcb-left figure {
height: 550px;
}
.wcb-right {
flex: 3;
}
.wcb-right figure {
height: 275px;
}
.woo-cat-box h1 {
margin: 0;
margin-bottom: 5px;
text-transform: uppercase;
font-weight: 600;
}
.wcb-right figcaption {
padding: 30px;
padding-bottom: 27px;
}
.wcb-right h1 {
font-size: 24px;
}
.qw-box .owl-next,
.qw-box .owl-prev {
width: 45px !important;
height: 70px !important;
background: #010101 !important;
}
.qw-box .owl-next {
margin-top: 0 !important;
top: 72px;
transform: rotate(90deg);
right: 25px !important;
left: inherit;
}
.qw-box .woo-m-1 {
margin-bottom: 0;
}
.qw-box .owl-next span,
.qw-box .owl-prev span {
font-size: 20px;
transform: rotate(-90deg);
}
.qw-box .owl-prev {
margin-top: 0 !important;
top: 72px;
transform: rotate(90deg);
left: inherit;
right: 100px;
}
.woo-cat-box figure,
.posts-box .woo-module figure {
overflow: hidden;
}
.woo-cat-box figure img,
.posts-box .woo-module figure img {
will-change: transform;
transition: transform 350ms ease;
}
.woo-cat-box figure:hover img,
.posts-box .woo-module figure:hover img {
transform: scale(1.1) !important;
}
.n-qw-w .quick-view {
display: none;
}
/* Media Queries */
@media (min-width: 630px) {
.mh-2 .t-item.mw2 {
padding-right: 0 !important;
}
}
@media (min-width: 768px) {
.wm-item-2 .row {
display: flex;
align-items: center;
}
.mo-desc {
margin-top: -7.5px;
}
.review-title {
margin-top: 18px !important;
font-size: 20px;
text-transform: uppercase;
margin-bottom: -18px !important;
}
}
@media (max-width: 1366px) {
.slide-content h1 {
font-size: 50px;
}
.cont5 .slide-content h1 {
font-size: 46px;
}
.h1-line {
height: 30px;
}
.ns-1-3 .ns-1-item h1 {
font-size: 26px;
}
}
@media (max-width: 1200px) {
.qw-box {
transform: translateY(calc(-100% - 60px));
top: 60px;
left: 60px;
width: calc(100% - 120px);
height: calc(100% - 120px);
}
.qw-box .owl-prev,
.qw-box .owl-next {
top: 57px;
}
.qw-close {
top: 69px;
}
.wcb-left figure {
height: 500px;
}
.wcb-right figure {
height: 250px;
}
.ns-1-3 .ns-1-item h1 {
font-size: 24px;
}
.top-nf-1 .nf-1-fig,
.bottom-nf-1 .nf-1-fig {
height: 275px;
}
.nf1-l1 .nf-1-fig {
height: 550px;
}
.nf1-r1 .nf-1-fig {
height: 275px;
}
.vertical-item {
height: 480px;
}
.vertical-slider > div:first-child {
width: calc(100% - 96px);
}
.vertical-content h1 {
font-size: 40px;
}
.m-head .t-item {
padding: 10px !important;
}
.ti-more-sub .t-item {
padding: 2px 15px !important;
}
.m-head h4 {
font-size: 17px;
}
.ns-1-item {
height: 500px;
}
.ns-1-item figcaption {
flex-basis: 55% !important;
}
.ns-1-3 .ns-1-item figcaption {
flex-basis: 90% !important;
}
.ns-1-item h1 {
font-size: 38px;
}
.dot-wrap .owl-prev, .dot-wrap .owl-next,
.ns-1 .owl-prev, .ns-1 .owl-next {
width: 50px;
font-size: 18px;
height: 50px;
}
.top-bar ul li a {
margin-right: 20px;
}
.bottom-menu ul li a {
margin-left: 14px;
}
.slide-content {
flex-basis: 65%;
}
.nh-1 .bottom-menu ul li a {
margin-left: 16px;
}
.nf-1-cap h1 {
font-size: 36px;
}
.nf-1-right .nf-1-cap h1 {
font-size: 20px;
}
.nf-left {
flex: 5.7;
}
.left-post {
height: 530px;
}
.right-post h4 {
font-size: 16px;
}
.nf-add-1-i {
flex-basis: 33.333333%;
}
.nf-add-1-i:nth-child(4) {
display: none;
}
.ns-1 .slick-arrow {
width: 45px;
height: 45px;
font-size: 18px;
}
.mo-desc h3 {
font-size: 21px;
}
.mo-desc p {
display: none;
}
.offer-box h2 {
font-size: 20px;
}
.mm-img-w::before {
width: 8px;
left: -3px;
}
.mm-item:hover .mm-img-w::before {
height: 130px;
}
.mm-content {
padding: 10px 12px;
}
.mm-item:hover .mm-content {
transform: translateX(-50px);
}
.mm-content::after {
left: -50px;
height: 8px;
bottom: -15px;
}
.mm-item:hover .mm-content::after {
width: 185px;
}
.mm-content .terms {
margin-bottom: 10px;
}
.mm-content h1 {
font-size: 23px;
font-weight: 700;
margin-bottom: 0;
}
.mm-content p {
display: none;
}
}
@media (max-width: 992px) {
.qw-box {
transform: translateY(calc(-100% - 45px));
top: 45px;
left: 45px;
width: calc(100% - 90px);
height: calc(100% - 90px);
}
.qw-box .owl-prev,
.qw-box .owl-next {
top: 42px;
}
.qw-close {
top: 54px;
}
.wcb-left figure {
height: 420px;
}
.wcb-right figure {
height: 210px;
}
.wcb-right span {
display: none;
}
.ns-1-3 .ns-1-item figcaption {
flex-basis: 80% !important;
}
.ns-1-3 .ns-1-item h1 {
font-size: 25px;
}
.top-nf-1 .nf-1-fig,
.bottom-nf-1 .nf-1-fig {
height: 237.5px;
}
.top-nf-1 .nf-1-fig,
.bottom-nf-1 .nf-1-fig,
.nf1-l1 .nf-1-fig {
height: 475px;
}
.nf-1-left {
flex: 6;
}
.nf1-r1 .nf-1-fig {
height: 237.5px;
}
.vertical-item {
height: 420px;
}
.vertical-slider > div:first-child {
width: calc(100% - 84px);
}
.vertical-content h1 {
font-size: 32px;
}
.nf-add-1-i .fig-a {
flex: 2.2;
}
.m-head .t-item {
padding: 10px 12px !important;
}
.ti-more-sub .t-item {
padding: 2px 15px !important;
}
.bottom-bar {
padding: 7.5px 0;
}
.bottom-menu {
display: none;
}
.cool-bar {
width: 17px;
height: 12px;
position: relative;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
display: block;
}
.cool-bar span {
display: block;
position: absolute;
height: 2px;
width: 100%;
background: #fff;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
.cool-bar span:nth-child(1) {
top: 0px;
}
.cool-bar span:nth-child(2),
.cool-bar span:nth-child(3) {
top: 5px;
}
.cool-bar span:nth-child(4) {
top: 10px;
}
.cool-bar.cooled span:nth-child(1) {
top: 5px;
width: 0%;
left: 50%;
}
.cool-bar.cooled span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.cool-bar.cooled span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.cool-bar.cooled span:nth-child(4) {
top: 5px;
width: 0%;
left: 50%;
}
.slide-item {
height: 550px;
}
.slide-content {
flex: 1;
}
.slide-content h1 {
font-size: 40px;
}
.cont5 .slide-content h1 {
font-size: 36px;
}
.h1-line {
height: 25px;
}
.header-modern .cool-bar {
position: absolute;
right: 45px;
}
.header-modern .navbar-search {
margin-top: -1px;
}
.nf-1-cap h1 {
font-size: 28px;
}
.nf-1-right .nf-1-cap h1 {
font-size: 18px;
margin-bottom: 0;
}
.nf-1-right .nf-1-cap ul {
display: none;
}
.nf-add-1-i {
flex-basis: 50%;
}
.nf-add-1-i:nth-child(3) {
display: none;
}
.ns-1-item {
height: 475px;
}
.ns-1-item h1 {
font-size: 36px;
}
.offer-box h2 {
font-size: 18px;
font-weight: 700;
}
.mm-content {
padding: 12px 15px;
}
.mm-content::after {
bottom: 4px;
}
.mm-content .terms {
margin-bottom: 12px;
}
.mm-content h1 {
margin-bottom: 12px;
}
.mm-content p {
display: block;
}
}
@media (max-width: 992px) and (min-width: 769px) {
.nf-left {
flex: 11;
}
.left-post {
height: 505px;
}
.right-post {
flex-basis: initial;
}
.right-post:nth-child(2) {
margin-bottom: 0;
}
.right-post:nth-child(3),
.right-post:nth-child(4) {
display: none;
}
}
@media (max-width: 782px) {
.t32 {
top: 46px !important;
}
}
@media (max-width: 768px) {
.qw-box .owl-prev,
.qw-box .owl-next {
top: -1px;
}
.qw-box {
display: block;
overflow-y: auto;
}
.qw-box > .qw-right {
width: calc(100% - 30px);
}
.qw-desc {
padding: 30px 15px;
}
.qw-desc header {
display: flex;
justify-content: space-between;
align-items: center;
}
.qw-desc header .qw-close {
margin-top: 0px;
top: -8px;
width: 25px;
left: -25px;
display: flex !important;
position: relative;
transform: rotate(90deg);
}
.qw-box {
padding-bottom: 15px;
}
.wm-item-2 figure {
margin-bottom: 30px;
}
#footer-insta .ezine-widget-instagram-feed ul {
flex-wrap: wrap;
}
#footer-insta .ezine-widget-instagram-feed ul li {
flex: 33%;
}
.nf1-l1 .nf-1-fig {
height: 430px;
}
.nf-1-add .nf-1-right {
display: block;
}
.nf-1-right .top-nf-1 figure, .bottom-nf-1 {
flex: 1;
}
.vertical-content > div {
flex-basis: 100%;
}
.top-bar {
display: none;
}
.slide-item .container {
width: 100%;
}
.nf-1 {
display: block;
}
.left-post {
height: 300px;
}
.nf-1-right {
display: flex;
}
.nf-1-r {
flex: 1;
}
.nf-1-right .nf-1-fig {
flex-basis: 100%;
}
.top-nf-1 .terms,
.bottom-nf-1 .terms {
display: none;
}
.nf-1-add .nf-1-right h1 {
font-size: 16px;
font-weight: 500;
}
.ns-1-item h1 {
font-size: 34px;
}
.mo-item {
margin: 0 -10px;
margin-bottom: 20px;
}
.mo-img,
.mo-desc {
padding: 0 10px;
}
.nf-i {
display: block;
}
.nf-left {
margin-bottom: 20px;
margin-right: 0;
}
.nf-right {
margin-right: -10px;
margin-left: -10px;
margin-bottom: -15px;
}
.right-post {
padding: 0 10px;
margin-bottom: 15px;
}
.mm-content {
padding: 0;
margin-left: 10px;
}
.mm-item:hover .mm-content {
transform: none;
}
.mm-content::after {
display: none;
}
.left-post-c h1 {
font-size: 40px;
}
}
@media (max-width: 685px) {
.ns-1 .owl-prev {
left: 15px !important;
}
.ns-1 .owl-next {
right: 15px !important;
}
.ns-1-3 .ns-1-item figcaption {
flex-basis: 90% !important;
}
.ns-1-3 .ns-1-item h1 {
font-size: 30px !important;
}
.nf-left .tr-s span {
left: 15px !important;
}
.nf1-l1 .nf-1-fig {
height: 410px;
}
.nf-1-left .trend-f {
left: 90px;
width: 55px;
height: 45px;
font-size: 19px;
}
.vertical-item {
height: 400px;
}
.vertical-slider > div:first-child {
width: calc(100% - 80px);
}
.vertical-content h1 {
font-size: 30px;
}
.ns-1 .owl-next {
right: 0;
}
.ns-1 .owl-prev {
left: 0;
}
.rate-points,
.trend-stabile {
width: 55px;
height: 45px;
font-size: 19px;
}
.left-post {
height: 350px;
}
.trend-g {
left: 90px;
width: 55px;
height: 45px;
font-size: 20px;
}
.left-post-c {
left: 15px;
bottom: 15px;
}
.left-post-c .terms {
margin-bottom: 5px;
}
.left-post-c h1 {
font-size: 34px;
}
.mm-item {
display: block !important;
}
.mm-img-w {
margin-bottom: 20px;
margin-right: 0;
}
.mm-content {
margin-left: 0;
}
.mm-content .terms {
margin-bottom: 8px;
}
.mm-content h1 {
margin-bottom: 5px;
}
.woo-cat-box {
display: block;
}
}
@media (max-width: 630px) {
.qw-box {
transform: translateY(calc(-100% - 30px));
top: 15px;
left: 15px;
width: calc(100% - 30px);
height: calc(100% - 30px);
}
.wcb-left {
height: 400px;
}
.ns-1-item {
height: 450px;
}
.ns-1-item figcaption {
flex-basis: 90% !important;
}
.ns-1-item figcaption h1 {
font-size: 34px !important;
}
.m-head {
position: relative;
}
.m-head > div {
display: block;
}
.mh-bar {
display: block !important;
font-size: 15px;
position: absolute;
right: 0;
top: 0;
cursor: pointer;
}
.m-head ul {
display: none;
}
.m-head .t-item {
padding: 8px !important;
}
.only-m {
display: block !important;
}
.drop-ti {
display: none;
}
.m-head h4 {
padding: 10px 0;
}
.mh-bar {
top: 8px;
}
.mh-2 h4 {
padding: 10px;
}
.mh-2 .mh-bar {
right: 10px;
color: white;
}
}
@media (max-width: 600px) {
.n-sticky {
display: none;
}
}
@media (max-width: 585px) {
.nf-add-1-i .fig-a {
flex: 1.2;
}
.ns-1-item figcaption h1 {
font-size: 30px !important;
}
.h1-line {
width: calc(100% - 55px);
}
.nf-add-1-i {
flex-basis: 100%;
}
.nf-add-1-i:nth-child(2) {
display: none;
}
.offer-box {
position: relative;
padding: 30px;
padding-bottom: 75px;
}
.offer-box h2 {
flex-basis: initial;
}
.offer-box .btn-new {
position: absolute;
bottom: 0;
left: 0;
right: 0;
text-align: center;
}
.nf1-l1 .nf-1-fig {
height: 390px;
}
}
@media (max-width: 560px) {
.bds-area {
padding: 10px 0;
}
.mo-item {
display: block !important;
margin: 0;
margin-bottom: 30px;
}
.mo-item .trend-icon {
left: 0;
}
.mo-img,
.mo-desc {
padding: 0;
}
.mo-img {
margin-bottom: 20px;
}
.offer-box h2 {
font-size: 18px;
}
.vertical-item {
height: 390px;
}
.vertical-slider > div:first-child {
width: calc(100% - 78px);
}
.vertical-content h1 {
font-size: 28px;
}
}
@media (max-width: 470px) {
.ns-1-item figcaption h1 {
font-size: 27px !important;
}
.review-total-wrapper {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: -10px;
margin-bottom: 40px;
}
.review-total-box {
margin-bottom: -10px !important;
text-align: center !important;
padding: 0 !important;
padding-left: 5px !important;
}
.bds-area {
padding: 7.5px 0;
}
.nf-1-cap h1 {
font-size: 22px;
}
.nf-1-right .terms {
display: none;
}
.left-post-c h1 {
font-size: 35px;
}
.right-post h4 {
display: none;
}
.offer-box {
padding: 20px;
padding-bottom: 55px;
}
.offer-box h2 {
font-size: 16px;
}
.offer-box .btn-new {
padding: 5px 30px;
}
.left-post {
height: 300px;
}
.left-post h1 {
font-size: 26px;
}
.vertical-item {
height: 350px;
}
.vertical-slider > div:first-child {
width: calc(100% - 70px);
}
.vertical-content .terms {
font-size: 12px;
margin-bottom: 10px;
}
.vertical-content h1 {
font-size: 24px;
}
}
@media (max-width: 450px) {
.posts-box .woo-m-1 {
padding: 35px 45px;
}
.vertical-item .rate-points {
top: 30px;
font-size: 19px;
}
.trend-g {
top: 15px;
left: 75px;
width: 55px;
height: 45px;
font-size: 19px;
}
.nf-1-left .nf-1-cap {
left: 15px;
bottom: 15px;
right: 15px;
}
.rate-points {
left: 15px;
top: 15px;
}
.nf-1-left .nf-1-cap .terms {
font-size: 10px;
}
.nf-1-left .nf-1-cap h1 {
font-size: 20px;
}
.nf-1-right .nf-1-cap h1 {
font-size: 16px;
}
.nf-1-left .nf-1-cap ul {
font-size: 10px;
}
.vertical-item {
height: 320px;
}
.vertical-slider > div:first-child {
width: calc(100% - 64px);
}
.vertical-content .terms {
display: none;
}
.vertical-content h1 {
font-size: 24px;
}
.nf1-l1 .nf-1-fig {
height: 350px;
}
.nf-1-left .trend-f {
top: 15px;
left: 75px;
}
.nf-1-left .tr-s span {
left: 15px !important;
}
}
@media (max-width: 400px) {
.posts-box .woo-m-1 {
padding: 35px;
}
.vertical-item {
height: 300px;
}
.vertical-slider > div:first-child {
width: calc(100% - 60px);
}
.vertical-content h1 {
font-size: 20px;
}
}
@media (max-width: 360px) {
.vertical-item .tr-s span {
left: 15px !important;
}
#offcanvas {
width: calc(100% - 60px);
}
#offcanvas header,
.side-menu a {
padding: 15px;
}
.vertical-item .rate-points {
left: 15px;
top: 15px;
}
.vertical-item .trend-icon {
left: 70px;
top: 15px;
}
.vertical-content {
bottom: 15px;
left: 15px;
}
.bds-area {
padding: 5px 0;
}
.nf-1-left .nf-1-cap .terms {
display: none;
}
.right-post:nth-child(3),
.right-post:nth-child(4) {
display: none;
}
.offer-box h2 {
font-size: 16px;
}
.mm-content h1 {
font-size: 22px;
}
}
/* edit */
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
.zoomOut {
animation-name: zoomOut;
}
@keyframes zoomIn {
from {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
animation-name: zoomIn;
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
animation-name: fadeIn;
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
animation-name: fadeOut;
}
@media (min-width: 1200px) {
.home .featured-posts .owl-carousel .owl-item:nth-child(odd) {
width: 700px !important;
}
.home .featured-posts .owl-carousel .owl-item:nth-child(even) {
width: 440px !important;
}
}