/*
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;
background-color: #faf9f2;
}

.header {
    background-color: #336699;
}

.footer {
    background-color: #2F4858;
    padding-bottom: 120px;
    padding-top: 50px;
}

.footer ul li a, .footer ul li, .footer, .footer h2, .footer h3, .footer p, .footer span {
    color: #fff;
}

* {
    outline-width: 0px !important;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    

    font-family: 'PT Serif', serif;
}



.hamburger.is-active:hover, .hamburger:hover, .hamburger:active, .hamburger {
    outline-width: 0px;
}
#ttr_sidebar
{

margin-top: 20px;
margin-bottom: 20px;
text-align: right;
}

#ttr_sidebar ul {
    margin: 0px;
    padding: 0px;
    list-style: none;;
}

#ttr_sidebar ul li {
    display: block;
    text-align: right;
}

#ttr_sidebar ul li a {
    color: #336699;

}
#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;
}

.menu-main-menu-container {
    width: calc(100% - 250px);
    text-align: right;
  
}
.menu-main-menu-container ul {
    list-style: none;
    margin: 0px !important;
    padding: 0px !important;
}

.menu-main-menu-container ul li {

    display: inline-block;
}

.menu-main-menu-container ul li a {
    color: #fff;
    padding: 8px;
    display: inline-block;
    font-size: 18px;
}

.hamburger {
    display: none;
}

.header {
    padding-top: 20px;
    padding-bottom: 20px;
}

.header .col-sm-12 {
    display: flex;
}

.top-heading-home {
    background-color: #000;
    padding-top: 80px;
    padding-bottom: 80px;
}

.top-heading-home h1 {
    color: #fff;
    font-size: 4.2vw;
    text-align: center;
}

.top-heading-home h3 {
    color: #fff;
    font-size: 2.2vw;
    text-align: center;
}

.logo {
    padding-top: 10px;
}

@media only screen and (max-width: 1000px) {
    .hamburger {
        display: block;
    }

    .menu-main-menu-container {
        display: none;
        background-color: #336699;
        position: absolute;
        top: 55px;
        margin-left: calc(50% - 60vw);
        width: 120vw;
      z-index: 9999999999;
    }


    .hamburger {
        position: absolute;
        right: 0px;
    }

    .menu-main-menu-container li {
        display: block;
        padding: 10px;
        width: 100%;
    }

    .menu-main-menu-container li a {
        display: block;
        padding: 10px;
        width: 100%;
        text-align: center;;
    }
    .show-menu {
        display: block !important;
    }
  }