/*
	Theme Name: Puspa Indah Taman
	Theme URI: https://puspaindahtaman.com
	Description: Custom WP Theme for Puspa Indah Taman
	Version: 1.0.06.2026
	Author: @harmonicnoise
	Author URI: http://www.deusain.com
	Tags: Jual Pohon Pelindung
*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
:root {
	--green: #0f7209;
	--yellow: #FFCB02;
	--dark: #000;
	--grey: #989898;
	--body-color: #212121;
	--light: #f3f2ee;
	--white: #fff;
}
body {
	font:400 16px/1.8 'Google Sans', -apple-system,BlinkMacSystemFont,segoe ui,helvetica neue,sans-serif;
	background-color: var(--light);
	color: var(--body-color);
	width: 100%;
	position: relative;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
a {
	color: var(--green);
	text-decoration:none;
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
}
a:hover {
	color: var(--dark);
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

strong {
	font-weight: 700;
}
h1, h2, h3 {font-weight: 700; line-height: 1.2; color: var(--dark); letter-spacing: -1px;}
h4, h5, h6 {font-weight: 500; line-height: 1.2; color: var(--dark);}
h1 {font-size: 50px;}
h2 {font-size: 40px;}
h3 {font-size: 30px;}
h4 {font-size: 24px;}
h5 {font-size: 18px;}
h6 {font-size: 12px;}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}

/* header */
.header {
	width: 100%;
	margin: 0 auto;
    position: relative;
	top: 0;
	z-index: 9;
	background-color: var(--green);
	z-index: 99;
}
.header .container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	height: 100px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.header .container .logo {
    padding: 0;
    width: 200px;
    position: relative;
    line-height: 0;
    top: 0;
}
.header .container .logo a {
	line-height: 0;
}
.header .container .logo img {
	width: 100%;
	height: auto;
}
.header .container .topright {
	position: relative;
}
.header .container .topright ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.header .container .topright ul li {
	margin: 0;
	padding: 0;
	display: inline-block;
}
.header .container .topright ul li a {
    font-weight: 500;
	font-size: 15px;
    color: var(--green);
    display: block;
    padding: 10px 30px;
    background-color: var(--white);
    border-radius: 70px;
    box-shadow: 3px 3px 0 var(--yellow);
}
.header .container .topright ul li a i {
	margin-right: 10px;
}
.header .container .topright ul li a:hover {
	background-color: var(--yellow);
	color: var(--dark);
	transition: .2s ease-in-out;
}

.nav {
	z-index: 999;
	position: relative;
}
.nav ul {
	-webkit-font-smoothing:antialiased;
	padding: 0;
	margin: 0;
	list-style: none;
}
.nav ul li {
	display: inline-block;
	margin: 0;
	position: relative;
	padding: 0 25px;
}
.nav ul li.menu-item-has-children:hover a {
	color: var(--green);
}
.nav ul li a {
	display: block;
    font-size: 17px;
    font-weight: 600;
    padding: 0;
	color: var(--white);
	transition: .2s ease-in-out;
}
.nav ul li a:hover {
	color: var(--yellow);
	transition: .2s ease-in-out;
}
.nav ul li.current_page_item {
	position: relative;
}
.nav ul li.current_page_item a {
	color: var(--yellow);
}
.nav ul li.current_page_item a:hover {
	color: var(--yellow);
}
.nav ul li.current_page_item:hover a {
	color: var(--yellow);
}

.header.scrolled {
	position: fixed;
	width: 100%;
	top: 0;
	height: 80px;
    animation: smoothScroll 1s forwards;
    box-shadow: 0 1px 5px rgba(0,0,0, .1);
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-90px);
	}
	100% {
		transform: translateY(0px);
	}
}
.header.scrolled .container {
	height: 80px;
}
.header.scrolled .container .logo {
	width: 150px;
}
.header.scrolled .container .logo img {
	display: block;
	-webkit-animation: smoothshow .4s;
}
.header.scrolled .container .nav {
	position: relative;
}
.header.scrolled .container .nav ul li a {
	line-height: 80px;
	border-bottom: 0;
}

