/*
Theme Name: Jan Ethes
Author: Sugarad Team
Author URI: https://www.sugarad.id
Description: A special themes for janethes.id
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: janethes, company-profile, blog
Text Domain: janethes
*/

* {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*:focus {
    outline: none;
}

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

body {
    overflow-x: hidden;
    font-family: 'Work Sans', sans-serif;
    color: #3d3d50;
}

.ti {
    padding-right: 6px;
}

.cursive {
    font-family: 'Satisfy', cursive;
    padding-left: 12px;
    font-size: 1.6em;
    border-bottom: 4px solid #764ba2;
}

.top-bar {
    background-image: linear-gradient(120deg, #667eea 0%, #764ba2 100%);
}

.top-bar-nav {
    list-style: none;
    margin-top: 13px;
}

.top-bar-nav li {
    float: left;
    padding-right: 20px;
}

.top-bar-nav li a {
    color: #fff;
    font-size: 13px;
}

.top-bar-nav li a:hover {
    text-decoration: none;
}

.top-bar-nav li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width .3s;
}

.top-bar-nav li a:hover::after {
    width: 100%;
}

.navbar-custom {
    min-height: 130px;
    background-color: #fff !important;
    box-shadow: 0px 3px 17px rgba(0, 0, 0, 0.1);
    padding: 1.25rem 1rem;
}

.navbar-brand {
    font-size: 2.4em;
    font-family: 'Satisfy', cursive;
    margin-left: 10px !important;
    color: #764ba2 !important;
}

.img-logo-center {
    width: 110px;
    height: auto;
}

.nav-item:first-child {
    margin-left: none;
}

.nav-item {
    margin-left: 30px;
}

.no-mr {
    margin-right: 0px !important;
}

.nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2.5px;
    background: #3d3d50;
    transition: width .3s;
}

.nav-link:hover::after {
    width: 100%;
}

.navbar-toggler {
    border: none;
    border-radius: 0;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none !important;
}

.img-f-r {
    float: right;
}

.blog-carousel {
    margin-top: 80px;
    background: #f9f9f9;
    padding-top: 50px;
    padding-bottom: 20px;
}

.blog-header-item {
    margin-right: 30px;
}

.blog-header-item:focus,
.blog-header-item:active,
.partner-slide:focus,
.partner-slide:active {
    outline: none !important;
}

.blog-header-item:last-child {
    margin-right: 0px;
}

/* entire container, keeps perspective */

.card-container {
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
    margin-bottom: 30px;
}

/* flip the pane when hovered */

.card-container:not(.manual-flip):hover .card,
.card-container.hover.manual-flip .card {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}


.card-container.static:hover .card,
.card-container.static.hover .card {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
}

/* flip speed goes here */

.card {
    -webkit-transition: -webkit-transform .8s;
    -moz-transition: -moz-transform .8s;
    -o-transition: -o-transform .8s;
    transition: transform .8s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    border: none;
}

/* hide back of pane during swap */

.front,
.back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFF;
}

/* front pane, placed above back */

.front {
    z-index: 2;
}

/* back, initially hidden pane */

.back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: 3;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
}

/*        Style       */

.card {
    background: #fff;
    border-radius: 4px;
    text-align: left;
}

.card-container,
.front,
.back {
    width: 100%;
    height: 350px;
    border-radius: 4px;
}

.blog-cat-l {
    list-style: none;
    margin-left: 0px;
}

.blog-cat-l li {
    float: left;
}

.blog-cat-l li a {
    font-weight: 700;
    color: #764ba2;
}

.blog-cat-l li::after {
    content: ',';
    color: #8d39d8;
    font-weight: 700;
    padding-right: 6px;
}

.blog-cat-l li:last-child::after {
    content: '';
}

.blog-cat-l-flipped {
    list-style: none;
    margin-left: 0px;
}

.blog-cat-l-flipped li {
    float: left;
}

.blog-cat-l-flipped li a {
    font-weight: 400;
    color: #fff;
}

.blog-cat-l-flipped li::after {
    content: ',';
    padding-right: 6px;
}

.blog-cat-l-flipped li:last-child::after {
    content: '';
}

.front-title {
    font-weight: 700;
}

.link-flipped {
    color: #3d3d50;
    font-weight: 700;
}

.link-flipped:hover {
    color: #8d39d8;
    text-decoration: none;
}

.text-blog-l {
    position: relative;
    top: -45px;
}

