﻿/*
Theme Name: ZShop
Text Domain: zshop
Theme URI: http://saoshyant-wp.ir/zshop
Description: WooCommerce WordPress Theme
Author: Saoshyant-Theme
Version: 1.9
License URI: http://www.gnu.org/licenses/gpl-3.0.html

License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself. You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. 
Tags: three-columns,  Threaded-comments, Translation-ready, Custom-menu

 //////////////////////////////////////////////////////////////////
TABLE OF CONTENTS
/////////////////////////////////////////////////////////////////////
1. Body 

2. Header  order
	2.1. Header Contnetn
	2.2. Logo
	2.3. Nav Menu
	2.4. LoginForm
	2.5. Search Form
	2.6. Socail Icon
 	2.7. Date 

3. Content

	3.1. Row & Columns	
	3.2. Breadcrumbs	

4. Slider
 
5. Single

	5.1. Single Post
	3.2. Single Contnet	
	5.3. Tags
	5.4. Post Pagination
	5.5. Review
	5.6. Share Button
	5.6. Author box
	5.7. Next & Previous
	5.8. Related Posts
 	5.9. LightBox
 	5.10. Comments 

6. Widget 
    6.1. Widget General	
    6.2. Widget Social
    6.3. Widget Login
    6.4. Widget ADS 
    
7. Footer 
 
 
 
/********************************************************************
********************************************************************
********************************************************************
1. Body
*********************************************************************
********************************************************************
********************************************************************/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
excerpt,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}
blockquote,
q {
	quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
html {
	margin-top: 0!important
}
a {
	text-decoration: none;
	color: #323334
}
a:hover {
	text-decoration: none
}
hr {
	opacity: .2
}
#submit {
	opacity: 1;
	color: #fff!important;
	border: medium none;
	padding: 4px 7px
}
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.35em
}
pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	background: rgba(150, 150, 150, .05);
	padding: 20px;
	opacity: .8;
	margin-bottom: 20px;
}
sub {
	bottom: -0.25em;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
dl {
	padding: 0 20px;
}
p {
	margin-bottom: 20px
}
/* latin-ext */

body {
	background: #fff;
	direction: ltr;
	font-family: 'Rubik', arial, sans-serif;
	line-height: 1.7em;
	color: #666
}
body * {
	box-sizing: border-box
}
body.rd-background-image {
	background-image: none
}
.rd-background {
	position: fixed;
	z-index: -2;
	width: 100%;
	min-height: 100.1%;
}
.rd-background img {
	min-width: 100.1%;
	min-height: 100.1%;
	position: absolute;
	float: left;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	font-size: 0px;
	-ms-transform: translate(-50%, -50%);
}
.rd-header-background {
	position: absolute;
	z-index: -2;
	overflow: hidden;
	width: 100%;
	height: 100.1%;
}
.rd-header-background img {
	min-width: 100.1%;
	min-height: auto;
	min-height: 100%;
	position: absolute;
	float: left;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	font-size: 0px;
	-ms-transform: translate(-50%, -50%);
}
input {
	font-weight: 400;
	border: 0 none;
	font-family: inherit;
	font-size: 14px;
	padding: 0 10px;
	background: transparent;
	line-height: 40px;
	border-radius: 5px;
	border:solid 1px rgba(118,128,138,0.15);
		background: rgba(118, 128, 138, 0.05);

}
body input, body select , body textarea {
	color:inherit !important;
}
body input:hover {
	box-shadow: 0 0 0 1px rgba(118, 128, 138, 0.3) inset
}
textarea {
	padding: 10px;
	border-radius: 5px;
	background: rgba(118, 128, 138, 0.05);
	font-family: inherit;
		border:solid 1px rgba(118,128,138,0.15);

}
select {
	padding: 0px 10px;
	line-height: 40px;
	font-size: 14px;
	height: 40px;
	background: rgba(118, 128, 138, 0.05);
	background: transparent;
	border:solid 1px rgba(118,128,138,0.15);

	font-family: inherit;
	color: inherit
}
br {
	margin-bottom: 1px;
}
.rd-wrapper {
	float: left;
	text-align: left;
	width: 100%;
		overflow:hidden;

}
 	
/********************************************************************
********************************************************************
********************************************************************
2. Header 
*********************************************************************
********************************************************************
********************************************************************/

/********************************************************************
2.1. Header Content
*********************************************************************/

header {
	z-index: 2;
	float: left;
	width: 100%;
	box-shadow: none;
	position: relative;
}
.rd-all-header {
	margin-bottom: 00px;
}
.rd-header,
.rd-masthead,
.rd-navplus {
	border-left: 0;
	border-radius: 0;
	z-index: 1;
	float: left;
	margin: auto;
	width: 100%;
}
.rd-masthead-warp,
.rd-header-warp,
.rd-navplus-warp {
	float: left;
	width: 100%;
	background-color: #fff;
	color: #000;
	box-shadow: 0 -1px 0 0 rgba(118, 128, 138, 0.1) inset;
}
div.rd-header-warp-item:last-child {
	box-shadow: none;
}
.rd-header-middle,
.rd-masthead-middle,
.rd-navplus-middle {
	margin: auto;
	width: 1200px;
	position: relative
}
.rd-header-full-width .rd-header-middle,
.rd-header-full-width .rd-masthead-middle,
.rd-header-full-width .rd-navplus-middle {
	width: 100% !important;
}
.rd-navplus-center .rd-navplus,
.rd-masthead-center .rd-masthead {
	text-align: center;
}
.rd-header-warp {
	min-height: 180px;
}
.rd-navplus-warp {
	min-height: 38px;
 }
.rd-masthead-warp {
		box-shadow:0 -5px 0 0 rgba(0, 0, 0, 0.1) inset ,0 -1px 0 0 rgba(118, 128, 138, 0.1) inset !important

 }
.rd-masthead-warp.rd-sticky-enable {
	box-shadow:0 -5px 0 0 rgba(0, 0, 0, 0.1) inset ,0 -1px 0 0 rgba(118, 128, 138, 0.1) inset !important
}
.rd-masthead li a,
.rd-masthead li,
.rd-masthead a {
	color: #000
}
.none-masthead {
	display: inline
}
.rd-sticky-warp {
	display: none;
}
.rd-sticky-enable.rd-sticky-warp {
	position: fixed;
	width: 100%;
	display: inline-block;
	top: 0;
	right: 0;
	z-index: 9;
	opacity: .95;
}
.rd-header-background {
	position: absolute;
	z-index: -2;
	overflow: hidden;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100.1%
}
@media (max-width: 1399px) and (min-width: 991px) {
	.rd-none-header,
	.none-masthead {
		display: flow-root;
	}
}
@media (min-width: 991px) {
	body #rd-wrapper .rd-all-header.rd-header-glass {
		z-index: 9;
	}
	.rd-all-header.rd-header-glass .rd-header-background {
		display: none !important;
	}
	body #rd-wrapper .rd-all-header.rd-header-glass .rd-masthead-warp,
	body #rd-wrapper .rd-all-header.rd-header-glass .rd-header-warp,
	body #rd-wrapper .rd-all-header.rd-header-glass .rd-navplus-warp {
		background: none !important;
	}
}
@media (max-width: 991px) {
	.rd-header,
	.rd-navplus,
	.rd-masthead {
		margin: 0!important;
		width: 100%!important;
		padding: 0!important;
		
	}
		.rd-all-header{
		overflow:hidden;
	}
	.rd-header-warp,
	.rd-header {
		height: auto !important;
		min-height: inherit !important;
	}
	.rd-header {
		padding: 10px !important;
	}
	.rd-header-warp,
	.rd-navplus-warp,
	.rd-masthead-warp {
		height: auto;
	}
	.rd-sticky-enable {
		top: 0px !important;
	}
	.none-masthead {
		box-shadow: 0 1px 0 0 rgba(118, 128, 138, 0.2) inset;
		width: 100%;
		float: left
	}
	.rd-navplus,
	.rd-masthead {
		height: auto !important;
	}
	.rd-navplus-warp {
		display: none !important;
	}
}
@media (max-width: 991px) {
	.rd-nav-active {
		z-index: 1111111111;
	}
	.rd-masthead,
	.rd-navplus {
		margin: 0!important;
		position: relative;
		width: 100%!important;
		padding: 0!important
	}
	.rd-navplus-warp,
	.rd-masthead-warp {
		height: auto;
	}
	.none-masthead {
		box-shadow: 0 -1px 0 0 rgba(118, 128, 138, 0.2) inset;
		width: 100%;
		left: 0;
		display: inline-block;
		top: 0;
		bottom: 0;
	}
	.rd-none-header {
		transform: translate(-50%, 0%);
		float: left;
		display: inline-block;
		text-align: center;
		left: 50%;
		position: relative;
		-webkit-transform: translate(-50%, 00%);
		-moz-transform: translate(-50%, 00%);
		-o-transform: translate(-50%, 00%);
		-ms-transform: translate(-50%, 0%);
		width: 100%;

padding: 0 10px;
	}
	.rd-sticky-enable .none-masthead {
		float: right;
		display: inline-block;
		width: auto !important;
	}
}
@media (max-width: 600px) {
	.rd-sticky-enable {
		margin-top: 0px !important;
	}
}
@media (min-width: 1300px) and (max-width: 1399px) {
	body #rd-wrapper .none-masthead,
	body #rd-wrapper .rd-none-header {
		padding: 0 5px;
	}
	body #rd-wrapper .rd-navplus {
		padding: 0 7px;
	}
}
@media (min-width: 1200px) and (max-width: 1300px) {
	body #rd-wrapper .none-masthead,
	body #rd-wrapper .rd-none-header {
		padding: 0 7px;
	}
	body #rd-wrapper .rd-navplus {
		padding: 0 10px;
	}
}
@media (min-width: 1100px) and (max-width: 1200px) {
	body #rd-wrapper .none-masthead,
	body #rd-wrapper .rd-none-header {
		padding: 0 10px;
	}
	body #rd-wrapper .rd-navplus {
		padding: 0 12px;
	}
}
@media (min-width: 991px) and (max-width: 1100px) {
	body #rd-wrapper .none-masthead,
	body #rd-wrapper .rd-none-header {
		padding: 0 12px;
	}
	body #rd-wrapper .rd-navplus {
		padding: 0 13px;
	}
}
/********************************************************************
2.2 Toolbar
*********************************************************************/

.rd-toolbar {
	display: none !important;
}
@media (max-width: 991px) {
	.rd-toolbar {
		position: fixed;
		width: 100%;
		width: 100%;
		display: none;
		background: rgba(0, 5, 10, .7);
		height: 100%;
		left: 0px;
		top: 0px;
		overflow: scroll;
		z-index: 99999999;
	}
	.rd-toolbar.rd-toolbar-active {
		display: inline-block !important;
	}
	.rd-toolbar-middle {
		display: grid;
		left: -100%;
		width: 500px;
		height: 100%;
		position: absolute;
		grid-template-columns: auto 60px;
	}
	.rd-toolbar-background {
		position: fixed;
		z-index: -2;
		overflow: hidden;
		width: 100%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 100.1%
	}
	.rd-toolbar-close {
		width: 60px;
		background: rgba(32, 40, 47, 0.85);
		height: 60px;
		overflow: hidden;
		position: relative;
		cursor: pointer;
		top: 20px;
		box-shadow: 0 0 15px rgba(0, 8, 15, 0.5);
		border-radius: 0 10px 10px 0;
	}
	.rd-toolbar-close:before {
		content: "\f335";
		;
		font-family: dashicons;
		width: 100%;
		height: 60px;
		line-height: 60px;
		font-size: 40px;
		color: #fff;
		text-align: center;
		display: inline-block;
	}
	.rd-toolbar-warp {
		height: 100%;
		float: left;
		width: 100%;
		box-shadow: 0 0 15px #00080f;
		position: relative;
	}
	.rd-toolbar.rd-dropdown-light .rd-toolbar-warp::before {
		background: #ffffff !important;
	}
	.rd-toolbar.rd-dropdown-dark .rd-toolbar-warp::before {
		background: #121315 !important;
	}
	.rd-toolbar-warp::before {
		content: "";
		width: 100%;
		background: rgba(02, 10, 17, 0.85);
		z-index: -1;
		position: absolute;
		height: 100%;
		left: 0px;
		top: 0px;
	}
	.rd-toolbar.rd-toolbar-active .rd-toolbar-warp {
		transform: scaleX(1);
		-webkit-transform: scaleX(1);
		-moz-transform: scaleX(1);
		-o-transform: scaleX(1);
		-ms-transform: scaleX(1);
	}
	.rd-toolbar-container {
		overflow-y: scroll;
		height: 100%;
	}
}
@media (max-width: 499px) {
	.rd-toolbar-middle {
		width: 100%;
	}
}
/********************************************************************
2.2 Logo
*********************************************************************/

.rd-logo {
	float: left;
	line-height: 0;
	height: 90px;
	margin-right: 20px;
	margin-left: 20px;
	display: inline-block;
	position: relative
}
.rd-masthead .rd-logo {
	z-index: 1;
}
.rd-logo-right {
	float: right;
	margin-left: 20px;
	margin-right: 20px;
}
.rd-logo-image .rd-logo-warp {
	margin: 0px !important;
}
.rd-logo-image a {
	line-height: 0px;
}
.rd-logo-center {
	float: left;
	width: 100%;
	margin-left: 00px;
	margin-right: 0px;
}
.rd-logo-center .rd-logo-warp {
	transform: translate(-50%, -50%);
	top: 50%;
	float: left;
	left: 50%;
	margin-top: 0;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)
}
.rd-logo-warp {
	position: relative;
	transform: translate(0, -50%);
	top: 50%;
	margin-top: 0;
	background: none !important;
	padding: 0px !important;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}
.rd-logo a {
	font-size: 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block
}
.rd-logo-center a.rd-logo-title,
.rd-logo-center a.rd-logo-description {
	text-align: center;
}
a.rd-logo-title {
	font-size: 30px;
	text-align: left;
	line-height: 1em;
	display: block;
	color: #000
}
a.rd-logo-description {
	font-size: 13px;
	line-height: 1.42em;
	text-align: left;
	display: block;
	color: #000
}
.rd-logo a:hover {
	opacity: .75
}
.rd-logo-position-header .rd-logo {
	display: none !important;
}
body .rd-sticky-enable .rd-logo {
	display: inline-block !important;
}
.rd-sticky-enable .rd-logo.rd-logo-image .rd-logo-warp {
	height: 100% !important;
	transform: none !important;
	-webkit-transform: none !important;
	top: 0px !important;
	width: auto !important;
	-moz-transform: none !important;
	-o-transform: none !important;
	-ms-transform: none !important;
}
.rd-sticky-enable .rd-logo.rd-logo-image .rd-logo-warp a {
	height: 100%;
	position: relative;
}
.rd-sticky-enable .rd-logo.rd-logo-image .rd-logo-warp img {
	max-height: 100%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	top: 50%;
	position: relative;
 
}
.rd-sticky-enable .rd-logo.rd-logo-description .rd-logo-description {
	display: none;
}
.rd-sticky-enable .rd-logo-title {
	font-size: 1em !important;
}
body .rd-sticky-enable .rd-logo-title {
	text-align: left !important;
}
.rd-sticky-enable .rd-logo-type-image .rd-logo-warp,
.rd-sticky-enable .rd-logo-type-image .rd-logo-warp a {
	height: 100%;
	width: auto !important;
}
.rd-sticky-enable .rd-logo-type-image .rd-logo-warp img {
	max-height: 100%;
	height: auto !important;
	width: auto !important;
}
@media (max-width: 991px) {
	.rd-toolbar .rd-logo {
		padding-top: 0px !important;
		padding: 20px!important;
		display: inline-block;
		position: relative;
		width: 100% !important;
		height: auto !important;
		float: left
	}
	body .rd-toolbar .rd-logo img,
	body .rd-toolbar .rd-logo{
		height:auto !important;
		
	}
	
	.rd-toolbar .rd-logo-warp {
		margin: auto;
		vertical-align: middle;
		display: inline-block;
		transform: none!important;
		top: 0!important;
		margin-top: 0;
		transform: none!important;
		-webkit-transform: none!important;
		-moz-transform: none!important;
		-o-transform: none!important;
		-ms-transform: none!important;
		text-align: center!important;
		margin: auto !important;
		float: none !important;
		display: block !important;
		width: auto !important;
	}
	.rd-logo-warp {
		margin: auto;
		vertical-align: middle;
		display: inline-block;
		transform: none !important;
		top: 0 !important;
		margin-top: 0;
		transform: none !important;
		-webkit-transform: none !important;
		-moz-transform: none !important;
		-o-transform: none !important;
		-ms-transform: none !important;
		width: 100% !important;
	}
	.rd-sticky-enable .rd-logo {
		margin-right: 20px !important;
		margin-left: 20px !important;
		display: inline-block;
		position: relative;
		width: auto !important;
		float: left;
	}
	.rd-header .rd-logo {
		height: auto !important;
		padding: 10px;
		min-height: inherit !important;
	}
	.rd-logo {
		width: 100% !important;
		padding: 0px;
		left: 0px !important;
		margin: 00px 0px !important;
	}
	a.rd-logo-title {
		text-align: center !important;
	}
	a.rd-logo-description {
		text-align: center !important;
	}
	a.rd-logo-title,
	a.rd-logo-description {
		text-align: center!important;
		float: none;
		width: auto !important;
	}
}
@media (max-width: 499px) {
	.rd-sticky-enable .rd-logo.rd-logo-image {
		width: 50% !important;
	}
	.rd-sticky-enable .rd-logo.rd-logo-image img {
		max-width: 100% !important;
		max-height: 70px !important;
		width: auto !important;
		height: auto !important;
	}
	.rd-logo-position-header.rd-sticky-enable .rd-logo-title {
		font-size: .7em !important;
	}
 
}
/********************************************************************
2.3. Nav Menu
*********************************************************************/

/********************************************************************
2.4. LoginForm
*********************************************************************/

