#mainnav ul li a, #mainnav ul li::before {
text-shadow: 3px 3px 3px #0099cb ;
}


#mainnav ul li a:hover {
		color: #006599;
		background-color: rgba(255, 255, 255, 0.90);
		text-shadow: 0px 0px 0px #0099cb ;
	}
	
	
#secondary .widget-title {
    color: #000;
}

a, #secondary .widget-title {
    color: #000;
}

table {
	width: 100%;
}
th,td {
	border: 1px solid #0099cb;
	padding: 5px;
	text-align: center;
}



.hentry blockquote {
	    background-color: #0099cb;
	    color: #fff;
	    font-size: 16px;
	    font-style: italic;
	    line-height: 23px;
	    margin-bottom: 30px;
	    padding: 30px 35px;
	    position: relative;
	}
	
.widget ul {
		list-style: square;
		padding-left: 15px;
	}
	
	blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 14.5px;
  border-left: 3px solid #0098CA;
}

.hentry .title-post { font-size: 60px;
  text-shadow: 2px 2px 2px #0099cb 
  }
  
.text-slider .maintitle {
font-family: 'Calligraffitti' ;
font-size: 65px;
  text-shadow: 3px 3px 3px #0099cb 
  }

 .text-slider .subtitle { 
 text-shadow: 3px 3px 3px #0099cb 
 }
 
  .widget-title { 
 text-shadow: 2px 2px 2px #0099cb 
 }

 
.footer-widgets {
    padding: 0px ;
}

.page-wrap {
       margin-top: -60px;
    }

.service img {
    border: 1px solid #0099cb;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.service:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}


/*	Rotate */
/*
.service img {
    border: 1px solid #0099cb;
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.service:hover img {
-webkit-transform: rotate(15deg) scale(1.01);
	transform: rotate(15deg) scale(1.01);	
}
*/

/* border on projects */
/*
.roll-project .project-item {
    border: 1px solid #0099cb;	
}
*/


.button-slider {
    box-shadow: 2px 3px 5px 5px rgba(72,59,41,.7);
	
}



a.ow-button-hover:hover {
background-color: #000!important;
}

