/*
 Theme Name:     Web Sector Pro
 Theme URI:      http://websector.com.au
 Description:    Bootstrap theme
 Author:         Web Sector
 Author URI:     http://websector.com.au
 Version:        1.0.0
*/


@import url('css/jumbotron-narrow.css'); 
/* =WordPress Core
-------------------------------------------------------------- */

@font-face {
    font-family: 'themix';
    src: url('fonts/themix/TheMixPla.eot');
}

@font-face {
    font-family: 'themix';
    src: url('fonts/themix/TheMixPla.woff') format('woff'),
    url('fonts/themix/TheMixPla.svg#themix') format('svg');
}


@font-face {
    font-family: 'themix-Cap';
    src: url('fonts/themix/TheMixCap.eot');
}

@font-face {
    font-family: 'themix-Cap';
    src: url('fonts/themix/TheMixCap.woff') format('woff'),
    url('fonts/themix/TheMixCap.svg#themix-Cap') format('svg');
}


@font-face {
    font-family: 'themix-Bold';
    src: url('fonts/themix/TheMixBolPla.eot');
}

@font-face {
    font-family: 'themix-Bold';
    src: url('fonts/themix/TheMixBolPla.woff') format('woff'),
    url('fonts/themix/TheMixBolPla.svg#themix-Bold') format('svg');
}



.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

img {
     border: 0 none;
     max-width: 100%;
     vertical-align: middle;
}

a:active, a:visited, a:focus { 
    border: none;
    outline: none;
    outline: 0;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}




/* =Theme customization starts here
-------------------------------------------------------------- */
html,body { 
	height:100%; 
	padding-top: 0px;
	
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	color:#f39321;
	font-family: 'themix-Cap';
}

h2{
	font-size: 42px;
}

h3{
	font-size: 20px;
}

p, li{
	font-family: Helvetica, Arial, sans-serif;
}

a{
	color:#f39321;
	text-decoration: none;
}

.wstr_clear{
	clear: both;
}

.wrap{
	width:100%;
}

.oldie{
	background-color: yellow;
	text-align: center;
	padding: 10px 0px;
	font-weight: bold;
}


/* =Branding
-------------------------------------------------------------- */

.brandDiv{
	margin-top: 24px;
	margin-bottom: 10px;
	color:#f39321;
}

.brandDiv a{
	text-decoration: none;
}

.brandDiv a:hover{
	color: #162552;
}

.wstr_lgoo{
	float: left;
	margin-top: -3px;
	background-image: url('images/logo_redBlue.png');
	background-repeat: no-repeat;
	height: 55px;
	width: 65px;
	background-size: cover;
}

.wstr_titleHeader{	
	font-family: 'abel', sans-serif;
	font-size: 50px;
	letter-spacing: -3px;
}

.wstr_tagline{
	font-size: 12.5px;
	padding-left: 26px;
	margin-top: -15px;
	color:#162552;
}

.wstr_phone{
	font-family: 'themix-Cap';
	letter-spacing: -1px;
	float: right;
	padding-right: 13px;
	font-size: 16px;
	margin-top: 8px;
	color:#162552;
	line-height: 1;
}

.wstr_hours,
.wstr_address{
	font-family: 'themix-Cap';
	font-size: 14px;
	float: right;
	padding-right: 12px;
	padding-top: 4px;
	color: #162552;
	clear:both;
	text-align: right;
}

.h1-logo{
	margin: 0;
}

.home-logo{
	background-image: url('images/websector@2.png');
	background-size: cover;
	background-repeat: no-repeat;
	max-width: 300px;
	width: 100%;
	height: 90px;
	float: right;
}


/* Menu
-------------------------------------------------------------- */

.navbar{
	float: left;
	margin-bottom: 0px;
	width: 100%;
}

.navbar-collapse{
	padding-left: 0px;
	padding-right: 0px;
}

.navbar-nav{
	padding-left: 20px;
}

.nav>li{
	text-align: right;
}

.nav>li>a:hover, .nav>li>a:focus{
	background-color: white;
}

.navbar-nav>li>a{
	font-family: 'themix-Cap';
	font-size: 15px;
	padding-top: 0px;
	padding: 0 30px;
	padding-bottom: 15px;
	color: #162552;
}

