/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/
Description: Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Tags: custom-menu,custom-logo,entertainment,featured-images,full-width-template,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 2.1.7
Updated: 2019-12-29 15:54:03

*/


@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}

.topnav {
  overflow: hidden;
  background-color: #4C4953;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 15px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: rgb(21, 101, 192);
  color: white;
}
/*custom css for login page and reset password page*/
.wppb-alert{ 
	text-align:center !important;
}
#wppb-login-wrap{ 
	width: 50% !important; margin: 0 auto !important;
}
#wppb-login-wrap .login-username input, #wppb-login-wrap .login-password input, #wppb-recover-password #username_email { 
	height: 45px !important;
}

#wppb-recover-password #username_email { 
	width: 50% !important;
}

#main .ast-article-single {
	background-color: #2e2d33;
	color: #fff;	
}

@media only screen and (max-device-width: 768px){ #wppb-login-wrap{ width: 80% !important; margin: 0 auto !important;}}
/*home page css*/
.home-col { width : 50% ; float: left; height: 200px; }
.home-btn{
	font-size:30px;
	color: #ffffff;
    border-color: #0274be;
    background-color: #0274be;
    border-radius: 2px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: inherit;
    font-weight: inherit;	
	width : 50%;
}

.logo_home{ margin-right: 20px;}

#home_markick_logo {
	margin-top:50px;
	margin-bottom:50px;
}

#user_logged_info {
	color: #fff;
    font-weight: bold;
    font-size: 17px;
}

.wppb-front-end-logout span {
	color: #fff;
    font-weight: bold;
    font-size: 17px;
	display:none !important;	
}
#logout-edit-profile {
	margin-bottom:50px;	
}
#logout-edit-profile p {
	display:inline-block;
	padding-right: 50px;	
}
#logout-edit-profile a {
	font-weight: bold;
	font-size: 17px;	
}

#logout-edit-profile a:hover {
  text-decoration: underline;
  color: blue;
  padding-bottom:5px;
}

.wppb-success {
	color:green !important;
}

@media only screen and (max-device-width: 768px){ .home-col { width : 100% ; float: left; } .home-btn{ width: 100%;}}
/*for mobile menu */
#nav-main-mobile {
    display: none !important;
}
@media only screen and (max-width: 768px) {

#nav-main-mobile {
    display: block;
    font-size:15px;
    top:0;
    position:absolute;
    z-index: 1000;
    background-color: #252525;
    width:100%;
}
#nav-main-mobile a {
    text-transform: uppercase;
    color: #fff;
}
#nav-main-mobile a:hover {
    color: #c50030;
}
#nav-main-mobile li {
    list-style-type: none;
}
/* =Nav
-------------------------------------------------------------- */
.site-header {
    background-color: #252525;
    padding-top:30px;
}
.menu-item {
    width:100% !important;
    position: relative;
    padding: 0px;
    line-height:35px;
}
.menu-btn-container{
    content:'menu';
    text-transform:uppercase;
    color:#fff;
    padding:5px;
}
.menu-btn div {
    position: absolute;
    left: 100%;
    top: 64%;
    padding-right: 8px;
    margin-top: -0.50em;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 200;
    vertical-align: middle;
    z-index: 99;
}

.menu-btn span {
    display: block;
    width: 19px;
    height: 3px;
    margin: 4px 0;
    background-color: #fff;
    z-index: 99;
}
.menu-btn #menu-text {
    display:block;
    float:left;
    position:absolute;
    top:2px;
    left:30px;
    background-color: #252525;

}

.responsive-menu{
    display: none;
}

.expand {
    display: block !important;.
}

.open-menu-link{
    display: none;
    position: absolute;
    right: 15px;
    top:0;
    line-height: 35px;
    font-size: 30px;
    cursor: pointer;
}

li .sub-menu{
    display: none;
}
li .sub-menu a {
    font-size: 12px;
    list-style-type: none !important;}

.visible {
    display: block !important;
    color: #fff;
}
}