/*
######## CUSTOM CSS ADDED BY MOHAN #########

*/

/* to change the sidebar header font size*/
.right-sidebar h2, .left-sidebar h2,
.right-sidebar h1, .left-sidebar h1 {
font-weight: 200;
}

/* to change the header font size */
.headline h1 {
font-weight: 200;
}

/* to change the video with for ie9*/
.fitParent{
	width: 100%;
} 

/* to change next preview button in our product page*/
.prev-t1, .next-t1, .prev-t2, .next-t2, .prev-t3, .next-t3{
	background-color:#0077d3;
}
.image-links a:first-child {
	display:none;
}
.image-links {
	left:61%;
}

/* to make header small font*/
.headline h1 {
	text-transform: none;
}
/* to hide footer */

footer > .grey {
display:none;
}

.custom_login{
	margin-left: 40%;
}

/* for search box */
#search-icon form input {
  top: 0px;
  height: 28px;
  display: block;
}

/* remove the wordpress support image from preheader */
li wp-admin-bar-wp-logo{
	display:none !impotant;
}

.btn.btn-primary.fp-button {
  	display: none;
}

div #contextual-help-link-wrap {
	display:none;
}

/* header menu colour control */
#menu-nav_set0 > li.current-menu-item >a{
background:#0077d3 !important;
color:white !important;
border-bottom: 1px solid #0077d3 !important; 
}

.left_navigation >li.current_page_item > a {
	color:#24459a !important; 
}

.left_navigation >li.page_item > a:hover {
	color:#24459a !important; 
}


#menu-nav_set0 > li.current-menu-item >a:hover {
 color:#ffffff !important; 
}

/* for hiding the extra img banner box in video portfolio*/
div .videoWrapper img {
display:none;
}

/* colour of the page heading */
.headline h1,
.page-path span,
.page-path a 	{ color: #212121 !important; }

/* all images edges in semi curve shaped  */
img{ border-radius: 0.5em 0.5em 0.5em 0.5em;}

/* make visible the calendar font colour in footer area */
#wp-calendar a:hover {
background: #ccff99;
color: white;
}

table #wp-calender {
color: white !important;
}

#wp-calendar td:hover, #wp-calendar #today {
background: #ccff99;
color : #adadad 
}

/* for contact form changes */

.widget_recent_works >div.grid_3> h2{
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 15px;
} 

.wpcf7-form-control {
	width:95%; 
	height:30px; 
}

img.wpcf7-form-control {
	width:100px; 
	
}

textarea.wpcf7-form-control{
	height:200px; 
}

input.wpcf7-submit{
	width:100px; 
}


/*  
#########################################


.headerstyle5 .header-image {
height: 60px !important;
}

.headerstyle5 .headline h1 {
line-height: 6px !important;

}

.wrapper.headline {
height: 60px !important;
}

.headerstyle5 .page-path {
margin-top: 60px !important; 
}



.videoWrapper > img{
display:none !important;
}

.grid_12 > h1{
color:white !important;
}



.grid_3 > h2 { color:black !important; } 

.marble-color {
  background-color: white !important;
  border-bottom: 5x solid white;
}

.widget_categories li:hover,
.widget_categories a:hover,
.post-comments span, 
.post-author a,
.post-category a 
	{
	  color: #24459a !important;
	}

#########################################
*/