<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme Name: windermere-way
Theme URI: https://www.windermere-way.co.uk/
Author: V
Author URI: https://www.windermere-way.co.uk/
Description: Description
Version: 1.0.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: windermere-way
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Fjalla One', sans-serif;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-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;
}

/**
 * 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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

/* 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;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li &gt; ul,
li &gt; ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
	max-width: 336px;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover &gt; ul,
.main-navigation ul ul li.focus &gt; ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover &gt; ul,
.main-navigation ul li.focus &gt; ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .container {
        width:750px
    }
}

@media (min-width: 992px) {
    .container {
        width:970px
    }
	
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}


.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float:left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float:left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 22%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float:left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}


.back-to-top {
    color: #fff !important;
}

.inner-title.hover-reveal .social-icons a,.inner-title.hover-reveal .social-icons a i {
    color: #fff;
}

.counter {
    margin-bottom: 24px;
    margin-top: 0;
    padding: 0;
    font-weight: 300;
    color: #265bb3;
    font-size: 56px;
    line-height: 64px;
    text-align: center;
    display: block;
}

.image-bg .counter,.bg-dark .counter {
    color: #fff;
}


.present-wrapper {
    position: relative;
    display: inline-block;
}

.present-button {
    position: relative;
    display: inline-block;
    margin-left: auto;
    padding: 16px 16px;
    background-color: #5FB1FC;
    border: none;
    border-radius: 10%;
    cursor: pointer;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    animation: breathe 1.5s infinite;
}

.present-button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 10%;
    background-color: #265bb3;
    animation: pulse 1.5s infinite;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.present-button img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.present-container {
    position: absolute;
    top: 60px;
    right: 16px;
    width: 300px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #265bb3;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 1000;
    color: black;
}

.present-container img {
    width: 90%;
    border-radius: 10px;
    margin-bottom: 10px;
    background-color: black;
    object-fit: cover;
}

.play-now-btn {
    background-color: #265bb3;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 14px;
    width: 60%;
    text-align: center;
}

.popup-title{
    font-size: 24px!important;
}
.cat-img-text{
    display: flex;
    align-items: center;
	justify-content: space-between;
}

.popup-image-container {
	margin-right: 25px;
}

.play-now-btn-cat {
    background-color: white;
    color: #5FB1FC;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
    width: 15%;
    text-align: center;
	border: 1px solid #5FB1FC
}

.play-now-btn-cat:hover {
    background-color: #5FB1FC;
	color: #fff;
	border: 1px solid #fff
}

.popup-container {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    background-color: #5FB1FC;
    box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1);
    transition: bottom 0.3s ease-in-out;
    z-index: 1000;
    padding: 15px;
}

.popup-content {
    display: flex;
    align-items: center;
    gap: 48px;
    justify-content: space-between;
}

.popup-image {
    object-fit: cover;
    border-radius: 5px;
	background: #435763;
	width: 140px;
}

.popup-text {
    text-align: left;
    text-transform: uppercase !important;

}

.popup-text p {
    margin: 5px 0 0;
	font-weight: 700;
    color: white;
}

.popup-close {
    background: none;
    border: none;
    font-size: 30px;
    color: white;
    cursor: pointer;
    padding: 0;
    margin: 0;
    line-height: 1;
}

.popup-close:hover {
    color: black;
}

.popup-container.show {
    bottom: 0;
}

@media (max-width: 780px) {

.wp-block-image .alignright {
	float: none;
	text-align: center;
}
	
}

@media (max-width: 768px) {
	.popup-container{
		padding-left: 0px;
	}
	.popup-content {
		flex-direction: column;
		gap: 16px;
		align-items: center;
		text-align: center;
	}

	.popup-image-container {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.popup-text {
		text-align: center;
	}

	.popup-close {
		position: absolute;
		top: 0px;
		right: 15px;
		color: white;
	}

	.play-now-btn-cat {
		width: 100%;
		padding: 12px;
		font-size: 18px;
	}

	.rating-stars-container {
		margin-left: 0;
	}

	.popup-image {
		width: 140px;
		height: auto;
	}
	.popup-text p{
		font-size: 15px!important;
	}
	p.popup-title{
		font-size: 18px!important;
	}
}

.play-button {
  width: 100%;
  justify-content: center!important;
}

.play-now-btn {
  width: 80%;
}

.button-container {
  flex-direction: column;
}

.promo-block {
  flex-direction: column;
}

.promo-description {
  margin-top: 16px !important;
}


.promo-title{
	margin-top: 12px!important;
}

}
p{font-size: 16px!important}
li{font-size: 15px!important}

.rating {
	display: flex;
	flex-direction: column;
}

.rating-number {
  font-size: 16px;
  font-weight: bold;
}

.brand-rating span {
	display: block;
}

.brand-rating span:first-child {
	margin-bottom: 5px
}

.rating-stars {
  color: #ffbf00!important;
  font-size: 18px;
}

.play-button {
  flex-basis: 25%;
  display: flex;
  justify-content: end;
  align-items: center;
}

.play-now-btn:hover {
  background-color: #633347;
}

.promo-block {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  border: 1px solid #265bb3;
  border-radius: 10px;
  background-color: #f9f9f9;
  align-items: center;
  margin-bottom: 24px;
}

.promo-logo-details {
  flex-basis: 25%;
  text-align: center;
}

.promo-title {
  font-size: 20px;
  margin: 0 0 10px;
  font-weight: bold;
}

.promo-logo-img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  background-color: black;
  height: 160px;
  width: 210px;
  object-fit: contain;

}

.promo-description-block {
  flex-basis: 75%;
  padding-left: 20px;
}

.promo-description {
  font-size: 16px;
  margin-top: 0;
  line-height: 1.6;
}

.faq-section {
  padding: 20px;
  border: 1px solid #265bb3;
  border-radius: 10px;
  background-color: #f9f9f9;
  margin-top: 20px;
}

.faq-title {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
	color: #265bb3
}

.faq-item {
  margin-bottom: 20px;
}

.faq-question {
  	font-size: 18px;
  	font-weight: bold;
  	margin-bottom: 10px;
	color: #000;
}

.faq-link {
  color: #84435e;
  text-decoration: none;
  border-bottom: 2px dotted #84435e;
}

.faq-link:hover {
  text-decoration: underline;
}

.faq-answer {
  font-size: 16px;
  line-height: 1.6;
}

.faq-divider {
  border: none;
  border-top: 2px solid #84435e;
  margin: 20px 0;
  width: 100%;
}

.new-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.new-table th, .new-table td {
  padding: 15px;
  border: 1px solid #ddd;
  text-align: left;
}

.new-table th {
  background-color: #000000;
  font-weight: bold;
  color:white;
  font-size:20px;
}

.new-table tbody tr:nth-child(even) {
  background-color: #84435e15;
}

.button-container {
    display: flex;
    justify-content: center;
}

.button-container a {
    text-decoration: none;
    padding: 10px 20px;
    margin: 5px;
    color: white;
    background-color: #84435e;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
}

.button-container a:hover {
    background-color: #633347;
}

.banner {
    margin-top: 20px;
}

.banner img {
    width: 100%;
    height: auto;
    display: block;
}

.author-links a {
	color: #265bb3 !important;
}

.author-links a:hover{
	color:#633347!important;
}
.present-button {
    position: relative;
	top: -1px;
    display: inline-block;
    margin-left: auto;
    padding: 16px 16px;
    background-color: #5FB1FC;
    border: none;
    border-radius: 10%;
    cursor: pointer;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
	animation: breathe 1.5s infinite;
	line-height: 1;
}

.present-button img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.present-button:hover {
    transform: scale(1.2);
}

.present-button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 10%;
    background-color: #33abc07d;
    animation: pulse 1.5s infinite;
    transform: translate(-50%, -50%);
    z-index: -1;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}
@keyframes breathe {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.present-container {
    position: absolute;
	text-align: center;
    top: 60px;
    right: 16px;
    width: 300px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #5FB1FC;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 1000;
	color:black;
}
.present-container img{
	width: 90%;
    border-radius: 10px;
    margin-bottom: 10px;
	background-color: black;
	object-fit: cover;
}

.present-wrapper{
	position: relative;
    display: inline-block;
	float: right;
}
.present-wrapper-mobile{
	display: none;
}

.scroll-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
	padding: 13px;
    background-color: #5FB1FC;
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.scroll-to-top:hover {
    background-color: #067ce8;
    transform: translateY(-3px);
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
}

.toc-block {
    margin: 30px 0;
    border: 1px solid #5FB1FC;
	background: #fff;
    border-radius: 10px;
    margin-bottom: 46px;
    padding: 32px;
}

.toc-block__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.toc-block__title span {
    font-weight: bold;
	color: #5FB1FC;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.toc-block__title button {
	border: none;
    font-size: 16px;
    margin-right: 10px;
	margin-left: 10px;
    padding: 0 32px 0 0;
    text-transform: uppercase;
    transition: all .25s ease;
    background-color: inherit;
    cursor: pointer;
	color: #5FB1FC;
	background: url(./inc/img/arrow-blue2-down-yellow.svg) no-repeat 100%;
    background-size: contain;
}

.toc-block__title button:hover, .-toggle .toc-block__title button {
	background: url(./inc/img/arrow-blue3-yellow.svg) no-repeat 100%;
}

.toc-block__list {
    transition: all 0.3s ease;
	margin-top: 25px;
}

.toc-block__list ul {
    list-style: none;
    padding: 0;
    margin: 0;
	grid-column-gap: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.toc-block__list li {
	position: relative;
    margin: 0;
	margin-bottom: 14px;
	padding-left: 30px;
}

.toc-block__list li:before {
	display: inline-block;
    background: #84435e;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 20px;
	background: url(./inc/img/toc-icon-blue3.svg) no-repeat 50% !important;
    background-size: contain;
	
}

.toc-block__list a {
    color: #333;
    text-decoration: none;
}

.toc-block__list a:hover {
    color: #265bb3;
}

 .brands-section {
	margin: 40px 0;
}
        
.brands-heading {
	margin-bottom: 30px;
}
        
.brands-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
        
.brand-item {
	border: 1px solid #5FB1FC;
    border-radius: 10px;
    padding: 8px;
    display: flex;
    align-items: center;
}
        
.brand-number {
	background-color: #5FB1FC;
    color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin-right: 10px;

}
        
.brand-image {
    max-width: 100%;
    border-radius: 8px;
    background-color: #435763;
    width: 160px!important;
    object-fit: contain;
}
        
.brand-image img {

}
        
.brand-content {
    flex-basis: 35%;
    padding-left: 15px;
    text-align: center;
}

.brands-single .brand-content{
	flex-basis: 20%;
}

.brand-description {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	line-height: 22px;
}
        
.brand-content .block-title {
    margin: 0 0 3px;
	font-size: 18px;
    font-weight: bold;
}

.brand-rating {
	flex-basis: 15%;
    padding: 4px;
    border-radius: 8px;
    text-align: center;
    margin-left: 15px;
	margin-right: 30px;
	background: #435763;
	color: #fff;
}

        
.brand-action {
 	flex-basis: 20%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.review-button {
	width: 50%;
	text-decoration: underline;
    color: #345aad;
    font-size: 14px;
}
        
.play-now-btn {
	width: 65%;
	display: inline-block;
	padding: 15px 25px;
    background: #5FB1FC;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s ease;
	border: none;
	border: 1px solid #5FB1FC
}
        
.play-now-btn:hover {
	color: #5FB1FC;
	background: #fff;
}

.brands-section .brand-item {
	padding: 30px;
}

.brands-section .brands-heading {
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-indent: 1%;
    font-size: 2.4em;
    padding-bottom: .15em;
    margin: 1.25em 0 .75em;
    border-bottom: 5px solid #dcdcdc;
    color: #333;
}

.brands-section .brand-features {
	text-align: left;
	margin-right: 25px;
}

.brands-section .brand-features ul li {
	position: relative;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    list-style: none;
	padding-left: 16px;
	margin-bottom: 8px;
}

.brands-section .brand-features ul li:before {
    background: url(./inc/img/li-green-icon.svg) no-repeat 50%;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 16px;
    margin-right: 8px;
    position: relative;
    top: 2px;
    width: 16px;
}

.faq-item {
    text-align: left;
}

.author-links {
	display: flex; 
	align-items: center; 
	margin-top: 28px;
}

.author-links img {
	width: 150px; 
	height: 150px; 
	border-radius: 50%; 
	margin-right: 20px;
}

.author-links p {
	text-align: left;
	font-size: 16px
}

.author-links a {
	text-decoration: none;
}

.author-links .author-title {
	display: block;
	margin-bottom: 5px
}

.author-links a.author-social-link {
	display: block;
	font-style: normal;
    font-weight: 600;
	margin-bottom: 5px;
}

.author-links a.author-social-link:hover {
	text-decoration: underline;
}

.search-page-block {
	width: 100%;
    margin: 0px auto;
    height: 48vh;
    margin-top: 60px;
}

.search-page-block form {
	display: flex;
    width: 100%;
	align-items: center;
    justify-content: center;
}

.search-page-block #sitesearch {
	font-size: 16px;
    margin-right: 15px;
    padding: 20px 15px;
    width: 75%;
}


.search-page-block #sitesearchbtn {
	max-width: 150px;
    width: 100%;
    font-size: 16px;
    color: #fff;
    background: #84435e;
    border-color: #84435e;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid;
}

.author-section {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 60px;
    margin-top: 30px;
}

.author-photo {
    flex: 0 0 300px;
}

.author-photo img {
    width: 100%;
	max-width: 300px;
    border-radius: 8px;
    object-fit: cover;
}

.social-links {
    margin-top: 10px;
    text-align: center;
}

.social-links a {
    display: inline-block;
    margin-right: 10px;
    text-decoration: none;
    color: #345aad;
    font-size: 16px;
}

.social-links a:hover {
	text-decoration: underline
}

.not-found.search-page-block {
	text-align: center;
}

.not-found.search-page-block form .field {
	font-size: 16px;
    margin-right: 15px;
    padding: 20px 15px;
    width: 75%;
}

.not-found.search-page-block form .submit {
	max-width: 150px;
    width: 100%;
    font-size: 16px;
    color: #fff;
    background: #84435e;
    border-color: #84435e;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid;
}

.not-found .entry-content p {
	text-align: center;
}

.pagination {
    text-align: center;
    padding: 30px 0;
    clear: both;
    margin: 0 auto;
    width: 100%;
}

.pagination ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination ul li {
    display: inline-block;
    margin: 0 5px;
}

.pagination ul li a,
.pagination ul li span {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #333;
}

.pagination ul li span.current {
    background-color: #753C54;
    color: white;
    border-color: #753C54;
}

.pagination ul li a:hover {
    background-color: #f5f5f5;
}

.pagination .prev,
.pagination .next {
    padding: 5px 15px;
}

.promo-block {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #f9f9f9;
  align-items: center;
  margin-bottom: 24px;
}

.promo-logo-details {
  flex-basis: 25%;
  text-align: center;
}

.promo-title {
  font-size: 20px;
  margin: 0 0 10px;
  font-weight: bold;
}

.promo-logo-img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  background-color: black;
  height: 160px;
  width: 210px;
  object-fit: contain;

}

.promo-description-block {
  flex-basis: 75%;
  padding-left: 20px;
}

.promo-description {
  font-size: 16px;
  margin-top: 0;
  line-height: 1.6;
}

@media (max-width: 768px) {
	.brand-item {
		flex-direction: column;
		text-align: center;
       }
            
	.brand-number,
	.brand-image,
	.brand-content {
         margin: 0 0 15px;
		padding: 0;
       }
	.brand-rating {
		padding: 15px;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	
}

.faq-block {
	margin-top: 32px;
    margin-bottom: 32px;
}
    
.faq-block .faq-item {
    background: #fdfdfd;
    border: 1px solid #5FB1FC;
    border-radius: .5rem;
    padding: 1.25rem 1rem
}

.faq-block .faq-item:not(:last-child) {
    margin-bottom: 25px
}

.author-block {
    grid-gap: 20px;
    background: #f9f9f9;
    border: 1px solid #5FB1FC;
    border-radius: .5rem;
    display: grid;
    grid-template-columns: max-content 1fr;
    margin-top: 35px;
    margin-bottom: 35px;
    padding: 1.25rem 1rem
}

.author-block .author-block__photo {
    display: inline-block
}

.author-block .author-block__photo img {
    border-radius: 50%;
    height: 140px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 140px
}

.author-block .author-block__title {
    border-bottom: 1px solid #345ab4;
    font-weight: 700;
    margin-bottom: 16px
}

.author-block .author-block__name {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 8px
}


.author-block .author-block__name a:hover {
    opacity: .86
}

.author-block .author-block__desc {

    margin-bottom: 16px;
    opacity: .8
}

.author-block .author-block__socials {
    display: flex;
    gap: 14px
}

.author-block .author-block__socials .author-block__socials__link {
    background: #265bb3;
    border-radius: 50%;
    display: inline-flex;
    height: 32px;
    place-content: center;
    place-items: center;
    width: 32px
}

.author-block .author-block__socials .author-block__socials__link:hover {
    opacity: .86
}

.author-block .author-block__socials .author-block__socials__link i {
    display: inline-block;
    height: 18px;
    width: 18px;
}

.author-block .author-block__socials .author-block__socials__link i.icon-fb {
    background: url(./inc/img/soc-icon-fb.svg) no-repeat 50%;
    background-size: contain
}

.author-block .author-block__socials .author-block__socials__link i.icon-tw {
    background: url(./inc/img/soc-icon-tw.svg) no-repeat 50%;
    background-size: 16px
}

.author-block .author-block__socials .author-block__socials__link i.icon-ln {
    background: url(./inc/img/soc-icon-ln.svg) no-repeat 50%;
    background-size: contain
}


.author-page-block {
    margin-bottom: 32px
}

@media (min-width: 768px) {
    .author-page-block {
        grid-gap:20px;
        display: grid;
        grid-template-columns: max-content 1fr
    }
	
	.post-list {
		grid-gap: 20px;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
	
}

.author-page-block .author-page-block__photo {
    display: inline-block
}

@media (max-width: 768px) {
    .author-page-block .author-page-block__photo {
        margin-bottom:20px
    }
	
	.author-page-block .author-page-block__photo img {
        height:160px;
        width: 160px
    }
	
	.post-list .post-list-item {
		margin-bottom: 25px
	}
	
	.author-section {
		flex-direction: column
	}
	
	
}

.post-list .post-list-item {
    border: 1px solid #81c0e3;
    border-radius: .5rem;
    padding: 2rem 1rem;
}

.post-list .post-list-item img {
	border-radius: 5px
}

.post-list .post-list-item a {
	display: block;
	text-decoration: none;
}

.post-list .post-list-item .inline-block {
	font-size: 18px;
	font-weight: 700;
}

a.read-more  {
	display: inline-block;
    padding: 15px 25px;
    background: #5FB1FC;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    transition: background-color 0.3s;
}

.description {
	margin-bottom: 25px
}

.pagination {
    margin: 30px 0;
    text-align: center;
}

.pagination ul.page-numbers {
	border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 5px;
}

.pagination ul:hover {
	background: none;
}

.pagination ul.page-numbers li {
    margin: 0;
    padding: 0;
}

.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #5FB1FC;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.pagination .page-numbers a:hover {
    background: #f5f5f5;
    color: #5FB1FC;
    border-color: #5FB1FC;
}

.pagination .page-numbers.current {
    background: #5FB1FC;
    color: #fff;
    border-color: #5FB1FC;
}

.pagination .next.page-numbers,
.pagination .prev.page-numbers {
    padding: 5px 15px;
}


@media (max-width: 480px) {
    .pagination .page-numbers {
        min-width: 35px;
        height: 35px;
        padding: 5px;
        font-size: 14px;
    }

    .pagination .next.page-numbers,
    .pagination .prev.page-numbers {
        padding: 5px 10px;
    }
}

.author-page-block .author-page-block__photo img {
    border-radius: .5rem;
    height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 280px
}


.author-page-block .author-page-block__name {
    color: #743c54;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 8px
}

.author-page-block .author-page-block__desc {
    margin-bottom: 16px;
    opacity: .8
}

.author-page-block .post-entry a {
    color: #743c54
}

.author-page-block .post-entry a:hover {
    opacity: .86
}

.author-page-block .author-page-block__socials {
    display: flex;
    gap: 14px
}

.author-page-block .author-page-block__socials .author-page-block__socials__link {
    background: #f6f1f3;
    border-radius: 50%;
    display: inline-flex;
    height: 32px;
    place-content: center;
    place-items: center;
    width: 32px
}

.author-page-block .author-page-block__socials .author-page-block__socials__link:hover {
    opacity: .86
}

.author-page-block .author-page-block__socials .author-page-block__socials__link i {
    display: inline-block;
    height: 18px;
    width: 18px
}

img {
	max-width: 100%;
	height: auto;
}

.post-image-block {
	text-align: center
}

.social_icons .social_icons_item.google-play img {
	max-width: 120px;
	width: 100%;
}

.social_icons .social_icons_item img {
	width: 49px;
	height: 78px;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
    margin-bottom: 25px;
}

.logo a img {
	max-width: 150px;
}

.mimp-logo a img {
	max-width: 250px;
}

.nav li a {
	padding: 25.5px 18px;
}

#page-header {
	margin-top: 25px;
}

#page-header h1 {
	font-size: 26px;
}

.breadcrambs {
	margin-bottom: 25px;
}

.post-image-block, .date {
	margin-bottom: 25px
}

.wp-block-image {
	margin-bottom: 25px;
}

.author.breadcrambs {
	margin-top: 25px;
}

/* Header Base Styles */
.prom-site-header {
    position: relative;
    background: rgba(89, 89, 89, 1) url(/wp-content/uploads/2025/02/Windermere.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 0;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
	color: #fff;
}

#inner_banner {
    position: relative;
    display: table;
    width: 100%;
}

