/*!
Theme Name: WpStream WordpressTheme
Theme URI: https://wpstream.net
Author: WpStream
Author URI: https://wpstream.net
Description: With WpStream Wordpress Theme you can broadcast live events in pay per view mode, rent videos or sell montly subscriptions..
Version: 1.6.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: WpStream WordpressTheme
Tags: broadcast live events, video streaming, pay per view, rent videos


*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
        text-decoration: none;
        color: #697782;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
        cursor: pointer;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
/*	outline: 1px dotted ButtonText;*/
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0px;
    float: left;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
        font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    margin: 0px;
    font-weight: 500;
}

.archive  .page-title{
    margin-bottom: 30px;
}


p {
    margin: 15px 0px;
    color: #697782;
    font-size: 14px;
    float: left;
}

.entry-content p{
    width:100%;
    font-size: 15px;
    line-height: 1.8em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
    margin: 0px;
    background: #fbfbfb;
    padding: 0px 30px 0px 60px;
    border: 1px solid #e4ebed;
    border-left: 5px solid #1982bf;
    position: relative;
    float: left;
}

blockquote p{
    font-size: 16px;
    font-style: italic;
}

blockquote:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    background-color: #1982bf;
    position: absolute;
    left: 15px;
    font-size: 15px;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    top: 50%;
    margin-top: -15px;
}


address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.entry-title{
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

li{
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

td{
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #FEC015;
    color: #1E1E20;
    font-size: 15px;
    line-height: 1.6em;
    padding: 8px 0px;
    font-weight: 700;
    transition: 0.25s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
        outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    border-color: rgba(84,84,84,0.1) !important;
    font-size: 0.875rem;
    color: #444;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    height: 2.5rem;
    outline: none;
    margin: 0;
    padding: 5px 0px 5px 10px;
    border-radius: 0px;

}



input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
.form-control:focus{
    border-color: transparent;
    box-shadow: 0 0 0 0.2px rgba(33,194,248,.70);
    
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #FFF;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}



select {
	border: 1px solid #dddddd;
}

textarea {
	width: 100%;
}

.alert_notification{
    background: #d7afaf;
    color: #fff;
    padding: 3px;
    margin-bottom: 15px;
    font-size: 13px;
}

.alert_err{
    background: #AC5943;
    color: #fff;
    padding: 3px 7px;
    margin-bottom: 15px;
    font-size: 13px;
}

.register_succes{
    background: #6dab3c;
    color: #fff;
    padding: 3px;
    margin-bottom: 15px;
    font-size: 13px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.top_bar_wrapper {
    background-color: #cecece;
    width:100%;
}

.top_bar {
    height: 40px;
    width: 1140px;
    margin: 0px auto;
    vertical-align: middle;
    padding: 10px 20px 0px 20px;
    font-size: 14px;
    color: #fff;
}

.wide_header .top_bar{
    width: 100%;
    padding: 10px 30px 0px 30px;
}

.top_bar .widget-container {
    display: inline;
    margin-bottom: 0;
}

.left-top-widget-area {
    display: inline;
    float: left;
}

.right-top-widget-area {
    display: inline;
    float: right;
}

.left-top-widget-area li, 
.right-top-widget-area li{
    float: left;
    display: inline; 
}

.top_bar .xoxo,
.top_bar p{
    margin: 0;
    float: left;
}

.top_bar ul{
    list-style: none;
    padding: 0px;
}

.top_bar i {
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    margin-right: 5px;
    font-size: 16px;
}

.top_bar a, 
.top_bar p {
    color: #fff; 
}

.site-header{
    height:75px;
    z-index: 102;
    box-shadow:  0 5px 15px rgba(0,0,0,0.04);
    background-color: #1E1E20;
}

.header_media{
    z-index: 99;
    position: relative;
}

.transparent_header .header_media{
    min-height: 75px;
}

.transparent_header .site-header {
    position: absolute;
    width: 100%;
    z-index: 101;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

.header_wrapper{
    width: 1140px;
    margin: 0px auto;
    height: 100%;
    position: relative;
    padding: 0px 20px;
}


.site-branding{
    display: inline-block;
    float: left;
    height: 100%;
    max-width: 200px;
    width: 100%;
}


.transparent_header .master_header_sticky,
.master_header_sticky{
    position: fixed;
    height:50px;
    top: 0px;
    background: none;
    background-color: #FFF;
    opacity: .95;
    width: 100%;
}

.admin-bar .master_header_sticky{
    top:32px;
}

.mobile_header{
    display:none;
}

.header_type_1.header_align_right .main-navigation,
.header_type_1.header_align_right .site-branding,
.header_type_1.header_align_right .custom-logo-link{
    float: right;
}

.wpstream_in_cart_title {
    padding-right: 20px;
    margin-top: 0px;
}

.header_type_1.header_align_right .wpstream_header_shoping_cart {
    float: left;
}

.header_type_1.header_align_center .main-navigation{
    float: none;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    text-align: center;
    position: absolute;
    max-width: 800px;
}

.header_align_right .wpstream_header_shoping_cart .wpstream_header_search_icon {
    padding-left: 0px;
}

.header_type_2.header_align_center .wpstream_header_shoping_cart .wpstream_header_user_menu_icon,
.header_align_left .wpstream_header_shoping_cart .wpstream_header_user_menu_icon {
    padding-right: 0px;
}

/*--------------------------------------------------------------
#Header Type 2
----------------------------------------------------------------*/
     
.header_type_2 .main-navigation {
    margin: 0px;
}

.header_type_2 .header_wrapper {
    width: 100%;
}
     
.header_type_2 .site-header{
    height: 130px;
}

.header_type_2 .site-branding {
    display: block;
    max-height: 90px;
    height: 89px;
    width: auto;
    margin: 0px auto;
    float: none;
    position: relative;
}

.header_type_2 .custom-logo {
    margin: 0px auto;
    left: 0px;
    right: 0px;
}

.header_type_2 .main-navigation a,
.header_type_2 .main-navigation .menu-item-has-children a:after {
    line-height: 40px;
}


.header_type_2.header_align_right .main-navigation ul{
    width: auto;
    margin: 0px auto;
    text-align: right;
}

.header_type_2.header_align_left .main-navigation ul{
    width: auto;
    margin: 0px auto;
    text-align: left;
}

.header_type_2.header_align_right .main-navigation {
    float: right;
    width: auto;
}

.header_type_2.header_align_center .main-navigation,
.header_type_2.header_align_center .main-navigation {
    float: left;
/*    margin: 0px 0px 0px -15px;*/
    width: auto;
}

.header_type_2.header_align_right .wpstream_header_shoping_cart {
    float: left;
}

.header_type_2.header_align_right .main-navigation ul .sub-menu,
.header_type_2.header_align_left .main-navigation ul .sub-menu {
    width: auto;
}

.header_type_2.header_align_left .site-branding, 
.header_type_2.header_align_right .site-branding {
    width: 1140px;
    max-width: 1140px;
    padding: 0px 20px 0px 20px;
}

.header_type_2.header_align_left .custom-logo-link {
    float: left;
}

.header_type_2.header_align_right .custom-logo-link{
    float: right;
}

.header_type_2.header_align_left .header2_container_wrapper {
    padding: 0px 20px 0px 5px;
}

.header_type_2.header_align_right .header2_container_wrapper {
    padding: 0px 5px 0px 20px;
}


.header2_menu_wrapper {
    float: none;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 41px;
    margin: 0px auto;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
    border-top: 1px solid #e1e4e7;
}

.header2_container_wrapper {
    width: 1140px;
    max-width: 1140px;
    padding: 0px 20px 0px 20px;
    margin: 0px auto;
    float: none;
    height: 40px;
    position: relative;
}


.header_type_2 .master_header_sticky.site-header {
    height: 50px;
}

.header_type_2 .master_header_sticky .site-branding {
    float: left;
    width: auto!important;
    display: inline-block;
    height: 50px;
    max-height: 50px;
}

.header_type_2 .master_header_sticky .header2_menu_wrapper{
    float: left;
    width: auto;
    display: inline-block;
    height: 50px;
    max-height: 50px;
    position: unset;
    border-top: 0px;
}


.header_type_2 .master_header_sticky .header2_container_wrapper {
    height: 50px;
    position: unset;
}

.header_type_2 .master_header_sticky .wpstream_header_search_icon, 
.header_type_2 .master_header_sticky .wpstream_header_shoping_cart_icon, 
.header_type_2 .master_header_sticky .wpstream_header_user_menu_icon {
    line-height: 50px;
}

.header_type_2.header_align_left .master_header_sticky .wpstream_header_shoping_cart,
.header_type_2.header_align_center .master_header_sticky .wpstream_header_shoping_cart {
    position: absolute;
    right: 30px;
}

.header_type_2.header_align_right .master_header_sticky .wpstream_header_shoping_cart {
    position: absolute;
    left: 30px;
}

.header_type_2.header_align_right .master_header_sticky .site-branding {
    float: right;
}

.header_type_2.header_align_right .master_header_sticky .header2_container_wrapper {
    padding-left: 0px!important;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

li,
li a{
    color: #697782;
}


a:hover,
a:focus,
a:active {
    color: #1E1E20;
    outline: 0;
    text-decoration: none;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    display: inline-block;
    float: left;
    margin: 0px 20px;
        max-width: 700px;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    background: #fff;
    padding: 30px 0 30px 40px;
    position: absolute;
    top: 100%;
    left: -15px;
    min-width: 280px;
    z-index: 1000;
    -webkit-box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.29);
    box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.29);
    line-height: 23px;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    -o-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
   display:none;
    
}

.main-navigation ul li:hover > ul{
    display:block;
}

.main-navigation ul ul li.menu-item-has-children:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 5px;
    font-size: 12px;
    color: #000;
    height: 100%;
    float: right;
    padding-right: 40px;
    line-height: 36px;
}

.main-navigation ul .sub-menu li ul {
    margin-top: -48px;
}

.main-navigation .sub-menu li:hover {
    background: #fff;
}

.main-navigation .sub-menu li {
    
}

.wpstream_header_search_icon:hover, 
.wpstream_header_shoping_cart_icon:hover, 
.wpstream_header_user_menu_icon:hover,
.main-navigation a:hover{
    color: #9c9e9e;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}



.main-navigation .sub-menu li a:hover{
    border-bottom-color: #FEC015;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    opacity:0.7;
    color: #000;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation ul ul a {
    padding: 15px 30px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    position: relative;
    display: inline-block;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    font-weight: 400;
    padding: 0px 15px;
    line-height: 75px;
    display: block;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    color: #d8d8d8;
    padding: 0px 15px;
    line-height: 75px;
    text-transform: uppercase;
}

.transparent_header .master_header_sticky .wpstream_header_search_icon, 
.transparent_header .master_header_sticky .wpstream_header_shoping_cart_icon,
.transparent_header .master_header_sticky  .wpstream_header_user_menu_icon,
.master_header_sticky .wpstream_header_search_icon, 
.master_header_sticky .wpstream_header_shoping_cart_icon,
.master_header_sticky  .wpstream_header_user_menu_icon,
.transparent_header .master_header_sticky #primary-menu>li>a,
.transparent_header #primary-menu>li>a,
.master_header_sticky .main-navigation a {
      color: #666666;
}



.transparent_header .master_header_sticky .wpstream_header_search_icon:hover, 
.transparent_header .master_header_sticky .wpstream_header_shoping_cart_icon:hover,
.transparent_header .master_header_sticky  .wpstream_header_user_menu_icon:hover,
.master_header_sticky .wpstream_header_search_icon:hover, 
.master_header_sticky .wpstream_header_shoping_cart_icon:hover, 
.master_header_sticky .wpstream_header_user_menu_icon:hover, 
.transparent_header .master_header_sticky #primary-menu>li>a:hover,
.transparent_header #primary-menu>li>a:hover, 
.master_header_sticky .main-navigation a:hover{
    color: #9c9e9e;
}

.master_header_sticky .main-navigation a,
.master_header_sticky .main-navigation .menu-item-has-children a:after,
.master_header_sticky .wpstream_header_search_icon, 
.master_header_sticky .wpstream_header_shoping_cart_icon, 
.master_header_sticky .wpstream_header_user_menu_icon{
    line-height: 50px;
}

.main-navigation .sub-menu li a {
    line-height: normal;
    font-weight: 600;
    text-align: left;
    font-size: 0.93rem;
    margin: 6px 10px 6px 0;
    padding: 1px;
    border-bottom: 2px solid transparent;
    text-transform: capitalize;
    color: #222222;
    float: left;
}

.main-navigation .menu-item-has-children a:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 5px;
    font-size: 9px;
    line-height: 75px;
    height: 100%;
    float: right;
    margin-top: 1px;
}

.main-navigation ul ul li {
    float: left;
    text-align: left;
    display: block;
    white-space: normal;
    clear: both;
    width: 100%;
}


.main-navigation ul .sub-menu li ul:after, 
.main-navigation ul .sub-menu a:after{
    display: none;
}

.wide_header .header_wrapper {
    width: 100%;
    padding: 0px 90px;
}

.wide_header.header_type_2.header_align_left .site-branding, 
.wide_header.header_type_2.header_align_right .site-branding,
.wide_header.header_type_2 .site-branding {
    width: 100%;
    max-width: 100%;
    padding: 0px;
}
.wide_header.header_type_2 .header2_container_wrapper{
    width: 100%;
    max-width: 100%;
    padding: 0px 30px 0px 10px;
}

.wide_header.header_type_2.header_align_right .header2_container_wrapper {
    padding: 0px 15px 0px 25px;
}

.wide_header.header_type_2.header_align_center .wpstream_header_shoping_cart .wpstream_header_user_menu_icon, 
.wide_header.header_align_left .wpstream_header_shoping_cart .wpstream_header_user_menu_icon {
     padding-right: 0px; 
}

/*----------------------------------------------------
#Small menu
------------------------------------------------------*/
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
    float: left;
    width: 100%;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/

.page-numbers {
    padding: 0px;
    float: left;
    width: 100%;
    margin-left: 0px;
}

.page-numbers li {
    width: auto;
    float: left;
    list-style: none;
}

.pagination li a,
a.page-numbers, 
span.page-numbers {
    width: 30px;
    height: 30px;
    float: left;
    border: 1px solid #dfe5e9;
    text-align: center;
    line-height:28px;
    margin-right: 5px;
    font-size: 14px;
}

.pagination li a:hover,
a.page-numbers:hover, 
span.page-numbers {
    color: #fff;
    background: #AC5943;
}


.pagination .roundleft a:after, 
.prev.page-numbers:after{
    content: '\e804';
    font-family: fontello;
    font-size: 19px;
    vertical-align: middle;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    width: 30px;
}

.pagination .roundright a:after,
.next.page-numbers:after {
    content: '\e805';
    font-family: fontello;
    font-size: 19px;
    vertical-align: middle;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    width: 30px;
}

.pagination .roundright i:before, 
.pagination .roundleft i:before{
    display:none;
}

.pagination {
    margin-left: 0px;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignfull {
    margin-left  : 0;
    margin-right : 0;
    position: relative;
    box-sizing: border-box;
    transition: opacity .5s ease;
    overflow: hidden!important;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 15px 0px 30px 0px;
    float: left;
    width: 100%;
    font-size: 14px;
}
.widget {
 font-size: 14px;   
}

.widget select {
    max-width: 100%;
}

#colophon ul,
#secondary ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#colophon ul,
#colophon li,
#colophon a,
#colophon{
    color: #d1d2d2;
    font-size: 13px;
}
#colophon a:hover{
    color:#fff;
}
.widget-area{
    width:30%;
    float:left;
    padding: 30px 20px 60px 20px;
}

.single-product .widget-area{
    padding-top: 60px;
}

.sidebar-wrapper{
    padding: 0px 20px;
}

.widget-title {
    font-size: 15px;
    color: #1e1e20;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 0px 0px 15px!important;
    position:relative;
}

.widget-title-footer {
    color: #e7e7e7;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.widget-title:before {
    content: "";
    width: 3px;
    height: 19px;
    background-color: #FEC015;
    position: absolute;
    display: inline-block;
    left: 0px;
    right: auto;
    top: 0px;
}
.powered_by_wpstream{
  
}


/*-----------------------------------------------
#Tags widget
------------------------------------------------*/
.tagcloud a {
    color: #697782;
    font-size: 14px!important;
    background: #efefef;
    padding: 5px 15px;
    margin-bottom: 5px;
    display: inline-block;
    width: auto;
    text-decoration: none;
}

#colophon .tagcloud a {
    background: #202629;
}

#colophon .tagcloud a:hover,
.tagcloud a:hover{
    background: #eb7a5d;
    color: #fff;
}

/*--------------------------------------------------------
#Wordpress Search Widget
-----------------------------------------------------------*/

.widget_search #searchform {
    position: relative;
}