.home-slide {
	position: relative;
}
.home-slide .swiper-slide-inner {
	width: 100%;
	height: 400px;
	overflow: hidden;
	border-radius: 10px;
}
.home-slide .swiper-slide-inner img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.portfolio {
	position: relative;
}
.portfolio .elementor-element {
	width: 100%;
	height: 220px;
	overflow: hidden;
	border-radius: 10px;
}
.portfolio .elementor-element img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}
.portfolio .elementor-element .wp-caption-text {
	position: absolute;
    z-index: 9;
    bottom: 0;
    background-color: #d6f3d9;
    width: 100%;
    padding: 10px;
    text-align: center;
	color: #000;
	font-style: normal;
	font-weight: 600;
}

ul#blog {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
}
ul#blog li {
	position: relative;
	padding-bottom: 0;
	overflow: hidden;
}
ul#blog li a {
	display: block;
	position: relative;
}
ul#blog li .thumb {
    height: 250px;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: var(--white);
    border-radius: 10px;
}
ul#blog li .thumb a {
	display: block;
}
ul#blog li .thumb a img {
	width: 100%;
    object-fit: cover;
    height: 250px;
    margin: 0;
    transform: scale(1);
    transition: transform .5s;
}
ul#blog li .thumb a:hover img {
	transform: scale(1.1);
    transition: transform .5s;
}
ul#blog li a h4 {
	margin: 15px 0 0 0;
    line-height: 1.3;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -1px;
    color: var(--dark);
}
ul#blog li a:hover h4 {
	color: var(--green);
}
ul#blog li p {
	line-height: 1.4;
	margin-left:0;
	font-size: 15px;
}
ul#blog li a.view-article {
	display: inline-block;
	padding: 0;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 10px;
}
ul#blog li a.view-article:hover {
	text-decoration: underline;
}
ul#blog li .post-category {
    font-weight: 700;
    line-height: 1;
    position: absolute;
    text-align: center;
    background-color: #ffffffdd;
    border-bottom: 0;
    padding: 7px 10px 5px 10px;
    display: block;
    top: 10px;
    z-index: 9;
    left: 10px;
    margin-top: 0;
    border-radius: 5px;
}
ul#blog li .metadata {
	position: relative;
}
ul#blog li .metadata span {
	display: block;
	font-size: 13px;
	line-height: 1;
	color: var(--grey);
	margin-top: 15px;
}

#foot {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-color: var(--green);
}
.elementor-invisible {
	visibility: visible !important;
}
.copyright {
	width: 100%;
	border-top: 1px solid var(--yellow);
	text-align: center;
	font-size: 14px;
	padding: 25px 20px;
	line-height: 1.2;
	color: rgba(255,255,255, .9);
	font-weight: 300;
	position: relative;
	z-index: 2;
}

#big-title {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-color: var(--dark);
	overflow: hidden;
}
#big-title:after {
	content: '';
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0, .6);
}
#big-title .container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	height: 400px;
	overflow: hidden;
	position: relative;
	z-index: 2;
	text-align: center;
}
#big-title .container h1 {
	color: var(--white);
    margin: 0;
    line-height: 1.2;
    display: block;
    font-size: 55px;
    padding: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
#big-title img {
	position: absolute;
	bottom: 0;
	left: 0;
	object-fit: cover;
	height: 400px;
	width: 100%;
}
#big-title.nobanner {
	background-color: transparent;
}
#big-title.nobanner:after {
	display: none;
}
#big-title.nobanner .container {
	padding-top: 100px;
	height: auto;
}
#big-title.nobanner .container h1 {
	color: var(--dark);
	position: relative;
    top: 0;
    transform: translateY(0);
}
#big-title.post {
	position: relative;
	background-color: transparent;
	padding-top: 60px;
}
#big-title.post:after {
	display: none;
}
#big-title.post .container {
	position: relative;
	height: 600px;
}
#big-title.post .container img {
	height: 600px;
	width: 100%;
	border-radius: 10px;
}

