/*
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: 360px;
}

img {
    max-width: 100%;
    height: auto;
}

.main-menu {
    width: calc(100% - 360px);
  
}
.main-menu ul {
    list-style: none;
}

.main-menu ul li {
    display: inline-block;
}



.hamburger {
    display: none;
}

.top-header {
    background-color: #7700FF;
    
}

.top-header a {
    color: #fff;
    font-size: 18px;
    padding: 7px;
    display: inline-block;
}


.header {
    padding-top: 30px;
    padding-bottom: 10px;
}

* {
    font-family: 'Open Sans', sans-serif;




}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Varela Round', sans-serif;
}

.footer {
    background-color: #330077;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 80px;
}

.top-footer {
    background-color: #4400bb;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.main-menu ul li a {
    color: #4400bb;
    font-family: 'Varela Round', sans-serif;
    font-size: 18px;
    padding: 12px;
    padding-left: 14px;
    padding-right: 14px;

}


.main-menu {
    margin-top: 28px;
    text-align: right;
}

.main-menu ul li:nth-last-child(1) a {
    background-color: #4400bb;    
    color: #fff;
    border-radius: 3px;
}

.alignwide,
.alignfull {
	margin: 32px calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (max-width: 920px) {
	.alignwide {
		margin: 32px calc( ( 767px - 920px ) / 2 );
		max-width: 920px;
		width: 920px;
	}
}

.homebg h1 {
    font-size: 3vw !important;
}

/* Style for the input fields and textareas */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
    border: none; /* Removes the border */
    background-color: #e0e0e0; /* Sets the background color to light grey */
    border-radius: 3px; /* Sets the border-radius */
    padding: 10px; /* Optional: Adds some padding inside the input fields */
    width: 100%; /* Optional: Makes the input fields take full width */
    box-sizing: border-box; /* Optional: Adjusts the box model to include padding in width */
}

/* Style for the submit button */
.wpcf7-form input[type="submit"] {
    background-color: #4400bb; /* Sets the background color to purple */
    color: white; /* Sets the text color to white */
    border: none; /* Removes the border */
    border-radius: 3px; /* Sets the border-radius */
    padding: 10px 20px; /* Adds some padding inside the button */
    cursor: pointer; /* Changes the cursor to indicate it's clickable */
    transition: background-color 0.3s; /* Optional: Adds a smooth transition effect */
}

/* Optional: Style for the submit button on hover */
.wpcf7-form input[type="submit"]:hover {
    background-color: #3700a0; /* Changes the background color when hovered */
}

.wpcf7-form label {
    width: 100%;
}

.wpcf7-form-control {
    float: right;
}