.widget_search #searchform .form-control {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 15px;
    padding: 10px 0px 10px 10px;
    border: 1px solid #d7e2e6;
    border-radius: 0px;
    color: #697782;
    font-weight: normal;
}

.widget_search .search_form_but {
    cursor: pointer;
    -webkit-appearance: button;
    background: transparent;
    border: none;
    position: absolute;
    right: 5px;
    height: 45px;
    width: 30px;
    color: #cecece;
    font-size: 15px;
    top: 1px;
    line-height: 45px;
    padding: 0px;
}

.widget_search .search_form_but i{
    font-family: "Font Awesome 5 Free"; font-weight: 900;
}

.widget_search  #searchform .form-control::placeholder,
.widget_search  #searchform .form-control::-webkit-input-placeholder,
.widget_search  #searchform .form-control:-ms-input-placeholder,
.widget_search  #searchform .form-control::-moz-placeholder{
    color: #cecece!important;
}

.widget_search #searchform input[type="text"]:focus {
    border-color: #d4d4d4;
    outline: none;
}

.widget_search .search_form_but:hover {
    color: #1982bf;
}

/*------------------------------------------------
#Widget Archive & Categories 
--------------------------------------------------*/
.widget_calendar td a,
.widget_calendar td,
.widget_categories select, 
.widget_categories li, 
.widget_categories a,
.widget_archive select, 
.widget_archive li, 
.widget_archive li a {
    font-size: 14px;
}

.footer_widget-area li,
.sidebar-wrapper li{
    padding: 3px 0px;
    list-style-type: none;
}


.widget_categories select,
.widget_archive select{
    width: 100%;
    border: 1px solid #d7e2e6;
    border-radius: 0px;
    padding: 5px 10px;
}

.widget_categories a:hover, 
.widget_archive li a:hover {
    color: #eb7a5d;
}

.widget_categories ul li a:before{
    content: "\f067";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    margin-right: 5px;
    font-size: 10px;
    height: 100%;
    float: left;
    vertical-align: middle;
    line-height: 20px;
}
/*---------------------------------------------------------
#Widget Menu & Pages
----------------------------------------------------------*/

.widget_recent_comments ul,
.widget_pages ul,
.widget_nav_menu ul {
    padding: 0px;
    margin-left: 0px;
    font-size: 14px!important;
}

#secondary .widget_categories .children,
#colophon .widget_categories .children,
#secondary .widget_pages .children,
#colophon .widget_pages .children,
#secondary .widget_nav_menu .sub-menu, 
#colophon .widget_nav_menu .sub-menu {
    margin-left: 15px;
}


.widget_recent_comments li a:before {
    content: "\f086";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    margin-right: 5px;
    font-size: 15px;
    height: 100%;
    float: left;
    vertical-align: middle;
    line-height: 20px;
    color: #cecece;
}

.widget_pages ul li a:before, 
.widget_nav_menu ul li a:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    margin-right: 5px;
    font-size: 10px;
    height: 100%;
    float: left;
    vertical-align: middle;
    line-height: 20px;
}


.widget_recent_comments .recentcomments a {
    color: #1e1e20;
}
/*---------------------------------------------------
#Widget Recent posts
---------------------------------------------------*/

#colophon .widget_recent_entries .post-thumbnail_widget {
    height: 60px;
    width: 60px;
    float: left;
    margin-right: 15px;
}

#colophon .widget_recent_entries .widget_thumbnail_img {
    height: 60px;
}

#colophon .widget_recent_entries .recent_entries_title{
    font-size: 14px;
    color: #d1d2d2;
    font-weight: 700;
}


#colophon .widget_recent_entries .recent_entries_date{
    font-size: 13px;
    color: #6d7a83;
}
 
#colophon .product_list_widget a:hover .product-title,
#colophon .widget_recent_entries .recent_entries_title:hover{
    color: #fff;
}

#colophon p{
    color: #d1d2d2;
    padding-right: 30px;
}

.widget_recent_entries li {
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
}

#secondary .recent_entries_title {
    color: #1e1e20;
    font-size: 13px;
    font-weight: 600;
}

#secondary .recent_entries_title:hover {
   color:#7C7C7C; 
}

#secondary .recent_entries_date {
    color: #7C7C7C;
    font-size: 12px;
}

#secondary .widget_recent_entries li p{
    color: #9aa7af;
    margin-top: 0px;
}

.widget_recent_entries .widget_thumbnail_img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    float: left;
    margin-right: 15px;
}

/*---------------------------------------------------
#Widget List Producst
---------------------------------------------------*/

.product_list_widget li {
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
}

.product_list_widget .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    height: auto;
    width: 60px;
    float: left;
    margin-right: 15px;
}

.product_list_widget .product-title {
    font-size: 14px;
    color: #d1d2d2;
    float: left;
    width: calc( 100% - 75px );
    font-weight: 700;
}

.product_list_widget .product-title:hover{
    color: #fff;
}
.wpstream_widget_product_global_subscription{
    margin-top: 5px;
    font-size: 13px;
}

.product_list_widget .amount {
    font-size: 13px;
    color: #6d7a83;
    background-color: transparent;
    margin-right: 5px;
}

.product_list_widget ins {
    background: transparent;
}

.product_list_widget .subscription-details {
    font-size: 13px;
    color: #6d7a83;
}
/*-----------------------------------------------
#Gallery widget
-------------------------------------------------*/

.widget_media_gallery .gallery-columns-3 .gallery-item{
    max-width: calc(33.33% - 10px);
    margin: 2px 4px;
}

.widget_media_gallery .gallery {
    margin: 0px -4px;
}
/*------------------------------------------------
#Image hover efect
--------------------------------------------------*/

.widget_recent_entries .post-thumbnail_widget{
        background: #1982bf;
} 

.widget_recent_entries .widget_thumbnail_img{
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background-size: cover;
    background-position: 50% 50%;
}

.widget_recent_entries .post-thumbnail_widget:hover .widget_thumbnail_img {
    opacity: .5;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-content{
    width:1140px;
    margin: 0px auto;
}

.full_width_layout .site-content{
    width:100%;
}

.search_res_wrapper{
    margin-top: 30px;
}
.content-area{
    width:70%;
    float:left;
    min-height: 700px;
    padding: 45px 20px 0px 20px;
}

.right_sidebar_layout .content-area{
    float:right;
}

.full_width_layout .content-area,
.full_layout .content-area{
    width:100%;
}

.comments-area{
    display: inline-block;
    margin-bottom: 60px;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
    margin: 0px;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 15px;
}

/*--------------------------------------------------------------
#Blog page
--------------------------------------------------------------*/
.post .entry-footer i, 
.post .entry-meta i {
    margin-right: 5px;
    font-size: 12px;
}

.post .entry-meta{
/*    border-bottom: 1px solid #e1e4e7;
    border-top: 1px solid #e1e4e7;*/
    height: 40px;
}

.post .entry-footer {
    margin-top: 40px;
    float: left;
}

.post .byline,
.post .posted-on,
.post .post_comments{
    float: left;
    display: inline-block;
    font-size: 14px;
    padding: 9px 0px;
    color: #6d7a83;
    margin-right: 20px;
}

.post .cat-links {
    width: 46%;
    float: left;
    display: inline-block;
    font-size: 14px;
    padding: 8px 0px;
    color: #6d7a83;
}

.post .entry-meta a {
    color: #7C7C7C;
}

.post .post-thumbnail{
    margin-bottom: 45px;
    position: relative;
}

.post .post-thumbnail .featured_product_play{
    z-index: 1;
    left: 50%;
    top: 50%;
    margin-left: -55px;
    margin-top: -55px;
    background-color: transparent;
}

.post .post-thumbnail .featured_product_play i{
    font-size: 49px;
    color: #fff;
}

.post .entry-title {
    font-size: 35px;
    color: #222222;
    margin: 0px 0px 0px 0px;
    text-transform: capitalize;
    font-family: 700;
}

.post p{
    color: #697782;
    font-size: 15px;
}

.post .entry-footer .tags-text {
    float: left;
    display: inline-block;
    font-size: 16px;
    padding: 8px 10px 8px 0px;
    color: #1982bf;
    font-weight: 500;
    font-style: normal;
}

.post .tags-links{
    float: left;
    width: 100%;
    font-size: 13px;
    color: #6d7a83;
    height: 40px;
}

.post .tags-links a {
    padding: 10px 0px;
    display: inline-block;
    font-size: 13px;
    color: #6d7a83;
    font-style: italic;
}

.post .tags-links a:hover {
    color: #1982bf;
    text-decoration: underline;
}

.blog_social_share {
    width: 100%;
    display: block;
    float: left;
    padding: 30px 0px;
}
    
.blog_social_share i {
    height: 30px;
    width: 30px;
    border: 1px solid #e1e4e7;
    border-radius: 50%;
    color: #6d7a83;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}

.blog_social_share i:hover {
    color: #fff;
    background: #eb7a5d;
}

.navigation.post-navigation i {
    font-family: "Font Awesome 5 Free";
    height: 30px;
    width: 30px;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
}

.navigation.post-navigation {
    padding: 20px 0px;
    margin: 20px 0px;
}

#wrapper_author-info {
    background: #fefefe;
    padding: 30px 30px 5px 15px;
    border-top: 1px solid #e4ebed;
    border-left: 5px solid #eb7a5d;
    float: left;
    background-color: #f6f7f7;
}

#wrapper_author-info img {
    border-radius: 50%;
    float: left;
    margin-right: 20px;
}

#post_author_details {
    width: calc(100% - 100px);
    float: left;
}

.author_email {
    margin: 0px 0px;
    padding-bottom: 20px;
}

