/*--------------------------------------------------------------------------
Template name: Minimal - Responsive Jekyll Theme
Template URL: https://minimaljk.themeix.com/
Author name: Themeix
Author URL: https://themeforest.net/user/themeix
Tag: tab mobile,computer,desctop,responsive design,all browser supported,html5,css3.
Verson: 2.0

===========================
CSS Table Of Content
===========================
-1. Sass settins
0. Default Css
1. Navbar Area CSS
2. Top Tags Area CSS
3. Blog-Main Area CSS
4. Newsletter Area CSS
5. Footer Widget Area CSS
6. Prettify CSS
7. Mailchimp CSS

<div class="tag-icon"><i class="fa fa-tag" aria-hidden="true"></i></div>


===========================
@import url(https://fonts.googleapis.com/css?family=Karla:400,700);

------------------------------------------------------------------------------*/
/* ===========================================
0. Default Css
============================================== */
body {
  font-family: "Karla", sans-serif;
  font-weight: 400;
  color: #232323; }

.modal-open {
  padding-right: 0px !important; }

h1,
h2,
h3,
h5,
h6 {
  font-family: "Playfair Display", serif;
  font-weight: 700; }

h4 {
  font-family: "Karla", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .15em;
  font-weight: 700; }

a {
  color: #232323; }

a:hover {
  text-decoration: none;
  color: #232323; }

ul li,
ol li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400; }

button,
input[type="button"],
a {
  cursor: pointer; }

button:focus,
input:focus {
  outline: none; }

button:hover,
button:focus {
  box-shadow: none !important; }

img {
  max-width: 100%; }

.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
  z-index: 1; }

/*background color*/
.bgc00 {
  background-color: #ffffff; }

/*background images*/
.bgimg00 {
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.bgimg01 {
  background: #eeeeef; }

/*padding*/
.p-145 {
  padding: 185px 0px; }

.pt-100 {
  padding-top: 100px; }

.pt-0 {
  padding-top: 0px; }

.pb-0 {
  padding-bottom: 0px; }

.p-100 {
  padding: 100px 0px; }

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99; }

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url("../images/Spin.gif");
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px; }

/*back to top*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #737781 url("../images/up-arrow-angle.png") no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  border-radius: 4px; }

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s; }

.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.cd-top.cd-fade-out {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

/* ===========================================
1. Navbar Area CSS
============================================== */
.minimal-navbar-area {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 2;
  padding-top: 60px; }

.fixed-nav {
  background-color: #fff;
  padding: 0px;
  margin-bottom: 5px;
  position: fixed;
  -webkit-transition: 0.8s all;
  transition: 0.8s all;
  left: 0px;
  right: 0px;
  z-index: 888;
  width: 100%;
  min-height: 65px;
  display: block;
  box-shadow: 0 0 52px -22px #000; }

.navbar {
  padding: 0px; }

.navbar-brand {
  display: none; }

.navbar-brand h2 {
  text-transform: capitalize;
  font-size: 26px;
  margin: 0px; }

.fixed-nav .navbar-brand {
  display: block; }

.fixed-nav .header-logo h1 {
  display: none; }

.header-logo h1 a {
  font-weight: 700; }

.header-logo img {
  max-height: 55px; }

a.navbar-brand img {
  max-height: 45px; }

.header-logo a:hover {
  color: #232323;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.navbar-brand h2:hover,
.navbar-brand a:hover {
  color: #232323;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.navbar-nav {
  margin: 0px auto; }

.fixed-nav .header-logo.text-center {
  display: none; }

.dropdown-menu {
  position: absolute;
  top: 60px;
  border: 0px;
  background-color: #fff;
  min-width: 192px;
  min-width: 12rem;
  box-shadow: 0px 0px 10px 0px #cecece; }

.navbar-custom .nav .nav-item > .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-left: .3em solid transparent;
  vertical-align: middle;
  margin-left: 5px; }

.dropdown-menu a {
  color: #232323;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  display: block;
  padding: 5px 15px; }

.dropdown-menu a:hover {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  padding-left: 20px; }

ul.nav li.nav-item:hover > .dropdown-menu {
  display: block !important;
  -webkit-animation-name: drop-hv;
  -webkit-animation-duration: 0.5s;
  animation-name: drop-hv;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  top: 60px; }

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 20px 15px;
  text-transform: capitalize;
  color: #232323; }

.fixed-nav .navbar-expand-lg .navbar-nav .nav-link {
  color: #232323; }

.fixed-nav .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #000;
  background: #f3f3f3; }

.fixed-nav ul.navbar-nav {
  /* float: right; */
  margin-right: 0; }

.navbar-nav li a:hover {
  color: #232323;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.jumbotron-head {
  background: #fff;
  max-width: 825px;
  margin: 0px auto;
  margin-top: 40px;
  padding: 30px 60px;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 24px 82px -52px rgba(0, 0, 0, 0.62);
  text-transform: capitalize; }

.jumbotron-new-feed {
  position: absolute;
  right: -37px;
  top: 23px;
  background: #232323;
  -webkit-transform: rotate(42deg);
  transform: rotate(42deg);
  width: 168px;
  text-align: center;
  padding: 5px; }

.jumbotron-new-feed p {
  text-transform: capitalize;
  margin: 0px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400; }

.jumbotron-head ul {
  margin-bottom: 0px; }

.jumbotron-head h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 40px; }

.jumbotron-head .badge {
  text-transform: capitalize;
  border-radius: 0px;
  font-size: 12px;
  padding: 8px 24px;
  line-height: 16px; }

.cd-top.cd-fade-out:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background-color: #232323;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.nav-item {
  position: relative; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  left: 100%;
  top: 20%; }

.post-tag a {
  color: #fff; }

.postsTop-tag a {
  color: #fff;
  background-color: #232323;
  padding: 4px 10px;
  text-transform: capitalize;
  /* border-radius: 4px; */
  font-size: 13px; }

/*.dropdown-submenu:hover>.dropdown-menu {
    display: block;
    top:20%;
   -webkit-animation-name: drop-hv-sub;
    -webkit-animation-duration: 0.5s;
    animation-name: drop-hv-sub;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;

}*/
/* Safari 4.0 - 8.0 */
@-webkit-keyframes drop-hv-sub {
  from {
    top: 80%; }
  to {
    top: 20%; } }

/* Standard syntax */
@keyframes drop-hv-sub {
  from {
    top: 80%; }
  to {
    top: 20%; } }

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 8px;
  margin-right: 0px; }

/* Safari 4.0 - 8.0 */
@-webkit-keyframes drop-hv {
  from {
    top: 100px; }
  to {
    top: 60px; } }

/* Standard syntax */
@keyframes drop-hv {
  from {
    top: 100px; }
  to {
    top: 60px; } }

/* ===========================================
2. Top Tags Area CSS
============================================== */
.top-tags {
  position: relative;
  overflow: hidden; }

.top-tags figure {
  margin: 0px; }

.top-tags:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  margin: 0px auto; }

.top-tags:hover:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: 1s all;
  transition: 1s all;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

.top-tags .badge:hover {
  -webkit-transition: 1s all;
  transition: 1s all;
  background: #232323;
  color: #ffffff; }

.top-tags .badge {
  position: absolute;
  top: 43%;
  left: 33%;
  right: auto;
  border: none;
  padding: 10px 30px;
  border-radius: 0px;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500; }

.minimal-slider-area {
  position: relative; }

.minimal-slider-area:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, #E4EFF2 0%, rgba(255, 255, 255, 0.68) 100%);
  background: -webkit-linear-gradient(top, #E4EFF2 0%, rgba(255, 255, 255, 0.68) 100%); }

/* ===========================================
3. Blog-Main Area CSS
============================================== */
#loadmore {
  margin: 0px auto;
  font-size: 18px; }

#loadmore:hover {
  color: #232323;
  text-decoration: underline; }

#loadmore i {
  margin-left: 10px;
  vertical-align: middle; }

.themeix-post-title {
  padding-top: 10px; }

.minimal-single-main-area .container .row > div {
  margin: 0px auto; }

.single-blog-img img {
  width: 100%; }

.single-blog-img {
  margin-bottom: 40px; }

.minimal-blog-main-area {
  background-color: #F9F9F9; }

.blog-post {
  background-color: #FFFFFF;
  margin-bottom: 45px;
  display: table; }

.blog-post figure {
  overflow: hidden; }

.blog-post figure img {
  max-width: 100%;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  transition: all 0.7s; }

.blog-post:hover figure img {
  -moz-transform: scale(1.075);
  -webkit-transform: scale(1.075);
  transform: scale(1.05); }

.blog-post:last-child {
  margin-bottom: 0px; }

.blog-post figure img {
  width: 100%; }

.blog-post-content {
  padding: 20px 20px 20px 30px; }

.blog-post h5 {
  margin-bottom: 10px;
  font-size: 25px; }

.blog-post h5 a {
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  font-weight: bold;
  color: #232323; }

.blog-post h5 a:hover {
  color: #232323; }

.blog-post ul {
  margin-bottom: 10px; }

.blog-post ul li {
  text-transform: capitalize; }

.blog-post p {
  margin: 0px; }

.blog-post .loadmore {
  font-family: "Karla", sans-serif;
  font-size: 10px;
  float: left;
  text-transform: uppercase;
  letter-spacing: .12em;
  vertical-align: middle;
  margin: 25px 0 40px 0;
  border: 1px solid rgba(35, 35, 35, 0.7);
  padding: 7px 13px;
  color: #232323; }

.blog-post .loadmore i {
  margin-left: 10px;
  vertical-align: middle;
  color: #666;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s; }

.blog-post .loadmore:hover {
  border: 1px solid #232323;
  color: #ffffff;
  background-color: #232323;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s; }

.blog-post .loadmore:hover i,
.blog-post .loadmore i:hover {
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  color: #ffffff; }

a.view-details {
  padding: 8px 15px;
  display: inline-block;
  margin-top: 20px;
  text-transform: capitalize;
  font-weight: 400;
  border-left: 5px solid #232323;
  color: #232323;
  box-shadow: 0 0 7px 1px #ddd; }

a.view-details:hover {
  color: #ffffff;
  background-color: #232323;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s; }

a.view-details i {
  margin-left: 10px;
  vertical-align: middle;
  color: #232323;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s; }

a.view-details:hover i,
a.view-details i:hover {
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  color: #ffffff; }

li.list-inline-item.themeix-date {
  padding-left: 10px;
  font-size: 13px; }

li.list-inline-item.themeix-cat {
  font-size: 13px; }

li.list-inline-item.themeix-cat i,
li.list-inline-item.themeix-date i {
  color: #666;
  padding-right: 5px; }

.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
  padding-bottom: 20px; }

.pagination .btn {
  margin: 0px auto;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 700;
  padding: 0px;
  border: none;
  color: #232323; }

.pagination {
  padding-top: 80px; }

.pagination .btn i {
  margin-left: 10px; }

.pagination-link {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: capitalize; }

.pagination-link:hover {
  color: #232323; }

.page-counter {
  color: #232323;
  font-size: 18px;
  font-weight: 400; }

.tag-page-wrapper span.tag-title {
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: 'Playfair Display', serif; }

.tag-page-wrapper .tags-wrapper ul.post-list {
  margin-bottom: 30px; }

.tag-icon {
  display: inline-block;
  float: left;
  font-size: 14px;
  padding-right: 10px;
  margin-top: 3px; }

.posts-tag a {
  font-family: "Karla", sans-serif;
  text-transform: uppercase;
  border-bottom: 2px dotted #eee64b;
  padding: 0 0 3px 0;
  font-size: 12px;
  letter-spacing: .15em;
  font-weight: 700; }

.posts-tag a:hover {
  border-bottom: 2px dotted #333333;
  opacity: .6; }

.single-tags {
  margin: 50px 0px; }

.single-tags button {
  border-radius: 0px;
  border-color: #cecece;
  padding: 8px 20px;
  text-transform: capitalize; }

.single-tags button:hover {
  color: #fff;
  background-color: #232323;
  border-color: #232323; }

.social-box {
  margin-bottom: 40px; }

.social-box h5 {
  margin-bottom: 20px; }

.social-share .badge {
  font-size: 11px;
  font-weight: 300;
  color: #232323;
  background: transparent;
  border: 1px solid #e1e1e1;
  padding: 6px 10px;
  border-radius: 2px; }

.social-share .badge i {
  color: #ffffff;
  position: relative;
  right: 2px; }

.social-share .facebook {
  border-color: #39579a;
  background-color: #39579a;
  position: relative; }

.social-share .twitter {
  border-color: #01acee;
  background-color: #01acee;
  position: relative; }

.social-share .pinterest {
  border-color: #cd1d1f;
  background-color: #cd1d1f;
  position: relative; }

.social-share .google-plus {
  border-color: #d34836;
  background-color: #d34836;
  position: relative; }

.social-share .linkedin {
  border-color: #1783bc;
  background-color: #1783bc;
  position: relative; }

#facebook {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 6px solid #39579a;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: -5px;
  top: 7px; }

#twitter {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 6px solid #01acee;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: -5px;
  top: 7px; }

#pinterest {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 6px solid #cd1d1f;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: -5px;
  top: 7px; }

#google-plus {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 6px solid #d34836;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: -5px;
  top: 7px; }

#linkedin {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 6px solid #1783bc;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: -5px;
  top: 7px; }

.facebook,
.twitter,
.linkedin,
.google-plus,
.pinterest {
  width: 25px;
  height: 25px;
  text-align: center; }

.author-bio {
  background-color: #e9f3f4;
  padding: 20px;
  margin-bottom: 40px; }

.author-pic {
  width: 15%;
  max-width: 100px; }

.author-pic img {
  width: 100%; }

.author-content {
  width: 85%;
  padding-left: 15px; }

.author-content h6 {
  text-transform: capitalize; }

.author-content ul {
  margin: 0px; }

.post-navigation {
  margin-bottom: 60px; }

.post-navigation .navigation-left,
.post-navigation .navigation-right {
  width: 40%; }

.post-navigation .navigation-right {
  direction: rtl; }

.post-navigation p {
  margin-bottom: 0px; }

.post-navigation .navigation-left i {
  font-size: 16px;
  margin-right: 5px; }

.post-navigation .navigation-right i {
  font-size: 16px;
  margin-left: 5px; }

.post-navigation a {
  font-size: 12px;
  font-weight: 700;
  text-transform: capitalize;
  vertical-align: middle;
  color: #232323; }

.discuss-comment {
  margin-bottom: 15px; }

.discuss-comment .float-left {
  width: 7%; }

.discuss-comment .float-left img {
  width: 100%;
  max-width: 50px; }

.discuss-comment .form-group {
  width: 93%;
  margin: 0px;
  padding-left: 15px; }

.discuss-comment .form-group textarea {
  padding: 15px; }

.discuss-blog .tab-content {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px; }

.discuss-blog ul.nav-tabs li a {
  padding: 10px 20px;
  display: block;
  text-transform: capitalize;
  vertical-align: middle;
  color: #a7adb1; }

ul.nav-tabs li i {
  margin-left: 5px;
  color: #a7adb1; }

ul.nav-tabs .active {
  color: #424242 !important;
  z-index: 2; }

ul.nav-tabs .active a {
  color: #424242 !important; }

.tab-content .best-wrapper {
  display: table;
  padding: 15px 0px;
  width: 100%; }

.tab-content .best-person {
  width: 7%; }

.tab-content .best-person img {
  width: 100%;
  max-width: 50px; }

.tab-content .best-comment {
  width: 93%;
  padding-left: 10px; }

.tab-content .best-comment h6 {
  text-transform: capitalize; }

.tab-content .best-comment .list-inline a {
  font-weight: 400;
  text-transform: capitalize;
  color: #a7b1b7; }

.reply-comment .reply-img {
  margin-right: 10px; }

.discuss-botom .list-inline {
  margin-bottom: 0px; }

.discuss-botom .list-inline a {
  font-size: 14px;
  text-transform: capitalize;
  color: #a7b1b7; }

.discuss-botom .list-inline i {
  color: #a7b1b7;
  margin-right: 10px; }

.discuss-botom .botom-wrapper h5 {
  color: #a7b1b7;
  text-transform: uppercase; }

.discuss-botom .botom-wrapper {
  display: table;
  padding: 15px 0px;
  width: 100%; }

.category h3 {
  margin: 0px;
  text-transform: capitalize; }

.discuss-botom li {
  margin-right: 15px !important; }

.about-blog-wrap figure img {
  max-width: 100%;
  min-height: 100%; }

.about-blog-main p {
  margin-bottom: 30px; }

.about-blog-main p:last-child {
  margin-bottom: 0px; }

/* ===========================================
4. Newsletter Area CSS
============================================== */
.jumbotron-news {
  background: #fff;
  max-width: 770px;
  margin: 0px auto;
  padding: 40px 60px;
  border-radius: 2px; }

.jumbotron-news p {
  margin-top: 20px;
  margin-bottom: 30px; }

.jumbotron-news .input-group {
  max-width: 460px;
  margin: 0px auto;
  margin-bottom: 15px; }

.jumbotron-news .form-control {
  background: #ffffff;
  border-radius: 0px;
  border: 1px solid #d3d3d3; }

.jumbotron-news .input-group-btn button {
  background: #232323;
  border: 0px;
  border-radius: 0px;
  padding: 9px 15px;
  font-weight: 700;
  text-transform: uppercase; }

.tags-list a.btn {
  border-radius: 0;
  border-color: #cecece; }

/* ===========================================
5. Footer Widget Area CSS
============================================== */
.single-widget h4 {
  margin-bottom: 30px; }

.widget-recent {
  border: none;
  box-shadow: none;
  margin-bottom: 20px; }

.widget-recent:last-child {
  margin-bottom: 0px; }

.widget-recent h6 {
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 3px; }

.widget-recent h6 a {
  font-size: 18px;
  line-height: 24px;
  color: #232323;
  white-space: nowrap;
  font-weight: 600;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s; }

.widget-recent h6 a:hover {
  color: #232323; }

.widget-recent ul li {
  text-transform: capitalize; }

.card.widget-recent p {
  font-size: 13px;
  margin-bottom: 0;
  text-transform: capitalize; }

.widget-recent ul {
  margin: 0px; }

.tag-name {
  font-size: 18px;
  line-height: 30px; }

.popular-tags .badge {
  background: #232323;
  border: none;
  border-radius: 0px;
  text-transform: capitalize;
  padding: 10px;
  -webkit-transition: 1s all;
  transition: 1s all;
  font-size: 16px;
  font-weight: 400; }

.popular-tags .list-inline-item {
  margin-right: 12px;
  margin-bottom: 15px; }

.popular-tags .list-inline-item:last-child {
  margin-right: 0px; }

.image-gallery img {
  width: 100px;
  height: 100px; }

.single-widget,
.image-gallery {
  width: 100%;
  overflow: hidden; }

.single-gallery-img {
  width: 33%;
  margin-bottom: 10px;
  float: left; }

.image-gallery a {
  position: relative;
  display: inline-block;
  overflow: hidden; }

.image-gallery a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  background: rgba(255, 255, 255, 0.4);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.image-gallery a:hover:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: 1s all;
  transition: 1s all;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

.copyright-info {
  padding-bottom: 80px;
  margin: 0px; }

.copyright-info p {
  margin-bottom: 0px;
  opacity: .6; }

.contact-info {
  padding: 60px 0; }

.contact-info i {
  text-align: center;
  font-size: 35px;
  padding: 15px 0; }

.contact-info p {
  margin-bottom: 0; }

.bg-semiwhite {
  background-color: #f7f7f7; }

/* ===========================================
6. Prettify CSS
============================================== */
.pln {
  color: #000; }

/* plain text */
@media screen {
  .str {
    color: #080; }
  /* string content */
  .kwd {
    color: #008; }
  /* a keyword */
  .com {
    color: #800; }
  /* a comment */
  .typ {
    color: #606; }
  /* a type name */
  .lit {
    color: #066; }
  /* a literal value */
  /* punctuation, lisp open bracket, lisp close bracket */
  .pun,
  .opn,
  .clo {
    color: #660; }
  .tag {
    color: #008; }
  /* a markup tag name */
  .atn {
    color: #606; }
  /* a markup attribute name */
  .atv {
    color: #080; }
  /* a markup attribute value */
  .dec,
  .var {
    color: #606; }
  /* a declaration; a variable name */
  .fun {
    color: red; }
  /* a function name */ }

/* Use higher contrast and text-weight for printable form. */
@media print, projection {
  .str {
    color: #060; }
  .kwd {
    color: #006;
    font-weight: bold; }
  .com {
    color: #600;
    font-style: italic; }
  .typ {
    color: #404;
    font-weight: bold; }
  .lit {
    color: #044; }
  .pun,
  .opn,
  .clo {
    color: #440; }
  .tag {
    color: #006;
    font-weight: bold; }
  .atn {
    color: #404; }
  .atv {
    color: #060; } }

/* Put a border around prettyprinted code snippets. */
pre.prettyprint {
  padding: 2px;
  border: 1px solid #888; }

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin-top: 0;
  margin-bottom: 0; }

/* IE indents via margin-left */
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
  list-style-type: none; }

/* Alternate shading for lines */
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
  background: #eee; }

/* ===========================================
7. Mailchimp CSS
============================================== */
/* MailChimp Form Embed Code - Horizontal Super Slim - 12/16/2015 v10.7
Adapted from: http://blog.heyimcat.com/universal-signup-form/ */
#mc_embed_signup form {
  text-align: center;
  padding: 10px 0 10px 0; }

.mc-field-group {
  display: inline-block; }

/* positions input field horizontally */
#mc_embed_signup input.email {
  border: 1px solid #ABB0B2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 0;
  color: #343434;
  background-color: #fff;
  box-sizing: border-box;
  height: 40px;
  padding: 10px;
  display: inline-block;
  margin: 0;
  width: 350px;
  vertical-align: top; }

#mc_embed_signup label {
  display: block;
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: bold; }

#mc_embed_signup .clear {
  display: inline-block; }

/* positions button horizontally in line with input */
#mc_embed_signup .button {
  /* font-size: 13px; */
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 0;
  letter-spacing: .03em;
  color: #fff;
  background-color: #232323;
  box-sizing: border-box;
  height: 40px;
  /* line-height: 32px; */
  padding: 0 18px;
  display: inline-block;
  margin: 0;
  transition: all 0.23s ease-in-out 0s;
  margin-left: -5px; }

#mc_embed_signup .button:hover {
  background-color: #777;
  cursor: pointer; }

#mc_embed_signup div#mce-responses {
  float: left;
  top: -1.4em;
  padding: 0em 0.5em 0em 0.5em;
  overflow: hidden;
  width: 90%;
  margin: 0 5%;
  clear: both; }

#mc_embed_signup div.response {
  margin: 1em 0;
  padding: 1em 0.5em 0.5em 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 80%; }

#mc_embed_signup #mce-error-response {
  display: none; }

#mc_embed_signup #mce-success-response {
  color: #529214;
  display: none; }

#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: .5em 0; }

@media (max-width: 768px) {
  #mc_embed_signup input.email {
    width: 100%;
    margin-bottom: 5px; }
  #mc_embed_signup .clear {
    display: block;
    width: 100%; }
  #mc_embed_signup .button {
    width: 100%;
    margin: 0; } }

.thumbnail {
  margin: 5%;
  float: left;
  width: 30%;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.05);
  height: auto;
  overflow: auto; }
  .thumbnail img {
    width: 100%l; }

.shadow {
  -webkit-box-shadow: 0 8px 8px -3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 8px 8px -3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 8px 8px -3px rgba(0, 0, 0, 0.25); }

.post-content {
  padding-top: 20px;
  float: right;
  display: inline-block;
  width: 60%;
  padding: 5% 5% 5% 0; }
  .post-content li {
    list-style: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .1em; }

.single-post .caption {
  text-align: center;
  font-family: "Playfair Display", serif;
  opacity: .5;
  padding-bottom: 20px;
  font-size: 14px; }

.single-post img {
  margin: 40px 0 20px 0; }

.single-post h1, .single-post h2, .single-post h3 {
  margin: 40px 0 20px 0; }

.single-post h4 {
  margin: 20px 0; }
