/*
Theme Name: Patti Child
Theme URI: http://deliciousthemes.com/
Description: Creative / Portfolio One-Page Theme
Author: Madalin Tudose
Author URI: http://deliciousthemes.com/
Template: patti
Version: 1.4
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../patti/style.css');


/* =Theme customization starts here
-------------------------------------------------------------- */

/*=== general styles ===*/

/*top slidebar*/

#custom-sidebar{
	margin-bottom: 10px;
	text-align: center;
	background-color: #34559A;
}
#custom-sidebar .textwidget{
    color: #fff;
    font-family: Open Sans, Helvetica, Arial, sans-serif !important;
    font-size: 12px !important;
    padding-top: 5px;
    padding-bottom: 5px;
}
#custom-sidebar .textwidget strong{
	color:#fff !important;
}

#header.scrolled-header #custom-sidebar {
display: none !important;
}
/*menu home*/
ul#mainnav > li > a:hover > span{
    color: #417350 !important;
    border-color: #417350 !important;
}
/*menu productos page*/
body.page-id-327 ul#mainnav>li.highlighted-state>a span {
    border-color: transparent !important;
}

body.page-id-327 ul#mainnav>li.highlighted-state>a span {
    color: #404040;
}

body.page-id-327 ul#mainnav>li.current_page_item>a span, body.page-id-327 ul#mainnav>li.highlighted-state>a span:hover {
    color: #417350 !important;
    border-color: #417350 !important;
}

/*gallery-box-text syles*/

.gallery-box{}
.gallery-box-text{
    min-height: 150px;
}

/* pdf box styles */
.pdf-box {margin-bottom: 0px !important;}
.pdf-box .vc_toggle_title h4, .pdf-box .vc_toggle_content,.pdf-box .vc_toggle_content a{color: #fff !important;}
.pdf-box .vc_toggle_content a:hover{text-decoration: underline;}


/*green-button*/
.green-button button{
	background-color: #417350 !important;
	border-color: #417350 !important;
	border-radius: 5px !important;
	color: #fff !important;
}
.form-section input[type=submit]{
    background-color: #417350 !important;
    border-color: #417350 !important;
    border-radius: 5px !important;
    color: #fff !important;
    font-size: 14px !important;
    padding: 14px 20px !important;
    border: 1px solid transparent;
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#03ffffff', GradientType=0);

}
.form-section input[type=submit]:hover{background-color: #3b8551 !important;}


.green-button button:hover{background-color: #3b8551 !important}


/*hidde class*/

.hidde {display: none !important;}


/*footer*/
.percent-two-third{
	width: 100% !important;
	margin-right: 0px !important;
}
.percent-two-third p{
	text-align: center;
	float: none !important;
}