
/*
Theme Name: LocalBoost
Text Domain: localboost
Theme URI: https://www.potoru.com
Description: LocalBoost is a complete solution for any type of directory/Listing theme.
Author: Potoru.com Developers
Author URI: https://www.potoru.com
Template: listingpro
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, featured-image-header, featured-images, post-formats, sticky-post, theme-options, translation-ready
*/

/* Theme Styling Start */

/* ------------ BASE ------------- */

/* =WordPress Core
-------------------------------------------------------------- */

.far,
.fas {
    font-family: "Font Awesome 5 Free" !important;
}

.fa {
    font-family: "FontAwesome" !important;
    font-weight: 500;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* WP Default Gallery */

.gallery {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 0 auto;
}

.gallery .gallery-row {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 0;
}

.gallery .gallery-item {
    overflow: hidden;
    float: left;
    text-align: center;
    list-style: none;
    padding: 0;
    border: 1px solid #efefef;
    margin: 0 10px 10px 0;
}

.gallery .gallery-item img,
.gallery .gallery-item img.thumbnail {
    max-width: 90%;
    height: auto;
    margin: 5% auto;
}

.gallery-caption {
    margin: 0 0 8px;
    font-style: italic;
    font-family: arial;
}

/* Table */

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    background-color: transparent;
}

table th,
table td {
    padding: 8px;
    border-top: 1px solid #f0f0f0;
    vertical-align: top;
    text-align: left;
    line-height: 20px;
}

table th {
    font-weight: bold;
}

table thead th {
    vertical-align: bottom;
}

table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
    border-top: 0;
}

table tbody + tbody {
    border-top: 2px solid #dddddd;
}

.sticky {
}

.bypostauthor {
}

/* Widgets Style */

aside > ul {
    padding: 10px 0px;
}

aside h2.widget-title {
    font-size: 22px;
    margin: 0 0 20px;
}

#sidebar li a {
    padding-right: 20px;
}

/*aside > ul li a{
    color: #888888;*/

/*font-weight: bold;*/

aside > ul li a:hover {
    color: #55a8e2;
}

.widget_archive select,
.widget_categories select,
.widget_text select {
    width: 100%;
    height: 30px;
}

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

#sidebar aside.widget,
#footer aside.widget {
    margin-bottom: 30px;
}

#sidebar aside.widget ul li {
    margin-right: 15px;
    padding: 14px 0 14px;
    border-bottom: 1px solid #e1e1e1;
}

#sidebar aside.widget ul li:first-child {
    padding-top: 4px;
}

#sidebar aside.widget ul li:last-child {
    padding-bottom: 4px;
    border-bottom: 0;
}

#sidebar aside.widget [class^="icon-"] a,
#sidebar aside.widget [class*=" icon-"] a {
    padding-left: 10px;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#sidebar form#searchform {
    position: relative;
}

#sidebar form#searchform .icon-search {
    position: absolute;
    top: 11px;
    left: 15px;
    color: #d6d6d6;
    font-size: 18px;
}

#sidebar form#searchform input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 8px 8px 40px;
    height: 40px;
    width: 100%;
    margin: 0 !important;
    border: 2px solid #e1e1e1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    color: #888;
}

h3.widget-title {
    margin-bottom: 13px;
    font-weight: bold;
    font-size: 18px;
}

h3.widget-title span {
    color: #fff;
    font-weight: bold;
}

/* Recent Posts Widget */

#sidebar aside ul {
    list-style: none;
}

.imo-recent-posts-widget ul {
    margin: 0;
    list-style: none;
}

.imo-recent-posts-widget ul li {
    display: inline-block;
    padding: 10px 0;
    width: 100%;
}

#sidebar aside.widget .imo-recent-posts-widget ul li {
    padding: 12px 0 0;
    border-bottom: 0;
}

#sidebar aside.widget .imo-recent-posts-widget ul li:first-child {
    padding-top: 4px;
}

#sidebar .widget .imo-recent-posts-widget ul li:before {
    display: none;
}

#sidebar .imo-recent-posts-widget h4 {
    font-weight: normal;
}

.imo-recent-posts-widget ul li:first-child {
    padding-top: 0;
}

.imo-recent-posts-widget h4 {
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 20px;
}

.imo-recent-posts-widget .meta {
    color: #aaa;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 20px;
}

