/*
Theme Name: kmr

Adding support for language written in a Right To Left (RTL) direction is easy -
it's just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.

https://codex.wordpress.org/Right_to_Left_Language_Support

*/

/*
body {
	direction: rtl;
	unicode-bidi: embed;
}
*/


/* Registration page extra css */

.page-template-page-register hr{
    margin-bottom: 15px;
    margin-top: 5px;
}

.page-template-page-register #main .content .acf-field.acf-field-radio.acf-field-59233c996f68f .white-box ul{
    background: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.page-template-page-register .acf-field.acf-field-radio.acf-field-59233c996f68f .acf-input ul.acf-radio-list.acf-bl li {
    position: relative;
    width: 236px;
    display: inline-block;
    margin-bottom: 0 !important; }

.page-template-page-register .acf-field.acf-field-radio.acf-field-59233c996f68f .acf-input ul.acf-radio-list.acf-bl li:not(:last-child) {
    margin-left: 7px !important; }

.page-template-page-register .acf-field.acf-field-radio.acf-field-59233c996f68f .acf-input ul.acf-radio-list.acf-bl li label {
    max-width: 100%;
    display: inline-block !important;
    color: transparent; }
.page-template-page-register .acf-field.acf-field-radio.acf-field-59233c996f68f .acf-input ul.acf-radio-list.acf-bl li input {
    position: absolute;
    top: 20px;
    right: 20px; }
.page-template-page-register .acf-field.acf-field-radio.acf-field-59233c996f68f .acf-input ul.acf-radio-list.acf-bl li:first-child label {
    background: url(images/basic.jpg) no-repeat;
    width: 236px;
    height: 488px;
    margin-left: 15px !important; }
.page-template-page-register .acf-field.acf-field-radio.acf-field-59233c996f68f .acf-input ul.acf-radio-list.acf-bl li:nth-child(2) label {
    background: url(images/prime.jpg) no-repeat;
    width: 236px;
    height: 488px;
    margin-left: 15px !important; }
.page-template-page-register .acf-field.acf-field-radio.acf-field-59233c996f68f .acf-input ul.acf-radio-list.acf-bl li:nth-child(3) label {
    background: url(images/primeplus.jpg) no-repeat;
    width: 236px;
    height: 488px;
    margin-left: 15px !important; }

.acf-field-59233c99725cf .acf-label, .acf-field-59233c997160e .acf-label, .acf-field-59233c997359e .acf-label, .acf-field-59233c99725cf .acf-label, .acf-field-59233c997359e .acf-label label, .acf-field-5923226c648a1 .acf-label, .acf-field-5923226c6508b .acf-label{
    margin-bottom: 5px;
}

.acf-field-59233c99725cf .acf-label label, .acf-field-59233c997160e .acf-label label , .acf-field-59233c997359e .acf-label label, .acf-field-5923226c6586c .acf-label label,
.acf-field-59233c997359e .acf-label label, .acf-field-5923226c648a1 .acf-label label, .acf-field-5923226c6508b .acf-label label{
    font-size: 0.9em;
}


/* homepage CSS extra */

#section-4 .city a:after{
    opacity: 0;

    transition: all 0.3s ease-out;
}

#section-4 .city a:hover:after{
    content: "";
    background: #2485b6;
    opacity: 0.3;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}


/* search and filter form */

.post-type-archive-store .searchandfilter ul{
    margin: 0 !important;
    padding: 0 !important;
}

.post-type-archive-store .header-search .search-panel .searchandfilter li, .post-type-archive-business .header-search .search-panel .searchandfilter li{
    display: inline-block !important;
    margin-left: 30px !important;
    /*width: 124px !important;*/
}

.post-type-archive-store .header-search .search-panel .searchandfilter li ul.chosen-results li, .post-type-archive-business .header-search .search-panel .searchandfilter li ul.chosen-results li{
    display: block !important;
}

