PATH:
home
/
letacommog
/
aacote
/
wp-content
/
themes
/
wyzi-business-finder
/
css
/
css-2
.login-reg-form .terms-and-cond input[type="checkbox"]{ vertical-align: super; margin-right: 10px; width: 15px; height: 15px; float: left; visibility: visible; position: relative; transform: none; margin-top: 10px; } .terms-and-cond p { display: inline-block; vertical-align: -webkit-baseline-middle; margin-top: 6px; } .action-btn { border: 0; font-size: 13px; height: 44px; line-height: 22px; padding: 10px 20px; text-transform: uppercase; width: auto; } .action-btn:hover { color: #fff; } .job_summary_shortcode .wyz-button, .wyz-button { border: medium none; border-radius: 50px; color: #fff; display: block; float: left; font-size: 12px; height: 36px; line-height: 36px; padding: 0 18px; text-transform: uppercase; } a.wyz-button:hover { color: #fff; } .btn-bg-blue { background-color: #4285f4; color: #fff; } .btn-bg-white { background-color: #fff; border: 1px solid #4285f4; color: #4285f4; } .bg-grey { background-color: #f1f1f1; color: #999; } .bg-dark-grey { background-color: #666; color: #fff; } .btn-hover-blue:hover { background-color: #4285f4; color: #fff; } .btn-hover-grey:hover { background-color: #f1f1f1; color: #999; } .btn-rounded { border-radius: 50px; height: 45px; padding: 10px 30px; text-transform: capitalize; } .btn-rounded.wyz-button { line-height: 26px; } .wyz-button>i.fa { padding-left: 5px; } .wyz_iframe-container iframe { width: 100%; } .selectize-dropdown .option.child { padding-left: 25px; } .wyz-input { border: 1px solid #f1f1f1; color: #999; float: left; height: 44px; line-height: 22px; margin-bottom: 20px; padding: 10px 20px; width: 100%; } .bus-filter .wyz-input:focus{ border:0; } .blogs .product.type-product { list-style: none; } .wp-picker-open+.wp-picker-input-wrap { line-height: 24px; } .wp-picker-container input[type=text].wp-color-picker { border: 1px solid #e9e9e9 !important; padding: 3px 0 !important; text-align: center; } .wp-picker-container .wyz-button { float: right !important; height: 26px !important; line-height: 18px !important; padding: 0 16px !important; } .wp-color-result { height: 26px !important; border: 1px solid #e9e9e9 !important; border-radius: 30px !important; transition: none; -webkit-transition: none; -moz-transition: none; -webkit-box-shadow: none !important; box-shadow: none !important; } .wp-color-result:after { background-color: #fff !important; border-radius: 30px !important; color: #606060 !important; font-size: 12px !important; line-height: 20px !important; right: 2px !important; top: 2px !important; } .wp-color-result-text { background: #fff !important; height: 20px; line-height: 20px !important; margin-right: 3px; font-weight: 600; padding: 0 6px !important; padding: 0 15px !important; border-radius: 30px !important; } .iris-picker-inner * { transition: none; -webkit-transition: none; -moz-transition: none; } .back-to-top { background-color: #2d343d; border: none; border-radius: 3px; bottom: 40px; position: fixed; transition: none; right: 20px; width: 45px; z-index: 999; } .back-to-top i { color: #fff; font-size: 30px; line-height: 28px; transition: none; z-index: 100020; } /** * 6. Breadcrumbs */ .breadcrumbs { padding: 10px 0 0 0; } .breadcrumb { background-color: transparent; margin: 0; padding: 0; } .breadcrumb li { display: block; float: left; font-size: 12px; position: relative; } .breadcrumb li + li { margin-left: 11px; padding-left: 16px; } .breadcrumb li + li::before { color: #606060; content: "\f105"; font-family: fontawesome; left: -4px; position: absolute; } .breadcrumb li a, .breadcrumb li span { color: #606060; display: block; font-size: 12px; text-transform: capitalize; } .wp-picker-clear, .ui-datepicker-buttonpane button, .post-password-form input[type="submit"], .open-close-days .cmb-remove-field-row button.cmb-remove-group-row, .tribe-events-event-cost form button.tribe-button, .open-close-days .cmb-row .cmb-add-row button.cmb-add-group-row { background: #4285f4 none repeat scroll 0 0; border: medium none; border-radius: 2px; color: #fff; display: block; float: left; font-size: 12px; height: 31px; line-height: 31px; margin-top: 10px; padding: 0 13px !important; text-transform: uppercase; } .cmb2-element .ui-datepicker .ui-timepicker-div dl dd select, .cmb2-element.ui-datepicker .ui-timepicker-div dl dd select { border: 1px solid #ececec; } .wyz-warning { border-left: 3px solid #ff0000; } .wyz-info { border-left: 3px solid #4285f4; } .wyz-error { border-left: 3px solid #ff0000; } .wyz-success { border-left: 3px solid #00A014; } .wyz-error, .wyz-info, .wyz-warning, .wyz-success { background-color: #f6f6f6; float: left; margin: 5px 0 25px; width: 100%; } .wyz-error p, .wyz-info p, .wyz-success p, .wyz-warning p { color: #6b6b6b; font-family: Montserrat; margin: 0 .5em; padding: 5px; } /** * Loading Icon */ .loading-spinner { margin: 0 auto; width: 40px; height: 40px; position: relative; text-align: center; -webkit-animation: sk-rotate 2.0s infinite linear; animation: sk-rotate 2.0s infinite linear; } .loading-spinner .dot1, .loading-spinner .dot2 { width: 60%; height: 60%; display: inline-block; position: absolute; top: 0; border-radius: 100%; -webkit-animation: sk-bounce 2.0s infinite ease-in-out; animation: sk-bounce 2.0s infinite ease-in-out; } .loading-spinner .dot2 { top: auto; bottom: 0; -webkit-animation-delay: -1.0s; animation-delay: -1.0s; } @-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }} @keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }} @-webkit-keyframes sk-bounce { 0%, 100% { -webkit-transform: scale(0.0) } 50% { -webkit-transform: scale(1.0) } } @keyframes sk-bounce { 0%, 100% { transform: scale(0.0); -webkit-transform: scale(0.0); } 50% { transform: scale(1.0); -webkit-transform: scale(1.0); } } /* * Business rate form */ /*.ratings > div{ margin-top: 20px; display: inline-block; padding: 5px 20px; background-color: #f1f6fb; color: #707070; border-radius: 30px; }*/ .ratings > span{ display: inline-block; font-family: 'Montserrat'; margin: 0; padding: 0; } .ratings .fa-star{ display: inline-block !important; margin-right: 5px; } label.star, .star-checked { color: #fff; } .star-checked{ color: #ffcc02; } .rating-data .star-unchecked{ color: #373737; } span.stars { width: 270px; display: inline-block; } input.star { display: none; } .rating-data label.star { padding: 0 2px; display: inline-block; font-size: 15px; margin: 0; color: #444; float: right; transition: all .2s; } input.star:checked ~ label.star:before { content: '\f005'; transition: all .25s; } input.star-5:checked ~ label.star:before { color: #FE7; text-shadow: 0 0 5px #952; } input.star-1:checked ~ label.star:before { color: #F62; } label.star:before { content: '\f005'; font-family: FontAwesome; } #bus-rate-form>span{ margin-left: 3px; margin-top: 0; } #bus-rate{ font-weight: 600; margin-left: 8px; float: right; } /** * Form Input */ .input-box { float: left; margin-bottom: 28px; text-align: left; padding-left: 15px; padding-right: 15px; width: 100%; } .location-search .input-box { margin-bottom: 0; } .input-box:last-child { margin-bottom: 0; } .input-two, .input-three { clear: both; overflow: hidden; } .input-two .input-box { display: block; margin: 0; width: 50%; } .input-box textarea, .input-box select{ background: #fff none repeat scroll 0 0; border: 1px solid #ccc; border-radius: 2px; color: #aaa; font-size: 12px; font-weight: 400; height: 32px; margin-top: 5px; padding: 5px 10px; text-align: left; width: 100%; } .input-box textarea { border-width: 0; border-bottom-width: 1px; padding: 20px 22px; resize: none; width: 100%; height: 200px; } input[type="radio"] { height: initial !important; padding: initial; text-align: initial; width: initial !important; } .input-box .radio-label { clear: left; float: left; } .input-box input[type="radio"] { float: left; margin-left: 10px; margin-top: 5px;; } /** * 11.5. Pricing Tables */ #pmpro_levels .entry { border-color: #cecece; border-radius: 0; } #pmpro_levels .entry-header { background-color: #e4ecf3; border-color: #ebebeb; border-radius: 0; padding: 15px; } #pmpro_levels .entry-header h2 { font-size: 20px; } #pmpro_levels .btn-square { margin-bottom: 24px; margin-top: 0; } #pmpro_levels .fit-footer-bottom { position: initial; } #subscription .pmpro_level { /*border-bottom: 2px solid #ebebeb;*/ padding: 0 5px; margin-bottom: 10px; } #subscription .entry.post { border: 1px solid #ebebeb; } #subscription .entry-header{ background-color: initial; border-color: initial; padding: initial; } #subscription .entry-header h2{ border-bottom: 2px solid #ebebeb; padding-bottom: 10px; } #subscription .entry-content{ display: none; } #subscription .pmpro_btn.pmpro_btn-select { background-color: #4285f4; color: #fff; border: none; border-radius: 0; margin-top: 20px; } .pmpro_btn, .pmpro_btn:link, .pmpro_content_message a, .pmpro_content_message a:link, .pmpro_btn .pmpro_btn-submit-checkout { border: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; color: #fff; } form.pmpro_form div { clear: none; } form.pmpro_form .input, form.pmpro_form textarea, form.pmpro_form select { border-color: #ebebeb; } form.pmpro_form label { text-align: left; padding-left: 50px; } form.pmpro_form .input, form.pmpro_form textarea, form.pmpro_form select { background: #fff none repeat scroll 0 0; border: 1px solid #e2ebf1; border-radius: 5px; color: #606060; font-size: 12px; font-weight: 400; height: 37px; padding: 5px 22px; text-align: left; width: 100%; } .pmpro_btn:hover{color: #fff;} .pmpro_checkout{clear: both;} form.pmpro_form hr{ clear: both; } form.pmpro_form #ExpirationMonth, form.pmpro_form #ExpirationYear { width: 30% } form.pmpro_form .pmpro_checkout-fields div { width: 50%; float: left; } .delete-link { color: #b4b4b4; padding: 0 13px !important; text-transform: uppercase; font-size: 12px; height: 31px; line-height: 31px; margin-top: 10px; } .owl-carousel .owl-item { -webkit-backface-visibility: visible; } .sidebar-widget-area .vc_column_container>.vc_column-inner, .sidebar-widget-area .bus-filters-cont form { padding: 0; } .sidebar-widget-area .selectator_element .selectator_options { margin-left: 0 !important; } /*map loading icon*/ .map-cssload-container{ position:relative; } .cssload-whirlpool, .cssload-whirlpool::before, .cssload-whirlpool::after { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(255,255,255,0.94); border-left-color: rgb(0,174,255); border-radius: 949px; -o-border-radius: 949px; -ms-border-radius: 949px; -webkit-border-radius: 949px; -moz-border-radius: 949px; } .cssload-whirlpool { margin: -24px 0 0 -24px; height: 47px; width: 47px; animation: cssload-rotate 1150ms linear infinite; -o-animation: cssload-rotate 1150ms linear infinite; -ms-animation: cssload-rotate 1150ms linear infinite; -webkit-animation: cssload-rotate 1150ms linear infinite; -moz-animation: cssload-rotate 1150ms linear infinite; } .cssload-whirlpool::before { content: ""; margin: -22px 0 0 -22px; height: 42px; width: 42px; animation: cssload-rotate 1150ms linear infinite; -o-animation: cssload-rotate 1150ms linear infinite; -ms-animation: cssload-rotate 1150ms linear infinite; -webkit-animation: cssload-rotate 1150ms linear infinite; -moz-animation: cssload-rotate 1150ms linear infinite; } .cssload-whirlpool::after { content: ""; margin: -28px 0 0 -28px; height: 53px; width: 53px; animation: cssload-rotate 2300ms linear infinite; -o-animation: cssload-rotate 2300ms linear infinite; -ms-animation: cssload-rotate 2300ms linear infinite; -webkit-animation: cssload-rotate 2300ms linear infinite; -moz-animation: cssload-rotate 2300ms linear infinite; } @keyframes cssload-rotate { 100% { transform: rotate(360deg); } } @-o-keyframes cssload-rotate { 100% { -o-transform: rotate(360deg); } } @-ms-keyframes cssload-rotate { 100% { -ms-transform: rotate(360deg); } } @-webkit-keyframes cssload-rotate { 100% { -webkit-transform: rotate(360deg); } } @-moz-keyframes cssload-rotate { 100% { -moz-transform: rotate(360deg); } } .wyzi-hidden{display:none;}
[+]
..
[-] default.min.css
[edit]
[-] rtl.css
[edit]
[-] default.css
[edit]
[-] responsive.min.css
[edit]
[-] wp-default.css
[edit]
[-] wp-default.min.css
[edit]
[-] responsive.css
[edit]