.text-blog-l,
.text-blog-l-flipped {
    font-size: 13px;
}

.text-blog-l-flipped {
    font-weight: 400;
}

.card .content {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    padding: 10px 20px 20px;
}

.card .content .main {
    min-height: 160px;
}

.card .back .content .main {
    height: 215px;
}

.card .footer {
    border-top: 1px solid #EEEEEE;
    color: #999999;
    margin: 30px 0 0;
    padding: 10px 0 0;
    text-align: left;
}

.card .header {
    padding: 15px 20px;
    height: 90px;
}

.img-overlay {
    position: relative;
    max-width: 500px;
}

.img-fit {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(102, 126, 234, 0.35), rgba(118, 75, 162, 0.35));
    color: #fff;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #3d3d50;
    border: none;
    outline: none;
    background: #fff;
    box-shadow: 0px 3px 17px rgba(0, 0, 0, 0.1);
}

.about-section {
    margin-top: 30px;
    background: url(img/section-bg.png) no-repeat center;
    background-size: cover;
    height: auto;
    padding-top: 20px;
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 2em;
}

.title-colored {
    color: #764ba2;
}

.p-t-25 {
    padding-top: 25px;
}

.text-section {
    text-align: center;
    margin-top: 24vh;
    margin-bottom: 12vh;
}