.post-type-archive-store .header-search .search-panel .searchandfilter li input[type="text"], .post-type-archive-store .searchandfilter select.sf-input-select{
    min-width: 124px;
    width: 124px;
}

.post-type-archive-business .header-search .search-panel .searchandfilter li input[type="text"], .post-type-archive-business .searchandfilter select.sf-input-select{
    min-width: 124px;
    width: 124px;
}

.post-type-archive-business .header-search .search-panel .searchandfilter .chosen-search input[type="text"]{
    min-width: inherit;
    width: 100% !important;
}

.post-type-archive-store .header-search .search-panel .searchandfilter li.sf-field-post-meta-price_total {
    /*width: 100%;*/
    padding: 12px 15px;
    border-radius: 3px;
}

.sf-meta-range.sf-meta-range-slider {
    display: inline-block;
    width: 100%;
}

.searchandfilter .meta-slider {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 15px;
    max-width: 95%;
    width: 95%;
}

.searchandfilter h4 {
    margin: 0;
    padding: 5px 0 10px;
    font-size: 16px;
    display: inline-block;
    clear: inherit;
    margin-left: 10px;
}

.searchandfilter h3{
    color: #31a3dc;
    margin-top: 0;
}

.searchandfilter .col-lg-12 h3{
    display: none;
}


.searchandfilter input[type="submit"] {
    width: 98px;
    height: 98px;
    background: #288cbe;
    box-shadow: none;
    border: none;
    background-image: url(images/searching-magnifying-glass.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    margin-top: 25px;
    -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;
    border-radius: 5px;
    background-size: 48px 48px;
    opacity: 0.7;
}
.searchandfilter input[type="submit"]:hover {
    opacity: 1;
}

.post-type-archive-store .searchandfilter ul li {
    padding: 0 0 13px 0;
}

.post-type-archive-store .header-search .search-panel .tab-content{
    padding: 19px 30px;
}

.post-type-archive-store .searchandfilter .col-lg-5 {
    width: 37.5%;
    padding-right: 0;
}

.post-type-archive-store .searchandfilter .col-lg-3.middle {
    padding-right: 0;
    width: 25%;
}

.post-type-archive-store .searchandfilter .col-lg-3{
    padding-left: 0;
    width: 27%;
}

.post-type-archive-store .searchandfilter .col-lg-3 li input.sf-input-range-number.sf-range-min.sf-input-number,
.post-type-archive-store .searchandfilter .col-lg-3 li input.sf-input-range-number.sf-range-max.sf-input-number,
.post-type-archive-store .searchandfilter .col-lg-3 li select.sf-input-select{
    height: 30px;
    width: 68px !important;
    min-width: 68px !important;
    margin-top: 3px;
}

.post-type-archive-store .searchandfilter .col-lg-12{
    padding: 0;
}

.post-type-archive-store .header-search .search-panel .tab-content .col-lg-5:after, .post-type-archive-business .header-search .search-panel .tab-content .col-lg-5:after,
.post-type-archive-business .searchandfilter ul .col-lg-7:after, .post-type-archive-business .searchandfilter ul .col-lg-2:nth-child(1):after{
    content: '';
    width: 1px;
    height: 139px;
    background: #c7c7c7;
    left: 21px;
    position: absolute;
    top: 0; }

.post-type-archive-store .header-search .search-panel .tab-content .col-lg-3.middle:after, .post-type-archive-business .header-search .search-panel .tab-content .col-lg-3.middle:after,
.post-type-archive-business .searchandfilter ul > div:nth-child(2):after{
    content: '';
    width: 1px;
    height: 139px;
    background: #c7c7c7;
    left: 0;
    position: absolute;
    top: 0; }

.post-type-archive-store .searchandfilter .col-lg-3.middle li {
    width: 94%;
    padding: 0 8px;
    border-radius: 3px;
    border: 1px solid #c7c7c7;
    margin-bottom: 13px;
}

.searchandfilter h3{
    margin-bottom: 20px;
}

.searchandfilter .col-lg-3.middle li h4{
    margin-left: 32px;
}

.post-type-archive-store .searchandfilter .sf-meta-range.sf-meta-range-number, .post-type-archive-store .searchandfilter select.sf-input-select {
    display: inline-block;
}

.searchandfilter .col-lg-3 input[type="text"], .searchandfilter .col-lg-3 input[type="email"],
.searchandfilter .col-lg-3 input[type="url"], .searchandfilter .col-lg-3 input[type="password"],
.searchandfilter .col-lg-3 input[type="search"], .searchandfilter .col-lg-3 input[type="number"], .searchandfilter .col-lg-3 select{
    padding: 5px;
}

.chosen-container.chosen-with-drop .chosen-drop {
    right: 0 !important;
    position: absolute;
    right: inherit;
    margin-top: 1px;
    margin-bottom: 20px;
    background: white;
    border: 1px solid #aaa;
    overflow: auto;
    width: 250px;
    height: 300px;
}
.post-type-archive-store .header-search .search-panel .searchandfilter ul.chosen-results{
    padding: 20px;
}
.post-type-archive-store .header-search .search-panel .searchandfilter ul.chosen-results li {
    width: 100% !important;
    font-size: 0.847em;
    padding: 6px !important;
}

.post-type-archive-store .header-search .search-panel .searchandfilter .ms-options-wrap > button{
    font-size: 0.847em !important;
}

.post-type-archive-store .header-search .search-panel .searchandfilter .chosen-container-single .chosen-search input{
    width: 100% !important;
}

.post-type-archive-store .header-search .search-panel .searchandfilter .chosen-rtl .chosen-single span{
    font-size: 0.847em;
}

.ms-options.ms-active ul li {
    width: 100%;
}

/* business archive page search form */

.post-type-archive-business .searchandfilter ul {
    display: block;
    padding: 0;
    margin: 0;
}

.post-type-archive-business .searchandfilter ul > div:nth-child(2){
    padding-right: 0;
}

.post-type-archive-business .searchandfilter ul > div.col-lg-2 {
    width: 13.5%;
}

.post-type-archive-business .searchandfilter ul > div.col-lg-2 select{
    width: 140px;
}

.post-type-archive-business #main .header-search input[type="submit"]{
    margin-top: 28px;
}

