/*!
Theme Name: Superior Trade Solutions
Theme URI: http://underscores.me/
Author: Winkless Web Design
Author URI: http://www.winklesswebdesign.com.au
Description: Superior Trade Solutions Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: superior-trade-solutions
*/

@import url("base-style.css");

body {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	font-size: 16px;
}

.page {
	margin-bottom: 0px;
}

.hentry {
	margin-bottom: 0px;
}

a {
	color: #ffbf00;
	text-decoration: none !important;}

a:visited {
	color: #ffbf00;
}

a:hover {
	color: #404040;
}

p, li {
	font-size: 16px;
}

p {
	margin-bottom: 15px;
	margin-top: 0px;
	line-height: 26px;
}

h1 {
	font-size: 1.8em;
	margin-bottom: 15px;
	margin-top: 0px;}

h2 {
	font-size: 1.4em;
	margin-bottom: 10px;
	margin-top: 5px;
	color: #32688c;}

h3 {
	font-size: 1.25em;
	margin-bottom: 5px;}

h4 {
	font-size: 1.125em;}

h1, h2, h3, h4 {
	font-family: 'Open Sans', sans-serif;
	clear: none;
	color: #ffbf00;
	font-weight: normal;
	text-transform: uppercase;}

ul {
	margin-top: -5px;
}

li {
	line-height: 25px;
}

header {
	background: #fff;
}

#header-cont {
	width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.site-branding {
	width: 100%;
	float: left;
	padding: 15px 0px;
	text-align: center;
}

.contact {
	float: left;
	width: 100%;
	background: #464646;
}

.contact-container {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: right;
}

.contact-container p {
	margin-bottom: 0px;
}


.fas {
	color: #ffbf00;
	margin-right: 10px;
	width: 20px;
}

#site-navigation {
	height: 40px;
	width: 100%;
	float: left;
	clear: none;
	background: #ffbf00;
}

.menu-main-navigation-container {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	height: 40px;
}

menu-main-navigation-container a {
	color: #fff;
	margin-top: 2px;
}

.menu {
	width: 100%;
	height: 40px;
}

.main-navigation ul {
	width: 890px;
	float: none;
	margin: 0 auto;
}

.main-navigation a {
	color: #fff;
}

.main-navigation a:hover {
	color: #464646;
}

.main-navigation li {
	padding-left: 20px;
	padding-right: 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 40px;
}

ul.sub-menu li:first-child {
	padding-left: 18px;
}

.main-navigation li:last-child {
	padding-right: 0px;
}

.main-navigation ul ul a:hover {
	color: #fff;
}

.menu-main-menu-container a:hover {
	color: #333;
}

.main-navigation ul ul {
	background: #838587;
	padding-left: 0px;
	margin-left: -18px;
}

.main-navigation ul ul li {
	padding-left: 10px;
	padding-right: 10px;
}

.main-navigation ul:active ul {
	background: #fff;
}

.main-navigation ul ul a {
	width: 180px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-left: 0px;
}

.main-navigation li a, .main-navigation li {
    z-index: 9999;
}

ul.sub-menu {
	padding-top: 0px;
	margin-top: 11px;
}

#content, .entry-content {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 20px 40px 20px;
}

#content {
	padding: 30px 20px;
	padding-bottom: 40px;
	margin-bottom: 10px;
	clear: both;
}

#home {
	text-align: center;
}

#home h1 {
	margin-bottom: 10px;
}

.feature-overlay {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 30px;
}

#feature-image {
	text-align: center;
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#feature-image img {
	width: 100%;
	height: auto;
}

#feature-message {
	width: 80%;
	margin: 0 auto;
}

#feature-message p.title {
	font-size: 44px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 54px;
	margin-bottom: 40px;
}

p.description {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

ul.feature-links {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 50px;
	font-size: 18px;
    text-transform: uppercase;
}

ul.feature-links li {
	width: 30%;
	float: left;
	margin-right: 5%;
	background: #ffbf00;
	padding: 20px 10px;
	border: 2px solid #ffbf00;
}

ul.feature-links li:nth-child(3) {
	margin-right: 0;
}

ul.feature-links li a {
	color: #fff;
}

ul.feature-links li a:hover {
	color: #464646;
}

li.category-container img {
	display: block;
}

.link-title {
	float: left;
	width: 100%;
	background: #ffbf00;
	padding: 5px 0;
}

.link-title a {
	color: #fff;
}


.home-content {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0px 10px 20px 10px;
	text-align: center;
}

ul.home-page {
	list-style-position: inside;
	float: left;
	width: 100%;
	margin-left: 0px;
	padding-left: 0px;
}

ul.home-page li {
	width: 30%;
	float: left;
	margin-right: 5%;
}

ul.home-page li:nth-child(3n) {
	margin-right: 0;
}

#boxes {
	width: 100%;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
}

