/*Widget Author Post Widget Style End*/

/*widget style Start*/
.widget {
	margin-bottom: 30px;
}

.widget .widget-inner {
	background: #fff;
	padding: 20px;
	margin-bottom: 30px;
	border: solid 1px #f1f1f1;
}

.widget.csbanner {
	padding: 0;
	background-color: transparent;
}

.widget.csbanner img {
	margin: 0 auto;
	display: block;
}

.widget ul {
	padding: 0px;
	margin: 0px;
}

.widget ul.children {
	padding-top: 10px;
	border-top: 1px solid #f2f2f2;
	margin-top: 10px;
}

.widget ul li {
	list-style: none;
	box-shadow: none;
	text-shadow: none;
}

.widget ul li a {
	outline: none;
	text-decoration: none;
	box-shadow: none;
	text-shadow: none;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.page-sidebar .widget-title, .sidebar .widget .widget-title {
	margin-bottom: 10px !important;
}

.widget .widget-title h5 {
	padding-bottom: 0;
}

.page-sidebar .widget .widget-title h5 {
	font-size: 16px !important;
	font-weight: 700;
	color: #2f313a;
	position: relative;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase !important;
	margin-bottom: 10px;
	padding-bottom: 0;
}

/*widget latest-post style Start*/
.widget.widget-latest-post ul {
	margin: 0;
	padding: 0;
}

.widget.widget-latest-post ul li:after {
	content: "";
	display: block;
	clear: both;
}

.widget.widget-latest-post ul li {
	list-style: none;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.widget.widget-latest-post ul li:last-child {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget.widget-latest-post ul li .img-holder {
	width: 53px;
	display: inline-block;
	vertical-align: middle;
	margin-right: -4px;
}

.widget.widget-latest-post ul li .img-holder img {
	width: 100%;
}

.widget.widget-latest-post ul li .img-holder ~ .text-holder {
	display: inline-block;
	margin-right: -4px;
	width: -webkit-calc(100% - 53px);
	width: -moz-calc(100% - 53px);
	width: calc(100% - 53px);
	vertical-align: middle;
	padding-left: 15px;
}

.widget.widget-latest-post ul li .text-holder h6 {
	margin-bottom: 5px;
}

.widget.widget-latest-post ul li .text-holder h6 a {
	font-size: 14px !important;
	color: #000;
	text-decoration: none;
	letter-spacing: 0;
	text-transform: none !important;
	font-family: "Montserrat", sans-serif;
}

#footer.advance .widget.widget-latest-post ul li .text-holder h6 a {
	color: #fff !important;
	text-transform: capitalize !important;
	font-size: 16px !important;
	font-weight: 400 !important;
}

.widget.widget-latest-post ul li .text-holder .post-option .post-date a {
	font-size: 11px;
	color: #333;
	display: block;
	padding-right: 15px;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	line-height: 17px;
}

/*widget latest-post style End*/

/*widget archives style Start*/
.widget.widget-archives ul {
	margin: 0;
	padding: 0;
}

.widget.widget-archives ul li {
	list-style: none;
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

.widget.widget-archives ul li a {
	position: relative;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	color: #555;
	padding-left: 20px;
}

/*.widget.widget-archives ul li a:before { position: absolute; top: -5px; left: 0; content: '\e08e'; color: #999999; font-size: 10px; font-family: "icomoon" !important; }*/
.widget.widget-archives ul li:last-child {
	border-bottom: none;
	padding: 0;
	margin: 0;
}

/*widget archives style End*/

/*widget tag-cloud style Start*/
.widget .tagcloud a {
	border: 1px solid #f2f2f2;
	color: #999;
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-size: 12px !important;
	font-weight: 400;
	margin: 0 2px 5px 0;
	outline: medium none;
	padding: 2px 11px;
	text-decoration: none;
	background: #f9f9f9;
	transition: all ease-in-out .3s;
	border-radius: 5px;
}

.widget .tagcloud a:hover {
	color: #fff;
}

/*widget tag-cloud style End*/

/*widget-gallery style Start*/
.widget.widget-gallery ul {
	margin: 0;
	padding: 0;
	margin-left: -4px;
	margin-right: -4px;
}

.widget.widget-gallery ul li {
	list-style: none;
	display: inline-block;
	padding: 2px;
	width: 25%;
	overflow: hidden;
	vertical-align: top;
}

.widget.widget-gallery ul li .cs-media figure {
	border: 1px solid #f1f1f1;
}

.widget.widget-gallery ul li .img-holder figure img, .widget.widget-gallery ul li .cs-media figure img {
	width: 100%;
}

.widget.widget-gallery ul li .img-holder figure figcaption {
	height: 100%;
	width: 100%;
	background: #c33332;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: -100%;
	transition: all ease-in-out .3s;
	display: inline-block;
}

.widget.widget-gallery ul li .img-holder:hover figure figcaption {
	opacity: .5;
	left: 0;
}

/*widget-gallery style End*/

/*widget-newsletter style Start*/
.widget.widget-newsletter p {
	letter-spacing: .6px;
	margin-bottom: 20px;
}

.widget.widget-newsletter .field-holder {
	position: relative;
}

.widget.widget-newsletter .field-holder .field-input {
	height: 35px;
	border-radius: 3px;
	font-size: 14px;
	color: #999;
	background-color: #fefefe;
	text-transform: lowercase;
	padding-left: 15px;
	padding-right: 77px;
	border-color: #f2f2f2;
}

.widget.widget-newsletter .field-holder label {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: normal;
	min-width: 75px;
	min-height: 34px;
}

.widget.widget-newsletter .field-holder .btn-holder {
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	background: #5a2489;
	border: none;
	color: #fff;
	border-radius: 0 3px 3px 0;
	font-size: 14px;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border: 1px solid transparent;
}

.widget.widget-newsletter div.field-holder .btn-holder:hover {
	background: transparent !important;
}

.widget .alert-danger {
	background-image: none;
	box-shadow: none;
	text-shadow: none;
}

.widget .alert-danger.nitro-lazy {
	background-image: none !important;
}

.widget .alert-danger p {
	margin-bottom: 0px;
}

.widget .alert-danger p i {
	font-size: 16px;
	display: inline-block;
	margin-right: 5px;
}

.widget .alert {
	padding: 10px 15px;
	margin-bottom: 10px;
}

/*widget-newsletter style End*/

/*widget-search style Start*/
.widget.widget-search .field-holder {
	position: relative;
}

.widget.widget-search .field-holder .field-input {
	background-color: #fefefe;
	height: 35px;
	border-color: #f2f2f2;
	color: #999;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	border-radius: 5px;
}

.widget.widget-search .field-holder label {
	border: 0 none;
	box-shadow: none;
	cursor: pointer;
	height: 35px;
	position: absolute;
	right: 0;
	top: 0;
	width: 35px;
}

.widget.widget-search .field-holder label:after {
	background: #5a2489;
	color: #fff;
	content: "";
	font-family: "icomoon";
	font-size: 14px;
	font-weight: 400;
	position: absolute;
	right: 10px;
	top: 5px;
}

.widget.widget-search .field-holder .btn-holder {
	background: #5a2489;
	border: 0 none;
	box-shadow: none;
	cursor: pointer;
	height: 35px;
	position: absolute;
	right: 0;
	top: 0;
	width: 35px;
	color: #fff;
	border-radius: 0 3px 3px 0;
}

/*widget-search style Start*/
.widget.widget-listing-types ul {
	margin: 0;
	padding: 0;
}

.widget.widget-listing-types ul li {
	list-style: none;
	color: #a1a1a1;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #f2f2f2;
	font-size: 14px;
}

.widget.widget-listing-types ul li:last-child {
	border: none;
	margin: 0;
	padding: 0;
}

.widget.widget-listing-types ul li a {
	position: relative;
	padding-left: 20px;
	font-size: 14px;
	color: #555;
	text-decoration: none;
	padding-right: 5px;
}

.widget.widget-listing-types ul li a:after {
	position: absolute;
	top: -6px;
	left: 0;
	content: "";
	font-family: "icomoon";
	font-size: 10px;
	color: #999;
}

.widget .txt-bar {
	height: 35px;
	border-radius: 5px;
	font-size: 14px;
	color: #999;
	text-transform: lowercase;
	padding-left: 15px;
	padding-right: 77px;
	border-color: #f2f2f2;
}

/*widget Twitter post style Start*/
.widget.twitter-post li i {
	color: #00aced;
	font-size: 14px;
	margin-right: 5px;
}

.widget.twitter-post li span {
	color: #999;
	font-size: 14px;
}

.widget.twitter-post li p a {
	color: #d64521;
}

/*widget Twitter post style End*/

/*widget Social Media style Start*/
.widget.widget-social-media li {
	margin-bottom: 10px;
}

.widget.widget-social-media li:last-child {
	margin-bottom: 0px;
}

.widget.widget-social-media li a[data-original-title="facebook"] {
	background-color: #3a5898;
}

.widget.widget-social-media li a[data-original-title="twitter"] {
	background-color: #54acec;
}

.widget.widget-social-media li a[data-original-title="google"] {
	background-color: #dd4a3a;
}

.widget.widget-social-media li a {
	padding: 8px 10px;
	display: block;
	line-height: 22px;
	border-radius: 2px;
	color: #fff;
}

.widget.widget-social-media li a i {
	font-size: 14px;
	margin-right: 5px;
}

.widget.widget-social-media li a strong {
	font-size: 14px;
	margin-right: 5px;
}

.widget.widget-social-media li a span {
	font-size: 14px;
	font-weight: 400;
}

/*widget Social Media style End*/

/*widget Newsletter style Start*/
.widget.widget-newsletter a {
	outline: none;
	text-decoration: none;
	font-size: 14px;
	color: #666;
}

.widget.widget-newsletter form {
	position: relative;
	margin-bottom: 10px;
}

.widget.widget-newsletter form:last-child {
	margin-bottom: 0;
}

.widget.widget-newsletter form input[type="text"] {
	color: #999;
	font-weight: 300;
	font-size: 14px;
	height: 38px;
	border-radius: 3px;
	border: 1px solid #f2f2f2;
	padding-left: 16px;
	padding-right: 77px;
}

.widget.widget-newsletter form input[type="submit"] {
	height: 36px;
	line-height: 36px;
	padding: 0 11px;
	border-radius: 0px 3px 3px 0;
	color: #fff;
	position: absolute;
	right: 1px;
	top: 0px;
	border: none;
	font-size: 14px;
	font-weight: 300;
	background-color: #5a2489;
}

/*widget Newsletter style End*/
.widget-related-post .widget {
	padding: 0px;
	margin: 0px;
}

.widget-related-post .user-info .text-holder em {
	font-style: normal;
	font-size: 14px;
	color: #555;
}

.widget-related-post .user-info .text-holder, .widget-related-post .user-info {
	padding: 0px;
}

.widget-related-post .user-info .img-holder {
	float: left;
	width: 60px;
	margin-right: 15px;
}

.widget-related-post .user-info .img-holder figure img {
	width: 100%;
	border-radius: 100%;
}

.widget-related-post .user-info .text-holder {
	overflow: hidden;
}

.widget-related-post .user-info .text-holder h4 {
	margin-bottom: 2px;
}

/*widget Text style Start*/
#footer.advance [class*='col-lg'] {
	vertical-align: top;
}

#footer.advance .widget.widget-text ul li {
	line-height: 22px;
	padding-left: 27px;
	position: relative;
	margin: 0 0 11px 0;
	font-size: 13px;
	color: #999;
}

#footer.advance .widget.widget-text ul li i {
	position: absolute;
	left: 0px;
	top: 2px;
}

