/*
	Theme Name: Genesis Child
	Theme URI: http://my.studiopress.com/themes/outreach/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: PureLogics
Author URI: https://www.purelogics.net/
	Version: 3.1
	
	Tags: black, green, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
	
	Template: genesis
	Template Version: 2.1
	
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
	- Comments
	- Sidebars
	- Sub Foooter
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Outreach Pro Blue
		- Outreach Pro Orange
		- Outreach Pro Purple
		- Outreach Pro Red
	- Media Queries
	- Retina Display
		- Retina
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.home-top .widget:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.home-top .widget:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */
/*@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');*/
@font-face {
  font-display: swap;
}
@font-face {
	font-family:"ShopifySans";
	src:url("https://cdn.shopify.com/static/fonts/ShopifySans--light.woff2") format("woff2");
	font-style:normal;
	font-weight:300;
	font-display:swap
}
@font-face {
	font-family:"ShopifySans";
	src:url("https://cdn.shopify.com/static/fonts/ShopifySans--regular.woff2") format("woff2");
	font-style:normal;
	font-weight:400;
	font-display:swap
}
@font-face {
	font-family:"ShopifySans";
	src:url("https://cdn.shopify.com/static/fonts/ShopifySans--medium.woff2") format("woff2");
	font-style:normal;
	font-weight:500;
	font-display:swap
}
@font-face {
	font-family:"ShopifySans";
	src:url("https://cdn.shopify.com/static/fonts/ShopifySans--bold.woff2") format("woff2");
	font-style:normal;
	font-weight:700;
	font-display:swap
}
@font-face {
	font-family:"ShopifySans";
	src:url("https://cdn.shopify.com/static/fonts/ShopifySans--extrabold.woff2") format("woff2");
	font-style:normal;
	font-weight:800;
	font-display:swap
}
@font-face {
	font-family:"ShopifySans";
	src:url("https://cdn.shopify.com/static/fonts/ShopifySans--black.woff2") format("woff2");
	font-style:normal;
	font-weight:900;
	font-display:swap
}

body {
	background:#fff;
	color: #444;
    font-family: Roboto, sans-serif !important;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
	padding-top:114px;
	
}
h1 , h2 , h3 , h4 , h5 , h6 {
	font-family: 'Roboto Condensed',sans-serif !important;
}


.fw400{
	font-weight:400 !important;
}
.fr{
	    font-family: Roboto, sans-serif !important;
}
body.overFlow{overflow:hidden;}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #6ab446;
	text-decoration: none;
}

a:hover {
	color: #589b37;
}

p {
	margin: 0 0 24px;
	padding: 0;
    font-family: Roboto, sans-serif !important;
    font-weight: 300;
    font-size: 22px;
    line-height: 30px;
}
.font_16 p {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
}
li{
	font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 22px;
    line-height: 30px;
}
main .et_pb_section  {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #999;
	font-size: 14px;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #666;
	opacity: 1;
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: #666;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #d2222a;
	border: none ;
	border-radius: 3px ;
	color: #fff ;
	cursor: pointer ;
	font-size: 16px ;
	font-weight: 400 ;
	padding: 16px 24px ;
	text-transform: uppercase ;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #bf222a;
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 700;
	text-transform: uppercase;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1450px;
}

.site-inner {
	clear: both;
	font-size: 16px;
	/*overflow: hidden;*/
	padding-top: 20px;
}

.outreach-pro-home .site-inner {
	padding: 4px 0;
}

.outreach-pro-landing .wrap {
	max-width: 900px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 930px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	background-color: #fff;
	border-radius: 3px;
	float: right;
	margin-bottom: 0px;
	padding: 0px;
	width: 910px;
}
article.entry {
    margin-bottom: 0px;
}
.outreach-pro-home .content {
	margin: 0;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 550px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 350px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #f5f5f5;
	font-size: 12px;
	margin-bottom: 30px;
	padding: 10px 16px;
}

.archive-description {
	background-color: #f5f5f5;
	margin-bottom: 30px;
	padding: 30px;
}

.author-box {
	background-color: #111;
	color: #fff;
	margin: 0 -40px 40px;
	padding: 30px;
}

.author-box-title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 30px;
	font-weight: 700;
}

.content .entry-title a {
	color: #333;
}

.content .entry-title a:hover {
	color: #6ab446;
}

.widget-title {
	color: #fff;
	font-size: 17px;
	margin-bottom: 20px;
	text-transform: capitalize;
	/*font-family: 'Poppins', sans-serif;*/
	font-family:Roboto Condensed, sans-serif;
font-weight: 700;
}

.footer-widgets .widget-title,
.site-header .widget-title {
	color: #221e1f;
}

/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	display: block;
	margin-bottom: 16px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.gallery-caption {
	margin: 0 0 10px;
}

.wp-caption-text {
	font-weight: 700;
	text-align: center;
}

figcaption.wp-caption-text a, figcaption.wp-caption-text{
	font-size: 16px !important;
	margin-bottom: 30px;
    margin-top: 10px
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}


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

.widget {
	word-wrap: break-word;
	margin-bottom: 30px;
}

.widget li {
	border-bottom: 1px dotted #494949;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: left;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget p:last-child,
.widget ol > li:last-child,
.widget ul > li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget_calendar table {
	border-color: #494949;
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 20px;
}

.featured-content .entry-title {
	font-size: 20px;
}

.featured-content .entry-comments-link {
	float: none;
}

.more-from-category {
	border-top: 1px dotted #494949;
	margin-top: 10px;
	padding-top: 10px;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	border: none;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #eee;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* Genesis Responsive Slider
------------------------------------------------------------ */

.content #genesis-responsive-slider {
	-webkit-box-shadow: 0 60px 100px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0 60px 100px rgba(0, 0, 0, 0.5);
	box-shadow:         0 60px 100px rgba(0, 0, 0, 0.5);
	border: none;
	padding: 0;
}

.content #genesis-responsive-slider a:hover,
.content #genesis-responsive-slider h2 a,
.content #genesis-responsive-slider h2,
.content #genesis-responsive-slider p {
	color: #fff;
}

.content #genesis-responsive-slider a,
.content #genesis-responsive-slider h2 a:hover {
	color: #6ab446;
}

#genesis-responsive-slider li {
	border: none;
	margin: 0;
	padding: 0;
}

.content .slide-excerpt {
	background-color: rgba(0, 0, 0, 0.7);
	border: none;
	filter: alpha(opacity=10);
	margin: 0;
	opacity: 1;
}

html > body .content .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 30px;
}

.content #genesis-responsive-slider p {
	color: #fff;
}

.widget.genesis_responsive_slider,
.content #genesis-responsive-slider .flex-control-nav {
	margin-bottom: 0;
}

.content #genesis-responsive-slider .flex-control-nav {
	margin-top: -40px;
}

.content .genesis_responsive_slider .flex-direction-nav li a {
	background: url(images/icon-direction-nav.png) no-repeat -50px 0;
	background-size: 100px 98px;
	height: 49px;
	right: -25px;
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
	width: 50px;
}

.content .genesis_responsive_slider .flex-direction-nav li a:hover {
	background-position: -50px -49px;
}

.content .genesis_responsive_slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	bottom: 10px;
	left: auto;
	right: 62px !important;
	top: auto;
}

.content #genesis-responsive-slider .flex-direction-nav li a.next {
	bottom: 10px;
	left: auto;
	right: 10px !important;
	top: auto;
}

.content .genesis_responsive_slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -49px;
}


/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

body.logged-in header.site-header {  top: 30px; }
.site-header {
	background-color: #fff;
	color: #444444;
	min-height: 100px;
	border-bottom:10px solid #211D1E;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 999;
	padding: 0 10px;
}

.site-header  .widget-area.header-widget-area {
    margin: 0;
    padding: 0;
}

.site-header .widget {
	margin-bottom: 0;
}

.site-header .wrap {
	padding: 0px 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 14px 0;
	width: 340px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 43px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #fff;
}
.title-area .site-title a{
	text-indent: -9999px;
    overflow: hidden;
    float: left;
    width: 200px;
    height: 63px;
    background-size: 100% !important;
    margin-left: 10px;
}
.header-image .title-area {
	padding: 0;
}

.header-image .site-title > a {
    float: left;
    height: 83px;
    width: 270px;
    margin: 5px;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-weight: 400;
	height: 0;
	line-height: 1.5;
	text-indent: -9999px;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	padding-top: 14px;
	text-align: right;
	width: 740px;
}

.site-header .widget-area a {
	color: #292526;
}

.site-header .widget-area a:hover {
	color: #fff;
}

.site-header .widget li {
	border-color: #fff;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

.site-header .widget-area button:hover,
.site-header .widget-area input:hover[type="button"],
.site-header .widget-area input:hover[type="reset"],
.site-header .widget-area input:hover[type="submit"],
.site-header .widget-area .button:hover {
	background-color: #fff;
	color: #000;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 14px;
	line-height: 1.5;
	width: 100%;
	display: table;
	margin: 0px;
}

.genesis-nav-menu,
.genesis-nav-menu a {
	color: #fff;
}

.genesis-nav-menu .menu-item {
	/*display: inline-block;*/
	display: table-cell;
	text-align: left;
}

.genesis-nav-menu a {
	display: block;
	padding: 25px 10px;
	/*border-bottom: 4px solid transparent;*/
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
}
.genesis-nav-menu a i {
    margin: 0 0 6px !important;
        display: block;
/*         font-size: 20px !important; */
}
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu a:hover,
.genesis-nav-menu li:hover > a {
	    background: #d2222a;
    color: #fff;
    /*border-bottom: 4px solid #d2222a;*/
    text-decoration: none;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #fff;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 999;
}

.genesis-nav-menu .sub-menu a {
	background-color: #eee;
	border: 1px solid #fff;
	border-top: none;
	color: #333;
	font-size: 12px;
	padding: 14px 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -48px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
	display: inline-block;
	padding: 18px 20px;
}

.genesis-nav-menu .right:hover > a {
	background: none;
	color: #fff;
}

.genesis-nav-menu .right > a:hover {
	background: #fff;
	color: #000;
}

.genesis-nav-menu > .search {
	padding: 9px 0 0;
}

.genesis-nav-menu input[type="search"] {
	font-size: 14px;
	padding: 10px 16px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li,
.site-header .genesis-nav-menu li ul {
	border-bottom: none;
	margin: 0;
	padding: 0;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #211d1e;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary .wrap {
	background-color: #111;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	margin-bottom: 16px;
}

.nav-secondary .genesis-nav-menu > li > a:hover,
.nav-secondary .genesis-nav-menu > li:hover > a {
	background: none;
}

.nav-secondary .genesis-nav-menu .current-menu-item > a,
.nav-secondary .genesis-nav-menu .sub-menu a:hover,
.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu li:hover > a {
	color: #6ab446;
}

.nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #090909;
	border-color: #292929;
	color: #fff;
}

.nav-secondary .sub-menu {
	border-color: #292929;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: -1px;
	text-align: center;
color: #d2222a !important;
line-height:37px;
font-size: 28px;
}
.site-header .responsive-menu-icon::before {
	padding: 0;
}
/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-top .widget {
	margin: 0;
	padding: 0 40px 40px;
}

.home-top .widget:first-child {
	padding-top: 40px;
}

.home-top .widget.genesis_responsive_slider {
	padding: 0;
}

.outreach-pro-home .content {
	padding: 0;
}

.home-bottom {
	background-color: #fff;
	padding-top: 60px;
}

.home-bottom .widget {
	float: left;
	margin-left: 2.564102564102564%;
	width: 23.076923076923077%;
}

.home-bottom .widget:nth-child(4n+1) {
	clear: both;
	margin-left: 0;
}

.home-bottom .featured-content img {
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    1px 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow:         1px 1px 4px rgba(0, 0, 0, 0.4);
}

.home-bottom .widget-title {
	color: #333;
	font-weight: 700;
}

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content p,
.entry-content ul {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
	 margin-bottom: 12px;
    font-weight: 400 !important;
}

.entry-content ul > li {
	list-style-type: disc;
	  margin-bottom: 12px;
    font-weight: 400 !important;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	color: #999;
	font-size: 12px;
	margin-bottom: 0;
	text-transform: uppercase;
}

p.entry-meta a {
	color: #999;
}

p.entry-meta a:hover {
	color: #333;
}
.et_pb_row.et_pb_row_0_tb_header.cus_header {
    width: 100% !important;
}

.entry-footer .entry-meta {
	border-top: 1px dotted #ddd;
	padding-top: 12px;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-categories {
	float: left;
}

.entry-comments-link,
.entry-tags {
	float: right;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 40px;
	padding: 30px;
	text-align: center;
}

.after-entry p:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

.after-entry .featured-content li {
	text-align: center;
}

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

.pagination {
	margin: 40px 0 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}
.ptam-pagination {
    text-align: center;
}
.archive-pagination li {
	display: inline-block;
	list-style-type: disc;
	margin-bottom: 12px;
	font-weight: 400;
}

.archive-pagination li a,
.archive-pagination li  {
	color: #d2242c !important;
	font-size: 20px;
	font-weight: 400;
	display: inline-block;
	padding: 5px 10px;
	margin: 0 4px 0 0;
	border: 1px solid #eee;
	line-height: 1;
	text-decoration: none;
	border-radius: 2px;

}

.archive-pagination li a:hover,
.archive-pagination li:hover  {
	background: #f9f9f9;
}
.archive-pagination .active a {
	background: #d2242c !important;
	background-color: red;
	color: #fff;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 30px;
}

li.comment,
li.pingback {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li,
.entry-pings li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #ccc;
	font-size: 14px;
}

.sidebar .widget {
	background-color: #111;
	border-radius: 3px;
	padding: 30px;
}

.sidebar li a {
	color: #ccc;
}

.sidebar li a:hover,
.sidebar .entry-meta a:hover {
	color: #fff;
}

/*
Sub Footer
---------------------------------------------------------------------------------------------------- */

.sub-footer {
	background-color: #f9f8fa;
	padding: 30px 0 30px;
}

.sub-footer-left {
	float: none;
	/*width: 785px;*/
	width: 100%;
}

.sub-footer-right {
	float: right;
	font-size: 14px;
	width: 235px;
}

.sub-footer-left .entry-title {
	font-size: 30px;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #eee;
	color: #444;
	clear: both;
	font-size: 14px;
	padding: 60px 15px 30px;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets .entry-meta a:hover,
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	width: 255px;
}

.footer-widgets-1,
.footer-widgets-2 {
	margin-right: 40px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
}

.footer-widgets-4 {
	float: right;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #000;
	color: #666;
	font-size: 14px;
	padding: 40px 0;
	text-align: center;
}

.site-footer a {
	color: #666;
}

.site-footer a:hover {
	color: #fff;
}

.site-footer p {
	margin-bottom: 0;
}

/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Outreach Pro Blue
--------------------------------------------- */

.outreach-pro-blue .content .entry-title a:hover,
.outreach-pro-blue .content #genesis-responsive-slider a,
.outreach-pro-blue .content #genesis-responsive-slider h2 a:hover,
.outreach-pro-blue .nav-secondary .genesis-nav-menu .current-menu-item > a,
.outreach-pro-blue .nav-secondary .genesis-nav-menu .sub-menu a:hover,
.outreach-pro-blue .nav-secondary .genesis-nav-menu a:hover,
.outreach-pro-blue .nav-secondary .genesis-nav-menu li:hover > a,
.outreach-pro-blue .widget-title,
.outreach-pro-blue a {
	color: #2483d0;
}

.outreach-pro-blue a:hover {
	color: #1e6dad;
}

.outreach-pro-blue .content #genesis-responsive-slider a:hover,
.outreach-pro-blue .content #genesis-responsive-slider h2 a,
.outreach-pro-blue .footer-widgets .widget-title,
.outreach-pro-blue .genesis-nav-menu a,
.outreach-pro-blue .site-footer a:hover,
.outreach-pro-blue .site-header .widget-title,
.outreach-pro-blue .site-title a,
.outreach-pro-blue .site-title a:hover {
	color: #fff;
}

.outreach-pro-blue .site-footer a {
	color: #666;
}

.outreach-pro-blue .genesis-nav-menu .sub-menu a,
.outreach-pro-blue .home-bottom .widget-title {
	color: #333;
}

.outreach-pro-blue .genesis-nav-menu a:hover,
.outreach-pro-blue .genesis-nav-menu .current-menu-item > a,
.outreach-pro-blue .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #000;
}

.outreach-pro-blue .archive-pagination .active a,
.outreach-pro-blue .archive-pagination li a:hover,
.outreach-pro-blue .button,
.outreach-pro-blue .nav-primary,
.outreach-pro-blue button,
.outreach-pro-blue input[type="button"],
.outreach-pro-blue input[type="reset"],
.outreach-pro-blue input[type="submit"] {
	background-color: #2483d0;
	color: #fff;
}

.outreach-pro-blue .button:hover,
.outreach-pro-blue .site-header,
.outreach-pro-blue button:hover,
.outreach-pro-blue input:hover[type="button"],
.outreach-pro-blue input:hover[type="reset"],
.outreach-pro-blue input:hover[type="submit"] {
	background-color: #1e6dad;
	color: #fff;
}

.outreach-pro-blue .sub-footer {
	background-color: #edf3f4;
}

.outreach-pro-blue,
.outreach-pro-blue .footer-widgets,
.outreach-pro-blue .site-footer {
	background-color: #222e37;
}

.outreach-pro-blue .author-box,
.outreach-pro-blue .nav-secondary .wrap,
.outreach-pro-blue .sidebar .widget  {
	background-color: #17222b;
}

.outreach-pro-blue .nav-secondary .genesis-nav-menu .sub-menu,
.outreach-pro-blue .nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #17222b;
	border-color: #2d3b45;
	color: #fff;
}

