/*
	Theme Name: Karya Taman
	Theme URI: https://www.karyataman.com
	Description: Custom WP Theme for Karya Taman
	Version: 1.0.04.2022
	Author: @harmonicnoise
	Author URI: http://www.deusain.com
	Tags: tukang taman
*/

/* 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%;
}
body {
	font:500 14px/1.7 'Quicksand', -apple-system,BlinkMacSystemFont,segoe ui,helvetica neue,sans-serif;
	background-color: #fff;
	color: #496461;
	width: 100%;
	position: relative;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
blockquote {
	background-color: #fff;
    color: #000;
    padding: 20px 20px 2px 20px;
    margin: 0;
    font-size: 16px;
    display: block;
	font-style: italic;
	border-left: 4px solid #182750;
}
img {
	max-width:100%;
	height: auto;
}
a {
	color: #8bcf32;
	text-decoration:none;
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
}
a:hover {
	color: #4d5c7d;
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #4d5c7d;
}

strong {
	font-weight: 700;
}
#btn-primary {
	background-color: #f90;
	padding: 15px 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	background-color: #2aa53b;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 600;
}
.elementor-button {
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

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

/* header */
.header {
	width: 100%;
	margin: 0 auto;
    position: fixed;
	top: 35px;
	z-index: 9;
    height: 100px;
}
.header .container {
	width: 100%;
	margin: 0 auto;
	max-width: 1140px;
	padding: 0;
	display: flex;
  	flex-wrap: wrap;
  	height: 100px;
  	align-items: center;
  	position: relative;
}
.header .container .logo {
	display: flex;
    position: relative;
    top: 0;
    width: 200px;
}
.header .container .logo a {
	line-height: 0;
}
.header .container .logo img {
	width: 100%;
	height: auto;
	display: none;
}
.header .container .logo img.white {
	display: block;
}

.nav {
	display: flex;
	margin-left: auto;
}
.nav ul {
	-webkit-font-smoothing:antialiased;
	padding: 0;
	margin: 0;
	list-style: none;
}
.nav ul li {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0 20px;
	line-height: 100px;
	position: relative;
}
.nav ul li a {
	display: block;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
	color: #fff;
	position: relative;
}
.nav ul li a:hover {
	color: #8bcf32;
}
.nav ul li a:after {
	content: "";
	background: linear-gradient(to left, transparent 51%, #8bcf32 51%) right;
    background-size: 200%;
    transition: .3s ease-out;
	position: absolute;
	height: 3px;
	left: 0;
	right: 0;
	bottom: 24px;
	width: 100%;
}
.nav ul li a:hover:after {
	background-position: left;
}
.nav ul li a i {padding-left: 6px;}
.nav ul li.current_page_item a {
	color: #8bcf32;
	font-weight: 500;
}
.nav ul li.current_page_item a:after {
	content: "";
	background: linear-gradient(to left, #8bcf32 51%, #8bcf32 51%) right;
    background-size: 200%;
    transition: .3s ease-out;
	position: absolute;
	height: 3px;
	left: 0;
	right: 0;
	bottom: 24px;
	width: 100%;
}
.nav ul li.current_page_item a:hover {
	color: #8bcf32;
}
.nav ul li.menu-item-has-children:hover a {
	color: #8bcf32;
}
/* sub menu 1 */
.nav ul li ul.sub-menu {
	display: none;
	position: absolute;
}
.nav ul li:hover ul.sub-menu {
	display: block;
    left: 20px;
    z-index: 9;
    border-top: 0;
    width: 160px;
    background-color: #000;
    margin-top: 2px;
}
.nav ul li:hover ul.sub-menu:after {
	content: "";
	width: 0; 
	height: 0; 
    display: none;
}
.nav ul li ul.sub-menu li a:after {
	display: none;
}

.nav ul li ul.sub-menu li {
	display: block;
	margin: 0;
	border-bottom: 0;
	position: relative;
	width: 100%;
	padding: 0;
}
.nav ul li ul.sub-menu li a {
	display: block;
	color: #fff !important;
	font-size: 18px !important;
	padding: 15px 20px !important;
	border-top: 0;
	font-weight: 500;
	text-transform: none;
	line-height: 1;
	text-align: left;
	position: relative;
}
.header.scrolled .container .nav ul li.current_page_item a {
	color: #8bcf32;
}
.nav ul li ul.sub-menu li a:hover {
	color: #8bcf32 !important;
}
.nav ul li ul.sub-menu li a:hover:after {
	display: none;
}

.header.scrolled {
	position: fixed;
	width: 100%;
	top: 0;
	height: 80px;
	z-index: 9999;
	background-color: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0, .1);
    -moz-box-shadow: 0 5px 15px rgba(0,0,0, .1);
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0, .1);
    -webkit-animation: smoothshow .2s ease;
}
@-webkit-keyframes expand{
    0%{height:0px}
    100%{height:80px}
}
.header.scrolled .container {height: 80px; align-content: center}
.header.scrolled .container .logo {width: 200px;}
.header.scrolled .container .logo img {display: block;}
.header.scrolled .container .logo img.white {display: none;}
.header.scrolled .container .nav ul li {line-height: 76px;}
.header.scrolled .container .nav ul li a {
	color: #222;
}
.header.scrolled .container .nav ul li a:hover {
	color: #2aa53b;
}
.header.scrolled .nav ul li.mega-menu-small ul.sub-menu li a {
	color: #222;
}