.imo-recent-posts-widget .recent-thumb img {
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.2);
}

.imo-recent-posts-widget .recent-thumb {
    float: left;
    margin: 4px 22px 4px 0;
}

/* Tag Widget */

.widget_tag_cloud h2 {
    margin-bottom: 20px !important;
}

.tagcloud a {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 6px 15px;
    text-transform: capitalize;
    font-size: 14px !important;
    line-height: 20px;
    border: 1px solid #e1e1e1;
}

.tagcloud a:hover,
#footer .tagcloud a:hover {
    border: 1px solid #55a8e2;
    color: #55a8e2 !important;
}

/* Removing Child Pages from Widgets */

.widget_pages ul.children,
.widget_nav_menu ul.sub-menu {
    display: none;
}

/* New update 2.6.10 */

div#modal-2 a.md-close.lp-click-zindex i.fa.fa-close {
    margin-top: 10px !important;
}

form#claimform .col-md-6.col-xs-12.padding-0.leftside {
    margin-top: 5px;
}

.menu-height-0 {
    height: 0;
    overflow: hidden;
}

.listing-app-view-new .home-categories-area {
    display: none !important;
}

.page-heading-inner-container.cat-area .text-right p.view-on-map {
    display: block !important;
    background: transparent !important;
    position: static !important;
    top: 0 !important;
    right: 0 !important;
    overflow: auto !important;
    border-radius: 0 !important;
    padding: 0 !important;
    bottom: 0 !important;
    z-index: auto !important;
}







/* ===== Customization Starts ===== */


p {
	font-size: 18px;
}
/*
#page > div.lp-header.pos-relative.header-front-page-wrap.\30  > div > div.lp-customize-header-outer.lp-color-header-style > header > div.lp-menu-bar.header-bg-color-class > div {
	padding-right: 10px!important;
    padding-left: 10px!important;
	margin-right: auto;
    margin-left: auto;
}*/

.col-md--12, .col-sm-12 {
	padding-right: 0px!important;
    padding-left: 0px!important;
}
.lp-menu ul.inner_menu > li {
  padding-right: 0px!important;
}

.lp-header-middle, .lp-menu-bar.lp-header-full-width-st, .header-bg-color-class {
  background-color: #FFFFFF;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12), inset 0 -1px 0 0 #dadce0;
}
.lp-menu ul li {
  display: inline-block;
  padding-right: 0px;
  line-height: 32px;
  padding-left: 35px;
}
.lp-joinus-icon-outer {
  padding-left: 10px;
  /*display: none;*/
  font-size: 18px;
  padding-left: 0px;
}
.lp-join-now a {
  font-weight: normal;
} 
.mm-panels {
  top: 20px !important;
  background: #fff;
}
.mobile-menu {
    margin-left: -20px !important;
    margin-right: -20px !important;
    padding: 85px 0 0 0;
    width: calc(100% + 40px);
}

.lp-dashboard-new .sidebar-nav>.sidebar-brand {
	background-color: #000000!important;
}
.lp-listing-action-btns ul li a > i {
  color: #e05710!important;
}

