/*
Theme Name: powerquad2.0
Theme URI: https://github.com/tidythemes/powerquad
Author: powerQuad
Author URI: http://powerquad.co.uk/
Description: powerQuad 2.0 New and Shiny
Version: 2019.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: powerquad

powerquad WordPress Theme Â© 2011-2019 via TidyThemes
powerquad is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}body{line-height:1}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600&display=swap');

body, button, input, select, textarea  {font-family: 'Nunito', sans-serif !important;}
body h1 { font-size: 2em; margin-bottom:0.5em;}
body h2 { font-size: 1.5em; }
h3 { font-size: 1.17em; }
h4 { font-size: 1.12em; }
h5 { font-size: .83em; }
h6 { font-size: .75em; }
h1, h2, h3, h4, h5, h6 {font-weight:600;line-height:1.125;}


.header {
  background-color: white;
  display: flex;
  align-items: center;
}
.nav {
  width: 100%;
}
.pq-content{
	margin: 0px 150px 0px 150px;
}
.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}
#menu {
	color:black;
}
#menu a {
    text-decoration: none;
    display: block;
    white-space: nowrap;
    padding: 10px 15px;
    color: #46c8f9;
    text-transform: uppercase;
  }
 
#menu a:hover {
    color: #336699;
  }
a:active {
	color:black;
}
a:visited {
	color:rgb(0,0,238);
}
.active{
	color:red;
}

#menu ul {
    background-color: white;
	float: right;
  }
#menu li {
  display:inline-block;
}
#menu li a{
  padding: 19px 16px;
}
#menu-item-790 a{
	background-color: #336699;
	color: white;
}
#menu-item-790 a:hover{
	background-color: #46C8F9;
	color: white;
}
.menu-item {
	padding-top: 5px;
}
#branding {
	float:left;
}
#branding img {
	margin:10px 0 3px 50px;
}
#container {
	clear:both;
}
.pq-tab-panel {
	width:70%;
	margin: 0 auto;
}
.pq-tab-panel h2 {
	font-size:1.5em;
	margin-bottom: 15px;
}
.pq-tab-panel button {
    background-color: #336699;
	color:white;
	border: none;
	padding: 13px 20px;
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	font-size: 16px;
}

.pq-tab-button {
        background-color: #336699;
	color:white;
	border: none;
	padding: 13px 20px;
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	font-size: 16px;
	transition: all .2s ease-in-out;
}

.pq-tab-button:visited {
	color: white;
}

.pq-tab-button:hover {
	background-color: #46C8F9;
}

.pq-tab-buttons button {
	width: 32%;
	cursor: pointer;
}
.pq-tab-button.pq-active-tab{
	background-color: #46C8F9;
}
.pq-tab {
	margin-top:15px;
	min-height: 180px;
}
.pq-tab-button {
	margin-top:15px;
}
.pq-twitter {
	background: url('https://powerquad.co.uk/wp-content/uploads/2019/07/twitter_s.png') no-repeat;
}
.pq-linkedin {
	background: url('https://powerquad.co.uk/wp-content/uploads/2019/07/linked_s.png') no-repeat;
}
.pq-facebook {
	background: url('https://powerquad.co.uk/wp-content/uploads/2019/07/facebook_s.png') no-repeat;
}
.pq-social {
  display: inline-block;
  height: 100px;
  width: 100px;
}
.pq-social:hover {
  background-position: 100% 0;
}
.pq-social {
	margin:0 22px;
}
.pq-contact input, .pq-contact textarea {
	background-color:white;
	color:#aaa;
}
.pq-contact input, .pq-contact textarea{
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    
    padding: 15px 20px;
    margin-bottom: 20px;
    font-size: 16px;
}
.pq-contact textarea{width:92%;}
.pq-contact input[type=text], .contact input[type=email]{width:75%;}
.pq-contact input[type=submit] {
	background-color:#336699;
	color:white;
	max-width:150px;
}
#pq-custom-ft .vce-feature-section-image{
	background-size: contain;
}
#footer{
	background-color: #336699;
	color: white;
}
.home #footer {
	background-color: grey;
}
#footer a {
	color:#FFFFFF;
}
#footer a:hover{
	color:#363636;
}
#footer form{
	max-width:400px;
	margin:0 auto;
}
.pqform input[type='text'], .pqform input[type='email'], .pqform textarea {
    font-size: 14px;
    padding: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: Arial,Helvetica,sans-serif;
    border: 1px solid #a7a7a7;
}
#footer input[type='submit'] {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 11px 10px;
    width: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0px;
    border-radius: 4px;
    background-color: #3e9dcf;
    color: #fff;
    text-align: center;
    font-family: Arial,Helvetica,sans-serif;
    border-style: none;
	background: #3e9dcf;
	cursor: pointer;
}

#askus input[type='submit'] {
	padding: 15px 50px;
	border: none;
	background-color: #557cbf;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

#askus input[type="submit"]:hover {
	background-color: #4d70ac;
}

#footer input[type="submit"]:hover {
	background-color: #3897c9;
}
#footer .pqform {
	margin-left: 170px;
}
.footer-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  margin: 10px 10px 0 10px;
}
.footer-item {
  margin: 20px 20px 0 20px;
  text-align: center;
}
.footer-left{
  text-align: left;
}
.footer-right{
  text-align: right;
}
.footer-right img {
	margin-top:15px;
}

#menu .current-menu-item a {
	background-color:#46c8f9;
	color:white;
}
#menu .current-menu-item a:visited {
	color:white;
}
/*contact*/
/*
.contact input, .contact textarea {background-color: #29527c; border: none; color: white; }
.contact input {border:none;color: white;}
.contact textarea{width:92%;}
.contact input[type=text], .contact input[type=email]{width:75%;}
*/