.header.scrolled .container .logo img {
	display: block;
	-webkit-animation: smoothshow .4s;
}
@-webkit-keyframes smoothshow {
    0%{top: -300px;}
    100%{top: 0px;}
}

#insight-home {
	position: relative;
}
.eael-post-grid-container .eael-post-grid {
	margin: 0;
	padding: 0;
}
#insight-home .eael-grid-post {
	overflow: hidden;
	position: relative;
}
#insight-home .eael-grid-post .eael-entry-media {
	width: 100%;
}
#insight-home .eael-grid-post .eael-entry-media img {
	transform: scale(1);
	transition: transform 1s;
}
#insight-home .eael-grid-post:hover .eael-entry-media img {
	transform: scale(1.1);
	transition: transform 1s;
}
#insight-home .eael-grid-post .eael-entry-wrapper {
	width: 100%;
	position: relative;
	text-align: left;
	padding: 20px;
	background-color: #fff;
	overflow: hidden;
}
#insight-home .eael-grid-post .eael-entry-wrapper:hover {
	background-color: #8bcf32;
}
#insight-home .eael-grid-post .eael-entry-wrapper h2 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	position: relative;
}
#insight-home .eael-grid-post .eael-entry-wrapper h2 a {
	color: inherit;
}
#insight-home .eael-grid-post .eael-entry-wrapper h2 a:hover {
	color: #fff;
}
#insight-home .eael-grid-post .eael-entry-footer {
	padding: 0;
}
#insight-home .eael-grid-post .eael-entry-meta {
	font-size: 14px;
	padding: 0;
	margin-top: 15px;
	position: relative;
}

#icon-modules {
	position: relative;
}
#icon-modules .elementor-image-box-img img {
	position: relative;
	top: 30px;
}
#icon-modules .elementor-image-box-title {
	margin-bottom: 10px;
}

#clients .eael-img-accordion .overlay .overlay-inner h2 {
	margin: 0 0 10px 0;
	padding: 0;
}
#clients .eael-img-accordion .overlay .overlay-inner h2 img {
	width: 30%;
	background-color: #fff;
	padding: 0;
}

.greyscale .elementor-widget-image img {
	filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
	filter: gray; /* IE5+ */
	-webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
	-webkit-transition: all .5s ease-in-out;
	opacity: .6;
}
.greyscale .elementor-widget-image img:hover {
	filter: none;
	-webkit-filter: grayscale(0);
	opacity: 1;
}

.insight-box {
	position: relative;
}
.eael-post-grid .eael-entry-wrapper>.eael-entry-meta span.eael-posted-on {
	padding-left: 0 !important;
}
.eael-post-grid .eael-entry-wrapper>.eael-entry-meta span.eael-posted-on::before {
	color: #b2b3af;
}
.insight-box .eael-post-elements-readmore-btn {
	display: inline-block;
}