.outreach-pro-blue .enews-widget input:hover[type="submit"] {
	background-color: #eee;
	color: #333;
}

/* Outreach Pro Orange
--------------------------------------------- */

.outreach-pro-orange .content .entry-title a:hover,
.outreach-pro-orange .content #genesis-responsive-slider a,
.outreach-pro-orange .content #genesis-responsive-slider h2 a:hover,
.outreach-pro-orange .nav-secondary .genesis-nav-menu .current-menu-item > a,
.outreach-pro-orange .nav-secondary .genesis-nav-menu .sub-menu a:hover,
.outreach-pro-orange .nav-secondary .genesis-nav-menu a:hover,
.outreach-pro-orange .nav-secondary .genesis-nav-menu li:hover > a,
.outreach-pro-orange .widget-title,
.outreach-pro-orange a {
	color: #ff7b00;
}

.outreach-pro-orange a:hover {
	color: #cb6e23;
}

.outreach-pro-orange .content #genesis-responsive-slider a:hover,
.outreach-pro-orange .content #genesis-responsive-slider h2 a,
.outreach-pro-orange .footer-widgets .widget-title,
.outreach-pro-orange .genesis-nav-menu a,
.outreach-pro-orange .site-footer a:hover,
.outreach-pro-orange .site-header .widget-title,
.outreach-pro-orange .site-title a,
.outreach-pro-orange .site-title a:hover {
	color: #fff;
}

.outreach-pro-orange .site-footer a {
	color: #666;
}

.outreach-pro-orange .genesis-nav-menu .sub-menu a,
.outreach-pro-orange .home-bottom .widget-title {
	color: #333;
}

.outreach-pro-orange .genesis-nav-menu a:hover,
.outreach-pro-orange .genesis-nav-menu .current-menu-item > a,
.outreach-pro-orange .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #000;
}

.outreach-pro-orange .archive-pagination .active a,
.outreach-pro-orange .archive-pagination li a:hover,
.outreach-pro-orange .button,
.outreach-pro-orange .nav-primary,
.outreach-pro-orange button,
.outreach-pro-orange input[type="button"],
.outreach-pro-orange input[type="reset"],
.outreach-pro-orange input[type="submit"] {
	background-color: #ff7b00;
	color: #fff;
}

.outreach-pro-orange .button:hover,
.outreach-pro-orange .site-header,
.outreach-pro-orange button:hover,
.outreach-pro-orange input:hover[type="button"],
.outreach-pro-orange input:hover[type="reset"],
.outreach-pro-orange input:hover[type="submit"] {
	background-color: #ef6c00;
	color: #fff;
}

.outreach-pro-orange .sub-footer {
	background-color: #f6f1e9;
}

.outreach-pro-orange,
.outreach-pro-orange .footer-widgets,
.outreach-pro-orange .site-footer {
	background-color: #3c3a36;
}

.outreach-pro-orange .author-box,
.outreach-pro-orange .nav-secondary .wrap,
.outreach-pro-orange .sidebar .widget  {
	background-color: #302e29;
}

.outreach-pro-orange .nav-secondary .genesis-nav-menu .sub-menu,
.outreach-pro-orange .nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #302e29;
	border-color: #45433f;
	color: #fff;
}

.outreach-pro-orange .enews-widget input:hover[type="submit"] {
	background-color: #eee;
	color: #333;
}


/* Outreach Pro Purple
--------------------------------------------- */

.outreach-pro-purple .content .entry-title a:hover,
.outreach-pro-purple .content #genesis-responsive-slider a,
.outreach-pro-purple .content #genesis-responsive-slider h2 a:hover,
.outreach-pro-purple .nav-secondary .genesis-nav-menu .current-menu-item > a,
.outreach-pro-purple .nav-secondary .genesis-nav-menu .sub-menu a:hover,
.outreach-pro-purple .nav-secondary .genesis-nav-menu a:hover,
.outreach-pro-purple .nav-secondary .genesis-nav-menu li:hover > a,
.outreach-pro-purple .widget-title,
.outreach-pro-purple a {
	color: #7b53a1;
}

.outreach-pro-purple a:hover {
	color: #684687;
}

.outreach-pro-purple .content #genesis-responsive-slider a:hover,
.outreach-pro-purple .content #genesis-responsive-slider h2 a,
.outreach-pro-purple .footer-widgets .widget-title,
.outreach-pro-purple .genesis-nav-menu a,
.outreach-pro-purple .nav-secondary .genesis-nav-menu .sub-menu a,
.outreach-pro-purple .nav-secondary .genesis-nav-menu .sub-menu,
.outreach-pro-purple .site-footer a:hover,
.outreach-pro-purple .site-header .widget-title,
.outreach-pro-purple .site-title a,
.outreach-pro-purple .site-title a:hover {
	color: #fff;
}

.outreach-pro-purple .site-footer a {
	color: #666;
}

.outreach-pro-purple .genesis-nav-menu .sub-menu a,
.outreach-pro-purple .home-bottom .widget-title {
	color: #333;
}

.outreach-pro-purple .genesis-nav-menu a:hover,
.outreach-pro-purple .genesis-nav-menu .current-menu-item > a,
.outreach-pro-purple .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #000;
}

.outreach-pro-purple .archive-pagination .active a,
.outreach-pro-purple .archive-pagination li a:hover,
.outreach-pro-purple .button,
.outreach-pro-purple .nav-primary,
.outreach-pro-purple button,
.outreach-pro-purple input[type="button"],
.outreach-pro-purple input[type="reset"],
.outreach-pro-purple input[type="submit"] {
	background-color: #7b53a1;
	color: #fff;
}

.outreach-pro-purple .button:hover,
.outreach-pro-purple .site-header,
.outreach-pro-purple button:hover,
.outreach-pro-purple input:hover[type="button"],
.outreach-pro-purple input:hover[type="reset"],
.outreach-pro-purple input:hover[type="submit"] {
	background-color: #684687;
	color: #fff;
}

.outreach-pro-purple .sub-footer {
	background-color: #ececec;
}

.outreach-pro-purple .enews-widget input:hover[type="submit"] {
	background-color: #eee;
	color: #333;
}

/* Outreach Pro Red
--------------------------------------------- */

.outreach-pro-red .content .entry-title a:hover,
.outreach-pro-red .content #genesis-responsive-slider a,
.outreach-pro-red .content #genesis-responsive-slider h2 a:hover,
.outreach-pro-red .nav-secondary .genesis-nav-menu .current-menu-item > a,
.outreach-pro-red .nav-secondary .genesis-nav-menu .sub-menu a:hover,
.outreach-pro-red .nav-secondary .genesis-nav-menu a:hover,
.outreach-pro-red .nav-secondary .genesis-nav-menu li:hover > a,
.outreach-pro-red .widget-title,
.outreach-pro-red a {
	color: #df1431;
}

.outreach-pro-red a:hover {
	color: #bc112c;
}

.outreach-pro-red .content #genesis-responsive-slider a:hover,
.outreach-pro-red .content #genesis-responsive-slider h2 a,
.outreach-pro-red .footer-widgets .widget-title,
.outreach-pro-red .genesis-nav-menu a,
.outreach-pro-red .site-footer a:hover,
.outreach-pro-red .site-header .widget-title,
.outreach-pro-red .site-title a,
.outreach-pro-red .site-title a:hover {
	color: #fff;
}

.outreach-pro-red .site-footer a {
	color: #666;
}

.outreach-pro-red .genesis-nav-menu .sub-menu a,
.outreach-pro-red .home-bottom .widget-title {
	color: #333;
}

.outreach-pro-red .genesis-nav-menu a:hover,
.outreach-pro-red .genesis-nav-menu .current-menu-item > a,
.outreach-pro-red .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #000;
}

.outreach-pro-red .archive-pagination .active a,
.outreach-pro-red .archive-pagination li a:hover,
.outreach-pro-red .button,
.outreach-pro-red .nav-primary,
.outreach-pro-red button,
.outreach-pro-red input[type="button"],
.outreach-pro-red input[type="reset"],
.outreach-pro-red input[type="submit"] {
	background-color: #df1431;
	color: #fff;
}

.outreach-pro-red .button:hover,
.outreach-pro-red .site-header,
.outreach-pro-red button:hover,
.outreach-pro-red input:hover[type="button"],
.outreach-pro-red input:hover[type="reset"],
.outreach-pro-red input:hover[type="submit"] {
	background-color: #bc112c;
	color: #fff;
}

.outreach-pro-red .sub-footer {
	background-color: #f6f1e9;
}

.outreach-pro-red,
.outreach-pro-red .footer-widgets,
.outreach-pro-red .site-footer {
	background-color: #3c3a36;
}

.outreach-pro-red .author-box,
.outreach-pro-red .nav-secondary .wrap,
.outreach-pro-red .sidebar .widget {
	background-color: #302e29;
}

.outreach-pro-red .nav-secondary .genesis-nav-menu .sub-menu,
.outreach-pro-red .nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #302e29;
	border-color: #45433f;
	color: #fff;
}

.outreach-pro-red .enews-widget input:hover[type="submit"] {
	background-color: #eee;
	color: #333;
}

/******************PL**************/
.btn-primary {
    background-color: #d2222a !important;
    border-color: #d2222a !important;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    color:#fff;
}
.btn-primary:hover {
    background: #de0303 !important;
    border-color: #de0303 !important;
    color:#fff;
}
.btn-primary i { margin-right: 10px; }
.top_right {
    padding: 17px 0 0;
}

.top_right span b {
    font-size: 18px;
}
.top_right span {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
.top_right .ab-button {
    background: #d2222a;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.footer-widgets .menu li,.widget_recent_entries.widget li,.widget_text li  {
    border: 0;
    padding: 0 0 10px;
    margin: 0;
}
.widget ul.srpw-ul li.srpw-li {
    border-bottom: 1px solid  #dddddd !important;
    margin-bottom: 20px !important;
    text-align: left !important;
}
.widget ul.srpw-ul li.srpw-li:last-child{
	border-bottom: 0 !important;
}
.footer-widgets .menu li a,.widget_recent_entries.widget li a, .widget_text li a  {
    color: #221e1f;
    line-height: 16px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 12px;
    display: inline-block;
    text-decoration: none;
}
.page-template-page_blog article.post {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 5px;
}
time.srpw-time.published {
    color: #000 !important;
    opacity: 1;
    font-weight: 400 !important;
}
.page-template-page_blog .content { padding: 0; }
.page-template-page_blog .content article.post p.entry-meta {
    font-size: 10px;
        color: #444;
}
.page-template-page_blog .content article.post p.entry-meta a {
    color: #d2222a;
}
.page-template-page_blog .content article.post p {font-size: 14px;}
.page-template-page_blog .content article.post .entry-title a { color:#d2222a;
font-size: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
     }
     .page-template-page_blog .content article.post h2,.page-template-page_blog .content article.post h3,.page-template-page_blog .content article.post h4{
     	font-family: 'Poppins', sans-serif;
    font-weight: 500;
     	 font-size: 18px
     }
    .page-template-page_blog .content article.post .more-link{
    	    color: #fff;
    background: #d2222a;
    padding: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    border-radius: 3px;
        font-size: 14px;
		display: inline-block;
    }
    .sub-footer-left .widget {
    margin: 0;
}
    .company_logos ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}
    .company_logos ul li {
    border: 0;
    padding: 0 20px !important;
    margin: 0;
    display: inline-block;
    width: 20%;
    text-align: center !important;
    vertical-align: middle !important;
}