.rd-masthead .rd-login {
	float: right;
	height: 90px;
	line-height: 90px
}
.rd-navplus .rd-login {
	float: right;
	height: 38px;
	line-height: 38px
}
.rd-header .rd-login {
	float: right;
	line-height: 50px;
	position: relative;
}
.rd-header .rd-singout,
.rd-header .rd-singin {
	height: 50px;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	position: relative;
}
.rd-masthead .rd-login-left,
.rd-navplus .rd-login-left {
	float: left;
}
.rd-login-left {
	float: left;
}
.rd-login-right {
	float: right;
}
.body-loginform-position-navplus .rd-masthead .rd-login,
.body-loginform-position-header .rd-masthead .rd-login {
	display: none;
}
.rd-login .rd-user {
	border-bottom: none !important;
	overflow: hidden;
	position: relative;
	text-align: left;
	display: block;
	list-style: none;
	border-radius: 5px;
	padding: 0 20px;
 }
.rd-login .rd-singout .rd-user {
	cursor: pointer;
}
.rd-masthead .rd-user,
.rd-navplus .rd-user {
	border-radius: 0px !important;
}
 .rd-user-text{
	float:left;
	margin:0px;
}
.rd-header .rd-user-text {
	list-style:none;
}
.rd-header .rd-user-text span{
	line-height:25px;
	float:none;
	display:block;
}
 
.rd-user i::before {
	font-size: 1.5em;
	font-family: "Flaticon";
	height: 100%;
	float: left;
	margin-right: 5px;
	content: "\f100";
	font-style: normal
}
.rd-header .rd-user i::before {
	font-size: 2.5em;
	margin-right:10px;
}
 
.rd-user-welcome {
	opacity:0.6;
}
.rd-singout {
	float: right;
	position: relative
}
.rd-sing-hover.rd-singout {
	z-index: 333333;
}

.rd-singout ul {
	margin-left: 0px !important;
	margin-bottom: 0px;
	list-style:none;
	margin-right: 0px !important;
}
.rd-singin-out {
	width: 100%;
	height: 100%;
	position: absolute;
	cursor: pointer
}
.rd-masthead .rd-user-welcome,
.rd-navplus .rd-user-welcome{
	display:none;
	
}
.rd-masthead  .rd-sing-hover li {
	z-index: 333333;
	
}
 .rd-masthead  .rd-sing-hover .rd-user *,
 .rd-masthead  .rd-sing-hover .rd-user *:before,
  .rd-navplus  .rd-sing-hover .rd-user *,
  .rd-navplus  .rd-sing-hover .rd-user *:before,
 .rd-masthead  .rd-singin:hover .rd-user *,
 .rd-masthead  .rd-singin:hover .rd-user *:before,
  .rd-navplus  .rd-singin:hover .rd-user *,
  .rd-navplus  .rd-singin:hover .rd-user *:before
 
  {
	 color:#ffffff !important;
 }
 
.rd-wrapper .rd-singin-warp .rd-input,
.rd-wrapper .rd-singin-warp li a {
	color: #000 !important;
}
.rd-singout-warp {
	height: auto!important;
	box-shadow: 0 0 15px 0px rgba(118, 128, 138, 0.2)!important;
	position: absolute;
	display: none;
	border-radius: 5px;
	width: 220px!important;
	background: #fff;
	right: 0;
	z-index: 9;
}
 
.rd-login-left .rd-singout-warp {
	right: auto;
	left: 0;
}
.rd-singout-warp .rd-user-name {
	display: none;
}
.rd-singout-warp li {
	list-style: none;
	font-size: 14px;
	width: 100%;
	float: left;
	border-bottom: solid 1px rgba(118, 128, 138, 0.2)!important;
	line-height: 40px
}
.rd-singout-warp li:last-child {
	border-bottom: none!important;
}
.rd-singout-warp li a {
	font-size: 14px;
	padding: 5px 15px;
	border-radius: 00px;
	width: 100%;
	text-align: left;
	float: left
}
.rd-header .rd-user {
	font-weight: 400;
	font-size: 17px
}
.rd-masthead .rd-user {
	font-weight: 400;
	font-size: 15px
}
.rd-navplus .rd-user {
	font-weight: 400;
	font-size: 13px;
}
.rd-singin-ul {
	margin: 0px;
}
header .rd-singout-warp {
	height: auto!important;
	position: absolute;
	display: inline-block !important;
	width: 220px!important;
	background: #fff;
	right: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	overflow: hidden;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-o-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	z-index: 9;
}
header .rd-sing-hover .rd-singout-warp {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.rd-dropdown-light .rd-login .rd-singout-warp,
.rd-dropdown-light .rd-login.rd-singout-active {
	background: #ffffff !important;
}
.rd-dropdown-light .rd-login .rd-singout-warp a,
.rd-dropdown-light .rd-singout-active .rd-user-icon::before,
.rd-dropdown-light .rd-login .rd-singout-warp .rd-user-name {
	color: #121314 !important;
}
.rd-dropdown-light .rd-login .rd-singout-warp {
	border-top: none !important;
}
.rd-dropdown-dark .rd-login .rd-singout-warp,
.rd-dropdown-dark .rd-login.rd-singout-active {
	background: #121518 !important;
}
.rd-dropdown-dark .rd-login .rd-singout-warp a,
.rd-dropdown-dark .rd-singout-active .rd-user-icon::before,
.rd-dropdown-dark .rd-login .rd-singout-warp .rd-user-name {
	color: #ffffff !important;
}
.rd-dropdown-dark .rd-login .rd-singout-warp {
	border-top: none !important;
}
body #rd-wrapper .rd-sticky-enable .rd-login {
	display: inline-block !important;
}
 
@media (min-width: 1300px) and (max-width: 1400px) {
	body #rd-wrapper .rd-masthead .rd-user,
	body #rd-wrapper .rd-header .rd-user {
		padding: 0 15px!important;
		font-size: 14px!important;
	}
	body #rd-wrapper .rd-navplus .rd-user {
		padding: 0 13px!important;
		font-size: 13px!important
	}
}
@media (min-width: 1200px) and (max-width: 1300px) {
	body #rd-wrapper .rd-masthead .rd-user,
	body #rd-wrapper .rd-header .rd-user {
		padding: 0 13px!important;
		font-size: 13px!important
	}
	body #rd-wrapper .rd-navplus .rd-user {
		padding: 0 10px!important;
		font-size: 12px!important
	}
}
@media (min-width: 1100px) and (max-width: 1200px) {
	body #rd-wrapper .rd-masthead .rd-user,
	body #rd-wrapper .rd-header .rd-user {
		padding: 0 10px!important;
		font-size: 12px!important
	}
	body #rd-wrapper .rd-navplus .rd-user {
		font-size: 11px!important;
		padding: 0 8px!important;
	}
	body #rd-wrapper .rd-user-text {
		display: none !important;
	}
	body #rd-wrapper .rd-user-icon::before {
		margin-right: 0px !important;
	}
}
@media (min-width: 991px) and (max-width: 1100px) {
	body #rd-wrapper .rd-header .rd-login,
	body #rd-wrapper .rd-masthead .rd-user,
	body #rd-wrapper .rd-header .rd-user {
		padding: 0 8px!important;
		font-size: 12px!important
	}
	body #rd-wrapper .rd-navplus .rd-user {
		padding: 0 7px!important;
		font-size: 11px!important
	}
	body #rd-wrapper .rd-user-text {
		display: none !important;
	}
	body #rd-wrapper .rd-user-icon::before {
		margin-right: 0px !important;
	}
}
@media (max-width:991px) {
	.body-loginform-position-navplus .rd-navplus .rd-login,
	.body-loginform-position-header .rd-header .rd-login {
		display: none !important
	}
	.body-loginform-position-navplus .rd-masthead .rd-login,
	.body-loginform-position-header .rd-masthead .rd-login {
		display: inline-block !important;
	}
	#rd-wrapper .rd-singout-active {
		position: fixed !important;
		height: 100% !important;
		width: 100%!important;
		left: 0px !important;
		margin: 0px !important;
		top: 0 !important;
		padding: 0px !important;
		z-index: 11111111;
		overflow-y: scroll;
		background: #ffffff;
	}
	.rd-body-login-active {
		overflow-y: hidden !important;
	}
	.rd-body-login-active .wpadminbar {
		z-index: 0;
	}
	.rd-body-login-active .rd-sing-active .rd-none-header {
		float: none !important;
		position: fixed !important;
		margin: 0px !important;
		top: 0px !important;
		width: 100% !important;
		height: 100% !important;
		transform: translate(0%, 0%) !important;
		-webkit-transform: translate(0%, 0%) !important;
		-moz-transform: translate(0%, 0%) !important;
		-o-transform: translate(0%, 0%) !important;
		-ms-transform: translate(0%, 0%) !important;
		left: 0px !important;
		z-index: 11111111111;
	}
	.rd-singout-warp li {
		float: left;
		border-bottom: none !important;
		box-shadow: 0 -1px 0 0 rgba(118, 128, 138, 0.2)!important
	}
	.rd-singout-warp li a {
		padding: 5px 0 !important
	}
	.rd-singout-warp li a:hover {
		opacity: .75;
	}
	.rd-singin-middle {
		margin: 0;
		top: 0;
		opacity: 1;
		width: 100%;
		z-index: 2
	}
	header .rd-login {
		float: none !important;
		vertical-align: top;
		display: inline-block;
	}
	.rd-header .rd-login {
		top: 0px !important;
		padding: 10px 0;
		height: inherit !important;
	}
	.rd-singout-active {
		padding: 20px !important;
	}
	.rd-singout-active .rd-singout {
		height: auto !important;
		float: left;
		width: 100%;
		top: 0;
	}
	.rd-singout,
	.rd-singin {
		transform: translate(0%, 0%) !important;
		-webkit-transform: translate(0%, 0%) !important;
		-moz-transform: translate(0%, 0%) !important;
		-o-transform: translate(0%, 0%) !important;
		-ms-transform: translate(0%, 0%) !important;
	}
	body header .rd-singout-warp {
		display: none!important;
		width: 100%!important;
		box-shadow: 0 -1px 0 0px rgba(118, 128, 138, 0.2) inset;
	}
	.rd-singout-active .rd-user {
		height: 80px;
		background: none !important;
		border: none !important;
		box-shadow: none !important;
		cursor: inherit;
		padding: 0 !important;
		text-shadow: none !important;
	}
	.rd-singout-active:hover .rd-user {
		text-shadow: none !important;
	}
	.rd-singout-active .rd-user-icon {
		float: left;
		width: 100%;
		height: 80px;
		cursor: pointer;
	}
	.rd-singout-active .rd-user-icon:before {
		width: 100% !important;
		text-align: center;
		content: "\f335";
		font-family: dashicons!important;
		height: 80px !important;
		line-height: 80px;
		font-size: 50px !important;
		font-weight: 400 !important;
	}
	.rd-singout-active .rd-user-text {
		display: none !important;
	}
	.rd-singout-active .rd-singout-warp {
		display: block!important;
		z-index: 111111;
	}
	
	.rd-singout-active .rd-singin-warp {
		display: block!important;
		z-index: 111111;
	}
	.rd-singout-active .rd-user-name {
		display: inline-block;
		height: 50px;

		width: 100%;
		font-size: 20px;
		line-height: 50px;
		text-align: center;
	}
	.rd-singout-active .rd-user-name::before {
		font-family: dashicons;
		font-size: 1.5em;
		vertical-align: top;
		margin-right: 5px;
		content: "\f110";
		font-style: normal
	}
	.rd-header-warp.rd-sing-active {
		z-index: 11111111;
	}
	.rd-toolbar .rd-singout-warp {
		width: 100%!important;
		height: 100%!important;
		opacity: 1!important;
		position: relative !important;
		display: inline-block !important;
	}
	.rd-toolbar .rd-user-icon {
		display: none !important;
	}
	.rd-toolbar #rd-wrapper .rd-singout-active {
		position: relative!important;
		height: 100%!important;
		display: inline-block !important;
		width: 100%!important;
		left: 0!important;
		margin: 0!important;
		top: 0!important;
		padding: 0!important;
		z-index: 11111111;
	}
	.rd-toolbar .rd-singout-active.rd-login-singin {
		display: none !important;
	}
	.rd-singout-active .rd-user {
		display: none !important;
		height: 80px;
		background: none!important;
		border: none!important;
		box-shadow: none!important;
		cursor: inherit;
		padding: 0!important;
		text-shadow: none!important
	}
	.rd-singout-active:hover .rd-user {
		text-shadow: none!important
	}
	.rd-singout-active .rd-user-icon {
		float: left;
		width: 100%;
		height: 80px;
		cursor: pointer
	}
	.rd-singout-active .rd-user-icon:before {
		width: 100%!important;
		text-align: center;
		content: "\f335";
		font-family: dashicons!important;
		height: 80px!important;
		line-height: 80px;
		font-size: 50px!important;
		font-weight: 400!important
	}
	.rd-singout-active .rd-user-text {
		display: none!important
	}
	.rd-singout-active .rd-singout-warp {
		display: block!important;
		z-index: 111111
	}
	.rd-singout-active .rd-singin-warp {
		display: block!important;
		z-index: 111111
	}
	.rd-singout-active .rd-user-name {
		display: inline-block;
		height: 50px;
		margin-bottom: 4px;
		width: 100%;
		font-size: 20px;
		line-height: 50px;
		text-align: center
	}
	.rd-singout-active .rd-user-name::before {
		font-family: dashicons;
		font-size: 1.5em;
		vertical-align: top;
		margin-right: 5px;
		content: "\f110";
		font-style: normal
	}
	.rd-sing-active {
		z-index: 11111111 !important;
	}
	.rd-sing-active .rd-masthead-middle {
		z-index: 111111;
	}
}
@media (max-width: 767px) {
	.rd-user span {
		display: none;
	}
	.rd-user i::before {
		margin-right: 0px;
	}
}
@media (max-width: 499px) {
	header .rd-user {
		padding: 0 10px !important;
	}
}
/********************************************************************
2.5. Wishlist
*********************************************************************/

.rd-masthead .rd-wishlist {
	float: right;
	height: 90px;
	line-height: 90px;
}
.rd-navplus .rd-wishlist {
	float: right;
	height: 38px;
	line-height: 38px
}
.rd-header .rd-wishlist {
	float: right;
	line-height: 50px;
	position: relative;
}
.rd-header .rd-wish-warp {
	height: 50px;
	top: 50%;
	position: relative;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%)
}
.rd-masthead .rd-wishlist-left,
.rd-navplus .rd-wishlist-left {
	float: left;
}
.rd-wishlist .rd-wish {
	border-bottom: none !important;
	overflow: hidden;
	position: relative;
	text-align: left;
	display: block;
	list-style: none;
	padding: 0 20px;
	cursor: pointer
}
.rd-wish::before {
	height: 100%;
	float: left;
	margin-right: 5px;
	font-style: normal
}
.rd-wish::before {
	font-size: 1.5em;
	font-family: flaticon;
	height: 100%;
	float: left;
	margin-right: 5px;
	content: "\f113";
	font-style: normal
}
.rd-header .rd-wish::before{
	font-size:2.5em;
}
.rd-header .rd-wish {
	font-weight: 400;
	font-size: 17px;
	border-radius: 5px;
}
.body-wish-position-navplus .rd-masthead .rd-wishlist,
.body-wish-position-header .rd-masthead .rd-wishlist {
	display: none !important;
}
.rd-masthead .rd-wish {
	font-weight: 400;
	font-size: 15px;
}
.rd-navplus .rd-wish {
	font-weight: 400;
	font-size: 15px;
}
.rd-wish-warp ul {
	margin: 0px;
}
@media (min-width: 1300px) and (max-width: 1400px) {
	body #rd-wrapper .rd-masthead .rd-wish,
	body #rd-wrapper .rd-header .rd-wish {
		padding: 0 15px!important;
		font-size: 14px!important;
	}
	body #rd-wrapper .rd-navplus .rd-wish {
		padding: 0 13px!important;
		font-size: 13px!important
	}
}
@media (min-width: 1200px) and (max-width: 1300px) {
	body #rd-wrapper .rd-masthead .rd-wish,
	body #rd-wrapper .rd-header .rd-wish {
		padding: 0 13px!important;
		font-size: 13px!important
	}
	body #rd-wrapper .rd-navplus .rd-wish {
		padding: 0 10px!important;
		font-size: 12px!important
	}
}
@media (min-width: 1100px) and (max-width: 1200px) {
	body #rd-wrapper .rd-masthead .rd-wish,
	body #rd-wrapper .rd-header .rd-wish {
		padding: 0 10px!important;
		font-size: 12px!important
	}
	body #rd-wrapper .rd-navplus .rd-wish {
		font-size: 11px!important;
		padding: 0 8px!important;
	}
}
@media (min-width: 991px) and (max-width: 1100px) {
	body #rd-wrapper .rd-masthead .rd-wish,
	body #rd-wrapper .rd-header .rd-wish {
		padding: 0 8px!important;
		font-size: 12px!important
	}
	body #rd-wrapper .rd-navplus .rd-wish {
		padding: 0 7px!important;
		font-size: 11px!important
	}
	body #rd-wrapper .rd-wish span {
		display: none;
	}
	body #rd-wrapper .rd-wish::before {
		margin-right: 0px !important;
	}
}
@media (max-width:991px) {
	.body-wish-position-header .rd-header .rd-wishlist {
		display: none !important;
	}
	.body-wish-position-header .rd-masthead .rd-wishlist,
	.body-wish-position-navplus .rd-masthead .rd-wishlist {
		display: inline-block !important;
	}
	.rd-wish-warp {
		position: inherit!important
	}
	.rd-header .rd-wishlist {
		top: 0px !important;
		padding: 10px 0;
		height: inherit !important;
	}
	.rd-header .rd-wish-warp {
		transform: translate(0%, 0%) !important;
		-webkit-transform: translate(0%, 0%) !important;
		-moz-transform: translate(0%, 0%) !important;
		-o-transform: translate(0%, 0%) !important;
		-ms-transform: translate(0%, 0%) !important;
	}
	.rd-navplus-center .rd-wishlist,
	.rd-masthead-center .rd-wishlist,
	.rd-header-center .rd-wishlist {
		float: none !important;
		display: inline-block;
		vertical-align: top;
	}
	.rd-wishlist {
		margin: 0px !important;
	}
}
@media (max-width:767px) {
	header .rd-wishlist span {
		display: none !important;
	}
	header .rd-wishlist .rd-wish::before {
		margin-right: 0px;
	}
}
@media (max-width:499px) {
	.rd-wishlist .rd-wish {
		padding: 0px 10px !important;
	}
}
/********************************************************************
2.5. SearchForm
*********************************************************************/

