/*!
 * Dropdownhover v1.0.0 (http://bs-dropdownhover.kybarg.com)
 */
.dropdown .dropdown-menu .caret {
  border: 4px solid transparent;
  border-left-color: #000;
  float: right;
  margin-top: 6px;
}
.dropdown-menu {
  min-width: 250px;
}
.dropdown-menu > li.open > a {
  background-color: #F5F5F5;
  color: #262626;
  text-decoration: none;
}
.dropdown-menu .dropdown-menu {
  left: 100%;
  margin: 0;
  right: auto;
  top: -1px;
}
.dropdown-menu-right .dropdown-menu,
.navbar-right .dropdown-menu .dropdown-menu,
.pull-right .dropdown-menu .dropdown-menu {
  left: auto;
  right: 100%;
}
.dropdown-menu.animated {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.dropdown-menu.animated:before {
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
.dropdownhover-top {
  margin-bottom: 2px;
  margin-top: 0;
}
.navbar-fixed-bottom .dropdown-menu .dropdown-menu,
.dropdownhover-top .dropdown-menu {
  bottom: -1px;
  top: auto;
}
.navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
}
.dropdownhover-bottom {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.dropdownhover-left {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.dropdownhover-right {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.dropdownhover-top {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.tx-site-pusher,
.tx-site-container,
.tx-site-content {
  height: 100%;
}
.tx-site-content-inner,
.tx-site-content {
  position: relative;
}
.tx-site-container {
  position: relative;
  overflow: hidden;
}
.tx-site-pusher {
  position: relative;
  left: 0;
  z-index: 99;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.tx-site-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.6);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.tx-menu-open .tx-site-pusher::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.tx-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  width: 300px;
  height: 100%;
  background: #0098bd ;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.tx-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.tx-menu-open .tx-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
/* content style */
.tx-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tx-menu h2 {
  margin: 0;
  padding: 1em;
  color: rgba(0, 0, 0, 0.4);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  font-weight: 300;
  font-size: 2em;
}
.tx-menu ul li a {
  display: block;
  padding: 1em 1em 1em 1.2em;
  outline: none;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
  color: #f3efe0;
  text-transform: uppercase;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
  letter-spacing: 1px;
  font-weight: 400;
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
}
.tx-menu ul li:first-child a {
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2);
}
.tx-menu ul li a:hover {
  background: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
  color: #fff;
}
/* Individual effects */
/* Effect 1: Slide in on top */
.tx-effect-1.tx-menu {
  visibility: visible;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.tx-effect-1.tx-menu-open .tx-effect-1.tx-menu {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.tx-effect-1.tx-menu::after {
  display: none;
}
/* Effect 2: Reveal */
.tx-effect-2.tx-menu-open .tx-site-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
.tx-effect-2.tx-menu {
  z-index: 1;
}
.tx-effect-2.tx-menu-open .tx-effect-2.tx-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.tx-effect-2.tx-menu::after {
  display: none;
}
/* Effect 3: Push*/
.tx-effect-3.tx-menu-open .tx-site-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
.tx-effect-3.tx-menu {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.tx-effect-3.tx-menu-open .tx-effect-3.tx-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.tx-effect-3.tx-menu::after {
  display: none;
}
/* Effect 4: Slide along */
.tx-effect-4.tx-menu-open .tx-site-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
.tx-effect-4.tx-menu {
  z-index: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.tx-effect-4.tx-menu-open .tx-effect-4.tx-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.tx-effect-4.tx-menu::after {
  display: none;
}
/* Effect 5: Reverse slide out */
.tx-effect-5.tx-menu-open .tx-site-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
.tx-effect-5.tx-menu {
  z-index: 1;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}
.tx-effect-5.tx-menu-open .tx-effect-5.tx-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Effect 6: Rotate pusher */
.tx-effect-6.tx-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.tx-effect-6 .tx-site-pusher {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tx-effect-6.tx-menu-open .tx-site-pusher {
  -webkit-transform: translate3d(300px, 0, 0) rotateY(-15deg);
  transform: translate3d(300px, 0, 0) rotateY(-15deg);
}
.tx-effect-6.tx-menu {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tx-effect-6.tx-menu-open .tx-effect-6.tx-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(15deg);
  transform: translate3d(-100%, 0, 0) rotateY(15deg);
}
.tx-effect-6.tx-menu::after {
  display: none;
}
/* Effect 7: 3D rotate in */
.tx-effect-7.tx-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.tx-effect-7 .tx-site-pusher {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tx-effect-7.tx-menu-open .tx-site-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
.tx-effect-7.tx-menu {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tx-effect-7.tx-menu-open .tx-effect-7.tx-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg);
}
/* Effect 8: 3D rotate out */
.tx-effect-8.tx-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.tx-effect-8 .tx-site-pusher {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tx-effect-8.tx-menu-open .tx-site-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
.tx-effect-8.tx-menu {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
  transform: translate3d(-100%, 0, 0) rotateY(90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tx-effect-8.tx-menu-open .tx-effect-8.tx-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg);
}
.tx-effect-8.tx-menu::after {
  display: none;
}
/* Effect 9: Scale down pusher */
.tx-effect-9.tx-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.tx-effect-9 .tx-site-pusher {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tx-effect-9.tx-menu-open .tx-site-pusher {
  -webkit-transform: translate3d(0, 0, -300px);
  transform: translate3d(0, 0, -300px);
}
.tx-effect-9.tx-menu {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.tx-effect-9.tx-menu-open .tx-effect-9.tx-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.tx-effect-9.tx-menu::after {
  display: none;
}
/* Effect 10: Scale up */
.tx-effect-10.tx-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.tx-effect-10.tx-menu-open .tx-site-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
.tx-effect-10.tx-menu {
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, -300px);
  transform: translate3d(0, 0, -300px);
}
.tx-effect-10.tx-menu-open .tx-effect-10.tx-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Effect 11: Scale and rotate pusher */
.tx-effect-11.tx-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.tx-effect-11 .tx-site-pusher {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tx-effect-11.tx-menu-open .tx-site-pusher {
  -webkit-transform: translate3d(100px, 0, -600px) rotateY(-20deg);
  transform: translate3d(100px, 0, -600px) rotateY(-20deg);
}
.tx-effect-11.tx-menu {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.tx-effect-11.tx-menu-open .tx-effect-11.tx-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.tx-effect-11.tx-menu::after {
  display: none;
}
/* Effect 12: Open door */
.tx-effect-12.tx-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.tx-effect-12 .tx-site-pusher {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tx-effect-12.tx-menu-open .tx-site-pusher {
  -webkit-transform: rotateY(-10deg);
  transform: rotateY(-10deg);
}
.tx-effect-12.tx-menu {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.tx-effect-12.tx-menu-open .tx-effect-12.tx-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.tx-effect-12.tx-menu::after {
  display: none;
}
/* Effect 13: Fall down */
.tx-effect-13.tx-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.tx-effect-13.tx-menu-open .tx-site-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
.tx-effect-13.tx-menu {
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.tx-effect-13.tx-menu-open .tx-effect-13.tx-menu {
  visibility: visible;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-speed: 0.2s;
  transition-speed: 0.2s;
}
/* Effect 14: Delayed 3D rotate */
.tx-effect-14.tx-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.tx-effect-14 .tx-site-pusher {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tx-effect-14.tx-menu-open .tx-site-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
.tx-effect-14.tx-menu {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
  transform: translate3d(-100%, 0, 0) rotateY(90deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tx-effect-14.tx-menu-open .tx-effect-14.tx-menu {
  visibility: visible;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg);
}
/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
.no-csstransforms3d .tx-site-pusher,
.no-js .tx-site-pusher {
  padding-left: 300px;
}
.header--fixed {
  position: fixed;
  z-index: 10;
  right: 0;
  left: 0;
  top: 0;
}
.headroom {
  transition: transform 0.25s ease-in-out;
  will-change: transform;
}
.headroom--pinned {
  transform: translateY(0);
}
.headroom--unpinned {
  transform: translateY(-100%);
}
.fixed__top {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background: white;
  transition: all 0s ease;
}
.fixed__top.enable {
  position: fixed !important;
}
.enable.headroom--pinned {
  transition: all 0.5s ease;
  box-shadow: 0px 0px 8px rgba(9, 14, 29, 0.3);
}
/* fonts */
/* 400, 700 */
/* 400, 700 */
/* 400, 700 */
/* 400 */
/* 400 */
/* 400 */
/* 400, 700 */
/* 400, 700 */
/* 400, 700 */
/* font size */
/* colors */
/*
body
a, ul, h2
*/
* {
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  line-height: 27px;
  color: #090e1d;
  letter-spacing: 0.2px;
  background: #f7f7f7;
}
a {
  transition: all 0.5s ease !important;
  color: #090e1d;
}
a:hover {
  text-decoration: none;
  color: #f44336;
}
a:visited,
a:focus {
  color: #090e1d;
  text-decoration: none;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
ol li,
ul li {
  list-style-type: none;
}
/* H2 default styling */
h2 {
  font-weight: 700;
}
h2 a {
  color: #f44336;
}
h2 a:hover {
  color: #f44336;
}
/* Headlines font size */
h1 {
  font-size: 30px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 21px;
}
h5 {
  font-size: 19px;
}
h6 {
  font-size: 16px;
}
table th,
table tr,
table td {
  border: solid 1px #cacaca;
  padding: 10px;
}
table th {
  font-weight: 500;
}
dl dt {
  font-weight: 500;
}
blockquote {
  border-left-color: #f44336;
  font-size: 18px !important;
  font-weight: 500;
  border-top: 1px dashed #cacaca;
  border-bottom: 1px dashed #cacaca;
  padding: 20px 80px;
  border-left: none !important;
  text-align: center;
  position: relative;
  margin: 40px 0px;
}
blockquote:before {
  content: "\f10d" !important;
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 34px;
  color: #EDEDED;
}
@media (max-width: 768px) {
  blockquote {
    padding: 20px 0px;
  }
  blockquote:before {
    position: relative;
    top: 0;
  }
}
blockquote p {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
b,
strong {
  font-family: inherit;
  font-weight: bold;
  font-size: inherit;
}
img {
  margin-bottom: 20px;
}
.search-form {
  display: flex;
  position: relative;
}
.search-form input[type="submit"] {
  box-shadow: none;
  text-shadow: none;
  font-size: 16px;
  margin-left: 5px;
}
.search-form input.search-field {
  height: 40px;
  width: 100%;
}
.search-form button.search-submit {
  height: 38px;
  position: absolute;
  right: 0px;
  background: transparent;
  border: none;
  box-shadow: none;
  border-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  text-shadow: none;
  line-height: 1;
}
.search-form button.search-submit:focus {
  outline: none;
}
.search-form input.search-field {
  padding-left: 10px;
  padding-right: 37px;
  transition: all 0.5s ease;
}
.search-form input.search-field:focus {
  outline: none !important;
  box-shadow: none;
  border-color: #f44336;
}
.search-form input.search-field::-webkit-input-placeholder {
  font-style: italic;
  letter-spacing: 0.2px;
  color: rgba(112, 112, 112, 0.6);
  font-weight: normal;
}
.search-form input.search-field::-moz-placeholder {
  font-style: italic;
  letter-spacing: 0.2px;
  color: rgba(112, 112, 112, 0.6);
  font-weight: normal;
}
.search-form input.search-field:-ms-input-placeholder {
  font-style: italic;
  letter-spacing: 0.2px;
  color: rgba(112, 112, 112, 0.6);
  font-weight: normal;
}
.search-form input.search-field:-moz-placeholder {
  font-style: italic;
  letter-spacing: 0.2px;
  color: rgba(112, 112, 112, 0.6);
  font-weight: normal;
}
/* Post pagination */
.magmax_pagination {
  margin: 50px 0px 100px;
  display: inline-block;
  background: white;
  padding: 50px 35px;
  width: 100%;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.5s ease;
  border-radius: 4px;
}
.magmax_pagination:hover {
  box-shadow: 0px 3px 20px #d6d6d6;
}
.magmax_pagination ul {
  margin: 0;
  padding: 0;
}
.magmax_pagination ul li {
  list-style-type: none;
  display: inline-block;
  transition: all 0.5s ease;
  float: left;
}
.magmax_pagination ul li a {
  display: inline-block;
  padding: 8px 20px;
  border-bottom: solid 1px #cacaca;
  color: #cacaca;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}
.magmax_pagination ul li a i {
  font-weight: bold;
}
.magmax_pagination ul li a:focus {
  color: #f44336;
  outline: none;
  text-decoration: none;
}
.magmax_pagination ul li:hover a {
  color: #f44336;
  border-color: #f44336;
}
.magmax_pagination ul li.active a {
  color: #f44336;
  border-color: #f44336;
  font-size: 20px;
}
/**
Helper classes
==============
 */
.ff-rajdhani {
  font-family: 'Rajdhani', sans-serif;
}
.ff-roboto {
  font-family: 'Roboto', sans-serif;
}
.ff-abeezee {
  font-family: 'ABeeZee', sans-serif;
}
.post-title {
  font-family: inherit;
  font-weight: bold;
}
.post-title h3 {
  font-weight: bold;
}
.highlight-title h3 {
  margin: 0;
  font-size: 24px;
}
.regular-title h3 {
  margin: 0;
  font-size: 20px;
}
.magmax-row-position-relative {
  position: relative;
}
/**
Button
===========
 */
a.magmax-grid-list-button,
a.magmax-tiles-list-button {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}
a.magmax-grid-list-button:after,
a.magmax-tiles-list-button:after {
  transition: all 0.4s ease;
  content: '';
  width: 100%;
  height: 5px;
  background: #f44336;
  position: absolute;
  bottom: 6px;
  z-index: -1;
}
a.magmax-grid-list-button:hover,
a.magmax-tiles-list-button:hover {
  color: white;
}
a.magmax-grid-list-button:hover:after,
a.magmax-tiles-list-button:hover:after {
  height: 16px;
}
/**
All title
=========
 */
/**
Blog list layout title
 */
h2.entry-title a {
  font-family: 'Roboto', sans-serif;
}
article.post h2.entry-title {
  color: #090e1d;
}
article.post h2.entry-title a {
  font-family: 'Roboto', sans-serif;
  color: #090e1d;
}
article.post h2.entry-title a:hover {
  color: #f44336;
}
a.highlight-post-title,
a.highlight-title,
a.regular-title {
  transition: all 0.5s ease;
}
a.highlight-post-title h3,
a.highlight-title h3,
a.regular-title h3 {
  transition: all 0.5s ease;
}
/**
all widget title
 */
.widget h2.widget-title {
  margin-top: 0px;
  position: relative;
  color: #707070;
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
}
.widget h2.widget-title:after {
  content: '';
  width: 50px;
  height: 2px;
  background: #707070;
  display: block;
  margin: 10px 0px 20px;
}
.widget caption,
.widget strong {
  font-family: inherit;
}
/**
single post card
 */
.post-card h4.tg-title {
  font-family: inherit;
}
.post-card h4.tg-title a {
  font-family: inherit;
  font-weight: bold;
}
.post-card .single-post-card h4.tg-title a {
  font-size: 16px;
}
/**
single post header title
 */
.header-title-meta .post-title h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 45px;
}
/**
post row section title
in single post
=====================
 */
.post-row-title {
  font-size: 22px;
  margin-bottom: 50px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-top: 0;
}
.post-row-title a {
  font-weight: 700;
}
/**
Comment title
 */
#comments .comments-title {
  font-family: 'Roboto', sans-serif;
  color: #090e1d;
  margin-top: 0;
  margin-bottom: 35px;
}
/**
for home page
==========
 */
.home .page-conetent {
  margin-bottom: 0px;
}
.home .hentry {
  margin: 0;
}
.home.blog .hentry {
  margin: 0 0 1.5em;
}
.post-template-single-only-content-in-grid #header-1 {
  margin-bottom: 80px;
}
.post-template-single-only-content-in-grid .blog-content-wrapper {
  padding: 0px 15px;
}
.post-template-single-only-content-in-grid .post-main-content {
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08);
  background: white;
  padding: 0px 0px 100px;
  transition: all 0.5s ease;
}
.post-template-single-only-content-in-grid .post-main-content:hover {
  box-shadow: 0px 3px 20px #d6d6d6;
}
.post-template-single-only-content-in-grid .post-main-content .entry-content {
  margin: 0;
}
.post-template-single-only-content-in-grid .post-main-content .entry-footer {
  margin-top: 20px;
}
.post-template-single-only-content-in-grid .post-main-content .entry-footer .cat-links a {
  text-transform: capitalize;
}
.post-template-single-only-content-in-grid .post-main-content .entry-footer .cat-links a:hover {
  color: #f44336;
}
.post-template-single-only-content-in-grid .post-main-content .entry-footer .edit-link {
  float: right;
}
.post-template-single-only-content-in-grid .post-main-content .title-first .header-title-meta {
  margin: 50px 0px;
}
.post-template-single-only-content-in-grid .post-main-content .social-share-and-clap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0px;
}
.post-template-single-only-content-in-grid .post-main-content .social-share-and-clap .thumbs-up a {
  font-family: 'Nunito', sans-serif;
  display: inline-block;
  color: #090e1d;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  background: white;
  font-size: 14px;
}
.post-template-single-only-content-in-grid .post-main-content .social-share-and-clap .thumbs-up a .icon,
.post-template-single-only-content-in-grid .post-main-content .social-share-and-clap .thumbs-up a .count-thumbsup {
  display: inline-block;
}
.post-template-single-only-content-in-grid .post-main-content .social-share-and-clap .thumbs-up a:hover {
  background: #f44336;
  color: white;
}
.post-template-single-only-content-in-grid .post-main-content .social-share-and-clap .single-sticky-post-icon {
  display: none;
}
@media (min-width: 768px) {
  .post-template-single-only-content-in-grid .post-main-content .single-post-navigation .right {
    text-align: right;
  }
}
.post-template-single-only-content-in-grid .post-author-details .author-name-and-social {
  margin-bottom: 10px;
}
.post-template-single-no-sidebar #header-1 {
  margin-bottom: 0px;
}
.post-template-single-no-sidebar .title-first .header-title-meta {
  margin: 50px 0px;
}
.post-template-single-no-sidebar .post-main-content {
  margin-bottom: 50px;
}
.post-template-single-no-sidebar .post-title h1.entry-title {
  margin-bottom: 0px;
}
.post-template-single-no-sidebar .entry-content {
  margin: 0;
}
.post-template-single-no-sidebar .entry-footer {
  margin-top: 20px;
}
.post-template-single-no-sidebar .entry-footer .cat-links a {
  text-transform: capitalize;
}
.post-template-single-no-sidebar .entry-footer .cat-links a:hover {
  color: #f44336;
}
.post-template-single-no-sidebar .entry-footer .edit-link {
  float: right;
}
.post-template-single-no-sidebar .social-share-and-clap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0px;
}
.post-template-single-no-sidebar .social-share-and-clap .thumbs-up a {
  font-family: 'Nunito', sans-serif;
  display: inline-block;
  color: #090e1d;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  background: white;
  font-size: 14px;
}
.post-template-single-no-sidebar .social-share-and-clap .thumbs-up a .icon,
.post-template-single-no-sidebar .social-share-and-clap .thumbs-up a .count-thumbsup {
  display: inline-block;
}
.post-template-single-no-sidebar .social-share-and-clap .thumbs-up a:hover {
  background: #f44336;
  color: white;
}
.post-template-single-no-sidebar .social-share-and-clap .single-sticky-post-icon {
  display: none;
}
@media (min-width: 768px) {
  .post-template-single-no-sidebar .single-post-navigation .right {
    text-align: right;
  }
}
/**
Default style for all single post
and for all post template
=================================
 */
.post-template-default .site-content,
.post-template-single-no-sidebar .site-content,
.post-template-single-only-content-in-grid .site-content {
  padding-bottom: 50px;
}
.post-template-default .post-main-content,
.post-template-single-no-sidebar .post-main-content,
.post-template-single-only-content-in-grid .post-main-content {
  font-size: 17px;
}
.post-template-default .post-main-content article.post,
.post-template-single-no-sidebar .post-main-content article.post,
.post-template-single-only-content-in-grid .post-main-content article.post {
  font-size: 17px;
}
.post-template-default .post-main-content article.post .entry-content,
.post-template-single-no-sidebar .post-main-content article.post .entry-content,
.post-template-single-only-content-in-grid .post-main-content article.post .entry-content {
  font-size: 17px;
}
.post-template-default .post-main-content article.post img,
.post-template-single-no-sidebar .post-main-content article.post img,
.post-template-single-only-content-in-grid .post-main-content article.post img {
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.5s ease;
  margin: 20px 0px;
}
.post-template-default .post-main-content article.post img:hover,
.post-template-single-no-sidebar .post-main-content article.post img:hover,
.post-template-single-only-content-in-grid .post-main-content article.post img:hover {
  box-shadow: 0px 3px 20px #d6d6d6;
}
.post-template-default .post-main-content article.post img.alignleft,
.post-template-single-no-sidebar .post-main-content article.post img.alignleft,
.post-template-single-only-content-in-grid .post-main-content article.post img.alignleft {
  margin-right: 20px;
}
.post-template-default .post-main-content article.post img.alignright,
.post-template-single-no-sidebar .post-main-content article.post img.alignright,
.post-template-single-only-content-in-grid .post-main-content article.post img.alignright {
  margin-left: 20px;
}
.post-template-default .post-main-content article.post .tags-links,
.post-template-single-no-sidebar .post-main-content article.post .tags-links,
.post-template-single-only-content-in-grid .post-main-content article.post .tags-links {
  display: block;
  margin: 5px 0px;
}
.post-template-default .post-main-content article.post .page-links,
.post-template-single-no-sidebar .post-main-content article.post .page-links,
.post-template-single-only-content-in-grid .post-main-content article.post .page-links {
  margin: 20px 0px 10px;
}
.post-template-default .post-main-content article.post .page-links a,
.post-template-single-no-sidebar .post-main-content article.post .page-links a,
.post-template-single-only-content-in-grid .post-main-content article.post .page-links a {
  margin-bottom: 0px;
  font-family: 'Nunito', sans-serif;
  display: inline-block;
  color: #090e1d;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 47px;
  border-radius: 50%;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  background: white;
  font-size: 16px;
  margin-right: 5px;
  transition: all 0.5s ease;
}
.post-template-default .post-main-content article.post .page-links a:first-child,
.post-template-single-no-sidebar .post-main-content article.post .page-links a:first-child,
.post-template-single-only-content-in-grid .post-main-content article.post .page-links a:first-child {
  margin-left: 10px;
}
.post-template-default .post-main-content article.post .page-links a:hover,
.post-template-single-no-sidebar .post-main-content article.post .page-links a:hover,
.post-template-single-only-content-in-grid .post-main-content article.post .page-links a:hover {
  background: #f44336;
  color: white;
}
.post-template-default article.post.format-video iframe,
.post-template-single-no-sidebar article.post.format-video iframe,
.post-template-single-only-content-in-grid article.post.format-video iframe {
  width: 100%;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.5s ease;
  margin: 20px 0px;
}
.post-template-default article.post.format-video iframe:hover,
.post-template-single-no-sidebar article.post.format-video iframe:hover,
.post-template-single-only-content-in-grid article.post.format-video iframe:hover {
  box-shadow: 0px 3px 20px #d6d6d6;
}
.post-template-default .single-post-comment,
.post-template-single-no-sidebar .single-post-comment,
.post-template-single-only-content-in-grid .single-post-comment {
  margin-top: 50px !important;
}
.post-template-default .single-post-comment .comments-area,
.post-template-single-no-sidebar .single-post-comment .comments-area,
.post-template-single-only-content-in-grid .single-post-comment .comments-area {
  margin: -35px;
}
.post-template-default .single-post-comment .comments-area ol.comment-list li.pingback,
.post-template-single-no-sidebar .single-post-comment .comments-area ol.comment-list li.pingback,
.post-template-single-only-content-in-grid .single-post-comment .comments-area ol.comment-list li.pingback {
  margin-bottom: 10px;
}
.post-template-default .single-post-comment .comments-area ol.comment-list > li.comment,
.post-template-single-no-sidebar .single-post-comment .comments-area ol.comment-list > li.comment,
.post-template-single-only-content-in-grid .single-post-comment .comments-area ol.comment-list > li.comment {
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08);
  padding: 35px;
  margin-bottom: 35px;
  transition: all 0.5s ease;
  border-radius: 4px;
}
.post-template-default .single-post-comment .comments-area ol.comment-list > li.comment:hover,
.post-template-single-no-sidebar .single-post-comment .comments-area ol.comment-list > li.comment:hover,
.post-template-single-only-content-in-grid .single-post-comment .comments-area ol.comment-list > li.comment:hover {
  box-shadow: 0px 3px 20px #d6d6d6;
}
.post-template-default .single-post-comment .comments-area ol.comment-list > li.comment > ol.children > li.comment article.comment-body,
.post-template-single-no-sidebar .single-post-comment .comments-area ol.comment-list > li.comment > ol.children > li.comment article.comment-body,
.post-template-single-only-content-in-grid .single-post-comment .comments-area ol.comment-list > li.comment > ol.children > li.comment article.comment-body {
  border-bottom: solid 1px #cacaca;
  padding: 20px 0px;
}
.post-template-default .single-post-comment .comments-area ol.comment-list > li.comment > ol.children > li.comment article.comment-body p,
.post-template-single-no-sidebar .single-post-comment .comments-area ol.comment-list > li.comment > ol.children > li.comment article.comment-body p,
.post-template-single-only-content-in-grid .single-post-comment .comments-area ol.comment-list > li.comment > ol.children > li.comment article.comment-body p {
  margin: 0;
}
.post-template-default .single-post-comment .comments-area ol.comment-list > li.comment > ol.children > li.comment > ol.children li.comment > ol.children li.comment > ol.children li.comment:last-child article.comment-body,
.post-template-single-no-sidebar .single-post-comment .comments-area ol.comment-list > li.comment > ol.children > li.comment > ol.children li.comment > ol.children li.comment > ol.children li.comment:last-child article.comment-body,
.post-template-single-only-content-in-grid .single-post-comment .comments-area ol.comment-list > li.comment > ol.children > li.comment > ol.children li.comment > ol.children li.comment > ol.children li.comment:last-child article.comment-body {
  border-bottom: none;
}
.post-template-default .single-post-comment .comments-area ol.comment-list .comment-author,
.post-template-single-no-sidebar .single-post-comment .comments-area ol.comment-list .comment-author,
.post-template-single-only-content-in-grid .single-post-comment .comments-area ol.comment-list .comment-author {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.post-template-default .single-post-comment .comments-area ol.comment-list .comment-author img,
.post-template-single-no-sidebar .single-post-comment .comments-area ol.comment-list .comment-author img,
.post-template-single-only-content-in-grid .single-post-comment .comments-area ol.comment-list .comment-author img {
  margin: 0;
  margin-right: 10px;
}
.post-template-default .single-post-comment .comments-area ol.comment-list .comment-author .fn,
.post-template-single-no-sidebar .single-post-comment .comments-area ol.comment-list .comment-author .fn,
.post-template-single-only-content-in-grid .single-post-comment .comments-area ol.comment-list .comment-author .fn {
  margin-right: 7px;
}
.post-template-default .gallery.gallery-columns-1,
.post-template-single-no-sidebar .gallery.gallery-columns-1,
.post-template-single-only-content-in-grid .gallery.gallery-columns-1,
.post-template-default .gallery.gallery-columns-2,
.post-template-single-no-sidebar .gallery.gallery-columns-2,
.post-template-single-only-content-in-grid .gallery.gallery-columns-2,
.post-template-default .gallery.gallery-columns-3,
.post-template-single-no-sidebar .gallery.gallery-columns-3,
.post-template-single-only-content-in-grid .gallery.gallery-columns-3,
.post-template-default .gallery.gallery-columns-4,
.post-template-single-no-sidebar .gallery.gallery-columns-4,
.post-template-single-only-content-in-grid .gallery.gallery-columns-4,
.post-template-default .gallery.gallery-columns-5,
.post-template-single-no-sidebar .gallery.gallery-columns-5,
.post-template-single-only-content-in-grid .gallery.gallery-columns-5,
.post-template-default .gallery.gallery-columns-6,
.post-template-single-no-sidebar .gallery.gallery-columns-6,
.post-template-single-only-content-in-grid .gallery.gallery-columns-6,
.post-template-default .gallery.gallery-columns-7,
.post-template-single-no-sidebar .gallery.gallery-columns-7,
.post-template-single-only-content-in-grid .gallery.gallery-columns-7,
.post-template-default .gallery.gallery-columns-8,
.post-template-single-no-sidebar .gallery.gallery-columns-8,
.post-template-single-only-content-in-grid .gallery.gallery-columns-8,
.post-template-default .gallery.gallery-columns-9,
.post-template-single-no-sidebar .gallery.gallery-columns-9,
.post-template-single-only-content-in-grid .gallery.gallery-columns-9,
.post-template-default .gallery.gallery-columns-10,
.post-template-single-no-sidebar .gallery.gallery-columns-10,
.post-template-single-only-content-in-grid .gallery.gallery-columns-10 {
  display: grid;
  grid-gap: 15px;
  margin: 35px 0px;
}
.post-template-default .gallery.gallery-columns-1 .gallery-item,
.post-template-single-no-sidebar .gallery.gallery-columns-1 .gallery-item,
.post-template-single-only-content-in-grid .gallery.gallery-columns-1 .gallery-item,
.post-template-default .gallery.gallery-columns-2 .gallery-item,
.post-template-single-no-sidebar .gallery.gallery-columns-2 .gallery-item,
.post-template-single-only-content-in-grid .gallery.gallery-columns-2 .gallery-item,
.post-template-default .gallery.gallery-columns-3 .gallery-item,
.post-template-single-no-sidebar .gallery.gallery-columns-3 .gallery-item,
.post-template-single-only-content-in-grid .gallery.gallery-columns-3 .gallery-item,
.post-template-default .gallery.gallery-columns-4 .gallery-item,
.post-template-single-no-sidebar .gallery.gallery-columns-4 .gallery-item,
.post-template-single-only-content-in-grid .gallery.gallery-columns-4 .gallery-item,
.post-template-default .gallery.gallery-columns-5 .gallery-item,
.post-template-single-no-sidebar .gallery.gallery-columns-5 .gallery-item,
.post-template-single-only-content-in-grid .gallery.gallery-columns-5 .gallery-item,
.post-template-default .gallery.gallery-columns-6 .gallery-item,
.post-template-single-no-sidebar .gallery.gallery-columns-6 .gallery-item,
.post-template-single-only-content-in-grid .gallery.gallery-columns-6 .gallery-item,
.post-template-default .gallery.gallery-columns-7 .gallery-item,
.post-template-single-no-sidebar .gallery.gallery-columns-7 .gallery-item,
.post-template-single-only-content-in-grid .gallery.gallery-columns-7 .gallery-item,
.post-template-default .gallery.gallery-columns-8 .gallery-item,
.post-template-single-no-sidebar .gallery.gallery-columns-8 .gallery-item,
.post-template-single-only-content-in-grid .gallery.gallery-columns-8 .gallery-item,
.post-template-default .gallery.gallery-columns-9 .gallery-item,
.post-template-single-no-sidebar .gallery.gallery-columns-9 .gallery-item,
.post-template-single-only-content-in-grid .gallery.gallery-columns-9 .gallery-item,
.post-template-default .gallery.gallery-columns-10 .gallery-item,
.post-template-single-no-sidebar .gallery.gallery-columns-10 .gallery-item,
.post-template-single-only-content-in-grid .gallery.gallery-columns-10 .gallery-item {
  width: 100%;
  max-width: 100%;
}
.post-template-default .gallery.gallery-columns-1 .gallery-item .gallery-icon a img,
.post-template-single-no-sidebar .gallery.gallery-columns-1 .gallery-item .gallery-icon a img,
.post-template-single-only-content-in-grid .gallery.gallery-columns-1 .gallery-item .gallery-icon a img,
.post-template-default .gallery.gallery-columns-2 .gallery-item .gallery-icon a img,
.post-template-single-no-sidebar .gallery.gallery-columns-2 .gallery-item .gallery-icon a img,
.post-template-single-only-content-in-grid .gallery.gallery-columns-2 .gallery-item .gallery-icon a img,
.post-template-default .gallery.gallery-columns-3 .gallery-item .gallery-icon a img,
.post-template-single-no-sidebar .gallery.gallery-columns-3 .gallery-item .gallery-icon a img,
.post-template-single-only-content-in-grid .gallery.gallery-columns-3 .gallery-item .gallery-icon a img,
.post-template-default .gallery.gallery-columns-4 .gallery-item .gallery-icon a img,
.post-template-single-no-sidebar .gallery.gallery-columns-4 .gallery-item .gallery-icon a img,
.post-template-single-only-content-in-grid .gallery.gallery-columns-4 .gallery-item .gallery-icon a img,
.post-template-default .gallery.gallery-columns-5 .gallery-item .gallery-icon a img,
.post-template-single-no-sidebar .gallery.gallery-columns-5 .gallery-item .gallery-icon a img,
.post-template-single-only-content-in-grid .gallery.gallery-columns-5 .gallery-item .gallery-icon a img,
.post-template-default .gallery.gallery-columns-6 .gallery-item .gallery-icon a img,
.post-template-single-no-sidebar .gallery.gallery-columns-6 .gallery-item .gallery-icon a img,
.post-template-single-only-content-in-grid .gallery.gallery-columns-6 .gallery-item .gallery-icon a img,
.post-template-default .gallery.gallery-columns-7 .gallery-item .gallery-icon a img,
.post-template-single-no-sidebar .gallery.gallery-columns-7 .gallery-item .gallery-icon a img,
.post-template-single-only-content-in-grid .gallery.gallery-columns-7 .gallery-item .gallery-icon a img,
.post-template-default .gallery.gallery-columns-8 .gallery-item .gallery-icon a img,
.post-template-single-no-sidebar .gallery.gallery-columns-8 .gallery-item .gallery-icon a img,
.post-template-single-only-content-in-grid .gallery.gallery-columns-8 .gallery-item .gallery-icon a img,
.post-template-default .gallery.gallery-columns-9 .gallery-item .gallery-icon a img,
.post-template-single-no-sidebar .gallery.gallery-columns-9 .gallery-item .gallery-icon a img,
.post-template-single-only-content-in-grid .gallery.gallery-columns-9 .gallery-item .gallery-icon a img,
.post-template-default .gallery.gallery-columns-10 .gallery-item .gallery-icon a img,
.post-template-single-no-sidebar .gallery.gallery-columns-10 .gallery-item .gallery-icon a img,
.post-template-single-only-content-in-grid .gallery.gallery-columns-10 .gallery-item .gallery-icon a img {
  width: 100%;
  margin: 0;
}
.post-template-default .gallery.gallery-columns-1 .gallery-item .gallery-caption,
.post-template-single-no-sidebar .gallery.gallery-columns-1 .gallery-item .gallery-caption,
.post-template-single-only-content-in-grid .gallery.gallery-columns-1 .gallery-item .gallery-caption,
.post-template-default .gallery.gallery-columns-2 .gallery-item .gallery-caption,
.post-template-single-no-sidebar .gallery.gallery-columns-2 .gallery-item .gallery-caption,
.post-template-single-only-content-in-grid .gallery.gallery-columns-2 .gallery-item .gallery-caption,
.post-template-default .gallery.gallery-columns-3 .gallery-item .gallery-caption,
.post-template-single-no-sidebar .gallery.gallery-columns-3 .gallery-item .gallery-caption,
.post-template-single-only-content-in-grid .gallery.gallery-columns-3 .gallery-item .gallery-caption,
.post-template-default .gallery.gallery-columns-4 .gallery-item .gallery-caption,
.post-template-single-no-sidebar .gallery.gallery-columns-4 .gallery-item .gallery-caption,
.post-template-single-only-content-in-grid .gallery.gallery-columns-4 .gallery-item .gallery-caption,
.post-template-default .gallery.gallery-columns-5 .gallery-item .gallery-caption,
.post-template-single-no-sidebar .gallery.gallery-columns-5 .gallery-item .gallery-caption,
.post-template-single-only-content-in-grid .gallery.gallery-columns-5 .gallery-item .gallery-caption,
.post-template-default .gallery.gallery-columns-6 .gallery-item .gallery-caption,
.post-template-single-no-sidebar .gallery.gallery-columns-6 .gallery-item .gallery-caption,
.post-template-single-only-content-in-grid .gallery.gallery-columns-6 .gallery-item .gallery-caption,
.post-template-default .gallery.gallery-columns-7 .gallery-item .gallery-caption,
.post-template-single-no-sidebar .gallery.gallery-columns-7 .gallery-item .gallery-caption,
.post-template-single-only-content-in-grid .gallery.gallery-columns-7 .gallery-item .gallery-caption,
.post-template-default .gallery.gallery-columns-8 .gallery-item .gallery-caption,
.post-template-single-no-sidebar .gallery.gallery-columns-8 .gallery-item .gallery-caption,
.post-template-single-only-content-in-grid .gallery.gallery-columns-8 .gallery-item .gallery-caption,
.post-template-default .gallery.gallery-columns-9 .gallery-item .gallery-caption,
.post-template-single-no-sidebar .gallery.gallery-columns-9 .gallery-item .gallery-caption,
.post-template-single-only-content-in-grid .gallery.gallery-columns-9 .gallery-item .gallery-caption,
.post-template-default .gallery.gallery-columns-10 .gallery-item .gallery-caption,
.post-template-single-no-sidebar .gallery.gallery-columns-10 .gallery-item .gallery-caption,
.post-template-single-only-content-in-grid .gallery.gallery-columns-10 .gallery-item .gallery-caption {
  background: #f7f7f7;
  font-size: 14px;
  padding: 15px;
}
.post-template-default .gallery.gallery-columns-1,
.post-template-single-no-sidebar .gallery.gallery-columns-1,
.post-template-single-only-content-in-grid .gallery.gallery-columns-1 {
  grid-template-columns: repeat(1, 1fr);
}
.post-template-default .gallery.gallery-columns-1 .gallery-item,
.post-template-single-no-sidebar .gallery.gallery-columns-1 .gallery-item,
.post-template-single-only-content-in-grid .gallery.gallery-columns-1 .gallery-item {
  width: 100%;
  max-width: 100%;
}
.post-template-default .gallery.gallery-columns-1 .gallery-item .gallery-icon a img,
.post-template-single-no-sidebar .gallery.gallery-columns-1 .gallery-item .gallery-icon a img,
.post-template-single-only-content-in-grid .gallery.gallery-columns-1 .gallery-item .gallery-icon a img {
  width: auto;
  margin: 0;
}
.post-template-default .gallery.gallery-columns-2,
.post-template-single-no-sidebar .gallery.gallery-columns-2,
.post-template-single-only-content-in-grid .gallery.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.post-template-default .gallery.gallery-columns-3,
.post-template-single-no-sidebar .gallery.gallery-columns-3,
.post-template-single-only-content-in-grid .gallery.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.post-template-default .gallery.gallery-columns-4,
.post-template-single-no-sidebar .gallery.gallery-columns-4,
.post-template-single-only-content-in-grid .gallery.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.post-template-default .gallery.gallery-columns-5,
.post-template-single-no-sidebar .gallery.gallery-columns-5,
.post-template-single-only-content-in-grid .gallery.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.post-template-default .gallery.gallery-columns-6,
.post-template-single-no-sidebar .gallery.gallery-columns-6,
.post-template-single-only-content-in-grid .gallery.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.post-template-default .gallery.gallery-columns-7,
.post-template-single-no-sidebar .gallery.gallery-columns-7,
.post-template-single-only-content-in-grid .gallery.gallery-columns-7,
.post-template-default .gallery.gallery-columns-8,
.post-template-single-no-sidebar .gallery.gallery-columns-8,
.post-template-single-only-content-in-grid .gallery.gallery-columns-8,
.post-template-default .gallery.gallery-columns-9,
.post-template-single-no-sidebar .gallery.gallery-columns-9,
.post-template-single-only-content-in-grid .gallery.gallery-columns-9,
.post-template-default .gallery.gallery-columns-10,
.post-template-single-no-sidebar .gallery.gallery-columns-10,
.post-template-single-only-content-in-grid .gallery.gallery-columns-10 {
  grid-gap: 0;
}
.post-template-default .gallery.gallery-columns-7 .gallery-item .gallery-caption,
.post-template-single-no-sidebar .gallery.gallery-columns-7 .gallery-item .gallery-caption,
.post-template-single-only-content-in-grid .gallery.gallery-columns-7 .gallery-item .gallery-caption,
.post-template-default .gallery.gallery-columns-8 .gallery-item .gallery-caption,
.post-template-single-no-sidebar .gallery.gallery-columns-8 .gallery-item .gallery-caption,
.post-template-single-only-content-in-grid .gallery.gallery-columns-8 .gallery-item .gallery-caption,
.post-template-default .gallery.gallery-columns-9 .gallery-item .gallery-caption,
.post-template-single-no-sidebar .gallery.gallery-columns-9 .gallery-item .gallery-caption,
.post-template-single-only-content-in-grid .gallery.gallery-columns-9 .gallery-item .gallery-caption,
.post-template-default .gallery.gallery-columns-10 .gallery-item .gallery-caption,
.post-template-single-no-sidebar .gallery.gallery-columns-10 .gallery-item .gallery-caption,
.post-template-single-only-content-in-grid .gallery.gallery-columns-10 .gallery-item .gallery-caption {
  font-size: 14px;
  padding: 0px;
}
.post-template-default .gallery.gallery-columns-7,
.post-template-single-no-sidebar .gallery.gallery-columns-7,
.post-template-single-only-content-in-grid .gallery.gallery-columns-7 {
  grid-template-columns: repeat(7, minmax(7%, 1fr));
}
.post-template-default .gallery.gallery-columns-8,
.post-template-single-no-sidebar .gallery.gallery-columns-8,
.post-template-single-only-content-in-grid .gallery.gallery-columns-8 {
  grid-template-columns: repeat(8, minmax(8%, 1fr));
}
.post-template-default .gallery.gallery-columns-9,
.post-template-single-no-sidebar .gallery.gallery-columns-9,
.post-template-single-only-content-in-grid .gallery.gallery-columns-9 {
  grid-template-columns: repeat(9, minmax(9%, 1fr));
}
.post-template-default .gallery.gallery-columns-10,
.post-template-single-no-sidebar .gallery.gallery-columns-10,
.post-template-single-only-content-in-grid .gallery.gallery-columns-10 {
  grid-template-columns: repeat(10, minmax(10%, 1fr));
}
.post-template-default.single-post .post-main-content {
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08);
  background: white;
  transition: all 0.5s ease;
  border-radius: 4px;
}
.post-template-default.single-post .post-main-content:hover {
  box-shadow: 0px 3px 20px #d6d6d6;
}
.post-template-default.single-post article.post,
.post-template-default.single-post .post-navigation-link {
  padding: 0px 50px 0px;
}
@media (max-width: 768px) {
  .post-template-default.single-post article.post,
  .post-template-default.single-post .post-navigation-link {
    padding: 0px 20px 0px;
  }
}
.post-template-default.single-post .entry-content {
  margin: 0;
}
.post-template-default.single-post .entry-footer {
  margin-top: 20px;
}
.post-template-default.single-post .entry-footer .cat-links a {
  text-transform: capitalize;
}
.post-template-default.single-post .entry-footer .cat-links a:hover {
  color: #f44336;
}
.post-template-default.single-post .entry-footer .edit-link {
  float: right;
}
.post-template-default.single-post .title-first .header-title-meta {
  margin: 50px 0px;
}
.post-template-default.single-post .header-title-meta {
  padding: 0px 50px;
}
@media (max-width: 768px) {
  .post-template-default.single-post .header-title-meta {
    padding: 0px 20px;
  }
}
.post-template-default.single-post .header-title-meta .entry-title {
  margin-bottom: 0;
}
.post-template-default.single-post .social-share-and-clap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0px;
}
.post-template-default.single-post .social-share-and-clap .thumbs-up a {
  font-family: 'Nunito', sans-serif;
  display: inline-block;
  color: #090e1d;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  background: white;
  font-size: 14px;
}
.post-template-default.single-post .social-share-and-clap .thumbs-up a .icon,
.post-template-default.single-post .social-share-and-clap .thumbs-up a .count-thumbsup {
  display: inline-block;
}
.post-template-default.single-post .social-share-and-clap .thumbs-up a:hover {
  background: #f44336;
  color: white;
}
.post-template-default.single-post .social-share-and-clap .single-sticky-post-icon {
  display: none;
}
.post-template-default.single-post .single-post-navigation {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .post-template-default.single-post .single-post-navigation .right {
    text-align: right;
  }
}
.post-template-default.single-post .post-card,
.post-template-default.single-post .single-post-author {
  padding: 0px 15px;
}
.post-template-default.single-post .single-post-comment {
  margin: 0;
  border-radius: 4px;
}
.related-post .related-post-wrapper {
  padding-bottom: 0px !important;
}
#page .page-content {
  margin-top: 0;
}
/**
common style for post
=====================
 */
article.post.sticky .entry-header .post-meta {
  margin-top: 0px;
}
article.post {
  /**
	content style
	==============
	 */
  /**
	post password form style
	========================
	 */
}
article.post p {
  margin: 20px 0px;
}
article.post .entry-header .post-meta {
  margin-top: 7px;
}
article.post .entry-content {
  font-size: 16px;
}
article.post .entry-content a {
  font-size: 16px;
}
article.post .footer-meta .cat-links,
article.post .footer-meta .tags-links {
  font-weight: bold;
}
article.post .footer-meta .cat-links a,
article.post .footer-meta .tags-links a {
  font-weight: normal;
  font-size: 15px;
  border-bottom: dashed 1px #cacaca;
  text-transform: capitalize;
}
article.post ol,
article.post ul {
  margin-left: 20px;
  padding: 0;
}
article.post ol li,
article.post ul li {
  list-style-type: inherit;
}
article.post .post-password-form label {
  font-weight: 500;
}
article.post .post-password-form input[type="password"] {
  height: 40px;
  transition: all 0.5s ease;
  padding: 0px 10px;
}
article.post .post-password-form input[type="password"]:focus {
  border-color: #f44336;
  outline: none;
}
article.post .post-password-form input[type="submit"] {
  height: 40px;
  box-shadow: none;
  text-shadow: none;
  font-size: 16px;
  background: #f44336;
  color: white;
  border: none;
}
/**
Comment template style
======================
 */
#comments input[type="text"],
#comments input[type="email"],
#comments input[type="url"] {
  border-radius: 2px;
}
@media (max-width: 768px) {
  #comments input[type="text"],
  #comments input[type="email"],
  #comments input[type="url"] {
    margin-bottom: 10px;
  }
}
#comments input[type="text"]::-webkit-input-placeholder,
#comments input[type="email"]::-webkit-input-placeholder,
#comments input[type="url"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(112, 112, 112, 0.6);
}
#comments input[type="text"]::-moz-placeholder,
#comments input[type="email"]::-moz-placeholder,
#comments input[type="url"]::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(112, 112, 112, 0.6);
}
#comments input[type="text"]:-ms-input-placeholder,
#comments input[type="email"]:-ms-input-placeholder,
#comments input[type="url"]:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(112, 112, 112, 0.6);
}
#comments input[type="text"]:-moz-placeholder,
#comments input[type="email"]:-moz-placeholder,
#comments input[type="url"]:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(112, 112, 112, 0.6);
}
#comments textarea {
  transition: all 0.5s ease;
  margin-top: 40px;
  font-size: inherit;
  box-shadow: none;
  border-radius: 2px;
}
#comments textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: #f44336;
}
#comments textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: normal;
  letter-spacing: 0.2px;
  color: rgba(112, 112, 112, 0.6);
  font-weight: normal;
}
#comments textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-style: normal;
  letter-spacing: 0.2px;
  color: rgba(112, 112, 112, 0.6);
  font-weight: normal;
}
#comments textarea:-ms-input-placeholder {
  /* IE 10+ */
  font-style: normal;
  letter-spacing: 0.2px;
  color: rgba(112, 112, 112, 0.6);
  font-weight: normal;
}
#comments textarea:-moz-placeholder {
  /* Firefox 18- */
  font-style: normal;
  letter-spacing: 0.2px;
  color: rgba(112, 112, 112, 0.6);
  font-weight: normal;
}
#comments .commentor-info {
  margin-top: 25px;
}
#comments .commentor-info label {
  font-weight: 500;
  display: none;
}
#comments .commentor-info input {
  transition: all 0.5s ease;
  padding: 0px 10px;
  box-shadow: none;
  border-radius: 2px;
}
#comments .commentor-info input:focus {
  outline: none;
  box-shadow: none;
  border-color: #f44336;
}
#comments .commentor-info .form-group {
  margin-bottom: 0px;
}
#comments .form-submit {
  margin-top: 25px;
}
#comments .form-submit input[type="submit"] {
  background: #f44336;
  padding: 10px 30px;
  display: inline-block;
  color: white;
  text-shadow: none;
  font-size: 16px;
  border: none;
  letter-spacing: 0.2px;
}
#comments .form-submit input[type="submit"]:focus {
  outline: none;
}
.single-post-comment {
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08);
  background: white;
  padding: 100px;
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .single-post-comment {
    padding: 35px;
  }
  .single-post-comment .comments-area {
    margin: 0 !important;
  }
}
.single-post-comment:hover {
  box-shadow: 0px 3px 20px #d6d6d6;
}
/**
header title meta
for single post
=================
 */