.footer-widgets .menu li { position: relative; }
.footer-widgets .menu li:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -10px;
    color: #96b5cb;
}
#simple-social-icons-2.simple-social-icons ul li:nth-child(2) a {
    color: #0e92c7 !important;
        border-color: #0e90c4 !important;
}
#simple-social-icons-2.simple-social-icons ul li:nth-child(2) a:hover {
	background-color: #0e90c4 !important;
	color: #fff !important;
}
#simple-social-icons-2.simple-social-icons ul li:nth-child(3) a {
    color: #4c76a1 !important;
        border-color: #4c76a1 !important;
}
#simple-social-icons-2.simple-social-icons ul li:nth-child(3) a:hover {
	background-color: #4c76a1 !important;
	color: #fff !important;
}
#simple-social-icons-2.simple-social-icons ul li:nth-child(4) a {
    color: #e66017 !important;
        border-color: #e66017 !important;
}
#simple-social-icons-2.simple-social-icons ul li:nth-child(4) a:hover {
	background-color: #e66017 !important;
	color: #fff !important;
}
.footer_contact p{
	color: #221e1f;
	 font-family: 'Roboto', sans-serif;
	 font-size: 12px;
	     max-width: 204px;
}
.footer_contact h5 {
	font-size: 16px;
	color: #e70432;
	    font-weight: bold;
}
.widget_recent_entries.widget li span.post-date, 
.widget_text li span.post-date  {
    color: #221e1f;
}
.srpw-block a.srpw-title {
    color: #444444 !important;
    line-height: 22px !important;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    display: inline-block;
	font-weight: 500 !important;
    color: #212529 !important;
}
.srpw-time {
	color: #221e1f;
	font-family: 'Montserrat', sans-serif !important;
}
.srpw-block a.srpw-author { color: #d2222a; font-weight: bold;font-family: 'Roboto', sans-serif; }
.srpw-block a.srpw-author:hover {
	color: #d2222ad9;
}
.site-footer ul li {
    display: inline-block;
    padding: 0 5px 10px;
     color: #aaaaaa;
    font-size: 14px;
}
.site-footer ul li a,.site-footer p {
    color: #aaaaaa;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
.page_title {
	color: #000;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.add_new_btn {
 text-align: right;
}
.update-elevator-settings{
	margin-bottom: 20px;
}
.property_tabs .card2 {
    padding: 20px 0 0;
}
.property_tabs .accordion {
    border-top: 1px solid #ccc;
    margin: 30px 0 0;
}
.property_tabs button.btn.btn-link {
    background: #d2222a;
    color: #fff;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    border-radius: 0 0 3px 3px;
    text-decoration: none;
        padding: 15px 10px;
}
.property_tabs button.btn.btn-link.collapsed {
	background: none;
	color: #000;
}
.property_tabs .table thead th{
background: #737070;
color: #fff;
text-transform: none;
font-family: 'Roboto', sans-serif;
font-weight: 500;
font-size: 17px;
border: 0px;
}
.property_tabs .table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}
.property_tabs .table-striped tbody tr:nth-of-type(even) {
    background-color: #f7f6f6;
}
.property_tabs .table td { 
	border: 0px; 
	font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 14px;
}
.property_tabs .table td a { color: #d2222a; text-decoration: none; }
.property_tabs .page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #6c6c6c;
    background-color: #fff;
    border: 0;
    border-radius: 0px;
}
.property_tabs .page-item.disabled .page-link {
    color: #bdbdbd;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border: 0;
}
.property_tabs .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #d2222a;
    border-color: #d2222a;
}
.property_tabs .page-link:hover {
    z-index: 2;
    color: #ffffff;
    text-decoration: none;
    background-color: #d2222a;
    border-color: #d2222a;
}
.property_tabs .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.dataTables_wrapper {
    overflow: auto;
    padding: 0 15px;
}
.title_tag {
	font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #737070
}
.property_details_form {
    padding: 50px 0;
}
.property_details_form .input-group-text {
    background: none;
    border: 0;
}
.property_details_form .input-group>.custom-select:not(:last-child),.property_details_form .input-group>.form-control:not(:last-child) {
	    border-radius: .25rem;
}
.property_details_form label {
	text-align: right;
	font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
    padding: 6px 0 0;
}
.property_details_form .form-control {
	background: #fbfbfb;
	border-color: #dbdbdb;
}
.property_details_form .checkbox input {
    width: 20px;
    font-size: 0px;
    line-height: 0;
    height: 20px;
    margin: 0 0 0 10px;
    vertical-align: middle;
}
.property_details_form .checkbox i {
    margin: 0 0 0 10px;
}
.property_details_form .checkbox {
    padding: 20px 0 0;
}
.property_details_form .checkbox label {
    display: inline-block;
    padding: 0px 0 20px;
    margin: 0;
}
.property_photos {
    position: relative;
    background: #f5f5f5;
    padding: 15px;
    border-radius: 5px;
    border: 2px solid #efefef;
    margin-bottom: 30px;
}
.property_photos:hover {
	border-color: #c00;
	cursor: pointer;
}
.property_photos a.times-circle {
    color: #c00;
    font-size: 24px;
    position: absolute;
    bottom: 15px;
    right: 20px;
}
.property_photos a {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 15px;
}
.property_photos p {
    margin: 0;
}
.property_photos:hover p a {
	color: #c00;
	font-weight: 500;
}
.property_photos img {
    width: 100%;
    margin-bottom: 15px;
}
.upload_image {
    margin-bottom: 30px;
}
.upload_image img {
    width: 100%;
    max-width: 413px;
}
.save_btn {
	text-align: right;
	padding: 35px 0 0;
}
.save_btn .btn {
	min-width: 200px;
}
.property_details_form .row > div {
    padding: 0 5px;
}
.property_photos_link {
    padding: 0 30px 0 0;
}
.for_web_tab {
	/*display: none;*/
}
.for_mob_tab {
	display: none;
}
.sidebar .widget_recent_entries.widget li a, .sidebar .widget_text li a {
    color: #ccc;
    border-bottom: 1px dotted #494949;
    padding-bottom: 10px;
    text-align: left;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif !important;
}
.content-sidebar-wrap {
    /*padding-top: 40px;*/
}
.carousel_featured .card-title {
    font-size: 20px;
    color: #d2222a;
    font-family: roboto;
    font-weight: 500;
	min-height:48px;
	max-height:48px;
	overflow:hidden;
}
.f_icon_text {
    font-size: 13px;
    font-family: roboto;
    margin: 0 0 10px;
}
.row.f_row {
    border-bottom: 1px solid #ccc;
    margin-bottom: 7px;
}
.carousel_featured .f_icon_text h3{ font-size: 16px; font-family: roboto; font-weight:bold; margin:0;}
.carousel_featured .card { border:0px; border-radius: 0px; }
.f_btn .btn-primary {
    color: #fff !important;
}
.carousel_featured .f_icon_text img {
	width: auto !important;
    display: inline !important;
}
.carousel_featured .col-md-6 {width:50%}
.f_btn {
    text-align: center;
    padding: 10px 0 0;
}
.owl-carousel.gallery-carousel .owl-nav {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
}
.owl-carousel.gallery-carousel .owl-nav button.owl-next,.owl-carousel.gallery-carousel .owl-nav button.owl-prev {
    background: #fff !important;
    padding: 0px 10px !important;
    display: block;
    width: auto;
    height: auto;
    font-size: 22px !important;
        float: left;
	margin:0 !important;
}
.owl-carousel.gallery-carousel .owl-nav button.owl-next { float: right; }
.slider-counter,#counter {
       position: absolute;
    background: #d2222a;
    top: 0;
    right: 0;
    z-index: 99;
    color: #fff;
    padding: 3px 5px;
    font-size: 13px;
}
.notifi_any {
    color: #eb5f40;
    font-size: 16px;
    font-weight: 500;
        padding: 20px 0;
}

.notifi_any .badge{
	background: #d0f0fd;
	color: #000;
}
.analyze_tab ul.nav.nav-tabs {
    background: #221e1f;
    padding: 0 10px;
	list-style:none;
	margin:0px;
}
.analyze_tab ul.nav.nav-tabs li {list-style:none;}
.analyze_tab ul.nav.nav-tabs li a {
    padding: 14px 10px 10px;
    display: block;
    color: #fff;
    font-size: 16px;
    border-bottom: 4px solid transparent;
    text-decoration: none;
    outline: none;
}
.analyze_tab ul.nav.nav-tabs li a.active{
	border-color: #d2222a;
}
.analyze_form h2 {
    background: #f0edf2;
    border-radius: 5px;
    padding: 10px 15px;
    color: #221e1f;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.p-2.mb-3.text-white.backcolor h3 {
    padding: 10px;
}
.analyze_form label{
	color: #242424;
	font-size: 14px;
	font-weight: 300;
	margin: 10px 0 0;
}
.analyze_pop .modal-lg {
	max-width: 1040px;
}
.analyze_form .input-group-text {
	background: #d0f0fd;
}
.analyze_form .form-control{
    color: #000;
    border: 1px solid #ddd;
    border-left: 0;
}
.analyze_form span.input-group-text , .analyze_form input {
    border: 0;
}
.analyze_form p {
    margin: 10px 0 0;
    text-align: right;
    font-size: 14px;
    color: #242424;
}
.analyze_form label b { font-size: 18px; font-weight: bold; color: #242424; }
.analyze_form p span { font-size: 18px; font-weight: bold; color: #d2222a}
.property_list_tabs{
	
}
table#financial_analysis_tbl tr td, table#financial_analysis_tbl tr th {
    padding: 2px 5px;
	border:0px;
}
table#financial_analysis_tbl {
    font-size: 13px;
}
.fl-tabs-horizontal .fl-tabs-labels {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.property_list_tabs .fl-tabs-horizontal .fl-tabs-label.fl-tab-active {
    border-bottom: 4px solid #d5222a !important;
    border: 0;
}
.fl-tabs-horizontal .fl-tabs-panels {
	border:0px;
}
.fl-tabs-horizontal .fl-tabs-panel-content{ padding:15px 0}
.property_list_tabs .fl-tabs-horizontal .fl-tabs-labels .fl-tabs-label {
    border-bottom: 4px solid transparent;
	    border: 0;
}
.card-body.carousel_featured {
    border: 1px solid #ccc;
    margin: 0 0 25px;
}
.fl-accordion-content ul li {
    list-style: disc;
}
.fl-accordion-content ul {
    margin: 10px 0 0 20px;
    list-style: disc;
}


.membership_form input.form-control {
    padding: 10px 10px !important;
	margin-bottom:10px !important;
	height:48px !important; 
}
.membership_form  .form-control {
    display: block !important;
    width: 100% !important;
    height: calc(1.5em + .75rem + 2px) !important;
    padding: .375rem .75rem !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}
.membership_form .col-md-3{
	padding-left:15px !important;
	padding-right:15px !important;
}
/* 2.1 SEARCHER BOX
================================== */
#search-box {
  height: 90px;
  /* .search-container */
}
#search-box.no-margin {
  height: auto !important;
}
#search-box .search-container {
  height: 1px;
  position: relative;
  z-index: 20;
  height: 172px;
  /* .search-options */
  /* FIXED MAP */
  /* &.fixed-map */
  /* SIMPLE PAGE SERCHER */
  /* &.sample-page {

			.search-options {

				.searcher {

					.search-options {
						bottom: -30px;
					}

					.footer {
						background-color: @color-primary-dark;
						border-top: 5px solid @color-primary-dark;
						height: 94px;
						margin: -1px;
					}
				}
			}
		} &.sample-page */
	min-height:auto;
	padding:0px;
}
#search-box .search-container .search-options {
  height: auto;
  min-height: 43px;
  position: absolute !important;
  top: auto;
  right: 0;
  bottom: 80px;
  left: 0;
  z-index: 1;
}
#search-box .search-container .search-options.sample-page {
  bottom: -8px;
}
#search-box .search-container .search-options .botton-options-inactive,
#search-box .search-container .search-options .botton-options {
  text-transform: uppercase;
  display: block;
  height: 43px;
  cursor: pointer;
  color: #ffffff;
  font-size: 14px;
  padding: 11px 24px 0 46px;
  background-color: rgb(210, 34, 42);
  position: absolute !important;
  top: 13px;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 2;
  -webkit-border-radius: 2px 2px 0 0;
  -khtml-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#search-box .search-container .search-options .botton-options-inactive:hover,
#search-box .search-container .search-options .botton-options:hover {
  background-color: rgb(34, 30, 31);
}
#search-box .search-container .search-options .botton-options-inactive i,
#search-box .search-container .search-options .botton-options i {
  position: absolute !important;
  top: 15px;
  right: auto;
  bottom: auto;
  left: 18px;
  z-index: 1;
}
#search-box .search-container .search-options .searcher {
  margin-top: 43px;
  padding: 36px 15px 0;
  margin-bottom: 3px;
  background-color: rgba(255, 255, 255, 0.96);
display:none;
}
#search-box .search-container .search-options .searcher .margin-div {
  padding-left: 32px;
  padding-right: 32px;
}
#search-box .search-container .search-options .searcher .footer {
  background-color: rgba(220, 220, 220, 0.5);
  height: 84px;
  padding: 22px 32px 0;
  margin-bottom: 14px;
    margin-right: -15px;
    margin-left: -15px;
}
#search-box .search-container .search-options .searcher .price {
  text-align: center;
  font-size: 13px;
}
#search-box .search-container .search-options .searcher .price .more-button {
  width: 120px;
  padding-left: 32px;
  float: left;
}
#search-box .search-container .search-options .searcher .price .more-button:after {
  font-family: 'FontAwesome';
  position: absolute !important;
  top: 4px;
  right: auto;
  bottom: auto;
  left: 12px;
  z-index: 1;
  content: "\f107";
  font-size: 18px;
}
#search-box .search-container .search-options .searcher .search-button {
  float: right;
  text-transform: uppercase;
  padding: 10px 14px;
}
#search-box .search-container .search-options .searcher .sercher-margin-bottom {
  padding-bottom: 4px;
  border-bottom: 1px solid #E5E5E5;
}
#search-box .search-container .search-options .searcher .filter {
  border-bottom: 1px solid #E5E5E5;
  height: 92px;
  padding: 10px 32px;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#search-box .search-container .search-options .searcher .filter.hide-filter {
  border-bottom: none;
  height: 0;
overflow: hidden;
padding: 0px 32px 0;
}
#search-box .search-container .search-options .searcher label {font-size:12px;}
#search-box .search-container .search-options .searcher .filter label {
  margin: 0px 0 5px;
