/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */

 .custom-logo {
	width: 205px;
	height: 145px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
}

 .sidebar-white .custom-logo,
 .sidebar-lightgrey .custom-logo { background-image: url(../../../images/yootheme/logo_white.png); }

 .sidebar-black .custom-logo,
 .sidebar-darkgrey .custom-logo { background-image: url(../../../images/yootheme/logo_black.png); }


/* Only Phones */
@media (max-width: 767px) {

	.custom-logo { 
		width: 70px;
		height: 90px;
		margin: auto;
	}

	 .sidebar-white .custom-logo,
	 .sidebar-lightgrey .custom-logo { background-image: url(../../../images/yootheme/logo_responsive_white.png); }
	 
	 .sidebar-black .custom-logo,
	 .sidebar-darkgrey .custom-logo { background-image: url(../../../images/yootheme/logo_responsive_black.png); }

}

/*Alterações*/
.wk-accordion-default .toggler {
  font-size: 15px; 
}


.wk-accordion-default .content {
  padding: 15px;
}


#block-side {
  background-color:#FFFFFF;
}

/*body {
  font-family:josefin_sansregular;
  font-size:16px;
}*/

#block-main {
  color: black;
}


/*h1, h2, h3, h4, h5, h6 {
  font-family:josefin_sansregular;
}*/

.menu-sidebar a.level1 > span, .menu-sidebar span.level1 > span {
 /* font-family:josefin_sansregular;*/
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}

.menu-sidebar a.level1 > span, .menu-sidebar span.level1 > span {
  
  font-size:16px;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  /*font-family:josefin_sansregular;*/
}

menu-sidebar li.level2 a > span {
  font-size:14px;
  line-height:18px;
}

.menu-sidebar .level2 a > span {
  font-size:14px;
  line-height:17px;
}