/*
Theme Name: Materialism Child
Theme URI: https://stewartmedia.com.au
Description: Redesign
Template: materialism
Version: 1
Author: Nick "Swaggy P" Young & Chris "Dogstopher" Key
Author URI: https://stewartmedia.com.au
*/
@import 'custom.css';
div.centered-content img {
	margin: 0 auto;
	display: block;
}
.vc_row.container {
	margin: auto;
	padding-top: 20px;
}
.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height)>.vc_column_container {
	text-align: center;
}
h1,h2,h3 {
	color: #004154;
	font-weight: bold;
}
.section-head {
	font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #004154;
}
a.logo-wrapper img {
	max-width: 100px;
}
.blog-post-item .post-meta {
	background-color: rgba(35, 52, 76, 0.74);
}
#inner-container {
 	font-family: os_light;
 	margin: 0 auto;
 	max-width: 1169px;
	padding:0 0 25px 0;
 }
 .sidebar-content {
 	width: 27%;
 	float: left;
 	margin-left: 20px;
 }
 .main-content {
 	width: 66%;
 	float: left;
 	margin-right: 30px;
 }
 .page-content {
 	width: 1170px;
 	margin: auto;
 	padding: 55px 0 0 0;
 }
 .clear {
 	clear:both;
 }
 section.hero-section.simple {
	background: radial-gradient(rgba(0, 77, 121, 0.79),rgb(18, 30, 68)), url(https://stewartmedia.com.au/wp-content/uploads/2021/05/stewartmedia-ecommerce-revenue.jpg) no-repeat center fixed;
    background-size: cover;
 }
 body.home section.hero-section.simple {
 	background: radial-gradient(rgba(0, 77, 121, 0.52),rgb(18, 30, 68)), url(https://stewartmedia.com.au/wp-content/uploads/2021/05/stewartmedia-ecommerce-revenue.jpg) no-repeat center fixed;
 }
.hero-section.simple .hero-title {
	padding:100px 0 70px;
}
section.blog-section .row.row-fit {
	float: left;
	width: 67%;
}
section.blog-section #sidebar {
	float: right;
	width: 30%;
}
.blog-section {
	padding: 30px 0 60px;
}
div.widget_recent_entries li a {
	font-size: 18px;
	font-weight: 400;
}
div.widget_recent_entries li span {
	padding:0 20px;
	display: block;
}
div.post-img {
	background: no-repeat center center;
	min-height: 200px;
    background-size: cover;
}
div#video {
	width:770px;
	height:432px;
	display: inline-block;
	position: relative;
	background: no-repeat top left;
	background-size: cover;
	cursor: pointer;
}
div#video:before {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "\f01d";
    font-family: FontAwesome;
    font-size: 100px;
    color: #fff;
    opacity: .8;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}
div#video:hover:before {
    color: #eee;
}
.hero-section.single {
	min-height: 75px;
}
div.home-logo img {
	margin: 0 auto;
    display: block;
    padding: 70px 0 50px;
}
section.title-area {
	min-height: 50px;
	background: #121e44;
}
section.title-area h1{
	margin:0;
	padding:10px 0;
	color: #fff;
	font-weight: 400;
}
.hide-button:before {
	display: none!important;
}
nav.navigation.pagination {
	/*clear:both;*/
	float:left;
}
.nav-links {float:left;}
nav.pagination div .page-numbers {
	padding:10px;
	
}
.hero-section .single-share-block {
	display: none;
}
.wp-caption {
	width: auto!important;
    padding: 5px;
    background: #0063a8;
    border: solid 1px #51c8e9;
    margin-bottom: 15px;
}
.wp-caption img {
	border: solid 1px #0063a8;
    box-shadow: 0 0 5px 0px #51c8e9;
}
.wp-caption figcaption {
	color: #fff;
    text-align: center;
    padding-top: 5px;
}
div.content-cont a {
	color:#51c8e9;
}
div.content-cont a:hover {
	text-decoration: underline;
}
#gform_5 li.gfield_html > div {
	font-size:20px;
	text-align: center;
	font-weight: 400;
}
#gform_5 li.gfield_html > p {
	text-align: center;
}
#gform_5 li.field_sublabel_below label {
	display: none;
}
#gform_5 input[type="text"] {
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    padding: 5px;
    width:100%;
    margin: 5px 0;
}
#gform_5 input[type="submit"] {
	font-size: 20px;
    padding: 10px;
    width: 100%;
    margin: 0 auto;
    display: block;
    background: #51c8e9;
    color: #fff;
    border: 1px solid #0063a8;
    border-radius: 3px;
}
#gform_5 input[type="submit"]:hover {
	background: #0063a8;
	border: 1px solid #51c8e9;
}