.post-type-archive-business .searchandfilter ul > div.col-lg-7 {
    width: 62%;

}

.post-type-archive-store li.sf-field-post-meta-street_field .chosen-container {
    height: 40px !important;
}

.post-type-archive-store #main .content-search .suggested .suggested-body .bootstrap-table tbody .collapse .more-details, .post-type-archive-store #main .content-search .results .suggested-body .bootstrap-table tbody .collapse .more-details, .post-type-archive-business #main .content-search .suggested .suggested-body .bootstrap-table tbody .collapse .more-details, .post-type-archive-business #main .content-search .results .suggested-body .bootstrap-table tbody .collapse .more-details{
    font-size: 1em;
}

.post-type-archive-store #main .content-search .results .fixed-table-pagination .pagination > .active > a, .post-type-archive-business #main .content-search .results .fixed-table-pagination .pagination > .active > a{
    padding: 2px 3px 2px 5px;
}


/* homepage fixes */

#section-1{
    overflow: inherit !important;
}

.chosen-container-active.chosen-with-drop .chosen-single, .chosen-container {
    border: none !important;
    -webkit-border-radius: 3px !important;
    -o-border-radius: 3px !important;
    border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    background-image: inherit !important;
    box-shadow: none !important;
    background: #f6f6f6;
    height: 45px !important;
    padding: 9px;
    font-size: 19px;
    color: #9d9d9d;
    font-weight: 500;
    margin-top: -3px;
}

