/*
Theme Name: Minipack Theme for MiniPack International
Theme URI: http://www.i4graphics.com.au/
Description: i4graphics Build Minipack Theme
Author: i4graphics
Author URI: http://www.i4graphics.com.au/
Version: 1.0

License: i4graphics
License URI:http://www.i4graphics.com.au/

General comments
*/
/*DESKTOP DEVICE FROM 992PX*/
@import './css/style.css';
/*MOBILE DEVICE FROM 992PX to 1200PX*/
@import './css/style_tablet.css';
/*MOBILE DEVICE FROM 320PX to 992PX*/
@import './css/style_mobile.css';


@media screen and (max-width:480px){
.col-md-8.mob{
margin:10px;
}
.col-md-12.customcta {
    padding: 10px 10px 40px 10px !important;
}
}

@media screen and (min-width:769px){
#header-top #header-top-info {
	margin-top: 0;
}
a.cta {
    display: block;
    text-align: center;
    width: 115px;
    font-size: 15px;
    margin-top: -6px;
}
a.head-cta {
    background: #f16527;
    color: #FFF !important;
    padding: 10px 20px !important;
    font-weight: 900 !important;
}
}
.col-md-12.customcta {
    background: #f16527;
    padding: 20px;
    margin-top: 25px;
    color: #FFF;
    font-size: 19px;
    font-weight: 500;
}
a.cta {
    background: black;
    color: white;
    padding: 5px 10px;
    text-align: center;
    font-size: 15px;
}

#ufo-form-id-2 .ufo-form-submit-success {
  margin-bottom: 0 !important;
  width: 100%;
  margin-left: 0!important;	
}
#main-content-outer .pagination {
	display:block;
}

.rio-video-container article header h1, 
.rio-video-gallery-related-posts article header h1 {
	text-align:center;
}
.rio-video-container article header h1 a, 
.rio-video-gallery-related-posts article header h1 a, .rio-video-gallery-container-shortcode article header h3 a {
  text-decoration: none;
  text-align: center;
  color: #f05423!important;
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
  margin: 5px 0;
}
.rio-video-container article header h1 a:hover, 
.rio-video-gallery-related-posts article header h1 a:hover {
  color: #f05423;
}
.rio-video-container article, .rio-video-gallery-related-posts article {
  display: block;
  min-height: 260px;
  margin: 0px 25px 15px 0px!important;
}
.page-id-94 .about-detail-outer .title {
	  margin: 10px 0 20px;
}

.rio-video-gallery-container-shortcode article{
width:33.333333% !important;
}

p.pagination {
	margin:15px auto !important;
		
	text-align:center !important;
}
 p.pagination a, p.pagination span {
	display:inline-block;
	padding:7px 10px;
	background-color:#EEE;
	font-size:13px;
}
p.pagination a {
	color:#444;
	text-decoration:none;
}
p.pagination a:hover, .pagination span {
	color:#333;
	text-decoration:none;
	background-color:#DDD;
}
.rio-video-gallery-container-shortcode article figure a{
-webkit-transition: all 0.15s linear;-moz-transition: all 0.15s linear;-o-transition: all 0.15s linear;transition: all 0.15s linear;
}
.rio-video-gallery-container-shortcode article figure a:hover{
background: url(https://minipack.com.au/wp-content/plugins/rio-video-gallery/img/video-play-icon.png) center center no-repeat rgba(0,0,0,.7);
}

img.blogthumb{
max-width:100%;
}
.single_blog_thumb_info h3{
margin-top:0;
}
.single_post a{
color:#f05423 !important;
}
.single_post{
margin-bottom:30px;
}
.single-post #content-part1{
display:none;
}

.wpcf7 legend {
	text-align:left;
	color: #f05423;
	font-size: 23px;
	line-height:30px;
	font-weight: 800;
	text-transform:none;
	border:0;
margin-top:50px;
	}
.wpcf7 .fullrow{
width:100%;
color: #000000;
    font-size: 16px;
    font-weight: 800;
    text-transform: none;
margin-bottom:10px;
display:table;
}
.wpcf7 .leftcol{
width:20%;
float:left;
}
.wpcf7 .rightcol{
width:80%;
float:left;
}
.wpcf7 .lefthalf{
width:50%;
float:left;
}
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel]{
    background-color: #d7d6d6;
    border: 0;
    line-height: 28px;
    padding: 0 5px;
width:100%;
}
.wpcf7 input[type=radio]{
    background-color: #d7d6d6;
    border: 0;
    line-height: 28px;
    padding: 0 5px;
    width: 16px;
    display: inline-block;
}
span.wpcf7-list-item{
width:100%;
display:table;
margin-bottom:5px;
}
.wpcf7-list-item-label{
font-weight:400;
font-size:16px;
}
.wpcf7  textarea {
    background-color: #d7d6d6;
    border: 0;
width:100%;
margin-top:10px;
height:100px;
}
.wpcf7 input[type="submit"] {
    float: right;
    color: #ffffff;
    background: #f16527;
    border: 0;
    font-size: 16px;
    font-weight: 800;
    padding: 5px 10px;
}