/*
Theme Name: Webique
Theme URI: https://www.nayrathemes.com/webique-free/
Author: Nayra Themes
Author URI: https://www.nayrathemes.com/
Description: A powerful next generation theme for upcoming generations and traditional UI that focuses on the color combinations of solid and gradient colors, along with cool animations and attractive features. It’s perfect for any type of business. View the demo of Webique Pro https://www.nayrathemes.com/demo/pro/?theme=webique
Version: 6.1-wise-boyler-overwrite-unlocked-1.2
Tested up to: 6.9
Requires PHP: 5.6
Requires at least: 4.7
License: GPLv3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: webique
Slug: webique
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu,  custom-logo, featured-image-header, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce, portfolio, editor-style, grid-layout, rtl-language-support

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

.wp-block-page-list p a {
	padding: 1rem;
}

.wp-block-post-author img {
    border-radius: 100%;
}

a.wp-block-button__link:focus {
	color: #fff;
	text-decoration: none;
}

.post.grid-view-news-area ul.wp-block-rss {
	list-style: disc;
}

.post .wp-block-archives li {
	padding-bottom: 0.625rem;
}

.widget .wp-block-embed .wp-element-caption a {
	color: inherit;
}

.sidebar .widget .textwidget a span{
	color: inherit;
}

.wp-block-file .wp-block-file__button {
   text-decoration: none;
   border: none;
}

select:focus,
.form-control:focus {
	border-color: rgb(39, 119, 181);
	box-shadow: 0 0 5px rgba(39, 119, 181, 1);
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
	z-index: 0;
}

.sidebar .widget .wp-block-group .wp-block-embed {
	margin: 0;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
 text-decoration: none !important;
}

.footer-sidebar .widget .wp-block-group .wp-block-verse {
 	    background: #202020;
 	    color: #cccccc;
}

.widget .wp-block-quote {
	color: inherit;
}

.sidebar .widget .wp-block-group .wp-block-preformatted a {
	text-decoration: underline;
}

.entry-content ul.wp-block-post-template li.wp-block-post:hover {
	box-shadow: none;
}

.wp-block-image .alignleft figcaption {   
	text-align: left; 
}

.wp-block-button.is-style-outline a.wp-block-button__link {
    color: inherit;
}

.wp-block-button.is-style-outline a.wp-block-button__link {
 	border-color: inherit;
}

.wp-block-button.is-style-outline a.wp-block-button__link {
 	background: transparent
}

.wp-block-group .wp-block-details p {
	margin-top: 1rem;
	padding-top: 1rem;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    text-decoration: none;
}

.wp-block-file a {
	text-decoration: none;
}

.wp-block-latest-comments.has-background {
	padding: 1rem;
}

.sidebar .widget .wp-block-accordion-heading .wp-block-accordion-heading__toggle:focus {
        border: 0px solid transparent;
        background-color: transparent;
        color: #333333;
}

.sidebar .widget .wp-block-file .wp-block-file__button {
	background-color: #ec1c24;
}

.footer-sidebar .widget .wp-block-media-text .wp-block-media-text__content a {
	color: #2777b5;
}

a.wp-block-latest-posts__post-title:hover,
a.wp-block-latest-posts__post-title:focus {
 	        color: inherit;
}

/* WISE Boyler branding overrides - keep original theme slug/folder for overwrite updates */
.logo .custom-logo-link,
.logo .wise-boyler-logo {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.logo .custom-logo-link img,
.logo .wise-boyler-logo img,
.mobile-logo img {
    max-width: 220px;
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 767px) {
    .logo .custom-logo-link img,
    .logo .wise-boyler-logo img,
    .mobile-logo img {
        max-width: 165px;
    }
}


/* WISE Boyler: remove upgrade/pro upsells and keep included customizer controls editable */
#customize-controls #accordion-section-upgrade_premium,
#customize-controls .up-to-pro,
#customize-controls .premium_info,
#customize-controls [class*="upgrade_section"],
#customize-controls [class*="_upgrade_section"],
#customize-controls [class*="upgrade-to-pro"],
#customize-controls [class*="customizer_"][class*="upgrade"],
#customize-controls [id*="upgrade_to_pro"],
#customize-controls [id*="upgrade_premium"],
#customize-controls [data-control-id*="upgrade_to_pro"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}
#customize-controls .wise-customizer-unlocked,
#customize-controls input.wise-customizer-unlocked,
#customize-controls select.wise-customizer-unlocked,
#customize-controls textarea.wise-customizer-unlocked,
#customize-controls button.wise-customizer-unlocked,
#customize-controls .wp-color-result.wise-customizer-unlocked,
#customize-controls .icons-selector.wise-customizer-unlocked {
    pointer-events: auto !important;
    opacity: 1 !important;
    cursor: auto !important;
    background-color: inherit;
}
