/*
Theme Name: Kazi Tihum
Theme URI: https://kazitihum.info
Author: Kazi Tihum
Author URI: https://kazitihum.info
Description: A custom theme for Kazi Tihum.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: portfolio, freelance
Text Domain: kazitihum
*/

html {
  box-sizing: border-box;
  font-size: 18px;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, body:not(.single-post) p, body:not(.single-post) ol, body:not(.single-post) ul, ol.elementor-toc__list-wrapper {
  margin: 0;
  padding: 0;
}

body:not(.single-post) ol, body:not(.single-post) ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

.elementor-menu-anchor {
    top: -100px;
    position: relative;
}

.grecaptcha-badge { 
    visibility: hidden;
}

/*Footer*/
#contact .elementor-button, .single-post-subscribe .elementor-button {
    cursor: pointer;
}
.floating-social {
    position: relative;
}
.floating-social:before {
    content: "Follow Me";
    transform-origin: 0 0;
    transform: rotate(-90deg);
    position: absolute;
    top: -90px;
    left: 0;
    white-space: nowrap;
    font-size: 14px;
    font-family: "Noto Sans JP", Sans-serif;
    letter-spacing: 1px;
    line-height: normal;
}
.floating-social:after {
    content: '';
    width: 1px;
    height: 50px;
    background: white;
    position: absolute;
    top: -70px;
}
.floating-social .elementor-social-icons-wrapper {
    display: flex;
    flex-direction: column;
}
.floating-social .elementor-social-icons-wrapper > .elementor-grid-item:not(:last-child) {
    margin-bottom: 15px;
}


/*Home*/
.cover_h2 {
    max-width: 700px;
}
.section-title {
    max-width: 700px;
}
.elementor-2 .elementor-element#about > .elementor-element-populated {
    overflow: hidden;
}


/* Widgets */
.widget {
	margin-bottom: 30px;
}
.widget h3.widget-title {
	font-family: "Ubuntu", Sans-serif;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 5px;
}
.widget ul li a {
	font-family: "Ubuntu", Sans-serif;
	font-size: 16px;
	color: rgba(255,255,255,.5);
	transition: all .2s ease-in-out;
}
.widget ul li a:hover {
	color: white;
}
.widget ul li:before {
	content: '\f101';
	width: 20px;
	height: 20px;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	color: rgba(255,255,255,.15);
	margin-right: 5px;
}
.widget ul li {
	margin-bottom: 5px;
}

/*Posts List*/
.blog-posts .elementor-posts .elementor-post {
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
}
.blog-posts .elementor-posts .elementor-post:hover {
    transform: scale(1.1);
}
.blog-posts .elementor-pagination {
    margin-top: 30px;
}