/*!
Theme Name: sumans64
Theme URI: http://underscores.me/
Author: Suman Shrestha
Author URI: https://sumanshr.com.np
Description: A personal theme for Suman Shrestha
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sumans64
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.

sumans64 is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

.custom-logo {
    height: 90px;
    width: auto;
}
.footer-logo .custom-logo {
    height: 200px;
}

.mil-iconbox {
    text-align: center;
}
.mil-text p {
    color: #ddd;
    font-size: 20px;
    font-weight: 200;
    line-height: 1.6;
    text-align: justify;
    padding-bottom: 30px;
}
.mil-text p strong {
    font-weight: 700;
}
.entry_content ul {
    list-style: none;
    margin-bottom: 40px;
    padding: 0;
}
.entry_content ul li {
    border-bottom: 1px solid #222;
    color: #ccc;
    font-size: 18px;
}
.entry_content ul li:last-child {
    border-bottom: none;
	padding-bottom: 20px;
}


table {
    width: 100%;
    margin-bottom: 50px;
}
table thead th {
    background: #000;
    padding: 10px;
}
table tbody tr td {
    border-bottom: 1px solid #333;
    padding: 10px;
}
.pprice {
    color: #fff;
    font-size: 30px;
    font-weight: 200;
    margin-bottom: 30px;
}
.mt80{margin-top:80px;}
.notice {
    background: #101010;
    border-radius: 15px;
    padding: 25px;
}

.entry_content form.search-form {
    display: block;
    clear: both;
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}
.entry_content form.search-form label {
    width: 80%;
    display: inline-block;
}
.entry_content form.search-form label input.search-field {
    width: 100%;
    border: 1px solid #666;
    border-radius: 20px 0px 0px 20px;
    padding: 15px 25px;
}
.entry_content form.search-form input.search-submit {
    background: #000;
    border: 1px solid #000;
    border-radius: 0px 20px 20px 0px;
    color: #fff;
    padding: 15px 25px;
    width: 19%;
    margin-left: -5%;
}
.entry_content form.search-form input.search-submit:hover {
    background: #fff;
    color: #333;
}

code {
    background: #101010;
    display: block;
    border-radius: 10px;
    padding: 20px;
}

.mil-jcb p {
    color: #ccc;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.6;
    padding-bottom: 20px;
    text-align: justify;
}

.mil-portfolio-slide .mil-work-descr h1 {
    text-shadow: 1px 1px 4px #000;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 900;
}
.mil-featured-image img.mil-scale-img {
    width: 600px;
    height: auto;
}