/*
 Theme Name:     mixed Child Theme
 Theme URI:      http://www.google.com
 Description:    mixed Child Theme
 Author:         me
 Author URI:     http://www.google.com
 Template:       mixed
 Version:        1.0.0
*/
 
@import url("../mixed/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

fieldset {

	min-width: 100% !important;

}

body {
	
	/* background-color: #62b8cf; */
	
}

body .container {
	
	background-color: transparent;
	
}

.top-header {
	
	background-color: #55595c;
	
}

li.menu-item a {
	
	color: #7ed256;
	/* color: #ffb214; */
	
}

li.menu-item a:hover {
	
	/* color: #62b8cf; */
	color: #b1e4f2;
	font-weight: bold;
	text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
	
}

li.menu-item:hover {
	
	background-color: #ffb214;
	
}

.top-header .logo {
	
	margin-top: 2px;
	
}

.top-header .logo img {
	
	height: 80px;
	max-width: 200%;
	
}


.sidebar-wrapper .col-sm-3 {
	
	/* background-color: #ffb214; */
	/* outline: #000 ridge thin; */
	
}


.entry-meta {
	
	margin-bottom: 0;
	padding-bottom: 0;
	
}

.post-content-wrapper .col-sm-9 {
	
	/* background-color: #7ed256; */
	/* outline: #000 ridge thin; */

	
}

.entry-content li {
	
	list-style-type: decimal;
	padding-bottom: 4px;
	
}

.mixed-widget li {
	
		list-style: none;
		
}

.mixed-widget {
	
	background: #b1e4f2; /* For browsers that do not support gradients */	
	background: linear-gradient(to bottom, rgba(177, 228, 242, 1), rgba(177, 228, 242, 0));
	
}

.widget-heading {
	
	background-color: #55595c;
	color: #7ed256;
	padding-top: 5px;
	padding-bottom: 5px;
	
	background: linear-gradient(to bottom, rgba(85, 89, 92, 1), rgba(54, 54, 54, 1));
	
	/* text-shadow:
    -1px -1px 0 #FFF,
    1px -1px 0 #FFF,
    -1px 1px 0 #FFF,
    1px 1px 0 #FFF; */
	
}

.post-content-wrapper .mixed-widget {
	
	background-color: #b1e4f2;
	/* background-color: #62b8cf; */
	
    background: linear-gradient(to bottom, rgba(177, 228, 242, 1), rgba(177, 228, 242, 0));
	
}

.post-content-wrapper .widget-heading {
	
	background-color: #ffb214;
	color: #22262e;
	padding-top: 5px;
	padding-bottom: 5px;

    background: #ffb214; /* For browsers that do not support gradients */    
	background: linear-gradient(to bottom, rgba(255, 218, 42, 1), rgba(255, 178, 20, 1));
	
}

::-webkit-scrollbar-thumb {
	
	background-color: #b1e4f2;
	
}

.entry-content blockquote {
	
	background: #7ED256; /* For browsers that do not support gradients */	
	background: linear-gradient(to bottom, rgba(126, 210, 86, 1), rgba(126, 210, 86, 0)); /* green */
	background: #ffb214; /* For browsers that do not support gradients */    
	background: linear-gradient(to bottom, rgba(255, 178, 20, 1), rgba(255, 178, 20, 0)); /* orange */
	color: black;
	
}


/***************
* Annoying Wordpress Login Page *
****************/

.login h1 a {
	/* look inside the functions.php file */
}


/***************
* Forums *******
***************/

#bbpress-forums .status-closed, #bbpress-forums .status-closed a {
	
	color: #707070;
	color: black;
	
}

#bbpress-forums div.status-closed, #bbpress-forums ul.status-closed {
	
	background-color: rgba(126, 210, 86, 0.3);
	
}

#bbpress-forums .bbp-reply-content a {
	
	text-decoration: underline;
	
}