/*
	Theme Name: Shooting Star Media Group
	Theme URI: http://shootingstarmediagroup.com.au
	Description: HTML5 (2014) Shooting star media group theme
	Version: 1.0
	Author: Weaving Weblets
	Author URI: http://weavingweblets.com.au
	Tags: HTML5, CSS3, Weaving Weblets

*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#d5d5d5;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
body{
	margin: 0px;
	padding: 0px;
	font: 14px/1.4 'sans300', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #d5d5d5;
	background: url(./img/bg.jpg) repeat;
}
h1, h2, h3, h4, h5, h6{margin: 14px 0px; font-weight: normal; line-height: 130%; font-family: 'baylisregular';}
h1{font-size: 20px;}
h2{font-size: 19px;}
h3{font-size: 18px;}
h4{font-size: 17px;}
h5{font-size: 16px;}
h6{font-size: 15px;}
/* wrapper */
.wrapper {
	width:100%;
	margin:0px;
	padding: 0px;
	position:relative;
	display: block;
}
.inner-wrapper{
	width: 980px;
	display: block;
	clear: both;
	margin: 0px auto;
	position: relative;
}
/* header */
.header {
	height: 180px;
	display: block;
	position: relative;
	width: 100%;
	clear: both;
	background: url(./img/hero.jpg) repeat-x center top;
	margin: 0px auto 48px;
}
.home .header{
	background: none;
	background-position: center 180px;
	background-repeat: no-repeat;
}
.cycloneslider-template-standard{
	margin: 0px auto;
}
#outer-cycloneslider-template-standard{
	width: 100%;
	background-color: #000;
	text-align: center;
}
/* logo */
.logo {
	display: block;
	width: auto;
	z-index: 0;
	height: 120px;
	width: 100%;
	background: url(./img/header-top.png) repeat;
}
.logo-img {
	display: inline-block;
	position: relative;
	width: 222px;
	height: 78px;
	margin: 20px 0px 0px 76px;
}
#social{
	position: relative;
	display: block;
	height: 25px;
	margin-bottom: -25px;
	top: 12px;
	padding: 0px;
	z-index: 100;
	text-align: right;
}
#social li{
	display: inline-block;
	position: relative;
}
#social li a{
	width: 25px;
	height: 25px;
	display: inline-block;
	margin: 0px 0px 0px 6px;
	background: url(./img/social.png) no-repeat 0px 0px;
	overflow: hidden;
	text-indent: 9999em;
	position: relative;
	background-size: auto 25px;
}
#social li a.twitter{
	background-position: -30px 0px;
}
/* nav */
.nav {
	display: block;
	position: relative;
	z-index: 200;
	background: url(./img/header-bottom.png) repeat;
}
.nav ul{
	display: block;
	list-style: none;
	padding: 0px 110px;
	height: 60px;
}
.nav li{
	display: inline-block;
	float: left;
	padding: 0px;
	margin: 0px;
	position: relative;
}
.nav li a{
	display: inline-block;
	float: left;
	height: 60px;
	line-height: 60px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'sans300';
	font-size: 13px;
	padding: 0px 40px;
}
.nav .sub-menu{
	display: none;
	position: absolute;
	left: 20px;
	top: 60px;
	padding: 10px 0px;
	margin: 0px;
	width: 200px;
	background: #000;
	height: auto;
}
.nav .sub-menu li{
	display: block;
	float: none;
	position: relative;
}
.nav .sub-menu a{
	display: block;
    float: none;
    height: auto;
    line-height: 140%;
    padding: 10px;
    width: auto;
	
}
/* #container */
#container{
	padding: 3px 0px 0px;
	background: url(./img/breaker.png) no-repeat center top;
}
h1.page-title{
	margin: 0px;
	height: 68px;
	line-height: 68px;
	padding: 0px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
}
#fancybox-wrap{padding: 0px;}






