@charset "utf-8";

/*
Theme Name: Deepest
Theme URI: http://www.themeshock.com/
Description: A multiple sidebar template, 3 sliders, 100 shortcodes, gallery, portfolio, testimonials, services pages, contact form ready to use.
Author: ThemeShock.com
Version: 1.0
Tags: multiple sidebars, multiple colors, multiple fonts, ecommerce, blue, red, one column, two-columns, three columns, 3 sliders, gallery, portfolio.
General comments and license statement: This template is part of the free bundle of themeshock, it's delivered without any support, and only for personal use
*/


/* CSS Document */
@import url(css/reset.css);
@import url(css/menu.css);
@import url(css/fonts.css);
@import url(css/slider.css);
@import url(css/widgets.css);
@import url(css/shortcodes.css);
@import url(css/jqtransform.css);

body{
	background:url(img/body_bkg.png);
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
a{
	text-decoration:none;
	color:#bb0000;
}

a:hover {
	text-decoration:underline;
}

div, li, input, textarea {
	box-sizing: border-box;
}

p{
	padding:5px 0;
}

.align-center {
text-align:center;
}
.clear{
	clear:both;
}

h1{
	font-size:30px;
	color:#bb0000;
	margin: 10px 0 0;
}
h2{
	font-size:24px;
	color:#cc0000;
	margin:20px 0 10px 0;
}
h3{
	font-size:18px;
	color:#161678;
	margin:20px 0 0px 0;
}

textarea{
	resize:none;
}

.group:after, .wrapper:after, .header_content:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

#content ul {
	margin:5px 0 10px 0;
	padding:0 0 0 20px;
}

#content li {
	margin:2px 0;
	padding:5px 0;
	list-style:disc;
}

#content form li {
	list-style:none;
}

p {
line-height:18px;
margin:0 0 10px;
}

/**********/
/* HEADER */
/**********/
#header{
	background: url(img/bkg_combined.png);
	z-index:-2;
}

.header_bkg{
	height:100%;
	margin:auto;
	width:1300px;
	background:url(img/header_bkg.png) no-repeat top center;
	position:absolute;
	left:-170px;
	opacity: 0.2;
	filter: alpha[opacity=20];
	-moz-opacity:0.2;
	-webkit-opacity:0.2;
	z-index:-1;
}

.header_content{
	width:960px;
	margin:auto;
	position:relative;
	z-index:5;
}
/*logo*/
.logo_area{
	float:left;
	z-index:5;
margin-top:20px;
}

/*Search*/
.search_area{
	float:right;
	padding:30px 15px;
	z-index:5;
}

/*Menu*/
.container_menu{
	z-index:5;
}

/***********/
/* SLIDERS */
/***********/
.slider_area{
	background:url(img/slider_bkg.png) no-repeat top left;
	padding:20px;
	margin:0 10px;
	height:420px;
	z-index:20;
	clear: both;
}

/*piecemaker*/
.piecemaker{
	margin:0 0 0 -100px;
}

/***********/
/* CONTENT */
/***********/
#wrapper{
}
.wrapper_top{
}
.wrapper_bottom{
}
#content{
	width:960px;
	margin:auto;
	overflow:hidden;
	padding:20px 0;
	z-index:0;
}
.content_main, .content_blog, .content_page{
	float:left;
	margin:0 10px;
	width:620px;
}

/*Blog*/
.entry{
	width:100%;
	overflow:hidden;
	margin:10px 0;
	padding:10px 0 30px;
	position:relative;
}
.blog_title{
	width:90%;
}
.blog_author{
	width:200px;
}
.blog_date{
	font-family: 'Oswald', serif;
	font-size:24px;
	color:#999;
}
.blog_separator{
	width:100%;
	height:2px;
	background:url(img/blog_separator.png);
	margin:20px 0px;
}
span.comments_link{
	font-family: 'Oswald', serif;
	font-size:18px;
	color:#eeedeb;
	width:53px;
	text-align:center;	
	float:right;
	padding:13px 0 25px;
	position:absolute;
	top:5px; 
	right:0;
	height:25px;
}
span.comments_link span{
	display:none;
}
a.more-link{
	background:url(img/read_more.png) no-repeat top left;
	font-family: 'Oswald', serif;
	color:#bb0000;
	font-size:16px;
	padding:3px 10px 15px;
	position:absolute;
	right:0;
	bottom:0;
	text-shadow: 0px -1px 0px #000;
}

/* Comments */
ol.commentlist{
	list-style:none;
}
ol.commentlist li{
	overflow:hidden;
	margin:10px 0 ;
}
ol.commentlist .vcard{
	background: url(img/avatar_bkg.png) no-repeat top left;
	padding:6px;
	width:40px;
	height:63px;
	margin:auto;
}
ol.commentlist .commentLeft{
	float:left;
	text-align:center;
	width:90px;
}
ol.commentlist .commentRight{
	float:right;
	width:79%;
	padding:0 5px 5px;
}
ol.commentlist ul.children{
	padding:0 0 0 20px;
}