.header-title-meta {
  margin: 15px 0px 15px;
}
.header-title-meta .post-meta {
  color: #707070;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-title-meta .post-meta a {
  color: #707070;
}
.header-title-meta .post-meta a:hover {
  color: #f44336;
}
.header-title-meta .post-meta span.seperator {
  display: inline-block;
  position: relative;
  margin: 0px 5px;
}
.header-title-meta .post-meta .thumbs-up a {
  font-family: 'Nunito', sans-serif;
  display: inline-block;
  color: #090e1d;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  background: white;
  font-size: 14px;
}
.header-title-meta .post-meta .thumbs-up a .icon,
.header-title-meta .post-meta .thumbs-up a .count-thumbsup {
  display: inline-block;
}
.header-title-meta .post-meta .thumbs-up a:hover {
  background: #f44336;
  color: white;
}
.header-title-meta .post-meta .single-sticky-post-icon {
  font-family: 'Nunito', sans-serif;
  display: inline-block;
  color: #090e1d;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  background: white;
  font-size: 14px;
  margin-right: 5px;
  transition: all 0.5s ease;
}
.header-title-meta .post-meta .single-sticky-post-icon .icon,
.header-title-meta .post-meta .single-sticky-post-icon .count-thumbsup {
  display: inline-block;
}
.header-title-meta .post-meta .single-sticky-post-icon:hover {
  background: #f44336;
  color: white;
}
/**
post card
featured post card
popular post card
trending post card
related post card
=================
 */