#main-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
#main-wrapper .container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 0;
	position: relative;
}
#main-wrapper .container.small {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 80px 0;
	position: relative;
}
#main-wrapper .container.small .metadata {
	font-size: 16px;
	margin-bottom: 40px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
	margin-top: -127px;
	z-index: 9;
	padding: 20px 30px;
	background-color: var(--white);
	box-shadow: 0 20px 20px rgb(0 0 0 / 8%);
	border-radius: 7px;
}
#main-wrapper .container.small .metadata .share {
	position: relative;
}
#main-wrapper .container.small .metadata .infoauthor {
	display: block;
	font-weight: 600;
}
#main-wrapper .container.small .metadata .infoauthor h6 {
	margin: 0;
	font-size: 12px;
	color: var(--grey);
}
#main-wrapper .container.small .metadata .infodate {
    display: block;
    font-weight: 600;
}
#main-wrapper .container.small .metadata .infodate h6 {
	margin: 0;
	font-size: 12px;
	color: var(--grey);
}
#main-wrapper .container.small .metadata .infocategory {
	display: block;
    font-weight: 600;
}
#main-wrapper .container.small .metadata .infocategory h6 {
	margin: 0;
	font-size: 12px;
	color: var(--grey);
}*/
#main-wrapper .container article h1 {
	margin: -25px 0 30px 0;
	line-height: 1.2;
	font-size: 40px;
	color: var(--dark);
}
#main-wrapper .container .body-content article.full {
	width: 100%;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	padding: 0;
	overflow: hidden;
	float: none;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}
#main-wrapper .container .body-content article.full img {
	border-radius: 10px;
	margin: 0;
	width: 100% !important;
}
#main-wrapper .container .body-content article.full h1 {
	margin: 20px 0 30px 0;
	line-height: 1.2;
	font-size: 40px;
	color: var(--dark);
}
#main-wrapper .container .body-content article.full h2 {
	font-size: 28px;
	color: var(--dark);
}
#main-wrapper .container .body-content article.full h3 {
	font-size: 24px;
	line-height: 1.4;
	color: var(--dark);
}
#main-wrapper .container .body-content article.full p.cat-tag a {
	font-size: 14px;
	margin: 3px 0;
	border: 1px solid var(--green);
	border-radius: 70px;
	padding: 2px 10px;
	display: inline-block;
	margin-left: 7px;
}
#main-wrapper .container .body-content article.full p.cat-tag a:hover {
	background-color: var(--green);
	color: var(--white);
}
#main-wrapper .container .body-content article.full p {
	position: relative;
}
#main-wrapper .container .body-content article.full ul li {
	line-height: 1.6;
}
#main-wrapper .container .body-content article.full ol li {
	line-height: 1.6;
}

#main-wrapper .container.blog-grid {
	margin: 0 auto;
	list-style: none;
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
}
#main-wrapper .container.blog-grid article {
	overflow: hidden;
	padding-bottom: 0;
	position: relative;
}
#main-wrapper .container.blog-grid article .post-category {
	font-weight: 700;
    line-height: 1;
    position: absolute;
    text-align: center;
    background-color: #ffffffdd;
    border-bottom: 0;
    padding: 7px 10px 5px 10px;
    display: block;
    top: 10px;
    z-index: 9;
    left: 10px;
    margin-top: 0;
    border-radius: 5px;
}
#main-wrapper .container.blog-grid article .thumb {
	width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
    background-color: var(--white);
    border-radius: 10px;
}
#main-wrapper .container.blog-grid article .thumb a {
	display: block;
}
#main-wrapper .container.blog-grid article .thumb a img {
	width: 100%;
    height: 250px;
    object-fit: cover;
    margin: 0;
    transform: scale(1);
    transition: transform .5s;
}
#main-wrapper .container.blog-grid article .thumb a:hover img {
	transform: scale(1.1);
    transition: transform .5s;
}
#main-wrapper .container.blog-grid article .loop-content {
	position: relative;
}
#main-wrapper .container.blog-grid article .loop-content .metadata {
	position: relative;
}
#main-wrapper .container.blog-grid article .loop-content .metadata span {
	display: block;
	font-size: 13px;
	line-height: 1;
	color: var(--grey);
	margin-top: 15px;
}
#main-wrapper .container.blog-grid article .loop-content h2 {
	margin: 15px 0 0 0;
	line-height: 1.3;
	font-size: 21px;
	font-weight: 700;
}
#main-wrapper .container.blog-grid article .loop-content h2 a {
	color: var(--dark);
}
#main-wrapper .container.blog-grid article .loop-content h2 a:hover {
	color: var(--green);
}
#main-wrapper .container.blog-grid article .loop-content p {
	line-height: 1.4;
	margin-left:0;
	font-size: 15px;
	margin-bottom: 0;
}
#main-wrapper .container.blog-grid article .loop-content a.view-article {
	display: block;
	font-size: 12px;
	font-weight: 700;
	padding-top: 10px;
	text-transform: uppercase;
}
#main-wrapper .container.blog-grid article .loop-content a.view-article:hover {
	text-decoration: underline;
}

