/*
 * Theme Name:  NewsX
 * Tags: custom-colors, custom-header, custom-menu, editor-style, featured-images, post-formats, threaded-comments, translation-ready
 * Theme URI:   http://themeforest.net/item/
 * Description: Clean, modern, and responsive wordpress news theme by Arvien Team.
 * Author:      Arvien Team
 * Author URI:  https://themeforest.net/user/arvien
 * Text Domain: newsx
 * Version:     1.0.8
 * License:     Themeforest Regular License
 * License URI: http://themeforest.net/licenses/standard
 */
/*

	[Table of Contents]

	1. Body
	2. Header
	3. Main Menu
	4. Page
	5. Custom Blocks
	6. Widgets
	7. Single Post
	8. Side Area
	9. Main Slider
	10. Wp Default Classes
	11. Responsive
	12. Footer

*/
/*************** 1. Body ***************/
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

html {
    position: relative;
}

body {
    line-height: 1.7;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background: #f1f4f6;
}

body.admin-bar #header {
    top: 32px;
}

body.admin-bar #header .menu-container.header-show {
    top: 32px;
}

body.admin-bar .left-menu-button.fixed-button {
    top: 32px;
}

body.admin-bar .side-area, body.admin-bar .side-area .layer {
    top: 32px;
}

a {
    transition: all .3s;
}

a:link,
a:visited,
a:active {
    text-decoration: none;
    outline: none;
    color: #333;
}

a:hover {
    color: #000;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px 0;
    line-height: 1.4;
    color: #333;
    font-weight: bold;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 15px;
}

div,
article,
aside,
header,
footer {
    display: block;
}

input,
select {
    max-width: 100%;
}

.layouttable {
    display: table;
    width: 100%;
}

.clean {
    margin: 0;
    padding: 0;
    list-style: none;
}

div .clearfix {
    clear: both;
}

.block-overlay {
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    cursor: url(assets/img/cursor-side-area.png) 12 12, default;
}

.block-overlay.on {
    opacity: 1;
    visibility: visible;
}

.vm-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.vm-wrapper:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.vm-wrapper .vm-middle {
    display: inline-block;
    vertical-align: middle;
}

.text-center {
    text-align: center;
}

.text-align-left {
    text-align: left;
}

.text-normal {
    font-weight: normal;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.entry-meta {
    font-size: 12px;
    margin-top: 10px;
    text-transform: capitalize;
}

.entry-meta span, .entry-meta a {
    color: #bdbdbd;
    position: relative;
    font-weight: bold;
}

.entry-meta span:after, .entry-meta a:after {
    content: '/';
    margin-left: 5px;
}

.entry-meta span i, .entry-meta a i {
    margin-left: 3px;
    font-size: 14px;
}

.entry-meta span:last-child i, .entry-meta a:last-child i {
    display: none;
}

.entry-meta span:last-child::after, .entry-meta a:last-child::after {
    content: none;
}

.entry-meta span a, .entry-meta a a {
    color: #bdbdbd;
}

#main, .slider-holder {
    position: relative;
    margin-top: 70px;
    clear: both;
}

#main.side-spacer, .slider-holder.side-spacer {
    margin-left: 70px;
}

.full-page {
    width: 100%;
}

.wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}

.main {
    position: relative;
    top: 0;
    left: 0;
    padding-left: 80px;
    padding-top: 22px;
}

.page-full {
    padding: 0 30px;
}

#sticky-container {
    float: left;
}

#sticky-container.with-sidebar-left {
    float: right;
}

#sticky-container.with-sidebar-none {
    width: 100%;
}

.fluid {
    float: none;
    padding: 0;
    width: auto;
    overflow: hidden;
}

.contact-wrap {
    background: #fff;
    padding: 100px 150px;
}

.contact-wrap h1 {
    font-size: 30px;
    margin-bottom: 10px;
}

.contact-wrap .wpcf7 {
    margin: 20px 0;
    width: 100%;
}

.section-row {
    display: inline-block;
}

.content-area {
    float: left;
}

.sidebar {
    width: 324px;
}

.sidebar.sidebar-left {
    float: left;
    margin-right: 24px;
}

.sidebar.sidebar-right {
    float: right;
    align-content: right;
    margin-left: 24px;
}

.page-header {
    margin: 0;
    margin-bottom: 24px;
    border: 0;
}

.page-header h1 {
    font-size: 20px;
    margin: 0;
}

.page-header h1 p {
    font-size: 12px;
    color: #999;
    font-weight: normal;
    margin: 0;
}

.page-header .breadcrumbs {
    float: right;
    font-size: 13px;
    color: #999;
}

.page-header .breadcrumbs span {
    padding: 0 3px;
}

.page-header .breadcrumbs a {
    color: #999;
}

.pagination h2 {
    display: none;
}

.pagination a,
.pagination span {
    border: 1px solid #222;
    padding: 5px 12px;
}

.pagination span {
    background: transparent;
}

.pagination span.title {
    border: none;
    padding: 0 10px 0 0;
}

.pagination span.current {
    color: #ddd;
    border: 1px solid #ddd;
}

.search-container {
    background: #fff;
    padding: 40px;
    width: 100%;
    overflow: hidden;
    height: 200px;
}

.search-container h4 {
    font-size: 30px;
    font-weight: normal;
}

.search-container p {
    margin-bottom: 15px;
    color: #999;
}

.searchform {
    background: transparent;
    padding: 0;
    border: 1px solid #ddd;
    position: relative;
}

.searchform .widget-title {
    display: none;
}

.searchform input[type='text'] {
    border: none;
    outline: 0;
    height: 46px;
    padding: 0 70px 0 20px;
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    color: #8c9aa7;
}

.searchform input[type='submit'] {
    position: absolute;
    right: 0;
    top: 0;
    height: 46px;
    border: none;
    background: transparent !important;
    width: 50px;
    z-index: 3;
}

.searchform .search-icon {
    right: 0;
    position: absolute;
    font: normal normal normal 20px/1 FontAwesome;
    content: "\f002";
    top: 0;
    height: 46px;
    width: 50px;
    text-align: center;
    line-height: 46px;
    z-index: 2;
    color: #fff;
}

.errorpage {
    margin: 100px 0;
    text-align: center;
    text-transform: uppercase;
}

.errorpage h1 {
    margin-bottom: 30px;
    font-size: 200px;
    color: #ccc;
    line-height: 1;
}

.errorpage h2 {
    margin-bottom: 30px;
}

.wpcf7 {
    font-size: 13px;
}

.wpcf7 p {
    margin: 0 0 20px 0;
}

.wpcf7 input,
.wpcf7 textarea {
    border: 1px solid #ddd;
    padding: 10px 15px;
    border-radius: 2px;
    width: 100%;
    outline: 0;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}

.wpcf7 input:hover,
.wpcf7 textarea:hover {
    border-color: #b4000b;
}

.wpcf7 input[type="submit"] {
    width: inherit;
    background: #b4000b;
    border: 0;
    border-radius: 2px;
    color: #fff;
}

[data-excerpt-rows] a, [data-excerpt-rows] p {
    overflow: hidden;
    display: block;
    line-height: 1.7em;
}

[data-excerpt-rows='0'] a, [data-excerpt-rows='0'] p {
    display: none;
}

[data-excerpt-rows='1'] a, [data-excerpt-rows='1'] p {
    max-height: 1.7em;
}

[data-excerpt-rows='2'] a, [data-excerpt-rows='2'] p {
    max-height: 3.4em;
}

[data-excerpt-rows='3'] a, [data-excerpt-rows='3'] p {
    max-height: 5.1em;
}

[data-excerpt-rows='4'] a, [data-excerpt-rows='4'] p {
    max-height: 6.8em;
}

[data-excerpt-rows='5'] a, [data-excerpt-rows='5'] p {
    max-height: 8.5em;
}

[data-excerpt-rows='6'] a, [data-excerpt-rows='6'] p {
    max-height: 10.2em;
}

.shadow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 101;
    transition: all .3s;
}

.entry-cat a {
    background: #b4000b;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 10px;
}

.entry-cat a:hover {
    opacity: 0.8;
}

.search-page {
    margin-bottom: 22px;
}

.toggle-btn {
    cursor: pointer;
}

.unbox {
    background: transparent !important;
    padding: 0 !important;
}

table {
    background-color: transparent;
}

caption {
    color: #777777;
    border: 1px solid #ddd;
    border-bottom: none;
    padding: 20px;
    text-align: center;
    margin-bottom: -1px;
}

th {
    text-align: left;
}

table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
    padding: 15px 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #dddddd;
}

table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
}

table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

table > tbody + tbody {
    border-top: 2px solid #dddddd;
}

table table {
    background-color: #ffffff;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.more_posts {
    background: #fff;
    color: #666;
    padding: 8px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all .2s;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.more_posts:hover {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    color: #323232;
}

.not_found_pagination_btn {
    background: transparent;
    box-shadow: none;
}

.not_found_pagination_btn :hover {
    background: transparent;
    color: #323232;
}

.more_posts.not_found_pagination_btn:hover {
    box-shadow: none !important;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

/*************** 2. Header ***************/
#header {
    background-color: #fff;
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    z-index: 9999;
}

#header h3 {
    color: #fff;
}

#header .custom-logo-link {
    text-align: center;
    line-height: 66px;
    display: block;
    float: left;
}

#header .custom-logo-link a {
    display: block;
}

#header .custom-logo-link .custom-logo {
    width: auto;
}

#header .branding {
    float: left;
}

#header .menu-container {
    height: 70px;
    width: 100%;
    position: relative;
    text-align: center;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    transition: all .3s;
}

#header .menu-container.fixed {
    position: fixed;
    top: 0;
    left: 0;
}

#header .menu-container.header-hide {
    position: fixed;
    top: -70px;
}

#header .menu-container.header-show {
    position: fixed;
    top: 0;
}

#header.side-spacer .menu-container {
    padding-left: 70px;
}

#header.side-spacer .menu-container .mega-menu > .sub-menu-wrap {
    padding-left: 70px;
}

.mobile-logo {
    display: none;
    visibility: hidden;
}

.left-menu-button.fixed-button {
    position: fixed;
}

.left-menu-button {
    width: 70px;
    background: #b4000b;
    overflow: hidden;
    height: 70px;
    line-height: 70px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 12;
    transition: all .3s;
}

.left-menu-button.on {
    width: 300px;
}

.left-menu-button i {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 70px;
    line-height: 70px;
    background: rgba(0, 0, 0, 0.1);
}