@media (max-width: 768px) {
  .post-card {
    padding: 0px 15px;
  }
}
.post-card .post-meta {
  font-family: 'Roboto', sans-serif;
  color: #707070;
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.post-card .post-meta div {
  display: block;
  line-height: 22px;
}
.post-card .post-meta a {
  color: #707070;
}
.post-card .post-meta a:hover {
  color: #f44336;
}
.post-card .post-card-wrapper {
  padding: 50px 0px;
}
.post-card .post-card-wrapper .single-post-card {
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08);
  background: white;
  transition: all 0.5s ease;
  border-radius: 4px;
  line-height: 0;
}
@media (max-width: 768px) {
  .post-card .post-card-wrapper .single-post-card {
    margin-bottom: 15px;
  }
}
.post-card .post-card-wrapper .single-post-card .post-thumb {
  display: inline-block;
  overflow: hidden;
  line-height: 0;
  position: relative;
}
.post-card .post-card-wrapper .single-post-card .post-thumb a {
  display: inline-block;
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.post-card .post-card-wrapper .single-post-card .post-thumb a img {
  transition: all 0.5s ease;
  margin: 0;
}
.post-card .post-card-wrapper .single-post-card .post-thumb .reading-and-clap {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: white;
  text-align: center;
  border: solid 1px transparent;
  transition: all 0.5s ease;
  line-height: 45px;
  font-size: 12px;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08);
}
.post-card .post-card-wrapper .single-post-card .post-thumb .reading-and-clap div {
  display: inline-block;
}
.post-card .post-card-wrapper .single-post-card .post-thumb .reading-and-clap:hover {
  border: solid 1px #f44336;
}
.post-card .post-card-wrapper .single-post-card .card-content {
  padding: 20px 20px 20px 20px;
}
.post-card .post-card-wrapper .single-post-card .card-content .tg-title {
  font-size: 16px;
  line-height: 24px;
}
.post-card .post-card-wrapper .single-post-card .card-content .tg-title a:hover {
  color: #f44336;
}
.post-card .post-card-wrapper .single-post-card:hover {
  box-shadow: 0px 3px 20px #d6d6d6;
}
.post-card .post-card-wrapper .single-post-card:hover .post-thumb a img {
  transform: scale(1.1) rotate(1deg);
}
.post-card:after {
  content: none;
  width: 100%;
  height: 2px;
  background: rgba(202, 202, 202, 0.5);
  margin: 35px 0px 0px;
}
.trending-post:after {
  content: none;
}
/**
Common style for widget
======================
 */
.widget .post-title {
  font-size: 16px;
  overflow: inherit;
  line-height: 20px;
}
.widget .tab-widget .nav-tabs li,
.widget .tab-widget .nav-tabs li.active {
  width: auto;
  text-transform: capitalize;
}
.widget .tab-widget .nav-tabs li a,
.widget .tab-widget .nav-tabs li.active a {
  font-size: 16px;
  background: inherit;
}
.Magmax_Popular_And_Latest_Posts_widget,
.Magmax_Latest_Between_Two_Category_widget {
  line-height: 0;
}
/**
Single post widget style
========================
 */
.site-content .widget {
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08);
  background: white;
  padding: 35px;
  transition: all 0.5s ease;
  font-size: 15px;
  color: #707070;
  border-radius: 4px;
}
.site-content .widget ul li {
  margin-bottom: 7px;
  display: inline-block;
  width: 100%;
  line-height: 1.5;
}
.site-content .widget a {
  color: #707070;
}
.site-content .widget a:hover {
  color: #f44336;
}
.site-content .widget:hover {
  box-shadow: 0px 3px 20px #d6d6d6;
}
.site-content .widget select {
  width: 100%;
}
.site-content .widget table th,
.site-content .widget table tr,
.site-content .widget table td {
  padding: 5px;
}
.site-content .widget_calendar table {
  text-align: center;
}
.site-content .widget_calendar table thead tr th {
  background: rgba(112, 112, 112, 0.1);
  text-align: center;
}
.site-content .widget_calendar table caption {
  font-weight: bold;
}
.site-content .widget_calendar table tfoot #prev {
  border-right: none;
  text-align: left;
}
.site-content .widget_calendar table tfoot #next {
  border-left: none;
  text-align: right;
}
.site-content .widget_calendar table tfoot .pad {
  border: none;
}
.site-content .widget_categories li a,
.site-content .widget_pages li a {
  text-transform: capitalize;
}
.footer-1 table th,
.footer-1 table tr,
.footer-1 table td {
  padding: 5px;
}
/**
Blog list style
===============
 */
