* { padding: 0; margin: 0; }

img { border: 0; }

body {

	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;

	}

#wrapper {
	width: 527px;
	margin: 130px auto;
	height: 397px;
	background:url(../images/back.png);
	background-repeat:no-repeat;
	}

#logo {
	height: 397px;
	text-indent: -10000px;
	margin-bottom: -135px;
	}

#logo.blank {
	text-indent: 0;
	}
.logo{
	width:170px;
	height:160px;
	background:url(../images/logo.png);
	background-repeat:no-repeat;
	float:left;
	position: relative;
	margin-left: 170px;
	margin-top: 30px;
	
	}
h1 {
	padding-top: 200px;
	color: #1e1e1e;
	font-family: amaranth, serif;
	font-size: 38px;
	text-align: center;
	white-space: nowrap;
	}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #404040;
	text-align: center;
}
#when, .textwidget {
	font-size: 18px;
	text-align: center;
	}
.icones{
	width: 200px;
	height: 39px;
	float: left;
	margin-top: 10px;
	margin-left: 185px;
	text-align:left;
}
.iconeface{
	width: 38px;
	height: 39px;
	float: left;
	background:url(../images/face.png);
	background-repeat:no-repeat;
}
.iconeface:hover{
	background:url(../images/facehover.png);
}
.iconein{
	width: 38px;
	height: 39px;
	float: left;
	margin-left: 4px;
	background:url(../images/in.png);
	background-repeat:no-repeat;
}
.iconein:hover{
	background:url(../images/inhover.png);
}
.iconetwitter{
	width: 38px;
	height: 39px;
	float: left;
	margin-left: 4px;
	background:url(../images/twitter.png);
	background-repeat:no-repeat;
}
.iconetwitter:hover{
	background:url(../images/twitterhover.png);
}
.iconerss{
	width: 38px;
	height: 39px;
	float: left;
	margin-left: 4px;
	background:url(../images/rss.png);
	background-repeat:no-repeat;
}
.iconerss:hover{
	background:url(../images/rsshover.png);
}
.marcaUm{
	width:90px;
	height:89px;
	background:url(../images/1.png);
	background-repeat:no-repeat;
	position:absolute;
	margin-top: -25px;
}
.marcaDois{
	width:30px;
	height:30px;
	background:url(../images/2.png);
	background-repeat:no-repeat;
	position:absolute;
	margin-top: -90px;
	margin-left: -120px;
}
.marcaTres{
	width:50px;
	height:50px;
	background:url(../images/3.png);
	background-repeat:no-repeat;
	position:absolute;
	margin-top: -170px;
	margin-left: 470px;
}
.marcaQuatro{
	width:50px;
	height:50px;
	background:url(../images/3.png);
	background-repeat:no-repeat;
	position:absolute;
	margin-top: 100px;
	margin-left: 350px;
}
.marcaCinco{
	width:30px;
	height:30px;
	background:url(../images/2.png);
	background-repeat:no-repeat;
	position:absolute;
	margin-top: -60px;
	margin-left: 520px;
}


/*SOLUÇÃO*/




.post-media .xs-overlay {
    opacity: .3
}

.post-media .gloosy-btn {
    width: 60px;
    height: 60px;
    line-height: 63px;
    font-size: 0.88235rem
}

.post:not(.post-details) .post-body {
    background-color: #f8fafe;
    padding: 40px 30px 30px
}

.post:not(.format-audio):not(.post-details) .post-media+.post-body {
    width: calc(100% - 60px);
    margin: 0 auto;
    margin-top: -22px;
    z-index: 1;
    position: relative
}

.post .post-media {
    position: relative
}

.post .post-media iframe {
    width: 100%;
    display: block
}

.post-gallery-slider {
    position: relative
}

.post-gallery-slider .owl-nav .owl-next,
.post-gallery-slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.post-gallery-slider .owl-nav .owl-prev {
    left: 15px
}

.post-gallery-slider .owl-nav .owl-next {
    right: 15px
}

.post-gallery-slider .owl-nav i {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    color: #1868dd;
    background-color: #FFFFFF;
    font-size: 15px
}


.fotoBlog{
	border:red 1px solid !important;
	max-width:100%;
    max-height:800px;
    width: auto;
    height: auto;
    text-align: center;
}