/*
 Theme Name:     BDynamics Theme
 Theme URI:      N/A
 Description:    Theme for BD Website
 Author:         Au79 Studios
 Author URI:     https://au79studios.co
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Arimo|Kanit');

body{
   font-family: 'Arimo', sans-serif;
   font-size: 18px;
   color: #6d6e71 !important;
   background-color: #1d2026 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Kanit', sans-serif;
  font-weight: 700;
  color: #000080 !important;
}

#main-header{
  background-color: #ffffff !important;
}
/******************************
HEADER MENU EFFECT
**********************/

@media only screen and (min-width : 981px) {
#main-header li a {
        color: #8a8a8a;
        font-weight: 200;
        margin-right: 10px;
        padding-bottom: 0px!important;
        margin-bottom: 33px;}
#main-header li a:hover{
        color: #000080;
}
#main-header li a::before, #main-header li a::after {
    content: '';
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    z-index: -1;
    border: 2px solid transparent;
    -webkit-transform: scale(0);
    -webkit-transform-origin: 0 100%;
    transition: 0.45s; }
#main-header li a::before {
    margin-left: -12px;
    margin-top: -12px; }
#main-header li a::after {
    right: -12px;
    margin-top: -12px; }
#main-header li a::before {
    border-bottom: 2px solid #c8c8c8;
    border-left: 2px solid #c8c8c8;
    -webkit-transform-origin: 0 100%; }
#main-header li a::after {
    border-top: 2px solid #c8c8c8;
    border-right: 2px solid #c8c8c8;
    -webkit-transform-origin: 100% 0%; }
#main-header li a:hover::before, #main-header li a:hover::after {
    -webkit-transform: scale(1); }}

    /******BLOG SIDEBAR LINE********/

    /*BLOG SIDEBAR LINE*/

@media (min-width: 981px){
#main-content .container:before {
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #4a7190 !IMPORTANT;
    content: "";
 }}

 /* BLOG COMMENT APPEARANCE TWEAK */

 .comment_postinfo span {
    color: #fff !IMPORTANT;
}
