/*
    Name: Henderson
    Description: vCard & Resume WordPress Theme
    Version: 3.0.3
    Author: Mountain-Themes
    
    TABLE OF CONTENTS
    ---------------------------
     1. General
     2. Slider
     3. Profile
     4. About Me
     5. Resume
     6. Portfolio
     7. Blog
     8. Contact
     9. Google map
     10. Footer
	   11. WooCommerce
     12. Responsive CSS
*/

/* ================================= */
/* :::::::::: 1. General ::::::::::: */
/* ================================= */

html,
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #3d4a6e !important;
  overflow: hidden;
  font-size: 12px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.admin-bar .content-window {
  margin-top: -32px;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none !important;
  color: #3d4a6e;
  transition: all 0.4s;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: transparent;
}

::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #3d4a6e;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#page-loader {
  background: #3d4a6e;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99999;
}

.loader-icon {
  background: none repeat scroll 0 0 #3d4a6e;
  border-bottom: 3px solid rgba(19, 19, 19, 0.1) !important;
  border-left: 3px solid rgba(19, 19, 19, 0.1) !important;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  border-right: 3px solid rgba(19, 19, 19, 0.1) !important;
  border-top: 3px solid;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 60px;
}

.colored-border {
  border-color: #fff;
}

#page-loader .loader-icon {
  width: 60px;
  height: 60px;
}

#page-loader .fa-spin {
  -webkit-animation: fa-spin 1.2s infinite linear;
  animation: fa-spin 1.2s infinite linear;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #3d4a6e;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #3d4a6e;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #3d4a6e;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #3d4a6e;
}

.page-template-default .col-md-12.content-center,
.page-template-default .col-md-9.content-center {
  margin: 0 auto;
  padding: 0 30px 0 30px;
}

h2.title-page {
  font-weight: 500;
  font-size: 1.7em;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  display: block;
  border-bottom: 4px solid #3d4a6e;
}

h2.title-page span {
  font-weight: 700;
}

h2.title-page:after {
  content: " ";
  border: solid 2px #3d4a6e;
  display: block;
  width: 30px;
  margin: 20px auto 10px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

h2.title-page i {
  display: block;
  width: auto;
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 1.2em;
}

h3.title-column {
  text-align: center;
  font-size: 1.4em;
  padding-top: 10px;
}

h3.title-column span {
  font-weight: 700;
}

h3.title-column:after {
  content: " ";
  border: solid 2px #3d4a6e;
  display: block;
  width: 30px;
  margin: 20px auto;
}

.not-slides {
  width: 100%;
  height: 100%;
  background-color: #2e3d65;
  font-weight: 500;
  text-align: center;
  color: #fff;
  font-family:
    Open Sans,
    sans-serif;
}

.not-slides .info-box {
  position: relative;
  top: 50%;
  line-height: 25px;
  font-size: 0.9em;
}

.not-slides .info-box a {
  color: #fff;
  font-weight: 700;
}

.error-404 {
  text-align: center;
}

.error-404 h1 {
  font-size: 3em;
  margin-bottom: 0;
  line-height: 50px;
}

.error-404 p {
  font-size: 14px;
}

.error404 .col-md-12.content-center {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.content-window .content:has(.section-contact) {
  overflow: hidden;
  right: 0;
}

/* =WordPress Core
  -------------------------------------------------------------- */

.wp-video-shortcode {
  width: 100%;
  height: 100%;
}

.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;
}

.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;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  display: none;
}

.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. */
}

.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor,
.screen-reader-text {
  visibility: visible;
}

.no-results p {
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 14px;
}

.logged-in-as {
  font-size: 13px;
  font-weight: 500;
}

.logged-in-as a {
  color: #3d4a6e;
}

ul,
ol {
  list-style-position: inside;
}

.comment-form-cookies-consent {
  margin-top: 15px;
  display: flex;
  align-items: center;
  align-content: center;
}

.comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-right: 5px;
}

/* Widgets
  -------------------------------------------------------------- */

#sidebar {
  margin-top: 30px;
  text-align: left;
}

#sidebar .widget {
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(61, 74, 110, 0.1);
}

#sidebar .widget img {
  max-width: 100%;
  height: auto;
}

#sidebar .widget select {
  width: 100%;
  text-overflow: ellipsis;
}

#sidebar .widget ul {
  margin-left: 0;
  padding-left: 0;
}

#sidebar ul li a,
#sidebar .widget li {
  font-size: 13px;
  list-style: none;
  color: #3d4a6e;
}

.henderson-widget-title {
  padding: 10px 0 7px 0;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 2px solid #3d4a6e;
}

#sidebar .tagcloud a {
  border: 2px solid #3d4a6e;
  padding: 6px;
  line-height: 35px;
  color: #3d4a6e;
  font-size: 12px !important;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}

#sidebar .tagcloud a:hover {
  background: #3d4a6e;
  color: #fff;
}

.search-widget input[type="search"] {
  border-top: 2px solid #3d4a6e;
  border-left: 2px solid #3d4a6e;
  border-bottom: 2px solid #3d4a6e;
  border-right: none;
  font-size: 13px;
  padding-left: 12px;
  padding-right: 0;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}

.search-widget input[type="search"]:focus {
  outline: 0;
  box-shadow: none;
}

.search-widget button {
  border-top: 2px solid #3d4a6e;
  border-right: 2px solid #3d4a6e;
  border-bottom: 2px solid #3d4a6e;
  border-left: none;
  padding-right: 11px;
  background: none;
  font-size: 13px;
  height: 34px;
  border-radius: 0;
  color: #3d4a6e;
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}

.search-widget button:hover {
  background: none;
  color: #3d4a6e;
}

.widget_search .input-group-btn {
  width: 1% !important;
}

.search-widget button:focus {
  outline: none;
}

.widget_nav_menu a {
  padding-left: 5px;
  color: #3d4a6e;
  margin-right: 10px;
}

.widget_calendar table {
  width: 100%;
}

#wp-calendar {
  font-size: 12px;
  font-weight: 300;
}

#wp-calendar > tfoot > tr > td {
  border: none;
}

#wp-calendar caption {
  display: none;
}

table#wp-calendar {
  margin-bottom: 0;
}

#wp-calendar tbody td {
  text-align: center;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

#wp-calendar tbody td:hover {
  border-color: #e2e2e2;
}

#wp-calendar tbody td.pad {
  border: 0;
}

#wp-calendar tbody td#today {
  color: #3d4a6e;
  font-weight: 600;
}

#wp-calendar tfoot td#prev a,
#wp-calendar tfoot td#next a {
  color: #888;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
  bottom: -9px;
  margin-bottom: 1px;
}

#wp-calendar tfoot td#prev {
  text-align: left;
}

#wp-calendar tfoot td#next {
  text-align: right;
}

#wp-calendar thead {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

#wp-calendar thead th {
  font-size: 13px;
  font-weight: 400;
  color: #888;
  text-align: center;
  padding-bottom: 5px;
}

#wp-calendar tbody td a,
#wp-calendar tfoot td#prev a:hover,
#wp-calendar tfoot td#next a:hover {
  color: #3d4a6e;
  font-weight: 600;
}

iframe {
  width: 100%;
}

/* ================================= */
/* :::::::::: 2. Slider :::::::::::: */
/* ================================= */

.content-window {
  position: relative;
  width: 66%;
  right: 0;
  float: right;
  height: 100vh;
  line-height: 25px;
  border-top: 45px solid #3d4a6e;
  border-right: 45px solid #3d4a6e;
  border-left: 50px solid #3d4a6e;
  border-bottom: 45px solid #3d4a6e;
}

.content-window.wide {
  width: 100%;
}

.content-window.wide .navigation {
  left: -50px;
}

.icon-mobile-trigger {
  display: none;
}

.content-window .wrapper {
  height: 100%;
  width: 100%;
  float: right;
  overflow-y: scroll;
  right: 2px;
  position: relative;
}

.content-window ul {
  padding: 0;
  margin: 0;
}

.content-window ul li {
  list-style: none;
}

.content-window .slider {
  height: 100%;
  width: 100%;
  float: right;
  overflow: hidden;
}

.content-window .slider > li {
  height: 100%;
  width: 100%;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.content-window .slider > li.visible {
  /* selected slide */
  position: relative;
  z-index: 2;
  opacity: 1;
}

.content-window .slider > li > div {
  /* vertically center the slider content */
  vertical-align: middle;
  text-align: center;
  z-index: 999;
  position: relative;
  height: 100%;
}

.content-window .content {
  overflow-y: scroll;
  right: 2px;
  height: 100%;
  position: relative;
}

.box-content-blog {
  display: flex;
  padding: 0 30px 0 30px;
}

.box-content-blog .col-md-3 {
  padding-left: 30px;
}

.navigation,
.return-navigation {
  position: absolute;
  left: -50px;
  z-index: 999;
  text-align: center;
  background-color: #3d4a6e;
  height: 100%;
  width: 50px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

#henderson_menu ul {
  padding: 0;
  margin: 0;
}

#henderson_menu::after {
  clear: both;
  content: "";
  display: table;
}

