/*
Theme Name:  Ana Villagordo
Theme 
URI: http://www.anavillagordo.com

Description: Tema fill WPEX - POWERED
Author: Pimpampum.net
Author URI: http://www.pimpampum.net

Template: wpex-powered 
Version: 1.0.0
License: GNU General Public License v2 or later 
License URI:  http://www.gnu.org/licenses/gpl-2.0.html

*/
* {
box-sizing:border-box;
}

/*------------------------------------------------------------------
[# Grid]
-------------------------------------------------------------------*/
.pwd-clr:after {
content:"";
display:block;
height:0;
clear:both;
visibility:hidden;
zoom:1;
}

/*percent grid*/
.pwd-row,.pwd-row-nr {
margin:0 -15px;
}

.pwd-col {
float:left;
margin:0 20px 40px;
padding:0;
}

.pwd-count-1 {
clear:both;
}

.pwd-col-1 {
width:100%;
}

.pwd-col-2 {
width:calc(50% - 40px);
}

.pwd-col-3, .full-width .pwd-col-2 {
width:calc(33.33% - 40px);
}

.pwd-col-4 {
width:calc(25% - 40px);
}

.pwd-col-5 {
width:calc(20% - 40px);
}

.pwd-col-6 {
width:calc(16.66666667% - 40px);
}

.pwd-col-7 {
width:calc(14.285% - 40px);
}

.pwd-col-8 {
width:calc(12.5% - 40px);
}

.pwd-col-9 {
width:calc(11.11% - 40px);
}

.pwd-col-10 {
width:calc(10% - 40px);
}

.pwd-row.pwd-gap-50,.pwd-row-nr.pwd-gap-50 {
margin:0 -25px;
}

.pwd-gap-50 .pwd-col {
float:left;
margin:0 0 50px;
padding:0 25px;
}

.pwd-row.pwd-gap-60,.pwd-row-nr.pwd-gap-60 {
margin:0 -30px;
}

.pwd-gap-60 .pwd-col {
float:left;
margin:0 0 60px;
padding:0 30px;
}

.pwd-row.pwd-gap-6,.pwd-row-nr.pwd-gap-6 {
margin:0 -3px;
}

.pwd-gap-6 .pwd-col {
float:left;
margin:0 0 6px;
padding:0 3px;
}

.pwd-row.pwd-gap-10,.pwd-row-nr.pwd-gap-10 {
margin:0 -10px;
}

.pwd-gap-10 .pwd-col {
float:left;
margin:0 0 10px;
padding:0 5px;
}

/*make text inputs 100% when inside a column*/
.pwd-row .pwd-col input[type="text"],.pwd-row .pwd-col input[type="password"],.pwd-row .pwd-col input[type="email"],.pwd-row .pwd-col input[type="url"],.pwd-row .pwd-col input[type="tel"] {
width:100%;
}

/*------------------------------------------------------------------
[# Body & Layout]
-------------------------------------------------------------------*/
body {
background:#fff;
color:#635d59;
font:300 14px/1.6 Roboto, 'Helvetica Neue',Helvetica,Arial;
margin:0;
padding:0;
}

html.pwd-prevent-scroll,body.pwd-prevent-scroll {
overflow:hidden;
height:100%;
}

.pwd-container {
width:1100px;
margin:0 auto;
}

.container-home {
width: 90%;
max-width: 1600px;
margin: 0 auto;

}

.pwd-site-content {
padding:20px 0;
}

.pwd-content-area {
float:left;
width:70%;
max-width:760px;
}

.pwd-sidebar {
float:right;
width:26%;
/* background-color: #E8E8E7; padding: 30px 15px; */
border-left:1px dotted #ccc;
padding-left:30px;
}

body.full-width .pwd-content-area {
width:100%;
max-width:none;
}

body.left-sidebar .pwd-content-area {
float:right;
}

body.left-sidebar .pwd-sidebar {
float:left;
}

/*------------------------------------------------------------------
[# Commons]
-------------------------------------------------------------------*/
/*hide screen reader text*/
.screen-reader-response {
display:none;
}

/* Text meant only for screen readers. */
.screen-reader-text {
clip:rect(1px,1px,1px,1px);
position:absolute!important;
height:1px;
width:1px;
overflow:hidden;
}

.screen-reader-text:focus {
background-color:#f1f1f1;
border-radius:3px;
box-shadow:0 0 2px 2px rgba(0,0,0,0.6);
clip:auto!important;
color:#21759b;
display:block;
font-size:14px;
font-size:.875rem;
font-weight:700;
height:auto;
left:5px;
line-height:normal;
padding:15px 23px 14px;
text-decoration:none;
top:5px;
width:auto;
z-index:100000;
/* Above WP toolbar. */
}

/*clear floats*/
.pwd-clr:after {
clear:both;
content:".";
display:block;
height:0;
line-height:0;
visibility:hidden;
}

.clear {
clear:both;
}

/*images*/
img {
height:auto;
max-width:100%;
}

/*blockquote*/
blockquote {
font-size:1.2em;
margin:0 0 20px;
padding:14px 0;
position:relative;
font-family:Georgia;
color:#888;
font-style:italic;
border-top:1px solid #ddd;
border-bottom:1px solid #ddd;
}

blockquote.left {
float:left;
margin-left:0;
margin-right:20px;
text-align:right;
width:33%;
}

blockquote.right {
float:right;
margin-left:20px;
margin-right:0;
text-align:left;
width:33%;
}

blockquote p:last-child {
margin:0;
}

blockquote cite {
display:block;
margin-top:20px;
font-style:italic;
font-size:.929em;
color:#999;
}

/*pre tag*/
pre {
background:#635d59;
color:#fff;
font-size:.87em;
padding:15px 20px;
margin-bottom:30px;
white-space:pre-wrap;
white-space:-moz-pre-wrap;
white-space:-pre-wrap;
white-space:-o-pre-wrap;
word-wrap:break-word;
font-family:'Verdana';
}

/*code*/
kbd,code {
font-family:monospace;
color:#222;
}

/*sub-sup*/
sub {
vertical-align:sub;
font-size:11px;
}

sup {
vertical-align:super;
font-size:11px;
}

/*quote tag*/
q {
font-family:Georgia;
color:#686868;
font-style:italic;
}

/*variables*/
var {
font-style:italic;
}

/*address*/
address {
color:#686868;
letter-spacing:.5px;
font-size:1em;
margin:0 0 20px;
}

/*tables*/
table td,table th {
border:1px solid #e7e7e7;
text-align:left;
padding:.857em;
}

table thead {
background:#f9f9f9;
color:#222;
}

/*definition lists*/
dt {
font-weight:700;
text-decoration:underline;
}

dd {
margin:0;
padding:0 0 30px;
}

/*cite*/
cite {
color:#787878;
font-style:italic;
}

/*theme heading*/
.pwd-heading,#reply-title {
font-size:1.5em;
letter-spacing:.5px;
margin:0 0 20px;
font-weight:700;
text-transform:uppercase;
}

.pwd-heading a,.pwd-heading a:hover {
text-decoration:none;
}

/*highlight*/
.pwd-text-highlight {
background-color:#FFF49B;
color:#A5651A;
padding:0 .313em;
}

/*notices*/
.pwd-notice {
padding:20px;
margin:0 0 20px;
background:#f9f9f9;
border:1px solid #ddd;
border-left:5px solid #f0ad4e;
}

.pwd-info {
border-left-color:#5bc0de;
}

body .pwd-info strong {
color:#5bc0de;
}

.pwd-warning {
border-left-color:#d9534f;
}

body .pwd-warning strong {
color:#d9534f;
}

.pwd-success {
border-left-color:#5cb85c;
}

body .pwd-success strong {
color:#5cb85c;
}

/*responsive embeds*/
iframe,embed,frame {
max-width:100%;
}

.pwd-responsive-embed iframe,.pwd-responsive-embed embed,.pwd-responsive-embed frame {
display:none;
}

.pwd-responsive-embed.pwd-show iframe,.pwd-responsive-embed.pwd-show embed,.pwd-responsive-embed.pwd-show frame {
display:block;
}

.pwd-entry .pwd-responsive-embed {
margin-bottom:20px;
}

/*audio embeds*/
.pwd-post-audio iframe,.pwd-loop-entry-audio iframe,.pwd-post-audio embed,.pwd-loop-entry-audio embed,.pwd-post-audio frame,.pwd-loop-entry-audio frame {
width:100%;
}