.navbar-nav>li>a:hover, .nav > li > a:focus{
	color:#f39321;
	border-radius: 5px;
}


.navbar-nav>li.current-menu-item>a{
	color:#f39321;
}

.navbar-toggle{
	margin-top: 20px;
}

.navbar-toggle, .navbar-toggle .icon-bar{
	border: 1px solid #f39321;
}




/* Banner slaider
-------------------------------------------------------------- */

.bannerRow{
	margin-top: 10px;
	background-image: url('images/bgBlueSmooth.jpg');
	background-size: cover;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}


.img_slide{
	height: 300px;
}


.carousel-caption{
	text-align: left;
	left: 0px;
	right:0px;
	top:15px;
}

.carousel-caption h2, .altBanner h1{
	color: white;
	text-shadow: 2px 2px black;
	letter-spacing: -1px;
	font-weight: normal;
}

.captionSubtext{
	color: white;
	font-size: 16px;
	font-weight: normal;
	padding-left: 10px;
}

.altBanner{
	min-height: 150px;
	height: auto;
}

.altBanner h1{
	padding: 50px 18px;
}

.banner_img1{
	float: left;
	padding-right: 10px;
}

.wstr_H2banner1{
	margin-top: 50px;
}


/* Content
-------------------------------------------------------------- */

.wstr_row{
	margin-top: 15px;
}

.wstr_row h1{
	font-size: 18px;
	color:#022553;
}

.promo{
	height: auto;
	clear: both;
}

.promo img{
	width:150px;
	height:150px;
	float:left;
	clear:both;
	margin-right: 10px;
}
.container a:hover, .container a:hover > h3{
	text-decoration: none!important;
	color: #162552;
}

.container a:hover >img{
	border: 1px solid #162552;
}

.wstr_content h2{
	font-size: 23px;
}

.wstr_content h3{
	font-size: 20px;
}

.wstr_content_row{
	margin-top: 45px;
	clear:both;
}

.wstr_imgResponsive{
	margin-top: 24px;
}

.wstr_contact{
	margin-left: 65px;
	margin-top: -29px;
	margin-bottom: 10px;
	color: #f39321;
}

.wstr_googleImg{
	margin-top: 30px;
}

.home-subheader-text{
	color: #022553;
}

/* footer
-------------------------------------------------------------- */

.footerWrap{
	margin-top: 100px;
	background:#eee; 
	border-top:solid 1px #ddd; 
	padding:20px 0; 
	text-align: center;	
	font-size: 12px;
}
.footertext{
	
}

/* Dark Mode */
@media (prefers-color-scheme: dark) {
	html, body{
		background: #282828;
		color: #e3e3e3;
	}

	p, li,
	.home-subheader-text{
		color: #e3e3e3;
	}

	.navbar-nav>li.current-menu-item>a{
		color:  #e3e3e3;
	}

	.nav>li>a:hover, 
	.nav>li>a:focus{
		background-color: transparent;
		color:  #e3e3e3;
	}

	.header-container{
		background-color: #f19418;
	}

	.home-logo{
		background-image: url('images/websector-dark.png');
		background-position: 0 -2px;
	}

	.navbar-toggle, .navbar-toggle .icon-bar{
		border: 1px solid #162552;
	}

	.bannerRow{
		margin-top: 0px;
		background-image: none;
		background-color: #2C4251;
	}

	.altBanner{
		min-height: 0;
	}

	.altBanner h1{
		padding: 0;
		margin-top: 10px;
	}

	.footerWrap{
		background: #2C4251;
		border-top: solid 1px #2C4251;;
		color: #e3e3e3;
	}
}

/* Media Querires*/
@media (max-width: 767px) {}
@media (min-width: 768px) {

	.wstr_titleHeader{	
		font-size: 60px;
	}

	.wstr_lgoo{
		height: 70px;
		width: 75px;
	}

	.home-logo{
		float: none;
	}

	.wstr_tagline{
		font-size: 15px;
		padding-left: 32px;
	}

	.navbar-nav>li>a{
		padding: 0 6px;
	}

	.wstr_phone{
		margin-top: 40px;
		padding-right: 5px;
	}

	.wstr_hours,
	.wstr_address{
		padding-right: 6px;
	}

	.wstr_hours{
		margin-top: 18px;
	}
}
@media (min-width: 992px)  {}
@media (min-width: 1200px) {}