font-size:12px;
}
#search-box .search-container .search-options .searcher .dropdown {
  margin-bottom: 30px;
}
#search-box .search-container.fixed-map {
  height: auto;
}
/* #search-box */
.ads-type {
  background-color: #1fb7a6;
  position: relative;
  z-index: 12;
  margin: 0 -15px;
  padding: 0 40px;
  height: 80px;
  overflow: hidden;
}
.ads-type a.item-type {
  height: 80px;
  display: block;
  padding: 20px 0 20px 70px;
  background-color: #1ba192;
  background-image: url(../../images/icon-property.png);
  background-repeat: no-repeat;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  border-right: 1px solid #1eb3a2;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ads-type a.item-type:hover {
  background-color: #1a988a;
}
.ads-type a.item-type.item-selected {
  background-color: #188b7e;
}
.ads-type a.item-type.item-selected:after {
  content: "";
  position: absolute !important;
  top: 6px;
  right: 6px;
  bottom: auto;
  left: auto;
  z-index: 1;
  width: 16px;
  height: 16px;
  background-image: url(../../images/icon-property.png);
  background-position: right bottom;
}
.ads-type .icon-1 {
  background-position: 10px 7px;
}
.ads-type .icon-2 {
  background-position: 10px -61px;
}
.ads-type .icon-3 {
  background-position: 10px -125px;
}
.ads-type .icon-4 {
  background-position: 10px -192px;
}
.ads-type .icon-5 {
  background-position: 10px -259px;
}
.ads-type .icon-6 {
  background-position: 10px -326px;
}
.ads-type .title {
  display: block;
  font-size: 20px;
  line-height: 1.2;
}
.ads-type span.sub-title {
  font-size: 11px;
  display: block;
}
.ads-type .nav-box a {
  background-image: url(../../images/icon-slider.png);
  background-color: #1daa9a;
  display: block;
  width: 40px;
  height: 80px;
  position: absolute !important;
  top: 0;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ads-type .nav-box a:hover,
.ads-type .nav-box a:focus {
  background-color: #1ba192;
}
.ads-type .nav-box .previous {
  background-position: left top;
  border: 1px solid #20c0ae;
  border-right: 1px solid #1eb3a2;
  border-top: none;
  border-bottom: none;
  left: 0;
}
.ads-type .nav-box .next {
  background-position: right top;
  border-right: 1px solid #20c0ae;
  right: 0;
}


/*************Dropdown****************/
/* --- EASYDROPDOWN DEFAULT THEME --- */

/* PREFIXED CSS */

.dropdown,
.dropdown div,
.dropdown li,
.dropdown div:after{
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

.dropdown .selected:after,
.dropdown.scrollable div:after{
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
}

/* WRAPPER */

.searcher .select_d .dropdown, .searcher .dropdown.custom {
	position: relative;
	width: 100%;
    border: 1px solid rgb(229, 229, 229);
	cursor: pointer;
	background: #fff;
	height: 36px;
	z-index: 3;

	box-shadow: 0 0 0 4px rgba(236, 236, 236, 0.3);
	-webkit-box-shadow: 0 0 0 4px rgba(236, 236, 236, 0.3);
	-moz-box-shadow: 0 0 0 4px rgba(236, 236, 236, 0.3);

	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	-moz-border-radius: 1px;
	-o-border-radius: 1px;
	border-radius: 1px;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.searcher .select_d .dropdown:hover {
	border-color: #CCC;
/* 	.setBoxShadow(0 0 0 4px, #E2E2E2, .3); */
}

.searcher .select_d .dropdown.open, .searcher .dropdown.custom.show{
	z-index: 11;
	border-color: rgb(210, 34, 42);

	box-shadow: 0 0 0 4px rgba(79, 236, 188, 0.1);
	-webkit-box-shadow: 0 0 0 4px rgba(79, 202, 188, 0.1);
	-moz-box-shadow: 0 0 0 4px rgba(79, 202, 188, 0.1);
}

/* CARAT */
.select_d .dropdown .carat, .dropdown.custom .carat {
	border-left: 1px solid rgb(229, 229, 229);;
	width: 30px;
	height: 36px;
	display: block;
	position: absolute;
	top: -1px;
	right: 0;
}

.searcher .select_d .dropdown.open .carat, .searcher .dropdown.custom.show .carat {
    border-left: 1px solid #d2222a;
    background-color: #d2222a;
}

.searcher .select_d .dropdown .carat:after,.searcher .dropdown.custom .carat:after  {
    position: absolute;
    content: "";
    right: 8px;
    top: 50%;
	margin-top: -3px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-top: 6px solid #221e1f;
    border-right: 6px solid transparent;
}

.select_d .dropdown.open .carat:after,.dropdown.custom.show .carat:after {
    border-top-color: #FFF;
}

.select_d .dropdown.disabled .carat{
	border-top-color: #999;
}

/* OLD SELECT (HIDDEN) */

.select_d .dropdown .old{
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}

.select_d .dropdown select{
	position: absolute;
	left: 0px;
	top: 0px;
}

.select_d .dropdown.touch .old{
	width: 100%;
	height: 100%;
}

.select_d .dropdown.touch select{
	width: 100%;
	height: 100%;
	opacity: 0;
}

/* SELECTED FEEDBACK ITEM */ 

.searcher .select_d .dropdown .selected,
.searcher .select_d .dropdown li,.searcher .dropdown.custom .selected{
	display: block;
	font-size: 14px;
	line-height: 1;
	color: #555;
	padding: 10px 12px 13px;
	overflow: hidden;
	white-space: nowrap;
	background-color: transparent;
}

.searcher .select_d .dropdown.disabled .selected{
	color: #999;
}

.searcher .select_d .dropdown .selected:after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 60px;
	
	border-radius: 1px;
	box-shadow: inset -55px 0 25px -20px #fff;
}

/* DROP DOWN WRAPPER */

.searcher .select_d .dropdown div, .searcher .dropdown.custom div.dropdown-menu {
	position: absolute;
	height: 0;
	left: -1px;
	right: -1px;
	top: 100%;
	margin-top: -1px;
	overflow: hidden;

	-webkit-box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.16);
	   -moz-box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.16);
	        box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.16);

	-webkit-border-radius: 0 0 3px 3px;
	 -khtml-border-radius: 0 0 3px 3px;
	   -moz-border-radius: 0 0 3px 3px;
	     -o-border-radius: 0 0 3px 3px;
	        border-radius: 0 0 3px 3px;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	
}

/* Height is adjusted by JS on open */

.searcher .select_d .dropdown.open div{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	z-index: 1;
	border-bottom: 1px solid #F1F1F1;
	height:200px !important
}

/* FADE OVERLAY FOR SCROLLING LISTS */

.select_d .dropdown.scrollable div:after{
	content: '';
	position: absolute;
	left: 1px;
	right: 1px;
	bottom: 0;
	height: 50px;
	box-shadow: inset 0 -50px 30px -35px #FFF;
	border-bottom: 1px solid #E5E5E5;
}

.select_d .dropdown.scrollable.bottom div:after{
	box-shadow: inset 0 -50px 30px -35px rgba(255,255,255, 0);
	border-bottom: 1px solid #E5E5E5;
}

/* DROP DOWN LIST */
.searcher .select_d .dropdown ul {
	position: absolute;
	left: 0;
	top: 2px;
	height: 100%;
	width: 100%;
	list-style: none;
	overflow: auto;
	padding: 0;
	margin: 0;
	/*border: 1px solid #CCC;*/
	border-top: none;
	background-color: #FFF;
	max-height: 200px;
}

.select_d .dropdown.scrollable.open ul{
	overflow-y: auto;
}

/* DROP DOWN LIST ITEMS */

.searcher .select_d .dropdown li, .searcher .dropdown.custom li {
	list-style: none;
	padding: 12px 12px 13px;
	/*border-bottom: 1px solid #F1F1F1;*/
	border: 1px solid #F1F1F1;
	border-bottom: none;
	background-color: #FFF;
}
/* .focus class is also added on hover */

.searcher .select_d .dropdown li.focus{
	background: #d2222a;
	position: relative;
	z-index: 3;
	color: #FFF;
}

.searcher .select_d .dropdown li.active{
	font-weight: 700;
	background: #d2222a;
	color: #FFF;
}
.dropdown.custom.show .dropdown-menu.show {
    opacity: 1;
    height: auto;
padding:0px;
border: 0;
}
.searcher .dropdown.custom li label {
    margin-bottom: 0;
    display: block;
}
.searcher .dropdown.custom ul {
    margin: 0;
}
#search-box .search-container .search-options .searcher .footer .more-button {
    background: #ccc;
}
.col-md-4 input[type="submit"] {
    width: 100%;
    padding: 12px 10px;
}
.select2-container--default .select2-selection--single { height:40px !important; background:#fff !important}
.select2-container--default .select2-selection--single .select2-selection__arrow { height:36px !important;}
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height:40px !important;}
.acf-fields>.acf-field { min-height:auto !important; border:0 !important}
.acf-field .acf-input input,.acf-field .acf-input select {
    padding: 10px 10px;
    height: 40px;
}
#analyze4 {
    position: relative;
}

.market-row {
	margin-bottom: 35px;
}
.markets_featured{
	margin-bottom: 45px;
}
.markets_featured img {
	width: 100%;
	max-height: 200px;
	object-fit: cover;
	object-position: left top;
	min-height: 200px;
}
.add_new_market_form_btn{
	text-transform: capitalize;
}
a.btn.btn-primary.analyze-popup {
    cursor: pointer;
}
a.vbox-item img {
	max-height: 200px;
	object-fit: cover;
	min-height: 200px;
	width: 100%;
}
.marketplace-featured-property {
	position: absolute;
	top: 0;
	z-index: 99;
	background: #000000ad;
	color: #fff;
	font-size: 12px;
	padding: 5px 6px;
}
.marketplace-property-card.selected .card-body.carousel_featured {
	border: 0;
	margin: 0;
}
.marketplace-property-card.selected {
	border: 1px solid #c00;
	margin-bottom:25px;
}
.market-property-count {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
	background: #000000ad;
	color: #fff;
	font-size: 12px;
	padding: 5px 6px;
}
.marketplace-image {
	position: relative;
}
.marketplace-exiting-image{
	height: 165px;
	width: 165px;
}
.marketplace-image i {
	position: absolute;
	left: 0;
	z-index: 9;
	color: #d2222a;
	font-size: 32px;
	top: -4px;
	background: #fff;
}
div#submit_contact_form {
    margin-left: 272px;
}
.alert.alert-danger.col-md-4 {
	padding: 0px 0px 0px 5px;
}
.display_none_class {
	display: none !important;
}
.disable_section {
	pointer-events: none;
	opacity: 0.5;
}
/*
CHART CSS
 */
.analyze_form .form-control {box-shadow:none;    height: 38px;}
.analyze_form .form-control:focus,.analyze_form .form-control:hover {box-shadow:none; border-color:#E5E5E5;}


#tabs {

	width: 100%;
	height:30px;
	border-bottom: solid 1px #CCC;
	padding-right: 2px;
	margin-top: 30px;


}

#tabs li {
	float:left;
	list-style:none;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	margin-right:5px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	outline:none;
}

#tabs li a {

	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #5685bc;;
	padding-top: 5px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 8px;
	display:block;
	background: #FFF;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	text-decoration:none;
	outline:none;

}

#tabs li a.inactive{
	padding-top:5px;
	padding-bottom:8px;
	padding-left: 8px;
	padding-right: 8px;
	color:#666666;
	background: #EEE;
	outline:none;
	border-bottom: solid 1px #CCC;

}

#tabs li a:hover, #tabs li a.inactive:hover {


	color: #5685bc;
	outline:none;
}

.container {
	width:100%;
	clear:both;
	min-height: 100px;
	padding-top: 20px;


}
.psize{
	font-size:20px;
}
.backcolor{
	background-color: #d2222a;
}
.info{
	display:inline-block;
	float:right;
}
.fontsize{
	font-size:36px;
}
.over{
	overflow: auto;
}
.table td{
	padding-left:5%;
}
.arrow{
	font-size:15px;
	color:green;
}
.ml{
	margin-left: 10px;
}
.alnright{
	float:right;
	padding-right:20px;
}
.graph{
	min-width: 310px;
	max-width: 1500px;
	height: auto;
	margin: 0 auto;
}
.racegraph{
	min-width: 310px;
	max-width: 1500px;
	height: auto;
	margin: 0 auto;
}
.stackgraph{
	min-width: 310px;
	max-width: 1500px;
	height: auto;
	margin: 0 auto;
}

.overfl{
	overflow: auto;
}
#pad0{
	padding-left: 0px;
}
.container h2 { margin-left: 15px;  margin-right: 15px;  margin-bottom: 10px;  }

.container p { margin-left: 15px; margin-right: 15px;  margin-top: 10px; margin-bottom: 10px; line-height: 1.3; font-size: small; }

.container ul { margin-left: 25px; font-size: small; line-height: 1.4; list-style-type: disc; }

.container li { padding-bottom: 5px; margin-left: 5px;}



.chart-container .highcharts-grid {
	display: none;
}


/*
Property list tabs CSS
 */
#fp{
    font-size:20px;
}
.rentgraph{
    min-width: 310px;
    max-width: 1500px;
    height: 325px;
    margin: 0 auto;
}
.box{
    display: block;box-sizing: border-box;
}
.static-box{
    background: #f6f6f6; border: 1px solid #e5e5e5;display: table;table-layout: fixed;width: 100%;margin-bottom: 1.75rem;
}
.box-dis1{
    display: table-cell;padding: 1rem;float:left;border:1px solidc #e5e5e5;
}
.boxcol{
    color: #01A4D0;font-size: 1.5em;
}
#pad0{
    padding-left: 0px;
}

.contbox{
    display: block;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.boxsqaure{
    height: 4rem;
    line-height: 3.5rem;
    float: left;
    width: 20%;
    height: 6.94rem;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 6rem;
    color: #FFFFFF;
    text-align: center;
    border: 5px #fff solid;
    opacity: 1;
    display: block;
}
#bcolor1{
    background-color: #ef5040;
}
#bcolor2{
    background-color: #ff7401;
}
#bcolor3{
    background-color: #ffcb3c;
}
#bcolor4{
    background-color: #73c501;
}
#bcolor5{
    background-color: #319e01;
}

.tcolor1{
    color: #ef5040;
}
.tcolor2{
    color: #ff7401;
}
.tcolor3{
    color: #ffcb3c;
}
.tbcolor4{
    color: #73c501;
}
.tcolor5{
    color: #319e01;
}

#boxalign{
    font-size: 1.9rem;
    font-weight: 700;
}

.marked{
    border: 5px #365878 solid;
    opacity: 1;
}


.cl{
    clear: left;
}

.hvtgraphs{
	min-width: 310px; width: 100%; height: 180px; margin: 0 auto;margin-left: 0px
}

.chart-container .highcharts-grid {
	display: none;
}
.meidan{
	min-width: 310px;
	max-width: 100%;
	height: 400px;
	margin: 0 auto;
	margin-left: 0px;
}
.pad{
	margin: 10px;
	padding: 10px;
}
.boxshad{
	background: #01A4D0;
	color: #fff;
}
.table-hover tbody tr.boxshad:hover {
	background: #108aab;
	color: #fff;
}
.capitaGraph{
	width: 450px;
	height: 150px;
	margin: 0 auto;

	margin-left: 0px;
}
.racegraph{
	min-width: 310px;
	max-width: 1500px;
	height: auto;
	margin: 0 auto;
}
.red-color{color: #dc3545;}
.allign-center{text-align: center;}
/* CSS for Analyze Popup Financial Analysis */
.th-row {
	background-color: #212529;
	color: white;
}
.tb-grey-row {
	background-color: #F2F2F2;
	font-weight: 700;
	border-top: 1px solid black;
}
.tb-green-row {
	background-color:  #CEFFBD;
	font-weight: 700;
	border-top: 1px solid black;
}
.tb-blue-row {
	background-color:   #CCECFF;
	font-weight: 500;
	border-top: 1px solid black;
}

.tablecircle{
	border-radius: 50%;padding: 10px 10px;margin: auto;width: 45px;display: inline-block;color: #fff;
}
.danger{
	background-color: #C83F38;
}
.warning{
	background-color: #FCB93B;
}
.success{
	background-color: #70A842;
}


#map {
	width: 100%;
	height: 450px;
}
/* Optional: Makes the sample page fill the window. */

