CINXE.COM
Interiors Index - The World of Interiors
<style type='text/css'> #onetrust-banner-sdk .onetrust-close-btn-ui { display:none!important } </style> <!DOCTYPE HTML> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> <!-- Site Meta Data --> <title>Interiors Index - The World of Interiors</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="keywords" content=""> <meta name="robots" content="index, follow"> <meta name="p:domain_verify" content="d86f48a41641638670ef49c53321d179"/> <!-- Social Media Meta Data --> <meta property="og:type" content="website"> <meta property="og:url" content="https://www.worldofinteriors.co.uk/interiors-index"> <meta property="og:site_name" content="The World of Interiors"> <meta property="og:title" content="Interiors Index - The World of Interiors"> <meta property="og:description" content=""> <meta property="og:image" content="https://www.worldofinteriors.co.uk/images/WOI-HEADER-IMAGE.jpg"> <link rel="alternate" type="application/rss+xml" title="The World of Interiors RSS Feed" href="https://www.worldofinteriors.co.uk/rss" /> <!-- Canonical Link and Rel Links --> <link rel="canonical" href="https://www.worldofinteriors.co.uk/interiors-index"> <!-- Google Font API --> <link href='https://fonts.googleapis.com/css?family=Open+Sans:300,400,600' rel='stylesheet' type="text/css"> <!-- OneTrust Cookies Consent Notice start --> <script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" type="text/javascript" charset="UTF-8" data-domain-script="bd22c654-a054-4755-b019-150636f63065"></script> <script type="text/javascript"> function OptanonWrapper() { } </script> <!-- OneTrust Cookies Consent Notice end --> <!-- Bootstrap CSS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" integrity="sha384-pdapHxIh7EYuwy6K7iE41uXVxGCXY0sAjBzaElYGJUrzwodck3Lx6IE2lA0rFREo" crossorigin="anonymous"> <!-- Font Awesome CSS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"> <!-- Theme CSS --> <link rel="stylesheet" href="/directory/cdn/assets/bootstrap/css/theme-styles.min.css?v=1.1.06"> <!-- Froala Editor Front-End CSS --> <link rel="stylesheet" href="/directory/cdn/assets/bootstrap/css/froala_style.min.css"> <!-- jQuery UI CSS --> <link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/themes/smoothness/jquery-ui.min.css" integrity="sha384-uKZHvTXs9A65QejCOMRfbxH37eCn6yo7LB91qSYHgRXpUdcXp6+ZQyFmCZeyz8WC" crossorigin="anonymous"> <!-- jQuery JS --> <script src="/directory/cdn/assets/bootstrap/js/jquery.min.js"></script> <!-- jQuery UI JS --> <script src="/directory/cdn/assets/bootstrap/jquery.ui/jquery-ui.min.js?v=2022"></script> <!-- Bootstrap JavaScript --> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js" integrity="sha384-pPttEvTHTuUJ9L2kCoMnNqCRcaMPMVMsWVO+RLaaaYDmfSP5//dP6eKRusbPcqhZ" crossorigin="anonymous"></script> <script src="/directory/cdn/admin/image-validator/image-validator.min.js?v=2.0"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/js-cookie/2.2.1/js.cookie.min.js" integrity="sha256-oE03O+I6Pzff4fiMqwEGHbdfcW7a3GRRxlL+U49L5sA=" crossorigin="anonymous"></script> <!-- Favicon --> <link rel="shortcut icon" href="/images/favicon-32x32.png"><!-- Custom Site-wide HEAD Content --><link rel="stylesheet" href="/niceselect/nice-select.css"> <script defer type="text/javascript" src="/niceselect/jquery.nice-select.min.js"></script> <script> $( document ).ready(function() { $('select.nice-select-select').niceSelect(); $('.btnPrevious').click(function(){ $('.nav-tabs > .active').prev('li').find('a').trigger('click'); }); var member_attr = $('.member_profile').attr('id'); if(member_attr=='member_profile_single'){ $('#first_container ol.breadcrumb').addClass('breadcrumb-absolute'); } var no_search_result = $('.no_search_results').text(); //alert(no_search_result); if(no_search_result != ''){ $('ol.breadcrumb').hide(); $('.member_results_header').hide(); $('.clearfix.tmargin').hide(); $('.pagination.pagination-lg').hide(); $('.banner-search-results').hide(); $('section.profile-banner').addClass('no_result_banner'); $('.advance-search').addClass('advance-search-noresult'); $('.search_title_bottom').addClass('search_title_bottom_noresult'); //$('.search_title_bottom').html(''); //$('.search_title_bottom_noresult').html('No Result Found <span> Sorry, we did not find any results for your search.</span>'); } $('[data-toggle=search-form]').click(function() { $('.search-form-wrapper').toggleClass('open'); $('.search-form-wrapper .search').focus(); $('html').toggleClass('search-form-open'); $(this).toggleClass('search-form-tigger-hide'); $('.search-form-button-homepage').toggleClass('search-form-button-homepage-bck'); }); $('[data-toggle=search-form-close]').click(function() { $('.search-form-wrapper').removeClass('open'); $('html').removeClass('search-form-open'); }); $(".search-form-tigger-open").click(function(){ $(".search-form-tigger-close").removeClass("is-hidden"); $(this).addClass('is-hidden'); }); $(".search-form-tigger-close").click(function(){ $(".search-form-tigger-open").removeClass("is-hidden"); $(this).addClass('is-hidden'); }); }); $(window).on("load",function() { $('.member_results .blog-post-item').each(function() { var maxHeight = 0; maxHeight = $(this).height(); // $('.search_result_imgdiv', this).each(function() { // if($(this).height() > maxHeight) { // maxHeight = $(this).height(); // } // }); // $('.listing-desc', this).each(function() { // if($(this).height() > maxHeight) { // maxHeight = $(this).height(); // } // }); $('img.search_result_image', this).css('height', maxHeight + 'px'); //$('.listing-desc', this).css('border', '1px solid #262626'); //$('.listing-desc', this).css('border-left', 'none'); }); }); </script> <script> window.sp_parms = { app_id: 'woi', appName: 'worldofinteriors-com', appEnv: 'production', collector: 'c.worldofinteriors.com', enableSnowplow: true, orgId: '4gKgcF9Cik6qJgVSPKCGucxjnbFy', orgAppId: 'a61a3c7a-01d9-4175-8ab8-7171949de605', }; </script> <script src=" https://www.johansens.com/wp-content/plugins/wp-snowplow/js/tracker.bundle.js"></script> <!-- Google Analytics Tracking Code --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-8086546-37"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} </script> <script src="https://www.googleoptimize.com/optimize.js?id=OPT-PJ7ZPHZ"></script> <script type="text/javascript"> function condeReactivateScriptTag(t) { var e = t.parentNode, o = document.createElement(t.tagName); o.innerHTML = t.innerHTML; var n = t.attributes; if (0 < n.length) for (var s = 0; s < n.length; s++) "type" !== n[s].name ? o.setAttribute(n[s].name, n[s].value, !0) : o.setAttribute("type", "text/javascript", !0); e.appendChild(o), e.removeChild(t) } function condeFixupScripts(group) { var className = '.conde-category-customfixup-' + group; var scripts = $(className).each(function() { console.log('e1111: ', e) condeReactivateScriptTag(this); }); } function condeCheckCookie() { if (document.cookie.indexOf("OptanonAlertBoxClosed=") >= 0) { var optanonConsent = Cookies.get('OptanonConsent'); //console.log("optanonConsent: ",optanonConsent) var AwaitingReconsent = optanonConsent.indexOf('&AwaitingReconsent=') //console.log("AwaitingReconsent: ",AwaitingReconsent) if(AwaitingReconsent === -1) { //console.log('I am Going'); ybannerClicks1() } var groupsStart = optanonConsent.indexOf('&groups='); var groupsEnd = optanonConsent.indexOf('&', groupsStart+1); if (groupsEnd === -1) groupsEnd = optanonConsent.length; var groupsString = optanonConsent.substring(groupsStart + '&groups='.length, groupsEnd); var groupsPairs = groupsString.split(',') for (var index = 0; index < groupsPairs.length; index++) { var groupPair = groupsPairs[index]; var keyValue = groupPair.split(':'); var key = keyValue[0]; var value = keyValue[1]; if (value != 0) { condeFixupScripts(key); } } } else { window.setTimeout(condeCheckCookie, 1000); } }; $(function() { condeCheckCookie(); }); </script> <style type='text/css'> #map-canvas, #map-canvas_sidebar { height: 200px; width: 100%; } .suggestion-search-location { margin: 2px 2px; color: #333; background-color: #CEDDE9; display: inline-block; padding: 5px 11px; } .other-locations-container { overflow: hidden; max-height: 32px; transition: all 0.5s ease 0s; } span.show-more-suggestions { padding: 5px; margin: 0px 13px 9px 4px; display: inline-block; cursor: pointer; color: #1a0dab; font-weight: 500; } span.show-more-suggestions:hover { text-decoration: underline; } .suggestions-heading{ margin-bottom: 5px; } </style> <script src="https://maps.googleapis.com/maps/api/js?v=3.exp&signed_in=false&libraries=places&language=en&key=AIzaSyBFPYkVZ8WeNCUlMBo9IYgJZkW9vGhGrQA"></script> </head> <body class="general-session"><!-- IMPORTANT: It is not recommended to customize this widget as it directly connects to fields in DESIGN SETTINGS. If new design settings are created and this widget is already customized, then the website will not be able to apply any new design setitngs. INSTEAD: If custom CSS rules are needed, add them directly into the DESIGN SETTINGS > CUSTOM CSS section. --> <style> .upload-form-field::before { content: "choose files"; display: inline-block; border: 1px solid #999; border-radius: 3px; padding: 5px 8px; } #first_container span.input-group-addon,#first_container .datepicker *,#first_container .input-group-addon, #first_container .input-group-addon *,#first_container .fr-action-buttons .fr-submit,.fr-popup .fr-layer.fr-color-hex-layer .fr-action-buttons button.fr-command { white-space: nowrap !important; } /* Main Website Design */ body,.modal-header,.modal-content,.modal-body,.modal-footer { background: rgb(249, 249, 249); color: rgb(41, 41, 41); font-family: 'Open Sans'; font-size: 14px; } .select2-container .select2-choice { font-family: 'Open Sans'!important; } html{ background: rgb(0, 0, 0) } a,a.h1,a.h2,a.h3,a.h4,a.h5,a.h6,.pricing_menu li ul li a:not(.btn) { color: rgb(51, 122, 183); } a:hover, a:focus,.pricing_menu li ul li a:not(.btn):hover,.pricing_menu li ul li a:not(.btn):focus { color: rgb(35, 82, 124); } .breadcrumb a{ color: rgba(119, 119, 119,0.9); } .breadcrumb a:hover, .breadcrumb a:focus,.breadcrumb > .active { color: rgb(119, 119, 119); } .help-inline, .help-block { color: rgba(41, 41, 41,0.5); } .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-family: 'Open Sans'; } /* Header Design */ .header, .mobile_website_logo img { background: rgb(255, 255, 255); } .header .mini-nav li a:not(.btn):not(.network-icon), .header .mini-nav span { color: rgb(41, 41, 41); font-size: 14px; } .header .mini-nav li a:not(.btn):hover { color: rgba(41, 41, 41,0.95); } .header .btn_get_listed { background-color: rgba(217, 83, 79,0.97); border: 1px solid rgb(217, 83, 79); color: rgb(255, 255, 255)!important; } .header .btn_get_listed:hover, .header .btn_get_listed:focus { background-color: rgb(217, 83, 79); } .header .btn_search { background-color: rgba(32, 80, 129,0.97); border: 1px solid rgb(32, 80, 129); color: rgb(255, 255, 255); } .header .btn_search:hover, .header .btn_search:focus { background-color: rgb(32, 80, 129); color: rgb(255, 255, 255); } /* Logo Design */ .logo,.logo:hover,.logo:focus { color: rgb(32, 80, 129); font-family: 'Open Sans'; } .logo .slogan { color: rgb(153, 153, 153); } .logo .fa { color: rgb(32, 80, 129); } /* Main Menu Design */ .member-profile-tabs > ul, .member-profile-tabs .tabs-container { background: rgb(238, 238, 238); position: sticky; z-index: 1; top: 0px; } /* Google Translate When Main Menu Sticky Top */ @media only screen and (max-width: 1100px) { .member-profile-tabs > ul, .member-profile-tabs .tabs-container { top: 0; } } .header ul.nav.navbar-nav li ul { background-color: rgb(255, 255, 255); } .header ul.nav.navbar-nav li ul li a, .header ul.nav.navbar-nav li ul li span { color: rgb(32, 80, 129); } .header .navbar-default, .pagination > .active > a { background-color: rgb(32, 80, 129); } .header ul.nav.navbar-nav li ul li a:hover, .header ul.nav.navbar-nav li ul li a:focus{ border-left-color: rgb(32, 80, 129); background: rgb(32, 80, 129); color: rgb(255, 255, 255); } .navbar-default .navbar-toggle .icon-bar { background-color: rgb(255, 255, 255); } .user_sidebar, .main_menu { color: rgb(255, 255, 255); } .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > span { color: rgb(255, 255, 255); } .navbar-default .navbar-nav > li:hover > a,.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:focus { color: rgb(250, 250, 250); } .navbar-default .navbar-nav > li { font-family: 'Open Sans'; } .header nav.navbar.navbar-default {display: none;} #website_logo img{ width: 100px; } /* Footer Design */ .footer { background-color: rgb(0, 0, 0); display: block; } .footer, .footer_menu a,.footer_terms a,.footer_menu .content { color: rgb(239, 239, 239); } .footer_menu a:hover, .footer_terms a:hover, .footer_menu a:focus, .footer_terms a:focus { color: rgb(255, 255, 255); } .footer_menu .head { color: rgb(255, 255, 255); } .btn_footer_get_listed { background-color: rgba(217, 83, 79,0.95); border: 1px solid rgb(217, 83, 79); color: rgb(255, 255, 255)!important; } .btn_footer_get_listed:hover, .btn_footer_get_listed:focus{ background-color: rgb(217, 83, 79); } /* Homepage Design */ .homepage_settings h1, .homepage_settings h2, .homepage_map h1, .homepage_map h2 { font-family: 'Open Sans'; } .homepage_settings h1, .homepage_map h1 { color: rgb(255, 255, 255); font-weight: 600; text-align: center; } .homepage_settings h2, .homepage_map h2 { color: rgb(255, 255, 255); font-weight: 400; text-align: center; } .homepage_settings .search_box label { color: rgb(255, 255, 255); } .btn_home_search, .search_box input[type=submit] { background-color: rgba(217, 83, 79,0.97); border: 1px solid rgb(217, 83, 79); color: rgb(255, 255, 255); } .btn_home_search:hover, .btn_home_search:focus, .search_box input[type=submit]:hover, .search_box input[type=submit]:focus { background-color: rgb(217, 83, 79); color: rgb(255, 255, 255); } .homepage_settings .search_box { background-color: rgba(32, 80, 129,0.8); } /* Homepage Steps Module */ .homepage_steps { background: none; box-shadow: none; padding: 0; color: rgb(255, 255, 255); } .homepage_steps a.homepage_step_link,.homepage_steps a.homepage_step_link:hover,.homepage_steps a.homepage_step_link:active{ color: rgb(255, 255, 255)!important; } .homepage_steps .fa { color: rgb(144, 168, 192); background-color: rgba(144, 168, 192,0.075); } /* Blog Posts Slider Settings */ #myCarousel h2 a, .carousel-caption p,#myCarousel .list-group-item h2, #myCarousel li.list-group-item h4 { color: rgb(255, 255, 255); } #myCarousel .list-group-item { background-color: rgba(32, 80, 129,0.9); border-color: rgba(32, 80, 129,0.80); } #myCarousel .carousel-caption { background-color: rgba(32, 80, 129,0.8); } #myCarousel .list-group, #myCarousel .carousel-inner { background-color: rgb(32, 80, 129) } #myCarousel .list-group .active, #myCarousel .list-group-item:hover { background-color: rgb(32, 80, 129) } #myCarousel .list-group .active h4, #myCarousel .list-group-item:hover h4{ color: rgb(250, 250, 250); } /* Additional Settings */ .well blockquote { background: rgb(249, 249, 249) none repeat scroll 0 0; border-color: rgb(238, 238, 238); color: rgb(41, 41, 41); padding: 10px 20px; } .account-form-box form table tr td table { background-color: transparent!important; border: none!important; } .account-form-box form table tr td table td { background-color: transparent!important; color: rgb(41, 41, 41)!important; border: none!important; } div.dataTables_length label, div.dataTables_filter label, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{ color: rgb(41, 41, 41)!important; } .table.dataTable > thead > tr > th, .table > thead > tr > th { background-color: rgb(238, 238, 238); color: rgb(85, 85, 85); border-bottom:0; font-weight:600; } table.dataTable tbody tr { background-color: rgb(250, 250, 250)!important; } .table-striped.dataTable tbody > tr:nth-of-type(2n+1),.table-striped > tbody > tr:nth-of-type(2n+1) { background-color: rgba(249, 249, 249,0.5)!important; } .sidemenu_panel .list-group-item{ background-color: transparent!important; color: rgb(41, 41, 41)!important; } .img-thumbnail { background-color: rgb(250, 250, 250)!important; border: 1px solid rgb(238, 238, 238); } .member_admin_sidemenu p, .member_admin_sidemenu h3 { color: rgb(41, 41, 41)!important; } .close { color: rgb(41, 41, 41); opacity: 1; } .member_results_header h1, .content_w_sidebar.feature-search h1, .feature_results_header h1 { font-size:34px; display: block; } .member_results_header h2, .feature_results_header h2 { font-size:28px; display: block; } .homepage_settings { padding-top: 190px; padding-bottom: 170px; } @media only screen and (max-width: 768px) { .member-profile-header .favorite {float:none} } @media only screen and (max-width: 1100px) { .header {margin-top: 0px!important;} } .views > i.fa.activeView { background-color: rgb(32, 80, 129); color: rgb(255, 255, 255); } .views > i.fa { background-color: rgba(32, 80, 129,0.6); color: rgb(255, 255, 255); } .ui-rangeSlider-label { background-color: rgb(32, 80, 129)!important; color: rgb(255, 255, 255)!important; } .pricing_menu li .title { background: rgb(32, 80, 129); color: rgb(255, 255, 255); } p.account-tip{ color: rgb(41, 41, 41); } .circled_number { background: rgb(32, 80, 129); color: rgb(255, 255, 255); } .pic { background-color: rgba(32, 80, 129,0.8); color: rgb(255, 255, 255); background-repeat: no-repeat; background-position: center; } .pic .pic-caption { background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%,rgba(32, 80, 129,0.85) 50%); color: rgb(255, 255, 255); } .slick-prev-fa i, .slick-next-fa i{ color: rgb(32, 80, 129); } .module, .well, .tab-content, .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li>a:focus, .nav-tabs>li>a:hover, .nav-tabs.nav-justified>li.active>a, .nav-tabs.nav-justified>li.active>a:focus, .nav-tabs.nav-justified>li.active>a:hover, .nav-tab.nav-justified>li>a:focus, .nav-tabs.nav-justified>li>a:hover, .account-form-box,.account-form-box .module .module,.account-form-box .module .well,.account-form-box .well .well,.account-form-box .well .module,.module .module .module,.module .well .well,.module .module .well,.module .well .module,.well .well .well,.well .module .module,.well .well .module,.well .module .well, .froala-table.module{ background-color: rgb(250, 250, 250); border-color: rgb(238, 238, 238); color: rgb(41, 41, 41); } .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { box-shadow: 0 2px 0 0 rgb(32, 80, 129) inset; border-top:1px solid rgb(32, 80, 129); border-radius: 0; } .nav-pills > li.active a, .nav-pills > li > a:hover { background-color: rgb(32, 80, 129)!important; border-color: rgb(32, 80, 129)!important; color: rgb(255, 255, 255)!important; } .sidemenu_panel .panel-heading { color: rgb(41, 41, 41)!important; background-color: rgb(250, 250, 250)!important; } .member-profile-tabs .nav-tabs > li:not(.active) > a, .login-register-tabs.nav-tabs > li:not(.active) > a { background: rgba(250, 250, 250,0.5); color: rgb(41, 41, 41); } .member-profile-tabs .nav-tabs > li:not(.active) > a:hover, .login-register-tabs.nav-tabs > li:not(.active) > a:hover { background: rgba(250, 250, 250,1); color: rgb(41, 41, 41); } .author-snapshot .well { background-color: rgb(250, 250, 250)!important; border-color: rgb(238, 238, 238)!important; color: rgb(41, 41, 41)!important; } .nav-tabs>li>a, .nav-pills>li>a { font-weight: 600; } .module .help-inline,.module .help-block,.well .help-inline,.well .help-block,.account-form-box .help-inline,.account-form-box .help-block,.account-form-box p.account-tip{ color: rgba(41, 41, 41,0.5); } #service_areas_table td,#service_areas_table_wrapper label, #service_areas_table_info, #service_areas_table_paginate > a { color: rgb(41, 41, 41) !important; } .popover { background-color: rgb(250, 250, 250); border-color: rgb(250, 250, 250); padding:0; text-align:left; } .popover-title, .popover-content { background-color: rgb(250, 250, 250); color: rgb(41, 41, 41); border-color: rgb(250, 250, 250); text-align:left; } .popover-content { background-color: rgba(41, 41, 41,.05); } .popover.left > .arrow::after { border-left-color: rgb(250, 250, 250)!important; } .popover.right > .arrow::after { border-right-color: rgb(250, 250, 250)!important; } .popover.bottom > .arrow::after { border-bottom-color: rgb(250, 250, 250)!important; } .popover.top > .arrow::after { border-top-color: rgb(250, 250, 250)!important; } .progress, .table-view .table-view-group:nth-child(2n-1),.tab-content .well, .tab-content .module,#account-tabs .well,#account-tabs .module,.account-form-box .module,.account-form-box .well,.module .module,.well .well,.module .well,.well .module{ background-color: rgb(249, 249, 249); color: rgb(41, 41, 41); } .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th, .nav-tabs, hr, .account-menu-title, table.dataTable.no-footer { border-color: rgb(238, 238, 238); } table.dataTable.no-footer, table.dataTable { border: 1px solid rgb(238, 238, 238)!important; } .table-view li, .table-view .table-view-group > div { border-top:1px solid rgb(238, 238, 238); } .table-view .table-view-group:last-child { border-bottom:1px solid rgb(238, 238, 238); } .module h1, .module h2, .module h3, .module h4, .module h5 { color: rgb(62, 62, 62); } .module p:not(.fr-box.fr-basic .fr-element p) { color: rgb(41, 41, 41); } .pagination>.active>a { border-color: rgba(255, 255, 255,0.2); } .pagination>.active>a { color: rgb(255, 255, 255); } .pagination > .active > a:hover, .pagination > .active > a:focus { border-color: rgba(255, 255, 255,0.2); background-color: rgb(32, 80, 129); color: rgb(255, 255, 255); } .pagination > li > a { color: rgb(32, 80, 129); border-color: rgba(32, 80, 129,0.2); background-color: rgb(255, 255, 255); } .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover { background-color: rgb(32, 80, 129); border-color: rgb(32, 80, 129); color: rgb(255, 255, 255); } .nav-pills.nav-wizard > li a, .nav-pills.nav-wizard > li a:hover{ background-color: rgb(250, 250, 250)!important; color: rgb(41, 41, 41)!important; } .member_wizard2 li.incomplete a, .member_wizard2 li.incomplete a:hover { background-color: rgb(240, 173, 78)!important; border-color: rgb(240, 173, 78); color: rgb(255, 255, 255); } .nav-pills.nav-wizard > li.active a, .nav-pills.member_wizard > li.active:hover a { background-color: rgb(51, 122, 183)!important; color: rgb(255, 255, 255)!important; } .member_wizard2 li.completed a, .member_wizard2 li.completed a:hover { background-color: rgb(42, 178, 123)!important; border-color: rgb(42, 178, 123); color: rgb(255, 255, 255); } .nav-pills.nav-wizard > li.active .nav-arrow, .nav-pills.nav-wizard > li.active:hover .nav-arrow { border-color: transparent transparent transparent rgb(51, 122, 183)!important; } .nav-pills.nav-wizard > li.active .nav-wedge, .nav-pills.nav-wizard > li.active:hover .nav-wedge{ border-color: rgb(51, 122, 183) rgb(51, 122, 183) rgb(51, 122, 183) transparent!important; } li.completed .nav-wedge, .nav-pills.nav-wizard > li.completed:hover .nav-wedge { border-color: rgb(42, 178, 123) rgb(42, 178, 123) rgb(42, 178, 123) transparent!important; } li.incomplete .nav-wedge, .nav-pills.nav-wizard > li.incomplete:hover .nav-wedge { border-color: rgb(250, 250, 250) rgb(250, 250, 250) rgb(250, 250, 250) transparent!important; } .nav-pills.member_wizard > li.completed a, .nav-pills.member_wizard > li.completed a:hover { background-color: rgb(42, 178, 123)!important; color: rgb(255, 255, 255)!important; } .member_wizard2 li { color: rgb(255, 255, 255); border-right: 10px solid rgb(249, 249, 249); } li.completed .nav-arrow, .nav-pills.nav-wizard > li.completed:hover .nav-arrow { border-color: transparent transparent transparent rgb(42, 178, 123)!important; } li.incomplete .nav-arrow, .nav-pills.nav-wizard > li.incomplete:hover .nav-arrow{ border-color: transparent transparent transparent rgb(250, 250, 250)!important; } /* Default Colors */ .btn-primary, .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover, .btn.dropdown-toggle.btn-primary,.navbar-default .navbar-nav > li > a.btn-primary, .navbar-default .navbar-nav > li > span.btn-primary,.mobile-main-menu .sidebar-nav li a.btn-primary, .mobile-main-menu .sidebar-nav li span.btn-primary { background-color: rgba(32, 80, 129,0.95); border-color: rgb(32, 80, 129); color: rgb(255, 255, 255); } .btn-primary:hover, .btn-primary:focus, .btn-primary:active,.btn-primary:active:focus, .btn-primary:active:hover, .nav > li > a.btn-primary:focus, .nav > li > a.btn-primary:hover,.btn-primary.active,.open > .dropdown-toggle.btn-primary, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .open>.dropdown-toggle.btn-primary:hover, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary.focus,a.bg-primary:focus,a.bg-primary:hover, .panel-primary .panel-heading, .btn.dropdown-toggle.btn-primary:hover,.upload-form-field,.upload-form-field:hover,.upload-form-field:active:focus,.upload-form-field:before { background-color: rgb(32, 80, 129); border-color: rgb(32, 80, 129); color: rgb(255, 255, 255); } .panel-primary { background-color: rgba(32, 80, 129,0.1); border-color: rgb(32, 80, 129); } .bg-primary,.progress-bar-primary,.module p.bg-primary,.label-primary,.badge-primary,.pricing_menu .title.bg-primary { background-color: rgb(32, 80, 129); color: rgb(255, 255, 255); } .bg-primary .badge { background-color:rgb(255, 255, 255); color: rgb(32, 80, 129); } .btn-primary.btn-outline { background: transparent; color: rgb(32, 80, 129); box-shadow: 0 0 0px 1px rgb(32, 80, 129) inset; font-weight: bold; transition: all 250ms ease-in-out 0ms; } .btn-primary.btn-outline:hover { background: rgba(32, 80, 129,0.1); } .alert-primary { background-color:rgba(32, 80, 129,0.7); border-color:rgba(32, 80, 129,0.2); color: rgba(255, 255, 255,0.9); } .alert-primary-subtle, .label-primary-subtle, .badge-primary-subtle { background-color: #d2dce6; border-color: #d2dce6; color: rgb(32, 80, 129); } .btn.dropdown-toggle.btn-primary *, .btn-primary a { color: rgb(255, 255, 255); } .text-primary{ color: rgb(32, 80, 129); } .btn-info, .btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover, .btn.dropdown-toggle.btn-info,.navbar-default .navbar-nav > li > a.btn-info, .navbar-default .navbar-nav > li > span.btn-info,.mobile-main-menu .sidebar-nav li a.btn-info, .mobile-main-menu .sidebar-nav li span.btn-info { background-color: rgba(91, 192, 222,0.95); border-color: rgb(91, 192, 222); color: rgb(255, 255, 255); } .btn-info:hover, .btn-info:focus, .btn-info:active,.btn-info:active:focus, .btn-info:active:hover, .nav > li > a.btn-info:focus, .nav > li > a.btn-info:hover,.btn-info.active,.open > .dropdown-toggle.btn-info, .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .open>.dropdown-toggle.btn-info:hover, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info.focus,a.bg-info:focus,a.bg-info:hover, .panel-info .panel-heading, .btn.dropdown-toggle.btn-info:hover { background-color: rgb(91, 192, 222); border-color: rgb(91, 192, 222); color: rgb(255, 255, 255); } .panel-info { background-color: rgba(91, 192, 222,0.1); border-color: rgb(91, 192, 222); } .bg-info,.progress-bar-info,.module p.bg-info,.label-info,.badge-info,.pricing_menu .title.bg-info { background-color: rgb(91, 192, 222); color: rgb(255, 255, 255); } .bg-info .badge { background-color:rgb(255, 255, 255); color: rgb(91, 192, 222); } .btn-info.btn-outline { background: transparent; color: rgb(91, 192, 222); box-shadow: 0 0 0px 1px rgb(91, 192, 222) inset; font-weight: bold; transition: all 250ms ease-in-out 0ms; } .btn-info.btn-outline:hover { background: rgba(91, 192, 222,0.1); } .alert-info { background-color:rgba(91, 192, 222,0.7); border-color:rgba(91, 192, 222,0.2); color: rgba(255, 255, 255,0.9); } .alert-info-subtle, .label-info-subtle, .badge-info-subtle { background-color: #def2f8; border-color: #def2f8; color: rgb(91, 192, 222); } .btn.dropdown-toggle.btn-info *, .btn-info a { color: rgb(255, 255, 255); } .text-info{ color: rgb(91, 192, 222); } .btn-success, .btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover, .btn.dropdown-toggle.btn-success,.navbar-default .navbar-nav > li > a.btn-success, .navbar-default .navbar-nav > li > span.btn-success,.mobile-main-menu .sidebar-nav li a.btn-success, .mobile-main-menu .sidebar-nav li span.btn-success { background-color: rgba(42, 178, 123,0.95); border-color: rgb(42, 178, 123); color: rgb(255, 255, 255); } .btn-success:hover, .btn-success:focus, .btn-success:active,.btn-success:active:focus, .btn-success:active:hover, .nav > li > a.btn-success:focus, .nav > li > a.btn-success:hover,.btn-success.active,.open > .dropdown-toggle.btn-success, .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .open>.dropdown-toggle.btn-success:hover, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success.focus,a.bg-success:focus,a.bg-success:hover, .panel-success .panel-heading, .btn.dropdown-toggle.btn-success:hover { background-color: rgb(42, 178, 123); border-color: rgb(42, 178, 123); color: rgb(255, 255, 255); } .panel-success { background-color: rgba(42, 178, 123,0.1); border-color: rgb(42, 178, 123); } .bg-success,.progress-bar-success,.module p.bg-success,.label-success,.badge-success,.pricing_menu .title.bg-success { background-color: rgb(42, 178, 123); color: rgb(255, 255, 255); } .bg-success .badge { background-color: rgb(255, 255, 255); color: rgb(42, 178, 123); } .btn-success.btn-outline { background: transparent; color: rgb(42, 178, 123); box-shadow: 0 0 0px 1px rgb(42, 178, 123) inset; font-weight: bold; transition: all 250ms ease-in-out 0ms; } .btn-success.btn-outline:hover { background: rgba(42, 178, 123,0.1); } .alert-success { background-color:rgba(42, 178, 123,0.7); border-color:rgba(42, 178, 123,0.2); color: rgba(255, 255, 255,0.9); } .alert-success-subtle, .label-success-subtle, .badge-success-subtle { background-color: #d4f0e5; border-color: #d4f0e5; color: rgb(42, 178, 123); } .btn.dropdown-toggle.btn-success *, .btn-success a { color: rgb(255, 255, 255); } .text-success{ color: rgb(42, 178, 123); } .btn-warning, .btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover, .btn.dropdown-toggle.btn-warning,.navbar-default .navbar-nav > li > a.btn-warning, .navbar-default .navbar-nav > li > span.btn-warning,.mobile-main-menu .sidebar-nav li a.btn-warning, .mobile-main-menu .sidebar-nav li span.btn-warning { background-color: rgba(240, 173, 78,0.95); border-color: rgb(240, 173, 78); color: rgb(255, 255, 255); } .btn-warning:hover, .btn-warning:focus, .btn-warning:active,.btn-warning:active:focus, .btn-warning:active:hover, .nav > li > a.btn-warning:focus, .nav > li > a.btn-warning:hover,.btn-warning.active,.open > .dropdown-toggle.btn-warning, .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .open>.dropdown-toggle.btn-warning:hover, .open>.dropdown-toggle.btn-warning:focus, .open>.dropdown-toggle.btn-warning.focus,a.bg-warning:focus,a.bg-warning:hover, .panel-warning .panel-heading, .btn.dropdown-toggle.btn-warning:hover { background-color: rgb(240, 173, 78); border-color: rgb(240, 173, 78); color: rgb(255, 255, 255); } .panel-warning { background-color: rgba(240, 173, 78,0.1); border-color: rgb(240, 173, 78); } .bg-warning,.progress-bar-warning,.module p.bg-warning,.label-warning,.badge-warning,.pricing_menu .title.bg-warning { background-color: rgb(240, 173, 78); color: rgb(255, 255, 255); } .bg-warning .badge { background-color: rgb(255, 255, 255); color: rgb(240, 173, 78); } .btn-warning.btn-outline { background: transparent; color: rgb(240, 173, 78); box-shadow: 0 0 0px 1px rgb(240, 173, 78) inset; font-weight: bold; transition: all 250ms ease-in-out 0ms; } .btn-warning.btn-outline:hover { background: rgba(240, 173, 78,0.1); } .alert-warning { background-color:rgba(240, 173, 78,0.7); border-color:rgba(240, 173, 78,0.2); color: rgba(255, 255, 255,0.9); } .alert-warning-subtle, .label-warning-subtle, .badge-warning-subtle { background-color: #fcefdc; border-color: #fcefdc; color: rgb(240, 173, 78); } .btn.dropdown-toggle.btn-warning *, .btn-warning a { color: rgb(255, 255, 255); } .text-warning { color: rgb(240, 173, 78); } .btn-danger, .btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover, .btn.dropdown-toggle.btn-danger,.navbar-default .navbar-nav > li > a.btn-danger, .navbar-default .navbar-nav > li > span.btn-danger,.mobile-main-menu .sidebar-nav li a.btn-danger, .mobile-main-menu .sidebar-nav li span.btn-danger { background-color: rgba(217, 83, 79,0.95); border-color: rgb(217, 83, 79); color: rgb(255, 255, 255); } .btn-danger:hover, .btn-danger:focus, .btn-danger:active,.btn-danger:active:focus, .btn-danger:active:hover, .nav > li > a.btn-danger:focus, .nav > li > a.btn-danger:hover,.btn-danger.active,.open > .dropdown-toggle.btn-danger, .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .open>.dropdown-toggle.btn-danger:hover, .open>.dropdown-toggle.btn-danger:focus, .open>.dropdown-toggle.btn-danger.focus,a.bg-danger:focus,a.bg-danger:hover, .panel-danger .panel-heading, .btn.dropdown-toggle.btn-danger:hover { background-color: rgb(217, 83, 79); border-color: rgb(217, 83, 79); color: rgb(255, 255, 255); } .has-error .form-control { border-color: rgb(217, 83, 79); } .has-error .help-block:not(.form-field-help-block), .has-error ~ .help-block:not(.form-field-help-block),.has-error .help-block:not(.form-field-help-block) a, .has-error ~ .help-block:not(.form-field-help-block) a { background: rgb(217, 83, 79); color: rgb(255, 255, 255) !important; } .has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label { color: rgb(217, 83, 79); } .panel-danger { background-color: rgba(217, 83, 79,0.1); border-color: rgb(217, 83, 79); } .bg-danger,.progress-bar-danger,.module p.bg-danger,.label-danger,.badge-danger,.pricing_menu .title.bg-danger { background-color: rgb(217, 83, 79); color: rgb(255, 255, 255); } .bg-danger .badge { background-color: rgb(255, 255, 255); color: rgb(217, 83, 79); } .btn-danger.btn-outline { background: transparent; color: rgb(217, 83, 79); box-shadow: 0 0 0px 1px rgb(217, 83, 79) inset; font-weight: bold; transition: all 250ms ease-in-out 0ms; } .btn-danger.btn-outline:hover { background: rgba(217, 83, 79,0.1); } .alert-danger { background-color:rgba(217, 83, 79,0.7); border-color:rgba(217, 83, 79,0.2); color: rgba(255, 255, 255,0.9); } .alert-danger-subtle, .label-danger-subtle, .badge-danger-subtle { background-color: #f7dddc; border-color: #f7dddc; color: rgb(217, 83, 79); } .btn.dropdown-toggle.btn-danger *, .btn-danger a { color: rgb(255, 255, 255); } .text-danger{ color: rgb(217, 83, 79); } .btn-default, .tags a, .btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover, .btn.dropdown-toggle.btn-default, #popover .mini_profile_pic,.navbar-default .navbar-nav > li > a.btn-default, .navbar-default .navbar-nav > li > span.btn-default,.mobile-main-menu .sidebar-nav li a.btn-default, .mobile-main-menu .sidebar-nav li span.btn-default { background-color: rgba(238, 238, 238,0.95); border-color: rgb(238, 238, 238); color: rgb(85, 85, 85); } .btn-default:hover, .btn-default:focus, .btn-default:active,.btn-default:active:focus, .btn-default:active:hover,.tags a:hover, .nav > li > a.btn-default:focus, .nav > li > a.btn-default:hover,.btn-default.active,.open > .dropdown-toggle.btn-default, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .open>.dropdown-toggle.btn-default:hover, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default.focus,a.bg-default:focus,a.bg-default:hover, .panel-default .panel-heading, .member_accounts .panel-default > .panel-heading, .panel-default.categories-panel .panel-heading, .btn.dropdown-toggle.btn-default:hover, #popover .mini_profile_pic { background-color: rgb(238, 238, 238); border-color: rgb(238, 238, 238); color: rgb(85, 85, 85); } .sidemenu_panel .panel-default .panel_heading { background-color: rgb(238, 238, 238)!important; border-color: rgb(238, 238, 238)!important; color: rgb(85, 85, 85)!important; } .panel-default, .member_accounts .panel-default { background-color: rgba(238, 238, 238,0.1); border-color: rgb(238, 238, 238); } .member_admin_sidemenu .panel-default { background-color: transparent; } .bg-default,.progress-bar-default,.module p.bg-default,.label-default,.badge-default,.pricing_menu .title.bg-default { background-color: rgb(238, 238, 238); color: rgb(85, 85, 85); } .bg-default .badge { background-color: rgb(85, 85, 85); color: rgb(238, 238, 238); } .btn-default.btn-outline { background: transparent; color: rgb(238, 238, 238); box-shadow: 0 0 0px 1px rgb(238, 238, 238) inset; font-weight: bold; transition: all 250ms ease-in-out 0ms; } .btn-default.btn-outline:hover { background: rgba(238, 238, 238,0.1); } .alert-default { background-color:rgb(238, 238, 238); border-color:rgb(238, 238, 238); color: rgb(85, 85, 85); } .alert-default-subtle, .label-default-subtle, .badge-default-subtle { background-color:rgba(238, 238, 238,0.5); border-color: rgba(238, 238, 238,0.5); color: rgb(85, 85, 85); } .btn.dropdown-toggle.btn-default *, .btn-default a { color: rgb(85, 85, 85); } .text-default{ color: rgb(238, 238, 238); } .btn-secondary, .btn.dropdown-toggle.btn-secondary,.navbar-default .navbar-nav > li > a.btn-secondary, .navbar-default .navbar-nav > li > span.btn-secondary,.mobile-main-menu .sidebar-nav li a.btn-secondary, .mobile-main-menu .sidebar-nav li span.btn-secondary { background-color: rgba(41, 41, 41,0.95); border: 1px solid rgb(41, 41, 41); color: rgb(249, 249, 249); } .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active,.btn-secondary:active:focus, .btn-secondary:active:hover, .nav > li > a.btn-secondary:focus, .nav > li > a.btn-secondary:hover,.btn-secondary.active,.open > .dropdown-toggle.btn-secondary, .btn-secondary.active.focus, .btn-secondary.active:focus, .btn-secondary.active:hover, .btn-secondary:active.focus, .open>.dropdown-toggle.btn-secondary:hover, .open>.dropdown-toggle.btn-secondary:focus, .open>.dropdown-toggle.btn-secondary.focus,a.bg-secondary:focus,a.bg-secondary:hover,.btn.dropdown-toggle.btn-secondary:hover, .panel-secondary .panel-heading { background-color: rgb(41, 41, 41); border: 1px solid rgb(41, 41, 41); color: rgb(249, 249, 249); } .bg-secondary,.progress-bar-secondary,.module p.bg-secondary,.module p.bg-secondary:not(.fr-box.fr-basic .fr-element p),.label-secondary,.badge-secondary,.pricing_menu .title.bg-secondary { background-color: rgb(41, 41, 41); color: rgb(249, 249, 249); } .bg-secondary .badge { background-color:rgb(249, 249, 249); color: rgb(41, 41, 41); } .btn-secondary.btn-outline { background: transparent; color: rgb(41, 41, 41); box-shadow: 0 0 0px 1px rgb(41, 41, 41) inset; font-weight: bold; transition: all 250ms ease-in-out 0ms; } .btn-secondary.btn-outline:hover { background: rgba(41, 41, 41,0.1); } .panel-secondary { background-color: rgba(41, 41, 41,0.1); border-color: rgb(41, 41, 41); } .alert-secondary { background-color:rgb(41, 41, 41); border-color:rgb(41, 41, 41); color: rgb(249, 249, 249); } .alert-secondary-subtle, .label-secondary-subtle, .badge-secondary-subtle { background-color:rgba(41, 41, 41,0.8); border-color: rgba(41, 41, 41,0.5); color: rgb(249, 249, 249); } .bg-body { background: rgb(249, 249, 249); color: rgb(41, 41, 41); } .bg-content-box { background: rgb(250, 250, 250); color: rgb(41, 41, 41); } .bg-content-box-border { background: rgb(238, 238, 238); } .btn.dropdown-toggle.btn-secondary *, .btn-secondary a { color: rgb(249, 249, 249); } .text-secondary { color: rgb(41, 41, 41); } .feature-post #post-content .alert-secondary.btn-block, .feature-search .img_section .alert-secondary.btn-block, .search_result .img_section .alert-secondary { background-color: rgba(41, 41, 41,0.2); } /* Footer Newsletter Row */ .newsletter_row .alert { color: rgb(255, 255, 255); } .newsletter_row { background-color: rgb(32, 80, 129); color: rgb(255, 255, 255); } .newsletter_row input[type="submit"],.newsletter_footer_button { background-color: rgba(42, 178, 123,0.97); color: rgb(255, 255, 255); border-color: rgb(42, 178, 123); } .newsletter_row input[type="submit"]:hover,.newsletter_row input[type="submit"]:focus,.newsletter_footer_button:hover,.newsletter_footer_button:focus { background-color: rgb(42, 178, 123); color: rgb(255, 255, 255); } .newsletter_button_left { border-right: 1px solid rgba(255, 255, 255,0.2); } .newsletter_button_right { border-left: 1px solid rgba(255, 255, 255,0.2); } .newsletter_row small.help-block { background: rgb(255, 255, 255); margin-top: -5px; float: left; padding: 8px; border-radius: 1px; color: rgb(32, 80, 129); text-transform: capitalize; } .newsletter_row .has-success .checkbox,.newsletter_row .has-error .checkbox{ color: rgb(255, 255, 255); } @media only screen and (max-width: 767px) { .newsletter_button_right,.newsletter_button_left{ border: none; margin: 5px 0; } } /* Font Sizes */ .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > span { font-size: 16px; } .header .logo { font-size: 34px; } .homepage_title h1, .homepage_settings h1 { font-size: 70px; } .homepage_settings h2 { font-size: 37px; } .ui-rangeSlider-bar{ background: rgb(217, 83, 79)!important; } @media only screen and (max-width: 1024px) { .header {margin-top: 0px!important;} } @media only screen and (max-width: 1024px){ .modal {margin-top: 40px;} } @media only screen and (max-width: 768px){ .modal {margin-top: 60px;} } /* Calendar Styles */ #cal-slide-content { color: rgb(85, 85, 85)!important; background-color: rgb(238, 238, 238)!important; -webkit-box-shadow: none!important; box-shadow: none!important; } #cal-slide-content a.event-item { color: rgb(85, 85, 85)!important; font-weight:bold!important; } #cal-slide-content a.event-item small { display: inline-block; } .cal-month-box, .cal-year-box, .cal-week-box { border: 1px solid rgb(238, 238, 238)!important; } .cal-year-box .row-fluid, .cal-month-box .cal-row-fluid { border-bottom: 1px solid rgb(238, 238, 238)!important; } .cal-year-box [class*="span"], .cal-month-box [class*="cal-cell"] { border-right: 1px solid rgb(238, 238, 238)!important; } .cal-year-box .row-fluid, .cal-row-fluid, #cal-day-box .cal-day-hour:nth-child(odd) { background-color: rgb(249, 249, 249)!important; } .cal-month-day span:not(.pull-right):not(.events-count-label):not(.events-label) { color: rgb(85, 85, 85)!important; } .cal-day-today span[data-cal-date] { color: rgb(41, 41, 41)!important; } .cal-year-box .row-fluid [class*="span"]:last-child, .cal-month-box .cal-row-fluid [class*="cal-cell"]:last-child { border: 0!important; } .cal-row-head { background: rgb(250, 250, 250)!important; } .day-highlight:hover, .day-highlight { background-color: rgb(238, 238, 238)!important; } .cal-event-list .event.pull-left { background-color: rgb(41, 41, 41)!important; opacity: 0.4; margin-top: 7px!important; } .cal-day-today { background-color: rgb(238, 238, 238)!important; } #cal-day-tick { border: 1px solid rgb(238, 238, 238)!important; background-color: rgb(238, 238, 238)!important; } .cal-day-weekend span[data-cal-date]{ color: rgb(41, 41, 41)!important; } .rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs { background: #151515!important; } #first_container .favorite, #first_container .fa.favorite { color: rgb(85, 85, 85); background: rgb(238, 238, 238); border: 1px solid rgb(238, 238, 238); white-space:nowrap!important; } #first_container .favorite span, #first_container .fa.favorite span { font-family: 'Open Sans'; white-space:nowrap!important; } #first_container .favoriteActive:not(.favorite.comments-count-badge), #first_container .fa.favoriteActive:not(.favorite.comments-count-badge .fa) { color: rgb(217, 83, 79); } #first_container .favorite::after, #first_container .fa.favorite::after { font-family: 'Open Sans'; margin-left: 3px; } #first_container .favorite span, #first_container .fa.favorite span{ padding-left: 3px; font-family: 'Open Sans'; font-size: 11px; } #first_container .favorite .bookmark-number, #first_container .fa.favorite .bookmark-number { background: rgb(85, 85, 85); color:rgb(238, 238, 238); padding: 0 5px; border-radius: 100px; display: inline-block; font-weight:bold; } #first_container .favorite.favoriteActive .bookmark-number:not(.comments-count-badge .bookmark-number), #first_container .fa.favorite.favoriteActive .bookmark-number { background: rgb(217, 83, 79); } span.checkbox_value::after { content: ', '; } span.checkbox_value:last-child::after { content: ''; } .member_results .grid_element{ position:relative; overflow:hidden; display: inline-block; width:100%; } .member_results .grid_element::before { position: absolute; top: 24px; text-align: center; width: 200px; left: -62px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); z-index: 1; line-height: 1.2em; padding: 6px 0; font-weight: bold; letter-spacing: 1px; } @media only screen and (max-width: 767px) { .member_results .grid-container > hr { border-color: transparent; } .member_results .grid_element{ overflow:visible; } .member_results .grid_element::before { top: -19px!important; transform: rotate(0deg); -webkit-transform: rotate(0deg); font-size: 10px !important; letter-spacing: 0; width: auto; padding: 3px 6px; } } /* Homepage Sections Background Color Logic */ .homepage-section-1 { padding: 40px 0 40px; } .homepage-section-2 { padding: 40px 0 40px; } .homepage-section-3 { padding: 40px 0 40px; } .homepage-section-4 { padding: 40px 0 40px; } .homepage-section-4 { background: rgb(79, 79, 79); } .homepage-section-5 { padding: 40px 0 40px; } .homepage-section-6 { padding: 40px 0 40px; } .homepage-section-7 { padding: 40px 0 40px; } .homepage-section-8 { padding: 40px 0 40px; } .homepage-section-9 { padding: 40px 0 40px; } .homepage-section-10 { padding: 40px 0 40px; } .homepage-section-11 { padding: 40px 0 40px; } .homepage-section-12 { padding: 40px 0 40px; } .homepage-section-13 { padding: 40px 0 40px; } .homepage-section-14 { padding: 40px 0 40px; } .homepage-section-15 { padding: 40px 0 40px; } /* Additional Settings */ /* Streaming Widgets Title Settings */ .streaming-title { text-align: left; font-size: 30px; font-weight: 600; font-family: 'Open Sans'; padding-bottom: 0px; } .homepage-join-module .module h2:first-of-type { color: rgb(62, 62, 62); } .homepage-join-module .module{ background: rgb(250, 250, 250); border-color: rgb(238, 238, 238); } .homepage-about-module .module h2:first-of-type { color: rgb(62, 62, 62); } .homepage-about-module .module{ background: rgb(250, 250, 250); border-color: rgb(238, 238, 238); } .img-circle, .img-circle img{ border-radius:1000px!important; } .img-rounded img, img.fr-dib.img-rounded{ border-radius: 6px!important; } /* Google Translate Module */ .skiptranslate{font-size:0} .goog-te-gadget-simple{border:1px solid #ccc;border-radius:4px;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset;color:#555} .skiptranslate.goog-te-gadget span,img.goog-te-gadget-icon{display:none!important} .goog-te-gadget .goog-te-combo{margin-bottom:-4px} .skiptranslate.goog-te-gadget select{border:1px solid #ddd;border-radius:3px;font-size:12px;padding:2px 4px;width:100%;background:#fff;margin:0;height:30px;line-height:30px;display:block;color:#555;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)} @media only screen and (max-width: 1100px) { .skiptranslate:not(.skiptranslate[style="display: none;"]){height:39px} .skiptranslate:not(.skiptranslate[style="display: none;"]) ~ .header{margin-top:10px!important} .skiptranslate:not(.skiptranslate[style="display: none;"]) ~ .announcement-bar{margin-top:10px} .skiptranslate:not(.skiptranslate[style="display: none;"]) ~ .announcement-bar ~ .header{margin-top:0!important} .skiptranslate:not(.skiptranslate[style="display: none;"]) ~ .header .mobile-main-menu{top:89px!important;height:calc(100% - 90px)!important} .skiptranslate:not(.skiptranslate[style="display: none;"]) ~ .header .navbar{top:39px} .skiptranslate:not(.skiptranslate[style="display: none;"]) ~ #first_container .member_sidebar.open{top: 89px;} } @media only screen and (max-width: 767px) { .skiptranslate:not(.skiptranslate[style="display: none;"]) ~ .announcement-bar.hidden-xs ~ .header{margin-top:10px!important} } </style> <!--GOOGLE TAG MANAGER CODE--> <!-- ON-PAGE CSS FUNCTIONS --> <style type="text/css"> @font-face { font-family: 'FuturaPT-Demi'; src: url('/WOIFonts/FuturaPT/FuturaPT-Demi.eot?#iefix') format('embedded-opentype'), url('/WOIFonts/FuturaPT/FuturaPT-Demi.otf') format('opentype'), url('/WOIFonts/FuturaPT/FuturaPT-Demi.woff') format('woff'), url('/WOIFonts/FuturaPT/FuturaPT-Demi.ttf') format('truetype'), url('/WOIFonts/FuturaPT/FuturaPT-Demi.svg#FuturaPT-Demi') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'FuturaPTBook'; src: url('/WOIFonts/FuturaPT/FuturaPTBook.eot'); src: url('/WOIFonts/FuturaPT/FuturaPTBook.eot') format('embedded-opentype'), url('/WOIFonts/FuturaPT/FuturaPTBook.woff2') format('woff2'), url('/WOIFonts/FuturaPT/FuturaPTBook.woff') format('woff'), url('/WOIFonts/FuturaPT/FuturaPTBook.ttf') format('truetype'), url('/WOIFonts/FuturaPT/FuturaPTBook.svg#FuturaPTBook') format('svg'); } @font-face { font-family: 'FuturaPT-Light'; src: url('/WOIFonts/FuturaPT/FuturaPT-Light.eot?#iefix') format('embedded-opentype'), url('/WOIFonts/FuturaPT/FuturaPT-Light.otf') format('opentype'), url('/WOIFonts/FuturaPT/FuturaPT-Light.woff') format('woff'), url('/WOIFonts/FuturaPT/FuturaPT-Light.ttf') format('truetype'), url('/WOIFonts/FuturaPT/FuturaPT-Light.svg#FuturaPT-Light') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'MinionPro-Medium'; src: url('/WOIFonts/Minion/MinionPro-Medium.eot?#iefix') format('embedded-opentype'), url('/WOIFonts/Minion/MinionPro-Medium.otf') format('opentype'), url('/WOIFonts/Minion/MinionPro-Medium.woff') format('woff'), url('/WOIFonts/Minion/MinionPro-Medium.ttf') format('truetype'), url('/WOIFonts/Minion/MinionPro-Medium.svg#MinionPro-Medium') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'MinionPro-Bold'; src: url('/WOIFonts/Minion/MinionPro-Bold.eot?#iefix') format('embedded-opentype'), url('/WOIFonts/Minion/MinionPro-Bold.otf') format('opentype'), url('/WOIFonts/Minion/MinionPro-Bold.woff') format('woff'), url('/WOIFonts/Minion/MinionPro-Bold.ttf') format('truetype'), url('/WOIFonts/Minion/MinionPro-Bold.svg#MinionPro-Bold') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'MinionPro-Regular'; src: url('/WOIFonts/Minion/MinionPro-Regular.eot?#iefix') format('embedded-opentype'), url('/WOIFonts/Minion/MinionPro-Regular.otf') format('opentype'), url('/WOIFonts/Minion/MinionPro-Regular.woff') format('woff'), url('/WOIFonts/Minion/MinionPro-Regular.ttf') format('truetype'), url('/WOIFonts/Minion/MinionPro-Regular.svg#MinionPro-Regular') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'MinionPro-MediumIt'; src: url('/WOIFonts/Minion/MinionPro-MediumIt.eot?#iefix') format('embedded-opentype'), url('/WOIFonts/Minion/MinionPro-MediumIt.otf') format('opentype'), url('/WOIFonts/Minion/MinionPro-MediumIt.woff') format('woff'), url('/WOIFonts/Minion/MinionPro-MediumIt.ttf') format('truetype'), url('/WOIFonts/Minion/MinionPro-MediumIt.svg#MinionPro-MediumIt') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'MinionPro-Semibold'; src: url('/WOIFonts/Minion/MinionPro-Semibold.eot?#iefix') format('embedded-opentype'), url('/WOIFonts/Minion/MinionPro-Semibold.otf') format('opentype'), url('/WOIFonts/Minion/MinionPro-Semibold.woff') format('woff'), url('/WOIFonts/Minion/MinionPro-Semibold.ttf') format('truetype'), url('/WOIFonts/Minion/MinionPro-Semibold.svg#MinionPro-Semibold') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Practice'; src: url('/WOIFonts/Practice/Practice-Semibold.otf'), url('/WOIFonts/Practice/Practice-Semibold-(1).otf'), url('/WOIFonts/Practice/Practice-Book.otf'); font-style: normal; } @font-face { font-family: 'HB-Headline'; src: url('/WOIFonts/HB-Headline/HB Headline.ttf'), url('/WOIFonts/HB-Headline/HB Headline.otf'); font-style: normal; } html{ overflow-x: hidden !important; } body{ overflow-x: hidden; -webkit-font-smoothing: antialiased; } body, .modal-header, .modal-content, .modal-body, .modal-footer, .container, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{ margin: 0 auto; width: 100%; font-family: 'Practice'; } .modal-header, .modal-content, .modal-body, .modal-footer, .container-inner { /* max-width: 1440px; margin: 0 auto; width: 100%; font-family: 'FuturaPT-Demi'; */ max-width: 1440px; margin: 0 auto; width: 100%; font-family: 'Practice'; } .first_next_button{ width: 97% !important; } #website_logo { padding-top: 0; padding-left: 0; padding-right: 0; } .homepage_settings .homepage_title h1 { font-family: 'FuturaPT-Demi'; font-weight: normal; line-height: 40px; letter-spacing: 1px; font-size: 0; background-size: 320px; background-repeat: no-repeat; background-position: center center; } .homepage_settings h1 span { width: 100%; display: inline-block; text-transform: uppercase; font-size: 0; line-height: 40px; } .homepage_title h1 { text-transform: uppercase; } .homepage_settings .homepage_title h2 { line-height: 43px; letter-spacing: 0; font-family: 'MinionPro-Medium'; } .search-form-tigger i { display: ; background: url(/images/cta-search.svg); width: 20px; height: 20px; } .search-form-tigger.search-form-tigger-hide i { background-image: url("/images/cta-close.svg"); background-repeat: no-repeat; width: 20px; height: 20px; opacity: 1; } .mini-nav .fa-search::before { content: ""; } .search-form-button .btn-success { background-color: transparent; border-color: transparent; color: rgb(255, 255, 255); } .search-form-button .btn.btn-success:hover, .search-form-button .btn.btn-success:focus, .search-form-button .btn.btn-success:active { background-color: transparent; border-color: transparent; box-shadow: none; } .mini-nav .search-form-button { /*border-left: 1px solid #ddd; */ } .search-form-wrapper { display: none; position: absolute; left: 0; right: 0; padding: 20px 15px; background: #ffde00; z-index: 9999; } .search-form-wrapper.open { display: block; } .header .mini-nav { padding:0; width: 100%; height: 9%; } .header .mini-nav > li { padding: 18px 20px; } .search-form-wrapper .website-search { max-width: 950px; margin: 0 auto; } .search-form-wrapper .website-search input.form-control, .search-form-wrapper .website-search .input-group-lg .select2-container .select2-choice, .search-form-wrapper .website-search .select2-container.input-lg .select2-choice, .search-form-wrapper .website-search select.input-lg{ height: 45px; border-radius: 0; box-shadow: none; font-size: 12px; text-transform: uppercase; line-height: 24px; letter-spacing: 1px; color: #262626 !important; border: 1px solid #262626; } .search-form-wrapper .website-search .btn_home_search { font-family: 'Practice'; font-style: normal; font-weight: 600; background-color: black !important; border: none; color: rgb(255, 255, 255) !important; border-radius: 0; font-size: 14px; height: 45px; line-height: 16px; letter-spacing: 1px; text-transform: uppercase; } .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 { padding-right: 10px; padding-left: 10px; } .search-form-wrapper .website-search .twitter-typeahead{ width:100%; } .search-form-wrapper .website-search .homepage-search{ width:128px } .search-form-wrapper .website-search h4 { padding-left: 10px; font-size: 12px; font-weight: normal; line-height: 12px; letter-spacing: 1px; text-transform: uppercase; } #website_logo img { padding-left: 30px; padding-top: 15px; padding-bottom: 11px; width: 235px; } .header .header-right-container{ padding-right:0 } .search-form-button.search-form-button-homepage:hover, .search-form-button-homepage-bck { background: #000000; } .homepage_steps { padding: 60px 0; margin-bottom: 40px; margin-top: 0; } .homepage-latestedition h2{ font-size: 24px; line-height: 30px; letter-spacing: 4px; text-transform: uppercase; margin-bottom: 40px; font-family: 'FuturaPT-Demi'; } .homepage-latestedition ul { padding-left: 0; list-style: none; margin-bottom: 40px; } .homepage-latestedition ul li{ font-size:21px; line-height:24px; letter-spacing:0; margin-bottom: 15px; font-family: 'MinionPro-Medium'; } .homepage-latestedition ul li::before { content: '■'; color: #ffde00; width: 12px; height: 12px; margin-right: 15px; font-size: 30px; } .get-quote.text-border { /* color: #fff; font-size: 12px; line-height: 12px; letter-spacing: 1.33px; text-transform: uppercase; padding: 15px 20px; */ font-family: 'Practice'; font-style: normal; font-weight: 600; background-color: #FFFFFF; color: #262626; border: solid 1px #000000; font-size: 12px; line-height: 12px; letter-spacing: 1.33px; text-transform: uppercase; padding: 15px 20px; } .text-border { border: 1px solid #fff; display: inline-block; margin-top: 0px; padding: 18px 45px; color: #fff; } .blog-articles-homepage .container, .homepage-latestedition .container, .homepage-locations .container, .homepage-services .container{ /* padding-left: 50px; padding-right: 50px; */ padding-left: 3%; padding-right: 3%; } .homepage-latestedition { padding-left: 60px; padding-right: 60px; max-width: 1440px; margin: auto; } .home-section { margin-bottom: 40px; display: inline-block; width: 100%; } .page-title { - position: relative; margin-bottom: 20px; } .home-section .page-title { border-bottom: 1px solid #DDDDDD; padding-bottom: 10px; text-align: center; border-top: 1px solid #DDDDDD; padding-top: 0px; margin-top: 25px !important; } .home-section .page-title-ldw { border-bottom: none padding-bottom: 10px; text-align: center; } .home-section .page-title h1 { font-family: 'Practice'; font-style: normal; font-weight: 600; font-size: 28px; line-height: 39px; align-items: flex-end; text-align: center; letter-spacing: 1.5px; text-transform: uppercase; z-index: 1; margin-top: 20px; } .page-title h1 { display: inline-block; margin: 0 auto; z-index: 9; position: relative; padding: 0 20px; font-family: 'MinionPro-Medium'; font-size: 22px; line-height: 30px; letter-spacing: 6px; } .clearfix-lg { margin-bottom: 0; } .blog-articles-homepage img.card-img-top { width: 100%; } .blog-articles-homepage h6.card-title { /* text-transform: uppercase; font-size: 12px; line-height: 10px; font-family: 'MinionPro-Bold'; padding-top: 20px; margin: 0px; padding-bottom: 10px; letter-spacing: 1px; font-weight: Normal; color:#8c8a8a; */ text-transform: uppercase; font-size: 12px; font-weight: 600; line-height: 10px; font-family: 'Practice'; padding-top: 20px; margin: 0px; padding-bottom: 10px; letter-spacing: 1px; font-weight: Normal; color: #000000; align-items: center; text-align: center; } .home-section h4.card-title { position: relative; margin-bottom: 0; padding-bottom: 10px; } .home-section h4.card-title { /*position: relative; margin-bottom: 0; padding-bottom: 10px; font-weight: normal; font-family: 'FuturaPTBook'; padding-right: 0; */ position: relative; margin-bottom: 0; padding-bottom: 10px; font-family: 'HB-Headline'; font-style: normal; font-weight: 400; font-size: 22px; line-height: 27px; padding-right: 0; align-items: center; text-align: center; margin-top: 0; } .blog-articles-homepage h4, .blog-articles-homepage p { padding-left: 0; padding-right: 10px; /*font-family: Starling; */ font-size: 24px; line-height: 29px; text-transform: none; letter-spacing:0; color:#262626; } .blog-articles-homepage p.card-text { /* font-family: 'MinionPro-Regular'; font-size: 16px; line-height: 20px; text-transform: inherit; text-align: left; color: #262626; letter-spacing: 0; */ font-family: 'Practice'; font-style: normal; font-weight: 400; font-size: 16px; line-height: 25px; text-transform: inherit; text-align: center; align-items: center; margin-bottom: 20%; color: #262626; letter-spacing: 0; } .banner { min-height: auto; position: relative; } .bg-color { background-image: url(/images/signup.gif); min-height: auto; background-position: center; padding: 5% 0; color: #fff; text-align: center; margin-bottom: 0; background-size: 100% 100%; background-repeat: no-repeat; } .bg-color1 { background-image: url("/images/signup.gif"); min-height: auto; background-position: center; padding: 40px 0; color: #fff; text-align: center; margin-bottom: 0; background-size: 100% 100%; background-repeat: no-repeat; } .bg-color1 div { margin: 0 auto; } .intro-para p{ font-size: 18px; text-align: center; margin-bottom: 40px; line-height: 20px; letter-spacing: 0; color: #000000; font-family: 'Practice'; } .join_sec_home .bg-color .bg-color1{ margin-bottom: 0; } .bg-color div { margin: 0 auto; } .home-join-section .banner-text { max-width: 650px; } .intro-para h2 { margin-top: 0; font-size: 18px; letter-spacing: 6px; text-align: center; margin-bottom: 60px; line-height: 18px; font-family: 'FuturaPTBook'; text-transform: uppercase; } .intro-para h1 { margin-top: 0; text-align: center; margin-bottom: 20px; height: 110px; font-family: 'FuturaPT-Demi'; text-transform: uppercase; background: url(/images/logo-white-inner.svg); background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; font-size: 0; background-size: 320px; background-repeat: no-repeat; background-position: center center; } .intro-para h1 span{ width: 100%; display: inline-block; font-size: 0; } .intro-para p { margin-top: 20px; font-size: 20px; text-align: center; margin-bottom: 40px; line-height: 20px; letter-spacing:0; font-family: 'MinionPro-Medium'; } .intro-para .get-quote.text-border { /* font-size: 12px; line-height: 12px; letter-spacing: 1.33px; text-transform: uppercase; padding: 15px 20px; */ font-size: 12px; line-height: 12px; letter-spacing: 1.33px; text-transform: uppercase; padding: 15px 20px; width: 37%; } .intro-para .get-quote.text-border:hover { background: #fff; color: #262626; transition: 0.3s; } .custom-homepage-content > .container{ padding:0; } .homepage-locations img, .homepage-services img{ width:100%; margin-bottom: -22px; } .homepage-locations .home-section h4.card-title, .homepage-services .home-section h4.card-title { font-size:22px; /* font-size: 15px; */ line-height:27px; letter-spacing:0.94px; color: #262626; padding-bottom: 0; padding-top: 15px; text-transform: capitalize; font-family: 'HB-Headline'; /* text-transform: uppercase; font-family: 'FuturaPT-Demi'; */ } .home-section-services-seeall { font-size: 12px; font-weight: Normal; text-transform: uppercase; color: #262626; border: 1px solid; padding: 15px 20px; font-family: 'FuturaPT-Demi'; display: inline-block; letter-spacing: 1px; line-height:12px; margin-top: 20px; transition: 0.2s; } .home-section-services-seeall:hover { background:#262626; color:#fff; border:1px solid #262626; } .site-footer h4 { font-family: 'Practice' !important; font-style: normal; font-weight: 600; font-size: 28px; color: #FFFFFF; margin-top: 15px; margin-bottom: 15px; line-height: 39px; letter-spacing: 1.5px; align-items: flex-end; text-transform: uppercase; } .site-footer .footer_menu ul { margin-bottom: 0; } .footer .footer_terms { padding: 0px; margin: 0 auto; font-size: 15px; line-height: 15px; letter-spacing: 0; font-family: 'FuturaPTBook'; padding-bottom: 20px; } .footer .footer_terms a { color: #FFFFFF; margin-right: 20px; font-family: 'Practice'; font-size: 12px; font-weight: 400; letter-spacing: -0.156px; line-height: 18px; } .header .mini-nav > li > a { line-height: 25px; } .header .mini-nav > li a:hover{ background: #ffde00; /*background: #000000; color: #FFFFFF; */ } /*.header .mini-nav > li:hover a, .header .mini-nav > li a:hover{ color: #262626 !important; }*/ .blog-articles-homepage.featured-specialists-homepage img.card-img-top { height: 275px; } .eapps-instagram-feed-posts-item { height:300px; } .instagram_feed .container{ padding-left: 50px; padding-right: 50px; } .instagram_feed { margin-top: 0; } .featured-stories-homepage{ margin-top: 0; } .eapps-widget-toolbar+a{ display:none; } .eapps-instagram-feed-posts-item-image-wrapper { padding-top: 0; } .inner-page-breadcrumbs { text-align: left; } .breadcrumb-absolute, .member_results .breadcrumb, .inner-page-breadcrumbs .breadcrumb, .Post.Details .breadcrumb{ position: absolute; background: rgb(0, 0, 0, 0.5); width: 100%; padding: 12px; padding-left: 12px; padding-left: 30px; left: 0; border-radius: 0; margin: 0; margin-bottom: 0px; z-index: 9; font-family: 'FuturaPT-Demi'; font-size: 10px; text-transform: uppercase; letter-spacing: 1px; } .breadcrumb-absolute li, .breadcrumb-absolute li.active, .breadcrumb-absolute li a, .member_results .breadcrumb li, .breadcrumb li.active, .breadcrumb li a { color: #fff; } .bg-3 { background: url("/images/signup.gif"); background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; background-size: 100% 100%; background-repeat: no-repeat; background-position: center; } .bg-3.inner-pages-banner-common{ background: url("/images/mainimage.jpg"); } .hero-area { padding: 50px 0 50px 0; margin-bottom: 60px; margin-top: 0; } .hero-area.profile-banner { padding: 0; height: 500px; } .hero-area.profile-banner { margin-top: 0; } .container-fluid.body-content { margin-bottom: 40px; padding-left: 60px; padding-right: 60px; } .profile-content { /* background: #F5F5F5; margin: -110px auto 0 auto; padding: 50px 0 0 0; */ margin: -338px auto 0 auto; padding: 50px 0 0 0; } .advance-search.advance-search-searchresult { /* background: #fff; float: none; padding: 50px 0 0 0; max-width: 1170px; border-top: none; */ float: none; padding: 50px 0 0 0; max-width: 1170px; border-top: none; } .advance-search.advance-search-searchresult.newsletter-page-container, .advance-search.advance-search-searchresult.media-pack-container, .advance-search.advance-search-searchresult.newsletter-page-container { border-top: none; } .search_results .blog-post-item img.search_result_image { border-top: none; min-height: 265px; } .advance-search h1 { font-family: 'MinionPro-Medium'; font-size: 53px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 54px; letter-spacing: 0; text-align: center; color: #262626; } .advance-search-searchresult.profile-content h1 { width: 100%; /* font-family: Starling; */ font-size: 53px; line-height: 54px; letter-spacing: 0; } .header .container .mini-nav li a, .header .mini-nav span { /* font-family: 'FuturaPT-Demi'; */ font-family: 'Practice'; font-style: normal; font-weight: 600; font-size: 13px; letter-spacing: 0.85px; color: #000000; text-transform: uppercase; padding: 6px 8px; } .website-search h4, .website-search .select2-choice, .website-search .select2-choice span, .website-search input, .website-search button.btn{ font-family: 'FuturaPT-Demi'; font-size:12px; line-height:12px; letter-spacing:1px; color:#262626 } .website-search h4{ margin-bottom:12px; } .website-search input[placeholder], .website-search input:-moz-placeholder{ color:#262626; } .website-search input{ border:none; } .header .website-search .select2-container .select2-choice span.select2-chosen { padding: 15px 16px; } .content_w_sidebar.member_results > .col-lg-12 { /* padding: 0; */ padding: 0; background-color: #F9F9F9F9; } .advance-search.advance-search-searchresult .listing-drop { position: relative; width: 400px; margin: auto; margin-top: auto; margin-bottom: auto; } .advance-search .block.d-flex, .search-form-wrapper > .container .block.d-flex { position: relative; margin-top: 0px; margin-bottom: 0px; } .advance-search.advance-search-searchresult.profile-content .listing-drop { margin-top: 40px; } .advance-search .block.d-flex select, .search-form-wrapper > .container .block.d-flex select { -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0; border: none !important; color: #262626 !important; } .advance-search.advance-search-searchresult .listing-drop select { border: 1px solid #000 !important; width: 100%; font-family: 'FuturaPT-Demi'; font-size: 12px !important; background-color: #fff !important; line-height:12px; letter-spacing:1px; } .advance-search .d-flex.listing-drop select { font-size: 12px !important; text-transform: uppercase; } .advance-search h3 { margin-top: 0; /*font-family: 'commuters-sans' !important; */ font-size: 25px; line-height: 1.56; text-align: center; color: #111; margin-bottom: 0; } .advance-search-searchresult h3 { /* font-size: 16px; font-family: 'FuturaPTBook'; line-height: 29px; padding-top: 20px; padding-bottom: 0px; margin-bottom: 50px; display: inline-block; width: 100%; */ font-size: 16px; font-family: 'Practice'; line-height: 20px; padding-top: 20px; padding-bottom: 0px; margin-bottom: 50px; display: inline-block; width: 100%; } .advance-search .d-flex.listing-drop::after { content: ""; font: normal normal normal 25px/0 FontAwesome; color: #ccc; right: 10px; top: 20px; padding: 15px 0px 0px 8px; position: absolute; pointer-events: none; background: url(/images/cta-arrowdown.svg); background-repeat: repeat; background-repeat: no-repeat; width: 15px; display:none; } .form-option2 .btn { background: #fff !important; background-color: rgb(255, 255, 255); color: #111111 !important; text-align: left; border: none; padding: 15px 25px !important; height: 50px; border: 1px solid #d8d8d8 !important; } .member_results .container { max-width: 1170px; width: 100%; } .blog-post-item.row { margin-bottom: 40px; background: #fff; } .search_results .blog-post-item { padding-bottom: 0; /* height: 300px; */ } .listing-sec .blog-post-item > div { /* background: #fff; padding: 0; text-align: center; font-family: 'MinionPro-Bold'; font-size: 12px; text-transform: uppercase; line-height: 10px; color: #8c8a8a; letter-spacing:1px; */ background: #fff; padding: 0; text-align: center; font-family: 'Practice'; font-style: normal; font-weight: 600; font-size: 12px; line-height: 16px; text-transform: uppercase; color: #000000; letter-spacing: 0.75px; } .listing-sec .blog-post-item > div.listing-desc { /* padding: 80px; padding-bottom: 80px; padding-bottom: 10px; padding-top: 70px; */ padding: 80px; padding-bottom: 80px; padding-bottom: 10px; padding-top: 102px; } .fa-map-marker { /* color: #A99D68; font-size: 20px; margin-bottom: 10px; */ color: #000000; font-size: 20px; margin-bottom: 17px; } .search_results .fa-map-marker { padding-bottom: 10px; } .card-body { /* -ms-flex: 1 1 auto; flex: 1 1 auto; padding-top: 20px; padding-bottom: 0; padding-right: 0; padding-left: 0; */ -ms-flex: 1 1 auto; flex: 1 1 auto; padding-top: 10px; padding-bottom: 0; padding-right: 0; padding-left: 0; } .listing-sec .blog-post-item > div.listing-desc .card-body h4 { /* font-size: 35px; position: relative; margin-bottom: 20px; padding-bottom: 20px; font-family: 'MinionPro-Medium'; text-transform: none; line-height: 31px; color: #262626; letter-spacing:0; */ position: relative; padding-bottom: 8px; font-family: 'HB-Headline'; font-style: normal; font-weight: 400; font-size: 22px; line-height: 27px; text-transform: none; color: #000000; letter-spacing: 0; } p.card-text { /* font-size: 9px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1; letter-spacing: normal; text-align: center; color: #8c8a8a; text-transform: uppercase; */ font-size: 9px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1; letter-spacing: normal; text-align: center; color: #8c8a8a; text-transform: capitalize; } .listing-sec .blog-post-item > div.listing-desc .card-body .card-text { /* font-weight: normal; font-family: 'MinionPro-Bold'; font-size: 12px; line-height: 23px; color: #262626; letter-spacing:1px; */ font-weight: normal; font-family: 'Practice'; font-size: 12px; line-height: 23px; color: #262626; letter-spacing: 1px; } .body-content { margin-bottom: 0; } .banner-search-results { display: inline-block; width: 100%; } /* .listing-sec .blog-post-item > div.listing-desc .card-body h4::after { content: ''; position: absolute; width: 20px; height: 1px; background: #8c8a8a; bottom: 0; left: 50%; margin-left: -10px; } */ .breadcrumb > li + li::before { color: #fff; } #member_profile_single .advance-search.advance-search-searchresult.profile-content { max-width: 1000px; margin-bottom: 0; } .profile-content h5 { font-family: 'MinionPro-Bold'; text-transform: uppercase; font-size: 12px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 10px; letter-spacing: 1px; text-align: center; color: #8c8a8a; } .profile-content h1 { margin: 20px auto 10px auto; } .advance-search-searchresult.profile-content.profile-content-single h1 { margin: 20px auto 10px auto; } .advance-search-searchresult.profile-content h1 { width: 100%; font-family: 'MinionPro-Medium'; font-size: 53px; line-height: 54px; letter-spacing: 0; margin-top: 0; margin-bottom: 20px; } .profile-content p { margin: 0 auto 20px auto; position: relative; font-size: 17px; font-style: normal; font-stretch: normal; letter-spacing: normal; width: 80%; } .card-title p.in-partnership-with, p.in-partnership-with { font-size: 16px; padding-top: 10px; margin: 0; text-transform: uppercase; width: 100%; text-align: center; font-family: 'MinionPro-MediumIt'; line-height:10px; letter-spacing:1.33px; color:#262626; } p.in-partnership-with span{ text-transform: capitalize; } .profile-content h4 { /* margin-top: 20px; margin-bottom: 10px; padding-bottom: 0px; font-size: 21px; color: #262626; line-height: 30px; letter-spacing: 0; font-family: 'FuturaPT-Light'; text-align: center; */ margin-top: 20px; margin-bottom: 10px; padding-bottom: 0px; font-weight: 400; font-size: 16px; line-height: 20px; color: #262626; letter-spacing: 0; font-family: 'Practice'; font-style: normal; text-align: center; } span.postalphone { /* width: 100%; display: inline-block; */ font-family: 'Baskerville'; font-style: normal; font-weight: 400; font-size: 16px; line-height: 20px; margin-top: 2%; width: 100%; display: inline-block; } .profile-info { /* max-width: 700px; width:100%; padding: 0; margin: auto; margin-bottom: auto; text-align: center; border: none; display: table; border-left: 0; border-right: 0; margin-bottom: 60px; margin-top: 40px; */ max-width: 700px; width: 40%; padding: 0; margin: auto; margin-bottom: auto; text-align: center; border: none; display: table; border-left: 0; border-right: 0; margin-bottom: 60px; margin-top: 40px; } .profile-info > li { /* border-right: 1px solid #d8d8d8; margin-top: 10px; margin-bottom: 10px; list-style: none; font-size: 10px; font-family: 'FuturaPT-Demi'; text-transform: uppercase; line-height: 10px; color: #262626; letter-spacing: 1px; */ /* border-right: 1px solid #d8d8d8; */ margin-top: 10px; margin-bottom: 10px; list-style: none; font-size: 10px; font-family: 'FuturaPT-Demi'; text-transform: uppercase; line-height: 10px; color: #262626; letter-spacing: 1px; } ul.social-network { list-style: none; display: inline; margin-left: 0 !important; padding: 0; } ul.social-network li { display: inline; margin: 0px; } .social-circle li a { display: inline-block; position: relative; margin: 0 auto 0 auto; margin-right: auto; margin-left: auto; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; text-align: center; width: 40px; height: 40px; font-size: 20px; background: #f5f5f5; margin-left: 5px; margin-right: 5px; } .profile-message .social-circle .icoMessage { border: 0; } .social-circle li i { margin: 0; line-height: 40px; text-align: center; color: #111111; } .profile-social span, .profile-message span, .social-circle span { padding-top: 10px; float: left; text-align: center; width: 100%; } .profile-info > li:last-child { border: 0; } ul.social-circle{ list-style:none; } .member-profile-content { background: #fff; padding-top: 0px; padding-bottom: 20px; max-width: 700px; } #member_profile_single .member-profile-content { max-width: 1000px; padding: 0; margin-bottom: 50px; } #member_profile_single .member-profile-content .member-about{ max-width: 700px; margin: auto; } .member_profile .member-profile-content p { /* margin: 0 0 30px; font-size: 20px; line-height: 26px; font-family: 'MinionPro-Regular'; */ margin: 0 0 30px; font-family: 'Practice'; font-style: normal; font-weight: 400; font-size: 18px; line-height: 25px; } /* .member-about h2 { text-align: center; font-size: 22px; line-height: 30px; letter-spacing: 6px; border-bottom: 1px solid #262626; padding-bottom: 10px; margin-bottom: 30px; font-family: 'MinionPro-Medium'; text-transform:uppercase; } */ .hero-area.signup_banner { height: 300px; background: url("/images/mainimage.jpg"); } .profile-content-signup .col-md-8 { background: #fff; margin: -110px auto 0 auto; padding: 50px 0 50px 0; float: none; overflow: hidden; max-width: 1000px; } .profile-content-signup .pagehead { margin: 0 auto; max-width: 700px; } .profile-content-signup h1 { font-family: 'Starling'; font-weight: normal; font-size: 49px; line-height: 54px; letter-spacing: 0; margin-bottom: 60px; font-family: 'MinionPro-Medium'; } .nav-tabs.join_tabs { border: none; font-family: 'MinionPro-Bold'; max-width: 570px; margin: auto; margin-bottom: 70px; } .nav-tabs.join_tabs > li { text-align: center; width: 25%; } .nav-tabs.join_tabs.join_tabs_free > li{ width: 33.33%; } .nav-tabs.join_tabs > li > a { background: #ccc; border-radius: 50%; color: #fff; border: none; display: inline-block; padding: 10px; width: 40px; height: 40px; pointer-events: none; font-size: 16px; font-family: 'FuturaPT-Demi'; margin-bottom: 10px; line-height:16px; } .nav-tabs.join_tabs > li.active > a { background: #262626; color: #fff; } .nav-tabs.join_tabs > li > span { /* text-transform: uppercase; width: 60px; font-size: 10px; line-height: 10px; font-family: 'FuturaPT-Demi'; */ text-transform: uppercase; width: 60px; font-family: 'Practice'; font-style: normal; font-weight: 600; font-size: 14px; line-height: 20px; letter-spacing: 0.85px; } .profile-content-signup .well { padding: 0; margin: 0 auto; max-width: 750px; } #first_container .well { background-color: transparent; border-color: transparent; border: none; box-shadow: none; max-width: 850px; margin: 0 auto; } .tab-content.tab-content-join { display: inline-block; width: 100%; background-color: #f5f5f5; border: none; padding: 40px 120px 20px 120px; } .tab-content-join h2{ /* text-align:center; font-size:24px; line-height:30px; letter-spacing:4px; padding-bottom: 10px; margin-bottom: 30px; font-family: 'FuturaPT-Demi'; text-transform: uppercase; font-weight: normal; */ text-align: center; letter-spacing: 2px; padding-bottom: 10px; margin-bottom: 30px; font-family: 'HB-Headline'; text-transform: capitalize; font-style: normal; font-weight: 400; font-size: 30px; line-height: 38px; } .tab-content-join h6{ text-align: center; font-size: 12px; line-height: 12px; letter-spacing: 1px; font-weight: normal; margin-bottom: 20px; font-family: 'FuturaPT-Demi'; text-transform: uppercase; } .tab-content-join .join_subscription_name { border: 1px solid #262626; padding: 15px 20px; font-size: 12px; text-transform: uppercase; line-height: 12px; letter-spacing: 1px; margin-bottom: 20px; } .tab-content-join .join_subs_head { color: #fff; padding: 25px; font-size: 19px; line-height: 22px; font-weight: normal; letter-spacing: 1px; } .tab-content-join .join_subs_head_gold { background: #a99d68; } .tab-content-join .join_subs_head_silver { background: #c0c0c0; } .tab-content-join .join_subs_head_bronze { background: #cd7f32; } .article-single-container .social_share_common .fa{ line-height: 40px; } .tab-content-join .join_subs_head span { font-size: 15px; } .tab-content-join .join_subs_head h3 { font-weight: normal; font-size: 16px; line-height: 20px; letter-spacing: 0; color: #262626; margin-top: 10px; } .tab-content-join .join_subs_body { background: #f5f5f5; padding: 20px; margin-bottom: 30px; } .tab-content-join .join_subs_body h5{ font-size: 12px; line-height: 12px; text-transform: uppercase; margin-bottom: 20px; letter-spacing: 1px; font-family: 'FuturaPT-Demi'; } .tab-content-join .join_subs_body p{ font-size: 16px; line-height: 20px; letter-spacing: 0; font-family: 'MinionPro-Regular'; } .nav-tabs.join_tabs > li::before { content: ''; border-top: 1px solid #cfcfcf; width: 100%; height: 1px; position: absolute; left: 75px; top: 20px; z-index: 0; } .nav-tabs.join_tabs > li:last-child::before { border: none; } p.join_required_txt { /* font-size: 12px; line-height: 12px; letter-spacing: 1px; font-family: 'FuturaPT-Demi'; */ font-family: 'Practice'; font-style: normal; font-weight: 400; font-size: 16px; line-height: 25px; color: #000000; } .tab-content-join label { font-weight: normal; font-size: 17px; line-height: 20px; letter-spacing: 0; font-family: 'MinionPro-Semibold'; display:none; } .tab-content-join .radio label{ display:block; } .tab-content-join .form-control, .signup-subcat .select2-container-multi .select2-choices .select2-search-field input, .tab-content-join .form-group.signup-subpcat input.select2-input{ box-shadow: none; border: 1px solid #262626; border-radius: 0; height: 43px; font-size: 12px; line-height: 12px; letter-spacing: 0; font-family: 'FuturaPT-Demi'; } .tab-content-join .form-group.signup-subpcat.has-success input.select2-input{ border:none; } .tab-content-join .has-success .select2-container-multi .select2-choices{ border: 1px solid #262626; border-radius: 0; } .tab-content-join .select2-container-multi .select2-choices{ border:none; border-radius: 0; } .tab-content-join textarea.form-control{ line-height:28px; height: 130px; } .signup-subcat .select2-container-multi .select2-choices .select2-search-field input, .signup-subcat .select2-container-multi .select2-choices li.select2-search-field{ width:100%!important; } .tab-content-join .select2-container .select2-choice { box-shadow: none; border-radius: 0; height: 43px; font-size: 12px; line-height: 12px; letter-spacing: 0; border: 1px solid #262626; } .tab-content-join .goBack, .tab-content-join .displayUserName{ display:none; } .tab-content-join .btnNext, .tab-content-join .btnPrevious, .tab-content-join .btn-primary{ /* float: right; background: #111; border: none; border-radius: 0; width: 195px; padding: 20px 0; height: 50px; font-size: 12px; line-height: 12px; text-transform: uppercase; letter-spacing: 1px; margin-left: 10px; margin-top: 20px; */ background: #111; border: none; border-radius: 0; width: 239px; padding: 20px 0; height: 50px; font-size: 12px; line-height: 12px; text-transform: uppercase; letter-spacing: 1px; margin-left: 10px; margin-top: 20px; margin-right: 1%; } .tab-content-join p.account-menu-title{ font-family: 'MinionPro-Medium'; font-size:18px; font-weight:normal; } .hero-area.bg-3 img, .hero-area.bg-3 svg{ max-width: 400px; top:60%; width: 100%; display: block; margin:auto; position: absolute; } .hero-area.inner-pages-banner-common img{ top:0; } .hero-area.inner-pages-banner-common.inner-pages-banner-service img{ top:32%; } .hero-area.bg-3.profile-banner.signup_banner img { max-width: 320px; top: 25%; } .header-right-container .main_menu { color: #666; } .header-right-container.navbar-header .navbar-toggle { display: none !important; } .header-right-container .main_menu i{ font-size: 20px; } .header-right-container .navbar-toggle { margin-top: 15px; } .header .mobile-main-menu.opened { width: 100%; top: 60px; background: #262626; position:fixed; height:100%; transition: all .2s ease-in-out; } .header .mobile-main-menu .search-form-button-homepage{ display:none; } .header .mobile-main-menu .sidebar-nav li a, .header .mobile-main-menu .sidebar-nav li span { /*text-align: left; font-family: 'FuturaPT-Demi'; text-transform: uppercase; letter-spacing: 1px; font-size: 12px; line-height: 38px; color: #fff; */ text-align: left; font-family: 'Practice'; font-style: normal; font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; line-height: 38px; color: #fff; } .header .mobile-main-menu .sidebar-nav > li { border-bottom: 1px solid #fff; height: 60px; width: 100%; } .header .mobile-main-menu ul.sidebar-nav { position: absolute; width: 100%; } .hero-area.inner-pages-banner{ height: 400px; } .newsletter-page-container p.in-partnership-with, .media-pack-container p.in-partnership-with { font-family: 'MinionPro-Medium'; font-size: 20px; line-height: 26px; letter-spacing: 0; text-transform: inherit; padding: 0; max-width: 600px; margin: 0 auto; width: 100%; } .newsletter-page-container .module{ border:none; border-radius:0; max-width: 900px; margin: 0 auto; margin-top: 42px; margin-bottom: 50px; padding: 50px; width: 100%; } .newsletter-page-container #newsletter { max-width: 700px; margin: auto; } .newsletter-page-container #newsletter label{ font-family: 'MinionPro-Semibold'; font-size:17px; line-height:20px; font-weight: normal; } .newsletter-page-container #newsletter .form-control { height: 50px; font-size: 15px; line-height: 15px; color: #262626; border: 1px solid #efefef; border-radius: 0; box-shadow: none; letter-spacing: 0.5px; } .has-error .help-block { background: #ff0500; border-radius: 0; color: #fff; padding: 10px 10px; width: auto; } .newsletter-page-container .newsletter_pleasenote h3{ font-family: 'FuturaPT-Demi'; font-size:12px; line-height:12px; letter-spacing:1px; margin-bottom:10px; text-align:left; text-transform:uppercase; font-weight: normal; } .newsletter-page-container .col-sm-12 { padding: 0; } .newsletter-page-container .newsletter_pleasenote p { font-family: 'MinionPro-Regular'; font-size: 15px; line-height: 20px; letter-spacing: 0; text-align: left; margin: 0; margin-bottom: 20px; width: 100%; } .newsletter-page-container #newsletter .checkbox label{ font-family: 'MinionPro-Regular'; font-size:15px; line-height:20px; } .newsletter-page-container #newsletter .form-actions .btn { width: auto; margin: 0 auto; border-radius: 0; background: none; border: none; width: auto; height: 50px; padding: 15px 20px; font-size: 12px; line-height: 12px; text-transform: uppercase; letter-spacing: 1px; margin-top: 30px; border: 1px solid #262626; color: #262626; transition: 0.3s; } .newsletter-page-container #newsletter .form-actions .btn:hover { color: #fff; background: #262626; } .advance-search.advance-search-searchresult.newsletter-page-container { max-width: 1000px; border-top: none; margin: -110px auto 0 auto; } .advance-search.advance-search-searchresult.newsletter-page-container.subscribe-page-container{ margin-bottom:50px; } .instagram_feed img { width: 100%; height: 300px!important; margin-bottom: 20px; } .contact-list-media { background: #4f4f4f; color: #fff; padding: 50px; max-width: 900px; margin: auto; margin-top: 40px; margin-bottom: 50px; width: 100%; } .media-pack-container-fluid{ margin-bottom:50px; } .media-pack-container .col-sm-12{ padding:0; } .contact-list-media h3 { font-family: 'FuturaPT-Demi'; color: #fff; font-size: 20px; line-height: 25px; text-transform: uppercase; letter-spacing: 4px; margin-bottom: 20px; padding-top: 0; letter-spacing: 2px; } .contact-list-media p{ font-family: 'MinionPro-Medium'; color:#fff; font-size:21px; line-height:24px; letter-spacing:0; margin-bottom:40px; } .contact-download-media { border: 1px solid #fff; color: #fff; padding: 15px; text-transform: uppercase; font-size: 16px; font-family: 'FuturaPT-Demi'; display: inline-block; letter-spacing: 1.33px; line-height:12px; margin-bottom:30px; transition: 0.3s; } .contact-download-media-last{ margin-bottom:0; } .contact-download-media:hover { color: #262626; background: #fff; border-color: #fff; } .contact-renew-mmembership { padding: 30px 0; border-bottom: none; line-height: 20px; font-family: 'MinionPro-Semibold'; font-size:20px; line-height:26px; color:#262626; } .contact-renew-mmembership h3, .contact-code-ptactice h3 { font-family: 'MinionPro-Medium'; font-size: 20px; line-height: 26px; color: #262626; margin-bottom: 5px; } .contact-renew-mmembership p{ font-family: 'MinionPro-MediumIt'; margin-bottom: 5px; font-size: 20px; } .contact-renew-mmembership span a { color: #262626; } .clear_both{ clear:both; } .contact-code-ptactice a{ color:#262626; } .contact-code-ptactice{ padding: 0 0 40px 0; } .contact-code-ptactice h3 { padding-top: 0; } .instagram_feed .hide_mobile img{ margin:0 } .seeall-instagram{ display:none; color: #262626 !important; border: 1px solid #262626; margin-top:20px; } #member_profile_single { } .header.newsletter li.search-form-button , .header.mediapack li.search-form-button , .hide_header_search li.search-form-button, .header.subscribe li.search-form-button, .header.Checkout li.search-form-button, .header.Contact.Us li.search-form-button, .header.HomePage .search-form-button{ display:none; } .header.newsletter .search-form-wrapper.open, .header.mediapack .search-form-wrapper.open, .hide_header_search .search-form-wrapper.open, .header.subscribe .search-form-wrapper.open, .header.Checkout .search-form-wrapper.open, .header.Contact.Us .search-form-wrapper.open{ display: none; } .header.Post.Details .search-form-wrapper.open{ display:block; } .subscribe-div { display: inline-block; width: 100%; padding: 0 60px; color: #fff; margin: 50px 0; } .subscribe-div .subscribe-div-inner { background: #4f4f4f; padding-bottom: 20px; min-height: 672px; padding-left: 20px; padding-right: 20px; } .subscribe-div .get-quote.text-border:hover { background: #fff; color: #262626; border: 1px solid #262626; } .newsletter-page-container .subscribe-div h1 { font-size: 24px; line-height: 30px; letter-spacing: 4px; text-transform: uppercase; margin-top: 30px; display: inline-block; width: 100%; color: #fff; margin-bottom: 15px; font-family: 'FuturaPT-Demi'; } .subscribe-div ul { padding: 0; list-style: none; font-size: 19px; margin-top: 25px; line-height: 38px; letter-spacing: 0; font-family: 'MinionPro-Medium'; border-bottom: 1px solid #646464; padding-bottom: 10px; margin-bottom: 25px; } .subscribe-div h2 { font-size: 21px; line-height: 30px; letter-spacing: 0; font-family: 'MinionPro-Medium'; margin-bottom: 25px; } .subscribe-div h2 span{ font-weight:bold; display:inline-block; width:100%; } .newsletter-page-container .subscribe-div h3 { color: #fff; padding: 0; margin-bottom: 10px; font-size: 12px; text-transform: uppercase; line-height: 30px; font-family: 'FuturaPT-Demi'; } .subscribe-store-images img{ margin-bottom:5px; } .pages-top-logo { max-width: 400px; margin: 0 auto; text-align: center; position: relative; height: 500px; } .homepage-services-all { /* padding-left: 60px; padding-right: 60px; */ padding-left: 3% !important; padding-right: 3% !important; } .homepage-services-all .container{ padding:0; } .homepage-services-all .card{ overflow:hidden; } .homepage-services-all h4.card-title{ min-height: 80px; } .header.index .search-form-tigger.search-form-tigger-hide i { background: url(/images/cta-search.svg); background-repeat: no-repeat; width: 20px; height: 20px; opacity: 1; } .header.index .search-form-button-homepage-bck .search-form-tigger i{ background-image: url("/images/cta-close.svg"); } .hero-area.inner-pages-banner.inner-pages-banner-index{ height: 528px; } .inner-pages-banner-index .search-form-wrapper{ display:inline-block; width:100%; background: none; padding-left: 100px; position: relative; z-index: 9; padding: 61px 15px; } .inner-pages-banner-index .pages-top-logo { height: 257px; } .inner-pages-banner-index .search-form-wrapper .website-search .btn_home_search { background-color: #ffde00; color: #262626; } #signup_free div.radio { margin-right: 15px; display: inline-block; } #signup_free .form-group.has-error .help-block + .help-block + .help-block{ display:none!important; } #signup_free .select2-container.select2-allowclear .select2-choice .select2-chosen, #signup_free .select2-container .select2-choice > .select2-chosen { margin-top: 10px; } .socoal_mediatab_txt{ text-align: center; margin-bottom: 40px; } .bg-color-index{ background:#000; } .search-form-wrapper.container.no-result-search { display: block; position: relative; max-width: 1010px; padding: 0; margin-bottom: 100px; margin-top: 60px; background: #fff; } .advance-search-searchresult.profile-content h1.search_title_bottom_noresult{ text-align: center; font-size: 53px; line-height: 54px; } .advance-search-searchresult.profile-content h1.search_title_bottom_noresult span{ display: inline-block; width: 100%; font-size: 20px; line-height: 26px; } .search-form-wrapper.no-result-search .website-search .homepage-search { width: 25%; } .search-form-wrapper.no-result-search .website-search .btn_home_search { background-color: #ffde00; color: #262626; } .inner-pages-banner-index p.small-text{ color: #fff; max-width: 880px; margin: auto; margin-bottom: 20px; font-family: 'MinionPro-Medium'; font-size: 20px; line-height: 24px; margin-top: 30px; } .Post.Details > .container{ padding:0; } .Post.Details .search-form-wrapper.container{ padding: 20px 15px; } .header.Post.Details > .container{ padding-left:15px; padding-right:15px; } .article-single-container h3 { padding-top: 0; font-size: 13px; text-transform: uppercase; letter-spacing: 2.17px; line-height: 30px; font-family: 'FuturaPT-Demi'; margin-bottom: 20px; } .advance-search-searchresult.profile-content.article-single-container h1{ font-size:48px; margin-bottom:30px; } ul.social-circle{ padding-left:0; } .advance-search-searchresult.profile-content.media-pack-container h1{ margin-bottom: 20px; } .contact-renew-mmembership-contactus{ display:inline-block; width:100%; } .contactus-rightsidebar { margin-bottom: 30px; } .contactus-rightsidebar a, .contact-renew-mmembership-contactus a { color: #262626; text-decoration: underline; font-size:18px; } .mini-nav.nav > li > a:focus, .mini-nav.nav > li > a:hover { background-color: transparent; color: #262626 !important; } .mini-nav.nav > li { display: inline-block; } .index-links{ display:none!important; } .header.index .index-links, .header.Post.Details .index-links, .header.Search.Results .index-links, .header.services .index-links, .header.Member.Profile .index-links, .header.Interiors.Index .index-links{ display:inline-block!important; } .header.index .index-links-hide, .header.Post.Details .index-links-hide, .header.Search.Results .index-links-hide, .header.services .index-links-hide, .header.Member.Profile .index-links-hide, .header.Interiors.Index .index-links-hide{ display:none!important; } .header.index .mini-nav > li, .header.Post.Details .mini-nav > li, .header.Search.Results .mini-nav > li, .header.services .mini-nav > li{ padding: 18px 12px; } .header ul.nav.navbar-nav > li.follow-menu > ul{ padding-right: 10px; padding-left: 10px; padding-top: 15px; padding-bottom: 10px; width: 200px !important; background: #000000; /*background: white; */ border-radius: 0; right: 0; top: 75px; text-align:center; position: absolute !important; } .header ul.nav.navbar-nav > li.follow-menu > ul > li, .header ul.sidebar-nav > li.follow-menu > ul > li { padding-left: 5px; padding-right: 5px; display: inline-block; } .header ul.nav.navbar-nav > li.follow-menu > ul > li .fa, .header ul.nav.navbar-nav > li.follow-menu > ul > li.facebook > a, .header ul.nav.navbar-nav > li.follow-menu > ul > li.twitter > a, .header ul.nav.navbar-nav > li.follow-menu > ul > li.instagram > a, .header ul.nav.navbar-nav > li.follow-menu > ul > li.pinterest > a { border-radius: 50%; background: #f5f5f5; padding: 10px; font-size: 20px !important; width: 40px; height: 40px; text-align: center; padding: 0; line-height: 40px; } .header ul.sidebar-nav > li.follow-menu > ul > li.facebook > a, .header ul.sidebar-nav > li.follow-menu > ul > li.twitter > a, .header ul.sidebar-nav > li.follow-menu > ul > li.instagram > a { /*border-radius: 50%; background: #979797; padding: 10px; font-size: 20px !important; width: 40px; height: 40px; text-align: center; padding: 0; line-height: 40px;*/ border-radius: 50%; background: #FFFFFF; padding: 10px; font-size: 20px !important; width: 40px; height: 40px; text-align: center; padding: 0; line-height: 40px; } .header ul.nav.navbar-nav > li.follow-menu > ul > li > a svg, .header ul.sidebar-nav > li.follow-menu > ul > li > a svg{ width: 16px; height: 100%; } .header ul.nav.navbar-nav > li.follow-menu > ul > li a:hover, .header ul.nav.navbar-nav > li.follow-menu > ul > li a:focus { border-left-color: transparent; background: transparent; } .header ul.sidebar-nav > li.follow-menu > ul > li a:hover, .header ul.sidebar-nav > li.follow-menu > ul > li a:focus { border-left-color: transparent; background: transparent; } .header ul.nav.navbar-nav > li.follow-menu > ul > li.facebook a i:hover, .header ul.nav.navbar-nav > li.follow-menu > ul > li.facebook a:hover, .header ul.sidebar-nav > li.follow-menu > ul > li.facebook a:hover{ /*background: #FFDF00 !important; */ background: #8c8a8a; } .header ul.nav.navbar-nav > li.follow-menu > ul > li.instagram a i:hover, .header ul.nav.navbar-nav > li.follow-menu > ul > li.instagram a:hover, .header ul.sidebar-nav > li.follow-menu > ul > li.instagram a:hover { /*background: #FFDF00 !important; */ background: #8c8a8a; } .header ul.nav.navbar-nav > li.follow-menu > ul > li.twitter a i:hover, .header ul.nav.navbar-nav > li.follow-menu > ul > li.twitter a:hover, .header ul.sidebar-nav > li.follow-menu > ul > li.twitter a:hover { /*background: #FFDF00 !important; */ background: #8c8a8a; } .header ul.nav.navbar-nav > li.follow-menu > ul > li a, .header ul.sidebar-nav > li.follow-menu > ul > li a{ border-bottom: none; } .header ul.sidebar-nav > li.follow-menu > ul { background: transparent; padding: 0; width: 100%; text-align: center; } .header ul.sidebar-nav > li.follow-menu.sub_open > ul { margin-top: 20px; height: auto; position: relative; float: left; left: -111px; } .mobile-main-menu ul li i { color: #fff !important; margin-top: 20px; padding: 0 !important; } .header ul.sidebar-nav > li.follow-menu > ul > li.follow-contact-us{ width: 100%; text-align: center; padding-left: 45px; padding-right: 0; } .header ul.sidebar-nav > li.follow-menu > ul > li.follow-contact-us a{ text-align: center; width: 137px; position: relative; left: 58px; border: 1px solid #FFFFFF; margin-top: 10px; } .home-join-section .banner-text img, .home-join-section .banner-text svg{ max-width:400px; display: inline-block; } .header ul.nav.navbar-nav > li.follow-menu > ul > li.follow-contact-us{ display:block; } .header ul.nav.navbar-nav > li.follow-menu > ul > li.follow-contact-us a { color: #FFFFFF !important; /* color: black; */ text-align: center; border: 1px solid #FFFFFF; /* border: 1px solid black; */ margin-top: 10px; height: 40px; line-height: 40px; padding: 0; margin-bottom: 0; font-family: 'Practice'; font-weight: normal; font-weight: 600; font-size: 14px; letter-spacing: 0.85px; transition: 0.3s; } .header ul.nav.navbar-nav > li.follow-menu > ul > li.follow-contact-us a:hover{ background-color: #FFFFFF; border: 1px solid #262626; color: #000000!important; } .media-pack-container .in-partnership-with a{ color:#262626; } .homepage-services.homepage-services-all .services-all .col-sm-6.col-md-2{ width:20%; } .footer_menu ul.list-inline li a{ background: #F6F7F2; width: 30px; height: 30px; display: inline-block; line-height: 54px; border-radius: 50%; text-decoration: none; box-sizing: border-box; } .footer_menu ul.list-inline { margin-top: 20px; margin-bottom: 0; } .footer_menu ul.list-inline li a svg { width: 16px; height: 100%; } .facebook-footer, .twitter-footer, .instagram-footer{ fill:#262626; } .facebook-header, .twitter-header, .instagram-header{ fill:#262626; } .is-hidden{ display:none; } .homepage_settings .homepage_title img{ width: 600px; margin-bottom: 20px; } /* #first_container { margin-bottom:40px!important; } */ .homepage_steps .col-sm-12.col-md-8, .homepage_steps .col-sm-12.col-md-4.text-center{ padding-left: 0; padding-right: 0; } body .footer { background-color: #000000 !important; /*padding: 60px 0 20px 0; */ padding: 29px 0 41px 0; } ul.footer_menu.sm-text-center { margin-bottom: 40px; padding-bottom: 0; border-bottom: none; } .footer .footer_menu a:hover, .footer .footer_terms a:hover, .footer .footer_menu a:focus, .footer .footer_terms a:focus { color: #8c8a8a; } .mobile-title{ display:none; margin-top: 0; } .collapsed.main_menu_opened svg#mobile_menu_close { display:inline-block; width: 20px; height: 100%; margin-left: 75% } .main_menu svg#mobile_menu_close{ display:none; } .main_menu_opened .fa.fa-bars { display:none; } .breadcrumb a:hover, .breadcrumb a:focus, .breadcrumb > .active { color: #fff!important; text-decoration: underline; } .breadcrumb > .active { color: #fff!important; text-decoration: none; } .breadcrumb a{ text-decoration:underline; } .contact-code-ptactice p{ font-family: 'FuturaPTBook'; max-width: 835px; font-size: 16px; line-height: 25px; margin-bottom: 0; } p.card-text span { padding-left: 5px; padding-right: 5px; white-space: nowrap; } .advance-search-noresult .col-sm-12 .noresult-span { width: 100%; text-align: center; display: inline-block; margin-top: 20px; font-family: 'MinionPro-Medium'; font-size: 20px; line-height: 26px; } .search-form-wrapper.no-result-search .website-search .homepage-search { width: auto; padding-right: 0; margin-bottom: 0; } .search-form-wrapper.no-result-search .website-search .col-lg-3 { width: 30%; margin-bottom: 0; } .main_menu_opened #mobile_menu_open{ display:none; } .mobile-menu-close, #mobile_menu_open{ fill:#262626; width: 20px; height: 100%; margin-left: 75%; } .mini-nav li.search-form-button > span{ padding:0; } .social-circle li a:hover{ background:#8c8a8a; transition: 0.3s; } .social_icons { width: 16px; height: 100%; fill: #262626; padding-left: 1px; } label span.required{ color: #ff0500!important; } .index-banner-common-div { display: inline-block; width: 100%; max-width: 880px; } .inner-pages-banner-index .search-form-wrapper .website-search .btn_home_search:hover{ background-color: #262626; color:#ffde00; transition:0.3s; } .inner-pages-banner-index .search-form-wrapper .website-search .col-lg-3.col-md-12{ margin-bottom:0; width: 28%; } .inner-pages-banner-index .search-form-wrapper .website-search .col-lg-3.col-md-12.homepage-search { width: 128px; } .inner-pages-banner-index .search-form-wrapper .website-search .col-lg-3.col-md-12 select.form-control { border:none; padding: 15px 10px; } .nice-select, .tab-content-join .nice-select.form-control { width: 100%; padding: 0 12px; height: 45px; border: none; border-radius: 0; line-height: 45px; font-family: 'Practice'; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; border: 1px solid #CCCCCC; float:none; } .nice-select.open .list { width: 100%; border-radius: 0; z-index: 99; margin-top: 2px; background: #f0f0f0; transform: none; transition: .1s; margin-top: 0; max-height: 328px; overflow-y: scroll; } .nice-select::after { border-bottom: none; border-right: none; height: 10px; margin-top: -5px; width: 10px; background: url(/images/arrow-D-01-n3.svg); background-repeat: no-repeat; -webkit-transform: none; transform: none; -webkit-transition: none; transform: scale(1,0.8); } .nice-select.open::after { border-bottom: none; border-right: none; background: url(/images/arrow-U-01-n1.svg); background-repeat: no-repeat; -webkit-transform: none; transform: none; -webkit-transition: none; transform: scale(1,0.8); } .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus { font-weight: normal; color: #262626; } .nice-select .option{ color: #262626; } .search-form-button.search-form-button-homepage:hover, .search-form-button-homepage-bck{ border-left: 1px solid #ffde00!important; } ul.mini-nav .search-form-button.search-form-button-homepage{ line-height:39px; } .advance-search-searchresult .listing-dropdown .nice-select.btn { padding: 0 12px !important; margin-bottom: 10px; } .homepage-latestedition .get-quote.text-border:hover{ background:#fff; color:#262626; transition:0.3s; } .footer .footer_menu a:hover{ background: #8c8a8a; } .form-control:focus, .form-control { -webkit-box-shadow: none; box-shadow: none; } .website-search .form-group.col-lg-3.col-md-12{ margin-bottom:0; } #newsletter .form-control::-webkit-input-placeholder, #newsletter input[placeholder], #newsletter input:-moz-placeholder{ color: #c9c9c9; } .advance-search.advance-search-searchresult.media-pack-container { border: none; margin-bottom: 0; max-width: 1000px; } .nice-select:hover { border-color: #262626; } .nice-select:active, .nice-select.open, .nice-select:focus { border-color: #262626; } .web-page-content .home-section { margin-bottom: 0; } .advance-search.advance-search-searchresult.article-single-container{ /* border:none; */ border: none; margin-top: -11%; background-color: white; } .social_share { text-align: center; margin-bottom: 20px; } .social_share li a { background: #f5f5f5; border-radius: 50%; width: 40px; height: 40px; display: inline-block; line-height: 40px; } .social_share li a:hover{ background:#8c8a8a !important; } .social_share .fa::before { color: #000; font-size: 16px; } .Post.Details .home-section { margin-bottom: 0; } .mobile-main-menu{ top:60px!important; height:100!important%; background: #262626!important; } .index-outer-div .home-section{ margin-bottom: 40px; } .nice-select li.option.selected.focus{ display:none; } .search-form-wrapper .website-search .btn_home_search:hover { background: #8c8a8a !important; color: #262626; transition: 0.3s; } .mobile-main-menu ul li i.fa-plus::before { display: none; } .mobile-main-menu ul li i.fa.fa-plus { background: url(/images/cta-more-1.svg); width: 15px; height: 15px; display: inline-block; padding: 0; margin-top: 20px; } .newsletter-message-bck{ position: fixed; background: #000; width: 100%; height: 100%; top: 0; bottom: 0; left: 0; right: 0; z-index: 99; opacity: 0.8; } .newsletter-message-div{ z-index: 99; background: #fff !important; position: fixed; font-family:'FuturaPT-Demi'; } .newsletter-message-div h1{ font-family:'FuturaPT-Demi'; } .newsletter-message-div p{ margin-bottom: 20px; } .contact-renew-mmembership .contact-minionpro-medium{ font-family: 'MinionPro-Medium'; } .contact-renew-mmembership .contact-minionpro-mediumlt{ font-family: 'MinionPro-MediumIt'; } .advance-search.advance-search-searchresult.media-pack-container.contactus-page-container { margin-bottom: 60px; } #member_profile_single .member-profile-content > .col-md-12 { padding-left: 20px; padding-right: 20px; } .container-fluid.body-content.container-fluid-newsletter { margin-bottom: 50px; padding: 50px; width: 100%; padding-bottom: 0; padding-top: 0; } .container-fluid.body-content.media-pack-container-fluid{ margin-bottom:50px; } .profile-banner.no_result_banner+.container-fluid.body-content { margin-bottom: 50px; } .member_profile .banner.home-section.home-join-section, .member_results .banner.home-section.home-join-section{ margin-bottom: 0; } /*.homepage-services img { min-height: 190px; } */ .btn.active, .btn:active { box-shadow: none; } .footer_terms_last{ padding-top:0!important; padding-bottom:0; } #first_container.Member.Profile { background:#fff; } .postalphone a{ color:#262626; } .header.HomePage .nav-contactus{ display:none; } .profile-inactive .alert.alert-warning { border-radius: 0; } .profile-inactive .alert.alert-warning h3 { font-family: 'MinionPro-Medium'; margin-bottom: 15px; } .profile-inactive .alert.alert-warning a { color:#262626; } .pagination { margin: 30px 0; padding-bottom: 0; margin-bottom: 80px; font-size: 12px; line-height: 12px; font-weight: Normal; } .pagination > li > a { /* border-color: transparent !important; border: 0; background-color: #fff !important; font-size: 15px; color: #262626 !important; padding: 0; border-radius: 50%; margin-right: 10px; height: 40px; width: 40px; line-height: 40px; */ /*border-color: transparent !important; */ border: 0; background-color: #fff !important; font-size: 15px; color: #262626 !important; padding: 0; border-radius: 50%; margin-right: 10px; height: 40px; width: 40px; line-height: 40px; border: 1px solid #000000; } .pagination li.active a { background-color: #262626 !important; color: #fff !important; } .pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-top-left-radius: 50%; border-bottom-left-radius: 50%; } .pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-top-right-radius: 50%; border-bottom-right-radius: 50%; } .user-photo-album { text-align: center; } .featured-stories-homepage .img-sec{ max-height: 360px; } .featured-stories-homepage .img-sec img{ max-height: 340px; min-height: 340px; height: 100%; } .interiors-index-stories .img-sec img{ max-height: 250px; min-height: 250px; object-fit: cover; } .banner-search-results .banner.home-section { margin-bottom:0; } .header.Contact.Us .follow-menu{ display: inline-block !important; } .user-photo-album img{ /*max-width:750px; width:100%!important; */ max-width:750px; width:62% !important; } .header.HomePage .contact-menu{ display:none; } .header.HomePage .follow-menu{ display:inline-block!important; } .feature-post .bg-color .intro-para h2{ display:none; } .article-single-content img{ max-width:750px; width: 100% !important; } .article-single-content p{ font-family: 'MinionPro-Regular'; } .breadcrumb .bread_Index-stories, .breadcrumb .bread_Article{ display:none; } .header.subscribe .contact-menu, .header.newsletter .contact-menu{ display:none; } .header.subscribe .follow-menu, .header.newsletter .follow-menu{ display:inline-block!important; } .pac-container{ z-index:9999; } .header.Contact.Us .contact-menu{ display:none; } .listing-sec .card-text span:last-child{ display:none; } img.search_result_image { /* object-fit:cover; height: 389px!important; */ object-fit:cover; height: 389px !important; width: 100%; } .disclaimer p { font-family: FuturaPTBook; font-size: 10px!important; font-weight: 400!important; line-height: normal!important; color: #707070; letter-spacing: 1.5px; margin: 10px 0 0 0!important; text-transform: uppercase; } .tab-content-join label.small{ display:block; } /* new css */ .btnPrevious{ color: #000000; background: #FFFFFF !important; border: 1px solid #000000 !important; } .btnPrevious:hover{ color: #000000; background: #FFFFFF !important; border: 1px solid #000000 !important; } .submit_form_c { display: flex; justify-content: center; } .mo_ne_pr{ display: flex; justify-content: center; } .navlink:hover > a{ color: #FFFFFF !important; } .search-form-button:hover > span > a{ color: #FFFFFF !important; } .listing_card_title{ margin-bottom: -3px !important; } /* Media screen css */ @media only screen and (max-width: 1200px) { .hero-area.inner-pages-banner.inner-pages-banner-index { max-height: 528px; } } @media only screen and (max-width: 1100px) { .header .col-sm-8.header-right-container.navbar-header { width: 57.667%; } .inner-pages-banner-index .search-form-wrapper{ padding-left: 20px; padding-right: 20px; } } @media only screen and (max-width: 990px) { .header .col-sm-8.header-right-container.navbar-header { width: 66.667%; } .listing-sec .blog-post-item > div.listing-desc { border: none !important; } .search-form-wrapper.no-result-search .website-search .col-lg-3 { width: 100%; margin-bottom: 10px; } .inner-pages-banner-index .search-form-wrapper .website-search .col-lg-3.col-md-12 { width: 100%; } .inner-pages-banner-index .search-form-wrapper .website-search .col-lg-3.col-md-12.homepage-search { width: 100%; } .search_results .listing-sec .blog-post-item > div.listing-desc{ height:auto!important; } .card-body { padding-top: 10px; padding-bottom: 20px; } } @media only screen and (max-width: 767px) { .advance-search.advance-search-searchresult { border-top: none; } .breadcrumb-absolute, .member_results .breadcrumb, .inner-page-breadcrumbs .breadcrumb, .Post.Details .breadcrumb{ display:none; } .homepage-latestedition { padding-left: 0; padding-right: 0; } .instagram_feed .container { padding-left: 20px; padding-right: 20px; margin-bottom: 30px; } .blog-articles-homepage .container, .homepage-latestedition .container, .homepage-locations .container, .homepage-services .container { /* padding-left: 20px; padding-right: 20px; */ padding-left: 15px; padding-right: 20px; } .homepage_settings .homepage_title h2{ font-size: 24px !important; line-height: 30px; } .page-title h1 { font-size: 16px; line-height: 22px; letter-spacing: 5.05px; padding:0; } .homepage-latestedition h2 { font-size: 17px; line-height: 20px; letter-spacing: 2.83px; margin-bottom: 15px; text-align: center; margin-top: 0; } .homepage-latestedition ul li { font-size: 18px; line-height: 23px; } .get-quote.text-border { /* font-size: 12px; line-height: 12px; letter-spacing: 1px; width: 100%; text-align: center; margin-top: 30px; */ font-size: 12px; line-height: 12px; letter-spacing: 1px; width: 45%; text-align: center; /* margin-top: 30px; */ padding: 24px 10px !important; } .bg-color { /* padding: 20px 0; margin-bottom: 30px; */ padding: 57px 0; position: relative; bottom: -29px; } .join_sec_home .bg-color{ margin-bottom: 0; } .intro-para h2 { font-size: 16px; letter-spacing: 2px; line-height: 23px; } .intro-para p { font-size: 18px; line-height: 22px; } .footer { padding: 20px 0; } .site-footer h4 { font-family: 'Practice' !important; font-style: normal !important; font-weight: 600 !important; font-size: 28px; line-height: 39px; margin-top: 0; } .footer_menu ul { margin-bottom: 20px; } .hero-area.profile-banner { /* height: 200px; */ height: 410px; } .hero-area.profile-banner.inner-pages-banner-service { height: 501px; } .advance-search.advance-search-searchresult { /* padding: 20px 0 0 0; */ padding: 20px 0 0 0; position: relative; bottom: 228px; } .advance-search-searchresult.profile-content h1 { /* font-size: 30px; line-height: 34px; margin-bottom: 10px; */ font-size: 30px; line-height: 34px; margin-bottom: 10px; padding-top: 32px; } .advance-search-searchresult.profile-content.article-single-container h1 { font-size: 30px; line-height: 34px; margin-bottom: 25px; } .advance-search.advance-search-searchresult.profile-content .listing-drop { margin-top: 20px; } .advance-search.advance-search-searchresult .listing-drop { width: 100%; } .advance-search-searchresult h3 { font-size: 18px; margin-bottom: 10px; line-height: 20px; } .container-fluid.body-content { /* margin-bottom: 30px; */ margin-bottom: -100px; } .listing-sec .blog-post-item > div.listing-desc { padding: 20px; padding-top: 35px; /* padding: 12px; padding-top: 35px */ } .listing-sec .blog-post-item > div.listing-desc .card-body h4::after { display: none; } .listing-sec .blog-post-item > div.listing-desc .card-body h4 { font-size: 26px; margin-bottom: 10px; padding-bottom: 0; line-height: 29px; } .blog-post-item.row { /* margin-bottom: 20px; */ margin-bottom: 20px; width: 98%; position: relative; left: 5%; } .card-title p.in-partnership-with, p.in-partnership-with { line-height: 20px; } .hero-area.bg-3 img{ max-width: 210px; top:20%; } .hero-area.inner-pages-banner-common img{ top:0; } .hero-area.inner-pages-banner-common.inner-pages-banner-service img{ top:20%; } .hero-area.bg-3.profile-banner.signup_banner img { max-width: 210px; } .homepage_settings .homepage_title h1{ font-size:0!important; background-size: 260px; } #first_container .homepage_settings { padding-top: 100px; padding-bottom: 100px; height: 338px; } .intro-para h1{ background-size: 260px; } .header .col-sm-8.header-right-container.navbar-header{ width: 33.33333333%; height: 60px; } .header .mini-nav { display:none; } .header-right-container.navbar-header .navbar-toggle { display: block !important; height: 60px; width: 209px; /*border-left: 1px solid #262626; */ padding: 0; border-radius: 0; margin: 0; } .newsletter-page-container p.in-partnership-with, .media-pack-container p.in-partnership-with{ font-size: 18px; line-height: 25px; padding: 0 20px; } .newsletter-page-container .module { padding: 20px; margin-top: 20px; margin-bottom: 0; } .newsletter-page-container .newsletter_pleasenote h3, .newsletter-page-container .newsletter_pleasenote p { text-align: left; } .inner-page-breadcrumbs { display: none; } .profile-content.newsletter-page-container h1, .profile-content.media-pack-container h1{ margin-top:0; margin-bottom: 10px; } .contact-list-media { background: #4f4f4f; color: #fff; padding: 20px 20px; margin: 0; margin-bottom: 0; margin-top: 20px; } .contact-list-media h3 { font-size: 17px; line-height: 23px; letter-spacing: 2px; margin-bottom: 20px; padding-top: 0; } .contact-list-media p { font-size: 18px; line-height: 25px; letter-spacing: 0; margin-bottom: 20px; width: 100%; } .profile-content p{ width: 100%; } .contact-download-media { font-size: 14px; letter-spacing: 1px; line-height: 14px; margin-bottom: 20px; } .contact-renew-mmembership { padding: 20px 0; } .contact-code-ptactice { padding: 30px 0; } .instagram_feed .hide_mobile{ display:none } .instagram_feed .item_box+.item_box+.item_box+.item_box img{ margin:0 } .seeall-instagram{ display:inline-block; } .subscribe-div { padding: 0; margin: 20px 0 0 0; } .subscribe-div .col-md-6{ padding:0; } .newsletter-page-container .subscribe-div h1 { margin-top: 20px; font-size: 17px; line-height: 23px; letter-spacing: 2px; } .subscribe-div ul { line-height: 37px; font-size: 16px } .subscribe-div .get-quote.text-border { width: 90%; } .subscribe-div .subscribe-div-inner { margin-bottom: 30px; } .pages-top-logo { max-width: 200px; margin: 0 auto; height: 200px; } .inner-pages-banner-index .pages-top-logo { height: 200px; } .search-form-wrapper { padding: 10px 20px 0px 20px; } .search-form-wrapper .website-search .btn_home_search { height: 50px; } .homepage-services-all { /* padding-left: 0; padding-right: 0; */ padding-left: 0% !important; padding-right: 0% !important; } .homepage-services-all .home-section.services .card { height: auto; } .inner-pages-banner-index .pages-top-logo { height: 120px; } .inner-pages-banner-index .pages-top-logo img{ top: 22%; } .advance-search-searchresult.profile-content h1.search_title_bottom_noresult { font-size: 30px; line-height: 34px; padding: 0 20px; } .advance-search-searchresult.profile-content h1.search_title_bottom_noresult span { font-size: 16px; line-height: 20px; margin-top: 40px; } .search-form-wrapper.no-result-search .website-search .homepage-search { width: 100%; } .search-form-wrapper.no-result-search .website-search .btn_home_search { height: 50px; margin-bottom: 0; } .profile-content.article-single-container p { margin: 0; width: 100%; margin-bottom: 20px; } .article-single-container > .container{ padding:0 20px; } .search-form-wrapper .website-search .homepage-search { width: 100%; } .hero-area { margin-bottom: 30px; } .profile-content { margin: -50px auto 0 auto; } .subscribe-div .subscribe-div-inner { min-height: inherit; padding: 0 20px; padding-bottom: 30px; } .home-section { margin-bottom: 0; } .home-section h4.card-title { padding-bottom: 15px; } .homepage_steps { margin-bottom: 30px; } .profile-info > li { margin-top: 20px; display: inline-block; width: 100%; } .profile-info { margin-bottom: 30px; margin-top: 30px; } .homepage-services.homepage-services-all .services-all .col-sm-6.col-md-2{ width:100%; padding: 0; } .header { height: 60px; } .home-section-services-seeall{ width:100%; margin-top:10px; } #website_logo { padding-top: 12px; height: 60px; padding-left:20px; } #website_logo img { padding: 0; height: 35px; width: auto; } .home-section > .col-md-12{ padding-left:0; padding-right:0; } .home-section .col-sm-6.col-md-6, .home-section .col-md-3.col-sm-6.col-xs-12.item_box, .home-section .col-sm-6.col-md-3{ padding-left:0; padding-right:0; margin-bottom: 30px; } .instagram_feed img { margin-bottom: 0; } .hs-1, .hs-3, .hs-5{ padding-left: 0; } .hs-2, .hs-4, .hs-6{ padding-right: 0; } .homepage-latestedition ul { margin-bottom: 0; margin-top: 20px; } .desktop-title{ display:none; } .mobile-title{ display:block } .homepage-latestedition ul li:last-child { margin-bottom: 0; } .homepage-latestedition ul li::before { font-size: 20px; } .banner.home-section.home-join-section{ margin-bottom: 30px; } .home-join-section .banner-text img, .home-join-section .banner-text svg { /* height: 80px; */ height: 15%; width: 99%; margin-bottom: -8%; } .homepage-locations .home-section h4.card-title, .homepage-services .home-section h4.card-title { padding-top: 6px; } .home-section.services .card { height: auto; } .hs-3, .hs-5{ clear:both; } .homepage-services{ margin-bottom:30px; } body .footer { background-color: #26262b; padding: 40px 0 50px 0; } ul.footer_menu.sm-text-center { /* padding-bottom: 30px; */ } .footer .footer_terms a { margin-right: 0; line-height: 40px; display: block; height: 40px; } .container-fluid { padding-right: 20px; padding-left: 20px; } .newsletter-page-container .newsletter_pleasenote h3 { margin-bottom: 10px; } .newsletter-page-container #newsletter .form-actions .btn { width: 100%; } .container-fluid.body-content { padding-left: 20px; padding-right: 20px; } .profile-banner.no_result_banner + .container-fluid.body-content { margin-bottom: 30px; } body, .modal-header, .modal-content, .modal-body, .modal-footer { background: #fff!important; } .search-form-wrapper.container.no-result-search { padding: 10px 15px 10px; margin-bottom: 0; margin-top: 20px; } .advance-search-noresult .col-sm-12 .noresult-span { margin-top: 10px; font-size: 18px; line-height: 25px; } #first_container.HomePage { height: 338px; } .homepage_steps { padding: 30px 0; } .profile-content .profile-info.profile-info-nml { display: none !important; } .profile-content .profile-info.profile-info-mb { /* display: table !important; border-bottom: 0; text-transform: uppercase; font-size: 10px; line-height: 10px; color: #262626; letter-spacing: 1px; */ display: flex !important; border-bottom: 0; text-transform: uppercase; font-size: 10px; line-height: 10px; color: #262626; letter-spacing: 1px; } .profile-content .profile-info.profile-info-mb .profile-message { /* border-right: 1px solid #ccc; margin: 15px 0; margin-top: 0; */ margin: 15px 0; margin-top: 0; margin-right: 39px; margin-left: -42px; } .profile-content .profile-info.profile-info-mb > div { /* margin: 15px 0; margin-top: 0; */ margin: 15px 0; margin-top: 0; margin-right: 41px; } .profile-content .profile-info.profile-info-mb .col-xs-12.profile-social { /* padding-top: 15px; margin-top: 0; margin-bottom: 0; border-top: 1px solid #ccc; */ margin-top: 0; margin-bottom: 0; } .subscribe-div h2 { margin-bottom: 0; } .search-form-wrapper.no-result-search .website-search input.form-control, .search-form-wrapper.no-result-search .website-search select.form-control{ border: 1px solid #262626; height: 50px; padding: 10px; } .advance-search-noresult > .col-sm-12{ padding-left:0; padding-right:0; } #first_container.HomePage > .container { padding-right: 20px; padding-left: 20px; } .home-join-section .container { padding-right: 20px; padding-left: 20px; } .container.member-profile-content > .col-md-12{ padding-left:20px; padding-right:20px; } .inner-pages-banner-index .search-form-wrapper .website-search .col-lg-3.col-md-12, .search-form-wrapper .website-search .col-lg-3.col-md-12, .search-form-wrapper .website-search .col-lg-2.col-md-12 { margin-bottom: 10px; display: inline-block; width: 100%; padding-left: 0; padding-right: 0; } .inner-pages-banner-index .search-form-wrapper .website-search .col-lg-3.col-md-12.homepage-search { margin-bottom: 0; } .inner-pages-banner-index p.small-text { padding-left: 20px; padding-right: 20px; margin-bottom: 10px; margin-top: 0; } .nice-select { height: 50px; line-height: 50px; } .search-form-wrapper .website-search input.form-control, .search-form-wrapper .website-search .input-group-lg .select2-container .select2-choice, .search-form-wrapper .website-search .select2-container.input-lg .select2-choice, .search-form-wrapper .website-search select.input-lg { height: 50px; } .search-form-wrapper.no-result-search .website-search .homepage-search { padding-right: 10px; } .contact-renew-mmembership-contactus a.long_links{ font-size:10px; } .container-fluid.body-content.container-fluid-newsletter { margin-bottom: 30px; padding-left: 20px; padding-right: 20px; } .advance-search.advance-search-searchresult.newsletter-page-container { margin: -50px auto 0 auto; } .container-fluid.body-content.media-pack-container-fluid { margin-bottom: 30px; } .member_profile .banner.home-section.home-join-section, .member_results .banner.home-section.home-join-section{ margin-bottom: 0; } .search_results .listing-sec .blog-post-item > div.listing-desc{ height:auto!important; padding-bottom: 0; } .search_results .listing-sec .blog-post-item > div.listing-desc .card-body { padding-bottom: 0; } .search_results .listing-sec .blog-post-item > div.listing-desc .card-body .card-text{ margin-bottom:0; } .search_results .listing-sec .blog-post-item .clearfix.bpad { padding-bottom: 0; } .search_results .listing-sec .blog-post-item.row { margin-bottom: 40px; } .homepage-services-all h4.card-title { min-height: auto; } .services-all-inner .card-body { padding-top: 20px; padding-bottom: 30px; } .profile-content-signup h1 { font-size: 30px; line-height: 35px; padding: 0 20px; } .tab-content.tab-content-join { padding: 20px; } .profile-content-signup .col-md-8 { margin: -50px auto 0 auto; } .tab-content-join .btnNext, .tab-content-join .btnPrevious, .tab-content-join .btn-primary{ /*width:100%; */ width: 100%; margin-left: 0%; margin-right: 2%; } .listing-sec.container-fluid.body-content{ padding:0; } .newsletter-page-container iframe{ width: 100%; margin-top: 10px; } .search_results .blog-post-item img.search_result_image { min-height: auto; } .pagination { padding: 0 20px; } .pagination > li > a { margin-right: 5px; height: 35px; width: 35px; line-height: 35px; } /* .featured-stories-homepage .img-sec img { max-height: inherit; min-height: inherit; } .featured-stories-homepage .img-sec { max-height: inherit; } */ .content-container.instagram_feed .home-section .col-md-12 { clear:both; } .content-container.instagram_feed .home-section .col-sm-6.col-md-3 { padding-left: 10px; padding-right: 10px; margin-bottom: 30px; width: 49%; } /* start new css */ .navlink:hover > a{ color: #FFFFFF !important; } .footer .footer_terms { margin: -10px auto; } .hero-area.bg-3 svg { max-width: 400px; top: 72%; width: 141%; display: block; margin: auto; position: absolute; margin-left: -21%; } .inner-pages-banner-index .search-form-wrapper{ padding-top: 19%; } img.search_result_image{ width: 100%; } .mem_profile{ position: relative; bottom: -173px; } .user-photo-album img { max-width: 750px; width: 100%!important; } .intro-para .get-quote.text-border { width: 70%; } .index_stories { padding: 20px 0 0 0; position: relative; bottom: 36px !important; } .form-actions{ width: 96%; } .listing_card_title{ margin-bottom: 7px !important; } .first_next_button{ width: 100% !important; } .article-single-content{ margin-bottom: 48%; } /*end new css */ } @media only screen and (max-width: 480px) { .homepage-services .home-section h4.card-title { min-height: 55px; } .instagram_feed img { height: 150px !important; } } @media only screen and (max-width: 360px) { .nav-tabs.join_tabs > li::before { left: 45px; } }.homepage-services-all { padding-left: 50px; padding-right: 50px; max-width: 1440px; margin: auto;} </style> <style type='text/css'> .search-form-wrapper { background-color: black; color: white; /*background-color: yellow; color: black; */ } .btn_home_search { color: white; border: 1px solid white; } .search-form-wrapper .website-search h4 { padding-left: 10px; line-height: 12px; letter-spacing: 0.85px; color: white; font-family: 'Practice'; /* color: black; font-family: 'FuturaPT-Demi'; */ font-style: normal; font-weight: 400; font-size: 14px; line-height: 16px; } .header_search{ border: 1px solid white !important; } @media only screen and (max-width: 767px){ .header ul.sidebar-nav > li.follow-menu > ul > li.follow-contact-us a:hover{ background-color: #FFFFFF; border: 1px solid #262626; color: #000000!important; } } </style><div class="header Interiors Index"> <div class="container"> <div class="row"> <style type='text/css'> /*#website_logo{ position: relative; } @media only screen and (max-width: 760px){ #website_logo{ position: absolute !important; } } */ /* new css will be unblocked */ #website_logo{ position: relative; left: 39%; z-index: 100000; } @media only screen and (max-width: 760px){ #website_logo{ position: absolute !important; left: 25%; } } </style> <div id="website_logo" class="col-md-5 col-sm-4 tpad col-xs-8"> <a href="https://www.worldofinteriors.com/" title="The World of Interiors"> <img src="/images/logo.svg" alt="The World of Interiors"> </a> </div> <style type='text/css'> /* .breadcrumb > li + li::before { content: "\02223"; } .goog-te-gadget-simple { border: 1px solid #ccc; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; color: #555; } img.goog-te-gadget-icon { display: none; } .skiptranslate.goog-te-gadget span { display: none; } .skiptranslate { font-size: 0px; } .goog-te-gadget .goog-te-combo { margin-bottom: -4px; } .skiptranslate.goog-te-gadget select { border-radius: 3px; font-size: 12px; padding: 2px; width: 100%; background: #fff; } body input.tt-hint,body input.member_search.form-control.normal-autosuggest-input.tt-query { background-color: white !important; } .input-group-sm .input-group-addon .fa { font-size: 15px; } .header.index .mini-nav > li { padding: 18.5px 8px; } li.search-form-button.search-form-button-homepage.navlink { position: relative; top: -4%; } .navlink:hover { background-color: yellow; color: black !Important; } .navlink:hover > a{ color: black !important; } .header .container .mini-nav li a:hover { background-color: yellow; color: black !Important; } ul.mini-nav .search-form-button.search-form-button-homepage:hover { background-color: yellow; } @media only screen and (max-width: 767px){ .header ul.sidebar-nav > li.follow-menu > ul > li.follow-contact-us a:hover { background-color: #FFFFFF; border: 1px solid #262626; color: #000000!important; } } */ /* new css should be unblocked*/ .breadcrumb > li + li::before { content: "\02223"; } .goog-te-gadget-simple { border: 1px solid #ccc; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; color: #555; } img.goog-te-gadget-icon { display: none; } .skiptranslate.goog-te-gadget span { display: none; } .skiptranslate { font-size: 0px; } .goog-te-gadget .goog-te-combo { margin-bottom: -4px; } .skiptranslate.goog-te-gadget select { border-radius: 3px; font-size: 12px; padding: 2px; width: 100%; background: #fff; } body input.tt-hint,body input.member_search.form-control.normal-autosuggest-input.tt-query { background-color: white !important; } .input-group-sm .input-group-addon .fa { font-size: 15px; } #link242{ color: #8c8a8a; } .navlink:hover{ background-color: #000000; color:#FFFFFF !Important; } .header .container .mini-nav li a:hover{ background-color: #000000; color:#FFFFFF !Important; } ul.mini-nav .search-form-button.search-form-button-homepage:hover{ background-color: #000000; } .header.index .mini-nav > li, .header.Search.Results .mini-nav > li, .header .mini-nav > li{ padding: 18.5px 8px; } li.search-form-button.search-form-button-homepage.navlink { position: relative; top: -4%; } @media only screen and (max-width: 700px){ .header .col-sm-8.header-right-container.navbar-header { width: 12.333333%; height: 60px; } .header-right-container.navbar-header .navbar-toggle { border-left:0px; } /*.row{ margin-right: 207px } */ } </style><div class="col-md-7 col-sm-8 col-xs-8 nopad text-right header-right-container navbar-header"> <button type="button" class="navbar-toggle collapsed main_menu" data-toggle="collapse"> <svg id="mobile_menu_open" data-name="Layer 9" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><title>menu</title><g id="Page-1"><g id="WoI-Article---Desktop-_-Mobile" data-name="WoI-Article---Desktop-+-Mobile"><g id="Mobile---article"><g id="Mobile-Nav"><g id="Menu"><g id="nav-menu-open-01"><rect id="Rectangle-path" class="mobile_menu_icon" y="3.08" width="20" height="1.3"/><polygon id="Rectangle-path-2" data-name="Rectangle-path" class="mobile_menu_icon" points="0 15.62 20 15.62 20 16.92 0 16.92 0 15.62"/><polygon id="Rectangle-path-3" data-name="Rectangle-path" class="mobile_menu_icon" points="0 9.35 20 9.35 20 10.65 0 10.65 0 9.35"/></g></g></g></g></g></g></svg> <svg id="mobile_menu_close" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20.01 20.01"><path class="mobile-menu-close" d="M18.6 20.01l-8.59-8.59-8.59 8.59L.01 18.6l8.59-8.59L.01 1.42 1.42.01l8.59 8.59L18.6.01l1.41 1.41-8.59 8.59 8.59 8.59z"></path></svg> </button> <ul class="mini-nav nomargin nav navbar-nav list-inline vpad"> <li class='index-links-hide navlink'><a href='/interiors-index' id='link207' class='btn'>Index</a></li><li class='index-links-hide link-hide navlink'><a href='/subscribe' id='link209' class='btn'>Subscribe</a></li><li class='index-links-hide contact-menu link-hide navlink'><a href='/contact-us' id='link235' class='btn'>Contact Us</a></li><li class='index-links-hide navlink'><a href='/newsletter' id='link242'>Newsletter</a></li><li class='index-links navlink'><a href='/checkout/3' id='link236' class='btn'><body> <!-- End Google Tag Manager (noscript) --> <script> function eventTrigger(){ gtag("event", "button_click", { 'send_to':['UA-8086546-37'], "event_category": "click tracking", "event_label": "apply to join button click", }); } </script> <!-- Google Tag Manager (noscript) --> <!-- End Google Tag Manager (noscript) --> <div onclick="eventTrigger()">Apply to Join</div> </a></li><li class='index-links-hide follow-menu navlink sub_open'><a href='#' id='link237' class='btn'>Follow</a><ul><li class='facebook sub-nav-menu navlink'><a href='https://facebook.com/TheWorldofInteriors' id='link238' target='_blank'><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path class="facebook-header" d="M14.41 6.64l-.23 3h-3.07V20H7.24V9.64H5.18v-3h2.06v-2a5.37 5.37 0 0 1 .67-3.1A3.68 3.68 0 0 1 11.11 0a13 13 0 0 1 3.71.37l-.52 3.09a7 7 0 0 0-1.67-.25c-.8 0-1.52.29-1.52 1.09v2.34z"></path></svg></a></li><li class='twitter sub-nav-menu'><a href='https://twitter.com/WofInteriors' id='link239' target='_blank'><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path class="twitter-header" d="M18 5.92v.53A11.59 11.59 0 0 1 6.5 18.13h-.21A11.62 11.62 0 0 1 0 16.28a8.24 8.24 0 0 0 1 .06 8.22 8.22 0 0 0 5.1-1.76 4.1 4.1 0 0 1-3.83-2.85 4.11 4.11 0 0 0 1.85-.07 4.1 4.1 0 0 1-3.29-4 4.11 4.11 0 0 0 1.86.51 4.11 4.11 0 0 1-1.3-5.55 11.65 11.65 0 0 0 8.46 4.29 4.11 4.11 0 0 1 7-3.74 8.2 8.2 0 0 0 2.61-1 4.11 4.11 0 0 1-1.8 2.27A8.22 8.22 0 0 0 20 3.8a8.31 8.31 0 0 1-2 2.12"></path></svg></a></li><li class='instagram sub-nav-menu'><a href='https://www.instagram.com/theworldofinteriors/' id='link240' target='_blank'><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path class="instagram-header" d="M10 4.86A5.14 5.14 0 1 0 15.14 10 5.14 5.14 0 0 0 10 4.86zm0 8.47A3.33 3.33 0 1 1 13.33 10 3.33 3.33 0 0 1 10 13.33zm9.94-7.46a7.34 7.34 0 0 0-.46-2.43 4.9 4.9 0 0 0-1.15-1.77A4.9 4.9 0 0 0 16.55.53a7.34 7.34 0 0 0-2.43-.47C13.06 0 12.72 0 10 0S6.94 0 5.88.06a7.34 7.34 0 0 0-2.43.47 4.9 4.9 0 0 0-1.77 1.15A4.9 4.9 0 0 0 .52 3.45a7.34 7.34 0 0 0-.46 2.43C0 6.94 0 7.28 0 10s0 3.06.06 4.12a7.34 7.34 0 0 0 .46 2.43 4.9 4.9 0 0 0 1.15 1.77 4.9 4.9 0 0 0 1.77 1.15 7.34 7.34 0 0 0 2.43.46C6.94 20 7.28 20 10 20s3.06 0 4.12-.06a7.34 7.34 0 0 0 2.43-.46 5.11 5.11 0 0 0 2.92-2.92 7.34 7.34 0 0 0 .46-2.43c0-1.07.06-1.41.06-4.12s.01-3.07-.05-4.13zM18.14 14a5.53 5.53 0 0 1-.34 1.86 3.31 3.31 0 0 1-1.9 1.9 5.53 5.53 0 0 1-1.86.34c-1.05 0-1.37.06-4 .06s-3 0-4-.06a5.53 5.53 0 0 1-1.94-.3A3.1 3.1 0 0 1 3 17a3.1 3.1 0 0 1-.8-1.1 5.53 5.53 0 0 1-.34-1.9c0-1.05-.06-1.37-.06-4s0-3 .06-4a5.54 5.54 0 0 1 .34-1.9A3.1 3.1 0 0 1 3 3a3.1 3.1 0 0 1 1.1-.8A5.53 5.53 0 0 1 6 1.86c1.05 0 1.37-.06 4-.06s3 0 4 .06a5.53 5.53 0 0 1 1.86.34A3.1 3.1 0 0 1 17 3a3.1 3.1 0 0 1 .8 1.1 5.53 5.53 0 0 1 .34 1.9c0 1.05.06 1.37.06 4s-.01 3-.06 4zm-1.6-9.38a1.2 1.2 0 1 1-1.2-1.2 1.2 1.2 0 0 1 1.2 1.24z" fill-rule="evenodd"></path></svg></a></li><li class='follow-contact-us sub-nav-menu'><a href='/contact-us' id='link241'>Contact Us</a></li></ul></li><li class='index-links follow-menu navlink sub_open'><a href='#' id='link253' class='btn'>Follow</a><ul><li class='facebook sub-nav-menu'><a href='https://facebook.com/TheWorldofInteriors' id='link254' target='_blank'><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path class="facebook-header" d="M14.41 6.64l-.23 3h-3.07V20H7.24V9.64H5.18v-3h2.06v-2a5.37 5.37 0 0 1 .67-3.1A3.68 3.68 0 0 1 11.11 0a13 13 0 0 1 3.71.37l-.52 3.09a7 7 0 0 0-1.67-.25c-.8 0-1.52.29-1.52 1.09v2.34z"></path></svg></a></li><li class='twitter sub-nav-menu'><a href='https://www.pinterest.co.uk/TheInteriorsIndex' id='link255' target='_blank'><svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 480.666 480.666" style="enable-background:new 0 0 480.666 480.666;" xml:space="preserve"> <g id="pinterest_2_"> <path d="M240.35,0.008C107.612,0.008,0,107.605,0,240.31c0,98.431,59.168,182.967,143.867,220.133 c-0.717-16.795-0.157-36.918,4.145-55.17c4.646-19.522,30.957-130.976,30.957-130.976s-7.669-15.345-7.669-38.009 c0-35.623,20.637-62.215,46.323-62.215c21.885,0,32.421,16.429,32.421,36.076c0,21.962-13.996,54.85-21.198,85.283 c-6.016,25.5,12.781,46.301,37.907,46.301c45.545,0,76.221-58.506,76.221-127.781c0-52.66-35.478-92.087-100.006-92.087 c-72.916,0-118.305,54.359-118.305,115.077c0,20.949,6.142,35.702,15.837,47.127c4.428,5.268,5.051,7.388,3.43,13.405 c-1.154,4.427-3.773,15.072-4.895,19.28c-1.592,6.096-6.516,8.262-12.033,6.033c-33.573-13.733-49.192-50.471-49.192-91.814 c0-68.279,57.578-150.125,171.736-150.125c91.773,0,152.189,66.377,152.189,137.654c0,94.277-52.434,164.723-129.713,164.723 c-25.937,0-50.346-14.045-58.701-29.975c0,0-13.965,55.389-16.894,66.065c-5.113,18.517-15.089,37.058-24.193,51.491 c21.605,6.375,44.454,9.85,68.116,9.85c132.736,0,240.316-107.595,240.316-240.348C480.666,107.605,373.086,0.008,240.35,0.008z" /></svg></a></li><li class='instagram sub-nav-menu'><a href='https://www.instagram.com/theinteriorsindex/' id='link256' target='_blank'><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path class="instagram-header" d="M10 4.86A5.14 5.14 0 1 0 15.14 10 5.14 5.14 0 0 0 10 4.86zm0 8.47A3.33 3.33 0 1 1 13.33 10 3.33 3.33 0 0 1 10 13.33zm9.94-7.46a7.34 7.34 0 0 0-.46-2.43 4.9 4.9 0 0 0-1.15-1.77A4.9 4.9 0 0 0 16.55.53a7.34 7.34 0 0 0-2.43-.47C13.06 0 12.72 0 10 0S6.94 0 5.88.06a7.34 7.34 0 0 0-2.43.47 4.9 4.9 0 0 0-1.77 1.15A4.9 4.9 0 0 0 .52 3.45a7.34 7.34 0 0 0-.46 2.43C0 6.94 0 7.28 0 10s0 3.06.06 4.12a7.34 7.34 0 0 0 .46 2.43 4.9 4.9 0 0 0 1.15 1.77 4.9 4.9 0 0 0 1.77 1.15 7.34 7.34 0 0 0 2.43.46C6.94 20 7.28 20 10 20s3.06 0 4.12-.06a7.34 7.34 0 0 0 2.43-.46 5.11 5.11 0 0 0 2.92-2.92 7.34 7.34 0 0 0 .46-2.43c0-1.07.06-1.41.06-4.12s.01-3.07-.05-4.13zM18.14 14a5.53 5.53 0 0 1-.34 1.86 3.31 3.31 0 0 1-1.9 1.9 5.53 5.53 0 0 1-1.86.34c-1.05 0-1.37.06-4 .06s-3 0-4-.06a5.53 5.53 0 0 1-1.94-.3A3.1 3.1 0 0 1 3 17a3.1 3.1 0 0 1-.8-1.1 5.53 5.53 0 0 1-.34-1.9c0-1.05-.06-1.37-.06-4s0-3 .06-4a5.54 5.54 0 0 1 .34-1.9A3.1 3.1 0 0 1 3 3a3.1 3.1 0 0 1 1.1-.8A5.53 5.53 0 0 1 6 1.86c1.05 0 1.37-.06 4-.06s3 0 4 .06a5.53 5.53 0 0 1 1.86.34A3.1 3.1 0 0 1 17 3a3.1 3.1 0 0 1 .8 1.1 5.53 5.53 0 0 1 .34 1.9c0 1.05.06 1.37.06 4s-.01 3-.06 4zm-1.6-9.38a1.2 1.2 0 1 1-1.2-1.2 1.2 1.2 0 0 1 1.2 1.24z" fill-rule="evenodd"></path></svg></a></li><li class='follow-contact-us sub-nav-menu'><a href='/contact-us' id='link257'>Contact Us</a></li></ul></li><li class='search-form-button search-form-button-homepage navlink'><span id='link210'> <a href="javascript:void(0)" class="search-form-tigger search-form-tigger-open btn btn-success" data-toggle="search-form"><svg width="20" height="20" xmlns="http://www.w3.org/2000/svg" class="open_svg_img"><title>search-open</title><path class="svg-search" d="M20 19.28l-6.47-6.55a7.78 7.78 0 1 0-.7.71L19.29 20zM7.71 14.42a6.71 6.71 0 1 1 6.71-6.71 6.72 6.72 0 0 1-6.71 6.71z"></path></svg></a> <a href="javascript:void(0)" class="search-form-tigger search-form-tigger-close is-hidden btn btn-success" data-toggle="search-form"><svg width="20" height="20" xmlns="http://www.w3.org/2000/svg" class="svg_close"><title>search-close</title><polygon class="svg-search" id="svg_1" points="20 0.7 19.3 0 10 9.3 0.7 0 0 0.7 9.3 10 0 19.3 0.7 20 10 10.7 19.3 20 20 19.3 10.7 10 20 0.7"></polygon> </svg></a> <style> svg.open_svg_img:hover{ fill: white; } svg.svg_close{ fill: white } </style></span></li> </ul> <div class="clearfix"></div> </div> </div> </div> <style type='text/css'> .main_menu, .user_sidebar { padding: 5px 8px; } .main_menu i, .user_sidebar i { font-size: 16px; } .navbar-nav li { float: none!Important; } #member_sidebar_toggle { max-height: 34px; } .navbar-default{ -webkit-transition: all .6s ease-in-out; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out; } .transparent_menu { background-color: rgba(32, 80, 129,0.95)!important; } @media only screen and (max-width: 991px) { #popover {display: none;} } @media only screen and (max-width: 1100px){ .mobile-main-menu, #member_sidebar_toggle{ display:block!important; } .navbar-toggle { display: block!important; } #bs-main_menu .nav { display: none!important; } } .mobile-main-menu { position: fixed; height: calc(100% - 50px)!important; width: 250px; background: rgb(32, 80, 129); z-index: 99999; right: -250px; top: 50px; display: none; -webkit-transition: all .6s ease-in-out; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out; overflow-y: auto!important; overflow-x: hidden!important; } .mobile-main-menu ul li i { color: rgb(255, 255, 255); cursor: pointer; float: right; padding: 13px; } .mobile-main-menu.opened{ right: 0px!important; } .mobile-main-menu ul li a, .mobile-main-menu ul li span { display: inline-block; float: left; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; padding: 10px 0px; width: 80%; width: calc(100% - 40px); } .mobile-main-menu .sidebar-nav li ul { height: 0px; overflow: hidden; list-style: none; color: rgb(255, 255, 255); padding-left: 10px; } .mobile-main-menu .sidebar-nav li.sub_open > ul{ height: 100%; } .mobile-main-menu ul.sidebar-nav { position: absolute; width: 250px; margin: 0; padding: 0; list-style: none; font-size: 14px; } .mobile-main-menu .sidebar-nav > li { display: block; line-height: 20px; padding: 0 15px 0 20px; } .mobile-main-menu .sidebar-nav li a, .mobile-main-menu .sidebar-nav li span { text-decoration: none; color: rgb(255, 255, 255); } .mobile-main-menu .sidebar-nav li a i, .mobile-main-menu .sidebar-nav li span i { display: none; } /* new css should be open */ @media only screen and (max-width: 767px){ .sub_open{ border-bottom: none !important; } } </style><div class="mobile-main-menu"> <ul class="sidebar-nav"> <li class='index-links-hide navlink'><a href='/interiors-index' id='link207' class='btn'>Index</a></li><li class='index-links-hide link-hide navlink'><a href='/subscribe' id='link209' class='btn'>Subscribe</a></li><li class='index-links-hide contact-menu link-hide navlink'><a href='/contact-us' id='link235' class='btn'>Contact Us</a></li><li class='index-links-hide navlink'><a href='/newsletter' id='link242'>Newsletter</a></li><li class='index-links navlink'><a href='/checkout/3' id='link236' class='btn'><body> <!-- End Google Tag Manager (noscript) --> <script> function eventTrigger(){ gtag("event", "button_click", { 'send_to':['UA-8086546-37'], "event_category": "click tracking", "event_label": "apply to join button click", }); } </script> <!-- Google Tag Manager (noscript) --> <!-- End Google Tag Manager (noscript) --> <div onclick="eventTrigger()">Apply to Join</div> </a></li><li class='index-links-hide follow-menu navlink sub_open'><a href='#' id='link237' class='btn'>Follow</a><ul><li class='facebook sub-nav-menu navlink'><a href='https://facebook.com/TheWorldofInteriors' id='link238' target='_blank'><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path class="facebook-header" d="M14.41 6.64l-.23 3h-3.07V20H7.24V9.64H5.18v-3h2.06v-2a5.37 5.37 0 0 1 .67-3.1A3.68 3.68 0 0 1 11.11 0a13 13 0 0 1 3.71.37l-.52 3.09a7 7 0 0 0-1.67-.25c-.8 0-1.52.29-1.52 1.09v2.34z"></path></svg></a></li><li class='twitter sub-nav-menu'><a href='https://twitter.com/WofInteriors' id='link239' target='_blank'><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path class="twitter-header" d="M18 5.92v.53A11.59 11.59 0 0 1 6.5 18.13h-.21A11.62 11.62 0 0 1 0 16.28a8.24 8.24 0 0 0 1 .06 8.22 8.22 0 0 0 5.1-1.76 4.1 4.1 0 0 1-3.83-2.85 4.11 4.11 0 0 0 1.85-.07 4.1 4.1 0 0 1-3.29-4 4.11 4.11 0 0 0 1.86.51 4.11 4.11 0 0 1-1.3-5.55 11.65 11.65 0 0 0 8.46 4.29 4.11 4.11 0 0 1 7-3.74 8.2 8.2 0 0 0 2.61-1 4.11 4.11 0 0 1-1.8 2.27A8.22 8.22 0 0 0 20 3.8a8.31 8.31 0 0 1-2 2.12"></path></svg></a></li><li class='instagram sub-nav-menu'><a href='https://www.instagram.com/theworldofinteriors/' id='link240' target='_blank'><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path class="instagram-header" d="M10 4.86A5.14 5.14 0 1 0 15.14 10 5.14 5.14 0 0 0 10 4.86zm0 8.47A3.33 3.33 0 1 1 13.33 10 3.33 3.33 0 0 1 10 13.33zm9.94-7.46a7.34 7.34 0 0 0-.46-2.43 4.9 4.9 0 0 0-1.15-1.77A4.9 4.9 0 0 0 16.55.53a7.34 7.34 0 0 0-2.43-.47C13.06 0 12.72 0 10 0S6.94 0 5.88.06a7.34 7.34 0 0 0-2.43.47 4.9 4.9 0 0 0-1.77 1.15A4.9 4.9 0 0 0 .52 3.45a7.34 7.34 0 0 0-.46 2.43C0 6.94 0 7.28 0 10s0 3.06.06 4.12a7.34 7.34 0 0 0 .46 2.43 4.9 4.9 0 0 0 1.15 1.77 4.9 4.9 0 0 0 1.77 1.15 7.34 7.34 0 0 0 2.43.46C6.94 20 7.28 20 10 20s3.06 0 4.12-.06a7.34 7.34 0 0 0 2.43-.46 5.11 5.11 0 0 0 2.92-2.92 7.34 7.34 0 0 0 .46-2.43c0-1.07.06-1.41.06-4.12s.01-3.07-.05-4.13zM18.14 14a5.53 5.53 0 0 1-.34 1.86 3.31 3.31 0 0 1-1.9 1.9 5.53 5.53 0 0 1-1.86.34c-1.05 0-1.37.06-4 .06s-3 0-4-.06a5.53 5.53 0 0 1-1.94-.3A3.1 3.1 0 0 1 3 17a3.1 3.1 0 0 1-.8-1.1 5.53 5.53 0 0 1-.34-1.9c0-1.05-.06-1.37-.06-4s0-3 .06-4a5.54 5.54 0 0 1 .34-1.9A3.1 3.1 0 0 1 3 3a3.1 3.1 0 0 1 1.1-.8A5.53 5.53 0 0 1 6 1.86c1.05 0 1.37-.06 4-.06s3 0 4 .06a5.53 5.53 0 0 1 1.86.34A3.1 3.1 0 0 1 17 3a3.1 3.1 0 0 1 .8 1.1 5.53 5.53 0 0 1 .34 1.9c0 1.05.06 1.37.06 4s-.01 3-.06 4zm-1.6-9.38a1.2 1.2 0 1 1-1.2-1.2 1.2 1.2 0 0 1 1.2 1.24z" fill-rule="evenodd"></path></svg></a></li><li class='follow-contact-us sub-nav-menu'><a href='/contact-us' id='link241'>Contact Us</a></li></ul></li><li class='index-links follow-menu navlink sub_open'><a href='#' id='link253' class='btn'>Follow</a><ul><li class='facebook sub-nav-menu'><a href='https://facebook.com/TheWorldofInteriors' id='link254' target='_blank'><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path class="facebook-header" d="M14.41 6.64l-.23 3h-3.07V20H7.24V9.64H5.18v-3h2.06v-2a5.37 5.37 0 0 1 .67-3.1A3.68 3.68 0 0 1 11.11 0a13 13 0 0 1 3.71.37l-.52 3.09a7 7 0 0 0-1.67-.25c-.8 0-1.52.29-1.52 1.09v2.34z"></path></svg></a></li><li class='twitter sub-nav-menu'><a href='https://www.pinterest.co.uk/TheInteriorsIndex' id='link255' target='_blank'><svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 480.666 480.666" style="enable-background:new 0 0 480.666 480.666;" xml:space="preserve"> <g id="pinterest_2_"> <path d="M240.35,0.008C107.612,0.008,0,107.605,0,240.31c0,98.431,59.168,182.967,143.867,220.133 c-0.717-16.795-0.157-36.918,4.145-55.17c4.646-19.522,30.957-130.976,30.957-130.976s-7.669-15.345-7.669-38.009 c0-35.623,20.637-62.215,46.323-62.215c21.885,0,32.421,16.429,32.421,36.076c0,21.962-13.996,54.85-21.198,85.283 c-6.016,25.5,12.781,46.301,37.907,46.301c45.545,0,76.221-58.506,76.221-127.781c0-52.66-35.478-92.087-100.006-92.087 c-72.916,0-118.305,54.359-118.305,115.077c0,20.949,6.142,35.702,15.837,47.127c4.428,5.268,5.051,7.388,3.43,13.405 c-1.154,4.427-3.773,15.072-4.895,19.28c-1.592,6.096-6.516,8.262-12.033,6.033c-33.573-13.733-49.192-50.471-49.192-91.814 c0-68.279,57.578-150.125,171.736-150.125c91.773,0,152.189,66.377,152.189,137.654c0,94.277-52.434,164.723-129.713,164.723 c-25.937,0-50.346-14.045-58.701-29.975c0,0-13.965,55.389-16.894,66.065c-5.113,18.517-15.089,37.058-24.193,51.491 c21.605,6.375,44.454,9.85,68.116,9.85c132.736,0,240.316-107.595,240.316-240.348C480.666,107.605,373.086,0.008,240.35,0.008z" /></svg></a></li><li class='instagram sub-nav-menu'><a href='https://www.instagram.com/theinteriorsindex/' id='link256' target='_blank'><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path class="instagram-header" d="M10 4.86A5.14 5.14 0 1 0 15.14 10 5.14 5.14 0 0 0 10 4.86zm0 8.47A3.33 3.33 0 1 1 13.33 10 3.33 3.33 0 0 1 10 13.33zm9.94-7.46a7.34 7.34 0 0 0-.46-2.43 4.9 4.9 0 0 0-1.15-1.77A4.9 4.9 0 0 0 16.55.53a7.34 7.34 0 0 0-2.43-.47C13.06 0 12.72 0 10 0S6.94 0 5.88.06a7.34 7.34 0 0 0-2.43.47 4.9 4.9 0 0 0-1.77 1.15A4.9 4.9 0 0 0 .52 3.45a7.34 7.34 0 0 0-.46 2.43C0 6.94 0 7.28 0 10s0 3.06.06 4.12a7.34 7.34 0 0 0 .46 2.43 4.9 4.9 0 0 0 1.15 1.77 4.9 4.9 0 0 0 1.77 1.15 7.34 7.34 0 0 0 2.43.46C6.94 20 7.28 20 10 20s3.06 0 4.12-.06a7.34 7.34 0 0 0 2.43-.46 5.11 5.11 0 0 0 2.92-2.92 7.34 7.34 0 0 0 .46-2.43c0-1.07.06-1.41.06-4.12s.01-3.07-.05-4.13zM18.14 14a5.53 5.53 0 0 1-.34 1.86 3.31 3.31 0 0 1-1.9 1.9 5.53 5.53 0 0 1-1.86.34c-1.05 0-1.37.06-4 .06s-3 0-4-.06a5.53 5.53 0 0 1-1.94-.3A3.1 3.1 0 0 1 3 17a3.1 3.1 0 0 1-.8-1.1 5.53 5.53 0 0 1-.34-1.9c0-1.05-.06-1.37-.06-4s0-3 .06-4a5.54 5.54 0 0 1 .34-1.9A3.1 3.1 0 0 1 3 3a3.1 3.1 0 0 1 1.1-.8A5.53 5.53 0 0 1 6 1.86c1.05 0 1.37-.06 4-.06s3 0 4 .06a5.53 5.53 0 0 1 1.86.34A3.1 3.1 0 0 1 17 3a3.1 3.1 0 0 1 .8 1.1 5.53 5.53 0 0 1 .34 1.9c0 1.05.06 1.37.06 4s-.01 3-.06 4zm-1.6-9.38a1.2 1.2 0 1 1-1.2-1.2 1.2 1.2 0 0 1 1.2 1.24z" fill-rule="evenodd"></path></svg></a></li><li class='follow-contact-us sub-nav-menu'><a href='/contact-us' id='link257'>Contact Us</a></li></ul></li><li class='search-form-button search-form-button-homepage navlink'><span id='link210'> <a href="javascript:void(0)" class="search-form-tigger search-form-tigger-open btn btn-success" data-toggle="search-form"><svg width="20" height="20" xmlns="http://www.w3.org/2000/svg" class="open_svg_img"><title>search-open</title><path class="svg-search" d="M20 19.28l-6.47-6.55a7.78 7.78 0 1 0-.7.71L19.29 20zM7.71 14.42a6.71 6.71 0 1 1 6.71-6.71 6.72 6.72 0 0 1-6.71 6.71z"></path></svg></a> <a href="javascript:void(0)" class="search-form-tigger search-form-tigger-close is-hidden btn btn-success" data-toggle="search-form"><svg width="20" height="20" xmlns="http://www.w3.org/2000/svg" class="svg_close"><title>search-close</title><polygon class="svg-search" id="svg_1" points="20 0.7 19.3 0 10 9.3 0.7 0 0 0.7 9.3 10 0 19.3 0.7 20 10 10.7 19.3 20 20 19.3 10.7 10 20 0.7"></polygon> </svg></a> <style> svg.open_svg_img:hover{ fill: white; } svg.svg_close{ fill: white } </style></span></li> </ul> </div> <nav class="navbar navbar-default "> <div class="container container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed main_menu test" data-toggle="collapse"> <i class="fa fa-bars fa-fw"></i> Menu </button> </div> <div class="tablet-menu collapse navbar-collapse nopad" id="bs-main_menu"> <ul class="tablet-menu-ul nav navbar-nav nav-justified"> <li class=''><a href='/home' id='link1'>Home</a></li><li class=''><a href='/search_results' id='link230'>Member Directory</a></li><li class=''><a href='/about' id='link189'>How It Works</a></li><li class=''><a href='/blog' id='link227'>Latest News</a></li><li class=''><a href='/join' id='link231'>Join Today</a></li> </ul> </div> </div> </nav> <!--CSS IF MENU IS FIXED TOP--> <div class="search-form-wrapper container"> <form action="/search_results" class="website-search" accept-charset="UTF-8" method="get"> <div class="row1"> <h4>Find a Design & Decoration Professional</h4> <div class="form-group col-lg-3 col-md-12"> <select placeholder="Service" name="tid" id="sid" class="form-control input-lg nice-select-select"> <option value="">Area of Interest</option> <option value="35">Antiques</option> <option value="46">Artisans</option> <option value="36">Artists & Galleries</option> <option value="54">Auction Houses</option> <option value="47">Bathroom Decor</option> <option value="41">Cabinet Makers</option> <option value="49">Ceramics</option> <option value="39">Decorative Arts & Objects</option> <option value="40">Furniture & Restoration</option> <option value="42">Lighting & Furnishings</option> <option value="48">Outdoor</option> <option value="45">Paint & Paper</option> <option value="43">Places</option> <option value="33">Rugs & Flooring</option> <option value="51">Table Top</option> <option value="34">Textiles</option> </select> </div> <div class="form-group col-lg-3 col-md-12"> <input type=text placeholder="Location" class="googleSuggest1 googleLocation form-control" id="location_google_maps_homepage1" name="location_value" value=""> </div> <div class="form-group col-lg-3 col-md-12"> <input type="text" name="q" value="" placeholder="Search by Name" class="form-control member_search"> </div> <div class="form-group col-lg-3 col-md-12 homepage-search"> <button type="submit" class="btn-block btn btn-lg btn_home_search header_search">Search</button> </div> </div> </form> </div> </div> <style type='text/css'> #new_banner{ width: 100%; height: 60.34px; left: 0px; top: 0px; text-align: center; background: #000000; } .banner_text{ display: inline-block; } .banner_text a{ display: inline-flex; width: 409px; height: 16px; left: 430.66px; margin-top: 26.17px; font-family: 'Practice' !important; font-style: normal; font-weight: 500; font-size: 14px; line-height: 16px; /* identical to box height, or 114% */ text-align: center; letter-spacing: 2px; text-transform: uppercase; color: white; } .ar_image { width: 0.6pc; margin-bottom: 4px; height: 0.8pc; background-color: black; } .sticky { position: fixed; top: 0; z-index: 60000; } .inner_exp{ margin-left:2%; } @media (max-width: 768px){ #new_banner{ width: 100%; height: 60.34px; left: 0px; top: 0px; text-align: center; background: #000000; padding-bottom: 14%; } .banner_text{ display: inline-block; } .banner_text a{ display: inline-block; width: 394px; height: 16px; left: 430.66px; padding-top: 1.17px; font-family: 'Practice' !important; font-style: normal; font-weight: 500; font-size: 14px; line-height: 16px; /* identical to box height, or 114% */ text-align: center; letter-spacing: 2px; text-transform: uppercase; color: white; } .ar_image { margin-left: 1pc; width: 1pc; position: absolute; height: 1pc; } .sticky { position: fixed; top: 0; z-index: 60000; } } @media (max-width: 350px) { #new_banner{ width: 100%; height: 91.34px; left: 0px; top: 0px; text-align: center; background: #000000; } .banner_text{ display: table; } .banner_text a{ display: inline-block; width: 285px; height: 16px; left: 430.66px; padding-top: 26.17px; font-family: 'Practice' !important; font-style: normal; font-weight: 500; font-size: 14px; margin-left: 4pc; line-height: 16px; text-align: center; letter-spacing: 2px; text-transform: uppercase; color: white; } .ar_image { margin-left: 7.5pc; width: 1pc; display: inline-block; margin-top: 1.2pc; height: 1pc; } .sticky { position: fixed; top: 0; z-index: 60000; } } @media (max-width: 550px) { #new_banner{ width: 100%; height: 91.34px; left: 0px; top: 0px; text-align: center; background: #000000; } .banner_text{ display: table; } .banner_text a{ display: inline-block; width: 285px; height: 16px; left: 430.66px; margin-top: 31.17px; font-family: 'Practice' !important; font-style: normal; font-weight: 500; font-size: 14px; margin-left: 4pc; line-height: 16px; text-align: center; letter-spacing: 2px; text-transform: uppercase; color: white; margin-left: 14%; } .ar_image { margin-left: 0.2pc; width: 0.8pc; position: absolute; height: 0.8pc; } .sticky { position: fixed; top: 0; z-index: 60000; } } </style><div class="new_banner" id="new_banner" onclick="ybannerClicks()"> <div class="banner_text"> <a href="https://www.worldofinteriors.com/" target="_blank"><div class="inner_exp">Experience</div><div class="inner_exp"> the new world of interiors <img class="ar_image" src="https://www.worldofinteriors.co.uk/images/arrow_img/white_arrow.png"></div></a> </div> </div> <div class="clearfix"></div> <!-- Begin Content --> <div id="first_container" class="content-container fr-view"> <div class="container"> <div class="clearfix body-content"></div> <style>.body-content { margin-bottom: 0; }</style> <!-- Closes Container Divs from framework if Full-Widths Page --> </div></div> <div class="clearfix"></div> <div class="web-page-content fr-view"> <section class="hero-area bg-3 text-center overly profile-banner inner-pages-banner inner-pages-banner-index"><div class="index-banner-common-div"><div class="pages-top-logo"><!--<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 381.98 110.76"><defs><style>.cls-1{fill:#ffffff;}</style></defs><title>The Interiors Index logo</title><path class="cls-1" d="M29.27,6.89H28.17c-.25-4-1.8-5.08-5.66-5.08-1.52,0-4-.21-4,1.11V22.35c0,3,.57,4.18,4.55,4.35v.94c-2.26,0-4.55-.12-6.81-.16s-4.31.12-6.52.16v-.94c4-.16,4.55-1.31,4.55-4.35V2.91c0-1.23-1.8-1.11-3.44-1.11-4.06,0-6,.21-6.19,5.08H3.73V.49H28.9ZM44,19.84a23.56,23.56,0,0,0,.41,5.45c.53,1.39,2.21,1.39,3.53,1.39v.94c-2,0-4-.12-5.95-.16s-4.14.12-6.15.16v-.94c1.31,0,3,0,3.53-1.39a23.56,23.56,0,0,0,.41-5.45V8.28a23.56,23.56,0,0,0-.41-5.45c-.53-1.39-2.21-1.39-3.53-1.39V.49c1.93,0,3.9.12,5.86.16S45.84.53,47.93.49v.94c-1.31,0-3,0-3.53,1.39A23.56,23.56,0,0,0,44,8.28V13H58.63V8.28a23.56,23.56,0,0,0-.41-5.45C57.69,1.44,56,1.44,54.69,1.44V.49c2,0,4,.12,6,.16S64.74.53,66.79.49v.94c-1.31,0-3,0-3.53,1.39a23.56,23.56,0,0,0-.41,5.45V19.84a23.56,23.56,0,0,0,.41,5.45c.53,1.39,2.21,1.39,3.53,1.39v.94c-2,0-4-.12-5.95-.16s-4.1.12-6.15.16v-.94c1.31,0,3,0,3.53-1.39a23.56,23.56,0,0,0,.41-5.45V14.35H44ZM77.86,8.45A23.56,23.56,0,0,0,77.45,3C76.91,1.6,75.23,1.6,73.92,1.6V.49H94.3V6.68h-.94c-.78-4.8-2.91-5.08-7.26-5.08h-3c-1.27,0-1.07-.12-1.07,1.68V13c5.62.25,6.44-2.09,6.68-5h.94c0,1.85-.08,3.73-.16,5.58.08,1.68.12,3.4.16,5.08h-.94c-.57-4.3-2.75-4.51-6.68-4.51v6.72c0,1.23,0,3.16.74,4.14,1.07,1.43,3.61,1.52,5.25,1.48,4.26-.08,7.05-.61,7.59-5.49h.94l-.37,6.6H73.92v-.94c1.31,0,3,0,3.53-1.39a23.56,23.56,0,0,0,.41-5.45Zm45-.16a23.56,23.56,0,0,0-.41-5.45c-.53-1.39-2.21-1.39-3.53-1.39V.49c2,0,3.94.12,5.9.16S129,.53,131,.49v.94c-1.31,0-3,0-3.53,1.39a23.56,23.56,0,0,0-.41,5.45V19.84a23.56,23.56,0,0,0,.41,5.45c.53,1.39,2.21,1.39,3.53,1.39v.94c-1.93,0-3.94-.12-5.9-.16s-4.14.12-6.19.16v-.94c1.31,0,3,0,3.53-1.39a23.56,23.56,0,0,0,.41-5.45ZM142.14,3.9a4.71,4.71,0,0,0-4.47-2.46V.49c1.31,0,2.58.12,3.9.16,1.07,0,2.17-.12,3.24-.16l17.38,21.12V10.21a35.79,35.79,0,0,0-.37-6.31c-.49-2.3-1.6-2.13-3.65-2.46V.49c1.52,0,3,.12,4.51.16S165.51.53,167,.49v.94c-1.52.16-2.58,0-3.12,1.8a40,40,0,0,0-.49,7.18V28.09h-1.23c-.9-1.11-1.8-2.25-2.71-3.4L143.37,5.25V19c0,1.52,0,4.59.62,6,.7,1.6,2,1.52,3.57,1.68v.94c-1.56,0-3.16-.12-4.71-.16s-3,.12-4.55.16v-.94c1.6-.16,3.12-.25,3.53-2a32,32,0,0,0,.33-5.66Zm56.79,3h-1.11c-.25-4-1.8-5.08-5.66-5.08-1.52,0-4-.21-4,1.11V22.35c0,3,.57,4.18,4.55,4.35v.94c-2.26,0-4.55-.12-6.81-.16s-4.31.12-6.52.16v-.94c4-.16,4.55-1.31,4.55-4.35V2.91c0-1.23-1.8-1.11-3.44-1.11-4.06,0-6,.21-6.19,5.08h-.94V.49h25.17Zm10.45,1.56A23.56,23.56,0,0,0,209,3c-.53-1.39-2.21-1.39-3.53-1.39V.49h20.38V6.68h-.94c-.78-4.8-2.91-5.08-7.26-5.08h-3c-1.27,0-1.07-.12-1.07,1.68V13c5.62.25,6.44-2.09,6.68-5h.94c0,1.85-.08,3.73-.16,5.58.08,1.68.12,3.4.16,5.08h-.94c-.57-4.3-2.75-4.51-6.68-4.51v6.72c0,1.23,0,3.16.74,4.14,1.07,1.43,3.61,1.52,5.25,1.48,4.26-.08,7.05-.61,7.59-5.49h.94l-.37,6.6h-22.3v-.94c1.31,0,3,0,3.53-1.39a23.56,23.56,0,0,0,.41-5.45Zm48.83,15.83c1.31,1.52,1.93,2.09,4,2.42v.94c-1.23,0-2.46-.12-3.69-.16-1,0-2,.12-3.07.16l-1.93-2.38-6.81-8.45c-1.35-1.56-1.19-1.8-3.36-1.8v4.84a26.12,26.12,0,0,0,.37,5.45c.49,1.43,2.17,1.39,3.49,1.39v.94c-1.89,0-3.81-.12-5.78-.16s-4.1.12-6.15.16v-.94c1.31,0,3,0,3.49-1.39a26.12,26.12,0,0,0,.37-5.45V8.28a26.12,26.12,0,0,0-.37-5.45c-.45-1.43-2.17-1.39-3.49-1.39V.49c2.34,0,4.72.12,7.05.16,1.72,0,3.48-.12,5.21-.16,4.67,0,9.39,1.07,9.39,6.77,0,4.43-3.36,6.68-7.42,7.05ZM243.37,13.9c5.13,0,8.86-.12,8.86-6.07,0-3.61-2-6.15-5.74-6.15a14.29,14.29,0,0,0-2.67,0c-.53.25-.45,1-.45,1.48Zm27.47-5.62a23.56,23.56,0,0,0-.41-5.45c-.53-1.39-2.21-1.39-3.53-1.39V.49c2,0,3.94.12,5.9.16S276.95.53,279,.49v.94c-1.31,0-3,0-3.53,1.39a23.56,23.56,0,0,0-.41,5.45V19.84a23.56,23.56,0,0,0,.41,5.45c.53,1.39,2.21,1.39,3.53,1.39v.94c-1.93,0-3.94-.12-5.9-.16s-4.14.12-6.19.16v-.94c1.31,0,3,0,3.53-1.39a23.56,23.56,0,0,0,.41-5.45Zm16.07,5.86C286.91,6,294,0,302,0s14.72,5.74,14.72,13.86c0,8.41-6.6,14.23-14.88,14.23C293.8,28.09,286.91,22.39,286.91,14.15Zm5.13,0C292,20.58,294.58,27,302,27c7.3,0,9.51-6.85,9.51-13S309,1.11,301.8,1.11,292,8.08,292,14.15Zm55.15,10.13c1.31,1.52,1.93,2.09,4,2.42v.94c-1.23,0-2.46-.12-3.69-.16-1,0-2.05.12-3.08.16l-1.93-2.38-6.81-8.45c-1.35-1.56-1.19-1.8-3.36-1.8v4.84a26.19,26.19,0,0,0,.37,5.45c.49,1.43,2.17,1.39,3.49,1.39v.94c-1.89,0-3.81-.12-5.78-.16s-4.1.12-6.15.16v-.94c1.31,0,3,0,3.48-1.39a26.12,26.12,0,0,0,.37-5.45V8.28a26.12,26.12,0,0,0-.37-5.45c-.45-1.43-2.17-1.39-3.48-1.39V.49c2.34,0,4.71.12,7.05.16,1.72,0,3.49-.12,5.21-.16,4.67,0,9.39,1.07,9.39,6.77,0,4.43-3.36,6.68-7.42,7.05ZM332.34,13.9c5.13,0,8.86-.12,8.86-6.07,0-3.61-2-6.15-5.74-6.15a14.29,14.29,0,0,0-2.67,0c-.53.25-.45,1-.45,1.48Zm24.23,5.45h.94c.82,4.14,3,7.63,7.75,7.63,3.2,0,5.86-1.8,5.86-5.12,0-3.73-3.24-5.21-6.23-6.4-3.73-1.44-7.71-3.4-7.71-8.08S360.84,0,365.3,0a10.62,10.62,0,0,1,6.19,2.09l.94-1.6h.45l.21,7.09h-.94c-.94-3.4-2.87-6.48-6.85-6.48-2.62,0-4.8,1.68-4.8,4.35,0,3.24,2.91,4.35,5.45,5.41,4.26,1.76,9,3.9,9,9.27s-5,8-9.8,8A11.36,11.36,0,0,1,358,25.63l-1,1.72h-.45ZM10.1,61.1c0-3.37,0-11.15-1.05-14-1.37-3.58-5.68-3.58-9-3.58V41.1c5.05.11,10.1.32,15.15.42,5.37-.11,10.63-.32,15.89-.42v2.42c-3.37,0-7.68,0-9,3.58-1.05,2.84-1.05,10.63-1.05,14V90.77c0,3.37,0,11.15,1.05,14,1.37,3.58,5.68,3.58,9,3.58v2.42c-4.95-.11-10.1-.32-15.15-.42-5.26.11-10.63.32-15.89.42v-2.42c3.37,0,7.68,0,9-3.58,1.05-2.84,1.05-10.63,1.05-14ZM59.56,49.84c-3.26-4.63-5.79-6.21-11.47-6.31V41.1c3.37.11,6.63.32,10,.42,2.74-.11,5.58-.32,8.31-.42L111,95.29V66c0-4.53,0-11.89-.95-16.21-1.26-5.89-4.1-5.47-9.36-6.31V41.1c3.89.11,7.68.32,11.57.42,3.68-.11,7.26-.32,11.15-.42v2.42c-3.89.42-6.63.11-8,4.63-1.05,3.37-1.26,14.21-1.26,18.41v45.35H111c-2.31-2.84-4.63-5.79-6.94-8.73L62.71,53.31V88.67c0,3.89,0,11.79,1.58,15.36,1.79,4.1,5.26,3.89,9.15,4.31v2.42c-4-.11-8.1-.32-12.1-.42-3.89.11-7.79.32-11.68.42v-2.42c4.1-.42,8-.63,9-5.16.84-3.79.84-10.42.84-14.52ZM150.9,61.31c0-3.37,0-11.15-.95-14-1.16-3.68-5.58-3.58-8.94-3.58V41.1c4.31.11,8.84.32,13.26.42,5.68-.11,11.36-.32,17-.42,22.2-.42,39,13.47,39,36.3,0,22.31-14.63,33.88-36.3,33.36-6.21-.11-12.52-.32-18.73-.42-4.84.11-9.58.32-14.31.42v-2.42c3.37,0,7.79,0,8.94-3.58.95-2.84.95-10.63.95-14Zm10.84,30.94c0,3.58-.42,8.63,1.68,11.68,2.42,3.58,7.79,4,11.79,4,18.41,0,22-13.26,22-28.83,0-20.83-6-35.15-28.52-35.15-1.26,0-5.37-.21-6.31.74-.63.63-.63,2.42-.63,3.26Zm78.71-30.73c0-3.37,0-11.15-1.05-14-1.37-3.58-5.68-3.58-9-3.58V41.1h52.3V57h-2.42c-2-12.31-7.47-13-18.62-13H254c-3.26,0-2.74-.32-2.74,4.31V73.2c14.42.63,16.52-5.37,17.15-12.94h2.42c-.11,4.73-.21,9.58-.42,14.31.21,4.31.32,8.73.42,13h-2.42c-1.47-11-7-11.57-17.15-11.57V93.3c0,3.16,0,8.1,1.89,10.63,2.74,3.68,9.26,3.89,13.47,3.79,10.94-.21,18.1-1.58,19.47-14.1h2.42l-.95,16.94H230.34v-2.42c3.37,0,7.68,0,9-3.58,1.05-2.84,1.05-10.63,1.05-14Zm130.8,40.41c2.95,3.68,5.68,6.84,10.73,6.42v2.42c-4.95-.11-9.89-.32-14.84-.42-5.26.11-10.63.32-15.89.42v-2.42c1.37-.32,7.89.53,7.89-2.1,0-2.31-4.1-7.37-5.58-9.26L340.94,80.56l-7,8.94c-2.42,3.16-8.94,11.47-8.94,15.36s5.89,3.37,8.21,3.47v2.42c-4.21-.11-8.52-.32-12.73-.42-4.1.11-8.21.32-12.31.42v-2.42c7.16-.63,10.1-3.89,14.21-9.15l16.52-21L317.16,50.57c-3.05-3.89-4.95-6.73-10.21-7V41.1c4.73.11,9.58.32,14.31.42,5.16-.11,10.42-.32,15.57-.42v2.42c-2.74.11-7.79-.1-7.79,2.84,0,2,2.63,5.16,3.68,6.63L346.2,70.25l4.21-5.79c2.63-3.47,10-12.52,10-16.73s-4.63-3.47-7.58-4.21V41.1c4.21.11,8.42.32,12.63.42,3.68-.11,7.26-.32,10.94-.42v2.42c-2.63.42-5.05.74-7.26,2.53-2.42,1.89-6.31,7.58-8.31,10.21L348,72.67Z"/></svg> --><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="4.03 22.44 357.85 108.6"><path d="M4.02613 129.833H36.6961V127.743C28.2261 126.973 26.3561 124.443 26.3561 111.903V75.3835C26.3561 62.2935 27.8961 60.4235 36.6961 59.3235V57.2335H4.02613V59.3235C12.8261 60.4235 14.3661 62.2935 14.3661 75.3835V111.903C14.3661 124.443 12.4961 126.973 4.02613 127.743V129.833ZM47.7719 129.833H76.5919V127.743C67.1319 126.973 64.3819 123.893 64.3819 114.323V72.4135L116.192 131.043H118.502V72.7435C118.502 63.1735 121.252 60.0935 130.712 59.3235V57.2335H101.892V59.3235C111.352 60.0935 114.102 63.1735 114.102 72.7435V109.263L68.0119 57.2335H47.7719V59.3235C56.9019 60.0935 59.9819 63.7235 59.9819 73.2935V114.323C59.9819 123.893 57.2319 126.973 47.7719 127.743V129.833ZM140.886 129.833H177.296C203.916 129.833 218.656 113.773 218.656 93.7535C218.656 67.6835 200.286 57.2335 176.636 57.2335H140.886V59.3235C149.246 60.3135 151.116 62.9535 151.116 73.0735V113.663C151.116 123.013 149.576 127.083 140.886 127.743V129.833ZM162.996 61.8535C168.276 61.4135 171.576 61.3035 175.536 61.3035C195.666 61.3035 204.906 75.1635 204.906 93.5335C204.906 114.543 192.256 126.203 175.206 126.203H169.706C164.206 126.203 162.996 124.663 162.996 118.613V61.8535ZM228.171 129.833H278.441L282.401 108.933H279.541C275.361 121.363 269.201 126.203 262.271 126.203H257.101C251.711 126.203 250.281 124.993 250.281 118.723V93.2035H257.541C265.681 93.2035 268.211 98.2635 268.761 104.093H271.511V79.1235H268.761C267.991 85.8335 266.011 89.7935 257.761 89.7935H250.281V60.8635H260.841C271.731 60.8635 274.151 65.8135 275.801 74.5035H278.661L277.891 57.2335H228.171V59.3235C236.531 60.3135 238.401 62.9535 238.401 73.0735V113.663C238.401 123.013 236.861 127.083 228.171 127.743V129.833ZM291.583 129.833H315.453V127.743C311.273 127.633 307.863 126.753 307.863 123.563C307.863 122.463 308.853 120.593 310.283 118.063L323.043 96.6135L337.013 119.273C338.663 122.023 339.213 123.013 339.213 124.223C339.213 126.423 336.133 127.633 331.623 127.743V129.833H361.873V127.743C357.693 127.303 355.273 125.983 352.523 121.693L331.623 88.8035L345.263 67.3535C349.333 60.9735 351.533 59.4335 357.033 59.3235V57.2335H333.493V59.3235C338.113 59.4335 340.973 60.0935 340.973 63.5035C340.973 65.3735 339.323 68.4535 337.123 71.9735L329.093 85.1735L318.423 68.0135C316.883 65.5935 316.113 63.9435 316.113 62.9535C316.113 60.2035 318.863 59.4335 323.373 59.3235V57.2335H292.243V59.3235C296.753 59.5435 300.053 61.5235 304.453 67.9035L320.073 92.4335L303.903 118.833C300.053 124.993 296.643 127.413 291.583 127.743V129.833Z" fill="black"/><path d="M65.5922 42.6631H74.7722V42.0931C72.3722 41.8831 71.8022 41.2531 71.8022 37.7731V23.8531H74.0822C76.3922 23.8531 77.5322 24.9931 77.8622 27.5731H78.6422V22.8631H61.7222V27.5731H62.5022C62.8322 24.9931 63.9722 23.8531 66.2822 23.8531H68.5622V37.7731C68.5622 41.2531 67.9922 41.8831 65.5922 42.0931V42.6631ZM82.0733 42.6631H90.8933V42.0931C88.5233 41.9131 88.1033 40.8031 88.1033 38.2531V32.7931H98.2133V38.2531C98.2133 40.8031 97.7933 41.9131 95.4233 42.0931V42.6631H104.243V42.0931C101.873 41.9131 101.453 40.8031 101.453 38.2531V27.1831C101.453 24.4231 101.963 23.7031 104.243 23.4331V22.8631H95.4233V23.4331C97.7033 23.7031 98.2133 24.4231 98.2133 27.1831V31.6231H88.1033V27.1831C88.1033 24.4231 88.6133 23.7031 90.8933 23.4331V22.8631H82.0733V23.4331C84.3533 23.7031 84.8633 24.4231 84.8633 27.1831V38.2531C84.8633 40.8031 84.4433 41.9131 82.0733 42.0931V42.6631ZM108.155 42.6631H121.865L122.945 36.9631H122.165C121.025 40.3531 119.345 41.6731 117.455 41.6731H116.045C114.575 41.6731 114.185 41.3431 114.185 39.6331V32.6731H116.165C118.385 32.6731 119.075 34.0531 119.225 35.6431H119.975V28.8331H119.225C119.015 30.6631 118.475 31.7431 116.225 31.7431H114.185V23.8531H117.065C120.035 23.8531 120.695 25.2031 121.145 27.5731H121.925L121.715 22.8631H108.155V23.4331C110.435 23.7031 110.945 24.4231 110.945 27.1831V38.2531C110.945 40.8031 110.525 41.9131 108.155 42.0931V42.6631ZM133.69 42.6631H142.6V42.0931C140.29 41.8831 139.78 41.1931 139.78 37.7731V27.8131C139.78 24.2431 140.2 23.7331 142.6 23.4331V22.8631H133.69V23.4331C136.09 23.7331 136.51 24.2431 136.51 27.8131V37.7731C136.51 41.1931 136 41.8831 133.69 42.0931V42.6631ZM146.257 42.6631H154.117V42.0931C151.537 41.8831 150.787 41.0431 150.787 38.4331V27.0031L164.917 42.9931H165.547V27.0931C165.547 24.4831 166.297 23.6431 168.877 23.4331V22.8631H161.017V23.4331C163.597 23.6431 164.347 24.4831 164.347 27.0931V37.0531L151.777 22.8631H146.257V23.4331C148.747 23.6431 149.587 24.6331 149.587 27.2431V38.4331C149.587 41.0431 148.837 41.8831 146.257 42.0931V42.6631ZM175.942 42.6631H185.122V42.0931C182.722 41.8831 182.152 41.2531 182.152 37.7731V23.8531H184.432C186.742 23.8531 187.882 24.9931 188.212 27.5731H188.992V22.8631H172.072V27.5731H172.852C173.182 24.9931 174.322 23.8531 176.632 23.8531H178.912V37.7731C178.912 41.2531 178.342 41.8831 175.942 42.0931V42.6631ZM192.423 42.6631H206.133L207.213 36.9631H206.433C205.293 40.3531 203.613 41.6731 201.723 41.6731H200.313C198.843 41.6731 198.453 41.3431 198.453 39.6331V32.6731H200.433C202.653 32.6731 203.343 34.0531 203.493 35.6431H204.243V28.8331H203.493C203.283 30.6631 202.743 31.7431 200.493 31.7431H198.453V23.8531H201.333C204.303 23.8531 204.963 25.2031 205.413 27.5731H206.193L205.983 22.8631H192.423V23.4331C194.703 23.7031 195.213 24.4231 195.213 27.1831V38.2531C195.213 40.8031 194.793 41.9131 192.423 42.0931V42.6631ZM210.653 42.6631H219.533V42.0931C217.133 41.9131 216.683 40.8931 216.683 38.2531V33.4831C218.543 33.4831 219.023 33.7231 220.163 36.3031C221.093 38.4031 221.723 40.3831 223.373 42.6631H228.623V42.0931C226.973 42.0031 226.013 41.1631 225.053 39.0031C223.913 36.4231 223.163 34.0531 221.483 33.0031C224.003 32.0731 225.263 30.3331 225.263 28.1731C225.263 24.1531 221.903 22.8631 218.333 22.8631H210.653V23.4331C212.933 23.7031 213.443 24.4231 213.443 27.1831V38.2531C213.443 40.8031 213.023 41.9131 210.653 42.0931V42.6631ZM216.683 23.9431C217.043 23.9131 217.373 23.8831 217.913 23.8831C220.223 23.8831 221.813 25.3531 221.813 27.9031C221.813 31.1431 220.223 32.6431 216.683 32.6431V23.9431ZM231.932 42.6631H240.842V42.0931C238.532 41.8831 238.022 41.1931 238.022 37.7731V27.8131C238.022 24.2431 238.442 23.7331 240.842 23.4331V22.8631H231.932V23.4331C234.332 23.7331 234.752 24.2431 234.752 27.8131V37.7731C234.752 41.1931 234.242 41.8831 231.932 42.0931V42.6631ZM244.197 32.7031C244.197 38.9431 249.117 43.0831 255.117 43.0831C261.177 43.0831 266.097 38.9431 266.097 32.6731C266.097 26.3731 261.267 22.4431 255.177 22.4431C249.177 22.4431 244.197 26.5831 244.197 32.7031ZM255.087 42.1831C250.617 42.1831 247.947 38.6431 247.947 32.7031C247.947 27.0631 250.617 23.3431 255.237 23.3431C259.257 23.3431 262.347 26.6431 262.347 32.8231C262.347 37.8331 260.067 42.1831 255.087 42.1831ZM269.388 42.6631H278.268V42.0931C275.868 41.9131 275.418 40.8931 275.418 38.2531V33.4831C277.278 33.4831 277.758 33.7231 278.898 36.3031C279.828 38.4031 280.458 40.3831 282.108 42.6631H287.358V42.0931C285.708 42.0031 284.748 41.1631 283.788 39.0031C282.648 36.4231 281.898 34.0531 280.218 33.0031C282.738 32.0731 283.998 30.3331 283.998 28.1731C283.998 24.1531 280.638 22.8631 277.068 22.8631H269.388V23.4331C271.668 23.7031 272.178 24.4231 272.178 27.1831V38.2531C272.178 40.8031 271.758 41.9131 269.388 42.0931V42.6631ZM275.418 23.9431C275.778 23.9131 276.108 23.8831 276.648 23.8831C278.958 23.8831 280.548 25.3531 280.548 27.9031C280.548 31.1431 278.958 32.6431 275.418 32.6431V23.9431ZM290.793 42.9931H291.543C291.693 42.3331 291.963 42.0631 292.353 42.0631C293.133 42.0631 294.363 43.0531 296.463 43.0531C299.943 43.0531 302.343 40.8331 302.343 37.4431C302.343 31.5931 293.403 30.1231 293.403 26.0131C293.403 24.3931 294.543 23.3431 296.223 23.3431C298.053 23.3431 299.883 24.9031 300.393 28.3531H301.173V22.4431H300.543C300.393 22.9831 300.243 23.2231 299.763 23.2231C298.803 23.2231 297.753 22.4731 295.833 22.4731C292.623 22.4731 290.583 24.7231 290.583 27.2731C290.583 33.1231 299.493 34.3531 299.493 38.9431C299.493 40.8331 298.503 42.1831 296.463 42.1831C293.853 42.1831 292.113 40.0531 291.573 36.5431H290.793V42.9931Z" fill="black"/></svg></div><style type='text/css'> .search-form-wrapper .website-search input.form-control{ height: 46px; font-family: 'Practice'; font-style: normal; font-weight: 600; font-size: 14px; line-height: 16px; letter-spacing: 0.85px; border: #CCCCCC;} </style><div class="search-form-wrapper container"><form action="/search_results" class="website-search" accept-charset="UTF-8" method="get"><div class="row1"><div class="form-group col-lg-3 col-md-12"><select placeholder="Service" name="tid" id="sid" class="form-control input-lg nice-select-select"> <option value="">Area of Interest</option> <option value="35">Antiques</option> <option value="46">Artisans</option> <option value="36">Artists & Galleries</option> <option value="54">Auction Houses</option> <option value="47">Bathroom Decor</option> <option value="41">Cabinet Makers</option> <option value="49">Ceramics</option> <option value="39">Decorative Arts & Objects</option> <option value="40">Furniture & Restoration</option> <option value="42">Lighting & Furnishings</option> <option value="48">Outdoor</option> <option value="45">Paint & Paper</option> <option value="43">Places</option> <option value="33">Rugs & Flooring</option> <option value="51">Table Top</option> <option value="34">Textiles</option> </select></div><div class="form-group col-lg-3 col-md-12"><input type=text placeholder="Location" class="googleSuggest googleLocation form-control" id="location_google_maps_homepage" name="location_value" value=""></div><div class="form-group col-lg-3 col-md-12"><input type="text" name="q" value="" placeholder="Search by Name" class="form-control member_search"></div><div class="form-group col-lg-3 col-md-12 homepage-search"><button type="submit" class="btn-block btn btn-lg btn_home_search">Search</button></div></div></form></div></div><!-- Container Start --> <!-- Advance Search --> <!-- Container End --></section><div class="index-outer-div"><div id="isPasted"><section><style type='text/css'> .enav_link{ margin-top:"20px"; color: #000000; letter-spacing: 0.85px;}.quick_jump_link{ display: flex; justify-content: center;}.quick_jump_link_inner { justify-content: space-between; text-align: center; position: relative; width: 432px; display: inline-block;}.quick_jump_link .quick_jump_link_inner span { margin-right: 4%; font-family: 'Practice'; font-style: normal; font-weight: 600; font-size: 14px; line-height: 20px;}.border_line{ width: 1152px; height: 1px; flex: none; order: 0; align-self: stretch; flex-grow: 0; background-color: black;}@media (max-width: 760px){ .quick_jump_link{ justify-content: center; font-family: 'Practice' !important; font-style: normal !important; font-weight: 600; font-size: 14px; line-height: 20px; } .quick_jump_link_inner { text-align: center; justify-content: center; display: grid; } .quick_jump_link .quick_jump_link_inner span { width: 100%; font-family: 'Practice'; font-style: normal; font-weight: 600; font-size: 14px; line-height: 20px; margin-bottom: 13px; } .border_line{ width: 327px; height: 1px; background-color: black; }} </style><div class="quick_jump_link"> <div class="quick_jump_link_inner"> <span><a class="enav_link" href="#index">INDEX</a></span> <span><a class="enav_link" href="#featured_specialist">FEATURED SPECIALIST</a></span> <span><a class="enav_link" href="#indexstories">INDEX STORIES</a></span> </div></div></section></div><p><style type='text/css'> /* .homepage-services img { width: 89%; height: 36%;}.homepage-services .home-section h4.card-title { padding-top: 27px; padding-bottom: 17%;}*//* new css will be unblocked */.category_card_title{ letter-spacing: 0px !important;}.homepage-services img { width: 100%; height: 36%;}.homepage-services .home-section h4.card-title { padding-top: 27px; padding-bottom: 17%;}@media only screen and (max-width: 767px){.homepage-services img { width: 100%; height: 36%;} .fr-view img{ height: 36% !important; } .index_categories_all{ padding-right: 0px !important; padding-left: 0px !important; } .homepage-services .home-section h4.card-title { padding-top: 20px; }} </style><div id="index"><div class="content-container homepage-services homepage-services-all" id="index"> <div class="container container-inner"> <div class="home-section services services-all services-all-inner text-center"> <div class="col-md-12"> <div class="page-title"> <h1>Index</h1> </div> </div> <div class="col-sm-3 col-md-3 index_categories_all"> <div class="card"> <a alt="Antiques" title="Antiques" href="/antiques"> <img src="/images/Antiques-(1).jpg"/> </a> <div class="card-body"> <a alt="Antiques" title="Antiques" href="/antiques"> <h4 class="card-title category_card_title">Antiques</h4> </a> </div> </div> </div> <div class="col-sm-3 col-md-3 index_categories_all"> <div class="card"> <a alt="Artisans" title="Artisans" href="/artisans"> <img src="/images/Handcrafted-2.jpg"/> </a> <div class="card-body"> <a alt="Artisans" title="Artisans" href="/artisans"> <h4 class="card-title category_card_title">Artisans</h4> </a> </div> </div> </div> <div class="col-sm-3 col-md-3 index_categories_all"> <div class="card"> <a alt="Artists & Galleries" title="Artists & Galleries" href="/artists-galleries"> <img src="/images/Art.JPG"/> </a> <div class="card-body"> <a alt="Artists & Galleries" title="Artists & Galleries" href="/artists-galleries"> <h4 class="card-title category_card_title">Artists & Galleries</h4> </a> </div> </div> </div> <div class="col-sm-3 col-md-3 index_categories_all"> <div class="card"> <a alt="Auction Houses" title="Auction Houses" href="/auction-houses"> <img src="/images/auctionhouses.jpg"/> </a> <div class="card-body"> <a alt="Auction Houses" title="Auction Houses" href="/auction-houses"> <h4 class="card-title category_card_title">Auction Houses</h4> </a> </div> </div> </div> <div class="col-sm-3 col-md-3 index_categories_all"> <div class="card"> <a alt="Bathroom Decor" title="Bathroom Decor" href="/bathroom-decor"> <img src="/images/bathrooms.jpg"/> </a> <div class="card-body"> <a alt="Bathroom Decor" title="Bathroom Decor" href="/bathroom-decor"> <h4 class="card-title category_card_title">Bathroom Decor</h4> </a> </div> </div> </div> <div class="col-sm-3 col-md-3 index_categories_all"> <div class="card"> <a alt="Cabinet Makers" title="Cabinet Makers" href="/cabinet-makers"> <img src="/images/kitchens.jpg"/> </a> <div class="card-body"> <a alt="Cabinet Makers" title="Cabinet Makers" href="/cabinet-makers"> <h4 class="card-title category_card_title">Cabinet Makers</h4> </a> </div> </div> </div> <div class="col-sm-3 col-md-3 index_categories_all"> <div class="card"> <a alt="Ceramics" title="Ceramics" href="/ceramics"> <img src="/images/ceramics.jpg"/> </a> <div class="card-body"> <a alt="Ceramics" title="Ceramics" href="/ceramics"> <h4 class="card-title category_card_title">Ceramics</h4> </a> </div> </div> </div> <div class="col-sm-3 col-md-3 index_categories_all"> <div class="card"> <a alt="Decorative Arts & Objects" title="Decorative Arts & Objects" href="/decorative-art-objects"> <img src="/images/DO.jpg"/> </a> <div class="card-body"> <a alt="Decorative Arts & Objects" title="Decorative Arts & Objects" href="/decorative-art-objects"> <h4 class="card-title category_card_title">Decorative Arts & Objects</h4> </a> </div> </div> </div> <div class="col-sm-3 col-md-3 index_categories_all"> <div class="card"> <a alt="Furniture & Restoration" title="Furniture & Restoration" href="/furniture-restoration"> <img src="/images/Furniture.jpg"/> </a> <div class="card-body"> <a alt="Furniture & Restoration" title="Furniture & Restoration" href="/furniture-restoration"> <h4 class="card-title category_card_title">Furniture & Restoration</h4> </a> </div> </div> </div> <div class="col-sm-3 col-md-3 index_categories_all"> <div class="card"> <a alt="Lighting & Furnishings" title="Lighting & Furnishings" href="/lighting-furnishings"> <img src="/images/Lighting.jpg"/> </a> <div class="card-body"> <a alt="Lighting & Furnishings" title="Lighting & Furnishings" href="/lighting-furnishings"> <h4 class="card-title category_card_title">Lighting & Furnishings</h4> </a> </div> </div> </div> <div class="col-sm-3 col-md-3 index_categories_all"> <div class="card"> <a alt="Outdoor" title="Outdoor" href="/outdoor"> <img src="/images/outdoor1.jpg"/> </a> <div class="card-body"> <a alt="Outdoor" title="Outdoor" href="/outdoor"> <h4 class="card-title category_card_title">Outdoor</h4> </a> </div> </div> </div> <div class="col-sm-3 col-md-3 index_categories_all"> <div class="card"> <a alt="Paint & Paper" title="Paint & Paper" href="/paint-and-paper"> <img src="/images/Wallcoverings.jpg"/> </a> <div class="card-body"> <a alt="Paint & Paper" title="Paint & Paper" href="/paint-and-paper"> <h4 class="card-title category_card_title">Paint & Paper</h4> </a> </div> </div> </div> <div class="col-sm-3 col-md-3 index_categories_all"> <div class="card"> <a alt="Places" title="Places" href="/places"> <img src="/images/Places.jpg"/> </a> <div class="card-body"> <a alt="Places" title="Places" href="/places"> <h4 class="card-title category_card_title">Places</h4> </a> </div> </div> </div> <div class="col-sm-3 col-md-3 index_categories_all"> <div class="card"> <a alt="Rugs & Flooring" title="Rugs & Flooring" href="/rugs-flooring"> <img src="/images/rugs_new.jpg"/> </a> <div class="card-body"> <a alt="Rugs & Flooring" title="Rugs & Flooring" href="/rugs-flooring"> <h4 class="card-title category_card_title">Rugs & Flooring</h4> </a> </div> </div> </div> <div class="col-sm-3 col-md-3 index_categories_all"> <div class="card"> <a alt="Table Top" title="Table Top" href="/table-top"> <img src="/images/table_top.jpg"/> </a> <div class="card-body"> <a alt="Table Top" title="Table Top" href="/table-top"> <h4 class="card-title category_card_title">Table Top</h4> </a> </div> </div> </div> <div class="col-sm-3 col-md-3 index_categories_all"> <div class="card"> <a alt="Textiles" title="Textiles" href="/textiles"> <img src="/images/textiles.jpg"/> </a> <div class="card-body"> <a alt="Textiles" title="Textiles" href="/textiles"> <h4 class="card-title category_card_title">Textiles</h4> </a> </div> </div> </div> <div class="clearfix"></div> </div> </div></div></div></p><div><style type='text/css'> .card{ width: 101% !important;}.blog-articles-homepage.featured-specialists-homepage img.card-img-top { height: 36%; width: 100%;} </style> <div class="clearfix clearfix-lg"></div><div class="content-container blog-articles-homepage featured-specialists-homepage" id="featured_specialist"> <div class="container container-inner"> <div class="home-section"> <div class="col-md-12"> <div class="page-title"> <h1 class="">Featured Specialists</h1> </div> </div> <div class="col-sm-6 col-md-3"> <div class="card"> <div class="img-sec"> <a href="https://www.worldofinteriors.co.uk/united-kingdom/london/index/godson-coles"><img src="/uploads/news-pictures-thumbnails/2-new-york-blog-post-image-20220404103338.jpg" class="card-img-top" alt="Pic"/></a></div> <h6 class="card-title tmargin">Antiques </h6> <a target="_blank" href="https://www.worldofinteriors.co.uk/united-kingdom/london/index/godson-coles"><h4 class="card-title">Godson & Coles</h4></a> <p class="card-text"></p> </div> </div> <div class="col-sm-6 col-md-3"> <div class="card"> <div class="img-sec"> <a href="https://www.worldofinteriors.co.uk/united-states/los-angeles/index/atelier-soubiran"><img src="/uploads/news-pictures-thumbnails/2-new-york-blog-post-image-20220207120936.jpg" class="card-img-top" alt="Pic"/></a></div> <h6 class="card-title tmargin">Décor </h6> <a target="_blank" href="https://www.worldofinteriors.co.uk/united-states/los-angeles/index/atelier-soubiran"><h4 class="card-title">Atelier Soubiran</h4></a> <p class="card-text"></p> </div> </div> <div class="col-sm-6 col-md-3"> <div class="card"> <div class="img-sec"> <a href="https://www.worldofinteriors.co.uk/index/peter-dunham-textiles"><img src="/uploads/news-pictures-thumbnails/2-new-york-blog-post-image-20220207122021.jpg" class="card-img-top" alt="Pic"/></a></div> <h6 class="card-title tmargin">Textiles </h6> <a target="_blank" href="https://www.worldofinteriors.co.uk/index/peter-dunham-textiles"><h4 class="card-title">Peter Dunham Textiles</h4></a> <p class="card-text"></p> </div> </div> <div class="col-sm-6 col-md-3"> <div class="card"> <div class="img-sec"> <a href="https://www.worldofinteriors.co.uk/%C3%AEle-de-france/paris/index/feau-boiseries"><img src="/uploads/news-pictures-thumbnails/2-new-york-blog-post-image-20211014180604.jpg" class="card-img-top" alt="Pic"/></a></div> <h6 class="card-title tmargin">Handcrafted </h6> <a target="_blank" href="https://www.worldofinteriors.co.uk/%C3%AEle-de-france/paris/index/feau-boiseries"><h4 class="card-title">FEAU BOISERIES</h4></a> <p class="card-text"></p> </div> </div> <div class="clearfix"></div> </div> </div> </div></div><div><style type='text/css'> /* #indexstories{ position: relative; margin-top: -4%;} @media only screen and (max-width: 767px){ .index_stories{ padding: 20px 0 0 0; position: relative; bottom: 36px !important; }}*/#indexstories{ position: relative; margin-top: -4%;} .interiorindexstories{ width: 25%; height: 75%;}@media only screen and (max-width: 767px){ .index_stories{ padding: 20px 0 0 0; position: relative; bottom: 36px !important; } .interiorindexstories{ width: auto; height: 70%; }} </style> <div class="clearfix clearfix-lg"></div> <div class="content-container blog-articles-homepage featured-stories-homepage interiors-index-stories" id="indexstories"> <div class="container container-inner"> <div class="home-section"> <div class="col-md-12"> <div class="page-title"> <h1 class="">Index Stories</h1> </div> </div> <div class="col-sm-6 col-md-3 interiorindexstories"> <div class="card"> <div class="img-sec"> <a href="index-stories/the-index-profile-antiques-and-restoration-expert-owen-pacey-on-the-never-ending-allure-of-a-beautiful-fireplace"><img src="/uploads/news-pictures-thumbnails/2-new-york-blog-post-image-20230127225656.jpg" class="card-img-top" alt="Pic"/></a></div> <h6 class="card-title tmargin">Antiques </h6> <a href="index-stories/the-index-profile-antiques-and-restoration-expert-owen-pacey-on-the-never-ending-allure-of-a-beautiful-fireplace"><h4 class="card-title">The Index Profile: Antiques and restoration expert Owen Pace...</h4></a> <p class="card-text">The owner of Renaissance London, one of the UK’s leade...</p> </div> </div> <div class="col-sm-6 col-md-3 interiorindexstories"> <div class="card"> <div class="img-sec"> <a href="index-stories/the-index-guide-five-interiors-tastemakers-reveal-the-secrets-of-a-well-laid-table"><img src="/uploads/news-pictures-thumbnails/2-new-york-blog-post-image-20221219185958.jpg" class="card-img-top" alt="Pic"/></a></div> <h6 class="card-title tmargin">Décor </h6> <a href="index-stories/the-index-guide-five-interiors-tastemakers-reveal-the-secrets-of-a-well-laid-table"><h4 class="card-title">The Index Guide: Five interiors tastemakers reveal the secre...</h4></a> <p class="card-text">The fine art of dressing a table for entertaining guests, or...</p> </div> </div> <div class="col-sm-6 col-md-3 interiorindexstories"> <div class="card"> <div class="img-sec"> <a href="index-stories/attending-an-antiques-auction-leading-expert-reveals-10-investment-pieces-worth-purchasing-on-sight"><img src="/uploads/news-pictures-thumbnails/2-new-york-blog-post-image-20221213144852.jpg" class="card-img-top" alt="Pic"/></a></div> <h6 class="card-title tmargin">Antiques </h6> <a href="index-stories/attending-an-antiques-auction-leading-expert-reveals-10-investment-pieces-worth-purchasing-on-sight"><h4 class="card-title">Attending an antiques auction? Leading expert reveals 10 inv...</h4></a> <p class="card-text">Once the preserve of dealers and vintage collectors, auction...</p> </div> </div> <div class="col-sm-6 col-md-3 interiorindexstories"> <div class="card"> <div class="img-sec"> <a href="index-stories/the-index-edit-10-patterned-lampshades-we-are-coveting-right-now"><img src="/uploads/news-pictures-thumbnails/2-new-york-blog-post-image-20221205100114.jpg" class="card-img-top" alt="Pic"/></a></div> <h6 class="card-title tmargin">Lighting </h6> <a href="index-stories/the-index-edit-10-patterned-lampshades-we-are-coveting-right-now"><h4 class="card-title">The Index Edit: 10 patterned lampshades we are coveting righ...</h4></a> <p class="card-text">There was a point in time when a brightly hued or elaboratel...</p> </div> </div> <div class="col-sm-6 col-md-3 interiorindexstories"> <div class="card"> <div class="img-sec"> <a href="index-stories/the-index-notes-abid-javed-ceramicist"><img src="/uploads/news-pictures-thumbnails/2-new-york-blog-post-image-20221104122333.jpg" class="card-img-top" alt="Pic"/></a></div> <h6 class="card-title tmargin">Ceramics </h6> <a href="index-stories/the-index-notes-abid-javed-ceramicist"><h4 class="card-title">The Index Notes: Abid Javed, ceramicist</h4></a> <p class="card-text">Abid Javed is a research scientist and artist who lives...</p> </div> </div> <div class="col-sm-6 col-md-3 interiorindexstories"> <div class="card"> <div class="img-sec"> <a href="index-stories/the-index-guide-leading-galleries-on-choosing-fine-art"><img src="/uploads/news-pictures-thumbnails/2-new-york-blog-post-image-20221026162139.jpg" class="card-img-top" alt="Pic"/></a></div> <h6 class="card-title tmargin">Art </h6> <a href="index-stories/the-index-guide-leading-galleries-on-choosing-fine-art"><h4 class="card-title">The Index Guide: leading galleries on choosing fine art</h4></a> <p class="card-text">Umming and ahhing over the right art for your space? Busola ...</p> </div> </div> <div class="col-sm-6 col-md-3 interiorindexstories"> <div class="card"> <div class="img-sec"> <a href="index-stories/the-index-inspires-max-rollitt-on-the-design-principles-behind-five-of-his-memorable-rooms"><img src="/uploads/news-pictures-thumbnails/2-new-york-blog-post-image-20221028124422.jpg" class="card-img-top" alt="Pic"/></a></div> <h6 class="card-title tmargin">Décor </h6> <a href="index-stories/the-index-inspires-max-rollitt-on-the-design-principles-behind-five-of-his-memorable-rooms"><h4 class="card-title">The Index Inspires: Max Rollitt on the design principles beh...</h4></a> <p class="card-text">The celebrated interiors of decorator and antiques dealer Ma...</p> </div> </div> <div class="col-sm-6 col-md-3 interiorindexstories"> <div class="card"> <div class="img-sec"> <a href="index-stories/the-index-notes-louisa-risch-artist"><img src="/uploads/news-pictures-thumbnails/2-new-york-blog-post-image-20221028130719.jpg" class="card-img-top" alt="Pic"/></a></div> <h6 class="card-title tmargin">Art </h6> <a href="index-stories/the-index-notes-louisa-risch-artist"><h4 class="card-title">The Index Notes: Louisa Risch, artist</h4></a> <p class="card-text">Fine artist Louisa Risch, establishing her name through the ...</p> </div> </div> <div class="col-sm-6 col-md-3 interiorindexstories"> <div class="card"> <div class="img-sec"> <a href="index-stories/the-index-profile-atelier-ellis-founder-cassandra-ellis-on-how-she-creates-her-quiet-yet-striking-paint-colours"><img src="/uploads/news-pictures-thumbnails/2-new-york-blog-post-image-20221021103601.jpg" class="card-img-top" alt="Pic"/></a></div> <h6 class="card-title tmargin">Décor </h6> <a href="index-stories/the-index-profile-atelier-ellis-founder-cassandra-ellis-on-how-she-creates-her-quiet-yet-striking-paint-colours"><h4 class="card-title">The Index Profile: Atelier Ellis founder Cassandra Ellis on ...</h4></a> <p class="card-text">The New Zealand-born paint maker tells Busola Evans how her ...</p> </div> </div> <div class="col-sm-6 col-md-3 interiorindexstories"> <div class="card"> <div class="img-sec"> <a href="index-stories/the-index-tour-a-fantastical-bathroom-taken-from-the-set-of-bohemian-rhapsody"><img src="/uploads/news-pictures-thumbnails/2-new-york-blog-post-image-20221020110338.jpg" class="card-img-top" alt="Pic"/></a></div> <h6 class="card-title tmargin">Bathrooms and Kitchens </h6> <a href="index-stories/the-index-tour-a-fantastical-bathroom-taken-from-the-set-of-bohemian-rhapsody"><h4 class="card-title">The Index Tour: a fantastical bathroom taken from the set of...</h4></a> <p class="card-text">When interior designer Mitch Crook was called in by the owne...</p> </div> </div> <div class="col-sm-6 col-md-3 interiorindexstories"> <div class="card"> <div class="img-sec"> <a href="index-stories/the-index-creatives-five-independent-textile-designers-inspired-by-botanical-patterns"><img src="/uploads/news-pictures-thumbnails/2-new-york-blog-post-image-20221028145203.jpg" class="card-img-top" alt="Pic"/></a></div> <h6 class="card-title tmargin">Textiles </h6> <a href="index-stories/the-index-creatives-five-independent-textile-designers-inspired-by-botanical-patterns"><h4 class="card-title">The Index Creatives: five independent textile designers insp...</h4></a> <p class="card-text">Its roots may extend all the way back to ancient Egypt, but ...</p> </div> </div> <div class="clearfix"></div> </div> </div> </div></div></div><div><style type='text/css'> .small-text1 { color: black; font-family: 'Practice' !important; font-style: normal !important; font-weight: 400; font-size: 18px !important; line-height: 24px !important; text-align: center;}.intro-para .get-quote.text-border{ width: 22%; padding-top: 3%;}@media only screen and (max-width: 767px){ .small-text1 { width: 101%; font-size: 15px !important; line-height: 22px !important; } .intro-para .get-quote.text-border{ width: 46%; height: 8%; font-size: 14px; line-height: 12px; margin-top: -5%; }} </style><div class="banner home-section home-join-section"> <div class="bg-color "> <div class="container"> <div class="row"> <div class="banner-text text-center"> <div class="intro-para text-center quote"> <!--<h2>Join a Unique Design Community</h2> <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 381.98 110.76"><defs><style>.cls-1{fill:#ffffff;}</style></defs><title>The Interiors Index logo</title><path class="cls-1" d="M29.27,6.89H28.17c-.25-4-1.8-5.08-5.66-5.08-1.52,0-4-.21-4,1.11V22.35c0,3,.57,4.18,4.55,4.35v.94c-2.26,0-4.55-.12-6.81-.16s-4.31.12-6.52.16v-.94c4-.16,4.55-1.31,4.55-4.35V2.91c0-1.23-1.8-1.11-3.44-1.11-4.06,0-6,.21-6.19,5.08H3.73V.49H28.9ZM44,19.84a23.56,23.56,0,0,0,.41,5.45c.53,1.39,2.21,1.39,3.53,1.39v.94c-2,0-4-.12-5.95-.16s-4.14.12-6.15.16v-.94c1.31,0,3,0,3.53-1.39a23.56,23.56,0,0,0,.41-5.45V8.28a23.56,23.56,0,0,0-.41-5.45c-.53-1.39-2.21-1.39-3.53-1.39V.49c1.93,0,3.9.12,5.86.16S45.84.53,47.93.49v.94c-1.31,0-3,0-3.53,1.39A23.56,23.56,0,0,0,44,8.28V13H58.63V8.28a23.56,23.56,0,0,0-.41-5.45C57.69,1.44,56,1.44,54.69,1.44V.49c2,0,4,.12,6,.16S64.74.53,66.79.49v.94c-1.31,0-3,0-3.53,1.39a23.56,23.56,0,0,0-.41,5.45V19.84a23.56,23.56,0,0,0,.41,5.45c.53,1.39,2.21,1.39,3.53,1.39v.94c-2,0-4-.12-5.95-.16s-4.1.12-6.15.16v-.94c1.31,0,3,0,3.53-1.39a23.56,23.56,0,0,0,.41-5.45V14.35H44ZM77.86,8.45A23.56,23.56,0,0,0,77.45,3C76.91,1.6,75.23,1.6,73.92,1.6V.49H94.3V6.68h-.94c-.78-4.8-2.91-5.08-7.26-5.08h-3c-1.27,0-1.07-.12-1.07,1.68V13c5.62.25,6.44-2.09,6.68-5h.94c0,1.85-.08,3.73-.16,5.58.08,1.68.12,3.4.16,5.08h-.94c-.57-4.3-2.75-4.51-6.68-4.51v6.72c0,1.23,0,3.16.74,4.14,1.07,1.43,3.61,1.52,5.25,1.48,4.26-.08,7.05-.61,7.59-5.49h.94l-.37,6.6H73.92v-.94c1.31,0,3,0,3.53-1.39a23.56,23.56,0,0,0,.41-5.45Zm45-.16a23.56,23.56,0,0,0-.41-5.45c-.53-1.39-2.21-1.39-3.53-1.39V.49c2,0,3.94.12,5.9.16S129,.53,131,.49v.94c-1.31,0-3,0-3.53,1.39a23.56,23.56,0,0,0-.41,5.45V19.84a23.56,23.56,0,0,0,.41,5.45c.53,1.39,2.21,1.39,3.53,1.39v.94c-1.93,0-3.94-.12-5.9-.16s-4.14.12-6.19.16v-.94c1.31,0,3,0,3.53-1.39a23.56,23.56,0,0,0,.41-5.45ZM142.14,3.9a4.71,4.71,0,0,0-4.47-2.46V.49c1.31,0,2.58.12,3.9.16,1.07,0,2.17-.12,3.24-.16l17.38,21.12V10.21a35.79,35.79,0,0,0-.37-6.31c-.49-2.3-1.6-2.13-3.65-2.46V.49c1.52,0,3,.12,4.51.16S165.51.53,167,.49v.94c-1.52.16-2.58,0-3.12,1.8a40,40,0,0,0-.49,7.18V28.09h-1.23c-.9-1.11-1.8-2.25-2.71-3.4L143.37,5.25V19c0,1.52,0,4.59.62,6,.7,1.6,2,1.52,3.57,1.68v.94c-1.56,0-3.16-.12-4.71-.16s-3,.12-4.55.16v-.94c1.6-.16,3.12-.25,3.53-2a32,32,0,0,0,.33-5.66Zm56.79,3h-1.11c-.25-4-1.8-5.08-5.66-5.08-1.52,0-4-.21-4,1.11V22.35c0,3,.57,4.18,4.55,4.35v.94c-2.26,0-4.55-.12-6.81-.16s-4.31.12-6.52.16v-.94c4-.16,4.55-1.31,4.55-4.35V2.91c0-1.23-1.8-1.11-3.44-1.11-4.06,0-6,.21-6.19,5.08h-.94V.49h25.17Zm10.45,1.56A23.56,23.56,0,0,0,209,3c-.53-1.39-2.21-1.39-3.53-1.39V.49h20.38V6.68h-.94c-.78-4.8-2.91-5.08-7.26-5.08h-3c-1.27,0-1.07-.12-1.07,1.68V13c5.62.25,6.44-2.09,6.68-5h.94c0,1.85-.08,3.73-.16,5.58.08,1.68.12,3.4.16,5.08h-.94c-.57-4.3-2.75-4.51-6.68-4.51v6.72c0,1.23,0,3.16.74,4.14,1.07,1.43,3.61,1.52,5.25,1.48,4.26-.08,7.05-.61,7.59-5.49h.94l-.37,6.6h-22.3v-.94c1.31,0,3,0,3.53-1.39a23.56,23.56,0,0,0,.41-5.45Zm48.83,15.83c1.31,1.52,1.93,2.09,4,2.42v.94c-1.23,0-2.46-.12-3.69-.16-1,0-2,.12-3.07.16l-1.93-2.38-6.81-8.45c-1.35-1.56-1.19-1.8-3.36-1.8v4.84a26.12,26.12,0,0,0,.37,5.45c.49,1.43,2.17,1.39,3.49,1.39v.94c-1.89,0-3.81-.12-5.78-.16s-4.1.12-6.15.16v-.94c1.31,0,3,0,3.49-1.39a26.12,26.12,0,0,0,.37-5.45V8.28a26.12,26.12,0,0,0-.37-5.45c-.45-1.43-2.17-1.39-3.49-1.39V.49c2.34,0,4.72.12,7.05.16,1.72,0,3.48-.12,5.21-.16,4.67,0,9.39,1.07,9.39,6.77,0,4.43-3.36,6.68-7.42,7.05ZM243.37,13.9c5.13,0,8.86-.12,8.86-6.07,0-3.61-2-6.15-5.74-6.15a14.29,14.29,0,0,0-2.67,0c-.53.25-.45,1-.45,1.48Zm27.47-5.62a23.56,23.56,0,0,0-.41-5.45c-.53-1.39-2.21-1.39-3.53-1.39V.49c2,0,3.94.12,5.9.16S276.95.53,279,.49v.94c-1.31,0-3,0-3.53,1.39a23.56,23.56,0,0,0-.41,5.45V19.84a23.56,23.56,0,0,0,.41,5.45c.53,1.39,2.21,1.39,3.53,1.39v.94c-1.93,0-3.94-.12-5.9-.16s-4.14.12-6.19.16v-.94c1.31,0,3,0,3.53-1.39a23.56,23.56,0,0,0,.41-5.45Zm16.07,5.86C286.91,6,294,0,302,0s14.72,5.74,14.72,13.86c0,8.41-6.6,14.23-14.88,14.23C293.8,28.09,286.91,22.39,286.91,14.15Zm5.13,0C292,20.58,294.58,27,302,27c7.3,0,9.51-6.85,9.51-13S309,1.11,301.8,1.11,292,8.08,292,14.15Zm55.15,10.13c1.31,1.52,1.93,2.09,4,2.42v.94c-1.23,0-2.46-.12-3.69-.16-1,0-2.05.12-3.08.16l-1.93-2.38-6.81-8.45c-1.35-1.56-1.19-1.8-3.36-1.8v4.84a26.19,26.19,0,0,0,.37,5.45c.49,1.43,2.17,1.39,3.49,1.39v.94c-1.89,0-3.81-.12-5.78-.16s-4.1.12-6.15.16v-.94c1.31,0,3,0,3.48-1.39a26.12,26.12,0,0,0,.37-5.45V8.28a26.12,26.12,0,0,0-.37-5.45c-.45-1.43-2.17-1.39-3.48-1.39V.49c2.34,0,4.71.12,7.05.16,1.72,0,3.49-.12,5.21-.16,4.67,0,9.39,1.07,9.39,6.77,0,4.43-3.36,6.68-7.42,7.05ZM332.34,13.9c5.13,0,8.86-.12,8.86-6.07,0-3.61-2-6.15-5.74-6.15a14.29,14.29,0,0,0-2.67,0c-.53.25-.45,1-.45,1.48Zm24.23,5.45h.94c.82,4.14,3,7.63,7.75,7.63,3.2,0,5.86-1.8,5.86-5.12,0-3.73-3.24-5.21-6.23-6.4-3.73-1.44-7.71-3.4-7.71-8.08S360.84,0,365.3,0a10.62,10.62,0,0,1,6.19,2.09l.94-1.6h.45l.21,7.09h-.94c-.94-3.4-2.87-6.48-6.85-6.48-2.62,0-4.8,1.68-4.8,4.35,0,3.24,2.91,4.35,5.45,5.41,4.26,1.76,9,3.9,9,9.27s-5,8-9.8,8A11.36,11.36,0,0,1,358,25.63l-1,1.72h-.45ZM10.1,61.1c0-3.37,0-11.15-1.05-14-1.37-3.58-5.68-3.58-9-3.58V41.1c5.05.11,10.1.32,15.15.42,5.37-.11,10.63-.32,15.89-.42v2.42c-3.37,0-7.68,0-9,3.58-1.05,2.84-1.05,10.63-1.05,14V90.77c0,3.37,0,11.15,1.05,14,1.37,3.58,5.68,3.58,9,3.58v2.42c-4.95-.11-10.1-.32-15.15-.42-5.26.11-10.63.32-15.89.42v-2.42c3.37,0,7.68,0,9-3.58,1.05-2.84,1.05-10.63,1.05-14ZM59.56,49.84c-3.26-4.63-5.79-6.21-11.47-6.31V41.1c3.37.11,6.63.32,10,.42,2.74-.11,5.58-.32,8.31-.42L111,95.29V66c0-4.53,0-11.89-.95-16.21-1.26-5.89-4.1-5.47-9.36-6.31V41.1c3.89.11,7.68.32,11.57.42,3.68-.11,7.26-.32,11.15-.42v2.42c-3.89.42-6.63.11-8,4.63-1.05,3.37-1.26,14.21-1.26,18.41v45.35H111c-2.31-2.84-4.63-5.79-6.94-8.73L62.71,53.31V88.67c0,3.89,0,11.79,1.58,15.36,1.79,4.1,5.26,3.89,9.15,4.31v2.42c-4-.11-8.1-.32-12.1-.42-3.89.11-7.79.32-11.68.42v-2.42c4.1-.42,8-.63,9-5.16.84-3.79.84-10.42.84-14.52ZM150.9,61.31c0-3.37,0-11.15-.95-14-1.16-3.68-5.58-3.58-8.94-3.58V41.1c4.31.11,8.84.32,13.26.42,5.68-.11,11.36-.32,17-.42,22.2-.42,39,13.47,39,36.3,0,22.31-14.63,33.88-36.3,33.36-6.21-.11-12.52-.32-18.73-.42-4.84.11-9.58.32-14.31.42v-2.42c3.37,0,7.79,0,8.94-3.58.95-2.84.95-10.63.95-14Zm10.84,30.94c0,3.58-.42,8.63,1.68,11.68,2.42,3.58,7.79,4,11.79,4,18.41,0,22-13.26,22-28.83,0-20.83-6-35.15-28.52-35.15-1.26,0-5.37-.21-6.31.74-.63.63-.63,2.42-.63,3.26Zm78.71-30.73c0-3.37,0-11.15-1.05-14-1.37-3.58-5.68-3.58-9-3.58V41.1h52.3V57h-2.42c-2-12.31-7.47-13-18.62-13H254c-3.26,0-2.74-.32-2.74,4.31V73.2c14.42.63,16.52-5.37,17.15-12.94h2.42c-.11,4.73-.21,9.58-.42,14.31.21,4.31.32,8.73.42,13h-2.42c-1.47-11-7-11.57-17.15-11.57V93.3c0,3.16,0,8.1,1.89,10.63,2.74,3.68,9.26,3.89,13.47,3.79,10.94-.21,18.1-1.58,19.47-14.1h2.42l-.95,16.94H230.34v-2.42c3.37,0,7.68,0,9-3.58,1.05-2.84,1.05-10.63,1.05-14Zm130.8,40.41c2.95,3.68,5.68,6.84,10.73,6.42v2.42c-4.95-.11-9.89-.32-14.84-.42-5.26.11-10.63.32-15.89.42v-2.42c1.37-.32,7.89.53,7.89-2.1,0-2.31-4.1-7.37-5.58-9.26L340.94,80.56l-7,8.94c-2.42,3.16-8.94,11.47-8.94,15.36s5.89,3.37,8.21,3.47v2.42c-4.21-.11-8.52-.32-12.73-.42-4.1.11-8.21.32-12.31.42v-2.42c7.16-.63,10.1-3.89,14.21-9.15l16.52-21L317.16,50.57c-3.05-3.89-4.95-6.73-10.21-7V41.1c4.73.11,9.58.32,14.31.42,5.16-.11,10.42-.32,15.57-.42v2.42c-2.74.11-7.79-.1-7.79,2.84,0,2,2.63,5.16,3.68,6.63L346.2,70.25l4.21-5.79c2.63-3.47,10-12.52,10-16.73s-4.63-3.47-7.58-4.21V41.1c4.21.11,8.42.32,12.63.42,3.68-.11,7.26-.32,10.94-.42v2.42c-2.63.42-5.05.74-7.26,2.53-2.42,1.89-6.31,7.58-8.31,10.21L348,72.67Z"/></svg> --> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="4.03 22.44 357.85 108.6"><path d="M4.02613 129.833H36.6961V127.743C28.2261 126.973 26.3561 124.443 26.3561 111.903V75.3835C26.3561 62.2935 27.8961 60.4235 36.6961 59.3235V57.2335H4.02613V59.3235C12.8261 60.4235 14.3661 62.2935 14.3661 75.3835V111.903C14.3661 124.443 12.4961 126.973 4.02613 127.743V129.833ZM47.7719 129.833H76.5919V127.743C67.1319 126.973 64.3819 123.893 64.3819 114.323V72.4135L116.192 131.043H118.502V72.7435C118.502 63.1735 121.252 60.0935 130.712 59.3235V57.2335H101.892V59.3235C111.352 60.0935 114.102 63.1735 114.102 72.7435V109.263L68.0119 57.2335H47.7719V59.3235C56.9019 60.0935 59.9819 63.7235 59.9819 73.2935V114.323C59.9819 123.893 57.2319 126.973 47.7719 127.743V129.833ZM140.886 129.833H177.296C203.916 129.833 218.656 113.773 218.656 93.7535C218.656 67.6835 200.286 57.2335 176.636 57.2335H140.886V59.3235C149.246 60.3135 151.116 62.9535 151.116 73.0735V113.663C151.116 123.013 149.576 127.083 140.886 127.743V129.833ZM162.996 61.8535C168.276 61.4135 171.576 61.3035 175.536 61.3035C195.666 61.3035 204.906 75.1635 204.906 93.5335C204.906 114.543 192.256 126.203 175.206 126.203H169.706C164.206 126.203 162.996 124.663 162.996 118.613V61.8535ZM228.171 129.833H278.441L282.401 108.933H279.541C275.361 121.363 269.201 126.203 262.271 126.203H257.101C251.711 126.203 250.281 124.993 250.281 118.723V93.2035H257.541C265.681 93.2035 268.211 98.2635 268.761 104.093H271.511V79.1235H268.761C267.991 85.8335 266.011 89.7935 257.761 89.7935H250.281V60.8635H260.841C271.731 60.8635 274.151 65.8135 275.801 74.5035H278.661L277.891 57.2335H228.171V59.3235C236.531 60.3135 238.401 62.9535 238.401 73.0735V113.663C238.401 123.013 236.861 127.083 228.171 127.743V129.833ZM291.583 129.833H315.453V127.743C311.273 127.633 307.863 126.753 307.863 123.563C307.863 122.463 308.853 120.593 310.283 118.063L323.043 96.6135L337.013 119.273C338.663 122.023 339.213 123.013 339.213 124.223C339.213 126.423 336.133 127.633 331.623 127.743V129.833H361.873V127.743C357.693 127.303 355.273 125.983 352.523 121.693L331.623 88.8035L345.263 67.3535C349.333 60.9735 351.533 59.4335 357.033 59.3235V57.2335H333.493V59.3235C338.113 59.4335 340.973 60.0935 340.973 63.5035C340.973 65.3735 339.323 68.4535 337.123 71.9735L329.093 85.1735L318.423 68.0135C316.883 65.5935 316.113 63.9435 316.113 62.9535C316.113 60.2035 318.863 59.4335 323.373 59.3235V57.2335H292.243V59.3235C296.753 59.5435 300.053 61.5235 304.453 67.9035L320.073 92.4335L303.903 118.833C300.053 124.993 296.643 127.413 291.583 127.743V129.833Z" fill="black"/><path d="M65.5922 42.6631H74.7722V42.0931C72.3722 41.8831 71.8022 41.2531 71.8022 37.7731V23.8531H74.0822C76.3922 23.8531 77.5322 24.9931 77.8622 27.5731H78.6422V22.8631H61.7222V27.5731H62.5022C62.8322 24.9931 63.9722 23.8531 66.2822 23.8531H68.5622V37.7731C68.5622 41.2531 67.9922 41.8831 65.5922 42.0931V42.6631ZM82.0733 42.6631H90.8933V42.0931C88.5233 41.9131 88.1033 40.8031 88.1033 38.2531V32.7931H98.2133V38.2531C98.2133 40.8031 97.7933 41.9131 95.4233 42.0931V42.6631H104.243V42.0931C101.873 41.9131 101.453 40.8031 101.453 38.2531V27.1831C101.453 24.4231 101.963 23.7031 104.243 23.4331V22.8631H95.4233V23.4331C97.7033 23.7031 98.2133 24.4231 98.2133 27.1831V31.6231H88.1033V27.1831C88.1033 24.4231 88.6133 23.7031 90.8933 23.4331V22.8631H82.0733V23.4331C84.3533 23.7031 84.8633 24.4231 84.8633 27.1831V38.2531C84.8633 40.8031 84.4433 41.9131 82.0733 42.0931V42.6631ZM108.155 42.6631H121.865L122.945 36.9631H122.165C121.025 40.3531 119.345 41.6731 117.455 41.6731H116.045C114.575 41.6731 114.185 41.3431 114.185 39.6331V32.6731H116.165C118.385 32.6731 119.075 34.0531 119.225 35.6431H119.975V28.8331H119.225C119.015 30.6631 118.475 31.7431 116.225 31.7431H114.185V23.8531H117.065C120.035 23.8531 120.695 25.2031 121.145 27.5731H121.925L121.715 22.8631H108.155V23.4331C110.435 23.7031 110.945 24.4231 110.945 27.1831V38.2531C110.945 40.8031 110.525 41.9131 108.155 42.0931V42.6631ZM133.69 42.6631H142.6V42.0931C140.29 41.8831 139.78 41.1931 139.78 37.7731V27.8131C139.78 24.2431 140.2 23.7331 142.6 23.4331V22.8631H133.69V23.4331C136.09 23.7331 136.51 24.2431 136.51 27.8131V37.7731C136.51 41.1931 136 41.8831 133.69 42.0931V42.6631ZM146.257 42.6631H154.117V42.0931C151.537 41.8831 150.787 41.0431 150.787 38.4331V27.0031L164.917 42.9931H165.547V27.0931C165.547 24.4831 166.297 23.6431 168.877 23.4331V22.8631H161.017V23.4331C163.597 23.6431 164.347 24.4831 164.347 27.0931V37.0531L151.777 22.8631H146.257V23.4331C148.747 23.6431 149.587 24.6331 149.587 27.2431V38.4331C149.587 41.0431 148.837 41.8831 146.257 42.0931V42.6631ZM175.942 42.6631H185.122V42.0931C182.722 41.8831 182.152 41.2531 182.152 37.7731V23.8531H184.432C186.742 23.8531 187.882 24.9931 188.212 27.5731H188.992V22.8631H172.072V27.5731H172.852C173.182 24.9931 174.322 23.8531 176.632 23.8531H178.912V37.7731C178.912 41.2531 178.342 41.8831 175.942 42.0931V42.6631ZM192.423 42.6631H206.133L207.213 36.9631H206.433C205.293 40.3531 203.613 41.6731 201.723 41.6731H200.313C198.843 41.6731 198.453 41.3431 198.453 39.6331V32.6731H200.433C202.653 32.6731 203.343 34.0531 203.493 35.6431H204.243V28.8331H203.493C203.283 30.6631 202.743 31.7431 200.493 31.7431H198.453V23.8531H201.333C204.303 23.8531 204.963 25.2031 205.413 27.5731H206.193L205.983 22.8631H192.423V23.4331C194.703 23.7031 195.213 24.4231 195.213 27.1831V38.2531C195.213 40.8031 194.793 41.9131 192.423 42.0931V42.6631ZM210.653 42.6631H219.533V42.0931C217.133 41.9131 216.683 40.8931 216.683 38.2531V33.4831C218.543 33.4831 219.023 33.7231 220.163 36.3031C221.093 38.4031 221.723 40.3831 223.373 42.6631H228.623V42.0931C226.973 42.0031 226.013 41.1631 225.053 39.0031C223.913 36.4231 223.163 34.0531 221.483 33.0031C224.003 32.0731 225.263 30.3331 225.263 28.1731C225.263 24.1531 221.903 22.8631 218.333 22.8631H210.653V23.4331C212.933 23.7031 213.443 24.4231 213.443 27.1831V38.2531C213.443 40.8031 213.023 41.9131 210.653 42.0931V42.6631ZM216.683 23.9431C217.043 23.9131 217.373 23.8831 217.913 23.8831C220.223 23.8831 221.813 25.3531 221.813 27.9031C221.813 31.1431 220.223 32.6431 216.683 32.6431V23.9431ZM231.932 42.6631H240.842V42.0931C238.532 41.8831 238.022 41.1931 238.022 37.7731V27.8131C238.022 24.2431 238.442 23.7331 240.842 23.4331V22.8631H231.932V23.4331C234.332 23.7331 234.752 24.2431 234.752 27.8131V37.7731C234.752 41.1931 234.242 41.8831 231.932 42.0931V42.6631ZM244.197 32.7031C244.197 38.9431 249.117 43.0831 255.117 43.0831C261.177 43.0831 266.097 38.9431 266.097 32.6731C266.097 26.3731 261.267 22.4431 255.177 22.4431C249.177 22.4431 244.197 26.5831 244.197 32.7031ZM255.087 42.1831C250.617 42.1831 247.947 38.6431 247.947 32.7031C247.947 27.0631 250.617 23.3431 255.237 23.3431C259.257 23.3431 262.347 26.6431 262.347 32.8231C262.347 37.8331 260.067 42.1831 255.087 42.1831ZM269.388 42.6631H278.268V42.0931C275.868 41.9131 275.418 40.8931 275.418 38.2531V33.4831C277.278 33.4831 277.758 33.7231 278.898 36.3031C279.828 38.4031 280.458 40.3831 282.108 42.6631H287.358V42.0931C285.708 42.0031 284.748 41.1631 283.788 39.0031C282.648 36.4231 281.898 34.0531 280.218 33.0031C282.738 32.0731 283.998 30.3331 283.998 28.1731C283.998 24.1531 280.638 22.8631 277.068 22.8631H269.388V23.4331C271.668 23.7031 272.178 24.4231 272.178 27.1831V38.2531C272.178 40.8031 271.758 41.9131 269.388 42.0931V42.6631ZM275.418 23.9431C275.778 23.9131 276.108 23.8831 276.648 23.8831C278.958 23.8831 280.548 25.3531 280.548 27.9031C280.548 31.1431 278.958 32.6431 275.418 32.6431V23.9431ZM290.793 42.9931H291.543C291.693 42.3331 291.963 42.0631 292.353 42.0631C293.133 42.0631 294.363 43.0531 296.463 43.0531C299.943 43.0531 302.343 40.8331 302.343 37.4431C302.343 31.5931 293.403 30.1231 293.403 26.0131C293.403 24.3931 294.543 23.3431 296.223 23.3431C298.053 23.3431 299.883 24.9031 300.393 28.3531H301.173V22.4431H300.543C300.393 22.9831 300.243 23.2231 299.763 23.2231C298.803 23.2231 297.753 22.4731 295.833 22.4731C292.623 22.4731 290.583 24.7231 290.583 27.2731C290.583 33.1231 299.493 34.3531 299.493 38.9431C299.493 40.8331 298.503 42.1831 296.463 42.1831C293.853 42.1831 292.113 40.0531 291.573 36.5431H290.793V42.9931Z" fill="black"/></svg> <!--<p class="small-text">Be on the same page as others in the know</p> --> <p class="small-text"> <div class="small-text1">A distinguished directory of artisans, makers and</div> <div class="small-text1">places which mirrors the magazine itself</div> </p> <a href="/checkout/3" class="get-quote text-border" onclick="eventTrigger()">Apply to Join</a> </div> </div> </div> </div> </div></div></div> </div> <div class="clearfix"></div> <!-- Reopens Container Divs from framework If Full-Width Page --> <div> <div> <div class="clearfix"></div> </div> </div> <!-- End Content --> <div class="clearfix footer-clear-element clearfix-lg"></div> <div class="footer"> <div class="container"> <div class="row"> <ul class="footer_menu sm-text-center"> <li class=''><span id='link157'> <footer class="site-footer"> <div class="bottom"> <div class="container"> <div class="row"> <div class="col-md-3"> </div> <div class="col-lg-6 text-center col-xs-12"> <h4>Follow THE WORLD OF INTERIORS</h4> <ul class="list-inline"> <li class=''><a href='https://twitter.com/WofInteriors' id='link232' target='_blank'><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path class="twitter-footer" d="M18 5.92v.53A11.59 11.59 0 0 1 6.5 18.13h-.21A11.62 11.62 0 0 1 0 16.28a8.24 8.24 0 0 0 1 .06 8.22 8.22 0 0 0 5.1-1.76 4.1 4.1 0 0 1-3.83-2.85 4.11 4.11 0 0 0 1.85-.07 4.1 4.1 0 0 1-3.29-4 4.11 4.11 0 0 0 1.86.51 4.11 4.11 0 0 1-1.3-5.55 11.65 11.65 0 0 0 8.46 4.29 4.11 4.11 0 0 1 7-3.74 8.2 8.2 0 0 0 2.61-1 4.11 4.11 0 0 1-1.8 2.27A8.22 8.22 0 0 0 20 3.8a8.31 8.31 0 0 1-2 2.12"></path></svg></a></li><li class=''><a href='https://facebook.com/TheWorldofInteriors' id='link233' target='_blank'><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path class="facebook-footer" d="M14.41 6.64l-.23 3h-3.07V20H7.24V9.64H5.18v-3h2.06v-2a5.37 5.37 0 0 1 .67-3.1A3.68 3.68 0 0 1 11.11 0a13 13 0 0 1 3.71.37l-.52 3.09a7 7 0 0 0-1.67-.25c-.8 0-1.52.29-1.52 1.09v2.34z"></path></svg></a></li><li class=''><a href='https://www.instagram.com/theworldofinteriors/' id='link234' target='_blank'><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path class="instagram-footer" d="M10 4.86A5.14 5.14 0 1 0 15.14 10 5.14 5.14 0 0 0 10 4.86zm0 8.47A3.33 3.33 0 1 1 13.33 10 3.33 3.33 0 0 1 10 13.33zm9.94-7.46a7.34 7.34 0 0 0-.46-2.43 4.9 4.9 0 0 0-1.15-1.77A4.9 4.9 0 0 0 16.55.53a7.34 7.34 0 0 0-2.43-.47C13.06 0 12.72 0 10 0S6.94 0 5.88.06a7.34 7.34 0 0 0-2.43.47 4.9 4.9 0 0 0-1.77 1.15A4.9 4.9 0 0 0 .52 3.45a7.34 7.34 0 0 0-.46 2.43C0 6.94 0 7.28 0 10s0 3.06.06 4.12a7.34 7.34 0 0 0 .46 2.43 4.9 4.9 0 0 0 1.15 1.77 4.9 4.9 0 0 0 1.77 1.15 7.34 7.34 0 0 0 2.43.46C6.94 20 7.28 20 10 20s3.06 0 4.12-.06a7.34 7.34 0 0 0 2.43-.46 5.11 5.11 0 0 0 2.92-2.92 7.34 7.34 0 0 0 .46-2.43c0-1.07.06-1.41.06-4.12s.01-3.07-.05-4.13zM18.14 14a5.53 5.53 0 0 1-.34 1.86 3.31 3.31 0 0 1-1.9 1.9 5.53 5.53 0 0 1-1.86.34c-1.05 0-1.37.06-4 .06s-3 0-4-.06a5.53 5.53 0 0 1-1.94-.3A3.1 3.1 0 0 1 3 17a3.1 3.1 0 0 1-.8-1.1 5.53 5.53 0 0 1-.34-1.9c0-1.05-.06-1.37-.06-4s0-3 .06-4a5.54 5.54 0 0 1 .34-1.9A3.1 3.1 0 0 1 3 3a3.1 3.1 0 0 1 1.1-.8A5.53 5.53 0 0 1 6 1.86c1.05 0 1.37-.06 4-.06s3 0 4 .06a5.53 5.53 0 0 1 1.86.34A3.1 3.1 0 0 1 17 3a3.1 3.1 0 0 1 .8 1.1 5.53 5.53 0 0 1 .34 1.9c0 1.05.06 1.37.06 4s-.01 3-.06 4zm-1.6-9.38a1.2 1.2 0 1 1-1.2-1.2 1.2 1.2 0 0 1 1.2 1.24z" fill-rule="evenodd"></path></svg></a></li></ul> <!--a class="footer-contact-book" href="https://www.tatler.com/article/contact-us" target="_blank">Contact the Address Book</a--> </div> <div class="col-md-3"> </div> </div> </div> </div> </footer></span></li> </ul> </div> <style type='text/css'> .footer_terms_last{ font-family: 'Practice' !important; font-style: normal; font-weight: 400; font-size: 12px; line-height: 18px; } @media only screen and (max-width: 767px){ .footer_terms_last{ font-family: 'Practice' !important; font-style: normal; font-weight: 400; font-size: 12px; line-height: 18px; } } </style><div class="col-md-12 fpad fmargin small text-center footer_terms footer_terms_last"> <div class="inline-block"> <a target="_blank" href="https://www.condenast.co.uk/privacy/"> Privacy notice and cookie statement </a> <a href="#" class="ot-sdk-show-settings"> Cookie Preferences </a> <a target="_blank" href="https://www.condenast.co.uk/code-of-conduct/"> Code of Conduct </a> <a target="_blank" href="https://www.condenast.co.uk/terms/"> Terms & conditions </a> <a target="_blank" href="https://www.condenast.co.uk/terms/#directories"> Disclaimer </a> <a target="_blank" href="https://www.condenast.co.uk/careers/"> Careers </a> <a href="/contact-us"> Contact </a> <a href="/media-pack"> Media Pack </a> <a style="cursor:context-menu" href="javascript:void(0);"> © Condé Nast Britain 2021</a> </div> </div> </div> </div><style type='text/css'> .scrollup { border-radius: 3px; width: 40px; height: 40px; opacity: 0.4; position: fixed; bottom: 30px; right: 30px; display: none; background: rgba(119, 119, 119, 0.8); z-index: 1000000; } .scrollup i { font-size: 36px; color: white; position: relative; top: 0px; left: 10px; } </style> <div class="myModal modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="mySmallModalLabel" data-backdrop="static" data-keyboard="false"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-body nohpad nobpad"> <button type="button" style="z-index:10;position:absolute;right:15px;" class="close hmargin" data-dismiss="modal">× </button> <style> .member-login-container:not(.modal .module) { width: 555px; max-width: 100%; margin-left: auto; margin-right: auto; margin-bottom:0; background-color: rgb(250, 250, 250)!important; border-color: rgb(238, 238, 238)!important; color: rgb(41, 41, 41)!important; } .login-register-tabs, .login-register-content { width: 555px!important; max-width: 100%; margin-left: auto!important; margin-right: auto!important; background-color: rgb(238, 238, 238); } .login-register-content { background: transparent; padding: 0; border: none; } .login-register-content h2, .login-register-content h2+hr, .login-register-content .account-menu-title { display: none!important; } .express_login_create_account_prefix hr { margin: 15px 0 10px; } .modal-content #containerFBLogin, .modal-content #containerGoogleLogin { margin:15px 0; } /* CSS When Login Form and Express Registration Rendered in Sidebar */ .col-md-3 .bd-chat-well-container,.col-md-4 .bd-chat-well-container { padding: 15px 10px; } .col-md-3 .bd-chat-center-text,.col-md-4 .bd-chat-center-text { margin: 0; font-size: 20px; padding: 0 15px; } .col-md-3 .member-login-page-container .login-register-tabs *, .col-md-4 .member-login-page-container .login-register-tabs * { font-size: 12px; line-height: 1.2em; vertical-align: bottom; } .col-md-3 .member-login-page-container .login-register-tabs a, .col-md-4 .member-login-page-container .login-register-tabs a { padding: 5px !important; height: 50px; vertical-align: middle; display: table-cell !important; width: 1%; } .col-md-3 .member-login-page-container .login-register-content, .col-md-4 .member-login-page-container .login-register-content { padding: 0; } .col-md-3 .member-login-container, .col-md-4 .member-login-container { padding: 15px !important; font-size: 13px; } .col-md-3 .member-login-page-container .input-lg, .col-md-4 .member-login-page-container .input-lg { height: 34px; padding: 6px 12px; font-size: 14px; } .col-md-3 .member-login-page-container .security_question_label, .col-md-4 .member-login-page-container .security_question_label { transform: scale(.85); margin: -1.15em -1.15em 0; } .col-md-3 #containerFBLogin, .col-md-4 #containerFBLogin, .col-md-3 #containerGoogleLogin, .col-md-4 #containerGoogleLogin, .col-md-3 .login-cta-buttons li, .col-md-4 .login-cta-buttons li { width: 100%; display: block; margin-top:5px; } .col-md-3 .login-cta-buttons li, .col-md-4 .login-cta-buttons li { padding:0 } .col-md-3 .login-cta-buttons ul.nav, .col-md-4 .login-cta-buttons ul.nav { margin-top: -10px; } .col-md-3 #googleAction, .col-md-3 #facebookAction, .col-md-4 #googleAction, .col-md-4 #facebookAction { padding: 0; min-height: 0; font-size: 14px; margin: 0; } .col-md-3 #googleAction img, .col-md-3 #facebookAction img, .col-md-4 #googleAction img, .col-md-4 #facebookAction img { height: 36px !important; margin-right: 5px; position: relative!important; display: inline-block; } @media only screen and (max-width: 767px) { .col-md-3 .member-login-page-container .login-register-tabs a, .col-md-4 .member-login-page-container .login-register-tabs a { display: block !important; width: 100%; line-height: 40px; } #containerGoogleLogin { text-align: center; margin-top: 10px; } #containerGoogleLogin #gBtn { display: inline-block; width: 202px; } } </style> <div class="row member-login-page-container"> <div class="fpad-lg novpad"> <div class="module fpad-xl member-login-container"> <style type="text/css">label span.required { color: #B94A48; }span.help-inline, span.help-block {font-size: .9em; }</style><form action="/api/widget/json/get/Bootstrap%20Theme%20-%20Member%20Login%20Page" id="member_login_190" method="post" labelwidth="100" labelpaddingtop="0.5em" enctype="multipart/form-data" form_action_type="redirect" form_action_div return_data_type="" name="member_login_190" class=" "><input type="hidden" name="sized" value="0" id="member_login_190-element-0"/><input type="hidden" name="form" value="myform" id="member_login_190-element-1"/><input type="hidden" name="formname" value="member_login" id="member_login_190-element-2"/><input type="hidden" name="dowiz" value="1" id="member_login_190-element-3"/><input type="hidden" name="save" value="1" id="member_login_190-element-4"/><input type="hidden" name="url_origin_pars" value="/interiors-index" id="member_login_190-element-5"/><input type="hidden" name="action" autocomplete="off" value="login" id="member_login_190-element-6"/><h2 class="nomargin member-login-h2-form-title">Member Login</h2><hr> <!-- Required Font-Family for Social Buttons --> <link rel="stylesheet" media="print" onload="this.onload=null;this.removeAttribute('media');" href="https://fonts.googleapis.com/css?family=Roboto:500&display=swap"> <noscript> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:500&display=swap"> </noscript> <div class="row social-login-row"> </div><div class="form-group"><label class="vertical-label bd-email" for="member_login_190-element-9"><span class="required">* </span>Email Address</label><input type="email" name="email" required placeholder="name@yoursite.com" autocomplete="off" value class="form-control input-lg" id="member_login_190-element-9"/></div><div class="form-group"><label class="vertical-label bd-password" for="member_login_190-element-10"><span class="required">* </span>Password</label> <style> #togglePassword { background: none; border: none; cursor: pointer; font-weight: bold; font-size: .85em; position: absolute; right: 5px; top: 0; } </style><button type="button" tabindex="-1" id="togglePassword" onclick="showPassword(this);"> <i class="fa fa-lock" aria-hidden="true"></i></button> <script> function showPassword(node){ const parent = node.closest('.form-group'); const passwordField = parent.querySelector(`input[type='password'], input[type='text']`); const isPassword = passwordField.getAttribute('type') === 'password'; passwordField.setAttribute('type', isPassword ? 'text' : 'password'); const iconHTML = isPassword ? `<i class="fa fa-unlock" aria-hidden="true"></i>` : `<i class="fa fa-lock" aria-hidden="true"></i>`; node.innerHTML = iconHTML; } </script><input type="password" name="pass" required placeholder="Enter Password" autocomplete="off" value class="form-control input-lg" id="member_login_190-element-10"/></div><span class="help-block bpad bmargin notmargin"> <a href="/login/retrieval">Forgot Password? Click to Reset Password</a></span><div class="form-actions"><input type="submit" value="Login Now" name class="btn btn-primary btn-lg btn-block " id="member_login_190-element-12"/></div><div class="login-cta-buttons"><hr class="cta-hr"><ul class="list-inline nomargin inline-block btn-block"><li class='col-md-6 nolpad sm-nopad nav'><a href='/checkout/5' id='link228' class='btn btn-danger btn-block sm-bmargin'>Not a Registered User? <span class="inline-block">Create Free User Account</span></a></li><li class='col-md-6 norpad sm-nopad nav'><a href='/join' id='link229' class='btn btn-success btn-block'>Are You a Local Business <span class="inline-block">List Your Company Now</span></a></li></ul><div class="clearfix"></div></div></form><script type="text/javascript">jQuery(document).ready(function() { jQuery("#member_login_190").bind("submit", function() { });}); </script> <div class="clearfix"></div> </div> </div> </div> </div> </div> </div> </div> <style type='text/css'> .input-group.normal-autosuggest input,.input-group.sm-autosuggest input, .input-group.md-autosuggest input { border-radius: 0 3px 3px 0 !important; box-shadow: none; } .normal-autosuggest .twitter-typeahead, .sm-autosuggest .twitter-typeahead, .md-autosuggest .twitter-typeahead, .large-autosuggest .twitter-typeahead { display: inline-block; height: 25px; position: relative; width: 100%; } .input-group.normal-autosuggest .twitter-typeahead, .input-group.sm-autosuggest .twitter-typeahead, .input-group.large-autosuggest .twitter-typeahead:not(.search_box .twitter-typeahead) { width: inherit; } .normal-autosuggest .twitter-typeahead .clear_content.medium{ bottom: 0px; } .sm-autosuggest .twitter-typeahead .clear_content.small{ bottom: -4px; } .md-autosuggest.input-group .twitter-typeahead .clear_content.medium { bottom: -2px; } .md-autosuggest .twitter-typeahead { height: 32px; } .md-autosuggest .input-group-addon + .input_wrapper .twitter-typeahead { height: 29px; } .md-autosuggest-input + .clear_content.medium { bottom: 0px; } .large-autosuggest .twitter-typeahead { height: 40px; } .normal-autosuggest .twitter-typeahead{ height: 34px; } .normal-autosuggest .twitter-typeahead .tt-hint, .sm-autosuggest .twitter-typeahead .tt-hint { background: #fff !important; border: 1px solid #ccc!important; border-radius: 0 4px 4px 0; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset!important; color: transparent; left: 0; padding: 4px 11px; position: absolute; top: 0; width: 100%; font-size:12px; } .normal-autosuggest.input-group-addon .fa, .sm-autosuggest .input-group-addon .fa {font-size:12px} .md-autosuggest .twitter-typeahead .tt-hint { height: 100%; background: #ffffff none repeat scroll 0 0 !important; border: 1px solid #cccccc !important; border-radius: 0 4px 4px 0; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset !important; color: rgba(0, 0, 0, 0); left: 0; padding: 6px 11px; position: absolute; top: 0; width: 100%; } .large-autosuggest {background: #fff !important;border-radius:6px;} .large-autosuggest input {width: 100%!important;box-shadow:none; border-radius: 6px;} .input-group.large-autosuggest input,.input-group.large-autosuggest .twitter-typeahead .tt-hint { border-radius: 0 6px 6px 0!important; } .large-autosuggest .twitter-typeahead .tt-hint { background: #fff !important; border: 1px solid #ccc!important; border-radius: 6px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset!important; color: transparent; left: 0; position: absolute; top: 0; width: 100%; font-size: 18px; height: 46px; line-height: 1.33333; padding: 10px 15px; } .tt-dataset .empty-message { display: none !important; } .twitter-typeahead .tt-query {background-color:#fff!important} .input-group.large-autosuggest span:first-child .tt-hint {border-radius: 0 !important;} span.tt-dropdown-menu { border: 1px solid #FCFCFC; border-radius: 5px; box-shadow: 0 5px 10px rgba(0,0,0,.2); width: 100% !important; } .tt-is-under-cursor a.suggest-link { background: #55ACEE; } .tt-is-under-cursor .media-heading, .tt-is-under-cursor .suggest-origin, .tt-is-under-cursor .location{ color:#fff!important; } .tt-suggestion .media .media-body .suggest-origin { color: rgba(45, 91, 137,0.9); padding: 1px 0; border-radius: 6px; font-weight: bold; line-height: 12px; } .tt-suggestion { background: #fff; border-bottom: 1px solid #eee; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } body .tt-suggestions .media.br-bottom img { max-width: 45px; height: auto; } body .tt-suggestions .media-body span { font-size: 10px; } body .tt-suggestions .media-body h4 { font-size: 12px; margin: 2px 0px; text-transform: capitalize; } a.suggest-link { padding: 5px; display: block; } a.suggest-link img { border-radius: 100px; display: block; margin: 0 auto; height: 100%!important; width: 100%; object-fit: cover; } .left-suggest-col { display: inline-block; vertical-align: middle; width: 44px; height: 44px; } .right-suggest-col { display: inline-block; padding-left: 1%; text-align: left; vertical-align: middle; width: calc(100% - 1% - 50px); } p.media-heading { color: #333; font-size: 12px; font-weight: 600; margin-bottom: 0; } p.suggest-origin { font-size: 10px; color: #333; margin:0; } p.location { color: #333; font-size: 10px; margin: 2px 0; } body .tt-is-under-cursor a.suggest-link { background: #F7F7F7; } body .tt-is-under-cursor .media-heading, body .tt-is-under-cursor .suggest-origin, body .tt-is-under-cursor .location { color: #333!important; } body .tt-is-under-cursor a.suggest-link[data-heading="heading"] { background: rgb(32, 80, 129); } /* --- all the novalue css --- */ a.suggest-link .suggest-origin[data-state="novalue"] { display: none; } a.suggest-link .location[data-state="novalue"] { display: none; } a.suggest-link img[data-state="novalue"] { display: none; } a.suggest-link .suggest-origin[data-state="heading"] { display: none; } a.suggest-link .media-heading[data-heading="heading"] { color:rgb(255, 255, 255)!important; font-weight: bold; padding: 4px; font-size: 13px; } .left-suggest-col[data-photo="novalue"], .left-suggest-col[data-photo="undefined"] { display: none; } .right-suggest-col[data-photo="novalue"], .right-suggest-col[data-photo="undefined"] { width: 100%; } a.suggest-link[href="novalue"] { cursor: default !important; pointer-events: none; } a.suggest-link[data-heading="heading"] { background-color: rgb(32, 80, 129); } div.content-shell { overflow: inherit; } span.tt-dropdown-menu div { float: none; } .tt-menu { border-radius: 0 0 6px 6px; box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); overflow: hidden; width: 100%; } .tt-menu .tt-dataset { overflow-y: auto; max-height: 200px; } </style> <script type="text/javascript"> if (typeof decodeHtml != "function") { function decodeHtml(html) { var txt = document.createElement("textarea"); txt.innerHTML = html; return txt.value; } } function initializeTypeheadMember_search() { var member_searchEngine = new Bloodhound({ initialize: false, datumTokenizer: function (d) { return Bloodhound.tokenizers.whitespace(value); }, queryTokenizer: Bloodhound.tokenizers.whitespace, remote: { url: `/api/suggest/json/get/1,users_data,Listings,0,0,0,1,0,3|88,list_professions,Main Categories,1,0,1,1,1,3|89,list_services,Sub Categories,1,0,1,1,1,3?tID=16&q=%QUERY`, wildcard: '%QUERY', filter: function (response) { if (response != null) { //var response = response.slice(1); $.each( response, function (key, value) { response[key]['value'] = decodeHtml(value['value']); response[key]['comes_f'] = decodeHtml(value['comes_f']); response[key]['location'] = decodeHtml(value['location']); if (response[key]['value'].indexOf('-/-') >= 0) { var splitResult = response[key]['value'].split('-/-'); response[key]['value'] = splitResult[0]; } } ); } else { response = {error: "null"}; } return response; } } }); var member_searchDataSrc = member_searchEngine.initialize(); member_searchDataSrc .done(function () { /*console.log('Autosuggestions engine initialized.'); */ }) .fail(function () { /*console.log('err, something went wrong while initializing autosuggestions engine:(');*/ }) $('.member_search').typeahead({ minLength: 2, highlight: true, hint: false }, { display: 'value', source: member_searchEngine.ttAdapter(), limit: 10, templates: { empty: [ '<div class="empty-message">', 'Result not found', '</div>' ].join(" "), notFound: [ '<div class="notFound-message">', 'Result not found', '</div>' ].join(" "), suggestion: function (data) { if (data == "null") { strTemplate = '<div class="empty-message">Result not found</div>'; } else { strTemplate = '<a class="suggest-link" href="' + data.link + '" data-state="' + data.link + '" data-heading="' + data.comes_f + '"> <div class="left-suggest-col" data-photo="' + data.photo + '"> <img src="' + data.photo + '" data-state="' + data.photo + '"> </div> <div class="right-suggest-col" data-photo="' + data.photo + '"> <p class="media-heading" data-state="' + data.value + '" data-heading="' + data.comes_f + '">' + data.value + '</p> <p class="suggest-origin" data-state="' + data.comes_f + '">' + data.comes_f + '</p> <p class="location" data-state="' + data.location + '">' + data.location + '</p> </div> </a> '; if ((data.link == undefined) || (data.link == "") || (data.link == "novalue")) { strTemplate = strTemplate.replace(/href=".*?"/, "href='#'"); } if ((data.photo == undefined) || (data.photo == "") || (data.photo == "novalue")) { strTemplate = strTemplate.replace(/<img src=".*?>/, ""); } } return strTemplate; } }, }).on('typeahead:selected', function (obj, datum) { /* console.log(obj); console.log(datum); */ }); $('.member_search').each(function () { var inputWidth = $(this).outerWidth(); $(this).siblings('.tt-dropdown-menu').css('width', inputWidth + 'px'); }); } </script> <script type="text/javascript"> function initializeTypeheadPhotos_search() { var photos_searchEngine = new Bloodhound({ initialize: false, datumTokenizer: function (d) { return Bloodhound.tokenizers.whitespace(value); }, queryTokenizer: Bloodhound.tokenizers.whitespace, remote: { url: `/api/suggest/json/get/10,users_portfolio_groups,Photo Albums,1,1,1,1,1,3?tID=17&q=%QUERY`, wildcard: '%QUERY', filter: function (response) { if (response != null) { //var response = response.slice(1); $.each( response, function (key, value) { response[key]['value'] = decodeHtml(value['value']); response[key]['comes_f'] = decodeHtml(value['comes_f']); response[key]['location'] = decodeHtml(value['location']); if (response[key]['value'].indexOf('-/-') >= 0) { var splitResult = response[key]['value'].split('-/-'); response[key]['value'] = splitResult[0]; } } ); } else { response = {error: "null"}; } return response; } } }); var photos_searchDataSrc = photos_searchEngine.initialize(); photos_searchDataSrc .done(function () { /*console.log('Autosuggestions engine initialized.'); */ }) .fail(function () { /*console.log('err, something went wrong while initializing autosuggestions engine:(');*/ }) $('.photos_search').typeahead({ minLength: 2, highlight: true, hint: false }, { display: 'value', source: photos_searchEngine.ttAdapter(), limit: 5, templates: { empty: [ '<div class="empty-message">', 'Result not found', '</div>' ].join(" "), notFound: [ '<div class="notFound-message">', 'Result not found', '</div>' ].join(" "), suggestion: function (data) { if (data == "null") { strTemplate = '<div class="empty-message">Result not found</div>'; } else { strTemplate = '<a class="suggest-link" href="' + data.link + '" data-state="' + data.link + '" data-heading="' + data.comes_f + '"> <div class="left-suggest-col" data-photo="' + data.photo + '"> <img src="' + data.photo + '" data-state="' + data.photo + '"> </div> <div class="right-suggest-col" data-photo="' + data.photo + '"> <p class="media-heading" data-state="' + data.value + '" data-heading="' + data.comes_f + '">' + data.value + '</p> <p class="suggest-origin" data-state="' + data.comes_f + '">' + data.comes_f + '</p> <p class="location" data-state="' + data.location + '">' + data.location + '</p> </div> </a> '; if ((data.link == undefined) || (data.link == "") || (data.link == "novalue")) { strTemplate = strTemplate.replace(/href=".*?"/, "href='#'"); } if ((data.photo == undefined) || (data.photo == "") || (data.photo == "novalue")) { strTemplate = strTemplate.replace(/<img src=".*?>/, ""); } } return strTemplate; } }, }).on('typeahead:selected', function (obj, datum) { /* console.log(obj); console.log(datum); */ }); $('.photos_search').each(function () { var inputWidth = $(this).outerWidth(); $(this).siblings('.tt-dropdown-menu').css('width', inputWidth + 'px'); }); } </script> <script type="text/javascript"> function initializeTypeheadBlogs_search() { var blogs_searchEngine = new Bloodhound({ initialize: false, datumTokenizer: function (d) { return Bloodhound.tokenizers.whitespace(value); }, queryTokenizer: Bloodhound.tokenizers.whitespace, remote: { url: `/api/suggest/json/get/14,data_posts,Blog Articles,1,1,1,1,1,3?tID=18&q=%QUERY`, wildcard: '%QUERY', filter: function (response) { if (response != null) { //var response = response.slice(1); $.each( response, function (key, value) { response[key]['value'] = decodeHtml(value['value']); response[key]['comes_f'] = decodeHtml(value['comes_f']); response[key]['location'] = decodeHtml(value['location']); if (response[key]['value'].indexOf('-/-') >= 0) { var splitResult = response[key]['value'].split('-/-'); response[key]['value'] = splitResult[0]; } } ); } else { response = {error: "null"}; } return response; } } }); var blogs_searchDataSrc = blogs_searchEngine.initialize(); blogs_searchDataSrc .done(function () { /*console.log('Autosuggestions engine initialized.'); */ }) .fail(function () { /*console.log('err, something went wrong while initializing autosuggestions engine:(');*/ }) $('.blogs_search').typeahead({ minLength: 2, highlight: true, hint: false }, { display: 'value', source: blogs_searchEngine.ttAdapter(), limit: 5, templates: { empty: [ '<div class="empty-message">', 'Result not found', '</div>' ].join(" "), notFound: [ '<div class="notFound-message">', 'Result not found', '</div>' ].join(" "), suggestion: function (data) { if (data == "null") { strTemplate = '<div class="empty-message">Result not found</div>'; } else { strTemplate = '<a class="suggest-link" href="' + data.link + '" data-state="' + data.link + '" data-heading="' + data.comes_f + '"> <div class="left-suggest-col" data-photo="' + data.photo + '"> <img src="' + data.photo + '" data-state="' + data.photo + '"> </div> <div class="right-suggest-col" data-photo="' + data.photo + '"> <p class="media-heading" data-state="' + data.value + '" data-heading="' + data.comes_f + '">' + data.value + '</p> <p class="suggest-origin" data-state="' + data.comes_f + '">' + data.comes_f + '</p> <p class="location" data-state="' + data.location + '">' + data.location + '</p> </div> </a> '; if ((data.link == undefined) || (data.link == "") || (data.link == "novalue")) { strTemplate = strTemplate.replace(/href=".*?"/, "href='#'"); } if ((data.photo == undefined) || (data.photo == "") || (data.photo == "novalue")) { strTemplate = strTemplate.replace(/<img src=".*?>/, ""); } } return strTemplate; } }, }).on('typeahead:selected', function (obj, datum) { /* console.log(obj); console.log(datum); */ }); $('.blogs_search').each(function () { var inputWidth = $(this).outerWidth(); $(this).siblings('.tt-dropdown-menu').css('width', inputWidth + 'px'); }); } </script> <script type="text/javascript"> function initializeTypeheadArticles_search() { var articles_searchEngine = new Bloodhound({ initialize: false, datumTokenizer: function (d) { return Bloodhound.tokenizers.whitespace(value); }, queryTokenizer: Bloodhound.tokenizers.whitespace, remote: { url: `/api/suggest/json/get/15,data_posts,Member Articles,1,1,1,1,1,3?tID=19&q=%QUERY`, wildcard: '%QUERY', filter: function (response) { if (response != null) { //var response = response.slice(1); $.each( response, function (key, value) { response[key]['value'] = decodeHtml(value['value']); response[key]['comes_f'] = decodeHtml(value['comes_f']); response[key]['location'] = decodeHtml(value['location']); if (response[key]['value'].indexOf('-/-') >= 0) { var splitResult = response[key]['value'].split('-/-'); response[key]['value'] = splitResult[0]; } } ); } else { response = {error: "null"}; } return response; } } }); var articles_searchDataSrc = articles_searchEngine.initialize(); articles_searchDataSrc .done(function () { /*console.log('Autosuggestions engine initialized.'); */ }) .fail(function () { /*console.log('err, something went wrong while initializing autosuggestions engine:(');*/ }) $('.articles_search').typeahead({ minLength: 2, highlight: true, hint: false }, { display: 'value', source: articles_searchEngine.ttAdapter(), limit: 5, templates: { empty: [ '<div class="empty-message">', 'Result not found', '</div>' ].join(" "), notFound: [ '<div class="notFound-message">', 'Result not found', '</div>' ].join(" "), suggestion: function (data) { if (data == "null") { strTemplate = '<div class="empty-message">Result not found</div>'; } else { strTemplate = '<a class="suggest-link" href="' + data.link + '" data-state="' + data.link + '" data-heading="' + data.comes_f + '"> <div class="left-suggest-col" data-photo="' + data.photo + '"> <img src="' + data.photo + '" data-state="' + data.photo + '"> </div> <div class="right-suggest-col" data-photo="' + data.photo + '"> <p class="media-heading" data-state="' + data.value + '" data-heading="' + data.comes_f + '">' + data.value + '</p> <p class="suggest-origin" data-state="' + data.comes_f + '">' + data.comes_f + '</p> <p class="location" data-state="' + data.location + '">' + data.location + '</p> </div> </a> '; if ((data.link == undefined) || (data.link == "") || (data.link == "novalue")) { strTemplate = strTemplate.replace(/href=".*?"/, "href='#'"); } if ((data.photo == undefined) || (data.photo == "") || (data.photo == "novalue")) { strTemplate = strTemplate.replace(/<img src=".*?>/, ""); } } return strTemplate; } }, }).on('typeahead:selected', function (obj, datum) { /* console.log(obj); console.log(datum); */ }); $('.articles_search').each(function () { var inputWidth = $(this).outerWidth(); $(this).siblings('.tt-dropdown-menu').css('width', inputWidth + 'px'); }); } </script> <script type="text/javascript"> function initializeTypeheadAudio_search() { var audio_searchEngine = new Bloodhound({ initialize: false, datumTokenizer: function (d) { return Bloodhound.tokenizers.whitespace(value); }, queryTokenizer: Bloodhound.tokenizers.whitespace, remote: { url: `/api/suggest/json/get/5,data_posts,Audio Files,1,1,1,1,1,3?tID=20&q=%QUERY`, wildcard: '%QUERY', filter: function (response) { if (response != null) { //var response = response.slice(1); $.each( response, function (key, value) { response[key]['value'] = decodeHtml(value['value']); response[key]['comes_f'] = decodeHtml(value['comes_f']); response[key]['location'] = decodeHtml(value['location']); if (response[key]['value'].indexOf('-/-') >= 0) { var splitResult = response[key]['value'].split('-/-'); response[key]['value'] = splitResult[0]; } } ); } else { response = {error: "null"}; } return response; } } }); var audio_searchDataSrc = audio_searchEngine.initialize(); audio_searchDataSrc .done(function () { /*console.log('Autosuggestions engine initialized.'); */ }) .fail(function () { /*console.log('err, something went wrong while initializing autosuggestions engine:(');*/ }) $('.audio_search').typeahead({ minLength: 2, highlight: true, hint: false }, { display: 'value', source: audio_searchEngine.ttAdapter(), limit: 5, templates: { empty: [ '<div class="empty-message">', 'Result not found', '</div>' ].join(" "), notFound: [ '<div class="notFound-message">', 'Result not found', '</div>' ].join(" "), suggestion: function (data) { if (data == "null") { strTemplate = '<div class="empty-message">Result not found</div>'; } else { strTemplate = '<a class="suggest-link" href="' + data.link + '" data-state="' + data.link + '" data-heading="' + data.comes_f + '"> <div class="left-suggest-col" data-photo="' + data.photo + '"> <img src="' + data.photo + '" data-state="' + data.photo + '"> </div> <div class="right-suggest-col" data-photo="' + data.photo + '"> <p class="media-heading" data-state="' + data.value + '" data-heading="' + data.comes_f + '">' + data.value + '</p> <p class="suggest-origin" data-state="' + data.comes_f + '">' + data.comes_f + '</p> <p class="location" data-state="' + data.location + '">' + data.location + '</p> </div> </a> '; if ((data.link == undefined) || (data.link == "") || (data.link == "novalue")) { strTemplate = strTemplate.replace(/href=".*?"/, "href='#'"); } if ((data.photo == undefined) || (data.photo == "") || (data.photo == "novalue")) { strTemplate = strTemplate.replace(/<img src=".*?>/, ""); } } return strTemplate; } }, }).on('typeahead:selected', function (obj, datum) { /* console.log(obj); console.log(datum); */ }); $('.audio_search').each(function () { var inputWidth = $(this).outerWidth(); $(this).siblings('.tt-dropdown-menu').css('width', inputWidth + 'px'); }); } </script> <script type="text/javascript"> function initializeTypeheadVideos_search() { var videos_searchEngine = new Bloodhound({ initialize: false, datumTokenizer: function (d) { return Bloodhound.tokenizers.whitespace(value); }, queryTokenizer: Bloodhound.tokenizers.whitespace, remote: { url: `/api/suggest/json/get/13,data_posts,Videos,1,1,1,1,1,3?tID=21&q=%QUERY`, wildcard: '%QUERY', filter: function (response) { if (response != null) { //var response = response.slice(1); $.each( response, function (key, value) { response[key]['value'] = decodeHtml(value['value']); response[key]['comes_f'] = decodeHtml(value['comes_f']); response[key]['location'] = decodeHtml(value['location']); if (response[key]['value'].indexOf('-/-') >= 0) { var splitResult = response[key]['value'].split('-/-'); response[key]['value'] = splitResult[0]; } } ); } else { response = {error: "null"}; } return response; } } }); var videos_searchDataSrc = videos_searchEngine.initialize(); videos_searchDataSrc .done(function () { /*console.log('Autosuggestions engine initialized.'); */ }) .fail(function () { /*console.log('err, something went wrong while initializing autosuggestions engine:(');*/ }) $('.videos_search').typeahead({ minLength: 2, highlight: true, hint: false }, { display: 'value', source: videos_searchEngine.ttAdapter(), limit: 5, templates: { empty: [ '<div class="empty-message">', 'Result not found', '</div>' ].join(" "), notFound: [ '<div class="notFound-message">', 'Result not found', '</div>' ].join(" "), suggestion: function (data) { if (data == "null") { strTemplate = '<div class="empty-message">Result not found</div>'; } else { strTemplate = '<a class="suggest-link" href="' + data.link + '" data-state="' + data.link + '" data-heading="' + data.comes_f + '"> <div class="left-suggest-col" data-photo="' + data.photo + '"> <img src="' + data.photo + '" data-state="' + data.photo + '"> </div> <div class="right-suggest-col" data-photo="' + data.photo + '"> <p class="media-heading" data-state="' + data.value + '" data-heading="' + data.comes_f + '">' + data.value + '</p> <p class="suggest-origin" data-state="' + data.comes_f + '">' + data.comes_f + '</p> <p class="location" data-state="' + data.location + '">' + data.location + '</p> </div> </a> '; if ((data.link == undefined) || (data.link == "") || (data.link == "novalue")) { strTemplate = strTemplate.replace(/href=".*?"/, "href='#'"); } if ((data.photo == undefined) || (data.photo == "") || (data.photo == "novalue")) { strTemplate = strTemplate.replace(/<img src=".*?>/, ""); } } return strTemplate; } }, }).on('typeahead:selected', function (obj, datum) { /* console.log(obj); console.log(datum); */ }); $('.videos_search').each(function () { var inputWidth = $(this).outerWidth(); $(this).siblings('.tt-dropdown-menu').css('width', inputWidth + 'px'); }); } </script> <script type="text/javascript"> function initializeTypeheadProperty_search() { var property_searchEngine = new Bloodhound({ initialize: false, datumTokenizer: function (d) { return Bloodhound.tokenizers.whitespace(value); }, queryTokenizer: Bloodhound.tokenizers.whitespace, remote: { url: `/api/suggest/json/get/12,users_portfolio_groups,Properties,1,1,1,1,1,3?tID=22&q=%QUERY`, wildcard: '%QUERY', filter: function (response) { if (response != null) { //var response = response.slice(1); $.each( response, function (key, value) { response[key]['value'] = decodeHtml(value['value']); response[key]['comes_f'] = decodeHtml(value['comes_f']); response[key]['location'] = decodeHtml(value['location']); if (response[key]['value'].indexOf('-/-') >= 0) { var splitResult = response[key]['value'].split('-/-'); response[key]['value'] = splitResult[0]; } } ); } else { response = {error: "null"}; } return response; } } }); var property_searchDataSrc = property_searchEngine.initialize(); property_searchDataSrc .done(function () { /*console.log('Autosuggestions engine initialized.'); */ }) .fail(function () { /*console.log('err, something went wrong while initializing autosuggestions engine:(');*/ }) $('.property_search').typeahead({ minLength: 2, highlight: true, hint: false }, { display: 'value', source: property_searchEngine.ttAdapter(), limit: 5, templates: { empty: [ '<div class="empty-message">', 'Result not found', '</div>' ].join(" "), notFound: [ '<div class="notFound-message">', 'Result not found', '</div>' ].join(" "), suggestion: function (data) { if (data == "null") { strTemplate = '<div class="empty-message">Result not found</div>'; } else { strTemplate = '<a class="suggest-link" href="' + data.link + '" data-state="' + data.link + '" data-heading="' + data.comes_f + '"> <div class="left-suggest-col" data-photo="' + data.photo + '"> <img src="' + data.photo + '" data-state="' + data.photo + '"> </div> <div class="right-suggest-col" data-photo="' + data.photo + '"> <p class="media-heading" data-state="' + data.value + '" data-heading="' + data.comes_f + '">' + data.value + '</p> <p class="suggest-origin" data-state="' + data.comes_f + '">' + data.comes_f + '</p> <p class="location" data-state="' + data.location + '">' + data.location + '</p> </div> </a> '; if ((data.link == undefined) || (data.link == "") || (data.link == "novalue")) { strTemplate = strTemplate.replace(/href=".*?"/, "href='#'"); } if ((data.photo == undefined) || (data.photo == "") || (data.photo == "novalue")) { strTemplate = strTemplate.replace(/<img src=".*?>/, ""); } } return strTemplate; } }, }).on('typeahead:selected', function (obj, datum) { /* console.log(obj); console.log(datum); */ }); $('.property_search').each(function () { var inputWidth = $(this).outerWidth(); $(this).siblings('.tt-dropdown-menu').css('width', inputWidth + 'px'); }); } </script> <script type="text/javascript"> function initializeTypeheadProducts_search() { var products_searchEngine = new Bloodhound({ initialize: false, datumTokenizer: function (d) { return Bloodhound.tokenizers.whitespace(value); }, queryTokenizer: Bloodhound.tokenizers.whitespace, remote: { url: `/api/suggest/json/get/11,users_portfolio_groups,Products,1,1,1,1,1,3?tID=23&q=%QUERY`, wildcard: '%QUERY', filter: function (response) { if (response != null) { //var response = response.slice(1); $.each( response, function (key, value) { response[key]['value'] = decodeHtml(value['value']); response[key]['comes_f'] = decodeHtml(value['comes_f']); response[key]['location'] = decodeHtml(value['location']); if (response[key]['value'].indexOf('-/-') >= 0) { var splitResult = response[key]['value'].split('-/-'); response[key]['value'] = splitResult[0]; } } ); } else { response = {error: "null"}; } return response; } } }); var products_searchDataSrc = products_searchEngine.initialize(); products_searchDataSrc .done(function () { /*console.log('Autosuggestions engine initialized.'); */ }) .fail(function () { /*console.log('err, something went wrong while initializing autosuggestions engine:(');*/ }) $('.products_search').typeahead({ minLength: 2, highlight: true, hint: false }, { display: 'value', source: products_searchEngine.ttAdapter(), limit: 5, templates: { empty: [ '<div class="empty-message">', 'Result not found', '</div>' ].join(" "), notFound: [ '<div class="notFound-message">', 'Result not found', '</div>' ].join(" "), suggestion: function (data) { if (data == "null") { strTemplate = '<div class="empty-message">Result not found</div>'; } else { strTemplate = '<a class="suggest-link" href="' + data.link + '" data-state="' + data.link + '" data-heading="' + data.comes_f + '"> <div class="left-suggest-col" data-photo="' + data.photo + '"> <img src="' + data.photo + '" data-state="' + data.photo + '"> </div> <div class="right-suggest-col" data-photo="' + data.photo + '"> <p class="media-heading" data-state="' + data.value + '" data-heading="' + data.comes_f + '">' + data.value + '</p> <p class="suggest-origin" data-state="' + data.comes_f + '">' + data.comes_f + '</p> <p class="location" data-state="' + data.location + '">' + data.location + '</p> </div> </a> '; if ((data.link == undefined) || (data.link == "") || (data.link == "novalue")) { strTemplate = strTemplate.replace(/href=".*?"/, "href='#'"); } if ((data.photo == undefined) || (data.photo == "") || (data.photo == "novalue")) { strTemplate = strTemplate.replace(/<img src=".*?>/, ""); } } return strTemplate; } }, }).on('typeahead:selected', function (obj, datum) { /* console.log(obj); console.log(datum); */ }); $('.products_search').each(function () { var inputWidth = $(this).outerWidth(); $(this).siblings('.tt-dropdown-menu').css('width', inputWidth + 'px'); }); } </script> <script type="text/javascript"> function initializeTypeheadJobs_search() { var jobs_searchEngine = new Bloodhound({ initialize: false, datumTokenizer: function (d) { return Bloodhound.tokenizers.whitespace(value); }, queryTokenizer: Bloodhound.tokenizers.whitespace, remote: { url: `/api/suggest/json/get/9,data_posts,Job Listings,1,1,1,1,1,3?tID=24&q=%QUERY`, wildcard: '%QUERY', filter: function (response) { if (response != null) { //var response = response.slice(1); $.each( response, function (key, value) { response[key]['value'] = decodeHtml(value['value']); response[key]['comes_f'] = decodeHtml(value['comes_f']); response[key]['location'] = decodeHtml(value['location']); if (response[key]['value'].indexOf('-/-') >= 0) { var splitResult = response[key]['value'].split('-/-'); response[key]['value'] = splitResult[0]; } } ); } else { response = {error: "null"}; } return response; } } }); var jobs_searchDataSrc = jobs_searchEngine.initialize(); jobs_searchDataSrc .done(function () { /*console.log('Autosuggestions engine initialized.'); */ }) .fail(function () { /*console.log('err, something went wrong while initializing autosuggestions engine:(');*/ }) $('.jobs_search').typeahead({ minLength: 2, highlight: true, hint: false }, { display: 'value', source: jobs_searchEngine.ttAdapter(), limit: 5, templates: { empty: [ '<div class="empty-message">', 'Result not found', '</div>' ].join(" "), notFound: [ '<div class="notFound-message">', 'Result not found', '</div>' ].join(" "), suggestion: function (data) { if (data == "null") { strTemplate = '<div class="empty-message">Result not found</div>'; } else { strTemplate = '<a class="suggest-link" href="' + data.link + '" data-state="' + data.link + '" data-heading="' + data.comes_f + '"> <div class="left-suggest-col" data-photo="' + data.photo + '"> <img src="' + data.photo + '" data-state="' + data.photo + '"> </div> <div class="right-suggest-col" data-photo="' + data.photo + '"> <p class="media-heading" data-state="' + data.value + '" data-heading="' + data.comes_f + '">' + data.value + '</p> <p class="suggest-origin" data-state="' + data.comes_f + '">' + data.comes_f + '</p> <p class="location" data-state="' + data.location + '">' + data.location + '</p> </div> </a> '; if ((data.link == undefined) || (data.link == "") || (data.link == "novalue")) { strTemplate = strTemplate.replace(/href=".*?"/, "href='#'"); } if ((data.photo == undefined) || (data.photo == "") || (data.photo == "novalue")) { strTemplate = strTemplate.replace(/<img src=".*?>/, ""); } } return strTemplate; } }, }).on('typeahead:selected', function (obj, datum) { /* console.log(obj); console.log(datum); */ }); $('.jobs_search').each(function () { var inputWidth = $(this).outerWidth(); $(this).siblings('.tt-dropdown-menu').css('width', inputWidth + 'px'); }); } </script> <script type="text/javascript"> function initializeTypeheadEvents_search() { var events_searchEngine = new Bloodhound({ initialize: false, datumTokenizer: function (d) { return Bloodhound.tokenizers.whitespace(value); }, queryTokenizer: Bloodhound.tokenizers.whitespace, remote: { url: `/api/suggest/json/get/8,data_posts,Events,1,1,1,1,1,3?tID=25&q=%QUERY`, wildcard: '%QUERY', filter: function (response) { if (response != null) { //var response = response.slice(1); $.each( response, function (key, value) { response[key]['value'] = decodeHtml(value['value']); response[key]['comes_f'] = decodeHtml(value['comes_f']); response[key]['location'] = decodeHtml(value['location']); if (response[key]['value'].indexOf('-/-') >= 0) { var splitResult = response[key]['value'].split('-/-'); response[key]['value'] = splitResult[0]; } } ); } else { response = {error: "null"}; } return response; } } }); var events_searchDataSrc = events_searchEngine.initialize(); events_searchDataSrc .done(function () { /*console.log('Autosuggestions engine initialized.'); */ }) .fail(function () { /*console.log('err, something went wrong while initializing autosuggestions engine:(');*/ }) $('.events_search').typeahead({ minLength: 2, highlight: true, hint: false }, { display: 'value', source: events_searchEngine.ttAdapter(), limit: 5, templates: { empty: [ '<div class="empty-message">', 'Result not found', '</div>' ].join(" "), notFound: [ '<div class="notFound-message">', 'Result not found', '</div>' ].join(" "), suggestion: function (data) { if (data == "null") { strTemplate = '<div class="empty-message">Result not found</div>'; } else { strTemplate = '<a class="suggest-link" href="' + data.link + '" data-state="' + data.link + '" data-heading="' + data.comes_f + '"> <div class="left-suggest-col" data-photo="' + data.photo + '"> <img src="' + data.photo + '" data-state="' + data.photo + '"> </div> <div class="right-suggest-col" data-photo="' + data.photo + '"> <p class="media-heading" data-state="' + data.value + '" data-heading="' + data.comes_f + '">' + data.value + '</p> <p class="suggest-origin" data-state="' + data.comes_f + '">' + data.comes_f + '</p> <p class="location" data-state="' + data.location + '">' + data.location + '</p> </div> </a> '; if ((data.link == undefined) || (data.link == "") || (data.link == "novalue")) { strTemplate = strTemplate.replace(/href=".*?"/, "href='#'"); } if ((data.photo == undefined) || (data.photo == "") || (data.photo == "novalue")) { strTemplate = strTemplate.replace(/<img src=".*?>/, ""); } } return strTemplate; } }, }).on('typeahead:selected', function (obj, datum) { /* console.log(obj); console.log(datum); */ }); $('.events_search').each(function () { var inputWidth = $(this).outerWidth(); $(this).siblings('.tt-dropdown-menu').css('width', inputWidth + 'px'); }); } </script> <script type="text/javascript"> function initializeTypeheadCoupons_search() { var coupons_searchEngine = new Bloodhound({ initialize: false, datumTokenizer: function (d) { return Bloodhound.tokenizers.whitespace(value); }, queryTokenizer: Bloodhound.tokenizers.whitespace, remote: { url: `/api/suggest/json/get/7,data_posts,Coupons,1,1,1,1,1,3?tID=26&q=%QUERY`, wildcard: '%QUERY', filter: function (response) { if (response != null) { //var response = response.slice(1); $.each( response, function (key, value) { response[key]['value'] = decodeHtml(value['value']); response[key]['comes_f'] = decodeHtml(value['comes_f']); response[key]['location'] = decodeHtml(value['location']); if (response[key]['value'].indexOf('-/-') >= 0) { var splitResult = response[key]['value'].split('-/-'); response[key]['value'] = splitResult[0]; } } ); } else { response = {error: "null"}; } return response; } } }); var coupons_searchDataSrc = coupons_searchEngine.initialize(); coupons_searchDataSrc .done(function () { /*console.log('Autosuggestions engine initialized.'); */ }) .fail(function () { /*console.log('err, something went wrong while initializing autosuggestions engine:(');*/ }) $('.coupons_search').typeahead({ minLength: 2, highlight: true, hint: false }, { display: 'value', source: coupons_searchEngine.ttAdapter(), limit: 5, templates: { empty: [ '<div class="empty-message">', 'Result not found', '</div>' ].join(" "), notFound: [ '<div class="notFound-message">', 'Result not found', '</div>' ].join(" "), suggestion: function (data) { if (data == "null") { strTemplate = '<div class="empty-message">Result not found</div>'; } else { strTemplate = '<a class="suggest-link" href="' + data.link + '" data-state="' + data.link + '" data-heading="' + data.comes_f + '"> <div class="left-suggest-col" data-photo="' + data.photo + '"> <img src="' + data.photo + '" data-state="' + data.photo + '"> </div> <div class="right-suggest-col" data-photo="' + data.photo + '"> <p class="media-heading" data-state="' + data.value + '" data-heading="' + data.comes_f + '">' + data.value + '</p> <p class="suggest-origin" data-state="' + data.comes_f + '">' + data.comes_f + '</p> <p class="location" data-state="' + data.location + '">' + data.location + '</p> </div> </a> '; if ((data.link == undefined) || (data.link == "") || (data.link == "novalue")) { strTemplate = strTemplate.replace(/href=".*?"/, "href='#'"); } if ((data.photo == undefined) || (data.photo == "") || (data.photo == "novalue")) { strTemplate = strTemplate.replace(/<img src=".*?>/, ""); } } return strTemplate; } }, }).on('typeahead:selected', function (obj, datum) { /* console.log(obj); console.log(datum); */ }); $('.coupons_search').each(function () { var inputWidth = $(this).outerWidth(); $(this).siblings('.tt-dropdown-menu').css('width', inputWidth + 'px'); }); } </script> <script type="text/javascript"> function initializeTypeheadClassifieds_search() { var classifieds_searchEngine = new Bloodhound({ initialize: false, datumTokenizer: function (d) { return Bloodhound.tokenizers.whitespace(value); }, queryTokenizer: Bloodhound.tokenizers.whitespace, remote: { url: `/api/suggest/json/get/6,users_portfolio_groups,Classifieds,1,1,1,1,1,3?tID=27&q=%QUERY`, wildcard: '%QUERY', filter: function (response) { if (response != null) { //var response = response.slice(1); $.each( response, function (key, value) { response[key]['value'] = decodeHtml(value['value']); response[key]['comes_f'] = decodeHtml(value['comes_f']); response[key]['location'] = decodeHtml(value['location']); if (response[key]['value'].indexOf('-/-') >= 0) { var splitResult = response[key]['value'].split('-/-'); response[key]['value'] = splitResult[0]; } } ); } else { response = {error: "null"}; } return response; } } }); var classifieds_searchDataSrc = classifieds_searchEngine.initialize(); classifieds_searchDataSrc .done(function () { /*console.log('Autosuggestions engine initialized.'); */ }) .fail(function () { /*console.log('err, something went wrong while initializing autosuggestions engine:(');*/ }) $('.classifieds_search').typeahead({ minLength: 2, highlight: true, hint: false }, { display: 'value', source: classifieds_searchEngine.ttAdapter(), limit: 5, templates: { empty: [ '<div class="empty-message">', 'Result not found', '</div>' ].join(" "), notFound: [ '<div class="notFound-message">', 'Result not found', '</div>' ].join(" "), suggestion: function (data) { if (data == "null") { strTemplate = '<div class="empty-message">Result not found</div>'; } else { strTemplate = '<a class="suggest-link" href="' + data.link + '" data-state="' + data.link + '" data-heading="' + data.comes_f + '"> <div class="left-suggest-col" data-photo="' + data.photo + '"> <img src="' + data.photo + '" data-state="' + data.photo + '"> </div> <div class="right-suggest-col" data-photo="' + data.photo + '"> <p class="media-heading" data-state="' + data.value + '" data-heading="' + data.comes_f + '">' + data.value + '</p> <p class="suggest-origin" data-state="' + data.comes_f + '">' + data.comes_f + '</p> <p class="location" data-state="' + data.location + '">' + data.location + '</p> </div> </a> '; if ((data.link == undefined) || (data.link == "") || (data.link == "novalue")) { strTemplate = strTemplate.replace(/href=".*?"/, "href='#'"); } if ((data.photo == undefined) || (data.photo == "") || (data.photo == "novalue")) { strTemplate = strTemplate.replace(/<img src=".*?>/, ""); } } return strTemplate; } }, }).on('typeahead:selected', function (obj, datum) { /* console.log(obj); console.log(datum); */ }); $('.classifieds_search').each(function () { var inputWidth = $(this).outerWidth(); $(this).siblings('.tt-dropdown-menu').css('width', inputWidth + 'px'); }); } </script> <script type="text/javascript"> function initializeTypeheadGlobal_search() { var global_searchEngine = new Bloodhound({ initialize: false, datumTokenizer: function (d) { return Bloodhound.tokenizers.whitespace(value); }, queryTokenizer: Bloodhound.tokenizers.whitespace, remote: { url: `/api/suggest/json/get/6,users_portfolio_groups,Classifieds,1,1,,,,3|10,users_portfolio_groups,Photo Albums,1,1,,,,3|8,data_posts,Events,1,1,,,,3|9,data_posts,Job Listings,1,1,,,,3|12,users_portfolio_groups,Properties,1,1,,,,3|11,users_portfolio_groups,Products,1,1,,,,3|7,data_posts,Coupons,1,1,,,,3|13,data_posts,Videos,1,1,,,,3|5,data_posts,Soundclouds,1,1,,,,3|14,data_posts,Blog Articles,1,1,,,,3|15,data_posts,Member Articles,1,1,,,,3|1,users_data,Listings,1,1,,,,3?tID=408&q=%QUERY`, wildcard: '%QUERY', filter: function (response) { if (response != null) { //var response = response.slice(1); $.each( response, function (key, value) { response[key]['value'] = decodeHtml(value['value']); response[key]['comes_f'] = decodeHtml(value['comes_f']); response[key]['location'] = decodeHtml(value['location']); if (response[key]['value'].indexOf('-/-') >= 0) { var splitResult = response[key]['value'].split('-/-'); response[key]['value'] = splitResult[0]; } } ); } else { response = {error: "null"}; } return response; } } }); var global_searchDataSrc = global_searchEngine.initialize(); global_searchDataSrc .done(function () { /*console.log('Autosuggestions engine initialized.'); */ }) .fail(function () { /*console.log('err, something went wrong while initializing autosuggestions engine:(');*/ }) $('.global_search').typeahead({ minLength: 3, highlight: true, hint: false }, { display: 'value', source: global_searchEngine.ttAdapter(), limit: 3, templates: { empty: [ '<div class="empty-message">', 'Result not found', '</div>' ].join(" "), notFound: [ '<div class="notFound-message">', 'Result not found', '</div>' ].join(" "), suggestion: function (data) { if (data == "null") { strTemplate = '<div class="empty-message">Result not found</div>'; } else { strTemplate = '<a class="suggest-link" href="' + data.link + '" data-state="' + data.link + '" data-heading="' + data.comes_f + '"> <div class="left-suggest-col" data-photo="' + data.photo + '"> <img src="' + data.photo + '" data-state="' + data.photo + '"> </div> <div class="right-suggest-col" data-photo="' + data.photo + '"> <p class="media-heading" data-state="' + data.value + '" data-heading="' + data.comes_f + '">' + data.value + '</p> <p class="suggest-origin" data-state="' + data.comes_f + '">' + data.comes_f + '</p> <p class="location" data-state="' + data.location + '">' + data.location + '</p> </div> </a> '; if ((data.link == undefined) || (data.link == "") || (data.link == "novalue")) { strTemplate = strTemplate.replace(/href=".*?"/, "href='#'"); } if ((data.photo == undefined) || (data.photo == "") || (data.photo == "novalue")) { strTemplate = strTemplate.replace(/<img src=".*?>/, ""); } } return strTemplate; } }, }).on('typeahead:selected', function (obj, datum) { /* console.log(obj); console.log(datum); */ }); $('.global_search').each(function () { var inputWidth = $(this).outerWidth(); $(this).siblings('.tt-dropdown-menu').css('width', inputWidth + 'px'); }); } </script> <script type="text/javascript"> function initializeTypeheadPersonal_post_feed() { var personal_post_feedEngine = new Bloodhound({ initialize: false, datumTokenizer: function (d) { return Bloodhound.tokenizers.whitespace(value); }, queryTokenizer: Bloodhound.tokenizers.whitespace, remote: { url: `/api/suggest/json/get/6,users_portfolio_groups,Classifieds,1,1,,,,3|10,users_portfolio_groups,Photo Albums,1,1,,,,3|8,data_posts,Events,1,1,,,,3|9,data_posts,Job Listings,1,1,,,,3|12,users_portfolio_groups,Properties,1,1,,,,3|11,users_portfolio_groups,Products,1,1,,,,3|7,data_posts,Coupons,1,1,,,,3|13,data_posts,Videos,1,1,,,,3|5,data_posts,Soundclouds,1,1,,,,3|14,data_posts,Blog Articles,1,1,,,,3|15,data_posts,Member Articles,1,1,,,,3|1,users_data,Listings,1,1,,,,3?tID=474&q=%QUERY`, wildcard: '%QUERY', filter: function (response) { if (response != null) { //var response = response.slice(1); $.each( response, function (key, value) { response[key]['value'] = decodeHtml(value['value']); response[key]['comes_f'] = decodeHtml(value['comes_f']); response[key]['location'] = decodeHtml(value['location']); if (response[key]['value'].indexOf('-/-') >= 0) { var splitResult = response[key]['value'].split('-/-'); response[key]['value'] = splitResult[0]; } } ); } else { response = {error: "null"}; } return response; } } }); var personal_post_feedDataSrc = personal_post_feedEngine.initialize(); personal_post_feedDataSrc .done(function () { /*console.log('Autosuggestions engine initialized.'); */ }) .fail(function () { /*console.log('err, something went wrong while initializing autosuggestions engine:(');*/ }) $('.personal_post_feed').typeahead({ minLength: 3, highlight: true, hint: false }, { display: 'value', source: personal_post_feedEngine.ttAdapter(), limit: 3, templates: { empty: [ '<div class="empty-message">', 'Result not found', '</div>' ].join(" "), notFound: [ '<div class="notFound-message">', 'Result not found', '</div>' ].join(" "), suggestion: function (data) { if (data == "null") { strTemplate = '<div class="empty-message">Result not found</div>'; } else { strTemplate = '<a class="suggest-link" href="' + data.link + '" data-state="' + data.link + '" data-heading="' + data.comes_f + '"> <div class="left-suggest-col" data-photo="' + data.photo + '"> <img src="' + data.photo + '" data-state="' + data.photo + '"> </div> <div class="right-suggest-col" data-photo="' + data.photo + '"> <p class="media-heading" data-state="' + data.value + '" data-heading="' + data.comes_f + '">' + data.value + '</p> <p class="suggest-origin" data-state="' + data.comes_f + '">' + data.comes_f + '</p> <p class="location" data-state="' + data.location + '">' + data.location + '</p> </div> </a> '; if ((data.link == undefined) || (data.link == "") || (data.link == "novalue")) { strTemplate = strTemplate.replace(/href=".*?"/, "href='#'"); } if ((data.photo == undefined) || (data.photo == "") || (data.photo == "novalue")) { strTemplate = strTemplate.replace(/<img src=".*?>/, ""); } } return strTemplate; } }, }).on('typeahead:selected', function (obj, datum) { /* console.log(obj); console.log(datum); */ }); $('.personal_post_feed').each(function () { var inputWidth = $(this).outerWidth(); $(this).siblings('.tt-dropdown-menu').css('width', inputWidth + 'px'); }); } </script> <script> let typeheadElement = '.member_search,.photos_search,.blogs_search,.articles_search,.audio_search,.videos_search,.property_search,.products_search,.jobs_search,.events_search,.coupons_search,.classifieds_search,.global_search,.personal_post_feed'; let TypeheadNameListFunction = 'initializeTypeheadMember_search,initializeTypeheadPhotos_search,initializeTypeheadBlogs_search,initializeTypeheadArticles_search,initializeTypeheadAudio_search,initializeTypeheadVideos_search,initializeTypeheadProperty_search,initializeTypeheadProducts_search,initializeTypeheadJobs_search,initializeTypeheadEvents_search,initializeTypeheadCoupons_search,initializeTypeheadClassifieds_search,initializeTypeheadGlobal_search,initializeTypeheadPersonal_post_feed'; let typeheadFormElement = undefined; window.addEventListener('load', () => { if(typeheadElement.length > 1) { typeheadFormElement = document.querySelectorAll(typeheadElement); } if (typeof typeheadFormElement != "undefined") { for (let i = 0; i < typeheadFormElement.length; i++) { let closestForm = typeheadFormElement[i].closest('form'); if (typeof closestForm != "undefined" && closestForm != null) { closestForm.addEventListener('focus', typeheadFormClick, false); } typeheadFormElement[i].addEventListener('focus', typeheadFormClick, false); } } }); function initializeTypehead(){ let splitFunctionNames= TypeheadNameListFunction.split(','); for ( let funcName of splitFunctionNames) if (typeof funcName != 'function') { window[funcName](); // execute the function } } function typeheadFormClick(event) { let head = document.getElementsByTagName('head')[0]; let script = document.createElement('script'); let elementClicked = event.target; script.type = 'text/javascript'; script.src = "https://cdnjs.cloudflare.com/ajax/libs/corejs-typeahead/0.11.1/typeahead.bundle.min.js"; script.onload = function () { initializeTypehead(); elementClicked.focus(); }; head.appendChild(script); if (typeof typeheadFormElement != "undefined") { for (let i = 0; i < typeheadFormElement.length; i++) { let closestForm = typeheadFormElement[i].closest('form'); if (typeof closestForm != "undefined" && closestForm != null) { closestForm.removeEventListener('focus', typeheadFormClick, false); } typeheadFormElement[i].removeEventListener('focus', typeheadFormClick, false) } } } </script> <script defer src="https://cdnjs.cloudflare.com/ajax/libs/autonumeric/1.9.41/autoNumeric.min.js" integrity="sha384-oZIn3Piso9kPFxWDbhbrMuN3hdeb25vGVnkLCJXlD4xKEduPc4stQvKLo0FSDILQ" crossorigin="anonymous"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/limonte-sweetalert2/6.11.2/sweetalert2.min.css" integrity="sha384-p19gDwnBLB4K+iyz/LFPYGAHbBZ5n5PpGwxF0fQek+47PfjruC8xamX+nvuWmjIk" crossorigin="anonymous"> <script defer src="https://cdnjs.cloudflare.com/ajax/libs/limonte-sweetalert2/6.11.2/sweetalert2.min.js" integrity="sha384-Ei09WS56m6BfYmxv57wehjDKQVJXtPXB0ZIcbsCT+4WIn5CDY2BgIN8+pO/DR/0F" crossorigin="anonymous"></script> <a href="#" class="scrollup"><i class="fa fa-caret-up"></i></a> <script> $(document).ready(function(){ // Script to make Videos Responsive $('iframe[src*="youtube.com"]').each(function() { $(this).parent().addClass('embed-responsive embed-responsive-16by9'); $(this).addClass('embed-responsive-item'); }); $('iframe[src*="vimeo.com"]').each(function() { $(this).parent().addClass('embed-responsive embed-responsive-16by9'); $(this).addClass('embed-responsive-item'); }); // End Script to make Videos Responsive $('.progress .progress-bar').progressbar({ display_text: 'fill' }); $(window).scroll(function(){ if ($(this).scrollTop() > 600) { $('.scrollup').fadeIn(); } else { $('.scrollup').fadeOut(); } }); $('.scrollup').click(function(){ $("html, body").animate({ scrollTop: 0 }, 600); return false; }); $('#cropButton').click(function(){ var iframe = $("#cropiFrame"); iframe.attr("src", iframe.data("src")); }); }); </script> <link rel="stylesheet" href="/directory/cdn/assets/bootstrap/css/bootstrap-datetimepicker.min.css"> <script defer src="/directory/cdn/assets/bootstrap/js/moment-with-locales.min.js"></script> <script defer src="/directory/cdn/assets/bootstrap/js/bootstrap-datetimepicker.min.js"></script> <script> $(document).ready(function(){ $('input[field_type="date"]').datetimepicker({ format: "DD/MM/YYYY" }); }); </script> <script> let var1 = document.getElementById("#indexstories") console.log("var1: ", var1) document.querySelectorAll('a[href^="#"]').forEach(anchor=>{ anchor.addEventListener("click", function(e){ e.preventDefault(); document.querySelector(this.getAttribute("href")).scrollIntoView({ behavior: "smooth", }) }) }) </script><script> function eventTrigger(){ gtag("event", "button_click", { 'send_to':['UA-8086546-37'], "event_category": "click tracking", "event_label": "apply to join button click", }); } </script><script async src='https://www.google-analytics.com/analytics.js'%3E%3C/script%3E></script> <script> function ybannerClicks1() { gtag('js', new Date()); gtag('config', 'UA-8086546-37'); } </script> <script type="text/javascript"> $(document).ready(function () { //function to get url GET parameters function getUrlParameter(sParam) { var sPageURL = window.location.search.substring(1); var sURLVariables = sPageURL.split('&'); for (var i = 0; i < sURLVariables.length; i++) { var sParameterName = sURLVariables[i].split('='); if (sParameterName[0] == sParam) { return decodeURIComponent(sParameterName[1]); } } } //stating variables for the first initialize of the sidebar map var geocoder; var cachedSelectedOption = []; //function that initializes the creation of the google map function initialize() { //This piece of code will create an autosuggest for every input with the class "googleSuggest" var counter = 1; var inputsArray = []; $(".googleSuggest").each(function () { //get the id from the input to be the unique identifier for each autocomplete var inputId = $(this).attr("id"); var inputElement = $(this); inputsArray[counter] = /** @type {HTMLInputElement} */( document.getElementById('' + inputId)); var localizedMainCoutry = ''; if (localizedMainCoutry == "") { var inputOptions = { fields: ['address_components', 'formatted_address', 'geometry', 'icon', 'name'], types: ['(regions)'] } } else { var inputOptions = { fields: ['address_components', 'formatted_address', 'geometry', 'icon', 'name'], types: ['(regions)'], componentRestrictions: {country: localizedMainCoutry} }; } var autocomplete = new google.maps.places.Autocomplete(inputsArray[counter], inputOptions); google.maps.event.addListener(autocomplete, 'place_changed', function () { cachedSelectedOption = []; cachedSelectedOption.push(autocomplete.getPlace()); cachedSelectedOption[0]['typed_location'] = inputElement.val(); if (cachedSelectedOption[0]['place_id'] == undefined) { cachedSelectedOption = []; var emptyObj = { 'typed_location': '' }; cachedSelectedOption.push(emptyObj); } }); //the code that prevents the submition when hit enter on a google location autocomplete item google.maps.event.addDomListener(inputsArray[counter], 'keydown', function (e) { if (e.keyCode == 13) { var pacCounter = 0; //need to run a loop to check each pac container $('.pac-container').each(function () { if ($(this).css("display") != "none") { pacCounter++; } }); if (pacCounter > 0) { e.preventDefault(); } } }); counter++; }); $(".googleSuggest1").each(function () { //get the id from the input to be the unique identifier for each autocomplete var inputId = $(this).attr("id"); var inputElement = $(this); inputsArray[counter] = /* @type {HTMLInputElement} */( document.getElementById('' + inputId)); var localizedMainCoutry = ''; if (localizedMainCoutry == "") { var inputOptions = { fields: ['address_components', 'formatted_address', 'geometry', 'icon', 'name'], types: ['(regions)'] } } else { var inputOptions = { fields: ['address_components', 'formatted_address', 'geometry', 'icon', 'name'], types: ['(regions)'], componentRestrictions: {country: localizedMainCoutry} }; } var autocomplete = new google.maps.places.Autocomplete(inputsArray[counter], inputOptions); google.maps.event.addListener(autocomplete, 'place_changed', function () { cachedSelectedOption = []; cachedSelectedOption.push(autocomplete.getPlace()); cachedSelectedOption[0]['typed_location'] = inputElement.val(); if (cachedSelectedOption[0]['place_id'] == undefined) { cachedSelectedOption = []; var emptyObj = { 'typed_location': '' }; cachedSelectedOption.push(emptyObj); } }); //the code that prevents the submition when hit enter on a google location autocomplete item google.maps.event.addDomListener(inputsArray[counter], 'keydown', function (e) { if (e.keyCode == 13) { var pacCounter = 0; //need to run a loop to check each pac container $('.pac-container').each(function () { if ($(this).css("display") != "none") { pacCounter++; //$(this).css("top","150px"); } }); if (pacCounter > 0) { e.preventDefault(); } } }); counter++; $('.pac-container').addClass('test'); }); } initialize(); //triggers every time a form with the id website-search is trigered $('.website-search').submit(function (e) { var currentForm = $(this); var locationInput = $(this).find(".googleLocation"); //checks if the location input is filled when submitting the search form if (locationInput.val() != "") { e.preventDefault(); //this variable has the main country of the site var countryRegion = "GB"; var localizedSearchSetting = "0"; var form = currentForm; var urlGET = form.serialize(); var formActionUrl = form.attr("action"); var locationValue = locationInput.val(); //if the setting localized search is equal to 1 then the region parameter will be sent with the main country of the site if (localizedSearchSetting != 1) { countryRegion = ""; } if (cachedSelectedOption[0] == undefined) { var emptyForm = { 'typed_location': '' }; cachedSelectedOption.push(emptyForm); } if (locationValue != cachedSelectedOption[0]['typed_location']) { geocoder = new google.maps.Geocoder(); geocoder.geocode({ 'address': locationValue, 'region': countryRegion }, function (results, status) { //if the google response of the geocoding was successful it will use that info to build the url for the new search if (status == google.maps.GeocoderStatus.OK) { parseInfoToSearch(results, urlGET, formActionUrl); } else { var urlPath = formActionUrl; var redirect = urlPath + "?" + urlGET; //will redirect the page using the new url that has been constructed window.location.href = redirect; } }); } else { parseInfoToSearch(cachedSelectedOption, urlGET, formActionUrl); } } }); }); function parseInfoToSearch(results, urlGET, formActionUrl) { var parameters = {}; var adComLength = results[0].address_components.length; var addressComponentsArray = []; //loop that will build the array with the address components and will get the short name of country and administrative area level 1 for (var i = 0; i < adComLength; i++) { if (results[0].address_components[i]['types'][0] == "country") { parameters.country_sn = results[0].address_components[i]['short_name']; } if (results[0].address_components[i]['types'][0] == "administrative_area_level_1") { parameters.adm_lvl_1_sn = results[0].address_components[i]['short_name']; } if (results[0].address_components[i]['types'][0] == "administrative_area_level_2") { parameters.county_sn = results[0].address_components[i]['short_name']; } if (results[0].address_components[i]['types'][0] == "locality" || results[0].address_components[i]['types'][0] == "colloquial_area") { parameters.city = results[0].address_components[i]['long_name']; } if (results[0].address_components[i]['types'][0] == "postal_code" || results[0].address_components[i]['types'][0] == "postal_code_prefix") { parameters.postal_code = results[0].address_components[i]['long_name']; } } parameters.location_type = results[0].types[0]; if (parameters.adm_lvl_1_sn != '') { parameters.stateSearch = parameters.adm_lvl_1_sn; } if (parameters.country_sn == "GB") { delete parameters.adm_lvl_1_sn; } //will check if the response had the bounds parameters //if it had it will add the south west and north east parameters to the new url if (results[0].geometry.hasOwnProperty('bounds') || results[0].geometry.hasOwnProperty('viewport')) { if (results[0].geometry.hasOwnProperty('bounds')) { var boundsResponse = results[0].geometry.bounds; } else { var boundsResponse = results[0].geometry.viewport; } parameters.swlat = boundsResponse.getSouthWest().lat(); parameters.nelat = boundsResponse.getNorthEast().lat(); parameters.swlng = boundsResponse.getSouthWest().lng(); parameters.nelng = boundsResponse.getNorthEast().lng(); //if there were not bounds parameters in the response it will send the parameter fsearch as radius so a radius search will be performed because of lack of info for this location } else { parameters.fsearch = "radius"; } var locationCenterResponse = results[0].geometry.location; parameters.lat = locationCenterResponse.lat(); parameters.lng = locationCenterResponse.lng(); parameters.faddress = results[0].formatted_address; parameters.place_id = results[0].place_id; var formatParameters = $.param(parameters); urlGET = urlGET + "&" + formatParameters; var urlPath = formActionUrl; var redirect = urlPath + "?" + urlGET; //will redirect the page using the new url that has been constructed window.location.href = redirect; } </script> <script type="text/javascript"> $(document).ready(function () { //check if a map has been loaded if ($('#map-canvas').length > 0) { var cssHideLogo = "<style>.pac-container:after { /* Disclaimer: not needed to show 'powered by Google' if also a Google Map is shown */background-image: none !important;height: 0px;}</style>"; $('body').append(cssHideLogo); } else { var cssHideLogo = "<style>.pac-container:after { /* Disclaimer: not needed to show 'powered by Google' if also a Google Map is shown */background-image: block !important;height: 16px;}</style>"; $('body').append(cssHideLogo); } var vlon = ''; var vlat = ''; var geocodeVisitorsSetting = '0'; var geocodingMethod = 'HTML5'; if ((vlon.length < 8 || vlat.length < 8) && geocodeVisitorsSetting == 1 && geocodingMethod == "HTML5") { function showError(error) { switch (error.code) { case error.PERMISSION_DENIED: console.log("The Permission has been denied"); break; case error.POSITION_UNAVAILABLE: console.log("Location information is unavailable."); break; case error.TIMEOUT: console.log("The request to get user location timed out."); break; case error.UNKNOWN_ERROR: console.log("An unknown error occurred."); break; } } if (navigator.geolocation) { window.onload = function () { var startPos; navigator.geolocation.getCurrentPosition(function (position) { startPos = position; vlat = startPos.coords.latitude; vlon = startPos.coords.longitude; $.get("/api/data/html/get/data_widgets/widget_name", { "vlat": vlat, "vlon": vlon, "name": "Website - Save Coordinates Session" }).done(function (data) { }); populateSearchFields(); }, showError); }; } else { alert('Geolocation is not supported for this Browser/OS version yet.'); } } if (geocodeVisitorsSetting == 1 && geocodingMethod === "IP") { populateSearchFields(); } //check the advanced setting "geocode_visitor_default" if set to 1 will override the "location_value" values to the formatted desire address from the google reverse geocoding response function populateSearchFields() { var prePopulateLocationSetting = '0'; var geolocationMethod = 'HTML5'; //if set to one will get the lat and lng to do reverse geocoding if (prePopulateLocationSetting == 1 && (geolocationMethod === "HTML5" || geolocationMethod === "IP") && (vlat !== '' && vlon !== '')) { var visitorLatLng = new google.maps.LatLng(parseFloat(vlat), parseFloat(vlon)); var visitorGeocoder = new google.maps.Geocoder(); var formattedAddress = []; var preFormattedStructure = { "locality": "long_name", "administrative_area_level_2": "long_name", "administrative_area_level_1": "long_name", "country": "long_name" }; visitorGeocoder.geocode({'latLng': visitorLatLng}, function (results, status) { //if the google response of the geocoding was successful it will use that info to build the url for the new search if (status == google.maps.GeocoderStatus.OK) { $.each(preFormattedStructure, function (findex, fvalue) { $.each(results[0].address_components, function (rindex, rvalue) { if (rvalue.types[0] == findex) { formattedAddress.push(rvalue.long_name); } }); }); $('.googleSuggest').each(function () { if ($(this).val() == '') { if (formattedAddress.length > 0) { $(this).val(formattedAddress.join(', ')); } } }); } else { $('.googleSuggest').each(function () { $(this).val(''); }); } }); } }; populateSearchFields(); }); </script> <script> $(document).ready(function(){ //alert("test"); // $("#navbar .search-form-tigger").click(function(){ // $(this).toggleClass("search-form-tigger-hide"); // }); $('.signup-topcat .nice-select span.current').each(function() { var te_xt = $(this).text(); if(te_xt==''){ $(this).text('Select Category'); } }); $('.btnNext').click(function () { $('.nav-tabs > .active').next('li').find('a').trigger('click'); }); $('.signup_free_submit').click(function () { //alert('test'); var validationMessage = ''; // Check inputs are filled. $('.tab-pane .form-control-required').each(function(){ if ($(this).val() == '') validationMessage += "Please fill " + $(this).closest('.form-group').find('label').html().replace('<span class="required">* </span>', '') + "\n"; }); var top_val = $(".signup-topcat .select2-chosen").html(); if(top_val=="Select Category"){ validationMessage += "Please fill Select Category"; } // Validation is false if (validationMessage != '') alert(validationMessage); }); }); </script><script> $(document).ready(function(){ $('.navbar-header .navbar-toggle.main_menu').click(function(){ $(this).toggleClass('main_menu_opened'); $('.mobile-main-menu').toggleClass('opened'); }); $('.mobile-main-menu .sidebar-nav').find('li').each(function(){ //if ($(this).children('ul').length > 0){ // $(this).prepend('<i class="fa fa-plus" aria-hidden="true"></i>'); // $(this).find('a').after('<div class="clearfix"></div>'); // var this_link = $(this).children('a').text().replace(/[^\x00-\x7F]/g, "");; // $(this).children('a').html(this_link); // $(this).find('span').after('<div class="clearfix"></div>'); //} $(this).append('<div class="clearfix"></div>'); }); $('.mobile-main-menu .sidebar-nav li i').click(function(){ if ($(this).parent().children('ul').length > 0){ $(this).parent().toggleClass('sub_open'); } if ($(this).hasClass('fa-plus')){ $(this).switchClass('fa-plus','fa-minus'); } else { $(this).switchClass('fa-minus','fa-plus'); } }); }) if ($(window).width() > 740 && $(window).width() < 1100) { $(document).ready(function(){ $('.tablet-menu .tablet-menu-ul').find('li').each(function(){ if ($(this).children('ul').length > 0){ $(this).prepend('<i class="fa fa-plus tablet-fa" aria-hidden="true"></i>'); $(this).find('a').after('<div class="clearfix"></div>'); var this_link = $(this).children('a').text().replace(/[^\x00-\x7F]/g, "");; $(this).children('a').html(this_link); $(this).find('span').after('<div class="clearfix"></div>'); } $(this).append('<div class="clearfix"></div>'); }); $('.tablet-menu .tablet-menu-ul li i').click(function(){ if ($(this).parent().children('ul').length > 0){ $(this).parent().toggleClass('sub_open'); if ($(this).siblings( "ul" ).hasClass('tablet-block')){ $(this).siblings( "ul" ).switchClass('tablet-block', 'tablet-none'); } else { $(this).siblings( "ul" ).addClass( "tablet-block" ); if ($(this).siblings( "ul" ).hasClass('tablet-none')){ $(this).siblings( "ul" ).removeClass('tablet-none') } if ($(this).parent().siblings().children('ul').hasClass('tablet-block')) { $(this).parent().siblings().children('ul').switchClass('tablet-block', 'tablet-none'); $(this).parent().siblings().children('i').switchClass('fa-minus','fa-plus'); } if ($(this).parent().siblings().children('ul').children().children('ul').hasClass('tablet-block')) { $(this).parent().siblings().children('ul').children().children('ul').switchClass('tablet-block', 'tablet-none'); $(this).parent().siblings().children('ul').children().children('i').switchClass('fa-minus','fa-plus'); } if ($(this).siblings('ul').children('ul').children().children('ul').hasClass('tablet-block')) { $(this).siblings('ul').children('ul').children().children('ul').switchClass('tablet-block', 'tablet-none'); $(this).siblings('ul').children('ul').children().children('i').switchClass('fa-minus','fa-plus'); } } } if ($(this).hasClass('fa-plus')){ $(this).switchClass('fa-plus','fa-minus'); } else { $(this).switchClass('fa-minus','fa-plus'); } }); }) } </script><script async src='https://www.google-analytics.com/analytics.js'%3E%3C/script%3E></script> <script> window.onscroll = function() {myFunction()}; var navbar = document.getElementById("new_banner"); var sticky = navbar.offsetTop; function myFunction() { if (window.pageYOffset >= sticky) { navbar.classList.add("sticky") } else { navbar.classList.remove("sticky"); } } function ybannerClicks() { gtag('event', 'banner click',{ 'event_category':'click tracking', 'event_label': 'experience the new world of interiors', }); } $(".new_banner").click(function(){ window.location = $(this).find("a").attr("href"); return false; }) </script><script> const scroll = document.querySelector(".scrollup") scroll.addEventListener("click", function (){ window.scrollTo({ top: 0, left: 0, behavior: "smooth" }) }); </script><script> $('#captchaContainer').removeClass('form-control '); $(".website_url_field").keyup(function(){ var fieldName = $(this).attr('name'); $(this).val($(this).val().replace(/\s+/g, '')); $('#myform').formValidation('revalidateField', fieldName); }); </script> <script src="https://www.optimizecdn.com/directory/cdn/bootstrap/formvalidation/current/dist/js/formValidation.min.js"></script> <script src="https://www.optimizecdn.com/directory/cdn/bootstrap/formvalidation/current/dist/js/framework/bootstrap.min.js"></script> <script type="text/javascript"> function decodeHtml(html) { var txt = document.createElement("textarea"); txt.innerHTML = html; return txt.value; } </script> <script type="text/javascript"> var counterSubmit = 0; $(document).ready(function() { $(`form[name='member_login_190']`).formValidation({"framework":"bootstrap","fields":{"email":{"validators":{"notEmpty":{"message":"Please enter a value"},"emailAddress":{"message":"Please enter a valid email address"}}},"pass":{"validators":{"notEmpty":{"message":"Please enter a value"}}}}}).on('success.form.fv', function(e,fvdata) { if('member_login' == 'unsubscribe_email'){ return true; } // Prevent form submission e.preventDefault(); $form = $(e.target), fv = $form.data('formValidation'); var values = $(this).serialize(); var locationFieldCorrect = true; if($("#member_login_190 .location_required").length > 0){ $("#member_login_190 .location_required").each(function (index) { if($(this).data('state') == 1){ if($('#member_login_190 input[name="lead_location"]').val() == "" || $('#member_login_190 input[name="lat"]').val() == "" || $('#member_login_190 input[name="lng"]').val() == "") { locationFieldCorrect = false; } } }); } if(locationFieldCorrect === false){ //check that there is a latitude or longitude swal(`Whoops!`, `The location information is required to submit this form`, "error"); return false; } if (!$(this).attr("action")) { var action = ''; } else { var action = $(this).attr("action"); } if (!$(this).attr("method")) { var method = 'post'; } else { var method = $(this).attr("method"); } if (!$(this).attr("form_action_type")) { var form_action_type = 'notification'; } else { var form_action_type = $(this).attr("form_action_type"); } if (!$(this).attr("form_action_div")) { var form_action_div = '#first_container'; } else { var form_action_div = $(this).attr("form_action_div"); } if (!$(this).attr("return_data_type")) { var return_data_type = 'json'; } else { var return_data_type = $(this).attr("return_data_type"); } if ($("#member_login_190-notification").html() != "") { $("#member_login_190-notification").remove(); } if ($(this).find('input[type="submit"]').length > 0) { $(this).find('input[type="submit"]').before('<div id="member_login_190-notification" class="alert"></div>'); } else { $(this).prepend('<div id="member_login_190-notification" class="alert"></div>'); } var notification = $("#member_login_190-notification"); if ((form_action_type == "" || form_action_type == "default") && action.indexOf("account") >= 0) { notification.html(`Processing Request...`).addClass("alert-warning"); setTimeout(function(){ fv.defaultSubmit(); }, 100); } else { notification.html(`Processing Request...`).addClass("alert-warning"); if(counterSubmit == 0) { counterSubmit++; var fields = $(this).serializeArray(); var formField = []; var processData = true; var contentType = "application/x-www-form-urlencoded; charset=UTF-8"; if($("#member_login_190 input[type=file]").length > 0){ var formObject = new FormData(); processData = false; contentType = false; $(fields).each(function(index,field){ formField.push(field.name+"="+field.value); }); values = formField.join("&"); $(formField).each(function(index,fieldValue){ var fieldInfo = fieldValue.split('='); formObject.append(fieldInfo[0],fieldInfo[1]); }); $("#member_login_190 input[type=file]").each(function(index,node){ var file = this.files[0]; if(typeof file != "undefined"){ formObject.append("file_addon["+$(node).attr('name')+"]", file, file.name); } }); }else{ $(fields).each(function(index,field){ formField.push(field.name+"="+encodeURIComponent(field.value)); }); var formObject = formField.join("&"); } $.ajax({ url: action, type: method, data: formObject, dataType: return_data_type, processData: processData, contentType: contentType, success: function (data) { if (return_data_type == "html") { var result = 'success'; if (!data != "") { var result_widget = data['result_widget']; } } else { if (!data['result']) { var result = 'error'; } else { var result = data['result']; } if (!data['result_widget']) { var result_widget = ''; } else { var result_widget = data['result_widget']; } } if (result == "success") { if (!data['message']) { var message = `Your information has submitted successfully!`; } else { var message = data['message']; } if (!data['redirect_url']) { var redirect_url = ''; } else { var redirect_url = data['redirect_url']; } if (form_action_type == "notification") { notification.html(message + '<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>') .addClass('alert-dismissible') .addClass("alert-success") .removeClass("alert-danger") .removeClass("alert-warning") if(notification.parents('.modal').length && 'member_login_190' == 'whmcs_billing_address'){ setTimeout(function(){ notification.parents('.modal').modal('hide'); }, 1000); } } else if (form_action_type == "widget") { if (result_widget != '') { setTimeout(function(){ if(form_action_div != '.newsletter_modal_form_container'){ $("html, body").animate({ scrollTop: 0 }, 600); } $(form_action_div).html(decodeHtml(result_widget)).text(); }, 1000); } } else if (form_action_type == "redirect") { if (redirect_url == "") { redirect_url = decodeURIComponent(""); } if (redirect_url.substring(0, 1) != "/" && redirect_url.substring(0, 1) != "h") { redirect_url = "/" + redirect_url; } current_location = "/interiors-index"; refresh_pages_string = "/login"; refresh_pages_string = refresh_pages_string.replace(/ /g,''); refresh_pages_array = refresh_pages_string.split(','); notification.html(message) .addClass("alert-success") .removeClass("alert-danger") .removeClass("alert-warning") .delay(2000).slideUp(); if(action == "/api/widget/json/get/Bootstrap%20Theme%20-%20Member%20Login%20Page" && current_location.indexOf("/login") == -1 && refresh_pages_string != '' && (!refresh_pages_array.includes(current_location) || refresh_pages_string == "/login" )){ window.location.href = window.location.href+'?logged'; } else { window.location.href = redirect_url; } fv.resetForm(true); } if(form_action_div != '.newsletter_modal_form_container' && 'member_login_190' != 'whmcs_billing_address'){ $('.modal-backdrop').hide(); } } else { if(typeof grecaptcha !== "undefined"){ grecaptcha.reset(); } if (!data['message']) { var message = `You entered invalid data. Please try to save again.`; } else { var message = data['message']; } $("#member_login_190-notification").html(message) .addClass("alert-danger") .removeClass("alert-success") .removeClass("alert-warning") .fadeIn(); fv.disableSubmitButtons(false); } counterSubmit = 0; }, error: function (e) { if(typeof grecaptcha !== "undefined"){ grecaptcha.reset(); $("#member_login_190-notification").html(`Recaptcha Error`); } else { $("#member_login_190-notification").html(`A connection error occurred while saving. Please try to save again.`); } $("#member_login_190-notification").addClass("alert-warning") .removeClass("alert-success") .removeClass("alert-warning") .fadeIn(); counterSubmit = 0; } });/// End Ajax } }//END else }).bind('keydown', function(event) { if (event.ctrlKey || event.metaKey) { switch (String.fromCharCode(event.which).toLowerCase()) { case 's': $(this).submit(); break; } } }); /// This will turn any select2 that are required in the form builder to being required elements. $('#member_login_190 select').each(function (i, obj) { setTimeout(function(){ if ($(obj).prop("required") && $(obj).attr("style") == "display: none;") { $(obj).css("z-index","-999"); $(obj).css("height","0"); $(obj).css("width","0"); $(obj).css("display","block"); $(obj).css("position","absolute"); } }, 3000); }); });//END $('# echo $_SERVER[form_element_id]; ').formValidation( </script> <script> function decision(message, url) { if(confirm(message)) { setTimeout(function(){ window.location = url; }, 0); } } var ajax = new Array(); function getCityList(sel) { var countryCode = sel; var result = ''; var flag = '' document.getElementById('state').options.length = 0; // Empty city select box if (countryCode.length > 0) { if (countryCode == "CA" || countryCode == "CR") { result = "Province"; flag = "<img src='flags/CA.png' style='width:16px;height:11px;'>"; } else if (countryCode == "UK") { result = "Region"; flag = "<img src='/flags/UK.png' style='width:16px;height:11px;'>"; } else if (countryCode == "US") { result = "Zip Code"; flag = "<img src='/flags/US.png' style='width:16px;height:11px;'>"; } else { result = " "; document.getElementById('state').disabled = false; flag = "<img src='/flags/All.png' style='width:16px;height:16px;'>"; } document.getElementById('byregion').innerHTML = result; document.getElementById('sflag').innerHTML = flag; if (countryCode == "US") { document.getElementById('zipcode').style.visibility = 'visible'; document.getElementById('state').style.visibility = 'hidden'; document.getElementById('state').style.display = 'none'; document.getElementById('zipcode').style.display = 'block'; } else { document.getElementById('zipcode').style.visibility = 'hidden'; document.getElementById('state').style.visibility = 'visible'; document.getElementById('state').style.display = 'block'; document.getElementById('zipcode').value = ''; document.getElementById('zipcode').style.display = 'none'; } var index = ajax.length; ajax[index] = new sack(); ajax[index].requestFile = '/getStateList.php?statetype=code&category='+countryCode; // Specifying which file to get ajax[index].onCompletion = function(){ createCities(index) }; // Specify function that will be executed after file has been found ajax[index].runAJAX(); // Execute AJAX function } } function getCityListSearch(sel) { var countryCode = sel; var result = ''; document.getElementById('state').options.length = 0; // Empty city select box if (countryCode.length > 0) { if (countryCode == "CA" || countryCode == "CR") { document.getElementById('zipsearch').style.visibility = 'collapse'; document.getElementById('zipsearch').style.height = '0px'; document.getElementById('statesearch').style.visibility = 'visible'; document.getElementById('statesearch').style.height = '62px'; document.getElementById('zipcode').value = ''; result = "Province"; flag = "<img src='/flags/CA.png' style='width:16px;height:11px;'>"; } else if (countryCode == "UK") { document.getElementById('zipsearch').style.visibility = 'collapse'; document.getElementById('zipsearch').style.height = '0px'; document.getElementById('statesearch').style.visibility = 'visible'; document.getElementById('statesearch').style.height = '62px'; document.getElementById('zipcode').value = ''; result = "Region"; flag = "<img src='/flags/UK.png' style='width:16px;height:11px;'>"; } else if (countryCode == "US") { result = " "; document.getElementById('statesearch').style.visibility = 'collapse'; document.getElementById('statesearch').style.height = '0px'; document.getElementById('zipsearch').style.visibility = 'visible'; document.getElementById('zipsearch').style.height = '112px'; result = "Zip Code"; flag = "<img src='/flags/US.png' style='width:16px;height:11px;'>"; } else { result = " "; document.getElementById('zipsearch').style.visibility = 'collapse'; document.getElementById('zipsearch').style.height = '0px'; document.getElementById('statesearch').style.visibility = 'collapse'; document.getElementById('statesearch').style.height = '0px'; document.getElementById('zipcode').value = ''; flag = "<img src='/flags/All.png' style='width:16px;height:16px;'>"; } document.getElementById('byregion').innerHTML = result; document.getElementById('sflag').innerHTML = flag; var index = ajax.length; ajax[index] = new sack(); ajax[index].requestFile = '/getStateList.php?type=account&statetype=code&category='+countryCode; // Specifying which file to get ajax[index].onCompletion = function(){ createCities(index) }; // Specify function that will be executed after file has been found ajax[index].runAJAX(); // Execute AJAX function } } function getCityListAccount(sel) { var countryCode = sel; var result = ''; document.getElementById('state').options.length = 0; // Empty city select box if (countryCode == "CA") { result = "Province"; } else if (countryCode == "UK") { result = "Region"; } else if (countryCode == "US" || countryCode == "AU") { result = "State"; } else { result = "Region"; } if (result != "") { $("#state").prev('.control-label').text(result); } if (countryCode.length > 0){ var index = ajax.length; ajax[index] = new sack(); ajax[index].requestFile = '/getStateList.php?type=account&statetype=code&category=' + countryCode; // Specifying which file to get ajax[index].onCompletion = function(){ createCities(index) }; // Specify function that will be executed after file has been found ajax[index].runAJAX(); // Execute AJAX function } } function getCityListPayment(sel) { var countryCode = sel; var result = ''; document.getElementById('state').options.length = 0; // Empty city select box if(countryCode.length > 0){ if (countryCode == "CA") { result = "Province"; document.getElementById('state').disabled = false; } else if (countryCode == "UK") { result = "Region"; document.getElementById('state').disabled = false; } else if (countryCode == "US" || countryCode == "AU") { result = "State"; document.getElementById('state').disabled = false; } else { result = "Region"; } document.getElementById('byregion').innerHTML = result; var index = ajax.length; ajax[index] = new sack(); ajax[index].requestFile = '/getStateList.php?nota=1&statetype=code&category='+countryCode; // Specifying which file to get ajax[index].onCompletion = function(){ createCities(index) }; // Specify function that will be executed after file has been found ajax[index].runAJAX(); // Execute AJAX function } } function createCities(index) { var obj = document.getElementById('state'); eval(ajax[index].response); // Executing the response from Ajax as Javascript code } </script> <!-- DROPDOWN SELECT SCRIPT --> <!-- Select2 Bootstrap CSS--> <link rel="stylesheet" href="/directory/cdn/bootstrap/select2/3.5.2/select2.min.css"> <link rel="stylesheet" href="/directory/cdn/bootstrap/select2/master/css/select2-bootstrap.min.css"> <script defer src="/directory/cdn/bootstrap/select2/3.5.2/select2.min.js"></script> <!--[if lt IE 9]> <script defer src="//oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script defer src="/directory/cdn/bootstrap/select2/master/js/respond.min.js"></script> <![endif]--> <script> $(document).ready(function() { function getSecondLevel(div,id) { $("#" + div).select2("data", { id: "", text: "Loading..." }); $.ajax({ url : '/ajaxsearch/get-services', type : "GET", data : { 'specialty_id' : id }, dataType: "json", success : function(data) { var options = ''; for (var i = 0; i < data.length; i++) { options += '<option value="' + data[i].value + '">' + data[i].title + '</option>'; } if (div == "tid"){ $("#ttid").select2("data", { id: "", text: "No Options Available" }); $("#ttid").select2("enable", false); } if (data.length > 1) { $("#" + div).select2("enable",true); $("#" + div).html(options); $("#" + div).select2("val", ""); } else { $("#"+div).select2("data", { id: "", text: "No Options Available" }); $("#"+div).select2("val", ""); } } }); } function getSecondLevelAccount(div,id) { $("#" + div).select2("data", { id: "", text: "Loading..." }); $.ajax({ url : '/ajaxsearch/get-services', type : "GET", data : { 'specialty_id' : id }, dataType: "json", success : function(data) { var options = ''; for (var i = 0; i < data.length; i++) { options += '<option value="' + data[i].value + '">' + data[i].title + '</option>'; } if (data.length > 1) { $("#" + div).select2("close"); $("#" + div).select2("val", ""); $("#" + div).select2("enable",true); $("#" + div).html(options); } else { $("#"+div).select2("data", { id: "", text: "No Options Available" }); $("#"+div).select2("val", ""); } } }); } function getThirdLevel(div,id,id2) { $("#"+div).select2("data", { id: "", text: "Loading..." }); $.ajax({ url : '/ajaxsearch/get-locations', type : "GET", data : { 'specialty_id' : id, 'treatment_id' : id2, }, dataType: "json", success : function(data) { var options = ''; for (var i = 0; i < data.length; i++) { options += '<option value="' + data[i].value + '">' + data[i].title + '</option>'; } if (data.length > 1) { $("#" + div).select2("enable",true); $("#" + div).html(options); $("#" + div).select2("val", ""); } else { $("#"+div).select2("data", { id: "", text: "No Options Available" }); $("#"+div).select2("val", ""); } } }); } function getStateList(div,id) { $("#"+div).select2("data", { id: "", text: "Loading..." }); $.ajax({ url : '/ajaxsearch/get-states', type : "GET", data : { 'country' : id }, dataType: "json", success : function(data) { var options = ''; for (var i = 0; i < data.length; i++) { options += '<option value="' + data[i].value + '">' + data[i].title + '</option>'; } if (data.length > 1) { $("#" + div).select2("enable",true); $("#" + div).html(options); $("#" + div).select2("val", ""); $("#" + div).select2("open"); } } }); } function getInfinityChained(div,id) { $("#"+div).select2("data", { id: "", text: "Loading..." }); $.ajax({ url : '/ajaxsearch/get-subcategory', type : "GET", data : { 'parent' : id }, dataType: "json", success : function(data) { var options = ''; for (var i = 0; i < data.length; i++) { options += '<option value="' + data[i].value + '">' + data[i].title + '</option>'; } if (data.length > 1) { $("#" + div).select2("enable",true); $("#" + div).html(options); $("#" + div).select2("val", ""); } else { $("#" + div).select2("data", { id: "", text: "No Options Available" }); } } }); } function categoryChained(div,id) { $("#" + div).select2("data", { id: "", text: "Loading..." }); $.ajax({ url : '/ajaxsearch/category-list', type : "GET", data : { 'parent' : id }, dataType: "json", success : function(data) { var options = ''; for (var i = 0; i < data.length; i++) { options += '<option value="' + data[i].value + '">' + data[i].title + '</option>'; } if (data.length > 1) { $("#" + div).select2("enable",true); $("#" + div).html(options); $("#" + div).select2("val", ""); } else { $("#" + div).select2("data", { id: "", text: "No Options Available" }); } } }); } $("#bd-chained").select2({ title: "Select An Option", placeholder: "Select An Option", allowClear: true, formatNoMatches: function () { return "No matches found"; } }).change(function () { var id = $(this).val(); $("#tid").select2("enable",false); getInfinityChained("tid",id); }); $("#category-chained").select2({ title: "Select An Option", placeholder: "Select An Option", allowClear: true }).change(function () { var id = $(this).val(); $("#subcategory-chained").select2("enable",false); categoryChained("subcategory-chained",id); }); $(".infinite-chained").select2({ title: "Select option from list", placeholder: "Click to select an option", allowClear: true, formatNoMatches: function () { return "No matches found"; } }).change(function () { var id = $(this).val(); var attr = $(this).attr('next'); if (typeof attr !== 'undefined' && attr !== false) { $("#" + attr).select2("enable",false); categoryChained(attr,id); } }); $("#subcategory-chained").select2(); $(".combobox").select2(); $(".search-chained").select2(); $("#country-chained").select2({ title: "", placeholder: "", val: "", allowClear: true, formatNoMatches: function () { return "No matches found"; } }).change(function () { var id = $(this).val(); $("#state-chained").select2("enable",false); getStateList("state-chained",id); var state = ""; if (id == "CA") { state = "Province"; } else if (id == "UK") { state = "Region"; } else if (id == "US" || id == "AU") { state = "State"; } else { state = "Region"; } $("#state-chained").prev(".control-label").text(state); }); $("#state-chained").select2(); $("#country-chained-2").select2({ title: "Select Country", placeholder: "(select country)", val: "", allowClear: true, formatNoMatches: function () { return "No matches found"; } }).change(function () { var id = $(this).val(); $("#state-chained-2").select2("enable",false); getStateList("state-chained-2",id); var state = ""; if (id == "CA") { state = "Province"; } else if (id == "UK") { state = "Region"; } else if (id == "US" || id == "AU") { state = "State"; } else { state = "Region"; } $("#state-chained-2").prev(".control-label").text(state); }); $("#state-chained-2").select2(); $("#profession_id").select2({ placeholder: "Select From List", allowClear: true, formatNoMatches: function () { return "No matches found"; } }).change(function () { var id = $(this).val(); getSecondLevelAccount("category_id",id); }); $("#sid").select2({ title: "Select An Option", placeholder: "Select An Option", allowClear: true, formatNoMatches: function () { return "No matches found"; } }).change(function () { var id = $(this).val(); $("#tid").select2("enable",false); getSecondLevel("tid",id); $("#tid").select2("open"); }); $("#location_value_dropdown").select2({ title: "(optional)", placeholder: "(optional)", allowClear: true, formatNoMatches: function () { return "No matches found"; } }); $("#tid").select2({ title: "Select An Option", placeholder: "Select An Option", allowClear: true, formatNoMatches: function () { return "No matches found"; } }); $("#location_value_dropdown").select2({ title: "(optional)", placeholder: "(optional)", allowClear: true }); }); </script> <script> /**This function is for price and sqr foot only accepts numbers**/ (function(factory){if(typeof define === 'function' && define.amd){define(['jquery'], factory);}else{factory(window.jQuery);}}(function($){$.fn.numeric=function(config,callback){if(typeof config==="boolean"){config={decimal:config,negative:true,decimalPlaces:-1}}config=config||{};if(typeof config.negative=="undefined"){config.negative=true}var decimal=config.decimal===false?"":config.decimal||".";var negative=config.negative===true?true:false;var decimalPlaces=typeof config.decimalPlaces=="undefined"?-1:config.decimalPlaces;callback=typeof callback=="function"?callback:function(){};return this.data("numeric.decimal",decimal).data("numeric.negative",negative).data("numeric.callback",callback).data("numeric.decimalPlaces",decimalPlaces).keypress($.fn.numeric.keypress).keyup($.fn.numeric.keyup).blur($.fn.numeric.blur)};$.fn.numeric.keypress=function(e){var decimal=$.data(this,"numeric.decimal");var negative=$.data(this,"numeric.negative");var decimalPlaces=$.data(this,"numeric.decimalPlaces");var key=e.charCode?e.charCode:e.keyCode?e.keyCode:0;if(key==13&&this.nodeName.toLowerCase()=="input"){return true}else if(key==13){return false}var allow=false;if(e.ctrlKey&&key==97||e.ctrlKey&&key==65){return true}if(e.ctrlKey&&key==120||e.ctrlKey&&key==88){return true}if(e.ctrlKey&&key==99||e.ctrlKey&&key==67){return true}if(e.ctrlKey&&key==122||e.ctrlKey&&key==90){return true}if(e.ctrlKey&&key==118||e.ctrlKey&&key==86||e.shiftKey&&key==45){return true}if(key<48||key>57){var value=$(this).val();if($.inArray("-",value.split(""))!==0&&negative&&key==45&&(value.length===0||parseInt($.fn.getSelectionStart(this),10)===0)){return true}if(decimal&&key==decimal.charCodeAt(0)&&$.inArray(decimal,value.split(""))!=-1){allow=false}if(key!=8&&key!=9&&key!=13&&key!=35&&key!=36&&key!=37&&key!=39&&key!=46){allow=false}else{if(typeof e.charCode!="undefined"){if(e.keyCode==e.which&&e.which!==0){allow=true;if(e.which==46){allow=false}}else if(e.keyCode!==0&&e.charCode===0&&e.which===0){allow=true}}}if(decimal&&key==decimal.charCodeAt(0)){if($.inArray(decimal,value.split(""))==-1){allow=true}else{allow=false}}}else{allow=true;if(decimal&&decimalPlaces>0){var dot=$.inArray(decimal,$(this).val().split(""));if(dot>=0&&$(this).val().length>dot+decimalPlaces){allow=false}}}return allow};$.fn.numeric.keyup=function(e){var val=$(this).val();if(val&&val.length>0){var carat=$.fn.getSelectionStart(this);var selectionEnd=$.fn.getSelectionEnd(this);var decimal=$.data(this,"numeric.decimal");var negative=$.data(this,"numeric.negative");var decimalPlaces=$.data(this,"numeric.decimalPlaces");if(decimal!==""&&decimal!==null){var dot=$.inArray(decimal,val.split(""));if(dot===0){this.value="0"+val;carat++;selectionEnd++}if(dot==1&&val.charAt(0)=="-"){this.value="-0"+val.substring(1);carat++;selectionEnd++}val=this.value}var validChars=[0,1,2,3,4,5,6,7,8,9,"-",decimal];var length=val.length;for(var i=length-1;i>=0;i--){var ch=val.charAt(i);if(i!==0&&ch=="-"){val=val.substring(0,i)+val.substring(i+1)}else if(i===0&&!negative&&ch=="-"){val=val.substring(1)}var validChar=false;for(var j=0;j<validChars.length;j++){if(ch==validChars[j]){validChar=true;break}}if(!validChar||ch==" "){val=val.substring(0,i)+val.substring(i+1)}}var firstDecimal=$.inArray(decimal,val.split(""));if(firstDecimal>0){for(var k=length-1;k>firstDecimal;k--){var chch=val.charAt(k);if(chch==decimal){val=val.substring(0,k)+val.substring(k+1)}}}if(decimal&&decimalPlaces>0){var dot=$.inArray(decimal,val.split(""));if(dot>=0){val=val.substring(0,dot+decimalPlaces+1);selectionEnd=Math.min(val.length,selectionEnd)}}this.value=val;$.fn.setSelection(this,[carat,selectionEnd])}};$.fn.numeric.blur=function(){var decimal=$.data(this,"numeric.decimal");var callback=$.data(this,"numeric.callback");var negative=$.data(this,"numeric.negative");var val=this.value;if(val!==""){var re=new RegExp("^" + (negative?"-?":"") + "d+$|^" + (negative?"-?":"") + "d*" + decimal + "d+$");if(!re.exec(val)){callback.apply(this)}}};$.fn.removeNumeric=function(){return this.data("numeric.decimal",null).data("numeric.negative",null).data("numeric.callback",null).data("numeric.decimalPlaces",null).unbind("keypress",$.fn.numeric.keypress).unbind("keyup",$.fn.numeric.keyup).unbind("blur",$.fn.numeric.blur)};$.fn.getSelectionStart=function(o){if(o.type==="number"){return undefined}else if(o.createTextRange&&document.selection){var r=document.selection.createRange().duplicate();r.moveEnd("character",o.value.length);if(r.text=="")return o.value.length;return Math.max(0,o.value.lastIndexOf(r.text))}else{try{return o.selectionStart}catch(e){return 0}}};$.fn.getSelectionEnd=function(o){if(o.type==="number"){return undefined}else if(o.createTextRange&&document.selection){var r=document.selection.createRange().duplicate();r.moveStart("character",-o.value.length);return r.text.length}else return o.selectionEnd};$.fn.setSelection=function(o,p){if(typeof p=="number"){p=[p,p]}if(p&&p.constructor==Array&&p.length==2){if(o.type==="number"){o.focus()}else if(o.createTextRange){var r=o.createTextRange();r.collapse(true);r.moveStart("character",p[0]);r.moveEnd("character",p[1]-p[0]);r.select()}else{o.focus();try{if(o.setSelectionRange){o.setSelectionRange(p[0],p[1])}}catch(e){}}}}})); $("input.justNumbers").numeric(); </script> <script> window.addEventListener('load', () => { let embedlyClass = document.querySelector('.fr-embedly'); if (typeof embedlyClass != "undefined" && embedlyClass != null) { let embedlyURI = "https://www.optimizecdn.com/directory/cdn/assets/bootstrap/js/embedly_widget.min.js"; let head = document.getElementsByTagName("head")[0]; let script = document.createElement('script'); script.type = 'text/javascript'; script.src = embedlyURI; script.async = true; head.appendChild(script); } }); </script><script type="text/javascript" src="https://www.optimizecdn.com/directory/cdn/assets/bootstrap/jquery.lazy/1.7.9/jquery.lazy.min.js"></script><script> $(function () { $(".lazyloader").Lazy({ afterLoad: function(element) { $(".gridView.activeView").click(); } }); }); $("button[class*='slick'],button[id*='slick']").click(function () { $(this).parents(".row").find(".lazyloader").lazy({ bind: "event", delay: 0 }); }); $("[class*='slick'],[id*='slick']").on("swipe",function(){ $(this).parents(".row").find(".lazyloader").lazy({ bind: "event", delay: 0 }); }); </script><script defer src="https://www.optimizecdn.com/directory/cdn/assets/bootstrap/js/websiteScripts.min.js?v=0.4"></script> </body> </html>