.left-menu-button .searchform {
    position: absolute;
    top: 0;
    left: 100px;
    border: 0;
    background: transparent;
    overflow: hidden;
    color: #fff;
    width: 100%;
}

.left-menu-button .searchform input[type='text'] {
    background: transparent;
    color: #fff;
    height: 70px;
    font-size: 16px;
    padding: 0;
}

.left-menu-button .searchform input[type='text']::-moz-placeholder {
    opacity: 1;
}

.left-menu-button .searchform input[type='text']::-webkit-input-placeholder {
    color: #fff;
}

.left-menu-button .searchform i {
    display: none;
}

.left-menu-button:hover {
    color: white;
}

.left-menu-button.active {
    width: 100%;
}

.left-menu-button.active i:before {
    content: '\f2d7';
    font-size: 20px;
    font-family: ionicons;
}

.nav-right .search a i {
    font-size: 24px;
}

.sticky-nav {
    display: none;
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 99999999;
}

.header-a {
    margin: 0 80px;
}

.header-a .custom-logo-link {
    margin: 0 70px 0;
}

.header-a .branding {
    margin-right: 70px;
}

#header.side-spacer .menu-container .header-a .custom-logo-link {
    margin-left: 0;
}

.header-b {
    margin-right: 0px;
}

.header-c .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.header-c .pull-left {
    margin-left: 120px;
}

.header-c .pull-right {
    margin-right: 120px;
}

.header-c .site-title, .header-c .site-description {
    text-align: center;
}

.side-spacer .header-c .logo {
    margin-left: 35px;
}

#header .widget {
    padding: 0;
    margin: 0;
    line-height: 70px;
}

#header .widget-header-right {
    margin-right: 70px;
}

#header .newsx-widget-social-icons ul li a {
    opacity: 0.8;
}

#header .newsx-widget-social-icons ul li a:hover {
    opacity: 1;
}

#header .newsx-widget-social-icons .clean li {
    margin: 0;
    opacity: 1;
    padding: 0;
}

#header .newsx-widget-social-icons .clean li a {
    font-size: 14px;
    text-align: center;
    width: 30px;
    height: 42px;
    line-height: 42px;
    margin: 0;
    background: transparent;
}

#header .newsx-widget-social-icons .square {
    margin: 0;
}

#header .newsx-widget-social-icons .square li a {
    font-size: 14px;
}

#header .header-b .widget-header-right {
    margin: 0;
    padding-left: 0px;
}

.header-c .widget {
    position: absolute;
    right: 0;
    width: auto;
    top: 0;
    margin-right: 20px !important;
}

.site-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0 0 0;
    text-align: left;
}

.site-description {
    font-size: 13px;
    margin: 0;
}

/*************** 3. Main Menu ***************/
.nav-menu {
    margin: 0 auto;
    list-style: none;
    padding: 0;
    width: 100%;
}

.nav-menu > li.menu-item {
    float: left;
    list-style: none;
}

.nav-menu > li.menu-item > a {
    display: block;
    padding: 0 20px;
    line-height: 70px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #323232;
}

.nav-menu > li.menu-item > a:hover {
    background-color: #d12323;
    color:#FFFFFF;
}

.nav-menu > li.menu-item > .sub-menu-wrap {
    position: absolute;
    top: 72px;
    list-style: none;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 10px 0;
    min-width: 250px;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transform: translateY(-2em);
    transition: all 0.1s ease-in-out 0s, visibility 0s linear 0s, z-index 0s linear 0.01s;
}

.nav-menu > li.menu-item > .sub-menu-wrap > ul.sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-menu > li.menu-item > .sub-menu-wrap > ul.sub-menu > li.menu-item {
    list-style: none;
    position: relative;
    padding: 0 20px;
}

.nav-menu > li.menu-item > .sub-menu-wrap > ul.sub-menu > li.menu-item:last-child a {
    border-bottom: none;
}

.nav-menu > li.menu-item > .sub-menu-wrap > ul.sub-menu > li.menu-item a {
    display: block;
    font-size: 14px;
    padding: 8px 0;
    color: #666;
    text-align: left;
    border-bottom: 1px solid rgba(125, 125, 125, 0.1);
}

.nav-menu > li.menu-item > .sub-menu-wrap > ul.sub-menu > li.menu-item a:hover {
    color: #b4000b;
    padding-left: 10px;
    background: rgba(0, 0, 0, 0.09);
}

.nav-menu > li.menu-item > .sub-menu-wrap > ul.sub-menu > li.menu-item .sub-menu-wrap {
    position: absolute;
    top: -10px;
    left: 220px;
    min-width: 230px;
    display: none;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    transform: translateY(-2em);
    transition-delay: 0s, 0s, 0.1s;
    transition: all 0.1s ease-in-out 0s, visibility 0s linear 0s, z-index 0s linear 0.01s;
}

.nav-menu > li.menu-item > .sub-menu-wrap > ul.sub-menu > li.menu-item .sub-menu-wrap ul.sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-menu > li.menu-item > .sub-menu-wrap > ul.sub-menu > li.menu-item .sub-menu-wrap ul.sub-menu li {
    list-style: none;
    display: block;
    padding: 3px 20px;
}

.nav-menu > li.menu-item > .sub-menu-wrap > ul.sub-menu > li.menu-item .sub-menu-wrap ul.sub-menu li a {
    border-bottom: 1px solid rgba(125, 125, 125, 0.1);
}

.nav-menu > li.menu-item > .sub-menu-wrap > ul.sub-menu > li.menu-item .sub-menu-wrap ul.sub-menu li:last-child a {
    border-bottom: 0;
}

.nav-menu > li.menu-item > .sub-menu-wrap > ul.sub-menu > li.menu-item:hover .sub-menu-wrap {
    display: block;
    transform: translateY(0);
}

.nav-menu > li.menu-item:hover .sub-menu-wrap {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.1s;
}

.nav-menu > li.menu-item.mega-menu {
    position: static;
}

.nav-menu > li.menu-item.mega-menu > .sub-menu-wrap {
    background: rgba(255, 255, 255, 0.98);
    border-top: 5px solid #b4000b;
    left: 0;
    right: 0;
    padding: 50px 30px;
}

.nav-menu > li.menu-item.mega-menu > .sub-menu-wrap > ul.sub-menu {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.nav-menu > li.menu-item.mega-menu > .sub-menu-wrap > ul.sub-menu > li {
    border-bottom: 0;
    padding: 0 30px;
    border-right: 1px solid #ddd;
}

.nav-menu > li.menu-item.mega-menu > .sub-menu-wrap > ul.sub-menu > li:last-child {
    border-right: 0;
}

.nav-menu > li.menu-item.mega-menu > .sub-menu-wrap > ul.sub-menu > li > a {
    color: #b4000b;
    margin-top: 0;
    padding-top: 0;
    font-weight: bold;
    font-size: 15px;
}

.nav-menu > li.menu-item.mega-menu > .sub-menu-wrap > ul.sub-menu > li > .sub-menu-wrap {
    position: static;
    padding: 0;
    display: block;
}

.nav-menu > li.menu-item.mega-menu > .sub-menu-wrap > ul.sub-menu > li > .sub-menu-wrap ul.sub-menu {
    list-style: none;
    text-align: left;
    margin: 0;
    background: transparent;
}

.nav-menu > li.menu-item.mega-menu > .sub-menu-wrap > ul.sub-menu > li > .sub-menu-wrap ul.sub-menu li {
    border-bottom: 0;
    padding: 0;
}

.nav-menu > li.menu-item.mega-menu > .sub-menu-wrap > ul.sub-menu > li > .sub-menu-wrap ul.sub-menu li a {
    color: #888;
    padding: 10px 0;
}

.nav-menu > li.menu-item.mega-menu > .sub-menu-wrap > ul.sub-menu > li > .sub-menu-wrap ul.sub-menu li a:hover {
    color: #b4000b;
}

/* Collapse menu (Tablet and mobile) */
#navbar-mobile.menu-container {
    padding-left: 0 !important;
}

#navbar-mobile.menu-container .toggle-btn {
    line-height: 70px;
    background: transparent;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    font-size: 20px;
    outline: 0;
}

#navbar-mobile.menu-container .av-mobile-menu {
    background: rgba(0, 0, 0, 0.95);
    padding: 10px 30px;
    display: none;
}

#navbar-mobile.menu-container .av-mobile-menu ul.mobnav {
    list-style: none;
    padding: 0;
    text-align: left;
}

#navbar-mobile.menu-container .av-mobile-menu ul.mobnav li {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

#navbar-mobile.menu-container .av-mobile-menu ul.mobnav li:last-child {
    border-bottom: 0;
}

#navbar-mobile.menu-container .av-mobile-menu ul.mobnav li .av-arrow {
    position: absolute;
    top: 8px;
    right: 0;
    padding: 0 10px;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
}

#navbar-mobile.menu-container .av-mobile-menu ul.mobnav li a {
    color: rgba(255, 255, 255, 0.8);
}

#navbar-mobile.menu-container .av-mobile-menu ul.mobnav li ul {
    display: none;
    margin-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#navbar-mobile.menu-container .av-mobile-menu ul.mobnav li ul.active {
    display: block;
}

/*************** 4. Page ***************/
#wp-calendar {
    width: 100%;
    text-align: center;
}

.entry-title {
    margin-bottom: 24px;
    color: #323232;
}

.entry-title.author {
    text-transform: uppercase;
}

.full-page.container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.custom-page .page-header {
    padding: 24px 0 40px;
    margin: 0 -12px;
    border: none;
}

/*************** 5. Custom Blocks ***************/
.av-block-wrap {
    position: relative;
    width: 100%;
    clear: both;
}

.av-block-wrap .av-block-header {
    margin: 0 0 15px 0;
    display: block;
}

.av-block-wrap .av-block-header h4 {
    text-transform: uppercase;
    font-size: 14px;
    color: #323232;
    margin: 0;
}

.av-block-wrap .av-container {
    position: relative;
}

.av-block-wrap .av-item {
    margin-bottom: 24px;
}

.sticky .inner-wrap {
    background: #222;
    color: #f2f2f2;
}

.sticky .inner-wrap header h3 a, .sticky .inner-wrap h3 a {
    color: #fff !important;
}

.inner-wrap {
    padding: 25px;
}

.inner-wrap.float-wrap {
    position: absolute;
    left: 0;
    right: 0;
    padding: 20px;
    bottom: 0;
    z-index: 102;
}

.inner-wrap.float-wrap h3 {
    font-size: 18px;
}

