/*
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.
*/

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: 250px;
}

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

.top-nav {
    width: calc(100% - 250px);
  
}
.top-nav ul {
    list-style: none;
}

.top-nav ul li {
    display: inline-block;
}

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


.header {
    margin-top: 80px;
    margin-bottom: 60px;
}

.footer {
    background: #0077DD;
    margin-top: 120px;
    padding-top: 50px;
    padding-bottom: 80px;
    color: #fff;
}

.menu-main-menu-container ul {
    list-style: none;
    margin: 0px;
    width: 100% !important;
}

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

.menu-main-menu-container ul li a {
    padding: 18px;
    font-size: 20px;
    color: #0077DD;
    display: inline-block;
}

.topbanner {
    margin-bottom: 40px;
}

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

.get-started a {
    display: inline-block;
    background: #0077DD;
    border-radius: 4px;
    font-size: 20px;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-top: 20px;
}

.menu-main-menu-container {
    width: calc(100% - 250px);
    text-align: right;
    margin-right: -18px;
}

.flex {
    display: flex;
}

@media only screen and (max-width: 1024px) {
    .hamburger {
        display: block;
        position: absolute;
        right: 0px;
        top: 20px;
    }

    .flex {
        display: block;
        position: relative;
    }

    .menu-main-menu-container {
        margin: 0px;
        width: 100%;
        display: none;
    }

    .menu-main-menu-container ul {
        margin: 0px;
        width: 100%;
        padding: 0px;
    }

    .menu-main-menu-container ul li {
        width: 100%;
        text-align: center;
    }

    .menu-main-menu-container ul li a {
        display: block;
        width: 100%;
        text-align: center;
    }
  }

  .show-menu {
      display: block !important;
  }

  /* Style input fields, textarea, and select */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 textarea,
.wpcf7 select {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
    font-size: 14px;
}

/* Style submit button */
.wpcf7 input[type="submit"] {
    background-color: #0077DD;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

/* Optional: Add hover effect for the button */
.wpcf7 input[type="submit"]:hover {
    background-color: #005bb5;
}

/* Optional styling for the locations list */
.locations-menu-list {
    font-weight: normal;
    font-size: 1rem;
    color: #333;
}