/*непрозрачный бг на выпадающих меню*/
.main-navigation ul li ul {
  background: none repeat scroll 0 0 #fff;
}

/*скругление углов контейнера*/
#page{
	border-radius: 5px;
}

#featured-slider .entry-description-container {
    background-color: rgba(0, 0, 0, 0.6);
}

.social-link{
	margin-right: 5px;
}
.social-link:hover img{
	opacity: .8;
}
.social-link:last-child{
  margin-right: 0;
}

.cform-theme {
    background: #ffffff;
    padding: 20px 25px;
    border: 1px solid #aeaeae;
    border-radius: 5px;
}

.cform-theme input{
	margin-bottom: 0;
}

input[type="tel"]{
    padding: 1%;
    border: 1px solid #EAEAEA;
    line-height: 20px;
    width: 98%;
    background-color: #F8F8F8;
    border-radius: 3px;
}