/*
  Wexim Theme Stylesheet 1.0.0 by @themesindustry
*/

/* ===================================
    General
====================================== */

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: inherit;
  font-size: 15px;
  color: #2b2b2b;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.5px;}

.rtl {
  text-align: right; }

a {
  text-decoration: underline;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

a:focus, button:focus, input:focus {
  outline: none;
  color: inherit;
  text-decoration: none; }

a:hover, a:active {
  color: #3264f5;
  text-decoration: none; }

a, h1, h2, h3, h4, h5, h6, p, span {
  overflow-wrap: break-word; }

b,
strong {
  font-weight: 700; }

img {
  max-width: 100%;
  height: auto; }

table {
  margin-bottom: 25px; }

td, th {
  border-bottom: 1px solid #dedede;
  padding: 10px; }

dd {
  -webkit-margin-start: 40px;
          margin-inline-start: 40px; }

address {
  margin: 0 0 25px; }

video {
  background-size: cover;
  display: table-cell;
  vertical-align: middle;
  width: 100%; }

iframe {
  border: 0;
  width: 100%;
  max-width: 100%;
  vertical-align: bottom; }

p {
  margin: 0 0 25px; }

p:empty, blockquote:empty {
  display: none; }

p:last-child {
  margin-bottom: 0; }

input, textarea, select {
  color: inherit;
  font: inherit;
  border: 1px solid #dedede;
  font-size: 14px;
  padding: 8px 15px;
  margin: 0 0 20px 0;
  max-width: 100%;
  resize: none; }

.form-control::-webkit-input-placeholder, .wpcf7 input[type=text]::-webkit-input-placeholder,
.wpcf7 input[type=search]::-webkit-input-placeholder,
.wpcf7 input[type=url]::-webkit-input-placeholder,
.wpcf7 input[type=tel]::-webkit-input-placeholder,
.wpcf7 input[type=number]::-webkit-input-placeholder,
.wpcf7 input[type=range]::-webkit-input-placeholder,
.wpcf7 input[type=date]::-webkit-input-placeholder,
.wpcf7 input[type=month]::-webkit-input-placeholder,
.wpcf7 input[type=week]::-webkit-input-placeholder,
.wpcf7 input[type=time]::-webkit-input-placeholder,
.wpcf7 input[type=datetime]::-webkit-input-placeholder,
.wpcf7 input[type=datetime-local]::-webkit-input-placeholder,
.wpcf7 input[type=color]::-webkit-input-placeholder,
.wpcf7 input[type=email]::-webkit-input-placeholder,
.wpcf7 input[type=file]::-webkit-input-placeholder,
.wpcf7 input[type=submit]::-webkit-input-placeholder,
.wpcf7 select::-webkit-input-placeholder,
.wpcf7 textarea::-webkit-input-placeholder, .wpcf7 .wpcf7-validation-errors::-webkit-input-placeholder {
  color: #939393;
  opacity: 1; }

.form-control:-ms-input-placeholder, .wpcf7 input[type=text]:-ms-input-placeholder,
.wpcf7 input[type=search]:-ms-input-placeholder,
.wpcf7 input[type=url]:-ms-input-placeholder,
.wpcf7 input[type=tel]:-ms-input-placeholder,
.wpcf7 input[type=number]:-ms-input-placeholder,
.wpcf7 input[type=range]:-ms-input-placeholder,
.wpcf7 input[type=date]:-ms-input-placeholder,
.wpcf7 input[type=month]:-ms-input-placeholder,
.wpcf7 input[type=week]:-ms-input-placeholder,
.wpcf7 input[type=time]:-ms-input-placeholder,
.wpcf7 input[type=datetime]:-ms-input-placeholder,
.wpcf7 input[type=datetime-local]:-ms-input-placeholder,
.wpcf7 input[type=color]:-ms-input-placeholder,
.wpcf7 input[type=email]:-ms-input-placeholder,
.wpcf7 input[type=file]:-ms-input-placeholder,
.wpcf7 input[type=submit]:-ms-input-placeholder,
.wpcf7 select:-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder, .wpcf7 .wpcf7-validation-errors:-ms-input-placeholder {
  color: #939393;
  opacity: 1; }

.form-control::-ms-input-placeholder, .wpcf7 input[type=text]::-ms-input-placeholder,
.wpcf7 input[type=search]::-ms-input-placeholder,
.wpcf7 input[type=url]::-ms-input-placeholder,
.wpcf7 input[type=tel]::-ms-input-placeholder,
.wpcf7 input[type=number]::-ms-input-placeholder,
.wpcf7 input[type=range]::-ms-input-placeholder,
.wpcf7 input[type=date]::-ms-input-placeholder,
.wpcf7 input[type=month]::-ms-input-placeholder,
.wpcf7 input[type=week]::-ms-input-placeholder,
.wpcf7 input[type=time]::-ms-input-placeholder,
.wpcf7 input[type=datetime]::-ms-input-placeholder,
.wpcf7 input[type=datetime-local]::-ms-input-placeholder,
.wpcf7 input[type=color]::-ms-input-placeholder,
.wpcf7 input[type=email]::-ms-input-placeholder,
.wpcf7 input[type=file]::-ms-input-placeholder,
.wpcf7 input[type=submit]::-ms-input-placeholder,
.wpcf7 select::-ms-input-placeholder,
.wpcf7 textarea::-ms-input-placeholder, .wpcf7 .wpcf7-validation-errors::-ms-input-placeholder {
  color: #939393;
  opacity: 1; }

.form-control::placeholder, .wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=search]::placeholder,
.wpcf7 input[type=url]::placeholder,
.wpcf7 input[type=tel]::placeholder,
.wpcf7 input[type=number]::placeholder,
.wpcf7 input[type=range]::placeholder,
.wpcf7 input[type=date]::placeholder,
.wpcf7 input[type=month]::placeholder,
.wpcf7 input[type=week]::placeholder,
.wpcf7 input[type=time]::placeholder,
.wpcf7 input[type=datetime]::placeholder,
.wpcf7 input[type=datetime-local]::placeholder,
.wpcf7 input[type=color]::placeholder,
.wpcf7 input[type=email]::placeholder,
.wpcf7 input[type=file]::placeholder,
.wpcf7 input[type=submit]::placeholder,
.wpcf7 select::placeholder,
.wpcf7 textarea::placeholder, .wpcf7 .wpcf7-validation-errors::placeholder {
  color: #939393;
  opacity: 1; }