.navigation.post-navigation  .meta-nav {
    padding: 0px 10px;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


#reply-title,
.comments-title {
    color: #404040;
    font-size: 17px;
    font-weight: 700;
    margin: 45px 0px 0px 0px;
    width: 100%;
    float: left;
    text-transform: uppercase;
    padding-left: 15px;
    position:relative;
}

.comments-title{
    margin-bottom: 30px;
}

.commentlist,
.comment-list {
    margin: 0px;
    padding: 0px;
    float:left;
    width:100%;
}

.comment-list li{
    float:left;
    width:100%;
}

.comment-body {
    border-bottom: 1px solid #e1e4e7;
    margin: 20px 0px;
    padding: 20px 0px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    float: left;
    width: 33.3%;
    margin-right: 1%;
    padding-right: 10px;
    margin: 5px 0px;
    position: relative;
}
.comment-form-url{
    padding-right: 0px;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input{
    width: 100%;
    height: 40px;
    padding: 0px 40px 0px 10px;
    font-size: 14px;
}

.comment-form-comment {
    width: 100%;
    float: right;
    margin: 5px 0px;
}

.comment-form-comment label {
    display: none;
}

.comment-meta {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
    float: left;
}

.logged-in .comment-form-comment {
    width: 100%;
}

.comment-form textarea {
    height: 140px;
    font-size: 14px;
}

.comment_form_fields i{
    position: absolute;
    top: 0px;
    right: 0px;
    margin-right: 20px;
    font-size: 16px;
    color: #a5b1b9;
    line-height: 40px;
    font-family: "Font Awesome 5 Free"; font-weight: 900;
}

.form-submit {
    float: left;
    margin: 10px 0px;
}

.comment-respond input[type="submit"]{
    min-width: 150px;
    border:none;
}

.comment_name{
    color: #1982bf;
    font-weight: 600;
    font-size: 17px;
    text-transform: capitalize;
}


.comment-content{
    padding-left:100px;
}

.children .comment-content{
    padding-left:70px;
}


.comment_avatar{
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 20px;
    background-size: contain;
    background-position: 50% 50%;
}

.children .comment_avatar {
    width: 50px;
    height: 50px;
}

.comment-details {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 12px;
    color: #a4b1ba;
}

.comment-content p {
    margin: 10px 0 0;
}

.comment-details a {
    color: #a4b1ba;
    font-size: 12px;
}

.comment-edit-link:after, 
.comment-edit-link:before {
    content: "/";
    margin: 0px 5px;
}



.commentlist .comment_container img{
    margin-bottom: 10px;
}

.commentlist .woocommerce-review__author{
    text-transform: capitalize;
}

.woocommerce-Tabs-panel .comment-form-rating label{
    margin-bottom:0px;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: block;
    position: relative;
    top: 50%;
    max-height: 50px;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    ms-transform: translate(0,-50%);
}

img.custom-logo {
    max-height: 50px;
    width: auto;
    transition: all 300ms ease;
    webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer{
    background-color: #202629;
    width:100%;
}

.site-info{
    width: 100%;
    height: 60px;
    display: block;
    float: left;
    background: #1d2123;
}

.site-footer-wrapper, 
.footer-wrapper {
    max-width: 1130px;
    width: 100%;
    margin: 0px auto;
    display: table;
}

.site-footer-wrapper{
    width: 1100px; 
}

.wide_footer .site-footer-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0px 30px;
}

#colophon .menu li {
    display: inline-block;
}

.menu-footer-container{
    float: right;
    line-height: 60px;
}

.copyright{
    float: left;
    line-height: 60px;
    font-size: 13px;
}

.footer_menu_wrapper{
    float: right;
    line-height: 60px;
    font-size: 14px;
    color: #697782;
}

.footer_menu_wrapper li{
    margin-right: 10px;
}


.menu-footer-container a{
    font-size: 14px;
    color: #697782;
    margin-left: 15px;
}

.menu-footer-container a:hover{
    color: #1982bf;
}

.footer_widget-area {
    float: left;
}

.footer_widget-area .widget-container {
    margin: 60px 0px 30px 0px;
}

.site-footer-wrapper.wide_footer,
.footer-wrapper.wide_footer{
    padding: 0px 15px;
    max-width: 100%;
}


.footer_back_repeat{
    background-repeat:repeat;
}

.footer_back_repeat_x{
    background-repeat:repeat-x;
}

.footer_back_repeat_y{
    background-repeat:repeat-y;
}

.footer_back_repeat_no{
    background-repeat:no-repeat;
}

/*-----------------------------------------------
#Blog unit
-------------------------------------------------*/
.products .blog_unit_container.columns-2{
    width: 48.0%;
    margin-right: 3%;
}
.products .blog_unit_container.columns-3{
    width: 32.0%;
    margin-right: 2%;
}

.products .blog_unit_container.columns-4{
    width: 23.5%;
    margin-right: 2%;
}

.blog_list_wrapper_list{
    margin:0px;
    padding: 0px;
}

li.blog_unit_container.first {
    clear: both;
}

li.blog_unit_container {
    list-style: none;
    position: relative;
    margin-bottom: 2em;
    float:left;
}

.blog_unit_container.columns-2{
    width:48%;
    margin-right: 3%;
}
.blog_unit_container.columns-2:nth-child(even){
   margin-right: 0px; 
}

li.blog_unit_container.last {
    margin-right: 0px!important;
}

.blog_list_wrapper {
    margin: 0px;
    float: left;
    min-height: 400px;
    width: 100%;
}


.blog_unit_wrapper {
    position: relative;
    max-width: 525px;
    cursor: pointer;
    float: left;
  
    overflow: hidden;
    transition: all 19.3s ease-in-out;
}

.blog_unit-img span{
    text-align: left;
    color: white;
    font-weight: 600;
    position: absolute;
    top: 10px;
    left: 13px;
    z-index: 99;
    background-color: #FEC015;
    padding: 3px 9px;
    font-size: 13px;
    color: #1E1E20;
    transition: 0.25s;
}

.blog_unit-img span a{
    color:#1E1E20;
    transition: 0.25s;
}
.blog_unit-img span a:hover{
    color:#fff;
}

.blog_unit-img {
    width: 100%;
    float: left;
    position: relative;
}

.blog_unit-img  .blog_image{
    height: 250px;
    position: relative;
    overflow: hidden;
    width: calc(100% + 50px);
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}

.blog-unit-content {
    width: 100%;
    display: inline-block;
}


.blog_unit-title a {
    font-size: 21px;
    padding: 20px 10px 10px 10px;
    font-weight: 600;
    width: 100%;
    display: block;
    line-height: 1.4em;
    color: #1E1E20;
}

.blog-unit-excerpt {
    padding: 0px 10px 0px 10px;
    font-size: 13px;
    line-height: 1.6em;
}

.blog_unit_button {
    padding: 10px 10px;
}

.blog_unit_button:before {
    content: "";
    width: 15px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background: #404040;

}

.blog_unit_button .read_more {
    color: #404040;
    padding: 15px 0px;
    font-size: 13px;
    font-weight: 700;
}

.blog_unit_button .read_more:hover{
    color:#7C7C7C;
}

.blog_unit_wrapper:hover .blog_image {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.blog_unit_wrapper:hover .blog_unit-title a {
    color: #7C7C7C;
}

/*------------------------------------------------
#shortcodes
--------------------------------------------------*/

.article_container.wpestate_latest_listings_sh  ul{
    list-style: none;
    width:100%;
    display: flex;
    flex-wrap: wrap;
} 





/*------------------------------------------------
#Button CSS
--------------------------------------------------*/
.search_form_but,
.wpestat_login_but,
.submit_wpstream_button,
.woocommerce .button,
.wpstream_header_view_cart,
.wpstream_header_view_checkout,
.wpstream_button,
.featured_free_product.featured_free_product_type2 a.featured_button,
.featured_article.featured_article_type2 a.featured_button,
.featured_product.featured_product_type2 a.featured_button,
.featured_product.featured_product_type1 a.featured_button,
.theme_slider_button {
    color: #1E1E20;
    background: #fec014;
    padding: 10px 25px;
    font-size: 14px;
    float: left;
    letter-spacing: .05em;
    font-weight: 700;
    border: none;
    transition: 0.25s;
}
.search_form_but{
    margin-top: 10px;
}

.wpstream_button .wpstream_button_effect,
.wpstream_button_effect{
    font-size: 14px;
    letter-spacing: .05em;
    font-weight: 700;
    border: none;
    transition: background-color .1s linear;
    border: 1px solid;
    border-color: #fec014;
    color: #1E1E20;
    background-color: #fec014;
   
}

.shop_table  .woocommerce-Price-amount{
    display:block;
}
.user_broadcast_area .close_event.wpstream_button:hover,
.user_broadcast_area .start_event.wpstream_button:hover,
.submit_wpstream_button:hover,
button#place_order:hover,
.woocommerce-cart .button:hover,
.woocommerce-cart .checkout-button:hover,
.wpstream_join_now_class:hover a, 
.slick-arrow:hover,
.featured_product_category_wrapper a:hover,
.wpstream_button_effect:hover,
.comment-respond input[type="submit"]:hover{
    box-shadow: inset 0 -3.25em 0 0 #1E1E20;
    color: #fff!important;
    border-color: #1E1E20;
    background-color: #1E1E20;
}

.wpstream_button_effect:hover a{
    color:#fff;
}

#wp-login-but,
#wp-submit-register,
#wp-login-but-topbar,
#wp-forgot-but,
#wp-forgot-but-topbar,
#wp-submit-register_topbar,
#wp-login-but-wd,
#wp-submit-register_wd,
#wp-forgot-but_shortcode{
    width:100%;
    margin-bottom: 15px;
    transition: 0.25s;
}


/*------------------------------------------------
#Image Header
--------------------------------------------------*/




.wpestate_header_image{
    position: relative;
    float:left;
    width:100%;
    height:580px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #444;
    background-size: cover;
    overflow: hidden;
}
.parallax_effect_yes{
        background-attachment: fixed;
}

.wpestate_header_image.full_screen_yes{
     height:900px;
}

.wpestate_header_image_overlay{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height: 100%;
    background-color: #444;
  
}
.heading_over_image_wrapper{
    z-index: 10;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 45%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}
.wpestate_header_image_overlay{
    
}

.heading_over_image{
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(68, 68, 68,0.5);
    font-size: 55px;
    font-weight: 700;
    margin-top: 0px;
    max-width: 1100px;
    margin: 0px auto;
    margin-bottom: 15px;
}

.subheading_over_image{
    text-align: center;
    color: #ecebeb;
    text-shadow: 1px 1px 3px rgba(68, 68, 68,0.25);
    font-weight: 600;
    font-size: 25px;
    line-height: 23px;
}



/*------------------------------------------------
#Video Header
--------------------------------------------------*/


.wpestate_header_video{
    position: relative;
    float:left;
    width:100%;
    height:580px;
    background-color: #131722;
    background-color: #010001;
    background-size: cover;
    overflow: hidden;
}


.wpstrem_header_video_img_back{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: contain;
    opacity: 0.1;
}

.wpstream_player_wrapper_sec .video-js{
   background: transparent;
}

#wpstream-video {
/*     width: 65%;
    height: 517px;
    margin: 0px auto;
    top: 50%;
    transform: translateY(-50%);*/
}

#second_video_wrapper{
    width: 70%;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.wpestate_header_video.wpstream_live{
   height: auto; 
/*   min-height: 600px;*/

}

.wpestate_header_video.full_screen_yes{
    height:900px!important;
}

.wpestate_header_video_overlay{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height: 100%;
    background-color: #444;
    z-index: 2;
}

.heading_over_video_wrapper{
    z-index: 10;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}
.wpestate_header_video_overlay{
    
}

.heading_over_video{
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(68, 68, 68,0.5);
    font-weight: 600;
    font-size: 46px;
    margin-top: 0px;
}

.subheading_over_video{
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(68, 68, 68,0.25);
    font-weight: 400;
    font-size: 23px;
    line-height: 23px;
}

.header_video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 100%;
    height: auto;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: cover;
    transition: 1s opacity;
    object-position: center center;
    object-fit: cover;
    
}

.wpstream_item_image_preview{
    width: 46%;
    height: 100%;
    z-index: 100;
    position: absolute;
    top:0px;
    left:0px;
    background: -moz-linear-gradient(left, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.95) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,0,0,0.95) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

.wpstream_item_action_bar{
   position: absolute;
    height: 50px;
    left: 0px;
    width: 40%;
    background-color: #0000008a;
    bottom: 22%;
    border-right: 2px solid #fff;
}


.wpstream_we_are_not_live{
    position: absolute;
    left: 0;
    right: 0;
    width: 40%;
    bottom: 40%;
    background-color: #0000008a;
    z-index: 99;
    color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    padding: 50px;
    font-size: 24px;
    z-index: 999;
    
}

.js-is-hidden{
    display:none;
}

.wpstream_video_preview_image_wrapper{
    top: 18%;
    left: 15%;
    position: absolute;
    pointer-events: none;
}

.wpstream_no_preview_img{
    width: 100%;
    height: 315px;
}

.wpstream_video_preview_image{
    display: inherit;
    max-width: 400px;
}


#wpstream_play_video{
    display: inline-block;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
    padding: 0px 20px 0px 15px;
    margin: 0px 0px 0px 15px;
    float: right;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    line-height: 50px;
    height: 50px;
    -webkit-transition: -webkit-transform 350ms cubic-bezier(.86,0,.07,1);
    transition: -webkit-transform 350ms cubic-bezier(.86,0,.07,1);
    -o-transition: -o-transform 350ms cubic-bezier(.86,0,.07,1);
    -moz-transition: transform 350ms cubic-bezier(.86,0,.07,1),-moz-transform 350ms cubic-bezier(.86,0,.07,1);
    transition: transform 350ms cubic-bezier(.86,0,.07,1);
    transition: transform 350ms cubic-bezier(.86,0,.07,1),-webkit-transform 350ms cubic-bezier(.86,0,.07,1),-moz-transform 350ms cubic-bezier(.86,0,.07,1),-o-transform 350ms cubic-bezier(.86,0,.07,1);
}

#wpstream_play_video i{
   margin-right: 1px;
    font-size: 21px;
}

#wpstream_mute_preview:hover,
#wpstream_play_video:hover {
  color: #888;;
}

#wpstream_mute_preview{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0px 0px 0px 15px;
    padding-top: 10px;
    color: #fff;
    background: transparent;
    float: right;
    display: inline;
    cursor: pointer;
    -webkit-transition: -webkit-transform 350ms cubic-bezier(.86,0,.07,1);
    transition: -webkit-transform 350ms cubic-bezier(.86,0,.07,1);
    -o-transition: -o-transform 350ms cubic-bezier(.86,0,.07,1);
    -moz-transition: transform 350ms cubic-bezier(.86,0,.07,1),-moz-transform 350ms cubic-bezier(.86,0,.07,1);
    transition: transform 350ms cubic-bezier(.86,0,.07,1);
    transition: transform 350ms cubic-bezier(.86,0,.07,1),-webkit-transform 350ms cubic-bezier(.86,0,.07,1),-moz-transform 350ms cubic-bezier(.86,0,.07,1),-o-transform 350ms cubic-bezier(.86,0,.07,1);
}


#wpstream_mute_preview i{
    font-size: 21px;
}



.wpstream_external_video #hero-vid,
.wpstream_external_video .wpstream_item_image_preview{
    display:none;
}

.wpestate_header_video .wpstream_player_container {
    height: 100%;
    max-width: 100%;
    margin: 0px auto;
    display:none;
}

.wpstream_player_wrapper{
    width:100%;
    height:100%;
    position:relative;
}

.wpstream_player_wrapper_sec{
    width: 80%;
    max-width: 1360px;
    margin: 0 auto;
}
.wpstream_use_chat_live_stream .wpstream_player_wrapper_sec{
    width: calc(80% - 300px);
}

/*------------------------------------------------
#post slider
--------------------------------------------------*/
#wpstream-carousel-post {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

#wpstream-carousel-post .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100px;
    height: 100px;
    margin-right: 10px;
    margin-left: 0px;
    text-indent: 0;
    background-color: rgba(255,255,255,.5);
    cursor: pointer;
} 

.wpstream-breadcrumb{
    font-size: 12px;
    margin-bottom: 15px;
}

/*------------------------------------------------
#Product slider shortcode
--------------------------------------------------*/
.slider_container {
    margin-bottom: 30px;
}

.shortcode_slider_wrapper .slick-arrow {
    position: absolute;
    top: -15px;
    height: 36px;
    font-size: 0px;
    right: 7px;
    width: 36px;
    line-height: 36px;
    padding: 0px;
    text-align: center;
    border:none;
    z-index: 19;
    transition: 0.35s;
}

.shortcode_slider_wrapper .slick-prev.slick-arrow {
    margin-right: 40px;
}

.shortcode_slider_wrapper .slick-prev.slick-arrow:before {
    content: '\e804';
    font-family: fontello;
    font-weight: 500;
    font-size: 19px;
    line-height: 36px;
    pointer-events: visible;
    text-align: center;
}

.shortcode_slider_wrapper .slick-next.slick-arrow:before{
    content: '\e805';
    font-family: fontello;
    font-weight: 500;
    font-size: 19px;
    line-height: 36px;
    pointer-events: visible;
    text-align: center;
    margin-left: 2px;
}

.slick-dots {
    position: absolute;
    width: 100%;
    list-style: none;
    text-align: center;
    bottom: -15px;
    padding: 0;
    margin-bottom: 0;
    margin-left: 0px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0px;
    width: 10px;
    height: 10px;
    padding: 0px;
    border-radius: 50%;
    opacity: 0.5;
    border: 0px solid;
}

.slick-dots li.slick-active button {
     opacity: 1;
}