#foot {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background-color: #7f9382;
}
#foot .container {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 60px 0;
	font-size: 14px;
	font-weight: 500;
	overflow: hidden;
	position: relative;
	color: rgba(255,255,255, .7);
}
#foot .container a {
	color: rgba(255,255,255, .7);
}
#foot .container a:hover {
	color: #fff;
}

#foot .container .widget_text,
#foot .container .widget_nav_menu,
#foot .container .widget_recent_entries {
	width: 25%;
	float: left;
	padding-right: 30px;
}
#foot .container .widget_text h3,
#foot .container .widget_nav_menu h3,
#foot .container .widget_recent_entries h3 {
	margin: 0 0 30px 0;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    color: #fff;
}
#foot .container ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
#foot .container ul li {
	position: relative;
}
#foot .container ul li a {
	display: block;
	padding: 0 0 8px 0;
	color: rgba(255,255,255, .7);
	line-height: 1.4;
}
#foot .container ul li a:hover {
	text-decoration: underline;
	color: #fff;
}
.copyright {
	padding: 30px 0;
	background-color: #fff;
	text-align: center;
}

#big-title {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-color: #3e7d3b;
}
#big-title.nocontent {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: none;
	background-color: #3e7d3b;
	height: 160px;
}
#big-title .container {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 250px 20px 70px 20px;
	position: relative;
	overflow: hidden;
	text-align: center;
	z-index: 1;
}
#big-title .container h1 {
    font-size: 40px;
    line-height: 1.3;
    margin: 0;
    color: #fff;
}

#main-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
#main-wrapper .container {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 70px 0;
	position: relative;
	overflow: hidden;
}
#main-wrapper .container.grid {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
#main-wrapper .container.grid article {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 1.4;
	padding: 20px;
	width: 33.33333%;
	margin: 0;
}
#main-wrapper .container.grid article a {
	color: #222;
}
#main-wrapper .container.grid article a:hover {
	color: #0b9444;
}
#main-wrapper .container.grid article a img {
	width: 100%;
	height: auto;
}
#main-wrapper .container.grid article h5 {
	margin: 0;
	font-weight: 500;
}
#main-wrapper .container.grid article p {
	font-size: 14px;
	display: block;
}
#main-wrapper .container.grid article p a.view-article {
	background-color: #c7c2be;
	padding: 10px;
	color: #5a4d45;
	position: absolute;
	bottom: -2px;
	right: 0;
	font-size: 10px;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 20px 0 0 0;
	display: none;
}
#main-wrapper .container.grid article p a.view-article:hover {
	background-color: #5a4d45;
	color: #fff;
}
#main-wrapper .container .post-heading {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 1140px;
	padding: 0;
	text-align: center;
}
#main-wrapper .container .post-heading h1 {
	color: #496461;
	font-weight: 600;
	line-height: 1.2 !important;
	font-size: 50px;
	margin: 0;
}
#main-wrapper .container .post-heading .col {
	width: 100%;
	margin:0 0 40px 0;
}
#main-wrapper .container .post-heading .col .metadata {
	position: relative;
	padding: 0;
	margin-top: 25px;
}
#main-wrapper .container .post-heading .col .metadata .author {
	float: left;
}
#main-wrapper .container .post-heading .col .metadata h4 {
	font-weight: 500;
	font-size: 18px;
	margin: 0 0 5px 0;
	color: #8bcf32;
}
#main-wrapper .container .post-heading .col .metadata h5 {
	font-weight: 500;
	font-size: 15px;
	margin: 0;
	color: rgba(0, 0, 0, .4);
	line-height: 1;
}
#main-wrapper .container .post-heading .col.right {
	width: 100%;
	position: relative;
	margin-top: 20px;
}
#main-wrapper .container .post-heading img {
	width: 100%;
	height: auto;
}
.addtoany_list a span {
	border-radius: 100% !important;
	width: 32px !important;
	height: 32px !important;
	padding: 5px !important;
}