#blog-primary article.post,
#archive-primary article.post,
.search-content article.post,
#blog-primary article.page,
#archive-primary article.page,
.search-content article.page {
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08);
  background: white;
  transition: all 0.5s ease;
  border-radius: 4px;
  padding: 17.5px 0px;
}
#blog-primary article.post:hover,
#archive-primary article.post:hover,
.search-content article.post:hover,
#blog-primary article.page:hover,
#archive-primary article.page:hover,
.search-content article.page:hover {
  box-shadow: 0px 3px 20px #d6d6d6;
}
#blog-primary article.post .post-meta,
#archive-primary article.post .post-meta,
.search-content article.post .post-meta,
#blog-primary article.page .post-meta,
#archive-primary article.page .post-meta,
.search-content article.page .post-meta {
  color: #707070;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#blog-primary article.post .post-meta a,
#archive-primary article.post .post-meta a,
.search-content article.post .post-meta a,
#blog-primary article.page .post-meta a,
#archive-primary article.page .post-meta a,
.search-content article.page .post-meta a {
  color: #707070;
}
#blog-primary article.post .post-meta a:hover,
#archive-primary article.post .post-meta a:hover,
.search-content article.post .post-meta a:hover,
#blog-primary article.page .post-meta a:hover,
#archive-primary article.page .post-meta a:hover,
.search-content article.page .post-meta a:hover {
  color: #f44336;
}
#blog-primary article.post .post-meta span.seperator,
#archive-primary article.post .post-meta span.seperator,
.search-content article.post .post-meta span.seperator,
#blog-primary article.page .post-meta span.seperator,
#archive-primary article.page .post-meta span.seperator,
.search-content article.page .post-meta span.seperator {
  display: inline-block;
  position: relative;
  margin: 0px 5px;
}
#blog-primary article.post .post-meta .thumbs-up a,
#archive-primary article.post .post-meta .thumbs-up a,
.search-content article.post .post-meta .thumbs-up a,
#blog-primary article.page .post-meta .thumbs-up a,
#archive-primary article.page .post-meta .thumbs-up a,
.search-content article.page .post-meta .thumbs-up a {
  font-family: 'Nunito', sans-serif;
  display: inline-block;
  color: #090e1d;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  background: white;
  font-size: 14px;
}
#blog-primary article.post .post-meta .thumbs-up a .icon,
#archive-primary article.post .post-meta .thumbs-up a .icon,
.search-content article.post .post-meta .thumbs-up a .icon,
#blog-primary article.page .post-meta .thumbs-up a .icon,
#archive-primary article.page .post-meta .thumbs-up a .icon,
.search-content article.page .post-meta .thumbs-up a .icon,
#blog-primary article.post .post-meta .thumbs-up a .count-thumbsup,
#archive-primary article.post .post-meta .thumbs-up a .count-thumbsup,
.search-content article.post .post-meta .thumbs-up a .count-thumbsup,
#blog-primary article.page .post-meta .thumbs-up a .count-thumbsup,
#archive-primary article.page .post-meta .thumbs-up a .count-thumbsup,
.search-content article.page .post-meta .thumbs-up a .count-thumbsup {
  display: inline-block;
}
#blog-primary article.post .post-meta .thumbs-up a:hover,
#archive-primary article.post .post-meta .thumbs-up a:hover,
.search-content article.post .post-meta .thumbs-up a:hover,
#blog-primary article.page .post-meta .thumbs-up a:hover,
#archive-primary article.page .post-meta .thumbs-up a:hover,
.search-content article.page .post-meta .thumbs-up a:hover {
  background: #f44336;
  color: white;
}
#blog-primary article.post header,
#archive-primary article.post header,
.search-content article.post header,
#blog-primary article.page header,
#archive-primary article.page header,
.search-content article.page header,
#blog-primary article.post .post-excerpt,
#archive-primary article.post .post-excerpt,
.search-content article.post .post-excerpt,
#blog-primary article.page .post-excerpt,
#archive-primary article.page .post-excerpt,
.search-content article.page .post-excerpt,
#blog-primary article.post .entry-footer,
#archive-primary article.post .entry-footer,
.search-content article.post .entry-footer,
#blog-primary article.page .entry-footer,
#archive-primary article.page .entry-footer,
.search-content article.page .entry-footer {
  padding: 17.5px 35px;
}
#blog-primary article.post header h2,
#archive-primary article.post header h2,
.search-content article.post header h2,
#blog-primary article.page header h2,
#archive-primary article.page header h2,
.search-content article.page header h2,
#blog-primary article.post .post-excerpt h2,
#archive-primary article.post .post-excerpt h2,
.search-content article.post .post-excerpt h2,
#blog-primary article.page .post-excerpt h2,
#archive-primary article.page .post-excerpt h2,
.search-content article.page .post-excerpt h2,
#blog-primary article.post .entry-footer h2,
#archive-primary article.post .entry-footer h2,
.search-content article.post .entry-footer h2,
#blog-primary article.page .entry-footer h2,
#archive-primary article.page .entry-footer h2,
.search-content article.page .entry-footer h2 {
  margin: 0;
}
#blog-primary article.post .image-thumbnail,
#archive-primary article.post .image-thumbnail,
.search-content article.post .image-thumbnail,
#blog-primary article.page .image-thumbnail,
#archive-primary article.page .image-thumbnail,
.search-content article.page .image-thumbnail,
#blog-primary article.post .post-featured-image,
#archive-primary article.post .post-featured-image,
.search-content article.post .post-featured-image,
#blog-primary article.page .post-featured-image,
#archive-primary article.page .post-featured-image,
.search-content article.page .post-featured-image {
  padding: 17.5px 0px;
}
#blog-primary article.post .image-thumbnail a,
#archive-primary article.post .image-thumbnail a,
.search-content article.post .image-thumbnail a,
#blog-primary article.page .image-thumbnail a,
#archive-primary article.page .image-thumbnail a,
.search-content article.page .image-thumbnail a,
#blog-primary article.post .post-featured-image a,
#archive-primary article.post .post-featured-image a,
.search-content article.post .post-featured-image a,
#blog-primary article.page .post-featured-image a,
#archive-primary article.page .post-featured-image a,
.search-content article.page .post-featured-image a {
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
#blog-primary article.post .image-thumbnail img,
#archive-primary article.post .image-thumbnail img,
.search-content article.post .image-thumbnail img,
#blog-primary article.page .image-thumbnail img,
#archive-primary article.page .image-thumbnail img,
.search-content article.page .image-thumbnail img,
#blog-primary article.post .post-featured-image img,
#archive-primary article.post .post-featured-image img,
.search-content article.post .post-featured-image img,
#blog-primary article.page .post-featured-image img,
#archive-primary article.page .post-featured-image img,
.search-content article.page .post-featured-image img {
  margin: 0;
  width: 100%;
  transition: all 0.5s ease;
}
#blog-primary article.post .entry-summary,
#archive-primary article.post .entry-summary,
.search-content article.post .entry-summary,
#blog-primary article.page .entry-summary,
#archive-primary article.page .entry-summary,
.search-content article.page .entry-summary {
  padding: 0px 35px 17.5px;
}
#blog-primary article.post .post-excerpt,
#archive-primary article.post .post-excerpt,
.search-content article.post .post-excerpt,
#blog-primary article.page .post-excerpt,
#archive-primary article.page .post-excerpt,
.search-content article.page .post-excerpt,
#blog-primary article.post .entry-footer,
#archive-primary article.post .entry-footer,
.search-content article.post .entry-footer,
#blog-primary article.page .entry-footer,
#archive-primary article.page .entry-footer,
.search-content article.page .entry-footer {
  padding: 17.5px 35px;
}
#blog-primary article.post .post-excerpt p,
#archive-primary article.post .post-excerpt p,
.search-content article.post .post-excerpt p,
#blog-primary article.page .post-excerpt p,
#archive-primary article.page .post-excerpt p,
.search-content article.page .post-excerpt p,
#blog-primary article.post .entry-footer p,
#archive-primary article.post .entry-footer p,
.search-content article.post .entry-footer p,
#blog-primary article.page .entry-footer p,
#archive-primary article.page .entry-footer p,
.search-content article.page .entry-footer p {
  margin: 0;
}
#blog-primary article.post .post-excerpt h2,
#archive-primary article.post .post-excerpt h2,
.search-content article.post .post-excerpt h2,
#blog-primary article.page .post-excerpt h2,
#archive-primary article.page .post-excerpt h2,
.search-content article.page .post-excerpt h2,
#blog-primary article.post .entry-footer h2,
#archive-primary article.post .entry-footer h2,
.search-content article.post .entry-footer h2,
#blog-primary article.page .entry-footer h2,
#archive-primary article.page .entry-footer h2,
.search-content article.page .entry-footer h2 {
  margin: 0;
}
#blog-primary article.post .entry-footer a:hover,
#archive-primary article.post .entry-footer a:hover,
.search-content article.post .entry-footer a:hover,
#blog-primary article.page .entry-footer a:hover,
#archive-primary article.page .entry-footer a:hover,
.search-content article.page .entry-footer a:hover {
  color: #f44336;
}
#blog-primary article.post .entry-footer .comments-link,
#archive-primary article.post .entry-footer .comments-link,
.search-content article.post .entry-footer .comments-link,
#blog-primary article.page .entry-footer .comments-link,
#archive-primary article.page .entry-footer .comments-link,
.search-content article.page .entry-footer .comments-link {
  display: none;
}
#blog-primary article.post .entry-footer .edit-link,
#archive-primary article.post .entry-footer .edit-link,
.search-content article.post .entry-footer .edit-link,
#blog-primary article.page .entry-footer .edit-link,
#archive-primary article.page .entry-footer .edit-link,
.search-content article.page .entry-footer .edit-link {
  float: right;
}
#blog-primary article.post .entry-footer .tags-links,
#archive-primary article.post .entry-footer .tags-links,
.search-content article.post .entry-footer .tags-links,
#blog-primary article.page .entry-footer .tags-links,
#archive-primary article.page .entry-footer .tags-links,
.search-content article.page .entry-footer .tags-links {
  display: block;
  margin: 5px 0px;
}
#blog-primary article.post .entry-footer .post-full-article-link,
#archive-primary article.post .entry-footer .post-full-article-link,
.search-content article.post .entry-footer .post-full-article-link,
#blog-primary article.page .entry-footer .post-full-article-link,
#archive-primary article.page .entry-footer .post-full-article-link,
.search-content article.page .entry-footer .post-full-article-link {
  margin: 25px 0px 7px;
}
#blog-primary article.post .entry-footer .post-full-article-link a,
#archive-primary article.post .entry-footer .post-full-article-link a,
.search-content article.post .entry-footer .post-full-article-link a,
#blog-primary article.page .entry-footer .post-full-article-link a,
#archive-primary article.page .entry-footer .post-full-article-link a,
.search-content article.page .entry-footer .post-full-article-link a {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  z-index: 2;
  background: rgba(247, 247, 247, 0.4);
  border: solid 1px rgba(202, 202, 202, 0.3);
  padding: 6px 24px;
}
#blog-primary article.post .entry-footer .post-full-article-link a:hover,
#archive-primary article.post .entry-footer .post-full-article-link a:hover,
.search-content article.post .entry-footer .post-full-article-link a:hover,
#blog-primary article.page .entry-footer .post-full-article-link a:hover,
#archive-primary article.page .entry-footer .post-full-article-link a:hover,
.search-content article.page .entry-footer .post-full-article-link a:hover {
  color: #f44336;
}
#blog-primary article.post:hover .image-thumbnail img,
#archive-primary article.post:hover .image-thumbnail img,
.search-content article.post:hover .image-thumbnail img,
#blog-primary article.page:hover .image-thumbnail img,
#archive-primary article.page:hover .image-thumbnail img,
.search-content article.page:hover .image-thumbnail img,
#blog-primary article.post:hover .post-featured-image img,
#archive-primary article.post:hover .post-featured-image img,
.search-content article.post:hover .post-featured-image img,
#blog-primary article.page:hover .post-featured-image img,
#archive-primary article.page:hover .post-featured-image img,
.search-content article.page:hover .post-featured-image img {
  transform: scale(1.1) rotate(1deg);
}
#blog-primary article.post .sticky-post-icon,
#archive-primary article.post .sticky-post-icon,
.search-content article.post .sticky-post-icon,
#blog-primary article.page .sticky-post-icon,
#archive-primary article.page .sticky-post-icon,
.search-content article.page .sticky-post-icon {
  font-family: 'Nunito', sans-serif;
  display: inline-block;
  color: #090e1d;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 47px;
  border-radius: 50%;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  background: white;
  font-size: 16px;
  margin-right: 5px;
  transition: all 0.5s ease;
}
#blog-primary article.post .sticky-post-icon .icon,
#archive-primary article.post .sticky-post-icon .icon,
.search-content article.post .sticky-post-icon .icon,
#blog-primary article.page .sticky-post-icon .icon,
#archive-primary article.page .sticky-post-icon .icon,
.search-content article.page .sticky-post-icon .icon,
#blog-primary article.post .sticky-post-icon .count-thumbsup,
#archive-primary article.post .sticky-post-icon .count-thumbsup,
.search-content article.post .sticky-post-icon .count-thumbsup,
#blog-primary article.page .sticky-post-icon .count-thumbsup,
#archive-primary article.page .sticky-post-icon .count-thumbsup,
.search-content article.page .sticky-post-icon .count-thumbsup {
  display: inline-block;
}
#blog-primary article.post .sticky-post-icon:hover,
#archive-primary article.post .sticky-post-icon:hover,
.search-content article.post .sticky-post-icon:hover,
#blog-primary article.page .sticky-post-icon:hover,
#archive-primary article.page .sticky-post-icon:hover,
.search-content article.page .sticky-post-icon:hover {
  background: #f44336;
  color: white;
}
#blog-primary article.post .page-links,
#archive-primary article.post .page-links,
.search-content article.post .page-links,
#blog-primary article.page .page-links,
#archive-primary article.page .page-links,
.search-content article.page .page-links {
  margin: 20px 0px 10px;
}
#blog-primary article.post .page-links a,
#archive-primary article.post .page-links a,
.search-content article.post .page-links a,
#blog-primary article.page .page-links a,
#archive-primary article.page .page-links a,
.search-content article.page .page-links a {
  margin-bottom: 0px;
  font-family: 'Nunito', sans-serif;
  display: inline-block;
  color: #090e1d;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 47px;
  border-radius: 50%;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  background: white;
  font-size: 16px;
  margin-right: 5px;
  transition: all 0.5s ease;
}
#blog-primary article.post .page-links a:first-child,
#archive-primary article.post .page-links a:first-child,
.search-content article.post .page-links a:first-child,
#blog-primary article.page .page-links a:first-child,
#archive-primary article.page .page-links a:first-child,
.search-content article.page .page-links a:first-child {
  margin-left: 10px;
}
#blog-primary article.post .page-links a:hover,
#archive-primary article.post .page-links a:hover,
.search-content article.post .page-links a:hover,
#blog-primary article.page .page-links a:hover,
#archive-primary article.page .page-links a:hover,
.search-content article.page .page-links a:hover {
  background: #f44336;
  color: white;
}
#blog-primary article.post.format-video .audio-only-content,
#archive-primary article.post.format-video .audio-only-content,
.search-content article.post.format-video .audio-only-content,
#blog-primary article.post.format-audio .audio-only-content,
#archive-primary article.post.format-audio .audio-only-content,
.search-content article.post.format-audio .audio-only-content {
  padding: 0px 35px 17.5px;
}
#blog-primary article.post.format-video .video-thumbnail .entry-video iframe,
#archive-primary article.post.format-video .video-thumbnail .entry-video iframe,
.search-content article.post.format-video .video-thumbnail .entry-video iframe,
#blog-primary article.post.format-audio .video-thumbnail .entry-video iframe,
#archive-primary article.post.format-audio .video-thumbnail .entry-video iframe,
.search-content article.post.format-audio .video-thumbnail .entry-video iframe,
#blog-primary article.post.format-video .audio-thumbnail .entry-video iframe,
#archive-primary article.post.format-video .audio-thumbnail .entry-video iframe,
.search-content article.post.format-video .audio-thumbnail .entry-video iframe,
#blog-primary article.post.format-audio .audio-thumbnail .entry-video iframe,
#archive-primary article.post.format-audio .audio-thumbnail .entry-video iframe,
.search-content article.post.format-audio .audio-thumbnail .entry-video iframe,
#blog-primary article.post.format-video .video-thumbnail .entry-audio iframe,
#archive-primary article.post.format-video .video-thumbnail .entry-audio iframe,
.search-content article.post.format-video .video-thumbnail .entry-audio iframe,
#blog-primary article.post.format-audio .video-thumbnail .entry-audio iframe,
#archive-primary article.post.format-audio .video-thumbnail .entry-audio iframe,
.search-content article.post.format-audio .video-thumbnail .entry-audio iframe,
#blog-primary article.post.format-video .audio-thumbnail .entry-audio iframe,
#archive-primary article.post.format-video .audio-thumbnail .entry-audio iframe,
.search-content article.post.format-video .audio-thumbnail .entry-audio iframe,
#blog-primary article.post.format-audio .audio-thumbnail .entry-audio iframe,
#archive-primary article.post.format-audio .audio-thumbnail .entry-audio iframe,
.search-content article.post.format-audio .audio-thumbnail .entry-audio iframe {
  width: 100%;
}
#blog-primary article.post.format-video .post-featured-image a,
#archive-primary article.post.format-video .post-featured-image a,
.search-content article.post.format-video .post-featured-image a,
#blog-primary article.post.format-audio .post-featured-image a,
#archive-primary article.post.format-audio .post-featured-image a,
.search-content article.post.format-audio .post-featured-image a {
  position: relative;
  display: inline-block;
}
#blog-primary article.post.format-video .post-featured-image a:after,
#archive-primary article.post.format-video .post-featured-image a:after,
.search-content article.post.format-video .post-featured-image a:after,
#blog-primary article.post.format-audio .post-featured-image a:after,
#archive-primary article.post.format-audio .post-featured-image a:after,
.search-content article.post.format-audio .post-featured-image a:after {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#blog-primary article.post.format-video .post-featured-image a .post-formate-image,
#archive-primary article.post.format-video .post-featured-image a .post-formate-image,
.search-content article.post.format-video .post-featured-image a .post-formate-image,
#blog-primary article.post.format-audio .post-featured-image a .post-formate-image,
#archive-primary article.post.format-audio .post-featured-image a .post-formate-image,
.search-content article.post.format-audio .post-featured-image a .post-formate-image {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  width: 50px;
}
#blog-primary article.post.format-video .post-featured-image a .post-formate-image img,
#archive-primary article.post.format-video .post-featured-image a .post-formate-image img,
.search-content article.post.format-video .post-featured-image a .post-formate-image img,
#blog-primary article.post.format-audio .post-featured-image a .post-formate-image img,
#archive-primary article.post.format-audio .post-featured-image a .post-formate-image img,
.search-content article.post.format-audio .post-featured-image a .post-formate-image img {
  width: auto;
}
#blog-primary article.post.format-link .link-content,
#archive-primary article.post.format-link .link-content,
.search-content article.post.format-link .link-content {
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08);
  background: #f7f7f7;
  padding: 35px;
  transition: all 0.5s ease;
  margin: 10px 0px;
}
#blog-primary article.post.format-link .link-content .post-formate-link,
#archive-primary article.post.format-link .link-content .post-formate-link,
.search-content article.post.format-link .link-content .post-formate-link {
  text-align: center;
}
#blog-primary article.post.format-link .link-content .post-formate-link .wrapper,
#archive-primary article.post.format-link .link-content .post-formate-link .wrapper,
.search-content article.post.format-link .link-content .post-formate-link .wrapper {
  border: solid 2px #090e1d;
  display: inline-block;
  padding: 15px;
  border-radius: 50%;
}
#blog-primary article.post.format-link .link-content .post-formate-link .wrapper img,
#archive-primary article.post.format-link .link-content .post-formate-link .wrapper img,
.search-content article.post.format-link .link-content .post-formate-link .wrapper img {
  display: inline-block;
  width: 40px;
  margin-bottom: 0;
}
#blog-primary article.post.format-link .link-content a,
#archive-primary article.post.format-link .link-content a,
.search-content article.post.format-link .link-content a {
  display: block;
  font-weight: bold;
  text-align: center;
}
#blog-primary article.post.format-link .link-content:hover a,
#archive-primary article.post.format-link .link-content:hover a,
.search-content article.post.format-link .link-content:hover a {
  color: #f44336;
}
#blog-primary article.post.format-quote .quote-content,
#archive-primary article.post.format-quote .quote-content,
.search-content article.post.format-quote .quote-content {
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08);
  background: #f7f7f7;
  padding: 35px;
  transition: all 0.5s ease;
  margin: 10px 0px;
}
#blog-primary article.post.format-quote .quote-content .post-formate-quote,
#archive-primary article.post.format-quote .quote-content .post-formate-quote,
.search-content article.post.format-quote .quote-content .post-formate-quote {
  text-align: center;
}
#blog-primary article.post.format-quote .quote-content .post-formate-quote .wrapper,
#archive-primary article.post.format-quote .quote-content .post-formate-quote .wrapper,
.search-content article.post.format-quote .quote-content .post-formate-quote .wrapper {
  border: solid 2px #090e1d;
  display: inline-block;
  padding: 15px;
  border-radius: 50%;
}
#blog-primary article.post.format-quote .quote-content .post-formate-quote .wrapper img,
#archive-primary article.post.format-quote .quote-content .post-formate-quote .wrapper img,
.search-content article.post.format-quote .quote-content .post-formate-quote .wrapper img {
  display: inline-block;
  width: 40px;
  margin-bottom: 0;
}
#blog-primary article.post.format-quote .quote-content a,
#archive-primary article.post.format-quote .quote-content a,
.search-content article.post.format-quote .quote-content a {
  display: block;
  font-weight: bold;
  text-align: center;
}
#blog-primary article.post.format-quote .quote-content blockquote:before,
#archive-primary article.post.format-quote .quote-content blockquote:before,
.search-content article.post.format-quote .quote-content blockquote:before {
  content: none !important;
}
#blog-primary article.post.format-quote .quote-content:hover a,
#archive-primary article.post.format-quote .quote-content:hover a,
.search-content article.post.format-quote .quote-content:hover a {
  color: #f44336;
}
#blog-primary article.post.format-gallery .gallery-thumbnail,
#archive-primary article.post.format-gallery .gallery-thumbnail,
.search-content article.post.format-gallery .gallery-thumbnail {
  transition: all 0.5s ease;
}
#blog-primary article.post.format-gallery .gallery-thumbnail .entry-gallery,
#archive-primary article.post.format-gallery .gallery-thumbnail .entry-gallery,
.search-content article.post.format-gallery .gallery-thumbnail .entry-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  transition: all 0.5s ease;
}
#blog-primary article.post.format-gallery .gallery-thumbnail .entry-gallery a,
#archive-primary article.post.format-gallery .gallery-thumbnail .entry-gallery a,
.search-content article.post.format-gallery .gallery-thumbnail .entry-gallery a {
  transition: all 0.5s ease;
  display: inline-block;
  overflow: hidden;
}
#blog-primary article.post.format-gallery .gallery-thumbnail .entry-gallery a:focus,
#archive-primary article.post.format-gallery .gallery-thumbnail .entry-gallery a:focus,
.search-content article.post.format-gallery .gallery-thumbnail .entry-gallery a:focus {
  outline: none;
}
#blog-primary article.post.format-gallery .gallery-thumbnail .entry-gallery a img,
#archive-primary article.post.format-gallery .gallery-thumbnail .entry-gallery a img,
.search-content article.post.format-gallery .gallery-thumbnail .entry-gallery a img {
  width: 100%;
  margin: 0;
  transition: all 0.5s ease;
}
#blog-primary article.post.format-gallery .gallery-thumbnail .entry-gallery a img:hover,
#archive-primary article.post.format-gallery .gallery-thumbnail .entry-gallery a img:hover,
.search-content article.post.format-gallery .gallery-thumbnail .entry-gallery a img:hover {
  transform: scale(1.1) rotate(1deg);
}
#blog-primary article.post.format-gallery .gallery-thumbnail .entry-gallery a:first-child,
#archive-primary article.post.format-gallery .gallery-thumbnail .entry-gallery a:first-child,
.search-content article.post.format-gallery .gallery-thumbnail .entry-gallery a:first-child {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
#blog-primary header.page-header,
#archive-primary header.page-header,
.search-content header.page-header {
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08);
  background: white;
  transition: all 0.5s ease;
  border-radius: 4px;
  padding: 50px 35px;
  margin: 0px 0px 25px;
}
#blog-primary header.page-header:hover,
#archive-primary header.page-header:hover,
.search-content header.page-header:hover {
  box-shadow: 0px 3px 20px #d6d6d6;
}
#archive-primary,
.page-content {
  margin-bottom: 0px;
}
/**
post-author-details style
 */