.inner-wrap.float-wrap h3 a {
    color: #fff;
}

.no-absolute .entry-cat {
    position: static !important;
}

.article-container {
    position: relative;
    background: #fff;
}

.article-container .entry-header {
    margin-bottom: 10px;
}

.article-container .entry-header h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
}

.article-container .entry-cat {
    display: inline-block;
    margin-bottom: 10px;
}

.article-container .entry-cat a {
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    padding: 3px 9px 3px 9px;
}

.article-container .entry-content {
    margin-bottom: 5px;
    line-height: 1.7;
}


.article-container .entry-content p {
    margin: 0;
}

.thumb-container {
    position: relative;
    background: #888;
}

.thumb-container .entry-thumb {
    position: relative;
    overflow: hidden;
    display: block;
}

.thumb-container .entry-thumb:after {
    content: '';
    position: absolute;
    background: transparent;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    -webkit-transition: all .3s ease;
    /* Safari and Chrome */
    -moz-transition: all .3s ease;
    /* Firefox */
    -ms-transition: all .3s ease;
    /* IE 9 */
    -o-transition: all .3s ease;
    /* Opera */
    transition: all .3s ease;
}

.thumb-container .thumb-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    z-index: 103;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    opacity: 0.9;
    pointer-events: none;
    padding-top: 10px;
}

.thumb-container .thumb-icon .icon {
    position: relative;
    z-index: 3;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 20px;
}

.thumb-container .thumb-icon .icon.ion-ios-play {
    font-size: 24px;
    padding-left: 3px;
}

.thumb-container .thumb-icon .icon.ion-ios-musical-notes {
    padding-right: 1px;
}

.thumb-container .thumb-icon .icon.ion-pin {
    font-size: 26px;
}

.thumb-container .thumb-share {
    display: block;
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    /* Safari and Chrome */
    -moz-transition: all .3s ease;
    /* Firefox */
    -ms-transition: all .3s ease;
    /* IE 9 */
    -o-transition: all .3s ease;
    /* Opera */
    height: 40px;
    width: 40px;
    border-radius: 40px;
    line-height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    overflow: hidden;
}

.thumb-container .thumb-share button.button {
    background: transparent;
    padding: 0 10px;
    border: 0;
}

.thumb-container .thumb-share button.button i {
    opacity: 0;
    -webkit-animation: smooth 3s ease-in;
    -moz-animation: smooth 3s ease-in;
    -o-animation: smooth 3s ease-in;
    -ms-animation: smooth 3s ease-in;
    animation: smooth 3s ease-in;
}

.thumb-container .thumb-share:hover {
    width: 150px;
    padding: 0 15px;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    border-color: transparent;
}

.thumb-container .thumb-share:hover span {
    display: none;
}

.thumb-container .thumb-share:hover button.sharer i {
    opacity: 1;
}

.thumb-container:hover .thumb-share {
    opacity: 1;
    visibility: visible;
    top: 15px;
}

.thumb-container:hover .entry-thumb:after {
    background: rgba(0, 0, 0, 0.3);
}

.av-tab-header {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    border-bottom: none;
}

.av-tab-header li {
    float: left;
    margin: 0;
}

.av-tab-header li a {
    padding: 10px 20px;
    display: block;
    text-transform: uppercase;
    cursor: pointer;
    border-top: 2px solid transparent;
    font-weight: bold;
}

.av-tab-header li.active a {
    background: #fff;
    border-top-color: #b4000b;
}

.av-tab-header li.active:hover a {
    background: #fff;
}

.av-tab-header li:hover a {
    background: rgba(255, 255, 255, 0.4);
}

.av-tab-header li:first-child a {
    margin-left: 0;
}

.av-tab-content {
    background: #fff;
    padding: 34px 24px 24px;
    overflow: hidden;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.av-tab-content .left-item {
    padding-top: 22px;
}

.av-tab-content article.article-container .inner-wrap {
    padding-left: 0;
}

ul.article-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.article-list li.article-container {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px dashed #e4e2e2;
}

ul.article-list li.article-container .inner-wrap {
    padding: 0;
}

ul.article-list li.article-container .inner-wrap .entry-header h3 {
    font-weight: normal;
    font-size: 15px;
}

ul.article-list li.article-container:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.article-container .entry-header h3 a:hover, .title a:hover {
    color: #b4000b;
}

.post-box-1 article.sticky {
    background: #222;
}

.post-box-1 .article-container {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.post-box-1 .inner-wrap {
    position: relative;
}

.post-box-1 .inner-wrap .entry-cat {
    position: absolute;
    top: -40px;
}

.post-box-1 .more_posts {
    margin-bottom: 34px;
}

.post-box-2 {
    margin-bottom: 24px;
}

.post-box-2 .article-container {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.post-box-2 .thumb-container {
    height: 100%;
    background-size: cover;
    margin-right: -20px;
    background-position: center center;
}

.post-box-2 .thumb-container .shadow {
    background: none;
}

.post-box-2 .thumb-container:hover .shadow {
    background: rgba(0, 0, 0, 0.3);
}

.post-box-2 .inner-wrap {
    padding: 25px;
    margin-left: -4px;
}

.post-box-3 {
    margin-bottom: 22px;
}

.post-box-3 .article-list {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    background: #fff;
    padding: 25px;
}

.post-box-3 .article-container:hover .shadow {
    background: rgba(0, 0, 0, 0.65);
}

.post-box-3 .inner-wrap {
    background: transparent;
}

.post-list-image {
    float: left;
    width: 35%;
    padding: 0 12px;
}

.post-list-details {
    float: left;
    width: 65%;
    padding: 0 12px;
}

.post-box-4 {
    margin-bottom: 24px;
}

.post-box-4 .no-absolute .inner-wrap {
    position: static;
    transform: none;
}

.post-box-4 .no-absolute .shadow {
    display: none;
}

.post-box-4 .sticky .inner-wrap {
    background: transparent;
}

.post-box-4 .thumb-icon {
    display: none;
}

.post-box-4 .inner-wrap {
    z-index: 102;
    position: absolute;
    bottom: 0;
    padding-bottom: 7px;
    transform: none;
}

.post-box-4 .inner-wrap h3 a {
    color: #fff;
}

.post-box-4 .inner-wrap.float-wrap h3 {
    margin: 0;
}

.post-box-4 .av-container {
    margin: 0;
}

.post-box-4 .av-container .av-item {
    padding: 0 1px 1px 0;
    margin: 0;
}

.post-box-4 .av-container .av-item:hover .shadow {
    background: rgba(0, 0, 0, 0.65);
}

ul.post-box-5 .av-container {
    margin: 0 -1px 24px -1px;
}

ul.post-box-5 .av-container .av-item {
    padding: 1px;
    margin: 0;
}

ul.post-box-5 li.article-container .inner-wrap {
    padding-left: 0;
    position: relative;
    padding-bottom: 0;
}

.page-slider.post-slider-1 {
    margin-bottom: 22px;
}

.page-slider.post-slider-1 .owl-item .thumb-container {
    height: 500px;
}

.page-slider.post-slider-1 .owl-item .thumb-container .shadow {
    background: rgba(0, 0, 0, 0.6) !important;
}

.page-slider.post-slider-1 .owl-item .item-title {
    right: 0;
    left: 20px;
	top: 210px;
    padding-right: 60px;
    text-align: left;
    transform: translateY(-50%);
}

.page-slider.post-slider-1 .owl-item .item-title p {
    font-size: 18px;
}

.page-slider.post-slider-1 .owl-carousel .owl-controls .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
}

.page-slider.post-slider-1 .owl-carousel .owl-controls .owl-nav .owl-prev, .page-slider.post-slider-1 .owl-carousel .owl-controls .owl-nav .owl-next {
    position: static;
    float: left;
    transform: none;
    background: rgba(48, 48, 48, 0.6);
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.page-slider.post-slider-1 .owl-carousel .owl-controls .owl-nav .owl-prev i, .page-slider.post-slider-1 .owl-carousel .owl-controls .owl-nav .owl-next i {
    font-size: 20px;
}

.page-slider.post-slider-1 .owl-carousel .owl-controls .owl-nav .owl-prev:hover, .page-slider.post-slider-1 .owl-carousel .owl-controls .owl-nav .owl-next:hover {
    background: #b4000b;
}

.page-slider.post-slider-1 .owl-carousel .owl-controls .owl-nav .owl-prev {
    background: rgba(28, 28, 28, 0.6);
}

.page-slider.post-slider-2 {
    margin-bottom: 22px;
}

.page-slider.post-slider-2 .owl-item .thumb-container {
    min-height: 250px;
}

.page-slider.post-slider-2 .owl-item .item-title {
    width: 100%;
    top: auto;
    bottom: 0;
    padding: 24px;
    transform: none;
    left: auto;
    text-align: left;
}

.page-slider.post-slider-2 .owl-item .item-title h3 {
    padding-top: 10px;
    line-height: 1.3;
}

.page-slider.post-slider-2 .owl-item .item-title h3 a {
    font-size: 18px;
    line-height: 1.3;
}

.page-slider.post-slider-2 .owl-carousel .owl-controls .owl-nav {
    opacity: 0;
    transition: all .3s;
}

.page-slider.post-slider-2 .owl-carousel .owl-controls .owl-nav .owl-next, .page-slider.post-slider-2 .owl-carousel .owl-controls .owl-nav .owl-prev {
    background: rgba(250, 250, 250, 0.3);
    width: 40px;
    height: 60px;
    line-height: 60px;
}

.page-slider.post-slider-2 .owl-carousel .owl-controls .owl-nav .owl-next i, .page-slider.post-slider-2 .owl-carousel .owl-controls .owl-nav .owl-prev i {
    color: #fff;
}

.page-slider.post-slider-2:hover .owl-carousel .owl-controls .owl-nav {
    opacity: 1;
}

.page-slider.post-slider-2 .owl-item:hover .shadow {
    background: rgba(0, 0, 0, 0.65);
}

/*************** 6. Widgets ***************/
.widget {
    margin-bottom: 25px;
    position: relative;
    width: 100%;
}

.widget .widget-title {
    color: #323232;
    margin-bottom: 15px;
}

.widget .widget-title h4 {
    text-transform: uppercase;
    font-size: 14px;
    color: #323232;
    margin: 0;
}

.widget h3.widget-title {
    font-size: 14px;
    text-transform: uppercase;
    color: #323232;
}

.widget_calendar table {
    margin: 0;
}

.widget_calendar td,
.widget_calendar th {
    line-height: 2.3333;
    text-align: center;
    padding: 0;
}

.widget_calendar caption {
    font-weight: 700;
    border-bottom: 1px solid #eee;
    margin: 0 0 1.6em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.newsx-widget-social-icons {
    box-shadow: none;
}

.widget_calendar tbody a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
    background-color: #333;
    color: #fff;
    display: block;
    font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
    background-color: #707070;
    background-color: rgba(51, 51, 51, 0.7);
    color: #fff;
}

.widget_archive a,
.widget_categories a,
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a {
    border: 0;
}

.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 25px;
}

.widget_categories ul .children, .widget_pages .children {
    list-style: none;
}

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    padding: 0.7667em 0;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
    border-top: 0;
    padding-top: 0;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
    padding-bottom: 0;
}

.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
    margin-top: 7px;
    margin-left: 15px;
    border-top: 1px solid #eee;
    padding-top: 0.7667em;
}

