/*
Theme Name: Alia Child
Description: Child theme for Alia WordPress Theme
Author: Ahmad Works, Inc
Author URI: https://ahmad.works/
Template: alia
Version: 1.0
License: Themeforest Split Licence
License URI: -
Text Domain: alia-child
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

.container {
	width: 1140px;
}

.blog_page_container  .single_page_body {
  max-width: 900px;
}

.blog_page_container  .page_body {
  max-width: 900px;
}

.header_nav {
  background-color: #23282d;
}


body.header_is_stick .header_nav_wrapper .header_nav {
	background-color: #23282d;
}

ul.navbar > li.menu-item a:hover {
	color: #eee;
}

ul.navbar li.menu-item.current-menu-item > a, 
ul.navbar li.menu-item.current_page_item > a, 
ul.navbar li.menu-item.current-menu-ancestor > a, 
ul.navbar li.menu-item.current-menu-parent > a {
	color: #fff;
}

ul.navbar > li.menu-item a {
	color: #fff;
	font-size: 14px;
}

ul#mobile-menu.navbar > li.menu-item a {
	color: #000;
}

.header_nav .main_menu .menu_mark_circle {
	background-color: #fff !important;
}

.header_nav .main_menu .menu_mark_circle.mark_circle_hovered {
  background-color: #fff;
}

.header_search input[type="text"] {
  color: #fff;
}

input[type="text"].search_text {
	background-color: #23282d;
}

.header_control_icon {
    font-size: 15px;
    color: #fff;
}

.header_control_icon:hover {
    color: #fff;
}

.header_nav .text_logo a {
	color: #fff;
	/*font-family: 'Yellowtail', cursive;*/
    font-size: 30px;
    letter-spacing: 2px;
}

.header_square_logo {
	margin-top: 12px;
	margin-bottom:12px;
}

.social_icons_list.header_social_icons {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* A couple hacks to shrink the newsletter area to pull it up*/
#text-3 {
	margin-bottom: 0px;
}
.mc4wp-form-fields p label:first-child {
	display: none;
}

.post_title a {
	color: #991616;
	
}

.blog_post_readmore a {
	color: #991616;
}

.post_banner img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}



.sexy_line{ 
    display:block;
    border:none;
    color:white;
    height:2px;
    background: #ab6ec1;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 600, from(#750000), to(#fff));
}

body.sticky_header .header_nav_wrapper {
	border-bottom: none;
}

.book {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.book:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}


.book-container {
	padding: 10px 20px 10px 20px; 
}

.mobile-sidebar {
	display: none;
}

.mobile-sidebar .book-container {
	text-align: center;
}

.mobile-sidebar .book {
	max-width: 50%;
}


@media screen and (max-width: 910px) { 
	.container { 
		width: 100%;
	}

	input[type="text"].search_text {
	background-color: #23282d;
	}

	.header_control_icon {
    color: #fff;
	}

	.mobile-sidebar {
		display: block;
	}
	.desktop-sidebar {
		display: none;
	}
}