/* Custom Styles */
header .ctc-wrapper .ctc-block {
    display: inline-block;
    padding: 0 0 12px;
    position: relative;
}
header .ctc-wrapper {
    margin: 15px 15px 0 0;
	float: right;
}
header .ctc-wrapper a{
    margin: 0 15px 0 0;
	font-size: 20px;
	letter-spacing: 3px;
	font-weight: 400;
}
ul.submenu {background: #121e44;}
div.col-left-twothird {
	width:70%;
	float: left;
	padding: 20px;
}
input, textarea {
	border:1px solid #c1c1c1;
	border-radius: 5px;
}
div.col-right-onethird {
	float:right;
	width:30%;
	padding:20px;
}
/*footer {
	margin-bottom: 90px;
}
footer.floating-footer {
	position: fixed;
	bottom: 0px;
	padding:0;
	width:100%;
	background: #3d3d3d;
	margin:0;
}
footer.floating-footer a{
	display: block;
}
footer.floating-footer a img{
	display: block;
	margin: 0 auto;
}*/
.audit-report-content img {
   float: left;
   padding: 0 20px 20px 0;
}
.audit-report-content p {
   color: #fff;
}
.audit-report-content .buynow-audit,.audit-report-content .buynow-audit a {
   color: #fff;
}
.audit-report-content .country-link,.audit-report-content .country-link a {
   color: #fff;
}
.vc_column_container>.vc_column-inner .vc_custom_1493247136787 {padding:0 20px 0 20px;}
.content-wrapper {
	overflow-x:hidden; 
}

#nav-main-mobile {
    display: none !important;
}
@media only screen and (max-width: 768px) {

#nav-main-mobile {
    display: block;
    font-size:15px;
    top:0;
    position:absolute;
    z-index: 1000;
    background-color: #252525;
    width:100%;
}
#nav-main-mobile a {
    text-transform: uppercase;
    color: #fff;
}
#nav-main-mobile a:hover {
    color: #c50030;
}
#nav-main-mobile li {
    list-style-type: none;
}

/* =Nav
-------------------------------------------------------------- */
.site-header {
    background-color: #252525;
    padding-top:30px;
}
.menu-item {
    width:100% !important;
    position: relative;
    padding: 0px;
    line-height:35px;
}
.menu-btn-container{
    content:'menu';
    text-transform:uppercase;
    color:#fff;
    padding:5px;
}
.menu-btn div {
    position: absolute;
    left: 100%;
    top: 64%;
    padding-right: 8px;
    margin-top: -0.50em;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 200;
    vertical-align: middle;
    z-index: 99;
}

.menu-btn span {
    display: block;
    width: 19px;
    height: 3px;
    margin: 4px 0;
    background-color: #fff;
    z-index: 99;
}
.menu-btn #menu-text {
    display:block;
    float:left;
    position:absolute;
    top:2px;
    left:30px;
    background-color: #252525;

}

.responsive-menu{
    display: none;
}

.expand {
    display: block !important;
}

.open-menu-link{
    display: none;
    position: absolute;
    right: 15px;
    top:0;
    line-height: 35px;
    font-size: 30px;
    cursor: pointer;
}

li .sub-menu{
    display: none;
}
li .sub-menu a {
    font-size: 12px;
    list-style-type: none !important;}