#main-wrapper .container .content article.full {
	width: 100%;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	padding: 0;
	max-width: 900px;
	margin: 0 auto;
	float: none;
}
#main-wrapper .container .content article.full img {
	width: 100%;
	margin: 0 !important;
}
#main-wrapper .container .content article.full h2 {
	font-size: 24px;
	line-height: 1.4;
	padding: 5px 40px;
}
#main-wrapper .container .content article.full h3 {
	font-size: 20px;
	line-height: 1.4;
	padding: 5px 40px;
}
#main-wrapper .container .content article.full p.tag-cat {
	font-size: 13px;
	margin: 0 0 3px 0;
}
#main-wrapper .container .content article.full p {
	font-size: 16px;
	line-height: 1.7;
	font-weight: 500;
	padding: 5px 40px;
}
#main-wrapper .container .content article.full ul li {
	margin-left: 16px;
	font-size: 16px;
	line-height: 1.5;
}

.pagination {
	float: left;
	width: 100%;
	border-top: 1px solid #ddd;
	padding-top: 30px;
	text-align: center;
}
.pagination .page-numbers {
	background-color: #fff;
	color: #222;
	padding: 5px 10px;
	margin: 0 5px;
	border-radius: 0;
}
.pagination .page-numbers.current {
	background-color: #3e7d3b;
	color: #fff;
}
.pagination .page-numbers:hover {
	background-color: #3e7d3b;
	color: #fff;
}

#related {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 70px 0;
    background-color: #F3F3F3;
}
#related h3 {
    color: #4D5C7D;font-size: 16px;letter-spacing: 2.7px;line-height: 1.3; font-weight: 500; text-transform: uppercase; text-align: center;
    margin-bottom: 40px;
}
#related ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 100%;
	max-width: 1140px;
}
#related ul li {
    float: left;
    width: 25%;
    margin: 0;
    padding: 10px;
}
#related ul li a {
	line-height: 1.4;
}
#related ul li a img {
    width: 100%;
    height: auto;
}
#related ul li h2 {
	line-height: 1.4px !important;
	margin: 0 0 15px 0;
}
#related ul li h2 a {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4em;
}
#related ul li h2 a:hover {
	color: #182750;
}
#related ul li p {
    font-size: 14px;
    line-height: 1.5;
    padding: 0;
    color: #939393;
}
#related ul li .metadata {
	position: relative;
	padding: 0;
}
#related ul li .metadata .author {
	float: left;
	margin-right: 15px;
}
#related ul li .metadata .author img {
	width: 50px;
	height: 50px;
	border-radius: 100%;
}
#related ul li .metadata h4 {
	font-weight: 600;
	margin: 10px 0 0 0;
	color: #999;
    font-size: 14px;
}
#related ul li .metadata h4 a:hover {
	color: #626978;
}
#related ul li .metadata h5 {
	font-weight: 500;
	font-size: 12px;
	margin: 20px 0 0 0;
	color: #182750;
	line-height: 1;
}

#gallery-1 .gallery-item {
	border: 0 !important;
	margin: 0 !important;
}
#gallery-1 img {
	border: 0 !important;
}

.header #megamenu {
  position: relative;
  font-size: 16px;
  line-height: 40px;
  text-transform: uppercase;
  z-index: 9999;
  float: right;
  cursor: pointer;
  top: 18px;
  right: 56px;
  display: none;
}
.header #megamenu i {
  font-size: 24px;
}
#nav-toggle { position: absolute; left: 50%; top: 50%; }

#nav-toggle { cursor: pointer; padding: 10px 35px 16px 0px; }
#nav-toggle span {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 34px;
  background:#8bcf32;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 34px;
  background:#8bcf32;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 34px;
  background:#8bcf32;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  top: -10px; 
}
#nav-toggle span:after {
  bottom: -10px;
}

