/*
Theme Name: Commodore
Description: A simple business theme by Theme Blvd. &mdash; Update notifications available on Twitter: <a href='http://twitter.com/jasonbobich'>Follow the author</a> and <a href='http://twitter.com/themeblvd'>Follow the brand</a>
Author: Jason Bobich
Author URI: http://themeblvd.com
Version: 3.0.5
License: GPL2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* This theme's primary styles can be found in /assets/css/theme.css */

.header_logo {
  width: 25%;
  margin-right: auto;
}

li.home, li.page-item-16 {
  display:none;
}

.unsticky {
  position: relative;
}

.sticky {
  position: fixed;
  top: 0;
  z-index: 100;
}

#main {
   top: 260px;
}


.voffset {
    padding-top: 48px;
}

#spic .owl-carousel .owl-item img {
  height: 50px;
  width: auto;
}

#primary-menu li a {
  color: #000000;
}

#footer_content {
  display: none;
}

#footer_sub_content .footer_sub_content-inner {
    padding: 10px 10px;
}

table.padrows td {
  padding-bottom: 1em;
}

.page_item_has_children > a {
  pointer-events: none;
  cursor: default;
}

.aligntop {
  vertical-align: top;
}