/*
 Theme Name:   Listingpro Child
 Theme URI:    http://studio.cridio.com/listingpro/
 Description:  Listingpro Child Theme
 Author:       cridio team
 Author URI:   http://cridio.com/
 Template:     listingpro
 Version:      1.0.0
 Tags:         listingpro, directory, listing, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  listingpro
*/

/* Text and Font */
a {
    color: #93d501!important;
}
a:hover, a:focus, a:visited, a:active {
    color: #82bd00!important;
}
.GreenText, .GreenText span, .GreenText a {
    color: #93d501;
}
.ClearBoth {
    clear: both; 
}  
p {
	line-height: 18px;
}
h3 {
    font-weight: 400;
}
.TextCenter {
	text-align: center;
}
.Button {
padding: 5px;
border-radius: 5px;
}
.Button:hover {
    opacity: 0.9;
}
.GreenButton {
 background-color: #93d501;
 color: white;
}
.ButtonWhite a {
color: white!important;
}

/* Header Menu */
html {
    margin-top: 0px!important;
}
.Content { 
    margin-top: 64px;
}
.TopBar {
    box-shadow: #ececec 0px 5px 6px 0px;
    z-index: 1000;
    position: relative;
    padding: 10px;
    height: 100px;
    position: fixed;
    width: 100%;
    background-color: white;
    top: 0px;
}
div#WikiBuildMenuLeft, div#WikiBuildMenuRight {
    width: 40%;
    display: inline-block;
    position: absolute;
    top: 0;
    text-align: center;
}
.WikiBuildMenu .BC-menu-item {
    width: 24%!important;
    height: auto!important;
    background-size: auto!important;
}
.BC-menu-item {
    display: inline-block;
    background-repeat: no-repeat;
    width: 100px;
    height: 60px;
    background-size: 60px 60px;
    background-position: center;
    text-align: center;
    margin: 10px 0px 10px 0px;
} 
.WikiBuildMenu svg.BC-menu-svg, .WikiBuildMenu svg.BC-menu-svg-darker {
    width: 95px; 
}
svg:not(:root) {
    overflow: hidden;
}
.BC-menu-item:hover {
    cursor: pointer;
}
.BC-menu-svg rect, .BC-menu-svg g, .BC-menu-svg path, .BC-menu-svg polygon, .BC-menu-svg line, .BC-menu-svg circle {
    fill: #bbbbbb;
}
.BC-menu-svg-darker rect, .BC-menu-svg-darker g, .BC-menu-svg-darker path, .BC-menu-svg-darker polygon, .BC-menu-svg-darker line, .BC-menu-svg-darker circle {
    fill: #818181;
}
.BC-menu-svg:hover rect, .BC-menu-svg:hover g, .BC-menu-svg:hover path, .BC-menu-svg:hover polygon, .BC-menu-svg:hover line, .BC-menu-svg:hover circle, .BC-menu-svg-darker:hover rect, .BC-menu-svg-darker:hover g, .BC-menu-svg-darker:hover path, .BC-menu-svg-darker:hover polygon, .BC-menu-svg-darker:hover line, .BC-menu-svg-darker:hover circle {
    fill: #93d50a;
}
#WikiBuildHeaderLogo {
    width: 15%; 
    display: inline-block;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}
div#WikiBuildMenuLeft {
    text-align: right;
}
div#WikiBuildMenuRight {
    right: 0;
}
h1.BC-menu-title {
    font-size: 10pt;
    font-weight: 500;
    margin-top: 0px;
}
div#WikiBuildHeaderLogo img {
    max-height: 95px;
}
.WikiBuildMenuNoLogo {
    width: 50%!important;
}

/* Homepage Banner Section */
div#WikiBuildHeaderLogoHomepage {
    width: 15%;
    display: inline-block;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    display: none; 
}
.DisplayBlock {
	display: block!important;
} 
img#HomepageBannerLogo {
    max-width: 400px;
}
.page-header-overlay {
    background-color: rgba(255, 255, 255, 1)!important;
}
.lp-header-overlay {
    background-color: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.page-template-default .lp-header-overlay {
    background-color: green;
    box-shadow: none; 
}
.icon-bar { 
    background-color: #93d501;
}
.page-template-default .icon-bar {
	background-color: white;
}
.lp-search-description p, p.lp-banner-browse-txt, .lp-home-banner-contianer-inner h1 {
    color: grey!important;
}
.form-group.lp-suggested-search, .form-group.lp-location-search {
    border: 3px solid #93d502!important;
    border-radius: 10px 0px 0px 10px!important;
    background-color: white!important;
    height: 50px!important;
}
.lp-home-banner-contianer .lp-search-bar .form-group {
    background-color: white!important;
} 
.form-group.lp-location-search {
	border-radius: 0px 10px 10px 0px!important;
	border-left: 0px!important;
}
form #cities {
    height: 50px!important;
    line-height: 50px!important;
}
.form-control, .lp-home-banner-contianer .lp-search-bar .form-group.lp-suggested-search .lp-search-input.form-control.ui-autocomplete-input {
	border: 0px!important;
	background-color: transparent!important;
}

