/*   
Theme Name: Crevision
Theme URI: http://www.jozoor.com
Description: Crevision Theme for corporate and creative sites, responsive and clean layout, more than color skins, Fully Customizable, Comprehensive Theme Options and more..
Author: Jozoor Team
Author URI: http://www.jozoor.com
Version: 1.3.2
*/

/* Import Basic Files
================================================== */

@import url("css/fonts.css");                          /* Custom Fonts */
@import url("css/dark-style/base.css");                /* Reset & Basics */
@import url("css/skeleton.css");                       /* Base 960 Grid */
@import url("css/dark-style/javascript.css");          /* Css Styles for js scripts */
@import url("css/dark-style/shortcodes.css");          /* Css Styles for shortcodes */
@import url("css/custom.css");                         /* Css Styles File for any changes you want to add */




/* Site Styles
================================================== */

/* common styles */
.services, .recent-work, .recent-blog, .testimonials,  .lightbox {
	margin:5px 0;
}

.accordion, .whyus, .recent-blog2, .who, .bottom {
	margin-bottom:25px !important;
}

.services .item, .recent-work .item , .lightbox .item, .portfolio .item {
	margin-bottom:25px !important;
}

.welcome, .recent-work .item, .qoute, .description, .use, .lightbox .item, .portfolio .item {
	text-shadow:1px 1px 1px #333333;
}

#nav, .testimonials-arrow, .subscribe input.submit, /* new code */ input.subscribe-submit, .social, a.twitter, a.facebook, a.skype, a.linkedin, .next-project, .prev-project, .next-post , div.right, .comment, .comment .title span.right, .comments .children {
	float:right;
}

.date, .services .item .square, .js .selectnav, .testimonials .author, .clients ul.items li, .date2, .date3, .icon-box, .pagination li,/* new code */.pagination-comments a, /* new code */.pagination-comments span, img.pic-2 , .image-post.left, .prev-post, .avatar, .form-box,/* new code */ #respond, /* new code */.square-list.related-posts li, /* new code */.most-posts li,
/* new code */.ads li.banner {
	float:left;
}

.border {
	border:5px solid #3E3E3E;
	margin-bottom:15px;
}

.our-services ul li {
	margin-bottom:25px;
}
	
.icon-box {
	width:40px;
	height:24px;
	padding:8px 0;
	margin:7px 10px 80px 0;
}

.icon-box img, .icon-box span {
	display: block;
    margin-left: auto;
    margin-right: auto;
	max-width:28px;
	max-height:25px;
}

.title {
	padding:10px 0 10px 0;
	border-bottom:1px solid #404040;
	margin:15px 0 15px 0;
}

.whyus img {
	max-width:290px;
}

.bottom-2 {
	margin-bottom:10px !important;
}

/* new code */
.bottom-3 {
	margin-bottom:15px !important;
}

.top {
	margin-top:10px;
}

.top-2 {
	margin-top:-10px;
}

.top-3 {
	margin-top:20px;
}

.top-4 {
	margin-top:25px;
}

.top-5 {
	margin-top:-2px;
}

img.pic-2, .most-posts li img.avatar {
	margin:0 13px 5px 0;
}

/* new code */ 
.info-box img.avatar {
	margin:0 13px 20px 0;
}

.caption {
	position:relative;
}

.caption .hover-effect {
	position:absolute;
	top:0;
	width:100%;
	height:99.5%;
	opacity:.8;
	filter:alpha(opacity=80); /* IE patch */
	display:none;
}

.caption .hover-effect.big {
	height:100%;
}

.caption:hover .hover-effect.link {
	background:#131313 url("images/icons/link.png") no-repeat;
	background-position:50% 50%;
	display:block;
}

.caption:hover .hover-effect.zoom {
	background:#131313 url("images/icons/zoom.png") no-repeat;
	background-position:50% 50%;
	display:block;
}

.caption:hover .hover-effect.video {
	background:#131313 url("images/icons/video.png") no-repeat;
	background-position:50% 50%;
	display:block;
}



/* header */
header {
	min-height:91px;
	border-top:5px solid #303030;
}

.logo {
	margin:28px 0 0 0;
}

.selectnav { 
    display: none; 
}