#henderson_menu li {
  border-top: 1px solid #34416b;
  list-style: none;
}

#henderson_menu li:last-child {
  border-bottom: 1px solid #34416b;
}

#henderson_menu li.selected i {
  background-color: #ffffff;
  color: #3d4a6e;
}

#henderson_menu li:last-of-type {
  margin-right: 0;
}

#henderson_menu a {
  display: block;
  outline: none;
  position: relative;
  background-color: transparent;
}

#henderson_menu a:hover,
#henderson_menu a:focus {
  text-decoration: none;
}

#henderson_menu i {
  color: #ffffff;
  font-size: 17px;
  line-height: 46px;
  display: block;
  position: relative;
  height: 46px;
  width: 50px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#henderson_menu.classic_menu .current-menu-item i {
  background: #fff;
  color: #3d4a6e;
}

#henderson_menu i:hover {
  background-color: #ffffff;
  color: #3d4a6e;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#henderson_menu a:hover em {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-40%);
  transform: translateX(-40%);
  -webkit-transition:
    opacity 0.2s 0s,
    visibility 0s 0s,
    -webkit-transform 0.2s 0s;
  transition:
    opacity 0.2s 0s,
    visibility 0s 0s,
    transform 0.2s 0s;
}

.return-navigation #henderson_menu .slider-return-navigation em {
  left: calc(100% + 65px) !important;
}

#henderson_menu em {
  /* tooltip visible on hover */
  position: absolute;
  bottom: 10%;
  left: calc(100% + 45px);
  padding: 7px 14px 6px 14px;
  color: #ffffff;
  background-color: rgb(61, 74, 110);
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition:
    opacity 0.2s 0s,
    visibility 0s 0.2s,
    -webkit-transform 0.2s 0s;
  transition:
    opacity 0.2s 0s,
    visibility 0s 0.2s,
    transform 0.2s 0s;
}

#henderson_menu em::after {
  /* tooltip arrow */
  content: "";
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: -4px;
  bottom: 14px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-right-color: rgb(61, 74, 110);
}

.svg-cover {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}

.svg-cover path {
  fill: #fff;
}

.svg-cover.is-animating {
  z-index: 99;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.swiper-container .bg {
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.slider-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 34%;
  height: 100%;
  border-top: 45px solid #3d4a6e;
  border-left: 45px solid #3d4a6e;
  border-bottom: 45px solid #3d4a6e;
}

.info {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: #2e3d65;
  color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
}

.info h3 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
}

/* ================================= */
/* ::::::::::: 3. Profile :::::::::: */
/* ================================= */

.section-welcome {
  display: flex;
  height: calc(100vh - 120px);
  width: 100%;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
}

.welcome span {
  font-weight: 600;
  font-size: 1.1em;
  text-transform: uppercase;
}

.welcome p {
  font-size: 12px;
  line-height: 25px;
  word-spacing: 1px;
  margin: 0 auto;
  margin-top: -8px;
  width: 80%;
}

.welcome h1 {
  font-size: 2.3em;
  display: inline-block;
  position: relative;
  font-weight: 400;
  padding-bottom: 6px;
}

.welcome h2 {
  font-size: 13px;
  font-weight: 700;
  margin-top: 20px;
  font-family: "Open Sans", sans-serif;
}

.welcome h2:after {
  content: " ";
  border: solid 2px #3d4a6e;
  display: block;
  width: 30px;
  margin: 20px auto;
}

.welcome .name {
  text-align: center;
  font-weight: 700;
  font-size: 3em;
  position: relative;
  display: block;
}

.hello {
  margin-top: 40px;
}

.personal-info {
  margin-top: 7px;
  font-weight: 700;
  font-size: 12px;
}

.personal-info i {
  padding-right: 17px;
}

/* ================================= */
/* :::::::::: 4. About Me :::::::::: */
/* ================================= */

.about h2 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.5em;
  padding-top: 20px;
  text-align: center;
  display: block;
  font-family: "Montserrat", sans-serif;
  border-bottom: 4px solid #3d4a6e;
}

.about h2 span {
  font-weight: 700;
}