.widget_recent_entries .post-date {
    display: block;
}

.widget_rss ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget_rss li {
    margin-bottom: 1.6em;
}

.widget_rss ul:last-child,
.widget_rss li:last-child {
    margin: 0;
}

.widget_rss .rsswidget {
    border: 0;
    font-weight: 700;
}

.widget_rss .rsswidget img {
    margin-top: -4px;
}

.widget_rss .rss-date,
.widget_rss cite {
    font-family: "Noto Sans", sans-serif;
    font-size: 1.2rem;
    font-style: normal;
    display: block;
    line-height: 2;
    opacity: 0.8;
}

.textwidget > :last-child {
    margin-bottom: 0;
}

.textwidget a {
    border-bottom: 1px solid #333;
}

.textwidget a:hover,
.textwidget a:focus {
    border-bottom: 0;
}

.av-widget-wrap {
    width: 100%;
}

.av-widget-wrap h3 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}

.av-widget-wrap ul.av-article-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.av-widget-wrap ul.av-article-list li.article-container {
    margin-bottom: 15px;
    padding-bottom: 15px;
    background: transparent;
}

.av-widget-wrap ul.av-article-list li.article-container.border-bottom {
    border-bottom: 1px dashed #e4e2e2;
}

.av-widget-wrap ul.av-article-list li.article-container.border-bottom:last-child {
    border-bottom: 0;
}

.av-widget-wrap ul.av-article-list li.article-container:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.av-widget-wrap ul.av-article-list li.article-container .inner-wrap {
    padding: 10px 0 0 0;
}

.widget-style1 {
    background: #fff;
    padding: 25px 25px 0;
}

.widget-style1 .av-item {
    margin-bottom: 24px;
}

.widget-style1 .thumb-container {
    margin-bottom: 12px;
}

.widget-style3 ul.av-article-list li.article-container:first-child {
    padding-bottom: 0;
    margin: -25px -25px 24px -25px;
}

.widget-style3 ul.av-article-list li.article-container:first-child h3 a {
    font-weight: bold;
    font-size: 20px;
}

.widget-style3 ul.av-article-list li.article-container:first-child:hover .shadow {
    background: rgba(0, 0, 0, 0.65);
}

.widget-style3 ul.av-article-list li.article-container .inner-wrap {
    padding: 25px;
    z-index: 102;
}

.widget-style2 {
    padding: 25px;
    background: #fff;
}

.widget-style1 .av-item {
    float: left;
    width: 50%;
}

.widget-style3 {
    background: #fff;
    padding: 25px;
}

.widget-style4 ul.av-article-list li.article-container {
    padding: 0;
    border-bottom: 0;
    margin-bottom: 24px;
}

.widget-style4 ul.av-article-list li.article-container .shadow {
    background: rgba(0, 0, 0, 0.15);
}

.widget-style4 ul.av-article-list li.article-container:hover .shadow {
    background: rgba(0, 0, 0, 0.3);
}

.widget-style4 ul.av-article-list li.article-container .inner-wrap {
    padding: 25px;
    position: relative;
    background: #fff;
}

.widget-style4 ul.av-article-list li.article-container .inner-wrap .entry-cat {
    position: absolute;
    top: -15px;
    z-index: 103;
}

.newsx-widget-social-icons {
    background: transparent;
    padding: 0;
}

.newsx-widget-social-icons .square {
    padding: 0;
}

.newsx-widget-social-icons .square .widget-social-icons {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.newsx-widget-social-icons .square li {
    display: inline-block;
    margin: 0 5px 10px 0;
}

.newsx-widget-social-icons .square li:last-child {
    margin-right: 0;
}

.newsx-widget-social-icons .square li a {
    border: 1px solid #666;
    background: transparent;
    display: block;
    text-align: center;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
}

.newsx-widget-social-icons .clean {
    list-style: none;
    padding: 0;
}

.newsx-widget-social-icons .clean li {
    display: inline-block;
    padding: 0 15px;
    opacity: 0.5;
    font-size: 15px;
}

.newsx-widget-social-icons .clean li a {
    display: block;
}

.newsx-widget-tabs {
    background: transparent !important;
    padding: 0;
}

.newsx-widget-tabs .av-widget-tab-header {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    table-layout: fixed;
    display: table;
}

.newsx-widget-tabs .av-widget-tab-header li {
    display: table-cell;
    padding: 10px 0;
    margin: 0;
    width: auto;
    text-align: center;
    overflow: hidden;
    border-top: 2px solid transparent;
    border-radius: 2px 2px 0 0;
}

.newsx-widget-tabs .av-widget-tab-header li a {
    display: block;
    padding: 0;
    margin: 0;
    font-weight: bold;
}

.newsx-widget-tabs .av-widget-tab-header li.active {
    background: #fff;
    border-top-color: #b4000b;
}

.newsx-widget-tabs .av-widget-tab-content {
    background: #fff;
    padding: 25px;
    margin: 0;
}

ul.av-article-list {
    position: relative;
}

ul.av-article-list li a {
    position: relative;
    display: inline-block;
}

ul.av-article-list li a img {
    width: 100%;
    height: auto;
}

ul.av-article-list li a:hover .shadow {
    background: rgba(0, 0, 0, 0.3);
}

.newsx-widget-slider {
    padding: 0;
    margin: 0 0 25px 0;
}

.newsx-widget-slider .owl-item {
    min-height: 380px !important;
}

.newsx-widget-slider .owl-item .item {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.newsx-widget-slider .owl-item .item .item-title {
    width: 80%;
    top: 54%;
    padding: 0 20px;
    z-index: 103;
}

.newsx-widget-slider .owl-item .item .item-title h3 a {
    font-size: 24px;
    display: block;
    line-height: 1.4;
}

.newsx-widget-slider .owl-theme .owl-controls .owl-nav {
    opacity: 0;
    transition: all .3s;
}

.newsx-widget-slider .owl-theme .owl-controls .owl-nav div {
    background: rgba(250, 250, 250, 0.3);
    width: 40px;
    height: 60px;
    line-height: 60px;
}

.newsx-widget-slider .owl-theme .owl-controls .owl-nav div:hover {
    background: rgba(250, 250, 250, 0.6);
}

.newsx-widget-slider .owl-theme .owl-controls .owl-nav div i {
    color: #fff;
    font-size: 20px;
}

.newsx-widget-slider .owl-theme .owl-controls .owl-dots {
    margin-top: 1em;
}

.newsx-widget-slider .entry-cat {
    display: inline-block;
    margin-bottom: 10px;
}

.newsx-widget-slider:hover .owl-theme .owl-controls .owl-nav {
    opacity: 1;
}

.newsx-widget-slider:hover .shadow {
    background: rgba(0, 0, 0, 0.65);
}

.textwidget {
    padding: 25px;
    background: #fff;
}

.calendar_wrap, .widget_rss ul {
    padding: 25px;
    background: #fff;
}

.widget_search {
    background: transparent;
    padding: 0;
    position: relative;
}

.widget_search .widget-title {
    display: none;
}

.widget_search input[type='text'] {
    border: none;
    outline: 0;
    height: 46px;
    padding: 0 70px 0 20px;
    background: transparent;
    width: 100%;
    color: #8c9aa7;
}

.widget_search input[type='submit'] {
    position: absolute;
    right: 0;
    top: 0;
    height: 46px;
    border: none;
    background-color: transparent !important;
    width: 50px;
    z-index: 2;
}

.widget_search .search-icon {
    right: 0;
    position: absolute;
    font: normal normal normal 20px/1 FontAwesome;
    content: "\f002";
    top: 0;
    height: 46px;
    width: 50px;
    text-align: center;
    line-height: 46px;
    z-index: 1;
    color: #fff;
}

.widget.newsx-widget-ads {
    padding: 0;
}

.widget.newsx-widget-ads .widget-title {
    display: none;
}

/*************** 7. Single Post ***************/
.av-media-container {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.av-media-container img {
    width: 100%;
}

.av-media-container.featured-standard {
    padding: 40px 40px 0 40px;
}

.av-media-container.featured-full-width {
    margin-bottom: -16px;
    margin-top: 22px;
}

.av-media-container.featured-screen-width {
    margin-bottom: -16px;
}

.av-media-container.featured-screen-width .featured-image {
    max-height: 700px;
}

.av-media-container .featured-image {
    position: relative;
    color: #fff;
}

.av-media-container .featured-image .vm-wrapper {
    z-index: 102;
}

.av-media-container .featured-image .vm-wrapper .vm-middle {
    width: 50%;
}

.av-media-container .featured-image .vm-wrapper h3 {
    font-size: 40px;
}

.av-media-container .featured-image .vm-wrapper h3 a {
    color: #fff;
}

.av-media-container .featured-image .entry-meta {
    margin-top: 20px;
}

.av-media-container .featured-image .entry-meta .entry-cat a {
    color: #bdbdbd;
    position: relative;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 12px;
    background: transparent !important;
    padding: 0;
}

.av-media-container .featured-image:hover .shadow {
    background: rgba(0, 0, 0, 0.65);
}

.single-format-video .featured-image,
.single-format-audio .featured-image,
.single-format-gallery .featured-image {
    display: none;
    visibility: hidden;
}

.content-full p {
    font-size: 14px;
    text-align: justify;
}

.content-narrow {
    padding-left: 150px;
    padding-right: 150px;
    font-size: 110%;
}

.post-wrapper {
    height: 100%;
    background: #fff;
    padding: 20px 40px;
    margin-bottom: 24px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    overflow: auto;
}

.post-header {
    margin-bottom: 20px;
}

.post-header h3 {
    font-size: 35px;
}

.post-header h3 a {
    color: #333;
}

.post-header a {
    color: #b4000b;
}

.post-header .single-post-meta {
    font-size: 12px;
}

.post-header .single-post-meta .entry-cat {
    margin-right: 10px;
}

.post-header .single-post-meta span {
    padding-right: 10px;
    color: #999;
}

.post-header .entry-meta .entry-cat a {
    background: transparent;
}

.fullscreen-embed {
    background: #111;
}

.fullscreen-embed .embed-wrap {
    margin: 0 auto;
}

.post-cat {
    color: #b4000b;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: -1px;
}

.post-author {
    color: #bdbdbd;
}

.post-sharing,
.post-tags,
.post-nav {
    margin-bottom: 40px;
}

.post-sharing {
    text-align: center;
}

.post-sharing button {
    border: 1px solid rgba(189, 189, 189, 0.5);
    border-radius: 50%;
    background: transparent;
    height: 40px;
    width: 40px;
    font-size: 18px;
    text-align: center;
    margin: 0 5px;
    color: #333;
}

.post-nav {
    overflow: hidden;
    position: relative;
}

.post-nav a {
    display: block;
}

.post-nav .nav-pad {
    padding: 20px 0;
}

.post-nav .nav-pad a {
    color: #999;
}

.post-nav .nav-pad a h3 {
    font-size: 18px;
    color: #333;
}

.post-nav .nav-pad i {
    font-size: 30px;
    color: #b4000b;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.post-nav .nav-pad.prev {
    border-right: 1px solid #eee;
    text-align: right;
    padding-right: 40px;
    padding-left: 70px;
}

.post-nav .nav-pad.prev i {
    left: 30px;
}

.post-nav .nav-pad.next {
    border-left: 1px solid #eee;
    margin-left: -1px;
    padding-left: 40px;
    padding-right: 70px;
}

.post-nav .nav-pad.next i {
    right: 30px;
}

.wpfp-span {
    border: 1px solid #ddd;
    padding: 20px;
    margin-top: 20px;
    display: inline-block;
}

.post-tags {
    color: #999;
    text-align: center;
}

.post-tags strong {
    padding-right: 10px;
    color: #323232;
}

.post-tags a:link,
.post-tags a:visited,
.post-tags a:active {
    text-decoration: none;
    color: #b4000b;
    outline: none;
}

.post-tags a:hover {
    color: #323232;
}

.author-box {
    background: #fff;
    padding: 40px;
    margin-bottom: 25px;
    float: left;
    width: 100%;
}

.author-box h3 {
    font-size: 18px;
}

.author-box .social-icons {
    margin: 5px 0 10px 0;
}

.author-box .social-icons ul li a {
    height: 0;
    width: 0;
    padding-right: 5px;
    padding-top: 10px;
    font-size: 16px;
}

.author-box .author-image {
    float: left;
    width: 15%;
}

.author-box .author-title {
    font-size: 12px;
}

.author-box .author-details {
    float: left;
    width: 85%;
    padding-left: 24px;
}

.author-box .author-details .author-desc {
    font-size: 13px;
    color: #323232;
    margin-bottom: 0;
    margin-top: 12px;
}

.post-author-wrapper {
    overflow: hidden;
    color: #8c9aa7;
    margin-bottom: 24px;
}

.post-author-wrapper .author-box {
    background: rgba(255, 255, 255, 0.5);
    margin: 0;
}

.post-author-wrapper .author-box h3 {
    margin-bottom: 0;
    font-size: 18px;
}

.comment-wrapper {
    padding: 40px;
    margin-bottom: 40px;
    background: #fff;
}

.comment-wrapper #comments {
    width: 100%;
}

.comment-wrapper #comments h3 small {
    font-size: 12px;
}

.comment-wrapper #comments input {
    width: 100%;
    border: 1px solid #bdbdbd;
    border-top-color: #eee;
    padding: 20px;
    outline: 0;
}