/* Articles Template 1 */
.WikiTopBar {
    width: 100%;
    background-color: white;
    border-radius: 0px!important;
    padding: 15px 0px 8px 0px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 500;
} 
div#ProfileTopBar {
    text-align: center;
    position: fixed;
    min-height: 70px;
}
h1.PostTitle {
    font-size: 14pt;
    font-weight: 500;
    margin: 0px;
    margin-bottom: 5px;
}
span.DatePosted {
    margin-right: 20px;
}

/* Articles Left Sidebar */
div#ProfileLeftSidebarWrapper {
    overflow-y: initial!important;
    float: left!important;
    width: 20%!important;
    margin-top: 50px;
    padding: 10px;
}
div#ProfileLeftSidebar {
    border-radius: 0px!important;
    width: 100%;
    display: inline-block;
    z-index: 100;
    position: relative; 
}
div#ProfileLeftSidebar {
    min-height: 0px!important;
} 
.ArticleMenu a {
    color: #93d501;
    display: inline-block;
}
a.NavigationSection {
    padding-left: 20px; 
}
select#ArticleMenuDropdown {
    border: 1px solid #cacaca;
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}
li.NavigationSection {
    list-style-type: lower-alpha;
}
li.NavigationChapter {
    list-style-type: upper-roman;
}
.ArticleMenu ol {
    margin-left: 15px;
}

/* Articles Center Content */
div#ProfileCenter {
    float: left;
    width: 60%;
    margin: 0px!important; 
    background-color: white;
    padding-bottom: 120px!important;
    padding-top: 70px!important;
}
#CustomBGImage img {
    width: 60%!important;
    object-fit: cover;
    position: fixed;
    z-index: 0; 
    opacity: 0.4;
    height: 100%;
    width: 100%;
}
div#primary, div#comments, .default-section-container {
    margin-top: 35px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    position: relative;
    border-radius: 5px; 
}
.page-template-wikibuild-basic-page div#primary {
	margin-top: 100px;
}
/* Articles Right Sidebar */
div#ProfileRightSidebar {
    border-radius: 0px!important;
    width: 20%!important; 
    background-color: white;
    display: inline-block;
    float: right;
    /* height: 100vh; */
    z-index: 100;
    position: relative; 
    background-color: white!important;
    padding: 10px!important;
}   
div#ProfileRightSidebar, div#ProfileLeftSidebar {
    /* overflow-y: scroll;
    top: 0;
    bottom: 0; */
    max-height: calc(100vh - 9rem);
    overflow-y: auto;
}
div#ProfileRightSidebar, div#ProfileLeftSidebar {
	overflow: -moz-scrollbars-none;
}
div#ProfileRightSidebar, div#ProfileLeftSidebar {
	-ms-overflow-style: none;
}
div#ProfileRightSidebar::-webkit-scrollbar, div#ProfileLeftSidebar::-webkit-scrollbar {
	width: 0!important;
}
.SubmitArticleBtn {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    height: 45px;
}
.SubmitArticleBtn a {
    color: white!important;
    top: 4px;
    position: relative;
    font-size: 14pt;
}
.SubmitArticleBtn img {
    float: left;
    display: inline-block;
    width: 60px;
}


