/*
 Theme Name:   Twenty Twenty Child
 Theme URI:    https://eltajmurad.com
 Description:  A child theme of Twenty Twenty WordPress theme.
 Author:       Eltaj
 Author URI:   https://eltajmurad.com
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/* @import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;600;700&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;700&display=swap');


p {
    font-size: 2rem;
    font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

li {
    font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

.opacity-90 {
    opacity: 1;
}

.main-page-text {
	margin-top:4rem!important;
	color: #FFF;
}

.blocks-gallery-item figcaption {
font-size: 6rem;
padding: 6px 10px 9px;
}

.blocks-gallery-grid .blocks-gallery-item figcaption {
    font-size: 6rem;
}

@media screen and (max-width: 600px) {
	.blocks-gallery-grid .blocks-gallery-item figcaption {
		font-size: 4rem;
	}
	.blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-item {
		width: auto;
	}
  }


.entry-content > .alignfull:not(.wp-block-group.has-background) {
    margin-top: 0;
}

.cover-header + .post-inner {
    padding-top:0;
}



#top, #bottom, #left, #right {
	background: #a5ebff;
    position: fixed;
    z-index: 1000;
	}
	#left, #right {
		top: 0; bottom: 0;
		width: 15px;
		}
		#left { left: 0; }
		#right { right: 0; }
		
	#top, #bottom {
		left: 0; right: 0;
		height: 15px;
		}
		#top { top: 0; }
        #bottom { bottom: 0; }
        
        blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-item {
			margin: 0 8px 16px 0;
		}

#site-footer {
	padding: 0 0 4.3rem 0;
	margin-top: 0;
}
.footer-top-hidden #site-footer {
	margin-top: 0;
}

/* .cover-header + .post-inner {
	margin-bottom: -3rem;
} */


.kt-accordion-id_51a57b-d7 .kt-blocks-accordion-header.kt-accordion-panel-active{
	background:#f8af85!important ;
}


.cover-header-inner {
	padding: 10rem 0 15rem 0; 
}
@media screen and (min-width: 700px) { 
	.to-the-content-wrapper {
	top: calc(100% + 0.8rem);
	}
	.cover-header-inner {
		padding: 18rem 0 8rem 0; 
	}
}

@media (max-width: 782px) {

	.admin-bar .screen-height {
		min-height: calc(100vh - 46px);
	}
}

@media (min-width: 1220px) {
	figure.wp-block-gallery.alignfull {
		margin-top: 0rem;}

}
