/*
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: 250px;
}

img {
    max-width: 100%;
    height: auto;
}

.top-nav {
    width: calc(100% - 250px);
    text-align: right;
  
}
.top-nav ul {
    list-style: none;
    text-align: right;
}

.top-nav ul li {
    display: inline-block;
}

.top-nav ul li a {
    color: #ff6919;
    font-size: 17px;
    color: #BB44FF;
    color: #000;
  
    text-transform: uppercase;
    display: inline-block;
    padding: 10px;
}

.hamburger {
    display: none;
}

.header {
    padding-top: 40px;
    padding-bottom: 20px;
}

.header-col {
    display: flex;
}

.logo {
    padding-top: 10px;
}

.alignwide,
.alignfull {
	margin: 0px calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}

@media (max-width: 920px) {
	.alignwide {
		margin: 0px calc( ( 767px - 920px ) / 2 );
		max-width: 920px;
		width: 920px;
	}
}

* {
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Play', sans-serif;
}

html, body {
    overflow-x: hidden;
}

.footer {
    background-color: #000;
    margin-top: 80px;
    padding-top: 30px;
    padding-bottom: 60px;
    color: #fff;
}