/*------------------------------------------------
#Featured product type1 shortcode
--------------------------------------------------*/
.featured_free_product.featured_free_product_type1,
.featured_product.featured_product_type1 {
    height: 600px;
    max-width: 535px;
    overflow:hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.featured_article_type2:hover .product_new_details_back,
.blog_unit_wrapper:hover .product_new_details_back,
.featured_product.featured_product_type2:hover .product_new_details_back,
.categories_list_wrapper_type_1:hover .product_new_details_back,
.theme_slider_wrapper.theme_slider_2 .product_slider_type2:hover .product_new_details_back,
.featured_category_wrapper.featured_category2:hover .product_new_details_back,
.featured_category_wrapper.featured_category1:hover .product_new_details_back,
.featured_product.featured_product_type1:hover .product_new_details_back {
    background: -moz-linear-gradient(45deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(45deg, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
}

.featured_category_wrapper.featured_category1:hover, 
.featured_product.featured_product_type1:hover {
    z-index: 19;
    transform: scale(1.01);
    box-shadow: 0px 28px 45px -7px rgba(0,0,0, 0.25);
}




.wpstream_middle_row  .featured_free_product.featured_free_product_type1,
.wpstream_middle_row  .featured_product.featured_product_type1 {
      height: 293px;
}

.featured_free_product.featured_free_product_type1 .featured_details_wrapper,
.featured_product.featured_product_type1 .featured_details_wrapper {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-size: 15px;
    z-index: 99;
    padding-right: 20px;
}

.featured_product.featured_product_type1 .featured_details_wrapper {
     padding-right: 40px;
}

.featured_product.featured_product_type1 a.featured_button{
    clear:both;
}

.featured_free_product.featured_free_product_type1 .featured_details_wrapper a{
    width: 100%;
    float: left;
    color: #c6c9ca;
    text-transform: capitalize;
    font-size: 15px;
}

.featured_free_product.featured_free_product_type1 a.featured_title,
.featured_product.featured_product_type1 a.featured_title {
    font-weight: 500;
    color: #fff;
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 5px;
    float:left;
    text-transform: capitalize;
}


.featured_product.featured_product_type1 .product_new_details_back{
    background: -moz-linear-gradient(45deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(45deg, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
}


.featured_product_category_wrapper {
    margin-bottom: 10px;
}

.featured_product_category_wrapper a{
    padding-bottom: 2px;
    color: #fff;
    text-transform: capitalize;
    background-color: #FEC015;
    padding: 3px 9px;
    font-size: 13px;
    color: #1E1E20;
    font-weight: 600;
    transition: 0.35s
}



.wpstream_featured_product-price-tickr {
    font-size: 17px;
    font-weight: 500;
    z-index: 99;
    margin: 0px;
    padding: 0px;
    float: left;
    clear: both;
    color: #ddd;
}



.featured_gradient{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.27;
    z-index: 1;
    background-color: #333;
}
.featured_product_type1 .featured_product_play{
    border-radius: 100%;
    text-align: center;
    position: absolute;
    bottom: 24px;
    right: 15px;
    left: auto;
    top: auto;
    width: 25px;
    height: 25px;
    background-color: rgba(0,0,0,.5);
    line-height: 21px;
    color: #fff;
    cursor: pointer;
    transition: all .2s ease-in-out;
    font-size: 11px;
    display: block;
    border: 2px solid #b3b3b3;
    opacity: 0.7;
    cursor: pointer;
    z-index: 99;
}

.featured_product_type1  .featured_product_play i {
   line-height: 25px;
    margin-left: 3px;
    margin-top: -2px;
    font-size: 10px;
    float: left;
}
    
    
/*------------------------------------------------
#Featured product type2 shortcode
--------------------------------------------------*/
.featured_free_product.featured_free_product_type2, 
.featured_article.featured_article_type2,
.featured_product.featured_product_type2 {
    height: 550px;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    background-attachment: fixed;
}

.featured_free_product.featured_free_product_type2 .featured_details_wrapper,
.featured_article.featured_article_type2 .featured_details_wrapper,
.featured_product.featured_product_type2 .featured_details_wrapper {
    z-index: 99;
    width: 1110px;
    margin: 0px auto;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 50%;
    margin-bottom: -118px;

}

.featured_free_product.featured_free_product_type2 .featured_details_wrapper a.featured_title,
.featured_article.featured_article_type2 .featured_details_wrapper a.featured_title,
.featured_product.featured_product_type2 .featured_details_wrapper a.featured_title {
    font-size: 50px;
    line-height: 50px;
    font-weight: 800;
    color: #fff;
    display: block;
    text-transform: uppercase;
    max-width: 900px;
}

.featured_free_product.featured_free_product_type2 .featured_content,
.featured_article.featured_article_type2 .featured_content,
.featured_product.featured_product_type2 .featured_content {
    width: 50%;
    color: #ddd;
    padding: 20px 0px 30px;
}


.featured_product_play{
    left: 75%;
    top: 50%;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    margin-left: -75px;
    margin-top: -65px;
    width: 110px;
    height: 110px;
    background-color: rgba(0,0,0,.5);
    line-height: 110px;
    color: #fff;
    cursor: pointer;
    transition: all .2s ease-in-out;
    font-size: 15px;
    display: block;
    border: 2px solid #b3b3b3;
    opacity: 0.5;
    cursor:pointer;
}

.featured_product_play i{
    line-height: 110px;
    margin-left: 12px;
    margin-top: -1px;
}


.featured_product_type2 .featured_product_play{
    z-index: 100;
    font-size: 50px;
    padding: 0px 0px 0px 0px; 
}


.featured_product_type2_video{
    display:none;
    position: relative;
    z-index: 99;
    width: 100%;
    object-fit: cover;
}
.lity-hide .featured_product_type2_video{
    display:block;
}


.theme_slider_wrapper.theme_slider_2 .featured_product_play:hover,
.featured_product_play:hover{
    opacity:0.9;
    color: #fec014!important;
    box-shadow: none;
    background-color: rgba(0,0,0,.5);
    border: 2px solid #b3b3b3;
}
/*------------------------------------------------
#Featured product type3 shortcode
--------------------------------------------------*/
.featured_free_product.featured_free_product_type3, 
.featured_article.featured_article_type3,
.featured_product.featured_product_type3 {
    height: 475px;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    width:100%;
    overflow: hidden;
}


.featured_product_type3 .product_new_details_back{
    
}

.featured_product_type3 .featured_details_wrapper{
    position: absolute;
    bottom: 50%;
    left: 0;
    right: 0;
    color: #fff;
    padding-left: 15px;
    width: 50%;
    margin: 0px auto;
    text-align: center;
}

.featured_product_type3 .featured_title{
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    z-index: 1;
    position: relative;
}

.featured_product_type3 .product_new_details_back {
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.65) 43%,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.65) 43%,rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 43%,rgba(0,0,0,0) 100%);
}

.featured_product_type3 .featured_product_play{
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 70px;
    height: 70px;
    margin-top: 20px;
}


.featured_product_type3 .featured_product_play i{
    font-size: 25px;
    line-height: 70px;
    margin-top: -1px;
    float: left;
    text-align: center;
    margin-left: 21px;
}

/*------------------------------------------------
#Featured article type1 shortcode
--------------------------------------------------*/

.featured_article_type1{
    position:relative;
}

.featured_article_type1 .featured_article_image {
    height: 400px;
    position: relative;
    width: auto;
    background-size: cover;
    background-position: 50% 50%;
}

.featured_article_type1 .featured_article_details_wrapper {
    padding: 15px 0px 0px 15px;
    display: inline-block;
    position: absolute;
    bottom: 45px;
    left: 45px;
    z-index: 1;
}

.featured_article_type1 .featured_article_details_wrapper:before{
    content: "";
    width: 3px;
    height: 46px;
    background-color: #FEC015;
    position: absolute;
    display: inline-block;
    left: 0px;
    right: auto;
    top: 25px;
}


.featured_article_type1 .featured_article_title {
    font-size: 25px;
    color: #ffffff;
    font-weight: 600;
    width: 100%;
    float: left;
}
.featured_article_type1 .featured_article_title:hover{
    color:#D8D8D8;
}

.featured_article_type1 .featured_article_list_details {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #D8D8D8;
    padding: 0px 0px;
}

.featured_article_type1 .article_content{
    font-size: 13px;
    line-height: 1.6em;
}

.featured_article_type1 .article_categories a {
    font-weight: 500;
    color: #D8D8D8;
    font-size: 14px;
}

.featured_article_type1 .article_date {
    float: left;
    padding: 0px 20px;
}
.featured_article_type1 .article_categories,
.featured_article_type1 .article_comments,
.featured_article_type1 .article_date{
    font-size: 13px;
}

.featured_article_type1 .article_comments,
.featured_article_type1 .article_categories {
    float: left;
}


.featured_article_type1 .lity-hide-trigger{
    background: transparent;
    margin-left: 0px;
    margin-top: -13.5px;
    width: 55px;
    height: 55px;
}

.featured_article_type1 .featured_product_play i {
    line-height: 55px;
    margin-left: 12px;
    font-size: 20px;
    top: 0px;
    left: 8px;
    position: absolute;
}

/*------------------------------------------------
#Featured category type1 shortcode
--------------------------------------------------*/
.featured_category_wrapper.featured_category1 {
    height: 450px;
    background-size: cover;
    background-position: 50% 50%;
    position: relative; 
}

.featured_category1 .categories_slider_type_1_listings_no{
    
}

.featured_category_wrapper_overflow{
    overflow:hidden;
}

.featured_category_wrapper{
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}


.featured_category_wrapper.featured_category1 .category_details {
    z-index: 9;
    position: absolute;
    bottom: 39px;
    left: 20px;
}

.featured_category_wrapper.featured_category1 .category_status {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}

.featured_category_wrapper.featured_category1 a.featured_category_title {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}

.featured_category_wrapper.featured_category1 .category_tagline {
    margin: 0px 0px 5px 0px;
    color: #D8D8D8;
}

/*------------------------------------------------
#Featured category type2 shortcode
--------------------------------------------------*/
.featured_category2 {
    overflow: hidden;
    display: inline-block;
    width: 32.0%;
    width:100%;
    margin-right: 2%;
}

.featured_category2:nth-child(3n){
    margin-right: 0px;
}

.featured_category_wrapper.featured_category2 .featured_category_image{
    height: 300px;
    max-width: 450px;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}

.featured_category2 .categories_slider_type_1_listings_no{
    position: absolute;
    z-index: 1;
    bottom: 15px;
    left: 15px;
}


.featured_category_wrapper.featured_category2 a.featured_category_title{
    color: #404040;
    font-size: 20px;
    font-weight: 600;
    float: left;
    width: 100%;
    padding-left: 10px;
}

.featured_category_wrapper.featured_category2 .category_tagline {
    font-size: 15px;
    margin-top: 10px;
    color: #a2b0bc;
    padding-left: 10px;
}



/*------------------------------------------------
#Register / login shortcode
--------------------------------------------------*/
.register_row,
.loginrow{
    padding-bottom: 15px;
}
.loginrow input,
.register_row input {
    padding: 5px 0px 5px 10px;
}

#forgot-pass-div-sh {
    display: none;
}


/*=shortcode membership package
----------------------------------------------------------------------------*/

.membership_package_product h4 {
    font-size: 23px;
    line-height: 23px;
    text-align: center;
    margin: 0 0 25px;
}

.pack-price_sh {
position: relative;
    text-align: center;
    font-size: 33px;
    line-height: 35px;
    color: #1CA8DD;
    font-weight: 300;
    padding: 20px 0px;
    background: #f1f5f8;
    font-weight: 600;
    letter-spacing: -1px;
}

.pack-bill_freg_sh,
.pack-listing_sh,
.pack-listing-period_sh,
.pack-listing_feat_sh{
      text-align: center;
    padding: 6px 0px;
}

.pack-listing_feat_sh {
    border-bottom: 0px solid #e2e2e2;
}

.membership_package_product {
    padding: 30px 0px;
    background-color: #fff;
}

.membership_package_product.featured_pack_sh {
    background-color: #fafafa;
    box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.1);
    padding: 45px 0px;
    margin-top: -1px;
    border: 1px solid #eef3f6;
}

.buy_package_sh {
    text-align: center;
    margin: 0px auto;
}

.buy_package_sh .wpresidence_button {
    float: none;
    margin-bottom: 0px;
    width:200px;
    display:inline-block;
    margin-top: 10px;
}

.pack_content {
    text-align: center;
    padding: 25px 20px 10px;
}


/*------------------------------------------------
#carousel post
--------------------------------------------------*/

