/*
 Theme Name: Praia FM
 Theme URI: http://praiafm.biz/
 Description: Tema di Novu site di Praia FM
 Author: Paulo Umaru
 Author URI: http://tera.cv
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: light, tree-columns, responsive-layout
 Text Domain: praiafm
*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
}

/*html5 semantics tags */
article, aside, figure, footer,
header, hgroup, menu, nav, section {
	display: block;
}

/**********************/
/* start Praia FM style */
body {
	color: #444;
	font-size: 1em;
	font-family: 'Roboto', sans-serif;
	line-height: 1em;
	background-color: white;
}
a,
a:visited {
	color: #047;
	text-decoration: none;
}
a:hover {
	color: #069;
	text-decoration: underline;
}
.pfm-wrapper {
	margin: 5px auto;
	max-width: 1220px;
	height: auto;
}

@media only screen and (max-width: 1220px) {
	.pfm-wrapper {
		max-width: 640px;
	}
}

/***************/
/* start header */
.pfm-header {
	float: left;
	width: 100%;
	font-size: 20px;
}
.pfm-logo {
	float: left;
	margin-left: 0px;
}
.pfm-section-1 {
	float: left;
	width: 300px;
	margin-left: 20px;
}

#announcements-ticker {
	float: left;
	width: 300px;
	height: 50px;
	margin-top: 14px;
	color: #666;
	font-size: 1em;
	line-height: 1.2em;
	background-color: #ddd;
	overflow: hidden;
}
.pfm-obiradiu {
	float: left;
	width: 130px;
	height: 37px;
	margin-top: 70px;
	margin-left: 20px;
}
.pfm-tvconnection {
	float: left;
	width: 150px;
	height: 37px;
	margin-top: 70px;
	margin-left: 20px;

}
.pfm-ads-zoneone {
	float: left;
	max-width: 720px;
	height: 90px;
	margin: 14px 0px 0px 30px;
}
@media only screen and (max-width: 1220px) {
	.pfm-obiradiu {
		float: left;
		margin: 85px 0px 0px 199px;
	}
	.pfm-tvconnection {
		float: left;
		margin: 85px 0px 0px 10px;
	}
	.pfm-ads-zoneone {
		float: right;
		width: 450px;
		height: 75px;
		margin: -120px 0px 90px 0px;
		text-align: center;
	}
	.pfm-ads-zoneone img {
		width: 450px;
		height: 75px;
	}
}
@media only screen and (max-width: 534px) {
	.pfm-obiradiu {
		margin: 65px 0px 0px 90px;
	}
	.pfm-tvconnection {
		margin: 65px 0px 0px 10px;
	}
	.pfm-ads-zoneone {
		width: 320px;
		height: 50px;
		margin: -100px 0px 100px 0px;
	}
	.pfm-ads-zoneone img {
		width: 320px;
		height: 50px;
	}
}
@media only screen and (max-width: 480px) {
	.pfm-obiradiu {
		margin: 70px 0px 0px 36px;
	}
	.pfm-tvconnection {
		margin: 70px 0px 0px 10px;
	}
}
@media only screen and (max-width: 360px) {
	.pfm-logo {
		float: left;
		clear: both;
		margin: 0px auto 0px 105px;
	}
	.pfm-obiradiu {
		margin: 10px 0px 0px 16px;
	}
	.pfm-tvconnection {
		float: right;
		margin: 10px 18px 0px 0px;
	}
	.pfm-ads-zoneone {
		float: left;
		width: 360px;
		margin: 10px 0px 60px 0px;
	}
}
@media only screen and (max-width: 320px) {
	.pfm-logo {
		margin: 0px auto 0px 85px;
	}
	.pfm-obiradiu {
		margin: 10px 0px 0px 6px;
	}
	.pfm-tvconnection {
		margin: 10px 8px 0px 0px;
	}
	.pfm-ads-zoneone {
		float: right;
		width: 320px;
	}
	.pfm-ads-zoneone img {
		width: 300px;
	}
}
/* end header */
/***************/

