/*
  @package amaaaze
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# base
    ## Normalize
	## Common
	## Media
	## Menus
	## Mixins
	## Placeholders
	## Variables
	## Wordpress
# admin
	## Sidebar

--------------------------------------------------------------*/
/* Import
  ---------------------
*/
/*
  @package amaaaze
*/
/*
  Normalize
  ---------------------
*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
  @package amaaaze
*/
/*
    Variables
  ---------------------
*/
/*
  @package amaaaze
*/
/*
  Mixins
  ---------------------
*/
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@keyframes preloader {
  from {
    transform: rotate(0deg) scale(1, 1);
    border-radius: 0px; }
  to {
    transform: rotate(720deg) scale(0.5, 0.5);
    border-radius: 25px; } }
@-webkit-keyframes preloader {
  from {
    -webkit-transform: rotate(0deg) scale(1, 1);
    border-radius: 0px; }
  to {
    -webkit-transform: rotate(720deg) scale(0.5, 0.5);
    border-radius: 25px; } }
@keyframes menu_sticky {
  0% {
    margin-top: -120px;
    opacity: 0; }
  50% {
    margin-top: -64px;
    opacity: 0; }
  100% {
    margin-top: 0;
    opacity: 1; } }
/*
  @package amaaaze
*/
/* Placeholders
  ---------------------
*/
/*
  @package amaaaze
*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

dl.wp-caption {
  border: none; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

.gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto; }

/*
  @package amaaaze
*/
/*
  Menus
  ---------------------
*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .main-navigation {
      position: relative;
      left: 12%; } }
  .main-navigation ul.sub-menu {
    display: block;
    float: left;
    text-align: left; }
  .main-navigation ul {
    margin: 0 auto;
    padding: 0;
    display: flex;
    text-align: center;
    justify-content: center;
    float: none;
    list-style: none; }
    .main-navigation ul ul {
      float: left;
      position: absolute;
      top: auto;
      left: -999em;
      z-index: 99999;
      background: rgba(255, 255, 255, 0.96) none repeat scroll 0 0; }
      .main-navigation ul ul ul {
        left: -999em; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px); }
    .main-navigation ul .sub-menu, .main-navigation ul .children {
      padding: 15px 0;
      margin-top: 0px; }
      .main-navigation ul .sub-menu li a, .main-navigation ul .children li a {
        display: block;
        color: #252525;
        font-size: 14px;
        line-height: 2;
        letter-spacing: 0px;
        font-weight: 500;
        text-transform: none;
        border: none;
        padding: 8px 20px; }
        .main-navigation ul .sub-menu li a:after, .main-navigation ul .children li a:after {
          opacity: 0; }
        .main-navigation ul .sub-menu li a:hover, .main-navigation ul .sub-menu li a:focus, .main-navigation ul .children li a:hover, .main-navigation ul .children li a:focus {
          background: none;
          color: #000; }
          .main-navigation ul .sub-menu li a:hover:after, .main-navigation ul .sub-menu li a:focus:after, .main-navigation ul .children li a:hover:after, .main-navigation ul .children li a:focus:after {
            opacity: 0; }
      .main-navigation ul .sub-menu:after, .main-navigation ul .children:after {
        content: "";
        display: block;
        height: 20px;
        position: absolute;
        top: -20px;
        width: 100%; }
  .main-navigation li {
    float: left;
    position: relative; }
    .main-navigation li a {
      font-family: "Roboto", sans-serif; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 15px;
    line-height: 2; }

/* Top bar menu */
.top-bar {
  background-color: #ffffff;
  padding: 20px 0; }
  @media (max-width: 767px) {
    .top-bar .amaaaze-topbar-widget {
      width: 100%;
      text-align: center; } }
  .top-bar .contact-info-left ul li {
    display: inline-block;
    float: left;
    margin-right: 30px;
    font-size: 14px;
    margin-bottom: 0px;
    color: #ffffff;
    line-height: 28px; }
    @media (max-width: 767px) {
      .top-bar .contact-info-left ul li {
        float: none;
        margin-right: 0px;
        display: block;
        text-align: center; } }
    .top-bar .contact-info-left ul li span:before {
      margin-right: 6px;
      color: #000;
      top: 3px;
      position: relative; }
  .top-bar .top-right {
    padding-right: 0px; }
    @media (max-width: 767px) {
      .top-bar .top-right {
        padding-right: 15px; } }
    @media (max-width: 480px) {
      .top-bar .top-right {
        width: 100%; } }
    .top-bar .top-right .search-icon {
      cursor: pointer; }
      .top-bar .top-right .search-icon i {
        color: #ffffff;
        line-height: 3; }
    .top-bar .top-right .top-social-links ul li {
      float: left;
      padding: 0;
      margin-bottom: 0px;
      width: 36px;
      text-align: right; }
      @media (max-width: 767px) {
        .top-bar .top-right .top-social-links ul li {
          float: none;
          padding: 0 10px;
          width: 100%;
          text-align: center;
          display: inline; } }
      .top-bar .top-right .top-social-links ul li a {
        color: #ffffff;
        font-size: 16px; }
        .top-bar .top-right .top-social-links ul li a i {
          font-size: 14px; }
        .top-bar .top-right .top-social-links ul li a:hover {
          color: #000; }

.navbar.navbar-default.social-menu {
  max-width: 250px;
  margin: 0 auto;
  background-color: transparent;
  border-color: transparent; }
  .navbar.navbar-default.social-menu ul li {
    max-width: 60px; }
    .navbar.navbar-default.social-menu ul li a {
      text-align: center;
      color: transparent;
      font-size: 0;
      height: 0;
      padding: 0;
      background-color: transparent;
      margin: 2px;
      line-height: 2.5; }
      .navbar.navbar-default.social-menu ul li a:after {
        font-family: fontawesome;
        color: #555555;
        font-size: 18px;
        padding: 15px; }
    .navbar.navbar-default.social-menu ul li.facebook a:after {
      content: "\f09a"; }
    .navbar.navbar-default.social-menu ul li.twitter a:after {
      content: "\f099"; }
    .navbar.navbar-default.social-menu ul li.quora a:after {
      content: "\f2c4"; }
    .navbar.navbar-default.social-menu ul li.instagram a:after {
      content: "\f16d"; }
    .navbar.navbar-default.social-menu ul li.linkedin a:after {
      content: "\f0e1"; }

.menu-container {
  padding-left: 0px;
  padding-right: 0px; }
  .menu-container .main-navigation {
    padding-left: 0px;
    padding-right: 0px; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 767px) {
  .menu-toggle {
    display: none; } }
/*
  Header
  ---------------------
*/
.header-background {
  height: 100vh; }
  .header-background .header-content {
    text-align: center; }
    .header-background .header-content .site-title {
      color: #ffffff;
      font-weight: 600; }
      .header-background .header-content .site-title a {
        color: #ffffff; }
    .header-background .header-content .site-description {
      color: #ffffff;
      font-weight: 600;
      font-size: 16px;
      margin-top: 1em; }

.site-branding {
  text-align: left; }
  .site-branding .site-title {
    margin: 0;
    color: #ffffff;
    display: inline-block;
    padding: 0px;
    font-size: 42px; }
    .site-branding .site-title a .logo-text {
      font-size: 34px; }
    .site-branding .site-title a img {
      width: 250px; }
  .site-branding .desc {
    color: #252525;
    font-size: 14px;
    font-style: italic;
    margin-top: 0px; }

.header-container {
  position: relative;
  display: block; }
  .header-container .nav-container {
    width: 100%; }
    .header-container .nav-container .topbar-right {
      text-align: right; }
      @media (max-width: 1199px) and (min-width: 992px) {
        .header-container .nav-container .topbar-right {
          text-align: left;
          padding-left: 60px; } }
    .header-container .nav-container .topbar-widgets {
      display: inline; }
    .header-container .nav-container .topbar-icons {
      display: inline-flex;
      margin-bottom: 0px; }
      @media (max-width: 480px) {
        .header-container .nav-container .topbar-icons {
          width: 50%;
          margin-bottom: 15px; } }
    .header-container .nav-container .search-icon {
      display: inline-block; }
      .header-container .nav-container .search-icon .toggle-search {
        font-weight: normal;
        line-height: 20px;
        font-size: 16px;
        text-align: center;
        min-width: 30px; }
        .header-container .nav-container .search-icon .toggle-search i {
          color: #ffffff; }
    .header-container .nav-container .amaaaze-login {
      display: inline-block; }
      .header-container .nav-container .amaaaze-login .toggle-login .login_button {
        font-size: 16px;
        line-height: 20px;
        padding: 15px;
        text-align: center;
        color: #936FA4; }
        .header-container .nav-container .amaaaze-login .toggle-login .login_button i {
          color: #936FA4; }
    .header-container .nav-container .sidebar-open {
      display: inline-block;
      cursor: pointer;
      color: #ffffff;
      font-size: 16px;
      font-weight: normal;
      text-align: center;
      margin-right: 32px;
      position: relative;
      -webkit-transition: all 0.3s;
      border-radius: 0px;
      line-height: 45px;
      width: 35px;
      height: 35px; }
      .header-container .nav-container .sidebar-open:hover, .header-container .nav-container .sidebar-open:focus {
        color: #ffffff;
        background: #252525; }
      @media (max-width: 767px) {
        .header-container .nav-container .sidebar-open.visible-xs {
          display: inline-block !important; } }
    .header-container .nav-container.affix {
      position: fixed;
      z-index: 9999;
      box-shadow: 0px 13px 30px -12px rgba(0, 0, 0, 0.75);
      top: 0;
      padding: 15px 0;
      animation-name: menu_sticky;
      -webkit-animation-name: menu_sticky;
      animation-duration: 0.70s;
      animation-timing-function: ease-in-out; }
      .admin-bar .header-container .nav-container.affix {
        top: 46px; }
        @media screen and (min-width: 783px) {
          .admin-bar .header-container .nav-container.affix {
            top: 32px; } }
      @media (max-width: 767px) {
        .header-container .nav-container.affix {
          position: static; } }
      .header-container .nav-container.affix .topbar-icons .amaaaze-shopping {
        padding: 22px 0; }
      .header-container .nav-container.affix .topbar-icons .search-icon .toggle-search {
        padding: 37px 0; }
  @media (max-width: 480px) {
    .header-container .nav-container {
      position: relative; }
      .header-container .nav-container .site-title {
        font-size: 32px;
        line-height: 1.5; } }

/*
  Navbar
  ---------------------
*/
.navbar-amaaaze {
  margin-bottom: 0;
  background: transparent;
  border: none;
  text-shadow: none;
  margin-top: 12px; }
  .navbar-amaaaze .navbar-nav li a {
    font-size: 16px;
    background: none;
    font-weight: 400;
    padding: 12px 18px;
    color: #252525;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; }
    .navbar-amaaaze .navbar-nav li a:hover, .navbar-amaaaze .navbar-nav li a:focus {
      color: #000;
      background: none; }
  .navbar-amaaaze .navbar-nav li.download_menu {
    margin-left: 15px; }
    .navbar-amaaaze .navbar-nav li.download_menu a {
      background-color: #eeeeee;
      border: 1px solid #c1c1c1;
      color: #000;
      border-radius: 3px; }
  .navbar-amaaaze .navbar-nav li.active > a, .navbar-amaaaze .navbar-nav li.current_page_item > a, .navbar-amaaaze .navbar-nav li.current_page_parent > a, .navbar-amaaaze .navbar-nav li.current_page_ancestor > a {
    color: #000;
    background: #ffffff; }
    .navbar-amaaaze .navbar-nav li.active > a:hover, .navbar-amaaaze .navbar-nav li.active > a:focus, .navbar-amaaaze .navbar-nav li.current_page_item > a:hover, .navbar-amaaaze .navbar-nav li.current_page_item > a:focus, .navbar-amaaaze .navbar-nav li.current_page_parent > a:hover, .navbar-amaaaze .navbar-nav li.current_page_parent > a:focus, .navbar-amaaaze .navbar-nav li.current_page_ancestor > a:hover, .navbar-amaaaze .navbar-nav li.current_page_ancestor > a:focus {
      opacity: 1;
      color: #000; }
  .navbar-amaaaze .navbar-nav li.page_item_has_children, .navbar-amaaaze .navbar-nav li.menu-item-has-children {
    position: relative; }
    .navbar-amaaaze .navbar-nav li.page_item_has_children:after, .navbar-amaaaze .navbar-nav li.menu-item-has-children:after {
      position: absolute;
      content: "\f107";
      right: 5px;
      font-family: fontawesome;
      top: 7px;
      font-size: 13px;
      color: #252525;
      font-weight: 400;
      display: inline-block;
      line-height: 2.7; }
      @media (max-width: 991px) {
        .navbar-amaaaze .navbar-nav li.page_item_has_children:after, .navbar-amaaaze .navbar-nav li.menu-item-has-children:after {
          display: none; } }
    .navbar-amaaaze .navbar-nav li.page_item_has_children.active:after, .navbar-amaaaze .navbar-nav li.page_item_has_children.current_page_item:after, .navbar-amaaaze .navbar-nav li.page_item_has_children.current_page_parent:after, .navbar-amaaaze .navbar-nav li.page_item_has_children.current_page_ancestor:after, .navbar-amaaaze .navbar-nav li.menu-item-has-children.active:after, .navbar-amaaaze .navbar-nav li.menu-item-has-children.current_page_item:after, .navbar-amaaaze .navbar-nav li.menu-item-has-children.current_page_parent:after, .navbar-amaaaze .navbar-nav li.menu-item-has-children.current_page_ancestor:after {
      color: #000; }
    .navbar-amaaaze .navbar-nav li.page_item_has_children:hover:after, .navbar-amaaaze .navbar-nav li.menu-item-has-children:hover:after {
      color: #000; }
  .navbar-amaaaze .navbar-nav li.open a {
    background: rgba(0, 0, 0, 0.5);
    color: #000; }
    .navbar-amaaaze .navbar-nav li.open a:hover, .navbar-amaaaze .navbar-nav li.open a:focus {
      color: #000;
      background: rgba(0, 0, 0, 0.5); }
  .navbar-amaaaze .navbar-nav li .children, .navbar-amaaaze .navbar-nav li .dropdown-menu, .navbar-amaaaze .navbar-nav li .sub-menu {
    -webkit-transition: all 500ms ease !important;
    -moz-transition: all 500ms ease !important;
    -ms-transition: all 500ms ease !important;
    -o-transition: all 500ms ease !important;
    transition: all 500ms ease !important;
    background: #ffffff;
    padding: 0px;
    min-width: 280px;
    display: block;
    text-align: left; }
    .navbar-amaaaze .navbar-nav li .children li:first-child, .navbar-amaaaze .navbar-nav li .dropdown-menu li:first-child, .navbar-amaaaze .navbar-nav li .sub-menu li:first-child {
      border-top: 0px none; }
    .navbar-amaaaze .navbar-nav li .children li, .navbar-amaaaze .navbar-nav li .dropdown-menu li, .navbar-amaaaze .navbar-nav li .sub-menu li {
      display: block;
      float: none;
      padding: 0px;
      border-top: 1px solid #eeeeee; }
      .navbar-amaaaze .navbar-nav li .children li a, .navbar-amaaaze .navbar-nav li .dropdown-menu li a, .navbar-amaaaze .navbar-nav li .sub-menu li a {
        -webkit-transition: all 500ms ease !important;
        -moz-transition: all 500ms ease !important;
        -ms-transition: all 500ms ease !important;
        -o-transition: all 500ms ease !important;
        transition: all 500ms ease !important;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        position: relative;
        display: block;
        width: 100%;
        font-weight: 400;
        line-height: 20px;
        padding: 15px 15px 15px 20px;
        background: #f5f5f5;
        color: #252525;
        text-transform: capitalize; }
        .navbar-amaaaze .navbar-nav li .children li a:hover, .navbar-amaaaze .navbar-nav li .children li a:focus, .navbar-amaaaze .navbar-nav li .dropdown-menu li a:hover, .navbar-amaaaze .navbar-nav li .dropdown-menu li a:focus, .navbar-amaaaze .navbar-nav li .sub-menu li a:hover, .navbar-amaaaze .navbar-nav li .sub-menu li a:focus {
          color: #ffffff;
          background: #252525; }
          .navbar-amaaaze .navbar-nav li .children li a:hover:before, .navbar-amaaaze .navbar-nav li .children li a:focus:before, .navbar-amaaaze .navbar-nav li .dropdown-menu li a:hover:before, .navbar-amaaaze .navbar-nav li .dropdown-menu li a:focus:before, .navbar-amaaaze .navbar-nav li .sub-menu li a:hover:before, .navbar-amaaaze .navbar-nav li .sub-menu li a:focus:before {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
            left: -5px;
            background: transparent; }
      .navbar-amaaaze .navbar-nav li .children li ul, .navbar-amaaaze .navbar-nav li .children li .children, .navbar-amaaaze .navbar-nav li .dropdown-menu li ul, .navbar-amaaaze .navbar-nav li .dropdown-menu li .children, .navbar-amaaaze .navbar-nav li .sub-menu li ul, .navbar-amaaaze .navbar-nav li .sub-menu li .children {
        left: -999em; }
      .navbar-amaaaze .navbar-nav li .children li.page_item_has_children:after, .navbar-amaaaze .navbar-nav li .children li.menu-item-has-children:after, .navbar-amaaaze .navbar-nav li .dropdown-menu li.page_item_has_children:after, .navbar-amaaaze .navbar-nav li .dropdown-menu li.menu-item-has-children:after, .navbar-amaaaze .navbar-nav li .sub-menu li.page_item_has_children:after, .navbar-amaaaze .navbar-nav li .sub-menu li.menu-item-has-children:after {
        content: "\f105";
        line-height: 2;
        right: 10px; }
      .navbar-amaaaze .navbar-nav li .children li.page_item_has_children:hover > a, .navbar-amaaaze .navbar-nav li .children li.page_item_has_children:focus > a, .navbar-amaaaze .navbar-nav li .children li.menu-item-has-children:hover > a, .navbar-amaaaze .navbar-nav li .children li.menu-item-has-children:focus > a, .navbar-amaaaze .navbar-nav li .dropdown-menu li.page_item_has_children:hover > a, .navbar-amaaaze .navbar-nav li .dropdown-menu li.page_item_has_children:focus > a, .navbar-amaaaze .navbar-nav li .dropdown-menu li.menu-item-has-children:hover > a, .navbar-amaaaze .navbar-nav li .dropdown-menu li.menu-item-has-children:focus > a, .navbar-amaaaze .navbar-nav li .sub-menu li.page_item_has_children:hover > a, .navbar-amaaaze .navbar-nav li .sub-menu li.page_item_has_children:focus > a, .navbar-amaaaze .navbar-nav li .sub-menu li.menu-item-has-children:hover > a, .navbar-amaaaze .navbar-nav li .sub-menu li.menu-item-has-children:focus > a {
        background: #000;
        color: #ffffff; }
      .navbar-amaaaze .navbar-nav li .children li.page_item_has_children:hover ul, .navbar-amaaaze .navbar-nav li .children li.page_item_has_children:hover .childern, .navbar-amaaaze .navbar-nav li .children li.page_item_has_children:focus ul, .navbar-amaaaze .navbar-nav li .children li.page_item_has_children:focus .childern, .navbar-amaaaze .navbar-nav li .children li.menu-item-has-children:hover ul, .navbar-amaaaze .navbar-nav li .children li.menu-item-has-children:hover .childern, .navbar-amaaaze .navbar-nav li .children li.menu-item-has-children:focus ul, .navbar-amaaaze .navbar-nav li .children li.menu-item-has-children:focus .childern, .navbar-amaaaze .navbar-nav li .dropdown-menu li.page_item_has_children:hover ul, .navbar-amaaaze .navbar-nav li .dropdown-menu li.page_item_has_children:hover .childern, .navbar-amaaaze .navbar-nav li .dropdown-menu li.page_item_has_children:focus ul, .navbar-amaaaze .navbar-nav li .dropdown-menu li.page_item_has_children:focus .childern, .navbar-amaaaze .navbar-nav li .dropdown-menu li.menu-item-has-children:hover ul, .navbar-amaaaze .navbar-nav li .dropdown-menu li.menu-item-has-children:hover .childern, .navbar-amaaaze .navbar-nav li .dropdown-menu li.menu-item-has-children:focus ul, .navbar-amaaaze .navbar-nav li .dropdown-menu li.menu-item-has-children:focus .childern, .navbar-amaaaze .navbar-nav li .sub-menu li.page_item_has_children:hover ul, .navbar-amaaaze .navbar-nav li .sub-menu li.page_item_has_children:hover .childern, .navbar-amaaaze .navbar-nav li .sub-menu li.page_item_has_children:focus ul, .navbar-amaaaze .navbar-nav li .sub-menu li.page_item_has_children:focus .childern, .navbar-amaaaze .navbar-nav li .sub-menu li.menu-item-has-children:hover ul, .navbar-amaaaze .navbar-nav li .sub-menu li.menu-item-has-children:hover .childern, .navbar-amaaaze .navbar-nav li .sub-menu li.menu-item-has-children:focus ul, .navbar-amaaaze .navbar-nav li .sub-menu li.menu-item-has-children:focus .childern {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        left: 90%;
        top: 0; }
        .navbar-amaaaze .navbar-nav li .children li.page_item_has_children:hover ul a, .navbar-amaaaze .navbar-nav li .children li.page_item_has_children:hover .childern a, .navbar-amaaaze .navbar-nav li .children li.page_item_has_children:focus ul a, .navbar-amaaaze .navbar-nav li .children li.page_item_has_children:focus .childern a, .navbar-amaaaze .navbar-nav li .children li.menu-item-has-children:hover ul a, .navbar-amaaaze .navbar-nav li .children li.menu-item-has-children:hover .childern a, .navbar-amaaaze .navbar-nav li .children li.menu-item-has-children:focus ul a, .navbar-amaaaze .navbar-nav li .children li.menu-item-has-children:focus .childern a, .navbar-amaaaze .navbar-nav li .dropdown-menu li.page_item_has_children:hover ul a, .navbar-amaaaze .navbar-nav li .dropdown-menu li.page_item_has_children:hover .childern a, .navbar-amaaaze .navbar-nav li .dropdown-menu li.page_item_has_children:focus ul a, .navbar-amaaaze .navbar-nav li .dropdown-menu li.page_item_has_children:focus .childern a, .navbar-amaaaze .navbar-nav li .dropdown-menu li.menu-item-has-children:hover ul a, .navbar-amaaaze .navbar-nav li .dropdown-menu li.menu-item-has-children:hover .childern a, .navbar-amaaaze .navbar-nav li .dropdown-menu li.menu-item-has-children:focus ul a, .navbar-amaaaze .navbar-nav li .dropdown-menu li.menu-item-has-children:focus .childern a, .navbar-amaaaze .navbar-nav li .sub-menu li.page_item_has_children:hover ul a, .navbar-amaaaze .navbar-nav li .sub-menu li.page_item_has_children:hover .childern a, .navbar-amaaaze .navbar-nav li .sub-menu li.page_item_has_children:focus ul a, .navbar-amaaaze .navbar-nav li .sub-menu li.page_item_has_children:focus .childern a, .navbar-amaaaze .navbar-nav li .sub-menu li.menu-item-has-children:hover ul a, .navbar-amaaaze .navbar-nav li .sub-menu li.menu-item-has-children:hover .childern a, .navbar-amaaaze .navbar-nav li .sub-menu li.menu-item-has-children:focus ul a, .navbar-amaaaze .navbar-nav li .sub-menu li.menu-item-has-children:focus .childern a {
          background: transparent;
          color: #252525; }
          .navbar-amaaaze .navbar-nav li .children li.page_item_has_children:hover ul a:hover, .navbar-amaaaze .navbar-nav li .children li.page_item_has_children:hover .childern a:hover, .navbar-amaaaze .navbar-nav li .children li.page_item_has_children:focus ul a:hover, .navbar-amaaaze .navbar-nav li .children li.page_item_has_children:focus .childern a:hover, .navbar-amaaaze .navbar-nav li .children li.menu-item-has-children:hover ul a:hover, .navbar-amaaaze .navbar-nav li .children li.menu-item-has-children:hover .childern a:hover, .navbar-amaaaze .navbar-nav li .children li.menu-item-has-children:focus ul a:hover, .navbar-amaaaze .navbar-nav li .children li.menu-item-has-children:focus .childern a:hover, .navbar-amaaaze .navbar-nav li .dropdown-menu li.page_item_has_children:hover ul a:hover, .navbar-amaaaze .navbar-nav li .dropdown-menu li.page_item_has_children:hover .childern a:hover, .navbar-amaaaze .navbar-nav li .dropdown-menu li.page_item_has_children:focus ul a:hover, .navbar-amaaaze .navbar-nav li .dropdown-menu li.page_item_has_children:focus .childern a:hover, .navbar-amaaaze .navbar-nav li .dropdown-menu li.menu-item-has-children:hover ul a:hover, .navbar-amaaaze .navbar-nav li .dropdown-menu li.menu-item-has-children:hover .childern a:hover, .navbar-amaaaze .navbar-nav li .dropdown-menu li.menu-item-has-children:focus ul a:hover, .navbar-amaaaze .navbar-nav li .dropdown-menu li.menu-item-has-children:focus .childern a:hover, .navbar-amaaaze .navbar-nav li .sub-menu li.page_item_has_children:hover ul a:hover, .navbar-amaaaze .navbar-nav li .sub-menu li.page_item_has_children:hover .childern a:hover, .navbar-amaaaze .navbar-nav li .sub-menu li.page_item_has_children:focus ul a:hover, .navbar-amaaaze .navbar-nav li .sub-menu li.page_item_has_children:focus .childern a:hover, .navbar-amaaaze .navbar-nav li .sub-menu li.menu-item-has-children:hover ul a:hover, .navbar-amaaaze .navbar-nav li .sub-menu li.menu-item-has-children:hover .childern a:hover, .navbar-amaaaze .navbar-nav li .sub-menu li.menu-item-has-children:focus ul a:hover, .navbar-amaaaze .navbar-nav li .sub-menu li.menu-item-has-children:focus .childern a:hover {
            background: #000;
            color: #ffffff; }
  .navbar-amaaaze .navbar-nav li.page_item_has_children:hover > a, .navbar-amaaaze .navbar-nav li.menu-item-has-children:hover > a {
    color: #000; }
  .navbar-amaaaze .navbar-nav li:hover .sub-menu, .navbar-amaaaze .navbar-nav li:hover .children, .navbar-amaaaze .navbar-nav li:hover .dropdown-menu {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }

/*
  Off canvas mobile menu
  ---------------------
*/
.amaaaze-offcanvas-menu {
  padding: 20px; }
  .amaaaze-offcanvas-menu ul.navbar-collapse {
    -webkit-box-shadow: none;
    padding: 0;
    margin: 0;
    border: none;
    display: block; }
    .amaaaze-offcanvas-menu ul.navbar-collapse li {
      list-style: none; }
      .amaaaze-offcanvas-menu ul.navbar-collapse li a {
        background: transparent;
        color: #ffffff;
        font-weight: 400;
        display: block;
        font-size: 16px;
        text-transform: capitalize;
        padding: 10px 10px 10px 15px;
        opacity: 0.6;
        position: relative; }
        .amaaaze-offcanvas-menu ul.navbar-collapse li a:hover, .amaaaze-offcanvas-menu ul.navbar-collapse li a:focus {
          opacity: 1;
          background: transparent; }
        .amaaaze-offcanvas-menu ul.navbar-collapse li a:before {
          content: "\f00a";
          position: absolute;
          left: 0;
          display: inline-block;
          font-family: FontAwesome;
          line-height: 1;
          margin-top: 5px;
          font-size: 10px; }
      .amaaaze-offcanvas-menu ul.navbar-collapse li.menu-item-has-children a:after {
        content: "\f0d7";
        position: absolute;
        right: 0px;
        display: inline-block;
        font-family: FontAwesome;
        line-height: 1;
        margin-top: 0;
        font-size: 10px; }
      .amaaaze-offcanvas-menu ul.navbar-collapse li.current-menu-item > a, .amaaaze-offcanvas-menu ul.navbar-collapse li.active > a {
        color: #ffffff;
        opacity: 1; }
        .amaaaze-offcanvas-menu ul.navbar-collapse li.current-menu-item > a:hover, .amaaaze-offcanvas-menu ul.navbar-collapse li.current-menu-item > a:focus, .amaaaze-offcanvas-menu ul.navbar-collapse li.active > a:hover, .amaaaze-offcanvas-menu ul.navbar-collapse li.active > a:focus {
          color: #ffffff; }
      .amaaaze-offcanvas-menu ul.navbar-collapse li .sub-menu, .amaaaze-offcanvas-menu ul.navbar-collapse li .children {
        padding-left: 20px;
        background: none; }
        .amaaaze-offcanvas-menu ul.navbar-collapse li .sub-menu li a, .amaaaze-offcanvas-menu ul.navbar-collapse li .children li a {
          padding: 5px 0; }
          .amaaaze-offcanvas-menu ul.navbar-collapse li .sub-menu li a:before, .amaaaze-offcanvas-menu ul.navbar-collapse li .sub-menu li a:after, .amaaaze-offcanvas-menu ul.navbar-collapse li .children li a:before, .amaaaze-offcanvas-menu ul.navbar-collapse li .children li a:after {
            display: none; }

/*
  Media Queries
  ---------------------
*/
.head-search {
  background-color: #252525;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: auto; }
  .head-search .search-expand {
    padding: 20px 0px; }
    .head-search .search-expand .close_button {
      color: #ffffff;
      padding-right: 0px;
      cursor: pointer;
      font-weight: bold; }
      @media (max-width: 480px) {
        .head-search .search-expand .close_button {
          text-align: center !important;
          top: -15px; } }
    .head-search .search-expand .search-expand-inner form.searchform {
      width: 280px; }
      .head-search .search-expand .search-expand-inner form.searchform .input-group input {
        line-height: 24px;
        background: none;
        padding: 7px 40px 7px 0px;
        border-width: 0px 0px 1px 0px;
        border-color: #ffffff;
        border-style: solid;
        box-shadow: none;
        color: #ffffff;
        height: 40px;
        min-width: 400px;
        width: 100%;
        font-size: 16px;
        border-radius: 0px; }
        @media (max-width: 480px) {
          .head-search .search-expand .search-expand-inner form.searchform .input-group input {
            min-width: 232px; } }
        .head-search .search-expand .search-expand-inner form.searchform .input-group input:focus {
          -webkit-box-shadow: none; }
      .head-search .search-expand .search-expand-inner form.searchform .input-group input:focus + .input-group-btn button {
        background-color: transparent; }
      .head-search .search-expand .search-expand-inner form.searchform .input-group .input-group-btn button {
        background: transparent;
        padding: 0px;
        border-radius: 0px;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        right: 0;
        text-align: center;
        top: 0;
        width: 42px;
        border-width: 0px 0px 1px 0px;
        border-style: solid;
        border-color: #ffffff; }
        @media (max-width: 480px) {
          .head-search .search-expand .search-expand-inner form.searchform .input-group .input-group-btn button {
            width: 25px;
            right: 17px; } }

@media (max-width: 480px) {
  .amaaaze-header-menu {
    width: 100%;
    display: none; } }
.amaaaze-header-menu ul.navbar-social {
  text-align: left;
  margin-left: 0px;
  padding-left: 0px; }

.amaaaze-header-menu, .amaaaze-footer-menu {
  padding: 0px; }
  .amaaaze-header-menu .navbar, .amaaaze-footer-menu .navbar {
    min-height: 0px; }
  .amaaaze-header-menu ul.navbar-social, .amaaaze-footer-menu ul.navbar-social {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    box-shadow: none;
    text-align: right; }
    .amaaaze-header-menu ul.navbar-social li, .amaaaze-footer-menu ul.navbar-social li {
      max-width: 58px;
      display: inline-block; }
      .amaaaze-header-menu ul.navbar-social li.facebook a:after, .amaaaze-footer-menu ul.navbar-social li.facebook a:after {
        content: "\f09a"; }
      .amaaaze-header-menu ul.navbar-social li.twitter a:after, .amaaaze-footer-menu ul.navbar-social li.twitter a:after {
        content: "\f099"; }
      .amaaaze-header-menu ul.navbar-social li.google a:after, .amaaaze-footer-menu ul.navbar-social li.google a:after {
        content: "\f0d5"; }
      .amaaaze-header-menu ul.navbar-social li.linkedin a:after, .amaaaze-footer-menu ul.navbar-social li.linkedin a:after {
        content: "\f0e1"; }
      .amaaaze-header-menu ul.navbar-social li.rss a:after, .amaaaze-footer-menu ul.navbar-social li.rss a:after {
        content: "\f09e"; }
      .amaaaze-header-menu ul.navbar-social li.skype a:after, .amaaaze-footer-menu ul.navbar-social li.skype a:after {
        content: "\f17e"; }
      .amaaaze-header-menu ul.navbar-social li a, .amaaaze-footer-menu ul.navbar-social li a {
        color: transparent;
        font-size: 0;
        height: 0;
        padding: 0;
        background-color: transparent;
        line-height: 3;
        color: #252525; }
        .amaaaze-header-menu ul.navbar-social li a:after, .amaaaze-footer-menu ul.navbar-social li a:after {
          font-family: fontawesome;
          font-size: 16px;
          margin: 0 0 0 20px; }
        .amaaaze-header-menu ul.navbar-social li a:hover, .amaaaze-footer-menu ul.navbar-social li a:hover {
          color: #000; }

/*
  Generic
  ---------------------
*/
body {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #757575;
  overflow-x: hidden;
  word-wrap: break-word;
  line-height: 28px;
  font-weight: 400; }
  body.no-scroll {
    overflow-y: hidden; }

a[href]:focus {
  outline: thin dotted; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  max-width: 150px;
  text-align: center;
  letter-spacing: normal;
  font-size: 14px !important;
  font-weight: 400;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  line-height: 2.46153846;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

.nopad {
  padding: 0px; }

.padd {
  padding-left: 15px;
  padding-right: 15px; }

p {
  color: #757575;
  font-weight: 400;
  line-height: 2; }

.background-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }

.black-overlay {
  position: relative;
  z-index: 0; }
  .black-overlay:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.90;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1; }

.table {
  display: table;
  width: 100%;
  height: 100%; }
  .table .table-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle; }

.thm-btn {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  line-height: 14px;
  border: 2px solid #000;
  display: inline-block;
  padding: 17px 40px 15px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff; }
  .thm-btn:hover {
    background-color: #1b1b1b;
    color: #ffffff; }

.bdr {
  border: 2px solid #9a9a9a; }

.bg-cl-1 {
  background-color: #000;
  color: #ffffff; }
  .bg-cl-1:hover {
    background-color: #1b1b1b;
    color: #ffffff; }

.btn-amaaaze {
  -webkit-transition: all 320ms ease;
  -moz-transition: all 320ms ease;
  -ms-transition: all 320ms ease;
  -o-transition: all 320ms ease;
  transition: all 320ms ease;
  display: inline-block;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  color: #555555;
  padding: 8px 15px;
  border-radius: 0;
  border: 2px solid #797979;
  background-color: transparent; }
  .btn-amaaaze:hover, .btn-amaaaze:focus {
    color: #ffffff;
    background: #000;
    border-color: #000; }

.btn-white {
  -webkit-transition: all 320ms ease;
  -moz-transition: all 320ms ease;
  -ms-transition: all 320ms ease;
  -o-transition: all 320ms ease;
  transition: all 320ms ease;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #1b1b1b;
  padding: 12px 30px;
  border-radius: 0;
  border: none;
  background: #ffffff; }
  .btn-white:hover, .btn-white:focus {
    color: #ffffff;
    background: #000; }

.btn-black {
  -webkit-transition: all 320ms ease;
  -moz-transition: all 320ms ease;
  -ms-transition: all 320ms ease;
  -o-transition: all 320ms ease;
  transition: all 320ms ease;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  padding: 12px 30px;
  border-radius: 0;
  border: none;
  background: #1b1b1b; }
  .btn-black:hover, .btn-black:focus {
    color: #ffffff;
    background: #000; }

.btn-primary {
  background: #000;
  color: #ffffff;
  border-color: #000; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background: #b08a47;
    color: #ffffff;
    border-color: #b08a47; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #252525;
  line-height: 1.2;
  font-family: 'Roboto Slab', serif; }

.h1, h1 {
  font-size: 30px; }

.h2, h2 {
  font-size: 26px; }

.h3, h3 {
  font-size: 22px; }

.h4, h4 {
  font-size: 20px; }

.h5, h5 {
  font-size: 18px; }

.h6, h6 {
  font-size: 16px; }

ul, ol, li {
  color: #757575;
  line-height: 2; }

a {
  -webkit-transition: color 320ms ease;
  -moz-transition: color 320ms ease;
  -ms-transition: color 320ms ease;
  -o-transition: color 320ms ease;
  transition: color 320ms ease;
  color: #000; }
  a:hover, a:focus {
    color: #000;
    text-decoration: none;
    outline: none; }

img {
  max-width: 100%;
  height: auto; }

blockquote {
  background: #f5f5f5 none repeat scroll 0 0;
  border-left: 1px solid #000;
  margin: 32px 0 0;
  overflow: hidden;
  padding: 15px 30px 21px 75px;
  position: relative;
  margin-bottom: 10px; }
  blockquote:before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 90%;
    left: 2px;
    position: absolute;
    top: 0;
    width: 1px; }
  blockquote:after {
    content: "\f10d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #eeeeee;
    font-size: 30px;
    position: absolute;
    top: 23px;
    left: 23px; }
  blockquote p {
    color: #9a9a9a;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 32px;
    margin: 0 0 12px; }
  blockquote h5 {
    display: inline-block;
    font-style: normal;
    margin: 0; }
  blockquote cite {
    font-size: 16px;
    font-weight: 400;
    color: #000; }

p b, p strong {
  font-weight: bold; }

table {
  max-width: 100%;
  overflow: scroll; }
  table tr th {
    font-weight: bold; }
  table tr th, table tr td {
    padding: 10px;
    vertical-align: middle;
    border: 1px solid #eeeeee; }

button, input, select, textarea {
  max-width: 100%;
  color: #555555; }

dl {
  padding-left: 15px; }
  dl dt {
    color: #252525;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px; }
  dl dd {
    line-height: 2; }

address {
  line-height: 2; }

kbd {
  padding: 4px;
  font-size: 11px; }

form.post-password-form {
  padding: 20px 0; }
  form.post-password-form p {
    margin-bottom: 10px; }
  form.post-password-form label {
    margin-top: 20px; }
  form.post-password-form input[type='password'] {
    border: 1px solid #c1c1c1;
    border-radius: 0;
    height: 46px;
    text-indent: 10px; }
  form.post-password-form input[type='submit'] {
    margin-top: 20px;
    background: #000;
    color: #ffffff;
    border: 1px solid #000;
    font-weight: bold;
    padding: 6px 20px; }
    form.post-password-form input[type='submit']:hover {
      background: #b08a47; }

.dropcap {
  font-size: 42px; }

.parrot-tooltip, .parrot-popover {
  color: #000;
  cursor: pointer; }

.circled-list {
  list-style-type: none; }
  .circled-list li:before {
    color: #000;
    content: "\f1db";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 12px;
    font-weight: normal;
    margin-right: 10px;
    vertical-align: middle; }

.arrow-list {
  list-style: none; }
  .arrow-list li:before {
    color: #000;
    content: "\f178";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 12px;
    font-weight: normal;
    margin-right: 10px;
    vertical-align: middle; }

.hand-list {
  list-style: none; }
  .hand-list li:before {
    color: #000;
    content: "\f25a";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 12px;
    font-weight: normal;
    margin-right: 10px;
    vertical-align: middle; }

.header-title {
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #252525; }
  .header-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 5px;
    height: 4px;
    width: 60px;
    border-radius: 4px;
    background: #000; }
  .header-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 80px;
    height: 4px;
    width: 20px;
    border-radius: 4px;
    background: #252525; }

.text-center .header-title:before {
  left: 25%; }
.text-center .header-title:after {
  left: 60%; }

/* Contact Form 7 Styles
---------------------------------*/
.wpcf7 {
  background-color: #f5f5f5;
  border: 5px solid #c1c1c1;
  margin-top: 30px !important; }
  .wpcf7 .wpcf7-form {
    padding: 40px; }
    .wpcf7 .wpcf7-form label {
      display: block;
      color: #555555;
      font-size: 16px;
      font-weight: 400;
      line-height: 2; }
    .wpcf7 .wpcf7-form input[type="text"], .wpcf7 .wpcf7-form input[type="email"], .wpcf7 .wpcf7-form input[type="password"] {
      width: 100%;
      border: 1px solid #c1c1c1;
      border-radius: 0;
      text-indent: 10px;
      margin: 10px 0;
      height: 52px; }
    .wpcf7 .wpcf7-form textarea {
      width: 100%;
      border: 1px solid #c1c1c1;
      border-radius: 0;
      text-indent: 10px;
      margin: 10px 0; }
    .wpcf7 .wpcf7-form .wpcf7-textarea {
      width: 100%; }
    .wpcf7 .wpcf7-form .wpcf7-text {
      width: 100%; }
    .wpcf7 .wpcf7-form .wpcf7-submit {
      -webkit-transition: all 320ms ease;
      -moz-transition: all 320ms ease;
      -ms-transition: all 320ms ease;
      -o-transition: all 320ms ease;
      transition: all 320ms ease;
      display: block;
      width: 100%;
      padding: 12px 20px;
      background: #c1c1c1;
      color: #555555;
      font-size: 16px;
      margin: 20px 0 0;
      text-transform: uppercase;
      font-weight: bold;
      border: none; }
      .wpcf7 .wpcf7-form .wpcf7-submit:hover, .wpcf7 .wpcf7-form .wpcf7-submit:focus {
        background: #000;
        color: #ffffff; }
    .wpcf7 .wpcf7-form div.wpcf7-validation-errors {
      padding: 15px; }

.contact-form-dark .wpcf7 {
  border: none;
  background: none; }
.contact-form-dark .wpcf7-form {
  background: #1b1b1b;
  padding: 40px;
  max-width: 700px;
  margin: 20px auto; }
  .contact-form-dark .wpcf7-form input[type="text"], .contact-form-dark .wpcf7-form input[type="email"], .contact-form-dark .wpcf7-form input[type="password"] {
    background: #252525;
    color: #ffffff;
    border: 1px solid #252525; }
  .contact-form-dark .wpcf7-form textarea {
    background: #252525;
    color: #ffffff;
    border: 1px solid #252525; }
  .contact-form-dark .wpcf7-form .wpcf7-submit {
    background: #252525;
    color: #ffffff; }
    .contact-form-dark .wpcf7-form .wpcf7-submit:hover, .contact-form-dark .wpcf7-form .wpcf7-submit:focus {
      background: #5399AD;
      color: #ffffff; }
  .contact-form-dark .wpcf7-form div.wpcf7-validation-errors {
    color: #ffffff; }

.contact-form-colorful .wpcf7 {
  border: none;
  background: none; }
.contact-form-colorful .wpcf7-form {
  background: #252525;
  background: rgba(37, 37, 37, 0.5);
  padding: 40px;
  max-width: 700px;
  margin: 20px auto; }
  .contact-form-colorful .wpcf7-form input[type="text"], .contact-form-colorful .wpcf7-form input[type="email"], .contact-form-colorful .wpcf7-form input[type="password"] {
    background: #252525;
    color: #ffffff;
    border: 1px solid #252525; }
  .contact-form-colorful .wpcf7-form textarea {
    background: #252525;
    color: #ffffff;
    border: 1px solid #252525; }
  .contact-form-colorful .wpcf7-form .wpcf7-submit {
    background: #b08a47;
    color: #ffffff; }
    .contact-form-colorful .wpcf7-form .wpcf7-submit:hover, .contact-form-colorful .wpcf7-form .wpcf7-submit:focus {
      background: #000;
      color: #ffffff; }
  .contact-form-colorful .wpcf7-form div.wpcf7-validation-errors {
    border-color: #ffffff; }

.contact-form-light .wpcf7 {
  background: #ffffff; }
.contact-form-light .wpcf7-form .wpcf7-submit {
  background: #5399AD;
  color: #ffffff; }
  .contact-form-light .wpcf7-form .wpcf7-submit:hover, .contact-form-light .wpcf7-form .wpcf7-submit:focus {
    background: #252525;
    color: #ffffff; }
.contact-form-light .wpcf7-form div.wpcf7-validation-errors {
  border-color: #ffffff; }

.contact-form-color-inverse .wpcf7 {
  border: none;
  background: black;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px; }
.contact-form-color-inverse .wpcf7-form {
  background: #ffffff;
  padding: 40px;
  max-width: 700px;
  margin: 20px auto; }
  .contact-form-color-inverse .wpcf7-form input[type="text"], .contact-form-color-inverse .wpcf7-form input[type="email"], .contact-form-color-inverse .wpcf7-form input[type="password"] {
    background: #ffffff;
    border: 1px solid #f5f5f5; }
  .contact-form-color-inverse .wpcf7-form textarea {
    background: #ffffff;
    border: 1px solid #f5f5f5; }
  .contact-form-color-inverse .wpcf7-form .wpcf7-submit {
    background: #b08a47;
    color: #ffffff; }
    .contact-form-color-inverse .wpcf7-form .wpcf7-submit:hover, .contact-form-color-inverse .wpcf7-form .wpcf7-submit:focus {
      background: #000;
      color: #ffffff; }
  .contact-form-color-inverse .wpcf7-form div.wpcf7-validation-errors {
    border-color: #f5f5f5; }

/*
  Sidebar section
  ---------------------
*/
@media (max-width: 767px) {
  .top-sidebar {
    display: none; } }

.sidebar-overlay, .home-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  cursor: e-resize; }

.amaaaze-sidebar {
  background: #1b1b1b;
  color: #ffffff; }

.home-sidebar {
  background: #ffffff; }
  .home-sidebar .sidebar-scroll {
    padding: 0 15px; }

.amaaaze-sidebar, .home-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  height: 100vh;
  width: 100%;
  max-width: 300px;
  -webkit-transition: transform 320ms ease;
  -moz-transition: transform 320ms ease;
  -ms-transition: transform 320ms ease;
  -o-transition: transform 320ms ease;
  transition: transform 320ms ease; }
  .admin-bar .amaaaze-sidebar, .admin-bar .home-sidebar {
    top: 46px; }
    @media screen and (min-width: 783px) {
      .admin-bar .amaaaze-sidebar, .admin-bar .home-sidebar {
        top: 32px; } }
  .amaaaze-sidebar.sidebar-closed, .amaaaze-sidebar.topsidebar-closed, .home-sidebar.sidebar-closed, .home-sidebar.topsidebar-closed {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  .amaaaze-sidebar a, .home-sidebar a {
    color: #252525; }

.amaaaze-sidebar-container {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh; }

.top-toggleSidebar.sidebar-close {
  position: relative;
  padding-top: 35px; }

.sidebar-title {
  padding: 10px 20px;
  background-color: #eeeeee;
  color: #252525;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500; }
  .sidebar-title a {
    font-size: 22px; }

.topsidebar-title {
  text-align: center;
  font-size: 38px;
  margin-top: 15px; }
  .topsidebar-title a {
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s; }
  .topsidebar-title .title {
    padding: 10px 0;
    margin-top: 15px; }

.topsidebar-open {
  font-size: 20px;
  text-align: right;
  cursor: pointer; }
  .topsidebar-open .fa {
    color: #252525;
    line-height: 2.5; }

.sidebar-scroll {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto; }

.sidebar-close {
  position: absolute;
  right: 10px;
  width: 25px;
  height: 25px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  color: #252525; }
  .sidebar-close:hover, .sidebar-close:focus {
    color: #000; }
  .sidebar-close .fa {
    font-size: 22px;
    font-weight: normal; }

.sidebar-reveal {
  display: none; }

.back-to-top {
  position: fixed;
  width: 56px;
  right: 15px;
  bottom: 15px;
  margin: 0;
  z-index: 999;
  text-align: center;
  -webkit-transition: all 0.3s; }
  .back-to-top a {
    color: #aaa;
    font-size: 24px; }
    .back-to-top a i {
      cursor: pointer; }
  .back-to-top:hover {
    bottom: 19px; }

/*
  Media
  ---------------------
*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

.amaaaze-topbar-widget {
  display: inline-block; }
  .amaaaze-topbar-widget .amaaaze-widget-title {
    display: none; }
  .amaaaze-topbar-widget.amaaaze-widget {
    margin: 0;
    padding: 0; }
    .amaaaze-topbar-widget.amaaaze-widget .amaaaze-widget-title {
      display: none; }

.amaaaze-widget {
  margin: 30px 0 50px;
  padding: 0 20px; }
  .amaaaze-widget ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .amaaaze-widget li {
    padding: 0;
    margin-bottom: 10px;
    color: #555555; }
    .amaaaze-widget li a {
      color: #1b1b1b; }
      .amaaaze-widget li a:hover {
        color: #000; }
    .amaaaze-widget li .post_count {
      color: #000;
      float: right; }
  .amaaaze-widget h2.amaaaze-widget-title {
    display: block;
    font-size: 26px;
    font-weight: 500;
    text-transform: capitalize;
    color: #1b1b1b;
    padding-bottom: 10px;
    line-height: 1.4;
    margin-bottom: 20px; }
    .amaaaze-widget h2.amaaaze-widget-title a {
      color: #1b1b1b; }
      .amaaaze-widget h2.amaaaze-widget-title a:hover {
        color: #000; }
  .amaaaze-widget select {
    border-radius: 0px;
    border: 1px solid #9a9a9a;
    padding: 8px;
    background: white; }
  .amaaaze-widget input, .amaaaze-widget select, .amaaaze-widget textarea {
    width: 100%; }
  @media (min-width: 768px) and (max-width: 991px) {
    .amaaaze-widget {
      padding: 0; } }

.widget_text .textwidget p {
  font-size: 16px; }

.widget_recent_entries ul li a {
  display: block; }

.widget_categories ul li span:before {
  content: "("; }
.widget_categories ul li span:after {
  content: ")"; }

.widget_tag_cloud .tagcloud a.tag-cloud-link {
  background-color: #252525;
  padding: 8px 10px;
  font-size: 14px !important;
  color: white;
  line-height: 2.6;
  font-weight: 500; }
  .widget_tag_cloud .tagcloud a.tag-cloud-link:hover {
    background-color: #555555; }

.widget_media_image img.banner_ad {
  position: relative; }
  .widget_media_image img.banner_ad:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background-color: black; }

.amaaaze-footer-container {
  padding-bottom: 75px;
  padding-top: 80px; }
  .amaaaze-footer-container .contact-info {
    text-align: center;
    color: #555555; }
    .amaaaze-footer-container .contact-info a {
      color: #555555; }
    .amaaaze-footer-container .contact-info .fa-icon {
      color: #000;
      font-family: FontAwesome;
      font-size: 26px;
      margin-bottom: 20px; }

.amaaaze-footer-copyright .container {
  border-top: 1px solid #eeeeee;
  padding: 30px 0; }
.amaaaze-footer-copyright .site-info {
  position: relative;
  top: 5px; }
  .amaaaze-footer-copyright .site-info a {
    color: #757575; }
    .amaaaze-footer-copyright .site-info a:hover {
      color: #000; }
  .amaaaze-footer-copyright .site-info h1.site-title {
    font-size: 42px; }
    .amaaaze-footer-copyright .site-info h1.site-title a {
      color: #ffffff; }
      .amaaaze-footer-copyright .site-info h1.site-title a:hover {
        color: #000; }
      .amaaaze-footer-copyright .site-info h1.site-title a img {
        max-width: 200px;
        width: 100%; }

.amaaaze-footer {
  background-color: #f5f5f5; }
  .amaaaze-footer .amaaaze-widget {
    margin: 0;
    padding: 0; }
    .amaaaze-footer .amaaaze-widget h2.amaaaze-widget-title {
      color: #000;
      margin: 0px;
      text-transform: capitalize;
      font-size: 24px;
      font-weight: 500;
      padding-bottom: 40px;
      padding-top: 6px; }
    .amaaaze-footer .amaaaze-widget .single-footer-widget .footer-logo {
      padding: 0 0 10px; }
      .amaaaze-footer .amaaaze-widget .single-footer-widget .footer-logo br {
        display: none; }
    .amaaaze-footer .amaaaze-widget .single-footer-widget .amaaaze-info {
      margin: 0 0 30px; }
      .amaaaze-footer .amaaaze-widget .single-footer-widget .amaaaze-info p mark {
        background: none;
        color: #000;
        font-weight: 700; }
    .amaaaze-footer .amaaaze-widget .single-footer-widget ul.footer-contact-info li {
      border-bottom: 1px solid #252525;
      margin-bottom: 7px;
      padding-bottom: 9px;
      padding-left: 30px;
      position: relative; }
      .amaaaze-footer .amaaaze-widget .single-footer-widget ul.footer-contact-info li p {
        margin: 0;
        color: #c1c1c1; }
      .amaaaze-footer .amaaaze-widget .single-footer-widget ul.footer-contact-info li .icon-holder {
        position: absolute;
        left: 0;
        top: 0; }
        .amaaaze-footer .amaaaze-widget .single-footer-widget ul.footer-contact-info li .icon-holder em {
          color: #000; }
    .amaaaze-footer .amaaaze-widget.amaaaze-popular-posts-widget .popular-post {
      position: relative;
      margin-bottom: 10px; }
      .amaaaze-footer .amaaaze-widget.amaaaze-popular-posts-widget .popular-post .img-holder {
        width: 20%;
        height: auto;
        top: 0;
        left: 0;
        overflow: hidden;
        float: left;
        position: relative; }
        .amaaaze-footer .amaaaze-widget.amaaaze-popular-posts-widget .popular-post .img-holder img {
          -webkit-transform: scale(1);
          transform: scale(1);
          -webkit-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s;
          width: 100%;
          height: 60px; }
        .amaaaze-footer .amaaaze-widget.amaaaze-popular-posts-widget .popular-post .img-holder a {
          position: absolute;
          z-index: 1;
          margin: 0 auto;
          left: 35%;
          top: 28%;
          width: 20px;
          height: 20px;
          opacity: 0;
          filter: alpha(opacity=0);
          -webkit-transition: all 450ms ease-out 0s;
          transition: all 450ms ease-out 0s;
          -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
          transform: rotateY(180deg) scale(0.5, 0.5); }
          .amaaaze-footer .amaaaze-widget.amaaaze-popular-posts-widget .popular-post .img-holder a:after {
            content: "\f0c1";
            font-family: FontAwesome;
            position: absolute;
            color: #ffffff; }
        .amaaaze-footer .amaaaze-widget.amaaaze-popular-posts-widget .popular-post .img-holder:before {
          position: absolute;
          content: "";
          background-color: rgba(0, 0, 0, 0.6);
          height: 100%;
          width: 100%;
          left: 0;
          top: 0;
          right: 0;
          -webkit-transition: all 500ms ease;
          margin: 0 auto;
          opacity: 0;
          filter: alpha(opacity=0);
          -webkit-transition: all 450ms ease-out 0s;
          transition: all 450ms ease-out 0s;
          -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
          transform: rotateY(180deg) scale(0.5, 0.5);
          z-index: 1; }
      .amaaaze-footer .amaaaze-widget.amaaaze-popular-posts-widget .popular-post .text-holder {
        position: relative;
        top: -4px;
        width: 80%;
        float: left;
        padding-left: 35px;
        margin-bottom: 20px; }
        .amaaaze-footer .amaaaze-widget.amaaaze-popular-posts-widget .popular-post .text-holder .post-title {
          margin: 0 0 10px; }
          .amaaaze-footer .amaaaze-widget.amaaaze-popular-posts-widget .popular-post .text-holder .post-title a {
            color: #c1c1c1;
            transition: all 500ms ease; }
            .amaaaze-footer .amaaaze-widget.amaaaze-popular-posts-widget .popular-post .text-holder .post-title a:hover {
              color: #000; }
        .amaaaze-footer .amaaaze-widget.amaaaze-popular-posts-widget .popular-post .text-holder ul li {
          border-right: 1px solid #000;
          display: inline-block;
          float: left;
          line-height: 15px;
          margin-right: 10px;
          padding-right: 10px;
          transition: all 500ms ease; }
          .amaaaze-footer .amaaaze-widget.amaaaze-popular-posts-widget .popular-post .text-holder ul li a {
            color: #000; }
          .amaaaze-footer .amaaaze-widget.amaaaze-popular-posts-widget .popular-post .text-holder ul li:nth-last-child(1) {
            border-right: 0px none; }
      .amaaaze-footer .amaaaze-widget.amaaaze-popular-posts-widget .popular-post:hover .img-holder:before, .amaaaze-footer .amaaaze-widget.amaaaze-popular-posts-widget .popular-post:hover .img-holder a {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateY(0deg) scale(1, 1);
        transform: rotateY(0deg) scale(1, 1); }

.third .textwidget p {
  color: #c1c1c1;
  margin: 0 0 11px; }
.third .textwidget h4 {
  color: #c1c1c1;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: 28px;
  margin: 12px 0 10px; }

.tnp-subscription-minimal form {
  position: relative; }
  .tnp-subscription-minimal form input.tnp-email {
    background: #1e1e1e;
    border: 1px solid #252525;
    color: #c1c1c1;
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    height: 50px;
    padding-left: 15px;
    padding-right: 55px;
    position: relative;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 100%;
    max-width: 350px;
    box-shadow: none; }
    .tnp-subscription-minimal form input.tnp-email:focus {
      border: 1px solid #000;
      background: #c1c1c1;
      color: #1b1b1b; }
    .tnp-subscription-minimal form input.tnp-email:focus + input.tnp-submit {
      background: #000 none repeat scroll 0 0;
      color: #1b1b1b;
      border-color: #000; }
    .tnp-subscription-minimal form input.tnp-email:focus + input.tnp-submit + *:before {
      color: #252525; }
  .tnp-subscription-minimal form input.tnp-submit {
    background: #1e1e1e none repeat scroll 0 0;
    border-left: 2px solid #252525;
    color: #000;
    display: block;
    height: 50px;
    padding: 10.5px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 50px;
    border-top: 1px solid #252525;
    border-right: 1px solid #252525;
    border-bottom: 1px solid #252525;
    font-size: 0px; }
    .tnp-subscription-minimal form input.tnp-submit:hover {
      background: #000 none repeat scroll 0 0;
      border-color: #000; }
    .tnp-subscription-minimal form input.tnp-submit:hover + *:before {
      color: #1b1b1b; }
  .tnp-subscription-minimal form input.tnp-submit + *:before {
    content: "\f1d8";
    font-family: FontAwesome;
    color: #000;
    font-size: 14px; }
    .tnp-subscription-minimal form input.tnp-submit + *:before:hover + input.tnp-submit {
      background: #000 none repeat scroll 0 0;
      border-color: #000; }
  .tnp-subscription-minimal form .icon {
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 1; }

.widget_media_gallery .gallery .gallery-item {
  margin: 0px; }
  .widget_media_gallery .gallery .gallery-item .gallery-icon {
    position: relative; }
    .widget_media_gallery .gallery .gallery-item .gallery-icon:before {
      background-color: rgba(0, 0, 0, 0.6);
      width: 100%;
      height: 100%;
      z-index: 1;
      opacity: 0;
      position: absolute;
      content: "";
      filter: alpha(opacity=0);
      -webkit-transition: all 450ms ease-out 0s;
      transition: all 450ms ease-out 0s;
      -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
      transform: rotateY(180deg) scale(0.5, 0.5); }
    .widget_media_gallery .gallery .gallery-item .gallery-icon a:before {
      position: absolute;
      content: "\f0c1";
      font-family: fontawesome;
      z-index: 1;
      opacity: 0;
      color: #ffffff;
      top: 35%;
      left: 40%;
      filter: alpha(opacity=0);
      -webkit-transition: all 450ms ease-out 0s;
      transition: all 450ms ease-out 0s;
      -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
      transform: rotateY(180deg) scale(0.5, 0.5); }
    .widget_media_gallery .gallery .gallery-item .gallery-icon a img {
      position: relative; }
    .widget_media_gallery .gallery .gallery-item .gallery-icon:hover:before, .widget_media_gallery .gallery .gallery-item .gallery-icon:hover a:before {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: rotateY(0deg) scale(1, 1);
      transform: rotateY(0deg) scale(1, 1); }

.widget_search form.searchform .input-group input {
  border-radius: 0px;
  height: 50px; }
.widget_search form.searchform .input-group span.input-group-btn button {
  border-radius: 0px;
  width: 50px;
  height: 50px; }

.widget_newsletterwidgetminimal {
  border: 2px solid #000; }
  .widget_newsletterwidgetminimal .tnp-widget-minimal {
    margin-bottom: 20px; }
    .widget_newsletterwidgetminimal .tnp-widget-minimal form.tnp-form {
      display: inline-flex; }
      .widget_newsletterwidgetminimal .tnp-widget-minimal form.tnp-form input.tnp-email {
        width: 80%; }
      .widget_newsletterwidgetminimal .tnp-widget-minimal form.tnp-form input.tnp-submit {
        float: right;
        width: 50px;
        font-weight: 600; }

.home-sidebar h2.amaaaze-widget-title {
  text-align: center;
  font-size: 14px; }
.home-sidebar .widget_nav_menu {
  margin-top: 50px !important; }
.home-sidebar .menu-social-container {
  text-align: center; }

.menu-social-container {
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  box-shadow: none; }
  .menu-social-container li {
    max-width: 58px;
    display: inline-block;
    margin-bottom: 0px; }
    .menu-social-container li a {
      color: transparent;
      font-size: 0;
      padding: 0;
      background-color: #252525;
      line-height: 36px;
      color: #ffffff;
      border: 1px solid #252525;
      width: 36px;
      height: 36px;
      text-align: center;
      border-radius: 50%;
      display: block; }
      .menu-social-container li a:after {
        font-family: fontawesome;
        font-size: 14px;
        color: #ffffff; }
    .menu-social-container li.facebook a:after {
      content: "\f09a"; }
    .menu-social-container li.twitter a:after {
      content: "\f099"; }
    .menu-social-container li.linkedin a:after {
      content: "\f0e1"; }
    .menu-social-container li.google a:after {
      content: "\f1a0"; }
    .menu-social-container li.youtube a:after {
      content: "\f16a"; }

.amaaaze-popular-posts-widget .popular-post:last-child {
  border-bottom: 0px none; }
.amaaaze-popular-posts-widget .popular-post {
  display: inline-flex;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee; }
  .amaaaze-popular-posts-widget .popular-post .img-holder {
    width: 30%; }
    .amaaaze-popular-posts-widget .popular-post .img-holder img {
      width: 60px;
      height: 60px;
      border-radius: 50%; }
  .amaaaze-popular-posts-widget .popular-post .text-holder {
    width: 70%; }
    .amaaaze-popular-posts-widget .popular-post .text-holder .post-title a {
      font-weight: 500;
      color: #252525; }
    .amaaaze-popular-posts-widget .popular-post .text-holder ul li.author {
      display: none; }
    .amaaaze-popular-posts-widget .popular-post .text-holder ul li.date {
      font-style: italic;
      font-weight: lighter; }
      .amaaaze-popular-posts-widget .popular-post .text-holder ul li.date a {
        color: #797979; }

h1.amaaaze-username,
h2.amaaaze-description {
  font-weight: 100;
  color: #fff; }

h1.amaaaze-username {
  font-size: 24px;
  margin: 0 0 10px; }

h2.amaaaze-description {
  font-size: 13px;
  margin: 0 0 20px; }

.amaaaze-icon-sidebar {
  margin: 0 5px; }
  .amaaaze-icon-sidebar:before {
    width: 22px;
    height: 22px;
    font-size: 22px; }

.amaaaze-icon-sidebar--gplus {
  margin-left: 8px; }

.amaaaze-icon-button:before {
  margin-top: 3px;
  margin-left: -3px; }

.image-container {
  display: block;
  width: 100%;
  overflow: hidden;
  text-align: center; }

.profile-picture {
  display: inline-block;
  margin: 20px auto; }

.profile-picture img {
  height: auto;
  max-width: 220px;
  width: 100%; }

/*
  Home page styles
  ---------------------
*/
.home .amaaaze-breadcrumb {
  display: none; }

.amaaaze-breadcrumb {
  margin-top: 1px;
  padding: 30px 0;
  border: 1px solid #eeeeee;
  background-color: #f5f5f5;
  margin-bottom: 40px;
  line-height: 2.5; }
  .amaaaze-breadcrumb h1.page-title {
    margin: 0px;
    text-transform: capitalize;
    font-size: 26px;
    line-height: 44px; }

.sec-title {
  margin-top: -5px;
  padding-bottom: 40px;
  position: relative; }
  .sec-title h2 {
    color: #252525;
    font-size: 32px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
    margin: 0; }
    .sec-title h2 mark {
      color: #000;
      background: none; }
  .sec-title .decor {
    background: #000 none repeat scroll 0 0;
    height: 2px;
    width: 78px;
    display: inline-block;
    position: relative;
    z-index: 1; }
    .sec-title .decor:before {
      position: absolute;
      top: -3px;
      left: 0;
      width: 8px;
      height: 8px;
      background: #000;
      border-radius: 50%;
      content: ""; }

h1 {
  font-size: 36px; }

.amaaaze-posts-container {
  margin-top: 30px; }

article.type-portfolio header.entry-header .entry-image {
  display: none; }
article.type-portfolio h1.entry-title {
  margin-top: 0px; }
article.type-portfolio .single-entry-meta {
  margin-bottom: 25px; }
  article.type-portfolio .single-entry-meta .posted-on {
    margin-right: 10px; }
    article.type-portfolio .single-entry-meta .posted-on:before {
      content: "\f133";
      font-family: FontAwesome; }
  article.type-portfolio .single-entry-meta .posted-by {
    margin-right: 10px; }
    article.type-portfolio .single-entry-meta .posted-by:before {
      content: "\f2be";
      font-family: FontAwesome;
      padding-right: 5px; }
  article.type-portfolio .single-entry-meta .comments-counter-list, article.type-portfolio .single-entry-meta .posted-in {
    display: none; }
article.sticky {
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  border-color: #eeeeee;
  margin-bottom: 30px;
  padding: 15px; }
  article.sticky:before {
    content: "\f005";
    font-family: FontAwesome;
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #000;
    right: 30px; }
  article.sticky.type-post .entry-content {
    margin-bottom: 0px;
    padding: 0px; }
  article.sticky.type-post header.entry-header {
    padding-bottom: 15px; }
    article.sticky.type-post header.entry-header h1.entry-title {
      margin-bottom: 15px; }
    article.sticky.type-post header.entry-header .post_date {
      margin-bottom: 0px; }
article.type-post header.entry-header h1.entry-title, article.page header.entry-header h1.entry-title {
  margin: 15px 0;
  font-size: 28px; }
  article.type-post header.entry-header h1.entry-title a, article.page header.entry-header h1.entry-title a {
    color: #252525; }
    article.type-post header.entry-header h1.entry-title a:hover, article.page header.entry-header h1.entry-title a:hover {
      color: #000; }
article.type-post header.entry-header .post-meta, article.page header.entry-header .post-meta {
  margin-bottom: 15px; }
  article.type-post header.entry-header .post-meta a, article.page header.entry-header .post-meta a {
    text-transform: capitalize; }
  article.type-post header.entry-header .post-meta span, article.page header.entry-header .post-meta span {
    margin-right: 5px; }
  article.type-post header.entry-header .post-meta .posted-by:before, article.page header.entry-header .post-meta .posted-by:before {
    content: "\f2c0";
    font-family: FontAwesome;
    padding-right: 5px; }
  article.type-post header.entry-header .post-meta .posted-on:before, article.page header.entry-header .post-meta .posted-on:before {
    content: "\f073";
    font-family: FontAwesome;
    margin-right: 5px; }
  article.type-post header.entry-header .post-meta .tags-list:before, article.page header.entry-header .post-meta .tags-list:before {
    content: "\f02b";
    font-family: FontAwesome;
    margin-right: 5px; }
article.type-post .entry-image img, article.page .entry-image img {
  margin-bottom: 30px; }
article.type-post .entry-content, article.page .entry-content {
  padding-bottom: 20px;
  margin-bottom: 30px; }
  article.type-post .entry-content .button-container, article.page .entry-content .button-container {
    margin: 20px 0; }
  article.type-post .entry-content .entry-footer .text-left a, article.page .entry-content .entry-footer .text-left a {
    color: #555555; }
    article.type-post .entry-content .entry-footer .text-left a:hover, article.page .entry-content .entry-footer .text-left a:hover {
      color: #000; }
  article.type-post .entry-content .entry-footer .text-left .comments-counter-list a:before, article.page .entry-content .entry-footer .text-left .comments-counter-list a:before {
    content: "\f0e5";
    font-family: FontAwesome;
    margin-right: 5px; }
  article.type-post .entry-content .entry-footer .text-left, article.page .entry-content .entry-footer .text-left {
    display: inline-flex; }
    @media (max-width: 767px) {
      article.type-post .entry-content .entry-footer .text-left, article.page .entry-content .entry-footer .text-left {
        display: block; } }
    article.type-post .entry-content .entry-footer .text-left a, article.page .entry-content .entry-footer .text-left a {
      color: #555555;
      text-transform: capitalize; }
      article.type-post .entry-content .entry-footer .text-left a:before, article.page .entry-content .entry-footer .text-left a:before {
        content: "\f2c0";
        font-family: FontAwesome;
        padding-right: 5px; }
      article.type-post .entry-content .entry-footer .text-left a:hover, article.page .entry-content .entry-footer .text-left a:hover {
        color: #000; }
    article.type-post .entry-content .entry-footer .text-left .tags-list, article.page .entry-content .entry-footer .text-left .tags-list {
      margin-left: 10px; }
      @media (max-width: 767px) {
        article.type-post .entry-content .entry-footer .text-left .tags-list, article.page .entry-content .entry-footer .text-left .tags-list {
          margin-left: 0px; } }
      article.type-post .entry-content .entry-footer .text-left .tags-list a:before, article.page .entry-content .entry-footer .text-left .tags-list a:before {
        content: none; }

.tlp-portfolio-detail-wrap {
  margin-top: 10px; }
  .tlp-portfolio-detail-wrap .portfolio-detail-desc {
    padding: 0 15px 15px 15px; }
    .tlp-portfolio-detail-wrap .portfolio-detail-desc .portfolio-title {
      text-transform: capitalize;
      margin-top: 0px; }

.single-post article.post .entry-header h1.entry-title {
  font-size: 30px;
  font-weight: 600; }
.single-post article.post .entry-header .single-entry-meta {
  margin-bottom: 15px; }
  .single-post article.post .entry-header .single-entry-meta span {
    margin-right: 10px; }
    .single-post article.post .entry-header .single-entry-meta span:before {
      font-family: FontAwesome;
      margin-right: 3px; }
    .single-post article.post .entry-header .single-entry-meta span a {
      color: #555555; }
      .single-post article.post .entry-header .single-entry-meta span a:hover {
        color: #000; }
  .single-post article.post .entry-header .single-entry-meta .posted-on:before {
    content: "\f133"; }
  .single-post article.post .entry-header .single-entry-meta .posted-by:before {
    content: "\f2be"; }
  .single-post article.post .entry-header .single-entry-meta .comments-counter-list:before {
    content: "\f0e5"; }
  .single-post article.post .entry-header .single-entry-meta .posted-in:before {
    content: "\f0a3"; }
  .single-post article.post .entry-header .single-entry-meta .tags-list:before {
    content: "\f02b"; }
.single-post .related-posts {
  padding-bottom: 10px; }
  .single-post .related-posts ul.related-posts_list {
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 10px; }
    .single-post .related-posts ul.related-posts_list li {
      list-style: none;
      padding: 5px 0; }
      .single-post .related-posts ul.related-posts_list li:before {
        content: "\f105";
        font-family: fontawesome;
        color: #555555; }
      .single-post .related-posts ul.related-posts_list li a {
        color: #555555; }
      .single-post .related-posts ul.related-posts_list li:hover a {
        color: #000; }
      .single-post .related-posts ul.related-posts_list li:hover:before {
        color: #000; }

.post-navigation {
  margin-top: 20px;
  margin-bottom: 40px; }
  .post-navigation .post-link-nav span a {
    border: 1px solid #eeeeee;
    padding: 8px;
    background-color: #ffffff;
    color: #252525;
    -webkit-transition: all 0.3s; }
    .post-navigation .post-link-nav span a:hover {
      border: 1px solid #252525;
      background-color: #252525;
      color: #ffffff; }

.amaaaze-navigation {
  text-align: center;
  margin: 20px 0;
  padding-bottom: 30px; }
  .amaaaze-navigation ul {
    padding-left: 0px;
    display: inline-block; }
    .amaaaze-navigation ul li {
      list-style: none;
      display: inline-block; }
      .amaaaze-navigation ul li a {
        padding: 10px 15px;
        border: 1px solid #9a9a9a;
        color: #9a9a9a;
        -webkit-transition: all 0.3s; }
        .amaaaze-navigation ul li a:hover {
          color: #ffffff;
          background-color: #000;
          border: 1px solid #000; }
      .amaaaze-navigation ul li.active a {
        background-color: #000;
        border: 1px solid #000; }

.comments-area {
  background: #f5f5f5;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 40px; }

.last_field {
  margin-bottom: 40px; }

.comments-list {
  padding: 0;
  list-style: none; }
  .comments-list li {
    padding: 10px 0; }

.comment-body {
  padding-bottom: 0; }

.comment-meta {
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  width: 100%; }
  .comment-meta .comment-author, .comment-meta .comment-metadata {
    display: inline-block;
    width: 49%; }
  .comment-meta .comment-metadata {
    text-align: right; }

.children {
  background-color: #F5F5F5;
  padding-right: 20px;
  padding-left: 20px;
  list-style: none;
  margin-left: 60px; }
  @media (max-width: 767px) {
    .children {
      margin-left: 0;
      padding-right: 5px;
      padding-left: 5px; } }

.comment-author {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 300; }
  .comment-author:before {
    position: absolute;
    content: '';
    display: block;
    top: 10px;
    bottom: 13px;
    left: 40px;
    right: 0;
    background-color: #f5f5f5;
    z-index: 1;
    border-radius: 4px; }
  .comment-author * {
    z-index: 1;
    position: relative; }
  .comment-author b {
    font-weight: 400; }
  .comment-author .avatar {
    border-radius: 50%;
    margin-right: 10px;
    border: 3px solid #ffffff; }

.comment-content {
  border-bottom: 1px solid #e1e1e1;
  padding: 20px 0;
  margin-left: 60px; }

.reply {
  text-align: right;
  margin-top: 15px; }
  .reply .comment-reply-link {
    border: 1px solid #555555;
    background: #555555;
    color: #ffffff;
    padding: 5px 10px; }

.comment-respond .comment-reply-title {
  display: block; }
.comment-respond .comment-form .form-control {
  border-radius: 0; }
.comment-respond .comment-form label {
  font-weight: 400;
  margin-bottom: 10px; }
.comment-respond .comment-form textarea.form-control {
  height: auto;
  min-height: 200px; }
.comment-respond .comment-form .form-submit .review-submit-button {
  -webkit-transition: all 320ms ease;
  -moz-transition: all 320ms ease;
  -ms-transition: all 320ms ease;
  -o-transition: all 320ms ease;
  transition: all 320ms ease;
  -moz-appearance: none;
  background-color: #c1c1c1;
  border-color: transparent;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  color: #252525;
  cursor: pointer;
  margin: 0;
  padding: 20px 40px; }
  .comment-respond .comment-form .form-submit .review-submit-button:hover, .comment-respond .comment-form .form-submit .review-submit-button:focus {
    background: #000;
    color: #ffffff; }

.amaaaze-format-status .entry-header {
  border: 1px solid #eeeeee;
  text-align: center; }
  .amaaaze-format-status .entry-header .post-details .avatar {
    margin-top: 10px;
    margin-bottom: 5px; }
    .amaaaze-format-status .entry-header .post-details .avatar img {
      border-radius: 50%; }
  .amaaaze-format-status .entry-header .post-details .status-info p {
    margin-top: 5px; }

article.amaaaze-format-link {
  padding: 10px 0;
  border: 1px solid #000;
  margin-bottom: 30px;
  background-color: #000; }
  article.amaaaze-format-link header.entry-header h1.entry-title a {
    color: #ffffff; }
    article.amaaaze-format-link header.entry-header h1.entry-title a:hover {
      color: #252525; }
  article.amaaaze-format-link .entry-excerpt p {
    color: #eeeeee; }

.amaaaze-format-aside .aside-container .aside-featured {
  height: 120px;
  max-width: 120px;
  background-attachment: scroll; }

.amaaaze-format-image header {
  position: relative; }
  .amaaaze-format-image header.background-image:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.55); }
  .amaaaze-format-image header .entry-category {
    text-align: center;
    font-style: italic;
    position: relative; }
    .amaaaze-format-image header .entry-category span:before, .amaaaze-format-image header .entry-category span:after {
      content: "";
      position: absolute;
      height: 1px;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      top: 50%;
      width: 10px; }
    .amaaaze-format-image header .entry-category span:before {
      margin-left: -15px; }
    .amaaaze-format-image header .entry-category a {
      color: #555555;
      margin-right: 5px; }
      .amaaaze-format-image header .entry-category a:hover {
        color: #000; }
  .amaaaze-format-image header h1.entry-title {
    text-align: center; }
    .amaaaze-format-image header h1.entry-title a {
      text-transform: capitalize;
      margin: 15px 0;
      color: #252525; }

.search .search-content h3 {
  margin-top: 0px; }
.search .search-content form.searchform {
  margin-bottom: 30px; }
  .search .search-content form.searchform .input-group {
    max-width: 350px; }
    .search .search-content form.searchform .input-group input, .search .search-content form.searchform .input-group button {
      border-radius: 0px; }

#preloader {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #ffffff; }

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px; }

.lds-ripple div {
  position: absolute;
  border: 5px solid #000;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  -webkit-animation: lds-ripple 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite; }

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s; }

@keyframes lds-ripple {
  0% {
    top: 40px;
    left: 40px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: -1px;
    left: -1px;
    width: 80px;
    height: 80px;
    opacity: 0; } }
.bypostauthor .comment-meta .comment-author:before {
  background-color: rgba(0, 162, 228, 0.1); }
.bypostauthor .comment-meta .comment-author b {
  color: #000; }
.bypostauthor .comment-content {
  border-bottom: 1px solid #000; }

h3.banner {
  line-height: 1.5;
  font-size: 33px;
  color: #252525;
  margin-bottom: 70px; }
  h3.banner b {
    font-weight: 500;
    color: #000; }

.tlp-portfolio .isotope1 .button-group {
  margin-bottom: 30px;
  margin-left: 0;
  text-align: left; }
  .tlp-portfolio .isotope1 .button-group button {
    padding: 5px 0;
    margin: 10px 15px;
    background: transparent;
    color: #000;
    position: relative; }
    .tlp-portfolio .isotope1 .button-group button:hover {
      background: transparent;
      color: #000;
      transition: all 0.5s; }
    .tlp-portfolio .isotope1 .button-group button:before {
      position: absolute;
      content: "";
      top: 0;
      background-color: #000;
      width: 30px;
      left: 0;
      height: 2px;
      transform: scale(0);
      transition: all 0.5s; }
    .tlp-portfolio .isotope1 .button-group button.selected {
      background: transparent; }
      .tlp-portfolio .isotope1 .button-group button.selected:before {
        transform: scale(1); }
.tlp-portfolio .isotope1 .tlp-portfolio-isotope .tlp-item .tlp-portfolio-item {
  position: relative; }
  .tlp-portfolio .isotope1 .tlp-portfolio-isotope .tlp-item .tlp-portfolio-item:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.3s;
    transform: scale(0); }
  .tlp-portfolio .isotope1 .tlp-portfolio-isotope .tlp-item .tlp-portfolio-item .tlp-portfolio-thum .tlp-overlay {
    display: none; }
  .tlp-portfolio .isotope1 .tlp-portfolio-isotope .tlp-item .tlp-portfolio-item .tlp-content {
    background: transparent;
    position: absolute;
    top: 40%;
    text-align: center;
    z-index: 2;
    display: none;
    transition: all 0.3s; }
    .tlp-portfolio .isotope1 .tlp-portfolio-isotope .tlp-item .tlp-portfolio-item .tlp-content h3 a {
      color: #000;
      text-transform: capitalize; }
  .tlp-portfolio .isotope1 .tlp-portfolio-isotope .tlp-item .tlp-portfolio-item:hover:before {
    transform: scale(1); }
  .tlp-portfolio .isotope1 .tlp-portfolio-isotope .tlp-item .tlp-portfolio-item:hover .tlp-content {
    display: block; }
    .tlp-portfolio .isotope1 .tlp-portfolio-isotope .tlp-item .tlp-portfolio-item:hover .tlp-content h3 a {
      color: #ffffff; }

.tlp-portfolio-detail {
  margin-bottom: 30px;
  padding-bottom: 30px; }
  .tlp-portfolio-detail .portfolio-detail-desc .portfolio-title {
    margin-top: 0px;
    text-transform: capitalize; }
  .tlp-portfolio-detail .portfolio-detail-desc .others-info ul.single-item-meta li {
    color: #555555; }

/*# sourceMappingURL=amaaaze.css.map */
