/*
 Theme Name:     WP-Bootstrap-Child
 Template:       wordpress-bootstrap-master
 Version:        1.0.0
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../wordpress-bootstrap-master/style.css');

@import url(http://fonts.googleapis.com/css?family=Open+Sans);

/*  WEB STYLES
================================================== */


body{
	padding-top:0px;
	font-family: 'Open Sans', Arial !important;
}

ul{
	list-style:none;
}
.navbar-nav > li > a {
    padding-bottom: 9px !important;  
    padding-top: 9px !important;  
}
.migas {

    padding: 3px 15px !important;  

}
.navbar{
	min-height: auto;
}

span.slogan{
	color: #ffffff;
}


/*  Texts
================================================== */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  	font-family: 'Open Sans', Arial !important;  
}

h1, h2{
	font-weight:bold;
	color:#003B87;
}
h1{
	font-size:24px;
}
h2{
	font-size:18px;
	margin-bottom:29px;
	margin-top:40px;
}

p, p.lead{
	font-size:16px;
	font-weight:normal;
	margin-bottom:20px;
}

a{
    color:#003B87;
    cursor:pointer;
    text-decoration:none;
}
a:hover{
    color:#c10000;
    cursor:pointer;
    text-decoration:none;
}


/*  Home
================================================== */

.menu-idiomes{
	background-color:#003B87;
	color: #C10000;
    font-size:12px;
    padding:5px 0;
    text-align:right;
}
.menu-idiomes a{
    color: #FFFFFF;
	text-decoration:none;
}
.menu-idiomes a:hover{
    color:#C10000;
	text-decoration:none;
}

.logo{
	padding:20px 0px;
}

.navbar{
	margin-bottom:0px;
}
.navbar-default{
	background-color:#FFFFFF !important;
	color:#003B87;
	font-weight:bold;
	text-transform:uppercase;
	font-size:16px;
}
.container.navbar-default{
	background-color:#CCCCCC;
}
.navbar-fixed-top{
	border:0px;
	top:inherit !important;
	position:inherit;
}
.navbar-brand{
	display:none;
}
#searchform{
	display:none;
}
.navbar-default .navbar-nav > li > a{
    color:#003B87;
}
.navbar-default .navbar-nav > li > a:hover{
    color:#FFFFFF;
	background-color:#003B87;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
    background-color:#003B87;
    color:#FFFFFF;
}
.navbar-collapse.collapse{
    background:#dedede; /* Old browsers */
	background:-moz-linear-gradient(top,  #dedede 0%, #ebebeb 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#dedede), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top,  #dedede 0%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top,  #dedede 0%,#ebebeb 100%); /* Opera 11.10+ */
	background:-ms-linear-gradient(top,  #dedede 0%,#ebebeb 100%); /* IE10+ */
	background:linear-gradient(to bottom,  #dedede 0%,#ebebeb 100%); /* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
}

.dropdown-menu {
    background-color:#EBEBEB;
    border:1px solid #FFFFFF;
    border-radius: 0;
    box-shadow:none;
    color:#003b87;
    font-size:16px;
    margin:0;
    padding:10px 0;
	text-transform:none;
}
.dropdown-menu > li > a {
    color: #003B87;
    font-weight: bold;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
	background-color:#003b87;
	color:#FFFFFF;
	text-decoration:none;
}

#content{
	padding:0px;
}


/*  Sidebar
================================================== */

.menu{
	color:#888888;
	font-size:16px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	background:#f1f2f6; /* Old browsers */
	background:-moz-linear-gradient(left,  #f1f2f6 1%, #cdd5df 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, right top, color-stop(1%,#f1f2f6), color-stop(100%,#cdd5df)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(left,  #f1f2f6 1%,#cdd5df 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(left,  #f1f2f6 1%,#cdd5df 100%); /* Opera 11.10+ */
	background:-ms-linear-gradient(left,  #f1f2f6 1%,#cdd5df 100%); /* IE10+ */
	background:linear-gradient(to right,  #f1f2f6 1%,#cdd5df 100%); /* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f2f6', endColorstr='#cdd5df',GradientType=1 ); /* IE6-9 */
}
.menu a{
	color:#888888;
	text-decoration:none;
}
.menu a:hover{
	color:#003B87;
	text-decoration:none;
}

.menu li{
	padding:10px 20px;
	border-bottom: 1px solid #FFFFFF;
}

.menu li.current-menu-item a{
	color:#003b87 !important;
}

#recent-posts-3 ul{
	padding:0px;
}
#recent-posts-3 h4{
	margin-bottom:20px;
	font-size:24px;
	color:#003B87;
	font-weight:bold;
}

#sidebar1 {
	margin-top: 20px;
}
#recent-posts-3 > ul li {
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#recent-posts-3 > ul li:first-child {
	border-top: 1px solid #eeeeee;
	margin-top: 10px;
	padding-top: 10px;
}


/*  Interiors
================================================== */

.page-header {
    border-bottom: none;
    margin: 40px 0 10px;
}

.post_content{
	text-align:justify;
}
.post_content ul{
	margin-bottom:20px;
}
.post_content ul li{
	text-align:justify;
	font-size:16px;
	font-weight:normal;
	list-style-type:disc;
}

#post-36 .page-header, #post-70 .page-header{
	display:none;
}