/************/
/* start nav */
nav {
	position: relative;
	top: 15px;
	left: 0px;
	max-width:640px;
	height: 22px;
	font-family: 'Roboto Slab', serif;
}
nav .pfm-nav {
	display: block;
	text-align: left;
}
nav .menu-main-container {
	height: 22px;
}
nav .menu {
	display: inline-block;
}
nav .menu li:first-child {
	margin:0
}
nav .menu li {
	float: left;
}
nav .menu li a {
	color: #047;
	font-size: .9em;
	padding: 5px 12px 0px 12px;
	
	display: block;
	white-space: nowrap;
	transition: all ease .3s;
}
nav .menu li a:hover {
	text-decoration: none;
}
nav .menu-item-has-children:hover .sub-menu {
	display: block;
}
nav .sub-menu {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 150px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding-top: 5px;
	z-index: 9;
}
nav .sub-menu li a{
	float: none;
	font-size: 14px;
	padding: 10px;
	text-decoration: none;
	display: block;
	text-align: left;
}
nav .sub-menu li:hover {
	background-color: #ddd;
}

nav .dropMenu {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 9;
	background: #047;
}
nav .dropMenu .dropDownAnchor {
	display: block;
	text-indent: -9000px;
	background: url('img/bar_2.png') center center no-repeat;
	padding: 11px;
	width: 20px;
	height: 17px;
	cursor: pointer;
}
nav .dropMenu .dropDownAnchor.active {
	background: url('img/close-drop-down_2.png') center center no-repeat;
}
nav .dropMenu ul {
	position: absolute;
	top: calc(100% + 5px);
	right: 0;
	background: #fff;
	box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
	padding: 5px;
	display: none;
	overflow: visible;
}
nav .dropMenu ul:after {
	border-bottom: 5px solid #fff;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	position: absolute;
	top: -5px;
	right: 15px;
	content: '';
}
nav .dropMenu ul li {
	display: block;
	white-space: nowrap;
	text-align: left;
}
nav .dropMenu ul li a {
	padding: 5px 10px;
	background: #fff;
	color: #047;
	font-size: 16px;
	display: block;
	text-decoration: none;
	transition: all ease .3s;
}
nav .dropMenu ul li a:hover {
	color: #069;
}
nav .link1 {
	width: 95%;
}
@media only screen and (max-width: 1220px) {
	nav {
		top: -5px;
	}
	nav .pfm-nav {
		text-align: center;
	}
}
@media only screen and (max-width: 640px) {
	nav {
		display: none;
	}
}
/* end nav */
/***********/

/*******************/
/* start news ticker */


#news-ticker {
	float:right;
	margin-top: 20px;
	width: 612px;
	height: 22px;
}
#news-ticker .label {
	float: left;
	width: 75px;
	height: 22px;
	padding: 3px 0px 4px 0px;
	border-right: 1px solid #fff;
	color: #fff;
	font-size: .7em;
	background-color: #047;
	text-align: center;
}
#news-ticker .news {
	float: left;
	width: 537px;
	height: 1.2em;
	padding: 3px 5px 4px 15px;
	color: #fff;
	font-size: .7em;
	line-height: 1.2em;
	background-color: #069;
	overflow: hidden;
	white-space: nowrap;
}
#news-ticker ul {
	position: relative;
	height: 22px;
	z-index: 1;
}
#news-ticker li {
	display: none;
	height: 22px;
	overflow: hidden;
}
#news-ticker a,
#news-ticker a:visited {
	color: #fff;
}
#news-ticker a:hover {
	text-decoration: underline;
}
@media only screen and (max-width: 1220px) {
	#news-ticker {
		float: left;
		width: 640px;
		height: 22px;
		display: block;
		margin: -40px 0px 0px 0px;
	}
	#news-ticker .news {
		width: 565px;
	}
}
@media only screen and (max-width: 600px) {
	#news-ticker .news {
		width: 525px;
	}
}
@media only screen and (max-width: 534px) {
	#news-ticker .news {
		width: 459px;
	}
}
@media only screen and (max-width: 480px) {
	#news-ticker .news {
		width: 405px;
	}
}
@media only screen and (max-width: 360px) {
	#news-ticker .news {
		width: 285px;
	}
}
@media only screen and (max-width: 320px) {
	#news-ticker .news {
		width: 245px;
	}
}
/* end news ticker */
/*******************/

