/*
Theme Name: Plexaweb Bespoke Theme
Author: Plexaweb
Author URI: https://www.plexaweb.co.uk
Description: Bespoke website theme by Plexaweb.
Version: 2
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: 180px;
margin-top: 20px;
border-radius: 50%;
overflow: hidden;
margin-left: auto;
margin-right: auto;
}



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;
}

.footer {
    text-align: center;
    background-color: #77CAF1;
}

.header {
    background-color: #77CAF1;
}

.main-site-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: calc(100% - 30px);
    background-color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;
}

body {
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

* {
    font-family: "Open Sans", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
   font-family: "Roboto Slab", serif;;
}

.header {
    color: #fff;
    color: #000;
  }

  .name-heading {
    font-size: 64px;
  }

  .contact-header {
    color: #000;
    font-family: "Roboto Slab", serif;;
    font-weight: 600;
    font-size: 18px;
  }

  .header {
    padding-top: 30px;
  }

  .main-menu-w {
    background-color: #1196C0;
  }

  .main-menu-w ul {
    list-style: none;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.main-menu-w ul li {
    display: inline-block;
    
}

.main-menu-w ul li a {
    display: inline-block;
    color: #fff;
    padding: 14px;
}

/* Set width 100% for labels and inputs (excluding buttons) */
.wpcf7-form label,
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
    width: 100%;
}

/* Style the submit button */
.wpcf7-form input[type="submit"] {
    background-color: #77CAF1;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

/* Style the text inputs */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
    border: 1px solid #f0f0f0;
    padding: 10px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
}


.current-menu-item a {
    background-color: #fff;
    color: #505050 !important;
}

.main-menu-w ul li a:hover {
    color: #000 !important;
    background-color: #fff;
    text-decoration: none;
}

.contact-header p {
    margin: 0px;
    padding: 0px;
}


.ttspan {
    display: none;
}
@media only screen and (max-width: 990px) {
    .name-heading {
        font-size: 32px;
    }

    .friendly-heading {
        font-size: 26px;
    }

    .contact-header p {
        margin-bottom: 20px;
    }

    .hamburger {
        display: block;
        position: absolute;
        right: 10px;
    }

    .hamburger-wrap {
        background-color: #1196C0;
        color: #fff !important;
        position: absolute;
        height: 54px;
        top: 0px;
        width: 100%;
    }

    .header {
        position: relative;
      padding-top: 64px;
    }

    .hamburger-wrap .ttspan {
        max-width: calc(100% - 70px);
  display: block;
  float: left;
  padding: 4px;
  padding-left: 10px;
    }

    .hamburger-wrap .ttspan a {
        font-size: 16px;
        color: #fff;
    }
   
    .main-menu-w {
        position: absolute;
        top: 54px;
        left: 0px;
        width: 100%;
        display: none;
    }

    .main-menu-w {
     
        display: none;
    }

    .main-menu-w ul li {
        display: block;
        width: 100%;
    }

    .main-menu-w ul li a {
        display: block;
        width: 100%;
    }

    .main-site-wrap {
        width: 100%;
        margin-top: 0px;
    }
}

.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;
}

@media only screen and (max-width: 400px) {
    .contact-header {
        font-size: 17px !important
    }
}

.alignright {
    float: right;
}

.header {
    margin-bottom: 20px;
}

.header .contact-header a {
    color: #fff;
    transition: .3s;
}

.header .contact-header a:hover {
    color: #000;
    transition: .3s;
    text-decoration: none;
}

.show-menu {
    display: block;
}



  .friendly-heading {
    font-family: "Open Sans", sans-serif;
  }

  h1 {
    font-weight: 200;
    text-align: center;
    margin-bottom: 20px;
    font-size: 32px;
  }

  .name-heading {
    font-weight: 200;
    font-family: 'Open Sans',sans-serif;
}


.main-site-wrap {
    width: 100%;
    padding: 0px;
    margin: 0px;
    max-width: 100%;
}

/* Media query for mobile devices */
@media (max-width: 768px) {
    .homecolumns {
        flex-direction: column-reverse; /* Reverse the order of columns on mobile */
    }

    .wp-image-680 {
        display: none;
    }
}

h3 {
    font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;

}

h3:not(:first-of-type) {
    margin-top: 40px;
}