#inner_banner {
    height: 400px;
}

#banner_content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

h2#slogan {
    display: block;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 56px;
    letter-spacing: 0px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
    line-height: 1.1;
}

@media (min-width: 62em) {
    h2#slogan {
        font-size: 56px;
    }
}

.site-branding {
    font-size: 28px;
    display: inline;
    position: relative;
    margin-bottom: 0;
    margin-right: 15px;
    letter-spacing: 0px;
    line-height: 56px;
    height: 56px;
    border-radius: 2px;
	color: #3D5864;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Fjalla One', sans-serif;
}

.site-branding a {
	color: #3D5864;
}

.header-container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
	border-bottom: 1px solid #fff;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.mobile-menu-toggle span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #fff;
    margin: 5px 0;
    transition: 0.3s;
}

/* Logo Styles */
.site-branding {
    flex-shrink: 0;
}

.custom-logo-link img {
    max-height: 60px;
    width: auto;
}


.primary-navigation {
    flex-grow: 1;
    margin: 0 20px;
}

.primary-navigation {
    display: flex;
	justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.primary-navigation &gt; li {
    position: relative;
    margin: 0 10px;
}

.primary-navigation a {
    display: block;
    padding: 10px;
    text-decoration: none;
	color: #3D5864;
}


.primary-navigation .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
	padding: 0 10px;
    background: rgba(34,33,38,0.85);
    min-width: 200px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 100;
	list-style: none;
}