.rd-navplus .rd-search.rd-search-left,
.rd-masthead .rd-search.rd-search-left {
	float: left;
}
.rd-navplus .rd-search.rd-search-right,
.rd-masthead .rd-search.rd-search-right {
	float: right;
}
.body-search-position-navplus .rd-masthead .rd-search {
	display: none;
}
.rd-navplus .rd-search {
	float: right;
	position: relative;
	height: 38px;
	line-height: 38px;
}
.rd-masthead .rd-search {
	height: 90px;
	line-height: 90px;
	float: right;
	position: relative;
}
.rd-header .rd-search {
	float: left;
	position: relative;
	height: 100%;
	width: 600px;
	padding: 0 20px;
}
.rd-header .rd-search.rd-search-right,
.rd-navplus .rd-search.rd-search-right,
.rd-masthead .rd-search.rd-search-right {
	float: right;
}
.rd-search-icon,
.rd-search-icon-mobile {
	cursor: pointer;
	position: relative;
	float: right;
	text-align: center;
	height: 100%;
	width: 100%;
	padding: 0 20px;
}
.rd-search-icon-mobile {
	display: none;
}
body #rd-wrapper header .rd-search a.rd-search-icon:hover::before,
body #rd-wrapper header .rd-search a.rd-search-icon-mobile:hover::before {
	color: #ffffff !important;
}
.rd-search.rd-search-active a.rd-search-icon::before {
	content: "\f335"
}
body .rd-sticky-enable .rd-search {
	display: inline-block !important;
}
.rd-search.rd-search-active a.rd-search-icon:hover::before {
	color: #ffffff !important;
}
header .rd-search a.rd-search-icon::before {
	color: #000;
	content: "\f179";
	font-size: 1.5em;
	font-family: dashicons;
	height: 100%;
	font-style: normal
}
header .rd-search-sub {
	margin-top: 90px;
	padding: 20px 20px;
	box-shadow: 0 0 15px 0px rgba(118, 128, 138, 0.3);
	width: 350px!important;
	border-radius: 5px;
	position: absolute;
	background: #fff;
	z-index: 8888888;
	right: 0;
	display: none
}
.rd-search-sub  .rd-search-button{
	width:80px;
	font-size:12px;
}
.rd-search-sub  .rd-searchform{

	grid-template-columns: auto 80px;
}
header .rd-search.rd-search-left .rd-search-sub {
	right: auto;
	left: 0;
}
header .rd-navplus .rd-search-sub {
	margin-top: 38px;
	padding: 20px;
}
.rd-searchform {
	float: left;
	height: 50px;
	box-shadow: 0 0 0 1px rgba(108, 128, 148, 0.15);
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	grid-template-columns: auto 120px;
	display: grid;
	width: 100%
}
.rd-searchform:hover {
	box-shadow: 0 0 0 1px rgba(118, 128, 138, 0.3);
}
.rd-header .rd-searchform {
	height: 50px;
	width: 100%;
	display: grid;
	top: 50%;
	border-radius: 5px;
	overflow: hidden;
	background: #ffffff;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%)
}
.rd-header .rd-searchform {
	grid-template-columns: 180px auto 120px;
	display: grid;
	width:100%;
}
.rd-header .rd-searchform select {
	float: right;
	height: 100%;
	box-shadow: none;
	width: 100%;
	border-radius: 0px;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	border-width: 0px 1px 0px 0px;
	border-color: rgba(108, 128, 148, .1);
	padding: 0 10px;
	opacity: .75;
}
.rd-header .rd-searchform .rd-search-text:hover {
	background: rgba(118, 128, 138, 0.2);
}
.rd-searchform select {
	display: none;
}
.rd-header .rd-searchform select {
	margin: 0;
	display: inline-block;
	background-image: url('images/select.png');
 	background-repeat: no-repeat;
		background-color: rgba(108, 128, 148, 0.1);

	background-position: right 10px center;
}
.rd-header .rd-searchform select:hover {
	opacity: 1;
}
.rd-search-button:hover {
	background: #000000 !important;
}
.rd-search-button {
	box-shadow: none!important;
	cursor: pointer;
	float: right;
	color: #fff;

	background: none;
	border-radius: 0px;
	border: none;
	height: 100%;
	border: 0;
	width: 100%;
}
.rd-header .rd-search-button {
	width: 100%;
}
.rd-header .rd-searchform select {
	font-size: 17px;
}
.rd-header .rd-searchform input {
	font-size: 17px;
	border-radius: 0px !important;
}
.rd-header .rd-search-icon {
	font-size: 17px;
}
.rd-masthead .rd-search-icon {
	font-size: 15px;
}
.rd-navplus .rd-search-icon {
	font-size: 13px;
}
#rd-wrapper .rd-search-button {
	color: #fff !important;
}
.rd-404 .rd-search-text {
	box-shadow: 0 0 0 1px #76808a33 !important;
}
.rd-search-text {
	box-shadow: none!important;
	position: relative;
	width: 100%;
	height: 100%;
	float: left;
	border: none
}
body #rd-wrapper .rd-header .rd-search-text {
	width: 100%;
}
.rd-searchform i.rd-search-icon {
	padding: 0!important;
	pointer-events: none;
	position: absolute;
	height: 50px;
	right: 0;
	line-height: 50px;
	width: 50px;
	padding: 0 5px;
	text-align: center
}
.rd-header .rd-searchform i.rd-search-icon {
	height: 50px;
	line-height: 50px;
	width: 50px;
}
.rd-searchform i.rd-search-icon::before {
	content: "\f179";
	font-family: dashicons;
	font-style: normal;
	font-size: 1.5em;
}
.rd-masthead .rd-searchform i.rd-search-icon::before,
.rd-navplus .rd-searchform i.rd-search-icon::before {
	font-size: 26px;
}
.rd-searchform i.rd-search-icon::before {
	color: #fff !important;
}
.rd-dropdown-light .rd-search-sub,
.rd-dropdown-light.rd-header-warp .rd-search-text,
.rd-dropdown-light.rd-header-warp .rd-searchform,
.rd-dropdown-light .rd-search-active .rd-searchform {
	background: #ffffff !important;
}
.rd-dropdown-light .rd-header .rd-searchform select:hover {
	background-color: #ffffff;
}
.rd-dropdown-light .rd-search-text.rd-input,
.rd-dropdown-light .rd-searchform select,
.rd-dropdown-light .rd-search-active .rd-search-icon i::before,
header .rd-dropdown-light .rd-search-active a.rd-search-icon i::before {
	color: #121518 !important;
}
.rd-dropdown-dark .rd-search-sub,
.rd-dropdown-dark.rd-header-warp .rd-search-text,
.rd-dropdown-dark.rd-header-warp .rd-searchform,
.rd-dropdown-dark .rd-search-active .rd-searchform {
	background: #121518 !important;
}
.rd-dropdown-dark .rd-header .rd-searchform select:hover {
	background-color: #121518;
}
.rd-dropdown-dark .rd-search-text.rd-input,
.rd-dropdown-dark .rd-searchform select,
.rd-dropdown-dark .rd-search-active .rd-search-icon i::before,
header .rd-dropdown-dark .rd-search-active a.rd-search-icon i::before {
	color: #ffffff !important;
}
@media (min-width:1900px) {
	.rd-header .rd-search {
		width: 900px;
	}
}
@media (min-width: 1800px) and (max-width: 1899px) {
	.rd-header .rd-search {
		width: 850px;
	}
}
@media (min-width: 1700px) and (max-width: 1799px) {
	.rd-header .rd-search {
		width: 750px;
	}
}
@media (min-width: 1600px) and (max-width: 1699px) {
	.rd-header .rd-search {
		width: 650px;
	}
}
@media (min-width: 1500px) and (max-width: 1599px) {
	.rd-header .rd-search {
		width: 575px;
	}
}
@media (min-width: 1400px) and (max-width: 1499px) {
	.rd-header .rd-search {
		width: 550px;
	}
	.rd-header .rd-searchform {
		grid-template-columns: 150px auto 120px;
	}
}
@media (min-width: 1300px) and (max-width: 1399px) {
	.rd-header .rd-search {
		width: 500px;
	}
	.rd-header .rd-searchform {
		grid-template-columns: 160px auto 100px;
	}
}
@media (min-width: 1200px) and (max-width: 1299px) {
	.rd-header .rd-search {
		width: 430px;
	}
	.rd-header .rd-searchform {
		grid-template-columns: 150px auto 100px;
 	}
}
@media (min-width: 1100px) and (max-width: 1199px) {
	.rd-header .rd-search {
		width: 500px;
	}
	.rd-header .rd-searchform {
		grid-template-columns: 140px auto 120px;
	}
}
@media (min-width: 991px) and (max-width: 1099px) {
	.rd-header .rd-search {
		width: 400px;
	}
	.rd-header .rd-searchform {
		grid-template-columns: 140px auto 100px;
		display: grid;
	}
	.rd-header .rd-searchform select {
		width: 130px;
	}
	a.rd-search-icon {
		padding: 0 12px;
	}
}
@media (min-width: 1300px) and (max-width: 1400px) {
	body #rd-wrapper .rd-header .rd-search,
	body #rd-wrapper .rd-masthead a.rd-search-icon {
		padding: 0 15px!important;
	}
	body #rd-wrapper .rd-header .rd-search-text,
	body #rd-wrapper .rd-header .rd-searchform select,
	body #rd-wrapper .rd-header .rd-searchform .rd-search-button

	body #rd-wrapper .rd-masthead .rd-search-icon {
		font-size: 14px!important
	}
	body #rd-wrapper .rd-navplus a.rd-search-icon {
		padding: 0 13px!important;
		font-size: 13px!important
	}
}
@media (min-width: 1200px) and (max-width: 1300px) {
	body #rd-wrapper .rd-header .rd-search,
	body #rd-wrapper .rd-masthead a.rd-search-icon {
		padding: 0 13px!important;
	}
	body #rd-wrapper .rd-header .rd-search-text,
	body #rd-wrapper .rd-header .rd-searchform select,
	body #rd-wrapper .rd-header .rd-searchform .rd-search-button
	body #rd-wrapper .rd-masthead .rd-search-icon {
		font-size: 13px!important
	}
	body #rd-wrapper .rd-navplus a.rd-search-icon {
		padding: 0 10px!important;
		font-size: 12px!important
	}
}
@media (min-width: 1100px) and (max-width: 1200px) {
	body #rd-wrapper .rd-header .rd-search,
	body #rd-wrapper .rd-masthead a.rd-search-icon {
		padding: 0 10px!important;
	}
	body #rd-wrapper .rd-header .rd-search-text,
	body #rd-wrapper .rd-header .rd-searchform select,
	body #rd-wrapper .rd-header .rd-searchform .rd-search-button
	body #rd-wrapper .rd-masthead .rd-search-icon {
		font-size: 12px!important
	}
	body #rd-wrapper .rd-navplus a.rd-search-icon {
		padding: 0 8px!important;
		font-size: 11px!important
	}
}
@media (min-width: 991px) and (max-width: 1100px) {
	body #rd-wrapper .rd-header .rd-search,
	body #rd-wrapper .rd-masthead a.rd-search-icon {
		padding: 0 8px!important;
	}
	body #rd-wrapper .rd-header .rd-search-text,
	body #rd-wrapper .rd-header .rd-searchform select,
	body #rd-wrapper .rd-header .rd-searchform .rd-search-button
	body #rd-wrapper .rd-masthead .rd-search-icon {
		font-size: 12px!important
	}
	body #rd-wrapper .rd-navplus a.rd-search-icon {
		padding: 0 7px!important;
		font-size: 11px!important
	}
}
@media (max-width:991px) {
	.body-search-position-navplus header .rd-navplus .rd-search {
		display: none;
	}
	.body-search-position-navplus header .rd-masthead .rd-search {
		display: inline-block;
	}
	header .rd-search a.rd-search-icon-mobile::before {
		color: #000;
		content: "\f179";
		font-size: 1.5em;
		font-family: dashicons;
		height: 100%;
		font-style: normal
	}
	body #rd-wrapper .rd-masthead .rd-search {
		float: none !important;
		vertical-align: top;
	}
	.rd-header .rd-search {
		height: auto !important;
		margin: 0px !important;
		padding: 10px;
		width: 100%;
	}
	.rd-header .rd-searchform {
		top: 0px;
		width: 100% !important;
		transform: translate(0%, 0%);
		-webkit-transform: translate(0%, 0%);
		-moz-transform: translate(0%, 0%);
		-o-transform: translate(0%, 0%);
		-ms-transform: translate(0%, 0%);
		display: grid;
		grid-template-columns: 180px auto 120px;
		display: grid;
	}
	header .rd-masthead a.rd-search-icon {
		display: none !important;
	}
	header .rd-masthead .rd-search-icon-mobile {
		display: inline-block !important;
	}
	.rd-header .rd-searchform select {
		width: 100%;
		float: left;
	}
	.rd-header .rd-search-text {
		width: 100%;
	}
	.rd-toolbar .rd-searchform {
		overflow: hidden;
		box-shadow: 0 0 0 2px rgba(118, 128, 138, 0.3);
	}
	.rd-toolbar .rd-search-sub {
		padding: 20px 20px;
		float: left;
		width: 100%;
		display: inline-block !important;
	}
	.rd-toolbar a.rd-search-icon,
	.rd-toolbar a.rd-search-icon-mobile {
		display: none !important;
	}
}
@media (max-width: 767px) {
	.rd-header .rd-search {
		height: auto !important;
		width: 100% !important;
	}
	.rd-header .rd-search select {
		width: 100%;
		font-size: 12px;
	}
	.rd-header .rd-searchform {
		grid-template-columns: 160px auto 100px;
	}
}
@media (max-width: 499px) {
	.rd-header .rd-search select {
		width: 100%;
		font-size: 0px !important;
	}
	header .rd-search-icon-mobile {
		padding: 0 10px !important;
	}
	.rd-header .rd-searchform {
		grid-template-columns: 40px auto 100px;
	}
}
/********************************************************************
2.5. ADD CARD
*********************************************************************/

.rd-addcart {
	float: right;
	position: relative;
	line-height: 1 !important;
}
.body-cart-position-navplus .rd-masthead .rd-addcart,
.body-cart-position-header .rd-masthead .rd-addcart {
	display: none
}
.rd-addcart-left {
	float: left;
}
.rd-addcart-yourcart {
	display: none;
	opacity:.6;
}
.rd-header .rd-addcart-yourcart {
 	overflow:hidden;
 	
}
.rd-addcart-icon-warp{
	float:left;
	position:relative;
}

.rd-header .rd-addcart-icon .woocommerce-Price-amount {

	display:block;
	overflow:hidden;
	float:none !important;
    line-height: 50px;

}
.rd-header .rd-addcart .rd-addcart-content {
	height: 50px;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}
.rd-addcart .rd-addcart-icon {
	float: left;
	padding: 0 20px;
}
.rd-header .rd-addcart-icon {
	border-radius: 5px;
}
 
.rd-header .rd-addcart .rd-addcart-icon::before{
	margin-right:10px;
}
 
.rd-addcart .rd-addcart-icon::before {
	color: #000;
	content: "\f129";
	font-size: 1.5em;
	font-family: 'Flaticon';
	height: 100%;
	margin-right: 5px;
	float: left;
	font-style: normal;
}
.rd-addcart-yourcart{
	 display:none;
 }