.carousel-indicators {
    position: relative;
    width: 100%;
    margin: 0px;
    bottom: 0px;
    margin-top: 10px;
    float: left;
    right: auto;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.carousel-control-next, 
.carousel-control-prev{
    width: 50px;
    top: 50%;
    height: 40px;
    margin-top: -75px;
}

/*------------------------------------------------
#title header
--------------------------------------------------*/

.wpstream_title_header_wrapper{
    width:100%;
    background-color: #6C524B;
}

.wpstream_title_header_wrapper h3{
    width: 25%;
    margin: 0px auto;
    text-align: center;
    padding: 80px 0px;
    color: #fff;
    font-size: 37px;
    font-weight: normal;
}

/*------------------------------------------------
#Theme Slider
--------------------------------------------------*/

.theme_slider_wrapper  .carousel-indicators{
    display: block;
    bottom: 0%; 
}

.theme_slider_wrapper  .carousel-indicators li{
    width: 15px;
    height: 15px;
    margin: 0px 5px;
    background-color: transparent;
    border: 2px solid #cacfd9;
}

.theme_slider_wrapper  .carousel-indicators li.active{
    background-color: transparent;
    border:none;
    width: 15px;
    height: 15px;
    border:2px solid #fff;
    position:relative;
}

.theme_slider_wrapper  .carousel-indicators li.active:before{ 
    border-radius: 50%;
    content: " ";
    height: 9px;
    width: 9px;
    position: absolute;
    top: 1px;
    left: 1px;
    background-color: #fff;
}


.product_slider_type1{
    width:100%;
    display:inline-block;
    position: relative;
}

.theme_slider .product_new_details{
    width: 1140px;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom:180px;
    margin: 0 auto;
}

.theme_slider .slick-dots{
    bottom: 60px;
    right: 60px;
    display: inline-block;
    width: auto;
}
.theme_slider .slick-dots li {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 19px 0px;
    padding: 0;
    cursor: pointer;
    display: block;
}

.theme_slider .slick-dots li button {
    font-size: 0px;
    width: 3px;
    height: 32px;
    padding: 0px;
    border-radius: 0px;
    opacity: 0.3;
    border: 0px solid;
    background: #fff;
}

.theme_slider .slick-dots li.slick-active button {
    opacity: 1;
}

.product_slider_type1 .product_slider_image_back{
    background-size: cover;
    width: 100%;
    transform: none;
}


.theme_slider_category{
      color:#fff;
    font-size: 14px;
}

.theme_slider_actors{
    color:#fff;
    font-size: 14px;
}

.theme_slider_list_details  .theme_slider_category a,
.theme_slider_list_details  .theme_slider_actors a{
    color:#fff;
}

.theme_slider_list_details  .theme_slider_category a:hover,
.theme_slider_list_details  .theme_slider_actors a:hover{
    color:#D8D8D8;
}

.lity-hide-trigger{    
    padding: 1px 4px;
    font-size: 13px;
}


.theme_slider_list_details a.play_slider_trailer{
    background-color: #FEC015;
    color: #1E1E20;
    float: left;
    padding: 3px 10px;
    margin-top: 15px;
    font-weight: 600;
    border-radius: 3px;
    transition: 0.25s;
}

.play_slider_trailer i{
    margin-left: 5px;
    font-size:10px;
}

.theme_slider_trailer{
    background-color: #1982bf;
    display: inline-block;
    padding: 0px 3px;
}
.theme_slider_trailer a{
    font-size: 11px;
}
.carousel-caption{
    bottom: 0px;
    padding: 10px 0px;
    right: 0px;
    left: 0px;
    margin: 0px auto;
    width: 100%;
    box-sizing: border-box;
}

.carousel-caption-text{
    z-index:10;
    position:relative;
    font-weight: normal;
    font-size: 18px;
    text-shadow: 1px 1px #545454;
}

.carousel-caption-back{
    width:100%;
    height:100%;
    position:absolute;
    background: #000;
    opacity: 0.25;
    border-radius:3px;
    z-index:8;
    top: 0px;
}

.slider-content-wrapper{
    max-width: 550px;
    position: absolute!important;
    height: 220px;
    width: 550px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 25%;
    z-index: 11;
}

.carousel-control-theme-next {
    position: absolute;
    top: 50%;
    right: 7px;
    height: 50px;
    width: 50px;
    background-color: transparent;
    opacity: 0.99;
    color: #fff;
    /* border-radius: 50%; */
    /* border: 2px solid #fff; */
    padding: 2px 0px 0px 18px;
    margin-top: -25px;
}

.carousel-control-theme-prev:hover,
.carousel-control-theme-next:hover{
    color:#b881fc;
}


.carousel-control-theme-next i,
.carousel-control-theme-prev i{
    font-size:40px;
}


.slider-title{
    position: relative;
    margin-bottom: 15px;
}

.slider-title h2{
    margin-bottom: 0px;
    width: 100%;
    text-align: center;
}

.slider-title h2 a{
    color: #fff;
    text-decoration: none;
    padding: 0px;
    position: relative;
    z-index: 99;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.1em;
}


.slider-title h2 a:hover{
    color: #b881fc;
}

.listing-desc-slider{
    color: #fff;
    text-decoration: none;
    padding: 0px;
    position: relative;
    margin-top: 1px;
    font-size: 18px;
    text-align: center;
}

.listing-desc-slider span{
    position:relative;
    z-index:99;
    display: inline-block;
}

.slider-overlay{
    position: absolute;
    color: #fff;
    background-color: #303030;
    top: 0px;
    right: 0px;
    z-index: 98;
    opacity: 0.85;
    width: 100%;
    height: 100%;
}


.slider-content .read_more{
    text-decoration: none;
    color: #b881fc;
    display: block;
    margin-top: 7px;
    position: absolute;
    bottom: 61px;
    right: 75px;
}

.slider-content .read_more i{
    font-size: 14px;   
    padding:  0px 0px 0px 8px;
}

.theme-slider-price{
    position: absolute;
    padding: 0px 0px 0px 0px;
    background-color: #a4adc1;
    color: #fff;
    font-size: 12px;
    z-index: 99;
    width: 65px;
    display: inline-block;
    border-radius: 50%;
    height: 65px;
    top: -35px;
    left: -70px;
    line-height: 13px;
}
.price-slider-wrapper{
    position: relative;
    top: 50%;
    margin-top: -12px;
}

.price-slider{
    font-family: 'Open Sans', sans-serif;
    font-size:18px;
    font-weight: bold;
}

.theme-slider-view{
    font-size: 16px;
    margin-left: 15px;
    padding: 11px 34px!important;
    border: 1px solid #b881fc;
    color: #fff;
    border-radius: 40px;
    transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    margin: 0px auto;
    width: 160px;
    background-color: #b881fc;
    margin-top: 25px;
    display: inline-block;
    text-align: center;
}

.theme-slider-view:hover{
    border: 1px solid #c18eff;
    background-color: #c18eff;
    color:#fff;
}

/*------------------------------------------------
#Theme slider 2
--------------------------------------------------*/
.theme_slider_wrapper {
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.theme_slider_wrapper.theme_slider_2 .product_slider_type2 {
    position: relative;
    background-color: #000;
    width: 33.33%;
    float: left; 
    display:inline-block;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.theme_slider_wrapper.theme_slider_2 .featured_product_play{
    left: 50%;
    top: 50%;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    margin-left: -55px;
    margin-top: -110px;
    width: 110px;
    height: 110px;
    background-color: rgba(0,0,0,.5);
    line-height: 110px;
    color: #fff;
    cursor: pointer;
    transition: all .2s ease-in-out;
    font-size: 15px;
    display: block;
    border: 2px solid #b3b3b3;
    opacity: 0.5;
    cursor: pointer;
    z-index: 99;
}

.product_slider_image_back{
    position:absolute;
    width: calc(100% + 50px);
    top:0px;
    left:0px;
    height:100%;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
   
}

.featured_product_type2 .product_slider_image_back{
    transform: translate3d(0px, 0, 0);
    background-attachment: fixed;
}

.featured_product.featured_product_type2:hover  .product_slider_image_back{
/*    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);*/
}
.featured_category_wrapper:hover .product_slider_image_back,
.wpstream_categories_slider .categories_list_wrapper_type_1:hover .product_slider_image_back,
.featured_product.featured_product_type1:hover .product_slider_image_back,
.theme_slider_wrapper.theme_slider_2 .product_slider_type2:hover .product_slider_image_back{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.theme_slider_wrapper.theme_slider_2 .product_slider_type2 h3{
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.product_new_details {
    position: absolute;
    bottom: 45px;
    left: 45px;
    right: 45px;
    z-index: 99;
}

.product_new_details_info {
    padding: 0px 0px 15px 0px;
}

.theme_slider .product_new_details_info {
    padding: 15px 0px 15px 0px;
}

.theme_slider .product_new_details h3 a {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 30px; 
}



.product_new_details h3 a {
    color: #fff;    
}

.theme_slider_list_details, 
.theme_slider_list_details a {
    color: #ddd;
}



.theme_slider_content {
    color: #eee;
    margin-top: 15px;
}
.theme_slider_wrapper.theme_slider button.slick-prev.slick-arrow:before,
.theme_slider_wrapper.theme_slider_2 button.slick-prev.slick-arrow:before {
    margin-right: 10px;
    content: '\e804';
    font-family: fontello;
    font-weight: 400;
    font-size: 50px;
    line-height: 40px;
    color: #ffffff;
    float: left;
    pointer-events: visible;
}
.theme_slider_wrapper.theme_slider button.slick-next.slick-arrow:before, 
.theme_slider_wrapper.theme_slider_2 button.slick-next.slick-arrow:before {
    margin-right: 5px;
    content: '\e805';
    font-family: fontello;
    font-weight: 400;
    font-size: 50px;
    line-height: 40px;
    color: #ffffff;
    float: right;
    pointer-events: visible;
}

.theme_slider_wrapper.theme_slider .slick-arrow, 
.theme_slider_wrapper.theme_slider_2 .slick-arrow {
    font-size: 0px;
    padding: 0px 20px;
    background: transparent;
    position: absolute;
    z-index: 99;
    top: 50%;
    border: 0px;
    height: 40px;
    line-height: 40px;
    margin: 0px auto;
    width: 100%;
    margin-top: -20px;
    pointer-events: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.theme_slider_wrapper.theme_slider .slick-arrow:hover,
.theme_slider_wrapper.theme_slider_2 .slick-arrow:hover {
    opacity: 0.75;
}

.product_new_details_back{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transition:  all 2s ease;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(25deg, rgba(0, 0, 0, 0.3) 26%,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(25deg, rgba(0, 0, 0, 0.3) 26%,rgba(0,0,0,0) 100%);
    background: linear-gradient(25deg, rgba(0, 0, 0, 0.3) 26%,rgba(0,0,0,0) 100%);
}

.wpstream_unit_2 .product_new_details_back{
    background: -moz-linear-gradient(45deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}



/*------------------------------------------------
#cart page
--------------------------------------------------*/
.woocommerce-cart .cart_item  {
    border-bottom: 1px solid #e4e4e4;
}

.woocommerce-cart th {
    text-transform: uppercase;
    font-size: 15px;
}

.woocommerce-cart .cart_item td {
    text-transform: none;
}

.woocommerce-cart .cart_item .product-thumbnail {
    width: 120px;
    height: 120px;
    padding: 20px;
}

.product-remove {
    width: 30px;
}

.woocommerce-cart .cart_item .product-remove a {
    font-size: 18px;
    border: 1px solid #9E9E9E;
    height: auto!important;
    padding: 0px 7px!important;
    border-radius: 50%;
}

.woocommerce-cart .cart_item .product-name, 
.woocommerce-cart .cart_item .product-price{
    font-size: 15px;
}

.woocommerce-cart .cart_item .product-subtotal{
    font-size: 15px;
    font-weight: 600;    
}

.woocommerce-cart .button {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    line-height: 1.6em;
    padding: 5px 15px;
    margin-top: 15px;
    font-size: 13px;
    float: left;
    height: 40px;
    background-color: #FEC015;
    color: #1E1E20;
    float: left;
    padding: 3px 10px;
    margin-top: 15px;
    font-weight: 600;
    transition: 0.25s;
}

.button.wc-backward{
    height:auto;
}

.woocommerce-form-login{
    max-width: 400px;
}

.woocommerce-form__input-checkbox{
    width: auto!important;
}

.woocommerce-cart .checkout-button {
    width: 100%;
    float: left;
    text-align: center;
    height: 40px;
    padding-top: 11px;
    font-size: 13px;
    float: left;
    font-weight: 600;
}

.woocommerce-cart .quantity input {
    width: 60px;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    padding: 6px 10px;
}

.woocommerce-cart .cart_item .product-name a {
    color: #404040;
}

.woocommerce-account .content-area,
.woocommerce-checkout .content-area,
.woocommerce-cart .content-area {
    width: 100%;
}

.shop_table thead {
    border-bottom: 1px solid #e4e4e4;
}

.woocommerce-info,
.woocommerce-message {
    background: #1982bf;
    color: #fff;
    padding: 5px 10px;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
}


.woocommerce-message, 
.woocommerce-info, 
.woocommerce-error, 
.woocommerce-noreviews, 
p.no-comments {
    display: inline-block!important;
    table-layout: fixed;
    background-color: #eaeaea!important;
    color: #1E1E20;
    clear: both;
    float: left;
    width: 100%;
    font-size: 13px;
    float: left;
    letter-spacing: .05em;
    font-weight: 600;
}

.woocommerce-message .button.wc-forward{
    display: none;
}
.woocommerce-info .woocommerce-Button{
    margin-right: 30px;
}

.woocommerce-error {
    padding: 5px 10px;
    margin: 0px;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 15px;
    list-style: none;
    font-weight: 600;
}

.woocommerce-error li,
.woocommerce-info a,
.woocommerce-message a {
    color: #1E1E20;
}

.woocommerce-cart .woocommerce-message:before {
    content: "\f07a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 10px;
}

#customer_details,
.woocommerce-cart-form{
    width:70%;
    float:left;
    margin-bottom: 90px;
}

.woocommerce-checkout h3{
    margin:15px 0px 30px 0px;
    font-weight: 700;
} 

.woocommerce-cart-form{
    padding-right: 20px;
    margin-top: 30px;
}

#order_review_heading{
    display:none;
}

#order_review{
    width: 30%;
    float: right;
    background: #f6f6f6;
    padding: 20px;
}

.woocommerce .product-name,
.woocommerce .product-total{
    font-size: 15px;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 15px;
}

.woocommerce-checkout .cart_item .product-name, 
.woocommerce-checkout .cart_item .product-total,
.woocommerce-order-details td.product-name, 
.woocommerce-order-details td.product-total{
    text-transform: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.woocommerce-checkout-payment ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.woocommerce-checkout-payment li{
    float: left;
    width: 100%;
}

.woocommerce-checkout-payment p {
    margin: 10px 0px;
}

.woocommerce .form-row{
    margin-right: 20px!important;
    margin-left: 0px;
    float: left;
    width: calc(50% - 20px)!important;
    margin: 10px 0px;
}

#payment .form-row{
    width: calc(100% - 20px)!important;  
}

.woocommerce-checkout .form-row.place-order,
.woocommerce-checkout #order_review .form-row.validate-required{
    width: 100%!important;
    margin-right: 0px!important;
    margin: 0px;
}

.woocommerce .form-row.form-row-wide,
.woocommerce-checkout #order_comments_field {
    width: calc(100% - 20px)!important;
    margin-right: 20px;
}

.woocommerce .select2-selection {
    border: 1px solid #dddddd!important;
    border-radius: 0px!important;
    font-size: 15px!important;
    height: 40px!important;
    margin: 0px!important;
    padding: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -8px;
    margin-top: 5px;
    position: absolute;
    top: 50%;
    width: 0;
}

#update_all_subscriptions_addresses{
    float: left;
    width: auto;
    margin-right: 10px;
    margin-top: 4px;
}


.woocommerce #select2-billing_country-container,
.woocommerce #select2-billing_state-container{
    line-height: 32px;
    color: #666;
    padding: 0px 3px;
}

.woocommerce h2 {
    padding: 10px 0px;
}

.woocommerce th,
.woocommerce td{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
}

.woocommerce .col-1,
.woocommerce .col-2{
    max-width: 100%;
    float: left;
    padding: 0px;
}

.woocommerce .form-row label,
.woocommerce .form-row span, 
.woocommerce .form-row input {
    width: 100%;
}

.coupon label,
.woocommerce .form-row label {
    text-transform: uppercase;
    font-weight: 600;
}

.woocommerce-checkout .form-row input[type=checkbox] {
    width: auto;
}

button#place_order {
    width: 100%;
    text-align: center;
    padding: 5px 10px;
    font-weight: 600;
    height: 40px;
    padding-top: 7px;
    font-size: 14px;
    float: left;
    font-weight: 700;
}

.cart-collaterals{
    width: 30%;
    float: left;
    background: #f6f6f6;
    padding: 20px;
    margin-top: 14px;
}

.cart-collaterals h2 {
    font-size: 15px;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 15px;
    font-weight: 700;
}

.woocommerce-checkout #order_review .form-row.validate-required{
    margin:15px 0px;   
}

.cart-subtotal,
.order-total{
    text-transform: uppercase;
    font-size: 15px;
}


.woocommerce-thankyou-order-received {
    width: 100%;
    padding: 5px 10px;
    margin: 0px;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 15px;
    list-style: none;
    font-weight: 600;
    background: #1982bf;
    color: #fff;
    text-align: center;
}

.coupon{
    float:left;
    width:100%;
    line-height: 40px;
}

.coupon label{
    float:left;
    margin-right: 15px;
}

#coupon_code{
    float:left;
    margin-right: 15px;
}

.coupon .button{
    margin-top: 0px;
}

.woocommerce-order ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    float: left;
    width: 100%;
}

.woocommerce-order ul li {
    width: 20%;
    float: left;
}

.woocommerce-order ul li strong {
    width: 100%;
    float: left;
}

.woocommerce-order-details {
    float: left;
    width: 100%;
}

.woocommerce-table__line-item.order_item span {
    font-size: 15px;
    font-weight: 600;
}

.woocommerce-order-details tfoot {
    font-weight: 600;
    text-transform: uppercase;
}

.woocommerce-customer-details,
.woocommerce-customer-details p{
    float: left;
    text-align: left;
    width: 100%;
    margin: 0px;
}

.woocommerce-Button {
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 10px;
}

.woocommerce-form-coupon p {
    width: 100%;
    margin: 0px;
}


.wc_payment_method.payment_method_paypal {
    position: relative;
}

.wc_payment_method.payment_method_paypal .about_paypal {
    float: right;
    border-bottom: 1px dashed;
    font-size: 13px;
}

.wc_payment_method.payment_method_paypal img {
    float: right;
    width: 80px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.wc_payment_method.payment_method_paypal .about_paypal {
    width: 100%;
}

.wc_payment_method.payment_method_stripe img {
    width: 22px;
    float: right;
    padding-top: 7px;
}

.wc_payment_method.payment_method_stripe .form-row,
.wc_payment_method.payment_method_stripe .stripe-card-group,
.wc_payment_method.payment_method_stripe #stripe-exp-element,
.wc_payment_method.payment_method_stripe #stripe-cvc-element{
    width: 100%!important;
    margin-right: 0px!important;
}

.wc_payment_method.payment_method_stripe label {
    font-size: 15px!important;
    margin-bottom: 0px;
}

.wc_payment_method.payment_method_stripe_alipay img {
    width: 40px;
    float: right;
    padding-top: 5px;
}