.comment-wrapper #comments .comment-form-comment {
    margin: 0 0 -10px 0;
}

.comment-wrapper #comments .comment-form-comment #comment {
    width: 100%;
    border: 1px solid #bdbdbd;
    padding: 30px;
    outline: 0;
}

.comment-wrapper #comments .comment-form-comment label {
    display: none;
}

.comment-wrapper #comments .comment-form-author {
    width: 33.333%;
    float: left;
}

.comment-wrapper #comments .comment-form-author label {
    display: none;
}

.comment-wrapper #comments .comment-form-email {
    width: 33.333%;
    float: left;
}

.comment-wrapper #comments .comment-form-email input {
    border-left: 0;
}

.comment-wrapper #comments .comment-form-email label {
    display: none;
}

.comment-wrapper #comments .comment-form-url {
    width: 33.333%;
    float: right;
}

.comment-wrapper #comments .comment-form-url input {
    border-left: 0;
}

.comment-wrapper #comments .comment-form-url label {
    display: none;
}

.comment-wrapper #comments div.error {
    padding: 10px 0 20px 0;
    color: #b4000b;
}

.comment-wrapper #comments .form-submit {
    margin-top: 24px;
}

.comment-wrapper #comments .form-submit input {
    width: auto;
    background: #b4000b;
    color: #fff;
    border: 0;
    border-radius: 2px;
    font-weight: bold;
    display: block;
    clear: both;
}

.comment-wrapper #comments-list {
    margin-top: 70px;
}

.comment-wrapper #comments-list .comments-title {
    text-transform: uppercase;
    margin-bottom: 24px;
}

.comment-wrapper #comments-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comment-wrapper #comments-list ul li {
    margin-bottom: 25px;
    overflow: hidden;
}

.comment-wrapper #comments-list ul li ul.children {
    margin-top: 25px;
    margin-left: 75px;
}

.comment-wrapper #comments-list ul li ul.children li:last-child {
    margin-bottom: 0;
}

.comment-wrapper #comments-list ul li .comment-meta {
    overflow: hidden;
}

.comment-wrapper #comments-list ul li .comment-content {
    margin: -60px 0 10px 75px;
    color: #666;
    border: 1px solid #eee;
    border-radius: 3px;
    background: #fafafa;
    padding: 40px 30px 30px 30px;
}

.comment-wrapper #comments-list ul li .comment-content p {
    margin-top: 10px;
}

.comment-wrapper #comments-list ul li .reply {
    margin-left: 75px;
}

.comment-wrapper #comments-list ul li .reply a {
    color: #b4000b;
}

.comment-wrapper #comments-list ul li .comment-author.vcard img {
    float: left;
    padding: 5px;
    border: 1px solid #ddd;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    margin-right: 15px;
    background: #fff;
}

.comment-wrapper #comments-list ul li .comment-author.vcard .fn {
    float: left;
    color: #333;
    margin: 30px 10px 0 30px;
}

.comment-wrapper #comments-list ul li .comment-author.vcard .says {
    display: none;
}

.comment-wrapper #comments-list ul li .comment-metadata {
    margin: 30px 10px 0 0;
    float: left;
}

.comment-wrapper #comments-list ul li .comment-metadata a {
    font-size: 12px;
    color: #999;
}

.comment-wrapper #comments-list ul li p.comment-awaiting-moderation {
    margin-top: 30px;
    color: orange;
}

.post-password-form {
    margin-bottom: 22px;
}

input[type="submit"] {
    padding: 3px 25px;
    border: none;
    color: #fff;
    transition: all .3s;
}

input[type="submit"]:hover {
    opacity: 0.8;
}

.gallery-slider {
    background: #111;
}

.gallery-slider .owl-carousel .owl-controls .owl-nav div {
    opacity: 0;
    transform: none;
    background: rgba(48, 48, 48, 0.6);
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.gallery-slider .owl-carousel .owl-controls .owl-nav div:hover {
    background: rgba(48, 48, 48, 0.9);
}

.gallery-slider .owl-carousel .owl-controls .owl-nav div i {
    font-size: 20px;
}

.gallery-slider:hover .owl-carousel .owl-controls .owl-nav div {
    opacity: 1;
}

.related-posts h4 {
    text-transform: uppercase;
    font-size: 14px;
}

.post-header .entry-meta .entry-cat a {
    padding: 0;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: bold;
}

.media-title {
    padding: 20px 20px 0 20px;
    text-align: center;
}

.post-content {
    margin-bottom: 40px;
}

.post-content .entry-cat a {
    background: transparent !important;
}

.post-footer {
    clear: both;
}

/*************** 8. Side Area ***************/
.side-area {
    position: fixed;
    top: 0;
    bottom: 0;
    background: #fff;
    padding-top: 70px;
    z-index: 9999;
    overflow: hidden;
    width: 300px;
    left: -230px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -webkit-box-shadow: 1px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 5px 0 rgba(0, 0, 0, 0.1);
}

.side-area .layer {
    position: fixed;
    z-index: 2;
    top: 70px;
    bottom: 0;
    left: 0;
    width: 70px;
    background: transparent;
    color: #666;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}

.side-area .layer .circle-icon-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
}

.side-area .layer .circle-icon-container .circle {
    vertical-align: middle;
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #e4e4e4;
    display: block;
    margin: 10px 0;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}

.side-area .layer:hover .circle {
    margin: 15px 0;
    color: #e1e1e1;
}

.side-area.on {
    left: 0;
}

.side-area.on .layer {
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
}

.side-area.on .sidebar-content-box {
    opacity: 1;
}

.side-area .sidebar-content-box {
    overflow-y: scroll;
    height: 100%;
    opacity: 0;
    width: 317px !important;
}

.side-area .sidebar-content-box .side-container {
    margin: 24px 0;
    width: 300px !important;
    padding-right: 17px;
}

.side-area .sidebar-content-box .side-container .widget_archive ul, .side-area .sidebar-content-box .side-container .widget_categories ul, .side-area .sidebar-content-box .side-container .widget_links ul, .side-area .sidebar-content-box .side-container .widget_meta ul, .side-area .sidebar-content-box .side-container .widget_nav_menu ul, .side-area .sidebar-content-box .side-container .widget_pages ul, .side-area .sidebar-content-box .side-container .widget_recent_comments ul, .side-area .sidebar-content-box .side-container .widget_recent_entries ul, .side-area .sidebar-content-box .side-container .widget_rss ul {
    background: transparent;
}

.side-area .sidebar-content-box .side-container .newsx-widget-tabs .av-widget-tab-content, .side-area .sidebar-content-box .side-container .newsx-widget-tabs .av-widget-tab-header li.active {
    background: transparent;
    padding: 0;
    margin-top: 20px;
}

.side-area .sidebar-content-box .side-container .widget {
    background: transparent;
    overflow: hidden;
    padding: 25px;
    padding-bottom: 0;
}

.side-area .sidebar-content-box .side-container .widget .widget-title {
    color: #666;
    display: block;
}

.side-area .sidebar-content-box .side-container .widget .textwidget, .side-area .sidebar-content-box .side-container .widget .widget-style1, .side-area .sidebar-content-box .side-container .widget .widget-style2, .side-area .sidebar-content-box .side-container .widget .calendar_wrap {
    padding: 0;
    background: transparent;
}

.side-area .sidebar-content-box .side-container .widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.side-area .sidebar-content-box .side-container .widget .widget-style3 {
    padding: 0;
    background: transparent;
}

.side-area .sidebar-content-box .side-container .widget .widget-style3 ul.av-article-list li.article-container:first-child {
    background: #333;
    margin: 0;
    margin-bottom: 24px;
}

.side-area .sidebar-content-box .side-container .widget .widget-style4 {
    margin: 0;
}

.side-area .sidebar-content-box .side-container .widget .widget-style4 .inner-wrap {
    padding-right: 0;
    padding-left: 0;
}

.side-area .sidebar-content-box .side-container #widget-sidearea-wpfp-most_favorited_posts ul li,
.side-area .sidebar-content-box .side-container #widget-sidearea-wpfp-users_favorites ul li {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.side-area .sidebar-content-box .side-container #widget-sidearea-wpfp-most_favorited_posts ul li:last-child,
.side-area .sidebar-content-box .side-container #widget-sidearea-wpfp-users_favorites ul li:last-child {
    border-bottom: 0;
}