.widget.widget-text ul li, .widget.widget-text ul li a {
	color: #999;
	font-size: 14px;
}

.widget.widget-text ul li {
	line-height: 1px;
	margin: 0 0 15px 0;
}

.widget.widget-text ul li:last-child {
	margin-bottom: 0px;
}

.widget.widget-text ul li i {
	font-size: 14px;
	color: #999;
	margin-right: 5px;
	width: 16px;
	display: inline-block;
}

.widget.widget_text p img, .widget.widget_text .wp-caption img {
	width: 100%;
	margin-bottom: 10px;
}

.widget.widget_text .wp-caption {
	margin-bottom: 15px;
}

.modern .footer-widget .widget.widget-text ul li {
	line-height: 24px;
	font-size: 16px;
	font-weight: 300;
}

/*widget Text style End*/

/*widget Archive style Start*/
.widget.widget_archive li {
	line-height: 20px;
	padding: 0 0 8px 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #f2f2f2;
	color: #555;
	font-size: 14px;
	font-weight: 300;
	position: relative;
}

.widget.widget_archive li:last-child {
	padding-bottom: 0px;
	border-bottom: 0px;
	margin-bottom: 0px;
}

.widget.widget_archive li a {
	color: #555;
	font-size: 14px;
	font-weight: 300;
}

