/*
Theme Name: Finale
Theme URI: http://themesmarts.com
Description: An elegant styled wordpress theme best for portfolio and other showcasing website.

Author: ThemeSmarts
Author URI: http://themesmarts.com
Version: 1.0

Copyright (C) 2012 ThemeSmarts
License: GNU General Public License, version 3 (GPLv3)
License URI: license.txt 
*/

.menu_wrapper
{
    width: 65%;
    margin: 0 auto;
}	

@media only screen and (max-width: 780px) {
    .menu_wrapper
    {
        width: 100%;
        margin: 0 auto;
    } 
}


.wpb_column {
    margin-bottom: 25px;
}


ul,ol {
    list-style: circle;
}


.more_post ul{
    list-style: none;
}

ul li, ol li {
    margin-left: 30px;
}

nav ul li{
    margin-left: 0;
}


input, select {  
    padding: 5px;
}
textarea {
    padding: 5px;
}



.ninja-forms-success-msg{
    width:100%;
    color:#090;
    border:2px solid #0c0;
    background-color:#effeed;
    padding:5px;
}


.xazos{
    border : 0px solid red;
    overflow: hidden;
    height: 1%;
}

h2{
    font-weight: bold;
}

h3{
    margin-left: 20px;
}



#huge_it_google_map1{
    width: 100% !important;
    min-height: 300px;
}


.wpb_wrapper{
    overflow: hidden;
}


img.aligncenter{
    margin: 0 auto !important; 
    max-width: 50%;
    display: table-cell;

}

h3 {
    color: #8a8f97;
    font-size: 16px;
}


.vc_row.links a{
    float: left;
    padding: 15px 15px 15px 65px; 
    border: 2px solid red;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    max-width: 30%;
    min-height: 50px;
    display: block;

    color: red;
    font-size: 18px;
    font-weight: bold;
    text-align: center;


    background-image: url(images/pdf_50.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

.vc_row.links a:last-child, .vc_row.links a:last-of-type{
    float: right;
}

.vc_row.links a:first-child, .vc_row.links a:first-of-type{
    float: left;
}


@media only screen and (max-width: 780px) {

    .vc_row.links a{
        float: none !important;
        max-width: 100%;
        width: 70%;
        margin-bottom: 30px;
    }
}


.column_210.m_top_55.last{
    display: none;
}

.nav_menu_espa{
    width: 100%;    
    text-align: center;
    margin-bottom: 30px;
}

.nav_menu_espa ul{
    display: inline-block;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}

.nav_menu_espa ul li{
    float: left;
    padding-right: 10px;
    list-style-type: none;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
}


.nav_menu_espa ul li.current-menu-item{
    text-decoration:underline;
    
}


@media only screen and (max-width: 780px) {

}


.single-post img{
    max-width: 500px !important;
}