.rd-header .rd-addcart .rd-addcart-icon::before{
		font-size: 2.5em;
}
.rd-header .rd-addcart .rd-addcart-warp {
	top: 50px;
}
.rd-addcart .rd-addcart-content {
	float: right;
	z-index: 1;
	position: relative;
}
.rd-addcart .rd-product-list-warp {
	width: 100% !important;
	margin: 0px !important;
}
.rd-addcart .rd-addcart-warp {
	width: 350px;
	position: absolute;
	border-radius: 00px;
	height: auto!important;
	overflow: hidden;
	z-index: 1;
	line-height: 1.5em;
	background: #ffffff;
	display: inline-block !important;
	box-shadow: 0 0 15px 0px rgba(118, 128, 138, 0.3);
	border-radius: 5px;
}
header .rd-addcart-warp {
	position: absolute;
	right: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-o-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	padding: 20px;
	border-radius: 0;
}
header .rd-cart-hover .rd-addcart-warp {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.rd-addcart-right .rd-addcart-warp {
	right: 0px;
	left: auto;
}
.rd-addcart .rd-addcart-count {
	background: #000;
	color: #fff;
	border-radius: 50%;
	width: 20px;
	color: #ffffff !important;
	color: rgb(255, 255, 255) !important;
	height: 20px;
	line-height: 20px;
	position: absolute;
	text-align: center;
	position: absolute;
	text-align: center;
	top: 0;
	font-size: 12px;
	left:10px;
}
 
.rd-cart-active {
	z-index: 111111;
}
.rd-addcart.rd-cart-hover {
	z-index: 111111;
}
.rd-addcart .rd-addcart-icon a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	float: left;
}
.rd-addcart .widget_shopping_cart_content ul {
	margin-left: 0px;
	margin-bottom: 0px;
}
.rd-addcart .rd-addcart-warp .rd-list-warp .rd-post-list {
	background: none !important;
}
.rd-addcart ul.product_list_widget {
	float: left;
	width: 100%;
	margin-top: 0px !important;
}
header .rd-addcart .rd-addcart-icon {
	line-height: 50px;
	cursor: pointer;
}
.rd-header .rd-addcart .rd-addcart-icon a {
	font-size: 17px;
}
.rd-masthead .rd-addcart .rd-addcart-icon a {
	font-size: 15px;
}
.rd-navplus .rd-addcart .rd-addcart-icon a {
	font-size: 13px;
}
.rd-addcart .rd-addcart-icon i::before {
	float: left;
	margin-right: 5px;
}
.rd-navplus .rd-addcart-icon i::before {
	font-size: 1.5em;
}
.rd-addcart .rd-addcart-icon .woocommerce-Price-amount {
	float: left;
}
.rd-addcart .rd-addcart-icon {
	list-style: none;
	float: left;
}
.woocommerce-mini-cart-item.rd-post-item.rd_column_1_1.mini_cart_item {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: rgba(118, 128, 138, 0.15);
}
.rd-addcart .woocommerce-mini-cart__total {
	margin-top: 1em;
	text-align: center;
	float: left;
	margin-bottom: 0.75em;
	width: 100%;
}
.rd-addcart .woocommerce-mini-cart__total .amount {
	font-weight: 700 !important;
}
.rd-addcart .widget_shopping_cart_content .buttons {
	float: left;
	width: 100%;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 20px;
}
.rd-addcart .rd-addcart-warp a.button {
	text-transform: uppercase !important;
}
.rd-addcart .widget_shopping_cart_content .buttons a:first-child {
	margin-right: 15px;
}
.rd-addcart ul.cart_list li,
.rd-addcart ul.product_list_widget li {
	padding: 20px !important;
	margin: 0;
	list-style: none;
	border-bottom: solid 1px rgba(118, 128, 138, .2) !important;
	float: left;
	width: 100%;
	text-align: left;
}
.rd-addcart .woocommerce-mini-cart__empty-message {
	text-align: center;
	width: 100%;
	padding: 20px;
	margin: 0px;
}
body .rd-addcart .rd-addcart-warp .rd-post-item .remove_from_cart_button {
	float: left;
	color: #FF0004 !important;
}
body .rd-addcart .rd-addcart-warp .rd-post-item .remove_from_cart_button:hover {
	float: left;
	opacity: .7;
	background: none !important;
}
.rd-dropdown-light .rd-addcart-warp {
	background: #ffffff;
}
.rd-dropdown-light .rd-addcart .rd-addcart-warp a,
.rd-dropdown-light .rd-addcart.rd-cart-active .rd-addcart-icon:before,
.rd-dropdown-light .rd-addcart .rd-addcart-warp strong,
.rd-toolbar.rd-dropdown-light .rd-addcart-yourcart {
	color: #10181f !important;
}
.rd-dropdown-light .rd-addcart-warp span,
.rd-dropdown-light .rd-addcart-warp p,
.rd-dropdown-light .rd-addcart-warp span {
	color: #40484f !important;
}
.rd-dropdown-dark .rd-addcart-warp {
	background: #20282f;
}
.rd-dropdown-dark .rd-addcart .rd-addcart-warp a,
.rd-dropdown-dark .rd-addcart.rd-cart-active .rd-addcart-icon:before,
.rd-dropdown-dark .rd-addcart .rd-addcart-warp strong,
.rd-toolbar.rd-dropdown-dark .rd-addcart-yourcart {
	color: #ffffff !important;
}
.rd-dropdown-dark .rd-addcart-warp span,
.rd-dropdown-dark .rd-addcart-warp p,
.rd-dropdown-dark .rd-addcart-warp span {
	color: #dddddd !important;
}
.rd-addcart .remove_from_cart_button {
	top: 50%;
	position: relative;
	left: 0px;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}
.rd-addcart .rd-post-item {
	display: inline-grid;
	grid-template-columns: 34px auto;
}
.rd-addcart .rd-details {
	text-align: left;
}
.rd-addcart .rd-addcart-warp a {
	text-transform: none !important;
	font-weight: 700 !important;
}
.rd-addcart .rd-post-item .rd-post-container {
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
.rd-addcart .rd-post-module-1 .rd-post-container:hover {
	box-shadow: none !important;
}
.rd-addcart .woocommerce-mini-cart-item:hover {
	background: rgba(118, 128, 138, 0.05) !important;
}
@media (min-width: 1300px) and (max-width: 1400px) {
	body #rd-wrapper .rd-masthead .rd-addcart-icon,
	body #rd-wrapper .rd-header .rd-addcart-icon {
		padding: 0 15px!important;
		font-size: 14px!important;
	}
	body #rd-wrapper .rd-navplus .rd-addcart-icon {
		padding: 0 13px!important;
		font-size: 13px!important
	}
}
@media (min-width: 1200px) and (max-width: 1300px) {
	body #rd-wrapper .rd-masthead .rd-addcart-icon,
	body #rd-wrapper .rd-header .rd-addcart-icon {
		padding: 0 13px!important;
		font-size: 13px!important
	}
	body #rd-wrapper .rd-navplus .rd-addcart-icon {
		padding: 0 10px!important;
		font-size: 12px!important
	}
}
@media (min-width: 1100px) and (max-width: 1200px) {
	body #rd-wrapper .rd-masthead .rd-addcart-icon,
	body #rd-wrapper .rd-header .rd-addcart-icon {
		padding: 0 10px!important;
		font-size: 12px!important
	}
	body #rd-wrapper .rd-navplus .rd-addcart-icon {
		font-size: 11px!important;
		padding: 0 8px!important;
	}
	body #rd-wrapper .rd-addcart-icon-warp {
		display: none;
	}
	.rd-addcart .rd-addcart-icon::before{
		margin-right:0px !important;
	}
}
@media (min-width: 991px) and (max-width: 1100px) {
	body #rd-wrapper .rd-masthead .rd-addcart-icon,
	body #rd-wrapper .rd-header .rd-addcart-icon {
		padding: 0 8px!important;
		font-size: 12px!important
	}
	body #rd-wrapper .rd-navplus .rd-addcart-icon {
		padding: 0 7px!important;
		font-size: 11px!important
	}
	body #rd-wrapper .rd-navplus .rd-addcart-icon {
		padding: 0 7px!important;
		font-size: 11px!important
	}
	.rd-addcart .rd-addcart-icon::before{
		margin-right:0px !important;
	}
	body #rd-wrapper   .rd-addcart-icon-warp {
		display: none;
	}
}
header .rd-masthead .rd-cart-hover .rd-addcart-icon span,
header  .rd-masthead .rd-cart-hover .rd-addcart-icon:before,
header .rd-navplus .rd-cart-hover .rd-addcart-icon span,
header  .rd-navplus .rd-cart-hover .rd-addcart-icon:before {
	color: #ffffff !important;
}
@media (max-width:991px) {
	.rd-header .rd-addcart {
		height: auto !important;
		float: none;
		display: inline-block;
		vertical-align: top;
		padding: 10px 0 !important;
	}
	.body-cart-position-header .rd-header .rd-addcart,
	.body-cart-position-navplus .rd-navplus .rd-addcart {
		display: none !important;
	}
	.body-cart-position-header .rd-masthead .rd-addcart,
	.body-cart-position-navplus .rd-masthead .rd-addcart {
		display: inline-block !important;
	}
	.rd-addcart-content {
		top: 0px !important;
		left: 0px !important;
		float: right;
		height: auto;
		width: 100%;
		transform: translate(0%, 0%) !important;
		-webkit-transform: translate(0%, 0%) !important;
		-moz-transform: translate(0%, 0%) !important;
		-o-transform: translate(0%, 0%) !important;
		-ms-transform: translate(0%, 0%) !important;
	}
	.rd-toolbar .rd-addcart {
		width: 100%;
		padding: 20px !important;
	}
	.rd-addcart-active {
		z-index: 11111111;
		position: relative;
	}
	body #rd-wrapper header .rd-addcart-warp {
		display: none !important;
	}
	.rd-toolbar .rd-addcart-icon-warp{
		width:100%;
		text-align:center;
	
	}
	.rd-toolbar .rd-addcart-warp {
		width: 100% !important;
		position: relative;
		box-shadow: none !important;
	}
	.rd-toolbar .rd-addcart-icon {
		width: 100%;
		text-align: center;
		padding: 20px 0;
		border-color: rgba(118, 128, 138, 0.15);
		border-width: 0 0 1px 0px;
		border-style: solid;
	}
	.rd-toolbar .rd-addcart-icon::before {
		float: none !important;
		display: inline-block;
	}
	.rd-toolbar .rd-addcart-icon .woocommerce-Price-amount {
		display: none;
	}
	.rd-toolbar .rd-addcart-yourcart {
		display: inline-block;
		font-size: 20px;
		font-weight: 700;
		text-transform: uppercase;
	}
	.rd-toolbar .rd-addcart .rd-addcart-count {
		display: none !important;
	}
	.rd-toolbar .widget_shopping_cart_content .buttons a {
		color: #ffffff !important;
	}
	.rd-toolbar .rd-addcart .rd-addcart-icon::before {
		font-size: 3em;
		margin-right: 0px;
		width: 100%;
		margin-bottom: 10px;
	}
	body .rd-dropdown-light.rd-toolbar .rd-toolbar-close,
	body .rd-dropdown-light.rd-toolbar .rd-toolbar-close::before {
		background: #ffffff !important;
		color: #121518 !important;
	}
	body .rd-dropdown-dark.rd-toolbar .rd-toolbar-close,
	body .rd-dropdown-dark.rd-toolbar .rd-toolbar-close::before {
		background: #121518 !important;
		color: #ffffff !important;
	}
	.rd-addcart-icon a {
		display: none;
	}
	.rd-navplus-center .rd-addcart,
	.rd-masthead-center .rd-addcart,
	.rd-header-center .rd-addcart {
		float: none !important;
		display: inline-flex;
		display: -webkit-inline-flex;
		display: -ms-inline-flexbox;
		vertical-align: top;
	}
}
@media (max-width:767px) {
	header .rd-addcart .rd-addcart-icon .amount {
		display: none !important;
	}
	header .rd-addcart .rd-addcart-icon::before {
		margin-right: 0px;
	}
}
@media (max-width:499px) {
	header .rd-addcart .rd-addcart-icon {
		padding: 0 10px !important;
	}
}

/********************************************************************
2.6. Social Icon
*********************************************************************/

header .rd-social {
	float: right;
	display: inline-block
}
header .rd-social-left {
	float: left
}
.rd-masthead .rd-social {
	height: 90px;
	line-height: 90px
}
.rd-masthead .rd-social a {
	font-size: 15px
}
.rd-navplus .rd-social {
	height: 38px;
	line-height: 38px
}
.rd-navplus .rd-social a {
	font-size: 13px
}
header .rd-social ul {
	height: 100%;
	margin-left: 0!important;
	margin-bottom: 0!important;
	padding: 0 15px;
	float:left;
	margin-right: 0!important
}
header .rd-social li {
	padding: 0;
	margin-top: auto;
	margin-bottom: auto;
	float: left;
	list-style: none;
	height: 100%
}
header .rd-social li a {
 	float: left;
	padding: 0 10px;
	height: 100%;
 
}
header .rd-social li img{
	height:2.5em;
	float:left;
	position:relative;
	border-radius:50%;
	width:2.5em;	
	
top: 50%;
	left: 0;
	transform: translate(0, -50%);
	position:relative;
	-webkit-transform:  translate(0, -50%);
	-moz-transform:  translate(0, -50%);
	-o-transform:  translate(0, -50%);
 	-ms-transform:  translate(0, -50%);	 
}
.rd-social:not(.rd-social-fa) li a:before {
	content: inherit!important;
	display: none!important
}
.rd-social-fa li a::before {
	font-style: normal;
	font-family: 'FontAwesome';
	font-size: 1.5em
}
.rd-social-icon {
	display: none
}
 .body-social-position-navplus .rd-masthead .rd-social {
	display: none !important;
}
@media (min-width: 1300px) and (max-width: 1400px) {
	body #rd-wrapper .rd-masthead  .rd-social ul {
		padding: 0 15px!important;
 	}
 	body #rd-wrapper .rd-masthead .rd-social ul a {
 		font-size: 14px!important
	} 
	body #rd-wrapper .rd-navplus  .rd-social ul {
		padding: 0 13px!important;
 	}
 	body #rd-wrapper .rd-navplus .rd-social ul a {
 		font-size: 13px!important
	}	 
		
   
}
@media (min-width: 1200px) and (max-width: 1300px) {
	body #rd-wrapper .rd-masthead  .rd-social ul {
		padding: 0 13px!important;
 	}
 	body #rd-wrapper .rd-masthead .rd-social ul a {
 		font-size: 13px!important
	} 
	
	body #rd-wrapper .rd-navplus  .rd-social ul {
		padding: 0 10px!important;
 	}
 	body #rd-wrapper .rd-navplus .rd-social ul a {
 		font-size: 12px!important
	}	 
		
}
@media (min-width: 1100px) and (max-width: 1200px) {
	body #rd-wrapper .rd-masthead  .rd-social ul {
		padding: 0 10px!important;
 	}
	body #rd-wrapper .rd-masthead  .rd-social ul a {
 		font-size: 12px!important
	} 
	
	body #rd-wrapper .rd-navplus  .rd-social ul {
		padding: 0 8px!important;
 	}
	body #rd-wrapper .rd-navplus  .rd-social ul a {
 		font-size: 11px!important
	}	
 
		
}
 
@media (min-width: 991px) and (max-width: 1100px) {
	body #rd-wrapper .rd-masthead  .rd-social ul {
		padding: 0 8px!important;
 	}
	body #rd-wrapper .rd-masthead  .rd-social ul a {
 		font-size: 12px!important
	} 
	
	body #rd-wrapper .rd-navplus  .rd-social ul {
		padding: 0 7px!important;
 	}
	body #rd-wrapper .rd-navplus  .rd-social ul a {
 		font-size: 11px!important
	}	 
	 
		
}

@media (min-width: 992px) {
	header .rd-social a:hover:before {
		color: #fff!important
	}
}
@media (max-width: 991px) {
	.body-social-position-navplus .rd-masthead .rd-social {
		display: inline-block !important;
	}
	header .rd-social{
		float:none;
		display:inline-block;
	}
	header .rd-social-icon {
		display: inline-block;
	}
	header .rd-social-icon {
		display: inline-block;
		display: inline-block;
		padding: 0 20px;
		height: 100%;
		cursor: pointer
	}
	header .rd-social-icon:before {
		content: "\f237";
		font-style: normal;
		font-family: dashicons;
		font-size: 1.5em
	}
	.rd-masthead .rd-social-icon:before {
		font-size: 1.5em
	}
	header .rd-social ul {
		display: none
	}
	.rd-body-social-active .wpadminbar {
		z-index: 0!important
	}
	.rd-toolbar .rd-social-active {
		position: relative;
		width: 100%!important;
		left: 0!important;
		margin: 0!important;
		top: 0!important;
		padding: 0!important;
		z-index: 11111111;
	}
	.rd-toolbar .rd-social-active ul {
		display: inline-block;
		float: left;
		text-align: center;
		width: 100%;
		padding: 10px;
		margin: 10px 0 5px 0;
	}
	.rd-toolbar .rd-social-active ul li {
		float: none!important;
		display: inline-block
	}
	.rd-toolbar .rd-social-active ul img {
		font-size: 17px!important;
		width:1.5em;
		height:1.5em;
		border-radius:50px;
	 
	}
	.rd-toolbar .rd-social-active .rd-social-icon {
		width: 100%;
		float: left;
		line-height: 80px;
		height: 80px;
		box-shadow: 0 -1px 0 0 rgba(118, 128, 138, 0.2) inset
	}
	.rd-toolbar .rd-social-active .rd-social-icon:before {
		content: "\f335";
		width: 100%;
		text-align: center;
		line-height: 80px;
		height: 80px;
		font-size: 50px;
		font-family: dashicons
	}
	.rd-toolbar .rd-social-active ul li a {
		height: auto !important;
		padding: 10px!important
	}
}
@media (max-width: 767px) {
	header .rd-navplus-center .rd-social,
	header.rd-masthead-center .rd-social,
	header .rd-header-center .rd-social {
		float: none!important;
		display: inline-block;
		vertical-align: top
	}
	header .rd-social {
		float: none!important
	}
}
/********************************************************************
2.7 Header Banner
*********************************************************************/

.rd-banner-header {
	float: left;
	line-height: 0;
	margin-right: 20px;
	font-size: 0;
	height: 90px;
	display: inline-block;
	position: relative
}
.rd-banner-header-right {
	float: right;
	margin-left: 20px;
	margin-right: 0px;
}
.rd-banner-header-center {
	float: left;
	width: 100%;
	margin-left: 00px;
	margin-right: 0px;
}
.rd-banner-header-center .rd-header-warp {
	transform: translate(-50%, -50%);
	top: 50%;
	float: left;
	left: 50%;
	margin-top: 0;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)
}
.rd-banner-header-warp .rd-widget-header-content {
	position: relative;
	transform: translate(0, -50%);
	top: 50%;
	margin-top: 0;
	line-height: 1.3em;
	transform: translate(0, -50%);
	float: left;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}
.rd-banner-header-warp.rd-header-content {
	position: relative;
	transform: translate(0, -50%);
	top: 50%;
	margin-top: 0;
	line-height: 1.3em;
	transform: translate(0, -50%);
	float: left;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}
.rd-banner-header a {
	font-size: 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block
}
.rd-banner-header a:hover {
	opacity: .75
}
.rd-widget-header-warp {
	display: inline-block;
}
.rd-widget-header-warp .rd-widget-post {
	display: none;
}
.rd-widget-header-warp a {
	text-align: inherit;
}
.rd-widget-header-warp .widget {
	margin-top: 0px !important;
}
@media (max-width: 1199px) {
	.rd-banner-header {
		max-width: 60%;
	}
	.rd-banner-header img {
		max-width: 100%
	}
}
@media (max-width: 979px) {
	.rd-banner-header-warp {
		margin: auto;
		vertical-align: middle;
		display: block;
		width: 100%
	}
	.rd-banner-header {
		width: 100%;
		max-width: 100%;
		padding: 0px 20px 20px 20px;
		margin: 00px 0px !important;
		height: auto !important;
		line-height: auto !important;
	}
	.rd-banner-header .rd-banner-header-warp {
		top: auto;
		left: 50%;
		margin-top: 0;
		transform: translate(-50%, 0);
		top: 50%;
		margin-top: 0;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
	}
	.rd-banner-header img {
		max-width: 100%
	}
}
/********************************************************************
2.7. rd-contact-us
*********************************************************************/