.wpstream_product_front {
    padding: 10px 10px 10px 0px;
}
/*------------------------------------------------
#User dashboard
--------------------------------------------------*/


.woocommerce-MyAccount-navigation{
    width:30%;
    float:left;
    margin-bottom: 60px;
}

.woocommerce-MyAccount-content{
    width: 70%;
    float: left;
}
.woocommerce-MyAccount-content h3{
    margin-bottom: 30px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-weight: 600;
    background: #efefef;
    max-width: 260px;
    padding: 15px 15px 0px 30px;
    min-height: 600px;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}

.woocommerce-MyAccount-navigation ul li {
    padding: 7.5px 0px;
}

.woocommerce-orders-table__cell a{
    margin-right: 10px;  
}


.woocommerce-account .content-area a.wpstream_product_see{
 color:#fff;   
}


.order-actions a,
.order-again a,
.subscription_details a{
     color:#fff!important;
}
.woocommerce-account .content-area a.woocommerce-button{
    color:#fff;
}


.woocommerce-orders-table__row {
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 0px;
    height: 43px;
    font-size: 15px;
}

.woocommerce-orders-table__row:nth-child(odd){
    background-color: #eee;
}

.woocommerce-orders-table__row a{
    font-weight: 600;
}

.woocommerce-orders-table__header {
    text-transform: uppercase;
    font-size: 15px;
}

.woocommerce-MyAccount-content .col-1 {
    max-width: 50%;
    padding: 0px;
}

.woocommerce-MyAccount-content .col-1 a {
    position: absolute;
    right: 0px;
}

.woocommerce-customer-details--phone:before {
    content: "\f3cd";
    padding-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.woocommerce-customer-details--email:before{
    content: "\f0e0";
    padding-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.woocommerce-button--next.woocommerce-Button {
    float: right;
}

.woocommerce-button--previous.woocommerce-Button:before{
    content: "\f100";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border: 1px solid #e1e4e7;
    border-radius: 50%;
    text-align: center;
    font-size: 15px;
    padding: 7px 8px 7px 7px;
    margin-right: 10px;
}

.woocommerce-button--next.woocommerce-Button:after{
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-align: center;
    font-size: 12px;
    padding: 7px 0px 7px 0px;
    margin-left: 10px;
}


.woocommerce-pagination .button {
    padding: 3px 0px;
}

.woocommerce-button.woocommerce-button--next{
    padding: 5px;
}

/*------------------------------------------------
#Product card 573 257
--------------------------------------------------*/
ul.products{
    width:100%;
    display: flex!important;
    flex-wrap: wrap;
}
.woocommerce-ordering{
    margin-bottom: 20px;
    text-align: right;
    width: 50%;
    float: right;
}

.woocommerce-ordering select{
    padding: 5px;
    font-size: 13px;
}

ul.products li.product.wpstream_unit_1 {
    width: 32.1%!important;
    float: left;
    margin-right: 1.8%!important;
}
ul.products li.product.wpstream_unit_1.last {
    margin-right: 0px!important;
}

.page-template-free_product_list ul.products li.product.wpstream_unit_1 {
    width: 32.05%!important;
}

.columns-2 ul.products li.product.wpstream_unit_1{
    width: 49.1%!important;
}
.columns-2 ul.products li.product.wpstream_unit_1:nth-child(even){
    margin-right: 0px!important;
}

.columns-3 ul.products li.product.wpstream_unit_1:nth-child(3n){
    margin-right: 0px!important;
}
ul.products li.product.last{
/*    margin-right: 0px!important;*/
}


.wpstream_product_list{
    transition: all .3s ease;
    overflow: hidden;
    min-height: 250px;
    float:left;
}

.wpstream_product_list.wpstream_unit_1{
    margin-right: 1.8%;
}

.wpstream_product_list.wpstream_unit_2{
    height: auto;
    box-shadow: none;
    min-height: 296px;
}

.columns-4 .wpstream_product_list.wpstream_unit_2{
    min-height: 345px;
}
.archive .products.columns-2 li:nth-child(2n){
    margin-right: 0px;
}
.archive .products.columns-3 li:nth-child(3n){
    margin-right: 0px;
}
.archive .products.columns-4 li:nth-child(4n){
    margin-right: 0px;
}
.archive .products.columns-5 li:nth-child(5n){
    margin-right: 0px;
}
.archive .products.columns-6 li:nth-child(6n){
    margin-right: 0px;
}


.wpstream_slick_slider li.product.wpstream_unit_2 .woocommerce-loop-product__title,
ul.products li.product.wpstream_unit_2 .woocommerce-loop-product__title{
   padding: 10px 0px 0px 0px;
    margin: 0px;
}

.wpstream_unit_2  .wpstream_product-price-unit{
    position:absolute;
    left: 15px;
    bottom: auto;
    float: left;
    color: #fff;
    z-index: 10;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
    z-index:45;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.wpstream_product-price-unit.for_type1{
    position: absolute;
    left: 15px;
    bottom: 10px;
    float: left;
    color: #fff;
    z-index: 10;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    z-index: 45;
    font-size: 17px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.product_card_type1_gradiend{
    width:100%;
    height: 100%;
    top:0px;
    left: 0px;
    position: absolute;
    opacity: 0.5;
    background: -moz-linear-gradient(45deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}


.wpstream_unit_2 .wpstream_posted_in{
    padding: 0px;
    margin: 0px 0px 5px 0px;
}

.wpstream_product_list.wpstream_unit_2 .price{
    top: 327px;
    color: #fff;
    z-index: 9;
    font-weight: 500;
}

.wpstream_product_list.wpstream_unit_2 .price .woocommerce-Price-amount{
    background:transparent;
}

.wpstream_product_list.wpstream_unit_2 .button{
    font-size: 13px;
    font-weight: 500;
    padding: 3px 9px;
    z-index: 9;
    width: 110px;
    /* top: 344px; */
    color: #222;
    background-color: #fff;
    border-radius: 20px;
    margin: 0px auto;
    position: absolute;
    float: none;
    right: 0;
    left: 0;
    font-weight: 700;
}

.wpstream_add_to_cart_unit2{
    text-align: center;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    float: none;
    z-index: 39;
    height: 85px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.wpstream_card_type2_ratings{
    position: absolute;
    bottom: 10px;
}

.wpstream_slick_slider li.product .woocommerce-loop-product__title,
ul.products li.product .woocommerce-loop-product__title{
    text-transform: capitalize;
    font-size: 16px!important;
    font-weight: 700;
    color: #222222;
    padding: 0px;
    margin: 15px 15px 4px 15px;
}

.wpstream_unit_2 img{
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.wpstream_product_list.wpstream_unit_2:hover .product_new_details_back{
    background: -moz-linear-gradient(45deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(45deg, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%);
}

.wpstream_product_list.wpstream_unit_2:hover img{
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
} 

.wpstream_product_list.wpstream_unit_2:hover h2{
    color:#666!important;
}

.wpstream_product_list.wpstream_unit_2:hover .wpstream_add_to_cart_unit2{
   bottom: 0px;
}

.wpstream_posted_in{
    padding: 0px 15px;
    font-size: 13px;
    margin-bottom: 10px;
    color: #a8a8a8;
    text-transform: capitalize;
}

.wpstream_posted_in a{
    color: #a8a8a8;
    font-size: 12px;
}

.featured_article_type1 .article_categories a:hover,
.wpstream_posted_in a:hover{
    color:#1E1E20;
}

.wpstream_product_list .button{
    background-color: #1982bf;
    padding: 8px;
    float: right;
    color: #fff;
    font-size: 13px;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.wpstream_product_list .price{
    padding: 15px;
    position: absolute;
    bottom: 0px;
    font-weight: 600;
    font-size: 18px;
}

.wpstream_product_list .star-rating{
    margin-left: 15px;
}

.wpstream_thumb_wrapper{
    width: 100%;
    background-color: #000;
    position: relative;
    overflow: hidden;
}
.wpstream_product-price-unit{
    
}

.wpstream_thumb_video{
     height: 100%;
    position: absolute;
    top: 0px;
    background: #000;
}

.wpstream_product_description{
    padding: 2px 15px;
    font-size: 14px;
}

.product .onsale,
#wpstream_product_wrap_no_buy .onsale,
#wpstream_product_wrap .onsale,
.wpstream_product_list .onsale{
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #1982bf;
    padding: 3px 10px;
    color: #fff;
    font-size: 13px;
}

.product .onsale,
#wpstream_product_wrap_no_buy .onsale,
#wpstream_product_wrap .onsale{
    z-index:9;
}

.products.columns-3 .wpstream_product_list.wpstream_unit_2{
    width: 32.1%;
    margin-right: 1.85%;
}

.products.columns-3 .wpstream_product_list.wpstream_unit_2.last {
    margin-right: 0px;
}

.wpstream_slick_slider.columns-3 .wpstream_product_list.wpstream_unit_2 .wpstream_product-price-unit, 
.products.columns-3 .wpstream_product_list.wpstream_unit_2 .wpstream_product-price-unit {
    top: 500px;
    font-size: 16px;
    line-height: 16px;
}

.wpstream_slick_slider.columns-3 .wpstream_product_list.wpstream_unit_2:hover .wpstream_product-price-unit, 
.products.columns-3 .wpstream_product_list.wpstream_unit_2:hover .wpstream_product-price-unit {
    top: 530px;
}

.columns-3 .wpstream_slick_slider li.product .woocommerce-loop-product__title, 
.columns-3 ul.products li.product .woocommerce-loop-product__title,
ul.products.columns-3 li.product.wpstream_unit_2 .woocommerce-loop-product__title {
    font-size: 20px;
}

.products.columns-3 .wpstream_product_list.wpstream_unit_2 .button {
    font-size: 14px;
}


.products.columns-3 .wpstream_unit_2 .wpstream_posted_in {
    padding: 0px;
    margin: 5px 0px;
    font-size: 15px;
}

.products.columns-3 .product .onsale, #wpstream_product_wrap_no_buy .onsale, 
.products.columns-3 #wpstream_product_wrap .onsale, 
.columns-3 .wpstream_product_list .onsale {
    font-size: 15px;
    top: 10px;
    left: 10px;
}

.products.columns-4 .wpstream_product_list.wpstream_unit_2{
    width: 23.65%;
    margin-right: 1.8%;
}

ul.products.columns-4  li.product.wpstream_product_list.last{
    margin-right: 0px;
}

.wpstream_slick_slider.columns-4 .wpstream_product_list.wpstream_unit_2 .wpstream_product-price-unit, 
.products.columns-4 .wpstream_product_list.wpstream_unit_2 .wpstream_product-price-unit {
    top: 360px;
    font-size: 15px;
    line-height: 15px;
}

.wpstream_slick_slider.columns-4 .wpstream_product_list.wpstream_unit_2:hover  .wpstream_product-price-unit,
.products.columns-4 .wpstream_product_list.wpstream_unit_2:hover  .wpstream_product-price-unit{
    top:390px;
}

.columns-4 .wpstream_slick_slider li.product .woocommerce-loop-product__title, 
.columns-4 ul.products li.product .woocommerce-loop-product__title,
ul.products.columns-4 li.product.wpstream_unit_2 .woocommerce-loop-product__title {
    font-size: 19px;
}

.columns-4 .wpstream_unit_2 .wpstream_posted_in {
    font-size: 15px;
}

.columns-5.shortcode_slider_list .wpstream_product_list {
    min-width: 204px;
}
.elementor-widget-WpRentals_Slider_Recent_Post .columns-5.shortcode_slider_list .wpstream_product_list {
    min-width: 200px;
}


.products.columns-5 .wpstream_product_list.wpstream_unit_2{
    width: 18.50%;
    margin-right: 1.875%;
}
.products.columns-5.with_sidebar .wpstream_product_list.wpstream_unit_2{
    width: 18.50%;
    margin-right: 1.875%;
}



ul.products.columns-5  li.product.wpstream_product_list.last{
    margin-right: 0px;
}





.wpstream_slick_slider.columns-5 .wpstream_product_list.wpstream_unit_2  .wpstream_product-price-unit,
.products.columns-5 .wpstream_product_list.wpstream_unit_2  .wpstream_product-price-unit{
    font-size: 14px;
    top: auto;
    line-height: 14px;
    font-weight: 700;
    bottom: 15px;
}

.wpstream_slick_slider.columns-5 .wpstream_product_list.wpstream_unit_2:hover  .wpstream_product-price-unit,
.products.columns-5 .wpstream_product_list.wpstream_unit_2:hover  .wpstream_product-price-unit{
    top:307px;
}

.columns-5 .wpstream_slick_slider li.product .woocommerce-loop-product__title, 
.columns-5 ul.products li.product .woocommerce-loop-product__title,
ul.products.columns-5 li.product.wpstream_unit_2 .woocommerce-loop-product__title {
    font-size: 16px;;
}


.products.columns-6 .wpstream_product_list.wpstream_unit_2{
    width: 15.0%;
    margin-right: 2%;
}

.products.columns-6 .wpstream_product_list.wpstream_unit_2.last{
     margin-right: 0px;
}

ul.products li.product.wpstream_unit_2 .woocommerce-loop-product__title ,
.wpstream_product_list.wpstream_unit_2 .woocommerce-loop-product__title{
     margin:0px;
}
.wpstream_slick_slider.columns-6 li.product.wpstream_unit_2 .woocommerce-loop-product__title,
.products.columns-6 .wpstream_product_list.wpstream_unit_2 .woocommerce-loop-product__title{
    font-size: 16px!important;
    margin:0px;
}

.wpstream_slick_slider.columns-6 .wpstream_product_list.wpstream_unit_2  .wpstream_product-price-unit,
.products.columns-6 .wpstream_product_list.wpstream_unit_2  .wpstream_product-price-unit{
    font-size: 15px;
    top: auto;
    line-height: 14px;
    bottom: 15px;
}

.wpstream_slick_slider.columns-6 .wpstream_product_list.wpstream_unit_2:hover  .wpstream_product-price-unit,
.products.columns-6 .wpstream_product_list.wpstream_unit_2:hover  .wpstream_product-price-unit{
    top:255px;
}



/*------------------------------------------------
#Product page 573 257
--------------------------------------------------*/
.wpstream_title_wrapper{
    
}
.product_title.entry-title{
    margin-bottom: 0px;
    margin-top:0px;
    text-transform: capitalize;
    float: left;
    width: 100%;
    font-size: 40px;
    padding-right: 50px
}

.wpstream_title_wrapper{
    position: relative;
    margin-bottom: 15px;
    min-height: 30px;
    display: inline-block;
    width: 100%
}

.wpstream_product-price-tickr{
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 28px;
    font-weight: 600;
    color: #1e1e20;
    margin: 0px;
}

#wstream_add_to_Cart{
    position: absolute;
    top: 35px;
    right: 0px;
    padding: 5px;
    background-color: #22c2f8;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs{
    width: 100%;
    display: inline-block!important;
    float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li{
    width: auto!important;
    margin-right: 9px;
    margin-bottom: 10px;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
    margin-right: 10px!important;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(7n) {
    margin-right: 0px!important;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1){
    clear:none!important;  
}

.woocommerce-breadcrumb{
    font-size: 12px;
    margin-bottom: 15px;
    color:#D8D8D8;
}


.woocommerce-breadcrumb a{
    color:#D8D8D8;
}

.woocommerce-result-count{
    float: none;
    width: 50%;
    display: inline-block;
}

.archive  .term-description{
    display:none;
}

#wpstream_product_wrap_no_buy  .woocommerce-tabs,
#wpstream_product_wrap .woocommerce-tabs{
    float:left;
    margin-bottom: 30px;
}

.related.products{
    display:inline-block;
    margin-bottom: 90px;
}

.woocommerce-tabs.wc-tabs-wrapper{
    margin-top: 60px;
    margin-bottom: 45px;
    float: left;
    width: 100%;
}

.woocommerce-Tabs-panel{
    background-color: #f6f7f7;
    margin-top: 0px;
    padding: 15px 30px 30px 30px;
    float: left;
    width: 100%;
}

.woocommerce-tabs ul.tabs li a {
    padding: 1em 30px;
    display: block;
}

.woocommerce-tabs ul.tabs li {
    display: block;
    margin: 0;
    position: relative;
}

.product .woocommerce-tabs .panel h2,
#wpstream_product_wrap_no_buy .woocommerce-tabs .panel h2,
#wpstream_product_wrap .woocommerce-tabs .panel h2{
   font-size: 25px;
}
.woocommerce-tabs .panel h2:first-of-type {
    margin-bottom: 0px;
}

p.stars.selected a.active:before ,
p.stars.selected a:not(.active):before {
    color: #fec014!important;
}

p.stars.selected a.active:before {
    content: "\53";
     color: #fec014;
    opacity: 1;
}

.woocommerce-Tabs-panel h2{
    display:none;
}

.related .products.columns-3 .wpstream_product_list.wpstream_unit_2 .button {
    font-size: 14px;
}

.related .products.columns-3 .wpstream_product_list.wpstream_unit_2 .wpstream_product-price-unit{
    top: 334px;
}

.related .products.columns-3 .wpstream_product_list.wpstream_unit_2:hover .wpstream_product-price-unit{
    top: 380px;
}



#wpstream_product_wrap_no_buy .related h2,
#wpstream_product_wrap .related h2{
}

.product .related>h2{
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    padding-left: 15px;
    position: relative;
    padding: 0px 0px 0px 15px;
    margin-top: 45px;
    display: inline-block;
}

#wpstream_product_wrap_no_buy .summary,
#wpstream_product_wrap .summary{
    float:left;   
}

.product .posted_in,
.product .quantity,
#wpstream_product_wrap_no_buy .posted_in,
#wpstream_product_wrap_no_buy .quantity,
#wpstream_product_wrap .quantity,
#wpstream_product_wrap .posted_in{
    display:none;
}


/*#wpstream_product_wrap .cart{
    display:none;
}*/

.single_add_to_cart_button {
    padding: 8px 20px;
    font-size: 16px;
    text-transform: capitalize;
}

.wpstream_custom_info{
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 15px;
    float: left;
    width: 100%;
}

.wpstream_custom_info_field{
    float:left;
    width: 100%;
    margin-bottom: 5px;
}

.wpstream_custom_info_field_title{
    font-weight: 600;
    margin-right: 5px;
}

.wpstream_video_preview_image_wrapper .wpstream_custom_info_field a,
.wpstream_video_preview_image_wrapper .wpstream_custom_info_field_title{
   color:#fff;
}

.wpstream_custom_info_field_title_list a,
.wpstream_custom_info_field_title_list{
    color:#d0d0d0!important;
    text-transform: capitalize;
}
.wpstream_custom_info_field_title_list a:hover,
.wpstream_custom_info_field_title_list:hover{
    color:#fff!important;
}

.woocommerce-tabs ul.tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
    float: left;
    border-top: 1px solid #e8e8e8;
    margin-top: 30px;
    background-color: #f6f7f7;
}

.woocommerce-tabs ul.tabs li {
    float: left;
    font-size: 16px;
    font-weight: 600;
    margin-top: 1px!important;
}

.woocommerce-tabs ul.tabs li.active {
    border-top: 3px solid #fec014;
    margin-top: -2px!important;
    background-color: #f0f0f0;
}

.woocommerce-tabs ul.tabs li a {
    padding: 15px 30px!important;
    display: block;
}

.woocommerce-noreviews{
    background-color: transparent!important;
    margin: 0px 0px;
}




.product .related .columns-2 li.product ,
#wpstream_product_wrap_no_buy .related .columns-2 li.product,
#wpstream_product_wrap .related .columns-2 li.product {
    width: 48.1%;
}

.wpstream_player_wrapper.no_buy{
    height: 100%;
    margin-bottom: 0px;
    min-height: 600px;
}

.wpstream_please_buy_product{
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity:0.5;
    height:100%;
    position:relative;
}
.wpstream_please_buy_product.wpstream_live_not_logged {
    background-size: initial;
    background-position: 50% 75px;    
}


.wpstream_notice {
     background-color: #e16767;
    color: #fff;
    padding: 2px 10px;
    width: 100%;
    margin: 0px auto;
    background: transparent;
    text-align: center;
    position: absolute;
    /* top: 42%; */
    /* left: 50%; */
    /* margin-left: -250px; */
    z-index: 10;
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 600;
}

.wpstream_addtocart {
    z-index: 19;
    width: 130px;
    border: none;
    margin-left: 20px;
    background: #1982bf;
    color: #fff;
}

.wpstream_notice.wpstream_vod_class {
    background-color: #4444448a;
    bottom: 0px;
    text-align: center;
    line-height: 56px;
}

.wpstream_notice.wpstream_vod_class .wpstream_addtocart {
    float:none;
}

.single_add_to_cart_button.wpstream_join_now_but{
    display:inline;
}


.wpstream_media_not_logged_in{
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 100%;

    color: #fff;
    background: #a83d3d;
    text-align: center;
    padding: 10px;
    font-size: 25px;
    opacity: 0.6;
}
.wpstream_live_not_logged{
    min-height: 500px;
}


/*------------------------------------------------
#cart header
--------------------------------------------------*/
.wpstream_header_shoping_cart{
    float:right;
    position:relative;
}

.wpstream_header_search_icon,
.wpstream_header_shoping_cart_icon,
.wpstream_header_user_menu_icon{
    display: inline;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    color: #d8d8d8;
    padding: 0px 10px;
    line-height: 75px;
    cursor: pointer;
}

.header_type_2 .wpstream_header_search_icon, 
.header_type_2 .wpstream_header_shoping_cart_icon, 
.header_type_2 .wpstream_header_user_menu_icon{
    line-height: 40px;
}

.wpstream_header_shoping_cart_search{
    position: absolute;
    top:75px;
    right:0px;
    width:300px;
    min-height: 80px;
    padding: 20px 20px 20px 20px;
    background-color: #fff;
    z-index: 100;  
    display:none;
    border: 1px solid #e1e4e7;
    box-shadow: 0 5px 15px rgba(0,0,0,.05);
}

.header_align_right .wpstream_header_shoping_cart_search,
.header_align_right .wpstream_header_shoping_cart_container,
.header_align_right .wpstream_header_user_menu_container{
    left: 0px;
}

.wpstream_header_shoping_cart_search input#s {
    border: 0px;
    background: #f3f3f3;
    padding: 10px;
    color: #222222;
}

.wpstream_header_shoping_cart_search input#s:focus {
    box-shadow: none;
}