ul.catlinks {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	float: left;
	width: 100%;
	margin-top: 20px;
}

ul.catlinks li {
	float: left;
	width: 30%;
	margin-right: 5%;
}

ul.catlinks li:nth-child(3n) {
	margin-right: 0;
}

ul.services {
	margin-left: 0px;
	padding-left: 20px;
	margin-bottom: 0px;
	float: left;
	width: 100%;
}

ul.services li {
	width: 48%;
	margin-right: 4%;
	float: left;
}

ul.services li:nth-child(even) {
	margin-right: 0;
}

ul.service-gallery-images {
	float: left;
	width: 100%;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	margin-top: 30px;
}

ul.service-gallery-images li {
	float: left;
	width: 32%;
	margin-right: 2%;
}

ul.service-gallery-images li:nth-child(3n) {
	margin-right: 0;
}

ul.service-gallery-images img {
	border: 2px solid #ececec;
}

#page-end {
	margin-top: 20px;
	float: left;
	width: 100%;
}

.contact-form {
	float: left;
	width: 100%;
	background: #ffbf00;
}

.contact-form-container {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding: 30px 20px;
}

.contact-form-container h2 {
	color: #fff;
	font-size: 30px;
	text-align: center;
}

.contact-form-container input[type="submit"] {
	border: 2px solid #464646; 
		-webkit-border-radius: 3px; 
		-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:16px;
	font-family:'Open Sans', sans-serif; 
	padding: 15px 10px 15px 10px; 
	text-decoration:none; 
	display:inline-block;
	text-shadow: none;
	font-weight:normal; 
	color: #fff;
	background: #464646; 
	width: 100%;
	margin-top: 10px;
	box-shadow: none;
	height: auto;
}

.contact-form-container input[type="submit"]:hover{
	background-color: #fff;
	color: #464646 !important
}

.contact-form-left {
	width: 48%;
	margin-right: 4%;
	float: left;
}

.contact-form-right {
	width: 48%;
	float: left;
}

.contact-form-right textarea {
	height: 220px;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], textarea {
	text-align: center;
}

.contact-form-left p {
	margin-bottom: 10px;
}

.flxmap-container {
	margin-top: 20px;
	margin-bottom: 10px;
	border: 2px solid #838587;
}

/** CONTACT FORM STYLING **/

span.wpcf7-list-item {
	display: block;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], select {
	width: 100%;
	border: 1px solid #ececec;
	height: 35px !important;
}

.contact-form-left span.wpcf7-list-item {
	text-align: left;
}

.contact-form-left p, .contact-form-right p {
	font-weight: bold;
	margin-bottom: 15px;
}

.contact-form-left label {
	font-weight: normal;
}

.check {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

span.wpcf7-list-item {
	width: 100%;
	margin-right: 0%;
	float: left;
}

span.red {
	color: #ff2200;
}

textarea {
	height: 130px;
	border: 1px solid #ececec;
}

.contact-form-right input[type="submit"] {
	border:1px solid #ffbf00; 
		-webkit-border-radius: 3px; 
		-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:16px;
	font-family:'Open Sans', sans-serif; 
	padding: 8px 10px 10px 10px; 
	text-decoration:none; 
	display:inline-block;
	text-shadow: none;
	font-weight:normal; 
	color: #fff;
	background: #ffbf00; 
	width: 100%;
	margin-top: 10px;
	box-shadow: none;
	height: 35px;
}

.contact-form-right input[type="submit"]:hover{
	background-color: #fff;
	color: #ffbf00 !important
}

#wpgmza_map {
	border-top: 2px solid #464646;
	border-bottom: 2px solid #464646;
}

span.wpcf7-list-item:last-child {
	margin-bottom: 10px;
}

span.wpcf7-not-valid-tip {
	color: #ff2200;
}

div.wpcf7-validation-errors {
	border: none;
	color: #ff2200;
	margin: -25px 0px 15px 0px;
}

div.wpcf7-mail-sent-ng {
	border: none;
	margin: -25px 0px 15px 0px;
	font-size: 14px;
}

div.wpcf7-response-output {
	border: none !important;
	color: #fff;
}

footer {
	width: 100%;
	padding: 30px 0px 0px 0px;
	margin: 0 auto;
	background: #464646;
	clear: both;
}