.pagination {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
}
.pagination span.page-numbers.current {
    background: var(--green);
    color: var(--white);
    padding: 7px 12px 8px 12px;
    border-radius: 4px;
}
.pagination a.page-numbers {
    padding: 7px 12px 8px 12px;
    color: var(--dark);
    border-radius: 4px;
}
.pagination a.page-numbers:hover {
    background: var(--green);
    color: var(--white);
    border-radius: 4px;
}

#related {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-color: var(--white);
}
#related .container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}
#related .container h3 {
	text-align: center;
	margin: 0 0 40px 0;
	font-size: 35px;
}
#related .container ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#related .container ul li {
	width: 31%;
}
#related .container ul li .the-thumb {
    height: 250px;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: var(--white);
    border-radius: 10px;
}
#related .container ul li .the-thumb a img {
	width: 100%;
	height: 250px;
    object-fit: cover;
	margin: 0;
	transform: scale(1);
    transition: transform .5s;
}
#related .container ul li .the-thumb a:hover img {
	transform: scale(1.1);
    transition: transform .5s;
}
#related .container ul li .the-thumb .metadata {
	width: 70px;
    font-weight: 700;
    line-height: 1;
    float: left;
    position: absolute;
    text-align: center;
    background-color: #ffffff90;
    border-bottom: 0;
    padding: 10px 0;
    display: block;
    top: 10px;
    z-index: 9;
    left: 10px;
    margin-top: 0;
    border-radius: 7px;
}
#related .container ul li .the-thumb .metadata .day {
	display: block;
	font-size: 34px;
	color: var(--dark);
}
#related .container ul li .the-thumb .metadata .month {
	display: block;
	font-size: 13px;
	line-height: 1.5;
	text-transform: uppercase;
	font-weight: 400;
	color: var(--dark);
}
#related .container ul li .the-thumb .metadata .year {
	display: block;
	font-size: 16px;
	color: var(--dark);
}
#related .container ul li a h4 {
	color: var(--dark);
    margin: 15px 0 0 0;
    line-height: 1.3;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -1px;
}
#related .container ul li a h4:hover {
	color: var(--green);
}
#related .container ul li p {
	font-size: 15px;
    line-height: 1.4;
    margin: 15px 0 0 0;
    max-width: 100%;
    max-height: 100%;
    word-break: keep-all;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
#related .container ul li p a {
	display: block;
	font-size: 12px;
	font-weight: 700;
	padding-top: 10px;
	text-transform: uppercase;
}
#related .container ul li p a:hover {
	text-decoration: underline;
}
#related.produk {
	position: relative;
}
#related.produk .container ul li {
	text-align: center;
	width: 25%;
	padding: 0 30px;
}
#related.produk .container ul li .the-thumb {
	position: relative;
	height: auto;
}
#related.produk .container ul li .the-thumb a {
	line-height: 0;
	display: block;
}
#related.produk .container ul li .the-thumb a img {
	width: 100%;
	height: auto;
}
#related.produk .container ul li a h4 {
	margin: 0;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUp {
    animation: fadeInUp 1s ease forwards;
}