.single-advice h2.Subtitle, .single-hometech h2.Subtitle {
    color: #93d502!important;
    font-size: 14pt;
    font-weight: 400;
    font-style: italic;
}
.single-advice p.Introduction, .single-hometech p.Introduction {
    font-size: 9pt;
    line-height: 16px;
}
.single-advice img.FeaturedImage, .single-advice .SectionImage img, .single-hometech img.FeaturedImage, .single-hometech .SectionImage img {
    border-radius: 5px;
}
.ImageGroupContainer {
    max-width: 50%;
}
.single-advice .ImageContainer img, .single-hometech .ImageContainer img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}
.single-advice .ImageContainer, .single-hometech .ImageContainer {
    float: left; 
    width: 100%;
    margin-right: 15px;
}
.ImageContainerFull {
    max-width: 49%;
    float: left;
    margin-right: 1%;
}
.ImageContainerFull img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}
p.ImageCaption {
    font-size: 9pt;
    font-style: italic; 
    line-height: 14px;
    margin-top: 5px;
}
.NewChapter, .NewSection {
    clear: both; 
}  
.NewChapter {
    border-top: 1px solid #93d501;
    padding-top: 20px;
    margin-top: 20px;
}
.single-advice img.FeaturedImage, .single-hometech img.FeaturedImage {
    max-height: 400px; 
    width: 100%;
    object-fit: cover; 
    object-position: center;
}
.single-advice h2, .single-hometech h2 {
    color: #93d501;
    font-size: 18pt;
    font-weight: 400;
}
h2.ChapterSubeading {
    color: #93d502!important;
    font-size: 12pt;
    font-weight: 400;
    margin: 5px 0px;
}
.single-advice .SectionImage img.None, .single-hometech .SectionImage img.None {
	border: 0px;
} 
.single-advice .SectionImage img.Red, .single-hometech .SectionImage img.Red{
    border: 4px solid red;
}
.single-advice .SectionImage img.Orange, .single-hometech .SectionImage img.Orange {
    border: 4px solid orange;
}
.single-advice .SectionImage img.Blue, .single-hometech .SectionImage img.Blue {
    border: 4px solid DeepSkyBlue; 
}
blockquote:after, .lp-blockquote:after {
    color: #93d501!important;
}
blockquote:before, .lp-blockquote:before {
    position: absolute;
    bottom: 0px;
    right: 0px;
    content: open-quote!important;
    color: #93d501!important;
    font-size: 71px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
iframe, video {
    width: 100%;
    border-radius: 5px;
}
audio {
    width: 100%;
    margin-top: 20px;
}
.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background: #909090!important;
    border-radius: 5px!important;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #93d501!important;
}
span.mejs-currenttime, span.mejs-duration {
    color: white!important;
}
h4.FileTitle {
    font-size: 9pt;
    margin: 0px;
    text-align: center;
}
.FileContainer {
    width: 100px;
    display: inline-block;
}
.FileContainer img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
button.bg-green-button {
    box-shadow: none!important;
    background: #93d501!important;
    text-shadow: none!important;
}
.comments-thumb img {
    border-radius: 5px;
}
.form-group {
    border: 1px solid #dadada;
    border-radius: 5px;
}

/* Articles - Author */
.AuthorLeft {
    max-width: 20%;
    float: left;
    margin: 0px 15px 15px 0px;
}
div#ArticleAuthor img {
    border-radius: 5px;
} 