/*lists */
.pwd-entry ul {
margin:0 0 20px 40px;
}

.pwd-entry ul ul {
margin:0 0 0 40px;
}

.pwd-entry ol {
margin:0 0 20px 40px;
}

.pwd-entry ol li {
margin-bottom:10px;
}

.pwd-entry ol li:last-child {
margin-bottom:0;
}

.pwd-entry ul {
list-style:disc;
}

.pwd-entry ol {
list-style:decimal;
}

ul.pwd-clr {
padding-left:0;
}

/*------------------------------------------------------------------
[# Typography]
-------------------------------------------------------------------*/
a {
color:#E22019;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

.pwd-entry a.pwd-theme-button {
text-decoration:none;
}

h1,h2,h3,h4,h5,h6 {
font-weight:700;
color:#5b5b5b;
line-height:1.4em;
}

.pwd-entry h2,.pwd-entry h3,.pwd-entry h4,.pwd-entry h5,.pwd-entry h6 {
margin:30px 0 20px;
}

h1 {
font-size:2.615em;
margin:0 0 30px;
line-height:normal;
font-weight:500;
}

h2 {
font-size:1.571em;
}

h3 {
font-size:1.286em;
}

h4 {
font-size:1.143em;
}

h5 {
font-size:1em;
}

h6 {
font-size:.857em;
}

p {
margin:0 0 20px;
}

h1 a,h2 a,h3 a,h4 a {
color:#000;
text-decoration:none;
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover {
text-decoration:none;
color:#E22019;
}

p.lead {
color:#777;
font-size:1.5em;
}

em {
font-style:italic;
}

strong {
font-weight:500;
color:#222;
}

small {
font-size:80%;
}

hr {
border:solid #eee;
border-width:1px 0 0;
clear:both;
height:0;
margin:40px 0;
}

a {
outline:0;
}

/*bigger post text*/

.pwd-post-content,.pwd-page-content,.pwd-loop-entry.pwd-col-1 .pwd-loop-entry-content {
font-size:16px;
-ms-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}

article img {
border-radius:4px;
margin-top: 20px;
}

article img + img {
margin-left: 20px;
}

.pwd-post-content p,.pwd-page-content p,.pwd-loop-entry.pwd-col-1 .pwd-loop-entry-content p,.pwd-post-content ul,.pwd-post-content ol,.pwd-page-content ul,.pwd-page-content ol,.pwd-loop-entry.pwd-col-1 ul,.pwd-loop-entry.pwd-col-1 ol {
margin-bottom:24px;
}

/*archives header*/

.pwd-archive-header {
margin-bottom:40px;
text-align:left;
text-align:center;
}

.pwd-archive-title {
margin:0;
text-transform:capitalize;
}

.pwd-header-tagline {
color:#8f8b87;
font-size:1.385em;
font-family:'Georgia';
font-style:italic;
}

.pwd-header-tagline p:last-child {
margin:0;
}

/*------------------------------------------------------------------
[# Dropdowns]
-------------------------------------------------------------------*/

.pwd-dropdown-menu {
margin:0;
padding:0;
list-style:none;
text-align: center;
display: flex;
justify-content: center;
align-items: baseline;
}

.pwd-dropdown-menu li {
position:relative;
}

.pwd-dropdown-menu ul {
visibility:hidden;
opacity:0;
position:absolute;
top:100%;
z-index:9999;
margin:0;
white-space:nowrap;
transition:.25s all;
}

.pwd-dropdown-menu > li {
display: inline;
}

.pwd-dropdown-menu li:hover > ul,.pwd-dropdown-menu li.pwd-touched > ul,.pwd-dropdown-menu li.pwd-active > ul {
margin:0;
visibility:visible;
opacity:1;
}

.pwd-dropdown-menu a {
display:inline-block;
position:relative;
}

.pwd-dropdown-menu ul li {
display:block;
float:none;
position:relative;
}

.pwd-dropdown-menu ul li a {
display:block;
}

.pwd-dropdown-menu li ul {
min-width:200px;
}

.pwd-dropdown-menu ul ul {
top:0;
left:100%;
}

.pwd-dropdown-menu .dropdown-arrow-side {
margin-left:5px;
}

/*dropdown arrows*/
.pwd-dropdown-arrow-side {
margin-left:5px;
}

/*------------------------------------------------------------------
[# Header]
-------------------------------------------------------------------*/
.pwd-site-header-wrap {
background:#fff;
}

.pwd-site-header.pwd-clr::after {
content: none;
}

.pwd-site-header {
position:relative;
z-index:2;
display: flex;
justify-content: space-between;
}

/*logo*/
.pwd-site-branding {

line-height:50px;
font-size:24px;
}

.pwd-site-logo img {
display:block;
width:300px;
margin:30px 0;
}

.site-text-logo a {
font-weight:700;
color:#fff;
text-decoration:none;
}

.site-text-logo a:hover {
text-decoration:none;
}

/*------------------------------------------------------------------
[# Main Menu]
-------------------------------------------------------------------*/
.pwd-site-nav {
position:relative;
float:right;
text-transform:uppercase;
font-size:.923em;
margin-top:4em;
}

.pwd-site-nav .pwd-dropdown-menu > li {
height:40px;
line-height:40px;
}

.pwd-site-nav .pwd-dropdown-menu a {
color:#5b5b5b;
padding:0 5px;
transition:all .25s;
font-weight:500;
letter-spacing:.5px;
font-size:1.25em;
margin:0 15px;
border-bottom:3px solid #fff;
}

.pwd-site-nav .pwd-dropdown-menu a:hover {
text-decoration:none;
color:#E22019;
border-bottom:3px solid #E22019;
}

.pwd-site-nav .pwd-dropdown-menu .pwd-search-toggle a:hover  {
border-bottom-color: #fff;
}

.pwd-site-nav .pwd-dropdown-menu > li.current-menu-item > a,.pwd-site-nav .pwd-dropdown-menu > li.parent-menu-item > a,.pwd-site-nav .pwd-dropdown-menu > li.current-menu-ancestor > a {
border-bottom:3px solid #E22019;
color:#E22019;
text-decoration:none;
}

.pwd-site-nav .pwd-dropdown-menu > li.current-menu-item > a:hover,.pwd-site-nav .pwd-dropdown-menu > li.parent-menu-item > a:hover,.pwd-site-nav .pwd-dropdown-menu > li.current-menu-ancestor > a:hover {
color:#635d59;
}

.pwd-site-nav .pwd-dropdown-menu .sub-menu {
background:#222;
box-shadow:0 1px 2px 0 rgba(0,0,0,0.1);
min-width:100%;
max-width:200px;
left:0;
overflow:hidden;
transition:all .25s;
text-transform:none;
font-size:1.083em;
padding:.6em 0;
}

.pwd-site-nav .pwd-dropdown-menu .sub-menu li {
margin:0;
height:auto;
line-height:1.5;
}

.pwd-site-nav .pwd-dropdown-menu .sub-menu > li:last-child {
border-bottom:0;
}

.pwd-site-nav .pwd-dropdown-menu .sub-menu a {
padding:.6em 1.4em;
font-weight:400;
font-size:.929em;
border:0;
}

.pwd-site-nav .pwd-dropdown-menu li a .fa {
margin-right:10px;
}

/* site nav arrows */
.pwd-site-nav .pwd-dropdown-menu li a .pwd-dropdown-arrow-down {
margin-right:0;
}

.pwd-dropdown-arrow-down,.pwd-dropdown-arrow-side {
margin-left:5px;
}

/* site nav search */
.pwd-site-nav li.pwd-search-toggle a {
padding-right:0;
}

.pwd-site-nav li.pwd-search-toggle,.pwd-site-nav li.pwd-search-toggle a:hover {
background:none!important;
}

.pwd-site-header-search {
position:absolute;
right:0;
top:110px;
background:#8f8b87;
width:220px;
padding:10px;
z-index:999;
line-height:normal;
display:none;
}

.pwd-site-header-search.pwd-active {
display:block;
}

.pwd-site-header .pwd-site-searchform input[type="search"] {
border:0;
background:#fff;
height:30px;
}

.pwd-site-header-search .pwd-site-searchform button {
display:none;
}

/* site nav mobile toggle 
.pwd-site-nav .pwd-dropdown-menu > li.pwd-menu-mobile-toggle-li {
display:none;
}*/

/*------------------------------------------------------------------
[# Mobile Menu]
-------------------------------------------------------------------*/
.pwd-mobile-menu-alt,.slicknav_menu {
display:none;
}

.slicknav_btn {
display:block;
float:left;
margin:0;
border:0;
cursor:pointer;
position:relative;
font-weight:700;
font-size:1.143em;
}

.slicknav_btn:hover {
text-decoration:none;
}

.slicknav_menu .slicknav_icon {
display:none;
}

.slicknav_nav {
background:#222;
padding:0;
margin:0;
overflow:hidden;
line-height:normal;
}

.slicknav_nav li {
display:block;
}

.slicknav_nav .slicknav_arrow {
font-size:10px;
margin:0 0 0 7px;
}

.slicknav_nav .slicknav_item {
cursor:pointer;
}

.slicknav_nav a {
display:block;
text-decoration:none!important;
transition:all .25s linear;
}

.slicknav_nav .slicknav_item a,.slicknav_nav .slicknav_parent-link a {
display:inline;
}

.slicknav_nav .slicknav_row {
display:block;
padding:.8em 1.2em;
}

.slicknav_nav ul {
list-style:none;
overflow:hidden;
}

.slicknav_nav ul {
padding:0;
margin:0 0 0 20px;
}

.slicknav_nav a {
color:#999;
padding:.8em 1.2em;
text-decoration:none;
}

.slicknav_nav li:hover > a {
background:#111;
color:#fff;
}

.slicknav_nav ul a {
margin:2px 0;
padding:.2em 1.2em;
}

.slicknav_nav a .fa {
margin-right:10px;
}

.slicknav_nav .slicknav_item a,.slicknav_nav .slicknav_parent-link a {
padding:0;
margin:0;
}

.slicknav_nav .pwd-dropdown-arrow-down,.slicknav_nav .pwd-dropdown-arrow-side {
display:none;
}

.pwd-site-header-wrap .slicknav_menu {
background:none;
float:right;
height:50px;
z-index:99;
}

.pwd-site-header-wrap .slicknav_btn {
display:block;
width:40px;
text-align:right;
color:#fff;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
text-transform:uppercase;
text-align:right;
}

.pwd-site-header-wrap .slicknav_btn .fa {
margin-right:1em;
}

.pwd-site-header-wrap .slicknav_nav {
font-size:1.2em;
position:absolute;
top:100%;
right:0;
width:100%;
line-height:normal;
}

/*------------------------------------------------------------------
[# Sidebar]
-------------------------------------------------------------------*/
.pwd-sidebar-widget {
margin-bottom:40px;
}

.pwd-sidebar-widget.widget_search {
border:none;
padding:0;
}

.pwd-sidebar-widget .widget-title {
font-size:1.077em;
color:#000;
text-transform:uppercase;
font-weight:700;
margin-bottom:20px;
}

/*sidebar lists*/
.pwd-sidebar-widget.widget_archive ul,.pwd-sidebar-widget.widget_recent_entries ul,.pwd-sidebar-widget.widget_categories ul,.pwd-sidebar-widget.widget_meta ul,.pwd-sidebar-widget.widget_recent_comments ul {
border-top:1px solid #eee;
padding-left:0;
}

.pwd-sidebar-widget.widget_archive li,.pwd-sidebar-widget.widget_recent_entries li,.pwd-sidebar-widget.widget_categories li,.pwd-sidebar-widget.widget_meta li,.pwd-sidebar-widget.widget_recent_comments li {
list-style:none;
list-style-position:outside;
border-bottom:1px solid #eee;
padding:3px 0;
}

.pwd-sidebar-widget a {
color:#666;
}

.pwd-sidebar-widget a:hover {
color:#e22019;
text-decoration:none;
}

/*------------------------------------------------------------------
[# Widgets]
-------------------------------------------------------------------*/
.pwd-sidebar select {
width:100%;
}

/*calendar widget*/
#wp-calendar {
font-size:13px;
}

#wp-calender table {
width:100%;
}