#google-maps{
	width: 100%;
	clear: both;
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 55px;
}
#google-maps .map{
	float: left;
	margin-right: 10px;
	display: inline-block;
	position: relative;
	width: 485px;
}
#contact-info{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.wpcf7{
	float: right;
	display: inline-block;
	position: relative;
	width: 640px;
}
#contact{
	width: 100%;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#contact li{
	display: block;
	position: relative;
	clear: both;
	overflow: hidden;
	margin: 0px 0px 23px;
}
#contact .wpcf7-form-control-wrap{
	width: 33.33%;
	float: left;
	display: inline-block;
	text-align: right;
}
#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"]{
	width: 90%;
	padding: 0px 5%;
	height: 35px;
	line-height: 35px;
	text-align: left;
	border: none;
}
#contact .wpcf7-form-control-wrap.your-message{
	width: 100%;
}
#contact textarea{
	border: none;
	width: 96.5%;
	padding: 2% 1.5%;
	text-align: left;
}
#contact img.wpcf7-captchac{
	float: left;
	display: inline-block;
	margin: 11px 10px 0px 0px;
}
#contact .last{
	width: 96.5%;
	margin: 0px 0px 0px 3.5%;
}
#contact input[type="submit"]{
	height: 35px;
	line-height: 35px;
	padding: 0px 20px;
	color: #fff;
	text-transform: uppercase;
	background: #ab0c0c;
	border: none;
	margin-left: 10px;
}
#contact .wpcf7-form-control-wrap.captcha-511{
	width: 100px;
}
#contact-info h3{
	margin-top: 0px;
}
.featured-post{
	margin: 0px 0px 30px;
	overflow: hidden;
}
iframe.vimeo{
	float: left;
	display: inline-block;
	margin: 0px 20px 20px 0px;
}
.single-format-standard .post-info{
	float: none;
	display: block;
	width: auto;
}
.feat-img{
	float: left;
	display: inline-block;
	margin: 0px 20px 20px 0px;
}
.feat-img img{
	width: 585px;
	border: 12px solid #a60523;
	height: auto;
}
.feat-logo{
	max-width: 312px;
	max-height: 70px;
}
.post-title{
	text-transform: uppercase;
	font-size: 25px;
}
.post-info{
	float: left;
	display: inline-block;
	width: 370px;
}
.grid{
	display: block;
	clear: both;
	overflow: hidden;
}
.grid article{
	width: 310px;
	float: left;
	margin: 0px 22px 10px 0px;
	display: inline-block;
	position: relative;
}
.grid article iframe.vimeo{
	border: none;
	margin: 0px;
}
.grid article .vimeo-play-icon{
	width: 100%;
	height:175px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(./img/youtube10.png) no-repeat center center;
}
.grid .post-title{
	text-transform: capitalize;
	padding: 0px 10px;
	font-size: 18px;
	line-height: 34px;
	height: 34px;
	overflow: hidden;
}
.read-more{
	text-align: center;
	overflow: hidden;
}
.read-more a{
	display: inline-block;
	clear: both;
	padding: 0px 15px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	color: #fff;
	background: #444;
}




/* footer */
.footer {
	width: 100%;
	clear: both;
	display: block;
	margin: 30px auto;
	overflow: hidden;
	float: left;
	text-align: center;
}
.footer a{
	color: #d5d5d5;
}
.pagination{
	display: block;
	clear: both;
	overflow: hidden;
	margin: 30px 0px 20px;
	width: 100%;
	float: left;
	text-align: center;
}
.pagination span, .pagination a{
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #a60523;
	color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.pagination span{
	background: none;
    border: 2px solid #a60523;
    color: #a60523;
    line-height: 16px;
    position: relative;
    top: 0;
}
.pagination .next, .pagination .prev{
	width: auto;
	padding: 0px 10px;
}
.home .header{
	height: 660px;
}
section.inner-wrapper.two-col{
	margin: 45px auto 0px;
	padding: 15px 0px;
	background: url("./img/breaker.png") no-repeat scroll center top rgba(0, 0, 0, 0);
}
#home-work{
	float: left;
	display: inline-block;
	width: 650px;
	margin: 0px 10px 0px 0px;
}
.two-col .right.grid{
	float: left;
	width: 310px;
	clear: none;
	display: inline-block;
}
.two-col .right.grid article{
	margin: 0px;
}

#companies{
	width: 980px;
	display: block;
	clear: both;
	margin: 25px auto;
	overflow: hidden;
}
#companies a{
	display: inline-block;
	float: left;
	width: 240px;
	height: 240px;
	position: relative;
	margin: 0px 5px 0px 0px;
}
#companies a img{
	position: absolute;
	top: 0px;
	left: 0px;
	display: inline-block;
	width: 240px;
	margin: 0px;
	padding: 0px;
	height: 240px;
}
.company-article{
	padding: 30px 0px;
	border-bottom: 1px solid #ccc;
}
#home-news article{
	background: #a60523;
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 0 0 30px;
}
#home-news img{
	width: 300px;
	margin: 5px 0px 0px;
	height: auto;
}
#home-news h2{
	margin: 0 0 10px;
	text-align: left;
}
#home-news p, #home-news div{
	text-align: left;
}
#home-news .view-article{
	display: none;
}

