/*!
Theme Name: dohs
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dohs
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.

dohs 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.
 */
/*button*/
.ne .logo_text h1{
    margin-top: 5px;
    margin-bottom: 0px;
}
.no-button{
    padding:0;
    margin:0;
    border: none;
    background: transparent;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link span.mega-indicator:after{
    margin:0px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link { 
    line-height: 40px;
}
.ml-1{
    margin-left: 1.5rem;
}
.tab-content .tab-pane ul li:first-child{
    margin-top: 10px;
}
.gallery .box-design {
    border: 5px solid #eaeaea;
    height: 115px;
    display: table;
    width: 100%;
    background: #ffffff;
    margin-bottom: 15px;
    transition: all ease-in-out 500ms;
}
.gallery .box-design:hover {
    border: 5px solid #eaeaea;   
    background: #23669e;    
}
.gallery .box-design:hover .box-title {
    color: #fff;
}
.gallery .box-design .box-title {
    text-align: center;
    font-size: 20px;
    font-weight: bolder;
    line-height: 1;
    color: #23669e;
    padding: 0px 5px;
}
/*single*/
.entry-header li{
    list-style: none;
    color: #333;
}
/*archive*/

.archive.category ul.listbar .newstxt{
    margin-left: 20px
}
#primary #main{
    min-height: 400px;
}
/*pagiantion*/
.pagination {
    clear:both;
    position:relative;
    font-size:11px; /* Pagination text size */
    line-height:13px;
    /* Pagination float direction */
}

.pagination span, .pagination a {
    display:block;
    float:left;
    margin: 2px 2px 2px 0;
    padding:9px 15px 10px 15px;
    text-decoration:none;
    width:auto;
    color:#fff; /* Pagination text color */
    background: #3e5aa4; /* Pagination non-active background color */
    -webkit-transition: background .15s ease-in-out;
    -moz-transition: background .15s ease-in-out;
    -ms-transition: background .15s ease-in-out;
    -o-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}

.pagination a:hover{
    color:#fff;
    background: rgba(2, 56, 116, 0.72); /* Pagination background on hover */
}

.pagination .current{
    padding:9px 15px 10px 15px;
    background:rgb(158, 0, 0); /* Current page background */
    color:#fff;
}