#main article footer {
    display: none;
}
#main article {
    border-bottom: none;
}
#main .alert{
	display:none;
}

.header-imatge{
	width:100%;
	padding:0 15px;
}
.header-imatge img{
	width:100%;
	height: 100%;
}


/*  Formularis
================================================== */

.wpcf7-submit{
	background-color:#003B87;
	color:#FFFFFF;
	padding: 6px 12px 6px 0;
   	text-align: right;
    text-decoration: none;
    width: 100%;
	font-size:16px;
	border:none;
	font-weight:bold;
}
.wpcf7-submit:hover{
	background-color:#000000;
}

.wpcf7-form p{
	font-size:16px;
	color:#333333;
	font-weight:normal;
	margin-bottom: 10px;
}
.wpcf7-form b{
	color:#003B87;
	font-weight:bold;
}
.wpcf7-form em{
	color:#003B87;
	font-weight:bold;
	font-style:italic;
	font-size:14px;
}

.wpcf7-file{
	padding:0px;
}
input,select{
    border:1px solid #999999;
    height:35px;
	width:100%;
	padding:8px;
	color:#888888;
}
select{
	padding:0px 8px;
}
textarea{
	border:1px solid #999999;
	height:100px;
	width:100%;
	padding:8px;
	color:#888888;
}
input.acepto{
	width:auto;
	height: 16px;
}

.wpcf7-not-valid-tip {
    color: #C10000 !important;
}

div.wpcf7-validation-errors {
    border: 2px solid #C10000;
    color: #C10000;
    font-size: 16px;
    font-weight: normal;
}
div.wpcf7-response-output {
    margin: 0;
    padding: 0.5em 1em;
}


/*  Migas
================================================== */

.migas{
    background-color:#003B87;
    color:#FFFFFF;
    font-size: 14px;
    font-weight: normal;
    margin:0px;
    padding:8px 15px;
	border-radius:0px;
    text-transform: none;
}
.migas a{
    color:#FFFFFF;
}
.migas a:hover{
    color:#c10000;
}

.home .migas{
	display:none;
}


/*  Footer
================================================== */

.logo-footer{
	width:25%;
}


.dades-footer p {
	font-size:12px;
	color:#000000;
}
.dades-footer {
	text-align:right;
	width:75%;
}
.dades-footer a{
	color:#003B87;
	text-decoration:none;
}
.dades-footer a:hover{
	color:#c10000;
	text-decoration:none;
}

hr{
	margin-top:0px;
	margin-bottom:30px;
}


/*  Posts home
================================================== */

.display-posts-listing .listing-item {
    background: none repeat scroll 0 0 #F6F6F6;
    clear: both;
    display: block;
    height: auto;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 10px;

}
.display-posts-listing .title {
 font-size:18px;	
 line-height: 20px;
}
.display-posts-listing img {
 float:left;	
 margin-bottom:10px;
 margin-right:10px;
}
.display-posts-listing .excerpt-dash {
 display:none;
}
.display-posts-listing .excerpt {
 display:block;
 margin-bottom:15px;
}
.display-posts-listing{
width: 100%;
}


/*  Blog
================================================== */

section.post_content img {
	padding-bottom: 20px;
}



/* #TABLET STYLES
================================================== */
@media handheld, only screen and (min-width: 768px) and (max-width: 991px){

	
	/*  Home
	================================================== */

	.navbar-default{
		font-size:12px;
	}
	
	
	/*  Footer
	================================================== */
	
	.dades-footer{
		width:100%;
		text-align:left;
	}

	
}

.home .symple-one-fourth img{
    margin-bottom:10px;
}

/* #MOBILE STYLES
================================================== */
@media handheld, only screen and (max-width: 767px) {
	
	
	/*  Home
	================================================== */

	.menu-idiomes{
		text-align:left;
	}
	.slogan{
		width:100%;
		float:left;
		display: none;
	}
	.idiomes{
		width:100%;
	}
	
	.logo{
		float:left;
	}

	.navbar-toggle{
		margin-top:30px;
	}
	
	
	/*  Footer
	================================================== */
	
	.dades-footer{
		width:100%;
		text-align:left;
	}
	

}