.footer-mobile{
  display:none;
}


.comments-area{
display:none;
}

.blogs .entry-header > div.caftc-link{
  display:none;
}

.ftc-breadcrumb, .info-category{
display:none;}


.nav-left, .nav-right, .logo-wrapper {
    width: auto;
    color: #999;
    line-height: 30px;
    padding: 7px 0;
    padding-right: 50px;
    float:none !important;
}



@media (min-width: 1200px){
.container {
    width: 100% !important;
    padding: 0;
  }
}



.footer-top .ftc-footer .vc_row{
  border-top:none !important;
}


.main-navigation a:hover{
color:#ef6507;
}


.nav-right{
display:none !important;
}


ul {
  line-height:30px;
  font-family:Raleway;
}


.orange-dot {
  list-style: none; /
}

.orange-dot li:before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #ef6507; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
  font-size:30px;
}

.orange-dot li{
margin-left:30px;
}


.lgx-logo-img{
    border: 3px solid #e0e6fe;
  padding:3px;
  border-radius:15px;
}



footer {
    background-color: #e0e6fd !important;
}

.container .top-footer{

  width: 100% !important;
    margin-bottom: -30px;
}