/*
!!! Use scr/scss/custom.css !!!
1. Add your custom Css styles below
2. Place the this code in your template:

 <link href="css/custom.css" rel="stylesheet">

*/
/* ----------------------------------------------------------------------
	Base Colors
-------------------------------------------------------------------------*/
/*Colors*/
/*Typography*/
/*Header*/
/*Footer*/
/*Side Panel*/
/*Margins*/
/*Transitions*/
.event-poster {
  float: right;
  vertical-align: top;
  margin: 10px 0px 10px 10px;
}

section#page-title {
  height: 60vh;
}

h2.post-title {
  letter-spacing: 0em;
  line-height: 1.3em;
  margin-bottom: 0.7em;
}

p.post-excerpt, p.post-excerpt > p {
  line-height: 22px;
}

.post-item-description a p {
  line-height: 24px;
}

.post-thumbnails .post-item {
  padding: 0 0 15px 0;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}

ul.page-numbers {
  clear: both;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
  justify-content: center;
}

.page-numbers li .page-numbers:not(.current) {
  color: #484848;
  background-color: #fff;
  border-color: #e6e8eb;
}

.page-numbers li:first-child .page-numbers {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.page-numbers li .page-numbers {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.widget-shop .widget-title {
  font-size: 1.35714286em;
  line-height: 1.68421053em;
  font-weight: 600;
}

.text-base-color {
  color: #5b678a !important;
}

.text-green {
  color: #3f8f22 !important;
}

.background-green {
  background-color: #3f8f22 !important;
}

.conference-active {
  width: 8px;
  margin-right: 6px;
  display: inline-block;
  height: 15px;
  background-color: #3f8f22;
}

.dark-list h2.section-title {
  margin-bottom: 1em;
}

.dark-list.text-light .icon-box.effect .icon i {
  z-index: 1;
}

.dark-list.text-light .icon-box.effect .icon i:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  box-sizing: content-box;
}

.dark-list.text-light .icon-box .icon i {
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}

.dark-list.text-light .icon-box .icon i:after {
  top: -4px;
  left: -4px;
  padding: 4px;
  box-shadow: 0 0 0 3px #fff;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.dark-list.text-light .icon-box.effect.dark .icon i:after {
  box-shadow: 0 0 0 3px #1ABC9C;
}

.dark-list.text-light .icon-box.effect.dark .icon i:hover,
.dark-list.text-light .icon-box.effect.dark:hover .icon i {
  background-color: #1ABC9C;
}

.dark-list.text-light .icon-box.effect .icon i:hover:after,
.dark-list.text-light .icon-box.effect:hover .icon i:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.icon-box.small > h3,
.icon-box.small > h5 {
  font-size: 18px;
  margin: 10px 12px 4px 60px;
}

.post-item .post-item-description-full {
  padding-left: 0px;
}

.post-item h2.post-title {
  color: #676767;
}

.image-left {
  float: left;
  width: auto !important;
  vertical-align: top;
  margin-right: 0.8em;
}

.menu-vertical-2.page-menu nav li a {
  line-height: 1.5em;
}

.menu-vertical-2.page-menu-off {
  position: relative;
  height: 46px;
  line-height: 46px;
  background-color: #f3f3f3;
}

.menu-vertical-2.page-menu-off .menu-title {
  color: #565656;
  font-size: 18px;
}

/** scroll down **/
#slider a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}

#slider a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}

#slider a#scroll-down-href {
  padding-top: 60px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(-25%, -50%);
  transform: translate(-25%, -50%);
  color: #fff;
  font: normal 400 14px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}

#slider a#scroll-down-href:hover {
  opacity: .5;
}

#home-dark-list .dark-list-item-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: max-content;
}

#under-articles {
  padding-top: 20px;
}

#under-articles h2.post-title {
  margin-top: 1em;
  margin-bottom: 0em;
  letter-spacing: 0.1em;
}

#under-articles .portfolio-item {
  cursor: default;
}

#under-articles .grid-item {
  cursor: default;
}

.home .post-thumbnails .post-item:last-of-type {
  border-bottom: none;
}

.page-template-page-standards .sidebar-right .background-image {
  height: 550px;
}

.page-template-page-standards .sidebar-left .background-image {
  height: 550px;
}

@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .post-thumbnails .post-item:not(.quote) .post-item-description {
    float: left;
    padding-top: 0;
    width: 100% !important;
  }
  #home-dark-list .dark-list-item-wrapper {
    margin-left: initial;
    margin-right: initial;
    width: max-content;
  }
  #slider a#scroll-down-href {
    display: none;
  }
  .page-template-page-standards .sidebar-right .background-image {
    height: 300px;
  }
  .page-template-page-standards .sidebar-left .background-image {
    height: 300px;
  }
}

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