/*.widget.widget_archive li:before { content: "\e08e"; position: absolute; left: 0px; top: 0px; font-size: 10px; color: #999999; font-family: "icomoon"; }*/
.widget.widget_archive li:before, .widget.widget_categories li:before, .widget.widget_pages ul li:before, .widget.widget_nav_menu ul li a:before, .widget.widget-categories li a:before, .widget.widget-archives ul li a:before {
	content: "";
	position: absolute;
	left: 5px;
	top: 5px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 7px solid #999;
}

.widget select {
	width: 100%;
	height: 38px;
	line-height: 38px;
	color: #555;
}

.widget select option {
	padding: 5px;
	color: #555;
}

/*widget Archive style End*/

/*widget Defeault style Start*/

/*.widget.widget_categories li:before, .widget.widget_pages ul li:before { content: "\e08e"; position: absolute; left: 0px; top: 0px; font-size: 10px; color: #999999; font-family: "icomoon"; }*/
.widget.widget_categories li, .widget.widget_pages ul li {
	line-height: 20px;
	padding: 0 0 8px 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #f2f2f2;
	color: #555;
	font-size: 14px;
	font-weight: 300;
	position: relative;
}

.widget.widget_categories li:last-child, .widget.widget_pages ul li:last-child {
	padding-bottom: 0px;
	border-bottom: 0px;
	margin-bottom: 0px;
}