.header #megamenu {
  position: fixed;
  font-size: 16px;
  line-height: 40px;
  text-transform: uppercase;
  z-index: 9999;
  float: right;
  cursor: pointer;
  top: 0;
  right: 20px;
  display: none;
}
.header #megamenu i {
  font-size: 24px;
}
#nav-toggle {
	position: absolute; 
	left: 50%;
	top: 50%;
 	cursor: pointer;
 	padding: 10px 35px 16px 0px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 30px;
  background:var(--yellow);
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  top: -8px;
  background:var(--yellow);
}
#nav-toggle span:after {
  bottom: -8px;
  background:var(--yellow);
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  background: var(--yellow);
}
.menu-dropdown {
  position: fixed;
  width: 100%;
  background-color: var(--white);
  top: 80px;
  z-index: 999;
  overflow: hidden;
  box-shadow: 0 20px 30px rgba(0,0,0, .2);
}
.menu-dropdown .nav {
  position: relative;
  padding: 0;
  display: block;
  width: 100% !important;
  margin: 0;
}
.menu-dropdown .nav ul {
  -webkit-font-smoothing:antialiased;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}
.menu-dropdown .nav ul li {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  border-bottom: 1px solid #eee;
}
.menu-dropdown .nav ul li a {
  display: block;
  font-size: 18px;
  padding: 10px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
  color: var(--dark);
  line-height: normal;
}
.menu-dropdown .nav ul li a:hover {
  color: var(--dark);
  border: 0;
}
.menu-dropdown .nav ul li.current_page_item a {
  color: var(--dark);
}
.menu-dropdown .widget_nav_menu ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}
.menu-dropdown .widget_nav_menu ul li a {
    font-weight: 500;
	font-size: 14px;
    color: var(--white);
    display: block;
    padding: 8px 0;
    background-color: var(--green);
    border-radius: 70px;
    text-align: center;
    box-shadow: 3px 3px 0 var(--yellow);
}
.menu-dropdown .widget_nav_menu ul li a i {
	margin-right: 7px;
}

.whatsapp {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 999999;
}
.whatsapp a {
    color: var(--white);
    padding: 0;
    background: #45b33e;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    display: block;
    line-height: 54px;
    width: 54px;
    height: 54px;
    text-align: center
}
.whatsapp a:hover {
    background-color: #0e907c;
    color: var(--white);
    text-decoration: none
}
.whatsapp a i {
    vertical-align: middle;
    font-size: 30px;
    position: relative;
    padding: 0;
    top: 0
}

.gallery-item {
	line-height: 0 !important;
    width: calc(25% - 15px) !important;
}
.gallery-item img {
	border: 0 !important;
	width: 100%;
	display: block;
	border-radius: 8px;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width:1360px) {
	.header .container,
	#big-title .container,
	#main-wrapper .container,
	#main-wrapper .container.small,
	.post-headline .container,
	#related .container,
	#cta .container,
	#foot .container {padding-left: 20px; padding-right: 20px;}
}
@media only screen and (max-width:1024px) {
	html {padding-top: 0 !important;}
	.header {display: block; z-index: 99; top: 0; overflow: visible;}
	.header .container {position: relative; background-color: transparent; height: 80px; overflow: hidden;}
	.header .container .logo {width: 160px; padding: 0; background: transparent;}
	.header .container .topright {display: none;}
	.nav {display: none;}
	.header.scrolled {transition: none; border-bottom: 0;}
	.header.scrolled .container {height: 80px;}
	.header.scrolled .container .logo {width: 160px;}
	
	.header #megamenu {display: block !important; top: 30px; z-index: 99999; right: 50px;}
  	
  	.header .menu-dropdown {display: block; top: 80px; background-color: var(--white); padding: 20px !important;}
  	.header.scrolled .menu-dropdown {display: block; top: 80px;}
}

