/*
Theme Name: Plexaweb Bespoke Theme
Author: Plexaweb
Author URI: https://www.plexaweb.co.uk
Description: Bespoke website theme by Plexaweb.
Version: 2.1
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: plexaweb
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

a {
    color: #0d2e49
}

a:hover {
    color: #17507f;
    cursor: pointer;
    text-decoration: none;
}
p, ul, li, a {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

body
{
text-align: left;
padding: 0px;
margin: 0px;
}

* {
    outline-width: 0px !important;
    text-decoration: none;
}

.hamburger.is-active:hover, .hamburger:hover, .hamburger:active, .hamburger {
    outline-width: 0px;
}
#ttr_sidebar
{
border-left: 1px solid black;
}
#ttr_footer
{
width: 100%;
border-top: 1px #a2a2a2 solid;
text-align: center;
}
.title
{
font-size: 11pt;
font-family: verdana;
font-weight: bold;
}

*:hover, *:active, *:focus {
    outline: 0;
  }

  input::-moz-focus-inner { 
    border: 0; 
  }

  * {
      border: 0;
  }

  a, a:active, a:focus{
    outline: none; /* Works in Firefox, Chrome, IE8 and above */ 
}

input[type="reset"],
input[type="button"],
input[type="submit"],
input[type="file"]
 {
    border: none;
}

.logo {
max-width: 100%;
width: 200px;

padding-bottom: 30px;
padding-top: 10px;
}

html {
    overflow-x: hidden;
}

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



.hamburger {
    display: none;
}

/* Styles for align-wide and align-full */

.alignwide {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
}

.alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
}

.footer {
    background-color: #113A62;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

.header {
    padding-top: 20px;
    -webkit-box-shadow: 4px 4px 5px -3px rgba(204,204,204,1);
-moz-box-shadow: 4px 4px 5px -3px rgba(204,204,204,1);
box-shadow: 4px 4px 5px -3px rgba(204,204,204,1);
}

.menu-main-menu-container {
    width: calc(100% - 200px);
  
}
.menu-main-menu-container ul {
    list-style: none;
}

.menu-main-menu-container ul li {
    display: inline-block;
}

.menu-main-menu-container ul {
    position: absolute;
    bottom: 0px;
    margin: 0px;
    padding: 0px;
    text-align: right;
    width: 100%;
}

.menu-main-menu-container {
    position: relative;
}

.menu-main-menu-container ul li {
    display: inline-block;
}

.menu-main-menu-container ul li a {
    display: block;
    padding: 20px;
    padding-bottom: 40px;
    color: #6EBF4F;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 24px;


}

.menu-main-menu-container ul li {
    position: relative;
}

.menu-main-menu-container ul li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: white; /* Change this as needed */
}

.menu-main-menu-container ul li:hover ul {
    display: block;
}

.menu-main-menu-container ul li ul li {
    display: block;
}

.menu-main-menu-container ul li ul li a {
    padding: 10px 20px; /* Adjust padding as needed */
    color: #6EBF4F; /* Change this as needed */
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px; /* Adjust font size as needed */
    text-align: left; /* Ensure text alignment is left for sub-menu items */
}

.menu-main-menu-container ul li ul li a:hover {
    background-color: #f1f1f1; /* Change this as needed for hover effect */
}