.post-author-details {
  display: flex;
  padding: 50px 50px 50px;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08);
  background: white;
  transition: all 0.5s ease;
  border-radius: 4px;
  margin: 50px 0px 0px;
}
@media (max-width: 768px) {
  .post-author-details {
    display: block;
    padding: 25px;
  }
}
.post-author-details:hover {
  box-shadow: 0px 3px 20px #d6d6d6;
}
.post-author-details .author-image,
.post-author-details .author-data {
  display: inline-block;
}
.post-author-details .author-image {
  margin-right: 20px;
}
.post-author-details .author-image img {
  display: inline-block;
  border-radius: 4px;
}
.post-author-details .author-name-and-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 0;
  margin-bottom: 7px;
}
@media (max-width: 768px) {
  .post-author-details .author-name-and-social {
    margin: 0px 0px 12px;
  }
}
.post-author-details .author-name-and-social .author-name {
  font-weight: bold;
  text-transform: uppercase;
  font-family: inherit;
  font-size: 16px;
}
.post-author-details .author-name-and-social .author-social-profile a {
  margin-bottom: 0px;
  display: inline-block;
  color: #090e1d;
  text-align: center;
  font-size: 14px;
  margin-right: 5px;
  transition: all 0.5s ease;
}
.post-author-details .author-name-and-social .author-social-profile a:first-child {
  margin-left: 10px;
}
.post-author-details .author-name-and-social .author-social-profile a:hover {
  color: #f44336;
}
/**
magmax_custom_post_navigation
=============================
 */
.magmax_custom_post_navigation {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .magmax_custom_post_navigation {
    display: block;
  }
}
.magmax_custom_post_navigation:before,
.magmax_custom_post_navigation:after {
  content: none;
}
.magmax_custom_post_navigation .left,
.magmax_custom_post_navigation .right {
  background: rgba(247, 247, 247, 0.4);
  border: solid 1px rgba(202, 202, 202, 0.3);
  padding: 10px 15px;
  width: 100%;
}
.magmax_custom_post_navigation .left {
  margin-right: 15px;
}
.magmax_custom_post_navigation .navigation-text {
  display: block;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
  color: #707070;
}
.magmax_custom_post_navigation .navigation-thumb img {
  width: 100px;
  border-radius: 4px;
  margin-bottom: 5px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}
.magmax_custom_post_navigation .left-navigation,
.magmax_custom_post_navigation .right-navigation {
  display: flex;
  align-items: center;
}
.magmax_custom_post_navigation .left-navigation i,
.magmax_custom_post_navigation .right-navigation i {
  margin-bottom: 0px;
  display: inline-block;
  color: #090e1d;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 47px;
  border-radius: 50%;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  background: white;
  font-size: 16px;
  transition: all 0.5s ease;
}
.magmax_custom_post_navigation .left-navigation i:hover,
.magmax_custom_post_navigation .right-navigation i:hover {
  background: #f44336;
  color: white;
}
.magmax_custom_post_navigation .left-navigation:hover,
.magmax_custom_post_navigation .right-navigation:hover {
  color: #f44336;
}
.magmax_custom_post_navigation .left-navigation:hover i,
.magmax_custom_post_navigation .right-navigation:hover i {
  background: #f44336;
  color: white;
}
.magmax_custom_post_navigation .left-navigation .navigation-title-wrapper,
.magmax_custom_post_navigation .right-navigation .navigation-title-wrapper {
  font-weight: 500;
  font-family: inherit;
  font-size: 16px !important;
}
.magmax_custom_post_navigation .left-navigation {
  justify-content: flex-start;
}
.magmax_custom_post_navigation .left-navigation .icon {
  margin-right: 20px;
}
.magmax_custom_post_navigation .right-navigation {
  justify-content: flex-end;
}
.magmax_custom_post_navigation .right-navigation .icon {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .magmax_custom_post_navigation .left {
    position: relative;
  }
  .magmax_custom_post_navigation .left:after {
    content: none;
    width: 100%;
    background: rgba(202, 202, 202, 0.5);
    height: 2px;
    display: block;
    margin: 35px 0px;
  }
}
#page .page-content {
  margin-top: 0;
}
#archive-primary,
.page-content,
.four-zero-four-content,
.search-content {
  margin-bottom: 0px;
}
/*
Search page
============
*/
h1.page-title {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
body.search header.page-header,
body.error404 header.page-header {
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08);
  background: white;
  transition: all 0.5s ease;
  border-radius: 4px;
  padding: 50px 35px;
  margin: 0px 0px 25px;
}
body.search header.page-header:hover,
body.error404 header.page-header:hover {
  box-shadow: 0px 3px 20px #d6d6d6;
}
body.search .page-content,
body.error404 .page-content {
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08);
  background: white;
  transition: all 0.5s ease;
  border-radius: 4px;
  padding: 50px 35px;
  margin: 0px 0px 25px;
}
body.search .page-content:hover,
body.error404 .page-content:hover {
  box-shadow: 0px 3px 20px #d6d6d6;
}
body.search .page-content .search-form,
body.error404 .page-content .search-form {
  margin: 25px 0px;
}
/*
Tag Name = Event-1
Class Name = Widget_Event
*/
.class-widget-event .row.event-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .class-widget-event .row.event-wrapper {
    display: block;
  }
}
.class-widget-event .row.event-wrapper .event-featured-image {
  text-align: center;
  position: relative;
  display: inline-block;
}
@media (max-width: 992px) {
  .class-widget-event .row.event-wrapper .event-featured-image {
    margin: 35px 0px 0px;
  }
}
.class-widget-event .row.event-wrapper .event-featured-image .featured-image {
  display: inline-block;
  width: 100%;
  box-shadow: 1px 1px 20px #cacaca;
  overflow: hidden;
  border-radius: 4px;
}
.class-widget-event .row.event-wrapper .event-featured-image .featured-image img {
  border-radius: 4px;
  margin: 0;
  transition: all 0.5s ease;
}
.class-widget-event .row.event-wrapper .event-featured-image .event-time {
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  z-index: 2;
}
.class-widget-event .row.event-wrapper .event-featured-image .event-time span {
  background: white;
  color: #f44336;
  display: inline-block;
  padding: 5px 15px;
  box-shadow: 1px 1px 10px rgba(202, 202, 202, 0.8);
  border-radius: 3px;
  font-size: 16px;
}
.class-widget-event .row.event-wrapper .event-featured-image:hover .featured-image img {
  transform: scale(1.1, 1.1);
}
.class-widget-event .row.event-wrapper .event-content {
  display: inline-block;
}
@media (max-width: 992px) {
  .class-widget-event .row.event-wrapper .event-content {
    margin: 35px 0px 0px;
    padding: 0px 15px !important;
  }
}
.class-widget-event .row.event-wrapper .event-content .magmax-post-title {
  font-weight: bold;
  font-family: 'Nunito', sans-serif;
  margin: 0;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.class-widget-event .row.event-wrapper .event-content .event-meta {
  font-size: 15px;
  margin-left: -5px;
}
@media (max-width: 992px) {
  .class-widget-event .image-on-the-right-side {
    display: flex !important;
    flex-direction: column;
    flex-flow: column-reverse;
  }
}
/*
Common less for display
Logo and menu center.
of header
====================
*/
/*
top menu bar
====================
*/
.top-menu-bar .left-side {
  padding: 0;
}
.top-menu-bar .left-side p {
  display: inline-block;
  margin-right: 5px;
  font-size: 15px;
}
.top-menu-bar .right-side {
  text-align: right;
  padding: 0;
  font-size: 15px;
}
@media (max-width: 768px) {
  .top-menu-bar .right-side {
    text-align: left;
  }
}
.top-menu-bar .right-side .magmax-top-nav li.menu-item {
  display: inline-block;
  padding: 0px 5px;
}
/*
The Modal (background)
=======================
*/
.magmax-search-modal,
.magmax-modal-login {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 10;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8);
  /* Black w/ opacity */
  padding-top: 60px;
  /* Modal Content/Box */
  /* Add Zoom Animation */
  /* Change styles for span and cancel button on extra small screens */
}
.magmax-search-modal .container,
.magmax-modal-login .container {
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .magmax-search-modal .container,
  .magmax-modal-login .container {
    padding: 20px 50px 50px;
  }
}
.magmax-search-modal .magmax-title,
.magmax-modal-login .magmax-title {
  text-align: left;
  margin-bottom: 35px;
  font-family: 'Roboto', sans-serif;
  color: #090e1d;
}
.magmax-search-modal .modal-content,
.magmax-modal-login .modal-content {
  background-color: #fefefe;
  margin: 3% auto 0 auto;
  /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%;
  /* Could be more or less, depending on screen size */
}
.magmax-search-modal .magmax-search-form input[type="search"]::-webkit-input-placeholder,
.magmax-modal-login .magmax-search-form input[type="search"]::-webkit-input-placeholder {
  color: rgba(112, 112, 112, 0.6);
}
.magmax-search-modal .magmax-search-form input[type="search"]::-moz-placeholder,
.magmax-modal-login .magmax-search-form input[type="search"]::-moz-placeholder {
  color: rgba(112, 112, 112, 0.6);
}
.magmax-search-modal .magmax-search-form input[type="search"]:-ms-input-placeholder,
.magmax-modal-login .magmax-search-form input[type="search"]:-ms-input-placeholder {
  color: rgba(112, 112, 112, 0.6);
}
.magmax-search-modal .magmax-search-form input[type="search"]:-moz-placeholder,
.magmax-modal-login .magmax-search-form input[type="search"]:-moz-placeholder {
  color: rgba(112, 112, 112, 0.6);
}
.magmax-search-modal .close,
.magmax-modal-login .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 32px;
  height: 32px;
  opacity: 0.6;
  transition: all 0.5s ease;
  background-color: transparent;
}
.magmax-search-modal .close:hover,
.magmax-modal-login .close:hover {
  opacity: 1;
}
.magmax-search-modal .close:before,
.magmax-modal-login .close:before,
.magmax-search-modal .close:after,
.magmax-modal-login .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #f44336;
}
.magmax-search-modal .close:before,
.magmax-modal-login .close:before {
  transform: rotate(45deg);
}
.magmax-search-modal .close:after,
.magmax-modal-login .close:after {
  transform: rotate(-45deg);
}
.magmax-search-modal .close:hover,
.magmax-modal-login .close:hover,
.magmax-search-modal .close:focus,
.magmax-modal-login .close:focus {
  cursor: pointer;
}
.magmax-search-modal .cross-icon,
.magmax-modal-login .cross-icon {
  width: 30px;
  height: 30px;
  border: 2px solid #cacaca;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s ease;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  box-sizing: content-box;
  /* The icons are not animated in IE. */
}
.magmax-search-modal .cross-icon.cross-delete .cross-x-mark,
.magmax-modal-login .cross-icon.cross-delete .cross-x-mark {
  position: relative;
  display: block;
}
.magmax-search-modal .cross-icon.cross-delete .cross-delete-line,
.magmax-modal-login .cross-icon.cross-delete .cross-delete-line {
  position: absolute;
  height: 2px;
  width: 15px;
  background-color: #cacaca;
  display: block;
  top: 14px;
  border-radius: 2px;
  transition: all 0.5s ease;
}
.magmax-search-modal .cross-icon.cross-delete .cross-delete-line.cross-delete-left,
.magmax-modal-login .cross-icon.cross-delete .cross-delete-line.cross-delete-left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.magmax-search-modal .cross-icon.cross-delete .cross-delete-line.cross-delete-right,
.magmax-modal-login .cross-icon.cross-delete .cross-delete-line.cross-delete-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 7px;
}
.magmax-search-modal .cross-icon.cross-delete .cross-delete-line.cross-delete-left,
.magmax-modal-login .cross-icon.cross-delete .cross-delete-line.cross-delete-left {
  -ms-transform: rotate(45deg);
}
.magmax-search-modal .cross-icon.cross-delete .cross-delete-line.cross-delete-right,
.magmax-modal-login .cross-icon.cross-delete .cross-delete-line.cross-delete-right {
  -ms-transform: rotate(-45deg);
}
.magmax-search-modal .cross-icon:hover,
.magmax-modal-login .cross-icon:hover {
  border-color: #707070;
}
.magmax-search-modal .cross-icon:hover .cross-delete-line,
.magmax-modal-login .cross-icon:hover .cross-delete-line {
  background-color: #707070;
}
@-webkit-keyframes animateDeleteIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes animateDeleteIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
.magmax-search-modal .animateDeleteIcon,
.magmax-modal-login .animateDeleteIcon {
  -webkit-animation: animateDeleteIcon 0.5s;
  animation: animateDeleteIcon 0.5s;
}
@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.magmax-search-modal .animateXMark,
.magmax-modal-login .animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}
.magmax-search-modal .animate,
.magmax-modal-login .animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s;
}
@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes animatezoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@media screen and (max-width: 300px) {
  .magmax-search-modal span.psw,
  .magmax-modal-login span.psw {
    display: block;
    float: none;
  }
  .magmax-search-modal .cancelbtn,
  .magmax-modal-login .cancelbtn {
    width: 100%;
  }
}
.magmax-search-modal .magmax-modal-recent-post,
.magmax-modal-login .magmax-modal-recent-post {
  padding: 50px 7px;
}
.magmax-search-modal .magmax-modal-recent-post .shortcode-title,
.magmax-modal-login .magmax-modal-recent-post .shortcode-title {
  text-align: left;
}
.magmax-search-modal .magmax-modal-recent-post .single-item,
.magmax-modal-login .magmax-modal-recent-post .single-item {
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08);
  background: white;
  transition: all 0.5s ease;
  border-radius: 4px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .magmax-search-modal .magmax-modal-recent-post .single-item,
  .magmax-modal-login .magmax-modal-recent-post .single-item {
    margin-bottom: 15px;
  }
}
.magmax-search-modal .magmax-modal-recent-post .single-item a.post-thumb,
.magmax-modal-login .magmax-modal-recent-post .single-item a.post-thumb {
  display: inline-block;
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.magmax-search-modal .magmax-modal-recent-post .single-item a.post-thumb img,
.magmax-modal-login .magmax-modal-recent-post .single-item a.post-thumb img {
  transition: all 0.5s ease;
  margin: 0;
}
.magmax-search-modal .magmax-modal-recent-post .single-item .recent-post-content,
.magmax-modal-login .magmax-modal-recent-post .single-item .recent-post-content {
  padding: 0px 20px 20px 20px;
}
.magmax-search-modal .magmax-modal-recent-post .single-item .recent-post-content .post-meta,
.magmax-modal-login .magmax-modal-recent-post .single-item .recent-post-content .post-meta {
  font-family: 'Roboto', sans-serif;
  color: #707070;
  font-size: 14px;
}
.magmax-search-modal .magmax-modal-recent-post .single-item .recent-post-content .post-meta .post-cat,
.magmax-modal-login .magmax-modal-recent-post .single-item .recent-post-content .post-meta .post-cat {
  display: none;
}
.magmax-search-modal .magmax-modal-recent-post .single-item .recent-post-content .post-meta div,
.magmax-modal-login .magmax-modal-recent-post .single-item .recent-post-content .post-meta div {
  display: block;
}
.magmax-search-modal .magmax-modal-recent-post .single-item .recent-post-content .post-meta a,
.magmax-modal-login .magmax-modal-recent-post .single-item .recent-post-content .post-meta a {
  color: #707070;
}
.magmax-search-modal .magmax-modal-recent-post .single-item .recent-post-content .post-meta a:hover,
.magmax-modal-login .magmax-modal-recent-post .single-item .recent-post-content .post-meta a:hover {
  color: #f44336;
}
.magmax-search-modal .magmax-modal-recent-post .single-item .recent-post-content .recent-post-title,
.magmax-modal-login .magmax-modal-recent-post .single-item .recent-post-content .recent-post-title {
  font-size: 16px;
  line-height: 20px;
  margin-top: 0px;
}
.magmax-search-modal .magmax-modal-recent-post .single-item .recent-post-content .recent-post-title a:hover,
.magmax-modal-login .magmax-modal-recent-post .single-item .recent-post-content .recent-post-title a:hover {
  color: #f44336;
}
.magmax-search-modal .magmax-modal-recent-post .single-item:hover,
.magmax-modal-login .magmax-modal-recent-post .single-item:hover {
  box-shadow: 0px 3px 20px #d6d6d6;
}
.magmax-search-modal .magmax-modal-recent-post .single-item:hover a.post-thumb img,
.magmax-modal-login .magmax-modal-recent-post .single-item:hover a.post-thumb img {
  transform: scale(1.1) rotate(1deg);
}
.magmax-toggle-sidebar {
  height: 100%;
  width: 350px;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  margin-right: -350px;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding: 50px 15px;
}
.magmax-toggle-sidebar .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 32px;
  height: 32px;
  opacity: 0.6;
  transition: all 0.5s ease;
}
.magmax-toggle-sidebar .close:hover {
  opacity: 1;
}
.magmax-toggle-sidebar .close:before,
.magmax-toggle-sidebar .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #f44336;
}
.magmax-toggle-sidebar .close:before {
  transform: rotate(45deg);
}
.magmax-toggle-sidebar .close:after {
  transform: rotate(-45deg);
}
.magmax-toggle-sidebar .cross-icon {
  width: 30px;
  height: 30px;
  border: 2px solid #cacaca;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  box-sizing: content-box;
  transition: all 0.5s ease;
  /* The icons are not animated in IE. */
}
.magmax-toggle-sidebar .cross-icon.cross-delete .cross-x-mark {
  position: relative;
  display: block;
}
.magmax-toggle-sidebar .cross-icon.cross-delete .cross-delete-line {
  position: absolute;
  height: 2px;
  width: 15px;
  background-color: #cacaca;
  display: block;
  top: 14px;
  border-radius: 2px;
  transition: all 0.5s ease;
}
.magmax-toggle-sidebar .cross-icon.cross-delete .cross-delete-line.cross-delete-left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.magmax-toggle-sidebar .cross-icon.cross-delete .cross-delete-line.cross-delete-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 7px;
}
.magmax-toggle-sidebar .cross-icon.cross-delete .cross-delete-line.cross-delete-left {
  -ms-transform: rotate(45deg);
}
.magmax-toggle-sidebar .cross-icon.cross-delete .cross-delete-line.cross-delete-right {
  -ms-transform: rotate(-45deg);
}
.magmax-toggle-sidebar .cross-icon:hover {
  border-color: #707070;
}
.magmax-toggle-sidebar .cross-icon:hover .cross-delete-line {
  background-color: #707070;
}
@-webkit-keyframes animateDeleteIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes animateDeleteIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
.magmax-toggle-sidebar .animateDeleteIcon {
  -webkit-animation: animateDeleteIcon 0.5s;
  animation: animateDeleteIcon 0.5s;
}
@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.magmax-toggle-sidebar .animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}
.magmax-toggle-sidebar.left {
  left: 0;
  margin-left: -350px;
}
#tx-site-container {
  transition: all 0.5s ease;
  position: relative;
}
#tx-site-container.body-overlay:before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  transition: all 0.5s ease;
  position: absolute;
  z-index: 999;
}
/**
Modal login
 */
