/*
Theme Name: UK Marine Parts
Author: Zenos Technology
Author URI: https://zenos.co.uk/
Description: A theme by Zenos Technology
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, white, light, one-column, two-columns, left-sidebar, fluid-layout, responsive-layout, custom-menu, featured-images
*/


/* Main width/padding start */

.row {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.no-max {
  max-width: 100%;
}

.content-container {
  margin: 0 auto;
  padding: 0 15px;
  width: 1170px;
}

@media (max-width: 1200px) {
.content-container {
    width: 970px;
}
}

@media (max-width: 1000px) {
.content-container {
    width: 750px;
}
}

@media (max-width: 780px) {
.content-container {
    width: 100%;
}
}
/* Main width/padding end */


/* Columns Start */

.columns {
  margin: 0;
  padding: 0;
}

.column {
  width: 100%;
  float: left;
}

.column-primary {
  width: 68%;
  float: left;
}

.column-secondary {
  width: 28%;
  float: right;
}

.column-sixth {
  width: 16.666%;
}

.column-fifth {
  width: 20%;
}

.column-third {
  width: 33.333%;
}

.column-twothird {
  width: 66.666%;
}

.column-half {
  width: 50%;
}

/* Columns End */


/* Colours Start */

/*

Light Blue: #8dd8f8;
Dark Blue: #0055a5;
Blue Hover: #1d60ad;
Light Grey: #e1e1e1;
Mid Grey: #32313b;
Dark Grey: #25242c;

*/

/* Colours End */

/* Typography Start */



h1, h2, h3, h4, h5, h6, p, a, span, input, label, div, ul, ol, li {
	font-family: "Raleway", Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin:0px;
	padding:0px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	text-decoration: none;
	letter-spacing: 0;
	color: #0055a5;
}

h1, h2, h3, h4, h5, h6 {
	text-align: center;
}

h1 {
	font-size: 30px;
	line-height: 40px;
	color: #ffffff !important;
  font-weight: 600;
}

h2 {
	font-size: 45px;
	line-height: 55px;
	color: #0055a5;
  margin-top: 50px !important;
  font-weight: 600;
}

h3 {
	font-size: 35px;
	line-height: 45px;
	color: #0055a5;
  margin-top: 0px !important;
	margin-bottom: 0px;
  font-weight: 600;
}

h2:after, h3:after {
	content: "";
	display: block;
	width: 100px;
	height: 5px;
  margin: 0 auto;
	margin-top: 10px;
	background-color: #0055a5;
  position: relative;
  z-index: 2;
}

.fancy-title div:after, .fancy-title-white div:after, .fancy-title-left div:after {
  content: "";
	display: block;
	width: 300px;
	height: 2px;
  margin: 0 auto;
	margin-top: -3px;
	background-color: #8dd8f8;
  position: relative;
  z-index: 1;
}

.fancy-title-left h3:after {
  margin: 10px 0 0;
}

.fancy-title-white div:after {
  background-color: #ffffff;
}

.fancy-title-left div:after {
   margin: -3px 0 0;
}

.fancy-title, .fancy-title-white, .fancy-title-left {
  margin-bottom: 30px !important;
}

h4 {
	font-size: 25px;
	line-height: 28px;
	color: #0055a5;
	margin-bottom: 15px;
  text-align: left;
}

h5 {
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	margin-bottom: 10px;
}

h6 {
	font-size: 16px;
	line-height: 18px;
	text-align: left;
}

p {
	font-size: 20px;
	line-height: 25px;
  text-align: left;
  margin-bottom: 15px !important;
}

p.large {
	display: block;
	font-size: 25px;
	line-height: 30px;
	text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

a {
  font-weight: 600;
}

ul, ol {
  list-style-position: outside;
}

.primary ul, ol {
  margin-bottom: 30px;
  margin-left: 16px;
}

.primary ul, ol li {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}

/* Typography End */

/* Buttons/Links Start */

a {
	-webkit-transition: 0.2s all linear;
	-o-transition: 0.2s all linear;
	transition: 0.2s all linear;
}

button, .button, .wpcf7-submit {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 250px;
	padding: 0 40px;
	height: 50px;
	line-height: 46px;
	background-color: #0055a5;
	border-radius: 0;

	font-family: "Raleway", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ffffff;
}

button:hover, .button:hover, .wpcf7-submit:hover, button:focus, .button:focus, .wpcf7-submit:focus {
	background-color: #1d60ad;
  color: #ffffff;
}

.text-link {
  display: block;
  float: left;
  text-align: left;
  font-size: 18px;
  line-height: 20px;
	color: #0055a5;
	text-decoration: none;
  margin-top: 20px;
}

.text-link:hover, .text-link:focus {
	color: #1d60ad;
}

/* Buttons/Links End */

/* Logo + Nav Start */

header {
  background: #ffffff;
  position: relative;
  top: 0;
  z-index: 99999;
  padding: 0;
}

header .header-top {
  padding: 20px 0px;
}

header .header-logo {
  width: 50%;
  float: left;
}

header .custom-logo {
  float: left;
  margin: 0;
  width: 400px;
}

header .header-contact {
  width: 50%;
  float: right;
}

header .header-contact .widget {
  display: block;
  width: 100%;
  float: right;
  margin-bottom: 10px;
}

header .header-search .wp-block-search__inside-wrapper {
  float: right;
}

header .header-search button {
  width: auto;
}

header .header-nav {
  background-color: #8dd8f8;
}

nav {
  display: block;
  float: right;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

nav ul {
  list-style: none;
  margin: 0px 0;
  padding: 0;
}

ul.mainnav {
  display: block !important;
}

nav li {
  display: inline-block;
  float: left;
  text-align: right;
}

nav li a {
  text-decoration: none;
  color: #0055a5;
  font-size: 20px;
  padding: 28px 20px 32px 20px;
  width: 100%;
  position: relative;
  display: inline-block;
}

nav li a:before {
  content: "";
  position: absolute;
  border-top: 4px solid #0055a5;
  -webkit-transition: opacity .2s,width .2s .2s,left .2s,-webkit-transform .2s;
  transition: opacity .2s,width .2s .2s,left .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s,width .2s .2s,left .2s;
  transition: transform .2s,opacity .2s,width .2s .2s,left .2s,-webkit-transform .2s;
  left: 0;
  right: 0;
  opacity: 1;
  z-index: 1;
  top: 0px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
}

nav li a:hover {
  color: #1d60ad;
}

nav li a:hover:before, nav li a:focus:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

nav ul li ul {
  width: 180px;
  position: absolute;
  top: 140px;
  left: initial;
  margin: 0 !important;
  z-index: 999;
  background-color: rgba(30,115,190,0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;

}

nav ul li ul li, nav ul li ul li a, nav ul li ul li ul li, nav ul li ul li ul li a {
  padding: 10px 14px;
}

nav li:hover>ul {
  opacity: 1;
  visibility: visible;
  left: auto;
  display: block!important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

nav ul li ul li ul, nav ul li ul li:hover>ul {
  left: 180px;
  top: 0;
}

/* Logo + Nav End */

/* Page Headers Start */
.page-cover-image {
  background-image: url('/wp-content/uploads/2025/02/parallax-about.jpg');
  background-size: cover;
  background-position: 50%;
  width: 100%;
  height: 250px;
}

.page-cover-overlay {
  width: 100%;
  height: 100%;
  background-color: #001d37;
  opacity: 0.7;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.breadcrumb {
  display: block;
    padding: 8px 15px;
    margin-top: 20px;
    list-style: none;
    color: #e1e1e1;
}

.breadcrumb a {
    color: #e1e1e1;
    text-decoration: none;
}

/* Page Headers End */

/* Homepage Start */

.homepage-services p i {
  font-size: 60px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.homepage-services p {
  font-size: 20px;
  font-weight: 600;
}

.homepage-products img {
  margin-top: 20px !important;
}

.homepage-products p {
  margin-top: 20px;
}

/* Homepage End */

/* Page Start */

.page-content {
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-content p {
  font-size: 17px;
  line-height: 22px;
  max-width: 800px;
}

.our-services-columns {
  margin-top: 40px;
}

.our-services .column-inner {
  padding: 15px;
}

.our-services .column-inner p {
  font-size: 15px;
  line-height: 20px;
}

/* Page End */


/* Footer Start */

.footer-nav {
  background-color: #8dd8f8;
  border-top: 3px solid #0055a5;
  padding: 10px 0px;
}

.footer-nav .menu {
  display: block;
  float: left;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: 0px 0;
  margin-top: 35px;
  list-style: none;
  padding: 0;
}


.footer-nav .menu li {
  display: inline-block;
  float: left;
  text-align: left;
  border-right: 1px solid #0055a5;
}

.footer-nav .menu li:last-of-type {
  border: none;
}

.footer-nav .menu li a {
  text-decoration: none;
  color: #0055a5;
  font-size: 14px;
  padding: 0px 25px 0px 25px;
  font-weight: 400;
  width: 100%;
  position: relative;
  display: inline-block;
}

.footer-nav p {
  font-size: 10px;
  line-height: 15px;
}

footer {
  position: relative;
  bottom: 0;
  background-color: #25242c;
  padding: 30px 20px;
}

footer p {
  color: #e1e1e1;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  margin-bottom: 0 !important;
}

/* Footer End */


/* Responsive Styles Start */

@media (max-width: 780px) {


}

@media (max-width: 650px) {
  .column-third {
    width: 50%;
  }
}

@media (max-width: 570px) {

  .column-third {
    width: 100%;
  }

}

/* Responsive Styles End */