.wpstream_header_shoping_cart_search .search_form_but {
    position: absolute;
    top: 30px;
    right: 30px;
    padding: 0px;
    background: transparent;
    color: #222222;
    border: 0px;
}

.wpstream_header_shoping_cart_container {
    padding: 20px;
    position: absolute;
    top: 75px;
    right: 0px;
    width: 300px;
    min-height: 170px;
    background-color: #ffffff;
    z-index: 100;
    display: none;
    border: 1px solid #e1e4e7;
    box-shadow: 0 5px 15px rgba(0,0,0,.05);
}

.wpstream_header_user_menu_container{
    padding: 20px;
    position: absolute;
    top: 75px;
    right: 0px;
    width: 300px;
    min-height: 170px;
    background-color: #ffffff;
    z-index: 100;
    display: none;
    border: 1px solid #e1e4e7;
    box-shadow: 0 5px 15px rgba(0,0,0,.05);
}




.header_type_2 .master_header_sticky .wpstream_header_user_menu_container, 
.header_type_2 .master_header_sticky .wpstream_header_shoping_cart_container, 
.header_type_2 .master_header_sticky .wpstream_header_shoping_cart_search,
.master_header_sticky .wpstream_header_user_menu_container,
.master_header_sticky .wpstream_header_shoping_cart_container,
.master_header_sticky .wpstream_header_shoping_cart_search{
    top: 50px;
}

.header_type_2 .wpstream_header_user_menu_container,
.header_type_2 .wpstream_header_shoping_cart_container,
.header_type_2 .wpstream_header_shoping_cart_search{
    top: 39px;
}


.wpstream_in_cart_title a{
    color: #1E1E20;
    font-weight: 700;
}

.wpstream_in_cart_price {
    color: #7C7C7C;
    font-size: 14px;
}

.wpstream_in_cart_price .amount {
    font-weight: 500;
}

.wpstream_header_shoping_cart_total {
    height: 40px;
    float: left;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 17px;
    color: #404040;
    font-weight: 600;
    margin-bottom: 15px;
}

.wpstream_header_shoping_cart_total .amount {
    color: #1e1e20;
    display: inline-block;
}

.wpstream_header_view_cart {
    width: 100%;
    background: #1E1E20;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
    color: #ffffff;
}

.wpstream_header_view_cart:hover{
    background: #fec014;
    opacity: 0.9;
    color: #1E1E20!important;

}

.wpstream_header_view_checkout{
    width: 100%;
    text-transform: uppercase;
    text-align: center;
}


.wpstream_in_cart_image {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 10px;
}

.wpstream_in_cart_remove {
    position: absolute;
    top: 1px;
    right: 0px;
    cursor:pointer;
}

.wpstream_in_cart_remove i{
    pointer-events: none;
}

.wpstream_in_cart_item {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}

.wpstream_header_user_menu_container a {
    font-weight: 600;
    text-align: left;
    font-size: 14px;
    margin: 5px 0px 10px 0;
    padding: 0px;
    border-bottom: 2px solid transparent;
    text-transform: capitalize;
    color: #1E1E20;
    width: 100%;
    float: left;
    line-height: 15px;
}
.wpstream_header_user_menu_container a:last-of-type {

}

.wpstream_header_user_menu_container a:hover{
    color: #7C7C7C;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0.7;
}

.wpstream_header_user_menu_container a:hover:before{
    color:#7C7C7C;
}


.wpstream-icon-orders:before,
.wpstream-icon-customer-logout:before,
.wpstream-icon-video-list:before,
.wpstream-icon-event-list:before,
.wpstream-icon-edit-account:before,
.wpstream-icon-edit-address:before,
.wpstream-icon-subscriptions:before,
.wpstream-icon-dashboard:before{
    margin-right: 12px;
    content: '\e818';
    font-family: fontello;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #5d5d5d;
    float: left;
    width: 12px;
}

.wpstream-icon-orders:before{
    content: '\e815';
}

.wpstream-icon-customer-logout:before{
    content: '\e816';
}

.wpstream-icon-video-list:before{
     content: '\e819';
}

.wpstream-icon-event-list:before{
    content: '\e81b';

}

.wpstream-icon-edit-account:before{
      content: '\e833';
}

.wpstream-icon-edit-address:before{
      content: '\e814';
}

.wpstream-icon-subscriptions:before{
      content: '\e817';
}

.wpstream_header_shoping_cart_icon i {
    margin-right: 5px;
}

.shortcode_title{
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    padding-left: 15px;
    position: relative;
}

#reply-title:before,
.comments-title:before,
.product .related>h2:before,
#wpstream_product_wrap_no_buy .related>h2:before,
#wpstream_product_wrap .related>h2:before,
.shortcode_title:before{
    content: "";
    width: 3px;
    height: 23px;
    background-color: #FEC015;
    position: absolute;
    display: inline-block;
    left: 0px;
    right: auto;
    top: -2px;
}


.slider_container .shortcode_title{
    margin-bottom: -20px;
}

/*------------------------------------------------
#sliders
--------------------------------------------------*/
.wpstream_slick_slider {
    overflow: initial;
    margin: 0 -10px;
    display: block!important;
/*    width: 100%;
    float: left;*/
    padding: 0px;
}

.wpstream_slick_slider.products{
    table-layout: initial!important;
}

.shortcode_slider_list  .wpstream_product_list{
    min-width: 338px;
    margin: 0px 10px;
    float: left;
}

.shortcode_slider_list.columns-4 .wpstream_product_list{
    min-width: 260px;   
}

.elementor-widget-WpRentals_Slider_Recent_Post .columns-4 .wpstream_product_list{
    min-width: 255px;   
}

.shortcode_slider_list.columns-6 .wpstream_product_list{
    min-width: 165px;   
}

.elementor-widget-WpRentals_Slider_Recent_Post .columns-6 .wpstream_product_list{
    min-width: 162px;   
}


.shortcode_slider_list  .wpstream_product_list{
    min-width: 338px;
    margin: 0px 10px;
    float: left;
    position: relative;
}


/*------------------------------------------------
#slick slider
--------------------------------------------------*/
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.elementor-widget-WpRentals_Slider_Recent_Post .slick-list,
.slick-list{
    position: relative;
    display: block;
    overflow-x: hidden;
    margin: 0;
    padding: 45px 0px;
    padding-bottom: 90px;
    width: 100%;
}
.elementor-widget-WpRentals_Slider_Recent_Post .slick-list,
.slider_container .slick-list{
    padding-bottom: 30px;
}

.slider_container.with_unit_1 .slick-list{
     padding: 45px 0px 30px 0px;
}

.theme_slider_wrapper .slick-list{
    padding-top: 0px;
}

.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
/*
    height: 100%;*/
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*------------------------------------------------
#category slider
--------------------------------------------------*/

.single_slide_container {
    transition: box-shadow 400ms ease, transform 400ms ease, z-index 400ms ease;
}

.single_slide_container:hover .categories_list_wrapper_type_1{
    z-index: 19;
    transform: scale(1.03);
/*    box-shadow: 0px 28px 81px -7px rgba(0,0,0, 0.44);*/
    box-shadow: 0px 28px 45px -7px rgba(0,0,0, 0.25);
}

.wpstream_categories_slider .categories_list_wrapper_type_1{
    position:relative;
    border-radius: 0px; 
}

.wpstream_categories_slider button.slick-prev.slick-arrow, 
.wpstream_categories_slider button.slick-next.slick-arrow {
    top: 50%;
    margin-top: -32px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    cursor: pointer;
    color: #99a2ae;
    font-size: 0px;
    background: transparent;
    padding-left: 8px;
    border: none;
    position: absolute;
    -moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.26);
    z-index: 10;
}

.wpstream_categories_slider button.slick-arrow:hover :before {
    color: #3938388c;
}

.wpstream_categories_slider button.slick-prev.slick-arrow{
    left: -58px;
}

.wpstream_categories_slider button.slick-next.slick-arrow {
    right:-43px;
}

.wpstream_categories_slider button.slick-prev.slick-arrow:before {
    color: #99a2ae;
    content: '\e804';
    font-family: fontello;
    font-weight: 500;
    font-size: 50px;
    line-height: 40px;
    float: right;
    pointer-events: visible;
}

