
.portfolio_nav { display:none; }

#mobile_nav_icon
{
    display: none !important;
}



@media only screen and (max-width: 768px) {
	html[data-menu=leftmenu] .mobile_menu_wrapper
	{
		right: 0;
		left: initial;
		
		-webkit-transform: translate(360px, 0px);
		-ms-transform: translate(360px, 0px);
		transform: translate(360px, 0px);
		-o-transform: translate(360px, 0px);
	}
}


#logo_wrapper {
    padding: 15px 0 15px 0;
}
.flex-direction-nav a{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.flex-direction-nav a:before{
    margin-top:-20px;
}
#footer ul.sidebar_widget li ul li {
    margin: 0 0 0 0;
}
#footer {
    padding-top: 20px;
    padding-bottom: 30px;
}
#searchform input{
    width:100%;
    padding: 10px;
}
#searchsubmit{
    padding: 10px;
}
.page_tagline{
    font-size: 14px !important;
    font-weight: bold !important;
    color: #505050 !important;
    border-color: #505050 !important;
}
blockquote {
    font-size: 20px;
    margin-top: 10px;
    opacity: 0.8;
}
.ppb_subtitle {
    font-size: 16px;
}
.post_detail{
    font-size: 16px !important;
}
.pt-30{
padding-top:30px;
}
video{
width:100%;
height:auto;
}
#custom_logo img{
width:200px;
height:100px;
}
.fir {
    padding: 0;
    margin: 0;
    line-height: 30px;
    font-size:25px;
    font-family: 'Dancing Script', Helvetica, sans-serif;
    color: #c74b7c;
}
.firma {
    color: #222222;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.8;
    font-size: 20px;
    padding: 0 !important;
}
.btn-leer{
    float: right;
    margin-top: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
#custom_logo img {
    width: 200px;
    height: 100px;
    max-height: 100px;
}}

@media only screen and (max-width: 767px) {
.top_bar {
    height: 110px !important;
}}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.top_bar {
    height: 110px !important;
}}