.side-area .wp-caption, .side-area .widget-style4, .side-area .widget-style4 ul.av-article-list li.article-container .inner-wrap {
    background: transparent;
}

.side-area .widget_categories .children, .side-area .widget_pages .children, .side-area .widget_nav_menu .sub-menu {
    border: none;
}

.side-area .widget_calendar caption {
    margin-bottom: -1px;
}

.side-area .sidebar-content-box .side-container .widget ul.children, .side-area .widget_nav_menu .sub-menu {
    padding-top: 0.7667em;
    margin-top: 7px;
    margin-left: 15px;
}

.side-area .widget .widget-title h4, .side-area a, .side-area p {
    color: #f2f2f2;
}

.av-widget-wrap ul.av-article-list li.article-container.border-bottom {
    border: none;
}

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0 !important;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    position: relative !important;
    top: 0;
    width: 317px !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}

.scroll-element, .scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.side-scrollbar > .scroll-element,
.side-scrollbar > .scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.side-scrollbar > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.side-scrollbar > .scroll-element .scroll-element_track {
    display: none;
}

.side-scrollbar > .scroll-element .scroll-bar {
    background-color: #6C6E71;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.side-scrollbar:hover > .scroll-element .scroll-bar,
.side-scrollbar > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.3;
}

.side-scrollbar > .scroll-element.scroll-x {
    bottom: 0;
    height: 0;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}

.side-scrollbar > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 0;
}

.side-scrollbar > .scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 10px;
    top: -9px;
}

.side-scrollbar > .scroll-element.scroll-y .scroll-bar {
    left: -36px;
    min-height: 10px;
    width: 4px;
    z-index: 99999;
    cursor: grab;
}

.side-scrollbar > .scroll-element.scroll-x .scroll-element_outer {
    left: 2px;
}

.side-scrollbar > .scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}

.side-scrollbar > .scroll-element.scroll-y .scroll-element_outer {
    top: 2px;
}

.side-scrollbar > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.side-scrollbar > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px;
}

.side-scrollbar > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px;
}

/*************** 9. Main Slider ***************/
.main-slider {
    width: 100%;
    position: relative;
    background: #333;
    overflow: hidden;
    min-height: 500px;
}

.main-slider h3.box-post-title {
    color: #fff;
}

.main-slider h3.box-post-title:hover {
    color: white;
}

.main-slider .slide-container {
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
}

.main-slider .slide-container .item {
    opacity: 0;
    right: 0;
    background-size: cover;
    height: 100%;
}

.main-slider .slide-container .item .content-box {
    max-width: 40%;
    overflow: hidden;
    top: 50%;
    left: 200px;
    transform: translateY(-50%);
    position: absolute;
    z-index: 9999;
}

.main-slider .slide-container .item .content-box h3 {
    font-weight: 700;
    font-size: 50px;
    line-height: 1.3;
    text-align: left;
    margin-bottom: 20px;
}

.main-slider .slide-container .item .content-box .entry-cat a {
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 10px;
}

.main-slider .slide-container .item .author {
    position: relative;
    display: block;
    overflow: hidden;
}

.main-slider .slide-container .item .author .post-list-author {
    float: left;
}

.main-slider .slide-container .item .author .post-list-author .post-image {
    float: left;
    width: 60px;
}

.main-slider .slide-container .item .author .post-list-author .post-image img {
    width: 100%;
    vertical-align: middle;
}

.main-slider .slide-container .item .author .post-list-author .content-box {
    float: left;
    display: inline-block;
    padding-left: 25px;
    background: transparent;
}

.main-slider .slide-container .item .author .post-list-author .content-box h3 {
    font-size: 15px;
    line-height: 1.4;
    text-align: left;
    font-weight: 700;
}

.main-slider .slide-container .item .author .post-list-author .content-box .entry-cat a {
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 8px 4px 8px;
}

.main-slider .slider-nav-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

.main-slider .slider-nav-container .slider-nav {
    position: absolute;
    z-index: 555;
    max-width: 40%;
    right: 200px;
    top: 50%;
    transform: translateY(-50%);
}

.main-slider .slider-nav-container .slider-nav .nav-box {
    display: block;
    margin: 45px 0 45px 0;
    transition: all .3s;
    padding-right: 30px;
    width: 250px;
    border: 1px solid transparent;
}

.main-slider .slider-nav-container .slider-nav .nav-box h3 {
    font-size: 17px;
    line-height: 1.4;
    text-align: right;
    margin-bottom: 10px;
}

.main-slider .slider-nav-container .slider-nav .nav-box h3:hover {
    color: #fff;
}

.main-slider .slider-nav-container .slider-nav .nav-box .entry-meta {
    text-align: right;
    display: block;
}

.main-slider .slider-nav-container .slider-nav .nav-box.cycle-pager-active {
    margin-left: -30px;
    border-right: 1px solid rgba(250, 250, 250, 0.6);
}

.author-link {
    margin-top: 40px;
    width: 100%;
}

.author-link .author-image {
    float: left;
    width: 60px;
    margin-right: 24px;
}

.author-link .author-image img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.author-link .written-by {
    float: left;
    max-width: 120px;
    color: #fff;
    font-size: 15px;
}

.author-link .written-by .entry-author a {
    color: #fff;
    font-weight: normal;
}

.header-slider {
    overflow: hidden;
}

.page-slider .entry-cat a, .page-slider .entry-meta span a, .page-slider .entry-meta span {
    color: #fff;
    border-color: rgba(250, 250, 250, 0.8);
}

.page-slider .owl-carousel .owl-controls .owl-nav {
    opacity: 1;
}

.page-slider .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 0;
    width: 60px;
    background: #fff;
}

.page-slider .owl-carousel .owl-controls .owl-nav .owl-next {
    right: 0;
    background: #fff;
    width: 60px;
}

.page-slider .owl-carousel .owl-stage .owl-item.active.center .thumb-container .shadow {
    transition: all .5s;
    background: rgba(0, 0, 0, 0.35);
}

.page-slider .owl-carousel .owl-stage .owl-item .carousel-item .thumb-container {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.page-slider .owl-carousel .owl-stage .owl-item .carousel-item .thumb-container .entry-thumb {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}

.page-slider .item-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 102;
}

.page-slider .item-title h3 a {
    font-size: 32px;
    line-height: 54px;
    color: #fff;
    font-weight: bold;
}

.page-slider:hover .owl-carousel .owl-stage .owl-item.active.center .thumb-container .shadow {
    background: rgba(0, 0, 0, 0.65);
}

.page-slider.slider2:hover .owl-carousel .owl-stage .owl-item.active.center .thumb-container .shadow {
    background: rgba(0, 0, 0, 0.45);
}

.owl-theme .owl-controls {
    transition: all .3s;
}

.owl-carousel .owl-controls .owl-nav {
    width: 100%;
}

.owl-carousel .owl-controls .owl-nav div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 222;
    background: #fff;
    color: #000;
    border-radius: 0;
    text-align: center;
    cursor: pointer;
    margin: 0;
    width: 30px;
    transition: all .5s;
}

.owl-carousel .owl-controls .owl-nav div i {
    font-size: 36px;
    padding: 20px 0;
}

.owl-carousel .owl-controls .owl-nav div.owl-prev {
    left: 0;
}

.owl-carousel .owl-controls .owl-nav div.owl-next {
    right: 0;
}

.owl-theme .owl-controls .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.owl-theme .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    text-align: center;
}

.owl-theme .owl-controls .owl-dots .owl-dot span {
    display: block;
    height: 12px;
    margin: 0 7px;
    width: 12px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(250, 250, 250, 0.6);
}

.owl-theme .owl-controls .owl-dots .owl-dot.active span {
    background: rgba(250, 250, 250, 0.6);
}

.item .item-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.item .item-title .av-date {
    font-size: 13px;
    text-transform: capitalize;
}

.item .item-title .av-date i {
    display: none;
}

.item .item-title span, .item .item-title span a {
    color: #fff;
}

.item .item-title h3 a {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
    text-shadow: 0 2px 13px rgba(0, 0, 0, 0.15);
}

.slider2 .owl-carousel .owl-controls .owl-nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100px;
    width: auto;
}

.slider2 .owl-carousel .owl-controls .owl-nav div {
    position: static;
    float: left;
    width: 100px;
}

.slider2 .owl-carousel .owl-controls .owl-nav .owl-next, .slider2 .owl-carousel .owl-controls .owl-nav .owl-prev {
    background: rgba(0, 0, 0, 0.3);
}

.slider2 .owl-carousel .owl-controls .owl-nav .owl-next i, .slider2 .owl-carousel .owl-controls .owl-nav .owl-prev i {
    color: #fff;
}

.slider2 .owl-carousel .owl-controls .owl-nav .owl-next:hover, .slider2 .owl-carousel .owl-controls .owl-nav .owl-prev:hover {
    background: rgba(0, 0, 0, 0.65);
}

.slider2 .owl-item .thumb-container {
    height: 800px;
}

