/*!
Theme Name: Pedro Taborda
Theme URI: 
Description: Theme Pedro Taborda
Version: 1.0
Author: TBG
Text Domain: theme_ptaborda
Domain Path: /lang

*/
/* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com  */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
textarea {
  overflow: auto;
}
div.clear,
span.clear {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 0px;
  overflow: hidden;
}
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
input,
textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
}
textarea {
  resize: none;
}
textarea:focus,
input:focus {
  outline: 0;
}
small {
  font-size: 0.75em;
}
/*----------------------------------------------------------------------------------------------------
	Normalitzacio
----------------------------------------------------------------------------------------------------*/
body {
  background: #fff;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 18px;
  text-align: center;
}
body.admin-bar {
  background-position: center 30px;
}
body,
input,
textarea {
  font-family: 'Cardo', Arial, Helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
main article li {
  padding: 0;
  margin: 0 0 26px 0;
  font-size: 18px;
  line-height: 26px;
}
a {
  text-decoration: none;
  color: #000000;
}
a:hover {
  text-decoration: underline;
  color: #000000;
}
/* Variables Less generals */
/* colors */
/* variables */
/*----------------------------------------------------------------------------------------------------
	General
----------------------------------------------------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  text-align: center;
}
body,
input,
textarea,
select {
  font-family: 'Cardo', Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 26px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
main li {
  padding: 0;
  margin: 0 0 26px 0;
  line-height: 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Cantarell', Arial, Helvetica, sans-serif;
  font-weight: 700;
}
main h1 {
  font-size: 40px;
  line-height: 1.2em;
}
/*.com_bt {
	background:#fbb03b;
	color:#fff;
	display:inline-block;
	padding:0 50px;
	line-height:40px;
	font-size:16px;
	cursor:pointer;
	border:0;
	border-radius:3px;
	font-family:@fontGeneral;
}*/
.fons_claret {
  border: #adadad 1px solid;
  border-left: 0;
  border-right: 0;
  background: #f3f0ed;
}
body.archive section.fons_claret {
  padding-top: 3em;
}
.evita_doble_filet_superior {
  border-top: 0;
}
img {
  width: 100%;
  height: auto;
}
/*
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 0 0;
       -moz-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
}
.fancybox-skin {background: transparent !important}
.fancybox-overlay {background: rgba(255, 255, 255, 0.75) !important }

.fancybox-close {
	top:15px !important;
	right:15px !important;
	background:none !important;
	text-decoration:none !important;
	font-family:'fandb' !important;
}
.fancybox-close:before {
	content:"\e904";
	color:#fff;
	font-size:30px;
}
.fancybox-close:hover:before {
	color:#fbb03b;
}
*/
.fancybox-close {
  top: 15px !important;
  right: 15px !important;
}
input[type=checkbox] {
  height: auto;
  width: auto;
  -webkit-appearance: checkbox;
}
/*----------------------------------------------------------------------------------------------------
	Maquetacio
----------------------------------------------------------------------------------------------------*/
div.maq_contenidor {
  max-width: 1280px;
  margin: auto;
  text-align: left;
  padding-left: 50px;
  padding-right: 50px;
}
div.maq_row {
  margin-left: -24px;
}
div.maq_col {
  float: left;
  width: 8.33333333%;
  padding-left: 24px;
  box-sizing: border-box;
}
div.maq_col_3w {
  width: 25%;
}
div.maq_col_4w {
  width: 33.33333333%;
}
div.maq_col_8w {
  width: 66.66666667%;
}
div.maq_col_9w {
  width: 75%;
}
/* cols anidades */
div.maq_col_8w div.maq_col_4w {
  width: 50%;
}
.padding_2lr {
  padding-left: 16.66666667%;
  padding-right: 16.66666667%;
}
.cont_espai_sota {
  padding-bottom: 2em;
}
/*----------------------------------------------------------------------------------------------------
	Header
----------------------------------------------------------------------------------------------------*/
header p.among {
  font-family: 'Cantarell', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 30px;
  margin: 2em 0 0 0;
}
header h1.blogjourney,
header p.blogjourney {
  font-size: 17px;
  margin-bottom: 2.5em;
  line-height: 2em;
  font-family: 'Lora', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#menu_principal {
  border: #adadad 1px solid;
  border-left: 0;
  border-right: 0;
  padding: 20px 0 12px 0;
  font-size: 0;
}
#menu_principal li {
  font-family: 'Cantarell', Arial, Helvetica, sans-serif;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  line-height: 20px;
  padding: 0 20px;
  border-left: #adadad 2px solid;
  font-size: 15px;
}
#menu_principal li:first-child {
  border: 0;
}
#menu_principal a {
  padding: 5px 10px;
  display: inline-block;
  margin-top: -7px;
  margin-bottom: -7px;
}
#menu_principal.marca_stories li.stories a,
#menu_principal.marca_travelling li.travelling a,
#menu_principal li.current-menu-item a,
#menu_principal li a:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
/*----------------------------------------------------------------------------------------------------
	Main
----------------------------------------------------------------------------------------------------*/
/* mundi (home)*/
#mundi {
  overflow: hidden;
  background: #74747e url(img/mapamundi2.jpg) no-repeat center center;
  /*background-size:cover;*/
  position: relative;
  font-family: 'Lora', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}