.lpl-button.md-trigger {
  right: 25px;
  /*display: none;*/
}
.userimage img {
  max-width: 100%;
  float: left;
  padding-left: 10px;
  padding-bottom: 10px;
}
.header-normal.pos-relative.ptro-header-full-width {
    width: 100%;
    border-bottom: 1px solid #dbe7ef;
}
.lp-nav-menu-after.lp-menu-outer::after {
  content: "|";
  position: absolute;
  right: -1px;
  top: 65%;
  margin-top: -2px;
  transform: translateY(-50%);
  display: none;
}
.lp-header-search .lp-header-search-form form {
  display:yes!important;
  margin-bottom: 50px!important;
}
.lp-header-search-tagline.text-center {
  font-size: 28px !important;
  font-weight: 600!important;
}
.lp-header-search .lp-header-search-tagline {
  margin-top: 25px;
  line-height: 1.3em!important;
}
.lp-header-search .lp-header-search-form {
    margin-top: 15px;
    background-color: transparent;
}
.ptruodashboard-new .sidebar-nav>.sidebar-brand {
    background-color: #eef2f4!important;
}
.ptruodashboard-new #main_icon {
    color: #E05710!important;
}
.mm-menu .mm-navbars_top .mm-navbar {
	background-color: #ffffff!important; 
}
.lp-banner-browse-txt a {
	color: #000000!important;
	font-weight: 900;
	background-color: rgba(255,255,255,.2);
	padding: 4px 5px 5px 5px;
	border-radius: 15px!important;
}
.img-curtasy {
    bottom: 22px;
	background-color: #E05710!important;
	padding: 8px 8px 0px 8px;
	border-radius: 5px!important;
	right: 43.5%;
	z-index: 101; /* Higher than the overlay */
}
.page-heading .page-heading-inner-container h1 {
  margin-top: -4px;
  margin-bottom: 9px;
  text-transform: none;
}
.lp-listing-top-thumb img {
	height: 180px!important;
}
.listing-second-view .widget-box.business-contact.lp-lead-form-st .user_text {
  display: none;
}
.listing-second-view .widget-box.business-contact .user_text {
  display: none;
}
.aliceblue>.pos-relative {
    background-color: #f7fbfe;
}
.post-with-map-container {
    width: 815px;
    padding: 0 10px;
    float: right!important;
    background: #f7fbfe;
}
.lp_button_switcher .lp_show_hide_plans::before {
    width: 85px;
    height: 30px;
    background: #e05710!important;
}
.lp_show_hide_plans.active::before {
    background-color: #e05710!important;
}
.lp_button_switcher span.active {
    color: #e05710 !important;
}
.lp_button_switcher a.lp_show_hide_plans.active::after {
    border: 2px solid #e05710!important;
    color: #e05710!important;
}
.lp-montly-annualy-text span {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    margin-top: -7px;
    vertical-align: middle;
    cursor: pointer;
}
.per_user_per_listing_price p {
    display: inline-block;
    float: left;
    color: #b5b5b5;
    font-size: 14px;
    margin: 0px 0 0;
}
.submit_new_style {
	padding-left: 0px!important;
	padding-right: 0px!important;
	padding-bottom: 90px!important;
}
#submit578586 {
	background-color: #E05710!important;
	border-color: #E05710!important;
}
#submit3119 {
	background-color: #E05710!important;
	border-color: #E05710!important;
}
#submit225 {
	background-color: #E05710!important;
	border-color: #E05710!important;
}

#submit224 {
	background-color: #E05710!important;
	border-color: #E05710!important;
}
#submit580034 {
	background-color: #E05710!important;
	border-color: #E05710!important;
}
#submit580035 {
	background-color: #E05710!important;
	border-color: #E05710!important;
}
#submit580036 {
	background-color: #E05710!important;
	border-color: #E05710!important;
}
#submit583435 {
	background-color: #F28F5C!important;
	border-color: #F28F5C!important;
	color: #ffffff!important;
}
#submit583438 {
	background-color: #E86E2A!important;
	border-color: #E86E2A!important;
	color: #ffffff!important;
}
#submit583497 {
	background-color: #E05710!important;
	border-color: #E05710!important;
	color: #ffffff!important;
}
#submit583499 {
	background-color: #E05710!important;
	border-color: #E05710!important;
}

.pricing_plans_v2 .lp-price-main .lp-title a {
    font-weight: 700!important;
}
.vertical_view .lp-price-main .lp-title p {
    font-size: 48px;
	color: #333!important;
}
.listing_day_duration span:first-child {
    color: #555555;
    font-weight: 600;
    font-size: 18px!important;
}
.pricing_plans_v2 .lp-plane-top-wrape p, .pricing_plans_v2 .lp-plane-top-wrape span.package-type {
    color: #555555!important;
}
.per_user_per_listing_price p {
    color: #333333!important;
}
.lp_hori_view_plan_left_section .lp-listprc li .tooltip_price_features {
  margin-left: -10px;
}

.lp_hori_view_plan_left_section .lp-listprc li span.icon-text, .lp_hori_view_plan_left_section .lp-listprc li span.icon.icons8-Cancel {
  margin-right: 5px;
}
.awesome_plan_icon_check::before {
  color: #e05710;
}

