/*!
Theme Name: yakthung - Bikashsoft Technology 
Theme URI: https://www.yyf.org.np/
Author: Bikashsoft Technology 
Author URI: https://www.bikashsoft.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: yakthung
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

yakthung is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 .contact-form{
 	padding: 10px;
 }

 .videos iframe{
	width:100%;
 	height:160px;
 	object-fit: cover;
 }

#wpcf7-f41-o1 .wpcf7-textarea{
 	height:75px;
 }

 .news-post {
    display: flex;
    -webkit-display: flex;
    margin-bottom: 30px;
}
.entry-thumbnail-1 {
    flex: 0 0 260px;
    margin-right: 20px;
}
.widget-title{
	margin-top:20px;
}

.single figure img{
	width:100%;
}

.posted-date{
	font-size: 20px;
    font-weight: 500;
}

.single .entry-content p {
    font-size: 25px;
    font-size: 20px;
    text-align: justify;
    line-height: 36px;
}

.archive-article p {
    font-size: 25px;
    font-size: 20px;
    text-align: justify;
    line-height: 30px;
}

.gallery-item img {
    padding: 10px 10px 10px 10px;
    border: 1px solid #000;
    margin-right: 20px;
    height:150px;
    width:150px;
}
.gallery {
    display: grid;
    justify-content: space-between;
    grid-gap: 20px;
    grid-template-columns: repeat(7, 1fr);
}
/*.contact-form, .contact-information {
    background: #ebebeb none repeat scroll 0 0;
    padding: 20px;
}*/
