/* Theme Name: BzoAgo Theme URI: https://bzotech.com/product/ago-free-wordpress-theme/ Description: BZOTech is a full-service website Agency with dedicated experience in website design & development. We serve top-notch quality, affordable rates service at its best by expert developers Author: BZOTech Author URI: https://bzotech.com/ Version: 1.0.0 Stable tag: 1.0.0 Requires at least: 4.7 Tested up to: 5.9 Requires PHP: 5.6 Text Domain: bzoago License: GNU General Public License v3 or later. License URI: https://bzotech.com/product/ago-free-wordpress-theme/ Tags: Blog, portfolio, news, custom-header, custom-logo, custom-menu, post-formats, editor-style, featured-images, footer-widgets, rtl-language-support, theme-options, threaded-comments */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } *, *::before, *::after { box-sizing: border-box; /* 3 */ } /* Sections */ body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #333333; background-color: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /*body #content{ overflow: hidden; }*/ /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1, h2, h3, h4, h5, h6 { margin-top: .5rem; margin-bottom: 1rem; font-family: inherit; font-weight: 500; line-height: 1.2; color: inherit; } h1 { font-size: 2.5rem; } h2 { font-size: 2rem; } h3 { font-size: 1.75rem; } h4 { font-size: 1.5rem; } h5 { font-size: 1.25rem; } h6 { font-size: 1rem; } p { margin-top: 0; margin-bottom: .9rem; } /* Grouping content */ /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ white-space: pre-wrap; } .wp-block-cover:not([class*=background-color]) .wp-block-cover__inner-container, .wp-block-cover:not([class*=background-color]) .wp-block-cover-image-text, .wp-block-cover:not([class*=background-color]) .wp-block-cover-text, .wp-block-cover-image:not([class*=background-color]) .wp-block-cover__inner-container, .wp-block-cover-image:not([class*=background-color]) .wp-block-cover-image-text, .wp-block-cover-image:not([class*=background-color]) .wp-block-cover-text{ color: #fff; } /* Text-level semantics */ /*a { background-color: transparent; text-decoration: none; color: #CC3366; } a:hover, a:active { color: #333366; } a:not([href]):not([tabindex]) { color: inherit; text-decoration: none; } a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus { color: inherit; text-decoration: none; } a:not([href]):not([tabindex]):focus { outline: 0; }*/ /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline dotted; /* 2 */ } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content */ /** * Remove the border on images inside links in IE 10. */ img { border-style: none; height: auto; max-width: 100%; } /* Interactive */ /* * Add the correct display in Edge, IE 10+, and Firefox. */ details { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } figcaption { font-size: 16px; color: #333333; line-height: 1.4; font-style: italic; font-weight: 400; } /* Misc */ /** * Add the correct display in IE 10+. */ template { display: none; } /** * Add the correct display in IE 10. */ [hidden] { display: none; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; } /* Print */ @media print { *, *:before, *:after { background: transparent !important; color: #000 !important; /* Black prints faster */ -webkit-box-shadow: none !important; box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; } pre { white-space: pre-wrap !important; } pre, blockquote { page-break-inside: avoid; border: 1px solid #cccccc; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } } /** * Form styling * DO NOT CHANGE THIS FILE! * To override any of the settings in this section, add your styling code in the custom directory. */ label { display: inline-block; line-height: 1; vertical-align: middle; } /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 1rem; /* 1 */ line-height: 1.5; /* 1 */ margin: 0; /* 2 */ } input[type="text"], input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="url"], select, textarea { width: 100%; border: solid 1px #666666; border-radius: 3px; padding: 0.5rem 1rem; transition: all .3s; } input[type="text"]:focus, input[type="date"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="url"]:focus, select:focus, textarea:focus { border-color: #333333; } select{ width: auto; } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * Correct the inability to style clickable types in iOS and Safari. */ button, [type="button"], [type="reset"], [type="submit"] { width: auto; -webkit-appearance: button; } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } button, [type="submit"], [type="button"] { display: inline-block; font-weight: 400; color: #CC3366; text-align: center; white-space: nowrap; user-select: none; background-color: transparent; border: 1px solid #CC3366; padding: 0.5rem 1rem; font-size: 1rem; border-radius: 3px; transition: all .3s; } button:focus, [type="submit"]:focus, [type="button"]:focus { outline: 5px auto -webkit-focus-ring-color; } button:hover, button:focus, [type="submit"]:hover, [type="submit"]:focus, [type="button"]:hover, [type="button"]:focus { color: #ffffff; background-color: #CC3366; text-decoration: none; } button:not(:disabled), [type="submit"]:not(:disabled), [type="button"]:not(:disabled) { cursor: pointer; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { vertical-align: baseline; } /** * Remove the default vertical scrollbar in IE 10+. */ textarea { overflow: auto; resize: vertical; } /** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; height: auto !important; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } select { display: block; } /** * Table styling * DO NOT CHANGE THIS FILE! * To override any of the settings in this section, add your styling code in the custom directory. */ table { background-color: transparent; width: 100%; margin-bottom: 15px; font-size: 0.9em; border-spacing: 0; border-collapse: collapse; } table th, table td { padding: 15px; line-height: 1.5; vertical-align: top; border: 1px solid #cccccc; } table th { font-weight: bold; } table thead th, table tfoot th { font-size: 1em; } table caption + thead tr:first-child th, table caption + thead tr:first-child td, table caption + thead tr:first-child th, table caption + thead tr:first-child td, table colgroup + thead tr:first-child th, table colgroup + thead tr:first-child td, table colgroup + thead tr:first-child th, table colgroup + thead tr:first-child td, table thead:first-child tr:first-child th, table thead:first-child tr:first-child td, table thead:first-child tr:first-child th, table thead:first-child tr:first-child td { border-top: 1px solid #cccccc; } table tbody > tr:nth-child(odd) > td, table tbody > tr:nth-child(odd) > th { background-color: #f7f7f7; } table tbody tr:hover > td, table tbody tr:hover > th { background-color: #e9e9e9; } table tbody + tbody { border-top: 2px solid #cccccc; } @media (max-width: 767px) { table table { font-size: 0.8em; } table table th, table table td { padding: 7px; line-height: 1.3; } table table th { font-weight: 400; } } /** * List styling * DO NOT CHANGE THIS FILE! * To override any of the settings in this section, add your styling code in the custom directory. */ dl, dt, dd, ol, ul, li { margin-top: 0; margin-bottom: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } img{ max-width: 100%; height:auto; } .sticky{ background: #FFFFFF; } .alignnone { margin: 5px 20px 20px 0; } .aligncenter, div.aligncenter { display: block; margin: 5px auto 5px auto; } .alignright { float:right; margin: 5px 0 20px 20px; } .alignleft { float: left; margin: 5px 20px 20px 0; } a img.alignright { float: right; margin: 5px 0 20px 20px; } a img.alignnone { margin: 5px 20px 20px 0; } a img.alignleft { float: left; margin: 5px 20px 20px 0; } a img.aligncenter { display: block; margin-left: auto; margin-right: auto } .wp-caption { background: #fff; max-width: 96%; /* Image does not overflow the content area */ padding: 5px 3px 10px; color: #333; } .wp-caption.alignnone { margin: 5px 20px 20px 0; } .wp-caption.alignleft { margin: 5px 20px 20px 0; } .wp-caption.alignright { margin: 5px 0 20px 20px; } .wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; } .wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; } /* Text meant only for screen readers. */ .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; } .screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ } .gallery-caption, .bypostauthor { font-style: italic; font-size: 12px; color: #757575; } /** * Gallery * ----------------------------------------------------------------------------- */ #tbay-main-content .single-post .gallery { padding-top: 30px; margin-right: -25px; } .gallery{ clear: both; float: left; width: 100%; } .gallery .gallery-item a { margin: 0; } .gallery .gallery-item { float: left; margin: 0 4px 4px 0; overflow: hidden; padding: 0; position: relative; } .gallery .gallery-item img{ width: 100%; } .gallery { padding-top: 10px; margin-bottom: 30px; margin-right: 0; } .gallery-columns-1 .gallery-item { max-width: 100%; width: 100%; } .gallery-columns-2 .gallery-item { max-width: 48%; max-width: -webkit-calc(50% - 14px); max-width: calc(50% - 14px); width: auto; } .gallery-columns-3 .gallery-item { max-width: 32%; max-width: -webkit-calc(33.3% - 11px); max-width: calc(33.3% - 11px); width: auto; } .gallery-columns-4 .gallery-item { max-width: 23%; max-width: -webkit-calc(25% - 9px); max-width: calc(25% - 9px); width: auto; } .gallery-columns-5 .gallery-item { max-width: 19%; max-width: -webkit-calc(20% - 8px); max-width: calc(20% - 8px); width: auto; } .gallery-columns-6 .gallery-item { max-width: 15%; max-width: -webkit-calc(16.7% - 7px); max-width: calc(16.7% - 7px); width: auto; } .gallery-columns-7 .gallery-item { max-width: 13%; max-width: -webkit-calc(14.28% - 7px); max-width: calc(14.28% - 7px); width: auto; } .gallery-columns-8 .gallery-item { max-width: 11%; max-width: -webkit-calc(12.5% - 6px); max-width: calc(12.5% - 6px); width: auto; } .gallery-columns-9 .gallery-item { max-width: 9%; max-width: -webkit-calc(11.1% - 6px); max-width: calc(11.1% - 6px); width: auto; } .gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n) { margin-right: 0; } .gallery .gallery-caption { background-color: rgba(0,0,0,.7); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; color: #fff; font-size: 12px; line-height: 1.5; margin: 0; max-height: 85%; opacity: 0; padding: 6px 8px; position: absolute; bottom: 0; left: 0; text-align: left; width: 100%; } .gallery .gallery-caption:before { content: ""; height: 100%; min-height: 49px; position: absolute; top: 0; left: 0; width: 100%; } .gallery-item:hover .gallery-caption { opacity: 1; } .gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption { display: none; } .gallery-columns-2 .gallery-item:nth-child(odd),.gallery-columns-3 .gallery-item:nth-child(3n+1),.gallery-columns-4 .gallery-item:nth-child(4n+1),.gallery-columns-5 .gallery-item:nth-child(5n+1),.gallery-columns-6 .gallery-item:nth-child(6n+1),.gallery-columns-7 .gallery-item:nth-child(7n+1),.gallery-columns-8 .gallery-item:nth-child(8n+1),.gallery-columns-9 .gallery-item:nth-child(9n+1) { clear: both; } div[class^=wp-block-].wp-block-cover, div[class^=wp-block-].wp-block-cover-image, figure[class^=wp-block-].wp-block-cover, figure[class^=wp-block-].wp-block-cover-image, ul[class^=wp-block-].wp-block-cover, ul[class^=wp-block-].wp-block-cover-image { margin-top: 0; margin-bottom: 30px; } .alignfull { margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); width: auto; } .post-template-default .wp-block-pullquote blockquote:not(.is-large):not(.is-style-large) { border-left: 0; padding-left: 0; background: transparent; } .wp-block-archives>li, .wp-block-categories>li { padding: 6px 0; } .wp-block-archives label{ font-size: 16px; line-height: 32px; } .tag-links a, ul.list-tags li a { margin: 0 4px 8px 0; font-size: 14px !important; width: auto; height: 29px; min-width: 25px; padding: 0 12px; line-height: 29px; background: #f5f5f5; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; color: #555; display: inline-block; } .tag-links a:hover, .tbay-body-default ,.tag-links a:focus { color: #fff; background: var(--ago-theme-color); } .post-nav-links { margin: 0; font-size: 14px; font-weight: 400; padding: 15px 0; margin: 15px 0; display: block; clear: both; } .post-nav-links .post-nav-links-title { margin-right: 5px; margin-left: 0; } .post-nav-links>span:not(.post-nav-links-title) { background: var(--ago-theme-color) none repeat scroll 0 0; border-color: var(--ago-theme-color); color: #fff; } .post-nav-links>a, .post-nav-links>span:not(.post-nav-links-title) { padding: 0 3px; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; width: 48px; height: 48px; line-height: 48px !important; display: inline-block; font-weight: 500; padding: 0 3px; text-align: center; margin-right: 5px; margin-left: 5px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; } .post-nav-links a:hover, .post-nav-links a:focus { background: var(--ago-theme-color) none repeat scroll 0 0; border-color: var(--ago-theme-color); color: #fff !important; text-decoration: none; } .form-control, form input:not([type="file"]), input#ywqa_ask_question_text { height: 48px; /*border: 0;*/ -webkit-box-shadow: none; box-shadow: none; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; } input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="text"], input[type="tel"] { line-height: normal; } .input-default, .post-password-form input[type=password], .woocommerce .input-text { border: 0 !important; line-height: normal !important; padding: 0 24px !important; margin-bottom: 22px !important; outline: 0; height: 48px; -webkit-box-shadow: none; box-shadow: none; background: #f5f5f5; color: #555; } .btn-theme, .btn-default, .product.v1 .group-add-to-cart .add-cart a, #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce-pagination a.button, .woocommerce .button.wc-backward, .widget_shopping_cart_content .group-button .buttons a, .woocommerce .widget_price_filter .price_slider_amount .button, .show-view-all a, .tbay-body-default .woocommerce-mini-cart__buttons a.button, .product-quantity-mode .product-block .add-cart a, .tbay-element-newsletter button[type="submit"], .widget-newletter button[type="submit"], .btn-view-all, .entry-single .entry-description a, .post-password-form input[type="submit"], #comments #respond .form-submit input, #reviews #respond .form-submit input, #tbay-main-content div.wpforms-container-full .wpforms-form input[type="submit"], #tbay-main-content div.wpforms-container-full .wpforms-form button[type="submit"], #tbay-main-content div.wpforms-container-full .wpforms-form .wpforms-page-button, body table.compare-list .add-to-cart td a, .woocommerce table.compare-list .add-to-cart td a:not(.unstyled_button), #tbay-quick-view-content .image-mains .details-btn-wrapper .view-details-btn, input#ywqa-submit-question, div#new-answer-header .ywqa_submit_answer, .woocommerce table.wishlist_table.shop_table .product-add-to-cart .add-cart a, .wcmp_regi_main .register .button, #report_abuse_form button.submit-report-abuse, #report-abuse table input[type="submit"], .vendor_sidebar .widget_wcmp_quick_info #respond input#submit, #wcmp-store-conatiner .wcmp-store-locator-wrap .wcmp-store-map-pagination .vendor_sort input[type="submit"], #wcmp-store-conatiner .wcmp-store-map-filter input[type="submit"], #wcfm-main-contentainer .wcfm-membership-wrapper input[type="submit"], #wcfm-main-contentainer .wcfm_form_simple_submit_wrapper .wcfm_submit_button, .wcfm_popup_wrapper .wcfm_popup_button, #wcfmmp-store #reviews .add_review button, .woocommerce form .form-row input[name="apply_for_vendor_submit"], form.wcv-form .wcv-button[type="submit"], .wcv-dashboard-navigation ~ form input[type="submit"], .dashboard .wcv-dashboard-navigation ~ form input[type="submit"], #pv_shop_description_container ~ input[name="vendor_application_submit"], form[name="export_orders"] input, form[name="export_orders"] ~ table.table .order-comments input.btn, .wcvendors-pro-dashboard-wrapper a.button, .wcvendors-pro-dashboard-wrapper .wcv-form .control-group .button, .wcvendors-pro-dashboard-wrapper input#update_button, .wcvendors-pro-dashboard-wrapper .wcv-search-form .wcv-button, .wcv-form .control-group .control>input.wcv-button:not(#clear_button), .wcv-order-header .wcv-form .control>input#clear_button, table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input[type="submit"], table.wcvendors-table-order form #tracking_number_save_button, form#wcv-store-settings input#store_save_button, .wcv_store_search form input[type="submit"], .wcv_vendor_search form input[type="submit"], #sidebar-shop>.widget.wcv.widget_store_contact input#wcv_quick_contact_send, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .products-list .product-block div.add-cart a, .tbay-offcanvas-cart .group-button p.buttons a.button, .cart-dropdown .group-button p.buttons a.button, #sticky-menu-bar #sticky-custom-add-to-cart, .mobile-btn-cart-click>*#tbay-click-addtocart, .woocommerce .yith-wfbt-submit-block .yith-wfbt-submit-button-remove, .woo-swatches-pro-btn .add-cart a, .cart_totals .wc-proceed-to-checkout a.checkout-button, .cart-bottom .continue-to-shop a, .cart-bottom .update, .woocommerce table.shop_table.account-orders-table a.view, .woocommerce table.shop_table.my_account_orders a.view, .woocommerce table.shop_table.dokan-rma-order-item-table a.view, .edit-account button[type="submit"], .woocommerce form.login p.last .button, .woocommerce form.register p.last .button, #customer_login button[type="submit"], .lost_reset_password p.form-row button[type="submit"], .lost_reset_password p.form-row button[type="submit"]:disabled, .woocommerce-order-received .order-again a, .woocommerce-form.track_order .form-row button, .woocommerce-checkout.wc-germanized .wc-gzd-order-submit button[type="submit"], .woocommerce .woocommerce-form-login-toggle .woocommerce-form-login__submit, .woocommerce form.checkout_coupon>p.form-row-last .button, .woocommerce-checkout-payment .place-order button.button.alt, #custom-login-wrapper form button[type="submit"], #custom-login-wrapper .create-account-question .create-account-button { border: 0; padding: 0 15px; font-weight: 400; line-height: 48px; font-size: 16px; background: var(--ago-theme-color); color: #fff; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; display: inline-block; letter-spacing: 0; text-align: center; cursor: pointer; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; } .post-password-form input[type="submit"] { line-height: 40px; } .post-template-default .post-password-form input[type="submit"] { height: 48px; } p.no-comments{ margin: 20px 0; } #comments article .comment-content { margin-top: 17px; font-size: 16px; line-height: 32px; } ol, ul, dl { margin-top: 0; margin-bottom: 1rem; } #comments article { padding-left: 71px; position: relative; padding-right: 0; font-size: 14px; line-height: 22px; border-top: 1px solid var(--ago-border-color); padding-top: 24px; } dt { font-weight: 700; } ol ol, ul ul, ol ul, ul ol { margin-bottom: 0; } code { font-size: 0.875em; color:var(--ago-theme-color); word-wrap: break-word; } .single-post h2{ clear: both; } .wp-caption-text { color: #767676; margin-top: 10px; font-size: 13px; font-style: italic; } .aligncenter, div.aligncenter { text-align: center; }