.lp_hori_view_plan_left_section .horizontal_view_list {
  width: 46%;
}
.horizontal_choose_button .horizontal_view_list {
  background: #e0571029;
}
.horizontal_view_list {
  border: 1px solid #D6633E;
  border-radius: 5px;
  padding: 45px 25px;
}
.horizontal_view_list li label::before {
  border: 1px solid #e05710;
}
.horizontal_view_list li label::after {
  background: #e05710;
}
.horizontal_view_list li label span {
    font-size: 15px;
    color: #000;
    font-weight: normal;
    margin-bottom: 0;
}
.lp-list-form-outer-postion {
  left: 50%;
}
.lp_hori_view_plan_left_section .horizontal_view_list {
  margin-bottom: 15px;
}
.per_user_per_listing_price span {
    display: inline-block;
    float: left;
    font-size: 15px;
    color: #000;
    font-weight: normal;
}
.lp_tooltip_text {
	font-size: 12px;
	text-align: left;
	font-weight: 300;
	line-height: 1.2em;
}
.lp_hori_view_plan_left_section .lp-listprc li span {
  width: 62%;
}

.lp_hori_view_plan_left_section .lp-listprc {
  height: 100%!important;
}
.vertical_view .lp-price-main .lp-title {
    padding: 60px;
}
.lp-price-main .lp-title a {
    border: 0px solid #fff;
    padding: 0px 0px;
    border-radius: 15px;
    text-transform: uppercase;
}
.vertical_view .lp-price-main .lp-title p {
    font-size: 48px;
}

.pricing_plans_v2 .lp-price-free {
	padding: 12px 48px!important;
}
.lp-hide-show-price-features {
	font-size: 18px;
	font-weight: 600;
}
.lp-price-list .lp-hot {
    background-color: #df8809;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    left: 50%;
    line-height: 30px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: -16px;
    width: 128px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.lp-price-main .lp-price-list {
    background-color: #fff;
    padding: 10px 10px 30px;
    position: relative;
}
#mceu_13-body {
	display: none!important;
}
#mceu_12-body {
	padding: 0px!important;
}

.lp-search-header-style {
  display: yes;
}
.lp-header-search-button .lp-search-bar-right {
  color: #000000;
}
#click-search-view {
  color: #ffffff!important;
}
#click-search-view i {
  color: #ffffff!important;
}

.quick_tip h2 {
    color: #f00707;
    line-height: 26px;
    margin-top: 0;
}
.quick_tip>p {
    color: #0a0a0a;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
}
.heptro-tooltip>p {
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    text-transform: none;
}
.submit_new_style .author-section.lp-form-row {
    background-color: #e05710d1;
    border-radius: 5px;
    float: left;
    margin-bottom: 20px;
    padding: 20px;
    width: 100%;
}
.submit_new_style .author-section.lp-form-row a {
    color: #000000;
	weight: 900;
}
.submit_new_style .form-group label {
    color: #333333;
}
.submit_new_style .form-group label span {
    font-weight: 400;
    padding-left: 5px;
}
form#lp-submit-form .form-group>label {
    color: #333333;
    float: left;
}
.lp-add-listing-btn {
	display: none;
}
.already-account-checkbox input[type=checkbox]:checked + label:before {
    content: "\f00c";
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    font-family: FontAwesome;
    color: #e05710;
    background-color: transparent;
    border: 1px solid #e05710;
    font-weight: 900;
}
/*.checkbox label:before {
    background-color: #8099cb;
    border: 1px solid #e05710;
}*/
.submit_new_style .lp-submit-accoutn-wrap label, .submit_new_style-outer .already-account {
    color: #333333!important;
}
.blue-section .preview-section .lp-secondary-btn.btn-first-hover {
    background-color: #d95315;
    font-size: 20px;
    height: 55px;
    line-height: 24px;
    width: 100%;
}

#listingsubmitBTN:hover {
	background-color: #d95315;
}
.single-inner-container {
    padding-bottom: 100px;
    padding-top: 10px;
}
.lp-listing-top-title-header {
  padding-top: 0px!important;
}
.listing-second-view .post-meta-info {
    background-color: #f7fbfe;
    /*border-bottom: 1px solid #dbe7ef;*/
	border-bottom: 1px solid #dbe7ef;
    border-top: none;
    padding-bottom: 20px;
    padding-top: 20px;
}
.listing-second-view .claim-area a.phone-number.md-trigger.claimformtrigger2 {
    border-radius: 3px;
    color: #d95415;
    font-size: 14px;
    font-weight: 900;
    display: inline-block;
    line-height: 20px;
    padding: 0 10px;
    vertical-align: top;
}
.listing-second-view .claim-area a.phone-number {
    border-radius: 3px;
    color: #d95415;
    font-size: 14px;
    font-weight: 900!important;
    line-height: 20px;
    padding: 0 10px;
    vertical-align: top;
}
.listing-second-view .claim-area .phone-icon {
    color: #333333;
    font-size: 16px;
    font-weight: 900;
}
.listing-second-view .listing-price.widget-box {
    border: 1px solid #d95415;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 14px 24px;
    width: 100%;
}
.listing-second-view .single-page-slider-container {
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 100%;
    opacity: 1;
    background-color: #f7fbfe;
}

