/*!
Theme Name: electronikmedia
Theme URI: http://electronikmedia.com/
Author: Underscores.me
Author URI: http://electronikmedia.com/
Description: Description
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: electronikmedia
Tags: webiste, blogs, electronikmedia, 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.

electronikmedia 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
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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.
 */


.blog-items {
    margin-bottom: 35px;
}
.blog-items img {
    margin-bottom: 10px;
}
.single-image img{
	margin-bottom: 30px;
}
.paginate_links a {
    text-decoration: none;
    color: #007bff;
}
.single-desc h1{
	font-size: 36px;
}
.sidebar-blog{
	padding-left: 30px;
}
span.post-date {
    font-weight: bold;
}
.sidebar-blog .widget{
	margin-bottom: 20px;
}
section#recent-posts-widget-with-thumbnails-2 a {
    font-size: 17px;
    color: #000000;
    line-height: normal;
}
h4.widget-title {
    color: #000000;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 0;
    display: block;
    text-align: left;
    border-bottom: 1px solid #E2E3E7;
    padding-top: 0;
    padding-bottom: 15px;
}
.rpwwt-post-date {
    color: #707070;
    font-weight: 600;
    font-size: 12px;
}
.rpwwt-post-categories {
    font-weight: 600;
    font-size: 13px;
}
button.nh-search-btn-lg.msty_cur {
    height: 100%;
    padding: 0px 8px 0 8px;
    border: none;
    outline: none;
}

i.icon.icon-search {
    margin: 0 auto;
    background-image: url('assets/images/search1.svg');
    width: 22px;
    height: 30px;
    background-size: contain;
    background-position: center;
    display: block;
    background-repeat: no-repeat;
}
.input-group-append {
    margin-left: -1px;
    background: 0 0;
    outline: none;
    border: none;
}
.form-search {
    padding-bottom: 10px;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled){
    border: none;
}
.input-search::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000 !important;
  opacity: 1; /* Firefox */
}

.input-search::-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000000 !important;
}

.input-search::-ms-input-placeholder { /* Microsoft Edge */
  color: #000000 !important;
}
.tags-lists span {
    background: #ccc;
    border-radius: 3px;
    padding: 10px 20px;
    color: #000000;
}

.widget_categories li.cat-item {
    font-size: 17px;
    list-style: none;
    margin-bottom: 5px;
    font-weight: 300;
}
.widget_categories li.cat-item a,.blog-item-title a {
    color: #000000;
}
.widget_categories li.cat-item a:hover,.blog-item-title a:hover {
    text-decoration: underline;
}
.single-image .meta-details a{
    color: #000000;
    text-decoration: underline;

}

a.ftr-btn-arrow.ar-left.msty_cur {
    background: url(assets/images/icons/white-left-arrow.svg) #000 no-repeat;
    background-size: 40px 25px;
    background-position: 5% center;
    padding: 7px 15px 8px 65px;
    border-radius: 5px;
}

/*a {
    text-decoration: none;
    color: #ccc;
}*/


/*.back{
    margin-bottom: 10px;
}
.back a {
    color: #aaaaaa;
    padding: 10px 20px;
    background-color: #000000; 
}*/
@media (max-width: 767px) {
    .single-desc h1{
	font-size: 24px;
}
.single-desc {
    margin-bottom: 50px;
}
.sidebar-blog {
    padding-left: 0;
}
}