.site-info {
	padding: 0 20px;
	text-align: left;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.footer-box {
	float: left;
	width: 24%;
	margin-right: 14%;
	margin-bottom: 35px;
}

.footer-box:last-child {
	margin-right: 0%;
}

footer p, footer li {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	padding-bottom: 0px;
	margin-top: 0px;
	clear: both;
}

footer p strong.title {
	font-weight: bold;
	color: #ffbf00;
	text-transform: uppercase;
	margin-bottom: 15px;
}

footer ul {
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
}

footer a, footer p a {
	color: #fff;
}

footer a:visited {
	color: #fff;
}

footer a:hover {
	color: #ffbf00;
}

img.footer {
	margin-right: 5px;
	height: 10px;
}

.site-footer:before {
	display: inline;
	content: none;
}

#footer-bottom {
	float: left;
	width: 100%;
	background: #ffbf00;
	text-align: center;
	padding: 10px 0;
}

#footer-bottom li {
	display: inline-block;
}

#footer-bottom ul li:after {
	content: "|";
	padding: 0 5px;
}

#footer-bottom ul li:last-child:after {
	content: "";
}

#footer-bottom ul li a:hover {
	color: #464646;
}

/************************************************************* RESPONSIVE STYLING ******************************************************************/
@media screen and (min-width: 0px) and (max-width: 480px) {

#header .site-branding {
	width: auto;
	margin: 0 auto;
}

#header {
	height: 165px;
}

.site-branding {
	padding: 0 10px;
	float: none;
	margin: 0 auto;
	text-align: center;
}

.contact {
	float: none;
	margin: 0 auto;
	text-align: center;
	padding: 5px 0;
	margin-bottom: 20px;
}

p.cont {
	float: none;
	margin: 0 auto;
	clear: none;
	width: auto;
	padding-right: 0px;
	font-size: 14px;
}

.contact-container p {
	padding-right: 20px;
}

#site-navigation {
	margin-top: 0px;
	height: 35px;
	width: 100%;
}

.menu {
	width: 100%;
	float: none;
	height: 40px;
}

.menu-main-menu-container {
	height: 0px;
}

.menu-main-menu-container ul.sub-menu {
	display: none;
}

.main-navigation ul ul li {
	display: none;
}

.main-navigation li:last-child {
	padding-right: 0px;
	margin-bottom: 10px;
}

.entry-content {
	padding-top: 15px;
}

p, li {
	font-size: 14px;
}

h1 {
	margin: 15px 0;
	font-size: 1.5em;
}

#content {
	width: 90%;
	max-width: 480px;
	margin: 0 auto;
	padding: 0px 0px 30px 0px;
	text-align: center;
}

.home-content {
	text-align: center;
	padding: 0px 20px 20px 20px;
}

.home-content p, #boxes p {
	font-size: 14px;
}

#feature-message {
	width: 90%;
}

#feature-message p.title {
	font-size: 34px;
	line-height: 36px;
	margin-bottom: 20px;
}

p.description {
	font-size: 18px;
}

ul.feature-links {
	margin-top: 10px;
	margin-bottom: 30px;
}

ul.feature-links li {
	padding: 20px 25px;
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}

ul.home-page {
	margin-bottom: 10px;
}

ul.home-page li {
	width: 100%;
	margin-right: 0;
}

#feature-image {
	width: 100%;
	min-height: 200px;
	height: auto;
}

ul.catlinks {
	margin-bottom: 0px;
}

ul.catlinks li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}

ul.services {
	list-style-position: inside;
	padding-left: 0px;
	margin-left: 0px;
}

ul.services li {
	width: 100%;
	margin-right: 0%;
	float: left;
}

ul.service-gallery-images li {
	float: left;
	width: 49%;
	margin-right: 2%;
}

ul.service-gallery-images li:nth-child(3n) {
	margin-right: 2%;
}

ul.service-gallery-images li:nth-child(2n) {
	margin-right: 0%;
}

.contact-form-left {
	width: 100%;
	margin-right: 0%;
	float: left;
}

.contact-form-right {
	width: 100%;
	margin-left: 0%;
	float: left;
	margin-top: 20px;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], textarea {
	text-align: center;
}

span.wpcf7-list-item {
	width: 100%;
	margin-right: 0%;
	float: left;
}

.contact-form-left span.wpcf7-list-item {
	text-align: center;
	margin-left: 0px;
}

footer {
	float: left;
}

.footer-box {
	width: 100%;
	margin-right: 0;
	text-align: center;
}

footer strong.title {
	text-align: center;
	float: none;
}

}


@media screen and (min-width: 481px) and (max-width: 759px) {

#header .site-branding {
	width: auto;
	margin: 0 auto;
	padding-left: 15px;
}

#header {
	height: 110px;
}

#header-cont {
	padding: 0 10px;
}

.site-branding {
	padding-left: 0px;
	max-width: none;
}

.cont {
	float: right;
	width: 175px;
	margin: 0 auto;
	text-align: left;
	padding-top: 20px;
}

.contact-container {
	padding-right: 20px;
}

p.cont {
	float: none;
	margin: 0 auto;
	text-align: center;
	clear: none;
	width: auto;
	padding-right: 0px;
}