.magmax-modal-login {
  text-align: initial;
}
@media (min-width: 768px) {
  .magmax-modal-login .modal-content {
    width: 580px;
  }
}
.magmax-modal-login form#loginform {
  width: 90%;
  margin: 0 auto;
}
.magmax-modal-login .container {
  display: block !important;
}
@media (min-width: 768px) {
  .magmax-modal-login .container {
    padding: 20px 50px 30px;
  }
}
.magmax-modal-login .container .magmax-login-form {
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px 40px;
}
.magmax-modal-login .container .magmax-login-form .sign-in-form-title {
  text-align: center;
  margin-bottom: 30px;
}
.magmax-modal-login .container .magmax-login-form .sign-in-form-title .sign-in-subtitle {
  font-size: 18px;
}
.magmax-modal-login .container .magmax-login-form .sign-in-form-title .modal-title {
  font-size: 35px;
  font-family: 'Roboto', sans-serif;
}
.magmax-modal-login .container .magmax-login-form .sign-in-form-title .seperator {
  margin: 0px 10px;
}
.magmax-modal-login .container .magmax-login-form .sign-in-form-title .sign-up-link {
  color: #f44336;
}
.magmax-modal-login .container .magmax-login-form label,
.magmax-modal-login .container .magmax-login-form input {
  display: block;
}
.magmax-modal-login .container .magmax-login-form .login-username,
.magmax-modal-login .container .magmax-login-form .login-password {
  margin-bottom: 18px;
}
.magmax-modal-login .container .magmax-login-form .login-username label,
.magmax-modal-login .container .magmax-login-form .login-password label {
  font-size: 16px;
  text-transform: uppercase;
}
.magmax-modal-login .container .magmax-login-form .login-username input,
.magmax-modal-login .container .magmax-login-form .login-password input {
  width: 100%;
  transition: all 0.5s ease;
  padding: 10px 16px;
  font-size: 16px;
}
.magmax-modal-login .container .magmax-login-form .login-username input:focus,
.magmax-modal-login .container .magmax-login-form .login-password input:focus {
  outline: none;
  border: solid 1px #f44336;
}
.magmax-modal-login .container .magmax-login-form .login-username input::-webkit-input-placeholder,
.magmax-modal-login .container .magmax-login-form .login-password input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(112, 112, 112, 0.6);
}
.magmax-modal-login .container .magmax-login-form .login-username input::-moz-placeholder,
.magmax-modal-login .container .magmax-login-form .login-password input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(112, 112, 112, 0.6);
}
.magmax-modal-login .container .magmax-login-form .login-username input:-ms-input-placeholder,
.magmax-modal-login .container .magmax-login-form .login-password input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(112, 112, 112, 0.6);
}
.magmax-modal-login .container .magmax-login-form .login-username input:-moz-placeholder,
.magmax-modal-login .container .magmax-login-form .login-password input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(112, 112, 112, 0.6);
}
.magmax-modal-login .container .magmax-login-form .login-remember {
  font-size: 16px;
}
.magmax-modal-login .container .magmax-login-form .login-remember label,
.magmax-modal-login .container .magmax-login-form .login-remember input {
  display: inline-block;
}
.magmax-modal-login .container .magmax-login-form input[type='submit'] {
  padding: 15px 32px;
  width: 100%;
  margin: 5px 0 10px;
  transition: all .5s ease;
  box-shadow: none;
  text-shadow: none;
  background: #f42;
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 3px;
}
.magmax-modal-login .container .magmax-login-form input[type='submit']:focus {
  outline: none;
}
.magmax-modal-login .container .lost-pass-and-register {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  position: relative;
  bottom: 100px;
  width: 57%;
  border-radius: 4px;
  float: right;
  color: #eee;
}
.magmax-modal-login .container .lost-pass-and-register a {
  font-weight: bold;
}
/*
responsive menu icon
====================
*/
@media (min-width: 768px) {
  .magmax-res-menu-icon-wrapper {
    display: none;
  }
}
.magmax-res-menu-icon-wrapper button:focus {
  outline: none;
}
.site-header .search-icon img,
.site-header .offcanvas-bar-icon img {
  margin-left: 5px;
  width: 20px;
  margin-bottom: 0;
  cursor: pointer;
}
.site-header .magmax-search-modal .container {
  display: inline-block !important;
  background-color: white !important;
  padding: 20px 50px 50px !important;
}
/*
Menu center
=============
*/
.magmax-header-common-style {
  text-align: center;
}
@media (max-width: 768px) {
  .magmax-header-common-style .site-branding .container {
    display: flex;
    align-items: center;
  }
  .magmax-header-common-style .site-branding .container .site-logo {
    width: 80%;
    float: left;
    text-align: left;
  }
  .magmax-header-common-style .site-branding .container .magmax-res-menu-icon-wrapper {
    width: 20%;
    float: right;
    text-align: right;
  }
}
.magmax-header-common-style nav.navbar {
  transition: all 0.5s ease;
  background: transparent;
  margin-bottom: 0;
  border: none;
}
.magmax-header-common-style nav.navbar .navbar-collapse {
  padding: 0;
  text-align: center;
}
.magmax-header-common-style nav.navbar .navbar-collapse .navbar-nav {
  float: none;
  margin: 0;
  display: inline-block;
}
.magmax-header-common-style nav.navbar .navbar-nav a {
  transition: all 0.5s ease;
}
.magmax-header-common-style nav.navbar .navbar-nav a:hover {
  color: #f44336;
}
.magmax-header-common-style nav.navbar .navbar-nav .active a {
  background: transparent;
}
.magmax-header-common-style nav.navbar .navbar-nav .open a {
  background: transparent;
}
.magmax-header-common-style nav.navbar .navbar-nav .open li a {
  background: transparent;
  padding: 7px 20px;
}
.magmax-header-common-style nav.navbar .navbar-nav .open li a:hover {
  background: transparent;
}
.magmax-header-common-style nav.navbar .navbar-nav .open li .dropdown-menu {
  top: -6px;
}
.magmax-header-common-style nav.navbar .navbar-nav .open li .dropdown-menu .open a {
  padding: 7px 20px;
}
.magmax-header-common-style nav.navbar .navbar-nav .dropdown-menu {
  border-radius: 0px;
}
/**
Header 1
===========
 */
#header-1 {
  background: #fff;
  box-shadow: 0px 1px 5px #cacaca;
  margin-bottom: 35px;
  /* Top Bar section */
  /* logo section */
  /* Menu section */
  /* search menu */
}
#header-1 .top-menu-bar {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  background: #090e1d;
  color: #8f95aa;
}
@media (max-width: 992px) {
  #header-1 .top-menu-bar {
    text-align: center;
  }
}
@media (max-width: 992px) {
  #header-1 .top-menu-bar .magmax-top-nav {
    text-align: center;
  }
}
#header-1 .top-menu-bar .magmax-top-nav ul li.menu-item {
  display: inline-block;
  padding: 0px 5px;
}
#header-1 .top-menu-bar .magmax-top-nav ul li.menu-item a {
  color: #8f95aa;
}
#header-1 .top-menu-bar .magmax-top-nav ul li.menu-item a:hover {
  color: #f44336;
}
#header-1 .magmax-branding {
  padding: 35px 0px 35px;
  border-bottom: solid 1px rgba(202, 202, 202, 0.5);
}
#header-1 .magmax-branding .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  #header-1 .magmax-branding .container {
    justify-content: flex-start;
  }
}
#header-1 .magmax-branding .container .social-wrapper {
  text-align: left;
}
@media (min-width: 768px) {
  #header-1 .magmax-branding .container .social-wrapper {
    padding: 0;
  }
}
@media (max-width: 768px) {
  #header-1 .magmax-branding .container .social-wrapper {
    display: none;
  }
}
@media (min-width: 768px) {
  #header-1 .magmax-branding .container .logo-wrapper {
    padding: 0;
  }
}
@media (max-width: 768px) {
  #header-1 .magmax-branding .container .logo-wrapper {
    display: flex;
    align-items: center;
  }
}
#header-1 .magmax-branding .container .logo-wrapper .site-logo .site-base-name {
  margin: 0;
}
#header-1 .magmax-branding .container .logo-wrapper .site-logo .site-default-logo img {
  margin: 0;
}
#header-1 .magmax-branding .container .search-wrapper {
  text-align: right;
}
@media (min-width: 768px) {
  #header-1 .magmax-branding .container .search-wrapper {
    padding: 0;
  }
}
@media (max-width: 768px) {
  #header-1 .magmax-branding .container .search-wrapper {
    display: none;
  }
}
#header-1 .magmax-branding .container .search-wrapper .search-image-wrapper img {
  margin: 0;
  width: 16px;
}
#header-1 .site-menu-1 {
  position: relative;
}
#header-1 .site-menu-1 nav.navbar {
  opacity: 1;
}
#header-1 .site-menu-1 .magmax-search-form {
  position: absolute;
  padding: 0px 15px;
  transition: all 0.5s ease;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#header-1 .site-menu-1 .magmax-search-form form,
#header-1 .site-menu-1 .magmax-search-form input,
#header-1 .site-menu-1 .magmax-search-form button {
  height: 100%;
  transition: all 0.5s ease;
}
#header-1 .site-menu-1 .magmax-search-form.search-field-open {
  z-index: 2;
}
#header-1 .site-menu-1.hide-nav {
  position: relative;
}
#header-1 .site-menu-1.hide-nav nav.navbar {
  opacity: 0;
}
#header-1 .search-wrapper img {
  cursor: pointer;
}
/*
site menu 1
=============
*/
@media (max-width: 768px) {
  .site-menu-1,
  .site-menu {
    display: none;
  }
}
.site-menu-1 li,
.site-menu li {
  font-family: 'Roboto', sans-serif;
}
.site-menu-1 li a,
.site-menu li a {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #333;
}
.site-menu-1 #magmax-main-nav,
.site-menu #magmax-main-nav {
  line-height: 0;
}
.site-menu-1 #magmax-main-nav .navbar-nav > li > a,
.site-menu #magmax-main-nav .navbar-nav > li > a {
  padding: 20px 15px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.site-menu-1 #magmax-main-nav .navbar-nav > li > a:hover,
.site-menu #magmax-main-nav .navbar-nav > li > a:hover {
  color: #f44336;
}
.site-menu-1 #magmax-main-nav .navbar-nav li.menu-item-has-children.open ul.dropdown-menu,
.site-menu #magmax-main-nav .navbar-nav li.menu-item-has-children.open ul.dropdown-menu {
  padding: 15px 10px;
  border: none;
}
.site-menu-1 #magmax-main-nav .navbar-nav li.menu-item-has-children.open ul.dropdown-menu li.menu-item a,
.site-menu #magmax-main-nav .navbar-nav li.menu-item-has-children.open ul.dropdown-menu li.menu-item a {
  padding: 8px 15px;
}
.site-menu-1 #magmax-main-nav .navbar-nav li.menu-item-has-children.open ul.dropdown-menu li.menu-item:hover > a,
.site-menu #magmax-main-nav .navbar-nav li.menu-item-has-children.open ul.dropdown-menu li.menu-item:hover > a {
  background: #f7f7f7;
}
.site-menu-1 #magmax-main-nav .navbar-nav li.menu-item-has-children.open ul.dropdown-menu li.menu-item.active > a,
.site-menu #magmax-main-nav .navbar-nav li.menu-item-has-children.open ul.dropdown-menu li.menu-item.active > a {
  color: #f44336;
  font-weight: normal;
}
.site-menu-1 #magmax-main-nav .navbar-nav li.menu-item-has-children.open ul.dropdown-menu li.menu-item-has-children.open .dropdown-menu,
.site-menu #magmax-main-nav .navbar-nav li.menu-item-has-children.open ul.dropdown-menu li.menu-item-has-children.open .dropdown-menu {
  top: -15px;
  left: 105%;
  margin-left: -2px;
}
.site-menu-1 #magmax-main-nav .navbar-nav li.menu-item-has-children.open ul.dropdown-menu li.menu-item-has-children.open .dropdown-menu .open a,
.site-menu #magmax-main-nav .navbar-nav li.menu-item-has-children.open ul.dropdown-menu li.menu-item-has-children.open .dropdown-menu .open a {
  padding: 7px 20px;
}
.site-menu-1 #magmax-main-nav .navbar-nav li.current_page_ancestor > a,
.site-menu #magmax-main-nav .navbar-nav li.current_page_ancestor > a,
.site-menu-1 #magmax-main-nav .navbar-nav li.current_page_parent > a,
.site-menu #magmax-main-nav .navbar-nav li.current_page_parent > a,
.site-menu-1 #magmax-main-nav .navbar-nav li.current-menu-parent > a,
.site-menu #magmax-main-nav .navbar-nav li.current-menu-parent > a {
  color: #f44336;
  font-weight: bold;
}
.site-menu-1 #magmax-main-nav .navbar-nav li.active > a,
.site-menu #magmax-main-nav .navbar-nav li.active > a {
  color: #f44336;
}
/**
Search
========
 */
