/* Add here all your CSS customizations */



/*.social-icons{ padding: 0; margin:0;}
.social-icons li{list-style: none; display: inline-block; padding: 15px 8px;}
.social-icons li a{ font-size:20px; color:#000;}*/

.social-icons li {
    display: inline-block;
    margin: 0px 3px 0 3px;
    padding: 0;
    border-radius: 100%;
    overflow: visible;

    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 100%;
    height: 28px;
    line-height: 28px;
    width: 28px;
    text-align: center;
    text-decoration: none;
    background: #4ac959;
}

.social-icons li a {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 100%;
    display: block;
    height: 28px;
    line-height: 28px;
    width: 28px;
    text-align: center;
    color: #fff !important;
    text-decoration: none;
    font-size: 15px !important;
}

.social-icons li:hover a {
    background: #000;
    color: #FFF !important;
}

.social-icons li:nth-child(2) {
  background: #3b5998;
}

.social-icons li:nth-child(3) {
  background: #00aced;
}

.social-icons li:nth-child(4) {
  background: #bb0000;
}

.social-icons li:nth-child(5) {
  background:#517fa4;
}

.subscribe_email{
width: 61%;
float: left;
padding: 19px 10px;
border: 0;
}

.btn_subscribe {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #08C;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.subscribe_email_text{
	font-size: 20px !important;
line-height: 22px !important;
letter-spacing: 0.3px !important;
}