#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: #8bcf32;
}
.menu-dropdown {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 80px;
  z-index: 999;
  overflow: hidden;
}
.menu-dropdown .container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.menu-dropdown .container .navbar {
  position: relative;
  padding: 0;
  display: block;
  top: 0;
}
.menu-dropdown .container .navbar .nav {
  position: relative;
  padding: 0;
  display: block;
  width: 100% !important;
}
.menu-dropdown .container .navbar .nav ul {
  -webkit-font-smoothing:antialiased;
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu-dropdown .container .navbar .nav ul li {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  border: 0;
  width: 100%;
  text-align: center;
  line-height: 1.5;
  border-bottom: 1px solid #ddd;
}
.menu-dropdown .container .navbar .nav ul li a {
  display: block;
  font-size: 20px;
  padding: 16px 0;
  border: 0;
  color: #496461;
}
.menu-dropdown .container .navbar .nav ul li a:after {
	display: none;
}
.menu-dropdown .container .navbar .nav ul li a:hover {
  color: #496461;
  border: 0;
  background-color: #fff;
}
.menu-dropdown .container .navbar .nav ul li.current_page_item a {
  color: #000;
}
.menu-dropdown .container .navbar .nav ul li ul.sub-menu {
  display: block !important;
  position: relative;
  z-index: 1;
  border: 0;
  width: 100%;
  opacity: 1;
  visibility: visible;
  background-color: #fff;
}
.menu-dropdown .container .navbar .nav ul li ul.sub-menu li {
  display: block;
  margin: 0;
  float: none;
  padding-left: 0;
  border-bottom: 0;
  border-top: 0;
	width: 100%;
}
.menu-dropdown .container .navbar .nav ul li.menu-item-has-children {
	background-color: #f3f3f3;
}
.menu-dropdown .container .navbar .nav ul li ul.sub-menu li a {
  display: block;
  background-color: transparent;
  padding: 14px 0 !important;
  font-size: 16px !important;
  text-transform: uppercase;
  color: #496461 !important;
  text-align: center !important;
  background-color: #f3f3f3;
}
.menu-dropdown .container .navbar .nav ul li ul.sub-menu li a:focus {
	background-color: #fff;
}
.menu-dropdown .container .navbar .nav ul li a i {
    position: relative;
    top: 0;
    margin-right: 10px;
    font-size: 20px;
    padding-left: 0;
}

.whatsapp {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999999;
}
.whatsapp a {
    color: #fff;
	width: 60px;
	height: 60px;
    padding: 0;
	text-align: center;
	line-height: 60px;
    background: #45b33e;
    border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
    display: block;
}
.whatsapp a:hover {
    background-color: #45b33e;
    color: #fff;
    text-decoration: none;
}
.whatsapp a i {
    vertical-align: middle;
    font-size: 32px;
    position: relative;
    padding: 0;
    top: 0;
    color: #fff;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width: 1140px) {
	.header .container,
	.navbar .nav,
	#main-wrapper .container,
	#foot .container {padding-left: 20px; padding-right: 20px;}
}
@media only screen and (max-width:1024px) {
	html {padding-top: 0 !important;}
	.top-menu {display: none;}
	.header {display: block; z-index: 99; height: 80px; top: 0;}
	.header .container {position: relative; background-color: transparent; height: 80px;}
	.header .container .logo {width: 180px; padding: 0; background: transparent;}
	.header #megamenu {display: block !important; top: 30px; z-index: 99; position: fixed; right: 50px;}
	.nav {display: none;}
	.header.scrolled {height:80px; box-shadow: 0 1px 3px rgba(0,0,0, .3); transition: none;}
	.header.scrolled .container .logo {width: 180px;}
	.header.scrolled .container #megamenu {display: block !important; top: 30px; z-index: 99; right: 50px;}
  	
  	.menu-dropdown {display: block; top: 80px; overflow-x: hidden; overflow-y: auto; background-color: #fff;}
  	.header.scrolled .menu-dropdown {display: block; top: 80px;}
  	.menu-dropdown .container .navbar .nav ul li ul.sub-menu {left: 0;}
  	.menu-dropdown .container .navbar .nav ul li ul.sub-menu li a {font-size: 14px;}
  	.menu-dropdown .container .navbar .nav ul li ul.sub-menu li a img {display: none;}

  	#big-title.nocontent {height: 80px;}
}
@media only screen and (max-width:768px) {
	html {padding-top: 0 !important;}

	#icon-modules .elementor-image-box-title {font-size: 22px;}

	#insight-home .eael-grid-post {width: 100%;}
	#insight-home .eael-grid-post .eael-entry-media {width: 100%;float: left;}
	#insight-home .eael-grid-post .eael-entry-wrapper {width: 100%;float: left;height: auto; padding: 30px;}
	#insight-home .eael-grid-post .eael-entry-wrapper h2 {font-size: 21px;font-weight: 600;line-height: 1.3;}

	#big-title .container {padding: 150px 20px 40px 20px;}
	#big-title .container h2 {font-size: 30px;}
	#big-title .container h4 {font-size: 16px;}
	#big-title .container h1 {font-size: 30px; line-height: 1.3;}

	#main-wrapper {margin-top: 0;}
	#main-wrapper .container {padding: 50px 0;}
	#main-wrapper .container.grid {display: block;}
	#main-wrapper .container.grid article {width: 100%; margin: 0; display: block;}
	#main-wrapper .container.grid article .post-thumb {width: 100%; float: left;}
	#main-wrapper .container.grid article .post-wrap {width: 100%; float: left; padding: 20px 20px 30px 20px;}
	#main-wrapper .container.grid article .post-wrap h2 a {font-size: 18px;}
	#main-wrapper .container .post-heading h1 {font-size: 34px;}
	#main-wrapper .container .post-heading .col {width:100%; margin-bottom: 0;}
	#main-wrapper .container .post-heading .col .metadata {padding: 0;}
	#main-wrapper .container .post-heading .col .metadata h4 {margin-bottom: 5px;}
	#main-wrapper .container .post-heading .col.right {position: relative; margin-bottom: 0; width: 100%;}
	#main-wrapper .container .post-heading img {margin-top: 30px;}
	.addtoany_list a, .widget .addtoany_list a {padding: 0 5px !important;}
	#main-wrapper .container .content {width: 100%; float: none;}
	#main-wrapper .container .content article.full h2, 
	#main-wrapper .container .content article.full h3,
	#main-wrapper .container .content article.full p {padding: 10px 20px;}
	#main-wrapper .container .content article.full .wp-caption img {padding: 0 20px;}

	#related {padding: 50px 20px;}
	#related h3 {color: #4D5C7D;font-size: 16px;letter-spacing: 2.7px;line-height: 1.3; font-weight: 600;}
	#related ul li {width: 100%; margin: 20px 0;}

	#foot {padding: 0;}
	#foot .container {padding: 40px 20px 20px 20px;}
	#foot .container .widget_text, #foot .container .widget_nav_menu, #foot .container .widget_recent_entries {width: 100% !important; margin: 10px 0; padding-right: 0; }
}
@media only screen and (max-width:640px) {
	#icon-modules .elementor-image-box-img {float: left; width: 15%;}
	#icon-modules .elementor-image-box-content {text-align: left; width: 75%; float: right;}
	.greyscale .elementor-widget-image img {height: 65px;}
	#gallery-1 .gallery-item {width: 50% !important; padding: 5px;}
}
@media only screen and (max-width:480px) {
	.whatsapp {right: 20px !important; bottom: 20px !important;}
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#00a1e9;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#00a1e9;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#00a1e9;
	color:#FFF;
	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 {
	background:#FFF;
	border: 0;
	max-width:100%;
	padding:0;
	font-size: 13px;
	font-style: italic;
}
.wp-block-image figcaption {
	position: relative;
	top: -10px;
	line-height: 1.3;
}
.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:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
p.wp-caption-text {
	font-size: 13px !important;
	line-height: 1.2 !important;
	font-style: italic;
	position: relative;
	padding: 10px 20px !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}
.sticky {

}
.bypostauthor {

}

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

@media print {
	* {
		background:transparent !important;
		color:#000 !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 #999;
		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: #182750;
}