.slider2 .owl-item.active .item-title {
    margin-top: 0;
}

.slider2 .item-title {
    left: 50%;
    text-align: center;
    max-width: 600px;
    margin-top: -20px;
    transition: all .7s;
    transition-delay: .3s;
}

.slider2 .item-title h3 {
    margin-top: 20px;
}

.slider2 .owl-theme .owl-controls .owl-dots:after {
    border-top: 1px solid rgba(250, 250, 250, 0.3);
}

.slider3 {
    padding-top: 30px;
    transition: all .3s;
}

.slider3 .owl-item .thumb-container {
    height: 600px;
}

.slider3 .owl-carousel .owl-controls .owl-nav {
    opacity: 0;
    left: 200px;
    bottom: 100px;
    transition: all .2s;
    width: auto;
}

.slider3 .owl-carousel .owl-controls .owl-nav .owl-next, .slider3 .owl-carousel .owl-controls .owl-nav .owl-prev {
    background: rgba(0, 0, 0, 0.3);
}

.slider3 .owl-carousel .owl-controls .owl-nav .owl-next i, .slider3 .owl-carousel .owl-controls .owl-nav .owl-prev i {
    color: #fff;
}

.slider3 .owl-carousel .owl-controls .owl-nav .owl-next:hover, .slider3 .owl-carousel .owl-controls .owl-nav .owl-prev:hover {
    background: rgba(0, 0, 0, 0.65);
}

.slider3 .owl-item.active .item-title {
    margin-top: 0;
}

.slider3 .item-title {
    left: 200px;
    transform: translate(0%, -40%);
    text-align: left;
    max-width: 600px;
    margin-top: -20px;
    transition: all .7s;
    transition-delay: .3s;
}

.slider3 .item-title h3 {
    margin-top: 20px;
}

.slider3:hover .owl-carousel .owl-controls .owl-nav {
    opacity: 1;
}

.slider4 {
    padding-top: 30px;
    transition: all .3s;
}

.slider4 .owl-item .thumb-container {
    height: 600px;
}

.slider4 .owl-carousel .owl-controls .owl-nav {
    opacity: 0;
    left: 200px;
    bottom: 100px;
    width: auto;
}

.slider4 .owl-carousel .owl-controls .owl-nav .owl-next, .slider4 .owl-carousel .owl-controls .owl-nav .owl-prev {
    background: rgba(0, 0, 0, 0.3);
}

.slider4 .owl-carousel .owl-controls .owl-nav .owl-next i, .slider4 .owl-carousel .owl-controls .owl-nav .owl-prev i {
    color: #fff;
}

.slider4 .owl-carousel .owl-controls .owl-nav .owl-next:hover, .slider4 .owl-carousel .owl-controls .owl-nav .owl-prev:hover {
    background: rgba(0, 0, 0, 0.65);
}

.slider4 .item-title {
    width: 100%;
    top: 60%;
    transform: translateY(-50%);
    text-align: left;
    max-width: 100%;
    margin-top: -20px;
    left: auto;
    transition: all .7s;
    padding: 60px;
    transition-delay: .3s;
}

.slider4 .item-title h3 {
    margin-top: 20px;
}

.slider4:hover .owl-carousel .owl-controls .owl-nav {
    opacity: 1;
}

.slider4 .owl-carousel .owl-controls .owl-nav {
    opacity: 1;
    width: 100%;
}

.slider4 .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 0;
    width: 24% !important;
    height: 100%;
    background: transparent !important;
    cursor: url(assets/img/cursor-left.png) 12 12, default;
}

.slider4 .owl-carousel .owl-controls .owl-nav .owl-next {
    right: 0;
    background: transparent !important;
    width: 24% !important;
    height: 100%;
    cursor: url(assets/img/cursor-right.png) 12 12, default;
}

/*************** 10. Wp Default Classes ***************/
.bypostauthor {
    background: inherit;
}

.gallery {
    clear: both;
    margin-bottom: 30px;
    overflow: hidden;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    padding: 10px 0 0 0;
    font-size: 13px;
    margin: 0;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.gallery-item {
    float: left;
    border: 5px solid transparent;
    text-align: center;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: block;
}

.gallery-item:before {
    bottom: 10px;
    left: 10px;
}

.gallery-item figcaption {
    left: 0;
}

.gallery-item:hover figcaption {
    bottom: 0;
    opacity: 1;
}

.attachment-thumbnail {
    display: block !important;
}

figure:hover:before {
    opacity: 0;
}

.gallery-caption {
    position: absolute;
    z-index: 22;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.gallery-icon {
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) {
    .gallery-columns-1 .gallery-icon .caption-overlay,
    .gallery-columns-2 .gallery-icon .caption-overlay {
        display: block;
    }
}

.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-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%;
}

.gallery-columns-10 .gallery-item {
    width: 11.11111%;
}

pre {
    border-radius: 0;
    background: #fafafa;
    padding: 10px 15px;
    border: 1px solid #eee;
}

.post-content > ul li, .post-content > ol li {
    padding: 0 0 8px;
}

.wp-caption {
    background: transparent;
}

/*************** 11. Responsive ***************/
@media screen and (max-width: 1600px) {
    .custom-logo {
        padding-left: 80px;
    }

    .slider4 .owl-item .thumb-container {
        height: 500px;
    }
}

@media screen and (max-width: 1200px) {
    .thumb-icon {
        display: none;
    }

    .page-slider .item-title h3 a {
        font-size: 32px;
        line-height: 1.3;
    }

    .slider4 .owl-item .thumb-container {
        height: 400px;
    }

    .slider4 .item-title h3 a {
        line-height: 1.4;
        font-size: 30px;
    }

    .widget-header-right {
        display: none;
    }

    .main-slider .slider-nav-container .slider-nav {
        right: 100px;
    }

    .main-slider .slide-container .item .content-box {
        left: 100px;
    }

    .main-slider .slide-container .item .content-box h3 {
        font-size: 32px;
    }
}

@media screen and (max-width: 991px) {
    .slider2, .slider3, .slider4 {
        padding-top: 0;
    }

    .slider2 .owl-theme .owl-controls .owl-dots {
        display: none !important;
    }

    .slider2 .item-title {
        left: auto;
        top: 10%;
        transform: none;
        width: 100%;
        padding: 40px;
    }

    .slider2 .owl-item .thumb-container, .slider2 .slider3 .owl-item .thumb-container {
        height: 500px;
    }

    .slider2 .owl-carousel .owl-controls .owl-nav, .slider2 .owl-theme .owl-controls .owl-dots {
        left: 40px;
        transform: none;
        bottom: 50px;
    }

    .slider2 .owl-item .thumb-container {
        height: 400px;
    }

    .slider3 .owl-item .thumb-container {
        height: 400px;
    }

    .slider3 .owl-dots {
        display: none !important;
    }

    .slider3 .item-title {
        left: auto;
        width: 100%;
        padding: 0 60px;
        text-align: center;
        transform: translateY(0%, -50%);
        max-width: 100%;
    }

    .left-menu-button, #side-area {
        display: none;
        visibility: hidden;
    }

    #main.side-spacer {
        margin-left: 0;
    }

    .content-narrow {
        padding: 0;
    }

    #sidebar {
        width: 100%;
        margin: 0;
        float: none;
        position: static;
        clear: both;
    }

    #sticky-container {
        width: 100% !important;
        overflow: auto;
        float: none;
        clear: both;
    }
}

@media screen and (max-width: 782px) {
    body.admin-bar #header {
        top: 46px;
    }

    body.admin-bar #header .menu-container.header-show {
        top: 46px;
    }

    body.admin-bar .left-menu-button {
        top: 46px;
    }

    body.admin-bar .side-area {
        top: 46px;
    }

    .post-box-2 .inner-wrap {
        padding: 25px !important;
    }

    .detectheight {
        height: auto !important;
    }

    .post-nav .nav-pad {
        padding: 15px 0 !important;
        text-align: center !important;
        border: 0 !important;
    }

    .comment-form-comment {
        margin-bottom: 10px !important;
    }

    .comment-form-author,
    .comment-form-email,
    .comment-form-url {
        width: 100% !important;
    }

    .comment-form-author input,
    .comment-form-email input,
    .comment-form-url input {
        border: 1px solid #ddd !important;
    }

    .post-sharing button {
        margin: 5px !important;
    }

    .author-box .author-image {
        display: none;
        visibility: hidden;
    }

    .author-box .author-details {
        width: 100% !important;
    }

    .main-slider .slide-container .item .content-box {
        max-width: 100% !important;
        padding: 30px !important;
        text-align: center;
        left: 0;
        top: 50%;
    }

    .main-slider .slide-container .item .content-box
    .author-link {
        display: none;
    }

    .main-slider .slide-container .item .content-box h3 {
        font-size: 36px;
        text-align: center;
    }

    .main-slider .slider-nav-container {
        display: none;
        visibility: hidden;
    }

    .page-slider.post-slider-1 .owl-item .item-title {
        top: 20%;
        transform: none;
    }

    .page-slider.post-slider-1 .owl-item .item-title h3 a {
        font-size: 24px;
        line-height: 1.3;
    }

    .post-box-2 .thumb-container {
        min-height: 200px;
    }

    .page-slider .item-title {
        top: 15%;
        transform: none;
    }

    .comment-wrapper, .author-box {
        padding: 22px;
    }

    .comment-wrapper #comments-list ul li .comment-author.vcard img {
        width: auto;
        height: auto;
        padding: 0;
        float: none;
    }

    .comment-wrapper #comments-list ul li .comment-author.vcard .fn {
        float: none;
        margin: 0;
    }

    .comment-wrapper #comments-list ul li .comment-content {
        margin: 0;
    }

    .comment-wrapper #comments-list ul li .comment-metadata {
        margin: 0;
    }

    .comment-wrapper #comments-list ul li ul.children {
        margin-top: 22px;
        margin-left: 22px;
    }

    .comment-wrapper #comments-list ul li .reply {
        margin: 0;
    }

    .comment-wrapper #comments-list ul li .comment-content {
        padding: 10px 24px;
    }

    .av-media-container .featured-image .vm-wrapper .vm-middle {
        width: 80%;
    }

    .av-media-container .featured-image .vm-wrapper h3 {
        font-size: 32px;
    }
}

@media screen and (max-width: 600px) {
    body.admin-bar #header .menu-container.fixed {
        top: 46px;
    }
}

