/* Globals */
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes showreadmore {
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes showreadmore {
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes showex {
  100% {
    opacity: 1;
  }
}
@keyframes showex {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes showrmbox {
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@keyframes showrmbox {
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.body-font {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.title-font {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background: #f7f5ee;
  word-wrap: break-word;
}
.mega-container {
  background: #f7f5ee;
  max-width: 1170px;
  margin: auto;
  margin-top: 20px;
  overflow: visible;
}
a {
  color: #be2819;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  color: #be2819;
}
.container {
  margin: auto;
}
.panel {
  background: none;
}
::selection {
  background: black;
  color: white;
}
.page-template-template-blog #primary {
  margin-top: 50px;
}
/* ---------- Header ------------- */
#top-bar {
  padding: 3px 0px;
  background: #272727;
}
#top-bar .container {
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  #top-bar .container {
    text-align: center;
  }
}
#top-bar .social-icons {
  float: right;
  display: inline-block;
  padding: 3px;
}
@media screen and (max-width: 991px) {
  #top-bar .social-icons {
    float: none;
    margin-top: 5px;
    margin-bottom: 5px;
    display: none;
  }
}
#top-bar .social-icons a {
  padding: 2px;
  padding-top: 3px;
  display: inline-block;
  color: white;
  float: none;
  margin-right: 0px;
  transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
  -moz-transition: ease 0.2s;
  -ms-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  min-width: 24px;
  text-align: center;
  border-radius: 5px;
}
@media screen and (max-width: 600px) {
  #top-bar .social-icons a {
    float: none;
  }
}
#top-bar .social-icons a:hover {
  background: #b92718;
  color: white;
  border-radius: 5px;
}
#top-bar #util-links {
  float: left;
  color: white;
  font-size: 12px;
  padding: 6px 0;
}
@media screen and (max-width: 600px) {
  #top-bar #util-links {
    float: none;
  }
}
#top-bar #util-links #userlinks a,
#top-bar #util-links #top-cart a {
  display: inline-block;
  color: #ffffff;
}
#top-bar #util-links #userlinks i,
#top-bar #util-links #top-cart i {
  margin-right: 5px;
}
#top-bar #util-links #userlinks {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 991px) {
  #top-bar #util-links #userlinks {
    float: none;
  }
}
#top-bar #util-links #userlinks a {
  position: relative;
}
#top-bar #util-links #top-cart {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
#top-bar #util-links #top-cart:hover i {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
}
#top-bar #util-links #top-cart i {
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  #top-bar .td_mobile_menu_wrap {
    min-height: 42px;
    padding: 10px;
    margin-bottom: 0px;
    position: relative;
    display: inline-block;
  }
  #top-bar .td_mobile_menu_wrap:after {
    content: "\f103";
    font-family: "FontAwesome";
    color: #ebebeb;
    position: absolute;
    right: 17px;
    top: 13px;
    font-size: 18px;
  }
  #top-bar .mobileMenu {
    padding: 5px 8px;
    border: none;
    box-shadow: none;
    background: #080808;
    color: #ebebeb;
    background-image: none;
    -webkit-appearance: none;
    position: relative;
    min-width: 155px;
  }
  #top-bar .mobileMenu:focus {
    outline: none;
  }
}
#masthead {
  text-align: center;
  background: #222222;
  color: white;
}
#masthead #text-title-desc {
  clear: none;
  float: none;
  vertical-align: middle;
}
#masthead h1.site-title {
  font-size: 37px;
  margin-bottom: 5px;
  font-weight: bold;
  margin-top: 0px;
}
@media screen and (max-width: 600px) {
  #masthead h1.site-title {
    font-size: 26px;
  }
}
#masthead h1.site-title a {
  color: white;
}
#masthead h2.site-description {
  font-weight: 300;
  font-size: 15px;
  margin-top: 0px;
}
.site-branding {
  padding: 43px 0;
  position: relative;
  top: 0px;
  width: 100%;
  overflow: hidden;
  display: inline-block;
  float: left;
}
@media screen and (max-width: 991px) {
  .site-branding {
    text-align: center;
    width: 100%;
    top: 5px;
    padding: 45px 0;
  }
}
@media screen and (max-width: 768px) {
  .site-branding {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .site-branding {
    padding: 60px 0;
  }
}
@media screen and (max-width: 991px) {
  .masthead-container {
    text-align: center;
  }
}
#top-search {
  display: inline-block;
  float: right;
  padding: 15px 25px;
  padding-right: 0;
  margin-left: 5px;
  padding-left: 5px;
}
@media screen and (max-width: 991px) {
  #top-search {
    float: none;
  }
}
#top-search label {
  margin-bottom: 0;
  min-width: 300px;
}
@media screen and (max-width: 768px) {
  #top-search label {
    min-width: 150px;
  }
}
#top-search input[type=search] {
  background: #f0948b;
  border: solid 2px #a72316;
  border-right: none;
  padding: 10px 10px;
  outline: none;
  width: 100%;
}
#top-search input[type=search]::-webkit-input-placeholder {
  color: #e33827;
}
#top-search input[type=search]:-moz-placeholder {
  color: #e33827;
}
#top-search input[type=search]::-moz-placeholder {
  color: #e33827;
}
#top-search input[type=search]:-ms-input-placeholder {
  color: #e33827;
}
#top-search button {
  background: #911f13;
  box-shadow: none;
  border: solid 2px #a72316;
  text-shadow: none;
  padding: 10px 13px;
  border-left: none;
  margin-left: -7px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  outline: none;
}
#site-logo {
  display: inline-block;
  float: left;
}
#site-logo img {
  max-height: 70px;
}
@media screen and (max-width: 991px) {
  #site-logo {
    float: none;
  }
}
#jumbosearch {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.98);
  z-index: 99;
  text-align: center;
  display: none;
}
#jumbosearch .form {
  margin-top: 10%;
}
#jumbosearch .form label {
  width: 80%;
  text-align: center;
}
#jumbosearch .form input[type=search] {
  background: none;
  outline: none;
  padding: 20px;
  font-size: 28px;
  border: none;
  border-bottom: solid 1px #ddd;
  border-radius: 0;
  color: white;
  width: 80%;
  text-align: center;
  clear: both;
}
@media screen and (max-width: 767px) {
  #jumbosearch .form input[type=search] {
    margin-top: 60px;
  }
}
#jumbosearch .form input[type=submit] {
  display: none;
  text-transform: uppercase;
}
#jumbosearch .closeicon {
  position: absolute;
  right: 30px;
  top: 40px;
  color: #eee;
  font-size: 27px;
  padding: 15px;
  cursor: pointer;
}
/* -------- Nav Menu ---------- */
#mobile-navigation {
  display: none;
}
#site-navigation {
  float: left;
  background: #be2819;
  width: 100%;
  margin-bottom: 20px;
  /*responsive widths*/
}
#site-navigation ul {
  /* for the Currently active page */
}
#site-navigation ul li {
  /* li hover*/
}
@media screen and (max-width: 991px) {
  #site-navigation ul li {
    float: none;
    display: inline-block;
  }
}
#site-navigation ul li a {
  padding: 10px 10px;
  color: white;
  font-size: 14px;
  text-transform: none;
  font-weight: bold;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