.rd-contact-us {
	float: right;
	font-size: 13px;
	padding: 0 20px;
}
.rd-masthead .rd-contact-us {
	font-size: 15px
}
.rd-contact-us-right {
	float: right;
}
.rd-contact-us-left {
	float: left;
}
.rd-contact-us-icon {
	float: left;
	margin-right: 5px;
}
.rd-contact-us-icon::before {
	list-style: none;
	float: left;
	content: "\f10d";
	font-size: 1.5em;
	font-family: flaticon;
	font-style: normal;
}
.rd-contact-us-textarea {
	float: left;
}
@media (min-width: 1300px) and (max-width: 1400px) {
	body #rd-wrapper .rd-masthead .rd-contact-us {
		padding: 0 15px!important;
		font-size: 14px!important
	}
	body #rd-wrapper .rd-navplus .rd-contact-us {
		padding: 0 13px!important;
		font-size: 13px!important
	}
}
@media (min-width: 1200px) and (max-width: 1300px) {
	body #rd-wrapper .rd-masthead .rd-contact-us {
		padding: 0 13px!important;
		font-size: 13px!important
	}
	body #rd-wrapper .rd-navplus .rd-contact-us {
		padding: 0 10px!important;
		font-size: 12px!important
	}
}
@media (min-width: 1100px) and (max-width: 1200px) {
	body #rd-wrapper .rd-masthead .rd-contact-us {
		padding: 0 10px!important;
		font-size: 12px!important
	}
	body #rd-wrapper .rd-navplus .rd-contact-us {
		font-size: 11px!important;
		padding: 0 8px!important;
	}
}
@media (min-width: 991px) and (max-width: 1100px) {
	body #rd-wrapper .rd-masthead .rd-contact-us {
		padding: 0 8px!important;
		font-size: 12px!important
	}
	body #rd-wrapper .rd-navplus .rd-contact-us {
		padding: 0 7px!important;
		font-size: 11px!important
	}
}
@media (max-width: 992px) {
	.rd-toolbar .rd-contact-us {
		display: inline-block;
		width: 100%;
		font-size: 16px;
		opacity: .8;
		text-align: center;
		margin-top: 10px;
	}
	.rd-contact-us-icon {
		float: none;
		margin-right: 5px;
		display: inline-block;
	}
	.rd-contact-us-textarea {
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	header .rd-contact-us {
		display: none;
	}
}
/********************************************************************
2.7. rd-contact-us
*********************************************************************/

.rd-call-header {
	float: right;
	font-size: 13px;
	padding: 0 20px;
 }
.rd-masthead .rd-call-header {
	font-size: 15px
}
.rd-header .rd-call-header-warp{ height: 50px;
top: 50%;
transform: translate(0%, -50%);
position:relative;
-webkit-transform: translate(0%, -50%);
-moz-transform: translate(0%, -50%);
-o-transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
}
.rd-header .rd-call-header-text{
	float:left;
	margin:0px !important;
	list-style:none;
	
}
.rd-call-header-right {
	float: right;
}
.rd-call-header-left {
	float: left;
}
.rd-call-header-icon {
	float: left;
	margin-right: 0px;
}
.rd-call-header-icon::before {
	list-style: none;
	float: left;
		margin-right:5px;

	content: "\f11f";
	font-size: 1.5em;
	font-family: 'flaticon';

	font-style: normal;
}
.rd-header .rd-call-header-icon::before{
	font-size:2.5em;
	line-height:50px;
	margin-right:10px;
}
.rd-call-header-textarea {
	float: left;
}
.rd-call-header-free{
	opacity:0.6;
}
.rd-header .rd-call-header-free,
.rd-header .rd-call-header-textarea{
	line-height:25px;
}
@media (min-width: 991px) and (max-width: 1199px) {
	.rd-date-header {
		padding: 0 12px;
	}
}
@media (max-width: 992px) {
	.rd-toolbar .rd-call-header {
		display: inline-block;
		width: 100%;
		font-size: 16px;
		margin-top: 10px;
		opacity: .8;
		text-align: center;
	}
	.rd-call-header-icon {
		float: none;
		margin-right: 5px;
		display: inline-block;
	}
	.rd-call-header-text{
		margin:0px !important;
		list-style:none;
		float: none;
display: inline-block;
	}
	.rd-call-header-free{
		display:none;
	}
	.rd-call-header-textarea {
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	header .rd-call-header {
		display: none;
	}
}
@media (min-width: 1300px) and (max-width: 1400px) {
	body #rd-wrapper .rd-masthead .rd-call-header,
	body #rd-wrapper .rd-header .rd-call-header {
		padding: 0 15px!important;
		font-size: 14px!important
	}
	body #rd-wrapper .rd-navplus .rd-call-header {
		padding: 0 13px!important;
		font-size: 13px!important
	}
}
@media (min-width: 1200px) and (max-width: 1300px) {
	body #rd-wrapper .rd-masthead .rd-call-header,
	body #rd-wrapper .rd-header .rd-call-header {
		padding: 0 13px!important;
		font-size: 13px!important
	}
	body #rd-wrapper .rd-navplus .rd-call-header {
		padding: 0 10px!important;
		font-size: 12px!important
	}
}
@media (min-width: 1100px) and (max-width: 1200px) {
	body #rd-wrapper .rd-masthead .rd-call-header ,
	body #rd-wrapper .rd-header .rd-call-header {
		font-size: 10px!important;
		padding: 0 12px!important;
	}
	body #rd-wrapper .rd-navplus .rd-call-header {
		font-size: 11px!important;
		padding: 0 8px!important;
	}
}
@media (min-width: 991px) and (max-width: 1100px) {
	body #rd-wrapper .rd-masthead .rd-call-header,
	body #rd-wrapper .rd-header .rd-call-header {
		padding: 0 8px!important;
		font-size: 12px!important
	}
	body #rd-wrapper .rd-navplus .rd-call-header {
		padding: 0 7px!important;
		font-size: 11px!important
	}
}
/********************************************************************
2.7. Date Header
*********************************************************************/

@media (max-width: 767px) {
	.rd-navplus-center .rd-date-header,
	.rd-masthead-center .rd-date-header,
	.rd-header-center .rd-date-header {
		float: none !important;
		display: inline-flex;
		display: -webkit-inline-flex;
		display: -ms-inline-flexbox;
		vertical-align: top;
	}
	.rd-date-header {
		display: none !important;
	}
}
@media (max-width: 991px) {
	.rd-date-header {
		display: none !important;
	}
}
.rd-date-header {
	float: right;
	font-size: 13px;
	opacity: .7;
	padding: 0 20px;
}
.rd-date-header-right {
	float: right;
}
.rd-date-header-left {
	float: left;
}
.rd-date-header li {
	list-style: none;
	float: left;
}
@media (min-width: 1300px) and (max-width: 1400px) {
	body #rd-wrapper .rd-navplus .rd-date-header {
		padding: 0 13px!important;
		font-size: 13px!important
	}
}
@media (min-width: 1200px) and (max-width: 1300px) {
	body #rd-wrapper .rd-navplus .rd-date-header {
		padding: 0 10px!important;
		font-size: 12px!important
	}
}
@media (min-width: 1100px) and (max-width: 1200px) {
	body #rd-wrapper .rd-navplus .rd-date-header {
		font-size: 11px!important;
		padding: 0 8px!important;
	}
}
@media (min-width: 991px) and (max-width: 1100px) {
	body #rd-wrapper .rd-navplus .rd-date-header {
		padding: 0 7px!important;
		font-size: 11px!important
	}
}
/********************************************************************
********************************************************************
********************************************************************
3. Content
*********************************************************************
********************************************************************
********************************************************************/

/********************************************************************
3.1 Rows & Columns
*********************************************************************/

.rd-wrapper-row {
	width: 100%;
	position: relative;
	float: left;
}
.rd-wrapper-content {
	float: left;
	position: relative;
	padding: 20px 0px;
	width: 100%;
}
.rd-wrapper-row.rd-content-boxid .rd-row-middle {
	width: 1200px;
}
.rd-body-boxid .rd-row-middle {
	width: 1200px;
}
.rd-row-item {
	width: 100%;
	float: left;
}
.rd-row-1920 .rd-row-middle {
	width: 100% !important;
}
.rd-row-warp {
	float: left;
	width: 100%;
	padding: 15px 0;
	position: relative
}
.rd-row-middle {
	z-index: 1;
	margin: auto;
	width: 1280px;
	text-align: left;
	position: relative;
}
.rd-row-item {
	float: left;
	width: 100%;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.rd-row-item .rd-row-background {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}
.rd-row-item .rd-row-background img {
	min-width: 100.1%;
	min-height: 100.1%;
	position: absolute;
	float: left;
	height: auto;
	width: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	font-size: 0px;
	-ms-transform: translate(-50%, -50%);
}
.rd-row-container {
	width: 100%;
	float: left;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.body-single-template-5.single .rd-row-main .rd-row-container {
	padding-top: 00px !important;
}
.rd-900 {
	width: 75%;
}
.rd-1920 {
	width: 100%;
}
.rd-800 {
	width: 66.661%;
}
.rd-400 {
	width: 33.331%;
}
.rd-300 {
	width: 25%;
}
.rd-column {
	float: left;
	direction: ltr;
}
.rd-content {
	width: 100%;
}
.rd-column-sidebar {
	float: left;
	position: relative;
	direction: ltr
}
.rd-sidebar {
	width: 100%;
	float: left
}
.rd_sidebar_1_3 {
	width: 33.331%
}
.rd_sidebar_1_4 {
	width: 25%
}
.rd_sidebar_1_5 {
	width: 20%
}
.rd_sidebar_2_5 {
	width: 40%
}
.rd_sidebar_1_6 {
	width: 16.661%
}
.rd_left_main .rd-row-container,
.rd_left_right_main .rd-row-container {
	direction: rtl;
}
@media (max-width: 1199px) {
	.rd_main_left_right .rd-column-left,
	.rd_left_main_right .rd-column-left,
	.rd_left_right_main .rd-column-left {
		display: none !important;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	.rd-column-main {
		width: 66.661% !important;
	}
	.rd-column-sidebar {
		width: 33.331% !important;
	}
	.rd-row-container {
		padding: 0px !important;
	}
}
@media (max-width: 991px) {
	.rd-wrapper-row {
		margin: 0px !important;
	}
}
@media (max-width: 767px) {
	.rd-row-container {
		display: inline-block !important;
	}
	.rd-column-main {
		width: 100% !important;
	}
	.rd-column-sidebar {
		width: 100% !important;
	}
}
/********************************************************************
3.2. Breadcrumbs
*********************************************************************/

#rd-row-breadcrumbs::before {
	display: none;
}
.rd-breadcrumbs-warp {
	padding: 20px;
	width: 100%;
	float: left;
}
.rd-breadcrumbs {
	float: left;
	width: 100%;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px;
}
.rd-breadcrumbs li {
	float: left;
	display: inline-block;
	padding-right: 10px
}
.rd-breadcrumbs li strong {
	font-weight: 400;
	opacity: .75;
}
.rd-404 {
	padding: 10px;
	margin-top: 20px;
	font-size: 100px;
	text-align: center;
	line-height: 100px;
	width: 100%;
	display: block;
}
.rd-opps {
	padding: 0px 10px;
	font-size: 40px;
	text-align: center;
	line-height: 60px;
	width: 100%;
	display: block;
}
/********************************************************************
********************************************************************
********************************************************************
4. Slider
*********************************************************************
********************************************************************
********************************************************************/

/********************************************************************
********************************************************************
********************************************************************
5. Single 
*********************************************************************
********************************************************************
********************************************************************/

/********************************************************************
Head Single Style
*********************************************************************/

.rd-head-single-post {
	width: 100%;
	float: left
}
.body-single-template-7 .rd-wrapper-row {
	width: 1260px;
	position: relative;
	float: none;
	margin: auto;
}
.body-single-template-7 .rd-row-middle {
	width: 100%;
}
.rd-none.body-single-template-7 .rd-row-main .rd-row-container {
	padding: 20px !important;
}
.rd-head-single-post .rd-head-post-content {
	height: 450px;
	position: relative;
	width: 100%;
	overflow: hidden
}
.rd-head-single-post .rd-post-middle {
	position: relative;
	margin: auto;
	height: 100%;
	width: 1240px;
}
.rd-head-single-post .rd-thumb {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%
}
.rd-head-single-post .rd-post-thumbnail {
	min-height: 450px;
	padding-bottom: inherit
}
.rd-head-single-post .rd-post-thumbnail img {
	min-height: 450px;
	padding-bottom: inherit
}
.rd-head-single-post .rd-details {
	z-index: 1;
	width: 100%;
	float: left;
	padding: 0;
	position: absolute;
	margin: auto;
	bottom: 0;
}
.rd-head-single-post.rd-video .rd-details {
	padding: 0px !important;
}
.rd-head-single-post.rd-none-video .rd-post-container {
	padding: 0px !important;
}
.rd-head-single-post .rd-title {
	display: block;
	color: #fff;
	margin: 0;
	text-align: center;
	font-size: 40px;
	width: 100%;
	text-shadow: 0 1px rgba(0, 0, 0, 5);
}
.rd-head-single-post .rd-meta {
	width: 100%;
	float: left;
	text-align: center;
}
.rd-head-single-post .rd-meta li {
	float: none;
	text-align: center;
	display: inline-block;
}
.rd-head-single-post .rd-meta li a,
.rd-head-single-post .rd-meta li {
	color: #ddd;
	text-shadow: 0 1px rgba(0, 0, 0, 5);
	line-height: 1.5em;
}
.rd-head-single-post .rd-post-container {
	z-index: 1;
	float: left;
	margin: auto;
	height: 100%;
	width: 100%;
}
.rd-head-post-a5 .rd-details {
	padding: 40px;
}
.rd-head-post-a5 .rd-post-container {
	padding: 20px;
}
.rd-head-post-a6 .rd-details {
	padding: 20px 10px;
}
.rd-head-post-a6 .rd-post-container {
	padding: 40px 20px;
}
.rd-head-post-a7 .rd-details {
	padding: 40px 20px;
}
.rd-head-post-a7 .rd-post-container {
	padding: 40px 20px;
}
.rd-head-single-post.rd-video .rd-thumb .rd-post-thumbnail::before {
	background: rgba(0, 0, 0, 0.5)
}
.rd-head-single-post.rd-video .rd-post-container {
	vertical-align: top
}
.rd-head-single-post.rd-video .rd-details {
	width: 50%;
	float: left;
	margin: 0;
	top: 0;
	padding-right: 20px !important;
	position: relative;
}
.rd-head-single-post.rd-video .rd-title,
.rd-head-single-post.rd-video .rd-title a,
.rd-head-single-post.rd-video .rd-meta {
	text-align: left
}
.rd-head-single-post.rd-video .rd-post-video {
	display: inline-block;
	width: 50%;
	height: 100%;
	z-index: 1;
	pointer-events: all;
	float: right;
	cursor: pointer;
	position: relative;
}
.rd-head-single-post.rd-video .rd-post-video .rd-video-warp {
	width: 100%;
	height: 100%;
	position: absolute;
	background: #000;
}
.rd-head-single-post.rd-video .rd-post-video iframe,
.rd-head-single-post.rd-video .rd-post-video video {
	height: 100%;
	float: right;
}
.rd-head-post-a5 {
	padding: 20px;
	width: 100%;
}
.rd-head-post-a5 .rd-post-middle {
	width: 100% !important;
}
.rd-head-post-a5:not(.rd-video) {
	pointer-events: none;
	position: relative
}
.rd-head-post-a5:not(.rd-video) .has-post-thumbnail .rd-head-post-content {
	height: auto!important
}
.rd-head-post-a5:not(.rd-video) .has-post-thumbnail .rd-thumb {
	pointer-events: none;
	position: relative;
	height: auto
}
.rd-head-post-a5:not(.rd-video) .has-post-thumbnail .rd-thumb img {
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	position: relative;
	height: auto;
	top: 0;
	left: 0;
	-ms-transform: none
}
.rd-head-post-a5:not(.rd-video) .has-post-thumbnail .rd-post-middle {
	position: absolute;
	margin: auto;
	left: 0;
	height: 100%;
	display: inline-block
}
.rd-head-post-a5:not(.rd-video) .has-post-thumbnail .rd-post-thumbnail {
	min-height: auto;
	padding-bottom: inherit;
	width: 100%;
	overflow: hidden;
	float: left;
	position: relative
}
.rd-head-post-a5:not(.rd-video) .has-post-thumbnail .rd-post-container {
	position: absolute;
	height: 100%;
	bottom: 0px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
.rd-head-post-a5 .rd-post-thumbnail::before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+99&0+0,0.5+85 */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0.5) 99%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0.5) 99%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0.5) 99%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
	/* IE6-9 */
}
.rd-head-post-a6 .rd-post-thumbnail::before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+99&0+0,0.5+85 */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.50) 85%, rgba(0, 0, 0, 0.75) 99%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.50) 85%, rgba(0, 0, 0, 0.75) 99%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.50) 85%, rgba(0, 0, 0, 0.75) 99%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
	/* IE6-9 */
}
.rd-head-post-a6 .rd-img-shadow {
	box-shadow: none
}
.body-single-template-7 .rd-wrapper-row {
	background: none !important;
	padding: 0px !important;
}
.rd-head-post-a7 .rd-head-post-content {
	overflow: visible!important
}
.rd-head-post-a7 .rd-thumb {
	position: fixed;
	z-index: -1;
	z-index: -1;
	top: 0
}
.rd-head-post-a7 .rd-post-thumbnail {
	height: 100%;
	overflow: visible!important;
	min-height: auto!important
}
.rd-head-post-a6 .rd-img-shadow {
	box-shadow: none
}
.rd-head-post-a7 .rd-post-thumbnail::before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+99&0+0,0.5+85 */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0.5) 99%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0.5) 99%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0.5) 99%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
	/* IE6-9 */
}
.rd-head-post-a7 .rd-img-shadow {
	box-shadow: none
}
.rd-head-post-a7 .rd-post-thumbnail img {
	min-width: 100%!important;
	width: auto;
	height: auto;
	min-height: 100%!important
}
.rd-head-post-a7 .rd-post-thumbnail::before,
.rd-head-post-a7 .rd-thumb .rd-post-thumbnail {
	background: rgba(0, 0, 0, 0.50)
}
.rd-head-single-post .rd-share {
	text-align: center;
	width: 100%;
	margin-top: 15px;
}
.rd-head-single-post .rd-share li,
.rd-head-single-post .rd-share span {
	vertical-align: top !important;
	text-align: center;
	display: inline-block !important;
	float: none !important;
}
.rd-head-single-post .rd-share span {
	color: #fff !important;
}
.rd-head-single-post .rd-share-post {
	float: none !important;
	display: inline-block !important;
	margin-bottom: 0px !important;
	margin: 00px 0 0 !important;
}
.rd-head-single-post .rd-share-post li {
	text-align: center;
	float: none;
	overflow: hidden;
}
.body-single-template-7 .rd-wrapper-content {
	padding: 20px 40px !important;
}
.body-single-template-7.rd-none .rd-wrapper-content {
	padding: 0px !important;
}
@media (max-width: 1370px)and (min-width: 1321px) {
	.rd-head-single-post.rd-video .rd-details {
		width: 50%;
	}
	.rd-head-single-post.rd-video .rd-post-video {
		width: 50%;
	}
}
@media (max-width: 1420px) {
	.body-single-template-7 .rd-wrapper-content {
		padding: 20px 20px !important;
	}
	.rd-head-single-post .rd-post-middle {
		width: 100%;
	}
	.rd-head-post-a6 .rd-details,
	.rd-head-post-a7 .rd-details {
		padding: 20px;
	}
	.rd-head-post-a6 .rd-post-container,
	.rd-head-post-a7 .rd-post-container {
		padding: 20px;
	}
	.rd-none.body-single-template-7 .rd-row-main .rd-row-container {
		padding: 00px !important;
	}
}
@media (max-width: 1280px) {
	.body-single-template-7 .rd-wrapper-row {
		width: 100%;
		float: left;
	}
}
@media (max-width: 1240px)and (min-width: 980px) {
	.rd-head-single-post .rd-head-post-content,
	.rd-head-single-post .rd-post-thumbnail {
		height: 375px
	}
	.rd-head-single-post .rd-post-thumbnail {
		min-height: 375px;
		padding-bottom: inherit
	}
	.rd-head-single-post .rd-post-middle {
		width: 100%!important
	}
}
@media (max-width: 1240px) {
	.rd-head-single-post.rd-video .rd-post-video iframe,
	.rd-head-single-post.rd-video .rd-post-video video {
		width: 100%;
	}
	.rd-head-post-a5:not(.rd-video) .has-post-thumbnail .rd-post-thumbnail {
		height: auto!important
	}
}
@media (max-width: 979px) {
	.rd-head-single-post {
		width: 100%!important;
		float: left;
		margin: 0!important
	}
	.rd-head-single-post .rd-post-middle {
		width: 100%!important
	}
	.rd-head-single-post.rd-video .rd-post-content {
		width: 100%!important;
		height: 100%!important;
	}
	.rd-head-single-post .rd-meta,
	.rd-single-post .rd-meta {
		margin-top: 8px!important
	}
	.rd-head-post-a5 {
		width: 100%!important;
	}
}
@media (max-width: 979px) and (min-width: 768px) {
	.rd-head-single-post .rd-head-post-content {
		height: 300px
	}
	.rd-head-single-post .rd-post-thumbnail img,
	.rd-head-single-post .rd-post-thumbnail {
		min-height: 375px;
		padding-bottom: inherit
	}
	.rd-head-post-a5 {
		width: 100%!important;
	}
}
@media (max-width: 767px) and (min-width: 500px) {
	.rd-head-single-post .rd-head-post-content {
		height: 220px
	}
	.rd-head-single-post .rd-post-thumbnail img,
	.rd-head-single-post .rd-post-thumbnail {
		min-height: 250px;
		padding-bottom: inherit
	}
}
@media (max-width: 767px) {
	.rd-head-single-post.rd-video .rd-post-video {
		display: inline-block;
		width: 100%;
		height: auto;
		z-index: 1;
		pointer-events: all;
		float: left;
		cursor: pointer;
		overflow: hidden;
		position: relative;
		padding-left: 0;
		padding-bottom: 60%;
		margin-top: 20px
	}
	.rd-head-single-post.rd-video .rd-details {
		width: 100%;
		float: left;
		margin: 0
	}
	.rd-head-single-post.rd-video .rd-head-post-content {
		height: auto!important
	}
	.rd-head-single-post.rd-video .rd-post-thumbnail img,
	.rd-head-single-post.rd-video .rd-post-thumbnail {
		min-width: 100%!important;
		height: 100%!important;
		width: auto;
		min-height: auto!important
	}
}
@media (max-width: 499px) {
	.rd-head-single-post .rd-head-post-content {
		height: 200px
	}
	.rd-head-single-post .rd-post-thumbnail img,
	.rd-head-single-post .rd-post-thumbnail {
		min-height: 200px;
		padding-bottom: inherit
	}
	.rd-head-single-post .rd-details .rd-share {
		display: none;
	}
}
/********************************************************************
5.1 Single Post
*********************************************************************/

