/*   
Theme Name: SevDotCom Theme
Theme URI: http://sevdotcom.ae
Description: This is just a BLANK starter WordPress Theme template -- WordPress v3.0.1
Author: Tarek Ziane
Author URI: http://tarekziane.com
Version: 2
*/

/* Import Basic Files
================================================== */

@import url("css/fluid-grid.css");
@import url("css/boilerplate.css");
@import url("css/portfolio.css");
@import url("css/slider.css");
@import url("css/logos-carousel.css");
@import url("css/blog.css");

/* Site Styles
================================================== */

body {
}

a{
	color:#95853c;
}

a:visited{
	color:#95853c;
}

a:hover{
	color:#666;
}

.fullwidth-bg {
	width:100%;
	padding:15px 0;
	background: rgb(0, 0, 70);
}

.fullwidth-work {
	width:100%;
	padding:20px 0;
	margin:0;
	background:#fff url(images/grey-bg.png) top center;
}

.fullwidth-banner {
	width:100%;
	margin:0;
	background:#fff url(images/banner-bg.png) top center repeat-x;
}

h1, h2, h3{
	color: rgb(0, 0, 70);
	font-weight: 600;
	margin:0;
}

/*h1.big-txt{
	clear:both;
	font-size:84px;
	font-weight:400;
	margin:0 -5px 0 -8px;
	color:#2f2727;
	text-align:center;
}*/

h1.big-txt span{
	color: rgb(0, 0, 70);
}

a.read-more{
	float:right;
	display:block;
	width: 46px;
	height: 49px;
	margin-top:-5px;
	text-indent:-9999px;
	background:url(images/icons/readmore-icon.png) no-repeat 0px 0px;
	-webkit-transition: all 0.2s ease-in;  
    -moz-transition: all 0.2s ease-in;  
    -ms-transition: all 0.2s ease-in;  
    -o-transition: all 0.2s ease-in;  
    transition: all 0.2s ease-in;
}

a:hover.read-more{
	background:url(images/icons/readmore-icon.png) no-repeat 0px -50px;
	-webkit-transition: all 0.2s ease-in;  
    -moz-transition: all 0.2s ease-in;  
    -ms-transition: all 0.2s ease-in;  
    -o-transition: all 0.2s ease-in;  
    transition: all 0.2s ease-in;
}


/* CSS3 STYLE CIRCLE HOVER EFFECTS */


.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
	box-shadow: inset 0 0 0 0 rgba(47,39,39, 0.4),   inset 0 0 0 16px rgba(255,255,255,0.6),   0 1px 2px rgba(0,0,0,0.1);
		
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

/*.ch-img-1 { 
	background: url(images/mobile-ico.jpg) no-repeat center center;
}

.ch-img-2 { 
	background: url(images/webdesign-ico.jpg) no-repeat center center;
}

.ch-img-3 { 
	background: url(images/ecommerce-ico.jpg) no-repeat center center;
}

.ch-img-4 { 
	background: url(images/social-ico.jpg) no-repeat center center;
}

.ch-img-5 { 
	background: url(images/digital-ico.jpg) no-repeat center center;
}*/

.ch-info {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden; /*for a smooth font */

}

/*.ch-info h3 {
	color: #95853c;
	position: relative;
	font-size: 18px;
	padding: 50px 0 0 0	;
	height: 110px;
	font-weight:400;
	text-align:center;
}
*/
.ch-item:hover {
	box-shadow: inset 0 0 0 110px rgb(0, 0, 70),   inset 0 0 0 16px rgba(255,255,255,0.95),   0 1px 2px rgba(0,0,0,0.1);
}

.ch-item:hover .ch-info {
	opacity: 1;
	
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);	
}


.ch-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

/*.ch-grid li {
	width: 180px;
	height: 180px;
	display: inline-block;
	margin: 8px;
}*/


/* CSS3 STYLE HOVER EFFECTS */
/*.view {
   width: 30%;
   margin: 20px 2.66% 20px 0;
   float: left;
   border: 5px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: pointer;
}*/



/*----------- FOOTER --------------------*/


.fullwidth-footer {
	width:100%;
	padding:15px 0;
	margin:0;
	background: rgb(0, 0, 70);
	line-height:34px;
}	


/* Inner Pages
================================================== */


#about-banner {
	width:100%;
	height: 199px;
	background: url(images/about-bg.png) bottom center;
	margin-bottom: -15px;
}	

#content-panel {
	width:100%;
	margin:20px 0;
	overflow:hidden;
}

#content-panel h1{
	text-align:left;
	margin-left:0;
	margin-bottom:20px;
}

#content-panel h2 img{
	text-align:left;
	margin-right:8px;
}

/*#teamRow{
	margin-top:20px;
	width:48.5%;
	float:left;
	margin-right:1.5%;
}*/

#teamRow img{
	float:left;
	margin-right:10px;
}

#teamRow p.description{
	color:#95853c;
	font-size:11px;
	margin-bottom:-5px;
}

#teamRow h3{
	font-size:20px;
	margin-bottom:-13px;
}

#content-panel p span{
	color:#95853c;
}

p.mail a{
	color:#666;
}

p.mail a:hover{
	color:#95853c;
}

.blogRow p a{
	color:#666;
}

.blogRow p a:hover{
	color:#95853c;
}

.footer-meta{
	font-size:12px;
	color:#999;
}

.footer-meta:hover{
	font-size:12px;
	color:#95853c;
}

.portfolioLinks{
	text-align:center;
	overflow:hidden;	
}

.portfolioLinks img{
	margin:0 0 10px 15px;
}