#floating-panelz {
	position: absolute;
	top: 10px;
	left: 25%;
	z-index: 5;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #999;
	text-align: center;
	font-family: 'Roboto','sans-serif';
	line-height: 30px;
	padding-left: 10px;
}
#floating-panelz {
	margin-left: -100px;
}
.mp-listing-th{
	background: #737070;
	color: #fff;
	text-transform: none;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 17px;
	border: 0px;
}
.market-status {
	padding-top: 7px;
}
.red-color {color:#d2222a;}
.margin-cls {margin-right: 4px;}
.top-bottom-margin {margin-top: 10px;margin-bottom: 10px;}
.centre-alligned {text-align: right;}
.info-icon-size {
	font-size: initial !important;
	padding-bottom: 0.5rem !important;
	vertical-align: text-bottom !important;
}
.initial-font-size {
	font-size: initial !important;
	padding-top: 5px !important;
}
.zero-bottom-margin {margin-bottom: 0px !important;}
[class*="over"] .table span {margin: 0;}
[class*="over"] .table #pad0 {
	padding-left: .75rem;
	white-space: nowrap;
}
.overfl .table thead tr th:first-child {	width: 20%;}
[class*="over"] .table tbody tr td {
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.7;
}
[class*="over"] .table thead tr th:first-child {	width: 16%;}
[class*="over"] .table thead tr th {
	line-height: 1.7;
	font-size: 15px;
	vertical-align: middle;
}
[class*="over"] .table thead tr th:not(:first-child) {text-align: center;}
[class*="over"] .table tbody tr td:not(:first-child) {	text-align: center;}
#floating-panelz {
	text-align: center;
	height: 40px;
	color: rgb(86, 86, 86);
	font-family: Roboto, Arial, sans-serif;
	font-size: 18px;
	background-color: rgb(255, 255, 255);
	padding: 0px 17px;
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
	min-width: 66px;
	margin: 0;
	left: 204px;
	top: 10px;
	border: none;
	line-height: 40px;
}
#floating-panelz input[type="button"] {
	border: none;
	background: none;
	box-shadow: none;
	padding: 0;
	color: rgb(86, 86, 86);
	height: 100%;
	text-transform: capitalize;
}
#floating-panelz:hover {background: #EBEBEB;}
#floating-panelz:hover input[type="button"] {color: #000;}
table.dataTable.table thead th.sorting:after,
table.dataTable.table thead th[class*="sorting_"]::after,
table.dataTable.table thead td.sorting:after { content: "\2193" !important; font-size: 1em !important;}
[id*="deleted-properties-tbl"] table tbody td{ padding: 5px 10px; }
h1#h-real-estate-blog {
    padding-top: 50px;
    margin: 0;
}


/* styling for blog sidebar */
.single-post .blog-sidebar {
    box-shadow: 0px 0px 23px 0px #0000000d;
    padding: 35px;
    border-radius: 10px;
	background: #fff;
}


.widget-title {
  color: #d2222a !important;
  font-size: 28px;
  margin-bottom: 15px;
  text-transform: capitalize;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 500;
}

.single-post .blog-sidebar .widget-title {
    color: #d2222a;
    font-size: 0.875em;
	margin-bottom: 1.4285714286em;
    text-transform: capitalize;
    line-height: 1.1428571429;
	font-weight: 800;
	font-family: 'ShopifySans', Helvetica, Arial, sans-serif;
}
.single-post .blog-sidebar .widget_recent_entries.widget li a, .single-post .blog-sidebar .widget_text li a {
   
	

color: #221e1f;
    line-height: 24px !important;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 15px;
    display: inline-block;
    text-decoration: none;
}
.single-post .blog-sidebar .widget_recent_entries.widget li a:hover,  .single-post .blog-sidebar .widget_text li a:hover{
    color: #d2222a !important;
}
.single-post .blog-sidebar .widget li {
    text-align: left;
	color: #313131 !important;
   border-bottom: 0;
    margin-bottom: 0px;
    padding-bottom: 10px;
    text-align: left;	
    font-size: 15px !important;
    color: #313131 !important;
}



.single-post .content {
    width: 100% !important;
    max-width: 71.5% !important;
    float: none !important;
    margin-top: 0 !important;
    word-break: break-word !important;
padding: 25px 15px !important;
border-radius: 10px;
box-shadow: 0px 0px 23px 0px #0000000d !important;
}


.ui-spinner .ui-spinner-input:focus {
	color: #000000;
}
input#bedroom {color: black;}
input#bathroom {color: black;}
.market-name {
	text-align: center;
	color: #d2222a;
}
.market-headline {
	text-align: center;
}
.property_banner .fl-row-content-wrap {
	padding: 0;
}
.property_banner img {
	width: 100%;
}
.property_banner .fl-module-content.fl-node-content {
	margin: 0;
}
.property_banner {
	margin-top: -40px;
}
.green-text {color: #008000 !important;}
.vbox-content {
    margin: 0 !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%;
}
h4.d-inline.sub-heading-3 {
  font-size: 18px;
  font-weight: 600;
}
h4.d-inline.sub-heading-3 .sizew {
  font-size: 12px;
}
#real_estate,
#housing.rentgraph { height: auto; }
.title-holder {
	padding: .5rem;
	margin-bottom: 1rem;
}
#pagination-links .page-numbers {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #d2222a;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
#pagination-links {
	justify-content: center;
	width: 100%;
	clear: both;
}
#pagination-links  .page-numbers:first-child {
	margin-left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}
#pagination-links .page-numbers:last-child {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}
#pagination-links .page-numbers.current {
	background: #d2222a;
	color: #fff;
}
.marketplace-featured-property.contracted-prop {
	top: 30px;
}
.survay-form .form-group label {
	margin-left: 10px;
}
.survay-form strong {
	display: block;
	padding: 0 0 5px;
}
.survay-form .form-group {
	margin-bottom: 30px;
	margin-top: 30px;
}
.survey-success-message {padding-left: 16px;}
body.single .entry-content h3 {
    font-weight: 500;
}
@media only screen and (max-width:767px) {
	.capitaGraph,
	.racegraph{
		width: 100%;
		height: auto;
	}
}
.center-allign {text-align: center;}
.property-notes-icon{
	font-size: 36px !important;
    color: #bfbfbf;
    cursor: pointer;
	vertical-align: middle !important;
	display: inline-block !important;
}
.contact-form-btn {margin-top: 10px !important;}


.markets_featured h2.card-title {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    margin: 10px 0 5px;
    max-height: 40px;
    min-height: 40px;
    overflow: hidden;
}
.markets_featured p {
    color: #d2222a;
    font-size: 16px;
    font-weight: 400;
    margin: 0px 0 5px;
    font-family: Montserrat, sans-serif;
    max-height: 30px;
    min-height: 30px;
	overflow: hidden;
}

.fl-node-5d60cdd0723d8 .fl-row-content{
	max-width: 1300px !important;
}
.property-notes {
	background: #0077c2 !important;
	border-color:#0077c2 !important;
}
.property-notes:hover {
	background-color: #007bff !important;
	border-color: #007bff !important;
}

/* Custom css */
body.et-db #et-boc .et-l .et_pb_blog_grid .et_pb_post {
     border: 0;
}
body.et-db #et-boc .et-l .et_pb_blog_0 .et_pb_post div.post-content a.more-link {
    font-size: 18px;
    color: #d2222a!important;
    line-height: 2.2em;
    text-transform: capitalize !important;
}
.et-db #et-boc .et-l .et_pb_blog_0 .et_pb_post .entry-title a:hover {
    color: #d2222a!important;
    text-decoration: underline!important;
}
li.menu-item i {
    font-size: 2em;
}
body a.et_pb_button {
    color: #d2222a !important;
	padding-bottom:6px !important;
}

body #et-boc a.et_pb_button:hover{
	color: #fff !important;
	background-color: #d2222a !important;
}
.no-padding-section, .no-padding-row{
	padding: 0 !important;
}
.heading-color-b{
	color: #993300 !important;
}
.heading-color-blue{
	color: #0000ff !important;
}
.color-green{
	color: #008000 !important;
}
header.entry-header h1 {
	padding-top: 0;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-variant-ligatures: common-ligatures contextual discretionary-ligatures;
	font-feature-settings: 'kern', 'liga', 'clig', 'calt', 'dlig';
	margin-bottom: 0.3em;
	color: #212326;
	line-height: 1.2142857143;
	font-weight: 800;
	font-family: 'ShopifySans', Helvetica, Arial, sans-serif !important;
	letter-spacing: -0.0207142857em;
	font-size: 2.5rem;
}
.entry-header .entry-meta {
    font-family: 'ShopifySans', Helvetica, Arial, sans-serif !important;
	text-transform: capitalize;
}
body.single .entry-content h2, body.single .entry-content h3, body.single .entry-content h4 {
    font-family: 'ShopifySans', Helvetica, Arial, sans-serif !important;
}
.entry-header .entry-meta {
    font-family: 'ShopifySans', Helvetica, Arial, sans-serif !important;
    font-weight: 400 !important;
    line-height: 1.5625em !important;
    text-transform: capitalize;
}
.genesis-nav-menu a:hover, .genesis-nav-menu li:hover > a {
    background: #d2222a;
    color: #fff;
    text-decoration: none;
}
    .company_logos ul li {
    border: 0;
    padding: 0 20px;
    margin: 0;
    display: inline-block;
    width: 20%;
    text-align: center;
    vertical-align: middle;
}

a.srpw-title {
    padding-bottom: 0 !important;
}

.srpw-block a.srpw-author {
color: #cc0000 !important;
    font-weight: 500 !important;
}
header .et-menu.nav li.menu-item{
	margin-top:0 !important;
}
header .et-menu.nav li.menu-item a{
	padding:25px 10px !important;
	transition:all 0.35s ease;
	font-size:16px;
	font-weight: 400 !important;
}
header .custom_menu ul li {
    padding: 0 !important;
}
header .et-menu.nav li.menu-item a:hover i{
	color:#fff !important;
	transition:all 0.35s ease;
}
body.et-db div#et-boc header .et-menu.nav li a:hover{
	background:#d2222a !important;
	color:#fff !important;
	opacity:1;
	text-decoration:none;
	transition:all 0.35s ease;
}
body.et-db div#et-boc header .et-menu.nav li.current-menu-item a , body.et-db div#et-boc header .et-menu.nav li.current-menu-item a i{
	background:#d2222a !important;
	color:#fff !important;
	opacity:1;
	transition:all 0.35s ease;
}
body.et-db div#et-boc header .et-menu.nav li.current-menu-item:first-child a , body.et-db div#et-boc header .et-menu.nav li.current-menu-item:first-child a i{
	background:transparent !important;
	color:#000 !important;
	opacity:1;
	transition:all 0.35s ease;
}
header .et-menu.nav li.menu-item a i {
    margin: 0 0 10px !important;
    display: block;
	font-size: 2em;
    color: #000000;
	text-align: center;
	transition:all 0.35s ease;
}
header .et-menu.nav li.menu-item i {
    vertical-align: top;
}
.et-db #et-boc .et-l .et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before {
    color: #d2222a !important;
}
.et_pb_section {
    padding-left: 25px !important;
    padding-right: 25px !important;
}
.et_pb_section.no-padding-section {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.ftr_menu .et_mobile_nav_menu {
    display: none !important;
}
.ftr_menu .et_pb_menu__menu {
    display: block !important;
}
.company_logos ul {
    margin: 0 !important;
}
.et-db #et-boc .et-l .et_mobile_menu {
	margin-top: 34px !important;
}
.et-db #et-boc .et-l .et_builder_inner_content {
    position: relative;
    z-index: unset !important;
}

.company_logos ul li {
  border: 0;
    padding: 0 20px;
    margin: 0;
    display: inline-block;
    width: 20%;
    text-align: center;
    vertical-align: middle;
}
.sec_wrapper {
    max-width: 1300px;
    width: 90%;
    margin: 50px auto;
}
.addthis_inline_share_toolbox.addthis_tool {
    text-align: center;
	padding:20px 0 !important;
}

.tss-img-circle h3.author-name{
	font-size: 16px !important;
    font-weight: 700 !important;
    color: #d2222a !important;
	text-align: center !important;
	margin-top: 20px !important;
}
.tss-wrapper .tss-layout1 .item-content-wrapper:before {
    content: "\f10d";
    color: #eaeaea;
    position: absolute;
    right: 14px;
    top: 6px;
}
.at-resp-share-element{
  text-align:center !important;	
}
.tss-carousel button.owl-next , .tss-carousel button.owl-prev {
    background: transparent !important;
    color: #000;
}
.tss-carousel button.owl-next span , .tss-carousel button.owl-prev span {
    color: #000 !important;
}
.tss-wrapper .tss-carousel1 .item-content-wrapper .item-content {
    width: 90%;
    margin: 0 auto !important;
    font-style: italic;
    font-size: 96%;
    line-height: 1.6;
}
.tss-wrapper .tss-carousel1 .item-content-wrapper .item-content p{
	text-align:center !important;
	font-size:16px !important;
}
.at-resp-share-element .at-share-btn-elements .at-share-btn {
    display: inline-block;
    margin: 0 2px 5px !important;
    padding: 5px 15px !important ;
    overflow: hidden;
    line-height: 0;
    text-decoration: none;
    text-transform: none;
    color: #fff;
    cursor: pointer;
    transition: all .2s ease-in-out;
    border: 0;
    font-family: helvetica neue,helvetica,arial,sans-serif;
    background-color: transparent;
}