.top-header {
    background-color: #6EBF4F;
    color: #fff;
    font-size: 18px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.top-header a {
    color: #fff;
    font-size: 24px;
}


@media (min-width: 1200px) {
    .container {
      max-width: 1400px;
    }
  }

  @media (min-width: 1400px) {
    .container {
      max-width: 1600px;
    }
}

.sub-heading {
    background-color: #113A62;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.pcol .wp-block-column {
    background-color: #f0f0f0;
    border-radius: 3px; /* Adjust the radius as needed */


    padding: 20px; /* Add some padding for better spacing */
    margin: 10px 0; /* Add margin to separate each column */
}

/* Make all fields and labels full width */
.wpcf7-form-control-wrap {
    width: 100%;
}

.wpcf7-form-control {
    width: 100%;
    box-sizing: border-box; /* Ensure padding and border are included in the width */
    border-radius: 3px; /* Border radius for fields */
    padding: 10px; /* Optional: Add some padding for better appearance */
}

/* Style the labels */
.wpcf7-form label {
    display: block;
    width: 100%;
    margin-bottom: 5px; /* Space between label and field */
}



/* Optional: Change button color on hover */
.wpcf7-submit:hover {
    background-color: #5ca440; /* Darker shade for hover */
}

/* Optional: Add some margin to space out fields */
.wpcf7-form-control {
    margin-bottom: 15px; /* Space between fields */
}

.wpcf7-form input, .wpcf7-form textarea {
    background-color: #f0f0f0;
    border-radius: 3px; /* Border radius for button */
}

/* Style the submit button */
.wpcf7-form input[type="submit"] {
    background-color: #6EBF4F; /* Button color */
    color: #fff; /* Button text color */
    border: none;
    border-radius: 3px; /* Border radius for button */
    padding: 10px 20px; /* Button padding */
    cursor: pointer;
    font-size: 16px; /* Button text size */
    text-align: center;
   display: inline-block;
   width: auto;
   position: absolute;
   right: 0px;
    box-sizing: border-box; /* Ensure padding and border are included in the width */
}

.wpcf7-form {
    position: relative;
    padding-bottom: 40px;
}

.homebanner {
    margin-bottom: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.homebanner h1 {
    font-size: 3.8vw;
}

.homebanner h2 {
    font-size: 2.69vw;
}

.b113a62 {
    background-color: #113a62;
}



.header-col {
    display: flex;
}
@media (max-width: 1024px) {
/* General menu styling */
.menu-main-menu-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #113A62;
}

.top-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.top-nav li {
    padding: 0;
    margin: 0;
}

.top-nav li a {
    display: block;
    color: white;
    background-color: #6EBF4F;
    padding: 30px 15px !important;
    text-decoration: none;
    width: 100%;
    text-align: center;
}

.top-nav li a:hover {
    background-color: #5ca741;
}

/* Hamburger menu styling */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 25px;
    cursor: pointer;
    margin: 10px;
}

.hamburger div {
    width: 100%;
    height: 3px;
    background-color: white;
    margin: 4px 0;
}

/* Responsive styling */

    .menu-main-menu-container {
        display: none;
       
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        max-width: 100vw;
        width: 100vw;
        position: absolute;
        left: 0px;
        z-index: 99999999999;
        top: 128px;
    }

    .hamburger {
        display: flex;
        position: absolute;
        right: 10px;
        top: 40px;
    }

    .menu-main-menu-container.open {
        display: flex;
        flex-direction: column;
    }

    .top-nav {
        flex-direction: column;
        width: 100%;
        position: relative;
        top: 0px;
        left: 0px;
    }

    .top-nav li {
        width: 100%;
    }

    .top-nav li a {
        color: #fff !important;
    }

    .header-col {
        position: relative;
    }

    .homebanner h1 {
        font-size: 44px;
    }

    .homebanner h2 {
        font-size: 32px;
    }
}

.showMenu {
    display: block !important;
}

.pweb {
    text-align: right;
}



.footer a {
    color: #bfcedc;
}

.pweb a {
    color: #9bafc0;
    font-size: 15px;
}

.main-div {
    min-height: calc(100vh - 300px);
}

.cButton a {
    background-color: #6EBF4F;
    color: #fff;
    border-radius: 3px;
    padding: 16px;
    font-size: 22px;
    font-family: 'Montserrat';
    margin-top: 10px;
    display: inline-block;
}

.wp-image-73 {
    margin-top: 40px;
}

/* Styling for the search container */
#search-container {
    width: 100%;
    margin-bottom: 20px;
}

#location-search {
    width: 100%;
    padding: 10px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

/* Styling for the location list and items */
.pwlocation-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.location-item {
    display: inline-block;
    background-color: #113A62;
    color: white;
    border-radius: 5px;
    margin: 5px;
    text-align: center;
    flex: 1 1 18%; /* roughly 5 items per row on desktop */
    box-sizing: border-box;
}

.location-item a {
    display: block; /* Ensure the link takes up the entire .location-item */
    color: white;
    text-decoration: none;
    padding: 10px 15px; /* Move the padding to the link to make it fully clickable */
    border-radius: 5px; /* Match the border-radius */
}

.location-item a:hover {
    background-color: #0d2e49;
    cursor: pointer;
}

/* Responsive styling */
@media (max-width: 1200px) {
    .location-item {
        flex: 1 1 30%; /* 3 items per row on tablet */
    }
}

@media (max-width: 768px) {
    .location-item {
        flex: 1 1 45%; /* 2 items per row on smaller tablets */
    }
}

@media (max-width: 480px) {
    .location-item {
        flex: 1 1 100%; /* 1 item per row on mobile */
    }
}

p {
    font-size: 20px;
}

.abutton a {
    background-color: #6EBF4F; /* Button color */
    color: #fff !important; /* Button text color */
    border: none;
    border-radius: 3px; /* Border radius for button */
    padding: 10px 20px; /* Button padding */
    cursor: pointer;
    font-size: 24px !important; /* Button text size */
    text-align: center;
   display: inline-block;
   width: auto;

   right: 0px;
    box-sizing: border-box; /* Ensure padding and border are included in the width */
   cursor: pointer;
}


.styledColumns {
    margin: -10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.styledColumns .wp-block-column {
    border-radius: 3px;
    background-color: #f0f0f0;
    margin: 10px;
    padding: 18px;
}

.industry-blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.industry-blocks .wp-block-column {
    position: relative;
    flex: 1 1 calc(33.333% - 1rem); /* Adjust the column width based on the number of columns */
    max-width: calc(33.333% - 1rem);
}

.industry-blocks .wp-block-column a {
    position: relative;
    display: block;
}

.industry-blocks .wp-block-column img {
    width: 100%;
    height: 300px; /* Set a fixed height for the images */
    object-fit: cover; /* Ensure images cover the area and maintain aspect ratio */
}

.industry-blocks .wp-block-column .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    pointer-events: none; /* Allow clicks to pass through to the anchor */
}

.midbanner {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}