#mundi .short {
  display: none;
}
#mundi a {
  color: #fff;
}
#mundi .img_pedro {
  position: relative;
  /*height:300px;*/
  padding-top: 30px;
}
#mundi .img_pedro img {
  width: 85%;
  height: auto;
  display: block;
  position: absolute;
}
#mundi p {
  font-size: 23px;
  line-height: 1.6em;
  margin-bottom: 1.6em;
}
#mundi .text {
  padding: 4em 0 3em 0;
}
/* google maps */
#maps {
  height: 530px;
  background: url(img-cont/google-maps.jpg) no-repeat center center;
  background-size: cover;
}
/* tags */
div.tag_cloud li {
  display: inline;
  padding: 5px;
  line-height: 46px;
}
input.com_boto_negre,
a.com_boto_negre,
input.com_boto_invers,
input.com_boto_invers.on,
input.com_boto_invers:hover,
a.com_boto_invers,
a.com_boto_invers.on,
a.com_boto_invers:hover,
a.com_boto,
div.tag_cloud a {
  text-transform: uppercase;
  font-family: 'Cantarell', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #000000;
  border: #ECE8E1 1px solid;
  padding: 0 10px;
  display: inline-block;
  font-size: 13px;
  line-height: 33px;
  background: #fff;
  cursor: pointer;
}
a.com_boto {
  padding: 0 30px;
  line-height: 40px;
}
input.com_boto_invers,
a.com_boto_invers,
a.com_boto.on,
a.com_boto:hover,
div.tag_cloud a:hover,
div.tag_cloud a.on {
  color: #fff;
  background: #aa9e91;
  border-color: #aa9e91;
  text-decoration: none;
}
input.com_boto_negre,
a.com_boto_negre {
  background: #000;
  border-color: #000;
  color: #fff;
}
input.com_boto_negre:hover,
a.com_boto_negre:hover {
  background: #aa9e91;
  border-color: #aa9e91;
}
section.tags_horitzontals div.maq_contenidor {
  text-align: center;
  padding: 50px 0 50px 0;
}
section.tags_horitzontals h2 {
  margin-bottom: 50px;
  font-size: 20px;
}
/* loop_posts */
div.loop_posts,
div.page_cont {
  padding-top: 4em;
}
div.loop_posts div.maq_col:nth-child(4) {
  clear: both;
}
div.mod_post {
  margin-bottom: 2em;
}
div.mod_post p {
  font-size: 16px;
}
#post_detall .infopost,
div.mod_post .infopost {
  font-family: 'Roboto', sans-serif;
  color: #7c6c61;
  font-size: 14px;
  line-height: 2.5em;
  margin: 0;
}
#post_detall h2,
div.mod_post h2 {
  font-family: 'Cantarell', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3em;
  margin-bottom: 0.5em;
}
div.mod_post a.moretag span.mes,
div.mod_post.sense_foto a.moretag span.punts {
  display: none;
}
div.mod_post.sense_foto a.moretag span.mes {
  display: inline;
  font-family: 'Roboto', sans-serif;
}
div.mod_post.sense_foto a.moretag {
  display: block;
  padding-top: 10px;
  color: #7c6c61;
}
div.mod_post.sense_foto a.moretag:hover {
  color: #7c6c61;
}
/* instagram */
#instagram {
  padding: 2.5em 0 2.75em 0;
}
#instagram h2 {
  margin-bottom: 2.5em;
}
#instagram p.boto {
  text-align: center;
  margin: 2.5em 0 0 0;
}
div.control_diapo img {
  display: block;
}
/*----------------------------------------------------------------------------------------------------
	Single
----------------------------------------------------------------------------------------------------*/
#post_detall {
  padding-bottom: 3em;
}
#post_detall div.contingut_post {
  padding-left: 8.33333333%;
  padding-right: 8.33333333%;
  padding-top: 2em;
}
body.te_sidebar #post_detall div.contingut_post {
  padding-left: 12.5%;
  /*sobre un contenidor de 8 columnes*/
  padding-right: 12.5%;
  /*sobre un contenidor de 8 columnes*/
}
body.te_sidebar div.foto_featured {
  /*padding-right:@gutter;*/
  padding-top: 3em;
}
body.single-post div.foto_featured {
  padding-right: 24px;
}
body.te_sidebar.archive div.foto_featured {
  padding-top: 0;
}
div.foto_featured img {
  display: block;
}
div.galeria_fotos {
  margin-left: -5px;
}
div.galeria_fotos a {
  display: block;
  box-sizing: border-box;
  padding-left: 5px;
  padding-bottom: 5px;
  width: 50%;
  float: left;
}
div.galeria_fotos img {
  display: block;
}
body.te_sidebar div.galeria_fotos {
  padding-right: 24px;
}
/*----------------------------------------------------------------------------------------------------
	Sidebar
----------------------------------------------------------------------------------------------------*/
#post_detall div.maq_columna_sidebar {
  padding-top: 6em;
}
div.maq_columna_sidebar div.tag_cloud {
  margin-left: -5px;
  padding-bottom: 2em;
}
div.maq_columna_sidebar div.tag_cloud a {
  color: #7c6c61;
}
div.maq_columna_sidebar div.tag_cloud a.on,
div.maq_columna_sidebar div.tag_cloud a:hover {
  color: #fff;
}
div.maq_columna_sidebar {
  padding-right: 8.33333333%;
}
div.maq_columna_sidebar h3 {
  font-size: 12px;
  line-height: 2.5em;
  text-transform: uppercase;
  border: #ECE8E1 1px solid;
  border-left: 0;
  border-right: 0;
}
div.latest_posts li {
  line-height: 1.3em;
  font-family: 'Cantarell', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 15px;
}
div.latest_posts a {
  color: #7c6c61;
}
div.latest_posts a:hover,
div.latest_posts li.on a {
  color: #000;
  text-decoration: underline;
}
p.new_loc_p {
  padding-bottom: 15px;
}
/*----------------------------------------------------------------------------------------------------
	Publicacio en front end
----------------------------------------------------------------------------------------------------*/
#panel {
  display: none;
  margin-bottom: 10px;
}
.wpuf-item {
  width: 150px;
  display: inline-block;
  margin-right: 15px;
  text-align: center;
  font-family: 'Cantarell', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}
