/*
Theme Name: Tj Graphics screen printers
Theme URI: http://www.crossoverweb.com.au/
Author: CrossOver  Web
Author URI: http://www.crossoverweb.com.au/
Description: Our 2017 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: Tj Graphics

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


@charset "utf-8";
/* CSS Document */
*
{
	margin:0 auto;
	padding:0;
}
body
{
	/*font-family: 'Oswald', sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden; 
}
.wrapper
{
	margin:0 auto;
	background:white;
}

.wpb_wrapper{max-width: 1170px; margin: 0 auto;}
img {
	max-width:100%;
	height:auto;
}
.no-padding {
	padding:0px !important;
}
.navbar-default .navbar-nav li a{
	font-family: 'Oswald', sans-serif;
}
.title1 h3, .title h3{
	font-family: 'Oswald', sans-serif;
}
#header-top
{
	background-color:#0c8cd7;
	padding:7px 0px;
}
.header-address
{
	padding-top:10px;
	padding-bottom:10px;
	color:white;
}
.header-address a
{
	color:white;
	font-family: 'Open Sans', sans-serif
	
}
.header-address a:hover
{
	color:white;
}
.header-icon .social-icon
{
  display: inline-block;
  border-radius: 50%;
  box-shadow: 0px 0px 2px white;
  width:30px;
  height:28px;
  padding:4px 10px;
  color:white;
}
.social-icon:hover i
{
	color:orange;
}
.header-address i
{
	padding-right:5px;
}
.header-icon1 i
{
  display: inline-block;
  border-radius: 50%;
  box-shadow: 0px 0px 2px white;
  width:30px;
  height:30px;
  padding:8px 10px;
  color:white;
}
.header-icon1 .social-icon:hover i
{
	color:#0c8cd7;
}
.header-icon ul li
{
	display:inline;
	float:right;
	padding:0px 6px;
}
.navbar-default .navbar-nav ul li a:hover, .nav>li.current_page_item>a
{
	color: white;
    background-color: #0c8cd7;
}
.logo
{
	position:absolute;
	top:0px;
}
#logo-images ul li
{
	width:20%;
}
.logo-menu {
	position:relative;
	z-index:9999;
}
.menu-bar
{
	float:right;
}
.header-menu .index-menubar ul li
{
	padding-right:18px;
	display:inline-block;
	float:right;
}

.navigation ul li {	display: inline-block;}
.navbar-default .navbar-nav li a{font-size: 20px; font-weight:bold;}
.navigation ul li{    margin: 25px;}
.header-menu .menubar ul li
{
	padding-right:18px;
	display:inline-block;
	float:right;
}
.menu-bar ul li a
{
	color:white;
}
.banner-img {
	position:relative;
	top: -72px;
}

#banner
{
	background:url(image/banner.jpg) no-repeat;padding: 27px;
}

.index-menubar
{
	position: relative;
	z-index:999;
}
.menubar
{
	position: relative;
	z-index:999;
}
.title
{
	width:100%;
	height:auto;
	background-color:#232323;
	color:white;
	margin-top:-54px;
}
.title h3
{
	padding:14px 0px;
}
.title1 hr
{
	border-color:black;	
	width:48%;
}
.readmore
{
	margin-top:39px;
	padding:8px 0px;
	width:116px;
	height:41px;
	border:2px solid #0c8cd7;
	background-color:white;
	color:#0c8cd7;
	font-weight:600;
}
.readmore:hover
{
	background-color:#0c8cd7;
	transition:all linear 0.25s;
}
.readmore a:hover
{
	color:#FFF;
	transition:all linear 0.25s;
}
.readmore1:hover
{
	background-color:#0c8cd7;
	transition:all linear 0.25s;
}
.readmore1 a:hover
{
	color:#FFF;
	transition:all linear 0.25s;
}

#services
{
	width:100%;
	margin-top:51px;
	background-color:#e6e7e8;
	height:auto;
	padding:60px 0px;
}
.services-image
{
	padding:40px 56px 29px 60px;
}
.description
{
	padding:30px 20px 0 20px;
}
#gallery
{
	margin-top:51px;
}
#gallery-title
{
	height:115px;
	color:#0c8cd7;
	font-family: 'Oswald', sans-serif;	
}
#gallery-title p
{
	padding-top:50px;
	font-size:24px;
	color:#0c8cd7;
}
#gallery-title hr
{
	background-color:#444444;
	height:4px;
	width:5%;
}
#gallery-images
{
	float:left;
	width:100%;
	height:auto;	
}
#gallery-images ul li
{
	list-style:none;
}
.who
{
	height:126px;
	width:100%;
	margin-top:50px;
	font-family: 'Oswald', sans-serif;
}
.who hr
{
	background-color:#444444;
	height:4px;
	width:12%;
	margin-left:40px;
}
#aboutus p
{
	padding-top:12px;
}
.readmore1
{
	margin-top:34px;
	width:120px;
	height:45px;
	border:2px solid #0c8cd7;
	background-color:white;
	color:#0c8cd7;
	font-weight:600;
}
.why
{
	height:126px;
	margin-top:50px;
	font-family: 'Oswald', sans-serif;
}
.why hr
{
	background-color:#444444;
	height:4px;
	width:18%;
	margin-left:64px;
}
.box
{
	width:auto;
	height:50px;
	border:1px solid #cccccc;
	margin-bottom:24px;
}
.box p 
{
	padding-left:33px;
}
.footer-item ul li a
{
	color:white;
}
.footer-item ul li a:hover
{
	color:#0c8cd7;
}
.information ul li i
{
	padding-right:10px;
}
.arrow-icon ul li
{
	position:relative;
	padding-left:10px;
}
.arrow-icon ul li:before
{
	position:absolute;
	font-family: 'FontAwesome';
	content:'\f105';
	color:white;
	height:0;
	width:0;
	left:0;
	top:10px;
}
.boxes .arrow-icon p:before
{
	position:absolute;
	font-family: 'FontAwesome';
	content:'\f105';
	color:#0c8cd7;
	height:0;
	width:0;
	left:40px;
}
#logos
{
	margin-bottom:30px;
}
#logo-images
{
	margin-top:51px;
}
#logo-images ul li
{
	list-style:none;
}
.about
{
	padding-left:20px;
}
.header-icon1 ul li
{
	display:inline;
	float:left;
	padding:4px;
}
.footer-content section ul li
{
	list-style:none;
	padding-top:10px;
}
.footer-content2 section ul li
{
	list-style:none;
	padding-top:10px;
}
#footer
{
	width:100%;
	background-color:#444444;
	height:auto;
	padding:60px 0px;
}
#footer section
{
	color:white;
}
#copyright
{
	height:auto;
	background-color:#343131;	
}
#copyright p
{
	color:white;
	padding-top:23px;
}
#copyright img
{
	float:right;
	padding-top:18px;
}
.footer-content1 p
{
	padding-top:10px;
}
.footer-content1 ul 
{
	padding-top:26px;
}
.footer-content1 ul li
{
	list-style:none;
	padding-top:10px;
}
@media (max-width :767px)
{
	.logo
	{
		width:40px;
		height:40px;
		top:2px;
	}
	.menu-bar
	{
		float:right;
	}
	.index-menubar ul li
	{
		float:left;
		width:100%;
	}
	.menubar ul li 
	{
		float:left;
		width:100%;
	}
	.navbar-collapse
	{
		background-color:#0c0c0c;
	}
	#button-container
	{
		background:transparent;
	}
	#banner
	{
		margin-bottom: -80px;
	}
	#content
	{
		margin-top:50px;
	}
	.footer-content, .footer-content .header-icon1
	{
		padding-bottom:20px;
	}
	.readmore
	{
		margin-bottom:20px;
	}
	.box, #footer
	{
		width:auto;
		height:auto;
	}
	.boxes .arrow-icon p:before
	{
		position:absolute;
		font-family: 'FontAwesome';
		content:'\f105';
		color:#0c8cd7;
		height:0;
		width:0;
		left:40px;
	}
	#logos
	{
		margin-bottom:20px;
	}
}
@media (min-width :768px)
{
	.nav li a
	{
		top:22px;
	}
	.services-detail
	{
		padding-top:25px;
	}
	.services-detail1 .title1
	{
		padding-top:-20px;
	}
	.services-detail2 .readmore
	{
		margin-top:59px;
	}
	.content-image
	{
		padding:0 10px;
	}
	.content-detail .title
	{
		width:200px;
	}
	.content-detail1 .title
	{
		width:200px;
	}
	.content-detail1 .readmore
	{
		margin-top:20px;
	}
	.box p
	{
		font-size:14px;
	}
	.footer-content1 
	{
		padding-left:15px;
		text-align:justify;
		padding-right:10px;
	}
	.footer-content1 p
	{
		padding-top:36px;
	}
	.footer-content
	{
		padding-left:8px;
	}
	.footer-content2 ul 
	{
		padding-top:26px;
	}
	.our-services
	{
		margin-top:-25px;
	}
	#logos
	{
		margin-bottom:20px;
	}
	.footer-content ul
	{
		padding-top:30px;
	}
	.footer-content2 .our-services ul
	{
		padding-top:50px;
	}
}
@media (min-width :992px)
{
	.content-image
	{
		padding:5%;
	}
	#content .title
	{
		width:90%;
	}
	.services-detail1 .title1
	{
		padding-top:24px;
	}
	.content-detail 
	{
		margin-top:-40px;
	}
	.content-detail1 
	{
		margin-top:-40px;
	}
	.content-detail1 .readmore
	{
		margin-top:20px;
	}
	.footer-content
	{
		padding-left:10px;
	}
	.footer-content .link
	{
		padding-top:25px;
	}
	.services-detail2 .readmore
	{
		margin-top:39px;
	}
	.our-services
	{
		margin-top:0px;
	}
	#logos
	{
		margin-bottom:20px;
	}
	
	}
	.footer-content2 .our-services ul
	{
		margin-top:-25px;
	}
}
@media (min-width :1200px)
{
	#content .title
	{
		width:332px;
	}
	.content-detail1 .readmore
	{
		margin-top:39px;
	}
	#logos
	{
		margin-bottom:20px;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)
{
}

/******************
		ABOUT
******************/
#content-about
{
	margin-top:0px;
	margin-bottom:30px;
}
#content-about img
{
	width:100%;
	height:300px;
}
#content-about h3
{
	color:#0c8cd7;
	text-align:center;
	font-family: 'Oswald', sans-serif;
}
.gallery h2
{
	font-family: 'Oswald', sans-serif;
	    margin-top: 100px
}
#content-about h3 {
	padding-bottom:30px;
}
.pricing img
{
	margin-top:108px;
}
.client img
{
	margin-top:90px;
}
/* Gallery Page */
.gallery-gap{
	margin-bottom:30px;
}
.gallery{
	margin-bottom:60px;
}
.gallery img
{
	width:100%;
}
.gallery h2{
	color:#0c8cd7;
	padding-bottom:40px;
}
/* contact page */
.contact-wrap {
	padding: 0px 0 60px;
}
.contact-wrap h3 {
	padding-bottom: 15px;
	border-bottom: 1px solid #555;
	margin-bottom: 30px;
	color:#0c8cd7;}

.contact-wrap h2 {
	padding-bottom: 20px;
}
ul.company-address li{
	list-style:none;
	padding-bottom:10px;
}
/* form validation */
/* contact page
------------------------------*/
.successmsg {
	background-color: #5cb85c;
	color: #ffffff;
	font-size: 16px;
	margin-top: 30px;
	padding: 10px 30px;
	text-align: center;
}
.contact-form label {
	display: block;
	position: relative;
}
.contact-form .err {
	color: #fff;
	background: #b94a48;
	border-radius: 4px;
	display: none;
	position: absolute;
	right: 0;
	top: 5px;
	padding: 4px 7px;
	font-weight: normal;
}
.contact-form .err:before {
	display: block;
	background-color: #000;
	height: 20px;
	margin-left: -20px;
	width: 20px;
}
.quick-contact .err {
	top: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.gap
{
	margin-top:-70px;
}
.inner-banner{
	 background:url(../image/about.jpg) no-repeat;
	 background-size:cover;
	 position:relative;
}
.over{
	background:rgba(0,0,0,0);
	padding:180px 0;
}
.screenprint{padding-bottom: 30px}
.vc_custom_heading{padding-bottom: 30px}
.price img{    border: 2px #00CCFF solid;}

input[type="submit"]{padding: 8px}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {    border-color: transparent !important; background-color: transparent !important;margin-top: -8px;color: white!important;}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{border-color: transparent !important; background-color: transparent !important;margin-top: -8px}
.box p{font-family: 'Open Sans', sans-serif;}
.section {font-family: 'Open Sans', sans-serif;}
#bann .logo{padding: 15px}
#nav_menu-2{list-style: none;}
#nav_menu-3{list-style: none;}
 #nav_menu-4{list-style: none;}

 #menu-supplier li:before {
  content: "\f101"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}
  #menu-quick li:before {
  content: "\f101"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}
 #menu-main-navigation li{text-transform: uppercase;}
 .footer-content2{list-style: none;}
 #pager{margin-top: 100px!important}


@media only screen and (max-width: 480px) {
   
        #logos{margin-top: 970px}
        #aboutus{margin-top: 1110px}
        #footer section{margin: 10px}
        .wpb_wrapper h1{margin: 10px}
        .wpb_wrapper p{margin: 10px}
        .title{margin-top: -35px}
         #page{margin-top: -80px}
         .isotope-item{width: 100%}
         .footer-content1,.footer-content,.footer-content2{text-align: center;}
         .social-icon {    padding-left: 20px;}
          #pager{margin-top: 150px!important; margin: 10px}



}


@media only screen and (max-width: 600px) and (min-width: 490px) {
   
        #logos{margin-top: 1000px}
        #aboutus{margin-top: 1150px;}
        #footer section{margin: 10px}
        .wpb_wrapper h1{margin: 10px}
        .wpb_wrapper p{margin: 10px}
        .title{margin-top: -35px}
        #page{margin-top: -80px}
        .isotope-item{width: 100%}
        .footer-content1,.footer-content,.footer-content2{text-align: center;}
         .social-icon {    padding-left: 30px;}
         .header-icon1{margin-left:90px }
          #pager{margin-top: 150px!important; margin: 10px}






}

@media only screen and (max-width: 736px) and (min-width: 600px) {
   
        #logos{margin-top: 1000px}
        #aboutus{margin-top: 1150px}
        #footer section{margin: 10px}
        .wpb_wrapper h1{margin: 10px}
        .wpb_wrapper p{margin: 10px}
        .title{margin-top: -35px}
        #page{margin-top: -80px}
        .isotope-item{width: 100%}
        .footer-content1,.footer-content,.footer-content2{text-align: center;}
         .social-icon {    padding-left: 50px;}
         .header-icon1{margin-left:110px }
         #pager{margin-top: 150px!important; margin: 10px}




}
.wpcf7-form-control-wrap your-message{
cols="39"}