@media only screen and (max-width:768px) {
	html {padding-top: 0 !important;}
	body {font-size: 15px;}

	h1 {font-size: 40px;}
	h2 {font-size: 30px;}
	h3 {font-size: 24px;}
	h4 {font-size: 18px;}
	h5 {font-size: 15px;}
	h6 {font-size: 12px;}

	.gallery-item {
		line-height: 0 !important;
		width: calc(50% - 10px) !important;
	}

	ul#blog {display: block;}
	ul#blog li {width: 100%; margin-bottom: 25px;}
	ul#blog li .thumb {height: 200px;}
	ul#blog li .thumb a img {height: 200px;}

	#big-title .container {height: 220px;}
	#big-title img {height: 220px;}
	#big-title .container h1 {font-size: 35px; line-height: 1.2; position: relative;}
	#big-title.post {padding-top: 0;}
	#big-title.post .container {height: 250px; top: -10px;}
	#big-title.post .container img {height: 250px; width: 100%;}
	#big-title.nobanner .container {padding-top: 60px;}
	
	#main-wrapper {margin-top: 0;}
	#main-wrapper .container {padding: 50px 20px;}
	#main-wrapper .container .blog-title {display: block;}
	#main-wrapper .container .blog-title h1 {font-size: 36px; margin: 0 0 20px 0;}
	#main-wrapper .container.blog-grid {display: block;}
	#main-wrapper .container.blog-grid article {width: 100%; margin: 0 0 25px 0;}
	#main-wrapper .container.blog-grid article .thumb {height: 200px;}
	#main-wrapper .container.blog-grid article .thumb a img {height: 200px;}
	#main-wrapper .container.small .metadata {margin-bottom: 10px; padding: 10px 15px; font-size: 14px;}
	#main-wrapper .container .share {width: 100%; float: none; margin-top: 30px; text-align: center;}
	#main-wrapper .container article h1 {font-size: 30px; margin-top: -10px;}
	#main-wrapper .container .body-content article.full {margin-top: 10px;}
	#main-wrapper .container .body-content article.full h1 {font-size: 30px;}
	#main-wrapper .container .body-content article.full h1 {font-size: 30px;}
	#main-wrapper .container .body-content article.full h2 {font-size: 24px; line-height: 1.2}
	#main-wrapper .container .body-content article.full h3 {font-size: 20px; line-height: 1.3;}
	.pagination {margin-bottom: 50px;}

	#related .container {padding: 60px 20px;}
	#related .container h3 {font-size: 30px; margin-bottom: 30px;}
	#related .container ul {display: block;}
	#related .container ul li {width: 100%; margin: 0 0 25px 0;}
	#related .container ul li .the-thumb {height: 200px;}
	#related .container ul li .the-thumb a img {height: 200px;}

	#foot .container {padding: 20px 20px 30px 20px; display: block;}
	#foot .container > div {width: 100% !important; padding-right: 0; margin-top: 30px;}
	#foot .container > div:last-child {width: 100% !important; padding-right: 0;}
	#foot .container p img {margin-right: 0; margin-bottom: 0; width: 70px; height: auto;}
	#foot .container h3 {margin-top: 30px; margin-bottom: 10px;}
	#foot .container h2 {font-size: 22px;}
	#foot .container .copyright {margin-top: 20px;}
}
@media only screen and (max-width:640px) {
}
@media only screen and (max-width:480px) {
	#big-title {background-size: auto;}
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::-webkit-input-placeholder { /* Edge */
  color: var(--dark);
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--dark);
}

::placeholder {
  color: var(--dark);
}

::selection {
	background:#00a1e9;
	color:var(--white);
	text-shadow:none;
}
::-webkit-selection {
	background:#00a1e9;
	color:var(--white);
	text-shadow:none;
}
::-moz-selection {
	background:#00a1e9;
	color:var(--white);
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	max-width:100%;
	padding: 0;
	font-size: 14px;
	font-style: italic;
	text-align:center;
}
.wp-caption.alignnone {
	margin:0 0 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:100%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 14px;
	line-height: 1.3;
	margin:0;
	text-align: left;
}
p.wp-caption-text {
	font-size: 14px !important;
	font-style: italic;
	padding-bottom: 0 !important;
	margin-bottom: 0;
}
.sticky {

}
.bypostauthor {

}
.addtoany_content {
	margin: 60px 0 0 0 !important;
	text-align: center;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:var(--dark) !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid var(--grey);
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background-color: #eee;
}
::-webkit-scrollbar-thumb {
  background-color: #aaa;
}
::-webkit-scrollbar-thumb:hover {
  background-color: var(--green);;
}