/*rss feeds*/
.widget_rss .rss-widget-icon {
margin-right:6px;
}

.widget_rss li {
margin-bottom:20px;
}

.widget_rss li a {
font-weight:700;
}

.widget_rss .rss-date {
opacity:.6;
}

.widget_rss .rssSummary {
margin-bottom:5px;
}

/*social profiles*/
.pwd-social-profiles-widget .desc {
margin-bottom:20px;
}

.pwd-social-profiles-widget ul {
list-style:none;
margin:0 -3px;
padding:0;
border:0;
}

.pwd-social-profiles-widget li {
list-style:none;
margin:0;
padding:0;
border:none;
display:block;
width:25%;
float:left;
padding-right:3px;
padding-left:3px;
margin-bottom:6px;
}

.pwd-social-profiles-widget li a {
background:#635d59;
display:block;
width:100%;
padding:10px 0;
text-align:center;
font-size:21px;
color:#fff!important;
}

.pwd-social-profiles-widget li a:active {
box-shadow:inset 0 2px 2px rgba(0,0,0,0.35);
}

.pwd-social-profiles-widget ul a:hover {
opacity:.7;
}

.footer-widget .pwd-social-profiles-widget ul {
margin:0;
}

.footer-widget .pwd-social-profiles-widget li {
width:auto;
padding:0;
margin-left:5px;
margin-bottom:5px;
}

.footer-widget .pwd-social-profiles-widget li:first-child {
margin-left:0;
}

.footer-widget .pwd-social-profiles-widget li a {
height:40px;
width:40px;
line-height:40px;
padding:0;
}

/*recent posts lists*/
.widget-recent-list li {
position:relative;
display:block;
margin-bottom:24px;
padding-left:100px;
min-height:80px;
}

.widget-recent-list li:last-child {
margin-bottom:0;
}

.widget-recent-list .pwd-thumbnail {
display:block;
position:absolute;
top:0;
left:0;
width:80px;
height:80px;
}

.widget-recent-list .pwd-thumbnail img {
display:block;
height:80px;
width:80px;
}

.widget-recent-list .pwd-thumbnail img:hover {
opacity:.9;
-moz-opacity:.9;
-webkit-opacity:.9;
}

.widget-recent-list .pwd-title {
font-weight:700;
text-transform:none;
font-size:1.077em;
position:relative;
letter-spacing:.5px;
margin-bottom:5px;
}

.widget-recent-list .pwd-title a {
color:#635d59;
}

.widget-recent-list .pwd-title a:hover {
color:#E22019;
}

.widget-recent-list .pwd-date {
color:gray;
}

.widget-recent-list .pwd-date .fa {
margin-right:4px;
}

.pwd-footer-widgets .widget-recent-list .pwd-title a {
font-size:1em;
}

.pwd-footer-widgets .widget-recent-list .pwd-title a:hover {
color:#fff;
opacity:.8;
-moz-opacity:.8;
-webkit-opacity:.8;
}

.pwd-footer-widgets .widget-recent-list .pwd-date {
color:inherit;
}

/*tagcloud*/
.widget_tag_cloud a {
font-size:12px!important;
}

.widget_tag_cloud a {
display:block;
float:left;
padding:.25em .8em;
color:#000;
text-transform:uppercase;
margin:0 3px 3px 0;
border:1px solid #ddd;
transition:.25s all;
}

.widget_tag_cloud a:hover {
background:#635d59;
color:#fff!important;
text-decoration:none;
border-color:transparent;
}

.pwd-footer-widgets .widget_tag_cloud a {
background:#333;
border:0;
color:#fff;
}

.pwd-footer-widgets .widget_tag_cloud a:hover {
color:#222;
}

/*------------------------------------------------------------------
[# Featured Post]
-------------------------------------------------------------------*/
#slides {
margin-bottom:40px;
background:#4d4d4d;
border-radius:4px;
position:relative;
}

#slides a:hover {
opacity:.95;
}

#slides a {
color:#fff;
text-decoration:none;
}

#slides img {
display:block;
width:100%;
border-radius:0 4px 4px 0;
}

#slides .featured-details {
width:40%;
float:left;
height:100%;
color:#fff;
padding:0 30px 20px;
margin-top:70px;
}

#slides .featured-image {
width:60%;
float:right;
}

#slides .pwd-featured-post-content h2 {
color:#fff;
font-size:2.4em;
font-weight:400;
margin:0 0 10px;
}

#slides .post-content {
color: #ccc;
font-size: 0.9375em;
}

#slides .pwd-featured-post-cat {
color:#ccc;
}

#slides .attachment-slideshow {
border-radius:0 4px 4px 0;
}