.primary-navigation .sub-menu a {
	color: #fff;
}

.primary-navigation .sub-menu a:hover {
	color: #5FB1FC;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children &gt; a::after {
    content: '';
    display: inline-block;
    margin-left: 5px;
    border: solid #333;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg);
}

.menu-item-has-children:hover &gt; .sub-menu {
    display: block;
}

.author-info {
	margin: 0;
}

footer {
	width: 100%;
	background: #3a3e43;
	padding-top: 25px;
	padding-bottom: 55px;
	color: #fff;
	margin-bottom: -5px;
}

.faq-item {
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
    border-radius: 4px;
}

.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    cursor: pointer;
    background: #fff;
}

.faq-question {
    margin: 0;
    font-size: 18px;
    padding-right: 40px;
}

.arrow-box {
	position: relative;
	display: block;
    width: 32px;
    height: 32px;
    border: 1px solid #5FB1FC;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
	border-radius: 20px;
}

.arrow {
	position: relative;
    width: 10px;
    height: 10px;
    border-right: 1px solid #5FB1FC;
    border-bottom: 1px solid #5FB1FC;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    display: block;
    margin-top: -5px;
	left: 50%;
    margin-left: -32px;
    bottom: 0;
}

.faq-item.active .arrow {
    transform: rotate(-135deg);
    margin-top: 5px;
}