.chosen-container-single .chosen-single{
    background-image: inherit !important;
    box-shadow: none !important;
    border: none;
}

.chosen-rtl .chosen-search input[type=text]{
    background: none !important;
}

.chosen-container-active.chosen-with-drop .chosen-single:active{
    box-shadow: none;
}

.home #section-1 .search-form .searchandfilter .chosen-drop li {
    display: inline-block;
    color: #9d9d9d;
    width: 310px;
    font-size: 19px;
    margin-left: 20px;
    padding: 4px;
}

.chosen-rtl .chosen-single span{
    color: #9d9d9d;
}

.chosen-container .chosen-results{
    z-index: 999999;
}

.chosen-container .chosen-results li.highlighted{
    background: #288cbe;
    color: white !important;
}


/* registration page */

.page-template-page-register #main  .content .white-box.white-box.white-box.white-box.white-box .acf-field-59233c996f68f ul{
    padding: 0 !important;
    background: none;
    box-shadow: none;
}

select#acf-field_59233c995dfbb, input#acf-field_59233c996410f, select#acf-field_5b45ecb853771, select#acf-field_5b477cac3eace, select#acf-field_5b477d343ead0{
    width: 90% !important;
    float: inherit;
    margin-right: 3%;
}

.acf-field.acf-field-number.acf-field-59234189f631d.col-lg-6 {
}

input#acf-field_5aec1a1f687e1, input#acf-field_59234189f631d, input#acf-field_5aec1ad7687e4, input#acf-field_5aec1ac7687e3, input#acf-field_5aec1ad7687e4, input#acf-field_5aec1ac7687e3, input#acf-field_5aec1afc687e6, input#acf-field_5aec1aeb687e5{
    padding-right: 50px;
    padding-left: 0;
}

/* multiselect addon */

.acf-field-59233c9956453 button, .acf-field_59233c995547c button{
    width: 100% !important;
    height: 40px !important;
    padding: 0 15px 0 0 !important;
}

.ms-options-wrap {
    width: 126px !important;
}

.ms-options-wrap > button{
    margin-bottom: 0 !important;
}



.acf-field-59233c9956453 .ms-options-wrap, .acf-field_59233c995547c .ms-options-wrap {
    width: 100% !important;
}

.acf-field.acf-field-number.acf-field-59234189f631d.col-lg-6 .acf-input-prepend{
    width: 90px !important;
}

.acf-field-59234189f631d .acf-input {
    vertical-align: top;
    width: 89%;
    display: inline-block;
}

input#acf-field_59234189f631d {
    padding-right: 101px;
    /*width: 78%;*/
}

.acf-field-59234189f631d button{
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    background: none !important;
    outline: none !important;
    display: inline-block;
    margin-left: 8px;
}

.acf-field-59234189f631d button:hover, .acf-field-59234189f631d button:active{
    background: none !important;
    outline: none !important;
}

.ms-options.ms-active {
    visibility: visible;
    width: 250px !important;
    max-height: 350px !important;
}
.page-template-page-register #main .content .white-box.white-box.white-box.white-box.white-box .ms-options.ms-active ul{
    background: none !important;
    box-shadow: none !important;
    padding: 20px !important;
}
.white-box.white-box.white-box.white-box.white-box .ms-options.ms-active ul li{
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    text-align: right;
    font-weight: 400 !important;
    color: #9d9d9d !important;
}

.white-box.white-box.white-box.white-box.white-box .ms-options.ms-active ul li label{
    font-weight: 400 !important;
}

.page-template-page-register .acf-field.acf-field-radio.acf-field-59233c996f68f .acf-input ul.acf-radio-list.acf-bl li label.selected,
.page-template-page-register .acf-field.acf-field-radio.acf-field-5923226c638e2 .acf-input ul.acf-radio-list.acf-bl li label.selected {
    opacity: 1;
}