.slidesjs-navigation {
width:27px;
height:27px;
background-position:center center;
background-size:contain;
background-repeat:no-repeat;
position:absolute;
top:30px;
display:block;
text-indent:-999em;
opacity:.7;
transition:opacity .25s;
z-index:99;
}

.slidesjs-previous {
left:30px;
background-image:url(img/bt_prev.svg);
}

.slidesjs-next {
left:64px;
background-image:url(img/bt_next.svg);
}

.slidesjs-navigation:hover {
opacity:1;
transition:opacity .25s;
cursor:pointer;
}

#slides a.read-more,#slides a:visited.read-more {
margin-left:-30px;
margin-top:30px;
padding:7px 20px 7px 30px;
display:inline-block;
color:#fff;
background-color:#E22019;
border-radius:0 4px 4px 0;
}

/*------------------------------------------------------------------
[# Loop Entry]
-------------------------------------------------------------------*/
.pwd-loop-entry {
display:block;
border-bottom:1px solid rgba(0,0,0,0.2);
padding-bottom:40px;
position:relative;
background-color:#fff;
}

.pwd-loop-entry-readmore {
position:absolute;
bottom:15px;
left:15px;
}

.pwd-loop-entry-readmore a,.pwd-loop-entry-readmore a:hover {
text-decoration:none;
}

.pwd-loop-entry .teaser_data,a .plus {
opacity:0;
transition:opacity .25s;
}

.pwd-loop-entry:hover .teaser_data,a:hover .plus {
opacity:1;
transition:opacity .25s;
}

.teaser_data {
position:absolute;
bottom:15px;
right:15px;
color:#999;
margin:0;
}

.teaser_data {
font-size:.875em;
line-height:1.8;
}

/*entry title*/
.pwd-loop-entry-title {
margin:0 0 10px;
font-size:1.25em;
font-weight:400;
}

/*entry media*/
.pwd-loop-entry-media {
position:relative;
margin-bottom:20px;
}

.pwd-loop-entry-media a {
display:block;
overflow:hidden;
}

.pwd-loop-entry-media a.pwd-loop-entry-media-link,.pwd-loop-entry-media img {
display:block;
}

/*entry format icons*/
.pwd-loop-entry-format-icon {
margin-right:.8em;
font-size:.9em;
}

/*entry content*/
.pwd-loop-entry-excerpt {
color:#555;
}

.pwd-loop-entry.post-entry p:last-child {
margin:0;
}

.pwd-loop-entry-content {
padding:0 15px;
}

/*entry categories*/
.pwd-loop-entry-cats {
margin-bottom:3px;
font-size:.75em;
font-weight:500;
color:#999;
border-bottom:1px dotted #b2b2b2;
padding-bottom:5px;
margin-bottom:10px;
}

.pwd-loop-entry-cats a {
margin-bottom:2px;
padding:1px 0;
color:#999;
text-transform:uppercase;
}

.pwd-loop-entry-cats a:hover {
text-decoration:none;
color:#E22019;
}

/*single column entries*/
.pwd-loop-entry.pwd-col-1 .pwd-loop-entry-title {
font-size:34px;
line-height:1.5;
}

.pwd-loop-entry.pwd-col-1 .pwd-loop-entry-excerpt {
font-style:normal;
}

/* carregar més posts */


#more-posts {
background: url(img/ico_mes.png) no-repeat center center #4d4d4d;
min-height: 300px;
border-radius: 4px;
display: block;
position: relative;
}

#more-posts:hover {
background-color: #e22019;
transition:.25s background-color;
cursor: pointer;
}

#more-text {
position: absolute;
bottom: 20px;
right: 20px;
color: #fff;
line-height: 1;
transition:.25s opacity;
text-align: right;
}

#more-text p {
margin: 0.5em 0;
}


/*------------------------------------------------------------------
[# Posts]
-------------------------------------------------------------------*/
.pwd-post-header {
margin-bottom:40px;
}

.pwd-post-title {
margin-bottom:0;
line-height:1.3;
}

.pwd-post-media {
position:relative;
margin-bottom:30px;
}

.pwd-post-thumbnail img {
display:block;
}

.pwd-post-content {
margin-bottom:30px;
}

.pwd-post-edit {
padding:30px 0;
}

/*post meta*/
.pwd-meta {
color:#999;
padding-top: 0;
text-transform: uppercase;
font-size: 0.75em;
font-weight: 500;
}

.pwd-meta a,.pwd-meta span {
color:#999;
text-decoration:none;
text-transform:;
}

.pwd-meta a:hover,.pwd-meta a:hover .fa {
color:#c33;
text-decoration:none;
}

.pwd-meta li {
display:block;
float:left;
}

.pwd-meta .fa {
display:none;
margin-right:.714em;
}

.pwd-meta .pwd-sep {
margin:0 8px;
color:#aaa;
height:1em;
top:.25em;
position:relative;
width:1px;
background:#aaa;
display:block;
float:left;
}

/*tags*/
.pwd-post-tags {
margin-bottom:40px;
color:#aaa;
}

.pwd-post-tags a {
display:block;
float:left;
background:#635d59;
padding:.5em 1.2em;
transition:all .25s;
color:#fff;
margin-right:3px;
margin-top:3px;
text-transform:uppercase;
font-size:11px;
font-weight:600;
}

.pwd-post-tags a:hover {
background:#E22019;
text-decoration:none;
}

/*post nav*/
.pwd-post-navigation {
padding:40px 0;
border-bottom:1px solid #eee;
border-top:1px solid #eee;
margin-bottom:40px;
font-size:1.077em;
}

.pwd-post-navigation .nav-previous,.pwd-post-navigation .nav-next {
display:block;
width:48%;
float:left;
}

.pwd-post-navigation .nav-previous {
float:right;
text-align:right;
}

.pwd-post-navigation a {
color:#999;
}

.pwd-post-navigation .pwd-label {
color:#635d59;
font-weight:700;
font-size:1.1em;
text-transform:uppercase;
}

.pwd-post-navigation .nav-previous .fa {
margin-left:8px;
}

.pwd-post-navigation .nav-next .fa {
margin-right:8px;
}

.pwd-post-navigation .pwd-link {
font-size:.929em;
}

.pwd-post-navigation a:hover {
text-decoration:none;
}

.pwd-post-navigation a:hover .pwd-link {
text-decoration:underline;
color:#666;
}

/*post counter*/
.post-views {
margin:30px 0 0;
}

/*post author*/
.pwd-author-info {
margin-bottom:50px;
background:#f9f9f9;
border:1px solid #eee;
border-radius:10px;
}

.pwd-author-info-inner {
padding:30px 30px 30px 160px;
position:relative;
}

.pwd-author-info-avatar {
position:absolute;
top:30px;
left:30px;
width:100px;
}

.pwd-author-info-avatar img {
display:block;
width:100%;
border-radius:50%;
-moz-border-radius:50%;
-webkit-border-radius:50%;
}

.pwd-author-info-content {
font-size:1.077em;
}

.pwd-author-info-content p:last-child {
margin:0;
}

.pwd-entry .pwd-author-info-heading {
margin:0 0 10px;
}

.pwd-author-info-social {
padding-top:10px;
}

.pwd-author-info-social a {
display:block;
float:left;
text-align:center;
font-size:16px;
height:32px;
line-height:32px;
width:32px;
text-align:center;
background:#635d59;
color:#fff;
margin-right:3px;
margin-top:3px;
}

.pwd-author-info-social a:first-child {
margin-left:0;
}

.pwd-author-info-social a:hover {
opacity:.65;
}

/*------------------------------------------------------------------
[# Post Share]
-------------------------------------------------------------------*/
.pwd-post-share {
margin-bottom:15px;
}

.pwd-post-share li {
display:block;
float:left;
margin-right:6px;
text-align:center;
}

.pwd-post-share a {
display:block;
height:24px;
line-height:24px;
padding:0 10px;
color:#474747;
color:#fff;
}

.pwd-post-share a:hover {
text-decoration:none;
color:#fff;
opacity:.75;
}

.pwd-post-share a:active {
box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
}

.pwd-post-share a .fa {
font-size:14px;
margin-right:6px;
-webkit-font-smoothing:subpixel-antialiasing;
}

.pwd-post-share .pwd-twitter a {
background:#00aced;
}

.pwd-post-share .pwd-googleplus a {
background:#dd4b39;
}

.pwd-post-share .pwd-pinterest a {
background:#cb2027;
}

.pwd-post-share .pwd-linkedin a {
background:#007bb6;
}