.search-wrapper .search-box {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.search-wrapper .search-form {
  display: inline-block;
  position: absolute;
  right: 0px;
  width: 38px;
  font-size: 18px;
  color: #29313a;
  transition: all 0.8s ease;
}
.search-wrapper .search-form input.search-field {
  box-sizing: border-box;
  padding-right: 0px;
  border-radius: 50px;
  border-color: white;
  font-family: 'Nunito', sans-serif;
  padding-left: 15px;
}
.search-wrapper .search-form input.search-field::-webkit-input-placeholder {
  color: rgba(9, 14, 29, 0.5);
  font-family: 'Nunito', sans-serif;
  font-weight: normal;
}
.search-wrapper .search-form input.search-field::-moz-placeholder {
  color: rgba(9, 14, 29, 0.5);
  font-family: 'Nunito', sans-serif;
  font-weight: normal;
}
.search-wrapper .search-form input.search-field:-ms-input-placeholder {
  color: rgba(9, 14, 29, 0.5);
  font-family: 'Nunito', sans-serif;
  font-weight: normal;
}
.search-wrapper .search-form input.search-field:-moz-placeholder {
  color: rgba(9, 14, 29, 0.5);
  font-family: 'Nunito', sans-serif;
  font-weight: normal;
}
.search-wrapper .search-form .search-submit {
  display: none;
}
.search-wrapper .search_btn {
  position: relative;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  z-index: 9;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #090e1d;
  transition: all 0.8s ease;
}
.search-wrapper .search_btn:hover {
  background: #f44336;
  color: white;
}
.search-wrapper .search_btn.animate {
  background: #f44336;
  color: white;
}
.search-wrapper .search-form.active {
  width: 350px;
  right: 0px;
}
.search-wrapper .search-form.active input {
  border: solid 2px rgba(244, 67, 54, 0.8);
}
/**
Header gradient
================
 */
#header-gradient {
  background: #fff;
  box-shadow: 0px 1px 5px #cacaca;
  margin-bottom: 35px;
  /* logo section */
  /* Menu section */
  /* search menu */
}
#header-gradient .magmax-branding {
  padding: 15px 0px 15px;
}
#header-gradient .magmax-branding .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  #header-gradient .magmax-branding .container {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  #header-gradient .magmax-branding .container .logo-wrapper {
    padding: 0;
  }
}
@media (max-width: 768px) {
  #header-gradient .magmax-branding .container .logo-wrapper {
    display: flex;
    align-items: center;
  }
}
#header-gradient .magmax-branding .container .logo-wrapper .site-logo .site-base-name {
  margin: 0;
}
#header-gradient .magmax-branding .container .logo-wrapper .site-logo .site-default-logo {
  text-align: left;
}
#header-gradient .magmax-branding .container .logo-wrapper .site-logo .site-default-logo img {
  margin: 0;
}
#header-gradient .magmax-branding .container .search-wrapper {
  text-align: right;
}
@media (min-width: 768px) {
  #header-gradient .magmax-branding .container .search-wrapper {
    padding: 0;
  }
}
@media (max-width: 768px) {
  #header-gradient .magmax-branding .container .search-wrapper {
    display: none;
  }
}
#header-gradient .magmax-branding .container .search-wrapper .search-image-wrapper img {
  margin: 0;
}
#header-gradient .site-menu-gradient {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  #header-gradient .site-menu-gradient {
    display: none;
  }
}
#header-gradient .site-menu-gradient nav.navbar {
  opacity: 1;
}
#header-gradient .site-menu-gradient .magmax-search-form {
  position: absolute;
  padding: 0px 15px;
  transition: all 0.5s ease;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#header-gradient .site-menu-gradient .magmax-search-form form,
#header-gradient .site-menu-gradient .magmax-search-form input,
#header-gradient .site-menu-gradient .magmax-search-form button {
  height: 100%;
  transition: all 0.5s ease;
}
#header-gradient .site-menu-gradient .magmax-search-form.search-field-open {
  z-index: 2;
}
#header-gradient .site-menu-gradient.hide-nav {
  position: relative;
}
#header-gradient .site-menu-gradient.hide-nav nav.navbar {
  opacity: 0;
}
#header-gradient .search-wrapper img {
  cursor: pointer;
}
#header-gradient .add-wrapper {
  padding: 0;
}
@media (max-width: 992px) {
  #header-gradient .add-wrapper {
    display: none;
  }
}
#header-gradient .add-wrapper .header-add-wrapper {
  float: right;
}
#header-gradient .add-wrapper .header-add-wrapper img {
  margin: 0;
}
#header-gradient .menu-search-wrapper {
  float: right;
  padding: 0;
}
#header-gradient .menu-search-wrapper span {
  margin: 0px 5px;
  font-size: 14px;
  cursor: pointer;
}
#header-gradient .menu-search-wrapper .search-icon img {
  margin: 0;
  width: 20px;
  margin-top: -5px;
}
#header-gradient .menu-search-wrapper .menu-bar-icon img {
  margin: 0;
  width: 20px;
  margin-top: -5px;
}
/*
site menu 1
=============
*/
.site-menu-gradient li a {
  font-family: 'Nunito', sans-serif;
}
.site-menu-gradient .gradient-menu-wrapper,
.site-menu-gradient .gradient-search-wrapper {
  padding: 0;
}
@media (max-width: 768px) {
  .site-menu-gradient .gradient-menu-wrapper,
  .site-menu-gradient .gradient-search-wrapper {
    padding: 0px 15px;
  }
}
.site-menu-gradient nav.navbar .navbar-collapse {
  text-align: left;
}
.site-menu-gradient #magmax-main-nav {
  line-height: 0;
}
.site-menu-gradient #magmax-main-nav .navbar-nav > li > a {
  padding: 20px 15px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.3px;
  color: #333;
}
.site-menu-gradient #magmax-main-nav .navbar-nav > li > a:hover {
  color: #f44336;
}
.site-menu-gradient #magmax-main-nav .navbar-nav li.menu-item-has-children.open ul.dropdown-menu {
  padding: 15px 10px;
}
.site-menu-gradient #magmax-main-nav .navbar-nav li.menu-item-has-children.open ul.dropdown-menu li.menu-item a {
  padding: 8px 15px;
}
.site-menu-gradient #magmax-main-nav .navbar-nav li.menu-item-has-children.open ul.dropdown-menu li.menu-item:hover > a {
  background: #f7f7f7;
}
.site-menu-gradient #magmax-main-nav .navbar-nav li.menu-item-has-children.open ul.dropdown-menu li.menu-item.active > a {
  color: #f44336;
  font-weight: bold;
}
.site-menu-gradient #magmax-main-nav .navbar-nav li.menu-item-has-children.open ul.dropdown-menu li.menu-item-has-children.open .dropdown-menu {
  top: 0px;
  left: 105%;
}
.site-menu-gradient #magmax-main-nav .navbar-nav li.menu-item-has-children.open ul.dropdown-menu li.menu-item-has-children.open .dropdown-menu .open a {
  padding: 7px 20px;
}
.site-menu-gradient #magmax-main-nav .navbar-nav li.current_page_ancestor > a,
.site-menu-gradient #magmax-main-nav .navbar-nav li.current_page_parent > a {
  color: #f44336;
  font-weight: bold;
}
.site-menu-gradient #magmax-main-nav .navbar-nav li.active > a {
  color: #f44336;
}
body.home.header-transparent .page-content,
body.home.header-transparent .entry-content,
body.home.header-transparent .entry-summary {
  margin-top: 0;
}
body.home.header-transparent .header-transparent {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
  body.home.header-transparent .header-transparent {
    padding-top: 35px;
  }
}
header.header-transparent {
  margin-bottom: 35px;
}
header.header-transparent .header-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
header.header-transparent .site-default-logo img {
  margin-bottom: 0;
}
.post-template-single-only-content-in-grid #header-transparent {
  margin-bottom: 80px;
}
.header-full-width {
  background: white;
  padding: 0px 15px;
  margin-bottom: 35px;
  transition: all 0.5s ease;
}
.header-full-width .header-full-width-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .header-full-width .header-full-width-wrapper {
    flex-direction: column-reverse;
  }
}
.header-full-width .header-full-width-wrapper .left-side,
.header-full-width .header-full-width-wrapper .right-side {
  padding: 0;
  display: flex;
  align-items: center;
}
.header-full-width .header-full-width-wrapper .left-side img,
.header-full-width .header-full-width-wrapper .right-side img {
  margin: 0;
}
.header-full-width .header-full-width-wrapper .left-side {
  justify-content: flex-start;
}
@media (max-width: 1199px) {
  .header-full-width .header-full-width-wrapper .left-side {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .header-full-width .header-full-width-wrapper .left-side {
    width: 100%;
    justify-content: space-between;
    padding: 5px 15px;
  }
}
.header-full-width .header-full-width-wrapper .left-side .site-logo {
  margin-right: 15px;
}
.header-full-width .header-full-width-wrapper .left-side .primary-menu {
  position: relative;
}
.header-full-width .header-full-width-wrapper .left-side .primary-menu .navbar-default {
  min-height: inherit;
}
.header-full-width .header-full-width-wrapper .left-side .primary-menu .magmax-nav {
  line-height: 0;
}
.header-full-width .header-full-width-wrapper .left-side .primary-menu .magmax-nav .navbar-nav > li.menu-item > a {
  font-size: 16px;
}
.header-full-width .header-full-width-wrapper .left-side .primary-menu nav.navbar {
  opacity: 1;
}
.header-full-width .header-full-width-wrapper .left-side .primary-menu .magmax-search-form {
  position: absolute;
  padding: 0px 15px;
  transition: all 0.5s ease;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.header-full-width .header-full-width-wrapper .left-side .primary-menu .magmax-search-form form,
.header-full-width .header-full-width-wrapper .left-side .primary-menu .magmax-search-form input,
.header-full-width .header-full-width-wrapper .left-side .primary-menu .magmax-search-form button {
  height: 100%;
  transition: all 0.5s ease;
}
.header-full-width .header-full-width-wrapper .left-side .primary-menu .magmax-search-form.search-field-open {
  z-index: 2;
}
.header-full-width .header-full-width-wrapper .left-side .primary-menu.hide-nav {
  position: relative;
}
.header-full-width .header-full-width-wrapper .left-side .primary-menu.hide-nav nav.navbar {
  opacity: 0;
}
.header-full-width .header-full-width-wrapper .right-side {
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .header-full-width .header-full-width-wrapper .right-side {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .header-full-width .header-full-width-wrapper .right-side {
    display: none;
  }
}
.header-full-width .header-full-width-wrapper .right-side nav a {
  margin-bottom: 0px;
  font-family: 'Nunito', sans-serif;
  display: inline-block;
  color: #090e1d;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  background: white;
  font-size: 12px;
  margin-right: 5px;
  transition: all 0.5s ease;
}
.header-full-width .header-full-width-wrapper .right-side nav a:first-child {
  margin-left: 10px;
}
.header-full-width .header-full-width-wrapper .right-side nav a:hover {
  background: #f44336;
  color: white;
}
.header-full-width .header-full-width-wrapper .right-side .search-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  background: #f44336;
  color: white;
  cursor: pointer;
  font-size: 12px;
  transition: all 0.5s ease;
}
.header-full-width.fixed {
  position: fixed;
  width: 100%;
  z-index: 99;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}
.header-with-advertise {
  margin-bottom: 35px;
  background: white;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08);
}
.header-with-advertise .top-menu-bar {
  background: rgba(202, 202, 202, 0.2);
  font-family: 'Nunito', sans-serif;
  font-size: 12px;
}
.header-with-advertise .top-menu-bar .container {
  display: flex;
}
@media (max-width: 768px) {
  .header-with-advertise .top-menu-bar .container {
    justify-content: center;
  }
}
.header-with-advertise .top-menu-bar .container .left-side,
.header-with-advertise .top-menu-bar .container .right-side {
  padding: 0;
}
@media (max-width: 768px) {
  .header-with-advertise .top-menu-bar .container .right-side {
    display: none;
  }
}
.header-with-advertise .top-menu-bar .container .right-side .magmax-top-nav #menu-top-bar-menu li.menu-item {
  display: inline-block;
  margin-left: 5px;
}
.header-with-advertise .top-menu-bar .container .right-side .magmax-top-nav #menu-top-bar-menu li.menu-item a {
  font-family: 'Nunito', sans-serif;
  font-size: 12px;
}
.header-with-advertise .top-menu-bar .container .right-side .magmax-top-nav #menu-top-bar-menu li.menu-item a:hover {
  color: #f44336;
}
@media (max-width: 768px) {
  .header-with-advertise .logo-with-advertise {
    padding: 0px 15px;
  }
}
.header-with-advertise .logo-with-advertise .container {
  display: flex;
  align-items: center;
  padding: 15px 15px;
}
.header-with-advertise .logo-with-advertise .container img {
  margin: 0;
}
.header-with-advertise .logo-with-advertise .container .site-logo {
  display: inline-block;
  width: 40%;
}
@media (max-width: 768px) {
  .header-with-advertise .logo-with-advertise .container .site-logo {
    width: 100%;
  }
}
.header-with-advertise .logo-with-advertise .container .header-add-wrapper {
  display: inline-block;
  text-align: right;
  float: right;
  width: 60%;
}
@media (max-width: 768px) {
  .header-with-advertise .logo-with-advertise .container .header-add-wrapper {
    display: none;
  }
}
.header-with-advertise .header-with-advertise-wrapper {
  background: rgba(202, 202, 202, 0.2);
}
@media (max-width: 768px) {
  .header-with-advertise .header-with-advertise-wrapper {
    display: none;
  }
}
.header-with-advertise .header-with-advertise-wrapper .site-menu-wrapper .site-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-with-advertise .header-with-advertise-wrapper .site-menu-wrapper .site-menu .default-menu-wrapper {
  padding: 0;
}
.header-with-advertise .header-with-advertise-wrapper .site-menu-wrapper .site-menu .default-menu-wrapper .navbar-default {
  min-height: inherit;
}
.header-with-advertise .header-with-advertise-wrapper .site-menu-wrapper .site-menu .default-menu-wrapper .navbar-default #magmax-main-nav .navbar-nav {
  float: left;
}
.header-with-advertise .header-with-advertise-wrapper .site-menu-wrapper .site-menu .default-menu-wrapper .navbar-default #magmax-main-nav .navbar-nav > li.menu-item.active > a,
.header-with-advertise .header-with-advertise-wrapper .site-menu-wrapper .site-menu .default-menu-wrapper .navbar-default #magmax-main-nav .navbar-nav > li.menu-item.current_page_ancestor > a {
  background: #f44336;
  color: white !important;
}
.header-with-advertise .header-with-advertise-wrapper .site-menu-wrapper .site-menu .default-menu-wrapper .navbar-default #magmax-main-nav .navbar-nav > li.menu-item > a {
  padding: 10px 15px;
}
.header-with-advertise .header-with-advertise-wrapper .site-menu-wrapper .site-menu .default-menu-wrapper .navbar-default #magmax-main-nav .navbar-nav > li.menu-item:hover > a {
  background: #f44336;
  color: white !important;
}
.header-with-advertise .header-with-advertise-wrapper .site-menu-wrapper .site-menu .search-wrapper {
  padding: 0;
}
.header-with-advertise .header-with-advertise-wrapper .site-menu-wrapper .site-menu .search-wrapper .menu-search-wrapper {
  text-align: right;
}
.header-with-advertise .header-with-advertise-wrapper .site-menu-wrapper .site-menu .search-wrapper .menu-search-wrapper .menu-bar-icon img,
.header-with-advertise .header-with-advertise-wrapper .site-menu-wrapper .site-menu .search-wrapper .menu-search-wrapper .search-icon img {
  margin-left: 5px;
  width: 20px;
  margin-bottom: 0;
  cursor: pointer;
}
.progress-indicator {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 100px;
  height: 100px;
}
.progress-count {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 100px;
  color: #0082FF;
}
.progress-indicator svg {
  position: absolute;
}
circle {
  fill: rgba(255, 255, 255, 0.9);
}
svg .animated-circle {
  fill: transparent;
  stroke-width: 40px;
  stroke: #0A74DA;
  stroke-dasharray: 126;
  stroke-dashoffset: 126;
}
.progress-indicator-2 {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background-color: #0082FF;
  z-index: 99999999;
}
/**
Select and share
================
 */