main {
	float: left;
	width: 100%;
	margin-top: 20px;
}
@media only screen and (max-width: 1220px) {
	main {
		margin-top: 30px;
	}
}
@media only screen and (max-width: 640px) {
	main {
		margin-top: 0px;
	}
}
/****************/
/* star headline */
#headline{
	float: left;
	width: 640px;
}
.wrapper{
	background: #fff none repeat scroll 0 0;
	max-width: 640px;
	max-height: 380px;
}
#headline a:hover {
	text-decoration: underline;
}
#headline .pfm-hdl-slide {
	border: #ccc solid thin;
}
#headline .pfm-text-box {
	position: relative;
	top: -110px;
	left: 30px;
	max-width: 90%;
	min-height: 80px;
	color: #047;
	background: #fff;
	opacity: 0.80;
	filter: alpha(opacity=80);
}
#headline .pfm-icon {
	float: left;
	width: 48px;
	height: 68px;
	margin: 6px;
	border-right: #f80 solid 1px;
}
#headline .pfm-post-category {
	float: left;
	width: 80%;
	height: 30px;
	padding: 8px 0px 0px 10px;
	border-bottom: #f80 solid 1px;
	font-size: .9em;
	font-weight: normal;
	color: #f80;
}
#headline .pfm-post-title {
	float: left;
	width: 80%;
	height: 2.8em;
	padding: 4px 0px 0px 10px;
	overflow: hidden;
	font-size: 1em;
	line-height: 1.3em;
	font-family: 'Roboto Slab', serif;
}
@media only screen and (max-width: 640px) {
	#headline .pfm-post-category, 
	#headline .pfm-post-title {
		width: 70%;
	}
}
@media only screen and (max-width: 534px) {
	#headline{
		width: 534px;
	}
}
@media only screen and (max-width: 480px) {
	#headline{
		width: 480px;
	}
}
@media only screen and (max-width: 360px) {
	#headline{
		width: 360px;
	}
	#headline .pfm-text-box {
		left: 20px;
	}
}
@media only screen and (max-width: 320px) {
	#headline{
		width: 320px;
	}
	#headline .pfm-text-box {
		left: 10px;
	}
}
/* end headline */
/****************/

/***************/
/* star content */
#content {
	float: left;
	max-width: 640px;
}
#content .pfm-article {
	float: left;
	width: 620px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 40px 50px;
}
#content .pfm-text-icon {
	float: left;
	width: 30px;
	height: 30px;
	margin: -6px 10px 0px -45px;
}
#content .pfm-article-thumbnail {
	display: block;
	margin: 15px 0px 15px 0px;
}
#content .date {
	display: block;
	color: #666;
	font-size: .8em;
	padding: 0px 5px 0px 11px;
	margin: 10px 0px 10px 0px;
}
#content .foogallery-container {
	max-width: 620px;
	margin-left: -45px;
	margin-top: 20px;
}
#content .epyt-gallery {
	max-width: 620px;
	margin-left: -50px;
	font-size: 1em;
	color: #047
}
#content .mjp-s-wrapper {
	padding-left: 10px;
}
#content .wp-playlist {
	max-width: 90%;
	margin-left: -20px;
}
#content .wpforms-container {
	width: 85%;
}
#content .mashsb-main {
	margin-top: 0px;
}
#content .yotuwp{
	margin-left: -50px;
}
#content .youtube {
	width: 90%;
}
#content h1 {
	max-width: 620px;
	font-size: 1.7em;
	font-weight: normal;
	line-height: 1em;
	padding: 0px 0px 5px 60px;
	margin-left: -50px;
	border-bottom: #f80 solid 1px;
}
#content h1 a {
	color: #666;
}
#content h2 {
	color: #047;
	font-size: 1em;
	font-weight: normal;
	padding: 0px 0px 5px 0px;
	margin-left: 11px;
}
#content p {
	width: 90%;
	line-height: 1.4em;
	text-align: left;
	padding: 0px 5px 0px 5px;
	margin-bottom: 20px;
}
#content em {
	font-style: italic;
}
@media only screen and (max-width: 1220px) {
	#content .pfm-article {
		width: 620px;
		margin-left: 10px;
	}
	#content .pfm-text-icon {
		margin: -6px 10px 0px 0px;
	}
	#content .pfm-article-thumbnail {
		display: block;
		margin: 15px auto 15px auto;
	}
	#content .foogallery-container {
		width: 100%;
		margin: auto;
		margin-top: 20px;
	}
	#content .epyt-gallery {
		margin-left: 0px;
	}
	#content .wp-playlist {
		max-width: 90%;
		margin: auto;
	}
	#content h1 {
		padding: 0px 0px 5px 0px;
		margin-left: 0px;
	}
	#content h2 {
		margin-left: 42px;
	}
}
@media only screen and (max-width: 534px) {
	#content .pfm-article {
		width: 514px;
		margin-left: 10px;
	}
	#content p {
		width: 100%;
	}
	#content .yotuwp {
		margin-left: 0px;
	}
	#content .youtube {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
	#content .pfm-article {
		width: 470px;
		margin-left: 5px;
	}
}
@media only screen and (max-width: 360px) {
	#content .pfm-article {
		width: 320px;
		margin-left: 20px;
	}
}
@media only screen and (max-width: 320px) {
	#content .pfm-article {
		width: 300px;
		margin-left: 10px;
	}
}
/* end content */
/***************/