#site-navigation ul li:hover a {
  color: #e6e6e6;
  background: #911f13;
}
#site-navigation ul li ul li .menu-desc {
  display: none;
}
#site-navigation ul li ul.sub-menu,
#site-navigation ul li ul.children {
  background: #eae5d2;
  padding: 5px 0px;
  border-radius: 5px;
  top: 100%;
  display: block;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  perspective: 1000;
  -webkit-perspective: 1000;
  transform-origin: top;
  -webkit-transform-origin: top;
  transform: perspective(350px) rotateX(-10deg);
  -webkit-transform: perspective(350px) rotateX(-10deg);
  -moz-transform: perspective(350px) rotateX(-10deg);
  opacity: 0;
  visibility: hidden;
}
#site-navigation ul li ul.sub-menu:before,
#site-navigation ul li ul.children:before {
  /* the top small arrow  */
  content: "";
  display: inline;
  width: 0px;
  height: 0px;
  border: solid 6px transparent;
  border-bottom: solid 6px #eae5d2;
  position: absolute;
  top: -12px;
  left: 30px;
}
#site-navigation ul li ul.sub-menu ul:before,
#site-navigation ul li ul.children ul:before {
  border: solid 10px transparent;
  border-right: solid 10px #e7e1cb;
  left: -20px;
  top: 1px;
}
#site-navigation ul li ul.sub-menu li ul,
#site-navigation ul li ul.children li ul {
  transform-origin: left;
  -webkit-transform-origin: left;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  left: 100%;
  top: 0;
  opacity: 0;
  -webkit-transform: rotateY(15deg) !important;
  transform: rotateY(15deg) !important;
  -moz-transform: rotateY(15deg) !important;
}
#site-navigation ul li ul.sub-menu li ul li ul,
#site-navigation ul li ul.children li ul li ul {
  display: none !important;
}
#site-navigation ul li ul.sub-menu li:hover,
#site-navigation ul li ul.children li:hover {
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  /* -webkit-transition: 0.2s all ease !important; */
}
#site-navigation ul li ul.sub-menu li:hover ul,
#site-navigation ul li ul.children li:hover ul {
  opacity: 1;
  transform: rotateY(5deg) !important;
  -webkit-transform: rotateY(5deg) !important;
  -moz-transform: rotateY(5deg) !important;
}
#site-navigation ul li ul.sub-menu a,
#site-navigation ul li ul.children a {
  padding: 3px 15px;
  font-weight: normal;
  font-size: 13px;
  background: none;
  color: #777;
  text-transform: none;
  transition: 0.4s background ease, 0.6s padding ease;
}
#site-navigation ul li ul.sub-menu a:hover,
#site-navigation ul li ul.children a:hover {
  background: #e2dac1;
  padding-left: 15px;
}
#site-navigation ul li:hover {
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease !important;
}
#site-navigation ul li:hover ul.sub-menu,
#site-navigation ul li:hover ul.children {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}
#site-navigation ul li:hover ul.sub-menu ul,
#site-navigation ul li:hover ul.children ul {
  opacity: 0;
}
#site-navigation ul .menu-item-has-children:after,
#site-navigation ul .page_item_has_children:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 5px;
  top: 11px;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  color: rgba(255, 255, 255, 0.7);
}
#site-navigation ul .menu-item-has-children > a,
#site-navigation ul .page_item_has_children > a {
  padding-right: 20px;
}
#site-navigation ul .menu-item-has-children:hover:after,
#site-navigation ul .page_item_has_children:hover:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
#site-navigation ul .page_item_has_children:after {
  top: 16px;
}
#site-navigation ul .page_item_has_children ul.children {
  top: 42px;
}
#site-navigation ul ul.sub-menu .menu-item-has-children:after,
#site-navigation ul ul.children .menu-item-has-children:after,
#site-navigation ul ul.sub-menu .page_item_has_children:after,
#site-navigation ul ul.children .page_item_has_children:after {
  content: "\f105";
  right: 8px;
  top: 4px;
  color: rgba(255, 255, 255, 0.85);
}
#site-navigation .fa {
  padding: 0 5px 0 0;
}
#site-navigation .menu-desc {
  font-size: 12px;
  font-weight: 300;
  color: #e33827;
  display: inline-block;
  margin-top: -5px;
  font-style: italic;
  text-transform: lowercase;
}
.slicknav_menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .slicknav_menu {
    display: block;
  }
  .slicknav_menu .slicknav_menutxt {
    margin-top: 2px;
  }
  #site-navigation ul.menu {
    display: none;
  }
  .slicknav_nav .menu-desc {
    display: none !important;
  }
  .slicknav_nav a {
    color: #6a6a6a;
  }
  .slicknav_nav a:hover {
    background: #be2819;
    color: white;
  }
  .slicknav_nav a .fa {
    margin-right: 5px;
  }
  .slicknav_nav li:hover {
    background: #be2819;
  }
  .slicknav_nav li:hover a {
    color: white;
  }
  .slicknav_nav .slicknav_arrow {
    display: none;
  }
  .slicknav_nav .slicknav_row:hover {
    background: #be2819;
  }
  .slicknav_menu {
    background: #1a1a1a;
    text-align: right;
  }
  .slicknav_menu ul {
    text-align: left;
  }
  .slicknav_btn {
    background: #881d12;
    border: solid 1px #a72316;
    display: inline-block;
    float: none;
  }
  .slicknav_menutxt {
    color: white !important;
    text-shadow: none !important;
  }
  .slicknav_icon-bar {
    background-color: white !important;
    position: relative;
    top: 2px;
  }
}
#site-navigation #searchicon {
  float: right;
  font-size: 19px;
  color: white;
  padding: 6px;
  cursor: pointer;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
#site-navigation #searchicon:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
@media screen and (max-width: 600px) {
  #site-navigation #searchicon {
    float: none;
    text-align: center;
  }
}
@media screen and (max-width: 991px) and (min-width: 601px) {
  #site-navigation #searchicon {
    right: -15px;
    top: 2px;
    position: absolute;
  }
}
#site-navigation .container {
  position: relative;
}
/* TOP MENU */
#top-menu {
  float: right;
  padding-right: 0px;
}
@media screen and (max-width: 767px) {
  #top-menu {
    float: none;
    text-align: center;
    padding: 0px;
    display: none;
  }
}
#top-menu ul {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0px;
}
#top-menu ul ul {
  display: none;
}
#top-menu ul li {
  display: inline;
}
#top-menu ul li a {
  padding: 6px 7px;
  display: inline-block;
  color: #e6e6e6;
  font-size: 13px;
  position: relative;
  font-weight: 300;
  z-index: 5;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