/* button body */
.twtshare {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #26a69a;
  color: #FFF;
  width: 70px;
  height: 35px;
  display: block;
  cursor: pointer;
  text-decoration: none;
  line-height: 35px;
  text-align: center;
  margin-top: 8px;
  z-index: 9999;
}
.twtshare:hover,
.twtshare:visited,
.twtshare:active {
  color: #fff;
}
/* button bottom arrow */
.twtshare:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7.5px 0 7.5px;
  border-color: #26a69a transparent transparent transparent;
  display: block;
  left: 40%;
}
/* Preloader */
#magmax-site-preloader {
  position: fixed;
  background: white;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  left: 0;
}
#magmax-site-preloader h1 {
  position: absolute;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  left: 50%;
  top: 58%;
  margin-left: -20px;
}
#magmax-site-preloader .preloader-body {
  position: absolute;
  top: 50%;
  margin-left: -50px;
  left: 50%;
  animation: speeder .4s linear infinite;
}
#magmax-site-preloader .preloader-body > span {
  height: 5px;
  width: 35px;
  background: #000;
  position: absolute;
  top: -19px;
  left: 60px;
  border-radius: 2px 10px 1px 0;
}
#magmax-site-preloader .base span {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 100px solid #000;
  border-bottom: 6px solid transparent;
}
#magmax-site-preloader .base span:before {
  content: "";
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  right: -110px;
  top: -16px;
}
#magmax-site-preloader .base span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-right: 55px solid #000;
  border-bottom: 16px solid transparent;
  top: -16px;
  right: -98px;
}
#magmax-site-preloader .face {
  position: absolute;
  height: 12px;
  width: 20px;
  background: #000;
  border-radius: 20px 20px 0 0;
  transform: rotate(-40deg);
  right: -125px;
  top: -15px;
}
#magmax-site-preloader .face:after {
  content: "";
  height: 12px;
  width: 12px;
  background: #000;
  right: 4px;
  top: 7px;
  position: absolute;
  transform: rotate(40deg);
  transform-origin: 50% 50%;
  border-radius: 0 0 0 2px;
}
#magmax-site-preloader .preloader-body > span > span:nth-child(1),
#magmax-site-preloader .preloader-body > span > span:nth-child(2),
#magmax-site-preloader .preloader-body > span > span:nth-child(3),
#magmax-site-preloader .preloader-body > span > span:nth-child(4) {
  width: 30px;
  height: 1px;
  background: #000;
  position: absolute;
  animation: fazer1 .2s linear infinite;
}
#magmax-site-preloader .preloader-body > span > span:nth-child(2) {
  top: 3px;
  animation: fazer2 .4s linear infinite;
}
#magmax-site-preloader .preloader-body > span > span:nth-child(3) {
  top: 1px;
  animation: fazer3 .4s linear infinite;
  animation-delay: -1s;
}
#magmax-site-preloader .preloader-body > span > span:nth-child(4) {
  top: 4px;
  animation: fazer4 1s linear infinite;
  animation-delay: -1s;
}
@keyframes fazer1 {
  0% {
    left: 0;
  }
  100% {
    left: -80px;
    opacity: 0;
  }
}
@keyframes fazer2 {
  0% {
    left: 0;
  }
  100% {
    left: -100px;
    opacity: 0;
  }
}
@keyframes fazer3 {
  0% {
    left: 0;
  }
  100% {
    left: -50px;
    opacity: 0;
  }
}
@keyframes fazer4 {
  0% {
    left: 0;
  }
  100% {
    left: -150px;
    opacity: 0;
  }
}
@keyframes speeder {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -3px) rotate(-1deg);
  }
  20% {
    transform: translate(-2px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 3px) rotate(-1deg);
  }
  60% {
    transform: translate(-1px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-2px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
#magmax-site-preloader .longfazers {
  position: absolute;
  width: 100%;
  height: 100%;
}
#magmax-site-preloader .longfazers span {
  position: absolute;
  height: 2px;
  width: 20%;
  background: #000;
}
#magmax-site-preloader .longfazers span:nth-child(1) {
  top: 20%;
  animation: lf .6s linear infinite;
  animation-delay: -5s;
}
#magmax-site-preloader .longfazers span:nth-child(2) {
  top: 40%;
  animation: lf2 .8s linear infinite;
  animation-delay: -1s;
}
#magmax-site-preloader .longfazers span:nth-child(3) {
  top: 60%;
  animation: lf3 .6s linear infinite;
}
#magmax-site-preloader .longfazers span:nth-child(4) {
  top: 80%;
  animation: lf4 .5s linear infinite;
  animation-delay: -3s;
}
@keyframes lf {
  0% {
    left: 200%;
  }
  100% {
    left: -200%;
    opacity: 0;
  }
}
@keyframes lf2 {
  0% {
    left: 200%;
  }
  100% {
    left: -200%;
    opacity: 0;
  }
}
@keyframes lf3 {
  0% {
    left: 200%;
  }
  100% {
    left: -100%;
    opacity: 0;
  }
}
@keyframes lf4 {
  0% {
    left: 200%;
  }
  100% {
    left: -100%;
    opacity: 0;
  }
}
.mega-menu-wrap {
  /**
  navigation menu settings
   */
  /**
  carousel settings
   */
}
.mega-menu-wrap a {
  transition: all 0.5s ease;
  font-size: 14px !important;
}
.mega-menu-wrap a:hover {
  color: #f44336;
}
.mega-menu-wrap .post-title {
  visibility: hidden;
}
.mega-menu-wrap .post-meta,
.mega-menu-wrap .cat-post-list .post-meta,
.mega-menu-wrap .post-card .post-meta {
  visibility: hidden;
}
.mega-menu-wrap img {
  margin-bottom: 5px;
}
.mega-menu-wrap h4 {
  margin: 0;
}
.mega-menu-wrap a.post-title {
  font-size: 14px !important;
}
.mega-menu-wrap .post-meta {
  font-size: 12px !important;
}
.mega-menu-wrap .widget-post.horizontal .widget-post-wrapper .widget-post-content {
  padding: 0px 0px 0px 15px;
}
.mega-menu-wrap .widget-post li:after {
  margin: 2px 0px 8px;
}
.mega-menu-wrap .widget_nav_menu .menu .menu-item a {
  display: inline-block;
  width: 100%;
  padding: 2px 6px;
  margin-bottom: 2px;
  transition: all 0.5s ease;
  font-weight: normal;
}
.mega-menu-wrap .widget_nav_menu .menu .menu-item a:hover {
  padding-left: 10px;
}
.mega-menu-wrap .magmax-shortcode-recent-post-carousel .magmax-sc-single-category-carousel .owl-nav,
.mega-menu-wrap .magmax-shortcode-single-category-carousel .magmax-sc-single-category-carousel .owl-nav,
.mega-menu-wrap .magmax-shortcode-recent-post-carousel .magmax-sc-recent-post-carousel .owl-nav,
.mega-menu-wrap .magmax-shortcode-single-category-carousel .magmax-sc-recent-post-carousel .owl-nav {
  bottom: auto;
  left: auto;
  margin-top: 10px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:after {
  content: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on .post-title {
  visibility: visible;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on .post-meta,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on .cat-post-list .post-meta,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on .post-card .post-meta {
  visibility: visible;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu li.mega-current-menu-item > a {
  color: #f44336;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu li.mega-current-menu-parent > a {
  color: #f44336;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu li.mega-current-menu-parent li.mega-current-menu-item > a {
  color: #f44336;
}
.header-dark {
  margin-bottom: 35px;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08);
}
.header-dark .fixed__top {
  background: transparent;
}
.header-dark .fixed__top.headroom--pinned {
  transform: inherit;
}
.header-dark .enable.headroom--pinned .offcanvas,
.header-dark .enable.headroom--pinned .search {
  display: none;
}
.header-dark .top-menu-bar {
  font-family: inherit;
  font-size: 12px;
}
.header-dark .top-menu-bar .container {
  display: flex;
}
@media (max-width: 768px) {
  .header-dark .top-menu-bar .container {
    justify-content: center;
  }
}
.header-dark .top-menu-bar .container .left-side,
.header-dark .top-menu-bar .container .right-side {
  padding: 0;
}
.header-dark .top-menu-bar .container .right-side {
  font-size: 12px;
}
@media (max-width: 768px) {
  .header-dark .top-menu-bar .container .right-side {
    display: none;
  }
}
.header-dark .top-menu-bar .container .right-side .newsletter_login span {
  cursor: pointer;
}
.header-dark .top-menu-bar .container .right-side .newsletter_login a {
  margin: 0px 8px 0px 0px;
}
.header-dark .top-menu-bar .container .right-side .newsletter_login span i {
  margin-right: 5px;
}
.header-dark .logo-with-advertise {
  background: #060549;
}
.header-dark .logo-with-advertise .site-base-name a {
  color: white;
}
@media (max-width: 768px) {
  .header-dark .logo-with-advertise {
    padding: 0px 15px;
  }
}
.header-dark .logo-with-advertise .container {
  display: flex;
  align-items: center;
  padding: 15px;
}
.header-dark .logo-with-advertise .container img {
  margin: 0;
}
.header-dark .logo-with-advertise .container .site-logo {
  display: inline-block;
  width: 40%;
}
@media (max-width: 768px) {
  .header-dark .logo-with-advertise .container .site-logo {
    width: 100%;
  }
}
.header-dark .logo-with-advertise .container .header-add-wrapper {
  display: inline-block;
  text-align: right;
  float: right;
  width: 60%;
}
@media (max-width: 768px) {
  .header-dark .logo-with-advertise .container .header-add-wrapper {
    display: none;
  }
}
.header-dark .offcanvas-menu-search {
  background: #192444;
}
.header-dark .offcanvas-menu-search .header-main-menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  background: #202f5b;
}
.header-dark .offcanvas-menu-search .header-main-menu-wrapper .navbar {
  margin-bottom: 0;
  border-radius: 0;
}
.header-dark .offcanvas-menu-search .header-main-menu-wrapper .offcanvas .offcanvas-bar-icon {
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'ABeeZee', sans-serif;
}
.header-dark .offcanvas-menu-search .header-main-menu-wrapper .offcanvas .offcanvas-bar-icon img {
  margin-right: 4px;
  margin-top: -3px;
}
.header-dark .offcanvas-menu-search .header-main-menu-wrapper .offcanvas,
.header-dark .offcanvas-menu-search .header-main-menu-wrapper .menu,
.header-dark .offcanvas-menu-search .header-main-menu-wrapper .search {
  padding: 0;
}
.header-dark .offcanvas-menu-search .header-main-menu-wrapper .search {
  text-align: right;
}
@media (max-width: 768px) {
  .header-dark .offcanvas-menu-search {
    display: none;
  }
}
.header-dark .offcanvas-menu-search .default-menu-wrapper {
  text-align: center;
}
.header-dark .offcanvas-menu-search .default-menu-wrapper .add-a-menu-link {
  color: white;
}
.header-dark .site-menu .navbar-default {
  border: none;
  background: transparent;
  min-height: inherit;
}
.header-dark .site-menu .magmax-nav {
  background: transparent;
}
.header-dark .site-menu .magmax-nav ul.navbar-nav {
  display: inline-block;
  float: none;
  text-align: center;
}
.header-dark .site-menu .magmax-nav ul.nav > li.menu-item > a {
  padding: 10px 15px !important;
  position: relative;
  font-family: 'Roboto', sans-serif;
  color: #bbc2da;
  font-weight: normal;
  font-size: 14px;
}
.header-dark .site-menu .magmax-nav ul.nav > li.menu-item > a .caret {
  display: none;
}
.header-dark .site-menu .magmax-nav ul.nav > li.menu-item > a:after {
  content: none;
  width: 0%;
  height: 2px;
  background: #f44336;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease;
}
.header-dark .site-menu .magmax-nav ul.nav > li.menu-item > a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.header-dark .site-menu .magmax-nav ul.nav > li.menu-item > a:hover:after {
  width: 100%;
}
.header-dark .site-menu .magmax-nav li.menu-item > a {
  padding: 10px 15px !important;
}
.header-dark .site-menu .magmax-nav li.menu-item ul.dropdown-menu {
  border: none;
  border-radius: 0px;
}
.header-dark .site-menu .magmax-nav li.menu-item ul.dropdown-menu a {
  font-weight: normal;
}
.header-dark .site-menu .magmax-nav li.menu-item ul.dropdown-menu li.menu-item ul.dropdown-menu {
  left: 104% !important;
}
.header-dark .site-menu .magmax-nav li.menu-item.open a {
  background: transparent;
}
.header-dark #mega-menu-wrap-primary {
  background: transparent;
}
/**
Meteor Credit with bottom menu
===============================
 */
.magmax-credit-with-bottom-menu {
  display: flex;
  align-items: center;
  font-size: 12px;
  padding: 7px 0px;
}
@media (max-width: 768px) {
  .magmax-credit-with-bottom-menu {
    display: block;
    padding: 15px;
  }
}
.magmax-credit-with-bottom-menu .magmax-credit,
.magmax-credit-with-bottom-menu .bottom-menu {
  padding: 0;
}
.magmax-credit-with-bottom-menu .bottom-menu .widget_nav_menu {
  margin-bottom: 0;
}
.magmax-credit-with-bottom-menu .bottom-menu .widget_nav_menu .menu {
  text-align: right;
}
@media (max-width: 768px) {
  .magmax-credit-with-bottom-menu .bottom-menu .widget_nav_menu .menu {
    text-align: left;
  }
}
.magmax-credit-with-bottom-menu .bottom-menu .widget_nav_menu .menu .menu-item {
  display: inline-block;
  margin-left: 7px;
}
#footer-1 {
  font-size: inherit;
  font-family: inherit;
  color: #8f95aa;
  /**
  Footer top
  ===========
   */
  /**
  Footer body
  ============
   */
  /**
  footer bottom
  =============
   */
}
#footer-1 .footer-top .footer-top-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 0px;
}
@media (max-width: 992px) {
  #footer-1 .footer-top .footer-top-wrapper {
    display: block;
  }
}
#footer-1 .footer-top .footer-top-wrapper img {
  margin: 0;
  padding: 0;
}
#footer-1 .footer-top .footer-top-wrapper .footer-bottom-top-menu {
  text-align: right;
}
@media (max-width: 992px) {
  #footer-1 .footer-top .footer-top-wrapper .footer-bottom-top-menu {
    text-align: left;
    margin-top: 25px;
  }
}
#footer-1 .footer-top .footer-top-wrapper .footer-bottom-top-menu .widget {
  margin: 0;
  padding: 0;
}
#footer-1 .footer-top .footer-top-wrapper .footer-bottom-top-menu .widget ul.menu li.menu-item {
  display: inline-block;
  margin: 0px 5px;
}
@media (max-width: 992px) {
  #footer-1 .footer-body {
    padding: 0px 15px;
  }
  #footer-1 .footer-body .col-md-4,
  #footer-1 .footer-body .col-md-2 {
    padding: 0;
  }
}
#footer-1 .footer-body .footer-body-wrapper {
  padding: 50px 0px;
  border-top: solid 1px rgba(202, 202, 202, 0.3);
  border-bottom: solid 1px rgba(202, 202, 202, 0.3);
}
#footer-1 .footer-body .footer-body-wrapper .footer-site-info {
  padding-right: 4%;
  padding-left: 0;
}
#footer-1 .footer-body .footer-body-wrapper .footer-site-info .footer-social-wrapper nav a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: white;
  display: inline-block;
  margin-right: 3px;
}
@media (max-width: 992px) {
  #footer-1 .footer-body .footer-body-wrapper .widget {
    margin: 25px 0px;
  }
}
#footer-1 .footer-body .footer-body-wrapper .widget ul.menu li.menu-item {
  margin-bottom: 10px;
}
#footer-1 .footer-bottom {
  padding: 50px 0px 35px;
}
#footer-1 .footer-bottom .credit-and-menu {
  text-align: right;
}
#footer-1 .footer-bottom .credit-and-menu .footer-bottom-menu {
  text-align: right;
}
#footer-1 .footer-bottom .credit-and-menu .footer-bottom-menu .widget {
  margin: 0;
  padding: 0;
}
#footer-1 .footer-bottom .credit-and-menu .footer-bottom-menu .widget ul.menu li.menu-item {
  display: inline-block;
  margin: 0px 5px;
}
.footer-6-column {
  padding-top: 20px;
  font-size: 14px;
}
.footer-6-column a {
  font-size: 14px;
}
.footer-6-column table th,
.footer-6-column table tr,
.footer-6-column table td {
  padding: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .footer-6-column {
    padding: 15px;
  }
  .footer-6-column .col-md-2 {
    padding: 0px;
  }
}
.footer-6-column .widget_title {
  text-transform: capitalize;
  font-size: 20px;
  margin-bottom: 20px;
}
.footer-6-column .footer-body-wrapper {
  padding-bottom: 35px;
}
.footer-6-column .logo-info-section {
  display: flex;
  align-items: center;
  padding: 35px 0px;
  border-top: solid 1px rgba(202, 202, 202, 0.3);
  border-bottom: solid 1px rgba(202, 202, 202, 0.3);
}
@media (max-width: 768px) {
  .footer-6-column .logo-info-section {
    display: block;
  }
}
.footer-6-column .logo-info-section .footer-logo,
.footer-6-column .logo-info-section .footer-site-info,
.footer-6-column .logo-info-section .footer-social {
  padding: 0;
}
.footer-6-column .logo-info-section .footer-site-info {
  padding: 0px 35px;
}
@media (max-width: 768px) {
  .footer-6-column .logo-info-section .footer-site-info {
    padding: 0;
  }
}
.footer-6-column .logo-info-section .footer-social .footer-social-wrapper nav a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: white;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .footer-6-column .footer-bottom {
    padding: 0px 15px;
  }
}
.footer-6-column .footer-bottom .magmax-credit-with-bottom-menu {
  padding: 20px 0px;
}
.footer-with-sidebar {
  padding-top: 50px;
}
.footer-with-sidebar .widget_title {
  font-size: 16px;
  margin-bottom: 20px;
}
.footer-with-sidebar .footer-body .logo-info-section {
  width: 100%;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .footer-with-sidebar .footer-body .logo-info-section {
    width: 100%;
  }
}
.footer-with-sidebar .footer-body .logo-info-section .footer-site-info-wrapper {
  margin: 20px 0px 40px;
}
.footer-with-sidebar .footer-body .logo-info-section .footer-social-wrapper nav a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: white;
  display: inline-block;
  margin-right: 3px;
}
.footer-with-sidebar .footer-body .left-side {
  border-right: solid 1px #cacaca;
}
@media (max-width: 768px) {
  .footer-with-sidebar .footer-body .left-side {
    border-right: none;
  }
}
.footer-with-sidebar .footer-body .left-side .col-md-3 {
  padding: 0;
}
.footer-with-sidebar .footer-body .right-side {
  padding-left: 20px;
}
@media (max-width: 768px) {
  .footer-with-sidebar .footer-body .right-side {
    padding-left: 0px;
  }
}
.footer-with-sidebar .footer-body .right-side form .mc4wp-form-fields {
  display: flex;
  align-items: center;
}
.footer-with-sidebar .footer-body .right-side form .mc4wp-form-fields input[type="email"] {
  padding: 8.4px 10px;
  transition: all 0.5s ease;
  background: transparent;
  border-radius: 0px;
}
.footer-with-sidebar .footer-body .right-side form .mc4wp-form-fields input[type="email"]:focus {
  outline: none;
  border: solid 1px #f44336;
}
.footer-with-sidebar .footer-body .right-side form .mc4wp-form-fields input[type="submit"] {
  padding: 13px 32px;
  margin: 0px;
  transition: all .5s ease;
  box-shadow: none;
  text-shadow: none;
  background: #f42;
  color: #fff;
  border: solid 0.5px transparent;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0px;
}
.footer-with-sidebar .footer-body .right-side form .mc4wp-form-fields input[type="submit"]:focus {
  outline: none;
}
.footer-with-sidebar .footer-bottom {
  margin-top: 20px;
}
.footer-with-sidebar .footer-bottom .container {
  border-top: solid 1px #cacaca;
}