/*
  Journal Blog
*/

body {
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #828282;
  background: #fff;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #FC5185;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  *color: #FC5185;
  outline: none;
  text-decoration: none;
}

ul, ol {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 25px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}

::-webkit-selection {
  color: #fff;
  background: #FC5185;
}

::-moz-selection {
  color: #fff;
  background: #FC5185;
}

::selection {
  color: #fff;
  background: #FC5185;
}

.journal-navigation .prev {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-align: right;
}
.journal-navigation .prev:hover {
  padding-right: 30px;
}
.journal-navigation .next {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-align: left;
}
.journal-navigation .next:hover {
  padding-left: 30px;
}
.journal-navigation .journal-cover {
  width: 50%;
  float: left;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.journal-navigation .journal-cover .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.journal-navigation .journal-cover .copy {
  position: relative;
  z-index: 12;
  display: block;
}
.journal-navigation .journal-cover .copy .display-t, .journal-navigation .journal-cover .copy .display-tc {
  height: 400px;
  display: table;
  width: 100%;
}
.journal-navigation .journal-cover .copy .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}
.journal-navigation .journal-cover .copy .display-tc div {
  padding: 30px;
}
.journal-navigation .journal-cover .copy .display-tc div span {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .05em;
}
.journal-navigation .journal-cover .copy .display-tc div h2 {
  margin-bottom: 0;
  color: #fff;
  font-weight: 300;
}

#journal-aside {
  width: 38.2%;
  top: 0;
  left: 0;
  bottom: 0;
  position: fixed;
  height: 100%;
  z-index: 555;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.single #journal-aside {
  position: relative;
  height: 700px;
  width: 100%;
}
#journal-aside a {
  color: rgba(255, 255, 255, 0.5);
}
#journal-aside a:hover {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #journal-aside {
    width: 100%;
    position: relative;
    z-index: 999;
    height: 700px;
  }
}
@media screen and (max-width: 468px) {
  #journal-aside .img-logo{
    width: 80%;
  }
 .single #journal-aside .page-title h2 {
    font-size: 40px!important;
  }
}
#journal-aside .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
}
#journal-aside .site-title,
#journal-aside .img-logo {
  z-index: 99999;
  position: absolute;
  top: 0;
  right:0;
  *left: 0;
  padding: 30px;
}
#journal-aside .featured {
  z-index: 12;
  position: absolute;
  bottom: 0;
  right:0;
  left: 0;
  padding: 30px;
}
#journal-aside .page-title {
  z-index: 12;
  position: absolute;
  bottom: 0;
  padding: 30px;
}
.single #journal-aside .featured, .single #journal-aside .page-title {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#journal-aside .featured h2, #journal-aside .page-title h2 {
  color: #fff;
  font-weight: 300;
}
.single #journal-aside .featured h2, .single #journal-aside .page-title h2 {
  font-size: 72px;
}
#journal-aside .featured > span, #journal-aside .page-title > span {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: .05em;
  margin-bottom: 10px;
}
#journal-aside .page-title img {
  margin-bottom: 30px;
  width: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}


#journal-main-content {
  margin-left: 38.1966%;
  position: relative;
  z-index: 999;
}
.single #journal-main-content {
  margin-left: 0;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #journal-main-content {
    margin-left: 0;
  }
}

.journal-post-date {
  color: #b3b3b3;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: .05em;
}


.journal-post .journal-entry {
  float: left;
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 30px 10px;
}
.single .journal-post .journal-entry {
  border-bottom: none !important;
}

.journal-post .journal-entry > img {
  float: right;
  width: 10%;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 800px) {
  .journal-post .journal-entry {
    text-align: center;
  }
  .journal-post .journal-content{
    text-align: left;
  }
  .journal-post .journal-entry > img {
    float: none;
    width: 50%;
  }
}
.journal-post .journal-entry > div {
  width: 77%;
  float: left;
  margin-right: 5%;
  margin-top: 0px;
}
.single .journal-post .journal-entry > div {
  margin-right: 0 !important;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .journal-post .journal-entry > div {
    width: 100%;
    margin-right: 0;
  }
}
.journal-post .journal-entry > div a {
  color: #000;
}
.journal-post .journal-entry > div a:hover {
  color: #FC5185;
}
.journal-post .journal-entry > div h2 {
  margin-bottom: 5px;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .journal-post .journal-entry > div h2 {
    font-size: 24px;
  }
}
.journal-post .journal-entry > div p:last-child {
  margin-bottom: 0;
}
.journal-post .journal-entry > div p {
  margin-bottom: 10px;
  *font-size: 14px;
  line-height: 20px;
}
.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.journal-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.journal-nav-toggle.active i::before, .journal-nav-toggle.active i::after {
  background: #444;
}
.journal-nav-toggle:hover, .journal-nav-toggle:focus, .journal-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.journal-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.journal-nav-toggle i::before, .journal-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.journal-nav-toggle.journal-nav-white > i {
  color: #fff;
  background: #fff;
}
.journal-nav-toggle.journal-nav-white > i::before, .journal-nav-toggle.journal-nav-white > i::after {
  background: #fff;
}

.journal-nav-toggle i::before {
  top: -7px;
}

.journal-nav-toggle i::after {
  bottom: -7px;
}

.journal-nav-toggle:hover i::before {
  top: -10px;
}

.journal-nav-toggle:hover i::after {
  bottom: -10px;
}

.journal-nav-toggle.active i {
  background: transparent;
}

.journal-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.journal-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.journal-nav-toggle {
  position: absolute;
  right: 0px;
  top: 65px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .journal-nav-toggle {
    display: block;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #FC5185;
  color: #fff;
  border: 2px solid #FC5185;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #fc6a97 !important;
  border-color: #fc6a97 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #FC5185;
  border: 2px solid #FC5185;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #FC5185;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #FC5185;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.journal-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}

form label {
  font-weight: normal !important;
}
form label.error {
  color: #B90B0B;
  font-size: 16px !important;
}

#message {
  resize: vertical;
}

#form-message-warning, #form-message-success {
  display: none;
}

#form-message-warning {
  color: #B90B0B;
}

#form-message-success {
  color: #55A44E;
  font-size: 18px;
  font-weight: normal;
}

.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-weight: normal;
  font-size: 16px;
}