.menu-btn {
	display:none;
	float:right;
	padding: 20px 20px 0 0;
	cursor: pointer;
}
.menu-btn span {
    display: block;
    width: 19px;
    height: 3px;
    margin: 4px 0;
    background-color: #46c8f9;
    z-index: 99;	
}
/*popup*/
p.western { margin-bottom: 0.25cm; direction: ltr; line-height: 115%; text-align: left; orphans: 2; widows: 2; background: transparent }
p.western { font-family: "Arial Nova", serif }
h1.western { margin-bottom: 0cm; direction: ltr; color: #2f5496; line-height: 108%; text-align: left; page-break-inside: avoid; orphans: 2; widows: 2; background: transparent; page-break-after: avoid }
h1.western { font-family: "Nunito", serif; font-size: 14pt }
h1.cjk { font-size: 14pt }
h1.ctl { font-size: 16pt }

/*password protect*/
.post-password-form {margin: 60px 15px 300px 15px}

@media only screen and (max-width: 1080px) {
 #menu-main-menu{
    display:none;
	 padding-top:73px;
  }
 .menu-btn {
	display:block;
 }
 #menu ul {
   float:none;
	 text-align:center;
 }
 #menu li {
  display:block;
 }
 .footer-grid, .footer-left, .footer-right{
  display:block; 
  text-align: center;
 }
 .footer-right div {
  text-align: center !important;
  float: none !important;
 }
 #footer{
  height:100%;
 }
 #footer .pqform {
  margin-left:20px;	
 }
}

@media only screen and (max-width: 650px) {
	#branding {
		width:89%;
	}
	#branding img {
		max-width:200px;
		margin: 15px auto 10px auto;
		display: block;
	}
	.pq-tab-panel {
		width: 100%;
		margin-left: 6px;
	}
	.pq-tab{    
		margin: 15px 25px;
	}
	#el-08cb2597 .vce-feature-description-image-wrapper {
		margin: 0 0 0 auto;
	}
}