/* slider */
#slider {
	margin:30px 0;
}


.welcome, .qoute {
	padding:30px 10%;
	margin:25px 0;
}

.description {
	padding:20px 10%;
	margin:0 0 30px 0;
}
	
.use {
	padding:10px 2%;
	margin:0 0 15px 0;
}

.welcome p, .description p{
	line-height:35px;
}

.qoute {
	padding:30px 3%;
	overflow:hidden;
}

.qoute p {
	width:97%;
}

/* main container */

h1.page-title {
	padding:5px 0 10px 0;
	border-bottom:1px solid #404040;
	margin:12px 0 18px 0;
}

h2.title {
	padding:5px 0 10px 0;
	border-bottom:1px solid #404040;
	margin-bottom:25px;
}

a.link {
	padding:15px;
	text-shadow:none;
	margin: 4px 0 0 0;
    display: block;
    width: 87%;
	text-align:center;
}

/* services */
.services h3 {
	padding:10px 0 3px 0;
}

.services .item {
	max-height:104px;
	min-height:104px;
	border-right:5px solid #585858;
	padding-right: 8px;
	/*cursor:pointer;*/
	position:relative;
}

.services .item.active:hover {
	border-right:5px solid #585858;
}

.services .item .square {
	width:110px;
	height:58px;
	padding:23px 0; /* 5.1% 0*/
	margin-right:22px;
}

.services .item .square img{
	 display: block;   
	 margin-left: auto;   
	 margin-right: auto;
}

/* recent work */
.recent-work .item, .lightbox .item, .portfolio .item {
	padding-bottom:10px;
	border-bottom:4px solid #303030;
}

.recent-work .item h4, .lightbox .item h4, .portfolio .item h4 {
	padding-top:10px;
}

.recent-work .item img.pic, .lightbox .item img.pic, .portfolio .item img.pic {
	width: 100%;
    height: auto;
}

/* new code */
.recent-work .item img.pic.column-3, .portfolio .item img.pic.column-3 {
    height: 220px; 
}

/* new code */
.recent-work .item img.pic.column-4, .portfolio .item img.pic.column-4 {
    height: 161px;
}

/* recent blog */
.date {
	margin:2px 18px 18px 0;
}

.date2 {
	margin:2px 8px 5px 0;
}

.date3 {
	margin:0px 8px 18px 0;
}

.day, .month {
	display:block;
}

.day {
	width:27px;
	padding:12px 10px 8px 10px;
}

.month {
	width:27px;
	padding:4px 10px;
    text-transform: uppercase;
}

.recent-blog .blog-item {
	padding-bottom:30px;
	border-bottom:1px solid #404040;
	margin-bottom:25px;
}

.recent-blog .blog-item:last-child {
	padding-bottom:0;
	border-bottom:0;
}

.recent-blog .blog-item.noborder {
	border:0;
	padding-bottom:5px;
	margin-bottom:1px;
}

.recent-blog .blog-item.vertical {
	padding-bottom:20px;
	border-bottom:1px solid #404040;
	margin-bottom:20px;
}

.recent-blog .blog-item.vertical:last-child {
	padding-bottom:0;
	border-bottom:0;
}


.recent-blog p {
	padding-bottom:10px;
}

.recent-blog .tags-comments {
	padding-left:65px;
}

.more {
	padding-left:56px;
}

.more a{
	text-decoration:underline;
}

.more2 {
	display:block;
	padding-top:14px;
}

.more2 a{
	text-decoration:underline;
}

.recent-blog .tags-comments2 {
	padding:2px 0 14px 0;
	display:inline-block;
}

.recent-blog h3.blog-title {
	margin-top:10px;
}

/* new code */
img.small-img {
    width: 220px;
    height: 197px;
}

/* testimonials */
.testimonials .testimonial-item {
	margin-bottom:20px;
}

.testimonials p {
	padding:14px 13px 14px 13px;
}

.testimonials-arrow {
	background:url("images/icons/dark/testimonials-arrow.png") no-repeat;
	width:16px;
	height:16px;
	margin:0 27px 0 0;
}

.testimonials .author {
	margin: 15px 0 0 10px;
}

