/*
 * Theme Name: rcu
 * Author: 
 * Author URI: 
 * Theme URI: 
 * Description: 
 * Version: 2.1.0
 * License: 
 * License URI: 
 * Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
 * Text Domain: 
 * Tested up to: 
 * Requires PHP: 7.2
*/

.ptms_marquee {
	padding:0 !important;
	margin:0 !important;
}
.ptms_marquee  marquee {
	padding:0 !important;
	margin:0 !important;
	height:30px !important;
}
.ptms_marquee  marquee a:hover {
	color:#000 !important;
}
.ptms_marquee  marquee a {
	padding-right:20px;
}
.ptms_marquee  marquee a::before {
	content="\f058";
	font-family: 'Font Awesome 5 Free';
	color:#000;
	font-size:20px;
	margin-right:10px;
}
.footer-box {
    position: fixed;
    background: #2220;
    height: 339px;
    overflow: hidden;
    width: 184px;
    top: 101px;
    right: 0;
    z-index: 999
}

.product-sidebar .social-links {
    position: absolute;
    top: 150px;
    right: -130px;
    padding: 0;
    margin: 0;
    z-index: 9999999;
    -webkit-transition: right .3s ease;
    -moz-transition: right .3s ease;
    transition: right .3s ease
}

.product-sidebar .xs-sidebar-group.isActive .social-links {
    right: 270px
}

.product-sidebar .social-links li {
    position: relative;
    display: block;
    list-style: none;
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: relative;
    color: #fff;
    cursor: pointer;
    left: 0;
    white-space: nowrap;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.product-sidebar .social-links li:hover {
    left: -130px
}

.product-sidebar .social-links li .icon {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 0 !important;
    transition: opacity .5s ease;
    color: inherit
}

.product-sidebar .social-links li:hover span {
    visibility: visible;
    opacity: 1;
    right: 110%
}

.product-sidebar .social-links li span {
    font-family: 'Nunito Sans', Sans-serif;
    font-size: 13px;
    width: 130px;
    height: 45px;
    font-weight: 400;
    line-height: 45px;
    text-align: center;
    transition: all .2s ease;
    padding: 0;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .24);
    border-radius: 0;
    display: block;
    float: right;
    color: inherit
}

.product-sidebar .social-links li a {
    color: #fff;
    text-decoration: none
}

.product-sidebar .social-links li:nth-child(1) {
    background: #13C856;
}
.product-sidebar .social-links li:nth-child(2) {
    background: #DB6E68;
}
.product-sidebar .social-links li:nth-child(3) {
    background: #EA2659;
}
/*
.product-sidebar .social-links li:last-child {
    background: #13C856;
}*/
.xs-sidebar-group .xs-overlay {
    left: 0;
    top: 0;
    position: fixed;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    cursor: url(https://july.commonsupport.com/povash/wp-content/themes/povash/assets/temp/cross-out.png), pointer;
    z-index: 999999
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: .9;
    visibility: visible;
    right: 100%
}

.xs-sidebar-widget {
    position: fixed;
    right: -400px;
    top: 0;
    background-color: #fff;
    width: 400px;
    height: 100%;
    z-index: 9999999;
    -webkit-transition: right .3s ease;
    -moz-transition: right .3s ease;
    transition: right .3s ease
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    right: 0
}

.xs-bg-black {
    background-color: rgb(0, 0, 0, .5)
}

.product-sidebar .sidebar-widget-container {
    position: absolute;
    right: -17px;
    top: 0;
    height: 100%;
    width: 417px;
    padding: 30px;
    background: #dcdcdc;
    border-left: 1px solid #dcdcdc;
    color: #111;
    font-size: 14px;
    line-height: 1.7;
    z-index: 9999999;
    top: 159px
}

.product-sidebar .sidebar-content .btn-box {
    margin-bottom: 30px
}

.product-sidebar .sidebar-content .btn-box a {
    position: relative;
    display: block;
    background: #222;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 5px
}

.product-sidebar .sidebar-content .single-box .title-box {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.product-sidebar .sidebar-content .single-box .title-box .line {
    position: relative;
    display: block;
    height: 1px;
    background: #e5e5e5;
    width: 100%;
    flex: 1
}

.product-sidebar .sidebar-content .single-box .title-box .line:before {
    content: '';
    position: absolute;
    z-index: 1;
    height: 3px;
    width: 40px;
    background: #f73859;
    border-radius: 1.5px;
    right: 0;
    top: 50%;
    margin-top: -1.5px
}

.product-sidebar .sidebar-content .single-box .title-box h5 {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #222;
    background: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    margin-right: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.product-sidebar .sidebar-content .single-box .image {
    position: relative;
    margin: 0;
    box-shadow: 5px 4px 16px 0 rgba(0, 0, 0, .15);
    margin-bottom: 10px
}

.product-sidebar .sidebar-content .single-box .image img {
    width: 100%
}

.product-sidebar .sidebar-content .single-box .item-name {
    position: relative;
    display: block
}

.product-sidebar .sidebar-content .single-box .item-name h6 {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #222;
    margin: 0
}

.product-sidebar .sidebar-content .single-box .item-name h6 a {
    color: #222;
    text-decoration: none
}

.product-sidebar .sidebar-content .single-box .item-name .price {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    color: red
}

.product-sidebar .sidebar-content .single-box .item-name .price del {
    color: #848484
}

.product-sidebar .sidebar-content .single-box {
    margin-bottom: 30px
}

.product-sidebar .sidebar-content .single-box .single-item {
    margin-bottom: 20px
}

@media screen and (max-width:900px) {
    .footer-box {
        display: none !important
    }
	.flashphoto {
		margin-top:30px;
	}
	.thm-unit-test h1{font-size:28px !important;}
	.wpb_wrapper h2 {font-size:25px !important;}
	.wpb_wrapper h3 {font-size:20px !important;}
	.wpb_wrapper h4 {font-size:18px !important;}
	.footer-upper .widget-section .widget-title h3 { margin:0px !important; padding:0px !important;}
	.footer-upper .widget-content {margin-top:-20px !important; padding-top:0px !important;}
}

.sidebar-page-container .content-side p {margin-bottom:10px;}
.sidebar-page-container .content-side ul 			{padding-left: 25px;}
.sidebar-page-container .content-side ul li 		{list-style: disc;}
.sidebar-page-container .content-side ol 			{padding-left: 25px;}
.sidebar-page-container .content-side ol li 		{list-style:lower-roman;}


.sidebar-page-container .content-side table	{border:1px solid #d3d3d3;padding:10px;line-height:20px;}
.sidebar-page-container .content-side td		{border:1px solid #d3d3d3;padding:10px;line-height:20px;}


.bdt-ps-counternav {display:none !important;}
.ngg-album-gallery-image-counter {display:none !important;}
.ngg-breadcrumbs {display:none !important;}
.ngg-album-compact h4 {text-align:center; !important; float:none !important;;}