/*
Theme Name: Fortune
Author: WebHunt Infotech
Author URI: http://webhuntinfotech.com
Theme URI: http://demo.webhuntinfotech.com/demo?theme=fortune
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl.html
Description: Fortune is a clean, and multi-purpose WordPress theme. It is suitable for business, creative agency or a portfolio projects. It has nice and beautiful customizing controls to customize your site according to your need. Fortune theme has 4 color schemes, typography option, Home page reorder option, header and footer color options any many more.
Version: 2.0.4
Tags: one-column, two-columns, left-sidebar, right-sidebar, flexible-header,custom-colors, custom-background, custom-header, custom-logo, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, grid-layout, footer-widgets, blog, portfolio , e-commerce, post-formats
Text Domain: fortune
*/

/*
// #General
// --------------------------------------------------
*/
html {
  overflow-x: hidden;
  overflow-y: auto;
}
body {
  background-color: #fff;
  color: #6d6d6d;
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}

.main {
  overflow: hidden;
  position: relative;
}
body.boxed .main {
  margin: 0 auto;
  max-width: 1200px;
  background: #fff;
}
@media (min-width: 992px) {
  body.boxed .main {
    margin: 0 auto 30px auto;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    border-radius: 0 0 6px 6px;
  }
}
body.boxed .header {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media (min-width: 992px) {
  body.boxed .header {
    margin: 30px auto 0 auto;
  }
  body.boxed .header .header-top {
    border-radius: 6px 6px 0 0;
  }
}
.logo > a:hover {
	text-decoration:none;
}
/* font-family: 'Anton', sans-serif;
font-family: 'Muli', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Goudy Bookletter 1911', serif;
*/
/*
// #Header
// --------------------------------------------------
*/
.header {
  position: relative;
  z-index: 99;
}
/* Sticky Header */
.header.headhesive {
  display: none;
}
@media (min-width: 992px) {
  .header.headhesive {
    display: block;
    position: fixed;
    top: 0;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    width: 100%;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 999;
  }
  body.boxed .header.headhesive {
    width: 100%;
    margin: 0;
    max-width: 100%;
  }
  body.boxed .header.headhesive .header-main {
    width: 100%;
    margin: 0;
    max-width: 100%;
  }
  .header.headhesive .header-top {
    display: none;
  }
  .header.headhesive .navbar-toggle {
    top: 16px;
  }
  .header.headhesive .logo {
    padding: 16px 0;
  }
  .header.headhesive .logo h1,
  .header.headhesive .logo h2 {
    font-size: 30px;
  }
  .header.headhesive .navbar-collapse {
    min-height: 80px;
  }
  .header.headhesive .navbar-nav > li > a {
    line-height: 80px !important;
  }
  .header.headhesive.menu-pills .navbar-nav {
    padding-top: 18px;
  }
  .header.headhesive.menu-pills .navbar-nav > li > a {
    line-height: 44px;
  }
  .header.headhesive.headhesive--stick {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .header.headhesive.headhesive--stick .logo img {
    height: 28px;
  }
}
body.boxed .header-main {
  margin: 0 auto;
  max-width: 1200px;
}
.header-top {
  background: #2f2f2f;
  padding: 14px 0;
  color: #a3a3a3;
  font-size: 10px;
  line-height: 16px;
}
.header-top .header-top-nav {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin: 0;
  display: inline-block;
}
.header-top .header-top-nav > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.header-top .header-top-nav > li {
  position: relative;
}
.header-top .header-top-nav > li:first-child {
  padding-left: 0;
}
.header-top .header-top-nav > li:first-child > a {
  margin-left: 0;
}
.header-top .header-top-nav > li:first-child > a:after {
  display: none;
}
.header-top .header-top-nav > li > a {
  display: inline-block;
  margin: 0 12px 0 0;
  position: relative;
}
.header-top .header-top-nav > li > a:after {
  content: "";
  display: block;
  position: absolute;
  left: -13px;
  top: 50%;
  margin-top: -4px;
  background: #616161;
  height: 7px;
  width: 1px;
}
.header-top .header-top-nav ul {
  text-transform: none;
  border-radius: 3px;
  padding: 0;
}
.header-top .header-top-nav ul > li {
  font-size: 12px;
}
.header-top .header-top-nav ul > li > a {
  border: none;
  padding: 8px 12px;
  border-top: 1px solid #ccc;
}
.header-top .header-top-nav ul > li > a:hover {
  border-bottom: none;
}
.header-top .header-top-nav ul > li:first-child > a {
  border-top: none;
  border-radius: 3px 3px 0 0;
}
.header-top .header-top-nav ul > li:last-child > a {
  border-radius: 0 0 3px 3px;
}
.header-top .info-item {
  margin-right: 25px;
}
.header-top a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.header-top a:hover {
  text-decoration: none;
  color: #fff;
  border-bottom-color: #616161;
}
.header-top .fa {
  font-size: 14px;
  vertical-align: top;
  margin-right: 5px;
  color: #fff;
}
.header-top-left {
  float: left;
}
@media (max-width: 767px) {
  .header-top-left {
    display: none;
  }
}
.header-top-right {
  float: right;
}
.header-top-right > span + span {
  margin-left: 32px;
}
.header-top-right > span + span.info-item {
  margin-left: 25px;
  margin-right: 0;
}
.header-top-right > span.info-item {
  margin-right: 0;
}
@media (max-width: 767px) {
  .header-top-right {
    float: none;
    text-align: center;
  }
}
/* Header Main */
.header-main {
  position: relative;
  background: #ececec;
}
.header-main:before,
.header-main:after {
  content: " ";
  display: table;
}
.header-main:after {
  clear: both;
}
.header-main:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100px;
  max-height: 100%;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#00ffffff', GradientType=0);
}
.header-main > .container {
  position: relative;
}
/* Logo */
.header .logo {
  margin: 0;
  padding: 29px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  float: left;
}
.header .logo img {
  position: relative;
  display: inline-block;
  z-index: 2;
}
.header .site-title{
  z-index: 2;
  font-family: 'Anton', sans-serif;
  font-size: 36px;
  line-height: 1em;
  color: #2f2f2f;
  font-weight: normal;
  margin: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header .logo .site-title > a {
  text-decoration: none;
}

.header .logo .tagline {
  margin: 0;
  font-size: 14px;
  line-height: 1.5em;
  color: #a3a3a3;
  z-index: 2;
}
/* Header Search Form */
.search-form .btn {
  background-image: -webkit-linear-gradient(top, #3d3d3d 0%, #2f2f2f 100%);
  background-image: linear-gradient(to bottom, #3d3d3d 0%, #2f2f2f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3d3d3d', endColorstr='#ff2f2f2f', GradientType=0);
  text-align: center;
  border-color: #2f2f2f;
  padding-left: 18px;
  padding-right: 18px;
}
.search-form .btn:hover {
  background-image: -webkit-linear-gradient(top, #dd2a0b 0%, #c6250a 100%);
  background-image: linear-gradient(to bottom, #dd2a0b 0%, #c6250a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd2a0b', endColorstr='#ffc6250a', GradientType=0);
  border-color: #c6250a;
}
.search-form .btn .fa {
  line-height: 1.3em;
  color: #fff;
  margin-right: 0;
}
.header .search-form {
  float: right;
  padding: 35px 0;
  width: 260px;
  display: none;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .header .search-form {
    display: table-cell;
  }
}
/*
// #Navigation
// --------------------------------------------------
*/
.fhmm {
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 0;
  /* Navigation Toggle Button */
}
.fhmm ul {
  list-style: none;
  padding-left: 0px;
}
.fhmm .navbar-toggle {
  margin: 0;
  padding: 9px;
  border-radius: 2px;
  vertical-align: top;
  height: 40px;
  width: 40px;
  background: #2f2f2f;
  position: absolute;
  top: 32px;
  right: 0;
  z-index: 8;
  border: none;
}
.fhmm .navbar-toggle:hover,
.fhmm .navbar-toggle:active,
.fhmm .navbar-toggle:focus {
  background: #434343;
}
.fhmm .navbar-toggle .fa {
  color: #fff;
  font-size: 14px;
  margin-right: 0;
}
.fhmm .navbar-toggle .touch-button {
  display: none;
}
.fhmm .container {
  position: relative;
}
.fhmm .navbar-collapse {
  margin: 0 -30px;
}
@media all and (min-width: 992px) {
  .fhmm .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
}
.fhmm .navbar-collapse .navbar-nav {
  background: #2f2f2f;
  margin: 0;
}
@media all and (max-width: 991px) {
  .fhmm .navbar-collapse .navbar-nav li a {
    position: relative;
    display: block;
    z-index: 2;
    overflow: hidden;
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    padding: 12px 15px;
  }
  .fhmm .navbar-collapse .navbar-nav li a .label {
    margin-left: 4px;
    vertical-align: middle;
  }
  .fhmm .navbar-collapse .navbar-nav li a.thumb-link {
    padding: 0;
  }
  .fhmm .navbar-collapse .navbar-nav li + li {
    border-top: 1px solid #3f3f3f;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  .fhmm .navbar-collapse .navbar-nav li.current_page_item > a,
  .fhmm .navbar-collapse .navbar-nav li.current_page_item > a:hover,
  .fhmm .navbar-collapse .navbar-nav li.current_page_item > a:focus {
    background: none !important;
    color: #fff;
  }
  .fhmm .navbar-collapse .navbar-nav li.current_page_item > a:before,
  .fhmm .navbar-collapse .navbar-nav li.current_page_item > a:hover:before,
  .fhmm .navbar-collapse .navbar-nav li.current_page_item > a:focus:before {
    background: none;
  }
  .fhmm .navbar-collapse .navbar-nav li.open > a,
  .fhmm .navbar-collapse .navbar-nav li.open > a:hover,
  .fhmm .navbar-collapse .navbar-nav li.open > a:focus {
    background: none !important;
    color: #fff;
  }
  .fhmm .navbar-collapse .navbar-nav li.open > a:before,
  .fhmm .navbar-collapse .navbar-nav li.open > a:hover:before,
  .fhmm .navbar-collapse .navbar-nav li.open > a:focus:before {
    background: none;
  }
}
@media all and (min-width: 992px) {
  .fhmm .navbar-collapse .navbar-nav {
    float: right;
    background: none;
  }
  .fhmm .navbar-collapse .navbar-nav > li {
    text-align: left;
    list-style: none;
    display: inline-block;
    overflow: visible;
    border: none !important;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
  }
  .fhmm .navbar-collapse .navbar-nav > li + li {
    margin-left: 9px;
  }
  .fhmm .navbar-collapse .navbar-nav > li > a {
    font-size: 16px;
    color: #656464;
    text-decoration: none;
    padding: 0 15px;
    font-family: 'Oswald', sans-serif;
    line-height: 114px;
    font-weight: 400;
    position: relative;
    z-index: 3;
    float: left;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .fhmm .navbar-collapse .navbar-nav > li > a:before {
    content: "";
    display: block;
    position: absolute;
    height: 4px;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .fhmm .navbar-collapse .navbar-nav > li > a:hover,
  .fhmm .navbar-collapse .navbar-nav > li > a:focus {
    background: #fff;
    color: #2f2f2f;
  }
  .fhmm .navbar-collapse .navbar-nav > li > a:hover:before,
  .fhmm .navbar-collapse .navbar-nav > li > a:focus:before {
    background: #dc2a0b;
  }
  .fhmm .navbar-collapse .navbar-nav > li.current_page_item > a,
  .fhmm .navbar-collapse .navbar-nav > li.current_page_item > a:hover,
  .fhmm .navbar-collapse .navbar-nav > li.current_page_item > a:focus {
    background: #fff;
    color: #dc2a0b;
  }
  .fhmm .navbar-collapse .navbar-nav > li.current_page_item > a:before,
  .fhmm .navbar-collapse .navbar-nav > li.current_page_item > a:hover:before,
  .fhmm .navbar-collapse .navbar-nav > li.current_page_item > a:focus:before {
    background: #dc2a0b;
  }
  .fhmm .navbar-collapse .navbar-nav > li.open > a,
  .fhmm .navbar-collapse .navbar-nav > li.open > a:hover,
  .fhmm .navbar-collapse .navbar-nav > li.open > a:focus {
    background: #fff;
    color: #2f2f2f;
  }
  .fhmm .navbar-collapse .navbar-nav > li.open > a:before,
  .fhmm .navbar-collapse .navbar-nav > li.open > a:hover:before,
  .fhmm .navbar-collapse .navbar-nav > li.open > a:focus:before {
    background: #dc2a0b;
  }
}
.fhmm .navbar-collapse .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
}
.fhmm .dropdown a,
.fhmm .dropdown-menu a {
  color: #2f2f2f;
}
.fhmm .dropdown a:hover,
.fhmm .dropdown-menu a:hover {
  text-decoration: none;
}
.fhmm .dropdown-menu {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #efefef;
  padding: 0 15px;
  left: auto;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}
@media (min-width: 992px) {
  .fhmm .dropdown-menu {
    padding: 0;
  }
}
.fhmm .dropdown-menu > li {
  border: none;
}
.fhmm .dropdown-menu > li > a {
  color: #fff !important;
  padding: 10px 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.fhmm .dropdown-menu > li > a:hover {
  -webkit-transition: none;
  transition: none;
  color: #fff;
}
@media (min-width: 992px) {
  .fhmm .dropdown-menu > li > a {
    color: #2f2f2f !important;
  }
  .fhmm .dropdown-menu > li > a:hover {
    color: #2f2f2f;
  }
  .fhmm .dropdown-menu > li > a .label {
    margin-left: 5px;
  }
}
.fhmm .dropdown-menu > li.active > a {
  background: #efefef;
}
.fhmm .dropdown-menu > li + li a {
  border-top: 1px solid #2f2f2f;
}
@media (min-width: 992px) {
  .fhmm .dropdown-menu > li + li a {
    border-top: 1px solid #efefef;
  }
}
@media (min-width: 992px) {
  .fhmm .dropdown-menu .withoutdesc {
    margin-top: 0;
    display: block;
    text-align: left;
    text-transform: none;
    width: 100%;
  }
}
.fhmm .dropdown-menu .fhmm-content.withdesc a:after {
  color: #CFCFCF;
  content: attr(data-description);
  display: block;
  font-size: 11px;
  font-weight: 400;
  line-height: 0;
  margin: 10px 0 15px;
  text-transform: uppercase;
}
.fhmm .dropdown-submenu {
  position: relative;
}
.fhmm .dropdown-submenu > .dropdown-menu {
  top: 0;
  /*left: 100%;*/
  margin-top: 0;
}
.fhmm .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.fhmm .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.fhmm .dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.fhmm .dropdown-submenu.pull-left {
  float: none;
}
.fhmm .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.fhmm i {
  color: #bfbfbf;
  margin-right: 3px;
}
.fhmm video {
  max-width: 100%;
  height: auto;
}
.fhmm iframe,
.fhmm embed,
.fhmm object {
  max-width: 100%;
}

.fhmm .nav,
.fhmm .collapse,
.fhmm .dropup,
.fhmm .dropdown {
  position: static;
}
.fhmm .half {
  width: 50%;
  left: auto !important;
  right: auto !important;
}
.fhmm .half-right {
  left: auto !important;
  right: 0 !important;
}
.fhmm .nav.navbar-right .dropdown-menu {
  left: auto;
  right: 0;
}
.fhmm .fhmm-content {
  padding: 0 10px;
}
@media (min-width: 992px) {
  .fhmm .fhmm-content {
    padding: 20px 25px;
  }
  .fhmm .fhmm-content ul li a {
    display: block;
    padding: 4px 8px;
    margin: 0 -8px 4px -8px;
    border-radius: 2px;
  }
  .fhmm .fhmm-content ul li a:hover {
    background: #efefef;
  }
  .fhmm .fhmm-content ul li.active > a {
    background: #efefef;
  }
}
.fhmm .dropdown.fhmm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.fhmm hr {
  border-top-color: #3f3f3f;
}
@media all and (min-width: 992px) {
  .fhmm hr {
    border-top-color: #efefef;
  }
}
.fhmm .caret {
  color: #c1c1c1;
  position: relative;
  top: -2px;
}
.fhmm .label {
  margin-left: 8px;
}
.fhmm .title {
  font-size: 1em;
  padding-bottom: 10px;
  border-bottom: 1px solid #3f3f3f;
  color: #969696;
  padding-top: 10px;
}
@media all and (min-width: 992px) {
  .fhmm .title {
    color: #2f2f2f;
    border-bottom: 1px solid #efefef;
    color: #3f3f3f;
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .fhmm .media + .media {
    padding-top: 15px;
  }
}
.fhmm p:last-child {
  margin-bottom: 0;
}
.fhmm p:last-child a {
  display: inline !important;
  padding: 0 !important;
}
.dropdown-toggle__caret {
  display: inline-block;
  z-index: 10;
  position: relative;
  padding: 0 !important;
  background: none !important;
  width: 20px !important;
  float: right;
  height: 20px;
  margin-top: -32px;
}
@media (min-width: 992px) {
  .dropdown-toggle__caret {
    margin-left: -20px;
    margin-top: 0;
  }
}
.dropdown-toggle__caret:before {
  display: none !important;
}
.dropdown-toggle__caret-holder {
  padding-right: 30px !important;
}

/* Header v3 */
.header-top-clean .header-top {
  background: #fafafa;
  border-bottom: 1px solid #eaeaea;
}
.header-top-clean .header-top a {
  color: #2f2f2f;
}
.header-top-clean .header-top a:hover {
  border-bottom-color: #a3a3a3;
}
.header-top-clean .header-top .fa {
  color: #616161;
}
/* Header v4 */
.header-top-colored .header-top {
  background: #dc2a0b;
  color: #fff;
}
.header-top-colored .header-top a {
  color: #fff;
}
.header-top-colored .header-top a:hover {
  border-bottom-color: #fff;
}
.header-top-colored .header-top .fa {
  color: #fff;
}
.header-top-colored .header-top ul > li:before {
  background: #fff;
}
header.menu-colored .fhmm {
  /* Navigation styles - For Desktop */
}
@media all and (min-width: 992px) {
  header.menu-colored .fhmm .navbar-nav > li {
    /* Submenu */
  }
  header.menu-colored .fhmm .navbar-nav > li > a:before {
    display: none;
  }
  header.menu-colored .fhmm .navbar-nav > li:not(.current_page_item) > a:hover,
  header.menu-colored .fhmm .navbar-nav > li:not(.current_page_item) > a:focus {
    background: #dc2a0b;
    color: #fff ;
  }
  header.menu-colored .fhmm .navbar-nav > li > a:hover .caret,
  header.menu-colored .fhmm .navbar-nav > li > a:focus .caret {
    color: #fff;
  }
  header.menu-colored .fhmm .navbar-nav > li.active > a,
  header.menu-colored .fhmm .navbar-nav > li.active > a:hover,
  header.menu-colored .fhmm .navbar-nav > li.active > a:focus {
    background: none;
    color: #dc2a0b;
  }
  header.menu-colored .fhmm .navbar-nav > li.open > a,
  header.menu-colored .fhmm .navbar-nav > li.open > a:hover,
  header.menu-colored .fhmm .navbar-nav > li.open > a:focus {
    background: #dc2a0b;
    color: #fff !important;
  }
  header.menu-colored .fhmm .navbar-nav > li.open > a .caret,
  header.menu-colored .fhmm .navbar-nav > li.open > a:hover .caret,
  header.menu-colored .fhmm .navbar-nav > li.open > a:focus .caret {
    color: #fff;
  }
  header.menu-colored .fhmm .navbar-nav > li .dropdown-menu > li.active > a {
    background: #dc2a0b;
    color: #fff !important;
  }
  header.menu-colored .fhmm .navbar-nav > li .dropdown-menu > li > a:hover {
    background: #dc2a0b;
    color: #fff !important;
  }
}

/* Header v6 */
header.menu-pills .fhmm {
  /* Navigation styles - For Desktop */
}
@media all and (min-width: 992px) {
  header.menu-pills .fhmm .navbar-nav {
    background: none;
    padding-top: 35px;
  }
  header.menu-pills .fhmm .navbar-nav > li {
    border-radius: 8px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  header.menu-pills .fhmm .navbar-nav > li > a {
    line-height: 44px;
    border-radius: 8px;
  }
  header.menu-pills .fhmm .navbar-nav > li > a:before {
    display: none;
  }
  header.menu-pills .fhmm .navbar-nav > li:not(.current_page_item) > a:hover,
  header.menu-pills .fhmm .navbar-nav > li:not(.current_page_item) > a:focus {
    background: #dc2a0b;
    color: #fff ;
  }
  header.menu-pills .fhmm .navbar-nav > li > a:hover .caret,
  header.menu-pills .fhmm .navbar-nav > li > a:focus .caret {
    color: #fff;
  }
  header.menu-pills .fhmm .navbar-nav > li.active > a,
  header.menu-pills .fhmm .navbar-nav > li.active > a:hover,
  header.menu-pills .fhmm .navbar-nav > li.active > a:focus {
    background: none;
    color: #dc2a0b;
  }
  header.menu-pills .fhmm .navbar-nav > li.open > a,
  header.menu-pills .fhmm .navbar-nav > li.open > a:hover,
  header.menu-pills .fhmm .navbar-nav > li.open > a:focus {
    background: #dc2a0b;
    color: #fff !important;
  }
  header.menu-pills .fhmm .navbar-nav > li.open > a .caret,
  header.menu-pills .fhmm .navbar-nav > li.open > a:hover .caret,
  header.menu-pills .fhmm .navbar-nav > li.open > a:focus .caret {
    color: #fff;
  }
}
header.menu-pills.headhesive .fhmm .navbar-nav {
  /* Remove Top Padding from Sticky Menu */
}
@media all and (min-width: 992px) {
  header.menu-pills.headhesive .fhmm .navbar-nav {
    padding-top: 0;
  }
}

/*
// #Content
// --------------------------------------------------
*/

.fortune_service_link{display: block;}
/* Page Heading */
.page-heading {
  background: #2f2f2f;
  border-top: 6px solid #d4d4d4;
  border-bottom: 6px solid #d4d4d4;
  position: relative;
  text-align: center;
  /* Page Title */
  /* Breadcrumbs */
  /* Search Form */
  /* Large */
  /* Background Image */
  /* Slideshow */
}
@media (min-width: 992px) {
  .page-heading {
    text-align: left;
  }
}
.page-heading:before,
.page-heading:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  background: #bfbfbf;
}
.page-heading:before {
  top: -6px;
}
.page-heading:after {
  bottom: -6px;
}
.page-heading h1 {
  font-size: 24px;
  margin: 0;
  color: #fff;
  padding: 25px 0 10px 0;
}
@media (min-width: 992px) {
  .page-heading h1 {
    padding: 25px 0;
  }
}
.page-heading .breadcrumb {
  background: none;
  text-align: center;
  font-size: 10px;
  margin: 0;
  padding: 0 0 20px 0;
}
@media (min-width: 992px) {
  .page-heading .breadcrumb {
    text-align: right;
    padding: 29px 0;
  }
}
.page-heading .breadcrumb a, .breadcrumbs__separator {
  color: #fff;
}
.page-heading .search-form {
  padding: 16px 0;
}
.page-heading .search-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-heading .search-form .btn {
  background: #dc2a0b;
  border-color: #dc2a0b;
}
.page-heading.page-heading__lg {
  padding: 30px 0 0 0;
}
@media (min-width: 768px) {
  .page-heading.page-heading__lg {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .page-heading.page-heading__lg {
    padding-top: 120px;
  }
}
.page-heading.page-heading__image {
  background-image: url(https://www.amsship.com/wp-content/themes/images/samples/slide-bg-sm.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
.page-heading.page-heading__image:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  background: #000;
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
}
@media (min-width: 992px) {
  .page-heading.page-heading__image {
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}
.page-heading.page-heading__image h1 {
  padding-bottom: 0;
  text-align: left;
}
@media (min-width: 992px) {
  .page-heading.page-heading__image h1 {
    padding-bottom: 0;
  }
}
.page-heading.page-heading__image .breadcrumb {
  text-align: left;
  padding-top: 6px;
}
@media (min-width: 992px) {
  .page-heading.page-heading__image .breadcrumb {
    text-align: left;
  }
}
.page-heading.page-heading__slideshow {
  overflow: hidden !important;
}
.page-heading.page-heading__slideshow .tp-banner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
}
.page-heading.page-heading__slideshow h1 {
  padding-bottom: 0;
  text-align: left;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .page-heading.page-heading__slideshow h1 {
    padding-bottom: 0;
  }
}
.page-heading.page-heading__slideshow .breadcrumb {
  text-align: left;
  padding-top: 6px;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .page-heading.page-heading__slideshow .breadcrumb {
    text-align: left;
  }
}
.page-heading.page-heading__slideshow .tp-dottedoverlay.filled {
  height: 100%;
  top: 0;
}
.page-content {
  padding-top: 90px;
  padding-bottom: 90px;
}
.section-dark {
  margin: 70px -100% 70px -100%;
  padding: 55px 100% 60px 100%;
  background: #2f2f2f;
  overflow: hidden;
}
.section-light {
  margin: 70px -100% 70px -100%;
  padding: 55px 100% 60px 100%;
  background: #f7f7f7;
  overflow: hidden;
  border-top: 1px solid #e4e4e4;
}
.section-bottom {
  margin-top: 20px;
  margin-bottom: -90px !important;
}
/* One Page section */
.section {
  padding: 80px 0;
}
.section.light {
  background: #fff;
}
.section.dark {
  background: #2f2f2f;
  color: #a3a3a3;
}
.section.dark h1,
.section.dark .h1,
.section.dark h2,
.section.dark .h2,
.section.dark h3,
.section.dark .h3,
.section.dark h4,
.section.dark .h4,
.section.dark h5,
.section.dark .h5,
.section.dark h6,
.section.dark .h6 {
  color: #fff;
}
.section.dark label {
  color: #a3a3a3;
}
section#callout {
  background: #dc2a0b;
}
.section.primary h1,
.section.primary .h1,
.section.primary h2,
.section.primary .h2,
.section.primary h3,
.section.primary .h3,
.section.primary h4,
.section.primary .h4,
.section.primary h5,
.section.primary .h5,
.section.primary h6,
.section.primary .h6 {
  color: #2f2f2f;
}
.section.primary .title-decorated:before,
.section.primary .title-decorated:after {
  background: #fff;
}
.section.primary .title-decorated h1:before {
  background: #fff;
}
.section.primary .title-decorated h1 > span {
  color: #fff;
}
.section.primary .circliful {
  color: #fff;
}
.section.primary .circliful .fa {
  color: #2f2f2f;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.section.section__nopadding {
  padding: 0;
}
.section .googlemap-wrapper {
  margin: 0;
}
.section.section__fullw {
  margin: 80px -100% 80px -100%;
  padding: 80px 100%;
  overflow: hidden;
}
.section.section__no-top-margin {
  margin-top: 0;
}
.section.section__no-bottom-margin {
  margin-bottom: 0;
}
.section.section__close-to-footer {
  margin-bottom: -90px !important;
}
@-webkit-keyframes smallToBig {
  from {
    -webkit-transform: scale(0.1);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes smallToBig {
  from {
    -moz-transform: scale(0.1);
  }
  to {
    -moz-transform: scale(1);
  }
}
@-ms-keyframes smallToBig {
  from {
    -ms-transform: scale(0.1);
  }
  to {
    -ms-transform: scale(1);
  }
}
@-webkit-keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0%);
  }
}
@-moz-keyframes moveFromBottom {
  from {
    -moz-transform: translateY(100%);
  }
  to {
    -moz-transform: translateY(0%);
  }
}
@-ms-keyframes moveFromBottom {
  from {
    -ms-transform: translateY(100%);
  }
  to {
    -ms-transform: translateY(0%);
  }
}
/*
// #Widgets
// --------------------------------------------------
*/
.widget__sidebar {
  margin-bottom: 65px;
}
/* Base Widgets */
.widget_archive ul,
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_categories ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.dcjq-icon:before{
	content:'\f067';
	font-family:FontAwesome;
	float:right;
}
.dcjq-icon.less:before{
	content:'\f068';
	font-family:FontAwesome;
	float:right;
}
.woocommerce ul.product-categories {
    padding-left: 0px;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    float: left;
    margin-left: 4px;
    margin-right: 9px;
    width: 50px;
}
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li{
	padding-left: 0em;
}
.woocommerce  ul.products.list li.product .onsale {
    top: 6px;
    right: 6px;
}
.woocommerce ul.product-categories li{
	list-style-type:none;
	border-bottom:1px dotted #dcdcdc;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li{
	border-bottom: 1px solid #dcdcdc;
}
.related.products h2:not(.woocommerce-loop-product__title),.up-sells.upsells h2:not(.woocommerce-loop-product__title){
	padding-bottom:8px;
	border-bottom:1px solid #eee;
}
.up-sells.upsells h2:not(.woocommerce-loop-product__title):before{
	content:'\f004';
	font-family:FontAwesome;
	margin-right:7px;
}
.related.products h2:not(.woocommerce-loop-product__title):before{
	content:'\f291';
	font-family:FontAwesome;
	margin-right:7px;
}
.woocommerce-page #content div.product #reviews .comment img, .woocommerce-page div.product #reviews .comment img {
    float:left;
	padding: 4px;
    margin: 2px 4em;
}
.widget_archive ul li,
.widget_nav_menu ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_categories ul li {
  padding: 8px 0 10px 20px;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
}
.widget_archive ul li:before,
.widget_nav_menu ul li:before,
.widget_meta ul li:before,
.widget_pages ul li:before,
.widget_recent_comments ul li:before,
.widget_recent_entries ul li:before,
.widget_categories ul li:before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  content: "\f0da";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #dc2a0b;
  margin-right: 10px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.widget_archive ul ul,
.widget_nav_menu ul ul,
.widget_meta ul ul,
.widget_pages ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_categories ul ul {
  margin-top: 1em;
  margin-bottom: -1em;
}
.widget_recent_comments ul li:before {
  content: "\f075";
}


/* Widget :: Contacts Info */
.contacts-widget .contacts-info-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.contacts-widget .contacts-info-list > li {
  position: relative;
  padding-left: 50px;
  min-height: 32px;
  display: table;
}
.contacts-widget .contacts-info-list > li + li {
  margin-top: 22px;
}
.contacts-widget .contacts-info-list > li .info-item {
  display: table-cell;
  vertical-align: middle;
}
.contacts-widget .contacts-info-list > li > .fa {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #2f2f2f;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.section.dark .contacts-widget .contacts-info-list > li > .fa {
  background: rgba(255, 255, 255, 0.1);
}
.contacts-widget .contacts-info-list > li a {
  -webkit-transition: none;
  transition: none;
}
.contacts-widget .contacts-info-list > li a:hover {
  text-decoration: underline;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.contacts-widget.widget__footer .contacts-info-list > li > .fa {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}
.contacts-widget.widget__footer .contacts-info-list > li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.contacts-widget.widget__footer .contacts-info-list > li a:hover {
  text-decoration: none;
  color: #dc2a0b;
}

/* Widget :: Tag Cloud */
.widget__footer .tagcloud a, .widget_tag_cloud .tagcloud a {
  display: inline-block;
  padding: 4px 8px;
  border: 1px solid #cecece;
  border-radius: 4px;
  margin: 0 3px 6px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.footer-widgets .widget_tag_cloud .tagcloud a {
  border-color: rgba(255, 255, 255, 0.1);
}
.footer-widgets .tagcloud a:hover, .widget_tag_cloud .tagcloud a:hover {
  background: #fff;
  border-color: #fff;
  color: #2f2f2f;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
}
.footer-widgets .tagcloud a, .widget_tag_cloud.widget__sidebar .tagcloud a {
  color: #fff;
  border-color: #e4e4e4;
  background-image: -webkit-linear-gradient(top, #dc2a0b 0%, #dc2a0b 100%);
  background-image: linear-gradient(to bottom, #dc2a0b 0%, #dc2a0b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff4f4f4', GradientType=0);
}
.footer-widgets .tagcloud a:hover, .widget_tag_cloud.widget__sidebar .tagcloud a:hover {
  background: #2f2f2f;
  color: #fff;
}
/* Widget :: Tabbed */
.tabbed-widget .tabs .tab-content {
  padding: 15px;
}
@media (max-width: 1199px) {
  .tabbed-widget .tabs .nav-tabs > li > a {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.tabbed-widget .tabs .nav-tabs > li > a .fa {
  margin-right: 0;
}
/*
// #Page :: 404 Error Page
// --------------------------------------------------
*/
.error-title {
  font-size: 110px;
  color: #dc2a0b;
  text-transform: uppercase;
  font-family: 'Anton', sans-serif;
  margin: 0 0 .3em 0;
}
@media (min-width: 992px) {
  .error-title {
    font-size: 220px;
  }
}
/*
// #Blog
// --------------------------------------------------
*/
.entry {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 30px;
  margin-bottom: 60px;
  position: relative;
}
@media (min-width: 992px) {
  .entry {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .entry.entry__with-icon {
    padding: 0 0 60px 100px;
  }
}
.entry.entry__with-icon .entry-icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  line-height: 62px;
  margin-right: 30px;
  font-size: 28px;
  text-align: center;
  background-color: #dc2a0b;
  background-image: url(https://www.amsship.com/wp-content/themes/images/noise.png);
  border-radius: 50%;
  border: 4px solid #ebebeb;
  color: #fff;
}
.entry .entry-header {
  margin-bottom: 25px;
  text-align: left;
}
.entry .entry-header h2 {
  margin-bottom: .25em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.entry .entry-header h2 > a {
  color: #2f2f2f;
}
.entry .entry-header h2 > a:hover {
  text-decoration: none;
  color: #dc2a0b;
}
.entry .entry-header h2.small {
  font-size: 16px;
}
.entry .entry-meta {
  font-size: 12px;
  color: #b4b8be;
  font-style: italic;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.entry .entry-meta > span:before {
  content: "/";
  display: inline-block;
  padding: 0 6px 0 2px;
}
.entry .entry-meta > span:first-child:before {
  display: none;
}
.entry .entry-meta a {
  border-bottom: 1px solid transparent;
}
.entry .entry-meta a:hover {
  text-decoration: none;
  border-bottom: 1px solid #dc2a0b;
}
.entry .entry-thumb {
  overflow: hidden;
  padding: 6px;
  background-color: #e5e5e5;
  border: 1px solid #cecece;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-width: 100%;
  height: auto;
  position: relative;
  display: inline-block;
  margin: 0 auto 30px auto;
  text-align: center;
}
@media (min-width: 992px) {
  .entry .entry-thumb {
    display: block;
  }
}
.entry .entry-thumb > a {
  display: block;
  position: relative;
}
.entry .entry-thumb > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #dc2a0b;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.entry .post-thumb > a:after {

  content: "\f00e" !important;
  font-family: 'FontAwesome';

}
.entry .entry-thumb > a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translate(0, -15px);
  -ms-transform: translate(0, -15px);
  transform: translate(0, -15px);
  z-index: 2;
  margin: -8px 0 0 -13px;
  content: "\f0c1";
  font-family: 'FontAwesome';
  font-size: 28px;
  color: #fff;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.entry .entry-thumb:hover > a:before {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.entry .entry-thumb:hover > a:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.entry .entry-thumb:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.entry .entry-thumb img {
  padding: 0;
  border: none;
  background: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 0;
}
.entry .excerpt {
  margin-bottom: 36px;
  text-align: left;
}
.entry .entry-footer {
  text-align: left;
}
.entry .entry-content {
  text-align: left;
}
.entry.entry__image .entry-thumb img {
  margin-bottom: 0;
}
.entry.entry__link .entry-header {
  margin-bottom: 0;
}
.entry.entry__link .entry-header h2 {
  margin-bottom: .5em;
}
.entry.entry__link .entry-url {
  display: block;
  font-size: 14px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #f4f4f4;
}
.entry.entry__quote .entry-header {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid #f4f4f4;
}
.entry.entry__quote .quote-holder .quote-inner {
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
  color: #2f2f2f;
}
.entry.entry__small .entry-header {
  margin-bottom: 8px;
}
.entry.entry__small .entry-header h2 {
  font-size: 16px;
}
.entry.entry__small .entry-thumb {
  margin-bottom: 22px;
}
.entry.entry__small .excerpt {
  margin-bottom: 18px;
}
.entry.entry__single {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
/* Comments */
.comments-wrapper {
  padding-bottom: 50px;
}
.commentlist {
  padding-left: 0;
  list-style: none;
  /* Nested Comments */
}
.commentlist li .comment-wrapper {
  background: #f7f7f7;
  padding: 18px 18px 20px 86px;
  margin-bottom: 30px;
  position: relative;
  border-left: 3px solid #dcdcdc;
}
.commentlist li .comment-wrapper:before,
.commentlist li .comment-wrapper:after {
  content: " ";
  display: table;
}
.commentlist li .comment-wrapper:after {
  clear: both;
}
.posted-on a time.updated{
  display:none;
}
.posted-on a time.published.updated{
  display:unset;
}
@media (min-width: 992px) {
  .commentlist li .comment-wrapper {
    padding: 24px 24px 36px 116px;
  }
}
.commentlist li .comment-wrapper .gravatar {
  display: block;
  position: absolute;
  left: 18px;
  top: 18px;
  border-radius: 50%;
  width: 50px;
  height: auto;
}
@media (min-width: 992px) {
  .commentlist li .comment-wrapper .gravatar {
    width: 70px;
    height: auto;
    left: 24px;
    top: 24px;
  }
}
.commentlist li .comment-author {
  padding-top: 7px;
}
@media (min-width: 992px) {
  .commentlist li .comment-author {
    float: left;
  }
}
.commentlist li .comment-author h5 {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: .2em;
}
.commentlist li .comment-reply {
  padding-top: 8px;
}
@media (min-width: 992px) {
  .commentlist li .comment-reply {
    float: right;
    padding-top: 0;
  }
}
.commentlist li .comment-reply .btn .fa {
  margin-right: 7px;
}
.commentlist li .comment-meta {
  font-size: 12px;
  font-style: italic;
}
.commentlist li .comment-meta > a {
  color: #b4b8be;
}
.commentlist li .comment-body {
  clear: both;
  padding: 12px 0 0 0;
}
.commentlist .children {
  padding-left: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .commentlist .children {
    display: inline-block;
    margin-left: 100px;
  }
}
.commentlist .bypostauthor .comment-wrapper {
  border-left-color: #dc2a0b;
}
/* Comment Form */
.comment-respond .reply-title {
  margin-bottom: .5em;
}
/*
// #Portfolio
// --------------------------------------------------
*/
/*  Project Feed Filter  */
.project-feed-filter {
  padding-left: 0;
  list-style: none;
  margin: 0 0 30px -2px;
}
.project-feed-filter > li {
  display: inline-block;
  padding: 0 2px;
}
.project-feed-filter > li .btn-primary {
  text-shadow: none !important;
}
@media (max-width: 400px) {
  .project-feed-filter > li {
    display: block;
    margin-bottom: 5px;
  }
  .project-feed-filter > li .btn {
    display: block;
    width: 100%;
  }
}
/*  Project Feed  */
.project-feed,.home-extra {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .project-feed.project-feed__4cols .project-item {
    width: 25%;
  }
}
.project-feed.project-feed__fullw {
  overflow: hidden;
  border: none;
  padding: 0;
}
.project-feed.project-feed__fullw .project-item {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 767px) and (min-width: 406px) {
  .project-feed.project-feed__fullw .project-item {
    width: 50%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .project-feed.project-feed__fullw .project-item {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .project-feed.project-feed__fullw .project-item {
    width: 20%;
  }
}
.project-feed.project-feed__fullw .project-item .project-img img {
  width: 100%;
  height: auto;
  padding: 0;
  border: none;
}
.project-feed.project-feed__fullw .project-item .overlay {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
/*  Project Item Overlay */
.project-item {
  margin-bottom: 30px;
}
@media (min-width: 406px) and (max-width: 767px) {
  .project-feed__4cols .project-item,
  .project-feed__3cols .project-item,
  .project-feed__2cols .project-item {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .project-feed__4cols .project-item,
  .project-feed__3cols .project-item,
  .project-feed__2cols .project-item {
    margin-left: auto;
    margin-right: auto;
  }
}
.project-item .project-item-inner {
  background: #f7f7f7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.section-dark .project-item .project-item-inner {
  background: rgba(255, 255, 255, 0.08);
}
.project-item .project-img {
  position: relative;
  overflow: hidden;
  margin: 0;
}
.project-item .project-img > img {
  margin-bottom: 0;
  width: 100%;
  height: auto;
}
.section-dark .project-item .project-img > img {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.05);
}
.project-item .overlay {
  position: absolute;
  top: 7px;
  left: 7px;
  overflow: hidden;
  right: 7px;
  bottom: 7px;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.project-item .dlink,
.project-item .zoom {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  color: #dc2a0b;
  background: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 38px;
  text-align: center;
  z-index: 2;
}
.project-item .dlink:hover,
.project-item .zoom:hover {
  background: #dc2a0b;
  color: #fff;
}
.project-item .dlink .fa,
.project-item .zoom .fa {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -19px 0 0 -19px;
}
.project-item .dlink {
  left: 0;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.project-item .zoom {
  right: 0;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.project-item .zoom .fa-file-text-o {
  margin-left: -13px;
}
.project-item .project-img:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.project-item .project-img:hover .dlink,
.project-item .project-img:hover .zoom {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
/*  Portfolio Description  */
.project-desc {
  text-align: center;
  padding: 25px 20px;
}
.project-desc .title {
  margin-bottom: 5px;
}
.project-desc .title > a {
  color: #2f2f2f;
}
.section-dark .project-desc .title > a {
  color: #fff;
}
.project-desc .title > a:hover {
  color: #dc2a0b;
  text-decoration: none;
}
.project-desc .desc {
  color: #b4b8be;
  font-style: italic;
}
.section-dark .project-desc .desc {
  color: #aeaeae;
}
.portfolio-sidebar-bottom {
  margin-bottom: -90px;
}
.portfolio-sidebar-bottom .project-feed {
  margin-bottom: 0;
}
/* Common style */
.project-item figure.effect-winston {
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}
.project-item figure.effect-winston img {
  position: relative;
  display: block;
  height: auto;
  max-width: 100%;
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
}
.project-item figure.effect-winston figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.project-item figure.effect-winston figcaption::before,
.project-item figure.effect-winston figcaption::after {
  pointer-events: none;
}
.project-item figure.effect-winston figcaption,
.project-item figure.effect-winston figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.project-item figure.effect-winston p {
  margin-bottom: 0;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.project-item figure.effect-winston figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
figure.effect-winston {
  background: #2f2f2f;
  text-align: left;
}
figure.effect-winston img {
  -webkit-transition: opacity 0.45s;
  transition: opacity 0.45s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure.effect-winston figcaption::before {
  position: absolute;
  width: 100%;
  height: 60px;
  bottom: 0;
  left: 0;
  content: '';
}
@media (min-width: 992px) {
  figure.effect-winston figcaption::before {
    bottom: auto;
    top: 40px;
    left: -20px;
    height: 100%;
    background: url(https://www.amsship.com/wp-content/themes/images/triangle.svg) no-repeat center center;
    background-size: 100% 100%;
    -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
    transition: opacity 0.45s, transform 0.45s;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}
figure.effect-winston h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  color: #fff;
}
figure.effect-winston p {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 1.5em 20px 0;
}
figure.effect-winston a {
  margin: 0 3px;
  color: #2f2f2f;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
figure.effect-winston a:hover,
figure.effect-winston a:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
figure.effect-winston p a i {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}
figure.effect-winston:hover img {
  opacity: 0.6;
}
figure.effect-winston:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (max-width: 991px) {
  figure.effect-winston:hover figcaption::before {
    background: rgba(255, 255, 255, 0.3);
  }
}
@media (min-width: 992px) {
  figure.effect-winston:hover figcaption::before {
    opacity: 0.7;
    -webkit-transform: rotate3d(0, 0, 1, 20deg);
    transform: rotate3d(0, 0, 1, 20deg);
  }
}
figure.effect-winston:hover p i {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.effect-winston:hover p a:nth-child(3) i {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
figure.effect-winston:hover p a:nth-child(2) i {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
figure.effect-winston:hover p a:first-child i {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
/*
// #Social Links Section
// --------------------------------------------------
*/
.social-links-section {
  padding: 35px;
}
.social-links-section.social-links-section__white {
  background: #fff;
}
.social-links-section.social-links-section__grey {
  background: #b7b7b7;
}
.social-links-section.social-links-section__dark {
  background: #444;
  color: #fff;
}
.social-links-section.social-links-section__dark .fa {
  background: #fafafa;
}
.social-links-section.social-links-section__dark h5 {
  color: #a3a3a3;
}
.social-links-section.social-links-section__dark a {
  color: #2f2f2f;
}
.social-links-section.social-links-section__dark a:hover h5 {
  color: #fff;
}
.social-links-section ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  text-align: center;
}
.social-links-section ul > li {
  display: inline-block;
  margin: 0;
  padding: 0 10px;
}
.social-links-section ul > li a {
  display: block;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.social-links-section ul > li .fa {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-right: 6px;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.social-links-section ul > li h5 {
  display: inline-block;
  margin-bottom: 0;
  padding-top: 5px;
  line-height: 32px;
  vertical-align: middle;
  letter-spacing: .3em;
  font-size: 11px;
}
.social-links-section.icons-rounded .fa {
  border-radius: 50%;
}
/*
// #Footer
// --------------------------------------------------
*/
.footer {
  color: #a3a3a3;
}
.footer .footer-widgets{
  background: #2f2f2f;
}
.footer a {
  color: #fff;
}
.footer.footer__light {
  background: none;
}
/* Footer Widgets */
.footer-widgets {
  padding: 64px 0 14px 0;
}
/* Footers Widgets specific styling */
.widget__footer {
  margin-bottom: 50px;
  /* Widget Title */
  /* Thumbnail */
  /* Base Widgets */
}
.widget__footer .widget-title {
  font-size: 25px;
  color: #fff;
}
.widget__footer .thumbnail {
  padding: 4px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
}
.widget__footer .thumbnail:hover {
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.widget__footer .thumbnail:hover img {
  border-color: #fff;
}
.widget__footer .thumbnail img {
  border: 1px solid #2f2f2f;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.widget__footer.widget_archive ul li,
.widget__footer.widget_nav_menu ul li,
.widget__footer.widget_meta ul li,
.widget__footer.widget_pages ul li,
.widget__footer.widget_recent_comments ul li,
.widget__footer.widget_recent_entries ul li,
.widget__footer.widget_categories ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.widget__footer.widget_archive ul li:before,
.widget__footer.widget_nav_menu ul li:before,
.widget__footer.widget_meta ul li:before,
.widget__footer.widget_pages ul li:before,
.widget__footer.widget_recent_comments ul li:before,
.widget__footer.widget_recent_entries ul li:before,
.widget__footer.widget_categories ul li:before {
  color: rgba(255, 255, 255, 0.08);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.widget__footer.widget_archive ul li:hover,
.widget__footer.widget_nav_menu ul li:hover,
.widget__footer.widget_meta ul li:hover,
.widget__footer.widget_pages ul li:hover,
.widget__footer.widget_recent_comments ul li:hover,
.widget__footer.widget_recent_entries ul li:hover,
.widget__footer.widget_categories ul li:hover {
  background: #dc2a0b;
  padding-left: 40px;
  color: #fff;
}
.widget__footer.widget_archive ul li:hover:before,
.widget__footer.widget_nav_menu ul li:hover:before,
.widget__footer.widget_meta ul li:hover:before,
.widget__footer.widget_pages ul li:hover:before,
.widget__footer.widget_recent_comments ul li:hover:before,
.widget__footer.widget_recent_entries ul li:hover:before,
.widget__footer.widget_categories ul li:hover:before {
  color: #fff;
  left: 20px;
}
.widget__footer.widget_archive ul li:hover > a,
.widget__footer.widget_nav_menu ul li:hover > a,
.widget__footer.widget_meta ul li:hover > a,
.widget__footer.widget_pages ul li:hover > a,
.widget__footer.widget_recent_comments ul li:hover > a,
.widget__footer.widget_recent_entries ul li:hover > a,
.widget__footer.widget_categories ul li:hover > a {
  color: #fff;
  text-decoration: none;
}
/* Copyright */
.footer-copyright {
  border-top: 1px solid #191919;
  background: #212121;
  font-size: 16px;
  padding: 20px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-copyright {
    text-align: left;
  }
  
}

@media (max-device-width: 991px) {
      .fhmm .navbar-collapse .navbar-nav > li > a {
		line-height: 20px !important;
	}
}

.footer-copyright a {
  color: #fff;
}
.footer-copyright .social-links-wrapper {
  padding-top: 10px;
}
@media (min-width: 768px) {
  .footer-copyright .social-links-wrapper {
    text-align: right;
    padding-top: 0;
  }
}
.footer-copyright .social-links-wrapper .social-links {
  display: inline-block;
  vertical-align: middle;
}
.footer__light .footer-copyright {
  background: none;
  border-top-color: #ddd;
}
.footer__light .footer-copyright a {
  color: #2f2f2f;
}
.footer__light .footer-copyright .social-links > li > a {
  border-color: #ddd;
  background: #eee;
}
.footer__light .footer-copyright .social-links > li > a:hover {
  border-color: #2f2f2f;
  background: #2f2f2f;
  color: #fff;
}
/* Loader */
#qLpercentage {
  font-family: 'Anton', sans-serif;
}
#preloader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  z-index: 99;
}

/* Magazine Layout */
.owl-carousel__posts .project-item .project-desc {
  text-align: left;
}
.owl-carousel__posts .project-item .project-desc .title {
  text-transform: none;
}
.owl-carousel__posts .project-item .project-desc .meta {
  margin-bottom: .5em;
  font-size: .91em;
}
.owl-carousel__posts .project-item .project-desc .meta .comments {
  display: inline-block;
  padding-right: 4px;
  color: #2f2f2f;
}
.owl-carousel__posts .project-item .project-desc .meta .comments:hover {
  text-decoration: none;
}
.owl-carousel__posts .project-item .project-desc .meta .comments > .fa {
  color: #dc2a0b;
}
.owl-carousel__posts .project-item .project-desc .meta .date {
  display: inline-block;
  color: #b4b8be;
  font-style: italic;
}
.owl-carousel__posts .project-item .dlink {
  width: 100%;
}
/* Item Small */
.item__sm {
  position: relative;
  margin-bottom: 24px;
}
.item__sm .item-desc {
  padding: 12px 15px;
  background: rgba(47, 47, 47, 0.85) !important;
}
.item__sm.item__sm-alt {
  margin-bottom: 3px;
}
.item__sm.item__sm-alt .item-desc h3 {
  font-size: 14px;
}
/* Small Section */
.section-sm {
  padding: 20px 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.service_link:HOVER{
text-decoration:none;
}
.post-nav{
float: right;
}
.post-nav a{
	background-image: linear-gradient(to bottom, #dc2a0b 0%, #c4250a 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc2a0b', endColorstr='#ffc4250a', GradientType=0);
    border-color: #c4250a;
    color: #fff;
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.06);
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 6px;
    -webkit-user-select: none;
}
	.post-nav > a:hover{
	text-decoration:none;
	color:#FFFFFF;
	}

.comment-navigation .nav-links {
  margin-bottom: 5px;
  flex-direction: row;
}

.comment-navigation .nav-previous .secondary-text,
.comment-navigation .nav-next .secondary-text {
  display: none;
}

@media only screen and (min-width: 768px) {
  .comment-navigation .nav-previous .secondary-text,
  .comment-navigation .nav-next .secondary-text {
    display: inline;
  }
}

.comment-navigation .nav-previous i,
.comment-navigation .nav-next i {
  vertical-align: middle;
}

.comment-navigation .nav-next {
  text-align: right;
}
	/* slider css */
.ft-slide {
  position: relative;
}
.ft-slide-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,0.2);
}
.ft-slide img {
  width: 100%;
}
.ft-slide-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1170px;
  margin-left: -585px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ft-slide-cap-title {
  text-align: center;
  font-size: 38px;
  color: #FFF;
  font-weight: 400;
  margin-bottom: 25px;
  padding: 0 10%;
  line-height: 1.2;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.ft-slide-cap-title span {
  display: inline-block;
  padding: 8px 15px;
  background: #dc2a0b;
}
.ft-slide-cap-desc {
  text-align: center;
  font-size: 25px;
  line-height: 1.4;
  color: #FFF;
  padding: 0 20%;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
@media screen and (max-width: 1200px){
  .ft-slide-caption {
      width: 80%;
      margin-left: -40%;
  }
}
@media screen and (max-width: 768px){
  .ft-slide-cap-title {
      font-size: 24px;
      font-size: 4vw;
      margin-bottom: 10px;
  }
  .ft-slide-cap-desc {
    font-size: 14px;
    font-size: 3vw;
  }
  .ft-slide-cap-desc .wp-block-button__link{
    font-size: 12px;
    font-size: 3vw;
    padding: 6px 10px;

  }
}

 /*WordPress essential classes*/
.sticky {
  border: 2px solid #f3f3f3;
  padding: 10px;
}
 .alignnone {
    margin: 5px 20px 20px 0;
}
img.alignnone{
  width: 100%;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.gallery-caption-caption{}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/*--------------------------------------------------------------
 Galleries
--------------------------------------------------------------*/

.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
}

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}
@media screen and (min-width: 30em) {
  /* Gallery Columns */

  .gallery-item {
    max-width: 25%;
  }

  .gallery-columns-1 .gallery-item {
    max-width: 100%;
  }

  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }

  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }

  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
}
/* Text meant only for screen readers. */
.skip-link {
    left: -9999rem;
    top: 2.5rem;
    z-index: 999999999;
    text-decoration: underline;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
.skip-link:focus {
    display: block;
    left: 6px;
    top: 7px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    line-height: normal;
    padding: 15px 23px 14px;
    z-index: 100000;
    right: auto;
}

/* Footer/sidebar calender widget V 1.1 03-09-2016  */
table caption {
    font-family: "Work Sans", 'sans-serif';
    text-align: center;
    background: #eee;
    border: solid 1px #ddd;
    padding: 7px 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 5px 5px 0 0;
}
.footer-widgets .widget__footer .calendar_wrap table#wp-calendar thead tr th {
    padding: 10px;
    color: #fff;
    text-align: center;
}
.sidebar .widget__sidebar #calendar_wrap table#wp-calendar thead tr th {
    padding: 10px;
    text-align: center;
}
.footer-widgets .widget__footer .calendar_wrap table#wp-calendar tbody tr td, .sidebar .widget__sidebar #calendar_wrap table#wp-calendar tbody tr td {
    padding: 10px;
    text-align: center;
}
.footer-widgets .widget__footer .calendar_wrap table#wp-calendar tfoot tr td, .sidebar .widget__sidebar #calendar_wrap table#wp-calendar tfoot tr td{
    text-align: center;
}
table#wp-calendar td#today {
    background-color: #9E9E9E;
    color: #fff;
}
@media only screen and (min-width: 768px) {

  .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
    max-width: 1000%;
  }

  .alignwide {
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
    width: auto;
    max-width: 1000%;
  }

  .alignwide img,
  .alignfull img {
    display: block;
    margin: 0 auto;
  }
}