@media screen and (max-width: 480px) {
    .custom-logo {
        padding-left: 20px;
    }

    .slider2 .owl-carousel .owl-controls .owl-nav {
        bottom: 0;
    }

    .slider2 .item-title {
        top: 10%;
    }

    .slider2 .item-title h3 a {
        font-size: 30px;
        line-height: 1.4;
    }

    .slider3 .item-title h3 a {
        font-size: 30px;
        line-height: 1.4;
    }

    .owl-theme .owl-controls .owl-dots {
        display: none !important;
    }

    .slider4 .owl-item .thumb-container {
        height: 400px;
    }

    .slider4 .item-title {
        padding: 20px;
    }

    .slider4 .item-title h3 a {
        line-height: 1.4;
        font-size: 22px;
    }

    .post-slider-1 .item-title {
        width: 100% !important;
        padding: 30px;
        left: auto;
    }

    .av-tab-header li {
        display: block !important;
        width: 100%;
        margin: 0;
    }

    .av-tab-header li a {
        border-right: 0 !important;
    }

    .av-tab-header li.active {
        border-bottom: 1px solid #ddd !important;
        margin: 0;
    }

    .post-header h3 {
        font-size: 25px;
    }

    .content-narrow {
        padding: 0;
    }

    .av-media-container .featured-image .vm-wrapper h3 {
        font-size: 20px;
    }

    .av-media-container.featured-standard {
        padding: 0;
    }
}

/*************** 12. Footer ***************/
footer#footer {
    height: auto;
    width: 100%;
    display: block;
    background: #1c1c1c;
    color: #666;
    padding: 10px 0 0 10px;
}

footer#footer a {
    color: #999;
}

footer#footer .footer-row {
    margin-right: -50px;
    margin-left: -50px;
}

footer#footer .footer-box {
    padding-left: 40px;
    padding-right: 40px;
}

footer#footer .footer-box .footer-widget {
    margin-bottom: 40px;
    background: transparent;
}

footer#footer .footer-box .footer-widget ul, footer#footer .footer-box .footer-widget .widget-style1, footer#footer .footer-box .footer-widget .widget-style2, footer#footer .footer-box .footer-widget .widget-style3, footer#footer .footer-box .footer-widget .inner-wrap, footer#footer .footer-box .footer-widget .av-widget-tab-content, footer#footer .footer-box .footer-widget .av-widget-tab-header li.active, footer#footer .footer-box .footer-widget .textwidget, footer#footer .footer-box .footer-widget .calendar_wrap {
    background: transparent;
}

footer#footer .footer-box .footer-widget ul, footer#footer .footer-box .footer-widget .widget-style2, footer#footer .footer-box .footer-widget .widget-style1, footer#footer .footer-box .footer-widget .tab-content, footer#footer .footer-box .footer-widget .textwidget, footer#footer .footer-box .footer-widget .calendar_wrap {
    padding: 0;
}

footer#footer .footer-box .footer-widget .searchform {
    border: 1px solid rgba(250, 250, 250, 0.1);
}

footer#footer .footer-box .footer-widget .widget-style3 {
    padding: 0;
}

footer#footer .footer-box .footer-widget .widget-title h2 {
    font-size: 16px;
    color: #f2f2f2;
    text-transform: uppercase;
    margin-bottom: 20px;
}

footer#footer .footer-box .footer-widget .article-container {
    font-weight: 400;
}

footer#footer .footer-box .footer-widget .article-container:last-child {
    border-bottom: 0;
}

footer#footer .footer-box .footer-widget .article-container:last-child.border-bottom {
    border-bottom: 0;
}

footer#footer .footer-box .footer-widget .article-container.border-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

footer#footer .footer-box .footer-widget.newsx-widget-social-icons ul.widget-social-icons li a {
    color: #fff;
    border-radius: 3px;
}

footer#footer .footer-box .footer-widget .widget-style3 .article-container:first-child {
    margin: 0 0 25px 0;
}

footer#footer .footer-box .footer-widget .widget-style3 .article-container:first-child a {
    color: #fff;
}

footer#footer .post-box-footer p {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 24px;
    text-spacing: 20px;
    text-align: left;
}

footer#footer .post-list-small-f {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin-bottom: 23px;
}

footer#footer .post-list-small-f .post-image {
    float: left;
    margin-right: 20px;
    width: 80px;
    height: 80px;
}

footer#footer .post-list-small-f .post-image img {
    vertical-align: middle;
}

footer#footer .post-list-small-f .content-box {
    width: 100%;
}

footer#footer .post-list-small-f .content-box h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    color: #222222;
    line-height: 1.4;
    text-align: left;
    font-weight: 400;
    margin-bottom: 5px;
}

footer#footer .post-list-small-f .content-box .post-meta {
    width: 100%;
    opacity: 0.69;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
}

footer#footer .post-list-small-f a {
    color: #f2f2f2;
}

footer#footer .post-list-small-f a:hover {
    color: #ccc;
}

footer#footer .footer-bottom {
    width: 100%;
    border-top: 1px solid #333;
    margin-top: 50px;
    display: inline-block;
    padding: 15px 0;
}

footer#footer .footer-bottom .copyright {
    display: block;
    color: #f2f2f2;
    font: "Montserrat", sans-serif;
    font-size: 12px;
}

footer#footer .footer-bottom .btn-default {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff;
}

/*************** 13. Woocommerce ***************/
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    border-radius: 2px;
    color: #fff;
    font-weight: normal;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background: #323232;
    color: #fff;
}

.woocommerce ul.products li.product h3 {
    font-size: 16px;
}

.woocommerce ul.products li.product .price {
    color: #000;
    font-size: 14px;
}

.woocommerce ul.products li.product .price del {
    float: left;
    padding-right: 10px;
}

.woocommerce ul.products li.product .price ins {
    font-weight: normal;
}

.woocommerce span.onsale {
    line-height: 2.5;
    background: #323232;
}

.pagination ul {
    list-style: none;
    padding: 0;
}

.pagination ul li {
    float: left;
    margin-right: 2px;
}

.product-categories {
    list-style: none;
    padding: 0;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    opacity: 0.8;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    content: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    content: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    table-layout: fixed;
    display: table;
    margin-bottom: 22px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: table-cell;
    width: 100%;
    text-align: center;
    border: 0 solid #fff;
    border-right: none;
    background: transparent;
    border-radius: 0;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #000;
    border-top: 2px solid #b4000b;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    width: 100%;
    color: #666;
    border-top: 2px solid transparent;
    padding: 12px 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
    border-right: 0 solid #fff;
}

.woocommerce .woocommerce-ordering select {
    border: 1px solid #eee;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom-color: #EEE;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    padding-right: 10px;
}

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EEE;
}

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    border-top: none;
}

.woocommerce-product-search {
    background: transparent;
    padding: 0;
    border: 1px solid #ddd;
    position: relative;
}

.woocommerce-product-search .search-field {
    border: none;
    outline: 0;
    height: 46px;
    padding: 0 70px 0 20px;
    background: transparent;
    width: 100%;
    color: #8c9aa7;
}

.woocommerce-product-search input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    height: 46px;
    border: none;
    background-color: #000000;
    width: 80px;
    z-index: 2;
    padding: 0;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 2px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #ccc;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    width: 10px;
    height: 10px;
    background: #000;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background: #000;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    width: 60px;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border: 1px solid #EEEEEE;
    background: #fff;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #eee;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .select2-container .select2-choice {
    height: 36px;
    padding: 5px 10px;
    border-radius: 0;
    border: 1px solid #ddd;
}

.woocommerce form .form-row textarea {
    height: 100px;
}

.select2-drop-mask {
    opacity: 0.3;
    background: #000;
}

.select2-drop {
    margin-top: -33px;
    padding-top: 6px;
    border: 1px solid #999;
}

.woocommerce table.shop_table {
    border-radius: 0;
    border: 1px solid #ddd;
    border-right: none;
}

.woocommerce table.shop_table td, .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    border: 0;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.woocommerce table.shop_table th {
    border: 0;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #ddd;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    border-radius: 0;
    background: #fafafa;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 1px solid #EEEEEE;
}

.woocommerce input.button:disabled, .woocommerce input.button[disabled]:disabled {
    color: #fff;
}

.woocommerce-page table.cart td.actions .input-text {
    width: auto;
}

.cart_item .product-remove {
    width: 20px;
}

.coupon input[type="text"] {
    height: 32px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0.7667em 0;
    padding-right: 20px;
}

.woocommerce-MyAccount-navigation ul li {
    padding: 10px;
    padding-left: 0;
    border-bottom: 1px solid #EEEEEE;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background: #000;
    border-radius: 0;
}

.panel {
    box-shadow: none;
}

.woocommerce table.shop_attributes {
    border: 1px solid #eee;
}

.woocommerce table.shop_attributes td {
    padding: 0 10px;
}

.woocommerce div.product form.cart .variations {
    margin: 30px 0;
}

.woocommerce div.product form.cart .variations .label {
    color: #323232;
    padding: 23px 0 0;
    line-height: 1;
    vertical-align: middle;
    display: block;
    margin: 0;
}

.woocommerce div.product form.cart .variations .label label {
    font-size: 16px;
    font-weight: normal;
}

.woocommerce div.product form.cart .variations tr {
    padding: 0;
    border: 1px solid #eee;
}

.woocommerce div.product form.cart .variations select {
    width: auto;
    max-width: auto;
    min-width: auto;
    height: 32px;
    border: 1px solid #ddd;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt[disabled]:disabled, .woocommerce #respond input#submit.alt[disabled]:disabled:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt[disabled]:disabled, .woocommerce a.button.alt[disabled]:disabled:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt[disabled]:disabled, .woocommerce button.button.alt[disabled]:disabled:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt[disabled]:disabled, .woocommerce input.button.alt[disabled]:disabled:hover {
    background: #000;
    transition: all .2s;
}

.woocommerce div.product p.price {
    font-size: 32px;
}

.woocommerce-result-count {
    width: 50%;
    margin-bottom: 30px !important;
    background: #fff;
}

.woocommerce-ordering {
    width: 50%;
    background: #fff;
    text-align: right;
    padding: 10px 20px;
}

.woocommerce-page table.cart td.actions {
    padding: 20px;
}

.woocommerce-page #sticky-container {
    background: #fff;
    padding: 24px;
}

.woocommerce .order_details {
    padding: 0;
    margin: 20px 0;
}

.widget.woocommerce ul, .widget.woocommerce .tagcloud {
    padding: 24px;
    background: #fff;
}

.woocommerce div.product {
    padding: 24px !important;
    background: #fff;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0;
}

/*# sourceMappingURL=style.css.map */