.form-control:-ms-input-placeholder, .wpcf7 input:-ms-input-placeholder[type=text],
.wpcf7 input:-ms-input-placeholder[type=search],
.wpcf7 input:-ms-input-placeholder[type=url],
.wpcf7 input:-ms-input-placeholder[type=tel],
.wpcf7 input:-ms-input-placeholder[type=number],
.wpcf7 input:-ms-input-placeholder[type=range],
.wpcf7 input:-ms-input-placeholder[type=date],
.wpcf7 input:-ms-input-placeholder[type=month],
.wpcf7 input:-ms-input-placeholder[type=week],
.wpcf7 input:-ms-input-placeholder[type=time],
.wpcf7 input:-ms-input-placeholder[type=datetime],
.wpcf7 input:-ms-input-placeholder[type=datetime-local],
.wpcf7 input:-ms-input-placeholder[type=color],
.wpcf7 input:-ms-input-placeholder[type=email],
.wpcf7 input:-ms-input-placeholder[type=file],
.wpcf7 input:-ms-input-placeholder[type=submit],
.wpcf7 select:-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder, .wpcf7 .wpcf7-validation-errors:-ms-input-placeholder {
  color: #939393; }

.form-control::-ms-input-placeholder, .wpcf7 input[type=text]::-ms-input-placeholder,
.wpcf7 input[type=search]::-ms-input-placeholder,
.wpcf7 input[type=url]::-ms-input-placeholder,
.wpcf7 input[type=tel]::-ms-input-placeholder,
.wpcf7 input[type=number]::-ms-input-placeholder,
.wpcf7 input[type=range]::-ms-input-placeholder,
.wpcf7 input[type=date]::-ms-input-placeholder,
.wpcf7 input[type=month]::-ms-input-placeholder,
.wpcf7 input[type=week]::-ms-input-placeholder,
.wpcf7 input[type=time]::-ms-input-placeholder,
.wpcf7 input[type=datetime]::-ms-input-placeholder,
.wpcf7 input[type=datetime-local]::-ms-input-placeholder,
.wpcf7 input[type=color]::-ms-input-placeholder,
.wpcf7 input[type=email]::-ms-input-placeholder,
.wpcf7 input[type=file]::-ms-input-placeholder,
.wpcf7 input[type=submit]::-ms-input-placeholder,
.wpcf7 select::-ms-input-placeholder,
.wpcf7 textarea::-ms-input-placeholder, .wpcf7 .wpcf7-validation-errors::-ms-input-placeholder {
  color: #939393; }

:focus {
  outline: none; }

ul, ol, dl {
  list-style-position: inside;
  padding: 0;
  margin: 0 0 25px; }

ol ol, ol ul, ul ol, ul ul {
  margin-left: 15px; }

table > thead > tr > th {
  font-weight: 400; }

pre {
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #f7f7f7;
  padding: 15px; }

.medium-padding {
  position: relative;
  padding: 7.5rem 0;
  overflow: hidden; }

.medium-top-margin {
  margin-top: 7.5rem; }

.btn.focus, .wpcf7 input.focus[type=submit], .btn:focus,
.wpcf7 input:focus[type=submit] {
  -webkit-box-shadow: none;
          box-shadow: none; }

.btn.focus, .wpcf7 input.focus[type=submit], .btn:focus,
.wpcf7 input:focus[type=submit] {
  -webkit-box-shadow: none;
          box-shadow: none; }

.dropdown-item:focus, .dropdown-item:hover {
  color: inherit;
  background-color: inherit; }

.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

section {
  position: relative; }

.morphext > .animated {
  display: inline-block; }

/* transition*/
.no-transition * {
  transition-timing-function: initial;
  -moz-transition-timing-function: initial;
  -webkit-transition-timing-function: initial;
  -o-transition-timing-function: initial;
  -ms-transition-timing-function: initial;
  transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s; }

/* Button */
.btn,
.wpcf7 input[type=submit], button {
  display: inline-block;
  font-weight: 500 !important;
  letter-spacing: .7px;
  border: 2px solid transparent;
  line-height: inherit;
  text-decoration: none;
  border-radius: 0;
  width: auto;
  margin: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
  cursor: pointer;
  border: 2px solid #3264f5;
  background-color: #3264f5;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

button:hover, button:focus, button:active {
  background-color: transparent;
  color: #3264f5; }

/* button size */
.btn.btn-small, .wpcf7 input.btn-small[type=submit] {
  font-size: 11px;
  padding: 3px 24px; }

.btn.btn-medium, .wpcf7 input.btn-medium[type=submit] {
  font-size: 13px;
  padding: 6px 25px; }

.btn.btn-large, .wpcf7 input.btn-large[type=submit] {
  font-size: 14px;
  padding: 8px 30px;
  line-height: 25px; }

.btn.btn-rounded, .wpcf7 input.btn-rounded[type=submit] {
  border-radius: 50px; }

.btn.btn-primary, .wpcf7 input.btn-primary[type=submit] {
  color: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-size: 200% auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#3264f5), color-stop(51%, #7201BB), to(#3264f5));
  background-image: linear-gradient(to right, #3264f5 0%, #7201BB 51%, #3264f5 100%);
  background-size: 200% auto;
  -webkit-transition: background 5s linear;
  border: none; }

.btn.btn-primary:hover, .wpcf7 input.btn-primary:hover[type=submit], .btn.btn-primary:focus, .wpcf7 input.btn-primary:focus[type=submit] {
  background-position: right center;
  color: #fff; }

.btn.btn-dark, .wpcf7 input.btn-dark[type=submit] {
  background: #232323;
  border-color: #232323;
  color: #fff; }

.btn.btn-dark:hover, .wpcf7 input.btn-dark:hover[type=submit], .btn.btn-dark:focus, .wpcf7 input.btn-dark:focus[type=submit] {
  background: transparent !important;
  border-color: #232323;
  color: #232323; }

/* color */
.text-black {
  color: #2b2b2b; }

.text-dark {
  color: #232323; }

/* heading */
h1, h2, h3, h4, h5, h6 {
  margin: 25px 0;
  padding: 0;
  color: #232323;
  font-weight: 600; }

h1 {
  font-size: 50px;
  line-height: 60px; }

h2 {
  font-size: 35px;
  line-height: 45px; }

h3 {
  font-size: 30px;
  line-height: 40px; }

h4 {
  font-size: 25px;
  line-height: 35px; }

h5 {
  font-size: 20px;
  line-height: 30px; }

h6 {
  font-size: 18px;
  line-height: 28px; }

/* parallax */
[class*=bg-img] {
  position: relative;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden; }

.parallax {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed; }

.inner-body {
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff; }

/*=================================================
    8. social icon
=================================================*/
.social-icon-bg a i.fa-facebook {
  background-color: #3B5998; }

.social-icon-bg a i.fa-twitter {
  background-color: #55ACEE; }

.social-icon-bg a i.fa-google-plus {
  background-color: #DD4B39; }

.social-icon-bg a i.fa-linkedin {
  background-color: #0976B4; }

.social-icon-bg a i.fa-instagram {
  background-color: #c13584; }

.social-icon-bg a i.fa-youtube {
  background-color: #dd4b39; }

.social-icon-bg a i.fa-pinterest-p {
  background-color: #B7242A; }

.social-icon-bg a i.fa-instagram {
  background-color: #e8715c; }

.social-icon-bg a i.fa-vimeo {
  background-color: #1ab7ea; }

.social-icon-bg a i.fa-vk {
  background-color: #4c75a3; }

.social-icon-bg a i.fa-youtube {
  background-color: #cd201f; }

.social-icon-bg a i.fa-pinterest {
  background-color: #bd081c; }

.social-icon-bg a i.fa-tumblr {
  background-color: #34465d; }

.social-icon-bg a i.fa-behance {
  background-color: #131418; }

.social-icon-bg a i.fa-dribbble {
  background-color: #ea4c89; }

.social-icon-bg a i.fa-google-plus {
  background-color: #dd4b39; }

.social-icon-bg a i.fa-xing {
  background-color: #026466; }

.social-icon-bg a i.fa-yelp {
  background-color: #af0606; }

.social-icon-bg a i.fa-vine {
  background-color: #00b489; }

.social-icon-bg-hvr a:hover i.fa-facebook {
  background-color: #3B5998; }

.social-icon-bg-hvr a:hover i.fa-twitter {
  background-color: #55ACEE; }

.social-icon-bg-hvr a:hover i.fa-google-plus {
  background-color: #DD4B39; }

.social-icon-bg-hvr a:hover i.fa-linkedin {
  background-color: #0976B4; }

.social-icon-bg-hvr a:hover i.fa-instagram {
  background-color: #c13584; }

.social-icon-bg-hvr a:hover i.fa-youtube {
  background-color: #dd4b39; }

.social-icon-bg-hvr a:hover i.fa-pinterest-p {
  background-color: #B7242A; }

.social-icon-bg-hvr a:hover i.fa-instagram {
  background-color: #e8715c; }

.social-icon-bg-hvr a:hover i.fa-vimeo {
  background-color: #1ab7ea; }

.social-icon-bg-hvr a:hover i.fa-vk {
  background-color: #4c75a3; }

.social-icon-bg-hvr a:hover i.fa-youtube {
  background-color: #cd201f; }

.social-icon-bg-hvr a:hover i.fa-pinterest {
  background-color: #bd081c; }

.social-icon-bg-hvr a:hover i.fa-tumblr {
  background-color: #34465d; }

.social-icon-bg-hvr a:hover i.fa-behance {
  background-color: #131418; }

.social-icon-bg-hvr a:hover i.fa-dribbble {
  background-color: #ea4c89; }

.social-icon-bg-hvr a:hover i.fa-google-plus {
  background-color: #dd4b39; }

.social-icon-bg-hvr a:hover i.fa-xing {
  background-color: #026466; }

.social-icon-bg-hvr a:hover i.fa-yelp {
  background-color: #af0606; }

.social-icon-bg-hvr a:hover i.fa-vine {
  background-color: #00b489; }

.social-icon-clr a i.fa-facebook {
  color: #3B5998; }

.social-icon-clr a i.fa-twitter {
  color: #55ACEE; }

.social-icon-clr a i.fa-google-plus {
  color: #DD4B39; }

.social-icon-clr a i.fa-linkedin {
  color: #0976B4; }

.social-icon-clr a i.fa-instagram {
  color: #c13584; }

.social-icon-clr a i.fa-youtube {
  color: #dd4b39; }

.social-icon-clr a i.fa-pinterest-p {
  color: #B7242A; }

.social-icon-clr a i.fa-instagram {
  color: #e8715c; }

.social-icon-clr a i.fa-vimeo {
  color: #1ab7ea; }

.social-icon-clr a i.fa-vk {
  color: #4c75a3; }

.social-icon-clr a i.fa-youtube {
  color: #cd201f; }

.social-icon-clr a i.fa-pinterest {
  color: #bd081c; }

.social-icon-clr a i.fa-tumblr {
  color: #34465d; }

.social-icon-clr a i.fa-behance {
  color: #131418; }

.social-icon-clr a i.fa-dribbble {
  color: #ea4c89; }

.social-icon-clr a i.fa-google-plus {
  color: #dd4b39; }

.social-icon-clr a i.fa-xing {
  color: #026466; }

.social-icon-clr a i.fa-yelp {
  color: #af0606; }

.social-icon-clr a i.fa-vine {
  color: #00b489; }

.social-icon-clr-hvr a i:hover.fa-facebook {
  color: #3B5998; }

.social-icon-clr-hvr a i:hover.fa-twitter {
  color: #55ACEE; }

.social-icon-clr-hvr a i:hover.fa-google-plus {
  color: #DD4B39; }

.social-icon-clr-hvr a i:hover.fa-linkedin {
  color: #0976B4; }

.social-icon-clr-hvr a i:hover.fa-instagram {
  color: #c13584; }

.social-icon-clr-hvr a i:hover.fa-youtube {
  color: #dd4b39; }

.social-icon-clr-hvr a i:hover.fa-pinterest-p {
  color: #B7242A; }

.social-icon-clr-hvr a i:hover.fa-instagram {
  color: #e8715c; }

.social-icon-clr-hvr a i:hover.fa-vimeo {
  color: #1ab7ea; }

.social-icon-clr-hvr a i:hover.fa-vk {
  color: #4c75a3; }

.social-icon-clr-hvr a i:hover.fa-youtube {
  color: #cd201f; }

.social-icon-clr-hvr a i:hover.fa-pinterest {
  color: #bd081c; }

.social-icon-clr-hvr a i:hover.fa-tumblr {
  color: #34465d; }

.social-icon-clr-hvr a i:hover.fa-behance {
  color: #131418; }

.social-icon-clr-hvr a i:hover.fa-dribbble {
  color: #ea4c89; }

.social-icon-clr-hvr a i:hover.fa-google-plus {
  color: #dd4b39; }

.social-icon-clr-hvr a i:hover.fa-xing {
  color: #026466; }

.social-icon-clr-hvr a i:hover.fa-yelp {
  color: #af0606; }

.social-icon-clr-hvr a i:hover.fa-vine {
  color: #00b489; }

/* ===================================
    Navbar
====================================== */
.inner-body.box {
  margin: 0 auto;
  -webkit-box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
          box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3); }

.inner-body.box .container {
  padding: 0 35px; }

.inner-body > header a.logo {
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none; }

.inner-body > header a.logo:not(:hover):not(:focus) {
  color: #232323; }

.inner-body > header .logo-area {
  margin: 0;
  line-height: 0;
  padding: 0;
  display: inline-block; }

.inner-body > header:not(.header-appear) .navbar.light-menu .site-title {
  color: #fff; }

.inner-body > header.header-appear .navbar.sticky-light-menu .site-title {
  color: #fff; }

header .header-top-area {
  z-index: 100;
  position: absolute;
  width: 100%;
  top: 0;
  padding: 8px 0;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  background-color: transparent;
  color: #fff;}

header.header-appear .header-top-area {
  opacity: 0; }

header .header-top-area:not(.top-transparent) {
  background: #fff;
  border-bottom: 1px solid #f5f3f3;
  color: #2b2b2b; }

.header-top-area a {
  text-decoration: none;
  color: inherit;}

.header-top-area .left-text {
  text-align: left; }

.header-top-area .right-text {
  text-align: right; }

header .header-top-area p > i {
  padding: 0 5px 0 10px;
  font-size: 15px;
  line-height: 1; }

header .header-top-area p > i:first-child {
  padding-left: 0; }

header .navbar-standard {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  right: 0;
  height: 75px;
  width: 100%;
  z-index: 99;
  margin: 0 auto;
  padding: 0; }

header .navbar .navbar-nav {
  margin: 0 -22px; }

header .navbar-standard.transparent {
  top: 15px; }

header:not(.header-appear) .header-top-area ~ .navbar-standard {
  top: 40px; }

.navbar-nav {
  position: relative; }

header.header-appear .navbar-standard {
  top: 0;
  left: 0;
  height: 75px;
  position: fixed;
  z-index: 99;
  -webkit-animation-name: animationFade;
  animation-name: animationFade;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-box-shadow: 0 10px 10px -15px rgba(0, 0, 0, 0.35);
  box-shadow: 0 10px 10px -15px rgba(0, 0, 0, 0.35); }

header:not(.header-appear) .navbar.light-menu {
  background-color: #232323; }

header.header-appear .sticky-light-menu {
  background-color: #232323; }

header:not(.header-appear) .navbar.gradient {
  background: -webkit-gradient(linear, left top, right top, color-stop(2%, #7201BB), color-stop(82%, #3264f5));
  background: linear-gradient(to right, #7201BB 2%, #3264f5 82%); }

header.header-appear .navbar.sticky-gradient {
  background: -webkit-gradient(linear, left top, right top, color-stop(2%, #7201BB), color-stop(82%, #3264f5));
  background: linear-gradient(to right, #7201BB 2%, #3264f5 82%); }

.navbar:not(.center-logo) .menu-container {
  position: relative;
  margin-left: auto; }

.center-logo .menu-container {
  width: 100%; }

header .navbar-standard.standard #navbarNavDropdown, header .navbar-standard.bottom-navbar #navbarNavDropdown {
  margin-left: auto; }

header .navbar-standard ul.navbar-nav > li a {
  margin: 0; }

header .center-logo ul.navbar-nav > li:first-child {
  margin-left: 0; }

header .center-logo ul.navbar-nav > li:last-child {
  margin-right: 0; }

header .navbar-standard ul.navbar-nav > li {
  min-width: 100px;
  text-align: center; }

header .navbar-standard ul.navbar-nav > li > a {
  font-size: 15px;
  line-height: 1;
  background: 0 0;
  padding: 30px 12px !important;
  border-color: transparent;
  font-weight: 300;
  text-transform: capitalize;
  text-decoration: none;
  z-index: 3;
  position: relative;
  -webkit-transition: none;
  transition: none;
  display: inline-block; }

header .nav-icon ul.navbar-nav > li {
  margin: 0;
  width: 100px;
  padding: 0 10px;
  text-align: center;
  line-height: 1; }

header .nav-line ul.navbar-nav > li a:before {
  position: relative;
  content: '';
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: table;
  height: 3px;
  border-radius: 2px;
  bottom: -22px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #00bcd4;
  visibility: hidden;
  opacity: 0; }

header .nav-line ul.navbar-nav > li.active a:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  visibility: visible;
  opacity: 1; }

header .nav-icon ul.navbar-nav > li > a {
  padding: 30px 0 !important; }

.nav-icon .navbar-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none; }

.menu-icon {
  position: absolute;
  top: 6px;
  font-size: 20px;
  left: 0;
  margin: 0;
  display: block;
  text-align: center;
  width: 100px;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
  transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22); }

header.header-appear .menu-icon {
  top: 7px; }

header:not(.header-appear) .navbar-standard.light-menu .menu-icon {
  color: #fff; }

.menu-icon:before {
  position: relative;
  content: "\f107";
  font-family: FontAwesome;
  font-weight: lighter; }

.nav-icon .navbar-nav .nav-item:nth-child(1).active ~ .menu-icon, .nav-icon .navbar-nav .nav-item:nth-child(1).current_page_parent ~ .menu-icon {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.nav-icon .navbar-nav .nav-item:nth-child(2).active ~ .menu-icon, .nav-icon .navbar-nav .nav-item:nth-child(2).current_page_parent ~ .menu-icon {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.nav-icon .navbar-nav .nav-item:nth-child(3).active ~ .menu-icon, .nav-icon .navbar-nav .nav-item:nth-child(3).current_page_parent ~ .menu-icon {
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0); }

.nav-icon .navbar-nav .nav-item:nth-child(4).active ~ .menu-icon, .nav-icon .navbar-nav .nav-item:nth-child(4).current_page_parent ~ .menu-icon {
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0); }

.nav-icon .navbar-nav .nav-item:nth-child(5).active ~ .menu-icon, .nav-icon .navbar-nav .nav-item:nth-child(5).current_page_parent ~ .menu-icon {
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0); }

.nav-icon .navbar-nav .nav-item:nth-child(6).active ~ .menu-icon, .nav-icon .navbar-nav .nav-item:nth-child(6).current_page_parent ~ .menu-icon {
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0); }

.nav-icon .navbar-nav .nav-item:nth-child(7).active ~ .menu-icon, .nav-icon .navbar-nav .nav-item:nth-child(7).current_page_parent ~ .menu-icon {
  -webkit-transform: translate3d(600%, 0, 0);
  transform: translate3d(600%, 0, 0); }

.nav-icon .navbar-nav .nav-item:nth-child(8).active ~ .menu-icon, .nav-icon .navbar-nav .nav-item:nth-child(7).current_page_parent ~ .menu-icon {
  -webkit-transform: translate3d(700%, 0, 0);
  transform: translate3d(700%, 0, 0); }

.nav-icon .navbar-nav .nav-item:nth-child(9).active ~ .menu-icon, .nav-icon .navbar-nav .nav-item:nth-child(7).current_page_parent ~ .menu-icon {
  -webkit-transform: translate3d(800%, 0, 0);
  transform: translate3d(800%, 0, 0); }

.nav-icon .navbar-nav .nav-item:nth-child(10).active ~ .menu-icon, .nav-icon .navbar-nav .nav-item:nth-child(7).current_page_parent ~ .menu-icon {
  -webkit-transform: translate3d(900%, 0, 0);
  transform: translate3d(900%, 0, 0); }

.nav-icon .navbar-nav .nav-item:nth-child(1):hover ~ .menu-icon {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.nav-icon .navbar-nav .nav-item:nth-child(2):hover ~ .menu-icon {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.nav-icon .navbar-nav .nav-item:nth-child(3):hover ~ .menu-icon {
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0); }

.nav-icon .navbar-nav .nav-item:nth-child(4):hover ~ .menu-icon {
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0); }

.nav-icon .navbar-nav .nav-item:nth-child(5):hover ~ .menu-icon {
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0); }

.nav-icon .navbar-nav .nav-item:nth-child(6):hover ~ .menu-icon {
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0); }

.nav-icon .navbar-nav .nav-item:nth-child(7):hover ~ .menu-icon {
  -webkit-transform: translate3d(600%, 0, 0);
  transform: translate3d(600%, 0, 0); }

.nav-icon .navbar-nav .nav-item:nth-child(8):hover ~ .menu-icon {
  -webkit-transform: translate3d(700%, 0, 0);
  transform: translate3d(700%, 0, 0); }

.nav-icon .navbar-nav .nav-item:nth-child(9):hover ~ .menu-icon {
  -webkit-transform: translate3d(800%, 0, 0);
  transform: translate3d(800%, 0, 0); }

.nav-icon .navbar-nav .nav-item:nth-child(10):hover ~ .menu-icon {
  -webkit-transform: translate3d(900%, 0, 0);
  transform: translate3d(900%, 0, 0); }

header.header-appear .nav-box-round .navbar-nav > li.active > a {
  color: #fff; }

header.header-appear .nav-box-round .navbar-nav > li > a {
  padding: 30px 26px !important; }

header.header-appear .nav-box-round .navbar-nav > li > a::before {
  content: "";
  background-color: #00bcd4;
  height: 42px;
  width: 100%;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  left: 50%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 0; }

header.header-appear .nav-box-round .navbar-nav > li.active > a::before {
  opacity: 1; }

header .navbar-standard ul.navbar-nav > li > a:not(:hover) {
  color: #232323; }

header .navbar-standard.standard ul.navbar-nav > li:nth-last-child(1) > a {
  margin-right: 0; }

header:not(.header-appear) .navbar-standard.light-menu ul.navbar-nav > li > a {
  color: #fff; }

header:not(.header-appear) .navbar-standard.light-menu.transparent ul.navbar-nav > li > a {
  color: #fff; }

header.header-appear .navbar-standard.sticky-light-menu ul.navbar-nav > li > a {
  color: #fff; }

header.header-appear .navbar-standard.sticky-light-menu .menu-icon {
  color: #fff; }

header .navbar-standard .navbar-nav .dropdown-menu {
  position: absolute;
  left: 0;
  background-color: #fff;
  min-width: 225px;
  padding: 13px 0 15px;
  border: none;
  border-radius: 0;
  margin: 0;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.05); }

header:not(.header-appear) .navbar-standard .navbar-nav .dropdown-light {
  background-color: #232323; }

header.header-appear .navbar-standard .navbar-nav .sticky-dropdown-light {
  background-color: #232323; }

header .navbar-standard .navbar-nav .dropdown-menu li {
  position: relative;
  padding-left: 25px;
  padding-right: 35px;
  text-align: left; }

header .navbar-standard .navbar-nav .dropdown-menu li a {
  padding: 10px 0;
  display: inline-block;
  position: relative;
  left: 0;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 400;
  text-transform: capitalize;
  width: 100%;
  background-color: transparent;
  text-decoration: none;
  -webkit-transition: all .1s ease;
  transition: all .1s ease; }

header .navbar-standard .navbar-nav .dropdown-menu li a:not(:hover):not(:focus) {
  color: #232323; }

header:not(.header-appear) .navbar-standard .navbar-nav .dropdown-menu.dropdown-light li a:not(:hover):not(:focus) {
  color: #fff; }

header.header-appear .navbar-standard .navbar-nav .dropdown-menu.sticky-dropdown-light li a:not(:hover):not(:focus) {
  color: #fff; }

header .navbar-standard .dropdown-item {
  white-space: initial !important; }

header .navbar-standard .dropdown-item.active, .navbar-standard .dropdown-item:active, .navbar-standard .dropdown-item:focus {
  color: initial;
  text-decoration: none;
  background-color: transparent; }

header .navbar-standard .menu-item-has-children .menu-item-has-children:hover {
  background-color: transparent; }

header .menu-item-has-children .menu-item-has-children:hover > .dropdown-menu {
  display: inline-block;
  left: 14.1rem !important;
  top: -13px !important;
  margin-top: 0; }

header .menu-item-has-children .menu-item-has-children.edge> .dropdown-menu{
  right: 14.1rem !important;
  left: auto !important;
}

header .navbar-standard .navbar-nav .dropdown-menu li.menu-item-has-children > a:before {
  font-family: FontAwesome;
  font-weight: 900;
  content: "\f105";
  position: absolute;
  right: 0;
  font-size: 12px;
  margin-top: -3px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  top: 10px;
  margin-right: -15px; }

header .navbar-nav .dropdown-toggle::after {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle; }

header .sidenav-toggler {
  position: absolute;
  right: 40px;
  height: 18px;
  width: 55px;
  line-height: 20px;
  background: 0 0;
  border: none;
  display: none;
  cursor: pointer;
  padding-left: 25px;
  margin-left: 27px; }

.rtl header .sidenav-toggler {
  padding-left: 0;
  padding-right: 30px; }

header .navbar-standard.standard .sidenav-toggler {
  position: relative;
  right: auto;
  border-left: 1px solid #2b2b2b; }

.rtl header .navbar-standard.standard .sidenav-toggler {
  border-left: none;
  border-right: 1px solid #2b2b2b; }

header:not(.header-appear) .navbar-standard.standard.light-menu .sidenav-toggler {
  border-left: 1px solid #fff; }

header.header-appear .navbar-standard.standard.sticky-light-menu .sidenav-toggler {
  border-left: 1px solid #fff; }

header .sidenav-toggler .toggler-icon {
  height: 2px;
  width: 100%;
  display: block;
  margin-bottom: 4px;
  background-color: #2b2b2b; }

header:not(.header-appear) .navbar.light-menu .sidenav-toggler .toggler-icon {
  background-color: #fff; }

header.header-appear .navbar.sticky-light-menu .sidenav-toggler .toggler-icon {
  background-color: #fff; }

header .sidenav-toggler .toggler-icon:last-child {
  margin-bottom: 0; }

/* Navbar Center Logo */
header:not(.header-appear) .center-logo {
  height: 80px; }

header .center-logo .logo-area {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

header .center-logo .navbar-nav .right-auto {
  margin-right: auto; }

header .navbar-standard > li a:hover, header .navbar-standard > li a:focus, header .navbar-standard .navbar-nav .dropdown-menu li a:hover,
.navbar-standard .navbar-nav .dropdown-menu li a:hover {
  color: #3264f5; }

/* Header Social Icon */
.header-social.style-1 {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 10px;
  text-align: center; }

.header-social.style-1 > li {
  display: inline-block; }

.header-social.style-1 > li > a {
  display: block;
  text-align: center;
  color: #232323;
  text-decoration: none; }

header:not(.header-appear) .navbar.light-menu .header-social.style-1 > li > a {
  color: #fff; }

header.header-appear .navbar.sticky-light-menu .header-social.style-1 > li > a {
  color: #fff; }

.header-social.style-2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  left: 35px;
  list-style: none;
  text-align: center; }

.header-social.style-2 li > a {
  color: #232323;
  text-decoration: none; }

header.header-appear .header-social.style-2 {
  display: none; }

header:not(.header-appear) .navbar.light-menu ~ .header-social.style-2 > li > a {
  display: block;
  text-align: center;
  color: #fff; }

.header-social > li > a > i {
  display: block;
  height: 35px;
  font-size: 14px;
  width: 35px;
  line-height: 35px;
  border-radius: 50px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.header-social > li > a > i:hover {
  background-color: #fff; }

/* logo */
header a.logo {
  display: inline-block;
  vertical-align: middle;
  line-height: 0; }

header a.logo img {
  height: auto;
  width: 120px;
  margin-bottom: 0;
  vertical-align: sub;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s; }

header:not(.header-appear) a.logo img.logo-sticky {
  display: none; }

header.header-appear a.logo img.logo-default {
  display: none; }

header .navbar.bottom-navbar {
  top: auto;
  bottom: 0; }

header.header-appear .navbar.bottom-navbar {
  position: absolute;
  top: auto;
  bottom: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.admin-bar header.header-appear .navbar.bottom-navbar {
  bottom: -32px; }

header .navbar.navbar.bottom-navbar.navbar-bottom-top {
  position: fixed;
  top: 0;
  bottom: auto; }

header.header-appear .navbar-standard header a.logo img {
  max-height: 35px;
  vertical-align: sub;
  margin-bottom: 0; }

/* footer */
.footer-bottom {
  background-color: #f8f9fa;
  padding: 4.5rem 0; }

.footer-bottom.layout-2 {
  padding: 120px 0; }

.footer-bottom p.text-small {
  margin-bottom: 0;
  font-size: 13px; }

.footer-bottom-social {
  list-style: none;
  text-align: center;
  margin-bottom: 0; }

.footer-bottom-social li {
  display: inline-block;
  margin: 0 1px; }

.footer-bottom-social li > a {
  text-decoration: none; }

.footer-bottom-social li > a > i {
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  color: #2b2b2b;
  border-radius: 50px;
  font-size: 17px;
  margin: 10px 5px;
  border: 1px solid transparent;
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out; }

.footer-bottom-social li > a > i:hover {
  background-color: #00bcd4;
  color: #ffffff; }

/* Side Nav */
.nav-holder {
  position: fixed;
  top: 0;
  right: 0;
  width: 550px;
  bottom: 0;
  padding: 3.5rem 5rem;
  background: #00bcd4;
  z-index: 120;
  min-height: 600px;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease; }

.side-menu-define.alt-font {
  color: #fff;
  margin-top: 50px;
  font-weight: 300; }

.nav-holder.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.right-side-nav {
  overflow: hidden;
  position: relative;
  margin-top: 2rem;
  min-height: 500px; }

nav.nav-inner {
  float: left;
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-top: 90px;
  z-index: 20; }

.sliding-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  overflow: hidden; }

.sliding-menu li {
  position: relative;
  float: left;
  width: 100%;
  margin: 5px 0; }

.nav-holder .sliding-menu a {
  float: left;
  display: inline-block;
  width: auto;
  color: #fff;
  padding: 2px 0 3px 0 !important;
  font-size: 1.1rem;
  font-weight: 300;
  position: relative;
  line-height: 1.4;
  border-radius: 0;
  z-index: 2;
  text-decoration: none;
  max-width: 330px;
  white-space: initial !important; }

.burger-menu-dark .sliding-menu a {
  color: #2b2b2b; }

.sliding-menu a.back {
  height: 40px;
  width: 40px;
  position: relative;
  display: block;
  text-align: left;
  line-height: 36px;
  padding: 0 !important;
  margin-bottom: .8rem; }

.sliding-menu a:hover {
  color: #fff; }

.sliding-menu .dropdown-item:focus, .sliding-menu .dropdown-item:hover {
  color: #fff; }

.sliding-menu a i {
  float: left;
  width: 35px;
  color: #fff;
  position: relative;
  top: 3px; }

.sliding-menu a.back:before {
  font-family: FontAwesome;
  content: '\f104';
  color: #fff;
  font-size: 1.1rem; }

.submen-dec:before {
  content: '+';
  position: absolute;
  float: right;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.1rem;
  color: #fff;
  z-index: 20; }

.sliding-menu .dropdown-menu {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  border-radius: 0; }

.sliding-menu .dropdown-toggle::after {
  display: none; }

#close_side_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  display: none;
  z-index: 110;
  opacity: 0.4; }

#btn_sideNavClose {
  height: 33px;
  width: 33px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 40px;
  right: 72px;
  cursor: pointer; }

#btn_sideNavClose::before, #btn_sideNavClose::after {
  position: absolute;
  left: 16px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #fff;
  top: 5px; }

#btn_sideNavClose:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

#btn_sideNavClose:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.sidemenu-social {
  list-style: none;
  margin-bottom: .8rem; }

.sidemenu-social li {
  display: inline-block; }

.sidemenu-social a {
  text-decoration: none; }

.sidemenu-social a .fa {
  height: 35px;
  width: 35px;
  line-height: 38px;
  display: block;
  text-align: center;
  border-radius: 50px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.nav-holder .sidemenu-social a .fa {
  color: #fff; }

.burger-menu-dark .sidemenu-social a .fa {
  color: #2b2b2b; }

.nav-holder .sidemenu-social a .fa:hover {
  background-color: #fff; }

.burger-menu-dark .sidemenu-social a .fa:hover {
  background-color: #fff; }

.sidemenu-footer {
  position: absolute;
  bottom: 50px;
  line-height: 1.5; }

.nav-holder .sidemenu-footer p {
  color: #fff;
  font-weight: 300;
  line-height: 1.5; }

.burger-menu-dark .sidemenu-footer p {
  color: #2b2b2b; }

header:not(.header-appear) .navbar-standard.transparent {
  background-color: transparent;
  background: transparent; }

/* Post */
article {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

/* Buttons */
.btn,
.wpcf7 input[type=submit], .wpcf7 input[type=submit] {
  border-radius: 0; }

.btn-secondary {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.04rem;
  padding: 0.5rem 1.1rem;
  border-color: #efefef; }

/* Title Wrapper */
.wrapper-layout-1 {
  padding: 2rem 0; }

.wrapper-layout-1 > .bg-overlay {
  background-color: #f8f9fa;
  opacity: 1; }

.wrapper-layout-1 h1 {
  font-size: 22px;
  line-height: 1.5;
  margin: 0;
  color: #232323; }

.wrapper-layout-1 p {
  max-width: 500px;
  margin-bottom: 0; }

.wrapper-layout-2 p {
  max-width: 500px; }

.wrapper-layout-2 {
  height: 400px;
  text-align: left;
  padding-top: 25px; }

.wrapper-layout-2 .top-space {
  padding-bottom: 15px; }

.wrapper-layout-2 > .bg-overlay {
  background-color: #232323;
  opacity: .5; }

.wrapper-layout-2 h1 {
  font-size: 30px;
  line-height: 1.5;
  margin: 0;
  color: #fff;
  font-weight: 600; }

.wrapper-layout-2 p {
  color: #fff; }

/* Post */
.blog-classic, .blog-minimal {
  padding: 4rem 0;
  border-bottom: 1px solid #efefef; }

.blog-classic:first-child, .blog-minimal:first-child {
  padding-top: 0; }

article.blog-minimal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.col-lg-12 article.blog-minimal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.blog-minimal-thumbnail, .blog-minimal-thumbnail ~ .blog-minimal-content {
  max-width: 50%; }

.blog-minimal-thumbnail img {
  padding-right: 30px; }

.blog-minimal-content {
  display: block; }

.post-title {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 5px; }

.post-title i {
  font-size: 1.2rem;
  padding-right: 8px;
  color: #3264f5; }

.post-title a {
  font-weight: inherit;
  font-size: inherit; }

.post-title a:not(:hover):not(:focus) {
  color: #232323;
  text-decoration: none; }

.post-details.alt-font {
  font-size: 11px;
  line-height: 2;
  font-weight: 400;
  color: #939393;
  text-transform: uppercase;
  margin-bottom: .8rem; }

.post-details.alt-font a:not(:hover):not(:focus) {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: #939393;
  text-decoration: none; }

.sticky-footer li {
  font-size: 12px;
  line-height: 2;
  color: #939393;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: uppercase; }

.sticky-footer li a:not(:hover):not(:focus) {
  color: #939393;
  text-decoration: none; }

.post-separator {
  margin: 0 10px; }

.post-separator:nth-last-child(1) {
  display: none; }

.page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.blog-post-navigation .page-link {
  position: relative;
  display: block;
  padding: 0.7rem 1.1rem;
  color: #2b2b2b;
  text-decoration: none; }

.blog-post-navigation .page-link.current {
  z-index: 1;
  color: #2b2b2b;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.blog-post-sticky {
  padding: 45px;
  padding-bottom: 0;
  border: 1px solid #f8f9fa;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.045);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.045);
  background-color: #fff;
  position: relative;
  overflow: hidden; }

.sticky-footer {
  margin: 0;
  margin-top: 3rem;
  border-top: 1px solid #f8f9fa; }

.sticky-footer li {
  padding: 1rem 0;
  text-align: center; }

.sticky-footer li:first-child ~ li:nth-child(2) {
  border-left: 1px solid #f8f9fa; }

/* title breadcrumb */
.breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0;
  background: none;
  float: right;
  font-weight: 500;
  color: #939393; }

.rtl .breadcrumb {
  float: left; }

.breadcrumb li {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #3264f5;
  word-break: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 210px;
  overflow: hidden;
  margin-bottom: -9px; }

.breadcrumb li a:not(:hover):not(:focus) {
  color: #939393;
  text-decoration: none; }

.breadcrumb-style-2 .breadcrumb li a:not(:hover):not(:focus) {
  color: #2b2b2b; }

.breadcrumb-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: right; }

.breadcrumb-style-2 {
  background: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 15px 25px;
  display: inline-block;
  color: #939393;
  min-width: 350px;
  text-align: center; }

.breadcrumb-style-2.alt-font {
  font-weight: 500; }

.breadcrumb-style-2 .breadcrumb {
  float: none;
  display: inline-block;
  padding-left: 5px;
  color: #3264f5; }

.breadcrumb-style-2 .breadcrumb li a:hover {
  color: #3264f5; }

.breadcrumb > li:not(:last-child)::after {
  content: "•";
  position: relative;
  font-size: 25px;
  line-height: 0;
  color: #2b2b2b;
  opacity: .6;
  padding: 0 12px;
  top: 5px; }

.breadcrumb-style-2 .breadcrumb > li:not(:last-child)::after {
  font-family: FontAwesome;
  content: '\f101';
  position: relative;
  font-size: inherit;
  color: #3264f5;
  opacity: 1;
  padding: 0 7px;
  top: 0; }

.not-found .breadcrumb > li::after {
  content: "•";
  position: relative;
  font-size: 25px;
  line-height: 0;
  color: #2b2b2b;
  opacity: .6;
  padding: 0 12px;
  top: 5px; }

.not-found .breadcrumb-style-2 .breadcrumb > li::after {
  font-family: FontAwesome;
  content: '\f101';
  position: relative;
  font-size: inherit;
  color: #3264f5;
  opacity: 1;
  padding: 0 7px;
  top: 0; }

/* post navigation */
.post-navigation {
  border-top: 1px solid #dedede;
  margin-top: 4rem;
  padding: 4rem 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.post-navigation .post-nav-content h6 {
  font-size: 1.0rem;
  color: #232323;
  margin: 0;
  line-height: 1.4;
  font-weight: 400;
  word-break: break-word;
  max-width: 250px;
  overflow: hidden; }

.post-navigation .post-nav-content p {
  font-size: 12px;
  font-weight: 400;
  opacity: .8;
  line-height: 1.2;
  margin-bottom: 5px;
  padding: 0 2px;
  color: #2b2b2b; }

.post-navigation .post-previous, .post-navigation .post-next {
  max-width: 400px; }

.post-navigation .post-previous {
  float: left; }

.post-navigation .post-next {
  float: right; }

.post-navigation a {
  text-decoration: none; }

.post-navigation .post-previous .post-nav-content {
  padding-left: 25px;
  text-align: left;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.post-navigation .post-previous:hover .post-nav-content {
  padding-left: 15px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.post-navigation .post-next .post-nav-content {
  padding-right: 25px;
  text-align: right;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.post-navigation .post-next:hover .post-nav-content {
  padding-right: 15px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.post-navigation .post-previous i, .post-navigation .post-next i {
  font-size: 20px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #232323;
  color: #232323;
  border-radius: 50px;
  position: relative;
  overflow: hidden; }

.post-navigation .post-previous i::before, .post-navigation .post-next i::before {
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  color: #000;
  top: -1px;
  border-radius: inherit;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }

.post-navigation .post-previous:hover i::before, .post-navigation .post-next:hover i::before {
  color: #fff;
  background: #232323;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1); }

.no-comments {
  margin-top: 2rem;
  text-align: center;
  font-weight: 400;
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  padding: 10px 0;
}

/* comments */
.blog-comment {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  clear: both; }

.blog-comment .comment a {
  text-decoration: none; }

.blog-comment .comment-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.blog-comment .comment-list li:last-child {
  border-bottom: none; }

.blog-comment .comment {
  padding: 40px 0;
  border-bottom: 1px solid #ededed;
  position: relative;
  list-style: none;
  clear: both; }

.blog-comment .comment-list .comment-item {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
  width: 100%; }

.blog-comment .comment-avatar {
  width: 90px;
  vertical-align: top;
  display: inline-block;
  text-align: center; }

.blog-comment .comment-avatar img {
  border-radius: 50%;
  width: 85%;
  margin: 0; }

.blog-comment .comment-content {
  width: 100%;
  vertical-align: top;
  display: inline-block;
  text-align: left;
  overflow: auto;
  position: relative; }

.blog-comment .comment-avatar ~ .comment-content{
  padding-left: 2rem;
}

.blog-comment .comment-awaiting-moderation {
  position: absolute;
  right: 60px;
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  padding: 2px 5px;
  font-size: 11px;
  line-height: 2; }

.blog-comment .comment-text p {
  margin-top: 5px;
  line-height: 1.5; }

.blog-comment .comment-text img {
  margin-top: 15px; }

.blog-comment .comment-reply-link {
  float: right;
  border: 1px solid #ededed;
  color: #939393;
  padding: 6px 8px 5px;
  line-height: normal;
  font-size: 11px;
  font-weight: 400;
  position: relative; }

.blog-comment .comment-reply-link:hover, .blog-comment .comment-reply-link:focus {
  color: #3264f5;
  border-color: #3264f5; }

.blog-comment li ul.children {
  margin-left: 40px;
  margin-bottom: 0;
  list-style: none;
  clear: both; }

.blog-comment li ul.children li {
  border: none;
  padding-bottom: 0;
  border-top: 1px solid #ededed;
  margin-top: 40px; }

.blog-comment .author-name {
  display: block;
  margin-bottom: 5px;
  text-decoration: none;}

.blog-comment p.comment-time {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 12px !important;
  color: #939393;
  text-transform: uppercase; }

.blog-comment .comment-time a {
  color: #939393;
  text-decoration:none;}

.blog-comment .comment-time .comment-edit-link {
  color: #3264f5;
  padding-left: 1rem; }

.comment-fields {
  width: 100%; }

input.inputerror, textarea.inputerror, select.inputerror {
  border: 1px solid #ff0000; }

.text-outside-line-full {
  position: relative;
  display: inline-block; }

.comments-title, .comment-form-title {
  position: relative;
  width: 100%;
  color: #232323;
  display: block;
  text-align: center;
  padding: 4rem 0;
  font-weight: 600; }

.blog-comment #cancel-comment-reply-link {
  font-size: 14px;
  padding-left: 5px;
  color: #3264f5; }

.text-outside-line-full::before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 100px;
  display: block;
  border-bottom: 1px solid #dedede;
  right: 100%;
  margin-right: 25px; }

.text-outside-line-full::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 100px;
  display: block;
  border-bottom: 1px solid #dedede;
  left: 100%;
  margin-left: 25px; }

.blog-comment .comment-fields {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background-color: transparent;
  -ms-box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 300;
  padding: 12px 20px;
  font-size: 14px;
  line-height: normal;
  border-radius: 10px; }

.blog-comment .comment-fields:focus {
  border: 1px solid #464545; }

.blog-comment p:last-of-type {
  margin-bottom: 0; }

.blog-comment-form {
  transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s; }

.blog-comment-form a {
  text-decoration: none;
  font-weight: 400; }

code {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem; }

/* blog post navigation */
.blog-post-navigation {
  padding-top: 4rem; }

.blog-post-navigation i.fa-long-arrow-left {
  padding-right: 10px; }

.blog-post-navigation i.fa-long-arrow-right {
  padding-left: 10px; }

/* ===================================
    WordPress styles
====================================== */
/* alignments */
.alignnone {
  margin: 0 0 20px 0; }

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 25px auto; }

.alignright {
  float: right;
  margin: 5px 0 25px 40px; }

.alignleft {
  float: left;
  margin: 5px 40px 25px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 30px; }

a img.alignnone {
  margin: 0 0 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* captions */
.wp-caption {
  background: #f7f7f7;
  padding: 17px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  max-width: 100%;
  clear: both; }

.wp-caption figcaption {
  padding: 18px 0 0; }

.wp-caption img {
  width: 100%;
  margin: 0; }

.wp-caption.alignnone {
  margin: 5px 0 20px 0; }

.wp-caption.alignleft {
  margin: 5px 40px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 40px; }

dl.wp-caption {
  background: transparent;
  padding: 0;
  border: 0;
  margin: 0; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 15px 4px 0; }

/* admin menu */
.admin-bar .header-top-area {
  top: 32px; }

.admin-bar .navbar, .admin-bar .nav-holder {
  margin-top: 32px; }

/* accessibility */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          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: 1; }

/* pagination default */
.page-links {
  text-align: center;
  padding-top: 7.5rem;
  width: 100%;
  margin-top: 2rem;
}

.page-links > .inner-page-links {
  display: inline-block; }

.page-links .pagination-title {
  float: left;
  padding: 0 18px;
  line-height: 40px;
  text-decoration: none;
  border: 1px solid #ddd;
  background: #fff; }

.page-links a {
  float: left;
  text-align: center;
  padding: 0 18px;
  line-height: 40px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
  background: #fff;
  color: #2b2b2b; }

.page-links > .inner-page-links > .page-number {
  background-color: #f8f9fa;
  color: #999999;
  cursor: default;
  float: left;
  padding: 0 18px;
  line-height: 40px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0; }

.page-links .inner-page-links .post-page-numbers.current .page-number {
  background-color: #f8f9fa;
  color: #999999;
  cursor: default;
  float: left;
  padding: 0 18px;
  line-height: 40px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0; }

.page-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

blockquote {
  border-left: 2px solid;
  padding: 15px 40px;
  margin: 25px 0;
  font-size: 18px;
  line-height: 28px; }

blockquote p {
  margin-bottom: 0; }

blockquote > cite {
  font-weight: 400;
  padding-top: 15px;
  font-size: 14px;
  display: block; }

blockquote > footer {
  font-weight: 600;
  margin-top: 15px; }

pre {
  margin-bottom: 2rem; }

/* post Gallery slider */
#post-gallery {
  margin-bottom: 2rem; }

.post-minimal-image #post-gallery {
  margin-bottom: 5rem; }

#post-gallery img {
  margin-bottom: 0; }

#post-gallery .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

#post-gallery:hover .owl-nav {
  opacity: 1;
  visibility: visible; }

#post-gallery .owl-nav .owl-prev i, #post-gallery .owl-nav .owl-next i {
  font-size: 20px;
  width: 35px;
  height: 35px;
  color: #fff;
  line-height: 33px;
  display: inline-block;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50px;
  margin: 5px 20px; }

#post-gallery .owl-nav .owl-prev {
  width: 100%;
  text-align: left; }

#post-gallery .owl-nav .owl-next {
  width: 100%;
  text-align: right; }

.gallery-projects {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 2rem; }

.gallery-projects li {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.gallery-projects img {
  margin-bottom: 0;
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.gallery-projects li > a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.gallery-projects .img-hover {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  display: block;
  height: 100%;
  vertical-align: middle;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.gallery-projects li > a:hover .img-hover {
  opacity: 1;
  visibility: visible; }

.gallery-projects .img-hover i {
  color: #fff;
  font-size: 20px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.type-video .wp-video {
  width: 100% !important; }

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff; }

.form-control:focus, .wpcf7 input:focus[type=text],
.wpcf7 input:focus[type=search],
.wpcf7 input:focus[type=url],
.wpcf7 input:focus[type=tel],
.wpcf7 input:focus[type=number],
.wpcf7 input:focus[type=range],
.wpcf7 input:focus[type=date],
.wpcf7 input:focus[type=month],
.wpcf7 input:focus[type=week],
.wpcf7 input:focus[type=time],
.wpcf7 input:focus[type=datetime],
.wpcf7 input:focus[type=datetime-local],
.wpcf7 input:focus[type=color],
.wpcf7 input:focus[type=email],
.wpcf7 input:focus[type=file],
.wpcf7 input:focus[type=submit],
.wpcf7 select:focus,
.wpcf7 textarea:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input:focus[type=color], .wpcf7 input:focus[type=date], .wpcf7 input:focus[type=datetime-local], .wpcf7 input:focus[type=datetime], .wpcf7 input:focus[type=email], .wpcf7 input:focus[type=file], .wpcf7 input:focus[type=month], .wpcf7 input:focus[type=number], .wpcf7 input:focus[type=range], .wpcf7 input:focus[type=search], .wpcf7 input:focus[type=submit], .wpcf7 input:focus[type=tel], .wpcf7 input:focus[type=text], .wpcf7 input:focus[type=time], .wpcf7 input:focus[type=url], .wpcf7 input:focus[type=week], .wpcf7 select:focus, .wpcf7 textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none; }

.center-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.post-thumbnail {
  margin-bottom: 25px; }

.type-video iframe {
  width: 100% !important;
  min-height: 420px; }

.col-lg-12 .type-video iframe {
  min-height: 695px; }

.type-audio iframe {
  width: 100% !important;
  min-height: 455px; }

.col-lg-12 .type-audio iframe{
  min-height: 695px;
}

.type-audio .audio-title {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 0;
  color: #fff;
  position: absolute;
  display: block;
  width: 100%;
  font-weight: 500;
  text-align: center;
  bottom: 40px;
  background-color: rgba(0, 0, 0, 0.3); }

.type-audio .image-audio {
  margin-bottom: -40px; }

.post-audio, .post-video {
  margin-bottom: 2rem;
  position: relative; }

.post-quote, .post-link {
  padding: 4rem 15px;
  text-align: center;
  margin-bottom: 2rem;
  background-size: cover;
  background-color: #232323;
  background-repeat: no-repeat;
  background-position: center center; }

.post-quote > blockquote {
  border-left: 0;
  display: block;
  padding: 0;
  margin: 0;
  color: #fff;
  font-weight: 300;
  text-align: center; }

.post-quote > blockquote .icon, .post-link .icon {
  font-size: 1.5rem;
  margin-bottom: 1.3rem;
  display: inline-block;
  color: #fff; }

.post-quote > blockquote > p, .post-link a {
  font-size: 15px;
  margin-bottom: .5rem;
  display: block;
  color: #fff;
  font-weight: 300;
  text-decoration: none; }

.post-quote > blockquote > cite {
  font-size: 13px; }

.post-quote > blockquote > cite a {
  color: #fff;
  text-decoration: none;
  font-weight: 300; }

.post-status {
  padding: 3rem 0;
  margin-bottom: 2rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f7f7f7; }

.post-status > .twitter-tweet, .post-status > .fb-post {
  margin: 0 auto !important;
  text-align: center;
  width: 100%;
  display: block; }

.post-status > .fb-post > span {
  background-color: #fff; }

.share-icons {
  list-style: none;
  margin: 0;
  padding: 0; }

.share-icons li {
  display: inline-block; }

.single-post .footer-meta {
  padding-top: 3.5rem;
  margin-bottom: 3.5rem;
  position: relative;
  display: block;
  clear: both; }

.single-post .footer-meta .post-social {
  text-align: right; }

.single-post .post-tags span {
  display: block; }

.single-post .post-tags a {
  background-color: #f7f8fa;
  display: inline-block;
  padding: 6px 17px;
  margin: 0 5px 5px 0;
  color: #2b2b2b;
  text-decoration: none;
  font-weight: 500;
  font-size: 11px;
  text-transform: capitalize; }

.single-post .post-tags a:hover {
  background-color: #3264f5;
  color: #fff; }

.single-post .post-details.alt-font {
  margin-bottom: 25px; }

.single-post .post-social > ul > li > a {
  color: #fff;
  margin: 0 2px 2px;
  position: relative;
  display: inline-block;
  text-decoration: none; }

.single-post .post-social > ul > li > a:last-child {
  margin-right: 0; }

.single-post .post-social > ul > li > a > i {
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.single-post .post-social > ul > li > a > i:hover {
  border-radius: 50px; }

.wexim-author {
  padding: 50px;
  border: 1px solid #f8f9fa;
  background-color: #f8f9fa;
  margin-top: 4rem; }

.post-navigation ~ .wexim-author{
  margin-top: 0;
}

.author-avatar {
  width: 125px;
  height: 125px;
  line-height: 125px;
  text-align: center;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  float: left;
  overflow: hidden; }

.author-content {
  padding-left: 1.9rem;
  overflow: hidden; }

.author-content a:not(:hover):not(:focus) {
  text-decoration: none; }

.author-content span {
  color: #939393; }

.author-content h6 {
  margin: 0 0 10px;
  line-height: 1.2; }

.author-content h6 a:not(:hover):not(:focus) {
  color: #232323; }

.author-content p {
  margin-bottom: 17px; }

#wp-calendar {
  margin: 0 auto; }

#wp-calendar > caption {
  padding-bottom: 0px;
  text-align: center;
  font-weight: 400; }

#wp-calendar #next {
  text-align: right; }

.cat-item-none {
  text-align: left; }

/* ===================================
    404 Page
====================================== */
.error-box {
  text-align: center; }

.error-box h2 {
  display: inline-block;
  background-color: #3264f5;
  color: #fff;
  padding: 15px 30px;
  font-size: 2.2rem;
  border-radius: 25px;
  font-weight: 600;
  margin-bottom: 3rem; }

.error-box p {
  font-size: 2rem;
  letter-spacing: 3px;
  color: #939393;
  font-weight: 600; }

.error-box img {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: block;
  margin-bottom: 3rem; }

/* ===================================
    Page Loader
====================================== */
#loader {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  overflow: hidden;
  z-index: 9999;
  background-image: -webkit-gradient(linear, left top, right top, from(#3264f5), color-stop(51%, #7201BB), to(#3264f5));
  background-image: linear-gradient(to right, #3264f5 0%, #7201BB 51%, #3264f5 100%);
  background-size: 200% auto;
  -webkit-transition: background 5s linear; }

#loader .center-content {
  width: 54px;
  height: 54px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  top: 50%; }

.loader-blocks {
  height: 58px;
  width: 58px; }

.loader span {
  background-color: #fff;
  border-radius: 50%;
  display: block;
  height: 12px;
  opacity: 0;
  position: absolute;
  width: 12px;
  animation: load 4.6s ease-in-out infinite;
  -o-animation: load 4.6s ease-in-out infinite;
  -ms-animation: load 4.6s ease-in-out infinite;
  -webkit-animation: load 4.6s ease-in-out infinite;
  -moz-animation: load 4.6s ease-in-out infinite; }

.loader span.block-1 {
  animation-delay: 1.06s;
  -o-animation-delay: 1.06s;
  -ms-animation-delay: 1.06s;
  -webkit-animation-delay: 1.06s;
  -moz-animation-delay: 1.06s;
  left: 0px;
  top: 0px; }

.loader span.block-2 {
  animation-delay: 0.97s;
  -o-animation-delay: 0.97s;
  -ms-animation-delay: 0.97s;
  -webkit-animation-delay: 0.97s;
  -moz-animation-delay: 0.97s;
  left: 16px;
  top: 0px; }

.loader span.block-3 {
  animation-delay: 0.87s;
  -o-animation-delay: 0.87s;
  -ms-animation-delay: 0.87s;
  -webkit-animation-delay: 0.87s;
  -moz-animation-delay: 0.87s;
  left: 31px;
  top: 0px; }

.loader span.block-4 {
  animation-delay: 0.78s;
  -o-animation-delay: 0.78s;
  -ms-animation-delay: 0.78s;
  -webkit-animation-delay: 0.78s;
  -moz-animation-delay: 0.78s;
  left: 47px;
  top: 0px; }

.loader span.block-5 {
  animation-delay: 0.69s;
  -o-animation-delay: 0.69s;
  -ms-animation-delay: 0.69s;
  -webkit-animation-delay: 0.69s;
  -moz-animation-delay: 0.69s;
  left: 0px;
  top: 16px; }

.loader span.block-6 {
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  left: 16px;
  top: 16px; }

.loader span.block-7 {
  animation-delay: 0.51s;
  -o-animation-delay: 0.51s;
  -ms-animation-delay: 0.51s;
  -webkit-animation-delay: 0.51s;
  -moz-animation-delay: 0.51s;
  left: 31px;
  top: 16px; }

.loader span.block-8 {
  animation-delay: 0.41s;
  -o-animation-delay: 0.41s;
  -ms-animation-delay: 0.41s;
  -webkit-animation-delay: 0.41s;
  -moz-animation-delay: 0.41s;
  left: 47px;
  top: 16px; }

.loader span.block-9 {
  animation-delay: 0.32s;
  -o-animation-delay: 0.32s;
  -ms-animation-delay: 0.32s;
  -webkit-animation-delay: 0.32s;
  -moz-animation-delay: 0.32s;
  left: 0px;
  top: 31px; }

.loader span.block-10 {
  animation-delay: 0.23s;
  -o-animation-delay: 0.23s;
  -ms-animation-delay: 0.23s;
  -webkit-animation-delay: 0.23s;
  -moz-animation-delay: 0.23s;
  left: 16px;
  top: 31px; }

.loader span.block-11 {
  animation-delay: 0.14s;
  -o-animation-delay: 0.14s;
  -ms-animation-delay: 0.14s;
  -webkit-animation-delay: 0.14s;
  -moz-animation-delay: 0.14s;
  left: 31px;
  top: 31px; }

.loader span.block-12 {
  animation-delay: 0.05s;
  -o-animation-delay: 0.05s;
  -ms-animation-delay: 0.05s;
  -webkit-animation-delay: 0.05s;
  -moz-animation-delay: 0.05s;
  left: 47px;
  top: 31px; }

.loader span.block-13 {
  animation-delay: -0.05s;
  -o-animation-delay: -0.05s;
  -ms-animation-delay: -0.05s;
  -webkit-animation-delay: -0.05s;
  -moz-animation-delay: -0.05s;
  left: 0px;
  top: 47px; }

.loader span.block-14 {
  animation-delay: -0.14s;
  -o-animation-delay: -0.14s;
  -ms-animation-delay: -0.14s;
  -webkit-animation-delay: -0.14s;
  -moz-animation-delay: -0.14s;
  left: 16px;
  top: 47px; }

.loader span.block-15 {
  animation-delay: -0.23s;
  -o-animation-delay: -0.23s;
  -ms-animation-delay: -0.23s;
  -webkit-animation-delay: -0.23s;
  -moz-animation-delay: -0.23s;
  left: 31px;
  top: 47px; }

.loader span.block-16 {
  animation-delay: -0.32s;
  -o-animation-delay: -0.32s;
  -ms-animation-delay: -0.32s;
  -webkit-animation-delay: -0.32s;
  -moz-animation-delay: -0.32s;
  left: 47px;
  top: 47px; }

@keyframes load {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-97px);
    transform: translateY(-97px); }
  15% {
    opacity: 0;
    -webkit-transform: translateY(-97px);
    transform: translateY(-97px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  70% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  85% {
    opacity: 0;
    -webkit-transform: translateY(97px);
    transform: translateY(97px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(97px);
    transform: translateY(97px); } }

@-webkit-keyframes load {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-97px); }
  15% {
    opacity: 0;
    -webkit-transform: translateY(-97px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  70% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  85% {
    opacity: 0;
    -webkit-transform: translateY(97px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(97px); } }

/* animation */
@-webkit-keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

/* scroll top */
.scroll-top-arrow, .scroll-top-arrow:focus {
  font-size: 25px;
  line-height: 45px;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#3264f5), color-stop(51%, #7201BB), to(#3264f5));
  background-image: linear-gradient(to right, #3264f5 0%, #7201BB 51%, #3264f5 100%);
  background-size: 200% auto;
  -webkit-transition: background 5s linear;
  display: none;
  height: 45px;
  width: 45px;
  cursor: pointer;
  padding: 0;
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  text-decoration: none;
  z-index: 99;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.scroll-top-arrow:hover {
  background-position: right center; }

.bypostauthor {
  position: relative; }

/* ===================================
    Widget Area
====================================== */
.wexim-widget > .widget {
  padding: 40px 48px;
  background-color: #f8f9fa;
  margin-bottom: 30px; }

.wexim-widget > .widget_media_image {
  padding: 0;
  text-align: center;
  background-color: transparent; }

.wexim-widget > .widget_media_image img {
  width: 100%; }

.wexim-widget > .widget .widget-title {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 24px; }

.wexim-widget > .widget .widget-title a {
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
  font-weight: 700; }

.wexim-widget > .widget .blog-latest-post > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }

.wexim-widget > .widget .blog-latest-post > li:nth-last-child(1) {
  margin-bottom: 0; }

.wexim-widget > .widget .blog-latest-post > li .post-head {
  font-size: 12px;
  line-height: 1.5;
  display: inline-block;
  max-width: 160px; }

.wexim-widget > .widget .blog-latest-post > li .post-head > .title {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 5px;
  display: block; }

.wexim-widget > .widget .blog-latest-post > li figure {
  min-width: 90px;
  max-width: 90px;
  margin-right: 15px;
  border-radius: 50px;
  display: inline-block;
  float: left;
  margin-bottom: 0; }

.wexim-widget > .widget ol, .wexim-widget > .widget ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.wexim-widget > .widget li a:not(:hover):not(:focus) {
  color: #2b2b2b; }

.widget_archive ul li, .widget_categories ul li {
  display: block;
  overflow: hidden;
  position: relative; }

.widget li:not(:last-child) {
  margin-bottom: 12px;
  position: relative; }

.widget .count {
  font-weight: 600; }

.widget_archive ul li .dots:before, .widget_categories ul li .dots:before {
  content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . ";
  white-space: nowrap;
  display: block;
  width: 100%;
  height: 2px;
  opacity: 1;
  position: absolute;
  z-index: 0;
  line-height: 1;
  top: 0;
  display: block; }

.widget_archive ul li a, .widget_categories ul li a {
  position: relative;
  z-index: 1;
  text-decoration: none; }

.widget .count {
  position: absolute;
  right: 0;
  z-index: 1; }

.widget .wexim-accordion-nav + .count {
  right: 20px; }

.widget_archive ul li a, .widget_categories ul li a {
  padding-right: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.widget .count {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 10px;
  line-height: 1.3; }

.widget .alignnone {
  margin: 0 auto; }

.widget .wp-caption {
  margin-bottom: 25px; }

.widget .count, .widget li a, .widget .wexim-accordion-nav {
  background-color: #f8f9fa; }

.widget li a {
  text-decoration: none;
  font-weight: 400; }

.wexim-widget > .widget ol .children, .wexim-widget > .widget ul .children, .wexim-widget > .widget .sub-menu {
  margin: 10px 0 0 15px; }

.widget li.active > .wexim-accordion-nav {
  top: -1px; }

.widget .cat-parent .wexim-accordion-nav, .widget .menu-item-has-children .wexim-accordion-nav, .widget .page_item_has_children .wexim-accordion-nav {
  position: absolute;
  right: -10px;
  height: 32px;
  width: 32px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  opacity: 0.8;
  top: -5px;
  text-align: center;
  line-height: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .15s ease;
  transition: all .15s ease; }

.widget .page_item .children, .widget .menu-item .sub-menu {
  display: none; }

.active > .wexim-accordion-nav {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.widget a.rsswidget:not(:hover):not(:focus) {
  color: #2b2b2b; }

.rss-widget-icon {
  display: none; }

.btn-search {
  height: 38px;
  width: 38px;
  border-radius: 50px;
  border: 0;
  padding: 0;
  text-align: center;
  line-height: 38px;
  position: absolute;
  right: 0;
  z-index: 5;
  cursor: pointer;
  background-image: -webkit-gradient(linear, left top, right top, from(#3264f5), color-stop(51%, #7201BB), to(#3264f5));
  background-image: linear-gradient(to right, #3264f5 0%, #7201BB 51%, #3264f5 100%);
  background-size: 200% auto;
  -webkit-transition: background 5s linear;
  color: #fff; }

.rtl {
  right: auto;
  left: 0; }

.btn-search:hover, .btn-search:focus {
  background-position: right center;
  color: #fff; }

#searchform .form-control, #searchform .wpcf7 input[type=text], .wpcf7 #searchform input[type=text],
#searchform .wpcf7 input[type=search], .wpcf7 #searchform input[type=search],
#searchform .wpcf7 input[type=url], .wpcf7 #searchform input[type=url],
#searchform .wpcf7 input[type=tel], .wpcf7 #searchform input[type=tel],
#searchform .wpcf7 input[type=number], .wpcf7 #searchform input[type=number],
#searchform .wpcf7 input[type=range], .wpcf7 #searchform input[type=range],
#searchform .wpcf7 input[type=date], .wpcf7 #searchform input[type=date],
#searchform .wpcf7 input[type=month], .wpcf7 #searchform input[type=month],
#searchform .wpcf7 input[type=week], .wpcf7 #searchform input[type=week],
#searchform .wpcf7 input[type=time], .wpcf7 #searchform input[type=time],
#searchform .wpcf7 input[type=datetime], .wpcf7 #searchform input[type=datetime],
#searchform .wpcf7 input[type=datetime-local], .wpcf7 #searchform input[type=datetime-local],
#searchform .wpcf7 input[type=color], .wpcf7 #searchform input[type=color],
#searchform .wpcf7 input[type=email], .wpcf7 #searchform input[type=email],
#searchform .wpcf7 input[type=file], .wpcf7 #searchform input[type=file],
#searchform .wpcf7 input[type=submit], .wpcf7 #searchform input[type=submit],
#searchform .wpcf7 select, .wpcf7 #searchform select,
#searchform .wpcf7 textarea, .wpcf7 #searchform textarea, #searchform .wpcf7 .wpcf7-validation-errors, .wpcf7 #searchform .wpcf7-validation-errors {
  border-radius: 50px;
  font-size: 12px;
  padding: 5px 30px 5px 20px; }

.widget input, .widget select, .widget textarea {
  margin-bottom: 0;
  width: 100%; }

.widget li {
  position: relative; }

.wp-block-preformatted, .wp-block-verse, address, pre {
  padding: 50px;
  background-color: #f8f9fa; }

address {
  font-style: italic; }

hr {
  height: 1px;
  margin: 2rem auto; }

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0; }

.tagcloud a {
  border-color: rgba(66, 72, 81, 0.5);
  color: rgba(66, 72, 81, 0.8); }

.tagcloud a {
  margin-left: 2px;
  margin-right: 2px; }

.tagcloud a {
  margin-bottom: 8px;
  height: 30px;
  line-height: 30px;
  padding: 0 14px;
  font-size: 11px !important;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid;
  text-decoration: none;
  cursor: pointer;
  font-weight: 700;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative;
  text-align: center;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out; }

.tagcloud a:hover {
  color: #3264f5;
  border-color: #3264f5; }

/************************************************
  Gutenberg Editor
************************************************/
:root {
  font-size: 16px; }

div[class*="wp-block"],
figure[class*="wp-block"],
blockquote[class*="wp-block"] {
  margin-top: 32px;
  margin-bottom: 32px; }

.wp-block-table div[class*="wp-block"],
.wp-block-quote [class*="wp-block"],
.wp-block-button[class*="wp-block"],
.wp-block-button [class*="wp-block"],
.editor-rich-text .wp-block-pullquote__citation {
  margin: 0; }

.wp-block-button[class*="wp-block"] {
  margin-bottom: 10px; }

.wp-block-pullquote__citation {
  text-transform: unset;
  font-size: 16px; }

figure.wp-block-pullquote {
  margin-bottom: 70px; }

figure.wp-block-pullquote .has-text-color.has-very-dark-gray-color p,
.has-text-color.has-very-dark-gray-color .editor-rich-text .wp-block-pullquote__citation,
.has-text-color.has-very-dark-gray-color .editor-rich-text__tinymce,
.wp-block-pullquote p {
  color: #000; }

.editor-block-list__block .has-text-color.has-very-dark-gray-color {
  padding-left: 20px; }

.editor-rich-text .wp-block-pullquote__citation {
  display: inline-block;
  line-height: 1.6;
  position: relative; }

.editor-rich-text .wp-block-pullquote__citation::before {
  position: absolute;
  top: 0;
  width: 30px;
  height: 2px;
  background: #3264f5;
  content: '';
  bottom: 0;
  margin: 10px 0 13px -40px; }

/* Align */
.wp-block-pullquote.alignleft blockquote > .editor-rich-text p,
.wp-block-pullquote.alignright blockquote > .editor-rich-text p {
  font-size: 20px; }

[data-align="left"] .editor-block-list__block-edit figure.is-resized {
  margin-bottom: 80px; }

/* 1. Editor width change */
body.block-editor-page .edit-post-visual-editor .editor-post-title__block,
body.block-editor-page .edit-post-visual-editor .editor-default-block-appender,
body.block-editor-page .edit-post-visual-editor .editor-block-list__block {
  max-width: 80%; }

body.block-editor-page .edit-post-visual-editor .editor-block-list__block[data-align="wide"] {
  max-width: 920px; }

body.block-editor-page .edit-post-visual-editor .editor-block-list__block[data-align="full"] {
  max-width: none; }

/* Body */
.mce-content-body,
.editor-styles-wrapper,
.edit-post-visual-editor.editor-styles-wrapper,
.editor-rich-text__tinymce {
  font-family: 'Roboto', sans-serif;
  color: #5a5a5a;
  font-size: 16px;
  -webkit-font-smoothing: antialiased !important; }

.edit-post-visual-editor.editor-styles-wrapper p {
  line-height: 1.625; }

/* 2. Font change for editor title */
.edit-post-visual-editor h1.editor-rich-text__tinymce,
.edit-post-visual-editor h2.editor-rich-text__tinymce,
.edit-post-visual-editor h3.editor-rich-text__tinymce,
.edit-post-visual-editor h4.editor-rich-text__tinymce,
.edit-post-visual-editor h5.editor-rich-text__tinymce,
.edit-post-visual-editor h6.editor-rich-text__tinymce,
.editor-post-title__block .editor-post-title__input,
.wp-block-heading.editor-rich-text.block-editor-rich-text {
  font-family: 'Roboto', sans-serif;
  color: #1c1c24;
  font-weight: 700; }

.editor-post-title__block .editor-post-title__input {
  text-align: center; }

.edit-post-visual-editor h1.editor-rich-text__tinymce,
.editor-post-title__block .editor-post-title__input {
  font-size: 2.5rem; }

.edit-post-visual-editor h2.editor-rich-text__tinymce {
  font-size: 2rem; }

.edit-post-visual-editor h3.editor-rich-text__tinymce {
  font-size: 1.75rem; }

.edit-post-visual-editor h4.editor-rich-text__tinymce {
  font-size: 1.5rem; }

.edit-post-visual-editor h5.editor-rich-text__tinymce {
  font-size: 1.25rem; }

.edit-post-visual-editor h6.editor-rich-text__tinymce {
  font-size: 1rem; }

.edit-post-visual-editor .wp-block-code {
  color: #666666;
  font-family: Courier, sans-serif;
  line-height: 1.4;
  margin: 24px 0px;
  padding: 12px;
  border: 2px solid rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.12);
          box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.12);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px; }

/* Blockquotes */
blockquote.wp-block-quote .wp-block-quote__citation {
  margin-left: 40px; }

blockquote.wp-block-quote .wp-block-quote__citation em {
  display: block;
  position: relative;
  top: -30px; }

blockquote.wp-block-quote .wp-block-quote__citation.editor-rich-text__tinymce:before {
  margin-top: 13px; }

.wp-block.editor-block-list__block .wp-block-pullquote.alignfull {
  padding-left: 100px;
  padding-right: 100px; }

/* Tables */
.edit-post-visual-editor div[class*="wp-block"] {
  margin-top: 0;
  margin-bottom: 0; }

.edit-post-visual-editor table {
  width: 100%;
  margin: 24px 0px;
  padding: 0px;
  border-collapse: collapse;
  border-spacing: 0; }

.edit-post-visual-editor table thead,
.edit-post-visual-editor table tfoot {
  border: 1px solid #dddddd;
  border: 1px solid rgba(0, 0, 0, 0.12); }

.edit-post-visual-editor table thead th,
.edit-post-visual-editor table tfoot td {
  border: none; }

.edit-post-visual-editor table th {
  font-size: 1.2rem;
  margin: 0px;
  padding: 12px;
  border: 1px solid #dddddd;
  border: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.edit-post-visual-editor table td {
  padding: 5px;
  margin: 0px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.edit-post-visual-editor table .wp-block-table__cell-content {
  padding: 0px; }

.edit-post-visual-editor table.wp-block-table.is-style-stripes {
  border-collapse: collapse; }

.edit-post-visual-editor table.wp-block-table.is-style-stripes td {
  border: 1px solid #dddddd;
  border: 1px solid rgba(0, 0, 0, 0.12); }

/* Theme Styles */
.wp-block-image {
  max-width: none;
  margin: 16px auto;
  padding: 0px; }

.wp-block-image figcaption {
  width: 100%; }

.wp-block-gallery .blocks-gallery-item {
  padding: 0px; }

.wp-block-gallery .blocks-gallery-image {
  margin-left: 0px;
  margin-right: 0px; }

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.editor-block-list__block .wp-block-gallery .blocks-gallery-item figcaption {
  bottom: 0; }

.wp-block-cover-image {
  margin: 16px auto;
  padding: 24px 0px; }

.wp-block-cover-image.has-background-dim,
.wp-block-cover-image.has-background-dim h2 {
  color: #ffffff; }

.wp-block-button {
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.wp-block-button.alignwide a {
  display: block;
  position: relative; }

/**================== Theme customization ==================**/
/*-- Typography --*/
blockquote.wp-block-quote,
blockquote.wp-block-quote.is-large {
  padding: 15px 15px 15px 35px; }

.block-editor .wp-block-categories ul {
  list-style-position: inside; }

.wp-block-verse pre,
pre.wp-block-verse {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  padding: 0; }

/*-- Seperator --*/
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px; }

.wp-block-separator.is-style-wide,
hr.is-style-wide {
  max-width: 100%; }

@media only screen and (min-width: 768px) {
  .wp-block-separator.is-style-wide,
  hr.is-style-wide {
    max-width: calc(8 * (100vw / 12) - 28px); } }

@media only screen and (min-width: 1168px) {
  .wp-block-separator.is-style-wide,
  hr.is-style-wide {
    max-width: calc(6 * (100vw / 12) - 28px); } }

.wp-block-separator.is-style-dots,
hr.is-style-dots {
  max-width: 100%;
  background-color: inherit;
  border: inherit;
  height: inherit;
  text-align: center; }

@media only screen and (min-width: 768px) {
  .wp-block-separator.is-style-dots,
  hr.is-style-dots {
    max-width: calc(8 * (100vw / 12) - 28px); } }

@media only screen and (min-width: 1168px) {
  .wp-block-separator.is-style-dots,
  hr.is-style-dots {
    max-width: calc(6 * (100vw / 12) - 28px); } }

.wp-block-separator.is-style-dots:before,
hr.is-style-dots:before {
  color: #767676;
  font-size: 1.6875em;
  letter-spacing: 0.88889em;
  padding-left: 0.88889em; }

.wp-block-separator + h1:before,
.wp-block-separator + h2:before,
hr + h1:before,
hr + h2:before {
  display: none; }

/* Table */
table.wp-block-table > tbody > tr:nth-child(2n+1) > td {
  background-color: #fcfcfc; }

table.wp-block-table > tbody > tr > td {
  padding: 10px 5px;
  text-align: center; }

.editor-block-list__layout a,
.wp-block-freeform.block-library-rich-text__tinymce a {
  color: #3264f5; }

.wp-block-archives li a,
.wp-block-categories li a,
.wp-block-latest-posts li a {
  text-decoration: none;
  font-family: 'Roboto', sans-serif; }

/* Align */
.editor-block-list__block .wp-block-pullquote.alignleft .wp-block-pullquote__citation {
  margin-left: 40px; }

/* Gutenberg editor enabled */
.wp-block-cover.alignleft.is-dark-theme.has-background-dim {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 30px; }

.wp-block-cover.alignleft.is-dark-theme.has-background-dim .wp-block {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0; }

.wp-block-gallery.alignfull.alignfull.columns-3.is-cropped {
  margin-left: -50vw;
  margin-right: -50vw; }

.wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child {
  margin-bottom: 0; }

.wpcf7 {
  max-width: 600px;
  margin: 0 auto !important; }
  .wpcf7 input[type=text],
  .wpcf7 input[type=search],
  .wpcf7 input[type=url],
  .wpcf7 input[type=tel],
  .wpcf7 input[type=number],
  .wpcf7 input[type=range],
  .wpcf7 input[type=date],
  .wpcf7 input[type=month],
  .wpcf7 input[type=week],
  .wpcf7 input[type=time],
  .wpcf7 input[type=datetime],
  .wpcf7 input[type=datetime-local],
  .wpcf7 input[type=color],
  .wpcf7 input[type=email],
  .wpcf7 input[type=file],
  .wpcf7 input[type=submit],
  .wpcf7 select,
  .wpcf7 textarea {
    border-radius: 0; }
  .wpcf7 .wpcf7-form label {
    width: 100%; }
  .wpcf7 .wpcf7-not-valid-tip {
    color: #dc3545; }
  .wpcf7 .wpcf7-validation-errors {
    color: #dc3545;
    border: 1px solid #e9ecef; }