#top-menu ul li a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 30px;
  border: 2px solid white;
  border-radius: 0%;
  border-top: none;
  border-right: none;
  border-left: none;
  content: '';
  opacity: 0;
  z-index: 4;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transform: translateX(-50%) translateY(-50%) scale(1);
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1);
  -o-transform: translateX(-50%) translateY(-50%) scale(1);
}
#top-menu ul li a:hover {
  color: #e6e6e6;
}
#top-menu ul li a:hover::before {
  opacity: 1;
  transform: translateX(-50%) translateY(-40%) scale(1);
  -webkit-transform: translateX(-50%) translateY(-40%) scale(1);
  -moz-transform: translateX(-50%) translateY(-40%) scale(1);
  -ms-transform: translateX(-50%) translateY(-40%) scale(1);
  -o-transform: translateX(-50%) translateY(-40%) scale(1);
}
#featured-blog {
  padding: 15px;
  margin-top: 20px;
  display: block;
  overflow: auto;
  max-width: 1130px;
}
#featured-blog .section-title {
  padding-left: 5px;
}
#featured-blog .fg-item-container {
  background: #efebdd;
  padding: 5px;
  border: 5px solid #f7f5ee;
}
#featured-blog .fg-item-container .fg-item img {
  padding: 5px;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  width: 100%;
}
#featured-blog .fg-item-container .fg-item .product-details {
  padding: 3px 10px;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  bottom: 10px;
  left: 10px;
  right: 10px;
  width: calc(100% - 20px);
}
#featured-blog .fg-item-container .fg-item h3 {
  font-size: 14px;
  margin: 0;
  margin: 5px 0;
  color: white;
  font-weight: bold;
  line-height: 1.7em;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  #featured-blog .fg-item-container .fg-item h3 {
    font-size: 11px;
    font-weight: normal;
  }
}
#featured-blog .fg-item-container .fg-item:hover img {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
#latest-posts-widget {
  display: block;
  overflow: auto;
}
#latest-posts-widget .lp-wrapper .fg-item-container {
  padding: 5px;
}
#latest-posts-widget .lp-wrapper .fg-item-container:nth-of-type(3) {
  clear: left;
}
#latest-posts-widget .lp-wrapper .fg-item-container .fg-item img {
  padding: 0px;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  border: solid 4px #eae5d2;
}
#latest-posts-widget .lp-wrapper .fg-item-container .fg-item .product-details {
  padding: 3px 10px;
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  bottom: 9px;
  left: 9px;
  right: 9px;
  width: calc(100% - 18px);
}
#latest-posts-widget .lp-wrapper .fg-item-container .fg-item h3 {
  font-size: 12px;
  margin: 0;
  margin: 5px 0;
  color: #eee;
  font-weight: normal;
  line-height: 1.5em;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  #latest-posts-widget .lp-wrapper .fg-item-container .fg-item h3 {
    font-size: 9px;
  }
}
#latest-posts-widget .lp-wrapper .fg-item-container .fg-item:hover img {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
#contact-form-9020 {
  background: white;
  padding: 30px;
  margin: 20px 50px;
  border: solid 5px #d0c8ac;
}
@media screen and (max-width: 767px) {
  #contact-form-9020 {
    padding: 20px;
    margin: 20px 10px;
  }
}
#premium-services {
  font-family: "Verdana", serif;
  color: #555;
  background: #efebdd;
  padding: 5px;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  overflow: auto;
  margin-top: -20px;
  position: relative;
}
@media screen and (min-width: 992px) {
}
#premium-services .ps-container {
  position: relative;
  padding: 5px 0;
}
#premium-services .close-icon-x {
  position: absolute;
  top: 1px;
  right: 22px;
  color: #be2819;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  cursor: pointer;
  font-size: 22px;
  display: inline-block;
  overflow: auto;
  z-index: 5;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transform-origin: center;
  -webkit-backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  #premium-services .close-icon-x {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  #premium-services .close-icon-x {
    right: -7px;
  }
}
#premium-services .close-icon-x:hover {
  color: #69b23b;
}
#premium-services #content-ps {
  display: none;
  margin-top: 20px;
}
#premium-services #content-ps .container {
  max-width: 1130px;
}
#premium-services .section-title {
  text-align: left;
  font-size: 14px;
  color: #777;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #premium-services .section-title {
    font-size: 16px;
    margin-top: 0;
    padding: 7px 0;
  }
}
@media screen and (max-width: 991px) {
  #premium-services .section-title {
    margin-top: 0;
  }
}
#premium-services .section-title span i.fa {
  color: #69b23b;
  margin-right: 5px;
}
#premium-services .services-col ul.services {
  list-style: none;
  margin-top: 10px;
  margin-left: 5px;
}
#premium-services .services-col ul.services li {
  padding: 2px 5px;
  font-size: 13px;
}
#premium-services .services-col ul.services li .fa {
  margin-left: 2px;
  margin-right: 1px;
  display: inline-block;
  font-size: 18px;
  position: relative;
  top: 2px;
}
#premium-services .services-col ul.services li .fa-whatsapp {
  color: darkcyan;
}
#premium-services .services-col ul.services li .fa-skype {
  color: cornflowerblue;
}
#premium-services .services-col ul.services li .fa-google-plus {
  color: crimson;
}
#premium-services .services-col ul.services li em {
  font-size: 10px;
}
#premium-services .services-col ul.services li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #26c08c;
  margin-right: 5px;
}
#premium-services .last-col ul {
  margin-top: 10px;
  margin-left: 15px;
  list-style: none;
}
#premium-services .last-col ul li {
  padding: 2px 5px;
}
#premium-services .last-col ul li:before {
  content: "\f005";
  font-family: "FontAwesome";
  color: #fcbb2e;
  margin-right: 5px;
  margin-bottom: 10px;
}
#premium-services .further-info {
  text-align: center;
  font-weight: bold;
}
#premium-services .further-info a {
  background: #be2819;
  color: white;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  border-radius: 5px;
  border: solid 3px #e7e1cb;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  display: inline-block;
}
#premium-services .further-info a:hover {
  text-shadow: none;
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}
#premium-services.notvisible {
  padding: 5px;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
