/*
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);
  
}
.top-nav ul {
    list-style: none;
}

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

.hamburger {
    display: none;
}

body {
    background-color: #203650;
}

.contentfin {
    background-color: white;
    border-radius: 2px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
}

.logo {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

input {
    border: 2px solid #203650;
    border-radius: 20px;
   display: block;
   margin-left: auto;
   margin-right: auto;
    padding: 8px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    width: calc(100% + 20px);
    position: relative;
   left: -20px;
}

textarea {
    border: 2px solid #203650;
    border-radius: 20px;
   display: block;
   margin-left: auto;
   margin-right: auto;
    padding: 8px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    width: calc(100% + 20px);
    position: relative;
   left: -20px;
}

label {
    width: calc(100% - 20px);
    display: block;
    left: 20px;
    position: relative;
}

button {
    background-color: #203650 !important;
    color: #fff !important;
    padding: 13px !important;
    padding-left: 29px !important;
    padding-right: 29px !important;
    font-size: 18px;
}

input[type=submit] {
    float: right;
    background-color: #203650 !important;
    color: #fff !important;
    width: auto;
    font-size: 18px;
}

#footer {
    background-color: #0e1722;
    margin-top: 80px;
    padding-top: 20px;
    padding-bottom: 70px;
    position: relative;
}

#footer p {
    color: #fff;
    text-align: center;
}

#pweb {
    position: absolute;
    bottom: 5px;
    right: 5px;
    margin-top: 80px;
    font-size: 14px;
    color:#203650
}

.btn a {
    color: #fff !important;
    text-align: center;
    padding: 20px;
    background-color: #203650;
    padding: 13px !important;
    padding-left: 12px !important;
    padding-right: 14px !important;
    font-size: 16px;
    border-radius: 2px !important;
}

.iabtn a {
	 color: #fff !important;
    text-align: center;
    padding: 20px;
    background-color: #203650;
    padding: 13px !important;
    padding-left: 12px !important;
    padding-right: 14px !important;
    font-size: 16px;
    border-radius: 2px !important;
	display: block;
	width: 100%;
}

.bwrap {
    min-height: 100vh !important;
   
}

select {
    border: 2px solid #203650;
border-radius: 20px;
display: block;
margin-left: auto;
margin-right: auto;
padding: 8px;
  padding-right: 8px;
  padding-left: 8px;
padding-left: 20px;
padding-right: 20px;
font-size: 20px;
width: calc(100% + 20px);
position: relative;
left: -20px;
}