.wpuf-item .marquito {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  border: #adadad 1px solid;
}
.wpuf-item .marquito img {
  display: block;
}
#select_tags p {
  line-height: 45px;
}
#wp-new-post-desc-wrap div.mce-statusbar,
#wp-new-post-desc-wrap div.mce-widget {
  display: none;
}
.wpuf-post-form {
  padding-bottom: 40px;
  font-family: 'Cantarell', Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.wpuf-post-form p {
  margin-bottom: 0;
}
.wpuf-post-form fieldset {
  margin-bottom: 15px;
}
.wpuf-post-form label {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
}
.wpuf-post-form input.txt_fullwidth,
.wpuf-post-form input.txt {
  border: #aa9e91 1px solid;
  padding: 3px 10px;
  box-sizing: border-box;
  font-family: 'Cantarell', Arial, Helvetica, sans-serif;
  font-weight: 700;
  vertical-align: bottom;
}
.wpuf-post-form input.error {
  border-color: #f00;
}
.wpuf-post-form input.txt_fullwidth {
  width: 100%;
  display: block;
}
.wpuf-post-form .asterix {
  color: #f00;
}
.wpuf-post-form .mce-edit-area {
  background: #aa9e91;
  padding: 1px;
}
.wpuf-post-form .mce-edit-area.error {
  background: #f00;
}
.wpuf-post-form div.mce-toolbar-grp {
  margin-bottom: 6px;
  border: 0;
  background: none;
  margin-left: -5px;
}
.wpuf-post-form .mce-btn {
  border: #aa9e91 1px solid !important;
  border-radius: 0 !important;
}
#map-canvas {
  border: #aa9e91 1px solid !important;
}
#map-canvas-wrap.amagat {
  height: 0;
  overflow: hidden;
}
.wpuf-post-form #new_tag {
  margin-right: 5px;
}
.error_validation_form {
  color: #f00;
  display: none;
  padding: 20px 0 30px 0;
}
.wpuf-extra {
  padding-top: 15px;
}
.wpuf-item-uploading {
  color: #999;
  font-size: 12px;
}
#back_location,
#lang_tags p {
  padding: 0 0 10px 0;
}
.links_marrons,
#lang_tags a.add {
  color: #aa9e91;
  text-decoration: underline;
}
#editor_maps {
  padding-bottom: 10px;
}
/*----------------------------------------------------------------------------------------------------
	Footer
----------------------------------------------------------------------------------------------------*/
#cookie_advisor_container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
  padding: 20px 40px;
  color: #fff;
  z-index: 100;
}
#cookie_advisor_container a {
  color: #fff;
}
#cookie_advisor_container a.button {
  background: #fff;
  color: #000;
  display: inline-block;
  padding: 0 50px;
  line-height: 40px;
  font-size: 16px;
  cursor: pointer;
  border: 0;
  border-radius: 3px;
}
footer {
  background: #aa9e91;
  color: #fff;
  padding: 4em 0;
}
footer p {
  font-size: 16px;
  line-height: 1.5em;
}
#menu_peu {
  text-align: right;
}
#menu_peu a {
  color: #fff;
  font-size: 12px;
  font-family: 'Cantarell', Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