.widget.widget_categories li, .widget.widget_pages ul li {
	font-size: 14px;
	color: #555;
	font-weight: 300;
	line-height: 16px;
}

.widget.widget_archive li a, .widget.widget_pages ul li a {
	color: #555;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
}

.widget.widget_pages ul li a {
	display: block;
	line-height: 20px;
}

.widget.widget_meta li a {
	display: block;
	font-weight: 300px;
	font-size: 14px;
	color: #555;
}

.widget.widget_meta li {
	padding: 0 0 5px 0px;
	margin-bottom: 5px;
	border-bottom: 1px solid #f2f2f2;
}

.widget.widget_meta li:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/*widget Defeaul style End*/

/*widget Recent Comments style Start*/
.widget.widget_recent_comments li a {
	display: block;
	font-size: 14px;
	color: #555;
	font-weight: 300;
}

.widget.widget_recent_comments li span {
	color: #999;
	font-weight: 600;
}

.widget.widget_recent_comments li {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.widget.widget_recent_comments li:last-child {
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

/*widget Recent Comments style End*/

/*widget Rss style Start*/
.widget.widget_rss li {
	margin-bottom: 15px;
}

.widget.widget_rss li:last-child {
	margin-bottom: 0px;
}

.widget.widget_rss li .rsswidget {
	font-size: 14px;
	color: #555;
	font-weight: 600;
	display: block;
}

.widget.widget_rss li .rss-date {
	font-size: 14px;
	color: #999;
	font-weight: 400;
}

/*widget Rss style End*/

/*widget Search style Start*/
.widget.widget_search form {
	position: relative;
}

.widget.widget_search form input.form-control {
	height: 38px;
	line-height: 38px;
	border: 1px solid #f2f2f2;
	border-radius: 3px;
	padding: 8px 0 8px 16px;
	background-color: #fefefe;
	font-size: 14px;
	color: #999;
	font-weight: 300;
}

.widget.widget_search form .input-group {
	display: block;
	position: relative;
}

.widget.widget_search form .input-group-btn {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 5;
}

.widget.widget_search form .btn-default {
	display: inline-block;
	background-image: none;
	background-color: #5a2489;
	height: 38px;
	width: 35px;
	text-align: center;
	line-height: 38px;
	border: none;
	border-radius: 0 3px 3px 0;
	padding: 0px;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.widget.widget_search form .btn-default.nitro-lazy {
	background-image: none !important;
}

.widget.widget_search form .form-control:focus::-webkit-input-placeholder {
	color: transparent;
}

.widget.widget_search form .form-control:focus::-moz-placeholder {
	color: transparent;
}

.widget.widget_search form .form-control:focus:-ms-input-placeholder {
	color: transparent;
}

.widget.widget_search form .form-control:focus:-moz-placeholder {
	color: transparent;
}

.widget.widget_search form .btn-default i {
	font-size: 14px;
	color: #fff;
}

/*widget Search style End*/

/*widget Nav Menu style Start*/
.widget.widget_nav_menu ul li, .widget.widget-categories li {
	line-height: 22px;
}

/*.widget.widget_nav_menu ul li a:before, .widget.widget-categories li a:before { content: "\e08e"; position: absolute; left: 0px; top: 0px; font-size: 10px; color: #999999; font-family: "icomoon"; }*/
.widget.widget_nav_menu ul li a, .widget.widget-categories li a {
	display: block;
	font-size: 14px;
	font-weight: 300;
	color: #555;
	position: relative;
	padding: 0 0 5px 20px;
	margin-bottom: 5px;
	border-bottom: 1px solid #f2f2f2;
}

.widget.widget_nav_menu ul li .sub-menu, .widget.widget-categories li .sub-menu {
	padding-left: 10px;
}

.widget.widget_nav_menu ul li:last-child {
	padding-bottom: 0px;
	border-bottom: none;
	margin-bottom: 0px;
}

/*widget Nav Menu style End*/

/*widget Calendar style Start*/
.widget.widget_calendar .calendar_wrap {
	width: 100%;
}

.widget.widget_calendar #wp-calendar caption {
	padding: 10px 0;
	background-color: #5a2489;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}

.widget.widget_calendar #wp-calendar tfoot tr td#prev, .widget.widget_calendar #wp-calendar tfoot tr td#next {
	padding: 0;
}

.widget.widget_calendar #wp-calendar tfoot tr th, .widget.widget_calendar #wp-calendar tfoot tr td {
	border: none;
}

.widget.widget_calendar #wp-calendar tfoot tr td#prev {
	text-align: left;
}