.rd-single {
	float: left;
	position: relative
}
.rd-single-item {
	width: 100%;
	float: left;
}
.rd-single-item .rd-post-list-boxid {
	float: left;
	width: 100%;
	border-radius: 5px;
}
.rd-single-row {
	width: 100%
}
.rd-single-item .rd-padding::before {
	float: left;
	content: "";
	width: 100%;
}
.rd-single-post {
	width: 100%;
	float: left;
	margin-bottom: -15px;
}
.rd-single-post .post {
	float: left;
	width: 100%;
}
.rd-single-item.rd-boxid div.rd-post-list-boxid:last-child {
	margin-bottom: 0px;
}
.rd-single-item.rd-post-boxid .rd-post-list-boxid,
.rd-single-item.rd-details-boxid .rd-post-list-boxid {
	padding: 10px;
}
.rd-single-item.rd-post-boxid .rd-single-post,
.rd-single-item.rd-details-boxid .rd-single-post {
	padding: 20px 20px 0px 20px !important;
	padding: 10px;
	float: left;
	width: 100%;
	border-width: 1px;
	border-style: solid;
}
.rd-layout_6 .rd-single-item.rd-post-boxid .rd-single-post,
.rd-layout_6 .rd-single-item.rd-details-boxid .rd-single-post {
	border-width: 3px;
}
.rd-single-item .rd-padding {
	padding: 10px
}
.rd-posts-bg .rd-single-post {
	padding-top: 20px
}
.rd-single-post .rd-head-post-content {
	padding-top: 10px;
	width: 100%
}
.rd-single-post .rd-single-details {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-color: rgba(118, 128, 138, 0.15);
	border-width: 0px 0px 1px 0px;
	border-style: solid;
}
.rd-layout_6 .rd-single-post .rd-single-details {
	border-width: 1px;
}
.rd-single-post div:not(.has-post-thumbnail) .rd-single-details {
	width: 100%!important;
	margin-left: 0!important;
	padding-left: 0!important
}
.rd-single-post .rd-single-title {
	margin-bottom: 10px !important;
	float: left;
	font-size: 25px;
	width: 100%
}
.rd-content .rd-single-post .rd-single-title {
	font-size: 35px
}
.rd-main .rd-single-post .rd-single-title {
	font-size: 28px
}
.rd-single-post .rd-single-meta {
	margin-top: 0!important;
	margin-bottom: 10px;
	margin-top: 0;
	float: left;
	font-weight: 400;
	width: 100%
}
.rd-single-post .rd-meta,
.rd-single-post .rd-single-meta li {
	font-size: 13px!important
}
body .rd-single-post .rd-post-content {
	font-size: 15px;
	float: left;
	line-height: 1.8em;
	line-height: 1.8;
	width: 100%
}
.rd-single-post.rd-post-a2 .rd-post-content {
	float: none!important
}
.rd-single-post .rd-post-content img,
.comment-content img {
	max-width: 100%;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
.rd-single-post .rd-single-thumb {
	pointer-events: none;
	position: relative;
	margin-bottom: 10px;
	float: left
}
#buddypress div#item-header img.avatar {
	padding: 0px;
}
.rd-single-post .rd-single-thumb .rd-post-thumbnail:hover {
	background: none!important
}
.rd-single-post .rd-post-thumbnail {
	pointer-events: none
}
.rd-single-post.rd-video .rd-post-video {
	height: 0;
	pointer-events: all;
	cursor: pointer;
	width: 100%;
	float: left;
	padding-bottom: 60%;
	position: relative;
	margin-bottom: 20px
}
.rd-single-post.rd-video .rd-video-warp {
	position: absolute;
	left: 0px;
	height: 100%;
	width: 100%;
}
.rd-single-post.rd-video .rd-post-video .rd-video,
.rd-single-post.rd-video .rd-post-video iframe {
	float: left;
	position: relative;
	margin-bottom: 0;
	position: relative;
	max-width: 100%
}
.rd-single-post.rd-video .rd-post-video iframe {
	height: 100%;
}
.rd-single-post.rd-video .rd-post-video #rd-video {
	width: 100%;
	height: 100%;
	position: relative
}
.rd-post-a1 .rd-details {
	width: 60%
}
.rd-content .rd-post-a1 .rd-single-details {
	width: 100%;
}
.rd-post-a2 .rd-single-details {
	width: 100%;
}
.rd-post-a1 .rd-single-thumb,
.rd-post-a2 .rd-single-thumb {
	width: 40%;
	overflow: hidden;
	padding-left: 20px;
	float: right!important
}
.rd-content .rd-post-a1 .rd-single-thumb,
.rd-content .rd-post-a2 .rd-single-thumb {
	width: 25%;
}
.rd-post-a1 .rd-post-content {
	float: none !important;
	display: inline !important;
	border-top: none!important;
	border-bottom: none!important
}
.rd-post-a1.rd-video .rd-single-thumb {
	width: 100%;
	margin-left: 0
}
.rd-post-a1.rd-video .rd-single-details {
	width: 100%
}
.rd-post-a3 .rd-single-thumb {
	width: 100%
}
.rd-post-a3 .rd-single-thumb img {
	transform: translate(-50%, 00%);
	transform: translate(-50%, 00%);
	transform: translate(-50%, 00%);
	-webkit-transform: translate(-50%, 00%);
	-moz-transform: translate(-50%, 00%);
	-o-transform: translate(-50%, 00%);
	-ms-transform: translate(-50%, 00%);
	left: 50%;
	position: relative;
	max-width: 100% !important;
	height: auto !important;
	display: inline-block!important
}
.rd-single-post .rd-single-thumb .rd-single-thumbnail img {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto
}
.rd-post-a1 .rd-single-thumb .rd-single-thumbnail img {
	min-width: 100%
}
.rd-single-post.rd-post-a1 .rd-single-thumbnail,
.rd-single-post.rd-post-a2 .rd-single-thumbnail {
	position: relative;
	overflow: hidden;
}
.rd-single-post.rd-post-a1 .rd-single-thumbnail img,
.rd-single-post.rd-post-a2 .rd-single-thumbnail img {
	width: 100.1%;
	position: absolute;
	top: 50%;
	left: 50%;
	min-height: 100.1%;
	height: auto;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	display: block;
	margin-left: auto;
	margin-right: auto
}
.rd-single-post.rd-ratio60 .rd-single-thumbnail img,
.rd-single-post.rd-ratio75 .rd-single-thumbnail img {
	width: 100.1%;
	height: auto;
	min-height: 100.1%;
	min-width: auto;
	max-width: inherit;
}
.rd-single-post.rd-ratio135 .rd-single-thumbnail img,
.rd-single-post.rd-ratio100 .rd-single-thumbnail img {
	width: auto;
	min-height: auto;
	height: 100.1%;
	min-width: 100.1%;
	max-width: inherit;
}
.rd-single-post.rd-ratio60 .rd-single-thumbnail {
	padding-bottom: 60%;
}
.rd-single-post.rd-ratio75 .rd-single-thumbnail {
	padding-bottom: 75%;
}
.rd-single-post.rd-ratio100 .rd-single-thumbnail {
	padding-bottom: 100%;
}
.rd-single-post.rd-ratio135 .rd-single-thumbnail {
	padding-bottom: 135%;
}
.rd-single-post.rd-post-a3 .rd-thumb {
	max-width: 100% !important;
	min-height: inherit !important;
	height: auto !important;
}
.rd-post-a2.rd-video .rd-single-thumb {
	width: 100%;
	margin-left: 0
}
@media (max-width: 1240px)and (min-width: 980px) {
	.rd-main .rd-single-post .rd-title {
		font-size: 24px
	}
	.rd-single-post img {
		pointer-events: all
	}
	.rd-content .rd-single-post .rd-single-title {
		font-size: 30px
	}
	.rd-single-post .rd-post-content {
		font-size: 13px
	}
	.rd-single-post .rd-single-meta,
	.rd-single-post .rd-single-meta li {
		font-size: 12px!important
	}
	.rd-single-post {
		padding: 15px
	}
}
@media (max-width: 1199px) {
	body .rd-single-post .rd-font-medium.rd-post-content {
		font-size: 14px !important;
	}
}
@media (max-width: 991px) {
	.rd-single-item {
		padding: 10px 5px;
	}
	.rd-content .rd-single-post.rd-video .rd-single-thumb {
		width: 100%!important;
		margin-left: 0!important;
		margin-right: 0!important
	}
	.rd-single-post .rd-single-meta {
		display: inline-block!important
	}
}
@media (max-width: 767px) and (min-width: 500px) {
	.rd-single-post .rd-post-content {
		font-size: 13px
	}
}
@media (max-width: 499px) {
	.rd-post-a1 .rd-single-details,
	.rd-post-a2 .rd-single-details {
		width: 100%!important
	}
	.rd-post-a1 .rd-single-thumb,
	.rd-post-a2 .rd-single-thumb {
		width: 100%!important;
		padding-left: 0!important;
		float: right!important
	}
	.rd-single-post .rd-single-title {
		font-size: 16px!important
	}
	.rd-post-a1 .rd-single-details {
		width: 100%
	}
	.rd-single-post .rd-post-content {
		font-size: 13px
	}
}
/********************************************************************
5.2. Single Content
*********************************************************************/

.sao_text_block {
	line-height: 1.5
}
p,
hr,
dd {
	margin-bottom: 20px
}
p {
	word-wrap: break-word
}
dt {
	font-weight: 700
}
dd {
	margin-bottom: 20px
}
address {
	font-style: italic;
	margin-bottom: 20px
}
header {
	margin-bottom: 20px
}
ol {
	margin-bottom: 20px;
	margin-left: 40px
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin: 0 0 0 40px;
	padding: 0;
	margin-bottom: 0;
	font-size: 92%
}
h1 {
	font-size: 2.8179em;
	margin: 15px 0;
	line-height: 1.3em
}
h2 {
	font-size: 2.2581em;
	margin: 15px 0;
	line-height: 1.35em
}
h3 {
	font-size: 1.818em;
	margin: 15px 0;
	line-height: 1.4em
}
h4 {
	font-size: 1.472em;
	margin: 15px 0
}
h5 {
	font-size: 1.2em;
	margin: 15px 0
}
h6 {
	font-size: .9862em;
	margin: 15px 0
}
ul ul,
ol ol {
	margin: 0 0 0 40px
}
.rd-post-content a:hover {
	text-decoration: underline
}
ul {
	list-style: outside;
	margin-bottom: 20px;
	margin-left: 40px
}
button {
	cursor: pointer;
	padding: 5px 15px;
	border-style: none;
	line-height: 1.5em
}
table,
th,
td {
	border: 1px solid rgba(118, 128, 138, 0.2)
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 20px
}
strong {
	font-weight: 700
}
table,
th,
td {
	border: 1px solid rgba(118, 128, 138, .2)
}
caption,
th,
td {
	font-weight: 400;
	text-align: left
}
th {
	border-width: 1px;
	font-weight: 700
}
td {
	border-width: 1px
}
th,
td {
	padding: .4375em
}
.rd-post-content .rd-youtube-video {
	width: 100%;
	text-align: center
}
.gallery {
	margin-bottom: 20px!important
}
.gallery .gallery-item {
	display: inline-block;
	padding: 5px;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin-top: 0!important
}
.gallery-columns-2 .gallery-item {
	width: 50%!important
}
.gallery-columns-3 .gallery-item {
	width: 33.331%!important
}
.gallery-columns-4 .gallery-item {
	width: 25%!important
}
.gallery-columns-5 .gallery-item {
	width: 20%!important
}
.gallery-columns-6 .gallery-item {
	width: 16.66%!important
}
.gallery-columns-7 .gallery-item {
	width: 14.28%!important
}
.gallery-columns-8 .gallery-item {
	width: 12.5%!important
}
.gallery-columns-9 .gallery-item {
	width: 11.11%!important
}
.gallery .gallery-item img {

	height: auto;
	display: block;
	margin: 0 auto
}
.gallery-caption {
	color: #888;
	margin: 0
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none
}
.gallery br+br {
	display: none
}
.gallery .gallery-item img {
	border: none!important;
	height: auto;
	display: block;
	margin: 0 auto;
	height: auto;
	max-width: 100%
}
.attachment img {
	display: block;
	margin: 0 auto
}
blockquote {
	padding: 0 30px
}
blockquote p {
	color: rgba(118, 128, 138, 1.00);
	padding: 0 15px;
	font-style: italic;
	line-height: 1.3em;
	font-size: 1.65em;
	border: 1px solid rgba(118, 128, 138, .50);
	border-width: 0 5px
}
blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6 {
	color: rgba(118, 128, 138, 1.00)!important;
	padding: 0 15px;
	font-style: italic;
	border: 1px solid rgba(118, 128, 138, .50);
	border-width: 0 0 0 5px
}
.wp-caption {
	max-width: 100%!important;
	padding-bottom: 15px!important
}
.wp-caption img {
	width: auto;
	margin: 0!important
}
.wp-caption-text {
	color: gray!important;
	font-style: italic;
	text-align: center;
	line-height: 1.5em;
	width: 100%;
	padding: 10px 0 20px!important;
	width: 100%;
	margin-bottom: 0!important;
	box-sizing: border-box;
	display: inline-block;
	padding-top: 0;
	margin-top: -8px!important;
	float: left
}
.alignright {
	overflow: hidden;
	float: right;
	margin-left: 15px!important
}
.alignleft {
	float: left;
	overflow: hidden;
	margin-right: 15px!important
}
.alignleft a {
	float: none!important;
	margin: auto!important;
	display: block
}
.aligncenter {
	position: relative;
	text-align: center;
	overflow: hidden;
	margin: auto!important;
	display: block
}
.aligncenter img {
	position: relative;
	display: block;
	margin: auto!important;
	float: none!important;
	text-align: center
}
.wp-video {
	margin: auto
}
.button {
	border: none;
	padding: 4px 7px
}
.button:hover {
	background: #000!important;
	color: #fff!important
}
@media (max-width: 500px) {
	.alignright {
		position: relative;
		text-align: center;
		margin: auto!important;
		display: block;
		float: none;
	}
	.alignleft {
		position: relative;
		text-align: center;
		margin: auto!important;
		display: block;
		float: none;
	}
}
/********************************************************************
5.3. Tags
*********************************************************************/

