:root { --accent: #ffae00; } @keyframes spin3 { 0%, 100% { box-shadow: 10px 10px rgba(255, 174, 0, 1), -10px 10px rgba(255, 174, 0, 0.2), -10px -10px rgba(255, 174, 0, 1), 10px -10px rgba(255, 174, 0, 0.2); } 25% { box-shadow: -10px 10px rgba(255, 174, 0, 0.2), -10px -10px rgba(255, 174, 0, 1), 10px -10px rgba(255, 174, 0, 0.2), 10px 10px rgba(255, 174, 0, 1); } 50% { box-shadow: -10px -10px rgba(255, 174, 0, 1), 10px -10px rgba(255, 174, 0, 0.2), 10px 10px rgba(255, 174, 0, 1), -10px 10px rgba(255, 174, 0, 0.2); } 75% { box-shadow: 10px -10px rgba(255, 174, 0, 0.2), 10px 10px rgba(255, 174, 0, 1), -10px 10px rgba(255, 174, 0, 0.2), -10px -10px rgba(255, 174, 0, 1); } } #wpadminbar { top: 0 !important; } #c27-site-wrapper { background-color: #f4f4f4 }/*Hide Sign in button from Header*/ .header .user-area.signin-area, .header .mob-sign-in { display: none !important; } /* Hide cart from header */ .view-cart-contents { display: none !important; } /* Changing background color of all pages */ body.elementor-page #c27-site-wrapper { background: #fff; } /* Changing background color of Single listing page */ .single-listing #c27-site-wrapper { background: #fcfcfc; } /* Reducing margin of related listing Single listing page */ .similar-listings.i-section { margin-top: 0px; } #c27-site-wrapper { background: #FFF; } /* For changing placeholder font on Add Listing page */ /*.field-head .description, #submit-job-form .field > input::-webkit-input-placeholder, #submit-job-form .field > textarea::-webkit-input-placeholder { font-style: italic; font-size: 12px !important; font-weight: 400 !important; opacity: .3 !important; } #submit-job-form .field > input::-moz-placeholder, #submit-job-form .field > textarea::-moz-placeholder { font-style: italic; font-size: 12px !important; font-weight: 400 !important; opacity: .3 !important; } */ /*for removing 3rd tiles from My Account Dashboard*/ .woocommerce-MyAccount-content .my-listings-stat-box .col-md-3:nth-child(3) { display: none; } @media only screen and (min-width: 993px) { .woocommerce-MyAccount-content .my-listings-stat-box .col-md-3 { width: 33.33%; } } /*.category.archive .page-head { display: none; }*/ /*For changing opacity of placeholders all over the application*/ .form-group input::-webkit-input-placeholder { /* Chrome/Opera/Safari */ opacity: .5; } .form-group input::-moz-placeholder { /* Firefox 19+ */ opacity: .5; } .form-group input:-ms-input-placeholder { /* IE 10+ */ opacity: .5; } .form-group input:-moz-placeholder { /* Firefox 18- */ opacity: .5; } /*For changing sidebar widgets*/ .elementor-widget-sidebar .c_widget .title-style-1 h5 { font-size: 16px !important; font-weight: 500 !important; } /*For Single Post header image body.post-template-default.single.single-post .header.header-scroll.header-scroll-hide { -webkit-transform: translateY(0); transform: translateY(0); }*/ /*body.post-template-default.single.single-post .header { position: inherit; }*/ /*for showing latest reviews on top .listing-tab ul.comments-list { transform: rotate(180deg); } .listing-tab ul.comments-list > li { transform: rotate(-180deg); }*/ /* for hiding the Sign in panel on Add listing page*/ body:not(.logged-in) form.c27-submit-listing-form #form-section-auth { display: none; } /* Hide preview button on 'Add-Listing' Page*/ form .listing-form-submit-btn button[type=submit].preview-btn { display: none; } /* Make skip preview button look like preview button */ form .listing-form-submit-btn button[type=submit].skip-preview-btn { background: red !important; /* Change this with your accent color */ width: 100% !important; color: #fff !important; border-radius: 3px !important; padding: 15px !important; font-weight: 600 !important; } form .listing-form-submit-btn button[type=submit].skip-preview-btn:hover { background: blue !important; /* Change this to hover background color you like */ } /*Temporary fix for 2.4.4 theme as it was distorting layout when custom icon was used.*/ /*.outlined-list.details-list .term-icon.image-icon { margin: 0 10px 0 0!important; }*/ /* to align the preview card at cenrer*/ .lf-item-container .lf-item-info-2 { text-align: center; } .lf-item-info-2 .lf-avatar { left: 50%; transform: translateX(-50%); } /* Hide 'Therapist' Listing type from the basic serach bar*/ /*.fs-tabs .nav-tabs { display: none; }*/ /*For hiding edit icon on the profile page of the healer so that profile is not editable*/ .profile-name .edit-listing { display:none } /*Review stars color change*/ i.mi.star, i.mi.star_half{ color: #FDCC0D } /*Disabling mouse over action on Featured Card of homepage*/ div.featured-categories.transparent ul li a:hover { background: rgba(255,255,255,0.10); } div.featured-categories ul li a:hover .slc-icon { opacity: 1; padding-top: 20px; } div.featured-categories ul li a:hover .slc-info { padding-bottom: 0; } /*General Repeater label/price overlapping fix*/ div.repeater-list-view .menu-price-btn { top: 10px; width: 100px; display: flex; justify-content: center; text-align: center; } .repeater-list-view .food-menu-items .menu-content .menu-item-title { padding-right: 150px; margin-bottom: 40px; } /*Showing General Repeater Fees Title Color */ .repeater-list-view .food-menu-items .menu-content .menu-item-title { color: #000000; } /*Showing General Repeater Price tag border radius Color */ div.repeater-list-view .menu-price-btn { border-color: #ffae00; } /*Showing General Repeater block border and its Color */ div.gr-content { border: 1px solid #ffae00; } /*Showing word wrapped for terms that is not using colored style*/ ul.details-list li a span, div.listing-details .category-name { white-space: initial !important; } /*Reducing the size of single column layout tab on SLP*/ @media only screen and (min-width : 1201px) { .listing-tabs .tab-layout-full-width .container .row { width: 50%; margin: auto; } } /*Reducing the coversize height for mobile and desktop separately*/ /* mobile */ @media only screen and (max-width: 768px) { section.profile-cover-image { padding-bottom: unset !important; height: 200px; } } /* desktop */ @media only screen and (min-width: 1200px) { section.profile-cover-image { padding-bottom: unset !important; height: 400px; } } /*Hiding Quick Actions on few tabs*/ body[data-active-tab="request-a-call-back"] .qla-container, body[data-active-tab="contact"] .qla-container, body[data-active-tab="albums"] .qla-container, body[data-active-tab="fees"] .qla-container { display: none; } /*Hiding No Comments(comments count) on blog/post template card footer*/ span.elementor-post-avatar{ display:none } /**/ .c_widget .search-form .search-field, .c_widget .woocommerce-product-search .search-field { margin-bottom: 15px; } .c_widget .search-form label, .contactForm .wpcf7-form label, .wpcf7 .wpcf7-form label { margin-bottom: 0; width: 100%; } .c_widget .search-form input[type=submit] { color: #fff; border: none; background-color: var(--accent); font-size: 13px; font-weight: 600; padding: 15px 30px; -webkit-transition: all .2s ease; transition: all .2s ease; overflow: hidden; border-radius: 3px; line-height: 16px; display: block; float: left; } .c_widget .search-form input[type=submit]:hover { color: #fff; opacity: .9; } /*To open menu items on desktop header on the left side*/ @media only screen and (min-width: 1201px) { header .main-nav .i-dropdown { right: 0; left: auto; } header .main-nav li:hover>.i-dropdown { left: unset; right: 0; } header .main-nav .i-dropdown .i-dropdown { right: 215px!important; top: -15px!important; left: unset !important; } } .button-5,.button-5:visited { color: var(--accent); border: none; background: #ffae00; color: #242429; border-radius: 5px; padding: 12px 30px } /* Add more options as needed */ .wpcf7-tel { width:100%; margin-left:; } .wpcf7-select { width:90%; } .cf{ padding-top : 0px; display: flex; } .btn-NeedHelp { width:250px; } /*#country_code { margin-top:0px ; width:180px !important; border: hidden; } #country_code { border: 1px solid #ccc; border-top:none; border-left:none; border-right:none; border-radius: 0px !important; padding: 8px; margin-bottom:25px; } */ #flag_image{ border: 1px solid #ccc; border-top:none; border-left:none; border-right: none; border-radius: 0px !important; padding: 14px; } select { width:150px; padding: 14px 0; color: #242429; outline: none; font-size: 14px; border: none; border-bottom: 1.5px solid rgba(0, 0, 0, .2); } .select2-container { z-index: 9999 !important; width: 100%; } .select2-dropdown { width: auto !important; } .select2-container--default .select2-selection--single .select2-selection__arrow { position: absolute; right: 0; bottom: 17px; font-family: Material Icons; top: 10px !important; } .select2-container--default .select2-selection--single .select2-selection__rendered{ padding:0 !important; } .elementor-popup-modal .dialog-message { overflow: hidden; } .wpcf7-form input[type=submit]:focus, .wpcf7-form input[type=submit]:hover { color: #fff; background: #ffae00 !important; } .select2-container--default .select2-results__option[aria-selected=true]:after { content: "\f058"; font-family: Font Awesome\ 5 Free; position: absolute; right: 0; top: 13px; font-weight: 400; display:none; }