#premium-services.notvisible .section-title {
  margin-bottom: 0;
}
#premium-services.notvisible .close-icon-x {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  color: #69b23b;
}
#premium-services.notvisible .close-icon-x:hover {
  color: #9a2014;
}
/* section titles */
.section-title {
  color: #222222;
  font-size: 20px;
  margin-bottom: 20px;
  padding: 0px 0px;
  border-radius: 2px;
  display: inline-block;
  font-weight: 900;
  width: 100%;
  padding-left: 15px;
  clear: both;
}
@media screen and (max-width: 991px) {
  .section-title {
    margin-top: 20px;
  }
}
.section-blog {
  padding-left: 0;
  margin-top: 30px;
  margin-bottom: 25px;
}
.grid-row {
  margin: 0;
}
/* Grid */
.grid {
  margin: 10px 0;
  padding-left: 0;
  padding-bottom: 17px;
  border-bottom: solid 1px #eee;
}
@media screen and (max-width: 768px) {
  .grid {
    border-bottom: none;
  }
}
.grid:nth-last-child(2) {
  border: none;
}
.grid .featured-thumb {
  border: #ede9d9 solid 5px;
  overflow: hidden;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .grid .featured-thumb img {
    width: 100%;
  }
}
.grid .featured-thumb img {
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.grid .featured-thumb:hover img {
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -moz-filter: brightness(0.9);
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}
@media screen and (max-width: 768px) {
  .grid .out-thumb {
    padding: 10px 3px;
  }
}
.grid .out-thumb h1 {
  margin: 5px 0;
  margin-top: 1px;
  font-weight: normal;
  font-size: 19px;
}
.grid .out-thumb h1 a {
  color: #373737;
  padding-bottom: 2px;
}
.grid .out-thumb h1 a:before {
  height: 1px;
  background: #373737;
  width: 98%;
  left: 1%;
}
.grid .out-thumb .postedon {
  font-size: 12px;
  color: #aaa;
  font-weight: normal;
  margin-bottom: 5px;
}
.grid .out-thumb .postedon a {
  color: #999;
  text-decoration: underline;
}
.grid .out-thumb .postedon a:hover {
  color: #be2819;
}
.grid .out-thumb .entry-excerpt {
  color: #777;
  line-height: 1.6em;
  font-weight: 400;
}
.grid .readmore {
  display: block;
  clear: both;
}
.grid .hvr-underline-from-center:before {
  height: 1px;
  background: #be2819;
}
.tromax .featured-thumb {
  border-top: none;
}
.tromax .out-thumb h1 {
  font-size: 26px;
}
.tromax .out-thumb .readmore {
  display: block;
  clear: both;
  margin-top: 5px;
}
.tromax .out-thumb .readmore a {
  background: #be2819;
  color: white;
  display: inline-block;
  padding: 3px 8px;
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 11px;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  border-radius: 3px;
}
.tromax .out-thumb .readmore a:hover {
  background: #222222;
  color: white;
}
p.mtext {
  text-align: center;
  margin-top: 30px;
  display: block;
  position: relative;
  top: 15px;
  clear: both;
}
p.mtext.nm {
  font-size: 16px;
  padding-top: 15px;
  color: #777;
  border-top: solid 2px #ede9d9;
}
a.becomemember {
  background: #be2819;
  color: white;
  font-weight: bold;
  font-size: 15px;
  text-shadow: 0 1px 0 #333;
  padding: 8px 15px;
  display: inline-block;
  border-radius: 5px;
  border: solid 3px #eae5d2;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
h1.template-entry-title {
  font-weight: bold;
  font-size: 20px;
  padding-left: 0px;
  margin-bottom: 25px;
  margin-top: 35px;
}
.category-header {
  text-align: center;
}
.category-header h1 {
  margin-bottom: 8px;
  font-size: 32px;
}
.category-header h2 {
  font-size: 15px;
  line-height: 2em;
  margin-top: 3px;
}
@media screen and (max-width: 991px) {
  .grid-row .themes:nth-of-type(3) {
    clear: left;
  }
}
/* --------------- pagination ------------ */
.pagination {
  margin: 20px 0;
  padding-top: 25px;
  text-align: center;
  width: 100%;
  clear: both;
}
.pagination ul {
  list-style: none;
  display: inline-block;
  text-align: center;
  margin-bottom: 0;
  margin-left: 0px;
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a {
  color: #b92718;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.pagination ul > li > a:hover {
  color: #be2819;
  background: #f7f5ee;
}
.pagination .current {
  background: #e7e1cb;
  background: #dfd6ba;
}
.pagination ul  > li  > a,
.pagination ul  > li  > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  margin-right: 5px;
  background-color: #efebdd;
  border: 1px solid #eae5d2;
  display: inline-block;
  color: #777;
}
.pagination ul  > li  > a:hover,
.pagination ul  > li  > span:hover {
  background: none;
}
#secondary {
  margin-top: 50px;
  /*
aside:nth-child(odd) {
		background: #fafafa;
		border: solid 1px #eee;
	}
*/
  /* Some Styling for Default WordPress Widgets */
  /* Pulse Grow */
}
#secondary aside {
  padding: 10px;
}
#secondary h1.widget-title {
  font-weight: bold;
  color: #222222;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 0px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-top: -10px;
  background: #ede9d9;
  padding: 10px 5px;
}
#secondary .widget {
  background: #f2efe4;
}
#secondary .widget a {
  color: #5e5e5e;
  font-weight: normal;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
#secondary .widget a:hover {
  color: #be2819;
}
#secondary .widget ul {
  font-size: 14px;
  margin-left: 0px;
}
#secondary .widget ul li {
  list-style: none;
  border-bottom: solid 1px #efebdd;
  padding: 6px;
}
#secondary .widget ul li:last-child {
  border-bottom: none;
}
#secondary .widget_search {
  margin-bottom: 20px;
}
#secondary .widget_search label {
  width: 100%;
}
#secondary .widget_search input[type=search] {
  background: white;
  border: solid 2px #ede9d9;
  border-radius: 0px;
  padding: 15px;
  font-size: 16px;
  padding-bottom: 10px;
  outline: none;
  width: 80%;
}
#secondary .search-submit {
  display: none;
}
#secondary .widget_recent_entries ul li:before,
#secondary .widget_recent_comments ul li:before,
#secondary .widget_categories ul li:before,
#secondary .widget_pages ul li:before,
#secondary .widget_archive ul li:before,
#secondary .widget_meta ul li:before,
#secondary .widget_nav_menu ul li:before {
  content: "\f054";
  font-family: "FontAwesome";
  color: #9d9d9d;
  font-size: 10px;
  margin-right: 5px;
}
#secondary .widget_recent_entries ul li,
#secondary .widget_recent_comments ul li,
#secondary .widget_categories ul li,
#secondary .widget_pages ul li,
#secondary .widget_archive ul li,
#secondary .widget_meta ul li,
#secondary .widget_nav_menu ul li {
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
#secondary .widget_recent_entries ul li:hover,
#secondary .widget_recent_comments ul li:hover,
#secondary .widget_categories ul li:hover,
#secondary .widget_pages ul li:hover,
#secondary .widget_archive ul li:hover,
#secondary .widget_meta ul li:hover,
#secondary .widget_nav_menu ul li:hover {
  transform: translateX(2px);
  -webkit-transform: translateX(2px);
  -moz-transform: translateX(2px);
  -ms-transform: translateX(2px);
  -o-transform: translateX(2px);
}
#secondary .widget_tag_cloud .tagcloud a,
#secondary .widget_product_tag_cloud .tagcloud a {
  background: #be2819;
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: lighter;
  color: #ede9d9;
  padding: 7px 5px;
  margin-bottom: 5px;
  display: inline-block;
}
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
#secondary .tagcloud a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
#secondary .tagcloud a:hover,
#secondary .tagcloud a:focus,
#secondary .tagcloud a:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
#secondary .widget_tromax_rp li.rp-item {
  overflow: auto;
  clear: both;
  display: block;
  padding: 8px 0px;
  font-size: 13px;
}
#secondary .widget_tromax_rp .rp-thumb {
  width: 52px;
  float: left;
  display: inline-block;
  margin-right: 6px;
}
#secondary .widget_tromax_rp .rp-date {
  color: #919191;
  font-size: 11px;
}
#secondary button {
  background: #dfd6ba;
  color: #777;
}
#secondary input[type=text],
#secondary input[type=search],
#secondary textarea {
  background: #efebdd;
  border: solid 1px #9e2115;
  outline: none;
  color: #777;
}
#secondary input[type=text]::-webkit-input-placeholder,
#secondary input[type=search]::-webkit-input-placeholder,
#secondary textarea::-webkit-input-placeholder {
  color: #848484;
}
#secondary input[type=text]:-moz-placeholder,
#secondary input[type=search]:-moz-placeholder,
#secondary textarea:-moz-placeholder {
  color: #848484;
}
#secondary input[type=text]::-moz-placeholder,
#secondary input[type=search]::-moz-placeholder,
#secondary textarea::-moz-placeholder {
  color: #848484;
}
#secondary input[type=text]:-ms-input-placeholder,
#secondary input[type=search]:-ms-input-placeholder,
#secondary textarea:-ms-input-placeholder {
  color: #848484;
}
#secondary .widget_mc4wp_form_widget input[type=email] {
  background: #e7e1cb;
  border: solid 1px #e2dac1;
  border-radius: 0;
  padding: 5px;
  color: #555;
  text-transform: uppercase;
  font-size: 13px;
  padding-bottom: 7px;
}
#secondary .widget_mc4wp_form_widget input[type=email]:focus {
  outline: solid 2px #e2dac1;
}
#secondary .widget_mc4wp_form_widget input[type=email]::-webkit-input-placeholder {
  color: rgba(136, 136, 136, 0.6);
}
#secondary .widget_mc4wp_form_widget input[type=email]:-moz-placeholder {
  color: rgba(136, 136, 136, 0.6);
}
#secondary .widget_mc4wp_form_widget input[type=email]::-moz-placeholder {
  color: rgba(136, 136, 136, 0.6);
}
#secondary .widget_mc4wp_form_widget input[type=email]:-ms-input-placeholder {
  color: rgba(136, 136, 136, 0.6);
}
#secondary .widget_mc4wp_form_widget input[type=submit] {
  background: #e3ddc4;
  border: #dfd6ba;
  box-shadow: none;
  text-shadow: none;
  text-transform: uppercase;
  font-weight: bold;
}
#secondary .widget_mc4wp_form_widget input[type=submit]:hover {
  background: #dfd6ba;
}
#infinite-handle {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px;
  width: 100%;
  clear: both;
}
#infinite-handle span {
  background: rgba(0, 0, 0, 0);
}
#infinite-handle span button,
#infinite-handle span button:hover {
  background: #e7e1cb;
  box-shadow: none;
  font-size: 15px;
  font-weight: 300;
  color: black;
  text-shadow: none;
  border-radius: 0px;
  border-bottom: solid 2px #d6cca9;
  padding: 5px 10px;
  outline: none;
}
/* Footer Sidebar */
#footer-sidebar {
  background: #222;
  border-top: solid 3px #911f13;
  margin-top: 30px;
}
#footer-sidebar .footer-column {
  /* Pulse Grow */
}
#footer-sidebar .footer-column h1.widget-title {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
#footer-sidebar .footer-column .widget {
  color: #d1d1d1;
  line-height: 1.7em;
}
#footer-sidebar .footer-column .widget a {
  color: #b5b5b5;
  font-weight: 300;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