.about h2:after {
  content: " ";
  border: solid 2px #3d4a6e;
  display: block;
  width: 30px;
  margin: 20px auto 10px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.about h2 i {
  display: block;
  padding-top: 15px;
  padding-bottom: 10px;
}

.about-info {
  text-align: left;
  margin-left: 0;
  padding-left: 0;
}

.about-info p {
  font-size: 12px;
  text-align: left;
  line-height: 25px;
}

.about-info label {
  margin-bottom: 0;
  font-weight: 500;
  text-align: right;
  float: right;
  font-size: 12px;
}

.about-info span {
  font-weight: 700 !important;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
}

.about .download-info {
  margin: 0 auto;
  text-align: center;
  padding-left: 10px;
  padding-top: 10px;
  margin-bottom: 25px;
}

a.btn-download i {
  margin-left: 5px;
}

a.btn-download {
  background-color: transparent;
  border: 2px solid #3d4a6e;
  color: #3d4a6e;
  display: inline-flex;
  z-index: 99;
  align-items: center;
  justify-content: center;
  align-content: center;
  padding: 8px 30px 8px 30px;
  position: relative;
  word-spacing: 1px;
  outline: none;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.btn-download:hover {
  text-decoration: none;
  background-color: #3d4a6e;
  border: 2px solid #3d4a6e;
  color: #fff;
}

.about-info ul {
  margin-bottom: 20px;
}

.about-info li {
  padding: 8px 0 8px 0;
  list-style: none;
}

.experience-box {
  padding: 5px 0 0 0;
}

.experience-box span {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
}

.experience-box,
.hobbies-box {
  text-align: center;
}

.experience-box .icon i,
.hobbies-box .icon i {
  font-size: 25px;
}

.experience-box h4,
.hobbies-box h4 {
  font-size: 13px;
  margin-top: 10px;
  font-weight: 700;
}

.experience-box h4:after {
  content: "//";
  height: 12px;
  line-height: 10px;
  font-size: 11px;
  margin-bottom: 5px;
}

.experience-box p {
  font-size: 12px;
  margin-bottom: 40px;
  margin-top: -7px;
}

.skillbar-title {
  position: absolute;
  top: -20px;
  left: 0;
  font-weight: 700;
  font-size: 12px;
  color: #3d4a6e;
  font-family: montserrat, sans-serif;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 4px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.skillbar-title span {
  display: block;
  height: 30px;
  line-height: 10px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.skill-bar-percent {
  position: absolute;
  right: 0;
  top: -30px;
  font-size: 12px;
  line-height: 30px;
  font-weight: 500;
  color: #3d4a6e;
  font-family: montserrat, sans-serif;
}

.skillbar-bar {
  height: 10px;
  width: 0;
  background: #3d4a6e;
}

.skillbar {
  position: relative;
  display: block;
  margin-bottom: 40px;
  width: 100%;
  border: 2px solid #3d4a6e;
  height: 12px;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transition-property: width, background-color;
  transition-property: width, background-color;
}

.services-box .icon i {
  height: 95px;
  width: 95px;
  line-height: 95px;
  max-width: 100%;
  background: #3d4a6e;
  position: relative;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 29px;
  font-weight: 500;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border-bottom: none;
  color: #fff;
  margin: 0 auto 25px;
  text-shadow:
    #374363 1px 1px,
    #374363 2px 2px,
    #374363 3px 3px,
    #374363 4px 4px,
    #374363 5px 5px,
    #374363 6px 6px,
    #374363 7px 7px,
    #374363 8px 8px,
    #374363 9px 9px,
    #384464 10px 10px,
    #384465 11px 11px,
    #394566 12px 12px,
    #394567 13px 13px,
    #3a4668 14px 14px,
    #3a4769 15px 15px,
    #3b476a 16px 16px,
    #3b486b 17px 17px,
    #3c486c 18px 18px,
    #3c496d 19px 19px,
    #3d4a6e 20px 20px;
}

.experience-box h4:after {
  content: "//";
  height: 12px;
  line-height: 10px;
  margin-bottom: 5px;
  border: solid 2px #3d4a6e;
  display: block;
  width: 30px;
  margin: 15px auto;
  margin-bottom: 1px;
}

.services-box h4 {
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  word-wrap: break-word;
  text-transform: none;
  padding-bottom: 0;
  padding-top: 0;
  font-family: "Montserrat", sans-serif;
}

.experience-box h4,
.hobbies-box h4 {
  font-size: 13px;
  padding-top: 0;
  font-weight: 700;
}

.services-box h4:after {
  display: none;
}

.services-box p {
  text-align: center;
  font-size: 12px;
  display: inline-block;
  word-spacing: 1px;
  margin-top: -9px;
  line-height: 25px;
  margin-bottom: 50px;
}

.services-box .line {
  display: block;
  width: 120px;
  height: 18px;
  margin: 0 auto;
}

.services-box .line span {
  content: " ";
  border: solid 2px #3d4a6e;
  display: block;
  width: 3px;
  padding: 3px;
  margin: 20px auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.services-box .line:before {
  content: "";
  display: block;
  position: relative;
  top: 4px;
  width: 25px;
  height: 2px;
  right: -29px;
  margin: 0 !important;
  float: left;
  background: #3d4a6e;
}

.services-box .line:after {
  content: "";
  display: block;
  position: relative;
  top: -26px;
  width: 25px;
  height: 2px;
  left: -29px;
  margin: 0 !important;
  float: right;
  background: #3d4a6e;
}

.about-info li i {
  margin-left: 0;
  margin-right: 6px;
  font-size: 15px;
}

.about-info li a {
  color: #3d4a6e;
  text-decoration: none;
}

.about-info li a:hover {
  text-decoration: none;
}

/* ================================= */
/* ::::::::::: 5. Resume ::::::::::: */
/* ================================= */

.resume {
  background: #ffffff;
  z-index: 10;
  text-align: center;
  position: relative;
  height: 100%;
  display: block;
}

.resume h2 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.5em;
  padding-top: 20px;
  text-align: center;
  margin-bottom: 40px;
  display: block;
  font-family: "Montserrat", sans-serif;
  border-bottom: 4px solid #3d4a6e;
}

.resume h2 span {
  font-weight: 700;
}

.resume h2:after {
  content: " ";
  border: solid 2px #3d4a6e;
  display: block;
  width: 30px;
  margin: 20px auto 10px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.resume h2 i {
  display: block;
  padding-top: 15px;
  padding-bottom: 10px;
}

.resume h3 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.2em;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  display: block;
  font-family: "Montserrat", sans-serif;
}

.resume h3 span {
  font-weight: 700;
}

.resume h3:after {
  content: " ";
  border: solid 2px #3d4a6e;
  display: block;
  width: 30px;
  margin: 20px auto;
}

.resume p {
  text-align: center;
  font-size: 12px;
  margin-bottom: 40px;
  margin-top: -27px;
  line-height: 25px;
}

.tmtimeline {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.tmtimeline li {
  position: relative;
}

.tmtimeline li:before {
  content: "";
  top: 18px;
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 2px;
  background: #3d4a6e;
  left: 20%;
  margin-left: -6px;
}

.tmtimeline li:nth-child(1) {
  color: #3d4a6e;
  padding: 1em 2em 2em 0;
  text-align: left;
  position: relative;
}

.tmtimeline li .tmlabel {
  margin: 0 0 0 23%;
  color: #3d4a6e;
  padding: 0.9em 2em 2em 0;
  text-align: left;
  position: relative;
}

.tmtimeline li .tmlabel span {
  font-weight: 700;
}

.tmtimeline li .tmlabel p {
  text-align: left;
  font-size: 12px;
  line-height: 25px;
  word-spacing: 1px;
  margin-bottom: 0;
  margin-top: 0;
}

.tmtimeline li .tmlabel h4 {
  margin-top: 0;
  padding: 0;
  font-size: 13px;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
}

.tmtimeline li .tmlabel h4:after {
  padding: 0;
  margin: 0;
  border: none;
}

.tmtimeline li:last-child:before {
  background: none !important;
}

.tmtimeline li .tmtime {
  display: block;
  padding-right: 50px;
  position: absolute;
  font-weight: 700;
  width: 30%;
  padding-top: 6px;
}

.tmtimeline li .tmtime span {
  font-size: 1.1em;
}

.tmtimeline li .tmtime span:first-child {
  font-size: 13px;
}

.tmtimeline li:last-child {
  margin-bottom: 40px;
}

/* The icons */
.tmtimeline > li .tmicon {
  width: 10px;
  height: 10px;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  font-size: 1.3em;
  line-height: 42px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #fff;
  background: #3d4a6e;
  border-radius: 50%;
  border: 2px solid #3d4a6e;
  text-align: center;
  left: 20%;
  top: 15px;
  margin: 0 0 0 -10px;
}

.tmtimeline > li .tmicon:nth-child(1) {
  width: 50px;
  height: 50px;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  font-size: 1.3em;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #fff;
  background: #3d4a6e;
  border-radius: 50%;
  border: 2px solid #3d4a6e;
  text-align: center;
  left: 20%;
  top: 0;
  margin: 0 0 0 -30px;
  padding: 2px 0;
}

/* ================================= */
/* ::::::::: 6. Portfolio :::::::::: */
/* ================================= */

.item-style-classic .vp-portfolio__item-img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.item-style-classic:hover img,
.item-style-classic:focus img {
  -webkit-transform: scale(2);
  transform: scale(2);
}

.item-style-classic:hover figcaption,
.item-style-classic:focus figcaption {
  opacity: 0.93;
  background: #3d4a6e;
}

.item-style-classic figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 25% 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 14px;
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.item-style-classic figcaption a {
  color: #3d4a6e;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
}

.item-style-classic figcaption .caption-content h2 {
  margin-bottom: 0;
  font-weight: 500;
  margin-top: 15px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-family:
    open sans,
    sans-serif;
}

.item-style-classic figcaption .caption-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -100px;
  width: 200px;
  -webkit-transform: translate(0, 15px);
  transform: translate(0, 15px);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.portfolio-single-nav {
  margin-top: 40px;
}

.single-navigation {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 70px;
}

.single-navigation .next-button {
  order: 1;
  display: flex;
}

.single-navigation .next-button i {
  padding-left: 5px;
  font-weight: 700;
  font-size: 12px;
}

.single-navigation .prev-button {
  margin-right: auto;
  display: flex;
}

.single-navigation .prev-button i {
  padding-right: 5px;
  font-weight: 700;
  font-size: 12px;
}

.single-navigation a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  border: 2px solid #3d4a6e;
  padding: 7px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-navigation a:hover {
  color: #fff;
  background: #3d4a6e;
}

.single-portfolio .col-md-10.single-navigation-henderson {
  margin: 0 auto;
}

/* ================================= */
/* :::::::::::: 7. Blog :::::::::::: */
/* ================================= */

.archive .col-md-12.content-center,
.category .col-md-12.content-center,
.blog .col-md-12.content-center {
  padding: 0 30px 0 30px;
}

.single-post .col-md-10.single-blog {
  margin: 0 auto;
}

.blogContainer .gutter-sizer,
.shopContainer .gutter-sizer {
  width: 3%;
}

.blog-image {
  width: 100%;
  height: 100%;
}

.entry-title {
  font-weight: 700;
  text-transform: uppercase;
  word-wrap: break-word;
  font-size: 1.4em;
  text-align: center;
}

.entry-title a {
  text-decoration: none;
}

.pagination {
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 29px;
  text-align: center;
  width: 100%;
}

.page-numbers {
  text-align: center;
}

.page-numbers li {
  float: left;
  margin: 5px;
  list-style: none;
}

.pagination a,
.pagination span {
  border: 2px solid #3d4a6e;
  text-decoration: none;
  font-size: 12px;
  display: inline-block;
  width: 33px;
  height: 33px;
  margin: 1px;
  padding-top: 2px;
  color: #3d4a6e;
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}

.pagination a:hover {
  background: #3d4a6e;
  color: #fff;
}

.pagination span.current {
  background: #3d4a6e;
  color: #fff;
  font-weight: bold;
}

.footer-single .share-icons {
  vertical-align: middle;
  margin-top: 5px;
}

.footer-single .share-icons span {
  margin-right: -10px;
}

.footer-single .share-icons li {
  list-style: none;
  display: inline-block;
}

.footer-single .share-icons li a {
  font-size: 14px;
  display: block;
  margin-right: 15px;
  position: relative;
  background-color: transparent;
}

.footer-single .share-icons li i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.post-navigation .prev-button a,
.post-navigation .next-button a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  border: 2px solid #3d4a6e;
  padding: 8px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.post-navigation .prev-button a:hover,
.post-navigation .next-button a:hover {
  background: #3d4a6e;
  color: #fff;
}

.post-navigation {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 70px;
}

.post-navigation .next-button {
  order: 1;
  display: flex;
}

.post-navigation .next-button i {
  padding-left: 5px;
  font-weight: 700;
  font-size: 12px;
}

.post-navigation .prev-button {
  margin-right: auto;
  display: flex;
}

.post-navigation .prev-button i {
  padding-right: 5px;
  font-weight: 700;
  font-size: 12px;
}

.post-intro {
  overflow: hidden;
  text-align: center;
  margin-bottom: 28px;
}

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

.post-details {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.post-date {
  margin-right: 15px;
  display: inline-block;
}

.post-date i {
  margin-right: 5px;
}

.single-post .post {
  margin-top: 50px;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.post {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(61, 74, 110, 0.1);
}

.post-info {
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  text-align: center;
}

.post-single-info {
  text-align: left;
  font-size: 12px;
  word-spacing: 1px;
  line-height: 25px;
  color: #3d4a6e;
  position: relative;
  margin-bottom: -21px;
  padding-bottom: 5px;
}

.post-button {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-top: 10px;
}

.post-button a {
  display: flex;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  border: 2px solid #3d4a6e;
  padding: 7px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.post-button a:hover {
  background: #3d4a6e;
  color: #fff;
}

.post-format {
  float: left;
}

.post-author {
  margin-left: 5px;
  margin-right: 15px;
  display: inline-block;
}

.post-author a {
  color: #3d4a6e;
  text-decoration: none;
}

.post-author i {
  margin-right: 5px;
}

.post-comment {
  display: inline-block;
}

.post-comment i {
  margin-right: 5px;
}

.post-comment a {
  color: #3d4a6e;
  text-decoration: none;
}

.post-categories {
  margin-right: 15px;
  text-align: center;
  display: inline-block;
}

.post-categories i {
  margin-right: 5px;
}

.post-categories.single {
  float: left;
}

.post-categories a {
  color: #3d4a6e;
  text-decoration: none;
}

.post-tags {
  font-size: 11px;
  display: inline-block;
  float: right;
}

.post-tags a {
  color: #3d4a6e;
  text-decoration: none;
}

.post-title a {
  color: #3d4a6e;
  text-decoration: none;
}

.page-links a {
  border: 2px solid #3d4a6e !important;
  text-decoration: none;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  margin: 1px;
  font-weight: 500 !important;
  padding-top: 2px;
  color: #3d4a6e !important;
  background: none !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}

.page-links a:hover {
  background: #3d4a6e !important;
  color: #fff !important;
}

.page-links a,
.page-links > span {
  padding: 1px 11px;
  font-weight: 700;
  display: inline-block;
  border: 2px solid #3d4a6e;
  background: #3d4a6e;
  color: #fff;
}

#comments h3 {
  text-align: left;
  font-weight: 700;
  font-size: 13px;
  display: block;
  font-family: "Montserrat", sans-serif;
}

#comments h3 a {
  color: #3d4a6e;
  margin-left: 10px;
}

#comments h3.comment-reply-title {
  margin-bottom: 20px;
  margin-top: 35px;
}

#comments .form-submit {
  margin-top: 20px;
  display: inline-block;
}

.form-comment {
  margin-bottom: 80px;
}

.border-comment {
  border-bottom: 1px solid #e8e8e8;
  padding: 55px 0;
}

#comments {
  padding-top: 20px;
}

#comments .comment {
  list-style: none;
}

ol.comment-list,
ul.comments,
li.comment {
  padding: 0;
  margin: 0;
}

#comments .child-comment {
  padding-left: 7%;
}

.comment .avatar-author img {
  float: left;
  overflow: hidden;
  margin-right: 20px;
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.comment .name-author {
  text-align: left;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.comment .name-author a {
  color: #3d4a6e;
  text-decoration: none;
}

.comment .date-comment {
  text-align: left;
}

.comment .date-comment a {
  color: #3d4a6e;
}

.comment .header-comment a {
  color: #3d4a6e;
  text-decoration: none;
}

.comment .body-comment {
  text-align: left;
  font-size: 12px;
  word-spacing: 1px;
  line-height: 25px;
  color: #3d4a6e;
  margin-top: 10px;
  margin-bottom: 10px;
}

.comment-info {
  margin-left: 100px;
}

.comment .reply a {
  margin-top: 10px;
  display: inline-block;
  text-decoration: none;
  color: #3d4a6e;
  font-weight: 700;
  font-size: 12px;
  background: rgba(61, 74, 110, 0);
  padding: 2px 9px 2px 9px;
  border: 2px solid #3d4a6e;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.comment .reply a:hover {
  color: #fff;
  background: #3d4a6e;
  border: 2px solid #3d4a6e;
}

#comments input[type="text"],
#comments input[type="email"] {
  width: 100%;
  background: transparent;
  border-bottom: 2px solid #3d4a6e;
  border-top: none;
  border-left: none;
  border-right: none;
  height: 54px;
  font-size: 12px;
  outline: none;
  color: #3d4a6e;
}

#comments .navigation {
  background: none;
  width: auto;
  text-align: center;
  height: auto;
  position: relative;
  left: 0;
  top: -5px;
}

.comment-navigation .nav-links {
  margin-top: 60px;
  margin-bottom: -50px;
}

#comments .navigation a {
  color: #3d4a6e;
  font-size: 13px;
}