.visible {
    display: block !important;
    color: #fff;
}
}

@media (max-width: 1200px) {
	div#video {
		width: 610px;
	    height: 343px;
	}
}
@media (max-width: 640px) {
	div#video {
		width: 370px;
	    height: 278px;
	}
}
 @media (max-width: 780px){
 .main-content,
 .sidebar-content, section.blog-section #sidebar, section.blog-section .row.row-fit{
 	float: none;
 	width: 100%;
 	margin: 0;
 }
 .page-content {
 	width: 100%;
 	padding-top: 20px;
 }
}

@media (max-width: 1024px){
	.page-content {
		width: 100%;
		padding: 40px 20px 30px 20px;
	}
}

@media (max-width: 1024px){
	 .floating-footer {
		display: none;
	}
	footer {
		margin-bottom: 0;
	}
}

@media (max-width: 768px){
	.textwidget {
		display: none;
	}
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */
	header .ctc-wrapper a {
    margin: 0 5px 0 0;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 400;
	}
	header .ctc-wrapper {
    margin: 15px 0 0 0;
    float: right;
	}
	header .container-fluid {
    padding-left: 15px;
    padding-right: 0px;
	}
	a.logo-wrapper img {
    max-width: 70px;
	}
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles 
	header .ctc-wrapper a {
    margin: 0 5px 0 0;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 400;
	}
	header .ctc-wrapper {
    margin: 15px 0 0 0;
    float: right;
	}
	header .container-fluid {
    padding-left: 15px;
    padding-right: 30px;
	}
	a.logo-wrapper img {
    max-width: 70px;
	}*/
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* Styles */
	header .ctc-wrapper a {
    margin: 0 5px 0 0;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 400;
	}
	header .ctc-wrapper {
    margin: 15px 0 0 0;
    float: right;
	}
	header .container-fluid {
    padding-left: 15px;
    padding-right: 0px;
	}
	a.logo-wrapper img {
    max-width: 70px;
	}
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */
	a.logo-wrapper img {
    max-width: 100px;
	}
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */
	a.logo-wrapper img {
    max-width: 100px;
	}
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
	a.logo-wrapper img {
    max-width: 100px;
	}
}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
	a.logo-wrapper img {
    max-width: 100px;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
	a.logo-wrapper img {
    max-width: 100px;
	}
}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
/* Styles */
	a.logo-wrapper img {
    max-width: 100px;
	}
}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
/* Styles */
	a.logo-wrapper img {
    max-width: 100px;
	}
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
	a.logo-wrapper img {
    max-width: 70px;
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
	a.logo-wrapper img {
    max-width: 70px;
	}
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
	a.logo-wrapper img {
    max-width: 70px;
	}
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
	a.logo-wrapper img {
    max-width: 70px;
	}
}

/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
	a.logo-wrapper img {
    max-width: 70px;
	}
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
	a.logo-wrapper img {
    max-width: 70px;
	}
}

/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
	header .ctc-wrapper a {
    margin: 0 5px 0 0;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 400;
	}
	header .ctc-wrapper {
    margin: 15px 0 0 0;
    float: right;
	}
	header .container-fluid {
    padding-left: 15px;
    padding-right: 0px;
	}
	a.logo-wrapper img {
    max-width: 70px;
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
	header .ctc-wrapper a {
    margin: 0 5px 0 0;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 400;
	}
	header .ctc-wrapper {
    margin: 15px 0 0 0;
    float: right;
	}
	header .container-fluid {
    padding-left: 15px;
    padding-right: 0px;
	}
	a.logo-wrapper img {
    max-width: 70px;
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
	a.logo-wrapper img {
    max-width: 70px;
	}
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
	a.logo-wrapper img {
    max-width: 70px;
	}
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
	a.logo-wrapper img {
    max-width: 70px;
	}
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
	a.logo-wrapper img {
    max-width: 70px;
	}
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
	a.logo-wrapper img {
    max-width: 100px;
	}
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
	a.logo-wrapper img {
    max-width: 100px;
	}
}