.et_pb_section.et_pb_section_9.et_pb_with_background.et_section_regular.et_section_transparent {
    background: #ffeded;
    padding: 30px 0;
	margin-bottom:25px;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.et_pb_section.et_pb_section_9.et_pb_with_background.et_section_regular.et_section_transparent > div{
	max-width:1300px;
	width:100%;
	margin:auto;
}
body div#et-boc div.wpforms-container-full .wpforms-form input[type=text] , body div#et-boc div.wpforms-container-full .wpforms-form input[type=email] , body div#et-boc div.wpforms-container-full .wpforms-form input[type=tel]{
	 background-color: #fff;
    box-sizing: border-box;
    border-radius: 2px !important;
    color: #333 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block !important;
    float: none !important;
    font-size: 16px !important;
    border: 1px solid #ccc !important;
    padding: 6px 10px !important;
    height: 38px !important;
    width: 100% !important;
    line-height: 1.3 !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 10px 0 !important;
    clear: both;
}
div.wpforms-container-full .wpforms-form input[type=checkbox], div.wpforms-container-full .wpforms-form input[type=radio] {
    margin: 0 10px 0 3px !important;
}
div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form button[type=submit] {
background-color: #d2222a !important;
    border: 1px solid #d2222a !important;
    color: #fff !important;
    font-size: 1em !important;
    padding: 10px 15px !important;
}
div.wpforms-container-full .wpforms-form .wpforms-one-half, div.wpforms-container-full .wpforms-form .wpforms-three-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
       margin-left: 4% !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {
    margin: 0 0 4px 0 !important;
}
label.wpforms-field-label-inline a {
    color: #d2222a !important;
}
form.wpforms-form {
    text-align: center !important;
}
form.wpforms-form input{
	text-align:left !important;
}
div.wpforms-container-full .wpforms-form input[type=submit]:hover, div.wpforms-container-full .wpforms-form input[type=submit]:focus, div.wpforms-container-full .wpforms-form input[type=submit]:active, div.wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:focus, div.wpforms-container-full .wpforms-form button[type=submit]:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
    background-color: #fff !important;
    border: 1px solid #d2222a !important;
    cursor: pointer !important;
	color: #d2222a !important;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    padding: 10px 0 0 0 !important;
    clear: both;
    position: relative;
}
.et-db #et-boc .et-l .et_mobile_menu {
    border-top: 3px solid #d2222a !important;
}
.cus_banner {
   position:relative;
}
.cus_banner:after {
    content: "";
    background: #000000b3;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.tss-wrapper .tss-layout1 .item-content-wrapper {
    padding: 30px !important;
    background: #f8f8f8 !important;
    -webkit-box-flex: 3 !important;
    -webkit-flex: 3 !important;
    -ms-flex: 3 !important;
    flex: 3 !important;
    position: relative !important;
}
.tss-wrapper .tss-layout1 .item-content-wrapper p{
	font-size:16px !important;
	line-height: 1.7;
}
.tss-wrapper .tss-layout1 .single-item-wrapper {
    margin-bottom: 30px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
}
.tss-wrapper .tss-layout1 .tss-meta-info.tss-left {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 !important;
    -ms-flex: 1 !important;
    flex: 1 !important;
}
ul#menu-copyright-footer-2 li a, ul#menu-copyright-footer-2 li {
    color: #ffffff !important;
    font-weight: 400 !important;
	margin:0 !important;
	padding-bottom:0 !important;
	font-size:14px;
}
ul#menu-copyright-footer-2 li.current_page_item  a, ul#menu-copyright-footer-2 li.current_page_item {
	color : #d2222a !important
}
 ul#menu-copyright-footer-2 li {
    color: #ffffff !important;
    font-weight: 400 !important;
	margin:0 !important;
	padding-bottom:0 !important;
	padding-left: 20px !important;
    padding-right: 20px !important;
}
 ul#menu-copyright-footer-2 li a:hover {
    color: #aaaaaa !important;
}
 ul#menu-copyright-footer-2 li {
    border-right: 1px solid #ffffff !important;
}
 ul#menu-copyright-footer-2 li:last-child {
    border-right: 0 !important;
}
body #et_builder_outer_content a.text_link:hover{
	text-decoration:underline !important;
}
p.apple_btn {
    line-height: 18px;
    padding: 15px !important;
    background: #000000 !important;
    max-width: 350px;
    display: inline-block;
    margin: auto;
}
p.apple_btn a {
   text-transform: uppercase;
}
footer.et-l.et-l--footer {
    clear: both;
	background-color: #eee;
}
.et_pb_module.et_pb_sidebar_1_tb_footer.et_pb_widget_area.clearfix.et_pb_widget_area_left.et_pb_bg_layout_light {
    border: 0 !important;
}
.et_pb_module.et_pb_sidebar_2_tb_footer.et_pb_widget_area.clearfix.et_pb_widget_area_left.et_pb_bg_layout_light {
    border: 0 !important;
}
a.srpw-author {
    color: #cc0000 !important;
    font-weight: bold !important;
    font-family: 'Roboto', sans-serif;
}
.et_pb_module.et_pb_text.et_pb_text_11.et_pb_text_align_left.et_pb_bg_layout_light {
    min-height: 0 !important;
}
.sub_checklist {
    max-width: 380px;
    margin: auto !important;
    text-align: left;
    width: 100%;
}
.company_logos ul li a img {
    display: block !important;
    margin: auto !important;
}
.et_pb_toggle_content.clearfix {
    padding-top: 0 !important;
    padding-left: 30px !important;
}
h5.et_pb_toggle_title {

	    padding: 20px 25px !important;
}
	.cus_header .et_pb_module.et_pb_image.et_pb_image_0_tb_header {
    padding-top: 20px !important;
}
.et-db #et-boc .et-l .et_pb_with_background .et_pb_row , .et-db #et-boc .et-l .et_pb_row{
	width:100% !important;
}
.single-post header.entry-header {
    padding: 0 30px 0 0;
}
.social_icons a{
	text-decoration:none !important;
}
.social_icons i {
    font-size: 38px;
    color: #d2222a;
    padding: 5px;
}
.social_icons i:hover {
    font-size: 38px;
    color: #000;
    padding: 5px;
}
.cus_contact_form .col-sm-8 {
    padding: 0 !important;
}
body.page-id-13105 .post-content-inner p {
    font-size: 16px;
    line-height: 1.3;
}
input#subscription {
    background: #cc0000 !important;
    padding: 8px 25px !important;
    display: block !important;
    color: #fff !important;
    border-radius: 3px !important;
}
section.my_property_wrap , .page-id-8754 div#content , section.property_details_wrap , div#marketplace_listing_tbl_wrapper {
    max-width: 1300px;
    margin: 40px auto;
    width: 100%;
}
.et-db #et-boc .et-l .et_pb_toggle_close {
    background-color: #f4f4f4;
    padding: 0 !important;
}
.et-db #et-boc .et-l .et_pb_toggle_open {
    padding: 0px !important;
    background-color: #fff;
}
.et_pb_toggle_content.clearfix {
    background: #fff !important;
}
.et_pb_toggle_content.clearfix ul li {
    color: #000 !important;
}
.et-db #et-boc .et-l .et_pb_accordion .et_pb_toggle_title:before, .et-db #et-boc .et-l .et_pb_toggle .et_pb_toggle_title:before {
    right: 20px !important;
}
.single .content-sidebar-wrap {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 60px;
justify-content: space-between;
}

.archive.author .content-sidebar-wrap .content {
    max-width: 1300px;
    width: 100%;
    margin: auto;
	padding:10px 25px;
	float:none;
}
.single .entry-content span {
    word-break: break-all;
}
.single-post .author-box {
    padding: 30px 0 !important;
}
.single-post footer.entry-footer {
    padding: 15px 0px !important;
}
body.single img.centered, .aligncenter {
    display: block;
    margin: 0 auto;
}
.custom_accordoin .et_pb_toggle_content.clearfix > ul {
    margin-bottom: 0 !important;
}
body.single .entry-content table {
    width: 100% !important;
}

/* blogs style */
.ptam-block-post-grid.aligncenter {
    max-width: 1300px;
    margin: 70px auto;
    width: 100%;
}
.ptam-post-grid-items article {
    list-style: none;
    background: #fff !important;
    box-shadow: 3px 6px 20px 0px #dddddd78;
    padding: 20px !important;
    border-radius: 15px !important;
    transition: all 0.2s ease;
}

.ptam-post-grid-items article .ptam-block-post-grid-title{
    color: #d2222a;
    font-size: 1em;
	line-height: 1.33333125;
	font-weight: 500;
	font-family: 'Shopify Sans Web', Helvetica, Arial, sans-serif;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 15px;
    transition: all 0.2s ease;
}
.ptam-post-grid-items article .ptam-block-post-grid-author , .ptam-post-grid-items article time.ptam-block-post-grid-date{
    display: inline-block;
    color: #666;
    font-size: 13px;
    font-weight: 400;
}
.ptam-post-grid-items article p.ptam-block-post-grid-excerpt {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}
.ptam-post-grid-items article:hover {
    box-shadow: 3px 6px 20px 0px #ddddddfa;
    transition: all 0.2s ease;
}
.ptam-post-grid-items article:hover .ptam-block-post-grid-title{
    color: #212529;
    transition: all 0.2s ease;
}

.ptam-pagination {
    text-align: center;
}
.ptam-post-grid-items article a.ptam-block-post-grid-link.ptam-text-link:hover{
	box-shadow:none;
}
.ptam-pagination span.page-numbers.current {
    background: #d2242c !important;
    background-color: red;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
.ptam-pagination a.page-numbers{
    color: #d2242c !important;
    font-size: 20px;
    font-weight: 400;
}
.single-post header.entry-header {
  padding: 0;
}
body.single .entry-content p, body.single .entry-content li{
    font-size: 16px !important;
    line-height: 1.8 !important;

}
body.single .entry-content  a {
  color: #d2222a;
  text-decoration: underline;
  background-color: transparent;
  font-weight: 600;
}
body.single .entry-content h2,  body.single .entry-content  h3 , body.single .entry-content  h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 1.1rem;
}
body.single .entry-content p, body.single .entry-content li {
    font-size: 16px !important;
    line-height: 1.8 !important;
	font-weight:400;
}
h1#h-real-estate-blog-and-articles-for-investors {
    text-align: center;
    padding-top: 50px;
}
/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.content #genesis-responsive-slider .flex-direction-nav li a {
		background-image: url(images/icon-direction-nav@2x.png);
	}
	
}
@media (max-width:1430px){
	header .et-menu.nav li.menu-item a {
    padding: 25px 6px !important;
    transition: all 0.35s ease;
    font-weight: 400 !important;
}
	.cus_header .et_pb_module.et_pb_image.et_pb_image_0_tb_header {
    padding-top: 25px !important;
}
}

@media only screen and (max-width: 1366px) {
	.wrap {
		width: 100%;
	}
       .wrap {
	 margin: 0 auto;
	 max-width: 1300px;
       }
}
@media only screen and (max-width: 1266px) {
	.page-template-page_blog .content {
		padding: 0 30px;
		width: 68%;
	}
	.single-post .content {
		max-width: 100% !important;
		margin: 0 !important;
                box-sizing: content-box !important;
width:92% !important;
	}
	.single .content-sidebar-wrap {
		flex-direction: column;
	}
	  .single-post .blog-sidebar {
		display: none;
	}
	.sidebar-wrap{
	     display:none; 
	}
}

@media only screen and (max-width: 1180px) {
	body {
		padding-top: 110px;
	}
	header .et-menu.nav li.menu-item a {
		font-size: 14px !important;
	}
	.wrap {
		max-width: 1070px;
	}
	
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 750px;
	}
	
	.sub-footer-left {
		width: 710px;
	}
	
	.content {
		width: 630px;
	}
	
	.site-header .widget-area {
		width: 660px;
	}
	.genesis-nav-menu {
		width: auto;
		float: right;
	}
	.genesis-nav-menu > .menu-item > a {padding: 25px 5px;}
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 420px;
	}
	
	.sidebar-primary {
		width: 300px;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.sub-footer-right {
		width: 210px;
	}
	
	.outreach-pro-home .site-inner .wrap {
		max-width: none;
	}

}
@media (max-width:980px) and  (min-width:768px){
	body.et-db #et-boc .et-l .et_pb_column {
    margin-bottom: 10px;
}
}

@media only screen and (max-width: 1023px) {
	.genesis-nav-menu.responsive-menu,
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}
	.genesis-nav-menu.responsive-menu{
		height: calc(100vh - 101px);
  overflow-y: auto; 
  z-index: 9999;  
   position: absolute;
    top: 0px;
    right: -260px;
    background: #fff;
    padding-top: 50px;
    height: 100vh;
    width: 260px;
   display: block !important;
   transition: all .4s cubic-bezier(.18,.22,.55,.26);
	}
	.responsive-menu-icon {
	    float: right;
	    margin-top: -65px;
	    margin-right: 20px;
		border: 1px solid #d2222a;
		height: 45px;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		width: 61px;
		padding-top: 5px;
	}
.z-custom-width{
  right: 0px !important;
  transition: 0.7s all;
 }
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu > .first > a,
	.genesis-nav-menu.responsive-menu > .last > a,
	.genesis-nav-menu.responsive-menu a,
	.genesis-nav-menu.responsive-menu a:hover,
	.genesis-nav-menu.responsive-menu li:hover > a {
		background: none;
		color: #292526;
		line-height: 1;
		padding: 5px 20px;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 16px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		color: #fff;
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		color: #fff;
		padding: 14px 20px;
		position: relative;
		width: 100%;
	}
	.page-template-page_blog .content {
		padding: 0 0px;
		width: 100%;
	}
	.wrap {
		max-width: 768px;
	}
	
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	
	.site-header .wrap {
		padding: 0px 0 0px;
	}
	
	.header-image .site-title a {
		background-position: top !important;
	}
	
	.site-header .widget-area {
		padding: 0;
	}
	
	.genesis-nav-menu li,
	.site-header .search-form,
	.site-header ul.genesis-nav-menu {
		float: none;
	}
	
	.genesis-nav-menu,
	.nav-primary,
	.site-description,
	.site-header .search-form,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}
	
	.site-header .simple-social-icons .alignleft,
	.site-header .simple-social-icons .alignright,
	.site-header .simple-social-icons ul li {
		display: inline-block;
		float: none;
		text-align: center;
	}
	
	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 18px 12px;
	}
	
	.site-header .search-form {
		margin: 16px auto;
	}
	
	.genesis-nav-menu li.right {
		display: none;
	}
	
	.sub-footer-left {
		width: 520px;
	}
	
	.footer-widgets-1,
	.footer-widgets-2 {
		margin-right: 0;
	}

}
@media (max-width:980px){
	body.et-db #et-boc .et-l .et_pb_menu .et_mobile_menu li>a{
		padding:15px 5px !important;
	}
	body.et-db #et-boc .et-l .et_pb_menu .et_mobile_menu li:last-child a{
		border-bottom:0 !important;
	}
	 .et-db #et-boc .et-l .et_pb_menu .et_mobile_menu {
    padding: 2% 3% !important;
}
	.custom_menu  {
		position: absolute;
		top: -75px;
		right: 15px;
		background: transparent !important;
	}
	.menu-item a i { display: none; }
	.menu-item a, .menu-item a i {
		font-size: 0.9em !important;
	}
	.menu-item a {
    display: flex !important;
    align-items: center;
}
	
}
@media only screen and (max-width: 860px) {
	
	.wrap {
		padding-left: 0%;
		padding-right: 0%;
	}
	.single .content-sidebar-wrap{
		margin-top: 0px !important;
	}
	.outreach-pro-home .site-inner .wrap {
		padding: 0;
	}
	
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		box-shadow: none;
	}
	
	.archive-pagination li a {
		margin-bottom: 4px;
	}
	
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.sub-footer-left,
	.sub-footer-right,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.content #genesis-responsive-slider .flex-direction-nav li .next,
	.content #genesis-responsive-slider .flex-direction-nav li .prev,
	.content .slide-excerpt {
		display: none;
	}
	
	.home-bottom .widget {
		text-align: center;
		width: 48%;
	}
	
	.home-bottom .widget:nth-of-type(2n) {
		clear: none;
		margin-left: 2.564102564102564%;
	}
	
	.home-bottom .widget:nth-of-type(2n+1) {
		clear: both;
		margin-left: 0;
	}
	
}
@media only screen and (max-width: 768px) {
	.site-inner{padding-top:0;}
	.property_list_tabs .fl-tabs-horizontal .fl-tabs-label.fl-tab-active .fas::before {  content: "\f068"; }
}
@media only screen and (max-width: 767px) {
	#search-box .search-container .search-options .searcher .filter { height: auto; }
	#search-box .search-container .search-options .searcher .search-button, #search-box .search-container .search-options .searcher .footer .more-button, #search-box .search-container .search-options .searcher .footer .btn-secondary {
		padding: 6px 6px;
		font-size: 12px;
	}
		#search-box .search-container .search-options .searcher .footer {
			padding:22px 10px 0;
		}
	.property_details_form label{
		text-align: left;
	}
	.genesis-nav-menu a {
		font-size: 12px;
		padding: 15px 6px;
	}
	.save_btn,.upload_image {
		text-align: center;
	}
	.property_photos {
		max-width: 266px;
		margin: 0 auto 30px;
	}
	.company_logos ul li {
		display: block;
		width: 100%;
			margin: 0 0 20px !important;
	}
	.for_web_tab {
		display: none;
	}
	.for_mob_tab {
		display: block;
		border-bottom: 1px solid #ccc;
	}
	.for_mob_tab .btn { display: block; width: 100%; }
	.property_tabs .card2 {
		padding: 0px 0 0;
	}
	.property_tabs .collapse.show {
		padding-top: 20px;
	}
	.dataTables_wrapper {
		padding: 0 0px;
	}
		.acf-field[data-width] {
		float: none;
		clear: none;
		width: 100% !important;
	}
	.header-image .site-title > a {
		float: left;
		height: 70px;
		width: 150px;
		margin: 20px 25px 0px;
	}
}
@media only screen and (max-width: 600px) {
	
	
	.entry-categories,
	.entry-comments-link,
	.entry-tags {
		display: block;
		float: none;
	}
	
ul#menu-copyright-footer-2 li {
    margin: 5px 0 !important;
}
}