#site-navigation {
	height: 35px;
	margin-top: 0px;
	width: 100%;
	float: left;
	clear: both;
}

.main-navigation li:last-child {
	padding-left: 0px;
	padding-right: 0px;
}

.main-navigation li {
	padding-right: 0px;
}

.menu-main-menu-container ul.sub-menu {
	display: none;
}

button:hover {
	border: 0px;
}

ul.sub-menu {
	display: none;
}

.entry-content {
	padding-top: 20px;
}

#feature-message {
	width: 90%;
}

#feature-message p.title {
	font-size: 34px;
	line-height: 36px;
	margin-bottom: 20px;
}

p.description {
	font-size: 18px;
}

ul.service-gallery-images li {
	float: left;
	width: 49%;
	margin-right: 2%;
}

ul.service-gallery-images li:nth-child(3n) {
	margin-right: 2%;
}

ul.service-gallery-images li:nth-child(2n) {
	margin-right: 0%;
}

.contact-form-left {
	width: 100%;
	margin-right: 0%;
	float: left;
	margin-bottom: 10px;
}

.contact-form-right {
	width: 100%;
	margin-left: 0%;
	float: left;
	margin-top: 0px;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], textarea {
	text-align: center;
}

span.wpcf7-list-item {
	width: 100%;
	margin-right: 0%;
	float: left;
}

.contact-form-left span.wpcf7-list-item {
	text-align: center;
	margin-left: 0px;
}

.footer-box {
	width: 48%;
	margin-right: 4%;
	text-align: center;
}

.footer-box:first-child {
	width: 100%;
	margin-right: 0;
	text-align: center;
}

}


@media screen and (min-width: 760px) and (max-width: 960px) {

#header-cont {
	padding: 0 10px;
}

.menu-main-menu-container {
	max-width: 710px;
	padding-top: 2px;
	padding-left: 0px;
	margin: 0 auto;
}

.main-navigation ul {
	width: 715px;}

.menu {
	width: 715px;
}

.main-navigation li {
	padding-left: 12px;
	padding-right: 12px;
	font-size: 13px;
}

.main-navigation ul ul {
	margin-left: -10px;
}

.home-content {
	padding: 0px;
}

.feature-overlay {
	padding-top: 20px;
}

#feature-message p.title {
	margin-bottom: 25px;
}

p.description {
	margin-bottom: 15px;
	font-size: 22px;
}

#content {
	padding-top: 20px;
}


}




@media screen and (max-width: 759px) {
   .menu-toggle,
   .main-navigation.toggled .nav-menu {
      display: block;
   }
   .main-navigation ul{
       display:none;
   }
}

@media screen and (max-width: 600px) {
   .menu-toggle,
   .main-navigation.toggled .nav-menu {
      display: block;
   }
   .main-navigation ul{
       display:none;
   }
   .main-navigation :hover ul {
      display: block;
   }
}

/***************************************************** END OF RESPONSIVE STYLING *************************************************/



/** RESPONSIVE BUTTON SYTLING **/
@media screen and (max-width: 759px) {

button {
border: none;
background: #ffbf00;
background-image: url('http://www.superiortradesolutions.com.au/Images/responsive-menu.png');
background-position: right;
background-repeat: no-repeat;
color: #fff;
box-shadow: none;
cursor: pointer;
-webkit-appearance: none;
font-size: 16px;
line-height: 1;
padding: .6em 0em .4em;
text-shadow: none;
border-radius: 0px;
}

button:hover {
	border-colour: none;
	box-shadow: none;
}

.main-navigation li {
	padding-right: 0px;
}

.menu-toggle,
.main-navigation.toggled .nav-menu {
	display: block;
	padding-left: 0px;
	margin: 0 auto;
	width: 100%;
	height: 35px;
	text-align: center;
	font-size: 14px;
    text-transform: uppercase;
}

.main-navigation ul {
	color: #fff;
}

.main-navigation li a {
	color: #fff;
	display: block;
	font-size: 14px;
}

.main-navigation li a:hover {
	color: #333;
}

.main-navigation ul ul {
	display: none !important;
}

#site-navigation a {
	color: #fff;
	text-align: center;
}

.main-navigation li {
	padding-left: 0px;
}

#site-navigation a:hover {
	color: #fff;
  	background: #464646;
}

.main-navigation li {
	width: 100%;
	line-height: 30px;
}



#site-navigation:hover {
	height: auto;
}


}

@media screen and (min-width: 0px) and (max-width: 480px) {

.menu-toggle,
.main-navigation.toggled .nav-menu {
	display: block;
	padding-left: 0px;
	margin: 0 auto;
	width: 100%;
	height: 35px;
	text-align: center;
	padding-right: 0px;
}

#site-navigation a {
	color: #fff;
	text-align: center;
}

}