#home-news .list-item-video{
	float: none;
	display: block;
	margin: 0px 0px 20px;
}
#tweet_master_widget_tweets-2 .timeline .stream{
	max-height: 300px !important;
	height: 300px !important;
}
/* #tweet_master_widget_tweets-2, #facebook_master_widget_advanced-2{
    height: 300px !important;
    margin: 20px 0;
    overflow: auto;
}
#facebook_master_widget_advanced-2{
	background: none repeat scroll 0 0 #fff;
} */


/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: 'sans100';
    src: url('./fonts/sinkinsans-100thin-webfont.eot');
    src: url('./fonts/sinkinsans-100thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/sinkinsans-100thin-webfont.woff2') format('woff2'),
         url('./fonts/sinkinsans-100thin-webfont.woff') format('woff'),
         url('./fonts/sinkinsans-100thin-webfont.ttf') format('truetype'),
         url('./fonts/sinkinsans-100thin-webfont.svg#sinkin_sans100_thin') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sans200';
    src: url('./fonts/sinkinsans-200xlight-webfont.eot');
    src: url('./fonts/sinkinsans-200xlight-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/sinkinsans-200xlight-webfont.woff2') format('woff2'),
         url('./fonts/sinkinsans-200xlight-webfont.woff') format('woff'),
         url('./fonts/sinkinsans-200xlight-webfont.ttf') format('truetype'),
         url('./fonts/sinkinsans-200xlight-webfont.svg#sinkin_sans200_x_light') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sans300';
    src: url('./fonts/sinkinsans-300light-webfont.eot');
    src: url('./fonts/sinkinsans-300light-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/sinkinsans-300light-webfont.woff2') format('woff2'),
         url('./fonts/sinkinsans-300light-webfont.woff') format('woff'),
         url('./fonts/sinkinsans-300light-webfont.ttf') format('truetype'),
         url('./fonts/sinkinsans-300light-webfont.svg#sinkin_sans300_light') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sans400';
    src: url('./fonts/sinkinsans-400regular-webfont.eot');
    src: url('./fonts/sinkinsans-400regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/sinkinsans-400regular-webfont.woff2') format('woff2'),
         url('./fonts/sinkinsans-400regular-webfont.woff') format('woff'),
         url('./fonts/sinkinsans-400regular-webfont.ttf') format('truetype'),
         url('./fonts/sinkinsans-400regular-webfont.svg#sinkin_sans400_regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sans500';
    src: url('./fonts/sinkinsans-500medium-webfont.eot');
    src: url('./fonts/sinkinsans-500medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/sinkinsans-500medium-webfont.woff2') format('woff2'),
         url('./fonts/sinkinsans-500medium-webfont.woff') format('woff'),
         url('./fonts/sinkinsans-500medium-webfont.ttf') format('truetype'),
         url('./fonts/sinkinsans-500medium-webfont.svg#sinkin_sans500_medium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sans600';
    src: url('./fonts/sinkinsans-600semibold-webfont.eot');
    src: url('./fonts/sinkinsans-600semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/sinkinsans-600semibold-webfont.woff2') format('woff2'),
         url('./fonts/sinkinsans-600semibold-webfont.woff') format('woff'),
         url('./fonts/sinkinsans-600semibold-webfont.ttf') format('truetype'),
         url('./fonts/sinkinsans-600semibold-webfont.svg#sinkin_sans600_semibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sans700';
    src: url('./fonts/sinkinsans-700bold-webfont.eot');
    src: url('./fonts/sinkinsans-700bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/sinkinsans-700bold-webfont.woff2') format('woff2'),
         url('./fonts/sinkinsans-700bold-webfont.woff') format('woff'),
         url('./fonts/sinkinsans-700bold-webfont.ttf') format('truetype'),
         url('./fonts/sinkinsans-700bold-webfont.svg#sinkin_sans700_bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sans800';
    src: url('./fonts/sinkinsans-800black-webfont.eot');
    src: url('./fonts/sinkinsans-800black-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/sinkinsans-800black-webfont.woff2') format('woff2'),
         url('./fonts/sinkinsans-800black-webfont.woff') format('woff'),
         url('./fonts/sinkinsans-800black-webfont.ttf') format('truetype'),
         url('./fonts/sinkinsans-800black-webfont.svg#sinkin_sans800_black') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'baylisregular';
    src: url('./fonts/baylis_regular-webfont.eot');
    src: url('./fonts/baylis_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/baylis_regular-webfont.woff2') format('woff2'),
         url('./fonts/baylis_regular-webfont.woff') format('woff'),
         url('./fonts/baylis_regular-webfont.ttf') format('truetype'),
         url('./fonts/baylis_regular-webfont.svg#baylisregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.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;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	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 .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