.footer-single {
  width: 100%;
  display: flex;
  margin-top: 50px;
  margin-bottom: -10px;
  flex-wrap: wrap;
  flex-direction: column;
  justify-items: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}

.post-navigation {
  margin-top: 25px;
}

.post-password-form input[type="password"] {
  background: transparent;
  border: 1px solid #ededed;
  font-size: 12px;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
  height: 31px;
}

.post-password-form input[type="submit"] {
  color: #3d4a6e;
  outline: none;
  border: 2px solid #3d4a6e;
  font-size: 11px;
  background: transparent;
  border-radius: 0;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}

.post-password-form input[type="submit"]:hover {
  background: #3d4a6e;
  color: #fff;
}

.form-group {
  margin-bottom: 0;
}

#comments textarea {
  width: 100%;
  background: transparent;
  font-size: 12px;
  border-bottom: 2px solid #3d4a6e;
  border-top: none;
  border-left: none;
  border-right: none;
  outline: none;
  color: #3d4a6e;
  resize: vertical;
}

#comments input[type="submit"] {
  outline: none;
  color: #3d4a6e;
  border: 2px solid #3d4a6e;
  font-size: 12px;
  background: transparent;
  border-radius: 0;
  float: left;
  text-decoration: none;
  font-weight: 700;
  margin-top: 5px;
  padding: 8px 20px 8px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#comments input[type="submit"]:hover {
  background: #3d4a6e;
  color: #fff;
}

#comments ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #3d4a6e;
}

#comments :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #3d4a6e;
  opacity: 1;
}

#comments ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #3d4a6e;
  opacity: 1;
}

#comments :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #3d4a6e;
}

/* type video and audio */

.wp-video,
video.wp-video-shortcode,
.entry-header .type-video .mejs-container,
.mejs-overlay.load {
  width: 100% !important;
  height: 100% !important;
}

.entry-header .type-video .mejs-container {
  padding-top: 56.25%;
}

.wp-video,
video.wp-video-shortcode {
  max-width: 100% !important;
}

video.wp-video-shortcode {
  position: relative;
}

.entry-header .type-video .mejs-mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.mejs-controls {
  display: none;
}

.mejs-overlay-play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
}

.entry-header .type-video iframe,
.entry-header .type-audio iframe {
  width: 100% !important;
  height: 550px;
}

.entry-header .type-audio.image-audio {
  text-align: center;
  padding: 25em 0 0;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
}

.entry-header .type-audio h2 {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  color: #fff;
}

.load-more {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-top: 0;
}

.load-more a .fa-spin {
  display: none;
}

.load-more a.loaded {
  pointer-events: none;
}

.load-more a.loaded .fa-spin {
  display: inline-flex;
  width: 1em;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  -webkit-animation: fa-spin 1.2s infinite linear;
  animation: fa-spin 1.2s infinite linear;
}

.load-more a.loaded span {
  margin-left: 5px;
}

.load-more a.disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}

.load-more .ajax-button.disabled:hover,
.load-more .shop-ajax-button.disabled:hover,
.load-more .blog-ajax-button.disabled:hover {
  color: #3d4a6e;
  background: 0 0;
}

.load-more .ajax-button,
.load-more .shop-ajax-button,
.load-more .blog-ajax-button {
  display: block;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  word-spacing: 1px;
  border: 2px solid #3d4a6e;
  padding: 8px 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.load-more .ajax-button:hover,
.load-more .shop-ajax-button:hover,
.load-more .blog-ajax-button:hover {
  color: #fff;
  background: #3d4a6e;
}

#google-container .contact-info-box {
  padding-left: 15px;
}

#google-container .contact-info-box ul {
  list-style: none;
  line-height: 25px;
  padding: 0;
  text-align: left;
  position: relative;
  margin-bottom: 0;
}

#google-container .contact-info-box ul li {
  margin-top: 0;
  font-weight: 400;
  font-size: 13px;
}

#google-container .contact-info-box ul li i {
  padding-right: 25px;
  margin-bottom: 10px;
  width: 0;
}

#google-container .contact-info-box ul a {
  color: #000;
}

#google-container .contact-info-box ul a:hover {
  text-decoration: none;
}

#google-container .contact-info-box h3 {
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 14px;
  font-family: "Roboto", Arial, sans-serif;
}

/* ================================= */
/* :::::::::: 8. Contact ::::::::::: */
/* ================================= */

.contact-box-form {
  position: absolute;
  display: flex;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.contact-box-form .contact-inner-box {
  position: absolute;
  bottom: 60px;
  background: #fff;
  padding: 20px 20px 20px;
  width: 60%;
  display: flex;
  border-radius: 3px;
  align-items: center;
  z-index: 2;
}

.contact-box-form .contact-inner-box #contact-form {
  width: 100%;
}

.contact-box-form input[type="text"] {
  width: 100%;
  background: 0 0;
  border: 1px solid #ededed;
  padding: 15px;
  outline: none;
  color: #3d4a6e;
  height: 50px;
  font-size: 12px;
}

