/* 
Theme Name: Responsive Child Theme
Theme URI: http://cyberchimps.com/guide/child-theme-example/
Description: Responsive Child Theme
Template: responsive
Version: 1.0.0
Author: CyberChimps
Author URI: https://cyberchimps.com/
License: GNU General Public License
License URI: license.txt

*/

/* =Start From Here
-------------------------------------------------------------- */

body { color: #555; }

#container {
 	padding: 5px 0px;
}

/* =Top Menu
-------------------------------------------------------------- */
.top-menu a {
 	height: 16px;
 	line-height: 16px;
}
.top-menu li a {
	color: white;
	font-size: 14px;
  padding: 0 6px;
}

.top-menu li a:hover {
	color: white;
	text-decoration: underline;
}

/* =Header
-------------------------------------------------------------- */
#logo {
	/* margin: 20px; */
	margin-bottom: 10px;
}
.header-logo-left .responsive-header #site-branding {
    width: 100%;
}    

/* Wrapper */
#wrapper {
  max-width: 960px;
  margin-top: 0px;
}
    
/* Content */
#content {
  background-color: white;
  padding-left: 20px;
  padding-right: 20px;
}

.page-template-full-width-page #content-full {
 	padding-top: 30px;
 	padding-bottom: 50px;
}

body.blog #primary {
    padding: 20px;
}
    
/* =Footer
-------------------------------------------------------------- */
#footer {
	padding: 0 0px 0 0px;
}

/* =Widgets
-------------------------------------------------------------- */
.widget-title > h3:nth-child(1) {
	/* color:white; */
	color:black;
}
.widget-wrapper {
  background-color: #F9F9F9;
}

@media screen and (max-width:650px) {
	.top-widget #searchform {
		/* margin: 0; */
		visibility:hidden;
		display:none;
	}
}

@media screen and (max-width:650px) {
	.widget_polylang {
		visibility:hidden;
		display:none;
	}
}

.colophon-widget {
	background-color: #F9F9F9;
}

#colophon-widget ul {
	font-size:14px;
	font-weight: bold;
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
}

#colophon-widget a {
	float:left;
	/* width:8em; */
	text-decoration:none;
	color:black;
	background-color:#F9F9F9;
	padding:0.2em 0.6em;
	border-right:1px solid grey;
}
#colophon-widget a:hover {background-color:grey;}

#colophon-widget li {display:inline;}

#colophon-widget li:last-child > a {
	border-right: none;
}

.ui-accordion-header a{
    color:#555;
  	font-size: 18px;
}

/* Accordion example styling
.ui-accordion-header{
    margin:5px 0 0;
}
.ui-accordion-header a{
    padding:5px 12px;
    background: #CCC; 
    color:#FFF;
    display:block;
}
.ui-accordion-header.ui-state-active a,
.ui-accordion-header a:hover{
    background-color: #DDD;
}
.ui-accordion-content{
    padding-top:10px;
}
*/

/*The last 29 days of the month are the hardest."- Nikola Tesla*/