#footer-sidebar .footer-column .widget a:hover {
  color: white;
}
#footer-sidebar .footer-column .widget ul {
  margin-left: 0px;
}
#footer-sidebar .footer-column .widget ul li {
  list-style: none;
  padding: 5px;
}
#footer-sidebar .footer-column .widget ul li ul {
  margin-left: 5px;
}
#footer-sidebar .footer-column .widget ul li li {
  margin-left: 2px;
  border-bottom: none;
  padding: 2px;
}
#footer-sidebar .footer-column .widget_tag_cloud .tagcloud a {
  background: #be2819;
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: lighter;
  color: #ede9d9;
  padding: 7px 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
#footer-sidebar .footer-column .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #7a1a10;
}
#footer-sidebar .footer-column .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #e64d3e;
}
#footer-sidebar .footer-column .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #911f13;
}
#footer-sidebar .footer-column button {
  background: #7a1a10;
  color: white;
}
#footer-sidebar .footer-column input[type=text],
#footer-sidebar .footer-column input[type=search],
#footer-sidebar .footer-column textarea {
  background: #9a2014;
  border: solid 1px #911f13;
  outline: none;
  color: white;
}
#footer-sidebar .footer-column input[type=text]::-webkit-input-placeholder,
#footer-sidebar .footer-column input[type=search]::-webkit-input-placeholder,
#footer-sidebar .footer-column textarea::-webkit-input-placeholder {
  color: #f2f2f2;
}
#footer-sidebar .footer-column input[type=text]:-moz-placeholder,
#footer-sidebar .footer-column input[type=search]:-moz-placeholder,
#footer-sidebar .footer-column textarea:-moz-placeholder {
  color: #f2f2f2;
}
#footer-sidebar .footer-column input[type=text]::-moz-placeholder,
#footer-sidebar .footer-column input[type=search]::-moz-placeholder,
#footer-sidebar .footer-column textarea::-moz-placeholder {
  color: #f2f2f2;
}
#footer-sidebar .footer-column input[type=text]:-ms-input-placeholder,
#footer-sidebar .footer-column input[type=search]:-ms-input-placeholder,
#footer-sidebar .footer-column textarea:-ms-input-placeholder {
  color: #f2f2f2;
}
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
#footer-sidebar .footer-column .tagcloud a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
#footer-sidebar .footer-column .tagcloud a:hover,
#footer-sidebar .footer-column .tagcloud a:focus,
#footer-sidebar .footer-column .tagcloud a:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
#footer-sidebar .footer-column .widget_tromax_rp li.rp-item {
  overflow: auto;
  clear: both;
  display: block;
  padding: 8px 0px;
  font-size: 13px;
}
#footer-sidebar .footer-column .widget_tromax_rp .rp-thumb {
  width: 52px;
  float: left;
  display: inline-block;
  margin-right: 6px;
}
#footer-sidebar .footer-column .widget_tromax_rp .rp-date {
  color: #dddddd;
  font-size: 11px;
}
#footer-sidebar .footer-column .widget_recent_entries ul li:before,
#footer-sidebar .footer-column .widget_recent_comments ul li:before,
#footer-sidebar .footer-column .widget_categories ul li:before,
#footer-sidebar .footer-column .widget_pages ul li:before,
#footer-sidebar .footer-column .widget_archive ul li:before,
#footer-sidebar .footer-column .widget_meta ul li:before,
#footer-sidebar .footer-column .widget_nav_menu ul li:before {
  content: "\f105";
  font-family: "FontAwesome";
  color: #eaeaea;
  font-size: 10px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