/*************/
/* start index */
#index {
	float: left;
	width: 640px;
}
#index .pfm-loop {
	float: left;
	width: 100%;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 40px 50px;
}
#index .pfm-flex {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 580px;
	height:  750px;
}
#index .pfm-text-icon {
	float: left;
	width: 30px;
	height: 30px;
	margin: -6px 10px 0px -45px;
}
#index .pfm-article-box {
	float: left;
	width: 270px;
	height: auto;
	background-color: #fff;
	padding: 0px;
	margin: 10px 0px 10px 0px;
	font-size: 1em;
	line-height: 1.2em;
}
#index .date {
	color: #666;
	font-size: .8em;
}
#index .pfm-article-box img {
	display: block;
	margin: 5px 0px 10px 0px;
	border: 1px solid #ddd;
}
#index h1 {
	max-width: 620px;
	font-size: 1.7em;
	font-weight: normal;
	line-height: 1em;
	padding: 0px 0px 5px 60px;
	margin-left: -50px;
	border-bottom: #f80 solid 1px;
}
#index h3 {
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.2em;
	padding-bottom: 0px;
}
#index h3 a {
	color: #555;
}
#pagination {
	float: left;
	clear: both;
	width: 570px;
	font-size: .9em;
	background-color: #eee;
	padding: 5px;
	border-top: #f80 solid 1px;
}
#pagination .alignleft {
	float: left;
}

#pagination .alignright {
	float: right;
}
@media only screen and (max-width: 1220px) {
	#index .pfm-loop {
		width: 620px;
		margin-left: 10px; 
	}
	#index .pfm-text-icon {
		margin: -6px 10px 0px 0px;
	}
	#index .pfm-article-box {
		width: 290px;
		padding: 5px 0px 5px 0px;
		margin: 10px 10px 0px 10px;
	}
	#index h1 {
		padding: 0px 0px 5px 0px;
		margin-left: 0px;
	}
	#pagination {
		width: 100%;
	}
}
@media only screen and (max-width: 640px) {
	 #index .pfm-article-box {
		padding: 5px 0px 5px 0px;
		margin: 10px 10px 0px 10px;
	}
}
@media only screen and (max-width: 534px) {
	#index .pfm-loop {
		width: 524px;
	}
	#index .pfm-article-box {
		width: 252px;
		padding: 5px 0px 5px 0px;
		margin: 10px 10px 0px 0px;
	}
	#index .pfm-text-icon {
		margin-left: 0px;
	}
	#index h1 {
		max-width: 514px;
	}
}
@media only screen and (max-width: 480px) {
	#index .pfm-loop {
		width: 480px;
		margin-left: 5px; 
	}
	#index .pfm-article-box {
		width: 230px;
		padding: 5px 0px 5px 0px;
		margin: 10px 10px 0px 0px;
	}
	#index h1 {
		max-width: 475px;
	}
}
@media only screen and (max-width: 360px) {
	#index .pfm-loop {
		width: 320px;
		margin-left: 20px; 
	}
	#index .pfm-flex {
		display: inline;
		width: auto;
		height:  auto;
	}
	#index .pfm-article-box {
		width: 320px;
		padding: 10px 0px 10px 0px;
		margin: 10px 0;
	}
}
@media only screen and (max-width: 320px) {
	#index .pfm-loop {
		width: 300px;
		margin-left: 10px; 
	}
	#index .pfm-article-box {
		width: 300px;
	}
}
/* end index */
/*************/

