#secondary {
   position: fixed;
   margin: 0;
}

.primary-navigation {
  float: left; /* change from float right */
  font-size: 11px;
  margin-left: -54px;
}

.primary-navigation ul ul a {
padding: 15px 15px;
white-space: normal;
width: 150px;
}

@media screen and (max-width: 360px) {
    .blog .entry-content .wrap-content {
        display: block;
        float: none;
        text-align: left;
        width: 100%;
    }

    .blog .entry-content {
        text-align: center;
    }
}

.featured-content .entry-header {
background-color: rgba(0, 0, 0, 0,1);
}

.flexslider .slides img { margin: auto; 
}

.slider .featured-content .hentry {
  margin: 0px;  
  max-height: 360px; // Adjust to suite your needs

}
.post-thumbnail {
background: transparent !important;
}
a.post-thumbnail:hover {
background-color: transparent !important;
}
.featured-content {
background-image: none !important;
}

#page {
margin-left: auto;
margin-right: auto;
}

/**.nav-links { display: none; }

.archive-header {
    display: none;
}

.archive #primary {
    padding-top: 25;
}

/* Previous-Next links */

.cmd_post_nav li { 
  list-style: none;
}

.cmd_post_nav a {
  font-size: 16px;
  font-weight: 400;
}

.cmd_post_nav .cmd_previous { 
  float:left;
  width: 40%;
}

.cmd_post_nav .cmd_next { 
  float:right;
  width: 40%;
  text-align: right;
}

.cmd_right {
    float: right;
    width: 100%;
    word-wrap: break-word;
    padding: 0px 50px 50px 0px;
    margin-top: -38px;	
}

.cmd_left {
    float: left;
    width: 100%;
    word-wrap: break-word;
    padding: 0px 50px 50px 30px;
    margin-top: -38px;
}

.cmd_previous .meta-nav {
  float: left;
  font-size: 44px;
  font-weight: 500;
  line-height: 30px;
  padding-right: 10px;
}

.cmd_next .meta-nav {
  float: right;
  font-size: 44px;
  font-weight: 500;
  line-height: 30px;
  padding-right: 20px;
}
/* Enter Your Custom CSS Here */