.rd-tags {
	float: left;
	width: 100%;
	padding: 0 !important;
	margin: -1px 0px 15px -2px !important;
}
.rd-tags li {
	float: left;
	text-transform: uppercase;
	font-weight: 700;
	list-style: none
}
.rd-tags li a {
	font-weight: 400;
	line-height: 1em;
	border-radius: 5px;
	padding: 10px 15px;
	margin: 1px 1px;
	font-size: 13px!important;
	position: relative;
	display: inline-block;
	opacity: .6;
	background: rgba(128, 128, 128, 0.2) none repeat scroll 0 0;
}
.rd-tags li a:hover {
	color: #fffff !important;
}
.rd-tags li span {
	font-weight: 400;
	line-height: 1em;
	padding: 10px 15px;
	border-radius: 5px;
	margin: 1px 1px;
	font-size: 13px!important;
	position: relative;
	display: inline-block;
	color: #fff !important;
}
/********************************************************************
5.3. Share
*********************************************************************/

.rd-share {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}
.rd-share span {
	float: left;
	line-height: 25px;
	margin-right: 10px;
	font-weight: 700;
}
/********************************************************************
5.4. Post Pagination
*********************************************************************/

#rd-post-pagination {
	float: left;
	overflow: hidden;
	width: 100%;
	margin: 20px 0px 20px 0px;
}
#rd-post-pagination a {
	padding: 5px 15px;
	float: left;
	border-radius: 5px;
	margin: 2px;
	background: rgba(118, 128, 138, .10)
}
#rd-post-pagination span {
	padding: 5px 15px;
	float: left;
	margin: 2px;
	border-radius: 5px;
	overflow: hidden;
	background: rgba(118, 128, 138, .10)
}
.post-edit-link {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}
/********************************************************************
5.5. Review Style
*********************************************************************/

.rd-review {
	width: 100%;
	float: left;
	background: rgba(150, 150, 150, 0.05);
	box-shadow: 0 0 0 1px rgba(150, 150, 150, 0.15);
	float: left;
	position: relative;
	padding: 20px;
	margin-bottom: 20px;
}
.rd-review-details {
	width: 88%;
	width: calc(100% - 120px)!important;
	margin-right: 2%;
	margin-right: calc(20px)!important;
	float: left
}
.rd-review-title {
	width: 100%;
	font-size: 22px!important;
	float: left;
	position: relative;
	top: 0!important;
	margin-bottom: 5px!important;
	padding: 0;
	margin-top: 0!important
}
.rd-review-excerpt {
	width: 100%;
	float: left;
	padding: 0
}
.rd-score-details {
	width: 100px;
	float: right;
	text-align: center;
	position: relative
}
.rd-review .rd-circular.rd-review-circular {
	background-color: transparent;
	box-shadow: 0 0!important
}
.rd-review-stars .stars-large {
	float: right
}
.rd-review-final-score .stars-large {
	float: none!important;
	margin: 0 auto 10px
}
span.rd-stars-large {
	width: 100px;
	display: block
}
.rd-review-style {
	float: left;
	height: 1.5em
}
.rd-review-score {
	float: right;
	padding: 0;
	margin: auto;
	display: inline-block;
	width: 100px!important
}
.rd-stars-large span {
	width: 100px;
	float: left
}
.rd-stars-score {
	overflow: hidden;
	float: left;
	position: relative
}
.rd-stars-score i {
	font-family: dashicons;
	float: left
}
.rd-stars-score i::before {
	font-size: 20px;
	content: "\f155";
	font-style: normal;
	color: #e03800
}
.rd-stars-full-score {
	float: left;
	position: absolute
}
.rd-stars-full-score i {
	font-family: dashicons;
	float: left
}
.rd-stars-full-score i::before {
	font-size: 20px;
	content: "\f155";
	font-style: normal;
	color: rgba(150, 150, 150, 0.40)!important
}
.rd-review-short {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	display: block;
	margin-top: 0;
	line-height: 30px;
	float: left;
	width: 100%
}
.rd-review .rd-circular {
	font-size: 40px;
	position: relative;
	margin: calc(3px);
	float: right;
	border: none!important;
	margin: 3px;
	box-shadow: 0 0 0 3px #000, 0 0 0 4px #000 inset!important
}
.rd-review .rd-circular div {
	border-width: 7px!important
}
.rd-review .rd-circular span {
	text-shadow: none
}
@media (max-width: 1240px) and (min-width: 980px) {
	.rd-review-details {
		width: 85%
	}
	.rd-review .rd-circular {
		font-size: 35px
	}
}
@media (max-width: 979px) and (min-width: 768px) {
	.rd-review-details {
		width: 85%
	}
	.rd-review .rd-circular {
		font-size: 30px
	}
}
@media (max-width: 768px) and (min-width: 500px) {
	.rd-review-details {
		width: 75%
	}
	.rd-review .rd-circular {
		font-size: 25px
	}
}
@media (max-width: 500px) {
	.rd-review-details {
		width: 100%!important;
		margin: 0
	}
	.rd-score-details {
		width: 100%;
		margin-top: 15px
	}
	.rd-review-score {
		float: none
	}
}
/********************************************************************
5.6. Author box
*********************************************************************/

.avater {
	float: left;
	position: relative;
	width: 100%;
	padding-bottom: 100%
}
.avater img {
	border-radius: 0;
	box-shadow: 0 0 0 1px rgba(150, 150, 150, 0.15)
}
.rd-boxid .rd-author-box {
	padding: 20px;
}
.rd-author-box {
	float: left;
	text-align: left;
	padding: 00px 00px;
	width: 100%
}
.rd-author-box .rd-author-name {
	font-size: 18px;
	width: 100%!important;
	float: left
}
.rd-author-box .rd-author-name a {
	font-size: 18px;
	width: 100%
}
.rd-author-thumb {
	display: inline-block;
	float: left;
	position: relative;
	width: 10%;
	padding-bottom: 10%;
	border-radius: 0;
	overflow: hidden
}
.rd-author-thumb img {
	width: 100%;
	height: 100%;
	box-shadow: 0 0 0 1px RGBA(150, 150, 150, 0.15);
	border-radius: 2px;
	position: absolute
}
.rd-author-box .rd-details {
	position: relative;
	display: inline-block;
	width: 90%;
	float: left;
	padding-left: 20px;
	font-size: 18px
}
.rd-author-name {
	margin: 0;
	font-size: 20px;
	display: inline-block;
	font-weight: 700;
	width: 100%
}
.rd-author-description {
	margin-top: 6px;
	font-size: 13px;
	display: inline-block;
	font-weight: 400;
	width: 100%;
	padding-bottom: 0;
	margin-bottom: 6px;
	line-height: 1.6em
}
.rd-author-box ul {
	margin-left: 0px !important;
	margin-right: 0px !important;
	float: left;
}
.rd-author-social {
	float: left;
	margin: 5px;
	list-style: none
}
.rd-author-social img {
	border-radius: 50%;
	width: 24px;
	height: 24px
}
@media (max-width: 499px) {
	.rd-author-thumb {
		width: 50px;
		padding-bottom: 50px;
		margin-right: 15px;
		margin-bottom: 5px
	}
	.rd-author-box .rd-details {
		display: block;
		width: auto;
		float: none;
		margin: 0!important
	}
	.rd-author-box .rd-author-name {
		float: none!important;
		width: auto!important
	}
	.rd-author-description {
		display: block;
		width: auto!important
	}
}
/********************************************************************
5.7. Next & Previous
*********************************************************************/

.rd-post-nextprev {
	float: left;
	width: 100%;
	padding: 00px 0px;
	border-radius: 7px;
	overflow: hidden;
}
.rd-boxid .rd-post-previous:after {
	content: "";
	content: "";
	position: absolute;
	right: 0px;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	height: 300%;
	top: 0;
}
.rd-post-previous {
	width: 100%;
	height: 100%;
	font-size: 0;
	line-height: normal;
	padding: 00px 1px;
	float: left;
	position: relative;
	text-align: center
}
.rd-post-previous-warp,
.rd-post-next-warp {
	width: 100%;
	height: 100%;
	float: left;
}
.rd-post-next {
	width: 100%;
	font-size: 0;
	height: 100%;
	line-height: normal;
	padding: 00px 10px;
	float: left;
	text-align: center
}
.rd-post-next a,
.rd-post-previous a {
	text-align: center;
	font-weight: 700;
	line-height: normal
}
.rd-post-next span,
.rd-post-previous span {
	font-size: 15px;
	float: left;
	width: 100%;
	margin-bottom: 5px;
	opacity: .5
}
@media (max-width: 499px) {
	.rd-post-previous,
	.rd-post-next {
		width: 100%;
		margin: 0!important;
		padding: 0!important
	}
	.rd-post-next {
		width: 100%;
		margin: 0!important;
		padding-top: 20px!important
	}
}
/********************************************************************
5.8. Related Posts
*********************************************************************/

.rd-related {
	float: left;
	width: 100%;
}
.rd-related h4 {
	width: 100%;
	float: left;
	font-weight: 700
}
.rd-related a {
	font-weight: 700
}
.rd-related .rd-post-thumbnail {
	pointer-events: all!important
}
.rd-related div.rd-row:first-child {
	border-top: none!important
}
@media (max-width: 1240px) and (min-width: 979px) {
	.rd-related .rd-title a {
		font-size: 14px!important
	}
}
@media (max-width: 979px) {
	.rd-related {
		display: none
	}
}
/********************************************************************
5.9. LightBox Style
*********************************************************************/

.rd-lightbox {
	top: 0;
	z-index: 9999999;
	position: fixed;
	background-color: rgba(0, 0, 0, .75);
	margin: 0!important;
	text-align: center;
	width: 100%;
	height: 100%;
	display: none;
	color: #fff
}
.rd-lightbox-middle {
	display: table;
	height: 100%;
	width: 100%;
	vertical-align: middle
}
.rd-lightbox-img {
	margin: auto;
	vertical-align: middle;
	width: 100%;
	text-align: center;
	display: table-cell
}
.rd-lightbox-targetimg {
	max-width: 900px;
	max-height: 500px;
	height: auto;
	display: block;
	line-height: 0
}
@media (max-width: 1240px) {
	.rd-lightbox-targetimg {
		max-width: 70%;
		max-height: 70%;
		display: block;
		line-height: 0
	}
}
.rd-lightbox-counter {
	font-size: 30px
}
.rd-lightbox i:hover {
	cursor: pointer;
	color: #2aabd2
}
.rd-lightbox-bottom {
	position: fixed;
	bottom: 20px;
	text-align: center;
	width: 100%;
	z-index: 111111111111;
	left: 0;
	right: 0;
	height: auto
}
.rd-lightbox-nextbig {
	cursor: pointer;
	top: 47.5%;
	top: calc(50% - 25px);
	left: auto;
	z-index: 999999999999;
	position: fixed;
	opacity: .75;
	font-size: 50px;
	right: 2%!important;
	right: 20px!important
}
.rd-lightbox-prevbig {
	cursor: pointer;
	z-index: 999999999999;
	top: 47.5%;
	top: calc(50% - 25px);
	right: auto;
	position: fixed;
	opacity: .75;
	font-size: 50px;
	left: 2%!important;
	left: 20px!important
}
.rd-lightbox-nextbig:hover,
.rd-lightbox-prevbig:hover {
	opacity: 1
}
.rd-lightbox-targetimg {
	z-index: 9999999;
	cursor: pointer;
	position: relative
}
.rd-lightbox-close::before {
	font-family: dashicons;
	font-weight: 400;
	position: absolute;
	top: 20px;
	font-style: normal;
	right: 20px;
	font-size: 50px;
	cursor: pointer;
	content: "\f335"
}
.rd-lightbox-prevbig::before {
	content: "\f340";
	font-family: dashicons;
	font-weight: 400
}
.rd-lightbox-nextbig::before {
	content: "\f344";
	font-family: dashicons;
	font-weight: 400
}
.rd-lightbox-loading {
	background: url(images/loading.gif) center no-repeat transparent;
	color: #2aabd2;
	z-index: 99999999999;
	position: fixed;
	width: 100%;
	height: 100%;
	right: 0;
	left: 48%;
	left: calc(50% - 22px)
}
.rd-lightbox-loading::before {
	margin: 25% 0;
	color: #2aabd2
}
.rd-lightbox-title {
	display: block;
	font-size: 30px;
	margin-bottom: 10px;
	line-height: 1.4em;
	line-height: calc(1em + 6px)
}
.rd-lightbox-outer {
	cursor: pointer;
	position: absolute;
	height: 100%;
	width: 100%
}
/********************************************************************
5.10. Comments Style
*********************************************************************/

#comments {
	float: left;
	width: 100%;
	margin: 0;
	padding: 00px;
}
.comments-title {
	font-size: 20px;
	margin: 0px;
}
.rd-list .comments-title {
	margin-bottom: 10px;
}
.comment-list {
	list-style: none;
	float: left;
	margin-bottom: 20px;
	width: 100%;
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.comments-area .children {
	margin: 0px;
}
.comment-list.rd-thread li {
	position: relative;
	clear: both;
	border-width: 1px;
	border-style: solid;
	float: left;
	background: rgba(150, 150, 150, 0.00);
	padding: 20px;
	list-style: none;
	margin: 20px 0 0;
	border-color: rgba(118, 128, 138, 0.15);
	border-radius: 5px;
	width: 100%;
	box-sizing: border-box
}
.rd-layout_6 .comment-list.rd-thread li {
	border-width: 1px;
}
.comment-list.rd-thread li ul li {
	background: rgba(118, 128, 138, 0.03);
	padding: 20px;
	margin-top: 20px
}
.comment-wrap.rd-thread {
	padding: 0
}
.comment-list.rd-list .comment-wrap {
	border-width: 1px 0px 0px;
	border-style: dotted;
	padding: 20px 0;
	list-style: none;
	float: left;
	width: 100%!important
}
.comment-list.rd-list .children {
	list-style: none;
	margin-left: 7.5%
}
.comment-list.rd-list li ul li .comment-wrap {
	list-style: none
}
#comments .clear {
	clear: inherit!important
}
.comment-avatar {
	float: left;
	width: 55px;
	padding-bottom: 0;
	margin-right: 15px;
	margin-bottom: 5px
}
.comment-avatar img {
	font-size: 0;
	float: left;
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 50px
}
.author-comment cite {
	font-weight: 400;
	position: relative;
	display: block;
	float: left;
	padding-right: 5px;
	font-style: normal
}
.comment-content p:last-child {
	margin-bottom: 0px;
}
.author-link {
	float: left
}
.author-link ol {
	float: left;
	padding-right: 5px
}
.author-link a {
	float: left;
	font-size: 17px
}
.author-link-reply a {
	font-size: 14px
}
.author-link-reply {
	float: left
}
.commentmetadata {
	font-size: 11px;
	text-align: right
}
.comment-wrap {
	position: relative
}
.comment-content {
	position: relative;
	overflow: hidden;
	margin-top: 10px;
}
.comment-content li {
	border: none !important;
	margin: 0 0 0 00px !important;
	list-style: inherit !important;
	background: none !important;
	clear: inherit !important;
	float: none !important;
	padding: 0px !important;
}
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
	margin: 15px 0 !important;
}
.nocomments {
	text-align: center
}
.comment-list li.pingback {
	padding: 5px 10px;
	border-bottom: 1px solid #ddd
}
.comment-list .reply {
	text-align: right;
	float: left;
	line-height: 1em;
	margin-top: 2px;
	width: 100%
}
.comment-list .reply a {
	padding: 0;
	position: relative;
	text-align: right;
	float: none;
	display: inline-block;
	font-size: 13px
}
.comment-list .reply a:hover {
	text-shadow: 0 1px 1px #000
}
#respond {
	width: 100%;
	position: relative;
	font-size: 13px;
	float: left;
	margin-top: 20px;
	font-weight: 700
}
.comment-list li #respond {
	margin: 10px 0 20px!important
}
.comment-reply-title {
	margin: 0px;
}
#commentform {
	padding: 0;
	margin-top: 6px;
	overflow: hidden
}
#commentform .required {
	font-weight: 700;
	float: left
}
#commentform label {
	line-height: 1.75em;
 
 	font-size: 17px;
}
#commentform p {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	font-weight: 400;
	padding: 0
}
#commentform .form-submit {
	margin-top: 5px;
}
#commentform textarea,
#commentform input {
	width: 100%;
	font-size: 13px;
	line-height: 1.75em
}

#commentform input {
	float: left;
	font-weight: 400;
	display: block;
 	width: 100%;
	font-size: 12px;
	height: 50px;
	padding: 0 30px !important;
	background: rgba(118, 128, 138, 0.05);
}
#commentform input[type="checkbox"]{
    margin-top: 8px;
    margin-left: 15px;

	
}
#commentform textarea {
	box-sizing: border-box;
	width: 100%;
	padding: 5px 10px;
	height: 100px;
	float: left;
	background: rgba(118, 128, 138, 0.05);
}
#commentform input,
#commentform input,
.bypostauthor {
 	box-sizing: border-box
}
.comment-form-email,
.comment-form-url,
.comment-form-url,
.comment-form-comment {
	clear: both
}
.comment-notes {
	margin-bottom: 10px
}
.form-submit #submit,
#login-form .login-button,
.widget-feedburner .feedburner-subscribe {
	width: auto;
	font-size: 13px;
	padding: 3px 7px;
	cursor: pointer;
	position: relative
}
#submit:hover {
	opacity: .75
}
.commentmetadata a,
.author-link-reply a {
	display: inline-block;
	opacity: .5
}
.form-submit #submit:active,
#login-form .login-button:active,
.widget-feedburner .feedburner-subscribe:active {
	top: 2px
}
input.error,
textarea.error {
	border: 1px solid red!important
}
.rd-comment-navi {
	padding-bottom: 20px;
	width: 100%;
	float: left
}
.rd-comment-navi .page-numbers {
	padding: 5px 10px;
	background: rgba(150, 150, 150, 0.10)
}
@media (max-width: 499px) {
	.comment-list.rd-thread li {
		padding: 12px
	}
	.comment-list.rd-thread li {
		padding: 12px !important;
	}
	.comment-content {
		display: inline-block;
		width: 100%;
		float: left;
		overflow: hidden;
		margin-top: 5px;
		float: none
	}
}
/********************************************************************
********************************************************************
********************************************************************
6. Widget 
*********************************************************************
********************************************************************
********************************************************************/