ol.commentlist ul.children .commentRight{
	border:1px solid white;
	background: #E0E0E0;
}
a.comment-reply-link{
	background:#CCC;
	padding:2px 5px;
}

/***********/
/* CONTACT */
/***********/
.contact_area{
	width:70%;
	margin:auto;
	padding:20px 0;
}
.contact_area h2{
	padding:10px;
}
#contact_us th{
	padding:2px 10px;
}
#contact_us .screenReader {
	width:50px !important;
}
#contact_us span.error{
	color:#F00;
}

/**********/
/* FOOTER */
/**********/
#footer{
	background:url(img/footer_bkg.png);
	position:relative;
}
.footer_shadow{
	height:10px;
	background:url(img/footer_shadow.png);
	width:100%;
	position:absolute;
	top:0;
}
.footer_content{
	width:960px;
	margin:auto;
	padding:20px 0;
	overflow:hidden;
}

/**************/
/* TAXONOMIES */
/**************/
.post_type_info{
	width:940px;
	margin:30px auto 60px;
}
.post_type_info img{
	padding:0 15px 0 0;
	margin:0 20px 0 0;
	border-right:1px dotted #89815C;
}
.taxonomy_item{
	width:300px;
	margin:0 10px;
	float:left;
	text-align:center;
	min-height:390px;
}

.taxonomy_item p{
	text-align:justify;
}

/* WP basic styles*/
.wp-caption{}
.wp-caption-text{}
.sticky{}
.gallery-caption{}
.bypostauthor{}
.alignright{ float:right; margin:0 0 20px 20px;}
.alignleft{ float:left; margin:0 20px 20px 0;}
.aligncenter{}

/***************************/
/*Products style*/
span.item_value{
	font-size:20px;
	font-weight:bold;
	color:#474747;
}

/*Portfolios style*/
.portfolio_info{
	width:260px;
	margin:-20px auto 0;
	padding:0 0 30px;
	clear:both;
}
.portfolio_info p{
	text-align:center !important;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}
/* End: Recommended Isotope styles */

.info_filters{
	text-align:center;
	clear:both;
	list-style:none;
	padding:20px 0;
}
#content .info_filters li{
	*float:left;
	padding:20px;
	font-size:18px;
	display:inline-block;
	margin:auto;
	color:#339;

}
.info_filters li a:hover, .sel_item{
	color:#F00;
}
#menu-item-368 ul.sub-menu, #menu-item-384 ul.sub-menu, #menu-item-380 ul.sub-menu, #menu-item-381 ul.sub-menu{
	display:none !important
}
.img_single img {
    border: 3px solid white;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    float: left;
    margin: 20px 20px 10px 3px;
    outline: medium none;
}

td {
	padding:5px;
	text-align: left;
	vertical-align: top;
	border:1px solid #ddd;
}

#social {
	float: right;
	margin: 15px;
}

#social a {
	color: #fff;
	font-size: 30px;
}

#social a:hover {
	text-decoration: none;
	color: #69F;
}

.button {
	background:#bb0000;
	margin:0 20px;
	padding:5px 15px;
	color:#fff;
    font-weight: bold;
	display:inline-block;
	border: none;
}

.button:hover {
	background:#666;
	text-decoration: none;
}

.wpcf7-submit {
	margin-left:0;
}

#burger {
	display: none;
}

.visual-form-builder li.vfb-two-column div span, .visual-form-builder li.vfb-three-column div span, .visual-form-builder li.vfb-auto-column div span {
	width: auto;
}

#colorbox {
	box-sizing: content-box;
}

.col_left {
	float: left;
	width: 30%;
	margin-right: 5%;
}

.col_main_right {
	float: left;
	width: 65%;
}

#contact_us input[type="text"] {
	padding: 7px 10px;
	width: 100%;
}

#commentsText {
	width: 100%;
	height: 100px;
	padding: 7px 10px;
}

#contact_us input[type="submit"] {
	padding: 10px 20px;
	color: #fff;
	background: #bb0000;
	border: none;
	text-transform: uppercase;
	font-weight: bold;
}

input.vfb-medium, input.vfb-medium[type="text"], input.vfb-medium[type="tel"], input.vfb-medium[type="email"], input.vfb-medium[type="url"], select.vfb-medium {
	padding: 7px 10px;
}

#slider, #slider img{max-width:100%;}

.col_right {
	width: 300px;
	margin: 40px 0 0 20px;
	float: left;
}

.left, .center, .right {
	height: 470px !important;
	text-align: center;
}

fieldset {
	border: none;
}

.contact_message {
	height: 140px;
	width: 100%;
}

.vfb-required-asterisk {
	color: #bb0000;
}

.visual-form-builder label {
	margin: 10px 10px 10px 0;
}

.visual-form-builder input, .visual-form-builder textarea, .wpcf7-form input, .wpcf7-form textarea {
	border: 1px solid #999;
	padding: 7px 10px;
}

#form_success {
	font-weight: bold;
}