.lp-listing-desription ol {
  padding: 20px 40px 20px 40px;
  background: #f7f7f7;
}

.lp-listing-desription ul {
  padding: 20px 40px 20px 40px;
  background: #f7f7f7;
}

.lp-listing-desription li {
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: 18px;
  color: #333;
}

blockquote, .ptruoblockquote {
    font-family: 'quicksand';
    line-height: 30px;
    border-left: 0;
    quotes: "\201C""\201D""\2018""\2019";
    position: relative;
    font-style: italic;
    padding-left: 50px;
    text-align: left;
    background-color: #e6dada4a;
}

.show-number-wrap {
	background: #E86E2A!important;
}
.show-number-wrap p {
	color: #ffffff!important;
}
.show-number-wrap a {
	color: #ffffff!important;
}
.show-loop-map-popup {
	background: #E05710!important;
	color: #ffffff!important;
}
.show-loop-map-popup {
	background: #E05710!important;
	color: #ffffff!important;
}

.grid_view2 .lp-grid-box-bottom {
  background-color: #fff;
  border-top: 1px solid #e15709;
}
/*===== Claim Popup ==== */
.claimform-box .lp-new-checkbox-style2 {
  color: #6b6b6b!important;
  text-transform: none!important;
}
.lp-claim-form-check-circle > label:nth-child(1) > span:nth-child(3) {
  color: #6b6b6b!important;
  text-transform: none!important;
}

/*=== Footer ==== */

.footer-adsense {
	margin-top: 10px!important;
}
.footer-disclaimer {
	padding: 0px 150px 10px 150px;
}
.footer-disclaimer p {
	color: #ffffff!important;
	font-size: 16px;
    padding-bottom: 10px;
}
.footer-disclaimer hr {
	margin-top: 50px!important;
}
.footer-style1.classic-styles .footer-upper-bar {
    padding: 38px 0 34px 0!important;
	margin-top: 100px!important;
}
.footer-about-company {
  line-height: 2em!important;
}
.footer-upper-bar a {
	color: #ffffff!important;
}
#menu-footer a:hover {
	color: #ffffff!important;
}
.footer-style1.classic-styles .footer-bottom-bar {
    padding: 0px 0px 0px 0px!important;
	border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #D9D0D0;
}
.footer-style1.classic-styles .footer-social-icons {
  margin-top: 20px!important;
}
.footer-bottom-bar a {
	color: #ffffff!important;
}
.footer-bottom-bar a:hover {
	color: #ffffff!important;
}
.footer-social-icons.font-awesome-icons li i {
    color: #ffffff!important;
    font-size: 22px;
    transition: 0.3s ease-in-out;
}
.footer-style1.classic-styles .footer-bottom-bar {
  background: #fff!important;
}
.footer-style1.classic-styles .footer-bottom-bar .container {
  background: #333!important;
  padding: 50px 0px 50px 0px!important;
  width: 1200px!important;
}
.footer-style2.padding-top-60.padding-bottom-60, .footer-style4 .padding-top-60.padding-bottom-60, .footer6-bottom-area.padding-top-60.padding-bottom-60, .footer-style7.padding-top-60.padding-bottom-60, .footer-style10 .padding-top-60.padding-bottom-60, .footer10-bottom-area.lp-footer-bootom-border {
  padding: 0px 0;
}
.footer5-bottom-area .col-md-5 {
	width: 30%!important;
}
.footer5-bottom-area .col-md-7 {
	width: 70%!important;
}
.footer5-bottom-area .col-md-7 a {
	color: #ffffff!important;
}
.google-ads-footer {
	margin-bottom: 50px;
}
.footer-google-ads {
	margin-top: 50px!important;
	margin-bottom: 50px;
}