/********************************************************************
6.1. Widget General
*********************************************************************/

.widget:not(.rd-widget-post) {
	line-height: 1.6em;
	font-size: 13px;
	float: left;
	width: 100%;
	padding: 20px;
	list-style: none
}
.widget {
	line-height: 1.6em;
	font-size: 13px;
}
.widget-warp {
	float: left;
	border-radius: 5px;
	width: 100%;
	overflow: hidden;
}
.rd-widget-post {
	padding: 5px;
	width: 100%;
	float: left
}
.widget:not(.rd-widget-post) .rd-title-box {
	padding: 0;
	margin-bottom: 2px
}
.widget:not(.rd-widget-post) .widget-container {
	float: left;
}
.widget .screen-reader-text {
	display: none
}
.widget a {
	font-size: 15px;
	line-height: 1.6em
}
.widget.widget_rss .rd-title-box h4 a:not(.rsswidget) {
	display: none;
}
.widget_rss span {
	padding: 0px !important;
}
.widget_rss a {
	background: none !important;
}
.widget.widget_rss .rd-title-box h4 a:nth-child(1) {
	padding: 5px 5px 5px 35px;
}
.widget.widget_rss .rd-title-box h4 a:nth-child(2) {
	padding: 5px 35px 5px 0px;
}
.widget select {
	width: 100%
}
.widget #wp-calendar {
	width: 100%;
	margin: 0
}
.widget #wp-calendar caption {
	text-align: center;
	padding: 5px 10px
}
.widget .searchform input#s {
	width: 100%
}
.widget .searchform #searchsubmit {
	cursor: pointer
}
.widget:not(.rd-widget) .widget-container {
	width: 100%
}
.widget span {
	color: #888
}
.rd-widget .widget-container {
	width: 100%;
	float: left
}
.widget li {
	list-style: none
}
.widget:not(.rd-widget) ul li:before {
	font-family: dashicons;
	content: "\f345";
	font-style: normal;
	vertical-align: top;
	font-size: 12px;
	margin-right: 3px;
	margin-top: 2px;
	float: left;
}
.widget ul {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}
.widget ul ul,
.widget ol ol {
	margin: 0 0 0 15px
}
.widget ul li {
	padding: 5px 0
}
.widget ul li ul li {
	padding: 5px 0 5px 0px
}
.rd-widget ul li {
	padding: 0
}
.rd_widget ul li {
	padding: 0
}
.rd-none-title .rd-title-box {
	display: none
}
.widget_text img {
	max-width: 100%;
	height: auto
}
.widget.widget_nav_menu li a::before {
	content: inherit;
	display: none;
}
.widget p {
	line-height: 1.5em;
	margin: 0 0 1.6em;
}
.widget_text .wp-caption-text {
	padding: 5px
}
.rd-widget-tags .rd-widget-content {
	width: 100%;
	float: left;
	padding-top: 0
}
.rd-tags-box {
	width: 100%;
	float: left;
}
.rd-tags-box a,
.tagcloud A {
	font-size: 13px!important;
	margin: 5px 5px 0 0;
	opacity: .7;
	padding: 3px 7px!important;
	background: rgba(118, 138, 138, 0.10);
	float: left
}
.rd-text-html {
	width: 100%;
	float: left;
	padding: 20px
}
.rd-widget-text-link {
	float: left;
	display: block
}
.rd-widget-text-link:first-child {
	margin-top: 20px
}
.rd-widget-link:last-child {
	margin-bottom: 20px
}
.widget_tag_cloud .rd-title-box {
	margin-bottom: 10px !important;
}
.rd-text-link {
	width: 100%;
	padding: 15px;
	background: rgba(150, 150, 150, 0.15);
	border-width: 1px;
	border-style: solid;
}
.rd-layout_6 .rd-text-link {
	border-width: 3px;
}
.rd-text-link a {
	font-size: 18px;
	font-weight: 700
}
.rd-widget-author .rd-post-module-2 .rd-thumb {
	position: relative;
	width: 150px !important;
	text-align: center;
	margin: auto;
	display: block;
	margin-top: 20px;
	float: none;
	border-radius: 50%;
	overflow: hidden;
}
.rd-widget-author .rd-meta {
	margin: 15px 0 0px !important;
	line-height: inherit !important;
}
.rd-widget-author .rd-meta li {
	font-size: 0px !important;
	max-height: none !important;
}
.rd-widget-author li a::before {
	font-family: FontAwesome;
	font-size: 1.5em;
}
/********************************************************************
6.4. Widget instagram 
*********************************************************************/

.rd-widget-instagram .rd-post-item {
	padding: 1px;
}
.rd-widget-instagram .rd-post-item a {
	padding-bottom: 100%;
	float: left;
	width: 100%;
	-webkit-transition: background-color .5s ease-out;
	-moz-transition: background-color .5s ease-out;
	-o-transition: background-color .5s ease-out;
	transition: background-color .5s ease-out;
	position: relative;
}
.rd-widget-instagram .rd-post-item img {
	width: 100%;
	margin: 0px;
	height: 100%;
	position: absolute;
	display: inline-block;
}
#user-instagram-feed {
	width: 100%;
	margin: 0px;
	float: left;
}
#user-instagram-feed li {
	width: 12.5%;
	float: left;
	list-style: none;
}
#user-instagram-feed li a {
	padding-bottom: 100%;
	float: left;
	width: 100%;
	-webkit-transition: background-color .5s ease-out;
	-moz-transition: background-color .5s ease-out;
	-o-transition: background-color .5s ease-out;
	transition: background-color .5s ease-out;
	position: relative;
}
#user-instagram-feed li a::before {
	-webkit-transition: background-color .5s ease-out;
	-moz-transition: background-color .5s ease-out;
	-o-transition: background-color .5s ease-out;
	transition: background-color .5s ease-out;
	content: "";
}
#user-instagram-feed li:hover a::before {
	content: "";
	z-index: 1;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 15%, rgba(0, 0, 0, 0.7) 85%, rgba(0, 0, 0, 0.7) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 15%, rgba(0, 0, 0, 0.7) 85%, rgba(0, 0, 0, 0.7) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 15%, rgba(0, 0, 0, 0.7) 85%, rgba(0, 0, 0, 0.7) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#b3000000', GradientType=0);
	width: 100%;
	position: absolute;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}
#user-instagram-feed li img {
	width: 100%;
	margin: 0px;
	height: 100%;
	position: absolute;
	display: inline-block;
}
.insta-flow {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.insta-flow a {
	font-size: 16;
	z-index: 2;
	text-transform: uppercase;
	background: rgba(255, 255, 255, 0.95);
	border-radius: 35px;
	padding: 15px 20px;
}
.rd-widget-instagram .rd-readmore {
	marign-top: 20px;
	width: 100%;
	text-align: center;
}
.rd-widget-instagram .rd-readmore a {
	text-align: center;
	margin: auto;
	float: none;
	display: inline-block;
	padding: 10px 20px;
}
body #rd-wrapper .rd-row-item .rd-post.rd-widget-instagram .rd-readmore a {
	color: #fff !important;
}
/********************************************************************
6.2. Widget Social
*********************************************************************/

.rd-social-content {
	width: 100%;
	float: left;
}
.rd-social-content .rd-social {
	float: left;
	width: 100%;
	margin: 0!important;
	background: none !important;
}
.rd-social-content .rd-social ul {
	width: 100%;
	margin-left: 0px !important;
	margin-right: 0px !important;
	float: left;
	padding: 0px;
}
.rd-social-content .rd-social li {
	line-height: normal!important;
	list-style: none;
	position: relative;
	width: 20%;
	padding: 1px;
	float: left;
	height: auto;
	margin: 0
}
.rd-social-content .rd-social li a {
	float: left;
	padding-bottom: 100%!important;
	position: relative;
	width: 100%
}
.rd-social-content .rd-social li img {
	position: absolute;
	float: left;
	height: 100%!important;
	width: 100%!important;
	border-radius: 0px!important;
	left: 0;
}
.rd-social-content .rd-social li:before {
	display: none
}
.widget .rd-meta li {
	padding: 0!important
}
.rd-widget-featured .rd-post-list {
	padding: 0
}
.rd-widget-post-module-3 {
	padding: 10px
}
@media (max-width: 979px) {
	.rd-widget-cavater .rd-excerpt {
		display: inline-block !important;
	}
}
.rd-sidebar .rd-list .rd-post-1-2 .rd-circular {
	display: none
}
.rd-text-html .widget_text {
	width: 100%;
	float: left;
	position: relative
}
/********************************************************************
6.3. Widget Login 
*********************************************************************/

.rd-widget-login-singin {
	padding-bottom: 20px;
	float: left
}
.rd-widget-login-singin label {
	font-size: 14px;
	text-align: left;
	list-style: outside none none;
	float: left;
	padding: 5px 0
}
.rd-widget-login-singin #log,
.rd-widget-login-singin #pwd {
	background: rgba(150, 150, 150, 0.05);
	height: 40px;
	font-size: 14px;
	box-shadow: 0 0 0 1px rgba(118, 128, 138, 0.2) inset;
	border: none;
	margin: auto;
	width: 100%;
	padding: 0 15px
}
.rd-widget-login-singin #submit {
	cursor: pointer;
	float: right;
	margin-top: 10px;
	border: medium none;
	font-size: 17px
}
.rd-widget-login-singin .rd-rememberme {
	font-size: 14px;
	text-align: left;
	list-style: outside none none;
	float: left;
	margin-top: 10px
}
.rd-login-links {
	float: left;
	width: 100%
}
.rd-login-links li {
	padding: 0;
	display: inline-block;
	margin-right: 10px
}
.rd-widget-login-user {
	width: 100%;
	float: left
}
.rd-author-avatar {
	float: left;
	width: 30%;
	padding-top: 0
}
.rd-author-avatar img {
	border: solid 1px #fff;
	border-radius: 0;
	width: 100%;
	border-radius: 50%;
	height: auto
}
.rd-panel {
	float: left;
	width: 70%;
	padding-left: 15px
}
.rd-panel a {
	font-weight: 400
}
.rd-widget-login-user li {
	font-size: 15px;
	font-weight: 700;
	line-height: 25px
}
.rd-login-user h3 {
	padding: 0 20px;
	width: 250px;
	float: left;
	font-size: 14px
}
.rd-login-user ul {
	padding: 0 20px;
	font-size: 12px;
	float: left
}
/********************************************************************
6.3. Widget Search
*********************************************************************/

.widget_search a.rd-search-icon {
	display: none !important
}
.widget_search .rd-search-sub {
	margin-top: 0px !important;
	padding: 0px !important;
	width: 100% !important;
	position: relative;
	z-index: 1 !important;
	right: 0;
	background: none !important;
	display: inline-block !important;
	border-top: 0px !important;
	box-shadow: none !important;
}
/********************************************************************
6.4. Widget ADS 
*********************************************************************/

.rd-single .rd-widget-ads {
	padding: 5px 0
}
.rd-ads {
	text-align: center;
	float: left;
	display: inline-block;
	width: 100%
}
.rd-ads img {
	display: inline-block;
	float: left;
	top: 0;
	left: 50%;
	max-width: 100%;
	height: auto;
	position: relative;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	font-size: 0;
	-ms-transform: translate(-50%, 0)
}
.rd-resize.rd-ads img {
	width: 100%;
	float: left
}
/********************************************************************
********************************************************************
********************************************************************
7. Footer 
*********************************************************************
********************************************************************
********************************************************************/

/********************************************************************
7.1. Footer
*********************************************************************/

.rd-footer-warp {
	width: 100%;
	overflow: hidden;
	float: left;
	position: relative
}
.rd-footer-warp::before {
	content: "";
	position: absolute;
	left: 0px;
	height: 100%;
	right: 0px;
	width: 100%;
	z-index: -1;
}
.rd-footer-warp .rd-background {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
}
.rd-body-boxid .rd-footer-middle {
	width: 1240px
}
.rd-footer-middle {
	width: 1280px;
	margin: auto
}
.rd-footer {
	padding: 20px 00px 20px;
	width: 100%;
	overflow: hidden;
	float: left
}
.rd-footer .rd-title-box {
	background: none!important
}
.rd-footer .rd-text .rd-excerpt {
	font-size: 15px
}
.rd-footer .rd-title-box h4 {
	background: none!important;
	border-width: 0!important
}
body #rd-wrapper #rd-footer .rd-footer .rd-title-box h4::before,
body #rd-wrapper #rd-footer .rd-footer .rd-title-box h4 {
	background: none!important;
	border-width: 0 0 1px!important;
	border-color: rgba(118, 128, 138, 0.10)!important;
	border-style: solid!important
}
.rd-footer-container {
	margin: auto;
	width: 1240px
}
.rd-footer .rd-post-background {
	background: none !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.rd-footer h4.rd-post-background {
	padding-top: 00px !important;
	padding-bottom: 0px !important;
}
body .rd-footer .rd-post-container:hover {
	box-shadow: none !important;
}
#rd-footer .rd-footer .widget-container,
#rd-footer .rd-footer .rd-post-warp,
#rd-footer .rd-footer .rd-post-warp::before,
#rd-footer .rd-footer .rd-post-list-boxid {
	background: none!important
}
#rd-footer .rd-meta,
#rd-footer .rd-meta li,
#rd-footer .rd-meta li a,
#rd-footer .rd-meta span {
	color: #888!important
}
.rd-footer-content {
	float: left;
	padding: 00px 0;
	width: 100%;
}
.rd-footer-bottom {
	width: 100%;
	padding: 0 20px;
	float: left;
}
.rd-footer-bottom-warp {
	float: left;
	text-align: center;
	width: 100%;
	padding: 20px 0;
}
.rd-footer-bottom span {
	width: 100%;
	float: left;
	text-align: center
}
#rd-wrapper .rd-footer .rd-title-box {
	margin-bottom: 20px;
}
#rd-wrapper .rd-footer .rd-widget-post .rd-title-box {
	margin-bottom: 10px !important;
}
#rd-wrapper .rd-footer .rd-title-box span,
#rd-wrapper .rd-footer .rd-title-box a {
	background: none !important;
	padding: 0px 0px 0px!important;
	font-size: 18px;
	margin-right: 15px;
}
@media (max-width: 1190px) {
	.rd-footer {
		width: 100%;
		margin-left: 0;
		padding: 0px;
	}
	.rd-footer-middle {
		width: 100%!important
	}
}
/********************************************************************
7.2. Footer Logo
*********************************************************************/

.rd-footer-logo {
	float: left;
	line-height: 0;
	display: inline-block;
	position: relative;
	padding-right: 20px;
	padding-left: 20px;
	padding: 20px 0px 0;
	display: inline-block;
	position: relative;
}
.rd-masthead .rd-footer-logo {
	z-index: 1
}
.rd-footer-logo-right {
	float: right;
	margin-left: 20px;
	margin-right: 20px
}
.rd-footer-logo-image .rd-footer-logo-warp {
	margin: 0!important
}
.rd-footer-logo-image a {
	line-height: 0
}
.rd-footer-logo-center {
	float: left;
	width: 100%;
	margin-left: 0;
	margin-right: 0
}
.rd-footer-logo-center .rd-footer-logo-warp {
	transform: translate(-50%, 00%);
	top: 00%;
	float: left;
	left: 50%;
	margin-bottom: 0px;
	margin-top: 0;
	transform: translate(-50%, 00%);
	-webkit-transform: translate(-50%, 00%);
	-moz-transform: translate(-50%, 00%);
	-o-transform: translate(-50%, 00%);
	-ms-transform: translate(-50%, 0%)
}
.rd-footer-logo-warp {
	position: relative;
	transform: translate(0, -50%);
	top: 50%;
	margin-top: 0;
	background: none!important;
	padding: 0!important;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%)
}
.rd-footer-logo a {
	font-size: 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block
}
.rd-footer-logo-center a.rd-footer-logo-title,
.rd-footer-logo-center a.rd-footer-logo-description {
	text-align: center
}
a.rd-footer-logo-title {
	font-size: 30px;
	text-align: left;
	line-height: 1em;
	display: block;
	color: #000
}
a.rd-footer-logo-description {
	font-size: 13px;
	line-height: 1.42em;
	text-align: left;
	display: block;
	color: #000
}
.rd-footer-logo a:hover {
	opacity: .75
}
/********************************************************************
7.2. Footer Social
*********************************************************************/

.rd-footer-bottom .rd-social {
	position: relative;
	width: 100%!important;
	left: 0!important;
	margin: 0!important;
	top: 0!important;
	padding: 0!important;
	z-index: 11111111;
}
.rd-footer-bottom .rd-social ul {
	display: inline-block;
	float: left;
	text-align: center;
	width: 100%;
	padding: 10px;
	margin: 10px 0 5px 0;
}
.rd-footer-bottom .rd-social ul li {
	float: none!important;
	display: inline-block
}
.rd-footer-bottom .rd-social ul a::before {
	font-size: 25px !important;
	line-height: 25px;
	line-height: 65px;
}
.rd-footer-bottom .rd-social ul li a:hover:before {
	color: #ffffff !important;
}
.rd-footer-bottom .rd-social-icon {
	width: 100%;
	float: left;
}
.rd-footer-bottom .rd-social ul li a {
	background: rgba(118, 128, 138, 0.15);
	border-radius: 50%;
	width: 65px;
	height: 65px;
	float: left;
}