.widget.widget_calendar #wp-calendar tfoot tr td#prev a, .widget.widget_calendar #wp-calendar tfoot tr td#next a {
	display: inline-block;
	padding: 0px 15px;
	color: #fff;
	font-size: 14px;
	background-color: #5a2489;
	margin-top: 15px;
}

.widget.widget_calendar #wp-calendar tfoot tr td#next {
	text-align: right;
}

/*widget Calendar style End*/
.widget.wp-dp-fancy-menu .shortcode-nav {
	background-color: #f7f7f7;
	border: #e5e5e5 solid 1px;
}

.widget.wp-dp-fancy-menu ul {
	margin: 0;
	padding: 0;
}

.widget.wp-dp-fancy-menu .menu > li {
	border-bottom: #e5e5e5 solid 1px;
	padding: 7px 20px;
	text-shadow: none;
	position: relative;
}

.widget.wp-dp-fancy-menu .menu > li ul {
	display: none;
}

.widget.wp-dp-fancy-menu .menu > li:last-child {
	border-bottom: 0;
}

.widget.wp-dp-fancy-menu .menu > li > a:after {
	position: absolute;
	top: 0;
	right: -10px;
	content: "";
	font-family: "icomoon";
	font-size: 24px;
	line-height: 30px;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.widget.wp-dp-fancy-menu .menu > li.active > a, .widget.wp-dp-fancy-menu .menu > li:hover > a, .widget.wp-dp-fancy-menu .menu > li li:hover > a, .widget.wp-dp-fancy-menu .menu > li:hover > a:after, .widget.wp-dp-fancy-menu .menu > li.active .current-menu-item > a {
	color: #5a2e8a;
}

.widget.wp-dp-fancy-menu .menu > li.active > a:after {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.widget.wp-dp-fancy-menu .menu > li > a {
	font-size: 16px;
	color: #333;
}

.widget.wp-dp-fancy-menu .menu li a {
	outline: none;
	text-shadow: none;
	text-decoration: none;
	line-height: 22px;
	font-weight: 500;
	display: block;
	padding: 4px 0;
	position: relative;
}

.widget.wp-dp-fancy-menu .menu > li li a {
	font-size: 13px;
	color: #555;
	line-height: 19px;
	padding: 8px 0;
}

/*top member widget*/
.widget .member-post {
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	background: #fff;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #f1f1f1;
}

.widget .member-post:last-child {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}

.widget .member-post .img-holder {
	width: 80px;
	border: 1px solid #f1f1f1;
}

.widget .member-post .img-holder img {
	max-width: 100%;
}

.widget .member-post .text-holder {
	width: -webkit-calc(100% - 80px);
	width: -moz-calc(100% - 80px);
	width: calc(100% - 80px);
	text-align: left;
	padding-left: 10px;
}

.widget .member-post .post-title h4, .widget .member-post .post-title h4 a {
	font-size: 12px !important;
	margin-bottom: 2px;
	line-height: 20px !important;
}

.widget .member-post .listings-count {
	font-size: 12px;
	color: rgba(153, 153, 153, .6);
	display: block;
	padding-right: 15px;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
}

/*top member widget*/

/*top listings widget*/
.widget .listings-post {
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	background: #fff;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom: 1px solid #f1f1f1;
}

.widget .listings-post:last-child {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}

.widget .listings-post .img-holder {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	border: 1px solid #f1f1f1;
	overflow: hidden;
}

.widget .listings-post .listing-sold-out {
	display: none;
}

.widget .listings-post .listing-sold-out span {
	padding: 6px;
	font-size: 10px;
	line-height: 16px;
	border: solid 1px #ed2828;
	font-weight: 400;
}

.widget .listings-post .img-holder img {
	max-width: 100%;
	height: 55px;
}

.widget .listings-post .text-holder {
	width: -webkit-calc(100% - 55px);
	width: -moz-calc(100% - 55px);
	width: calc(100% - 55px);
	text-align: left;
	padding-left: 10px;
}

.widget .listings-post .listing-price {
	margin-bottom: 7px;
}

.widget .listings-post .post-title {
	margin-bottom: 5px;
}

.widget .listings-post .new-price {
	font-weight: 700;
	font-size: 14px;
}

.widget .listings-post .new-price .old-price {
	font-size: 10px;
	text-decoration: line-through;
	margin-left: 6px;
}

.widget .listings-post .new-price .guid-price {
	font-size: 12px;
}

.widget .location-list li i {
	color: #f97456;
	display: inline-block;
}

.widget .location-list li {
	color: #555;
	font-size: 13px;
	line-height: 18px;
}

.widget .listings-post .post-title h4, .widget .listings-post .post-title h4 a, #footer.advance .widget .listings-post .text-holder a {
	font-size: 16px !important;
	margin-bottom: 2px;
	line-height: 20px !important;
}

#footer.advance .widget .listings-post .text-holder a {
	font-size: 16px !important;
	color: #fff !important;
	display: block;
}