@media (min-width: 1600px) {
.listing-second-view .single-page-slider-container.style1 {
    max-width: 100%;
}
}
/*@media (min-width: 1200px) {
  .container {
    width: 1200px!important;
  }
}*/
@media (max-width: 768px) {
.mobile-nav-icon .nav-icon {
  width: 38px;
}
.lp-color-header-style .lp-search-header-style .lp-search-bar-header .lp-search-bar-right .lp-search-icon {
    left: 50% !important;
    border: 0;
    width: auto;
    height: auto;
    margin-left: -15px;
    top: 25px!important;
}
.home .lp-header-search {
  bottom: 80px!important;
}
/*.lp-header-overlay {
  display: none!important;
}*/
.lp-header-search .lp-header-search-tagline {
	color: #000!important;
}
.lp-search-bar-header .lp-header-search-button .lp-search-bar-right .fa-magnifying-glass.lp-search-icon {
    top: 47%;
    color: #e0570f;
    font-size: 25px!important;
    left: 53%;
    transform: translate(-50%, -50%);
}
.lp-search-bar .lp-search-bar-right {
    width: 30%!important;
  }
.footer-style1.classic-styles .footer-social-icons {
  margin-top: 20px!important;
}
.footer5-bottom-area .col-md-5 {
	width: 100%!important;
}
.footer5-bottom-area .col-md-7 {
	width: 100%!important;
}
.footer-style2.padding-top-60.padding-bottom-60, .footer-style4 .padding-top-60.padding-bottom-60, .footer6-bottom-area.padding-top-60.padding-bottom-60, .footer-style7.padding-top-60.padding-bottom-60, .footer-style10 .padding-top-60.padding-bottom-60, .footer10-bottom-area.lp-footer-bootom-border {
  padding: 0px 0;
}
.footer-style1.classic-styles .footer-bottom-bar .container {
  width: 100%!important;
}
.footer-disclaimer {
	padding: 0px 10px 10px 10px;
}
}

@media only screen and (max-width: 480px) {
body.listing-template-default.single.single-listing .pp_content {
    width: 390px !important;
    overflow: hidden !important;
}
.lp-search-bar .lp-search-bar-right {
    width: 30%!important;
  }
.lp-menu-bar .mobile-nav-icon {
    position: absolute;
    top: -30px;
    left: 0px;
}
.lp-logo {
    text-align: right;
    margin-right: 15px;
}
img#fullResImage {
    height: auto !important;
}
body.listing-template-default.single.single-listing .pp_hoverContainer {
    width: 375px !important;
    overflow: hidden;
}
body.listing-template-default.single.single-listing
.pp_pic_holder.dark_rounded {
    overflow: hidden !important;
    max-width: 100% !important;
}
.footer-style1.classic-styles .footer-social-icons {
  margin-top: 20px!important;
}
.footer5-bottom-area .col-md-5 {
	width: 100%!important;
}
.footer5-bottom-area .col-md-7 {
	width: 100%!important;
}
.footer-style2.padding-top-60.padding-bottom-60, .footer-style4 .padding-top-60.padding-bottom-60, .footer6-bottom-area.padding-top-60.padding-bottom-60, .footer-style7.padding-top-60.padding-bottom-60, .footer-style10 .padding-top-60.padding-bottom-60, .footer10-bottom-area.lp-footer-bootom-border {
  padding: 0px 0;
}
.footer-style1.classic-styles .footer-bottom-bar .container {
  width: 100%!important;
}
}
@media (min-width: 320px) and (max-width: 480px) {
  .home .header-container.lp-headerfour-height {
    height: 440px;
  }
.lp-search-bar .lp-search-bar-right {
    width: 30%!important;
  }
}
@media (max-width: 480px) {
  .lp-search-bar .lp-search-bar-right {
    width: 30%!important;
  }
.footer-style1.classic-styles .footer-social-icons {
  margin-top: 10px!important;
}
}

@media only screen and (max-width: 991px) {
  selector .row {
    margin-right: 0px;
    margin-left: 0px;
}

   selector .col-md-4{
   padding-right: 0px;
    padding-left: 0px;
}
}
@media (min-width: 320px) and (max-width: 767px) {
  .lpl-button {
    font-size: 16px;
    margin-top: 8px;
  }
}