.align-none{
text-align: none;
}
.align-left{
text-align: left;
}
.align-center{
text-align: center;
}
.align-justify{
text-align: justify;
}
.align-right{
text-align: right;
} .alignleft,
.alignright{
margin-top: 10px;
margin-bottom: 10px;
}
.alignnone,
.aligncenter{
margin-top: 25px;
margin-bottom: 25px;
}
.alignleft{
float:left;
margin-right: 15px;
}
.alignright{
float:right;
margin-left: 15px;
}
.aligncenter{
clear:both;
display: block;
margin-left:auto;
margin-right:auto;
text-align: center;
}
.sticky,
.gallery-caption,
.screen-reader-text,
.bypostauthor{}
.wp-caption{
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
}
.wp-caption,
.wp-caption p,
.wp-caption a{
font-style: italic;
}
.wp-caption,
.wp-caption p{
color: #454545;
}
.content-border .hentry .wp-caption p,
.content-border .hentry .wp-caption p.wp-caption-text{
background: rgba( 100, 100, 100, 0.01 );
color: #454545;
padding: 10px;
margin: 0px;
}
.content-border .hentry .post-thumbnail .valign-bottom-cell-wrapper{
height: auto;
}
.single-portfolio .thumbnail-content footer,
.content-border .hentry .post-thumbnail footer{
background: rgba( 0,0,0, 0.4 );
color: #ffffff;
font-style: italic;
padding: 10px;
}
.wp-caption img{
display: block;
margin: 0px auto;
}
.mythemes-round-corners{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
code {
background: #e9e9e9;
font-size: 12px;
padding: 2px 8px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
code {
font-family: Consolas,"Liberation Mono",Courier,monospace;
font-weight: 400;
color: #000;
}