/* clients */
.clients {
	margin:5px 0 15px 0;
}

.clients ul.items {
	padding:20px;
	overflow:hidden;
}

.clients ul.items li {
	margin: 0 10px;
}

.clients ul.items li img {
	display: block;
    margin-left: auto;
    margin-right: auto;
	opacity:.8;
}

.clients ul.items li img:hover {
	opacity:1;
}

/* search */
.search {
	position:relative;
}

input.search {
	padding:8px 30px 8px 8px;
	width:86%;
	border:1px solid #303030;
	position:relative;
	display:block;
}

input.submit-search {
	background:url("images/icons/search-icon.png") no-repeat;
	width:15px;
	height:15px;
	border:none;
	position:absolute;
	top:9px;
	right:11px;
	cursor:pointer;
}

/* new code */
.most-posts {
    overflow: hidden;
}

.most-posts li {
	margin:4px 0 9px 0;
    width: 100%;
}

.most-posts li:last-child {
	margin-bottom:0;
}

.most-posts li p {
	line-height:19px;
}

/* new code */
.most-posts li img.pic-2, .most-posts li img.avatar {
    width: 57px;
    height: 52px;
}

/* meta posts */
.meta {
	padding:6px 6px 4px;
	min-height:16px;
	margin:0 3px 5px 0;
	display:inline-block;
}

.post-meta.transparent .meta {
	background:none;
}

.image-post.left {
	margin-right:20px;
}

/* tags */
.popular-tags {
	margin-top:20px;
}

.popular-tags a {
	padding:10px;
	display:inline-block;
	margin:0 6px 6px 0;
}

/* new code */
.tagcloud a {
	padding:10px;
	display:inline-block;
	margin:0 6px 6px 0;
}

/* new code */
.popular-tags.small a {
	padding: 9px 10px;
}

/* new code */
a.prev-post, a.next-post {
	padding-top:6px;
}

	

/* footer */
footer {
	padding:5px 0 22px 0;
	margin:25px 0 0 0;
}

h3.title {
	padding:0 0 10px 0;
	border-bottom:1px solid #404040;
	margin-bottom:15px;
}

.subscribe, .about, .tweets, footer .flickr {
	margin-bottom:15px;
}

/* subscribe */
.subscribe input.mail {
	padding:8px;
	border:none;
	width:93%;
	margin: 18px 0 8px 0;
}

.subscribe input.submit {
	padding:6px 16px;
	border:none;
	margin:0;
	cursor:pointer;
}

/* new code */
input.subscribe-mail {
	padding:8px;
	border:none;
	width:93%;
	margin: 18px 0 8px 0;
}

/* new code */
input.subscribe-submit {
	padding:6px 16px;
	border:none;
	margin:0;
	cursor:pointer;
}

/* new code */
.five.columns input.subscribe-mail {
	padding:8.8px;
	border:none;
	width:64%;
	margin: 1px 0 8px 0;
    border: 1px solid #303030;
}

/* new code */
.five.columns input.subscribe-submit {
	padding:9px 16px;
	border:none;
	margin:0;
	cursor:pointer;
}

span.copyright {
	padding-top: 7px;
    display: block;
}

.social a {
	display:inline-block;
	margin: 0 0 0 16px;
	opacity:.5;
}

.social a:hover {
	opacity:1;
}

ul.team li{
	margin-top:20px !important;
	margin-bottom:20px !important;
}

ul.team li img {
	opacity:.7;
	margin-bottom:7px;
    max-width: 300px;/* new code */
}

ul.team li:hover img {
	opacity:1;
}

ul.team li h3 {
	border-bottom: 1px solid #404040;
	padding-bottom:5px;
    margin-bottom: 5px;
}

/* team social icons */
a.twitter, a.facebook, a.skype, a.linkedin {
	width:26px;
	height:26px;
	margin:3px 0 0 3px;
	text-indent:-9999px;
}

.choose ul li {
	background:#3e3e3e url("images/icons/list-icons/square.png") no-repeat;
	background-position:3% 50%;
	padding: 13px 10px 13px 25px;
    margin-bottom: 13px;
	line-height:15px;
}

.choose ul li:hover {
	background:#3e3e3e url("images/icons/list-icons/square.png") no-repeat;
	background-position:4% 50%;
	padding-left: 28px;
}