.faq-item.active .arrow-box {
    background: #f5f5f5;
}

.faq-answer {
    display: none;
    padding: 0 20px 20px;
    color: #666;
    line-height: 1.6;
}

.faq-item.active .faq-answer {
    display: block;
}


.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.faq-item.active .faq-answer {
	padding-top: 20px;
    max-height: 1000px; 
    transition: max-height 0.5s ease-in;
}

.footer-menu-block ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	color: #5FB1FC;
	text-decoration: none;
}

.current_page_item a, .primary-navigation a:hover {
	color: #fff
}

.no-banner {
	background: #ffffff4f;	
}

ul li {
	position: relative;
}

.footer-menu-block ul li a {
	display: block;
	color: #fff;
	padding: 8px 0;
}

.footer-menu-block ul li a:hover {
	color: #5FB1FC;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
	color: #fff;
	font-weight: 700;
}

.footer-text-area {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.footer-text-block {
	text-align: center;
	margin-bottom: 50px;
}

.footer-images-block {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.footer-copyright-block {
	text-align: center;
	margin-bottom: 50px;
}

.footer-second-menu {
	text-align: center;
}

.footer-second-menu ul {
	display: flex;
	justify-content: center;
	margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 50px;
}

.footer-second-menu ul li {
	padding-right: 15px;
	font-weight: 700;
}

.footer-second-menu ul li:last-child {
	padding-right: 0px
}

h1 {
	font-size: 28px
} 

h2 {
	font-size: 24px
} 

h3 {
	font-size: 22px
} 

h4 {
	font-size: 20px
} 

h5{
	font-size: 18px
} 

h6 {
	font-size: 16px
}

footer .widget-title {
	font-size: 20px;
    font-weight: 700;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
}

@media (max-width: 1024px) {
    .header-container {
        padding: 0.5rem;
    }
	
	#footerw {
		display: none;
	}
	
	#contentwrap {
		width: 100%;
	}

	#contentwrap_3 {
		width: 100%;
	}
	
	#contentwrap_2 {
		width: 100%;
	}

	#sidebar {
		width: 100%;
	}
	#sidebar2 {
		width: 100%;
	}
	#footer1 {
		width: 100%;
	}

	#footer2 {
		width: 100%;
	}
	
	#footer3 {
		width: 100%;
	}
	
	.footer-menu-block:nth-child(3) {
		margin-left: -15px;
        padding: 0px 30px 0px 15px;
	}
	
	.play-now-btn {
		width: 100%;
	}
	
}