.pwd-post-share .pwd-facebook a {
background:#3b5998;
}

/*------------------------------------------------------------------
[# Related Posts]
-------------------------------------------------------------------*/
.pwd-related-posts {
padding-top: 40px;
margin-bottom:40px;
clear: both;
}

.pwd-related-posts .pwd-loop-entry-title {
font-size:1.25em;
}

.pwd-related-posts-heading:after {
display:block;
content:"";
height:2px;
width:40px;
margin:14px auto 50px;
background:#999;
}

.pwd-related-posts .pwd-loop-entry:nth-of-type(3n + 1) {
clear:both;
}

/*------------------------------------------------------------------
[# Pages]
-------------------------------------------------------------------*/
.pwd-page-thumbnail {
margin:0 0 30px;
position:relative;
}

.pwd-page-thumbnail-title {
display:block;
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
text-align:center;
z-index:2;
}

.pwd-page-thumbnail-title:before {
display:block;
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
opacity:.25;
background:#000;
transition:all .25s;

}

.pwd-page-thumbnail-title-inner {
display:table;
width:100%;
height:100%;
}

.pwd-page-thumbnail-title h1 {
padding:30px;
vertical-align:middle;
display:table-cell;
position:relative;
text-transform:uppercase;
margin:0;
font-size:2.286em;
color:#fff;
font-weight:700;
}

.pwd-page-thumbnail-title h1 span {
padding:10px 20px;
background:#000;
}

.pwd-page-thumbnail img {
display:block;
width:100%;
z-index:1;
position:relative;
}

.pwd-page-header-title {
margin:0 0 40px;
font-weight:500;
}

/*------------------------------------------------------------------
[# Pagination]
-------------------------------------------------------------------*/
.pwd-page-numbers {
list-style:none;
margin:0;
line-height:normal;
font-size:1.2em;
}

.pwd-page-numbers li {
display:block;
float:left;
}

.pwd-page-numbers:after {
clear:both;
content:".";
display:block;
height:0;
line-height:0;
visibility:hidden;
}

.pwd-page-numbers a,.pwd-page-numbers span {
font-weight:700;
color:#635d59;
cursor:pointer;
display:block;
float:left;
padding:.7em .95em;
text-align:center;
text-decoration:none;
transition:all .25s;
}

.pwd-page-numbers a span {
border:0;
}

.pwd-page-numbers a:hover,.pwd-page-numbers a:hover span {
background:#f9f9f9;
color:#666;
}

.pwd-page-numbers span.current {
background:#f9f9f9;
color:#E22019;
text-decoration:none;
}

/*------------------------------------------------------------------
[# Entry:None]
-------------------------------------------------------------------*/
.pwd-entry-none {
font-size:1.143em;
font-weight:400;
text-align:center;
}

.pwd-entry-none p:last-child {
margin:0;
}

/*404 error*/
body.error404 .pwd-entry-none h1 {
margin:0 0 10px;
font-size:110px;
letter-spacing:20px;
font-weight:700;
}

body.error404 .pwd-entry-none {
background:none;
padding:100px 0;
border:0;
text-align:center;
font-size:1.5em;
color:#777;
font-weight:400;
box-shadow:none;
}

/*------------------------------------------------------------------
[# Footer Popular Posts]
-------------------------------------------------------------------*/
.pwd-footer-pp {
margin-bottom:30px;
}

.pwd-footer-pp-heading {
margin:0 0 20px;
font-size:21px;
}

.pwd-footer-pp .pwd-col img {
display:block;
margin-bottom:15px;
}

.pwd-footer-pp .pwd-col a {
color:#000;
}

.pwd-footer-pp .pwd-col a:hover {
text-decoration:none;
color:#E22019;
}

.pwd-footer-pp-entry-title {
font-weight:700;
}

/*------------------------------------------------------------------
[# Footer]
-------------------------------------------------------------------*/
.pwd-site-footer {
background:#262626;
color:#bbb;
}

.pwd-footer-widgets {
padding:60px 0 0;
}

.pwd-footer-widgets .col {
margin-bottom:0!important;
}

.pwd-footer-widgets .footer-widget {
margin-bottom:60px;
}

.pwd-footer-widgets.pwd-row {
margin:0 -30px;
}

.pwd-footer-widgets.pwd-row .pwd-col {
padding:0 20px;
}

.pwd-footer-widgets .pwd-col {
margin-bottom:0;
}

.pwd-footer-widgets a,.pwd-footer-widgets .widget-recent-list .pwd-title a {
color:#eee;
}

.pwd-footer-widgets a:hover,.pwd-footer-widgets .widget-recent-list .pwd-title a:hover {
color:#fff;
text-decoration:none;
}

.pwd-footer-widgets .widget-title {
font-size:1.25em;
color:#fff;
font-weight:700;
margin:0 0 20px;
}

.pwd-footer-widgets ul li {
border-color:#2d2d2d;
}

/*footer lists*/
.pwd-footer-widgets .widget_archive ul,.pwd-footer-widgets .widget_pages ul,.pwd-footer-widgets .widget_recent_entries ul,.pwd-footer-widgets .widget_categories ul,.pwd-footer-widgets .widget_meta ul,.pwd-footer-widgets .widget_recent_comments ul,.pwd-footer-widgets .widget_nav_menu ul {
padding-left:0;
}

.pwd-footer-widgets .widget_archive li,.pwd-footer-widgets .widget_pages li,.pwd-footer-widgets .widget_recent_entries li,.pwd-footer-widgets .widget_categories li,.pwd-footer-widgets .widget_meta li,.pwd-footer-widgets .widget_recent_comments li,.pwd-footer-widgets .widget_nav_menu li {
list-style:none;
list-style-position:outside;
border-bottom:1px solid #2d2d2d;
padding-bottom:4px;
margin-bottom:4px;
}

.pwd-footer-widgets .widget_categories li {
padding-bottom: 0;
margin-bottom: 0;
}

.pwd-footer-widgets .widget_archive li:last-child,.pwd-footer-widgets .widget_pages li:last-child,.pwd-footer-widgets .widget_recent_entries li:last-child,.pwd-footer-widgets .widget_categories li:last-child,.pwd-footer-widgets .widget_meta li:last-child,.pwd-footer-widgets .widget_recent_comments li:last-child,.pwd-footer-widgets .widget_nav_menu li:last-child {
border-bottom:none;
}

.pwd-site-footer table td,.pwd-site-footer table th {
border-color:#635d59;
}

.pwd-site-footer table thead {
background:#635d59;
color:#fff;
}

/*footer bottom*/
.pwd-footer-bottom {
background:#222;
color:#666;
text-align:center;
padding:20px 0;
font-size:13px;
}

.pwd-footer-bottom a {
color:#bbb;
text-decoration:underline;
}

.pwd-footer-bottom a:hover {
color:#fff;
}

/*------------------------------------------------------------------
[# Scroll To Top Button]
-------------------------------------------------------------------*/
.pwd-site-scroll-top {
z-index:999;
position:fixed;
visibility:hidden;
background:#635d59;
opacity:0;
height:32px;
line-height:32px;
width:32px;
text-align:center;
bottom:20px;
right:20px;
color:#fff;
font-size:14px;
transition:all .25s;
box-shadow:0 1px 2px rgba(0,0,0,0.15);
}

.pwd-site-scroll-top.pwd-show {
visibility:visible;
opacity:.7;
-moz-opacity:.7;
-webkit-opacity:.7;
}

.pwd-site-scroll-top:hover {
opacity:1;
color:#fff;
background:#635d59;
}

/*------------------------------------------------------------------
[# Forms, Inputs & Buttons]
-------------------------------------------------------------------*/
/*reset focus outline*/
:focus {
outline:0;
}

/*inputs*/
input[type="text"],input[type="password"],input[type="email"],input[type="url"],input[type="tel"],textarea {
background:#fff;
border:1px solid #ddd;
color:inherit;
display:block;
margin:0;
max-width:100%;
padding:.6em .8em;
font-size:1em;
font-weight:400;
color:#635d59;
-webkit-appearance:none;
line-height:normal;
box-shadow:none;
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
}

textarea {
width:100%;
line-height:inherit;
}

input:-webkit-autofill {
-webkit-box-shadow:0 0 0 1000px #fff inset;
}

input:-webkit-autofill:focus {
-webkit-box-shadow:0 0 0 1000px #fff inset;
}

input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="tel"]:focus,textarea:focus {
outline:0;
}

