/*!
Theme Name: Just Shutters
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: just-shutters
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Just Shutters is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
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 {
	margin: 0.67em 0;
}

/* 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: "Raleway", 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;
	padding-left: 17px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > 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 {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

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%;
}

/*--------------------------------------------------------------
# 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 > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

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

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > 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;
}

.post,
.page {
	margin: 0;
}

.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;
}


/* - - - - - - JUST SHUTTER STYLES - START - - - - - - - - */

:root {
	--beige: #E6D4A2;
	--darkblue: #0F2A3D;
	--lightblue: #5EA9B0;
}

.container {max-width: 1010px; margin: 0 auto; padding:0 30px 30px 30px;}

p {margin:0 0 20px}

.elementor-widget:not(:last-child) {margin-bottom: 0!important}

.owl-carousel.owl-loaded {overflow: hidden}

.para-links-black p a,
.para-links-black ul li a {color: #000000}
.para-links-beige p a {color: var(--beige)}
.para-links-white p a {color: #FFFFFF}

.testimonial-slide p a {color: #FFFFFF}
.testimonial-slide.testimonial-slide-dark-txt p a {color: #000000}
.testimonial-slide.testimonial-slide-beige p a {color: var(--beige)}

.with_frm_style .frm_primary_label {font-family: "Raleway", Sans-serif; font-size: 16px; color: #000000; padding-bottom: 10px}
.frm_style_formidable-style.with_frm_style .form-field {margin-bottom: 45px}
.with_frm_style input[type=text],
.with_frm_style input[type=password],
.with_frm_style input[type=email],
.with_frm_style input[type=number],
.with_frm_style input[type=url],
.with_frm_style input[type=tel],
.with_frm_style input[type=phone],
.with_frm_style input[type=search],
.with_frm_style select,
.frm_form_fields_style,
.with_frm_style .frm_scroll_box .frm_opt_container,
.frm_form_fields_active_style,
.frm_form_fields_error_style,
.with_frm_style .frm-card-element.StripeElement,
.with_frm_style .chosen-container-multi .chosen-choices,
.with_frm_style .chosen-container-single .chosen-single {border-radius: 0; border: none; background: #eee6cb; font-family: "Raleway", Sans-serif; font-size: 16px; color: #000000; padding-top: 10px; padding-bottom: 10px; height: 56px; box-shadow: none}
.with_frm_style textarea {border-radius: 0; border: none; background: #eee6cb; font-family: "Raleway", Sans-serif; font-size: 16px; color: #000000; box-shadow: none; padding-top: 10px; padding-bottom: 10px}
.with_frm_style textarea::-webkit-input-placeholder {color: #000000!important}
.with_frm_style textarea::-moz-placeholder {color: #000000!important}
.with_frm_style textarea:-ms-input-placeholder {color: #000000!important}
.with_frm_style textarea:-moz-placeholder {color: #000000!important}

.with_frm_style .frm_radio label, .with_frm_style .frm_checkbox label {font-family: "Raleway", Sans-serif; font-size: 14px; color: #000000; line-height: 1.1em}

.frm_style_formidable-style.with_frm_style input[type=submit],
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button],
.frm_style_formidable-style.with_frm_style .frm_submit button {font-family: "Raleway", Sans-serif; text-transform: uppercase; font-size: 16px; font-weight: 500; fill: #FFFFFF; color: #FFFFFF; background-color: var(--darkblue); border-radius: 0px; padding: 12px 60px; border: none}

.entry-content {margin-top: 0}

.hover_bkgr_js {background:rgba(0,0,0,.4); cursor:pointer; display:none; height:100%; position:fixed; text-align:center; top:0; width:100%; z-index:10000}
.hover_bkgr_js .helper {display:inline-block; height:100%; vertical-align:middle}
.hover_bkgr_js > div {background: url(/wp-content/themes/just-shutters/img/top-tips-img-2.png) no-repeat var(--darkblue) top center; background-size: 600px 504px; box-shadow: 10px 10px 60px #555; display: inline-block; height: auto; max-width: 600px; min-height: 100px; vertical-align: middle; width: 100%; position: relative; padding: 270px 45px 30px; text-align:center}
.popupCloseButton {background-color: var(--darkblue); cursor: pointer; display: inline-block; font-weight: 300; position: absolute; top: 0px; right: 0px; font-size: 18px; line-height: 28px; width: 26px; height: 28px; text-align: center; color:#FFFFFF}
.popupCloseButton:hover {background-color: var(--darkblue)}

#brochure-popup-form .frm_style_formidable-style.with_frm_style .form-field {margin-bottom: 0}
#brochure-popup-form label {text-transform: uppercase; color: #FFFFFF; font-weight: 300; font-size: 19px; letter-spacing: 1px; text-align: justify; width: 100%; padding-bottom: 0; line-height: 1}
#brochure-popup-form .with_frm_style .frm_required {width:100%; height:1px; display:inline-block}
#brochure-popup-form form {width: 100%; padding: 0 200px 0 0; background: url(/wp-content/themes/just-shutters/img/form-logo.png) right center no-repeat; background-size: 130px 95px}
#brochure-popup-form input[type=email] {background: #FFFFFF; height: 42px; margin: -10px 0 0}
#brochure-popup-form .frm_style_formidable-style.with_frm_style .frm_submit button {float: right; background: #f2c66f; color: var(--darkblue); border: none; margin-bottom: 0; box-shadow: none; font-weight: 600}

footer .edit-link {display: none}

.btn {font-family: "Raleway", Sans-serif; font-size: 18px; font-weight: 700; letter-spacing: 0px; color: #FFFFFF; background-color: #00E0C8; border-radius: 30px 30px 30px 30px; padding: 10px 25px; line-height: 1; text-transform: uppercase}
.btn-yellow {background-color: #FFDC50; color: #0F2A3D}

@media only screen and (min-width: 481px) {
	.hover_bkgr_js.hp_popup {text-align: left}
	.hover_bkgr_js.hp_popup > div {margin-left: 15px; vertical-align: bottom; margin-bottom: 15px; background-size: 420px 353px; max-width: 420px; padding: 195px 25px 15px}
	.hover_bkgr_js.hp_popup #brochure-popup-form form {padding-right: 145px; padding-top: 13px}
	.hover_bkgr_js.hp_popup #brochure-popup-form label {font-size: 13px}
	.hover_bkgr_js.hp_popup #brochure-popup-form .frm_style_formidable-style.with_frm_style .frm_submit button {width: 100%; padding-top: 6px; padding-bottom: 6px}
	.hover_bkgr_js.hp_popup #brochure-popup-form input[type=email] {height: 30px; padding-top: 6px; padding-bottom: 6px}
}

@media (max-width: 1024px) {
	.container {padding: 30px 20px}
}

@media only screen and (max-width: 480px) {
	.hover_bkgr_js > div {max-width: 320px; max-height:93vh; overflow:scroll; padding: 390px 30px 30px; background-image: url(/wp-content/themes/just-shutters/img/top-tips-img-mob-2.png); background-size: 320px 719px}
	#brochure-popup-form form {background: none; padding: 0}
	#brochure-popup-form label {text-align: center; max-width: 200px; margin: 0 auto; line-height: 1.4}
	#brochure-popup-form input[type=email] {text-align: center}
	#brochure-popup-form .with_frm_style .frm_form_fields > fieldset {padding-bottom: 0}
	#brochure-popup-form .frm_style_formidable-style.with_frm_style .frm_submit {text-align: center}
	#brochure-popup-form .frm_style_formidable-style.with_frm_style .frm_submit button {float: none; display: inline-block}
}




/* - - - HEADER - START - - - */

#header-wrapper {background: var(--darkblue); border-bottom: solid 3px #e6d4a2; position:relative;}

/* - - - SIDE ENQUIRY BUTTON - - - */
.enquire-side-button {background-color: #00e0c8; padding: 10px 20px; color: #fff!important; font-size:24px; font-weight: 500; position: fixed; z-index: 999; top:48%; right: -62px; text-decoration: none; transform: rotate(270deg);}
/* - - - SIDE ENQUIRY BUTTON END - - - */

#masthead {width: 100%; padding:40px 30px 30px; max-width: 1010px; margin: 0 auto}
#header-top {float: right; text-align: right}
#header-top a {text-decoration: none; color: #FFFFFF; font-size: 14px; min-height: 21px; display: inline-block}
ul#top-menu {list-style: none; padding-left: 0; margin-left: 0}
ul#top-menu li {display: inline-block; margin-left: 15px}
ul#top-menu #menu-item-29 a {background: url(/wp-content/themes/just-shutters/img/contact-icon.png) no-repeat left center; background-size: 24px 21px; padding: 0 0 0 30px}
ul#top-menu #menu-item-30 a {background: url(/wp-content/themes/just-shutters/img/brochure-icon.png) no-repeat left center; background-size: 18px 23px; padding: 0 0 0 24px}
ul#top-menu #menu-item-31 a {background: url(/wp-content/themes/just-shutters/img/phone-icon.png) no-repeat left center; background-size: 22px 29px; padding: 0 0 5px 24px; font-size: 18px; font-weight: 700}
#masthead .site-branding {float: left; max-width: 260px; display: flex; flex-direction: row; flex-wrap: wrap; width: 100%; align-items: center;}
#masthead .site-branding img {width: 100%; height: auto;}
#site-navigation.main-navigation {display: block; width: 100%}
#site-navigation.main-navigation a {color: #FFFFFF}
#site-navigation.main-navigation ul {display: block; width: 100%; text-align: center; padding-top: 15px}
#site-navigation.main-navigation > div > ul > li {display: inline-block}
#site-navigation.main-navigation > div > ul > li > a {padding: 1px 15px; border-left: solid 1px #e6d4a2}
#site-navigation.main-navigation ul li:first-child a {border: none}
#site-navigation.main-navigation ul.sub-menu {background: var(--darkblue); box-shadow: none; width:185px;}
#site-navigation.main-navigation ul.sub-menu li {border-top: solid 1px #e6d4a2; padding: 4px 0}
#site-navigation.main-navigation ul.sub-menu li a {color: #FFFFFF; width: 185px}
#site-navigation.main-navigation ul.sub-menu li:first-child {border: none}

#mob-menu-toggle {display: none}

/* header v2 */
.header-v2 #header-top {display: flex; gap: 8px; padding-top: 3px}
.header-v2 #header-top .btn {font-size: 18px}
.header-v2 #header-top .btn-yellow {color: #0F2A3D}
.header-v2 #site-navigation.main-navigation a {text-transform: uppercase}
.header-v2 #site-navigation.main-navigation > div > ul > li > a {padding: 1px 13px}

@media only screen and (max-width: 1024px){
	ul#top-menu li {display: block; margin-bottom: 3px}

	.new-mob-style #mob-menu-toggle {position: relative; display: block; float: right;}
	.new-mob-style #mob-menu-toggle button {background: var(--darkblue); padding: 10px 11px 8px; margin-left: 15px}

	.new-mob-style ul#top-menu #menu-item-31 a {font-size: 17px; margin-top: 6px}

	.new-mob-style #site-navigation.main-navigation,
	.new-mob-style #menu-item-29,
	.new-mob-style #menu-item-1741 {display: none}

	.new-mob-style #site-navigation.main-navigation > div > ul > li {display: block; border-left: none; border-top: solid 1px #e6d4a2; padding: 6px 0 3px; margin: 3px 0}
	.new-mob-style #site-navigation.main-navigation > div > ul > li:first-child {border: none}
	.new-mob-style #site-navigation.main-navigation > div > ul > li > a {border: none}
	.new-mob-style .main-navigation ul ul {float: none; position: relative; left: auto; top: auto; z-index: auto}
	.new-mob-style #site-navigation.main-navigation ul.sub-menu {padding: 3px 0; width: 100%}
	.new-mob-style #site-navigation.main-navigation ul.sub-menu li {border: none; margin: 2px 0}
	.new-mob-style #site-navigation.main-navigation ul.sub-menu li a {width: 100%; font-size: 14px}

	.header-v2 #masthead .site-branding {max-width: 200px}
	.header-v2 #header-top {padding-top: 7px}
	.header-v2 #header-top .btn {font-size: 15px}
}

@media only screen and (max-width: 767px){
	#masthead {padding-top: 20px}
	#masthead .site-branding {float: none; margin: 0 auto 5px}
	#header-top {float: none; width: 100%; clear: both}
	ul#top-menu {text-align: center}
	ul#top-menu li {display: inline-block; margin-left: 10px; margin-right: 10px}
	#site-navigation.main-navigation > div > ul > li > a {margin-bottom: 5px}

	.new-mob-style #masthead {padding-bottom: 12px}
	.new-mob-style #masthead .site-branding {float: left; margin: 0}
	.enquire-side-button {display:none;}

	.header-v2 #header-top {justify-content: center}
	.header-v2 #header-top .btn {font-size: 13px; padding-left: 13px; padding-right: 13px}
}


/* - - - HEADER - END - - - */





/* - - - FOOTER - START - - - */

#jsb-footer a {color: #FFFFFF}
#jsb-footer #footer-col-2 p {margin-bottom: 0}
#jsb-footer nav .current-menu-item a:after {display: none}

#jsb-footer #jsb-subscribe-form .frm_fields_container {display: flex; gap:15px; align-items: center; min-height: 120px; flex-wrap: wrap; justify-content: flex-end}
#jsb-footer #jsb-subscribe-form .frm_form_field {margin-bottom: 0; padding: 16px 0 10px}
#jsb-footer #jsb-subscribe-form .frm_form_field:nth-of-type(1) {order: 1; flex: 1}
#jsb-footer #jsb-subscribe-form .frm_form_field:nth-of-type(2) {order: 2; flex: 1}
#jsb-footer #jsb-subscribe-form .frm_form_field:nth-of-type(3) {order: 3; flex: 1}
#jsb-footer #jsb-subscribe-form .frm_form_field:nth-of-type(4) {order: 5; padding: 0}
#jsb-footer #jsb-subscribe-form .frm__65255d60cbe77 {display: none}
#jsb-footer .with_frm_style input[type=text],
#jsb-footer .with_frm_style input[type=email],
#jsb-footer .with_frm_style input[type=tel] {background:#FFFFFF; height:40px; min-width: 200px}
#jsb-footer .frm_style_formidable-style.with_frm_style.frm_inline_top .frm_submit:before {display: none}
#jsb-footer #jsb-subscribe-form .frm_submit {margin-left: 0; margin-right: 0; padding: 16px 0 10px; order: 4}
#jsb-footer #jsb-subscribe-form .frm_submit:before {display: none}
#jsb-footer #jsb-subscribe-form button {margin-top:0px!important; background:var(--lightblue); text-transform:none; font-weight:700; letter-spacing:0; box-shadow:none; padding:11px 15px 10px; width:100%; text-align:center}

@media only screen and (max-width: 1024px){
	#jsb-footer .with_frm_style input[type=text],
	#jsb-footer .with_frm_style input[type=email],
	#jsb-footer .with_frm_style input[type=tel] {min-width: 150px}
}

@media only screen and (max-width: 767px){
	#jsb-footer #jsb-subscribe-form .frm_fields_container {flex-direction: column; gap: 0}
	#jsb-footer #jsb-subscribe-form .frm_form_field,
	#jsb-footer .with_frm_style input[type=text],
	#jsb-footer .with_frm_style input[type=email],
	#jsb-footer .with_frm_style input[type=tel],
	#jsb-footer #jsb-subscribe-form button {width: 100%}
	#jsb-footer #jsb-subscribe-form .frm_form_field:nth-of-type(4) {order: 4}
	#jsb-footer #jsb-subscribe-form .frm_submit {order: 5}
}

@media only screen and (max-width: 600px){
	#jsb-footer .frm_style_formidable-style.with_frm_style .form-field {margin-bottom:0}
	#jsb-footer .with_frm_style .frm_primary_label {padding-bottom:0}
	#jsb-footer #jsb-subscribe-form button {margin-top:0!important}
}

/* - - - FOOTER - END - - - - */





/* - - - HOMEPAGE V2 - START - - - */
.elementor-2855 .elementor-element.elementor-element-73df711 h1,
#homev2-h1 h1 {display:block; font-family: Raleway, sans-serif; font-size:64px; line-height:80px; font-weight:normal; margin-bottom:20px}


#awards-banner:before {content: ''; display: block; position: absolute; top: 0; right: 15%; background: url(/wp-content/uploads/2023/01/awards-banners-2023.png) no-repeat; background-size: 375px 330px; z-index: 999; width: 375px; height: 330px}

.homev2-main-heading h2 {font-size: 50px; font-weight: 400; line-height: 1.25; margin: 0}
.homev2-main-heading h2 span {font-weight: 600}

#homev2-main-heading h2 {font-size: 50px; font-weight: 400; line-height: 1.25; margin: 0}
#homev2-main-heading h2 span {font-weight: 600}

.blue-box-pointer p {margin-bottom: 0}
.blue-box-pointer {height: 50px; margin-bottom: 20px; position: relative}
.blue-box-pointer::after {content: ''; position: absolute; left: 50%; top: 100%; width: 0; height: 0; border-left: 33px solid transparent; border-right: 33px solid transparent; border-top: 33px solid #5ea9b0; clear: both; margin-left: -33px}

.homepage-enquire-cta a {color: #000000; font-weight: 600}
.homepage-enquire-blue-cta a {color: #FFFFFF}

.top-tips-hp-pop-up {cursor: pointer}

#business-popup-form {background: #f0c273; padding: 45px}
#business-popup-form-inner {border: solid 1px #FFFFFF; padding: 45px 45px 30px}
#business-popup-form img {max-width: 225px}
#business-popup-form p {color: #FFFFFF; text-transform: uppercase; letter-spacing: 4px; font-size: 23px; line-height: 1.3; padding: 20px 0 10px; margin: 0}
#business-popup-form .with_frm_style input[type=email] {background: #FFFFFF; text-align: center; height: 50px; font-size: 20px}
#business-popup-form .frm_style_formidable-style.with_frm_style .form-field {margin-bottom: 0px}
#business-popup-form .frm_submit {text-align: center}
#business-popup-form button {margin: 15px auto 0; padding: 10px 30px; box-shadow: none}

@media only screen and (max-width: 1299px){
	#awards-banner:before {right: 7%}
}

@media only screen and (max-width: 1024px){
	#awards-banner:before {right: 3%; width: 250px; height: 220px; background-size: 250px 220px}

	#homev2-main-heading h2 {font-size: 40px}

	.blue-box-pointer::after {border-left: 25px solid transparent; border-right: 25px solid transparent; border-top: 25px solid #5ea9b0; margin-left: -25px}
}

@media only screen and (max-width: 767px){
	#homepage-h1 h1,
	#homev2-h1 h1 {font-size: 41px; line-height: 1.25}
	#awards-banner:before {display: none}

	#business-popup-form {max-width: 400px; padding: 35px}
	#business-popup-form-inner {padding: 20px}
	#business-popup-form img {max-width: 175px}
	#business-popup-form p {font-size: 15px}
}

@media only screen and (max-width: 600px){
	.homev2-main-heading h2 {font-size: 30px!important}
	#homev2-main-heading h2 {font-size: 30px}
	.blue-box-pointer::after {top: 93%; border-left: 20px solid transparent; border-right: 20px solid transparent; border-top: 20px solid #5ea9b0}
}

@media only screen and (max-width: 480px){
	#business-popup-form {max-width: 300px; padding: 15px}
	#business-popup-form-inner {padding: 20px 15px 15px}
	#business-popup-form img {max-width: 150px}
	#business-popup-form p {font-size: 13px}
	#business-popup-form .with_frm_style input[type=email] {font-size: 16px}
}

/* - - - HOMEPAGE V2 - END - - - - */

.js-install {font-size:25px; line-height:30px; font-weight:bold;}

/* - - - HOMEPAGE APRIL - START - - - - */

.home-button-container {display: flex; align-items:center; background-color:#d3b272; color:#fff!important; font-size:22px; font-weight:bold; padding:10px; width:600px; cursor: pointer; transition: background 2s; animation: pulse-button-home-page 2s infinite; margin-bottom:20px; margin-top:15px; margin-left:-13px;}
.home-button-container:hover {transition: background 2s; background-color:#bea062;}

.home-button-your {text-transform:uppercase; color:#000!important; padding-left:5px; padding-right:5px;}

@keyframes pulse-button-home-page {
  0% {transform: scale(0.95); box-shadow: 0 0 0 0 rgba(205, 178, 123, 0.7)}  
  70% {transform: scale(1); box-shadow: 0 0 0 8px rgba(0, 0, 0, 0)}
  100% {transform: scale(0.95); box-shadow: 0 0 0 0 rgba(0, 0, 0, 0)}
}

@media (max-width: 767px){
	.home-button-container {font-size:12px; padding:5px; width:340px; margin-left:-8px;}
	
}

/* - - - ABOUT US - START - - - - */
.elementor-559 .elementor-element.elementor-element-62d95dc1 h1 {
    color: #fff;
    font-family: "Raleway",Sans-serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 80px;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 40%);
}
/* - - - ABOUT US - END - - - - */


/* - - - BLOG - START - - - */

#jsb-blog-posts-wrapper {max-width: 1000px; margin: 0 auto; padding-top: 45px}
#jsb-blog-posts-wrapper aside#secondary {float: left; width: 25%; padding-right: 25px}
#jsb-blog-posts-wrapper aside#secondary h2 {font-size: 19px; color: #000000; font-weight: 600; margin-top: 0; padding-bottom: 7px; border-bottom: 2px solid #f1e9d2}
#jsb-blog-posts-wrapper aside#secondary .wp-block-latest-posts {padding-bottom: 15px}
#jsb-blog-posts-wrapper aside#secondary .wp-block-latest-posts li,
#jsb-blog-posts-wrapper aside#secondary .wp-block-archives-list li {margin-bottom: 10px; line-height: 1.3}
#jsb-blog-posts-wrapper aside#secondary .wp-block-latest-posts li a,
#jsb-blog-posts-wrapper aside#secondary .wp-block-archives-list li a {color: #000000; text-decoration: none; font-size: 15px;}
#jsb-blog-posts-wrapper aside#secondary .wp-block-latest-posts li a[aria-current],
#jsb-blog-posts-wrapper aside#secondary .wp-block-archives-list li a[aria-current] {color: var(--darkblue); font-weight: 700}
#jsb-blog-posts-wrapper aside#secondary .wp-block-archives-list {list-style: none; padding: 0}
.jsb-blog-posts,
.jsb-blog-post-single {padding: 10px 60px 0 25px; float: left; width: 75%}
.jsb-blog-posts article {max-width: 940px; margin: 0 auto 50px; padding-bottom: 53px; border-bottom: solid 1px #ececec}
.jsb-blog-posts article:last-child {border-bottom: 0}
.blog-post-img-wrapper {float: left; max-width: 48%}
.blog-post-img-wrapper img {margin-bottom: -7px; -webkit-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.06); box-shadow: 0px 0px 13px 1px rgb(0 0 0 / 6%)}
.blog-post-content-wrapper {float: left; max-width: 52%; padding: 0 30px 0}
.blog-post-content-wrapper .entry-meta {font-size: 12px}
.blog-post-content-wrapper h2 {margin: 15px 0 10px; line-height: 1.35}
.blog-post-content-wrapper h2 a {text-decoration: none; font-weight: 400; color: #000000; font-size: 24px}
.blog-post-content-wrapper .entry-content {margin-top: 0}
.blog-post-content-wrapper .entry-content p {font-size: 15px}
.blog-post-content-wrapper a.read-more,
.jsb-blog-post-single .back-to-blog {font-family: "Raleway", Sans-serif; font-size: 13px; font-weight: 500; line-height: 18px; fill: #FFFFFF; color: #FFFFFF; background-color: var(--darkblue); padding: 8px 25px 8px 25px; text-decoration: none; text-transform: uppercase; letter-spacing: 2px}

.jsb-blog-post-single {padding-top: 0; padding-bottom: 60px}
.jsb-blog-post-single .post-thumbnail img {-webkit-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.06); box-shadow: 0px 0px 13px 1px rgb(0 0 0 / 6%)}
.jsb-blog-post-single article {max-width: 740px; margin: 0 auto}
.jsb-blog-post-single article h1 {font-weight: 400; color: #000000; font-size: 40px; line-height: 1.25}
.jsb-blog-post-single article .entry-meta,
.jsb-blog-post-single article .entry-footer {display: none}
.jsb-blog-post-single .post-navigation {display: none}
.jsb-blog-post-single .back-to-blog {margin-top: 35px; display: inline-block}

#jsb-recent-posts {max-width: 940px; margin: 120px auto 20px}
#jsb-recent-posts .jsb-recent-posts-title h3 {float: left; display: inline-block; font-size: 18px; font-weight: 400; line-height: 18px; margin: 0}
#jsb-recent-posts .jsb-recent-posts-title a {float: right; line-height: 18px; text-decoration: none; font-size: 14px; color: #000000}
#jsb-recent-posts .recent-blog-posts {margin-left: -20px; margin-right: -20px; padding-top: 30px}
#jsb-recent-posts .recent-blog-post {float: left; width: 33.333333%; padding: 0 20px 30px}
#jsb-recent-posts .recent-blog-post a {font-size: 18px; color: #000000; padding: 15px 20px; text-decoration: none; display: block; font-weight: 300}

.at-share-btn-elements .at-share-btn:first-child {margin-left: 0}

@media only screen and (max-width: 767px){
	#jsb-blog-posts-wrapper .jsb-blog-posts,
	.jsb-blog-post-single {float: none; width: 100%; padding-right: 25px}
	#jsb-blog-posts-wrapper aside#secondary {float: none; width: 100%; padding-left: 25px; padding-bottom: 45px}
	.jsb-blog-posts article {padding-bottom: 25px}

	.jsb-blog-post-single article h1 {font-size: 32px}
}

@media only screen and (max-width: 600px){
	.blog-post-img-wrapper {float: none; max-width: 100%}
	.blog-post-content-wrapper {float: none; max-width: 100%; padding: 25px 0 30px}
	.blog-post-content-wrapper h2 a {font-size: 26px}

	#jsb-recent-posts .recent-blog-post {width: 100%; float: none; max-width: 290px}
}

/* - - - BLOG - END - - - - */





/* - - - FAQS - START - - - */

#jsb-faqs .elementor-accordion .elementor-accordion-item {border-top: solid 2px var(--beige)}
#jsb-faqs .elementor-accordion .elementor-accordion-item:first-child {border: none}
#jsb-faqs .elementor-accordion .elementor-accordion-item .elementor-tab-content a {color: #AD9F7A}
#jsb-faqs .elementor-accordion .elementor-accordion-title {display: inline-block; width: 92%}

/* - - - FAQS - END - - - - */





/* - - - CONTACT - START - - - */

#contact-page-title h1 {font-size: 40px; font-weight: 400; line-height: 1.2em; margin: 0}
#contact-page-title h1 strong {font-weight: 700}

.contact-page-h2 h2 {font-size: 30px; font-weight: 400; line-height: 1.2em; margin: 0}
.contact-page-h2 h2 strong {font-weight: 700}

.frm_style_formidable-style.with_frm_style .form-field.contact-enquiry-textarea {margin-bottom: 15px}

/* - - - CONTACT - END - - - - */





/* - - - PRIVACY POLICY - START - - - */

#privacy-policy-index ol {list-style-position: inside; padding-left: 0}

/* - - - PRIVACY POLICY - END - - - - */





/* - - - AVAILABILITY - START - - - */

#availability-iframe iframe {height:870px}

@media only screen and (max-width: 900px){
	#availability-iframe iframe {height:775px}
}

@media only screen and (max-width: 600px){
	#availability-iframe iframe {height:550px}
}

@media only screen and (max-width: 480px){
	#availability-iframe iframe {height:400px}
}

/* - - - AVAILABILITY - END - - - - */

/*
.row {margin-left: -15px; margin-right: -15px}
.row:before {content: " "; display: table}
.row:after {clear:both}
.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}
@media (min-width: 992px){
	.col-md-2 {width: 16.66666667%; float: left}
	.col-md-5 {width: 41.66666667%; float: left}
	.col-md-6 {width: 50%; float: left}
}
@media (min-width: 768px){
	.col-sm-6 {width: 50%; float:left}
}
*/


/* - - - LANDING PAGES - START - - - */
.js-gallery .elementor-widget-container .elementor-gallery__titles-container {display:none;}
/* - - - LANDING PAGES - END - - - */

.hidden-field {
	display:none
}
.address-warning {
	border:1px solid rgba(200,0,0,0.8);
	padding:6px;
	background: rgba(200,0,0,0.3);
	border-radius: 5px;
}
#field_3s3eu7905240524 {
	text-transform: uppercase;
}





/* - - - - - BUSINESS PROPOSAL PACKAGES LANDING PAGE - START - - - - - */

#bplanding-header-wrapper {padding: 30px 30px 0}
#bplanding-header {max-width: 1215px; margin: 0 auto; display: flex; justify-content: space-between}
#bplanding-header-home-icon {min-width: 140px}
#bplanding-header-home-icon a {max-width: 28px; display: block}
#bplanding-header-logo {max-width: 210px}
#bplanding-header-roundall {max-width: 140px; text-align: center; font-size: 22px; font-weight: 300; line-height: 1.15}
#bplanding-header-roundall div {display: block; padding: 3px 0 0}
#bplanding-header-roundall span {color: #f1c272; font-weight: 600}

#bplanding-heading {text-align: center; padding: 0 30px 35px; color: var(--darkblue); line-height: 1.2}
#bplanding-heading span {color: #f1c272}
#bplanding-heading h1 {font-size: 37px; margin: 0 0 10px; font-weight: 600}
#bplanding-heading p {font-size: 24px; font-weight: 600; margin: 0}

.js-container-bplanding {max-width: 1215px; margin: 0 auto}
#js-packages {display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 30px; font-size: 13px; letter-spacing: -0.5px; color: #404040}
.js-package {display: flex; flex-direction: column; gap: 15px; margin-bottom: 30px}
.js-package > div {background: #f1c272; position: relative; padding: 13px}
.js-package:nth-of-type(2) > div,
.js-package:nth-of-type(4) > div {background: var(--darkblue); color: #FFFFFF}
.js-package-number {position: absolute; display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background: #001f2f; border: solid 2px #f1c272; color: #FFFFFF; line-height: 1; font-weight: 700; font-size: 25px; top:-20px; left: -20px; padding: 0 0 5px 0}

.js-package-header {padding-top: 18px!important}
.js-package-header img {height: 85px; width: auto}
.js-package-header h2 {margin: 0; text-transform: uppercase; font-size: 17px}
.js-package-header p {font-weight: 700; font-style: italic; margin: 0; font-size: 15px}

.js-package-price-section {padding-bottom: 8px}
.js-package-price-section:nth-of-type(3) {padding-bottom: 0}
.js-package-content h3 {text-transform: uppercase; font-size: 13px; margin: 0 0 12px; display: block; padding: 0 0 8px; border-bottom: solid 1px #404040; line-height: 1}
.js-package:nth-of-type(2) .js-package-content h3,
.js-package:nth-of-type(4) .js-package-content h3 {border-color: #f1c272}
.js-package-content h3 span {font-size: 10px}
.js-package-content h3:nth-of-type(2) {text-transform: none; padding-top: 8px}
.js-package-price-row {display: flex; padding: 1px 0; line-height: 1; align-items: center}
.js-package-price-row > div:nth-of-type(1) {min-width: 180px}
.js-package-price-row.js-package-price-total > div {padding-top: 5px!important}
.js-package-price-row.js-package-price-total > div:nth-of-type(1) {text-align: right; padding: 0 15px 0 0}
.js-package-price-row.js-package-price-total {font-weight: 700}
.js-package-price-row.js-package-price-total > div:nth-of-type(2) {border-top: solid 1px #404040}
.js-package:nth-of-type(2) .js-package-price-row.js-package-price-total > div:nth-of-type(2),
.js-package:nth-of-type(4) .js-package-price-row.js-package-price-total > div:nth-of-type(2) {border-color: #FFFFFF}
.js-package-price-highlight {background: #FFFFFF}
.js-package:nth-of-type(2) .js-package-price-highlight,
.js-package:nth-of-type(4) .js-package-price-highlight {color: #404040}
.js-package-price-row > div:nth-of-type(2) {flex-grow: 1; padding: 4px 5px}
.js-package-price-row > div > div {display: flex; justify-content: space-between; flex-wrap: wrap}
.js-package-price-bold {font-weight: 700}

.js-package-footer .js-package-row {display: grid; grid-template-columns: 1fr 1fr}
.js-package-footer > p {text-align: center; font-weight: 700; line-height: 1.2; display: block; padding: 10px 0 0; margin: 0}

#figures-discalimer-wrapper {background: var(--darkblue); color: #f1c272; padding: 30px; text-align: center; line-height: 1.6; font-size: 12px}
#figures-discalimer {max-width: 1215px; margin: 0 auto}
#figures-discalimer p {margin: 0}
#figures-discalimer p:last-child {margin-top: 10px; color: #FFFFFF; text-decoration: underline}

#bplanding-calendly-wrapper {padding: 45px 30px 0}
#bplanding-calendly {max-width: 750px; margin: 0 auto}
#bplanding-calendly h2 {background: var(--darkblue); color: #FFFFFF; text-align: center; display: block; padding: 18px; font-weight: 300; font-size: 26px; line-height: 1; margin: 0}
#bplanding-calendly h2 span {font-weight: 700}
#bplanding-calendly iframe {border: none}

#bplanding-affiliates {padding: 0 0 75px}
#bplanding-affiliates .elementor-widget-container {padding-top: 0!important}
#bplanding-affiliates > .elementor .elementor-section .elementor-container .elementor-column .elementor-widget-wrap .elementor-widget-text-editor:nth-of-type(1) {display: none}

/*.page-template-template-landing #header-wrapper {display: none}*/
.page-template-template-landing #js-footer-main-nav,
.page-template-template-landing #js-footer-subscribe {display: none}

@media only screen and (max-width: 1250px){
	.js-container-bplanding {max-width: 600px}
	#js-packages {grid-template-columns: 1fr 1fr}
}

@media only screen and (max-width: 1024px){
	#bplanding-header-wrapper {padding-bottom: 10px}
	#bplanding-header-home-icon {min-width: 110px}
	#bplanding-header-roundall {max-width: 110px; font-size: 20px}
}

@media only screen and (max-width: 767px){
	#bplanding-header-wrapper {padding-bottom: 30px}
	#bplanding-header-home-icon {min-width: 80px}
	#bplanding-header-logo {max-width: 180px}
	#bplanding-header-roundall {max-width: 80px; font-size: 15px}

	#bplanding-heading h1 {font-size: 31px}
	#bplanding-heading p {font-size: 19px}
}

@media only screen and (max-width: 650px){
	.js-container-bplanding {max-width: 280px}
	#js-packages {grid-template-columns: 1fr}
	.js-package-number {width: 36px; height: 36px; font-size: 24px; top:-18px; left: -18px; padding: 0 0 2px 0}
}

@media only screen and (max-width: 480px){
	#bplanding-header-wrapper {padding: 20px}
	#bplanding-header-home-icon {min-width: 60px}
	#bplanding-header-logo {max-width: 115px}
	#bplanding-header-roundall {max-width: 60px; font-size: 10px}

	#bplanding-heading {padding: 0 20px 15px}
	#bplanding-heading h1 {font-size: 28px}
	#bplanding-heading p {font-size: 16px}

	#bplanding-calendly-wrapper {padding: 45px 20px 0}
	#bplanding-calendly h2 {font-size: 19px; padding: 15px}
}

/* - - - - - BUSINESS PROPOSAL PACKAGES LANDING PAGE - END - - - - - - */





/* - - - - - FRANCHISE QUESTIONNAIRE TEMPLATE - START - - - - - - */

#franchise-pc-lookup {text-align: center; padding-top: 60px}
#franchise-pc-lookup.container {max-width: 725px}
.elementor-7789 .elementor-element.elementor-element-182e5443 > .elementor-element-populated {padding: 3%!important;}

#franchise-pc-lookup .search-form input[type="text"] {position: relative; background: var(--darkblue); width: 100%; color: #FFFFFF; border: none; text-align:center; padding:10px 15px; font-size:30px}
#franchise-pc-lookup .search-form input[type="text"]:focus {background: var(--darkblue)}
#franchise-pc-lookup .search-form input[type="text"]:focus-visible {background: var(--darkblue)}
#franchise-pc-lookup .search-form input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #FFFFFF}
#franchise-pc-lookup .search-form input[type="text"]::-moz-placeholder { /* Firefox 19+ */ color: #FFFFFF}
#franchise-pc-lookup .search-form input[type="text"]:-ms-input-placeholder { /* IE 10+ */ color: #FFFFFF}
#franchise-pc-lookup .search-form input[type="text"]:-moz-placeholder { /* Firefox 18- */ color: #FFFFFF}
#franchise-pc-lookup .search-form input[type="text"]::placeholder { /* Most modern browsers support this now. */color: #FFFFFF}
#franchise-pc-lookup .search-form input[type="text"]:autofill {background: var(--darkblue); -webkit-box-shadow:none}
#franchise-pc-lookup .search-form input[type="text"]:-webkit-autofill {background: var(--darkblue); -webkit-box-shadow:none}

#franchise-pc-lookup .error {color:#dc3232; font-weight: 700; font-size: 1.15em}

#franchise-pc-lookup h2 {font-size: 1.8em; font-weight:400; margin-top:25px; margin-bottom:45px}
#franchise-pc-lookup .postcode-check-header {font-size: 1.8em; font-weight:400; margin-top:0; margin-bottom:15px}
#franchise-pc-lookup h2 span {color: #ddd2a7; font-weight:700}

.arrow-input {position: relative; padding: 0 0 20px; margin-top:40px; margin-bottom:80px;}
.arrow-input:before {content: ""; position: absolute; bottom: -20px; left: 50%; border: solid 20px transparent; border-top-color: var(--darkblue); z-index: 1; margin-left: -20px}

.dark-ochre {color:#f1c76f!important;}
.beige {background-color:var(--beige);}
.blue {background-color:#0F2A3D; color:#ffffff;}

.franchise-q-step {display: none;}
.franchise-q-step#step-1 {display: block;}
.franchise-q-step h2 {margin-top:40px; margin-bottom:60px}
.franchise-q-step h2 strong {color: #ddd2a7; font-weight:700}
.franchise-q-step table {border-collapse:collapse}
.franchise-q-step table tr td {font-size:22px; padding:20px 15px; width:50%}
.franchise-q-step table tbody tr td {border-bottom:1px solid #000000;}
.franchise-q-step table tbody tr td:first-child {border-right:1px solid #000000;}
.franchise-q-step table tr.total td {border-bottom:0px; color:#f1c76f; font-weight:700;}
.franchise-q-step .add-ons {margin-top:60px; font-size: 1.8em; font-weight:400;}

.franchise-q-step#step-1 img {max-width: 430px}
.franchise-q-step#step-5 img,
.franchise-q-step#step-6 img,
.franchise-q-step#step-7 img {width:45%;}
.franchise-q-step#step-6 h2 {padding-bottom:0px; margin-bottom:10px}
.franchise-q-step#step-6 p {font-size:1.3rem; padding-bottom:20px; }
.franchise-q-step#step-6 table {margin-bottom:60px; border:0;}

table.highlight {background:#0F2A3D; color:#ffffff; border: 25px solid #0F2A3D;}
table.highlight tbody tr {margin:30px;}
table.highlight tbody tr td {border-bottom:1px solid #ffffff;}
table.highlight tbody tr td:first-child {border-right:1px solid #ffffff; /*text-align: left*/}
table.highlight tbody tr td.franchise-addon input {margin-right:25px}

.franchise-q-step table tr .ebitda-name,
.franchise-q-step table tr .ebitda-number,
.franchise-q-step table tr .cash-required-name,
.franchise-q-step table tr .cash-required-number {border-bottom: 0px;}
table.highlight tbody tr .fully-funded-name {text-align:center!important;}

.franchise-q-option {padding:20px 25px; text-align:left}
.franchise-q-option-padding {padding-right:40px;}
.franchise-q-option h3 {font-size:1em;; margin: 0 0 10px}
.franchise-q-option span {display: block; padding: 5px 0 0}

.franchise-q-step#step-1 .franchise-q-options .franchise-q-option {padding: 75px 25px 20px; min-height: 180px}
.franchise-q-step#step-1 .franchise-q-options .franchise-q-option:nth-of-type(1) {background: url(/wp-content/themes/just-shutters/img/pclookup/install-sm.png) no-repeat 25px 20px var(--beige); background-size: 110px 50px}
.franchise-q-step#step-1 .franchise-q-options .franchise-q-option:nth-of-type(2) {background: url(/wp-content/themes/just-shutters/img/pclookup/instyle-sm.png) no-repeat 25px 20px var(--darkblue); background-size: 105px 53px}
.franchise-q-step#step-1 .franchise-q-options .franchise-q-option:nth-of-type(3) {background: url(/wp-content/themes/just-shutters/img/pclookup/innovate-sm.png) no-repeat 25px 20px var(--darkblue); background-size: 120px 38px}
.franchise-q-step#step-1 .franchise-q-options .franchise-q-option:nth-of-type(4) {background: url(/wp-content/themes/just-shutters/img/pclookup/inspire-sm.png) no-repeat 25px 20px var(--beige); background-size: 100px 45px}


#franchise-q-form h2 {margin-bottom:20px; padding-bottom:0}
.q-form-phone-number {color:#f1c76f!important; text-decoration:none; font-weight:700;}
#franchise-q-form .frm_style_formidable-style.with_frm_style .form-field {margin-bottom: 15px;}
#franchise-q-form .with_frm_style .frm_primary_label {padding-bottom: 3px;}

.with_frm_style .frm_submit {margin: 0 auto;}

@keyframes pulse-light-blue {
  0% {transform: scale(0.95); box-shadow: 0 0 0 0 rgba(94, 169, 176, 0.7)}  
  70% {transform: scale(1); box-shadow: 0 0 0 8px rgba(0, 0, 0, 0)}
  100% {transform: scale(0.95); box-shadow: 0 0 0 0 rgba(0, 0, 0, 0)}
}



#franchise-pc-lookup button {border: none; background: var(--lightblue); color: #fff; font-size:20px; margin:40px 0 60px; padding:12px 30px; letter-spacing:3px; width:200px; cursor: pointer; transition: background 2s; animation: pulse-light-blue 2s infinite}
#franchise-pc-lookup button:hover {background: #83ced4; transition: background 2s}

.franchise-q-options {display: grid; grid-template-columns: 1fr 1fr; gap: 25px}

.franchise-q-option {cursor: pointer}
.franchise-q-option.beige {border: solid 6px var(--beige)}
.franchise-q-option.blue {border: solid 6px var(--darkblue)}
.franchise-q-option.selected {border:solid 6px var(--lightblue)!important}

#franchise-q-form {display: none}

@media (max-width: 1024px){
	
}

@media (max-width: 767px){
	#franchise-pc-lookup h2 {font-size: 24px}

	.franchise-q-options {grid-template-columns: 1fr}

	.franchise-q-step table tr td {font-size: 18px}

	.franchise-q-step#step-1 .franchise-q-options .franchise-q-option:nth-of-type(3) {background-color: var(--beige); color: #000000; background-image: url(/wp-content/themes/just-shutters/img/pclookup/innovate-sm-blue.png); border-color: var(--beige)}
	.franchise-q-step#step-1 .franchise-q-options .franchise-q-option:nth-of-type(4) {background-color: var(--darkblue); color: #FFFFFF; background-image: url(/wp-content/themes/just-shutters/img/pclookup/inspire-sm-beige.png); border-color: var(--darkblue)}

	.franchise-q-step#step-3 .franchise-q-options .franchise-q-option:nth-of-type(3) {background-color: var(--beige); color: #000000; border-color: var(--beige)}
	.franchise-q-step#step-3 .franchise-q-options .franchise-q-option:nth-of-type(4) {background-color: var(--darkblue); color: #FFFFFF; border-color: var(--darkblue)}

	.franchise-addon {text-align: center!important}
	.franchise-addon input {margin: 0; display: inline-block}
	.franchise-addon label {display: block}
}

/* - - - - - FRANCHISE QUESTIONNAIRE TEMPLATE - END - - - - - - - */

/* GENERIC ICG AMENDS */

/* - - - - - NEW HOME PAGE FOR ICG  - - - - - - - */
.button-100-percent .elementor-widget-container .elementor-button-wrapper .elementor-button {width:100%;}
.bullet-points .elementor-widget-container ul li::marker {font-size:16px;}
.bullet-points .elementor-widget-container ul li {padding-bottom:8px;}

/*  - - - - INVESTMENT PACKAGES - - - - - */
.price-points {width: 100%; background-color: #FFFFFF; border-collapse: collapse; color: #000000; margin-bottom:15px; padding-bottom:0;}
.price-points tr {border-bottom:2px solid #E6D3A1;}
.price-points tr td {padding:10px 0px!important;}
.price-points td:first-child {width: 65%;}

@media (max-width: 960px){
	.price-points td {font-size:18px;}
}

@media (max-width: 820px){
	.price-points td {font-size:16px;}
}

/* Header Style with Secondary Logo */
.site-brand-inner:nth-child(1) {
    width: 50%;
}

.site-brand-inner:nth-child(2) {
    width: 50%;
}

.site-brand-inner:nth-child(2) img {
    width: 60px !important;
    margin-left: 20px;
}
@media (min-width: 1024px) {
	#masthead .site-branding {
		max-width: 500px;
	}
	.site-brand-inner:nth-child(2) img {
		width: 100px !important;
		margin-left: 40px !important;
	}
}

.error404 .elementor-top-section.elementor-element-1db4c97b {
    background-image: url("https://develop.justshuttersbusiness.co.uk/wp-content/themes/just-shutters/img/404.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	min-height:200px;
}