.filters-sidebar .widget .listings-post .img-holder {
	width: 100%;
	height: auto;
	border-radius: 0;
	margin-bottom: 10px;
}

.filters-sidebar .widget .listings-post .text-holder {
	width: 100%;
	padding-left: 0;
}

.filters-sidebar .widget .listings-post {
	display: block;
}

.widget .simple .listings-post .text-holder {
	width: 100%;
	padding-left: 0px;
}

.widget .simple .listings-post .post-title h4 {
	margin-bottom: 0px;
}

.widget .simple .listings-post {
	background: none;
	border-bottom: none;
	padding-bottom: 0px;
}

/*top listings widget*/
.wp_dp_banner_section img {
	max-width: 100%;
}

/*widget Ad Style Start*/
.widget.widget-ad {
	padding: 0;
}

.widget.widget-ad a img {
	width: 100%;
}

/*widget Ad Style End*/

/*Home Featured Widget Style Start*/
.home-featured-widget {
	margin-bottom: -27px;
}

.home-featured-widget .listing-list {
	margin-bottom: 15px;
}

.home-featured-widget .text-holder .thumb-img {
	display: block;
	top: -20px;
	right: 0;
	margin: 0 8px 12px 0;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #c4c4c4;
	vertical-align: middle;
	position: absolute;
	border: 2px solid #fff;
}