/*placeholder text*/
::-webkit-input-placeholder {
color:#585858;
}

:-moz-placeholder {
color:#585858;
}

::-moz-placeholder {
color:#585858;
}

:-ms-input-placeholder {
color:#585858;
}

/*labels*/
label {
font-weight:700;
color:#686868;
}

/*password protected form*/
.post-password-form label {
display:block;
}

.post-password-form input[type="password"] {
margin-top:10px;
width:100%;
}

/*buttons*/
button,input[type="button"],input[type="submit"],.pwd-button {
background:#635d59;
border:transparent;
color:#fff;
display:block;
font-weight:700;
outline:none;
padding:1em 1.4em;
position:relative;
font-size:.846em;
cursor:pointer;
-webkit-appearance:none;
font-family:inherit;
display:block;
transition:all .25s;
border-radius:0;
text-transform:uppercase;
letter-spacing:1px;
text-transform:uppercase;
}

.pwd-entry input[type="submit"] {
margin-top:10px;
}

button:hover,input[type="button"]:hover,input[type="submit"]:hover,.pwd-button:hover {
background:#635d59;
color:#fff;
}

/*pwd-theme-button*/
.pwd-theme-button {
font-size:11px;
text-transform:uppercase;
font-weight:700;
color:#fff;
background:#635d59;
text-shadow:none;
display:inline-block;
padding:.7em 1.2em;
margin:0 2px 5px 0;
transition:all .25s linear;

}

.pwd-theme-button:hover {
color:#fff;
text-decoration:none;
opacity:.75;
}

/*chrome resets*/
input[type="search"],input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance:none;
}

/*------------------------------------------------------------------
[# Site Searchform]
-------------------------------------------------------------------*/
.pwd-site-searchform {
position:relative;
}

.pwd-site-searchform input[type="search"] {
background:#fff;
border:1px solid #ddd;
outline:none;
padding-left:.857em;
padding-right:50px;
height:40px;
width:100%;
font-size:1em;
transition:.25s all;
font-family:inherit;
font-weight:500;
color:#635d59;
-webkit-appearance:none;
border-radius:0;
}

.pwd-site-searchform button {
background:#635d59;
color:#fff;
position:absolute;
right:0;
top:0;
width:40px;
height:40px;
line-height:40px;
text-align:center;
display:block;
outline:none;
padding:0;
font-size:13px;
}

.pwd-site-searchform button:hover {
background:#635d59;
}

.pwd-site-searchform input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance:none;
}

.pwd-site-searchform input[type="search"]::-webkit-search-decoration {
display:none;
}

.pwd-site-footer .pwd-site-searchform input[type="search"] {
border-color:transparent;
}

/*------------------------------------------------------------------
[# Search Results]
-------------------------------------------------------------------*/
.pwd-search-results-form {
width:500px;
max-width:100%;
padding:0 30px;
margin:0 auto;
}

.search .pwd-header-tagline {
margin-bottom:20px;
}

/*------------------------------------------------------------------
[# Contact Form 7]
-------------------------------------------------------------------*/
.wpcf7-form span.wpcf7-form-control-wrap {
display:block;
margin-top:10px;
position:relative;
}

.wpcf7-form p {
margin:0 0 20px;
}

div.wpcf7-validation-errors {
margin:25px 0 0;
}

span.wpcf7-not-valid-tip {
padding-top:10px;
color:#999;
font-size:.929em;
clear:both;
display:block;
font-style:italic;
}

.wpcf7-response-output {
display:none;
padding:20px;
border:0;
background:#f1f1f1;
font-size:1em;
color:#878787;
text-align:center;
}

input.wpcf7-not-valid[type="text"],input.wpcf7-not-valid[type="password"],input.wpcf7-not-valid[type="email"],input.wpcf7-not-valid[type="url"],input.wpcf7-not-valid[type="tel"],textarea.wpcf7-not-valid {
border-color:#FF4847;
}

/*------------------------------------------------------------------
[# Comments]
-------------------------------------------------------------------*/
#comments {
color:#585858;
}

#comments span.required {
color:#C30;
}

.pwd-comments-wrap {
font-size:1.077em;
padding-top:20px;
}

.commentlist {
margin:0 0 40px;
padding: 0;
}

.commentlist .children {
margin-left:25px;
}

.commentlist li {
list-style:none;
margin:0;
}

.commentlist .comment {
border:1px solid #eee;
background:#f9f9f9;
padding:20px;
margin-bottom:20px;
border-radius:5px;
position:relative;
}

.commentlist .children .comment:before {
content:"";
display:block;
height:1px;
width:25px;
background:#ededed;
position:absolute;
left:-25px;
top:20px;
}

.comment-author {
position:absolute;
top:20px;
left:20px;
}

.comment-author .avatar {
display:block;
border-radius:50%;
-moz-border-radius:50%;
-webkit-border-radius:50%;
}

.comment-meta {
margin-bottom:10px;
}

.comment-meta .fn {
font-style:normal;
color:#000;
display:block;
font-size:1em;
line-height:1.3;
}

.comment-meta .url {
color:#635d59;
font-weight:600;
}

.comment-details {
margin-left:85px;
}

.comment-content.pwd-entry {
word-wrap:break-word;
}

.comment-content p:last-child {
margin:0;
}

.comment-content.pwd-entry {
padding-bottom:0;
}

.comment-date {
display:inline-block;
margin-right:8px;
font-size:.857em;
}

.comment-date a {
color:#a7a7a7;
}

.comment-reply-link {
font-size:.857em;
}

.comment-reply-link:hover {
color:#222;
text-decoration:underline;
}

#log-out {
float:right;
margin-top:-56px;
}

#reply-title {
margin:0 0 10px;
text-transform:none;
}

#commentform {
font-size:13px;
}

#commentform label {
display:block;
margin-bottom:5px;
}

#commentform textarea {
width:100%;
font-size:1.143em;
}

#commentform p {
margin:0 0 20px;
}

#comments .comment-notes {
margin-bottom:20px;
}

#comments .form-allowed-tags {
font-size:.857em;
}

#comments .form-allowed-tags {
font-style:italic;
color:#777;
}

.comment-awaiting-moderation {
font-size:.929em;
margin-bottom:20px;
color:red;
text-decoration:underline;
}

#comments #respond .form-submit #submit {
text-align:center;
}

#comments .comment-footer {
margin-top:20px;
}

#comments .comment-footer a,#comments a#cancel-comment-reply-link {
display:block;
float:right;
font-size:.857em;
text-transform:none;
color:#686868;
font-style:italic;
font-family:inherit;
font-weight:400;
text-decoration:underline;
}

#comments a#cancel-comment-reply-link {
float:right;
margin:0;
}

#comments a#cancel-comment-reply-link:hover,#comments .comment-footer a:hover {
text-decoration:underline;
}

#comments a#cancel-comment-reply-link {
color:red;
}

#comments .logged-in-as {
font-size:.929em;
margin-bottom:20px;
}

/*comments navigation*/
#comments .comment-navigation {
padding:20px 0 40px;
}

#comments .comment-navigation h3 {
margin:0 0 30px;
}

#comments .comment-navigation .pwd-nav-previous {
width:48%;
float:left;
}

#comments .comment-navigation .pwd-nav-next {
width:48%;
float:right;
text-align:right;
}

/*pingbacks*/
.commentlist .pingback {
padding:0;
margin:0;
border:0;
}

.commentlist .pingback p {
margin:0 0 5px;
}

.commentlist li.pingback.last {
margin-bottom:40px;
padding-bottom:40px;
border-bottom:1px solid #eee;
}

/*comments closed*/
.comments-closed-notice {
margin-top:30px;
padding:20px;
background:#eee;
color:#989898;
text-align:center;
text-transform:uppercase;
}

/*------------------------------------------------------------------
[# WordPress Styles]
-------------------------------------------------------------------*/
.sticky {
}

.bypostauthor {
}

/*aligns*/
.aligncenter {
display:block;
margin:2em auto;
}

.alignright {
float:right;
margin:0 0 10px 20px;
}

.alignleft {
float:left;
margin:0 20px 10px 0;
}

.alignnone img {
vertical-align:bottom;
}

/*floats*/
.floatleft {
float:left;
}

.floatright {
float:right;
}

/*text style*/
.textcenter {
text-align:center;
}

.textright {
text-align:right;
}

.textleft {
text-align:left;
}

/*captions*/
.wp-caption {
max-width:100%!important;
}