.contact-box-form input[type="email"] {
  width: 100%;
  background: 0 0;
  border: 1px solid #ededed;
  padding: 15px;
  outline: none;
  color: #3d4a6e;
  height: 50px;
  font-size: 12px;
}

.contact-box-field {
  display: flex;
}

.contact-box-field .contact-field {
  width: 48%;
}

.contact-box-field .contact-field:first-child {
  margin-right: auto;
}

.contact-box-form textarea {
  width: 100%;
  background: 0 0;
  padding: 15px;
  border: 1px solid #ededed;
  outline: none;
  margin: 23px 0 15px;
  height: 100px;
  resize: none;
  color: #3d4a6e;
  font-size: 12px;
}

.wpcf7 form .wpcf7-response-output {
  margin-left: 0 !important;
  text-align: left;
  margin-right: 0 !important;
}

.contact-box-form p {
  margin-bottom: 0;
}

.contact-box-form input[type="submit"] {
  background-color: #0000;
  border: 2px solid #3d4a6e;
  color: #3d4a6e;
  padding: 8px 20px;
  display: block;
  word-spacing: 1px;
  outline: none;
  font-size: 12px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}

.contact-box-form input[type="submit"]:hover {
  background: #3d4a6e;
  color: #fff;
  border: 2px solid #3d4a6e;
}

input[type="text"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
textarea.wpcf7-not-valid,
#block-7 input[type="text"].wpcf7-not-valid,
#block-7 input[type="tel"].wpcf7-not-valid,
#block-15 input[type="tel"].wpcf7-not-valid,
#block-15 input[type="text"].wpcf7-not-valid {
  border: 1px solid rgba(243, 0, 0, 0.2);
  z-index: 12000;
  position: relative;
}

.contact-box-form span.wpcf7-not-valid-tip {
  position: absolute;
  font-size: 11px;
  bottom: -4px;
  text-indent: -9999px;
}

.contact-box-form .wpcf7-spinner {
  bottom: 30px;
  position: absolute;
  left: 150px;
}

/* ================================= */
/* :::::::::: 9. Google map :::::::: */
/* ================================= */

#google-container {
  width: 100%;
  height: calc(100vh - 90px);
  z-index: 1;
}

#zoom-in,
#zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  position: relative;
  z-index: 9999;
  margin-left: 50px;
  background-color: rgba(61, 74, 110, 0.9);
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("../img/icon-controller.svg");
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

#zoom-in:hover,
#zoom-out:hover {
  background-color: #3d4a6e;
}

#zoom-in {
  background-position: 50% 0;
  margin-top: 50px;
  margin-bottom: 1px;
}

#zoom-out {
  background-position: 50% -32px;
}

#google-container .contact-box {
  padding-left: 15px;
}

#google-container .contact-box ul {
  list-style: none;
  line-height: 25px;
  padding: 0px;
  text-align: left;
  position: relative;
  margin-bottom: 0;
}

#google-container .contact-box h3 {
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 13px;
}

#google-container .contact-box ul li {
  margin-top: 0px;
  font-weight: 400;
  color: #3d4a6e;
  font-size: 12px;
}

#google-container .contact-box ul li i.fa {
  margin-right: 15px;
  color: #3d4a6e;
  margin-bottom: 15px;
}

#google-container .contact-box ul a {
  max-width: 100%;
  color: #3d4a6e;
}

#google-container .contact-box ul a:hover {
  text-decoration: none;
}

/* ================================= */
/* ::::::::: 10. Footer :::::::::::: */
/* ================================= */

.footer {
  background-color: #3d4a6e;
  z-index: 999;
  width: 100%;
  bottom: -45px;
  position: absolute;
  color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
}

.footer .social-icons li {
  float: left;
  list-style: none;
  border-left: 1px solid #34416b;
}

.footer .social-icons li:last-child {
  border-right: 1px solid rgb(55, 64, 93);
}

.footer .social-icons li a {
  color: #ffffff;
  font-size: 15px;
  display: block;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer .social-icons a:hover {
  background-color: #fff;
}

.footer .social-icons a:hover i.fa {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer .social-icons a.twitter:hover {
  background-color: #46c0fb;
}

.footer .social-icons a.facebook:hover {
  background-color: #4863ae;
}

.footer .social-icons a.dribbble:hover {
  background-color: #dd4b39;
}

.footer .social-icons a.youtube:hover {
  background-color: #cc181e;
}

.footer .social-icons a.instagram:hover {
  background-color: #e1306c;
}

.footer .social-icons li i.fa {
  color: rgb(255, 255, 255);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.footer .social-icons {
  float: left;
}

.footer .social-icons ul {
  margin: 0;
  padding: 0;
}

.footer .copyright {
  font-size: 12px;
  margin-left: auto;
}

.footer a {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  color: rgb(255, 255, 255);
}

.footer a:hover {
  color: #fff;
  text-decoration: none;
}

/* ================================= */
/* ::::::: 11. WooCommerce ::::::::: */
/* ================================= */

.content-center-shop {
  margin: 0 auto;
  margin-top: 60px;
}

.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2,
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  display: block;
  flex: auto;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.woocommerce-form-coupon .input-text {
    height: 45px !important;
    border-radius: 0!important;
}

.woocommerce form .form-row .woocommerce-form__input-checkbox {
  width: auto;
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  float: none;
  text-align: right;
  margin-bottom: 40px;
}

.woocommerce-MyAccount-navigation ul {
  padding-left: 0;
}

.shopContainer .gutter-sizer {
  width: 3%;
}

.shopContainer.columns-1 .product {
  width: 100%;
}

.shopContainer.columns-2 .product {
  width: 48.5%;
}

.shopContainer.columns-3 .product {
  width: 31.333%;
}

.shopContainer.columns-4 .product {
  width: 22.7%;
}

.cart-container {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  z-index: 99;
  right: 40px;
  bottom: 40px;
  margin: 0 auto;
  background: transparent;
  border-radius: 50%;
  border: 2px solid #3d4a6e;
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.cart-container.widget-visible {
  background: #3d4a6e;
  color: #fff;
}

.cart-container.widget-visible .icon-cart i {
  color: #fff;
}

.icon-cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-cart i {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  color: #3d4a6e;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cart-container.widget-visible .icon-cart span {
  background: #ffffff;
  color: #3d4a6e;
}

.icon-cart span {
  position: absolute;
  right: -9px;
  top: -3px;
  align-content: center;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  background: #3d4a6e;
  color: #fff;
  width: 16px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  height: 16px;
  padding-bottom: 1px;
  word-wrap: break-word;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cart-widget {
  visibility: hidden;
  opacity: 0 !important;
  min-width: 280px;
  max-height: 400px;
  min-height: 70px;
  position: absolute;
  text-align: left;
  bottom: 80px;
  right: 0;
  color: #ffffff;
  overflow: auto;
  border: 2px solid #3d4a6e;
  padding: 20px;
  background: #3d4a6e;
  z-index: 999;
  cursor: auto;
  -webkit-transition:
    opacity 0.3s 0s,
    visibility 0s 0.3s,
    -webkit-transform 0.3s 0s;
  transition:
    opacity 0.3s 0s,
    visibility 0s 0.3s,
    transform 0.3s 0s;
  -webkit-transition: all 0.3s ease 0s;
}

.cart-widget::-webkit-scrollbar-thumb {
  border: 3px solid white;
}

.cart-widget::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}

.cart-widget::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: #3d4a6e;
}

.cart-widget span.woocommerce-Price-amount {
  color: #ffffff;
}
.cart-container.widget-visible .cart-widget {
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition:
    opacity 0.3s 0s,
    visibility 0s 0s,
    -webkit-transform 0.3s 0s;
  transition:
    opacity 0.3s 0s,
    visibility 0s 0s,
    transform 0.3s 0s;
}
.cart-widget ul.cart_list li,
.cart-widget ul.product_list_widget li {
  padding-top: 0 !important;
  padding-left: 0px !important;
  padding-bottom: 15px !important;
  list-style: none;
}
.cart-widget li:after,
.cart-widget li:before {
  content: "";
  display: table;
  clear: both;
}
.cart-widget img {
  width: 75px;
  height: auto;
  float: right;
}
.cart-widget strong,
.cart-widget b {
  font-weight: 400;
}
.cart-widget .total span {
  float: right;
}
.cart-widget a {
  text-decoration: none;
}
.cart-widget ul {
  padding: 0;
  margin: 0;
}
.cart-widget .quantity {
  display: block;
  color: #ffffff;
}
.widget .quantity {
  color: #000;
  padding-top: 5px;
  display: block;
}
.cart-widget ul.cart_list li.empty {
  padding: 0 !important;
}
.cart-widget .woocommerce-mini-cart__empty-message {
  text-align: center;
  margin: 0;
}
.cart-widget ul.cart_list li a,
.cart-widget ul.product_list_widget li a {
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
  width: auto;
  display: block;
}
.cart-widget a.remove {
  font-size: 16px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: none !important;
}
.cart-widget a.remove:hover {
  background: #fff !important;
  color: #000 !important;
}
.cart-widget .widget_shopping_cart .total,
.cart-widget.widget_shopping_cart .total {
  border-top: none;
  padding: 0 0 3px 0 !important;
}
.cart-widget .widget_shopping_cart .total strong,
.cart-widget.widget_shopping_cart .total strong {
  font-weight: 400;
}
.cart-widget .widget_shopping_cart .total span,
.cart-widget.widget_shopping_cart .total span {
  float: right;
}
.cart-widget .buttons a {
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  font-weight: 400;
  background: rgb(0, 0, 0);
  outline: none;
  border: none;
  border-radius: 0;
  padding: 14px 28px;
  text-transform: uppercase;
  padding: 0 0 0 0px !important;
}
.cart-widget .buttons a.checkout {text-align: right;}
.cart-widget .buttons {
  border-top: 1px solid #364469;
  padding-top: 15px;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  width: 75px;
}

.woocommerce .wrapper input[type="text"],
.woocommerce .wrapper input[type="email"],
.woocommerce .wrapper input[type="tel"],
.woocommerce .wrapper input[type="password"] {
  background: transparent;
  height: 40px;
  width: 100%;
  margin-bottom: 5px;
  border: 1px solid #ededed;
  font-size: 14px;
  padding: 15px;
  outline: none;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-radius: 0;
  border-color: #3d4a6e;
}
.widget .woocommerce-product-search input {
  background: transparent;
  height: 34px;
  width: 100%;
  margin-bottom: 5px;
  border: 1px solid #000;
  font-size: 13px;
  padding: 12px;
  outline: none;
}
.widget input[type="submit"] {
  display: none;
}
.woocommerce form .form-row textarea {
  width: 100%!important;
  background: transparent!important;
  padding: 15px!important;
  height: 100px !important;
  border: 1px solid #ededed!important;
  outline: none!important;
  margin: 0px 0 3px!important;
  resize: none!important;
  border-radius: 0!important;
}

.woocommerce form .form-row input {
  width: 100%!important;
  background: transparent!important;
  padding: 10px!important;
  border: 1px solid #ededed!important;
  outline: none!important;
  margin: 0px 0 3px!important;
  resize: none!important;
  border-radius: 0!important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 4px;
  height: 35px;
  padding: 3px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ededed;
}
.select2-dropdown {
  border: 1px solid #ededed;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 2px;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background: #fbfbfb;
  border-radius: 0;
  color: inherit;
  padding: 1em 2em 1em 3.5em !important;
  margin: 0 0 2em !important;
  outline: none!important;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  border-color: #f5eded;
}
.woocommerce-info {
  border-color: #3d4a6e;
}
.woocommerce-info:before,
.woocommerce-info a {
  color: #3d4a6e;
}
.woocommerce-info a {
  font-weight: 400;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  color: #3d4a6e;
  text-decoration: none;
  font-size: 12px;
  background-color: #0000;
  border: 2px solid #3d4a6e;
  padding: 8px 20px;
  outline: none;
  border-radius: 0;
  line-height: 25px;
  font-weight: 600;
  word-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woocommerce .cart-widget .buttons a {
  background: transparent !important;
  color: #ffffff;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 12px;
  border: 0;
  line-height: 1;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  padding: 8px 20px;
  color: #3d4a6e !important;
  pointer-events: none;
}
.cart-widget .woocommerce a.button {
  letter-spacing: 0;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #3d4a6e;
  color: #fff;
}
.woocommerce ul.products li.product .button {
  margin-top: 0.2em;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  float: right;
  font-size: 11px;
}
.price_slider_amount button.button {
  padding: 3px 13px 3px 13px;
  outline: none;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  width: 0.8em;
  height: 0.8em;
  top: -0.2em;
}
.woocommerce .widget_price_filter .price_slider_amount {
  text-align: left;
  font-size: 15px;
  line-height: 2;
}
.select2-container .select2-choice {
  border-radius: 0;
  height: 40px;
  padding: 7px 0 0 15px;
  border-color: #ededed;
}
.select2-drop-active,
.select2-drop.select2-drop-above.select2-drop-active,
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #ededed;
}
.select2-search input {
  margin-top: 4px;
  padding: 0px 20px 0 5px !important;
}
.woocommerce
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
  width: 14px;
  right: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.2s ease;
}

.woocommerce
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}

.woocommerce
  .select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  transform: rotate(180deg);
}