.wpstream_categories_slider button.slick-next.slick-arrow:before {
    color: #7C7C7C;
    content: '\e805';
    font-family: fontello;
    font-weight: 500;
    font-size: 50px;
    line-height: 40px;
    float: right;
    pointer-events: visible;
}


.categories_list_wrapper_type_1 {
    width: 100%;
    height: 370px;
    text-align: left;
    background-position: center;
    background-size: cover;
    transition: all 0.4s ease;
    height: 450px;
    border-radius: 3px;
    overflow: hidden;
}

.categories_slider_type_1_content{
    position:absolute;
    left:0px;
    right:0px;
    bottom:20px;
    text-align: left;
    color: #fff;
    padding: 0px 20px;
    z-index: 99;
}

.categories_slider_type_1_listings_no {
    text-transform: lowercase;
    text-align: left;
    font-weight: 600;
    background-color: #fec014;
    display: inline-block;
    background-color: #FEC015;
    padding: 3px 9px;
    font-size: 13px;
    color: #1E1E20;
}

.categories_slider_type_1_tagline{
    text-align: left;
    color: #ddd;
    text-transform: capitalize;
    font-size: 14px;
    margin: 2px 0px 7px 0px;
}

.categories_list_wrapper_type_1 h4 {
    margin-bottom:0px;
}

.categories_list_wrapper_type_1 h4 a {
    font-size: 21px;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    color: white;
    text-transform: capitalize;
}


/*------------------------------------------------
#category list sh
--------------------------------------------------*/

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: none; -o-transform: translate3d(0, 0, 0); transform: none; }


/*------------------------------------------------
#wpstream plugin over write
--------------------------------------------------*/
.wpstream_product_front img{
    height: auto!important;
}


.wpstream_hollywood_h3{
    font-weight: 700;
    letter-spacing: 0.5px;
}


.lity-container{
    min-width:1150px;
}

/*------------------------------------------------
#wpstream plugin over write
--------------------------------------------------*/

#wpstream_join_now a{
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 50px;
    letter-spacing: 1.5px;
}


/*------------------------------------------------
#chat system
------------------------------------------------
*/

.chat_wrapper{
        width: 300px;
    /* padding-right: 15px; */
    /* padding-left: 15px; */
    /* margin-right: auto; */
    /* margin-left: auto; */
    position: absolute;
    z-index: 100;
    top: 0px;
    right: 0px;
    height: 100%;
}

.wpstream_chat_container{
    height: 100%;
}

.wpestream_chat_meat{
    background: black;
    height: 100%;
    opacity: 0.9;
    border-left: 1px solid #151520;
    padding-top: 50px;
}

.chat_nav_bar{
    position: absolute;
    background: red;
    bottom: 0px;
    left: -143px;
    
}

.chat_nav_bar_list{
    list-style-type: none;
}

.chat_nav_bar_list{
    color:#fff;
}

#panel {
    height: 100%;
    font-size: 13px;
    padding: 50px 15px 100px 15px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    overflow: hidden;
}

#message{
    width: 100%;
    height: 60px;
    border: 1px solid #686890!important;
    background-color: transparent;
    color: #efefef;
    font-size: 13px;
    padding: 4px 8px;
    line-height: 1.3em;

}

.wpstream_chat_input{
    width: 100%;
    position: absolute;
    bottom: 0px;
    right: 0px;

}

#send{
    background-color: #72729d;
    color: #fff;
    font-size: 13px;
    text-transform: capitalize;
    padding: 3px 11px;
    border-radius: 0px;
    margin-top: 10px;
    float: right;
}

.msg{
    color:#ededed;
}

.timestamp {
    color: #eee;
    display:none;
}

.message {
    color: #FFEB3B;
    margin-top: 6px;
}

.wpestream_chat_meat hr {
    background-color: #151520;
}

.wpstream_chat_actions{
    width:100%;
}

#user{
    float: left;
    cursor: pointer;
    margin: 10px 3px;
}

#user:hover{
    color:#72729d;
}

#users-dialog{
    display:none;
    position: absolute;
    background: #242939;
    bottom: 149px;
    padding: 15px;
    color: #efefef;
    opacity: 0.8;

}

#users-dialog li{
   color: #efefef;
}

#users-dialog h4{
    font-size: 15px;
    margin-bottom: 15px;
}

#users-dialog ul{
    list-style-type: none;
}
#users-content{
     list-style-type: none;
}
#close-users-dialog{
    position: absolute;
    top:5px;
    right: 5px;
    cursor: pointer;
}


/*------------------------------------------------
#login register
--------------------------------------------------*/
.show_login_form_again_action,
.show-forgot-form-wrapper,
.show-register-form-wrapper{
    display:none;
}

.show-register-form-wrapper.shortcode_is{
    display:block;
}

.wpestate_login_register_wrapper input{
    margin-bottom: 15px;
}




.loginwd_sidebar input {
    margin-bottom: 10px;
    padding: 5px 0px 5px 10px;
}

.wd_user_menu li a {
    width: 100%;
    float: left;
}

.wpstream_header_user_menu_container #user_terms_register_topbar_label a {
    width: auto;
    float: none;
}

#reg_passmail_topbar {
    margin: 0px 0px 15px 0px;
}


.login-register-heading{
    line-height: 40px;
    font-size: 17px;
    color: #404040;
    font-weight: 600;
}

.login_sidebar_mobile{
    padding:30px 15px;
    color:#fff;
}

.login_sidebar_mobile .login-register-heading{
    color: #fff;
    font-size: 14px;
}

.login_sidebar_mobile .wpestate_login_register_control a{
    color:#fff;
}
.login_sidebar_mobile #user-terms-register-topbar-label a,
.login_sidebar_mobile #user-terms-register-topbar-label{
    font-size: 12px;
    color:#fff;
}


.login_sidebar_mobile .wpstream-woo-link{
    width: 100%;
    color: #fff;
    padding: 15px 10px;
    font-size: 13px;
    display: inline-block;
    cursor:pointer;
}

.login_sidebar_mobile .wpstream-woo-link:before{
    color:#fff;
}


.wpestate_login_register_control {
    display: inline-block;
    width: 100%;
}

.wpestate_item_wrapper{
   width:100%;
   float:left;
}
.wpestate_i_agree_with{
   width: auto!important;
    float: none!important;
}

.terms_conditions_wrapper{
    width:100%;
}

.wpestate_login_register_control a{
    font-weight: 600;
    text-align: left;
    font-size: 14px;
    margin: 5px 0px 10px 0;
    padding: 0px;
    border-bottom: 2px solid transparent;
    text-transform: capitalize;
    color: #1E1E20;
    width: 100%;
    float: left;
    line-height: 15px;
}

.login_alert_full{
    color: #fff;
    font-size: 13px;
    line-height: 21px;
    background-color: #ED5565;
    padding: 6px 5px;
    width: 100%;
    float: left;
    text-align: center;
    z-index: 99999999999999999;
    position: fixed;
}


/*------------------------------------------------
#submit page
--------------------------------------------------*/
.wpstream_submit_event{
   margin-bottom: 100px;
}

.wpstream_submit_event label{
    font-weight: bold;
    width:100%;
    margin-top: 30px
    
}
.wpstream_submit_event input,
.wpstream_submit_event select{
    max-width: 400px;
    width: 400px;
    height:40px;
    
}

#stream_desc{
    height: 200px;
}

#wpstream_actors{
    height: 100px;
}

.wpstream_submit_event,
.user_broadcast_area .event_list_unit{
    background-color: #fff;
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    padding: 20px;
    min-height: 150px;
    display: inline-block;
    width: 100%;
    margin: 0px 0px 20px 0px;
}

.user_broadcast_area .event_thumb{
    display: none;
}

.user_broadcast_area .wpstream_channel_status{
    padding: 0px 0px 15px 0px;
}

.user_broadcast_area .dashicons{
    display:none;   
}

.user_broadcast_area .start_event.wpstream_button{
    height: 40px;
    font-size: 14px;
    letter-spacing: .05em;
    font-weight: 700;
    border: none;
    transition: background-color .1s linear;
    border: 1px solid;
    border-color: #fec014;
    color: #1E1E20;
    background-color: #fec014;
    padding: 8px 20px;
    background: #fec014;
    margin-right: 30px;
}
.user_broadcast_area .close_event.wpstream_button{
    height: 40px;
    font-size: 14px;
    letter-spacing: .05em;
    font-weight: 700;
    border: none;
    transition: background-color .1s linear;
    border: 1px solid;
    border-color: #B31200;
    color: #FFF;
    background-color: #B31200;
    padding: 8px 20px;
    background: #B31200;
    margin-right: 30px;
}


.submit_item{
    position: relative;
    margin-bottom: 15px;
}

.file-upload {
    position: relative;
    display: inline-block;
    z-index: 100;
}

.file-upload-pointer{
    cursor:pointer;
}

.file-upload .submit_wpstream_button {
    margin: 0px;
}

p.submit_wpstream_button{
    cursor: pointer;
}

.file-upload input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}

.file-preview img{
    width:100%;
    height: auto;
    max-width: 150px;
}

.wpstream_file_preview{
}

.submit_wpstream_button  {
    max-width: 200px;
    text-align: center;
    padding: 2px 15px;
    margin-top: 0px;
}


.wpstream_file_delete {
    position: absolute;
    width: auto;
    top: 0;
    left: 0;
    padding: 0.5em;
    text-align: center;
    color: white;
    background-color: #e34c4c;
    font-size: 12px;
    border: none;
}

.wpstream_file_delete:hover{
    background-color: #e34c4c;
    background-color: #121212;
}


.multiple_warning_events {
    display: inline-block;
    margin-top: 15px;
}

.woocommerce-page.wpstream_use_chat_live_stream #comments{
    display:none;
}
.woocommerce-account {
    background:#eee;
}

.woocommerce-MyAccount-content .start_external,
.woocommerce-MyAccount-content .start_webcaster{
    height: 40px;
}


.wpstream_upload_mess{
    display:none;
    font-size: 12px;
}


#all_wrapper{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    webkit-overflow-scrolling: auto;
}

.mobile_header{
    background-color: #282D33;
    height: 70px;
    width: 100%;
    position: absolute;
    top: 0px;
    display:none;
    z-index:9999;
}

.mobile_header i{
    color: #fff;
    font-size: 17px;
    margin: 26px 23px;
}

.mobile-logo img {
    margin: 0px auto;
    max-height: 60px;
    width: auto;
    max-width: 200px;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    left: 0px;
    right: 0px;
}

.mobile-trigger-user,
.mobile-trigger{
    font-size: 14px;
    color: #fff;
    width: 70px;
    height: 70px;
    display: inline;
    cursor: pointer;
    position: absolute;
}

.mobile-trigger-user:hover i,
.mobile-trigger:hover i{
    color: #b881fc;
}

.mobile-trigger-user{
    right: 0px;
    top: 0px;
}

.mobilewrapper{
    min-height: 100%;
 
    position:fixed;
    display:none;
    overflow-x: hidden!important;
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    top: 0px;
    -webkit-transform: translate(-265px, 0px);
    -moz-transform: translate(-265px, 0px);
    -ms-transform: translate(-265px, 0px);
    -o-transform: translate(-265px, 0px);
}

.mobilewrapper-user{    
    display:none;
    min-height: 100%;
    position: absolute;
    position:fixed;
    overflow-x: hidden!important;
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    top: 0px;
    -webkit-transform: translate(265px, 0px);
    -moz-transform: translate(265px, 0px);
    -ms-transform: translate(265px, 0px);
    -o-transform: translate(265px, 0px);
}

.snap-drawers {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
}

.snap-drawer-left{
    right:auto!important;
}

.snap-drawer {
    position: absolute;
    top: 0;
    right:0px;
    bottom: 0;
    left: auto;
    width: 265px;
    border: 1px solid #3E4453;
    height: auto;
    overflow: auto;
   -webkit-overflow-scrolling: touch;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
/* */
    background-color: #282D33;
}

.sidebar-header {
    width: 100%;
    z-index: 11;
    background-color: #26292b;
    height: 65px;
    border-bottom: solid 2px #2d3033;
}


.user_mobile_menu_list, 
.mobilex-menu {
    margin-bottom: 0px;
    margin-left: 0px!important;
    background-color: #282d33;
    margin-top: 40px;
    padding: 0px;
}


.user_mobile_menu_list li,
.mobilex-menu li {
    font-weight: 400;
    list-style: none;
    font-size: 13px;
    margin-bottom: 0px;
    border-bottom: 1px solid #555;
}

.user_mobile_menu_list li:hover,
.mobilex-menu li:hover{
    background-color: #b881fc;
}

.mobilex-menu li.menu-item-has-children:hover{
    background: transparent;
}

user_mobile_menu_list li:hover,
.mobilex-menu .sub-menu li:hover{
    border-bottom: 1px solid #555;  
} 

.user_mobile_menu_list li a,
.mobilex-menu li a {
    color: #FFFFFF;
    padding: 15px 20px 15px 30px;
    display: inline-block;
    line-height: 20px;
    width:100%;
    position: relative;
}

.mobilex-menu  .menu-item-has-children >a:after {
    position: absolute;
    right: 15px;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 5px;
    font-size: 9px;
    height: 100%;
    float: right;
}

.user_mobile_menu_list i{
    margin-right:10px;
} 

.mobilemenu-close-user,
.mobilemenu-close,
.user_tab_menu_close{
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    padding: 7px;
    color: #FFFFFF;
}

.mobilemenu-close-user:hover,
.mobilemenu-close:hover{
    color:#3C90BE;
}

.mobilex-menu .sub-menu{
    margin-left:0px;
    padding: 0px;
}

.mobilex-menu .sub-menu ul{
    padding-left: 0px;
}

.mobilex-menu .sub-menu ul li{
    padding-left: 20px;
}


.mobilex-menu .sub-menu a{
    padding-left:45px;
    line-height: 20px;
}

.mobilex-menu .sub-menu .sub-menu a{
    padding-left:45px;
    line-height: 20px;
}

.mobilex-menu .sub-menu ul {
    border-top:none!important;
}

.mobilex-menu .sub-menu {
    display:none;
}

.view_channel{
    float:right;
    font-size: 13px;
}

.wpstream_channel_status {
    padding: 17px 0px 43px 0px;
    font-size: 16px;
    font-weight: 700;
}

.wpstream_social_media_broadcast {
    display: none;
}

.record_wrapper, .event_list_unit_notificationx {
    margin-bottom: 10px;
    position: relative;
}

.server_loading {
    display: none;
    margin-left: 10px;
}

.show_stream_data {
    display: block;
}
.external_software_streaming {
    display: none;
    padding-top: 20px;
}
.record_wrapper, .event_list_unit_notificationx {
    margin-bottom: 10px;
    position: relative;
}
.wpstream_live_key_text, .wpstream_live_uri_text {
    display: inline;
}
.copy_live_key, .copy_live_uri {
    display: inline;
    background: #8e8b8b;
    color: #fff;
    padding: 3px 6px;
    margin-left: 10px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 11px;
}
.event_list_stream_key_wrap {
    margin-top: 10px;
}
.warning_stream {
    margin-top: 10px;
}
.hide_stream_data {
    display: none;
}