/******************/
/* start superson */
#superson {
	float: left;
	width: 260px;
	height: auto;
	margin-left: 20px;
	font-size: .9em;
}
#superson a,
#superson a:visited {
	color: #900;
}
#superson .label {
	float: left;
	width: 100%;
	height: 22px;
	padding: 3px 0px 0px 7px;
	margin-bottom: 6px;
	color: #fff;
	background-color: #900;
}
#superson .label a,
#superson .label a:visited {
	color: #fff;
}
#superson .post {
	float: left;
	width: 100%;
	height: 130px;
	margin: 0px 0px 8px 0px;
}
#superson .post-title {
	position: relative;
	top: -30px;
	width: 100%;
	height: 22px;
	padding: 4px 0px 0px 5px;
	color: #900;
	font-size: .9em;
	background-color: #fff;
	opacity: 0.60;
	filter: alpha(opacity=60);
	overflow: hidden;
	white-space: nowrap;
}
@media only screen and (max-width: 1220px) {
	#superson {
		margin-top: -30px;
		margin-left: 35px;
	}
}
@media only screen and (max-width: 534px) {
	#superson {
		width: 234px;
		margin-top: -40px;
		margin-left: 15px; 
	}
	#superson .label {
		margin-bottom: 7px;
	}
	#superson .post {
		height: 117px;
		margin: 0px 0px 8px 0px;
	}
}
@media only screen and (max-width: 480px) {
	#superson {
		width: 210px;
		margin-left: 15px; 
	}
	#superson .label {
		margin-bottom: 6px;
	}
	#superson .post {
		height: 105px;
		margin: 0px 0px 8px 0px;
	}
}
@media only screen and (max-width: 360px) {
	#superson {
		width: 320px;
		margin-left: 20px; 
	}
	#superson .post {
		height: 160px;
	}
}
@media only screen and (max-width: 320px) {
	#superson {
		width: 300px;
		margin-left: 10px; 
	}
	#superson .post {
		height: 150px;
	}
}
/* end superson */
/*****************/

.pfm-ads-zone {
	float: left;
	width: 285px;
	height: auto;
	margin-left: 15px;
}
.pfm-ads-zonetwo {
	margin-bottom:4px;
}

.footer {
	position: relative;
	top: -40px;
	width: 320px;
	height: 1em;
	color: #047;
	font-size: .8em;
	text-align: left;
}

@media only screen and (max-width: 1220px) {
	.pfm-ads-zone {
		margin-top: -30px;
		margin-left: 25px;
	}	
	.footer {
		width: 100%;
		margin: 0px;
		text-align: center;
		top: 0px;
	}
}
@media only screen and (max-width: 534px) {
	.pfm-ads-zone {
		width: 260px;
		margin-top: -40px;
		margin-left: 10px;
		text-align: center;
	}
}
@media only screen and (max-width: 480px) {
	.pfm-ads-zone {
		width: 235px;
		margin-left: 5px;
		margin-top: -40px;
	}
}
@media only screen and (max-width: 360px) {
	.pfm-ads-zone {
		width: 320px;
		margin-top: 20px;
		margin-left: 20px;
	}
}
@media only screen and (max-width: 320px) {
	.pfm-ads-zone {
		width: 300px;
		margin-left: 10px;
	}
}