/* the open options panel (appended to <body>, so not scoped to .woocommerce) */
.select2-dropdown {
  border-color: #ededed;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #000;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #f3f3f3;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 5px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #000;
}
.woocommerce .widget_price_filter .price_slider {
  margin-bottom: 22px;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce ul.products li.product h3 {
  font-weight: 600;
}
.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item a img,
.widget ul.product_list_widget li img {
  width: 45px;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 75px;
}
.woocommerce .product {
  line-height: 25px;
  margin-bottom: 50px;
}
.woocommerce article.product .price {
  font-size: 14px;
  display: block;
  float: left;
  margin-top: 5px;
}
.woocommerce .products .product .single-product .col-md-9 {
  margin-top: 30px;
}
.woocommerce .product p.price {
  color: inherit !important;
  font-size: 16px !important;
  font-weight: 400;
}
.woocommerce div.product .product_title {
  font-size: 1.4em;
  line-height: 25px;
  margin-bottom: 15px;
  text-align: left;
}
.woocommerce .product h2,
.woocommerce .product h3 {
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 40px;
}
.woocommerce-order-received h2,
.woocommerce-order-received h3,
.woocommerce .checkout h3,
.woocommerce .product .up-sells h2,
.woocommerce .product .related.products h2,
.woocommerce .cross-sells h2,
.woocommerce .cart_totals h2,
.woocommerce-cart h3.entry-header {
  font-size: 17px;
  margin-bottom: 20px;
  margin-top: 50px;
}
.woocommerce .form-row {
  display: block !important;
}

.woocommerce-order-received header {
  height: 40px;
}
.woocommerce-thankyou-order-received {
  font-weight: 400;
  margin-bottom: 30px;
  font-size: 14px;
}
.woocommerce .order_details li strong {
  font-weight: 400;
  margin-top: 5px;
}
.woocommerce .order_details {
  margin-bottom: 25px;
}
.woocommerce .product label,
.woocommerce .checkout label {
  font-weight: 500 !important;
}
.woocommerce div.product form.cart .variations label {
  color: #000;
  font-size: 13px;
  margin-top: 10px;
}
.widget .woocommerce-Price-amount,
.widget .reviewer,
.woocommerce ul.products li.product .price {
  font-weight: 400;
  color: #000;
  font-size: 14px;
}
a.woocommerce-review-link,
.posted_in a,
.woocommerce-message a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woocommerce .woocommerce-product-rating .star-rating {
  margin: 9px 4px 0 0;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 10px;
}
.woocommerce .product .cart {
  margin-top: 25px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: transparent;
  border-color: #000;
  border-radius: 0;
  border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding-bottom: 8px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-bottom: 2px solid #3d4a6e;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: 400;
  color: #3d4a6e;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #reviews .comment-reply-title {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding-left: 0;
  margin-bottom: 5px;
  font-size: 13px;
}
.woocommerce .star-rating {
  font-size: 12px;
  display: none;
}
.woocommerce .star-rating:before,
.woocommerce .star-rating span,
.woocommerce p.stars a,
.woocommerce ul.products li.product h3 {
  color: inherit;
  margin-bottom: 5px;
}
.woocommerce .product #comments {
  padding-top: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border: none;
  padding-top: 0;
  padding-right: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 14px;
  margin-bottom: 0;
  color: inherit;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
  font-weight: 400;
}
.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  border: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: 0;
}
.woocommerce .product input[type="text"],
.woocommerce .product input[type="email"] {
  background: transparent;
  height: 40px;
  width: 100%;
  margin-bottom: 5px;
  border: 1px solid #ededed;
  font-size: 12px;
  padding: 15px;
  outline: none;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  height: 37px;
}
.quantity input[type="number"] {
  width: 50px !important;
  height: 40px;
  display: block;
  outline: none;
  padding: 0;
  margin: 0;
  padding-left: 15px;
  border: 1px solid #eee;
  color: #3d4a6e;
}
.woocommerce .product textarea {
  width: 100%;
  background: transparent;
  font-size: 12px;
  padding: 15px;
  height: 100px !important;
  border: 1px solid #ededed;
  outline: none;
  margin: 0px 0 3px;
  resize: none;
  color: #3d4a6e;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.widget .star-rating {
  margin-top: 5px;
  margin-bottom: 5px;
}
.widget .widget_shopping_cart_content a {
  line-height: 12px !important;
}
.widget ul.product_list_widget li {
  padding-bottom: 15px;
}
.widget .widget_shopping_cart .total {
  padding-top: 10px;
}
.widget .mini_cart_item a.remove {
  color: #000 !important;
  width: 15px !important;
  height: 15px !important;
  padding-top: 1px;
  font-size: 14px;
}
.widget .mini_cart_item a.remove:hover {
  background: #000;
  color: #fff !important;
}
.woocommerce .widget_shopping_cart h1 {
  margin-bottom: 15px;
}
.woocommerce-message {
  border-color: inherit;
}
.woocommerce-message:before {
  color: inherit;
}
.widget.widget_shopping_cart .total {
  padding: 17px 0 8px 0;
}
.widget .buttons a {
  padding: 12px 20px;
}
.widget-area p.woocommerce-mini-cart__buttons.buttons {
  margin: 0 auto;
  text-align: center;
}