.home-featured-widget .text-holder .thumb-img img {
	max-width: 100%;
	border-radius: 100%;
}

.home-featured-widget .text-holder .thumb-img ~ .widget-post-title {
	padding-right: 50px;
}

.home-featured-widget .text-holder .widget-post-title h6 {
	margin: 0 0 5px;
}

.home-featured-widget .img-holder img {
	width: 100%;
}

.home-featured-widget .img-holder, .home-featured-widget .img-holder img {
	border-radius: 5px;
}

.home-featured-widget .text-holder {
	position: relative;
}

.home-featured-widget .img-holder ~ .text-holder {
	padding-top: 6px;
}

.home-featured-widget .text-holder .listing-location {}

.home-featured-widget .text-holder .listing-location li {
	font-size: 13px;
	line-height: 19px;
	color: #9b9b9b;
}

.home-featured-widget ul.listing-location {
	margin: 0;
	padding: 0;
}

/*Home Featured Widget Style End*/

/*Most Viewed Widget Style Start*/
.most-viewed-widget {
	margin-bottom: -15px;
}

.most-viewed-widget .listing-list {
	margin-bottom: 15px;
}

.most-viewed-widget .img-holder {
	width: 35px;
	height: 35px;
	border-radius: 2px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}

.most-viewed-widget .img-holder img {
	height: 35px;
}

.most-viewed-widget .img-holder ~ .text-holder {
	width: -webkit-calc(100% - 40px);
	width: -moz-calc(100% - 40px);
	width: calc(100% - 40px);
	padding-left: 12px;
	display: inline-block;
	vertical-align: middle;
}

.most-viewed-widget .text-holder {
	position: relative;
	padding-right: 45px;
}

.most-viewed-widget .text-holder .widget-post-title h6 {
	margin: 0;
}

.most-viewed-widget .text-holder .listing-location {}

