/*
Theme Name: PACCO
Theme URI: http://mgsoft-net.com	
Author: Kerry Rawe
Author URI: http://mgsoft-net.com
Description: This is the main theme for your site. NOTE: Be Careful with the settings - customization may cause display issues.
Version: 4.0.2
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: black, blue, white, light, one-column, fluid-layout, responsive-layout, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2014 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800|Cuprum:400,400italic,700,700italic);

/* GLOBAL RESET */
html, body, p, div, img, h1, h2, h3, h4, li, ul, ol, dl, dd, dt, form, table, td, tr { 
	margin:0px; 	
	padding:0px; 
	border:0px; 
	border-collapse:separate; 
	border-spacing:0px; 
	font-family: 'Roboto', sans-serif;
	font-size:14px; 
	color: #000; 
}


/* Workaround for clearing out DIVs that don't behave */
.cleardiv { 
	clear:both; 
	font-size:0px; 
	line-height:0px; 
	height:0; 
	overflow:hidden;
	visibility:hidden;
}


/* main elements */

body {
	background:url(images/body_back_pacco.jpg) top left repeat-x;
}

#wrapper {
	width:1200px;
	margin:0 auto;
}

#header_topsite {
	width:1200px;
	height:468px;
	background:url(images/pacco_background_header.jpg) top left no-repeat;
}

#header_topsite_slider {
	width:1200px;
	height:518px;
}

#site_header_fill {
	width:1200px;
	height:50px;
	margin-top:20px;
}

#site_slogan_header {
	font-family: 'Cuprum', sans-serif;
	color:#FFF;
	font-size:24px;
	text-align:right;
	margin-right:25px;
	margin-top:175px;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

#site_nav_pacco {
	width:auto;
	height:48px;
	margin:0 auto;
	text-align:center;
}

#pacco_logotop {
	width:292px;
	height:82px;
	background:url(images/pacco_logomain.png) top left no-repeat;
	position:absolute;
	top:20px;
	left:50px;
}

#site-title {
	visibility:hidden;	
}

#topsite_header_branding {
	width:1200px;
	height:150px;
	position:relative;
}

#topsite_header_branding_slider {
	width:1200px;
	height:120px;
	position:relative;
}

#slider_home_pacco_index {
	width:1200px;
	height:350px;
}

#content {
	padding:40px;
}

#content p {
	padding-bottom:20px;
}

h1.page-title {
	margin-bottom:40px;	
}

#content h1 {
	width:1100px;
	height:auto;
	padding:10px;
	font-size:30px;
	color:#FFF;
	background:#0a2d6f;
	font-family: 'Eras Light ITC';	
}

#company_info_home {
	width:1119px;
	height:auto;
	margin:0 auto;	
}

#company_info_home_L {
	width:706px;
	height:162px;
	float:left;
	padding:20px;
}

#company_info_home_L h2 {
	font-family: 'Eras Light ITC';
	font-size:20px;
}

#company_info_home_R {
	width:333px;
	height:162px;	
	padding:20px;
	float:right;
}

#home_maintable td {
	width:333px;
	padding:20px;
	border:1px dashed #CCC;
}

#home_maintable td h3 {
	font-size:18px;
	line-height:23px;
	font-family: 'Eras Light ITC';	
}

#home_maintable td img {
	margin:0 auto !important;
}

#home_maintable td p {
	padding-bottom:5px;
}

#manufact_table td {
	vertical-align:middle;
	text-align:center;
	border:1px dashed #CCC;
}

#footer_outer {
	background:#314b7c !important;
	width:100%;
	height:auto;
}

#footer_inner {
	width:1120px;
	height:200px;
	padding:40px;
	margin:0 auto;
}

#copyright {
	color:#FFF;
	font-family: 'Eras Light ITC';	
}

/* Store */

div.term-description {
	padding-top:20px;	
}

div.summary.entry-summary {
	position:relative;	
}

div.summary.entry-summary h1 {
	width:100% !important;
	font-size:22px !important;	
}

span.amount {
	margin:20px 0px !important;
	font-size:24px;
	display:block;
	color:#3a61a1;
}

#place_order {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
	margin-left:15px;	
}

#place_order:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	background-color:#1e62d0;		
}

#place_order:active {
	position:relative;
	top:1px;	
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
	margin-left:15px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	background-color:#1e62d0;	
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active {
	position:relative;
	top:1px;	
}

.woocommerce div.product form.cart .button {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
	margin-left:15px;
}

.woocommerce div.product form.cart .button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	background-color:#1e62d0;
}

.woocommerce div.product form.cart .button:active {
	position:relative;
	top:1px;
}

#tab-description > h1 {
	background:none !important;
	color:#000 !important;
	font-size:24px !important;
	margin:15px 0px !important;
	padding:0pc !important;
}

.post-edit-link {
	-moz-box-shadow: 0px 10px 14px -7px #276873;
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 10px 14px -7px #276873;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
	background:-moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-o-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
	background-color:#599bb3;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding:13px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
	margin:15px 0px;
}

.post-edit-link:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
	background:-moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-o-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);
	background-color:#408c99;
}

.post-edit-link:active {
	position:relative;
	top:1px;
}



/* Navigation */

#menu-main-menu {
	text-align:center !important;
}

#site_nav_pacco a {
	font-family: 'BigNoodleTitling';
	font-size:20px;
	color:#FFF;
	text-decoration:none;
	letter-spacing: 2px;
}

#site_nav_pacco ul {
  text-align: left;
  display: inline;
  margin: 0 auto;
  padding: 15px 4px 17px 0;
  list-style: none;
}

#site_nav_pacco ul li {
  font: bold 12px/18px sans-serif;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 13px 20px;
  background: #545454;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#site_nav_pacco ul li:hover {
  background: #000;
  color: #fff;
}

#site_nav_pacco ul li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}

#site_nav_pacco ul li ul li { 
  background: #555; 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
}

#site_nav_pacco ul li ul li:hover { background: #666; }

#site_nav_pacco ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* End Navigation */		
	
	
	
/* Fonts */

.bluetrans {
	background: -moz-linear-gradient(-45deg,  rgba(30,87,153,0.5) 0%, rgba(30,87,153,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(30,87,153,0.5)), color-stop(100%,rgba(30,87,153,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(30,87,153,0.5) 0%,rgba(30,87,153,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(30,87,153,0.5) 0%,rgba(30,87,153,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(30,87,153,0.5) 0%,rgba(30,87,153,0.5) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(30,87,153,0.5) 0%,rgba(30,87,153,0.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#801e5799', endColorstr='#801e5799',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */	
}


#site-description {
	font-family: 'Cuprum', sans-serif;
	color:#FFF;
	font-size:24px;
	font-weight:bold;
	float:right;
	margin-right:50px;
	margin-top:35px;
}




/* font-family: 'Cuprum', sans-serif; */
/* 	font-family: 'Open Sans', sans-serif; */


@font-face {
	font-family: 'Eras Light ITC';
	font-style: normal;
	font-weight: normal;
	src: local('Eras Light ITC'), url('fonts/ERASLGHT.woff') format('woff');
}


@font-face {
	font-family: 'BigNoodleTitling';
	font-style: normal;
	font-weight: normal;
	src: local('BigNoodleTitling'), url('fonts/big_noodle_titling.woff') format('woff');
}


@font-face {
	font-family: 'BigNoodleTitling Oblique';
	font-style: normal;
	font-weight: normal;
	src: local('BigNoodleTitling Oblique'), url('fonts/big_noodle_titling_oblique.woff') format('woff');
}