.woocommerce .woocommerce-ordering select {
  outline: none;
  padding: 10px 38px 10px 12px;
  border-radius: 0;
  border-color: #f5f5f5;
  cursor: pointer;
  /* hide the native dropdown arrow and use a custom chevron */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
}
.woocommerce span.onsale {
  background-color: #3d4a6e;
  border-radius: 0;
  font-weight: 400;
  min-width: 5em;
  min-height: 1em;
  padding: 0;
  line-height: 30px;
  font-size: 13px;
  z-index: 99;
  left: 0;
  top: 0;
}
.woocommerce ul.products li.product .onsale {
  margin: 0;
}
.woocommerce div.product .woocommerce-tabs .panel {
  padding-bottom: 20px;
  box-shadow: none;
}
.woocommerce .coupon input[type="text"] {
  width: 110px !important;
  height: 45px;
  padding-left: 12px !important;
}
.woocommerce .cart_item a.remove {
  color: #3d4a6e !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woocommerce .cart_item a.remove:hover {
  background: #3d4a6e;
  color: #fff !important;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  padding: 22px 12px;
  background: transparent;
}
.woocommerce table a {
  text-decoration: none;
}
.woocommerce-shipping-totals td {
  padding: 10px !important;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce .product-quantity {
  font-weight: 500;
}
.woocommerce .cart_item .quantity {
  font-weight: 300;
}
.woocommerce .calculated_shipping td {
  text-align: right;
}
.woocommerce table.shop_table .product-remove {
  padding-left: 50px;
}
.woocommerce table.shop_table > thead > tr > th {
  border-bottom: 0;
  padding: 13px 12px;
  font-weight: 400;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tr.order-total strong {
  font-weight: 500;
}
.woocommerce table.shop_table {
  border-radius: 0;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background: #f3f3f3;
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
  border-bottom-color: #f3f3f3 !important;
}
.woocommerce .widget_rating_filter .star-rating {
  margin-bottom: 0;
  margin-top: -0;
}
nav.woocommerce-pagination {
  float: none;
  height: auto;
  margin: 35px 0;
}
nav.woocommerce-pagination a,
nav.woocommerce-pagination span {
  text-decoration: none;
  width: 33px;
  height: 33px;
  font-size: 14px !important;
  border: none;
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
nav.woocommerce-pagination a.page-numbers {
  padding-top: 9px !important;
}
nav.woocommerce-pagination a.next,
nav.woocommerce-pagination a.prev {
  padding-top: 8px !important;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: #ffffff;
  color: #000 !important;
}
.woocommerce nav.woocommerce-pagination ul li span.current:hover {
  color: #fff;
}
nav.woocommerce-pagination span.current {
  background: #0a0a0a !important;
  color: #fff !important;
  padding-top: 9px !important;
  font-weight: 500 !important;
}
.woocommerce nav.woocommerce-pagination ul {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
  margin-right: 3px;
}
.woocommerce-variation-price {
  margin-bottom: 23px;
}
.woo_second_image {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woo_second_image img {
  width: 100%;
}
.product-images:hover .woo_second_image {
  opacity: 1;
}
.woo_first_image img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.woo_first_image.woo_single_image:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.product-images {
  overflow: hidden;
  display: block;
  position: relative;
}
.product-images .link-product-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.woo_product-title {
  margin-top: 17px;
  margin-bottom: 8px;
  text-align: left;
}
.woo_product-title a {
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.woocommerce li.product {
  list-style: none;
  padding-left: 15px;
  padding-top: 15px;
}
.woocommerce li.product a {
  text-decoration: none;
}
.woocommerce li.product mark {
  font-weight: 400;
  background: transparent;
}
.woo_product-details .price {
  color: #000 !important;
  display: inline-block;
  font-weight: 400;
}
.woo_add_to_cart_arcvhive {
  margin-top: 10px;
}
@keyframes show-cart {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.woocommerce .woo_product-details-container a.added_to_cart {
  display: none;
}
.woocommerce a.added_to_cart:hover {
  background: #000;
  color: #fff;
}
.woocommerce a.added_to_cart:hover {
  opacity: 0.9;
  text-decoration: none;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  font-weight: 400;
}
.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
  padding-right: 28px;
}
.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
  top: 12px !important;
  display: none;
}
.woocommerce .products .star-rating {
  margin: 0.4em 0 0.9em !important;
  font-size: 12px;
}

.woocommerce .page-title {
  font-size: 20px;
}
.woocommerce-cart .col-md-9,
.woocommerce-checkout .col-md-9 {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.woocommerce-cart .col-md-3,
.woocommerce-checkout .col-md-3 {
  display: none;
}
.woocommerce-MyAccount-navigation a {
  color: #000;
  font-weight: 400;
}
.woocommerce-MyAccount-navigation li {
  list-style: none;
  margin-bottom: 10px;
}
.woocommerce-MyAccount-content a,
.woocommerce-LostPassword a {
  font-weight: 400;
  color: #000;
}
nav.woocommerce-MyAccount-navigation {
  margin: 0;
  height: auto;
}
.woocommerce table.my_account_orders {
  font-size: 13px;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce-cart .cart-collaterals .cart_totals table th {
  width: 100%;
  background: none;
  color: #000 !important;
}
.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
  font-weight: 500;
}
.woocommerce div.product span.price {
  font-size: inherit;
  color: #000;
}
.woocommerce ul.products li.product a img {
  margin: 0;
}

.woocommerce .product .button {
  text-align: right;
  padding: 10px 11px;
  float: right;
}

.woocommerce .shop_cart-button.added::before {
  content: "\e017";
  font-family: WooCommerce;
}

.woocommerce .shop_cart-button.loading:before {
  content: "\f3f4";
  display: inline-block;
  font-family: "Font Awesome 7 Pro";
  font-weight: 700;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  animation: fa-spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
}

.woocommerce .shop_cart-button {
  background-color: transparent;
  border: 2px solid #3d4a6e !important;
  color: #3d4a6e;
  font-weight: 500;
  width: 36px;
  height: 34px;
  font-size: 12px;
  cursor: pointer;
  line-height: 32px;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  text-decoration: none;
}
.woocommerce .shop_cart-button:hover {
  background-color: #3d4a6e;
  color: #fff;
}

.woocommerce .shop_cart-button:before {
  content: "\f07a";
  display: inline-block;
  font-family: "Font Awesome 7 Pro";
  font-weight: 700;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.woocommerce a.added_to_cart {
  display: none;
}

.woocommerce a.button.added::after {
  margin-left: 0;
}

.woocommerce .product .shop_cart-button.loading {
  pointer-events: none;
}

.woocommerce .shop_cart-button {
  text-align: center;
  float: right;
}

.woocommerce-loop-category__title .mark,
.woocommerce-loop-category__title mark {
  background: none !important;
}

.shop-qty {
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: left;
  margin-right: 15px;
  height: 45px;
}

.shop-qty .qty {
  width: 50px;
  text-align: center;
  border-left: none;
  border-right: none;
  border: 2px solid #3d4a6e;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0;
  outline: none;
  -moz-appearance: textfield;
  appearance: textfield;
}

.shop-qty .qty::-webkit-inner-spin-button,
.shop-qty .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

.shop-qty button.minus {
  background: none;
  border: 2px solid #3d4a6e;
  border-right: 0;
  font-size: 20px;
  transition: all 0.4s;
  width: 30px;
  font-weight: 400;
  outline: none;
}

.shop-qty button.plus {
  background: none;
  border: 2px solid #3d4a6e;
  border-left: 0;
  font-size: 20px;
  transition: all 0.4s;
  width: 30px;
  font-weight: 400;
  outline: none;
}

.shop-qty button.minus:hover,
.shop-qty button.plus:hover {
  background-color: #3d4a6e;
  color: #fff;
}

.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
  margin-right: 2px;
}

.woocommerce .shopContainer.ajaxContainer {
  margin-bottom: 50px;
}

/* ================================= */
/* :::::: 12. Responsive CSS ::::::: */
/* ================================= */

@media only screen and (max-width: 1036px) {
  .cart-container {
    bottom: 120px;
  }

  .contact-box-form,
  .contact-box-form .contact-inner-box {
    position: relative;
  }

  .contact-box-form .contact-inner-box {
    border: 1px solid #ededed;
    bottom: 0;
    margin-bottom: 30px;
  }

  #google-container {
    width: 100%;
    height: 700px !important;
    z-index: 1;
    margin-bottom: 40px;
  }

  .shopContainer.columns-3 .product,
  .shopContainer.columns-4 .product {
    width: 48.5%;
  }

  .content-window .wrapper {
    padding-top: 30px;
    right: 0;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-window .slider li.visible {
    margin-top: 60px;
  }

  .content-window {
    width: 100%;
    height: auto;
  }

  .slider-left {
    width: 100%;
    position: relative;
    height: 55%;
    border-bottom: 0;
    border-right: 45px solid #3d4a6e;
  }

  body {
    overflow-y: scroll;
  }

  .footer {
    display: flex;
    flex-direction: column;
    padding-top: 25px;
    position: relative;
  }

  .footer .social-icons ul {
    text-align: center;
    display: flex;
    float: none;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding-bottom: 10px;
  }

  .footer .social-icons li {
    border-top: 1px solid rgb(52, 65, 107);
    border-left: 1px solid rgb(52, 65, 107);
    border-bottom: 1px solid rgb(52, 65, 107);
  }

  .footer .copyright {
    margin: 0;
    float: none;
    text-align: center;
    padding-bottom: 20px;
  }

  .form-comment {
    padding-bottom: 40px;
  }

  .icon-mobile-trigger {
    width: 33px;
    height: 27px;
    text-align: center;
    display: block;
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    margin: 20px auto;
    z-index: 999;
  }

  .icon-mobile-trigger:hover .part-1 {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }

  .icon-mobile-trigger:hover .part-3 {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  .icon-mobile-trigger .burger {
    display: block;
    background: #3d4a6e;
    width: 33px;
    height: 2px;
    position: absolute;
    left: 0;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .icon-mobile-trigger .burger.part-1 {
    top: 0;
  }

  .icon-mobile-trigger .burger.part-2 {
    top: 37%;
    width: 19px;
    left: 7px;
  }

  .icon-mobile-trigger .burger.part-3 {
    top: 73%;
  }
  .icon-mobile-trigger.active .part-1 {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg);
  }

  .icon-mobile-trigger.active .part-2 {
    opacity: 0;
  }

  .icon-mobile-trigger.active .part-3 {
    -webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);
    transform: translateY(-12px) translateX(0) rotate(-45deg);
  }

  .content-window .content {
    overflow: hidden;
    right: 0;
  }

  .content-window .navigation,
  .content-window .return-navigation {
    left: 0;
    top: 55px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition:
      opacity 0.4s 0s,
      visibility 0s 0.4s;
    transition:
      opacity 0.4s 0s,
      visibility 0s 0.4s;
  }

  .content-window .navigation #henderson_menu,
  .content-window .navigation .slider-return-navigation,
  .content-window .return-navigation #henderson_menu,
  .content-window .return-navigation .slider-return-navigation {
    top: 0;
    height: 100%;
    background: #3d4a6e;
    flex-grow: 1;
  }

  .content-window .navigation #henderson_menu a,
  .content-window .navigation .slider-return-navigation a,
  .content-window .return-navigation #henderson_menu a,
  .content-window .return-navigation .slider-return-navigation a {
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

  .content-window .navigation #henderson_menu em::after,
  .content-window .navigation .slider-return-navigation em::after,
  .content-window .return-navigation #henderson_menu em::after,
  .content-window .return-navigation .slider-return-navigation em::after {
    display: none;
  }

  .content-window .navigation #henderson_menu a:hover em,
  .content-window .navigation .slider-return-navigation a:hover em,
  .content-window .return-navigation #henderson_menu a:hover em,
  .content-window .return-navigation .slider-return-navigation a:hover em {
    transform: none;
    -webkit-transform: none;
  }

  .content-window .navigation #henderson_menu em,
  .content-window .navigation .slider-return-navigation em,
  .content-window .return-navigation #henderson_menu em,
  .content-window .return-navigation .slider-return-navigation em {
    position: relative;
    color: #fff;
    left: 0 !important;
    bottom: 0;
    visibility: visible;
    opacity: 1;
    background: none !important;
    padding: 0;
    transform: none;
    -webkit-transform: none;
    font-size: 1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .content-window .navigation #henderson_menu.classic_menu li.current-menu-item i {
    background: 0 0;
  }

  .content-window .navigation #henderson_menu li.selected em,
  .content-window .navigation.menu-mobile #henderson_menu.classic_menu li.current-menu-item em,
  .content-window .navigation .slider-return-navigation li.selected em,
  .content-window .return-navigation #henderson_menu li.selected em,
  .content-window .return-navigation .slider-return-navigation li.selected em {
    color: #3d4a6e !important;
    background: none !important;
  }

  .content-window .navigation #henderson_menu li:hover i,
  .content-window .navigation .slider-return-navigation li:hover i,
  .content-window .return-navigation #henderson_menu li:hover i,
  .content-window .return-navigation .slider-return-navigation li:hover i {
    background: 0 0;
  }

  .content-window .navigation.menu-mobile #henderson_menu li.selected i,
  .content-window .navigation .slider-return-navigation li.selected i,
  .content-window .return-navigation #henderson_menu li.selected i,
  .content-window .return-navigation .slider-return-navigation li.selected i {
    color: #3d4a6e;
    background: 0 0 !important;
  }

  .content-window .navigation #henderson_menu i,
  .content-window .navigation .slider-return-navigation i,
  .content-window .return-navigation #henderson_menu i,
  .content-window .return-navigation .slider-return-navigation i {
    height: auto;
    width: auto;
    margin-right: 10px;
    background: 0 0;
  }

  .content-window .navigation.menu-mobile,
  .content-window .return-navigation.menu-mobile {
    opacity: 1;
    visibility: visible;
    -webkit-transition:
      opacity 0.4s 0s,
      visibility 0s 0s;
    transition:
      opacity 0.4s 0s,
      visibility 0s 0s;
  }

  .content-window .navigation.menu-mobile li,
  .content-window .return-navigation.menu-mobile li {
    float: none;
    display: flex;
    margin-right: 0;
    border-top: 1px solid rgba(23, 29, 49, 0.1) !important;
    justify-content: center;
    align-items: center;
    align-content: center;
    cursor: pointer;
  }

  .content-window .navigation.menu-mobile li:hover,
  .content-window .return-navigation.menu-mobile li:hover {
    background-color: #ffffff !important;
    color: #3d4a6e !important;
  }

  .content-window .navigation.menu-mobile li:hover i,
  .content-window .navigation.menu-mobile li:hover em,
  .content-window .return-navigation.menu-mobile li:hover i,
  .content-window .return-navigation.menu-mobile li:hover em {
    color: #3d4a6e !important;
    background: none;
  }

  .content-window .navigation.menu-mobile li.selected,
  .content-window .navigation.menu-mobile #henderson_menu.classic_menu li.current-menu-item,
  .content-window .return-navigation.menu-mobile li.selected {
    background: #fff;
  }

  .content-window .navigation.menu-mobile li:last-child,
  .content-window .return-navigation.menu-mobile li:last-child {
    border-bottom: 1px solid rgba(23, 29, 49, 0.1) !important;
  }
}

@media only screen and (max-width: 768px) {
  .slider-left {
    height: 75%;
  }

  .woocommerce .product-remove a {
    margin: 0 auto;
  }
  .woocommerce td.product-quantity {
    padding: 42px 12px 42px 12px !important;
  }
  .woocommerce table.shop_table .product-remove {
    padding-left: 0;
  }
}

@media only screen and (max-width: 667px) {
  .content-window.wide {
    padding-left: 0;
  }

  .tmtimeline > li .tmlabel {
    margin-left: 25%;
    top: -56px;
  }

  .button-group .button {
    padding: 8px;
  }

  .slider-left {
    height: 70%;
  }

  .tmtimeline li:nth-child(1):before {
    height: 114%;
  }

  .tmtimeline > li .tmtime {
    margin-left: -15px;
  }

  .comment.children {
    padding-left: 0;
  }

  .contact-form input[type="submit"] {
    width: 100%;
  }

  .woocommerce td.product-quantity .shop-qty {
    margin: 0 0 0 auto;
  }

  .woocommerce .product-remove a {
    margin: 0 auto;
  }

  .woocommerce table.shop_table .product-remove {
    padding-left: 0;
  }

  .woocommerce table td.product-quantity {
    display: flex !important;
  }
}

@media only screen and (max-width: 540px) {
  .woocommerce .col-md-6,
  .woocommerce .col-md-4,
  .woocommerce .col-md-3 {
    width: 100%;
  }
  .slider-left {
    height: 40%;
  }

  #comments .child-comment {
    width: 100%;
    padding: 0;
  }

  .contact input[type="submit"] {
    width: 100%;
  }

  .tmtimeline li:nth-child(1):before {
    height: 114%;
  }

  .tmtimeline {
    padding-left: 20px;
  }

  .tmtimeline > li .tmtime {
    margin-left: -10px;
  }

  #zoom-in,
  #zoom-out {
    margin-left: 15px;
  }
  .shopContainer.columns-3 .product,
  .shopContainer.columns-4 .product {
    width: 100%;
  }
  .shopContainer.columns-3 .product-category,
  .shopContainer.columns-4 .product-category {
    width: 100%;
    text-align: center;
  }

  .hello {
    font-size: 0.7em;
  }
}

@media only screen and (max-width: 320px) {
  .tmtimeline > li .tmtime {
    margin-left: -26px;
  }
}
