/*

Your custom css

*/

#mk-header .header-logo{
  float: left;
  width: 335px;
}

#mk-header .header-right{
float: right;
  position: relative;
  line-height: 100%;
  z-index: 10;
text-align: center;
padding-top: 20px;
}

#mk-header .header-right .call-text{
color: #004289;
  font-size: 18px;
}

#mk-header .header-right .phone{
  font-size: 30px;
  color: #004289;
margin-bottom: 3px;
}

#mk-header .share-buttons{
list-style: none;
margin: 0;
padding: 0;
}

#mk-header .share-buttons li{
display: inline-block;
margin-left: 4px;
}

#mk-header .share-buttons li:first-child{
margin-left: 0;
}


@media screen and (max-width: 1200px) {
#mk-header .header-right{
margin-right: 100px;
}
}

@media screen and (max-width: 660px) {
#mk-header .header-logo{
float: none !important;
width: 235px;
height: 75px !important; 
margin: 0 auto;
margin-top: 20px;
}

#mk-header .header-right{
float: none;
margin-top: 0;
margin-bottom: 30px;
margin-right: 0;
}

.mk-nav-responsive-link{
top: 13%;
}
}
