/*!
Theme Name: Dana Antoon
Theme URI: http://underscores.me/
Author: Moinahemad H Mansuri
Author URI: https://lionstechnologies.com/
Description: Custom Theme Development for Dana Antoon
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: dana-antoon
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.

Dana Antoon 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.
 */
.lavalinfo {
    position: relative;
    padding: 80px 0px 0px 0px;
    overflow: hidden;
}
 
.lavalcontent {
    padding: 70px 0px 70px 0px;
    overflow: hidden;
    background: #f1f1f1;
}
 
 
.lavalcontent .nav-tabs {
    border: none;
    justify-content: center;
    margin-bottom: 50px;
}
 
.lavalcontent .nav-tabs a {
    border: none;
}
 
.lavalcontent .nav-tabs li {
    margin: 0px 10px;
}
 
.lavalcontent .nav-tabs li .nav-link {
    display: inline-block;
    background: #000;
    color: #fff;
    line-height: 55px;
    padding: 0px 25px;
    font-size: 16px;
    border-radius: 4px;
    min-width: 180px;
    text-align: center;
    text-transform: capitalize;
    border: none;
}
 
.lavalcontent .nav-tabs li .nav-link.active  {
    color: #fff;
    background-color: #b68d5f;
    font-weight: 400;
}
 
.lavalcontent .table {
    background: #fff;
    padding: 40px;
}
 
.lavalcontent .table tr:first-child td {
    border: none;
}
 
.lavalcontent .table tr td:nth-child(even) {
    text-align: right;
}
 
.lavalcontent .table tr td {
    font-size: 15px;
    color:#000;
    padding: 20px 20px;
}
 
.lavalcontent .table tr td b {
    font-weight: bold;
}
 
.lavalcontent .bgs h3 {
    color: #000;
    font-weight: bold;
    position: relative;
    font-size: 35px;
    line-height: 1.1;
    margin-bottom: 17px;
    letter-spacing: 1px;
}
 
.lavalcontent .tp {
    margin-bottom: 40px;
}
 
.lavalcontent .bgs {
    background: #fff;
    padding: 40px 40px;
    border-radius: 15px;
}
 
.lavalcontent .bgs h3 {
    font-size: 22px;
}
 
.lavalcontent .bgs h6 {
}
 
.pop_graphs img{
    width:100%;
}
 
.links-content ul {
    padding-left:15px;
}
 
.links-content ul li {
    color:#000;
    font-size: 15px;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.2;
}
 
.links-content ul li a {
    color:#000;
}
 
.lavalcontent .tab-pane ul {
    color: #000;
    padding-left: 10px;
}
 
.lavalcontent .tab-pane ul li a {
    color: #000;
}
 
.lavalcontent .tab-pane ul {
    color: #000;
    padding-left: 18px;
}
 
.lavalcontent .tab-pane ul li a:hover {
    color: #b68d5f;
}
 
 
@media only screen and (max-width:767px) {
.lavalcontent .nav-tabs li {
    margin: 0px 0px;
    width: 50%;
    padding: 2px 2px;
}
 
.lavalcontent .nav-tabs li .nav-link {
    line-height: 53px;
    padding: 0px 0px;
    font-size: 14px;
    border-radius: 4px;
    min-width: 100%;
}
 
.lavalcontent .table tr td {
    font-size: 13px;
    padding: 20px 10px;
}
 
.lavalcontent h2 {
    font-size: 33px !important;
}
 
.lavalcontent h5 {
    font-size: 19px;
}
 
.lavalcontent .bgs {
    padding: 25px 14px;
}
 
.lavalcontent .bgs h3 {
    font-size: 17px;
}
 
.links-content ul li {
    font-size: 13px;
}
 
.links-content ul {
    margin-bottom: 25px;
}
 
}
 
@media only screen and (min-width:768px) and (max-width:991px) {
 
.lavalcontent .nav-tabs li {
    margin: 0px 6px;
}
 
.lavalcontent .nav-tabs li .nav-link {
    padding: 0px 12px;
    font-size: 14px;
    min-width: 155px;
}
 
 
}
 
@media only screen and (min-width:992px) and (max-width:1199px) {
 
.lavalcontent .nav-tabs li {
    margin: 0px 6px;
}
 
.lavalcontent .nav-tabs li .nav-link {
    padding: 0px 12px;
    font-size: 14px;
    min-width: 165px;
}
 
}
 