/*
Theme Name: Floris
Theme URI: http://floris.azelab.com
Description: Floris WordPress Theme
Author: Azelab
Author URI: azelab.com
Version: 2.2.9
Tested up to: 6.0.1
Text Domain: Floris
License: Themeforest Split License.
License URI: http://themeforest.net/licenses
Tags: custom-background, threaded-comments, custom-menu
*/
/*
 *
 * This is default style.css file that WordPress loads.
 * Its not recommended to put anything here, as this file will get overwritten when you update theme.
 * The styles for themes can be found in /assets/css/styles.css
 * If you want to just change few styles, then you can put your styles in wp-admin/theme-options/display-options.
 * If you want to do heavy modifications, please use a child theme. A blank child theme is supplied with your Themeforest download.
 *
 */

.blog-box .wp-block-quote cite,
.blog-box .wp-block-quote strong{
	text-align:right;
}
.blog-box .wp-block-quote cite{
    max-width: 100%;
    display: block;
}
.blog-box .wp-block-pullquote.is-style-solid-color{
	text-align:left;
}
.blog-box .wp-block-pullquote.is-style-solid-color blockquote p,
.blog-box .wp-block-pullquote.is-style-solid-color blockquote {
    margin-bottom: 0 !important;
}
.blog-box .wp-block-pullquote.is-style-solid-color blockquote cite {
    line-height: 3;
}
.single-box .special-style .wp-caption.aligncenter{
	margin-left:inherit;
}
.single-box .wp-block-rss,
.single-box .wp-block-latest-posts__list.wp-block-latest-posts{
	margin-left:0px;
}
.single-box form.wp-block-search{
	margin-bottom:20px;
}
.single-box .wp-block-social-links .wp-social-link{
	padding-left:0px;
}
.single-box .special-style .wp-block-social-links .wp-social-link:before{
	background: transparent;
}

.single-box .wp-block-columns.wp-block-columns-is-layout-flex{
	margin-top: 25px;
}
.single-box .wp-block-columns .wp-block-column-is-layout-flow p{
	margin:40px 0;
}
.single-box .wp-block-columns.has-pale-pink-background-color .wp-block-column-is-layout-flow p{
	margin:40px;
}
.single-box .is-stacked-on-mobile,
.single-box .wp-block-media-text__content p,
.single-box .wp-block-columns.has-pale-pink-background-color{
	margin-bottom:25px;
}
.yikes-mailchimp-form-title,
.single-box .is-stacked-on-mobile .wp-block-media-text__media img,
.single-box .wp-block-table table{
	margin-bottom:0px;
}
.single-box .wp-block-table .wp-element-caption{
	text-align:left;
}
.single-box .wp-block-group .wp-block-button{
	text-align: center;
}
.enable_border_body.customize-support .content .height-full{
	padding:0px;
}

.woocommerce .pagination-box .pages a.active{
	color:#fff;
}
body.woocommerce div.product form.cart .variations label {
    text-align: center;
}
.variations .swatchinput label.selectedswatch.wcva_single_textblock {
    line-height: 34px;
	font-size: 12px;
}
.page-template-default .height-full.template_default{
	padding-top:0px;
}