/*
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: 220px;
border-radius: 50%;
overflow: hidden;
}

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 {
    background-color: #111;
    padding-top: 20px;
    padding-bottom: 20px;
}

.homebg h1 {
    font-size: 3.1vw;
}

.headercol {
    display: flex;
}

.menu-main-menu-container {
    width: calc(100% - 160px);
    padding-top: 64px;
}

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

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

.menu-main-menu-container ul li a {
    font-size: 20px;
    color: #6CD4EB;
    color: #fff;
}

.homebg {
    margin-bottom: 40px;

}

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

/* Base form styling */
.wpcf7 form {
    background: #fff;
  
    border-radius: 16px;
  
 

  }
  
  /* Label styling */
  .wpcf7 form label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    color: #111;
  }
  
  /* Input, select, and textarea styling */
  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="tel"],
  .wpcf7 textarea,
  .wpcf7 select {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #1897B3;
  
    margin-bottom: 20px;
    font-size: 16px;
    background: #f9f9f9;
    transition: all 0.3s ease;
  }
  
  .wpcf7 input:focus,
  .wpcf7 textarea:focus,
  .wpcf7 select:focus {
    outline: none;
    border-color: silver;
    background: #fff;
  }
  
  /* Submit button styling */
  .wpcf7 input[type="submit"] {
    background-color: #1897B3;
    color: white;
    padding: 14px 30px;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  
  .wpcf7 input[type="submit"]:hover {
    background-color: #111;
  }
  
  /* Add a little spacing between fields */
  .wpcf7-form-control-wrap {
    margin-bottom: 20px;
  }
  

  .footer {
      background-color: #111;
      padding-top: 40px;
      padding-bottom: 80px;
      margin-top: 70px;

      color: #fff;
  }

  .pweb {
      text-align: right;
  }

  .pweb a {
    color: #666;
    font-size: 14px;
  }

  .top-header {
    background-color: #6CD4EB;
    padding: 10px 0;
    text-align: right;
  }
  
  .top-header .contact-info {
    color: #000;
    font-size: 18px;
    text-align: right !important;
  }
  
  .top-header .contact-info a {
    color: #000;
    text-decoration: none;
    margin: 0 10px;
  }
  
  .top-header .contact-info a:hover {
    text-decoration: underline;
  }
  
  @media (max-width: 768px) {
    .headercol {
      display: block;
      width: 100%;
    }
  
    .hamburger {
      display: block;
      cursor: pointer;
      position: absolute;
      right: 10px;
      top: 20px;
    }

    .logo {
        width: 98px;
    }

    .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before, .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::after, .hamburger.is-active .hamburger-inner::before {
        background-color: #fff;
    }

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

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

    .menu-main-menu-container ul {
        margin: 0px;
        padding: 0px;
        display: block;
    }

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

    .top-header {
        display: none !important;
    }

    .homebg h1 {
        font-size: 48px;
    }
  }
  
  .display-block {
      display: block;
  }