.img-section img {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.btn-hover {
    width: 200px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 20px;
    height: 55px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    /*     padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px; */
    padding: 20px;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #fff;
    text-decoration: none;
}

.more-padding {
    padding-left: 60px;
    padding-right: 60px;
}

.force-left {
    margin-left: 0px;
}

.btn-hover:focus {
    outline: none;
}

.btn-hover.color-1 {
    background-image: linear-gradient(to right, #25aae1, #40e495, #30dd8a, #2bb673);
    box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75);
}

.btn-hover.color-2 {
    background-image: linear-gradient(to right, #f5ce62, #e43603, #fa7199, #e85a19);
    box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
}

.btn-hover.color-3 {
    background-image: linear-gradient(to right, #667eea, #764ba2, #6B8DD6, #8E37D7);
    box-shadow: 0 4px 15px 0 rgba(116, 79, 168, 0.75);
}

.btn-hover.color-4 {
    background-image: linear-gradient(to right, #fc6076, #ff9a44, #ef9d43, #e75516);
    box-shadow: 0 4px 15px 0 rgba(252, 104, 110, 0.75);
}

.btn-hover.color-5 {
    background-image: linear-gradient(to right, #0ba360, #3cba92, #30dd8a, #2bb673);
    box-shadow: 0 4px 15px 0 rgba(23, 168, 108, 0.75);
}

.btn-hover.color-6 {
    background-image: linear-gradient(to right, #009245, #FCEE21, #00A8C5, #D9E021);
    box-shadow: 0 4px 15px 0 rgba(83, 176, 57, 0.75);
}

.btn-hover.color-7 {
    background-image: linear-gradient(to right, #6253e1, #852D91, #A3A1FF, #F24645);
    box-shadow: 0 4px 15px 0 rgba(126, 52, 161, 0.75);
}

.btn-hover.color-8 {
    background-image: linear-gradient(to right, #29323c, #485563, #2b5876, #4e4376);
    box-shadow: 0 4px 15px 0 rgba(45, 54, 65, 0.75);
}

.btn-hover.color-9 {
    background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
    box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
}

.btn-hover.color-10 {
    background-image: linear-gradient(to right, #ed6ea0, #ec8c69, #f7186a, #FBB03B);
    box-shadow: 0 4px 15px 0 rgba(236, 116, 149, 0.75);
}

.btn-hover.color-11 {
    background-image: linear-gradient(to right, #eb3941, #f15e64, #e14e53, #e2373f);
    box-shadow: 0 5px 15px rgba(242, 97, 103, .4);
}

.btn-outline {
    border-radius: 40px;
    padding: 15px;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
}

.btn-white {
    border: 3px solid #fff;
    color: #fff;
    background: transparent;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-white:hover,
.btn-white:focus {
    text-decoration: none;
    background: #fff;
    color: #764ba2;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.5);
}

.started-section {
    margin-top: 0px;
    padding: 40px;
    background-image: linear-gradient(120deg, #667eea 0%, #764ba2 100%);
}

.subs-head-text {
    color: #fff;
    font-family: 'Satisfy', cursive;
    padding-top: 10px;
}

.subs-desc-text {
    color: #fff;
    font-size: 15px;
    padding-top: 10px;
}

.img-love {
    width: 50px;
    height: auto;
}

.form-subs {
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    color: #fff !important;
    border-bottom: 3px solid #fff;
    height: 40px;
    text-align: center;
}

.form-subs:focus {
    background: transparent;
    outline: none !important;
}

.form-subs::-webkit-input-placeholder {
    color: #fff;
    font-size: 13px;
    text-align: center;
}

.form-subs:-moz-placeholder {
    color: #fff;
    font-size: 13px;
    text-align: center;
}

.form-subs::-moz-placeholder {
    color: #fff;
    font-size: 13px;
    text-align: center;
}

.more-left {
    margin-left: -33px;
    margin-top: 7px;
}

.feed-container {
    padding-top: 10px;
    margin-top: 130px;
    background: #fff;
    padding-bottom: 70px;
}

.section-title-center {
    text-align: center;
    /*background: url(img/title-bg.png) no-repeat;*/
    background: url(img/header-big.png) no-repeat;
    background-size: contain;
    background-position: 50% 0px;
    height: 220px;
    padding-top: 200px;
	margin-bottom: 60px;
    margin-top: -20px;
}

.section-title-center h2 {
    font-weight: 700;
    font-size: 2em;
}

.brick img {
    max-width: 100%;
    vertical-align: bottom;
}

.masonry-wrapper {
    margin-top: 40px;
    /*
  width: 100%;
  padding: 1em;
*/
}


.masonry {
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    -moz-column-fill: initial;
    -webkit-column-fill: initial;
    column-fill: initial;
}

.masonry .brick {
    margin-bottom: 30px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

/*
.masonry .brick img {
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.masonry .brick:hover img {
    opacity: .75;
}
*/

.masonry.bordered {
    -moz-column-rule: 1px solid #eee;
    -webkit-column-rule: 1px solid #eee;
    column-rule: 1px solid #eee;
    -moz-column-gap: 50px;
    -webkit-column-gap: 50px;
    column-gap: 50px;
}

.masonry.bordered .brick {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.masonry.gutterless {
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
    column-gap: 0;
}

.masonry.gutterless .brick {
    margin-bottom: 0;
}

.span {
    -moz-column-span: all;
    -webkit-column-span: all;
    column-span: all;
    *margin: 30px 0;
}

.top-left {
    position: absolute;
}

.label-newest {
    padding: 5px 30px 5px 30px;
    background: #764ba2;
    color: #fff;
}

.label-featured {
    padding: 5px 30px 5px 30px;
    background: #30e05e;
    color: #fff;
}

.label-popular {
    padding: 5px 30px 5px 30px;
    background: #1a65cb;
    color: #fff;
}

.blog-info-box {
    position: absolute;
    bottom: 0;
    transition: .5s ease;
    margin-top: -165px;
    padding: 10px;
    background-image: linear-gradient(to right, rgba(102, 126, 234, 0.5), rgba(118, 75, 162, 0.5));
    width: 100%;
    text-align: center;
}

.brick:hover .blog-info-box {}

.blog-info-box h5 a {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.blog-info-box h5 a:hover {
    text-decoration: none;
}

.blog-info-box h5 a::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    margin: 0 auto;
    background: #fff;
    transition: width .3s;
}

.blog-info-box h5 a:hover::after {
    width: 80%;
    margin: 0 auto;
}

.blog-info-box small {
    color: #fff;
}

.blog-info-box p {
    font-size: 13px;
    padding-top: 10px;
}

.btn-read-more {
    color: #764ba2;
}

.btn-read-more:hover {
    color: #764ba2;
    text-decoration: none;
}

.btn-read-more::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    margin: 0 auto;
    background: #764ba2;
    transition: width .3s;
}

.btn-read-more:hover::after {
    width: 30%;
    margin: 0 auto;
}

.row-button {
    margin-top: 100px;
}

.row-button div {
    margin: 0 auto;
}

.partner-section {
    margin-top: 70px;
    padding-bottom: 70px;
    padding-top: 30px;
    background: #f9f9f9;
}

.partner-slide div {
    margin-right: 80px;
}

.owl-nav {
    display: none;
}

footer {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #373747;
    color: #808089;
}

.img-footer {
    margin-top: 20px;
    padding-right: 20px;
}

.footer-title-name {
    color: #e0e0e0;
    padding-top: 30px;
    font-weight: 700;
    font-size: 1.5em;
}

.footer-title {
    font-weight: 700;
    color: #e0e0e0;
    /*padding-bottom: 25px;*/
    padding-bottom: 10px;
}

.footer-col-d {
    margin-top: 0px !important;
}

.footer-link {
    list-style: none;
}

.footer-link li {
    float: left;
    padding-bottom: 20px;
}

.footer-link li a {
    color: #808089;
    font-size: 14px;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}

.footer-link li a:hover {
    color: #8d39d8;
    text-decoration: none;
}

.footer-link li::after {
    content: '|';
    padding-left: 3px;
    padding-right: 3px;
}

.footer-link li:last-child::after {
    content: '';
}

.form-subscribe-footer {
    border: none;
    border-radius: 0;
}

.btn-gradient-2 {
    background-image: linear-gradient(120deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 4px 15px 0 rgba(236, 116, 149, 0.75);
    color: #fff;
    border: none;
    border-radius: 0;
}

.social-list-footer ul {
    list-style: none;
    display: inline-block;
    margin-bottom: 0;
}

.social-list-footer ul li {
    display: block;
    float: left;
    list-style-type: none;
    margin-right: 15px;
}

.social-list-footer ul li a {
    color: #999999;
    font-size: 1.3em;
    transition: all 0.3s ease;
}

.social-list-footer ul li a:hover {
    color: #8d39d8;
    text-decoration: none;
}

.social-list-footer ul li a i {
    padding-right: 1px;
}

.copyright {
    text-align: center;
    margin-top: 15px;
}

.copyright small a {
    color: #8d39d8;
}

.red-color {
    color: #ed1578;
}

.youtube-embed {
    width: 100%;
    height: 230px;
}

.bottom-bar {
    width: 100%;
    height: 7px;
    background: linear-gradient(to right, #4BC0C8, #C779D0, #FEAC5E);
    bottom: 0;
}

.name-footer {
    font-size: 4em;
    font-family: 'Satisfy', cursive;
    margin-left: 10px !important;
    color: #764ba2 !important;
}

.blog-header-breadcrumb {
    margin-top: 80px;
    padding-top: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.row-breadcrumb {
    margin-bottom: -30px;
}

.blog-breadcrumb {
    list-style: none;
}

.blog-breadcrumb li {
    float: left;
    color: #333;
}

.blog-breadcrumb li::after {
    content: '/';
    color: #333;
    padding-left: 1px;
    padding-right: 8px;
}

.blog-breadcrumb li:last-child::after {
    content: '';
}

.blog-breadcrumb li a {
    color: #333;
    transition: all 0.3s ease;
}

.blog-breadcrumb li a:hover {
    color: #764ba2;
    text-decoration: none;
}

.article-section {
    margin-top: 180px;
    margin-bottom: 120px;
}

.article-title {
    text-align: center;
}

.article-info {
    text-align: center;
    padding-top: 10px;
}

.article-info span {
    color: #aaa;
}

.article-cat-l {
    color: #764ba2;
}

.article-cat-l:hover {
    color: #4f87db;
    text-decoration: none;
}

.article-cat-l::after {
    content: ',';
    color: #764ba2;
    padding-right: 1px;
}

.article-cat-l:last-child::after {
    content: '';
}

.article-main {
    margin-top: 50px;
}

.article-main p {
	padding-bottom: 15px;
}

.article-main ul,
.article-main ol {
	padding-left: 20px;
}

.article-main ul li,
.article-main ol li {
	padding-bottom: 25px;
}

.img-article-main {
    height: 550px;
    width: 100%;
    object-fit: cover;
	margin-bottom: 40px;
}

p {
    font-size: 16px;
}

/* .article-text {
    line-height: 27px;
    margin-top: 30px;
} */

.article-footer {
    margin-top: 50px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 70px;
}

.article-items {
    margin-top: 20px;
}

.article-item {
    margin-top: 25px;
}

.row-tags {
    margin-bottom: 60px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 70px;
}

.comment-section {
    margin-top: 70px;
}

.form-comment-container {
    margin-top: 50px;
}

.form-comment {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    outline: none;
}

.article-sidebar {
    border: 1px solid #eee;
    padding: 45px;
    padding-top: 65px;
}

.form-search-control {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
    /*
    background: linear-gradient( to left,
    rgba(218, 34, 225, 1) 0%,
    rgba(151, 51, 238, 1) 12%,
    rgba(218, 34, 238, 1) 100%) left bottom no-repeat;
    background-size: 100% 2px;
*/
}

.btn-search {
    border-bottom: 1px solid #ddd;
    transition: all 0.5s ease;
}

.btn-search:hover,
.btn-search:focus {
    background: linear-gradient(to right, #4f87db, #8d39d8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sidebar-latest,
.sidebar-tags {
    margin-top: 60px;
}

.img-small-latest {
    height: 100px;
    width: 100%;
    object-fit: cover;
}

.latest-blog-item {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-top: 30px;
}

.latest-link {
    color: #3d3d50;
}

.latest-link:hover {
    text-decoration: none;
    color: #764ba2;
}

.sidebar-tags h4 {
    padding-bottom: 15px;
}

.tags-item {
    color: #999;
    line-height: 32px;
}

.tags-item::after {
    content: ',';
    padding-right: 1px;
}

.tags-item:last-child::after {
    content: '';
}

.tags-item:hover {
    text-decoration: none;
    color: #764ba2;
}

.search-result-container {
    margin-top: 50px;
}

.search-section-title {
    text-align: center;
}

.search-result-item {
    border-bottom: 1px solid #ddd;
    padding-top: 30px;
    padding-bottom: 30px;
}

.search-result-item:last-child {
    border-bottom: none;
}

.search-result-title a {
    color: #3d3d50;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.search-result-title a:hover,
.search-result-title a:focus {
    text-decoration: none;
    color: #764ba2;
}

.search-result-item-info {
    list-style: none;
    font-size: 13px;
}

.search-result-item-info li {
    float: left;
    padding-right: 18px;
}

.search-result-descr {
    font-size: 14px;
}

.pagination-section {
    margin-top: 50px;
}

.pagination > li > a,
.pagination > li > span {
    border-radius: 50px !important;
    // border-radius: 50% !important;
    margin: 0 5px;
    padding-left: 14px;
    padding-right: 14px;
    text-align: center;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
}

.page-link {
    color: #764ba2;
    background-color: #fff;
    border: 1px solid #764ba2;
}

.page-link:hover {
    color: #fff;
    background-color: #764ba2;
    border: 1px solid #764ba2;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #764ba2;
    border-color: #764ba2;
    box-shadow: 0px 8px 16px rgba(245, 87, 108, 0.3);
}

.about-me-section {
    padding: 0px 25px 25px 25px;
    min-height: 100vh;
}

.about-me-header {
    /*background: url(img/family.png) no-repeat;*/
    /*background-size: contain;*/
    /*background-position: 50% 0px;*/
    /*height: 220px;*/
    padding-top: 20%;
    padding-bottom: 2%;
}

.about-me-img{
    padding: 10px 10px 20px 10px;
}

.about-me-img img{
    width: 100%;
}
.me-desc {
    color: #777;
    line-height: 28px;
    font-weight: 500;
    text-align: justify;
}

.about-me-header h2{
	text-align: center;
}

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

.about-me-description {
    padding-bottom: 50px;
}

.me-desc-title {
    font-weight: 500;
    letter-spacing: 1px;
}

.me-link-div {
    padding-top: 20px;
}

.me-link {
    color: #3d3d50;
    transition: all .3s ease;
}

.me-link:hover {
    text-decoration: none;
    color: #764ba2;
}

.me-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #764ba2;
    transition: width .3s;
}

.me-link:hover::after {
    width: 28%;
}

.me-social {
    list-style: none;
    margin-top: 5px;
    display: inline-block;
}

.me-social li {
    float: left;
    padding: 15px;
    font-size: 1.5em;
}

.me-social li a {
    color: #3d3d50;
    transition: all .3s ease;
}

.me-social li a:hover {
    color: #764ba2;
}

.me-social li:first-child {
    padding-left: 0;
}

.contact-section {
    margin-top: 150px;
    margin-bottom: 90px;
}

.contact-row {
    margin-top: 60px;
}

.contact-item label {
    font-weight: 600;
}

.contact-item p {
    font-size: 1.5em;
    color: #999;
    padding-top: 15px;
}

.me-link-contact {
    color: #3d3d50;
    transition: all .3s ease;
}

.me-link-contact:hover {
    text-decoration: none;
    color: #764ba2;
}

.me-link-contact::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #764ba2;
    transition: width .3s;
}

.me-link-contact:hover::after {
    width: 80%;
}

.contact-fill-row {
    margin-top: 35px;
}

.form-contact {
    border-radius: 0;
    border-left: none;
    border-top: none;
    border-right: none;
}

.form-contact:focus {
    border-bottom-color: #3d3d50;
}

.more-up-sp {
    margin-top: -40px;
}

.row-margin-top {
    margin-top: 50px;
}

.btn-send{
    line-height: normal;
    height: auto;
}

.btn-send span {
    top: -30px;
    position: relative;
}

.card-deck .card {
    height: 500px;
	margin-bottom: 30px;
}

.card-img-top {
    object-fit: cover;
    width: 100%;
    height: 250px;
}

.card-title a {
    color: #3d3d50;
    transition: all .3s ease;
    font-weight: 700;
}

.card-title a:hover {
    text-decoration: none;
    color: #764ba2;
}

.card {
    box-shadow: 6px 5px 20px rgba(0, 0, 0, 0.07);
    transition: all .5s ease;
}

.card:hover {
    box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.2);
}

.mc4wp-response {
	font-size: 12px !important;
	text-align: center;
	color: #fff !important;
	margin-top: 30px;
}

.card-sidebar{
    padding: 20px;
}

.card-sidebar.archive ul li{
    font-size: 0.9rem;

}

.btn-gradient-2{
    box-shadow: none;
    line-height: normal;
}

/* Subscribe */
.es_shortcode_form > .es_caption{
    font-weight: bold;
    color: #e0e0e0;
    font-size: 1.25rem;
    padding-bottom: 0.5em;
}

.es_shortcode_form > .subscribe-inline{
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
}

.es_shortcode_form > .subscribe-inline > .es_textbox{
    padding-bottom: 0;
    display: flex;
    flex: 1 0 auto;
}

.es_shortcode_form > .subscribe-inline > .es_textbox > input[type="email"]{
    display: block;
    width: 100%;
    padding: .200rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem 0rem 0rem .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.es_shortcode_form > .subscribe-inline > .es_textbox > input[type="email"]::placeholder{
    font-size: .9rem;
}

.es_shortcode_form > .subscribe-inline > .es_button{
    padding: 0;
}

.es_shortcode_form > .subscribe-inline > .es_button > input[type="submit"]{
    width: 100px;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0rem .25rem .25rem 0rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.category-section {
    /*margin-top: 40px;*/
    margin-bottom: 40px;
}

.cat-item {
    text-align: center;
}

.inner-cat {
    margin: 6px;
    padding: 6px;
    border-radius: 25px;
    transition: all 0.5s ease;
}

.inner-cat-mobile {
    margin: 6px;
    padding: 6px;
    border-radius: 25px;
    transition: all 0.5s ease;
    box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.1);
}

.inner-cat:hover {
    transform: translateY(-20px);
    box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.1);
}

.inner-cat a {
    color: #8b8b8b;
}

.inner-cat-mobile a .cat-title {
    color: #8b8b8b;
    padding-top: 15px;
}

.inner-cat a:hover,
.inner-cat-mobile a:hover {
    text-decoration: none;
}

.cat-title {
    font-weight: 700;
    letter-spacing: 1px;
}

ul.heateor_sss_sharing_ul li.heateorSssSharingRound{
    display: none;
}

ul.heateor_sss_sharing_ul li.heateorSssSharingRound:last-child{
    display: block;
}

@media (max-width: 480px) {
    .navbar-nav .nav-item {
        margin-left: 0px;
        padding-top: 15px;
    }

    .blog-carousel {
        margin-left: 25px;
        margin-top: 120px;
    }

    .subs-head-text,
    .subs-desc-text {
        text-align: center;
    }

    .more-left {
        margin-top: 20px;
        margin-left: 75px;
    }

    .about-section {
        margin-left: -70px;
        padding: 10px;
    }

    .row-breadcrumb {
        padding-top: 40px;
    }

    .img-section {
        margin-top: 70px;
    }

    .feed-container {
        margin-top: -10px;
    }

    .masonry {
        padding: 30px;
    }

    .name-footer {
        font-size: 3em;
    }

    .section-title-center{
        background: url(img/header.png) no-repeat;
        background-size: contain;
        background-position: 50% 0px;
        margin-top: -3rem;
        padding-top: 150px;
        margin-bottom: 0;
    }
	.navbar-custom{
		min-height: 100px;
		padding: .25rem 1rem;	
	}
	.navbar-brand{
		padding: 0 !important;
		margin: 0 auto !important;	
	}
	
	.about-me-section{
	    padding-bottom: 0px;
	}
	
	.about-me-header{
	    padding-top: 0px;
	    padding-bottom: 20px;
	}
	
	.about-me-description{
	    padding-bottom: 0px;
	}
	
	.article-section{
	    padding: 30px 10px 0px 10px;
	}
	
	.article-title{
	    font-size: 1.5rem;
	}
	
	.article-main{
	    margin-top: 30px;
	}
	
	.img-article-main{
	    margin-bottom: 20px;   
	    height: auto;
	}
	
	.heateor_sss_sharing_container {
	    margin-top: 0px;
	}
	
	.img-small-latest{
	    height: auto;
	}

	.me-desc{
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;	
	}
}

@media (min-width: 768px) {
    .position-md-absolute {
        position: absolute;
    }

    .navbar-nav .nav-item:nth-child(2) {
        margin-right: 192px;
    }
    
}

@media (max-width: 720px) {
    .img-section {
        margin-top: 90px;
    }

    .feed-container {
        margin-top: -10px;
    }

    .nav-item {
        margin-left: 0px !important;
    }

    .s-404 {
        padding-bottom: 160px;
    }

    .card-sidebar{
        margin: 0 1rem 1rem 1rem;
    }
    
    .navbar-custom {
        min-height: 100px;
        padding: .25rem 1rem;
    }
    
    .about-me-section{
	    padding-bottom: 10px;
	}
	
	.about-me-header{
	    padding-top: 0px;
	    padding-bottom: 20px;
	}
	
	.about-me-description{
	    padding-bottom: 0px;
	}

}

@media (max-width: 500px) {
    .img-logo-center{
        width: 175px;
    }

    .feed-container {
        margin-top: 180px !important;
    }

    .row-desktop {
        display: none;
    }

    .row-mobile {
        display: block;
    }

    .footer-col-d {
        
    }

    .row-centered-mob {        
        text-align: center;
    }

    .feed-mob {
        margin-top: 210px !important;
        padding: 35px;
    }

    .blog-sct-mob {
        margin-top: 280px !important;
        padding: 35px;
        padding-top: 45px !important;
    }

    .contact-section {
        margin-top: 150px !important;
    }
}

@media (max-width: 1024px) {
    .about-me-section {
        margin-top: 130px !important;
    }

    .blog-sct-mob,
    .feed-mob {
        margin-top: 210px !important;
        padding: 35px;
    }

/*    .section-title-center{
        padding-top: 120px;
        margin-bottom: 0;
    }
*/
    .article-section {
        margin-top: 100px !important;
        /*padding: 35px;*/
    }
}

@media only screen and (max-width: 768px) {
    .navbar-custom {
        min-height: 100px;
        padding: .25rem 1rem;
    }
    
    .about-me-section{
	    padding-bottom: 10px;
	}
	
	.about-me-header{
	    padding-top: 0px;
	    padding-bottom: 20px;
	}
	
	.about-me-description{
	    padding-bottom: 0px;
	}
	
	.img-small-latest{
	    height: auto;
	}
}
@media only screen and (min-width: 481px) and (max-width: 1024px) {
    .article-section{
	    padding: 50px 10px 0px 10px;
	}
	
	.article-title{
	    font-size: 1.5rem;
	}
	
	.article-main{
	    margin-top: 30px;
	}
	
	.img-article-main{
	    margin-bottom: 20px;  
	    height: auto;
	}
	
	.heateor_sss_sharing_container {
	    margin-top: 0px;
	}
}

@media only screen and (min-width: 501px) {
    .row-mobile {
        display: none;
    }
}

@media only screen and (min-width: 1024px) {

    .wrapper {
        width: 80%;
        padding: 2em;
    }

    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .section-title-center{
        padding-top: 120px;
        margin-bottom: 0;
    }

    .wrapper {
        width: 85%;
        padding: 1.5em;
    }

    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

    .front,
    .back {
        -ms-backface-visibility: visible;
        backface-visibility: visible;
    }

    .back {
        visibility: hidden;
        -ms-transition: all 0.2s cubic-bezier(.92, .01, .83, .67);
    }

    .front {
        z-index: 4;
    }

    .card-container:not(.manual-flip):hover .back,
    .card-container.manual-flip.hover .back {
        z-index: 5;
        visibility: visible;
    }
}