@media only screen and (max-width: 480px) {
	.tss-wrapper .tss-layout1 .item-content-wrapper:after{
		display:none;
	}
.tss-img-circle h3.author-name {
   text-align: left !important;
}	
	.content #genesis-responsive-slider .flex-control-nav {
		display: none;
	}

	.home-bottom .widget:nth-of-type(2n),
	.home-bottom .widget {
		margin: 0;
		width: 100%;
	}
	
	.header-image .site-title a {
	}


}

@media only screen and (max-width:767px) {
	
	div#floating-panelz {
		left: auto;
		top: 60px;
		right: 10px;
		line-height: 30px;
		height: 30px;
		padding: 0px 5px;
	}
	.analyze_tab ul.nav.nav-tabs li a {
		position: relative;
		height: auto;
	}
	.analyze_tab ul.nav.nav-tabs li { width: 100%; }
	#analyze2 { overflow-x: auto; }
	.analyze_tab ul.nav.nav-tabs li a.active,
	.analyze_tab ul.nav.nav-tabs li.active a {background: none;}
	#analyze4 {  position: relative; }
	#search-box .search-container .search-options.sample-page {
		bottom: auto;
		top: -77px;
	}
	li.menu-item a span {
		display: flex;
		margin-bottom: 10px;
		text-transform: capitalize;
	}
}
/* Zeeshan start styling from here */


body.single-post, .single-post p, .single-postli {
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}



#nav_menu-4{
	margin-left: -50px !important;
}

.author-box > .author-box-content > p{
	font-size: 18px !important;
}
.single-post .site-inner{
	font-size: 20px!important;	
}
#ez-toc-container{
	margin:0 auto !important; 
}


/* single blog table styling */
body.single table {
  border-collapse: collapse !important;
  width: 100% !important;
}

body.single th, body.single td {
  text-align: left;
  padding: 15px !important;
  font-size: 16px;
  border: 1px solid #ddd !important;
}

body.single tr:nth-child(even){
  background-color: #f2f2f2 !important;
}

body.single th {
  background-color: #04AA6D !important;
  color: white !important;
}
@media (max-width: 1266px){

.membership-box{
	display: none !important; 
	}
}
@media (max-width: 1024px){
#nav_menu-4{
	margin-left: 0px !important;
}
.membership-box{
	display: none !important; 
	}
}
.inv-property-box-top{
  box-shadow: 0px 0px 23px 0px #0000000d;
    padding: 35px;
    border-radius: 15px;
    margin-bottom: 20px;
text-align: center; 
background: #fff;
}
.browse-property-btn{
    color: #fff;
    text-decoration: none;
    background: #c00 !important; 
    display: block;
    text-align: center;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 16px;
}

.browse-property-btn:hover{
    color: #fff;
    text-decoration: none;
	
}

.z-inv-text{
	font-size: 16px !important;
}
.inv-property-sticky{
	 position: -webkit-sticky;
         position: sticky;
         top: 150px;
	margin-top :20px;
 	 
}
#search-2{
	margin-bottom: 25px !important;
}
.mobile-btn-outer{
    display: none;
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0;
    background: #000;
    box-shadow: 0px 0px 20px 8px #888;
    padding: 10px 0px;

}


header.entry-header h1 {
    padding-top: 0 !important;
    -webkit-font-kerning: normal !important;
    font-kerning: normal !important;
    font-variant-ligatures: common-ligatures contextual discretionary-ligatures;
    font-feature-settings: 'kern', 'liga', 'clig', 'calt', 'dlig';
    margin-bottom: 0.3em !important;
    color: #212326 !important;
    line-height: 1.2142857143 !important;
    font-weight: 500 !important;
    font-family: 'ShopifySans', Helvetica, Arial, sans-serif !important;
    letter-spacing: -0.0207142857em !important;
    font-size: 2.5rem !important;
}


.yal-blogs-list{
    padding: 70px 0px;
    background-color: #fff;
    margin-top: 40px;
}
.yal-blogs-list > ul{
    display: flex;
    align-items: start;
    justify-content: space-evenly;
    flex-wrap: wrap;
    row-gap: 20px;
width:100%;
    max-width: 63%;
    column-gap: 25px;
    margin: 0 auto;
}
.yal-blogs-list > ul > li{
	    background: #fff;
    flex-basis: 31%;
    height: min-content;
    box-sizing: border-box;
    max-height: 400px;
transition: .2s all;
}
.yal-blogs-list > ul > li:hover{
pointer: curser;
}
.yal-blogs-list > ul > li img{
	    height: 180px;
    width: 100%;
}
.yal-blogs-list > ul > li a{ 
   color: #282828;
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    line-height: 28px;;
    padding:30px;
    height:147px;
    width: 100%;
    box-shadow: 0 2px 2px 2px rgb(0 0 0 / 6%);
}
.yal-blogs-list > ul > li a:hover{
	text-decoration: none;
}
.yal-blogs-list h3{
    text-align: center;
    margin-bottom: 30px;
}	
.btn-on-mobile{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.mobile-nav-btn{
    flex-basis: 50%;
    /*padding: 0px 10px;*/
}
.mobile-nav-btn button, .mobile-nav-btn a{
    background: none;
    outline: none;
    box-shadow: none;
    border: none;
    background: #000;
    height: 40px;
    width: 100%;
   text-transform: uppercase;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    padding: 0px;
font-family: 'Lato',sans-serif ;
}
.btn-on-mobile{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}
.mobile-nav-btn{
    flex-basis: 48%;

}
.mobile-nav-btn button, .mobile-nav-btn a{
    background: none;
    outline: none;
    box-shadow: none;
    border: none;
    background: #fff;
    height: 45px;
    width: 100%;
    text-transform: uppercase;
    border-radius: 5px;
    color: #d2222a;
    font-size: 12px;
    padding: 0px;
    font-family: 'Lato',sans-serif ;
    font-weight: 900;
}


.mobile-nav-btn a{
	background: none !important;
}

button.red-button{
     background: #d2222a !important;
     color: #fff !important;
}
.nav-close-icon{
    height: 20px;
    width: 20px;
    display: inline-block;
    float: revert;
    position: relative;
    right: -90px;
	bottom: 15px;
}

.nav-close-icon:before, .nav-close-icon:after{
        content: "";
    position: absolute;
    top: -2px;
    right: 8px;
    height: 23px;
    width: 2px;
    background-color: #292526;
    transform: rotate(45deg);

}
.nav-close-icon:after{
transform: rotate(-45deg);
}
.navbackdrop{
	    position: fixed;
    height: calc(100vh + 20px );
    width: 100%;
    background: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
display:none;
}

.membership-box{
    box-shadow: 0px 0px 23px 0px #0000000d;
    padding: 35px;
    border-radius: 10px;
    margin-bottom: 20px;
	background: #fff;
text-align: center;

}
.sidebar-wrap{
	flex-basis: 40% !important;
max-width:27%
}
.input#subscription{
	padding : 8px 25px !important;
}


.single-post .blog-sidebar .widget_recent_entries.widget li a ,.single-post .blog-sidebar  .widget_text li a {
    border-bottom: 1px solid lightgray !important;
    padding-bottom: 10px !important;
}
.inv-property-box-top{
  box-shadow: 0px 0px 23px 0px #0000000d;
    padding: 35px;
    border-radius: 10px;
    margin-bottom: 20px;
text-align: center; 
background: #fff;
}
.browse-property-btn{
    color: #fff;
    text-decoration: none;
    background: #c00 !important; 
    display: block;
    text-align: center;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 16px;
}

.browse-property-btn:hover{
    color: #fff;
    text-decoration: none;
	
}
.z-inv-text{
	font-size: 16px !important;
}
.inv-property-sticky{
	 position: -webkit-sticky;
         position: sticky;
         top: 150px;
	margin-top :20px;
 	 
}
@media screen and (max-width: 768px) {
    .mobile-btn-outer{
    display: block;
	}
.yal-blogs-list > ul > li {
    flex-basis: 100%;
}

.site-footer {
	padding: 40px 0 100px;
}
}


.author-box {
    margin: 60px 0px 0px;
}
body.single-post{
	background: #e9e9e97d !important;
}
@media (max-width:1366px){
.yal-blogs-list > ul{
    display: flex;
    align-items: start;
    justify-content: space-evenly;
    flex-wrap: wrap;
    row-gap: 20px;
    width:100%;
    max-width: 91%;
    column-gap: 25px;
    margin: 0 auto;
}
}
.bottom-membership-box{
            background-color: #c00 !important;
            color: #fff !important;
            height: 300px;
            text-align: center !important;
            font-family: inherit !important;
display: flex;
	align-items: center;
        }
        .bottom-membership-inner{
 	    width:70% ;
            margin: 0 auto;
        }
        .bottom-membership-title{
            font-size: 45px;
            margin-bottom: 10px;
            font-weight: 400 !important;
color: #fff !important;
        }
        .bottom-membership-desc{
            font-size: 22px;
            margin: -10px 0px 35px 0px;
color: #fff !important;
        }

.member-d-flex{
	display:flex;
	justify-content: center;
}

@media(max-width: 768px){
	.bottom-membership-box{ 
            height: 350px;
        }
.member-d-flex{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
.bottom-membership-inner{
 	    width:85%;
            margin: 0 auto;
        }


table{
	word-break: keep-all !important;
        height: max-content !important;
  }
}
@media(max-width: 480px){
 .bottom-membership-title{
            font-size: 35px;
            margin-bottom: 30px;
            font-weight: 400;
	    line-height: 37px;
color: #fff !important;
        }

.bottom-membership-desc {
    font-size: 18px;
    margin: -10px 0px 35px 0px;
    color: #fff !important;
}

.bottom-membership-box{ 
            height: 450px;
        }



.entry-content ol, .entry-content ul {
    margin-left: 20px !important;
}
	
}
textarea{
	width: 100% !important;
}


.single-post .blog-sidebar .widget li a{
    color: #221e1f!important;
    font-weight: 400;
    width: 100%;
}


.inv-sub-text{
       font-size: 16px;
    width: 100%;
    display: inline-block;
    margin-top: 25px;
    text-align: center;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 7px 10px!important;
    font-size: 17px!important;
    color: #221e1f!important;
    border-radius: 20px;
    border: 1px solid #949494;
}

.wp-block-search .wp-block-search__inside-wrapper{

    flex-direction: row-reverse !important;
}

.wp-block-search__button{
    border: none !important;
    background: none !important;
    color: #c00 !important;
    padding: 0 !important;
	margin-left: 0px !important;
}
#search-icon{
	fill : #c00;
}


input#wp-block-search__input-1:focus::parent{
	border: 1px solid #c00 !important;
}

.z-menu-line{     
    display: block;
    width: 30px;
    height: 3px;
    background: #d2222a !important;
    margin: 6px auto;
}
.z-menu-line + .z-menu-line{
	margin-top: 5px !important;
}

.site-footer p {
	margin-bottom: 0;
color: #aaaaaa !important;
}
.sidebar-wrap .blog-sidebar .widget_categories .widget-wrap ul li a {
    text-decoration: none;
    position: relative;

}
.sidebar-wrap .blog-sidebar .widget_categories .widget-wrap ul li a:before{
    position: absolute;
    content: "";
    height: 3px;
    width: 0%;
    
    transform-origin: 0 0;
    transition: .3s all;
bottom: -4px;
    background-color: #c00;
}

.sidebar-wrap .blog-sidebar .widget_categories .widget-wrap ul li a:hover::before{
    height: 3px;
    width: 100%;
}

.wp-caption{
	max-width: 95% !important;
	width: 100% !important;
}
.single .entry-content table tbody tr span{
	word-break: keep-all !important;
}

.footer-widgets .menu li a{
	font-size: 16px !important; 
}
.et-db #et-boc .et-l .et-menu.nav a {
	color:#fff !important;
}
/* customizer style */
/* honey bot field css */
#contact_us_form .hide-robot{
	display:none !important;
}
.home header.entry-header {
display: none;
}
.page-id-22649 .entry-header{
display: block;
}
.page-id-22646 .entry-header,
.page-id-22640 .entry-header, .page-id-22643 .entry-header{
visibility: hidden;
height: 0px;
}
.subcribe_form input {
height: 61px !important;
}
.subcribe_form input {
height: 61px !important;
font-size: 18px !important;
font-weight: normal !important;
text-align: left !important;
}
.subcribe_form .fl-button {
text-transform: uppercase;
}
.markets_featured ul { margin:20px 0 0; padding:0px;}
.markets_featured ul li {
position: relative;
padding: 0 0 10px 20px;
line-height: normal;
font-size: 14px;
}
.markets_featured ul li:before {
content: "\f138";
display: inline-block;
font: normal normal normal 16px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
left: 0;
top: 5px;
}
.markets_featured h4.card-title {
color: #000;
font-size: 24px;
font-weight: 600;
font-family: Poppins, sans-serif;
margin: 10px 0 5px;
max-height: 40px;
min-height: 40px;
overflow: hidden;
}
.markets_featured h5 {
color: #d2222a;
font-size: 16px;
font-weight: 400;
margin: 0px 0 5px;
font-family: Montserrat, sans-serif;
max-height: 30px;
min-height: 30px;
overflow: hidden;
}
.markets_featured .btn {display:block;}
.home .site-inner {
padding: 0;
}
.home .site-inner .wrap {
margin: 0 auto;
max-width: none;
}
.home .site-inner .wrap .content {
padding:0px;
margin:0px;
}
.page-id-14 .site-inner {
padding-top: 0;
}
.faq-block-wrap .fl-accordion-button-label {
position:relative;
padding-left: 95px;
outline: none;
}
.faq-block-wrap .fl-accordion-button-label:after,.faq-block-wrap .fl-accordion-button-label:before {
width: 80px;
line-height: 40px;
font-size: 25px;
text-align: center;
border-radius: 3px;
display: inline-block;
font-weight: 500;
top: -4px;
left:0px;
}
.faq-block-wrap .fl-accordion-button-label:after {
content: "Q";
background:#d2222a;
color: #fff;
position: absolute;
-webkit-transition: background 0.1s linear;
-moz-transition: background 0.1s linear;
-ms-transition: background 0.1s linear;
-o-transition: background 0.1s linear;
transition: background 0.1s linear;
}
.faq-block-wrap .fl-accordion-button-label:before {
content: "A";
background: #221e1f;
color: #fff;
position: absolute;
}
.faq-block-wrap .fl-accordion-content {
padding-left: 115px;
}
.faq-block-wrap .fl-accordion-item-active .fl-accordion-button-label:before{
padding-top: 50px;
-webkit-transition: padding-top 0.1s linear;
-moz-transition: padding-top 0.1s linear;
-ms-transition: padding-top 0.1s linear;
-o-transition: padding-top 0.1s linear;
transition: padding-top 0.1s linear;
}
div.dataTables_wrapper div.dataTables_paginate {
margin: 0 0 30px;
}
table#email-subscribers-tbl td:last-child a {
color: #c00;
}
table#email-subscribers-tbl td:last-child {
text-align: center;
color: #000;
}
.page-item.active .page-link {
z-index: 1;
color: #fff;
background-color: #cc0000;
border-color: #cc0000;
}
.featured_properties_slider .owl-carousel > .owl-nav {
position: absolute;
left: 0;
top: 40%;
width: 100%;
}
.featured_properties_slider .owl-carousel > .owl-nav button{
font-size: 50px !important;
outline: none;
}
.featured_properties_slider .owl-carousel > .owl-nav button.owl-prev {
margin-left: -20px;

}
.featured_properties_slider .owl-carousel > .owl-nav button.owl-next {
float:right;
margin-right: -20px;
}
body.single .entry-content h2 {
font-weight: 500 !important;
}

