.crrm-inner.row{
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  display: initial;
  flex-wrap: initial;
}
.crmm-megamenu .crrm-inner.row{
  margin-left: 15px;
  margin-right: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
}
.crmm-widget{
  margin-bottom: 30px;
}
.crmm-megamenu .crrm-inner #gallery-1 .gallery-item{
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 3px;
  margin-top: 0;
}
.crmm-megamenu .popular-posts img{
  max-width: 80px;
}
.crmm-megamenu .crmm-nav-item .nav-link{
  text-align: left;
  color: inherit;
  padding: 0.65rem 0;  
}
.crmm-megamenu .crmm-nav-item .nav-link:hover,
.crmm-megamenu .crmm-nav-item .nav-link:focus{
  background-color: transparent !important;
}
.crmm-widget-title{
  margin-bottom: 30px;
}
#page{overflow: hidden;}
.crmm-megamenu .dropdown-menu::before{ display: none;}
.dropdown-menu .caret{
  display: none;
  background-color: #fbfbfb;
  position: absolute;
  top: -5px;
  left: 20px;
  height: .9375rem;
  width: .9375rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -2;
}
@media (min-width: 992px) { 
  .crmm-megamenu .caret{ display: block; }
  .crmm-megamenu-column-2 .dropdown-menu .dropdown-item{ width: 50%; display: inline-block; }
  .crmm-megamenu-column-3 .dropdown-menu .dropdown-item{ width: 33.33%; display: inline-block; }
  .crmm-megamenu-column-4 .dropdown-menu .dropdown-item{ width: 25%; display: inline-block; }
  .crmm-megamenu-column-5 .dropdown-menu .dropdown-item{ width: 20%; display: inline-block; }  
  .navbar-nav{  flex: none; max-width: 100%; display: inline;}
  .navbar-nav > .nav-item{ display: inline-block; }
  .nav-button,
  .header-socials{display: inline-flex;}
}
/*------------------------------------------*/
/*   Dropdown Menu  
/*------------------------------------------*/


.dropdown-menu::before {
  content: "";
  background-color: #fbfbfb;
  position: absolute;
  top: -5px;
  left: 20px;
  height: .9375rem;
  width: .9375rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -2;
}


.dropdown-toggle::after {
  vertical-align: .175em;
}

/*------------------------------------------*/
/*   Blog Categories
/*------------------------------------------*/
.crmm-list{
  list-style: none;
  padding-left: 0;
}
.crmm-list > li {
  padding: 10px 0;
  border-bottom: 1px dashed #c0c0c0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;  
}

.crmm-list > li:first-child {
  padding: 0 0 10px;
}

.crmm-list > li:last-child {
  padding: 10px 0 0;
  border-bottom: none;
}

.crmm-list > li a,
.crmm-list > li span {
  font-size: 1em;
  font-weight: 400;
}

.crmm-list li a:hover {
  text-decoration: none;
}
.crmm-list li a:before{
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 10px;
  font-weight: bold;
  display: inline-block !important;
}
.crmm-list > li{padding:7px 0;}
.crmm-list > li:first-child {  padding: 0 0 7px; }
.crmm-list > li a{font-size: .9em}
.crmm-list > li a:hover{background-color: transparent !important;}
.dropdown-menu a:hover::before,
.crmm-list > li a:hover::before,
a.dropdown-toggle:hover::before{display: none !important;}
/*------------------------------------------*/
/*   Popular Posts
/*------------------------------------------*/
.popular-posts{
  padding-left: 0;
}
.popular-posts li { 
  padding: 14px 0;
  border-bottom: 1px dashed #c0c0c0;
}

.popular-posts li:first-child {
  padding: 0 0 14px;
}

.popular-posts li:last-child {
  padding: 14px 0 0;
  border-bottom: 0; 
}

.popular-posts img {
  text-align: center;
  float: left;
}

.post-summary {
  overflow: hidden;
  padding-left: 20px;
}
.no-thumb .post-summary{
  padding-left: 0;
}

/*------------------------------------------*/
/*  Popular Post Typography
--------------------------------------------*/

.post-summary a { 
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.popular-posts .post-summary a:hover { 
  text-decoration: underline;
}

.popular-posts p { 
  font-size: 0.875rem;
  margin-top: 6px;
  margin-bottom: 0;
}

@media (max-width: 767.99px) { 
  .no-spacing-column .vc_column_container .wpb_single_image{margin-bottom: 50px;}
  .navbar-nav .dropdown-menu{ max-height: 400px; overflow-x: scroll; }
}