/* project details */
.next-project, .prev-project {
	width:30px;
	height:10px;
	display:inline-block;
	background:#585858;
	cursor:pointer;
	margin-top:14px;
}

.next-project { margin-left:7px; }

.next-project.disabled, .prev-project.disabled {
	display:inline-block;
	background:#767676;
	cursor:default;
}

.job {
	padding-bottom:13px;
	border-bottom:1px solid #404040;
}

.followers li {
	display:inline-block;
	text-align:center;
	margin:10px 5px;
}

/* new code */
.followers li.big {
    width: 27.5%;
}

/* comments blog */
.comments {
	padding:10px 0;
	overflow:hidden;
}


.comments li.comment, .comments li.pingback {
	overflow: hidden;
    margin-bottom: 35px;
    width: 100%;/* new code */
}

/* new code */
.comments li.comment.bypostauthor {
    width: 97%;
    padding: 10px;
}

div.comment {
	width:88%;
}

.comments .children {
	width:88%;
	margin:25px 0 0 0;
}

.comments .children li.comment {
	overflow:hidden;
	margin-bottom:15px;
}

.comments .children div.comment{
	width:86%;
}



div.comment .title {
	border-bottom:1px solid #404040;
	margin:0;
	margin-bottom:10px;
	line-height:15px;
	padding:0;
	padding-bottom:13px;
}

/* new code */
#respond {
    width: 100%;
}


/* Forms */
input.text, textarea {
	border:1px solid #303030;
	padding:12px 10px;
	width:89%;
	display:block;
}

textarea {
	width:96.6%;
	min-height:150px;
}

.form-box {
	width:200px;
	margin:0 20px 15px 0;
}

.form-box.last {
	margin-right:0;
}

.form-box.big {
	width:100%;
}

.form-box label {
	padding:5px 0;
	margin-bottom:8px;
	display:block;
}


/* contact us */
.details li {
	margin-bottom:12px;
}

.details li span.icon {
	float:left;
	margin:0 5px 0 0;
}

.details li p {
	padding-left: 15px;
}

/* Under Construction */
#under-construction {
	padding:40px 0;
	min-height:330px; /* new code */
}

#under-construction h1 {
	margin-bottom:15px;
}

footer.under-construction {
	margin:25px 0 0 0;
	font-size:15px;
}

input.subscribe-text, input.subscribe-button {
	padding:17px;
	border-radius:5px;
	border:none;
}

input.subscribe-text {
	width:428px;
	margin-right:15px;
}

input.subscribe-button {
	width: 140px;
	cursor:pointer;
}

#count2 {
	display: block;
    margin: 60px 0 40px 0;
}

.count-end-message {
	background: #363636;
	padding: 50px;
	color: #DEDEDE !important;
	border-radius: 5px;
	font-size: 26px;
	max-width: 518px;
	text-align: center;
	line-height:40px;
}

/* Comments Style */
ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

/* post protected */
.post-content form {
    padding: 10px 15px 15px 10px;
}

.post-content form p {
    line-height: 30px;
    margin-bottom: 10px;
}

.post-content form label input[type="password"]{
    border: 1px solid #E5E5E5;
    padding: 8px 10px;
    width: 40%;
    margin: 0 5px;
}

.post-content form input[type="submit"]{
    border: none;
    padding: 7px 10px;
    margin: 0 5px;
    cursor: pointer;
}

/* new code */
caption {
    padding-bottom: 13px;
}

/* new code */
.video-content {
    padding: 6px 0;
    border-bottom: 1px solid #404040;
    margin-bottom: 9px;
}

/* new code */
.ads li.banner{
    padding: 3px;
    margin: 5px 7px 3px 0;
    border: 1px solid #303030;
    text-align: center;
}

/* new code */
.ads li.banner:hover {
    border: 1px solid #404040;
}

/* new code */
.ads li.banner.size-125{
    width:125px;
    height: 125px;
    line-height: 920%;
}

/* new code */
.ads li.banner.size-250{
    width:250px;
    height: 250px;
    line-height: 1920%;
}

/* new code */
.tooltip { cursor: pointer;}