body.single .entry-content h3 {
font-weight: 500 !important;
}
#universal-loader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.7);
justify-content: center;
align-items: center;
display: flex;
z-index: 9999;
}
.post-22664 h1.entry-title {
display: none;
}
.post-22658 h1.entry-title {
display: none;
}
@media (max-width: 767px) {
.nav-tabs.nav-tabs-dropdown,
.nav-tabs-dropdown {
border: 1px solid #dddddd;
border-radius: 5px;
overflow: hidden;
position: relative;
}
.nav-tabs.nav-tabs-dropdown::after,
.nav-tabs-dropdown::after {
content: "☰";
position: absolute;
top: 8px;
right: 15px;
z-index: 2;
pointer-events: none;
}
.nav-tabs.nav-tabs-dropdown.open a,
.nav-tabs-dropdown.open a {
position: relative;
display: block;
}
.nav-tabs.nav-tabs-dropdown.open > li.active > a,
.nav-tabs-dropdown.open > li.active > a {
background-color: #eeeeee;
}
.nav-tabs.nav-tabs-dropdown li,
.nav-tabs-dropdown li {
display: block;
padding: 0;
vertical-align: bottom;
}
.nav-tabs.nav-tabs-dropdown > li > a,
.nav-tabs-dropdown > li > a {
position: absolute;
top: 0;
left: 0;
margin: 0;
width: 100%;
height: 100%;
display: inline-block;
border-color: transparent;
}
.nav-tabs.nav-tabs-dropdown > li > a:focus,
.nav-tabs-dropdown > li > a:focus,
.nav-tabs.nav-tabs-dropdown > li > a:hover,
.nav-tabs-dropdown > li > a:hover,
.nav-tabs.nav-tabs-dropdown > li > a:active,
.nav-tabs-dropdown > li > a:active {
border-color: transparent;
}
.nav-tabs.nav-tabs-dropdown > li.active > a,
.nav-tabs-dropdown > li.active > a {
display: block;
border-color: transparent;
position: relative;
z-index: 1;
background: #fff;
}
.nav-tabs.nav-tabs-dropdown > li.active > a:focus,
.nav-tabs-dropdown > li.active > a:focus,
.nav-tabs.nav-tabs-dropdown > li.active > a:hover,
.nav-tabs-dropdown > li.active > a:hover,
.nav-tabs.nav-tabs-dropdown > li.active > a:active,
.nav-tabs-dropdown > li.active > a:active {
border-color: transparent;
}
}
.wpforms-form {
font-size: 22px;
font-style: roboto;
}
/*Mueez css*/
.page-id-13105 h2.entry-title a:hover {
text-decoration: underline !important;
color: #6ab446 !important;
}
.page-id-13105 p.post-meta a:hover{
color: #333 !important;
}
.page-id-13105 h2.entry-title {
font-size: 30px;
font-weight: 700;
}
@media only screen and (max-width:590px){
.page-id-13105 h2.entry-title {
line-height: 1.3 !important;
}
}
.single-post .et_pb_text_inner h3 a {
/* color: red !important; */
color: #d2222a !important;
text-decoration: none;
font-style: italic !important;
font-weight: bolder !important;
background-color: transparent;
}
.single-post .et_pb_text_inner h3 a:hover {
color: #d2222a !important;
text-decoration: underline !important;
}
/* .et-db #et-boc .et-l .et_pb_module img {
display: block;
margin: auto;
} */
/* .single-post .content {
width: 100%;
max-width: 1300px;
float: none;
margin: auto;
margin-top: 60px;
} */
.single-post h1.entry-title {
display: block !important;
}
.single-post .site-inner {
clear: both;
font-size: 22px !important;
}
body.single-post, .single-post p, .single-postli{
font-weight: 400 !important;
line-height: 1.5 !important;
color: #212529;

}
.single-post .entry-content p, .single-post li{
font-size: 22px !important;
}
.et-db #et-boc .et-l .et_pb_blog_0 .et_pb_post .entry-title a:hover{
color: #d2222a !important;
text-decoration: underline !important;
}
.et-db #et-boc .et-l .et_pb_blog_0 .et_pb_post .post-meta a:hover{
color: #333 !important; 
text-decoration: underline !important;
}
.et-db #et-boc .et-l .et_pb_blog_0 .et_pb_post .post-meta a{
text-transform: uppercase;
color: #d2222a !important;
}
.et-db #et-boc .et-l .et_pb_posts .et_pb_post .post-content{
padding-bottom: 30px !important;
border-bottom: 1px dotted #ddd !important;
}
.et-db #et-boc .et-l .et_pb_blog_0 .et_pb_post div.post-content a.more-link:hover{
color: #d2222a !important;
text-decoration: underline !important;
}
.et-db #et-boc .et-l .et_pb_blog_0 .et_pb_post div.post-content a.more-link {
font-size: 16px;
color: #d2222a !important;
line-height: 2.2em;
}
.author-box {
background-color: transparent;
color: black;
margin: 0 0px 40px;
padding: 30px;
}
.single-post footer.entry-footer {
padding: 15px 30px;
}
.comment-respond, .entry-comments, .entry-pings {
padding: 15px 30px;
}
.single-post .et_pb_section.et_pb_section_0.et_section_regular.et_section_transparent {
padding-top: 0px !important;
}
.single-post  span.entry-comments-link {
display: none;
}

body.single .entry-content table {
max-width: 100% !important;
width: 100%!important;
}

body.single .entry-content h2, body.single .entry-content h3, body.single .entry-content h4 {
font-size: revert !important;
}
/* Zeeshan Styling  */

body.single .entry-content p{
font-size: 18px !important;
}
.aligncenter{

text-align: center !important; 
}
@media only screen and (max-width: 860px){
.heateor_sss_vertical_sharing {
display:none;
}
}
.propery-analysis-custom-form {
max-width: 70%;

vertical-align: middle;
margin: 0 auto;
}
/* Hafiz Ahsan Styling */
.page-id-22649 .ptam-block-post-grid-image img{
width:100%;
}
.page-id-12807 .add-new-property-btn{
visibility:hidden;
}
#contact_form .alert.alert-success{
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem;
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
}
.et-db #et-boc .et-l .et-menu.nav a {
color:#fff !important;
}
#menu-copyright-footer li a{
color:#fff !important;
}
/* Hafiz Ahsan Styling */
#contact_header_img,#properties_header_img{
padding:0px !important;
}
#contact_us_form textarea{
border:1px solid #bbb !important;
padding:5px 10px !important
}
.contact-form-btn input[type="submit"]{
background-color: #d2222a !important;
border: none;
border-radius: 3px !important;
color: #fff !important;
cursor: pointer;
font-size: 16px;
font-weight: 400;
padding: 16px 24px !important;
text-transform: uppercase;
width: auto;
}
.contact-form-btn input[type="submit"]:hover{
background:#bf222a !important;
}
.et-db #et-boc .et-l .et_pb_social_network_link a.icon:hover{
background:#000 !important;
}
.fl-node-5de4a44393019 .fl-module-content .fl-icon i, .fl-node-5de4a44393019 .fl-module-content .fl-icon i:before {
color: #cc0000;
}
.fl-icon i {
float: left;
height: auto;
width: auto;
}

.et-db #et-boc .et_pb_row {
width: 80%;
max-width: 1300px;
margin: auto;
position: relative;
}
.et-db #et-boc .et_pb_row_0 {
width: 100%;
max-width: 2560px;
}
#property_section_1,#property_section_2,#property_section_3{
padding-top:3% 0 !important;
padding-bottom:0 !important
}
.property_section_newsletter{
background:#ffeded;
padding:20px 0px !important;
}
.property_section_newsletter .news_icon_text{
padding-left:440px;
}
form.search_form_prop{
max-width: 20%;
margin: 0 auto;
display: flex;
justify-content: end;
text-align: right;
position: relative;
right: 0px;
margin-right: 21px;
}
input#pl-umair-search,input#pl-umair-search-deleted{
height: 38px;
}
form.search_form_inprop{
max-width: 20%;
margin: 0 auto;
display: flex;
justify-content: end;
text-align: right;
position: relative;
right: 0px;
margin-right: 21px;
}
@media (min-width: 981px){
.et-db #et-boc .et_pb_section {
padding: 4% 0;
}
}
@media (max-width: 991px){
.et-db #et-boc .et_pb_row {
width: 100%;
max-width: 100%;
margin: auto;
position: relative;
}
#property_section_1,#property_section_2,#property_section_3{
padding-top:50px !important;
}
.property_section_newsletter .news_icon_text{
padding-left:240px;
}	
.mbl_banner img{
width:100%;	
}
.card_img span.et_pb_image_wrap {
display:block !important;
text-align:center !important;
}
}
@media (max-width: 600px){
.section_1_text p{
text-align:justify;
}
.property_section_newsletter .news_icon_text{
padding-left:10px;
}	
._form_7 ._button-wrapper{
text-align:left !important;
}
#_form_7_ ._inline-style input[type="text"] {
width: 250px !important;
}
.freeguide_page_section_1{
margin-top:50px !important;	
}
}
#market_shortcode_block{
margin-top:60px;
}
.market_section_3{
padding-top:10px !important;
}
.download_text_box p a{
color:#d33b2b !important; 
font-weight:700 !important;
}
.page-id-8928 .et-db #et-boc .et_pb_section {
padding:0px !important;
}
.page-id-8928 .et_pb_tabs {
border:0 !important;
}
.page-id-8928 .et_pb_tabs ul {
background:transparent !important;
border-top:1px solid #ccc !important;
border-bottom:1px solid #ccc !important;
padding-top:0px !important;
}
.et-db #et-boc .et_pb_tabs_controls {
padding: 0px !important;
display:flex ;
justify-content:space-between;
}
.et-db #et-boc .et_pb_tabs_controls li {
border-right:0px;
}
.et-db #et-boc  ul.et_pb_tabs_controls:after {
border-top:0px;
}
.et-db #et-boc .et_pb_tabs_controls li.et_pb_tab_active {
border-bottom: 4px solid #d5222a;
}
.et-db #et-boc .et_pb_tabs_controls li a{
padding: 25px 20px;
padding-bottom: 20px !important;
}
.download_text_box{
margin-bottom:30px;
}
.download_content_row{
display:flex;
justify-content:space-between;
margin-top:60px !important;
margin-bottom:60px !important;
}
.download_content_row .et_pb_column_4{
min-width:40%;
}
/* freeguide page css */
.freeguid_page_text ul.pas-list{
padding:0 !important;
margin:0 !important;

}
.freeguid_page_text ul.pas-list li{
list-style:none !important;
padding: 0 0 6px 23px !important;
background: url('https://www.noradarealestate.com/wp-content/uploads/2022/06/Bullet-Dot-Red.gif') no-repeat 0px 7px !important;
}
#_form_7_._inline-style input[type="text"] {
padding: 8px 10px !important;
text-align:left;
}
#_form_7_ ._form-label, #_form_7_ ._form_element ._form-label {
text-align: left;
}
.download_btn{
border:2px solid #d33b2b;
padding:8px 30px;
padding-bottom:15px;
font-size:22px;
line-height:18px;
border-radius:5px;
font-weight:500;
text-decoration:none !important;
}
/* Blog Page */
.site-footer ul li a, .site-footer p {
color: #fff;
font-size: 14px;
font-family: 'Roboto', sans-serif;
font-weight: 500;
}
.site-footer ul li a:hover{
text-decoration:none;
opacity:.7;
transition: all .4s ease-in-out;
}
.site-footer ul li:nth-child(2),.site-footer ul li:nth-child(4),.site-footer ul li:nth-child(6),.site-footer ul li:nth-child(8){
display:none;
}
.site-footer ul li{
padding-left:11px;
padding-right:11px;
}
body.single .entry-content h2,body.single .entry-content h3,body.single .entry-content h4,body.single .entry-content h5,body.single .entry-content h6{
font-weight:900;
}
@media (max-width: 768px){
.download_content_row{
flex-direction:column;
}
.download_content_row .et_pb_column_4 p{
text-align:center;
}
.download_content_row .et_pb_column_4 p img{
display:inline-block;
}
}
.custom_contact {
display: flex;
justify-content: center;
}
.custom_contact input[type="text"] {
height: 62px!important;
margin-right:20px!important;
}
@media (max-width: 600px){
.et-db #et-boc .et-l .et_pb_image .et_pb_image_wrap img {
height: 150px;
}
.custom_contact {
display: block!important;

}
.custom_contact button#_form_7_submit {
width: 100%;
}
.custom_contact input[type="text"] {
width:100% !important;
}
.guide-header{
padding-top:80px !important;
}	
}
.yal-blogs-list > ul > li a {
color: #282828;
font-size: 16px;
font-weight: 400;
display: inline-block;
line-height: 28px;
padding: 30px;
height: 147px;
width: 100%;
box-shadow: 0 2px 2px 2px rgb(0 0 0 / 6%);
text-align: center;
}
.page-id-22661 .entry-header{
display:none;
}
.swiper-autoheight .swiper-wrapper {
align-items: flex-start;
transition-property: transform,height !important;
}
.tss-carousel-main .swiper-arrow, .tss-carousel .swiper-arrow {
background: #2550ea !important;
width: 30px;
height: 30px;
display: block;
border-radius: 4px !important;
text-align: center !important;
line-height: 30px;
/* margin-top: -15px; */
margin-top: -55px !important;
opacity: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s !important;
border: 1px solid transparent !important;
}
.tss-wrapper .tss-carousel1 .item-content-wrapper, .tss-wrapper .tss-layout1 .item-content-wrapper {
padding: 30px !important;
background: transparent !important;
flex: 3;
position: relative;
}
.page-id-9319 main .et_pb_section  {padding-top: 50px !important;
padding-bottom: 50px !important;
}
a.view-market-btn{
display:block;
text-align:center !important;
}
.massive-text-block{
padding:0px 20px;	
}
.entry-content img.aligncenter.wp-image-34474 {
width: 100% !important;
height: 100% !important;
display:block !important;
object-fit:cover !important;
}
.single .entry-content span {
word-break: unset;
}
.f_btn a:nth-child(3){
background:#008000 !important;
border-color:#008000 !important;
}
.f_btn a:nth-child(3):hover{
opacity:0.9;
}
img.cus-img {
box-shadow: 3px 6px 20px 0px #dddddd78 !important;
}
.page-id-22649 .entry-content img:first-of-type {
display: block !important;
}
.featured-image img {
width: 100%;
margin-bottom: 15px;
}
.page-id-22649 .featured-image {
display: none !important;
}
.wp-block-search .wp-block-search__inside-wrapper {
flex-direction: row-reverse !important;
display: flex!important;
flex: auto;
flex-wrap: nowrap!important;
max-width: 100%!important;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
border-radius: 0!important;
border: none!important;
padding: 0 0 0 .25em!important;
}
.page-id-8928 header.entry-header {
display: none;
}