@media (max-width: 768px) {
	
	#inner_banner {
		display: none;
	}
	
	.popup-image-container {
		margin-right: 0px;
	}
	
	.cat-img-text {
		justify-content: center;
		width: 100%;
		flex-direction: column;
	}
	
	.brands-section .brand-features {
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	.footer-menu-block:nth-child(3) {
		margin-left: 0px;
		padding: 15px 0 0 15px
	}
	
	footer {
		padding-bottom: 25px;
	}
	
	.footer-text-area-block {
		text-align: center
	}
	
	.footer-menu-block {
		text-align: center
	}
	
	.primary-navigation a {
		position: relative;
		padding: 15px 10px;
		color: #fff;
	}
	
	.footer-text-area {
		justify-content: center;
		flex-direction: column;
	}
	
	.footer-text-area-block {
		margin-bottom: 25px;
	}
	
	.footer-text-area-block:last-child {
		margin-bottom: 0px;
	}
	
	.grid_2_of_12 {
		width: 100%;
	}
	
	.menu-item-has-children &gt; a::after {
		content: '';
		position: absolute;
		display: inline-block;
		margin-left: 5px;
		border: solid #fff;
		border-width: 0 2px 2px 0;
		padding: 3px;
		transform: rotate(45deg);
		right: 0;
	}
	
	.footer-second-menu ul {
		flex-direction: column
	}
	
	.footer-second-menu ul li {
		padding-right: 0;
		margin-bottom: 15px;
		text-align: cell;
	}
	
	.footer-second-menu ul li:last-child {
		margin-bottom: 0px;
	}
	
    .mobile-menu-toggle {
        display: block;
        order: 1;
    }

    .site-branding {
        order: 2;
    }

    .present-wrapper {
		display: block;
        order: 3;
    }

    .primary-navigation {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #3a3e43;
        padding: 1rem;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
		border-top: 1px solid #eee;
		z-index: 2;
    }

    .primary-navigation.active {
        display: block;
    }

    .primary-menu {
        flex-direction: column;
    }

    .primary-menu &gt; li {
        margin: 0;
    }

    .sub-menu {
        position: static;
        box-shadow: none;
        padding-left: 20px;
    }

    .present-content {
        left: 0;
        right: 0;
        min-width: auto;
    }
}

