/**
Theme Name: Astra Child
Author: bhakti
Author URI: https://circuitglobe.com
Description: All About Electrical & Electronics
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

body{
	  font-size: 1.24em;
}

@media (max-width:544px) {
	body{
		font-size: 1.45em;
	}
 }

.tablepress {
    display: block;
    overflow-x: auto;
	  font-size: 1em;
}

.ast-right-sidebar #primary {
    border-right: none;
}

.ast-right-sidebar #secondary {
    border-left: none;
    margin-left: 0;
}

@media (max-width:544px) {
.ast-header-break-point .ast-header-search {
	padding-top: 0.2em;
}
}

.ast-header-search {
    display: flex;
    padding-top: 0.2em;
}

.entry-content p {
    margin-bottom: 1.2em;
    margin-top: 0.8em;
}

.hentry {
    margin: 0 0 0.5em;
}

.widget-title {
    background-color: #1f4361;
    padding: 12px 20px;
    border-radius: 3px 3px 0 0;
	  margin-bottom: 0;
}

.widget ul {
    border: 1px solid #E5E5E5;
    border-radius: 0 0 3px 3px;
	  border-bottom: none;
    border-top: none;
}

.secondary a {
    display: inline-block;
	  margin: 9px 20px;
}

#secondary li {
    border-bottom: 1px solid #E5E5E5;
	  margin-bottom: 0;
}

.entry-title {
    padding-bottom: 0.3em;
    display: inline-block;
    position: relative;
}

.entry-title::before {
    content: "";
    position: absolute;
    width: 1em;
    height: 0.1em;
    bottom: 0;
    border-bottom: 5px solid #0b7bc1;
}

.secondary a *,
.site-footer a *,
.site-header a *,
a {
 transition:none;
}

.single .entry-header {
 margin-bottom:0.2em;
}

.ast-logo-title-inline .ast-site-identity {
 padding: 0.5em 0;
}

.main-header-menu .menu-link,
.main-header-menu>a {
 transition: none;
}

.yarpp-related h3 {
    padding: 0 0 1em 0;
}

ol, ul {
    margin: 0 0 1.5em 2em;
}

.comments-area {
    margin-top: 1em;
}

.entry-content ul li {
    margin-bottom: 0.3em;
}

.entry-content ol li {
    margin-bottom: 0.3em;
}

.ahfb-svg-iconset svg {
    width: 24px;
    height: 24px;
}

#keyd{
	border: 1px solid #DADADA;
    box-shadow: 5px 5px 0 0 #90d1d5;
	border-radius: 9px 9px 9px 0;
	padding: 0.6em 0.8em 0 0.8em;
}

#keyd li {
    margin-bottom: 0.5em;
}

@media (max-width:544px) {
#keyd ol {
    margin-left: 1.5em;
}
}

.socialfollow{
	border: 1px solid #E5E5E5;
	padding: 15px 0 18px;
	text-align: center;
}

/*Embeded video code starts here*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
    margin-top: 30px;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}
/*Embeded video code ends here*/