/*
	Theme Name: GoldwynOpticians
	Theme URI: https://www.goldwynopticians.co.uk
	Version: 1.0
	Author: Luke Crawford Design
	Author URI: https://www.lukecrawforddesign.uk
*/

/* CSS RESET
   ========================================================================== */

html {-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
body {margin: 0;}
hr {box-sizing: content-box; height: 0; overflow: visible;}
pre {font-size: 1em;}
a {background-color: transparent;}
a:focus, a:hover, a:active, input:focus {outline:0;}
abbr[title] {border-bottom: none; text-decoration: underline;  text-decoration: underline dotted;}
b, strong {font-weight: 500;}
code,kbd,samp {font-size: 1em;}
small {font-size: 0.8em;}
sub,sup {font-size: 0.8em; line-height: 0; position: relative; vertical-align: baseline;}
sub {bottom: -0.25em;}
sup {top: -0.5em;}
img {border-style: none;}
button,input,optgroup,select,textarea {font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0;}
button,input {overflow: visible;}
button,select {text-transform: none;}
button,[type="button"],[type="reset"],[type="submit"] {-webkit-appearance: button;}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {border-style: none;padding: 0;}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {outline: 1px dotted ButtonText;}
fieldset {padding: 0.35em 0.75em 0.625em;}
legend {box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal;}
progress {vertical-align: baseline;}
textarea {overflow: auto;}
[type="checkbox"],[type="radio"] {box-sizing: border-box; padding: 0;}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {height: auto;}
[type="search"] {-webkit-appearance: textfield; outline-offset: -2px;}
[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
::-webkit-file-upload-button {-webkit-appearance: button; font: inherit;}
details {display: block;}
summary {display: list-item;}
template {display: none;}
[hidden] {display: none;}
*, *:after, *:before {-moz-box-sizing:border-box; box-sizing:border-box; -webkit-font-smoothing:antialiased; font-smoothing:antialiased; text-rendering:optimizeLegibility;}
.clear:before, .clear:after {content:' '; display:table;}
.clear:after {clear:both;}
.clear {*zoom:1;}
p, h1, h2, h3, h4, h5 { margin-block-start: 0; margin-block-end: 0;  margin-bottom: 1.5em;}
img {max-width:100%;}

/* END CSS RESET
   ========================================================================== */

/* WORDPRESS CORE
   ========================================================================== */

.alignnone {margin:5px 20px 20px 0;}
.aligncenter, div.aligncenter {display:block; margin:5px auto 5px auto;}
.alignright {float:right; margin:5px 0 20px 20px;}
.alignleft { float:left; margin:5px 20px 20px 0;}
a img.alignright { float:right; margin:5px 0 20px 20px;}
a img.alignnone { margin:5px 20px 20px 0;}
a img.alignleft { float:left; margin:5px 20px 20px 0;}
a img.aligncenter { display:block; margin-left:auto; margin-right:auto;}
.wp-caption { background:#FFF; border:1px solid #F0F0F0; max-width:96%; padding:5px 3px 10px; text-align:center;}
.wp-caption.alignnone { margin:5px 20px 20px 0;}
.wp-caption.alignleft { margin:5px 20px 20px 0;}
.wp-caption.alignright { margin:5px 0 20px 20px;}
.wp-caption img { border:0 none; height:auto; margin:0; max-width:98.5%; padding:0; width:auto;}
.wp-caption .wp-caption-text, .gallery-caption {font-size:11px; line-height:17px; margin:0; padding:0 4px 5px;}

/* END WORDPRESS CORE
   ========================================================================== */

/* PRINT STYLES
   ========================================================================== */

@media print {
	* {background:transparent !important; color:#000 !important; box-shadow:none !important; text-shadow:none !important;}
	a, a:visited { text-decoration:underline;}
	a[href]:after { content:" (" attr(href) ")";}
	abbr[title]:after {content:" (" attr(title) ")";}
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content:"";}
	pre,blockquote {border:1px solid #999; page-break-inside:avoid;}
	thead {display:table-header-group;}
	tr,img {page-break-inside:avoid;}
	img {max-width:100% !important;}
	@page {margin:0.5cm;}
	p, h2, h3 {orphans:3; widows:3;}
	h2, h3 {page-break-after:avoid;}
}

/* END PRINT STYLES
   ========================================================================== */

/* ELEMENTOR FIXES
   ========================================================================== */

body * {box-sizing: border-box;}
html, body {max-width: 100% !important; overflow-x: hidden !important;}
.elementor-top-section.elementor-section-boxed > .elementor-container {padding: 0;}
.elementor-top-section .elementor-top-section.elementor-section-boxed > .elementor-container,
body:not(.full-width-content) .entry-content .elementor-top-section.elementor-section-boxed > .elementor-container {padding: 0;}
.elementor-top-section.elementor-section-boxed.nopad > .elementor-container {padding: 0;}
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {padding: 0 !important;}
.elementor-widget:not(:last-child) {margin-bottom: 0 !important;}

/* END ELEMENTOR FIXES
   ========================================================================== */

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family: 'Montserrat', sans-serif;
	color:#403e3d;
	font-size: 15px;
	line-height: 1.4em;
	height: 100%;
}


/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	text-decoration:none;
	font-weight: 600;
	color:#937D3E;
}
a:hover {
	text-decoration:none;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

header a {font-weight: 500;}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1140px;
	width:95%;
	margin:0 auto;
	position:relative;
	min-height: 100%;
}
main {
	max-width:1140px;
	width:95%;
	margin:0 auto;
	position:relative;
	min-height: 100%;
}
/* header */



h1, h2, h3, h4, h5, h6 {line-height: 1.2em;}

.site-logo img  {max-height: 90px; width: auto;
margin: 10px 0px; max-width: 100;}

.nhs-logo img {max-height: 70px;
	margin: 20px 0px;width: auto; max-width: 100;}

.emergency-link {background-color: #BF0613;}

ul.elementor-nav-menu--dropdown a, ul.elementor-nav-menu--dropdown a:focus, ul.elementor-nav-menu--dropdown a:hover {
	border-left: 0 !important;
}

.brand-logo {
max-height: 200px;	
}

.home-panel img {
	object-fit: cover;
	height: 180px;
}
.home-panel-2 img {
	object-fit: cover;
	height: 220px;
}

.elementor-element-3af50699 .elementor-field-type-acceptance {
	margin-left: 5%;
	color: #fff;
}

.cdw {cursor: pointer; width: 190px; display: block;
margin: 5px auto 5px auto; float: right;} 
	
ul {
	-webkit-padding-start: 20px;
}