/* Articles - Resources */
.Resources {
    border: 1px solid #93d502;
    border-radius: 5px;
    padding: 5px;
    margin: 10px 0px;
    min-height: 60px;
}
.Resources.Inactive {
    opacity: 0.3;
    border: 0px;
    box-shadow: 0px 0px 4px #909090;
}
.Resources h2 {
    font-size: 12pt;
    margin: 0px;
    font-weight: 400;
    text-align: center;
    margin-top: 8px;
}
a.DirectoryParent {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
a.DirectoryChild {
    margin-left: 8px;
}
.Resources img {
    max-width: 50px;
    float: left;
}
a.DirectoryParent:after {
    content: ' >';
}
a.DirectoryParent:hover, a.DirectoryChild:hover, a.DirectoryParent:hover span, a.DirectoryChild:hover span {
    color: #93d501!important;
}


/* Articles Archive Page */
.archive .container, .post-type-archive-hometech .container, .category .container {
    width: 80%;
    margin-left: auto!important;
    margin-right: auto!important;
}
.ArchiveArticleContainer {
    background-color: white;
    width: 100%;
    margin-bottom: 30px;
    padding: 10px;
}
.post-type-archive-advice a.ArchiveArticleImage, .category a.ArchiveArticleImage {
    width: 40%;
    float: left;
}
.post-type-archive-hometech a.ArchiveArticleImage {
    width: 100%;
}
.post-type-archive-hometech a.ArchiveArticleImage img {
	max-height: 400px;
	object-fit: cover;
    border-radius: 5px;
    width: 100%;
}
.post-type-archive-advice a.ArchiveArticleImage img, .category a.ArchiveArticleImage img {
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
    width: 100%;
}
.post-type-archive-advice .ArchiveArticleRight, .category .ArchiveArticleRight {
    width: 60%;
    float: left;
    text-align: left;
    padding: 0px 10px;
}
.post-type-archive-hometech .ArchiveArticleRight {
    width: 100%;
    text-align: left;
}
.ArchiveArticleRight h4.lp-h4 {
    margin: 0px;
    line-height: 0px;
}
.ArchiveArticleRight p.AuthorName {
    margin-bottom: 5px; 
}
.ArchiveArticleRight .lp-blog-grid-category {
    float: left;
    margin-top: 0px;
    margin-right: 20px;
}
.ArchiveArticleRight .lp-blog-grid-category a {
    color: #93d501;
    text-decoration: underline; 
}
hr.ArticleLine {
    margin: 5px 0px;
}
span.DateUpdated, span.DatePosted {
    font-size: 9pt;
}
.ArchiveArticleRight h4.lp-h4 a {
    font-weight: 400;
    line-height: 14pt;
}
.ArchiveArticleRight p.Introduction { 
    margin-top: 5px;
}

/* Related Posts Sidebar */
.crp-list {
    border: 1px solid #cecece;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0px;
}
.crp-list img {
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
}
h3.crp-list-title {
    display: none;
}
.crp-list-item.crp-list-item-has-image {
    margin: 0px;
}
.crp-list-item-title {
    margin-bottom: 5px;
}

/* Article Bottom Buttons */
div#ArticleInteractions div {
    width: 14%;
    border: 1px solid #dadada;
    border-radius: 5px;
    padding: 5px;
    display: inline-block;
    text-align: center;
    margin: 1%;
}
div#ArticleInteractions div:hover {
    background-color: #f5f5f5;
}
div#ArticleInteractions a {
    color: #848484!important;
}
div#ArticlePrint {
	position: relative;
}
div#ArticlePrint div {
    border: 0px;
}
div#ArticlePrint div:hover {
    background-color: initial;
} 
div#ArticlePrint .printomatic {
    display: none!important;
}
div#ArticlePrint .printomatictext {
    padding: 0px!important;
    width: 100px!important;
    height: 30px!important;
    margin: 0px!important;
    position: absolute;
    left: 0px;
    color: transparent;
}
#ArticleInteractions img {
    max-height: 22px;
    margin-top: -3px;
    margin-right: 5px;
}
.addtoany_list.a2a_kit_size_32 a {
    color: #848484!important;
    font-size: 11pt!important;
}
.addtoany_shortcode, .a2a_kit.a2a_kit_size_32.addtoany_list {
    border: 0px!important;
}
a.a2a_button_facebook {
    display: none!important;
}
.a2a_kit.a2a_kit_size_32.addtoany_list, .addtoany_shortcode {
    padding: 0px!important;
    margin: 0px!important;
}
.a2a_kit.a2a_kit_size_32.addtoany_list {
    line-height: 0px!important;
} 

/* Adverts in sidebars */
.a-single img {
    border: 1px solid gainsboro;
    border-radius: 5px; 
} 

/* Add Article Frontend Form */
.acf-field input[type="text"], .acf-field input[type="password"], .acf-field input[type="number"], .acf-field input[type="search"], .acf-field input[type="email"], .acf-field input[type="url"], .acf-field textarea, .acf-field select {
    border: 1px solid #bbbbbb;
    border-radius: 5px;
}
button.acf-button.af-submit-button {
    background-color: #93d501;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    border: 0px;
    font-size: 14pt;
}
input.acf-button.button.button-primary.button-large {
    background: #93d501;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14pt;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
div#message p {
    border: 2px solid #93d501;
    border-radius: 5px;
    padding: 20px;
    margin: 0px;
}

/* Tab Homepage Left */
#rum_sst_tab {
    font-family: "Helvetica Neue",Helvetica,sans-serif;
    top: 350px;
    background-color: #93d501;
    color: #fff!important;
    border-style: solid;
    border-width: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.rum_sst_left {
    left: -2px;
    cursor: pointer;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
}
.rum_sst_contents {
    position: fixed;
    margin: 0;
    padding: 6px 13px 8px 13px;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    border-style: solid;
    display: block;
    z-index: 100000;
}
#rum_sst_tab:hover {
    background-color: #82bd00;
}  

/* Footer */
footer {
    position: relative; 
    z-index: 100; 
    bottom: 0px;
}
section {
    margin-bottom: 200px;
} 