.wp-caption p.wp-caption-text {
text-align:left;
padding-top:10px;
opacity:1;
font-weight:400;
color:#888;
font-style:italic;
font-size:.857em;
}

.wp-caption p.wp-caption-text a {
color:#888;
}

.wp-caption img {
display:block;
border:0 none;
margin:0;
width:100%;
padding:0;
}

/*smiley reset*/
.wp-smiley {
margin:0!important;
max-height:1em;
}

/*img attachment*/
#img-attch-page {
overflow:hidden;
text-align:center;
}

#img-attch-page img {
display:inline-block;
margin:0 auto;
margin-bottom:20px;
max-width:100%;
}

/*gallery*/
.gallery {
margin:0 -10px 10px;
}

.gallery-item {
display:block;
float:left;
margin:0 0 20px;
padding:0 10px;
}

.gallery-item img {
border:none;
display:block;
margin:0 auto;
}

.gallery-caption {
font-size:.857em;
text-align:center;
padding-top:10px;
}

.gallery-columns-1 .gallery-item {
width:100%;
}

.gallery-columns-2 .gallery-item {
width:50%;
}

.gallery-columns-3 .gallery-item {
width:33.33333333%;
}

.gallery-columns-4 .gallery-item {
width:25%;
}

.gallery-columns-5 .gallery-item {
width:20%;
}

.gallery-columns-6 .gallery-item {
width:16.66666667%;
}

.gallery-columns-7 .gallery-item {
width:14.2857%;
}

.gallery-columns-8 .gallery-item {
width:12.5%;
}

.gallery-columns-9 .gallery-item {
width:11.11111111%;
}

/*------------------------------------------------------------------
[# Social Color Hovers]
-------------------------------------------------------------------*/
.pwd-social-bg.pwd-tripadvisor,.pwd-social-hover-bg.pwd-tripadvisor:hover {
background:#589442;
}

.pwd-social-bg.pwd-twitter,.pwd-social-hover-bg.pwd-twitter:hover {
background:#00aced;
}

.pwd-social-bg.pwd-facebook,.pwd-social-hover-bg.pwd-facebook:hover {
background:#3b5998;
}

.pwd-social-bg.pwd-pinterest,.pwd-social-hover-bg.pwd-pinterest:hover {
background:#cb2027;
}

.pwd-social-bg.pwd-googleplus,.pwd-social-hover-bg.pwd-googleplus:hover,.pwd-social-bg.pwd-google-plus,.pwd-social-hover-bg.pwd-google-plus:hover {
background:#dd4b39;
}

.pwd-social-bg.pwd-linkedin,.pwd-social-hover-bg.pwd-linkedin:hover {
background:#4875B4;
}

.pwd-social-bg.pwd-dribbble,.pwd-social-hover-bg.pwd-dribbble:hover {
background:#ef5b93;
}

.pwd-social-bg.pwd-dribbble:hover {
background:#d0145b;
}

.pwd-social-bg.pwd-vk,.pwd-social-hover-bg.pwd-vk:hover {
background:#0CBADF;
}

.pwd-social-bg.pwd-skype,.pwd-social-hover-bg.pwd-skype:hover {
background:#12A5F4;
}

.pwd-social-bg.pwd-flickr,.pwd-social-hover-bg.pwd-flickr:hover {
background:#FF0084;
}

.pwd-social-bg.pwd-tumblr,.pwd-social-hover-bg.pwd-tumblr:hover {
background:#2C4762;
}

.pwd-social-bg.pwd-youtube,.pwd-social-hover-bg.pwd-youtube:hover {
background:#C4302B;
}

.pwd-social-bg.pwd-rss,.pwd-social-hover-bg.pwd-rss:hover {
background:#FF7900;
}

.pwd-social-bg.pwd-instagram,.pwd-social-hover-bg.pwd-instagram:hover {
background:#833ab4;
}

.pwd-social-bg.pwd-renren,.pwd-social-hover-bg.pwd-renren:hover {
background:#2970ad;
}

.pwd-social-bg.pwd-github,.pwd-social-hover-bg.pwd-github:hover {
background:#555;
}

.pwd-social-bg.pwd-foursquare,.pwd-social-hover-bg.pwd-foursquare:hover {
background:#0CBADF;
}

.pwd-social-bg.pwd-trello,.pwd-social-hover-bg.pwd-trello:hover {
background:#0CBADF;
}

.pwd-social-bg.pwd-xing,.pwd-social-hover-bg.pwd-xing:hover {
background:#026466;
}

.pwd-social-bg.pwd-vine,.pwd-social-hover-bg.pwd-vine:hover {
background:#00b386;
}

.pwd-social-bg.pwd-website,.pwd-social-hover-bg.pwd-website:hover {
background:#000;
}

.pwd-social-bg.pwd-email,.pwd-social-hover-bg.pwd-email:hover {
background:#e24d03;
}

.pwd-social-bg.pwd-phone-number,.pwd-social-hover-bg.pwd-phone-number:hover {
background:#3395FF;
}

.pwd-social-bg.pwd-vimeo,.pwd-social-hover-bg.pwd-vimeo:hover {
background:#1ab7ea;
}

.pwd-social-bg.pwd-yelp,.pwd-social-hover-bg.pwd-yelp:hover {
background:#AF0605;
}

/*------------------------------------------------------------------
[# Plugin Fixes]
-------------------------------------------------------------------*/
/*bloom submit button fix*/
button.et_bloom_submit_subscription {
display:inline;
display:inline-block;
}

/*hide JetPack wp stats*/
#wpstats {
display:none;
}


/* Afegit PPP */

#pwd-grid {
display:flex;
flex-direction:row;
flex-wrap:wrap;
justify-content:flex-start;
}

.pwd-loop-entry-thumbnail img {
border-radius:4px;
opacity:1;
transition:opacity .25s;
}

.pwd-loop-entry-thumbnail img:hover {
opacity:.85;
transition:opacity .25s;
}

#home_logoani {
max-width:800px;
margin:0 auto;
}

#preheader {
width:100%;
height: 174px;
text-align:center;
background-color:#f2f2f2;
color:#fff;
margin-bottom:1.5em;
background:url(img/bg_header.png) no-repeat center center;
box-shadow: inset 0 32px 16px -32px rgba(0,0,0,0.13);
}
.page-id-3906 #preheader, .page-id-8235  #preheader { /* color rosa a la capçalera CA i ES */
background:url(img/bg_header_rosa.png) no-repeat center center;
}

.page-id-383 #preheader, .page-id-8245 #preheader { /* pàgina QUI SOC en CA i ES */
background:url(img/bg_header_white.png) no-repeat center center;
}

#preheader h1,
#preheader h2 {
margin:0;
text-shadow:0 0 60px rgba(240,240,240,1);
}

#preheader h1 {
padding-top: 60px;}

#preheader h2 {
font-family:"Roboto";
font-weight:300;
color:#999;
}


.home {
background-color: #F7F7F7;
}
.prehome_main {
text-align: center;
padding:10px 30px 30px 30px;
box-shadow: 0 0 16px 0 rgba(0,0,0,0.13);
position: relative;
z-index: 2;
background-color: #FFF;
}

.prehome_down {
overflow: hidden;
padding: 20px 0; 
position: relative;
z-index: 1;
}

.prehome_down h2 {
padding-left: 20px;
margin-left: -20px;
background:url(img/arrow_prehome.svg) no-repeat left 8px; 
color:#E22019;
border-bottom: 1px dotted #8F8B87;
margin-bottom: 2px;
border-bottom: none;
padding-bottom: 0;
}

.prehome_down h2 a, .prehome_down h2 a:visited {
color:#E22019;
}

.prehome_down h3,
.prehome_down h2 + p {
margin-top: 0;
font-size: 14px;
padding-bottom: 10px;
border-bottom: 1px dotted #8F8B87;
font-family: 'Roboto Slab';
font-weight: 500;
}

.prehome_down h4  {
font-size: 14px;
}

.prehome_data  {
font-size: 10px;
font-weight: 500;
}

.prehome_un_post {
margin-bottom: 1em;
}
.prehome_data, .prehome_title {
margin: 0;
}

.pwd-comments-title.pwd-heading,
.pwd-archive-title,
.page-id-383 h1.pwd-page-header-title, .page-id-8245 h1.pwd-page-header-title,
.cat-item-158 .pwd-header-tagline, .cat-item-218 .pwd-header-tagline, /* categoria Destacats CA i ES */
.category-158 .pwd-header-tagline, .category-218 .pwd-header-tagline,
.cat-item-189,
.pwd-loop-entry-cats a.destacats,
.pwd-loop-entry-cats a.slideshow {
display: none;
}