.most-viewed-widget .text-holder .listing-location li {
	font-size: 13px;
	line-height: 19px;
	color: #9b9b9b;
}

.most-viewed-widget ul.listing-location {
	margin: 0;
	padding: 0;
}

.most-viewed-widget .text-holder .widget-reviews-count {
	height: 25px;
	min-width: 25px;
	position: absolute;
	top: 50%;
	right: 0;
	background: #6ba923;
	text-align: center;
	line-height: 25px;
	color: #fff;
	border-radius: 16px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	padding: 0 8px;
}

/*Most Viewed Widget Style End*/

/*Widget Author Post Widget Style Start*/
.widget.author-post-widget {
	border: 1px solid #d9d9d9;
	box-shadow: 0 0 0 2px #f7f7f7;
	background-color: #fff;
	border-radius: 6px;
	padding-top: 25px;
}

.widget.author-post-widget .img-holder {
	margin-bottom: 15px;
	text-align: center;
}

.widget.author-post-widget .img-holder figure {
	width: 120px;
	display: inline-block;
}

.widget.author-post-widget .img-holder figure img {
	width: 100%;
	border-radius: 100%;
}

.widget.author-post-widget .text-holder {
	text-align: center;
	padding: 0 35px;
}

.widget.author-post-widget .author-title strong {
	font-size: 26px;
	color: #313131;
	line-height: 30px;
}

.widget.author-post-widget .author-address strong {
	font-size: 13px;
	color: #313131;
	line-height: 20px;
}

.widget.author-post-widget .text-holder p {
	font-size: 13px;
	color: #313131;
	line-height: 22px;
	padding-top: 0;
	margin-bottom: 15px;
}

.widget.author-post-widget .author-address {
	margin: 0 -35px 12px -35px;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	padding: 3px 0 6px 0;
}

.widget.author-post-widget .author-address i {
	font-size: 14px;
	color: #ccc;
	display: inline-block;
	margin-right: 2px;
	vertical-align: middle;
}

.widget.author-post-widget .email-address {
	text-decoration: none;
	outline: none;
	color: #5290d2;
	font-size: 12px;
	line-height: 18px;
	display: block;
	margin-bottom: 10px;
}

.widget.author-post-widget .email-address ~ .author-social-media {
	margin-top: 25px;
}

.widget.author-post-widget .author-title {
	margin-bottom: 20px;
}

.widget.author-post-widget .author-social-media {
	padding: 0px;
	margin: 0 -35px;
	border-top: 1px solid #e6e6e6;
}

.widget.author-post-widget .author-social-media li {
	list-style: none;
	float: left;
	width: 33.33%;
	text-align: center;
}

.widget.author-post-widget .author-social-media li a {
	display: block;
	font-size: 20px;
	padding: 10px 0 5px 0;
	border-right: 1px solid #e6e6e6;
	background: none;
}

.widget.author-post-widget .author-social-media:after {
	content: "";
	display: block;
	clear: both;
}

.widget.author-post-widget .author-social-media li:last-child a {
	border-right: 0;
}

.widget.author-post-widget .author-social-media li a[data-original-title="twitter"] {
	color: #55acee;
}

.widget.author-post-widget .author-social-media li a[data-original-title="facebook"] {
	color: #3b5998;
}

.widget.author-post-widget .author-social-media li a[data-original-title="linkedin"] {
	color: #007bb5;
}

.widget.author-post-widget .author-social-media li a:hover[data-original-title="twitter"] {
	background-color: #55acee;
	color: #fff;
	border-radius: 0 0 0 6px;
}

.widget.author-post-widget .author-social-media li a:hover[data-original-title="facebook"] {
	background-color: #3b5998;
	color: #fff;
}

.widget.author-post-widget .author-social-media li a:hover[data-original-title="linkedin"] {
	background-color: #007bb5;
	color: #fff;
	border-radius: 0 0 6px 0;
}
