/*
Theme Name: Luxury WP Child
Description: Responsive WooCommerce Theme
Version: 2.0.0
Theme URI: http://sitesao.com/luxury/
Author: Sitesao
Template: luxury-wp
Author URI: http://sitesao.com/
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: two-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style
*/

/*
Adding your own custom CSS rules.
*/

.entry-header {
	margin: 15px 0;
}
.rs-background-video-layer iframe {
	visibility:inherit !important;
}
.posts-wrap.posts-layout-grid.row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.custom.tparrows.tp-leftarrow:before {
    content: "\e824";
    font-family: "revicons";
}
.custom.tparrows.tp-rightarrow:before {
    content: "\e825";
    font-family: "revicons";
}
.entry-featured img {
    width: 100%;
    height: auto;
    border-style: solid;
    border-color: #EEE;
    border-width: 1px 1px 1px 1px;
}
.posts .posts-wrap.posts-layout-grid .entry-info, .posts .posts-wrap.posts-layout-masonry .entry-info {
    padding: 30px;
    border-style: solid;
    border-color: #EEE;
    border-width: 1px 1px 1px 1px;
}
.posts .posts-wrap.posts-layout-grid article#post-14146.has-post-thumbnail .entry-info, .posts .posts-wrap.posts-layout-masonry article#post-14146.has-post-thumbnail .entry-info {
    border-top: none;
    background: #EEE;
    border-color: #CCC;
}
.posts .posts-wrap.posts-layout-masonry article#post-14146.has-post-thumbnail .entry-featured img {
    border-color: #CCC;
}
.posts .posts-wrap.posts-layout-grid article#post-14146 .entry-meta, .posts .posts-wrap.posts-layout-masonry article#post-14146 .entry-meta {
	display: none;
}
.loadmore-action .btn-loadmore:hover {
    color: #FFF !important;
}