.pwd-loop-entry-cats a.quincalla-projects, .pwd-loop-entry-cats a.quincalla-projects-es {
background-color: #999;
color: #fff;
padding: 0 4px;
}

/*------------------------------------------------------------------
[# Multiidioma] Adaptacions per a Multiidioma
-------------------------------------------------------------------*/

/* estil selector idioma HOME */

.language_home {
position: absolute;
z-index: 9;
top: 20px;
right: 5%;
}

.language_home li {
display: inline;
list-style-type: none;
}

.language_home a {
color: #a0a0a0;
font-weight:400;
padding: 5px 10px;
}
.language_home li a:hover {
color: black !important;
text-decoration: none !important;
}

wpml-ls-legacy-list-horizontal a {
padding: 3px 10px !important;
}

.wpml-ls-slot-shortcode_actions.wpml-ls-item.wpml-ls-item-es.wpml-ls-first-item.wpml-ls-item-legacy-list-horizontal {
border-right: 1px solid #a0a0a0;;
}


/* Estil Widgets de la Sidebar */
.pwd-sidebar-widget.widget_text_icl.pwd-clr {
margin-bottom: 0px;
}
.widget_categories .widget-title {
display: none;
}
.widget_tag_cloud .widget-title {
display: none;
}

/* Estils opcions idiomes del menú principal */


#menu-item-wpml-ls-home-es a,
#menu-item-wpml-ls-home-ca a,
#menu-item-wpml-ls-133-ca a,
#menu-item-wpml-ls-133-es a,
.language_home a {
color: #a0a0a0;
text-transform: capitalize;
border-bottom: none;
font: 400 14px/1.6 Roboto, 'Helvetica Neue',Helvetica,Arial;
    line-height: 1.6;
text-decoration: none;
padding: 5px 10px;
line-height: 1;
margin-right: 0px;
}
#menu-item-wpml-ls-home-es a,
#menu-item-wpml-ls-133-es a{
border-right: 1px solid #a0a0a0;
}
#menu-item-wpml-ls-home-ca a,
#menu-item-wpml-ls-133-ca a,
.language_home a {
margin-left: 0px;
}

#menu-item-wpml-ls-home-es a:hover,
#menu-item-wpml-ls-home-ca a:hover,
#menu-item-wpml-ls-133-ca a:hover,
#menu-item-wpml-ls-133-es a:hover {
border-bottom: none !important;
color: black !important;
}
/* Color de l'idioma actiu */
.wpml-ls-current-language a {
color: #635d59 !important;
}

/*------------------------------------------------------------------
[# Responsiveness]
-------------------------------------------------------------------*/
.pwd-responsive .pwd-container {
max-width:90%;
}




/*Anything under 1200px*/
@media (max-width: 1200px) {
#slides .post-content {
display: none;
}
}


/*Anything under 1100px*/
@media (max-width: 1100px) {
.pwd-responsive .pwd-loop-entry.pwd-col-4 {
	width:50%;
}
}

/*Anything under 1020px*/
@media (max-width: 1020px) {
.pwd-responsive .pwd-content-area {
	width:100%;
	float:none;
	max-width:none;
}

.pwd-responsive .pwd-sidebar {
	width:100%;
	float:none;
	max-width:none;
	clear:both;
	padding:50px 0 0;
	max-width:70%;
	margin:0 auto;
}

.pwd-responsive .pwd-site-footer .pwd-row .pwd-col {
	width:100%;
	max-width:70%;
	float:none;
	margin:0 auto;
}


/*	.pwd-responsive .pwd-site-nav,.pwd-responsive .pwd-search-toggle {
	display:none;
}

.pwd-responsive .pwd-site-header-wrap .slicknav_menu {
	display:block;
}
*/



.prehome_down .pwd-col.pwd-col-3 {
width: 100%;
max-width: 550px;
margin: 0 auto 30px auto;
float: none;
}


#slides h2.post-title {
font-size: 1.25em;
}

#slides a.read-more, #slides a:visited.read-more {
padding: 5px 10px 5px 30px;
font-size: 0.8125em;
}

.pwd-site-logo img {
width: 230px;
}

.pwd-site-nav .pwd-dropdown-menu a {
margin: 0 7px;
font-size: 1.125em;
}

.pwd-site-nav {
margin-top: 43px;
}

	.container-home {
width: 80%;
}
.pwd-col-3 {
	width:calc(50% - 40px);
}

.pwd-related-posts .pwd-loop-entry:nth-of-type(3n + 1) {
clear:none;
}

.pwd-related-posts .pwd-loop-entry:nth-of-type(2n + 1) {
clear:both;
}

.pwd-sidebar {
border-left: 0;
}

}

/*Anything under 767px*/
@media (max-width: 767px) {

.language_home {
top: 0px;

}

.language_home a {
font-size: 0.75rem;
padding: 0 5px;}

.pwd-responsive .pwd-featured-post-content {
	position:static;
	top:auto;
	right:auto;
	background:#635d59;
	width:100%;
	max-width:none;
	min-width:0;
}

.pwd-responsive .pwd-featured-post-content h2 {
	font-size:2em;
}

.pwd-site-header {
display: block;
}

#slides .featured-image {
width: 100%;
min-height: 100%;
}

.slidesjs-container {
min-height: 300px;
}

#slides .featured-details {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
margin-top: 0;
padding: 10px 20px;
border-radius: 4px 4px;
background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 50%);
} 

.slidesjs-previous {
right:54px;
left: auto;
}

.slidesjs-next {
right: 20px;
left: auto;
}

.slidesjs-navigation {
top: auto;	
bottom: 20px;
}

#slides a.read-more, #slides a:visited.read-more {
position: absolute;
bottom: 20px;
}

.pwd-site-logo img {
width: 230px;
margin: 30px auto 20px auto;
}

.pwd-site-branding {
float: none;
width: 100%;
}

.pwd-site-nav .pwd-dropdown-menu a {
margin: 0 5px;
font-size: 1em;
}

.pwd-site-nav {
margin-top: 0;
float: none;
text-align: center;
}


}

/*Anything under 650px*/
@media (max-width: 650px) {
.pwd-responsive .pwd-row .pwd-col, #more-posts {
	float:none;
	width:100%;
	clear:both;
}

.slicknav_menutxt
.pwd-responsive .pwd-row,.pwd-responsive .pwd-row-nr, #more-posts {
	margin-left:0!important;
	margin-right:0!important;
}

.pwd-responsive .pwd-col, #more-posts {
	padding-left:0!important;
	padding-right:0!important;
}

.pwd-responsive .pwd-sidebar,.pwd-responsive .pwd-site-footer .pwd-row .pwd-col {
	max-width:none;
}

.pwd-responsive .pwd-post-title {
	font-size:2em;
}

.pwd-responsive #comments #respond .form-submit #submit {
	width:100%;
}

.pwd-responsive .comment-author {
	position:static;
	left:auto;
	right:auto;
	margin:0 0 14px;
}

.pwd-responsive .comment-details {
	margin-left:0;
	margin-right:0;
}

.pwd-responsive .commentlist .children {
	margin-left:0;
	margin-right:0;
}

.slidesjs-container {
min-height: 200px;
}

.pwd-footer-widgets.pwd-row {
margin: 0;
}

.pwd-post-content, .pwd-page-content, .pwd-loop-entry.pwd-col-1 .pwd-loop-entry-content 	{
font-size: 14px;
}
}

@media (max-width: 480px) {

.pwd-site-nav .pwd-dropdown-menu a {
font-size: 1em;
margin: 0 5px;
}

.pwd-site-logo img {
width: 200px;
margin: 20px auto;
}

.pwd-responsive .pwd-site-header.pwd-container {
max-width:95%;
display: flex;
flex-direction: column;
justify-content: center;
}

#preheader {
height: 120px;}

#preheader img {
width: auto;
max-height: 120px;
}

.pwd-responsive .pwd-post-title {
font-size: 1.5em;
}

.pwd-entry ul {
margin: 0 0 20px 0;
}

.alignright, .alignleft  {
float: none;
margin: 20px auto;
display: block;
}


}

/*Anything under 320px*/
@media (max-width: 320px) {

.pwd-meta li {
	float:none;
	margin-left:0;
	margin-right:0;
	clear: both;
}

.pwd-meta .pwd-sep {
display: none;
}
}