/*----------------------------------------------------------------------------------------------------
	Responsive
----------------------------------------------------------------------------------------------------*/
div.chivato,
div.cssWidth {
  width: 180px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: -1000px;
}
div.chivato {
  background: #FF0;
  color: #000;
  margin-left: 0;
  width: auto;
  padding: 2px;
  font-size: 14px;
  position: fixed;
}
a#obre_menu {
  display: none;
  position: absolute;
  right: 30px;
  top: 33px;
  background: url(img/menu.gif) no-repeat center center;
  width: 53px;
  height: 44px;
}
/* XXL */
@media only screen and (max-width: 1180px) {
  div.cssWidth {
    width: 118px;
  }
  #mundi p {
    font-size: 20px;
    margin-bottom: 1em;
  }
  #mundi .text {
    padding: 2.5em 0 1em 0;
  }
  #mundi {
    background-image: url(img/mapamundi.jpg);
  }
}
@media only screen and (max-width: 1050px) {
  div.cssWidth {
    width: 105px;
  }
  #menu_principal li {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 965px) {
  div.cssWidth {
    width: 97px;
  }
  #menu_principal li {
    padding: 0 8px;
    font-size: 14px;
  }
  #menu_principal a {
    padding: 5px 8px;
  }
  div.maq_contenidor {
    padding-left: 24px;
    padding-right: 24px;
  }
  .padding_2lr {
    padding-left: 50px;
    padding-right: 50px;
  }
  #mundi .text {
    padding: 1.5em 0 1em 0;
  }
  #mundi p {
    font-size: 18px;
    margin-bottom: 0.75em;
  }
  div.maq_col_4w {
    width: 50%;
  }
  div.loop_posts div.maq_col:nth-child(3) {
    clear: both;
  }
  div.loop_posts div.maq_col:nth-child(4) {
    clear: none;
  }
  #mundi div.maq_col_4w {
    width: 25%;
  }
  #mundi div.maq_col_8w {
    width: 75%;
  }
  /* el sidebar continua flotant a la dreta*/
  div.maq_col_4w.maq_columna_sidebar {
    width: 33.33333%;
    padding-right: 0;
  }
  body.te_sidebar div.galeria_fotos {
    padding-right: 0;
  }
  body.single-post div.foto_featured {
    padding-right: 0;
  }
  body.te_sidebar #post_detall div.contingut_post,
  #post_detall div.contingut_post {
    padding: 24px;
  }
}
@media only screen and (max-width: 900px) {
  div.cssWidth {
    width: 90px;
  }
  a#obre_menu {
    display: block;
  }
  .menu-menu-principal-container {
    display: none;
  }
  body.menu_mobile .menu-menu-principal-container {
    display: block;
  }
  header p.among {
    margin: 1em 0 0 0;
  }
  header h1.blogjourney,
  header p.blogjourney {
    padding-bottom: 1.2em;
    margin-bottom: 0;
    border-bottom: #adadad 1px solid;
  }
  #menu_principal {
    border: 0;
    padding: 10px 0;
    border-bottom: #adadad 1px solid;
  }
  #menu_principal li {
    font-size: 18px;
    line-height: 2.5em;
    display: block;
    border: 0;
  }
  #menu_principal a {
    display: block;
    margin: 0;
  }
}
@media only screen and (max-width: 850px) {
  div.cssWidth {
    width: 85px;
  }
  body.te_sidebar div.maq_col_8w div.maq_col_4w {
    float: none;
    width: auto;
  }
  div.tag_cloud li {
    line-height: 40px;
    padding: 3px;
    line-height: 36px;
  }
  div.tag_cloud a {
    font-size: 11px;
    line-height: 28px;
  }
  #mundi .long {
    display: none;
  }
  #mundi .short {
    display: inline;
  }
}
@media only screen and (max-width: 700px) {
  div.cssWidth {
    width: 70px;
  }
  /* passem el sidebar a baix */
  div.maq_col_4w.maq_columna_sidebar,
  div.maq_col_8w {
    float: none;
    width: auto;
  }
  #mundi div.maq_col_4w,
  #mundi div.maq_col_8w {
    float: left !important;
  }
  div.maq_columna_sidebar div.tag_cloud {
    text-align: center;
  }
  #mundi p {
    font-size: 16px;
  }
  #mundi .text {
    padding: 1.25em 0 0.75em 0;
  }
}
@media only screen and (max-width: 600px) {
  div.cssWidth {
    width: 60px;
  }
  div.maq_col_4w {
    float: none;
    width: auto;
  }
  header p.among {
    font-size: 20px;
  }
  header h1.blogjourney,
  header p.blogjourney {
    font-size: 15px;
  }
  a#obre_menu {
    right: 15px;
  }
  #mundi p {
    font-size: 15px;
    line-height: 1.35em;
  }
  a#obre_menu {
    width: 40px;
    height: 30px;
    background-size: contain;
  }
}
@media only screen and (max-width: 550px) {
  div.cssWidth {
    width: 55px;
  }
  #mundi .text {
    padding: 0.5em 0 0 0;
  }
}
@media only screen and (max-width: 500px) {
  div.cssWidth {
    width: 50px;
  }
  header p.among,
  header h1.blogjourney,
  header p.blogjourney {
    text-align: left;
    padding-left: 20px;
  }
  #mundi {
    position: relative;
  }
  #mundi div.maq_contenidor {
    padding-right: 0;
  }
  #mundi .img_pedro {
    position: absolute;
    bottom: 0;
    left: 10px;
    width: 100px;
    height: 130px;
  }
  #mundi div.maq_col_8w {
    padding-left: 110px;
    width: 95%;
  }
}
@media only screen and (max-width: 400px) {
  div.cssWidth {
    width: 400px;
  }
  header h1.blogjourney,
  header p.blogjourney {
    font-size: 12px;
  }
  #cookie_advisor_container p {
    font-size: 16px;
    line-height: 20px;
  }
  #cookie_advisor_container a.button {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*# sourceMappingURL=style.css.map */