/* Bottom Bar */
.BottomBar {
    display: block;
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0px;
    background-color: white;
    z-index: 60000;
    box-shadow: 0px -8px 5px rgba(0, 0, 0, 0.08);
    height: 110px;
}
.BottomBar .BC-menu-item {
    border-right: 2px solid #e7e7e7;
    display: inline-block;
    background-repeat: no-repeat;
    width: 18%;
    height: 60px; 
    background-size: 60px 60px;
    background-position: center;
    text-align: center;
    margin: 10px 0px 10px 0px;
}
h1.BC-menu-title {
    font-size: 10pt;
    font-weight: 500;
    margin-top: 0px;
}
.BottomBar .BC-menu-item:last-of-type {
    border-right: 0px;
}


.page-heading.listing-page {
    display: none!important;
}
.page-template-default .page-heading.listing-page {
    display: block!important;
}

@media only screen and (min-width: 767px) {
.SectionContent [id^=bg-showmore-hidden] {
    display: block!important;
}
.SectionContent [id^=bg-showmore-action], .BottomBar, .ArticleMenuMobile, header.header-without-topbar.header-normal.pos-relative.lp-header-full-width  {
	display: none!important; 
}  
.page-template-default header.header-without-topbar.header-normal.pos-relative.lp-header-full-width  {
	display: block!important;  
}  
}

@media only screen and (max-width: 767px) {
div#ProfileLeftSidebarWrapper .a-single, .TopBar, .header-filter.pos-relative.form-group.margin-bottom-0.col-md-6 {
    display: none!important;   
}
.page-template-default .header-filter.pos-relative.form-group.margin-bottom-0.col-md-6 {
    display: block!important;  
}
.header-bg-color-class {
    background-color: white!important;
}
.page-template-default .header-bg-color-class {
    background-color: #93d501!important;
}
.Content {
    margin-top: 100px;
}
div#ProfileTopBar {
    text-align: center;
    position: initial;
    height: auto;
}
div#ProfileCenter {
	padding-top: 0px!important;
}
.ImageGroupContainer {
    max-width: 100%;
}
div#ProfileLeftSidebarWrapper, #ProfileCenter, div#ProfileRightSidebar, #CustomBGImage img {
    width: 100%!important;
}
div#ArticleInteractions div {
    width: 30%;
}
.ImageContainerFull {
    max-width: 100%;
    margin: 0px;
}
.ArticleMenu, div#WikiBuildMenuLeft, div#WikiBuildMenuRight, .ArticleRelated, .ArticleAdvert {
	display: none;
}
#CustomBGImage img {
	top: 0px;
}
div#ProfileLeftSidebarWrapper, div#ProfileTopBar {
    z-index: 100;
    position: relative;
    background-color: white;
}
div#ProfileTopBar {
    z-index: 200;
}
.single-advice .ImageContainer img, .single-hometech .ImageContainer img {
    height: auto;
}
.footer-bottom-bar {
    padding-bottom: 110px!important;
}
.AuthorLeft {
    max-width: 50%;
    margin: 0px 10px 10px 0px;
}
.ArchiveArticleRight {
    width: 100%;
    text-align: left;
    padding: 10px 0px 0px 0px;
}
.post-type-archive-advice .container, .post-type-archive-hometech .container, .category .container {
    width: 90%;
}
span.DateUpdated {
    display: block;
} 
h1.PostTitle {
	margin: 5px;
}
} 

@media only screen and (max-width: 666px) {
.form-group.lp-location-search {
    border-radius: 10px!important;
    border-left: auto!important;
}
.form-group.lp-suggested-search {
    border-radius: 10px!important;
}
}

@media only screen and (max-width: 520px) {
.BottomBar {
    height: 80px;
}
.footer-bottom-bar {
    padding-bottom: 80px!important;
}
h1.BC-menu-title {
	display: none;
}
}

@media only screen and (max-width: 479px) {
.BC-menu-item {
    height: 40px; 
}
.footer-bottom-bar {
    padding-bottom: 40px!important;
}
#WikiBuildHeaderLogo {
    width: 40%;
}
div#WikiBuildMenuLeft, div#WikiBuildMenuRight {
    width: 30%;
}
a.ArchiveArticleImage {
    width: 100%;
    float: none; 
}
}

@media only screen and (max-width: 340px) {
.BottomBar {
    height: 60px;
}
.footer-bottom-bar {
    padding-bottom: 60px!important;
}
}

@media only screen and (max-width: 320px) {
.BC-menu-item {
    height: 30px;
}
#WikiBuildHeaderLogo {
    width: 50%;
}
div#WikiBuildMenuLeft, div#WikiBuildMenuRight {
    width: 25%;
}
iframe {
    height: 150px;
}
} 