/*!
Theme Name: Rock Eye
Theme URI: https://wordpress.org/themes
Author: Rock Eye
Author URI: https://wordpress.org/themes
Description: Rock Eye
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: rockeye
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.

rockeye 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
	 ========================================================================== */


/*
.site-main{
  background:#fff;
  padding:50px 0;
}

.blog .site-main{
  background:#fff;
  padding:115px 0 75px 0;
}

.blog .fixed-top.header {background:#000;}
.blog .fixed-top.header-sticky {background:#FFF; border-bottom: solid 1px #e1dede;}

.single .site-main{
  background:#000;
  padding:50px 0;
}

.site-main article + article{
	padding-top:35px;
}
article .flex-box{
	display:flex;
	column-gap:25px;
}
article .post-thumbnail{
   width:40%;
}
article .post-thumbnail img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
article .post-content{
   width:60%;
}
article .post-content .entry-title{
	margin-bottom:20px;
}
article .post-content .entry-title,
article .post-content .entry-title a{
  color:#000;
}
article .post-content .entry-header{
 margin-top:20px;
 display:flex;
 justify-content:space-between;
 align-items:center;
}
article .post-content .read-more{
    background: var(--primary-color);
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    margin-left: 20px;
}
#ez-toc-container {border: none !important; -webkit-box-shadow: none !important;}
.ez-toc-title-container {display: none;}
div#ez-toc-container ul li {
    padding-bottom: 10px;
}
.que-ans #ez-toc-container {display: none;}
.about-solution .process_cnt p {
    font-size: 52px;
    line-height: 64px;
    color: var(--white-color);
    font-weight: var(--primary-font-weight-light);
    margin-top: 20px;
}



@media only screen and (max-width:991px) {

.section-dark {
    padding-top: 140px !important;
}

.custom-container {
    max-width: 100%;
    flex-direction: column;
    padding:0 20px;
}
.custom-col-left {
    width: 100%;
}
.custom-col-right {
    width: 100%;
    float: right;
}
div#ez-toc-container {
    width: 100%;
}
article .flex-box{
  display: block;
}
article .post-content {
    width: 100%;
    margin-top: 30px;
}
}

@media screen and (min-width: 1px) and (max-width: 767px){
.footer {
    padding: 60px 20px 20px;
    height: auto;
}
.footer .container {
    width: 100%;
}
.footer h1 {
    font-size: 40px;
    margin-bottom: 20px;
    margin-left: 0;
}
.footer p {
    font-size: 18px;
    line-height: 26px;
    max-width: 310px;
}
.footer-top .ftr-btn {
    grid-gap: 15px;
}
.footer-middle {
	margin-top: 40px;
    padding: 40px 0;
    display: inline-block !important;
}
.footer-mdl-lft {
    width: 100%;
}
.footer-mdl-lft ul {
	margin: 0 auto;
}
.footer-mdl-rgt ul {
    display: inline-block;
    height: auto;
    width: 100%; margin: 0 auto !important;
}
.footer .justify-content-end {
    justify-content: left !important;
}
.footer-mdl-rgt {
    width: 100%;
    margin-top: 30px;
}
.footer-bottom ul {
    display: inline-block !important;
}
.footer-mdl-rgt li {
    font-size: 20px;
    line-height: 26px;
        width: 100%;
    text-align: left !important;
    float: left;
    margin-bottom: 10px;
}
.footer-mdl-rgt li:nth-child(1) {
    text-transform: uppercase;
}
.header-action {
    float: right;
    margin: 0 10px;
}
.section-dark {
    padding-top: 85px !important;
}
.site-main {
    padding: 2px 0;
}
article .post-content .entry-header {
    align-items: flex-start;
    flex-direction: column;
    row-gap: 15px;
}
.category_flag {
    width: 40% !important;
}
}
.entry-date, .author .url {color: #000;}
.category_flag {
    padding: 10px;
    border: solid 1px #222;
    border-radius: 5px;
    width: 18%;
    margin-bottom: 25px;
    text-align: center;
}
.que-ans ul li {
  margin-bottom: 10px;
  list-style: disc !important;
  padding-left: 10px;
}

.que-ans ol li {
  margin-bottom: 10px;
  list-style: decimal; !important;
  padding-left: 10px; font-size: 24px;
}

.que-ans ul, .que-ans ol {
    margin-bottom: 20px;
    margin-left: 30px;
}
.updated {display: none;}*/
.custom-col-right div#ez-toc-container{
	display:none;
}