.grid_4_of_12 {
    width: 30.26%;
}

.grid_8_of_12 {
    width: 100%;
}


#footerw { 
    margin-left: auto!important;
	margin-right: auto!important;
	bottom: -54px;
}

.page-template-template-new-design, .archive, .category, .single-post {
	background: #fff;
	margin: 0;
	padding: 0;
}


#page_general {
	overflow: hidden
}

.datos_footer_right {
    width: 445px;
}

@media (min-width: 1200px) {
    .footer-menu-block.col-lg-3 {
        width: 22%;
    }
}

@media (max-width: 990px) {
    .footer-menu-block.col-sm-6 {
        width: 45%;
		float: left;
    }
}


.datos_footer_left p {
	color: #FFFFFF;
    float: left;
    font-family: arial;
    font-size: 11px;
    line-height: 17px;
}

.brands-section .brand-features ul {
	padding: 0;
	margin: 0;
}

.post-footer-line-1 {
	display: none
}

.blog-feeds {
	margin-bottom: 25px
}

.copyright {
	font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    border-top: 1px solid #3c3c3c;
    color: #5c5c5c;
	margin-top: 50px;
}

@media (max-width: 640px) {
    .footer-menu-block.col-sm-6 {
        width: 100%;
        float: none;
    }
}

.author-posts-title {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 35px;
	text-align: center;
}

.error-404 {
   text-align: center;
   padding: 100px 0;
}

.error-404 h1 {
   font-size: 120px;
   margin: 0;
   color: #333;
}

.error-404 p {
   font-size: 24px;
   margin: 20px 0 40px;
}

.error-404 .btn {
   display: inline-block;
   padding: 12px 30px;
   background: #333;
   color: #fff;
   text-decoration: none;
   border-radius: 4px;
}

.error-404 .btn:hover {
   background: #555;
}

.home #page-content {
	margin-top: 50px;
}</pre></body></html>