.page-template-page-register .acf-field.acf-field-radio.acf-field-59233c996f68f .acf-input ul.acf-radio-list.acf-bl li label,
.page-template-page-register .acf-field.acf-field-radio.acf-field-5923226c638e2 .acf-input ul.acf-radio-list.acf-bl li label {
    opacity: 0.7;
}


/* custom checkbox */

.acf-field-true-false .acf-input {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.acf-field-true-false .acf-input input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.acf-field-true-false .acf-input:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.acf-field-true-false .acf-input input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.acf-field-true-false .acf-input input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.acf-field-true-false .acf-input .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

button.btn.btn-default.popoverz {
    position: absolute;
    top: 20px;
    right: 20px;
}

.diagram-table button.btn.btn-default.popoverz{
    position: relative;
    top: inherit;
    right: inherit;
    display: inline-block;
    float: inherit !important;
    margin-bottom: 0 !important;
    padding: 6px 0 6px 5px !important;
    vertical-align:inherit !important;
}

.post-type-archive .diagram-table span{
    display: inline-block;
    float: inherit;
    text-align: inherit !important;
    padding: 0 0 5px 0 !important;
}

.post-type-archive .post-type-archive-store #main .content-search .results .suggested-body .bootstrap-table tbody .collapse .diagram .diagram-body{
    margin: 65px auto 100px;
}

.post-type-archive-store #main .content-search .suggested .suggested-body .bootstrap-table tbody .collapse .contact, .post-type-archive-store #main .content-search .results .suggested-body .bootstrap-table tbody .collapse .contact, .post-type-archive-business #main .content-search .suggested .suggested-body .bootstrap-table tbody .collapse .contact, .post-type-archive-business #main .content-search .results .suggested-body .bootstrap-table tbody .collapse .contact{
    padding: 75px 25px !important;
}

#enableuser{
    cursor: pointer;
}

#enableuser.fade{
    visibility: hidden;
}

#enableuser span.blue {
    color: #31a3dc;
}

.post-type-archive-store #main .content-search .suggested-body .bootstrap-table tbody .collapse .contact {
    position: relative;
}

.post-type-archive-store .contact .opened {
    position: absolute;
    z-index: 1;
    width: 330px;
    height: 168px;
    background: #ecf7fd;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    padding: 15px 20px;
    margin: 0;
    border: 1px solid #c7c7c7;
}

.post-type-archive-store #main .content-search .bootstrap-table tbody .collapse .contact .opened a.contact{
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
    background: #2485b6 !important;
    color: white;
    margin: 0;
    padding: 12px 30px !important;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
}
.post-type-archive-store #main .content-search .bootstrap-table tbody .collapse .contact .details ul{
    padding: 0;
}
.post-type-archive-store #main .content-search .bootstrap-table tbody .collapse .contact .details ul li{
    list-style: none;
    text-align: right;
}

.post-type-archive-store .contact .closed {
    position: absolute;
    z-index: 2;
    width: 330px;
    height: 168px;
    background: #ecf7fd;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    padding: 50px 20px;
    margin: 0;
    border: 1px solid #c7c7c7;
}

.page-template-page-kmr .entry-properties table .property, .post-type-archive-kmr .entry-properties table .property a:hover{
    color: #1d5a79;
}

.single-kmr .desc{
    margin-bottom: 40px;
    padding: 20px;
}

.single-kmr .desc h3{
    margin:0;
}

.kmr-template-default .desc h3 p{
    text-align: right;
    margin-bottom: 0;
}

.single-kmr table.table.table-striped p a:hover{
    color: #1d5a79;
}

.single-kmr .light-blue a:hover{
    color: white;
}

.business-template-default .white-box button, .store-template-default .white-box button{
    padding:0;
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
}

.business-template-default .white-box button:hover, .store-template-default .white-box button:hover{
    outline: none;
}

.kmr-template-default .desc a{
    text-decoration: underline;
}