#footer-sidebar .footer-column .woocommerce .amount {
  color: #f2f2f2;
}
#footer-sidebar .footer-column .woocommerce ins .amount {
  color: #6a6a6a;
}
#colophon {
  background: #111;
  padding: 15px 10px 15px 10px;
  color: #777;
  font-size: 13px;
  text-align: center;
}
#colophon a {
  color: #999;
  text-decoration: underline;
}
/* Single Posts Area */
#primary-mono {
  padding: 0 10px;
  padding-left: 20px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #primary-mono {
    padding-left: 10px;
  }
}
#primary-mono h1.entry-title {
  font-weight: bold;
  color: #515151;
  font-size: 30px;
  margin-top: 0px;
  padding: 10px;
  padding-left: 0;
  margin-bottom: 0px;
  text-align: center;
  text-shadow: 2px 2px white;
}
#primary-mono .entry-meta {
  margin-top: 5px;
  font-size: 11px;
  color: #868686;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  padding-right: 10px;
}
#primary-mono .entry-meta,
#primary-mono .entry-footer {
  padding-bottom: 7px;
  overflow: auto;
}
#primary-mono .entry-meta .byline,
#primary-mono .entry-footer .byline {
  margin-left: 1px;
}
#primary-mono .entry-meta a,
#primary-mono .entry-footer a {
  color: #be2819;
  text-decoration: none;
}
#primary-mono .entry-meta a:hover,
#primary-mono .entry-footer a:hover {
  text-decoration: underline;
}
#primary-mono .entry-footer {
  border-top: solid 1px #efebdd;
  border-bottom: solid 1px #efebdd;
  padding-top: 7px;
  margin-top: 25px;
  font-size: 12px;
}
#primary-mono .entry-footer .post-edit-link {
  float: right;
}
#primary-mono .entry-footer .cat-links {
  margin-right: 6px;
}
#primary-mono .entry-content {
  color: #606060;
  line-height: 29px;
  font-size: 15px;
}
#primary-mono .entry-content h1 {
  font-size: 22px;
  font-weight: bold;
}
#primary-mono .entry-content h2 {
  font-size: 19px;
  font-weight: bold;
}
#primary-mono .entry-content h3,
#primary-mono .entry-content h4,
#primary-mono .entry-content h5,
#primary-mono .entry-content h6 {
  font-size: 17px;
  font-weight: bold;
}
#primary-mono .entry-content h1,
#primary-mono .entry-content h2,
#primary-mono .entry-content h3,
#primary-mono .entry-content h4,
#primary-mono .entry-content h5,
#primary-mono .entry-content h6 {
  color: #515151;
}
#primary-mono .entry-content h1,
#primary-mono .entry-content h2,
#primary-mono .entry-content h3 {
  text-shadow: 1px 1px 0 white, 2px 2px 0 rgba(190, 40, 25, 0.1);
}
#primary-mono .entry-content img {
  border: solid 6px #e7e1cb;
  margin-top: 10px;
  margin-bottom: 10px;
}
#primary-mono .entry-content strong,
#primary-mono .entry-content b {
  color: #515151;
}
#primary-mono #featured-image {
  margin-top: 10px;
  background: #e7e1cb;
  padding: 10px;
  width: 90%;
  margin-left: 5%;
  text-align: center;
}
#primary-mono .chapter {
  padding-bottom: 25px;
  border-bottom: solid 2px #ede9d9;
}
#primary-mono.page h1.entry-title:after {
  display: none;
}
.edit-link {
  display: none;
}
.page-header {
  margin-top: 0px;
  border-bottom: none;
}
.page-header h1 {
  font-size: 18px;
  font-weight: normal;
  border-bottom: solid 2px #ece7d6;
  display: inline-block;
  padding-bottom: 10px;
}
.tax-theme_genre .page-header {
  text-align: center;
}
.tax-theme_genre .page-header h1 {
  font-weight: bold;
  font-size: 20px;
}
/* --------------- comments -------------- */
#respond h3#reply-title {
  font-weight: bold;
  font-size: 18px;
}
#respond input[type=text] {
  max-width: 550px;
}
#respond input,
#respond textarea {
  background: #efebdd;
  border: solid 1px #d6cca9;
  color: #777;
  outline: none;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
  position: relative;
}
#respond .comment-form-author input,
#respond .comment-form-email input,
#respond .comment-form-url input,
#respond .comment-form-comment input,
#respond .comment-form-author textarea,
#respond .comment-form-email textarea,
#respond .comment-form-url textarea,
#respond .comment-form-comment textarea {
  padding: 4px 5px 5px 10px;
  border-radius: 0;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
  background: #be2819;
  color: #f7f5ee;
  border-bottom: solid 1px #be2819;
  padding: 5px;
  margin-right: -5px;
  min-width: 70px;
}
#respond .comment-form-comment label {
  margin-bottom: 0px;
}
#respond .form-submit input[type=submit] {
  box-shadow: none;
  text-shadow: none;
  padding: 10px;
  background: #ffffff;
  font-weight: bold;
  color: #be2819;
  margin-bottom: 10px;
}
#respond .comment-notes,
#respond .logged-in-as {
  color: #777;
}
#comments {
  margin-top: 55px;
}
#comments h2.comments-title {
  font-size: x-large;
}
#comments ol.comment-list {
  list-style: none;
  margin-left: 0px;
}
#comments li.comment {
  border: solid 1px #e3ddc4;
  padding: 10px;
  margin-top: 15px;
  list-style: none;
  background: #f2efe4;
}
#comments li.comment .comment-content {
  color: #777777;
  font-weight: 300;
}
#comments li.trackback {
  background: #ffffff;
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  border: solid 1px #eee;
  font-weight: bold;
}
#comments li.trackback a {
  font-weight: normal;
}
#comments .vcard img {
  border: solid 4px #f7f5ee;
  border-radius: 5px;
  margin: 0 10px 10px 0;
}
#comments .comment-author {
  padding-right: 0;
}
#comments .form-allowed-tags {
  display: none;
}
#comments .comment-metadata {
  font-weight: bold;
}
#comments .comment-metadata time {
  float: right;
  color: #c6b886;
  font-weight: lighter;
  font-style: italic;
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  li.comment {
    margin-left: -5%;
  }
}
#primary-mono .entry-content h1 {
  font-size: 32px;
  font-weight: bold;
}
#primary-mono .entry-content h1,
#primary-mono .entry-content h2,
#primary-mono .entry-content h3 {
  color: #be2819;
}
#primary-mono .entry-content h2 {
  font-size: 28px;
  font-weight: bold;
}
#primary-mono .entry-content h3 {
  font-size: 24px;
  font-weight: bold;
}
#primary-mono .entry-content hr {
  background: transparent;
  border-color: #eee;
  margin: 30px 5px;
}
#primary-mono .entry-content h4,
#primary-mono .entry-content h5,
#primary-mono .entry-content h6 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}
@media screen and (max-width: 550px) {
  #primary-mono .entry-content .alignleft,
  #primary-mono .entry-content .alignright {
    float: none;
    margin: 10px auto;
    text-align: center;
    clear: both;
    display: block;
  }
}
#primary-mono .entry-content blockquote {
  border-left: solid 5px #be2819;
  font-size: 14px;
  font-style: italic;
  color: rgba(119, 119, 119, 0.8);
  font-family: "Georgia", serif;
}
#primary-mono .entry-content table thead {
  background: #be2819;
  color: white;
}
#primary-mono .entry-content table td,
#primary-mono .entry-content table th {
  padding: 5px;
  border: solid 1px #ede9d9;
}
#primary-mono .entry-content pre {
  background: #e7e1cb;
  border: solid 1px #ddd;
  border-radius: 0px;
  color: #777;
}
.su-accordion .su-spoiler {
  background: #ece7d6;
  border-color: #e5dfc8;
}
.su-accordion .su-spoiler-title {
  background: #f0ede0 !important;
  border-color: #e8e3cf !important;
}
#reviews .comment-text p.meta {
  position: relative;
  top: 5px;
  margin-bottom: 5px;
}
#reviews .comment-text p.meta em.verified {
  color: #4da54d;
}
.premiumpage h2.page-title {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
}
.premiumpage h1.entry-title {
  display: none;
}
.premiumpage .welcome {
  font-size: 15px;
  line-height: 1.8em;
  margin: 20px auto;
  text-align: center;
  display: block;
}
.premiumpage #pricing-table {
  overflow: auto;
  text-align: center;
  display: block;
  margin-top: 30px;
}
.premiumpage #pricing-table .table {
  width: 30%;
  padding: 5px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .premiumpage #pricing-table .table {
    width: 100%;
  }
}
.premiumpage #pricing-table .table .heading {
  background: #be2819;
  color: white;
  padding: 15px;
  position: relative;
}
.premiumpage #pricing-table .table .heading span {
  display: block;
  clear: both;
}
.premiumpage #pricing-table .table .heading .title {
  font-size: 16px;
  font-weight: bold;
}
.premiumpage #pricing-table .table .heading .price {
  font-weight: bold;
}
.premiumpage #pricing-table .table .heading .popular {
  position: absolute;
  top: -20px;
  right: 3px;
  display: inline-block;
  background: #444;
  padding: 4px;
  font-size: 12px;
  text-transform: uppercase;
}
.premiumpage #pricing-table .table ul {
  margin: 0;
  list-style: none;
}
.premiumpage #pricing-table .table ul li {
  display: block;
  padding: 7px 5px;
  font-size: 12px;
  text-transform: uppercase;
}
.premiumpage #pricing-table .table ul li:nth-child(even) {
  background: #f2efe4;
}
.premiumpage #pricing-table .table ul li:nth-child(odd) {
  background: #ede9d9;
}
.premiumpage #pricing-table .table1 .heading {
  background: #54a14d;
}
.premiumpage #pricing-table .table2 .heading {
  background: #525edb;
}
.premiumpage #pricing-table .table3 .heading {
  background: #ce6f08;
}
.premiumpage .service-details {
  text-align: center;
  overflow: auto;
  display: block;
}
.premiumpage .service-details .section {
  background: #f0ede0;
  padding: 0 10px;
  text-align: left;
  clear: both;
  display: inline-block;
  margin-bottom: 20px;
  float: none;
}
@media screen and (max-width: 767px) {
  .premiumpage .service-details .section {
    text-align: center;
  }
}
.premiumpage .service-details .section:nth-of-type(1) {
  margin-top: 40px;
}
.premiumpage .service-details .section .icon {
  text-align: center;
  padding: 0;
  width: 90px;
}
@media screen and (max-width: 767px) {
  .premiumpage .service-details .section .icon {
    text-align: center;
    width: 100%;
  }
}
.premiumpage .service-details .section i.fa {
  font-size: 70px;
  padding-top: 30px;
  position: relative;
}
.premiumpage .service-details .section i.fa-phone {
  top: 0px;
  left: 5px;
}
.premiumpage .service-details .section i.fa-dollar {
  left: 5px;
}
.premiumpage .service-details .section h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
.premiumpage .service-details .section span {
  font-size: 14px;
  line-height: 1.8em;
  padding-bottom: 10px;
  display: inline-block;
}
.premiumpage .proceed {
  font-size: 17px;
  margin-top: 20px;
  display: block;
}
.mc4wp-checkbox span {
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.product_enquirey_tab {
  border-left: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.product_enquirey_tab:active {
  border-left: solid 1px transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.reviews_tab {
  border-left: none;
}
#tab-product_enquirey h2 {
  display: none;
}
#tab-product_enquirey span {
  font-size: 16px;
  margin-bottom: 15px;
  display: block;
}
#tab-product_enquirey form .input-text,
#tab-product_enquirey form textarea {
  padding: 6px;
  border-radius: 0;
}
#tab-product_enquirey form textarea {
  height: 125px;
}
#shop-top-widget .widget-wrapper {
  text-align: center;
}
#shop-top-widget ul.features {
  text-align: left;
}
#shop-top-widget ul.features li {
  font-size: 16px;
  border-bottom: none;
}
#shop-top-widget ul.features li:before {
  content: "\f058";
  font-family: "FontAwesome";
  color: #6bb043;
  font-size: 15px;
  margin-right: 8px;
}
#theme-info-widget .widget-wrapper {
  padding: 6px 5px;
}
#theme-info-widget .widget-wrapper .udate,
#theme-info-widget .widget-wrapper .version {
  border-bottom: solid 1px #eae5d2;
  padding-bottom: 5px;
}
#theme-info-widget .widget-wrapper .udate:before,
#theme-info-widget .widget-wrapper .version:before {
  content: "\f017";
  font-family: "FontAwesome";
  color: #6bb043;
  font-size: 15px;
  margin-right: 8px;
  color: #be2819;
}
#theme-info-widget .widget-wrapper .version:before {
  content: "\f126";
  color: #6bb043;
  position: relative;
  left: 3px;
  margin-right: 13px;
}
#theme-info-widget .widget-wrapper span {
  font-weight: normal;
  margin-bottom: 5px;
  display: block;
  font-size: 16px;
}
#theme-info-widget .widget-wrapper span span {
  font-weight: normal;
  text-transform: normal;
  margin-bottom: 0;
  display: inline;
  font-weight: bold;
  color: #777;
}
#adsense-widget {
  padding: 0;
  margin-bottom: 20px;
  display: block;
}
.page-404 {
  text-align: center;
}
.page-404 .search-form {
  margin-bottom: 20px;
}
.page-404 .search-form input[type=search] {
  background: white;
  border: solid 2px #ede9d9;
  border-radius: 0px;
  padding: 15px;
  font-size: 16px;
  padding-bottom: 10px;
  outline: none;
}
.page-404 .search-submit {
  display: none;
}
.page-404 p.try {
  font-size: 18px;
  background: #ede9d9;
  padding: 15px;
  margin-top: 25px;
  width: 98%;
  margin-left: 1%;
  color: #777;
}
.page-404 .widget_tromax_rp {
  float: left;
}
.page-404 .widget_tromax_rp .widgettitle {
  display: none;
}
.page-404 .widget_tromax_rp ul {
  list-style: none;
  margin-left: 0px;
}
.page-404 .widget_tromax_rp li {
  width: 31%;
  float: left;
  margin-bottom: 10px;
  background: #ede9d9;
  border: solid 1px #ede9d9;
  padding: 10px;
  margin-right: 1%;
  margin-left: 1%;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
@media screen and (max-width: 1199px) {
  .page-404 .widget_tromax_rp li {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .page-404 .widget_tromax_rp li {
    width: 98%;
  }
}
.page-404 .widget_tromax_rp li a {
  color: #777;
  font-weight: bold;
}
.page-404 .widget_tromax_rp li:hover {
  background: #f7f5ee;
  border: solid 1px #ede9d9;
}
.page-404 .widget_tromax_rp li .rp-thumb {
  width: 20%;
  height: auto;
  float: left;
  display: inline-block;
}
.page-404 .widget_tromax_rp li .rp-title,
.page-404 .widget_tromax_rp li .rp-date {
  float: left;
  display: block;
  width: 77%;
  text-align: left;
  margin-left: 2%;
}
.page-404 .widget_tromax_rp li .rp-date {
  font-size: x-small;
  font-style: italic;
}
#seo-hero {
  background: #f4f1e7;
  border-bottom: solid 2px #ede9d9;
  border-top: solid 2px #ede9d9;
  margin-top: -30px;
}
#seo-hero .hero-heading {
  font-size: 28px;
  color: #323232;
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
  text-shadow: 1px 2px 0px #cdcdcd;
  line-height: 1.6em;
}
#seo-hero .hero-subhead {
  font-size: 22px;
  color: #565656;
  line-height: 1.6em;
  text-align: center;
}
#seo-hero .feature-row {
  margin-top: -15px;
}
#seo-hero .feature-row .feature-img {
  text-align: right;
}
#seo-hero .feature-row .feature-img img {
  max-width: 300px;
}
#seo-hero .feature-text {
  padding-top: 50px;
}
#seo-hero .feature-text .flash {
  color: #b82d1f;
  font-weight: bold;
  font-size: 44px;
  text-shadow: 1px 1px 0px white;
}
#seo-hero .feature-text .desc {
  font-size: 16px;
  max-width: 375px;
  color: #777;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  #seo-hero .feature-text {
    float: left;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 15px;
  }
  #seo-hero .feature-row .feature-img {
    float: right;
    text-align: center;
  }
}
#content-seo .row1,
#content-seo .row2 {
  overflow: auto;
  clear: both;
}
#content-seo .chapters .chapter {
  padding: 10px;
  margin-bottom: 35px;
  color: #777;
  text-align: center;
}
#content-seo .chapters .chapter img {
  cursor: pointer;
  border: solid 3px #ede9d9;
  box-shadow: 0 3px 3px -1px white;
}
#content-seo .chapters .chapter .chapter-title {
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  text-align: center;
  color: #515151;
  width: 100%;
  margin: 5px;
  display: block;
  margin-top: 8px;
}
#content-seo .chapters .chapter .chapter-heading {
  margin-top: 10px;
  color: #5b5b5b;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 1px 1px 0px white;
  cursor: pointer;
}
#content-seo .chapters .chapter .desc {
  color: #777;
  line-height: 1.8em;
  font-size: 13px;
}
#seo-form .page-content {
  padding: 0px 0;
}
#seo-form .form-area {
  padding: 0;
}
#seo-form .form-content {
  background: #f4f1e7;
  border: solid 1px #ede9d9;
  padding: 25px;
  clear: both;
  overflow: auto;
}
#seo-form .form-content .gfield_label {
  font-size: 18px;
}
#seo-form .form-content .chxbox,
#seo-form .form-content .gradio {
  margin-top: 40px;
}
#seo-form .form-content .chxbox li label,
#seo-form .form-content .gradio li label {
  font-size: 15px;
  font-weight: normal;
  color: #777;
  letter-spacing: 1px;
}
#seo-form .form-content .gfield_radio {
  margin-top: 0;
}
#seo-form .form-content .gfield_checkbox li,
#seo-form .form-content .gfield_radio li {
  position: relative;
  padding-left: 30px !important;
}
#seo-form .form-content .gfield_checkbox li label:after,
#seo-form .form-content .gfield_radio li label:after {
  content: "";
  background: #e7e1cb;
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
  border-radius: 3px;
  z-index: 0;
}
#seo-form .form-content .gfield_checkbox li label:before,
#seo-form .form-content .gfield_radio li label:before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  background: #be2819;
  border-radius: 2px;
  left: 2px;
  top: -5px;
  opacity: 0;
  z-index: 1;
  transition: all 100ms;
}
#seo-form .form-content .ginput_container_radio {
  margin-top: 0;
}
#seo-form .form-content input[type="checkbox"] {
  opacity: 0;
  outline: none;
  z-index: 100;
  width: 22px;
  height: 22px;
  top: 0;
  left: 0;
  position: absolute;
  appearance: none;
  cursor: pointer;
  margin: 0 !important;
}
#seo-form .form-content input[type="checkbox"] + label {
  cursor: pointer;
}
#seo-form .form-content input[type="checkbox"]:checked + label:before {
  opacity: 1;
  top: 2px;
}
#seo-form .form-content .gfield_radio li {
  position: relative;
  padding-left: 30px !important;
}
#seo-form .form-content .gfield_radio li label:after {
  content: "";
  background: #e7e1cb;
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
  border-radius: 3px;
  z-index: 0;
}
#seo-form .form-content .gfield_radio li label:before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  background: #be2819;
  border-radius: 2px;
  left: 2px;
  top: -5px;
  opacity: 0;
  z-index: 1;
  transition: all 100ms;
}
#seo-form .form-content input[type="radio"] {
  opacity: 0;
  outline: none;
  z-index: 100;
  width: 22px;
  height: 22px;
  top: 0;
  left: 0;
  position: absolute;
  appearance: none;
  cursor: pointer;
  margin: 0 !important;
}
#seo-form .form-content input[type="radio"] + label {
  cursor: pointer;
}
#seo-form .form-content input[type="radio"]:checked + label:before {
  opacity: 1;
  top: 2px;
}
#seo-form .form-content input[type=submit] {
  box-shadow: none;
  background: #be2819;
  border: #ede9d9 solid 4px;
  border-radius: 3px;
  color: white;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: bold;
  text-shadow: none;
  padding: 15px 25px;
}
#seo-form .about-me {
  position: relative;
}
#seo-form .about-me img {
  border: solid 8px #e7e1cb;
  filter: brightness(0.9);
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
#seo-form .about-me img:hover {
  filter: brightness(1);
}
#seo-form .about-me .page-content {
  font-size: 14px;
  background: #f2efe4;
  margin-top: 0px;
  padding: 15px;
  border: solid 1px #ede9d9;
}
#seo-form .about-me h2 {
  font-size: 18px;
  font-weight: bold;
  text-shadow: 1px 1px 0px black;
  color: white;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: absolute;
  top: 15px;
  left: 35px;
}
#seo-form .below-form-content {
  font-size: 14px;
}
#seo-form .below-form-content h3 {
  font-size: 18px;
  font-weight: bold;
  text-shadow: 1px 1px 0px white;
  color: #222;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 25px;
  border-top: solid 2px #ede9d9;
}
#seo-form .below-form-content ul li {
  list-style: none;
}
#seo-form .below-form-content ul li:before {
  content: "\f061";
  font-family: "FontAwesome";
  color: rgba(107, 176, 67, 0.7);
  margin-right: 7px;
  font-size: 12px;
  position: relative;
  top: -1px;
}
#hero-text {
  text-align: center;
  padding: 60px 20px;
}
#hero-text #hero-title {
  font-size: 24px;
  font-weight: bold;
}
#hero-text #hero-desc {
  letter-spacing: 1px;
  margin-top: 15px;
  margin-bottom: 20px;
}
#hero-text .showcase {
  text-align: center;
  margin-top: 20px;
}
#hero-text .showcase img {
  border-radius: 35px;
}
@media screen and (min-width: 1200px) {
  #hero-text .showcase img {
    height: 227px;
  }
}
#hero-text .showcase .showcase-title {
  font-weight: bold;
  color: #be2819;
  text-shadow: 1px 1px white;
  margin: 10px auto;
  font-size: 17px;
}
.sponsors {
  width: 100%;
  text-align: center;
  background: #ede9d9;
  padding: 25px;
  margin-bottom: -30px;
  margin-top: 30px;
}
.sponsors img {
  height: 40px;
  width: auto;
  margin: 30px 30px;
}
.sponsors-title {
  color: #be2819;
  text-shadow: 1px 1px white;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 25px;
}
.footer-donor-links {
  margin-top: 25px;
  font-size: 13px;
}
.footer-donor-links a {
  color: #be2819;
}
.footer-donor-links a:hover {
  text-decoration: underline;
}
div.sponsors {
  margin-bottom: 20px;
  border: solid 5px #e7e1cb;
  border-left: 0;
  border-right: 0;
  padding-bottom: 40px;
  color: #777;
}
div.sponsors img {
  margin-bottom: 20px;
}
div.sponsors .sponsors-desc {
  margin-bottom: 28px;
  letter-spacing: 1px;
  line-height: 1.8em;
}
#about-me {
  background: #efebdd;
  padding: 60px 10px;
  border: solid 5px #e7e1cb;
  border-left: 0;
  border-right: 0;
  overflow: auto;
  color: #777;
  line-height: 1.8em;
  top: -20px;
  position: relative;
}
#about-me h3 {
  font-weight: bold;
  color: #be2819;
  text-shadow: 1px 1px white;
  margin-top: 0;
}
#about-me div {
  line-height: 2em;
  letter-spacing: 1px;
}
