.styled-pagination li span.page-numbers.current{
    color: #ffffff;
    border-color: #d24c59;
    background-color: #d24c59;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}
.styled-pagination li span{
    position: relative;
    display: block;
    line-height: 50px;
    font-size: 20px;
    height: 50px;
    width: 50px;
    color: #848484;
    font-weight: 400;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid #dcdde3;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.widget ul{
	position: relative;
}


.widget li a{
	position: relative;
    display: block;
    font-size: 16px;
    color: #212639;
    line-height: 24px;
    font-weight: 600;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.widget li a:hover{
	color: #d3515e;
}
.search-popup .search-form fieldset input[type="text"] {
    position: relative;
    height: 70px;
    padding: 20px 220px 20px 30px;
    background: #ffffff;
    line-height: 30px;
    font-size: 24px;
    color: #233145;
    -webkit-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.comment-form .form-group button#submit:hover {
    color: #ffffff;
    background-color: #5031a9;
    border-color: #5031a9;
}
.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
    position: relative;
    display: block;
    width: 100%;
    line-height: 20px;
    padding: 10px 15px;
    color: #848484;
    height: 50px;
    font-size: 15px;
    background: transparent;
    border-bottom: 1px solid #e5e5e5;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.comment-form .form-group textarea{
	position: relative;
    display: block;
    width: 100%;
    line-height: 20px;
    padding: 15px;
    color: #848484;
    font-size: 16px;
    background: transparent;
    border-bottom: 1px solid #e5e5e5;
    height: 200px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.follow-us-widget .widget-content .social-icon-one .ico{
	position: relative;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 10px;
}
.follow-us-widget .widget-content .social-icon-one .ico a{
	border-radius: 0;
    height: 75px;
    width: 75px;
    line-height: 75px;
    position: relative;
    display: block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 18px;
    color: #212639;
    border: 1px solid #e7e7e7;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.follow-us-widget .widget-content .social-icon-one .ico a:hover{
	background-color: #d24c59;
    border-color: #d24c59;
    color: #ffffff;
}